01K1KNV0ZWFMR2N9VRZ4EBJRP1: 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.p5m",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01K1KNVNVKFC286A0Q9B8VZN2P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-01T20:42:01.341Zjob assigned to worker 01K1KNVNQJEBZZMXZP48TJFK17 [factory aws, i-0ac734f3f641a9dd8] (queued for 1 m 1 s)
 
22025-08-01T20:42:10.481Zstarting task 0: "setup"
32025-08-01T20:42:10.488Z++ uname -s
42025-08-01T20:42:10.491Z+ kern=SunOS
52025-08-01T20:42:10.491Z+ build_user=build
62025-08-01T20:42:10.491Z+ build_uid=12345
72025-08-01T20:42:10.491Z+ work_dir=/work
82025-08-01T20:42:10.491Z+ input_dir=/input
92025-08-01T20:42:10.491Z+ [[ 0 == 12345 ]]
102025-08-01T20:42:10.491Z+ case "$kern" in
112025-08-01T20:42:10.491Z+ groupadd -g 12345 build
122025-08-01T20:42:10.491Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-01T20:42:12.501Z+ zfs create -o mountpoint=/work rpool/work
142025-08-01T20:42:12.631Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-01T20:42:12.634Z+ home_fs=zfs
162025-08-01T20:42:12.634Z+ [[ zfs == autofs ]]
172025-08-01T20:42:12.634Z+ mkdir -p /home/build
182025-08-01T20:42:12.636Z+ chown build:build /home/build /work
192025-08-01T20:42:14.639Z+ chmod 0700 /home/build /work
202025-08-01T20:42:14.642Zprocess exited: duration 4159 ms, exit code 0
 
212025-08-01T20:42:14.648Zstarting task 1: "rust-toolchain"
222025-08-01T20:42:14.654Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-08-01T20:42:14.654Z * rust toolchain channel = "1.88.0"
242025-08-01T20:42:14.654Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-08-01T20:42:14.654Z * rust toolchain profile = "default"
262025-08-01T20:42:14.654Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-01T20:42:14.654Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-01T20:42:14.657Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-01T20:42:14.657Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-08-01T20:42:14.747Zinfo: downloading installer
312025-08-01T20:42:16.113Zwarn: It looks like you have an existing installation of Rust at:
322025-08-01T20:42:16.113Zwarn: /opt/ooce/bin
332025-08-01T20:42:16.113Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-01T20:42:16.113Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-01T20:42:16.113Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-01T20:42:16.113Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-01T20:42:16.113Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-01T20:42:16.113Zerror: cannot install while Rust is installed
392025-08-01T20:42:16.113Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-01T20:42:16.140Zinfo: profile set to 'default'
412025-08-01T20:42:16.140Zinfo: default host triple is x86_64-unknown-illumos
422025-08-01T20:42:16.143Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-08-01T20:42:16.315Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-08-01T20:42:16.315Zinfo: downloading component 'cargo'
452025-08-01T20:42:17.148Zinfo: downloading component 'clippy'
462025-08-01T20:42:17.552Zinfo: downloading component 'rust-docs'
472025-08-01T20:42:19.174Zinfo: downloading component 'rust-std'
482025-08-01T20:42:20.746Zinfo: downloading component 'rustc'
492025-08-01T20:42:27.096Zinfo: downloading component 'rustfmt'
502025-08-01T20:42:27.338Zinfo: installing component 'cargo'
512025-08-01T20:42:28.224Zinfo: installing component 'clippy'
522025-08-01T20:42:28.621Zinfo: installing component 'rust-docs'
532025-08-01T20:42:30.423Zinfo: installing component 'rust-std'
542025-08-01T20:42:32.170Zinfo: installing component 'rustc'
552025-08-01T20:42:38.632Zinfo: installing component 'rustfmt'
562025-08-01T20:42:38.961Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-08-01T20:42:38.961Z
582025-08-01T20:42:39.384Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-08-01T20:42:39.384Z
602025-08-01T20:42:39.387Z
612025-08-01T20:42:39.387ZRust is installed now. Great!
622025-08-01T20:42:39.387Z
632025-08-01T20:42:39.387ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-01T20:42:39.387Zenvironment variable. This has not been done automatically.
652025-08-01T20:42:39.387Z
662025-08-01T20:42:39.387ZTo configure your current shell, you need to source
672025-08-01T20:42:39.387Zthe corresponding env file under $HOME/.cargo.
682025-08-01T20:42:39.387Z
692025-08-01T20:42:39.387ZThis is usually done by running one of the following (note the leading DOT):
702025-08-01T20:42:39.387Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-01T20:42:39.387Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-01T20:42:39.388Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-01T20:42:39.471Z+ rustup --version
742025-08-01T20:42:39.482Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-01T20:42:39.487Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-01T20:42:39.558Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-08-01T20:42:39.561Z+ cargo --version
782025-08-01T20:42:39.619Zcargo 1.88.0 (873a06493 2025-05-10)
792025-08-01T20:42:39.622Z+ rustc --version
802025-08-01T20:42:39.687Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-08-01T20:42:39.690Zprocess exited: duration 25025 ms, exit code 0
 
822025-08-01T20:42:39.696Zstarting task 2: "authentication"
832025-08-01T20:42:39.714ZWARNING: control request failure (retrying): Invalid Response Payload (b"<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.27.0</center>\r\n</body>\r\n</html>\r\n"): expected value at line 1 column 1
842025-08-01T20:42:41.724Zprocess exited: duration 2026 ms, exit code 0
 
852025-08-01T20:42:41.731Zstarting task 3: "clone repository"
862025-08-01T20:42:41.736Z+ mkdir -p /work/oxidecomputer/omicron
872025-08-01T20:42:41.739Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
882025-08-01T20:42:41.781ZCloning into '/work/oxidecomputer/omicron'...
892025-08-01T20:42:49.139Z+ cd /work/oxidecomputer/omicron
902025-08-01T20:42:49.139Z+ git fetch origin 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79
912025-08-01T20:42:49.489ZFrom https://github.com/oxidecomputer/omicron
922025-08-01T20:42:49.489Z * branch 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 -> FETCH_HEAD
932025-08-01T20:42:49.499Z+ [[ -n eliza/bundle-snarf-ereports ]]
942025-08-01T20:42:49.502Z++ git branch --show-current
952025-08-01T20:42:49.505Z+ current=main
962025-08-01T20:42:49.505Z+ [[ main != eliza/bundle-snarf-ereports ]]
972025-08-01T20:42:49.505Z+ git branch -f eliza/bundle-snarf-ereports 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79
982025-08-01T20:42:49.508Z+ git checkout -f eliza/bundle-snarf-ereports
992025-08-01T20:42:49.739ZSwitched to branch 'eliza/bundle-snarf-ereports'
1002025-08-01T20:42:49.741Z+ git reset --hard 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79
1012025-08-01T20:42:49.780ZHEAD is now at 23f1d3cfc sanitize serial number strings in ereport paths
1022025-08-01T20:42:49.783Zprocess exited: duration 8046 ms, exit code 0
 
1032025-08-01T20:42:49.792Zstarting task 4: "build"
1042025-08-01T20:42:49.797Z+ source .github/buildomat/ci-env.sh
1052025-08-01T20:42:49.800Z++ export CARGO_TERM_COLOR=always
1062025-08-01T20:42:49.800Z++ CARGO_TERM_COLOR=always
1072025-08-01T20:42:49.801Z+ cargo --version
1082025-08-01T20:42:49.853Zcargo 1.88.0 (873a06493 2025-05-10)
1092025-08-01T20:42:49.857Z+ rustc --version
1102025-08-01T20:42:49.923Zrustc 1.88.0 (6b00bc388 2025-06-23)
1112025-08-01T20:42:49.927Z+ cargo tree --locked
1122025-08-01T20:42:50.198Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1132025-08-01T20:42:50.463Z Updating crates.io index
1142025-08-01T20:42:50.466Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152025-08-01T20:42:50.804Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162025-08-01T20:42:51.391Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172025-08-01T20:42:51.646Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1182025-08-01T20:42:51.900Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1192025-08-01T20:42:52.191Z Updating git repository `https://github.com/oxidecomputer/propolis`
1202025-08-01T20:42:54.087Z Updating git repository `https://github.com/oxidecomputer/crucible`
1212025-08-01T20:42:56.869Z Updating git repository `https://github.com/oxidecomputer/opte`
1222025-08-01T20:42:57.766Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232025-08-01T20:42:58.438Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-08-01T20:42:58.707Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-08-01T20:42:59.006Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1262025-08-01T20:42:59.746Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1272025-08-01T20:43:00.029Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282025-08-01T20:43:00.433Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292025-08-01T20:43:00.958Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-08-01T20:43:01.288Z Updating git repository `https://github.com/oxidecomputer/tofino`
1312025-08-01T20:43:01.565Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1322025-08-01T20:43:01.811Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1332025-08-01T20:43:02.049Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1342025-08-01T20:43:02.316Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1352025-08-01T20:43:02.692Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-08-01T20:43:03.037Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-08-01T20:43:03.343Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382025-08-01T20:43:03.904Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392025-08-01T20:43:04.320Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402025-08-01T20:43:04.581Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1412025-08-01T20:43:04.928Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1422025-08-01T20:43:05.339Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432025-08-01T20:43:05.696Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442025-08-01T20:43:06.003Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452025-08-01T20:43:06.266Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462025-08-01T20:43:14.609Z Updating git repository `https://github.com/illumos/smf-rs`
1472025-08-01T20:43:16.064Z Downloading crates ...
1482025-08-01T20:43:16.154Z Downloaded addr2line v0.24.2
1492025-08-01T20:43:16.160Z Downloaded assert_matches v1.5.0
1502025-08-01T20:43:16.166Z Downloaded ascii-canvas v3.0.0
1512025-08-01T20:43:16.169Z Downloaded aead v0.5.2
1522025-08-01T20:43:16.169Z Downloaded assert_cmd v2.0.17
1532025-08-01T20:43:16.172Z Downloaded arrayvec v0.7.6
1542025-08-01T20:43:16.177Z Downloaded array-init v0.0.4
1552025-08-01T20:43:16.177Z Downloaded approx v0.5.1
1562025-08-01T20:43:16.182Z Downloaded argon2 v0.5.3
1572025-08-01T20:43:16.182Z Downloaded aes-gcm v0.10.3
1582025-08-01T20:43:16.193Z Downloaded async-attributes v1.1.2
1592025-08-01T20:43:16.193Z Downloaded arrayref v0.3.9
1602025-08-01T20:43:16.200Z Downloaded adler2 v2.0.0
1612025-08-01T20:43:16.200Z Downloaded ed25519 v2.2.3
1622025-08-01T20:43:16.200Z Downloaded cfg-if v1.0.1
1632025-08-01T20:43:16.206Z Downloaded assert-json-diff v2.0.2
1642025-08-01T20:43:16.206Z Downloaded async-bb8-diesel v0.2.1
1652025-08-01T20:43:16.206Z Downloaded env_logger v0.10.2
1662025-08-01T20:43:16.211Z Downloaded equivalent v1.0.2
1672025-08-01T20:43:16.211Z Downloaded fixedbitset v0.5.7
1682025-08-01T20:43:16.211Z Downloaded elliptic-curve v0.13.8
1692025-08-01T20:43:16.215Z Downloaded fallible-iterator v0.2.0
1702025-08-01T20:43:16.220Z Downloaded fastrand v2.1.1
1712025-08-01T20:43:16.220Z Downloaded bzip2 v0.5.2
1722025-08-01T20:43:16.224Z Downloaded bit-vec v0.6.3
1732025-08-01T20:43:16.224Z Downloaded enum-as-inner v0.6.1
1742025-08-01T20:43:16.224Z Downloaded flagset v0.4.6
1752025-08-01T20:43:16.229Z Downloaded ff v0.13.0
1762025-08-01T20:43:16.229Z Downloaded embedded-io v0.6.1
1772025-08-01T20:43:16.234Z Downloaded bitfield v0.14.0
1782025-08-01T20:43:16.234Z Downloaded bcrypt-pbkdf v0.10.0
1792025-08-01T20:43:16.238Z Downloaded async-global-executor v2.4.1
1802025-08-01T20:43:16.238Z Downloaded fatfs v0.3.6
1812025-08-01T20:43:16.242Z Downloaded atomicwrites v0.4.4
1822025-08-01T20:43:16.242Z Downloaded ena v0.14.3
1832025-08-01T20:43:16.247Z Downloaded fixedbitset v0.4.2
1842025-08-01T20:43:16.247Z Downloaded async-channel v1.9.0
1852025-08-01T20:43:16.251Z Downloaded arc-swap v1.7.1
1862025-08-01T20:43:16.251Z Downloaded async-object-pool v0.1.5
1872025-08-01T20:43:16.256Z Downloaded embedded-io v0.4.0
1882025-08-01T20:43:16.262Z Downloaded event-listener-strategy v0.5.2
1892025-08-01T20:43:16.262Z Downloaded atty v0.2.14
1902025-08-01T20:43:16.262Z Downloaded endian-type v0.1.2
1912025-08-01T20:43:16.262Z Downloaded backoff v0.4.0
1922025-08-01T20:43:16.267Z Downloaded env_logger v0.11.5
1932025-08-01T20:43:16.267Z Downloaded async-stream-impl v0.3.6
1942025-08-01T20:43:16.270Z Downloaded either v1.15.0
1952025-08-01T20:43:16.270Z Downloaded aes v0.8.4
1962025-08-01T20:43:16.273Z Downloaded filetime v0.2.25
1972025-08-01T20:43:16.277Z Downloaded fd-lock v4.0.2
1982025-08-01T20:43:16.282Z Downloaded async-signal v0.2.10
1992025-08-01T20:43:16.282Z Downloaded expectorate v1.2.0
2002025-08-01T20:43:16.285Z Downloaded block-padding v0.3.3
2012025-08-01T20:43:16.285Z Downloaded anstyle-query v1.1.1
2022025-08-01T20:43:16.286Z Downloaded env_filter v0.1.2
2032025-08-01T20:43:16.289Z Downloaded byteorder v1.5.0
2042025-08-01T20:43:16.292Z Downloaded headers-core v0.3.0
2052025-08-01T20:43:16.292Z Downloaded number_prefix v0.4.0
2062025-08-01T20:43:16.295Z Downloaded oso-derive v0.27.3
2072025-08-01T20:43:16.295Z Downloaded num-derive v0.3.3
2082025-08-01T20:43:16.298Z Downloaded num-conv v0.1.0
2092025-08-01T20:43:16.301Z Downloaded newline-converter v0.3.0
2102025-08-01T20:43:16.301Z Downloaded guppy-workspace-hack v0.1.0
2112025-08-01T20:43:16.304Z Downloaded buf-list v1.0.3
2122025-08-01T20:43:16.304Z Downloaded blocking v1.6.1
2132025-08-01T20:43:16.307Z Downloaded foreign-types-shared v0.3.1
2142025-08-01T20:43:16.310Z Downloaded erased-serde v0.4.6
2152025-08-01T20:43:16.313Z Downloaded castaway v0.2.3
2162025-08-01T20:43:16.316Z Downloaded heck v0.4.1
2172025-08-01T20:43:16.316Z Downloaded cexpr v0.6.0
2182025-08-01T20:43:16.319Z Downloaded cast v0.3.0
2192025-08-01T20:43:16.322Z Downloaded bitflags v1.3.2
2202025-08-01T20:43:16.325Z Downloaded blake2b_simd v1.0.2
2212025-08-01T20:43:16.328Z Downloaded anes v0.1.6
2222025-08-01T20:43:16.330Z Downloaded base16ct v0.2.0
2232025-08-01T20:43:16.333Z Downloaded openssl-macros v0.1.1
2242025-08-01T20:43:16.333Z Downloaded fxhash v0.2.1
2252025-08-01T20:43:16.336Z Downloaded cassowary v0.3.0
2262025-08-01T20:43:16.336Z Downloaded hex v0.4.3
2272025-08-01T20:43:16.339Z Downloaded heck v0.3.3
2282025-08-01T20:43:16.342Z Downloaded float-cmp v0.10.0
2292025-08-01T20:43:16.342Z Downloaded futures-executor v0.3.31
2302025-08-01T20:43:16.345Z Downloaded futures-io v0.3.31
2312025-08-01T20:43:16.348Z Downloaded progenitor-client v0.9.1
2322025-08-01T20:43:16.348Z Downloaded progenitor-client v0.8.0
2332025-08-01T20:43:16.351Z Downloaded cbc v0.1.2
2342025-08-01T20:43:16.351Z Downloaded half v1.8.3
2352025-08-01T20:43:16.356Z Downloaded globwalk v0.9.1
2362025-08-01T20:43:16.359Z Downloaded form_urlencoded v1.2.1
2372025-08-01T20:43:16.359Z Downloaded russh-cryptovec v0.7.3
2382025-08-01T20:43:16.362Z Downloaded parking v2.2.1
2392025-08-01T20:43:16.362Z Downloaded camino-tempfile v1.4.1
2402025-08-01T20:43:16.365Z Downloaded group v0.13.0
2412025-08-01T20:43:16.370Z Downloaded foreign-types-macros v0.2.3
2422025-08-01T20:43:16.370Z Downloaded cancel-safe-futures v0.1.5
2432025-08-01T20:43:16.373Z Downloaded glob v0.3.2
2442025-08-01T20:43:16.376Z Downloaded generic-array v0.14.7
2452025-08-01T20:43:16.379Z Downloaded secrecy v0.10.3
2462025-08-01T20:43:16.379Z Downloaded salsa20 v0.10.2
2472025-08-01T20:43:16.382Z Downloaded poly1305 v0.8.0
2482025-08-01T20:43:16.385Z Downloaded plain v0.2.3
2492025-08-01T20:43:16.389Z Downloaded proc-macro-crate v3.2.0
2502025-08-01T20:43:16.389Z Downloaded pkg-config v0.3.31
2512025-08-01T20:43:16.392Z Downloaded peg v0.8.5
2522025-08-01T20:43:16.394Z Downloaded futures-core v0.3.31
2532025-08-01T20:43:16.397Z Downloaded anyhow v1.0.98
2542025-08-01T20:43:16.402Z Downloaded signal-hook-mio v0.2.4
2552025-08-01T20:43:16.405Z Downloaded serde_urlencoded v0.7.1
2562025-08-01T20:43:16.408Z Downloaded predicates-tree v1.0.12
2572025-08-01T20:43:16.408Z Downloaded swrite v0.1.0
2582025-08-01T20:43:16.411Z Downloaded polyval v0.6.2
2592025-08-01T20:43:16.414Z Downloaded phf_shared v0.11.2
2602025-08-01T20:43:16.414Z Downloaded take_mut v0.2.2
2612025-08-01T20:43:16.417Z Downloaded resolv-conf v0.7.0
2622025-08-01T20:43:16.419Z Downloaded num-complex v0.4.6
2632025-08-01T20:43:16.420Z Downloaded fs_extra v1.3.0
2642025-08-01T20:43:16.422Z Downloaded cfg-expr v0.20.1
2652025-08-01T20:43:16.425Z Downloaded futures-channel v0.3.31
2662025-08-01T20:43:16.428Z Downloaded atomic-waker v1.1.2
2672025-08-01T20:43:16.431Z Downloaded tokio-macros v2.5.0
2682025-08-01T20:43:16.434Z Downloaded tabled_derive v0.10.0
2692025-08-01T20:43:16.434Z Downloaded rustversion v1.0.17
2702025-08-01T20:43:16.437Z Downloaded proc-macro-error v1.0.4
2712025-08-01T20:43:16.441Z Downloaded semver v0.1.20
2722025-08-01T20:43:16.444Z Downloaded phf v0.12.1
2732025-08-01T20:43:16.446Z Downloaded wait-timeout v0.2.0
2742025-08-01T20:43:16.450Z Downloaded topological-sort v0.2.2
2752025-08-01T20:43:16.450Z Downloaded slab v0.4.9
2762025-08-01T20:43:16.452Z Downloaded untrusted v0.9.0
2772025-08-01T20:43:16.455Z Downloaded zerofrom v0.1.4
2782025-08-01T20:43:16.456Z Downloaded stringprep v0.1.5
2792025-08-01T20:43:16.458Z Downloaded rand_xorshift v0.4.0
2802025-08-01T20:43:16.461Z Downloaded stringmetrics v2.2.2
2812025-08-01T20:43:16.464Z Downloaded vte_generate_state_changes v0.1.2
2822025-08-01T20:43:16.464Z Downloaded string_cache v0.8.9
2832025-08-01T20:43:16.467Z Downloaded static_assertions v1.1.0
2842025-08-01T20:43:16.470Z Downloaded cstr-argument v0.1.2
2852025-08-01T20:43:16.470Z Downloaded cfg_aliases v0.1.1
2862025-08-01T20:43:16.474Z Downloaded tap v1.0.1
2872025-08-01T20:43:16.474Z Downloaded cfg_aliases v0.2.1
2882025-08-01T20:43:16.477Z Downloaded crc8 v0.1.1
2892025-08-01T20:43:16.477Z Downloaded base64 v0.13.1
2902025-08-01T20:43:16.480Z Downloaded derive_builder_macro v0.20.2
2912025-08-01T20:43:16.480Z Downloaded tagptr v0.2.0
2922025-08-01T20:43:16.483Z Downloaded darling_macro v0.21.0
2932025-08-01T20:43:16.486Z Downloaded papergrid v0.14.0
2942025-08-01T20:43:16.489Z Downloaded tinystr v0.7.6
2952025-08-01T20:43:16.492Z Downloaded tokio-native-tls v0.3.1
2962025-08-01T20:43:16.495Z Downloaded tiny-keccak v2.0.2
2972025-08-01T20:43:16.498Z Downloaded hostname v0.3.1
2982025-08-01T20:43:16.501Z Downloaded hostname v0.4.0
2992025-08-01T20:43:16.503Z Downloaded toml_datetime v0.6.11
3002025-08-01T20:43:16.506Z Downloaded is_ci v1.2.0
3012025-08-01T20:43:16.506Z Downloaded universal-hash v0.5.1
3022025-08-01T20:43:16.509Z Downloaded ahash v0.8.12
3032025-08-01T20:43:16.512Z Downloaded typeid v1.0.3
3042025-08-01T20:43:16.515Z Downloaded ron v0.8.1
3052025-08-01T20:43:16.519Z Downloaded wyz v0.5.1
3062025-08-01T20:43:16.522Z Downloaded oso v0.27.3
3072025-08-01T20:43:16.525Z Downloaded writeable v0.5.5
3082025-08-01T20:43:16.528Z Downloaded crc-catalog v2.4.0
3092025-08-01T20:43:16.531Z Downloaded sqlformat v0.3.5
3102025-08-01T20:43:16.534Z Downloaded bytes v1.10.1
3112025-08-01T20:43:16.538Z Downloaded md5 v0.7.0
3122025-08-01T20:43:16.542Z Downloaded nested v0.1.1
3132025-08-01T20:43:16.542Z Downloaded constant_time_eq v0.3.1
3142025-08-01T20:43:16.545Z Downloaded document-features v0.2.11
3152025-08-01T20:43:16.547Z Downloaded openssl-probe v0.1.5
3162025-08-01T20:43:16.547Z Downloaded pathdiff v0.2.3
3172025-08-01T20:43:16.550Z Downloaded getrandom v0.3.1
3182025-08-01T20:43:16.554Z Downloaded plotters-svg v0.3.7
3192025-08-01T20:43:16.557Z Downloaded pbkdf2 v0.11.0
3202025-08-01T20:43:16.560Z Downloaded precomputed-hash v0.1.1
3212025-08-01T20:43:16.560Z Downloaded ordered-float v2.10.1
3222025-08-01T20:43:16.562Z Downloaded twox-hash v2.1.0
3232025-08-01T20:43:16.565Z Downloaded memmap v0.7.0
3242025-08-01T20:43:16.568Z Downloaded vte v0.11.1
3252025-08-01T20:43:16.571Z Downloaded pretty-hex v0.2.1
3262025-08-01T20:43:16.571Z Downloaded heapless v0.8.0
3272025-08-01T20:43:16.575Z Downloaded lazy_static v1.5.0
3282025-08-01T20:43:16.577Z Downloaded crc v3.2.1
3292025-08-01T20:43:16.581Z Downloaded flate2 v1.1.2
3302025-08-01T20:43:16.585Z Downloaded macaddr v1.0.1
3312025-08-01T20:43:16.588Z Downloaded lzss v0.8.2
3322025-08-01T20:43:16.591Z Downloaded rcgen v0.12.1
3332025-08-01T20:43:16.595Z Downloaded libz-rs-sys v0.5.1
3342025-08-01T20:43:16.598Z Downloaded ingot v0.1.1
3352025-08-01T20:43:16.601Z Downloaded sigpipe v0.1.3
3362025-08-01T20:43:16.601Z Downloaded same-file v1.0.6
3372025-08-01T20:43:16.603Z Downloaded kstat-rs v0.2.4
3382025-08-01T20:43:16.604Z Downloaded serde-big-array v0.5.1
3392025-08-01T20:43:16.606Z Downloaded num_enum v0.5.11
3402025-08-01T20:43:16.612Z Downloaded phf v0.11.2
3412025-08-01T20:43:16.615Z Downloaded sync_wrapper v1.0.1
3422025-08-01T20:43:16.617Z Downloaded powerfmt v0.2.0
3432025-08-01T20:43:16.617Z Downloaded quick-error v1.2.3
3442025-08-01T20:43:16.628Z Downloaded strsim v0.11.1
3452025-08-01T20:43:16.628Z Downloaded target-triple v0.1.3
3462025-08-01T20:43:16.628Z Downloaded typenum v1.17.0
3472025-08-01T20:43:16.628Z Downloaded serde_cbor v0.11.2
3482025-08-01T20:43:16.632Z Downloaded ref-cast v1.0.24
3492025-08-01T20:43:16.635Z Downloaded rand_core v0.6.4
3502025-08-01T20:43:16.635Z Downloaded time-core v0.1.2
3512025-08-01T20:43:16.638Z Downloaded tower-layer v0.3.3
3522025-08-01T20:43:16.638Z Downloaded hashbrown v0.12.3
3532025-08-01T20:43:16.643Z Downloaded libtest-mimic v0.8.1
3542025-08-01T20:43:16.645Z Downloaded icu_locid_transform v1.5.0
3552025-08-01T20:43:16.649Z Downloaded vergen v8.3.2
3562025-08-01T20:43:16.653Z Downloaded unit-prefix v0.5.1
3572025-08-01T20:43:16.656Z Downloaded ingot-macros v0.1.1
3582025-08-01T20:43:16.659Z Downloaded tar v0.4.44
3592025-08-01T20:43:16.662Z Downloaded usdt-macro v0.5.0
3602025-08-01T20:43:16.662Z Downloaded usdt-attr-macro v0.5.0
3612025-08-01T20:43:16.665Z Downloaded serde-untagged v0.1.7
3622025-08-01T20:43:16.668Z Downloaded ciborium-io v0.2.2
3632025-08-01T20:43:16.668Z Downloaded native-tls v0.2.12
3642025-08-01T20:43:16.671Z Downloaded nanorand v0.7.0
3652025-08-01T20:43:16.674Z Downloaded samael v0.0.19
3662025-08-01T20:43:16.679Z Downloaded hickory-resolver v0.25.2
3672025-08-01T20:43:16.684Z Downloaded strum_macros v0.24.3
3682025-08-01T20:43:16.687Z Downloaded strum v0.27.2
3692025-08-01T20:43:16.690Z Downloaded steno v0.4.1
3702025-08-01T20:43:16.693Z Downloaded predicates v3.1.3
3712025-08-01T20:43:16.697Z Downloaded http-body v1.0.1
3722025-08-01T20:43:16.699Z Downloaded tokio-tungstenite v0.21.0
3732025-08-01T20:43:16.702Z Downloaded termios v0.3.3
3742025-08-01T20:43:16.705Z Downloaded icu_normalizer_data v1.5.0
3752025-08-01T20:43:16.708Z Downloaded icu_locid_transform_data v1.5.0
3762025-08-01T20:43:16.708Z Downloaded zerocopy v0.6.6
3772025-08-01T20:43:16.711Z Downloaded unicode-xid v0.2.6
3782025-08-01T20:43:16.714Z Downloaded rustls-native-certs v0.8.1
3792025-08-01T20:43:16.717Z Downloaded hashbrown v0.13.2
3802025-08-01T20:43:16.721Z Downloaded icu_provider_macros v1.5.0
3812025-08-01T20:43:16.724Z Downloaded utf16_iter v1.0.5
3822025-08-01T20:43:16.724Z Downloaded usdt-impl v0.5.0
3832025-08-01T20:43:16.727Z Downloaded utf8_iter v1.0.4
3842025-08-01T20:43:16.730Z Downloaded cmake v0.1.51
3852025-08-01T20:43:16.734Z Downloaded slog-async v2.8.0
3862025-08-01T20:43:16.734Z Downloaded normalize-line-endings v0.3.0
3872025-08-01T20:43:16.737Z Downloaded num_threads v0.1.7
3882025-08-01T20:43:16.737Z Downloaded strum_macros v0.26.4
3892025-08-01T20:43:16.740Z Downloaded omicron-zone-package v0.12.2
3902025-08-01T20:43:16.743Z Downloaded concurrent-queue v2.5.0
3912025-08-01T20:43:16.746Z Downloaded progenitor-impl v0.9.1
3922025-08-01T20:43:16.749Z Downloaded progenitor-impl v0.8.0
3932025-08-01T20:43:16.752Z Downloaded parse-display v0.10.0
3942025-08-01T20:43:16.754Z Downloaded derive-ex v0.1.8
3952025-08-01T20:43:16.754Z Downloaded deranged v0.3.11
3962025-08-01T20:43:16.757Z Downloaded critical-section v1.1.3
3972025-08-01T20:43:16.760Z Downloaded packed_struct_codegen v0.10.1
3982025-08-01T20:43:16.760Z Downloaded tokio-tungstenite v0.23.1
3992025-08-01T20:43:16.763Z Downloaded tokio-stream v0.1.17
4002025-08-01T20:43:16.768Z Downloaded tinytemplate v1.2.1
4012025-08-01T20:43:16.771Z Downloaded url v2.5.4
4022025-08-01T20:43:16.774Z Downloaded ryu v1.0.18
4032025-08-01T20:43:16.777Z Downloaded ron v0.7.1
4042025-08-01T20:43:16.782Z Downloaded humantime v2.2.0
4052025-08-01T20:43:16.785Z Downloaded ciborium v0.2.2
4062025-08-01T20:43:16.788Z Downloaded crossbeam-deque v0.8.5
4072025-08-01T20:43:16.788Z Downloaded lockfree-object-pool v0.1.6
4082025-08-01T20:43:16.791Z Downloaded criterion-plot v0.6.0
4092025-08-01T20:43:16.794Z Downloaded structmeta-derive v0.3.0
4102025-08-01T20:43:16.794Z Downloaded hickory-server v0.25.2
4112025-08-01T20:43:16.798Z Downloaded num_enum_derive v0.5.11
4122025-08-01T20:43:16.801Z Downloaded cpufeatures v0.2.14
4132025-08-01T20:43:16.804Z Downloaded diesel_derives v2.2.3
4142025-08-01T20:43:16.807Z Downloaded rustc-hash v1.1.0
4152025-08-01T20:43:16.807Z Downloaded derive_builder v0.20.2
4162025-08-01T20:43:16.811Z Downloaded thread-id v4.2.2
4172025-08-01T20:43:16.814Z Downloaded memoffset v0.9.1
4182025-08-01T20:43:16.817Z Downloaded der_derive v0.7.3
4192025-08-01T20:43:16.817Z Downloaded hashbrown v0.15.4
4202025-08-01T20:43:16.821Z Downloaded hyper-rustls v0.27.7
4212025-08-01T20:43:16.823Z Downloaded typify v0.4.1
4222025-08-01T20:43:16.827Z Downloaded rand_chacha v0.3.1
4232025-08-01T20:43:16.830Z Downloaded progenitor-macro v0.8.0
4242025-08-01T20:43:16.830Z Downloaded progenitor-client v0.10.0
4252025-08-01T20:43:16.833Z Downloaded russh v0.45.0
4262025-08-01T20:43:16.836Z Downloaded write16 v1.0.0
4272025-08-01T20:43:16.839Z Downloaded rfc6979 v0.4.0
4282025-08-01T20:43:16.839Z Downloaded typify v0.3.0
4292025-08-01T20:43:16.842Z Downloaded p521 v0.13.3
4302025-08-01T20:43:16.846Z Downloaded serde_path_to_error v0.1.17
4312025-08-01T20:43:16.850Z Downloaded rustc_version v0.1.7
4322025-08-01T20:43:16.853Z Downloaded crunchy v0.2.2
4332025-08-01T20:43:16.853Z Downloaded doc-comment v0.3.3
4342025-08-01T20:43:16.853Z Downloaded test-strategy v0.4.3
4352025-08-01T20:43:16.857Z Downloaded crucible-workspace-hack v0.1.0
4362025-08-01T20:43:16.860Z Downloaded structmeta v0.3.0
4372025-08-01T20:43:16.860Z Downloaded parking_lot_core v0.9.10
4382025-08-01T20:43:16.864Z Downloaded secrecy v0.8.0
4392025-08-01T20:43:16.867Z Downloaded ipnet v2.11.0
4402025-08-01T20:43:16.867Z Downloaded parking_lot_core v0.8.6
4412025-08-01T20:43:16.871Z Downloaded plotters-backend v0.3.7
4422025-08-01T20:43:16.871Z Downloaded pkcs8 v0.10.2
4432025-08-01T20:43:16.874Z Downloaded display-error-chain v0.2.2
4442025-08-01T20:43:16.874Z Downloaded thread_local v1.1.8
4452025-08-01T20:43:16.877Z Downloaded sec1 v0.7.3
4462025-08-01T20:43:16.877Z Downloaded snafu v0.8.5
4472025-08-01T20:43:16.883Z Downloaded ident_case v1.0.1
4482025-08-01T20:43:16.886Z Downloaded which v4.4.2
4492025-08-01T20:43:16.889Z Downloaded dirs-sys-next v0.1.2
4502025-08-01T20:43:16.889Z Downloaded slog-json v2.6.1
4512025-08-01T20:43:16.893Z Downloaded slog-envlogger v2.2.0
4522025-08-01T20:43:16.893Z Downloaded memmap2 v0.9.5
4532025-08-01T20:43:16.896Z Downloaded md-5 v0.10.6
4542025-08-01T20:43:16.896Z Downloaded tabled_derive v0.7.0
4552025-08-01T20:43:16.899Z Downloaded console v0.15.10
4562025-08-01T20:43:16.901Z Downloaded match_cfg v0.1.0
4572025-08-01T20:43:16.902Z Downloaded zerovec-derive v0.10.3
4582025-08-01T20:43:16.904Z Downloaded pkcs1 v0.7.5
4592025-08-01T20:43:16.907Z Downloaded colorchoice v1.0.2
4602025-08-01T20:43:16.907Z Downloaded zeroize_derive v1.4.2
4612025-08-01T20:43:16.910Z Downloaded rustc_version v0.4.1
4622025-08-01T20:43:16.910Z Downloaded pin-project-lite v0.2.14
4632025-08-01T20:43:16.915Z Downloaded nodrop v0.1.14
4642025-08-01T20:43:16.918Z Downloaded zerofrom-derive v0.1.4
4652025-08-01T20:43:16.918Z Downloaded http v1.3.1
4662025-08-01T20:43:16.922Z Downloaded xattr v1.3.1
4672025-08-01T20:43:16.925Z Downloaded slog-term v2.9.1
4682025-08-01T20:43:16.928Z Downloaded displaydoc v0.2.5
4692025-08-01T20:43:16.931Z Downloaded toml v0.8.23
4702025-08-01T20:43:16.934Z Downloaded rustc-demangle v0.1.24
4712025-08-01T20:43:16.937Z Downloaded rust-argon2 v2.1.0
4722025-08-01T20:43:16.937Z Downloaded proc-macro-error-attr v1.0.4
4732025-08-01T20:43:16.939Z Downloaded sha2 v0.10.9
4742025-08-01T20:43:16.942Z Downloaded parking_lot v0.12.3
4752025-08-01T20:43:16.945Z Downloaded serde v1.0.219
4762025-08-01T20:43:16.948Z Downloaded inout v0.1.3
4772025-08-01T20:43:16.951Z Downloaded diesel-dtrace v0.4.2
4782025-08-01T20:43:16.951Z Downloaded litrs v0.4.1
4792025-08-01T20:43:16.954Z Downloaded indicatif v0.17.11
4802025-08-01T20:43:16.957Z Downloaded ingot-types v0.1.2
4812025-08-01T20:43:16.960Z Downloaded typed-path v0.9.3
4822025-08-01T20:43:16.965Z Downloaded sqlparser_derive v0.2.2
4832025-08-01T20:43:16.968Z Downloaded tempfile v3.20.0
4842025-08-01T20:43:16.971Z Downloaded tower-service v0.3.3
4852025-08-01T20:43:16.972Z Downloaded value-bag v1.9.0
4862025-08-01T20:43:16.974Z Downloaded thiserror-impl-no-std v2.0.2
4872025-08-01T20:43:16.974Z Downloaded void v1.0.2
4882025-08-01T20:43:16.977Z Downloaded crypto-common v0.1.6
4892025-08-01T20:43:16.977Z Downloaded managed v0.8.0
4902025-08-01T20:43:16.980Z Downloaded tokio-rustls v0.25.0
4912025-08-01T20:43:16.983Z Downloaded maplit v1.0.2
4922025-08-01T20:43:16.983Z Downloaded linked-hash-map v0.5.6
4932025-08-01T20:43:16.986Z Downloaded tough v0.20.0
4942025-08-01T20:43:16.992Z Downloaded unicode_categories v0.1.1
4952025-08-01T20:43:16.996Z Downloaded oxnet v0.1.3
4962025-08-01T20:43:16.999Z Downloaded bitvec v1.0.1
4972025-08-01T20:43:17.009Z Downloaded instant v0.1.13
4982025-08-01T20:43:17.012Z Downloaded blake3 v1.5.4
4992025-08-01T20:43:17.017Z Downloaded libscf-sys v1.1.0
5002025-08-01T20:43:17.020Z Downloaded qorb v0.4.0
5012025-08-01T20:43:17.023Z Downloaded scopeguard v1.2.0
5022025-08-01T20:43:17.026Z Downloaded tls_codec v0.4.1
5032025-08-01T20:43:17.030Z Downloaded path-slash v0.1.5
5042025-08-01T20:43:17.030Z Downloaded opaque-debug v0.3.1
5052025-08-01T20:43:17.030Z Downloaded instability v0.3.2
5062025-08-01T20:43:17.034Z Downloaded tokio-rustls v0.26.0
5072025-08-01T20:43:17.037Z Downloaded termcolor v1.4.1
5082025-08-01T20:43:17.037Z Downloaded futures-util v0.3.31
5092025-08-01T20:43:17.045Z Downloaded utf8parse v0.2.2
5102025-08-01T20:43:17.048Z Downloaded aws-lc-rs v1.12.4
5112025-08-01T20:43:17.055Z Downloaded cipher v0.4.4
5122025-08-01T20:43:17.058Z Downloaded toml v0.9.2
5132025-08-01T20:43:17.060Z Downloaded chacha20 v0.9.1
5142025-08-01T20:43:17.063Z Downloaded ciborium-ll v0.2.2
5152025-08-01T20:43:17.066Z Downloaded relative-path v1.9.3
5162025-08-01T20:43:17.066Z Downloaded pest_meta v2.7.14
5172025-08-01T20:43:17.070Z Downloaded zerocopy-derive v0.8.26
5182025-08-01T20:43:17.074Z Downloaded strum v0.26.3
5192025-08-01T20:43:17.077Z Downloaded goblin v0.8.2
5202025-08-01T20:43:17.081Z Downloaded sct v0.7.1
5212025-08-01T20:43:17.084Z Downloaded linear-map v1.2.0
5222025-08-01T20:43:17.090Z Downloaded lru-cache v0.1.2
5232025-08-01T20:43:17.093Z Downloaded curve25519-dalek-derive v0.1.1
5242025-08-01T20:43:17.093Z Downloaded lru v0.12.5
5252025-08-01T20:43:17.093Z Downloaded litemap v0.7.3
5262025-08-01T20:43:17.096Z Downloaded term v0.7.0
5272025-08-01T20:43:17.098Z Downloaded unicode-bidi v0.3.17
5282025-08-01T20:43:17.101Z Downloaded shell-words v1.1.0
5292025-08-01T20:43:17.101Z Downloaded hubpack v0.1.2
5302025-08-01T20:43:17.104Z Downloaded proc-macro-error-attr2 v2.0.0
5312025-08-01T20:43:17.104Z Downloaded serde_regex v1.1.0
5322025-08-01T20:43:17.107Z Downloaded ref-cast-impl v1.0.24
5332025-08-01T20:43:17.107Z Downloaded quinn-udp v0.5.5
5342025-08-01T20:43:17.110Z Downloaded uzers v0.12.1
5352025-08-01T20:43:17.113Z Downloaded p256 v0.13.2
5362025-08-01T20:43:17.116Z Downloaded unicode-segmentation v1.12.0
5372025-08-01T20:43:17.119Z Downloaded parse-size v1.1.0
5382025-08-01T20:43:17.119Z Downloaded siphasher v1.0.1
5392025-08-01T20:43:17.122Z Downloaded darling v0.21.0
5402025-08-01T20:43:17.126Z Downloaded serde_tokenstream v0.2.2
5412025-08-01T20:43:17.129Z Downloaded support-bundle-viewer v0.1.2
5422025-08-01T20:43:17.129Z Downloaded spki v0.7.3
5432025-08-01T20:43:17.131Z Downloaded des v0.8.1
5442025-08-01T20:43:17.134Z Downloaded indexmap v2.10.0
5452025-08-01T20:43:17.137Z Downloaded sqlparser v0.45.0
5462025-08-01T20:43:17.141Z Downloaded unicode-linebreak v0.1.5
5472025-08-01T20:43:17.144Z Downloaded unarray v0.1.4
5482025-08-01T20:43:17.145Z Downloaded vsss-rs v3.3.4
5492025-08-01T20:43:17.147Z Downloaded quinn-proto v0.11.8
5502025-08-01T20:43:17.153Z Downloaded yoke v0.7.4
5512025-08-01T20:43:17.156Z Downloaded derive_builder_core v0.20.2
5522025-08-01T20:43:17.158Z Downloaded defmt-parser v0.3.4
5532025-08-01T20:43:17.158Z Downloaded similar v2.7.0
5542025-08-01T20:43:17.163Z Downloaded want v0.3.1
5552025-08-01T20:43:17.166Z Downloaded hubpack_derive v0.1.1
5562025-08-01T20:43:17.166Z Downloaded postcard v1.0.10
5572025-08-01T20:43:17.168Z Downloaded dof v0.3.0
5582025-08-01T20:43:17.171Z Downloaded signal-hook v0.3.18
5592025-08-01T20:43:17.174Z Downloaded quote v1.0.40
5602025-08-01T20:43:17.177Z Downloaded unicode-properties v0.1.3
5612025-08-01T20:43:17.180Z Downloaded peg-runtime v0.8.5
5622025-08-01T20:43:17.180Z Downloaded indent_write v2.2.0
5632025-08-01T20:43:17.183Z Downloaded hyper-tls v0.6.0
5642025-08-01T20:43:17.183Z Downloaded smf v0.2.3
5652025-08-01T20:43:17.186Z Downloaded multimap v0.10.1
5662025-08-01T20:43:17.186Z Downloaded rustls-pemfile v1.0.4
5672025-08-01T20:43:17.189Z Downloaded is-terminal v0.4.13
5682025-08-01T20:43:17.191Z Downloaded ipnetwork v0.21.1
5692025-08-01T20:43:17.191Z Downloaded serde_spanned v0.6.9
5702025-08-01T20:43:17.194Z Downloaded partial-io v0.5.4
5712025-08-01T20:43:17.197Z Downloaded subtle v2.6.1
5722025-08-01T20:43:17.200Z Downloaded subprocess v0.2.9
5732025-08-01T20:43:17.200Z Downloaded walkdir v2.5.0
5742025-08-01T20:43:17.203Z Downloaded strum_macros v0.27.1
5752025-08-01T20:43:17.206Z Downloaded rand_distr v0.4.3
5762025-08-01T20:43:17.209Z Downloaded thiserror-impl v2.0.12
5772025-08-01T20:43:17.212Z Downloaded cookie v0.18.1
5782025-08-01T20:43:17.212Z Downloaded tokio-dtrace v0.1.0
5792025-08-01T20:43:17.215Z Downloaded rstest_macros v0.25.0
5802025-08-01T20:43:17.217Z Downloaded thiserror-no-std v2.0.2
5812025-08-01T20:43:17.221Z Downloaded typify-macro v0.2.0
5822025-08-01T20:43:17.223Z Downloaded thiserror-impl v1.0.69
5832025-08-01T20:43:17.226Z Downloaded crypto-bigint v0.5.5
5842025-08-01T20:43:17.230Z Downloaded whoami v1.5.2
5852025-08-01T20:43:17.233Z Downloaded uuid v1.17.0
5862025-08-01T20:43:17.236Z Downloaded pretty-hex v0.4.1
5872025-08-01T20:43:17.239Z Downloaded nom v7.1.3
5882025-08-01T20:43:17.242Z Downloaded daft-derive v0.1.4
5892025-08-01T20:43:17.246Z Downloaded tinyvec_macros v0.1.1
5902025-08-01T20:43:17.249Z Downloaded daft v0.1.4
5912025-08-01T20:43:17.252Z Downloaded httptest v0.16.3
5922025-08-01T20:43:17.252Z Downloaded chacha20poly1305 v0.10.1
5932025-08-01T20:43:17.255Z Downloaded num-iter v0.1.45
5942025-08-01T20:43:17.258Z Downloaded rustls-pemfile v2.2.0
5952025-08-01T20:43:17.258Z Downloaded icu_properties v1.5.1
5962025-08-01T20:43:17.262Z Downloaded darling_macro v0.20.10
5972025-08-01T20:43:17.264Z Downloaded supports-color v3.0.2
5982025-08-01T20:43:17.264Z Downloaded proc-macro-error2 v2.0.1
5992025-08-01T20:43:17.268Z Downloaded siphasher v0.3.11
6002025-08-01T20:43:17.270Z Downloaded keccak v0.1.5
6012025-08-01T20:43:17.270Z Downloaded synstructure v0.13.1
6022025-08-01T20:43:17.273Z Downloaded const-oid v0.9.6
6032025-08-01T20:43:17.274Z Downloaded serde_json v1.0.141
6042025-08-01T20:43:17.280Z Downloaded dirs-next v2.0.0
6052025-08-01T20:43:17.283Z Downloaded pin-project v1.1.6
6062025-08-01T20:43:17.291Z Downloaded xshell-macros v0.2.7
6072025-08-01T20:43:17.294Z Downloaded bindgen v0.71.1
6082025-08-01T20:43:17.299Z Downloaded console v0.16.0
6092025-08-01T20:43:17.302Z Downloaded postgres-protocol v0.6.8
6102025-08-01T20:43:17.304Z Downloaded maybe-uninit v2.0.0
6112025-08-01T20:43:17.308Z Downloaded hyper-staticfile v0.10.1
6122025-08-01T20:43:17.308Z Downloaded xz2 v0.1.7
6132025-08-01T20:43:17.311Z Downloaded serde_repr v0.1.19
6142025-08-01T20:43:17.311Z Downloaded indexmap v1.9.3
6152025-08-01T20:43:17.314Z Downloaded ignore v0.4.23
6162025-08-01T20:43:17.317Z Downloaded rayon-core v1.12.1
6172025-08-01T20:43:17.320Z Downloaded scroll_derive v0.12.0
6182025-08-01T20:43:17.322Z Downloaded num-rational v0.4.2
6192025-08-01T20:43:17.323Z Downloaded http-range v0.1.5
6202025-08-01T20:43:17.325Z Downloaded sync-ptr v0.1.4
6212025-08-01T20:43:17.325Z Downloaded proc-macro2 v1.0.95
6222025-08-01T20:43:17.328Z Downloaded tracing-core v0.1.32
6232025-08-01T20:43:17.331Z Downloaded spin v0.9.8
6242025-08-01T20:43:17.334Z Downloaded num-integer v0.1.46
6252025-08-01T20:43:17.334Z Downloaded olpc-cjson v0.1.4
6262025-08-01T20:43:17.337Z Downloaded kv-log-macro v1.0.7
6272025-08-01T20:43:17.340Z Downloaded psl-types v2.0.11
6282025-08-01T20:43:17.340Z Downloaded serde_with_macros v3.14.0
6292025-08-01T20:43:17.342Z Downloaded scroll v0.12.0
6302025-08-01T20:43:17.343Z Downloaded itertools v0.14.0
6312025-08-01T20:43:17.348Z Downloaded thiserror v1.0.69
6322025-08-01T20:43:17.352Z Downloaded moka v0.12.10
6332025-08-01T20:43:17.361Z Downloaded num-derive v0.4.2
6342025-08-01T20:43:17.364Z Downloaded typify-macro v0.3.0
6352025-08-01T20:43:17.364Z Downloaded convert_case v0.7.1
6362025-08-01T20:43:17.367Z Downloaded multer v3.1.0
6372025-08-01T20:43:17.370Z Downloaded ucd-trie v0.1.7
6382025-08-01T20:43:17.370Z Downloaded proc-macro-crate v1.3.1
6392025-08-01T20:43:17.372Z Downloaded num v0.4.3
6402025-08-01T20:43:17.373Z Downloaded smawk v0.3.2
6412025-08-01T20:43:17.375Z Downloaded pin-project-internal v1.1.6
6422025-08-01T20:43:17.375Z Downloaded rand_seeder v0.3.0
6432025-08-01T20:43:17.378Z Downloaded r2d2 v0.8.10
6442025-08-01T20:43:17.382Z Downloaded thiserror v2.0.12
6452025-08-01T20:43:17.384Z Downloaded rustls-pki-types v1.10.0
6462025-08-01T20:43:17.387Z Downloaded defmt-macros v0.3.9
6472025-08-01T20:43:17.390Z Downloaded scrypt v0.11.0
6482025-08-01T20:43:17.393Z Downloaded primeorder v0.13.6
6492025-08-01T20:43:17.393Z Downloaded itertools v0.13.0
6502025-08-01T20:43:17.398Z Downloaded idna_adapter v1.2.0
6512025-08-01T20:43:17.401Z Downloaded once_cell v1.21.3
6522025-08-01T20:43:17.405Z Downloaded convert_case v0.4.0
6532025-08-01T20:43:17.405Z Downloaded hyper v1.6.0
6542025-08-01T20:43:17.408Z Downloaded iddqd v0.3.9
6552025-08-01T20:43:17.413Z Downloaded try-lock v0.2.5
6562025-08-01T20:43:17.416Z Downloaded libloading v0.8.5
6572025-08-01T20:43:17.419Z Downloaded similar-asserts v1.7.0
6582025-08-01T20:43:17.419Z Downloaded paste v1.0.15
6592025-08-01T20:43:17.422Z Downloaded tls_codec_derive v0.4.1
6602025-08-01T20:43:17.425Z Downloaded oorandom v11.1.4
6612025-08-01T20:43:17.425Z Downloaded object v0.30.4
6622025-08-01T20:43:17.432Z Downloaded trybuild v1.0.106
6632025-08-01T20:43:17.435Z Downloaded rand_core v0.9.2
6642025-08-01T20:43:17.438Z Downloaded plotters v0.3.7
6652025-08-01T20:43:17.445Z Downloaded crossbeam-utils v0.8.21
6662025-08-01T20:43:17.447Z Downloaded yasna v0.5.2
6672025-08-01T20:43:17.451Z Downloaded toml_edit v0.19.15
6682025-08-01T20:43:17.463Z Downloaded cookie_store v0.21.1
6692025-08-01T20:43:17.466Z Downloaded gimli v0.31.1
6702025-08-01T20:43:17.472Z Downloaded jobserver v0.1.32
6712025-08-01T20:43:17.476Z Downloaded schemars v0.8.22
6722025-08-01T20:43:17.483Z Downloaded darling_core v0.21.0
6732025-08-01T20:43:17.488Z Downloaded crossbeam-epoch v0.9.18
6742025-08-01T20:43:17.491Z Downloaded socket2 v0.6.0
6752025-08-01T20:43:17.493Z Downloaded zip v4.2.0
6762025-08-01T20:43:17.496Z Downloaded yansi v1.0.1
6772025-08-01T20:43:17.499Z Downloaded petname v2.0.2
6782025-08-01T20:43:17.502Z Downloaded icu_locid v1.5.0
6792025-08-01T20:43:17.506Z Downloaded derive_more-impl v2.0.1
6802025-08-01T20:43:17.510Z Downloaded unicode-width v0.2.0
6812025-08-01T20:43:17.515Z Downloaded compact_str v0.8.0
6822025-08-01T20:43:17.518Z Downloaded prettyplease v0.2.36
6832025-08-01T20:43:17.521Z Downloaded miniz_oxide v0.8.5
6842025-08-01T20:43:17.524Z Downloaded smoltcp v0.9.1
6852025-08-01T20:43:17.532Z Downloaded reedline v0.40.0
6862025-08-01T20:43:17.538Z Downloaded derive_more v2.0.1
6872025-08-01T20:43:17.546Z Downloaded rustls v0.21.12
6882025-08-01T20:43:17.555Z Downloaded socket2 v0.5.10
6892025-08-01T20:43:17.558Z Downloaded minimal-lexical v0.2.1
6902025-08-01T20:43:17.561Z Downloaded idna v1.0.3
6912025-08-01T20:43:17.564Z Downloaded bstr v1.10.0
6922025-08-01T20:43:17.571Z Downloaded icu_collections v1.5.0
6932025-08-01T20:43:17.576Z Downloaded crossterm v0.28.1
6942025-08-01T20:43:17.582Z Downloaded pest v2.7.14
6952025-08-01T20:43:17.586Z Downloaded zerocopy v0.7.35
6962025-08-01T20:43:17.600Z Downloaded iri-string v0.7.8
6972025-08-01T20:43:17.607Z Downloaded icu_properties_data v1.5.0
6982025-08-01T20:43:17.615Z Downloaded clap_builder v4.5.41
6992025-08-01T20:43:17.620Z Downloaded winnow v0.7.10
7002025-08-01T20:43:17.630Z Downloaded libm v0.2.8
7012025-08-01T20:43:17.635Z Downloaded vcpkg v0.2.15
7022025-08-01T20:43:17.668Z Downloaded tabled v0.18.0
7032025-08-01T20:43:17.682Z Downloaded time v0.3.36
7042025-08-01T20:43:17.688Z Downloaded radix_trie v0.2.1
7052025-08-01T20:43:17.693Z Downloaded rayon v1.10.0
7062025-08-01T20:43:17.700Z Downloaded rustls-webpki v0.101.7
7072025-08-01T20:43:17.712Z Downloaded chrono v0.4.41
7082025-08-01T20:43:17.719Z Downloaded portable-atomic v1.11.0
7092025-08-01T20:43:17.724Z Downloaded reqwest v0.12.22
7102025-08-01T20:43:17.732Z Downloaded proptest v1.7.0
7112025-08-01T20:43:17.740Z Downloaded winnow v0.6.26
7122025-08-01T20:43:17.748Z Downloaded lalrpop v0.19.12
7132025-08-01T20:43:17.757Z Downloaded regex-syntax v0.6.29
7142025-08-01T20:43:17.763Z Downloaded rustls-webpki v0.102.8
7152025-08-01T20:43:17.780Z Downloaded openapiv3 v2.2.0
7162025-08-01T20:43:17.789Z Downloaded rustix v1.0.7
7172025-08-01T20:43:17.809Z Downloaded winnow v0.5.40
7182025-08-01T20:43:17.816Z Downloaded hickory-proto v0.25.2
7192025-08-01T20:43:17.830Z Downloaded zerocopy v0.8.26
7202025-08-01T20:43:17.850Z Downloaded object v0.36.5
7212025-08-01T20:43:17.858Z Downloaded nix v0.30.1
7222025-08-01T20:43:17.868Z Downloaded diesel v2.2.11
7232025-08-01T20:43:17.884Z Downloaded webpki-roots v1.0.1
7242025-08-01T20:43:17.887Z Downloaded curve25519-dalek v4.1.3
7252025-08-01T20:43:17.894Z Downloaded nix v0.27.1
7262025-08-01T20:43:17.904Z Downloaded regex-syntax v0.8.5
7272025-08-01T20:43:17.912Z Downloaded regex v1.11.1
7282025-08-01T20:43:17.922Z Downloaded rustls v0.23.19
7292025-08-01T20:43:17.931Z Downloaded syn v2.0.104
7302025-08-01T20:43:17.941Z Downloaded bzip2-sys v0.1.13+1.0.8
7312025-08-01T20:43:17.951Z Downloaded nix v0.28.0
7322025-08-01T20:43:17.960Z Downloaded regex-automata v0.4.8
7332025-08-01T20:43:17.974Z Downloaded polar-core v0.27.3
7342025-08-01T20:43:17.981Z Downloaded typify-impl v0.4.1
7352025-08-01T20:43:17.993Z Downloaded dropshot v0.16.2
7362025-08-01T20:43:18.012Z Downloaded nix v0.29.0
7372025-08-01T20:43:18.022Z Downloaded rustix v0.38.37
7382025-08-01T20:43:18.042Z Downloaded typify-impl v0.2.0
7392025-08-01T20:43:18.054Z Downloaded typify-impl v0.3.0
7402025-08-01T20:43:18.066Z Downloaded zerocopy-derive v0.6.6
7412025-08-01T20:43:18.075Z Downloaded ratatui v0.29.0
7422025-08-01T20:43:18.093Z Downloaded regress v0.10.4
7432025-08-01T20:43:18.099Z Downloaded petgraph v0.8.2
7442025-08-01T20:43:18.117Z Downloaded p384 v0.13.0
7452025-08-01T20:43:18.123Z Downloaded hickory-proto v0.24.4
7462025-08-01T20:43:18.134Z Downloaded sled v0.34.7
7472025-08-01T20:43:18.143Z Downloaded rustls v0.22.4
7482025-08-01T20:43:18.154Z Downloaded chrono-tz v0.10.4
7492025-08-01T20:43:18.168Z Downloaded csv v1.3.1
7502025-08-01T20:43:18.185Z Downloaded smoltcp v0.11.0
7512025-08-01T20:43:18.195Z Downloaded libz-sys v1.1.20
7522025-08-01T20:43:18.212Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7532025-08-01T20:43:18.227Z Downloaded jiff v0.2.15
7542025-08-01T20:43:18.241Z Downloaded unicode-width v0.1.14
7552025-08-01T20:43:18.247Z Downloaded libc v0.2.174
7562025-08-01T20:43:18.267Z Downloaded petgraph v0.6.5
7572025-08-01T20:43:18.282Z Downloaded tokio v1.47.0
7582025-08-01T20:43:18.314Z Downloaded encoding_rs v0.8.34
7592025-08-01T20:43:18.332Z Downloaded openssl v0.10.73
7602025-08-01T20:43:18.340Z Downloaded lzma-sys v0.1.20
7612025-08-01T20:43:18.365Z Downloaded tabled v0.15.0
7622025-08-01T20:43:18.377Z Downloaded sha3 v0.10.8
7632025-08-01T20:43:18.381Z Downloaded polling v3.7.3
7642025-08-01T20:43:18.385Z Downloaded syn v1.0.109
7652025-08-01T20:43:18.392Z Downloaded peg-macros v0.8.5
7662025-08-01T20:43:18.394Z Downloaded textwrap v0.16.2
7672025-08-01T20:43:18.399Z Downloaded clap v4.5.41
7682025-08-01T20:43:18.402Z Downloaded const_format v0.2.34
7692025-08-01T20:43:18.406Z Downloaded ssh-key v0.6.6
7702025-08-01T20:43:18.412Z Downloaded pretty_assertions v1.4.1
7712025-08-01T20:43:18.415Z Downloaded crossterm v0.29.0
7722025-08-01T20:43:18.419Z Downloaded jiff-static v0.2.15
7732025-08-01T20:43:18.422Z Downloaded tokio-util v0.7.15
7742025-08-01T20:43:18.427Z Downloaded zerocopy-derive v0.7.35
7752025-08-01T20:43:18.430Z Downloaded quick-xml v0.37.2
7762025-08-01T20:43:18.435Z Downloaded indicatif v0.18.0
7772025-08-01T20:43:18.439Z Downloaded tracing v0.1.40
7782025-08-01T20:43:18.442Z Downloaded hyper-util v0.1.16
7792025-08-01T20:43:18.447Z Downloaded schemars_derive v0.8.22
7802025-08-01T20:43:18.450Z Downloaded scheduled-thread-pool v0.2.7
7812025-08-01T20:43:18.450Z Downloaded defmt v0.3.8
7822025-08-01T20:43:18.453Z Downloaded clap_derive v4.5.41
7832025-08-01T20:43:18.456Z Downloaded smallvec v1.15.1
7842025-08-01T20:43:18.459Z Downloaded itertools v0.12.1
7852025-08-01T20:43:18.462Z Downloaded iana-time-zone v0.1.63
7862025-08-01T20:43:18.465Z Downloaded clang-sys v1.8.1
7872025-08-01T20:43:18.468Z Downloaded zlib-rs v0.5.1
7882025-08-01T20:43:18.471Z Downloaded typify-macro v0.4.1
7892025-08-01T20:43:18.471Z Downloaded radium v0.7.0
7902025-08-01T20:43:18.474Z Downloaded serde_spanned v1.0.0
7912025-08-01T20:43:18.474Z Downloaded ring v0.17.14
7922025-08-01T20:43:18.508Z Downloaded digest v0.10.7
7932025-08-01T20:43:18.512Z Downloaded difflib v0.4.0
7942025-08-01T20:43:18.512Z Downloaded typify v0.2.0
7952025-08-01T20:43:18.515Z Downloaded git2 v0.19.0
7962025-08-01T20:43:18.519Z Downloaded bindgen v0.69.5
7972025-08-01T20:43:18.525Z Downloaded httpmock v0.8.0-alpha.1
7982025-08-01T20:43:18.540Z Downloaded tower-http v0.6.6
7992025-08-01T20:43:18.546Z Downloaded criterion v0.7.0
8002025-08-01T20:43:18.552Z Downloaded serde_with v3.14.0
8012025-08-01T20:43:18.562Z Downloaded log v0.4.27
8022025-08-01T20:43:18.565Z Downloaded toml_edit v0.22.27
8032025-08-01T20:43:18.567Z Downloaded progenitor-macro v0.10.0
8042025-08-01T20:43:18.570Z Downloaded parse-display-derive v0.10.0
8052025-08-01T20:43:18.570Z Downloaded packed_struct v0.10.1
8062025-08-01T20:43:18.570Z Downloaded itoa v1.0.11
8072025-08-01T20:43:18.573Z Downloaded async-std v1.13.0
8082025-08-01T20:43:18.588Z Downloaded tracing-attributes v0.1.27
8092025-08-01T20:43:18.591Z Downloaded darling v0.20.10
8102025-08-01T20:43:18.593Z Downloaded rustyline v14.0.0
8112025-08-01T20:43:18.597Z Downloaded rtoolbox v0.0.2
8122025-08-01T20:43:18.600Z Downloaded httparse v1.9.5
8132025-08-01T20:43:18.602Z Downloaded rstest v0.25.0
8142025-08-01T20:43:18.605Z Downloaded rpassword v7.4.0
8152025-08-01T20:43:18.608Z Downloaded libxml v0.3.3
8162025-08-01T20:43:18.611Z Downloaded libgit2-sys v0.17.0+1.8.1
8172025-08-01T20:43:18.658Z Downloaded aho-corasick v1.1.3
8182025-08-01T20:43:18.662Z Downloaded toml_parser v1.0.1
8192025-08-01T20:43:18.665Z Downloaded tower v0.5.2
8202025-08-01T20:43:18.671Z Downloaded libsw v3.5.0
8212025-08-01T20:43:18.674Z Downloaded serde_yaml v0.9.34+deprecated
8222025-08-01T20:43:18.677Z Downloaded internet-checksum v0.2.1
8232025-08-01T20:43:18.677Z Downloaded pem-rfc7468 v0.7.0
8242025-08-01T20:43:18.677Z Downloaded num-bigint-dig v0.8.4
8252025-08-01T20:43:18.681Z Downloaded version_check v0.9.5
8262025-08-01T20:43:18.684Z Downloaded unicode-normalization v0.1.24
8272025-08-01T20:43:18.686Z Downloaded salty v0.3.0
8282025-08-01T20:43:18.691Z Downloaded nu-ansi-term v0.50.1
8292025-08-01T20:43:18.693Z Downloaded der v0.7.9
8302025-08-01T20:43:18.697Z Downloaded stable_deref_trait v1.2.0
8312025-08-01T20:43:18.700Z Downloaded ssh-encoding v0.2.0
8322025-08-01T20:43:18.700Z Downloaded simd-adler32 v0.3.7
8332025-08-01T20:43:18.700Z Downloaded shlex v1.3.0
8342025-08-01T20:43:18.704Z Downloaded progenitor v0.8.0
8352025-08-01T20:43:18.704Z Downloaded progenitor-impl v0.10.0
8362025-08-01T20:43:18.704Z Downloaded httpdate v1.0.3
8372025-08-01T20:43:18.707Z Downloaded progenitor v0.10.0
8382025-08-01T20:43:18.707Z Downloaded progenitor v0.9.1
8392025-08-01T20:43:18.707Z Downloaded percent-encoding v2.3.1
8402025-08-01T20:43:18.707Z Downloaded pem v3.0.5
8412025-08-01T20:43:18.710Z Downloaded unicode-ident v1.0.18
8422025-08-01T20:43:18.713Z Downloaded toml v0.7.8
8432025-08-01T20:43:18.716Z Downloaded itertools v0.10.5
8442025-08-01T20:43:18.718Z Downloaded hkdf v0.12.4
8452025-08-01T20:43:18.721Z Downloaded libefi-sys v0.1.0
8462025-08-01T20:43:18.721Z Downloaded pkcs5 v0.7.1
8472025-08-01T20:43:18.724Z Downloaded papergrid v0.11.0
8482025-08-01T20:43:18.727Z Downloaded zerovec v0.10.4
8492025-08-01T20:43:18.732Z Downloaded serde_plain v1.0.2
8502025-08-01T20:43:18.735Z Downloaded colored v2.2.0
8512025-08-01T20:43:18.738Z Downloaded num-traits v0.2.19
8522025-08-01T20:43:18.738Z Downloaded crossbeam-channel v0.5.15
8532025-08-01T20:43:18.741Z Downloaded memchr v2.7.4
8542025-08-01T20:43:18.745Z Downloaded xshell v0.2.7
8552025-08-01T20:43:18.748Z Downloaded toml_datetime v0.7.0
8562025-08-01T20:43:18.748Z Downloaded zip v0.6.6
8572025-08-01T20:43:18.751Z Downloaded num-bigint v0.4.6
8582025-08-01T20:43:18.755Z Downloaded icu_provider v1.5.0
8592025-08-01T20:43:18.757Z Downloaded darling_core v0.20.10
8602025-08-01T20:43:18.761Z Downloaded zeroize v1.8.1
8612025-08-01T20:43:18.763Z Downloaded lock_api v0.4.12
8622025-08-01T20:43:18.763Z Downloaded openssl-sys v0.9.109
8632025-08-01T20:43:18.770Z Downloaded rsa v0.9.6
8642025-08-01T20:43:18.774Z Downloaded h2 v0.4.6
8652025-08-01T20:43:18.778Z Downloaded http-body-util v0.1.3
8662025-08-01T20:43:18.782Z Downloaded derive-where v1.5.0
8672025-08-01T20:43:18.782Z Downloaded tinyvec v1.8.0
8682025-08-01T20:43:18.785Z Downloaded strip-ansi-escapes v0.2.0
8692025-08-01T20:43:18.785Z Downloaded smallvec v0.6.14
8702025-08-01T20:43:18.788Z Downloaded mime_guess v2.0.5
8712025-08-01T20:43:18.788Z Downloaded cobs v0.2.3
8722025-08-01T20:43:18.788Z Downloaded clap_lex v0.7.4
8732025-08-01T20:43:18.791Z Downloaded sha1 v0.10.6
8742025-08-01T20:43:18.791Z Downloaded rustc-hash v2.1.1
8752025-08-01T20:43:18.791Z Downloaded tokio-postgres v0.7.13
8762025-08-01T20:43:18.795Z Downloaded guppy v0.17.20
8772025-08-01T20:43:18.799Z Downloaded rand_chacha v0.9.0
8782025-08-01T20:43:18.802Z Downloaded pin-utils v0.1.0
8792025-08-01T20:43:18.802Z Downloaded dropshot_endpoint v0.16.2
8802025-08-01T20:43:18.806Z Downloaded x509-cert v0.2.5
8812025-08-01T20:43:18.809Z Downloaded diff v0.1.13
8822025-08-01T20:43:18.812Z Downloaded tungstenite v0.21.0
8832025-08-01T20:43:18.815Z Downloaded lazycell v1.3.0
8842025-08-01T20:43:18.815Z Downloaded lalrpop-util v0.19.12
8852025-08-01T20:43:18.815Z Downloaded snafu-derive v0.8.5
8862025-08-01T20:43:18.819Z Downloaded slog v2.7.0
8872025-08-01T20:43:18.819Z Downloaded usdt v0.5.0
8882025-08-01T20:43:18.822Z Downloaded slog-dtrace v0.3.0
8892025-08-01T20:43:18.822Z Downloaded serde_derive_internals v0.29.1
8902025-08-01T20:43:18.822Z Downloaded semver v1.0.26
8912025-08-01T20:43:18.825Z Downloaded unicode-truncate v1.1.0
8922025-08-01T20:43:18.825Z Downloaded unicase v2.7.0
8932025-08-01T20:43:18.829Z Downloaded cc v1.2.30
8942025-08-01T20:43:18.832Z Downloaded terminal_size v0.4.0
8952025-08-01T20:43:18.832Z Downloaded icu_normalizer v1.5.0
8962025-08-01T20:43:18.835Z Downloaded crc-any v2.5.0
8972025-08-01T20:43:18.835Z Downloaded unsafe-libyaml v0.2.11
8982025-08-01T20:43:18.838Z Downloaded rand v0.9.1
8992025-08-01T20:43:18.841Z Downloaded hickory-resolver v0.24.4
9002025-08-01T20:43:18.844Z Downloaded postgres-types v0.2.9
9012025-08-01T20:43:18.847Z Downloaded phf_shared v0.12.1
9022025-08-01T20:43:18.847Z Downloaded path-tree v0.8.1
9032025-08-01T20:43:18.847Z Downloaded owo-colors v4.2.2
9042025-08-01T20:43:18.850Z Downloaded derive_more v0.99.20
9052025-08-01T20:43:18.854Z Downloaded utf-8 v0.7.6
9062025-08-01T20:43:18.856Z Downloaded signature v2.2.0
9072025-08-01T20:43:18.856Z Downloaded serde-hex v0.1.0
9082025-08-01T20:43:18.860Z Downloaded rusty-fork v0.3.0
9092025-08-01T20:43:18.861Z Downloaded zopfli v0.8.1
9102025-08-01T20:43:18.864Z Downloaded base64 v0.21.7
9112025-08-01T20:43:18.864Z Downloaded quinn v0.11.5
9122025-08-01T20:43:18.866Z Downloaded publicsuffix v2.3.0
9132025-08-01T20:43:18.870Z Downloaded prefix-trie v0.7.0
9142025-08-01T20:43:18.873Z Downloaded termtree v0.5.1
9152025-08-01T20:43:18.873Z Downloaded predicates-core v1.0.8
9162025-08-01T20:43:18.873Z Downloaded mio v1.0.2
9172025-08-01T20:43:18.878Z Downloaded rand v0.8.5
9182025-08-01T20:43:18.881Z Downloaded ssh-cipher v0.2.0
9192025-08-01T20:43:18.881Z Downloaded oxide-tokio-rt v0.1.2
9202025-08-01T20:43:18.881Z Downloaded tungstenite v0.23.0
9212025-08-01T20:43:18.884Z Downloaded russh-keys v0.45.0
9222025-08-01T20:43:18.887Z Downloaded nibble_vec v0.1.0
9232025-08-01T20:43:18.887Z Downloaded serde_derive v1.0.219
9242025-08-01T20:43:18.890Z Downloaded const_format_proc_macros v0.2.34
9252025-08-01T20:43:18.890Z Downloaded zstd-safe v7.2.3
9262025-08-01T20:43:18.893Z Downloaded datatest-stable v0.3.2
9272025-08-01T20:43:18.896Z Downloaded crc32fast v1.4.2
9282025-08-01T20:43:18.896Z Downloaded zstd v0.13.3
9292025-08-01T20:43:18.899Z Downloaded indoc v2.0.6
9302025-08-01T20:43:18.902Z Downloaded csv-core v0.1.11
9312025-08-01T20:43:18.902Z Downloaded is_terminal_polyfill v1.70.1
9322025-08-01T20:43:18.902Z Downloaded impl-trait-for-tuples v0.2.2
9332025-08-01T20:43:18.906Z Downloaded home v0.5.9
9342025-08-01T20:43:18.906Z Downloaded dunce v1.0.5
9352025-08-01T20:43:18.909Z Downloaded dsl_auto_type v0.1.2
9362025-08-01T20:43:18.909Z Downloaded ctr v0.9.2
9372025-08-01T20:43:18.909Z Downloaded tokio-rustls v0.24.1
9382025-08-01T20:43:18.912Z Downloaded time-macros v0.2.18
9392025-08-01T20:43:18.912Z Downloaded target-spec v3.5.0
9402025-08-01T20:43:18.917Z Downloaded flume v0.11.1
9412025-08-01T20:43:18.917Z Downloaded debug-ignore v1.0.5
9422025-08-01T20:43:18.920Z Downloaded heapless v0.7.17
9432025-08-01T20:43:18.920Z Downloaded zone_cfg_derive v0.3.0
9442025-08-01T20:43:18.924Z Downloaded libsw-core v0.3.1
9452025-08-01T20:43:18.924Z Downloaded data-encoding v2.9.0
9462025-08-01T20:43:18.924Z Downloaded bitflags v2.9.1
9472025-08-01T20:43:18.927Z Downloaded base64 v0.22.1
9482025-08-01T20:43:18.931Z Downloaded untrusted v0.7.1
9492025-08-01T20:43:18.931Z Downloaded indoc v1.0.9
9502025-08-01T20:43:18.934Z Downloaded headers v0.4.1
9512025-08-01T20:43:18.937Z Downloaded dyn-clone v1.0.19
9522025-08-01T20:43:18.940Z Downloaded dtrace-parser v0.2.0
9532025-08-01T20:43:18.940Z Downloaded diesel_table_macro_syntax v0.2.0
9542025-08-01T20:43:18.940Z Downloaded tui-tree-widget v0.23.1
9552025-08-01T20:43:18.943Z Downloaded toml_writer v1.0.2
9562025-08-01T20:43:18.943Z Downloaded toml_write v0.1.2
9572025-08-01T20:43:18.943Z Downloaded backtrace v0.3.74
9582025-08-01T20:43:18.947Z Downloaded allocator-api2 v0.2.21
9592025-08-01T20:43:18.951Z Downloaded target-lexicon v0.13.2
9602025-08-01T20:43:18.955Z Downloaded hmac v0.12.1
9612025-08-01T20:43:18.955Z Downloaded futures v0.3.31
9622025-08-01T20:43:18.958Z Downloaded tabwriter v1.4.0
9632025-08-01T20:43:18.958Z Downloaded zone_cfg_derive v0.1.2
9642025-08-01T20:43:18.958Z Downloaded zone v0.3.1
9652025-08-01T20:43:18.961Z Downloaded zone v0.1.8
9662025-08-01T20:43:18.961Z Downloaded yoke-derive v0.7.4
9672025-08-01T20:43:18.961Z Downloaded waitgroup v0.1.2
9682025-08-01T20:43:18.961Z Downloaded slog-stdlog v4.1.1
9692025-08-01T20:43:18.964Z Downloaded password-hash v0.5.0
9702025-08-01T20:43:18.964Z Downloaded pbkdf2 v0.12.2
9712025-08-01T20:43:18.964Z Downloaded slog-scope v4.4.0
9722025-08-01T20:43:18.967Z Downloaded slog-bunyan v2.5.0
9732025-08-01T20:43:18.967Z Downloaded signal-hook-tokio v0.3.1
9742025-08-01T20:43:18.967Z Downloaded signal-hook-registry v1.4.2
9752025-08-01T20:43:18.970Z Downloaded serde_bytes v0.11.17
9762025-08-01T20:43:18.970Z Downloaded serde-value v0.7.0
9772025-08-01T20:43:18.970Z Downloaded password-hash v0.4.2
9782025-08-01T20:43:18.973Z Downloaded parking_lot v0.11.2
9792025-08-01T20:43:18.973Z Downloaded hickory-client v0.25.2
9802025-08-01T20:43:18.976Z Downloaded highway v1.3.0
9812025-08-01T20:43:18.976Z Downloaded getrandom v0.2.15
9822025-08-01T20:43:18.980Z Downloaded async-io v2.3.4
9832025-08-01T20:43:18.982Z Downloaded pest_derive v2.7.14
9842025-08-01T20:43:18.982Z Downloaded half v2.4.1
9852025-08-01T20:43:18.985Z Downloaded futures-lite v2.3.0
9862025-08-01T20:43:18.988Z Downloaded event-listener v5.3.1
9872025-08-01T20:43:18.988Z Downloaded pest_generator v2.7.14
9882025-08-01T20:43:18.991Z Downloaded progenitor-macro v0.9.1
9892025-08-01T20:43:18.991Z Downloaded ppv-lite86 v0.2.20
9902025-08-01T20:43:18.991Z Downloaded mime v0.3.17
9912025-08-01T20:43:18.994Z Downloaded ecdsa v0.16.9
9922025-08-01T20:43:18.994Z Downloaded cargo_metadata v0.18.1
9932025-08-01T20:43:18.994Z Downloaded base64ct v1.6.0
9942025-08-01T20:43:18.997Z Downloaded camino v1.1.10
9952025-08-01T20:43:19.000Z Downloaded blake2 v0.10.6
9962025-08-01T20:43:19.000Z Downloaded hex-literal v0.4.1
9972025-08-01T20:43:19.003Z Downloaded cargo_metadata v0.21.0
9982025-08-01T20:43:19.003Z Downloaded bit-vec v0.8.0
9992025-08-01T20:43:19.006Z Downloaded piper v0.2.4
10002025-08-01T20:43:19.006Z Downloaded futures-task v0.3.31
10012025-08-01T20:43:19.006Z Downloaded async-task v4.7.1
10022025-08-01T20:43:19.009Z Downloaded hash32 v0.3.1
10032025-08-01T20:43:19.009Z Downloaded bcs v0.1.6
10042025-08-01T20:43:19.012Z Downloaded funty v2.0.0
10052025-08-01T20:43:19.012Z Downloaded ghash v0.5.1
10062025-08-01T20:43:19.014Z Downloaded gethostname v0.5.0
10072025-08-01T20:43:19.014Z Downloaded futures-timer v3.0.3
10082025-08-01T20:43:19.015Z Downloaded futures-sink v0.3.31
10092025-08-01T20:43:19.017Z Downloaded futures-macro v0.3.31
10102025-08-01T20:43:19.018Z Downloaded fs-err v2.11.0
10112025-08-01T20:43:19.018Z Downloaded foldhash v0.1.5
10122025-08-01T20:43:19.020Z Downloaded cargo-util-schemas v0.8.2
10132025-08-01T20:43:19.020Z Downloaded bzip2 v0.4.4
10142025-08-01T20:43:19.023Z Downloaded autocfg v1.4.0
10152025-08-01T20:43:19.023Z Downloaded foreign-types v0.3.2
10162025-08-01T20:43:19.026Z Downloaded async-process v2.3.0
10172025-08-01T20:43:19.026Z Downloaded async-lock v3.4.0
10182025-08-01T20:43:19.029Z Downloaded newtype_derive v0.1.6
10192025-08-01T20:43:19.029Z Downloaded newtype-uuid v1.2.4
10202025-08-01T20:43:19.029Z Downloaded globset v0.4.15
10212025-08-01T20:43:19.032Z Downloaded foreign-types v0.5.0
10222025-08-01T20:43:19.032Z Downloaded fnv v1.0.7
10232025-08-01T20:43:19.032Z Downloaded bytecount v0.6.8
10242025-08-01T20:43:19.035Z Downloaded camino-tempfile-ext v0.3.2
10252025-08-01T20:43:19.038Z Downloaded bumpalo v3.16.0
10262025-08-01T20:43:19.038Z Downloaded blowfish v0.9.1
10272025-08-01T20:43:19.041Z Downloaded bitfield-struct v0.6.2
10282025-08-01T20:43:19.041Z Downloaded anstream v0.6.18
10292025-08-01T20:43:19.044Z Downloaded fs-err v3.1.1
10302025-08-01T20:43:19.044Z Downloaded block-buffer v0.10.4
10312025-08-01T20:43:19.048Z Downloaded async-trait v0.1.88
10322025-08-01T20:43:19.051Z Downloaded float-ord v0.3.2
10332025-08-01T20:43:19.051Z Downloaded bit-set v0.8.0
10342025-08-01T20:43:19.051Z Downloaded heck v0.5.0
10352025-08-01T20:43:19.051Z Downloaded hash32 v0.2.1
10362025-08-01T20:43:19.054Z Downloaded cargo-platform v0.2.0
10372025-08-01T20:43:19.054Z Downloaded cargo-platform v0.1.8
10382025-08-01T20:43:19.054Z Downloaded bit-set v0.5.3
10392025-08-01T20:43:19.057Z Downloaded bb8 v0.8.5
10402025-08-01T20:43:19.057Z Downloaded async-recursion v1.1.1
10412025-08-01T20:43:19.059Z Downloaded async-stream v0.3.6
10422025-08-01T20:43:19.062Z Downloaded errno v0.3.12
10432025-08-01T20:43:19.062Z Downloaded foreign-types-shared v0.1.1
10442025-08-01T20:43:19.062Z Downloaded anstyle-parse v0.2.5
10452025-08-01T20:43:19.065Z Downloaded anstyle v1.0.11
10462025-08-01T20:43:19.065Z Downloaded new_debug_unreachable v1.0.6
10472025-08-01T20:43:19.068Z Downloaded escape8259 v0.5.3
10482025-08-01T20:43:19.068Z Downloaded fancy-regex v0.14.0
10492025-08-01T20:43:19.071Z Downloaded event-listener v2.5.3
10502025-08-01T20:43:19.071Z Downloaded ed25519-dalek v2.1.1
10512025-08-01T20:43:19.074Z Downloaded async-executor v1.13.1
10522025-08-01T20:43:19.077Z Downloaded async-channel v2.3.1
10532025-08-01T20:43:19.244Z Downloaded aws-lc-sys v0.26.0
10542025-08-01T20:43:19.698Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10552025-08-01T20:43:35.763Z Startup: Refreshing catalog 'helios-dev' ... Done
10562025-08-01T20:43:43.018Z Startup: Caching catalogs ... Done
10572025-08-01T20:43:48.530ZPlanning: Solver setup ... Done (4.243s)
10582025-08-01T20:43:48.571ZPlanning: Running solver ... Done (0.039s)
10592025-08-01T20:43:48.675ZPlanning: Finding local manifests ... Done (0.004s)
10602025-08-01T20:43:48.704ZPlanning: Fetching manifests: 0/4 0% complete
10612025-08-01T20:43:48.848ZPlanning: Fetching manifests: 4/4 100% complete
10622025-08-01T20:43:48.909ZPlanning: Package planning ... Done (0.048s)
10632025-08-01T20:43:48.998ZPlanning: Merging actions ... Done (0.049s)
10642025-08-01T20:43:49.349ZPlanning: Checking for conflicting actions ... Done (0.411s)
10652025-08-01T20:43:49.364ZPlanning: Consolidating action changes ... Done (0.010s)
10662025-08-01T20:43:52.815ZPlanning: Evaluating mediators ... Done (3.453s)
10672025-08-01T20:43:52.826ZPlanning: Planning completed in 9.68 seconds
10682025-08-01T20:43:52.839Z Packages to install: 4
10692025-08-01T20:43:52.840Z Mediators to change: 2
10702025-08-01T20:43:52.844Z Services to change: 1
10712025-08-01T20:43:52.845Z Estimated space available: 155.20 GB
10722025-08-01T20:43:52.845ZEstimated space to be consumed: 1.71 GB
10732025-08-01T20:43:52.845Z Create boot environment: No
10742025-08-01T20:43:52.845ZCreate backup boot environment: No
10752025-08-01T20:43:52.845Z Rebuild boot archive: No
10762025-08-01T20:43:52.845Z
10772025-08-01T20:43:52.845ZChanged mediators:
10782025-08-01T20:43:52.845Z mediator clang:
10792025-08-01T20:43:52.845Z version: None -> 15 (system default)
10802025-08-01T20:43:52.846Z
10812025-08-01T20:43:52.846Z mediator llvm:
10822025-08-01T20:43:52.846Z version: 14 (system default) -> 15 (system default)
10832025-08-01T20:43:52.846Z
10842025-08-01T20:43:52.846ZChanged packages:
10852025-08-01T20:43:52.846Zhelios-dev
10862025-08-01T20:43:52.846Z developer/build-essential
10872025-08-01T20:43:52.846Z None -> 11-2.0
10882025-08-01T20:43:52.847Z library/libxmlsec1
10892025-08-01T20:43:52.847Z None -> 1.2.35-2.0
10902025-08-01T20:43:52.847Z ooce/developer/clang-15
10912025-08-01T20:43:52.847Z None -> 15.0.7-2.0
10922025-08-01T20:43:52.847Z ooce/developer/llvm-15
10932025-08-01T20:43:52.847Z None -> 15.0.7-2.0
10942025-08-01T20:43:52.847Z
10952025-08-01T20:43:52.847ZServices:
10962025-08-01T20:43:52.847Z restart_fmri:
10972025-08-01T20:43:52.847Z svc:/system/update-man-index:default
10982025-08-01T20:43:53.057Z
10992025-08-01T20:43:53.057ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11002025-08-01T20:43:58.078ZDownload: 2359/3290 items 119.9/212.6MB 56% complete (24.2M/s)
11012025-08-01T20:44:00.514ZDownload: Completed 212.60 MB in 7.46 seconds (28.5M/s)
11022025-08-01T20:44:02.044Z Actions: 1/3689 actions (Installing new actions)
11032025-08-01T20:44:06.792Z Actions: Completed 3689 actions in 4.75 seconds.
11042025-08-01T20:44:07.390Z Done (0.592s)
11052025-08-01T20:44:07.390Z Done (0.000s)
11062025-08-01T20:44:08.248Z Done (0.857s)
11072025-08-01T20:44:13.159Z Done (4.606s)
11082025-08-01T20:44:13.247Z Done (0.019s)
11092025-08-01T20:44:13.250Z Done (0.000s)
11102025-08-01T20:44:13.426Z Done (0.000s)
11112025-08-01T20:44:14.259ZPlanning: Evaluating mediator changes ... Done
11122025-08-01T20:44:14.418ZPlanning: Checking for conflicting actions ... Done
11132025-08-01T20:44:14.422ZPlanning: Consolidating action changes ... Done
11142025-08-01T20:44:14.692ZPlanning: Evaluating mediators ... Done
11152025-08-01T20:44:14.696ZPlanning: Planning completed in 0.43 seconds
11162025-08-01T20:44:14.726Z Mediators to change: 2
11172025-08-01T20:44:14.727Z Create boot environment: No
11182025-08-01T20:44:14.731ZCreate backup boot environment: No
11192025-08-01T20:44:14.802Z Done
11202025-08-01T20:44:14.802Z Done
11212025-08-01T20:44:15.396Z Done
11222025-08-01T20:44:18.899Z Done
11232025-08-01T20:44:18.983Z Done
11242025-08-01T20:44:18.986Z Done
11252025-08-01T20:44:19.145Z Done
11262025-08-01T20:44:19.759ZPlanning: Evaluating mediator changes ... Done
11272025-08-01T20:44:19.762ZPlanning: Merging actions ... Done
11282025-08-01T20:44:19.946ZPlanning: Checking for conflicting actions ... Done
11292025-08-01T20:44:19.951ZPlanning: Consolidating action changes ... Done
11302025-08-01T20:44:20.210ZPlanning: Evaluating mediators ... Done
11312025-08-01T20:44:20.265ZPlanning: Planning completed in 0.75 seconds
11322025-08-01T20:44:20.299Z Packages to change: 1
11332025-08-01T20:44:20.299Z Mediators to change: 1
11342025-08-01T20:44:20.303Z Services to change: 1
11352025-08-01T20:44:20.303Z Create boot environment: No
11362025-08-01T20:44:20.303ZCreate backup boot environment: Yes
11372025-08-01T20:44:22.750Z Actions: 1/6 actions (Updating modified actions)
11382025-08-01T20:44:22.753Z Actions: Completed 6 actions in 0.00 seconds.
11392025-08-01T20:44:22.753Z Done
11402025-08-01T20:44:22.753Z Done
11412025-08-01T20:44:22.925Z Done
11422025-08-01T20:44:26.404Z Done
11432025-08-01T20:44:26.495Z Done
11442025-08-01T20:44:26.498Z Done
11452025-08-01T20:44:26.658Z Done
11462025-08-01T20:44:27.095ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11472025-08-01T20:44:27.095Zclang system 15 system
11482025-08-01T20:44:27.096Zcsh system system illumos
11492025-08-01T20:44:27.096Zctags system system illumos
11502025-08-01T20:44:27.096Zfile system system illumos
11512025-08-01T20:44:27.096Zgcc vendor 12 vendor
11522025-08-01T20:44:27.096Zgcc system 10 system
11532025-08-01T20:44:27.096Zgcc system 7 system
11542025-08-01T20:44:27.096Zgo system 1.20 system
11552025-08-01T20:44:27.096Zgo system 1.19 system
11562025-08-01T20:44:27.096Zllvm system 15 system
11572025-08-01T20:44:27.096Zllvm system 14 system
11582025-08-01T20:44:27.096Zmariadb system 10.6 system
11592025-08-01T20:44:27.096Zmta vendor vendor dma
11602025-08-01T20:44:27.096Zopenjdk system 17 system
11612025-08-01T20:44:27.096Zopenjdk system 11 system
11622025-08-01T20:44:27.096Zopenjdk system 1.8 system
11632025-08-01T20:44:27.096Zopenssl vendor 3 vendor
11642025-08-01T20:44:27.096Zperl system 5.36 system
11652025-08-01T20:44:27.096Zpostgresql system 15 system
11662025-08-01T20:44:27.096Zpostgresql system 13 system
11672025-08-01T20:44:27.097Zpython vendor 3 vendor
11682025-08-01T20:44:27.097Zpython system 2 system
11692025-08-01T20:44:27.097Zpython3 system 3.11 system
11702025-08-01T20:44:27.097Zruby system 3.0 system
11712025-08-01T20:44:27.097Zwords vendor vendor american-english
11722025-08-01T20:44:27.097Zwords system system australian-english
11732025-08-01T20:44:27.097Zwords system system british-english
11742025-08-01T20:44:27.097Zwords system system canadian-english
11752025-08-01T20:44:27.098Zwords system system french
11762025-08-01T20:44:27.098Zwords system system italian
11772025-08-01T20:44:27.098Zwords system system ngerman
11782025-08-01T20:44:27.098Zwords system system ogerman
11792025-08-01T20:44:27.098Zwords system system spanish
11802025-08-01T20:44:27.433ZPUBLISHER TYPE STATUS P LOCATION
11812025-08-01T20:44:27.433Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11822025-08-01T20:44:32.135ZFMRI IFO
11832025-08-01T20:44:32.135Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11842025-08-01T20:44:32.135Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11852025-08-01T20:44:32.136Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11862025-08-01T20:44:32.136Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11872025-08-01T20:44:32.136Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11882025-08-01T20:44:32.136Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
11892025-08-01T20:44:32.136Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11902025-08-01T20:44:32.136Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11912025-08-01T20:44:32.136Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11922025-08-01T20:44:32.136Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11932025-08-01T20:44:32.136Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11942025-08-01T20:44:32.136Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11952025-08-01T20:44:32.136Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11962025-08-01T20:44:32.136Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11972025-08-01T20:44:32.136Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11982025-08-01T20:44:32.136Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11992025-08-01T20:44:33.541Z Downloading crates ...
12002025-08-01T20:44:33.630Z Downloaded cargo_toml v0.21.0
12012025-08-01T20:44:33.692Z Compiling proc-macro2 v1.0.95
12022025-08-01T20:44:33.692Z Compiling unicode-ident v1.0.18
12032025-08-01T20:44:33.692Z Compiling serde v1.0.219
12042025-08-01T20:44:33.695Z Compiling version_check v0.9.5
12052025-08-01T20:44:33.695Z Compiling libc v0.2.174
12062025-08-01T20:44:33.695Z Compiling memchr v2.7.4
12072025-08-01T20:44:33.695Z Compiling stable_deref_trait v1.2.0
12082025-08-01T20:44:33.793Z Compiling thiserror v1.0.69
12092025-08-01T20:44:33.945Z Compiling litemap v0.7.3
12102025-08-01T20:44:34.017Z Compiling ucd-trie v0.1.7
12112025-08-01T20:44:34.301Z Compiling itoa v1.0.11
12122025-08-01T20:44:34.416Z Compiling ryu v1.0.18
12132025-08-01T20:44:34.471Z Compiling writeable v0.5.5
12142025-08-01T20:44:34.483Z Compiling autocfg v1.4.0
12152025-08-01T20:44:34.730Z Compiling once_cell v1.21.3
12162025-08-01T20:44:34.946Z Compiling bitflags v2.9.1
12172025-08-01T20:44:34.995Z Compiling icu_locid_transform_data v1.5.0
12182025-08-01T20:44:35.085Z Compiling byteorder v1.5.0
12192025-08-01T20:44:35.100Z Compiling serde_json v1.0.141
12202025-08-01T20:44:35.143Z Compiling icu_properties_data v1.5.0
12212025-08-01T20:44:35.308Z Compiling num-traits v0.2.19
12222025-08-01T20:44:35.408Z Compiling smallvec v1.15.1
12232025-08-01T20:44:35.432Z Compiling hashbrown v0.15.4
12242025-08-01T20:44:35.500Z Compiling write16 v1.0.0
12252025-08-01T20:44:35.623Z Compiling icu_normalizer_data v1.5.0
12262025-08-01T20:44:35.642Z Compiling rustix v0.38.37
12272025-08-01T20:44:35.667Z Compiling utf8_iter v1.0.4
12282025-08-01T20:44:35.729Z Compiling quote v1.0.40
12292025-08-01T20:44:35.757Z Compiling equivalent v1.0.2
12302025-08-01T20:44:35.882Z Compiling errno v0.3.12
12312025-08-01T20:44:35.901Z Compiling utf16_iter v1.0.5
12322025-08-01T20:44:35.997Z Compiling typeid v1.0.3
12332025-08-01T20:44:36.090Z Compiling syn v2.0.104
12342025-08-01T20:44:36.318Z Compiling proc-macro-error-attr v1.0.4
12352025-08-01T20:44:36.361Z Compiling usdt-impl v0.5.0
12362025-08-01T20:44:36.376Z Compiling toml_write v0.1.2
12372025-08-01T20:44:36.429Z Compiling indexmap v2.10.0
12382025-08-01T20:44:36.499Z Compiling syn v1.0.109
12392025-08-01T20:44:36.547Z Compiling winnow v0.7.10
12402025-08-01T20:44:36.697Z Compiling thread-id v4.2.2
12412025-08-01T20:44:36.858Z Compiling proc-macro-error v1.0.4
12422025-08-01T20:44:36.877Z Compiling semver v1.0.26
12432025-08-01T20:44:37.148Z Compiling percent-encoding v2.3.1
12442025-08-01T20:44:37.178Z Compiling camino v1.1.10
12452025-08-01T20:44:37.357Z Compiling plain v0.2.3
12462025-08-01T20:44:37.462Z Compiling rustix v1.0.7
12472025-08-01T20:44:37.526Z Compiling log v0.4.27
12482025-08-01T20:44:37.681Z Compiling getrandom v0.3.1
12492025-08-01T20:44:37.773Z Compiling utf8parse v0.2.2
12502025-08-01T20:44:37.884Z Compiling thiserror v2.0.12
12512025-08-01T20:44:37.947Z Compiling anstyle-parse v0.2.5
12522025-08-01T20:44:38.150Z Compiling terminal_size v0.4.0
12532025-08-01T20:44:38.268Z Compiling form_urlencoded v1.2.1
12542025-08-01T20:44:38.300Z Compiling ordered-float v2.10.1
12552025-08-01T20:44:38.541Z Compiling is_terminal_polyfill v1.70.1
12562025-08-01T20:44:38.687Z Compiling anstyle-query v1.1.1
12572025-08-01T20:44:38.809Z Compiling pretty-hex v0.4.1
12582025-08-01T20:44:38.824Z Compiling colorchoice v1.0.2
12592025-08-01T20:44:38.842Z Compiling cfg-if v1.0.1
12602025-08-01T20:44:38.857Z Compiling anstyle v1.0.11
12612025-08-01T20:44:39.177Z Compiling anstream v0.6.18
12622025-08-01T20:44:39.258Z Compiling fs-err v3.1.1
12632025-08-01T20:44:39.364Z Compiling heck v0.4.1
12642025-08-01T20:44:39.751Z Compiling unicode-width v0.1.14
12652025-08-01T20:44:39.794Z Compiling fnv v1.0.7
12662025-08-01T20:44:39.809Z Compiling clap_lex v0.7.4
12672025-08-01T20:44:39.936Z Compiling fastrand v2.1.1
12682025-08-01T20:44:39.951Z Compiling heck v0.5.0
12692025-08-01T20:44:40.225Z Compiling bytecount v0.6.8
12702025-08-01T20:44:40.247Z Compiling anyhow v1.0.98
12712025-08-01T20:44:40.413Z Compiling strsim v0.11.1
12722025-08-01T20:44:40.416Z Compiling unicode-xid v0.2.6
12732025-08-01T20:44:40.442Z Compiling papergrid v0.11.0
12742025-08-01T20:44:40.626Z Compiling tempfile v3.20.0
12752025-08-01T20:44:41.124Z Compiling clap_builder v4.5.41
12762025-08-01T20:44:41.376Z Compiling memmap v0.7.0
12772025-08-01T20:44:41.391Z Compiling smawk v0.3.2
12782025-08-01T20:44:41.641Z Compiling unicode-linebreak v0.1.5
12792025-08-01T20:44:41.662Z Compiling unicode-width v0.2.0
12802025-08-01T20:44:42.131Z Compiling textwrap v0.16.2
12812025-08-01T20:44:42.256Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12822025-08-01T20:44:42.692Z Compiling synstructure v0.13.1
12832025-08-01T20:44:42.919Z Compiling swrite v0.1.0
12842025-08-01T20:44:43.317Z Compiling tabled_derive v0.7.0
12852025-08-01T20:44:44.577Z Compiling serde_derive v1.0.219
12862025-08-01T20:44:44.577Z Compiling zerofrom-derive v0.1.4
12872025-08-01T20:44:44.580Z Compiling yoke-derive v0.7.4
12882025-08-01T20:44:44.580Z Compiling zerovec-derive v0.10.3
12892025-08-01T20:44:44.580Z Compiling thiserror-impl v1.0.69
12902025-08-01T20:44:44.869Z Compiling displaydoc v0.2.5
12912025-08-01T20:44:46.352Z Compiling icu_provider_macros v1.5.0
12922025-08-01T20:44:46.994Z Compiling zerocopy-derive v0.7.35
12932025-08-01T20:44:47.100Z Compiling scroll_derive v0.12.0
12942025-08-01T20:44:47.425Z Compiling thiserror-impl v2.0.12
12952025-08-01T20:44:47.598Z Compiling pest v2.7.14
12962025-08-01T20:44:47.982Z Compiling zerofrom v0.1.4
12972025-08-01T20:44:48.210Z Compiling yoke v0.7.4
12982025-08-01T20:44:48.407Z Compiling scroll v0.12.0
12992025-08-01T20:44:48.438Z Compiling clap_derive v4.5.41
13002025-08-01T20:44:48.581Z Compiling zerovec v0.10.4
13012025-08-01T20:44:48.833Z Compiling zerocopy v0.7.35
13022025-08-01T20:44:48.925Z Compiling goblin v0.8.2
13032025-08-01T20:44:49.394Z Compiling tabled v0.15.0
13042025-08-01T20:44:50.115Z Compiling pest_meta v2.7.14
13052025-08-01T20:44:50.413Z Compiling tinystr v0.7.6
13062025-08-01T20:44:50.416Z Compiling icu_collections v1.5.0
13072025-08-01T20:44:50.830Z Compiling icu_locid v1.5.0
13082025-08-01T20:44:51.492Z Compiling pest_generator v2.7.14
13092025-08-01T20:44:52.194Z Compiling icu_provider v1.5.0
13102025-08-01T20:44:52.884Z Compiling icu_locid_transform v1.5.0
13112025-08-01T20:44:53.141Z Compiling clap v4.5.41
13122025-08-01T20:44:53.994Z Compiling pest_derive v2.7.14
13132025-08-01T20:44:54.044Z Compiling icu_properties v1.5.1
13142025-08-01T20:44:54.758Z Compiling dtrace-parser v0.2.0
13152025-08-01T20:44:56.208Z Compiling serde_tokenstream v0.2.2
13162025-08-01T20:44:56.231Z Compiling toml_datetime v0.6.11
13172025-08-01T20:44:56.231Z Compiling serde_spanned v0.6.9
13182025-08-01T20:44:56.433Z Compiling erased-serde v0.4.6
13192025-08-01T20:44:56.526Z Compiling serde-value v0.7.0
13202025-08-01T20:44:56.769Z Compiling toml_edit v0.22.27
13212025-08-01T20:44:57.160Z Compiling cargo-platform v0.2.0
13222025-08-01T20:44:57.305Z Compiling icu_normalizer v1.5.0
13232025-08-01T20:44:57.532Z Compiling serde-untagged v0.1.7
13242025-08-01T20:44:57.578Z Compiling camino-tempfile v1.4.1
13252025-08-01T20:44:57.701Z Compiling macaddr v1.0.1
13262025-08-01T20:44:57.998Z Compiling dof v0.3.0
13272025-08-01T20:44:58.191Z Compiling idna_adapter v1.2.0
13282025-08-01T20:44:58.429Z Compiling idna v1.0.3
13292025-08-01T20:44:58.950Z Compiling url v2.5.4
13302025-08-01T20:44:59.409Z Compiling usdt-attr-macro v0.5.0
13312025-08-01T20:44:59.412Z Compiling usdt-macro v0.5.0
13322025-08-01T20:44:59.857Z Compiling toml v0.8.23
13332025-08-01T20:45:00.406Z Compiling usdt v0.5.0
13342025-08-01T20:45:00.636Z Compiling cargo-util-schemas v0.8.2
13352025-08-01T20:45:00.640Z Compiling cargo_toml v0.21.0
13362025-08-01T20:45:02.076Z Compiling cargo_metadata v0.21.0
13372025-08-01T20:45:03.848Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13382025-08-01T20:45:07.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.25s
13392025-08-01T20:45:07.247Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13402025-08-01T20:45:08.304Z Compiling value-bag v1.9.0
13412025-08-01T20:45:08.304Z Compiling shlex v1.3.0
13422025-08-01T20:45:08.304Z Compiling lock_api v0.4.12
13432025-08-01T20:45:08.309Z Compiling scopeguard v1.2.0
13442025-08-01T20:45:08.309Z Compiling typenum v1.17.0
13452025-08-01T20:45:08.309Z Compiling generic-array v0.14.7
13462025-08-01T20:45:08.309Z Compiling syn v2.0.104
13472025-08-01T20:45:08.309Z Compiling getrandom v0.2.15
13482025-08-01T20:45:08.627Z Compiling jobserver v0.1.32
13492025-08-01T20:45:08.780Z Compiling rand_core v0.6.4
13502025-08-01T20:45:08.888Z Compiling smallvec v1.15.1
13512025-08-01T20:45:08.892Z Compiling log v0.4.27
13522025-08-01T20:45:09.029Z Compiling cc v1.2.30
13532025-08-01T20:45:09.213Z Compiling portable-atomic v1.11.0
13542025-08-01T20:45:09.295Z Compiling subtle v2.6.1
13552025-08-01T20:45:09.330Z Compiling critical-section v1.1.3
13562025-08-01T20:45:09.410Z Compiling const-oid v0.9.6
13572025-08-01T20:45:09.519Z Compiling pkg-config v0.3.31
13582025-08-01T20:45:09.594Z Compiling pin-project-lite v0.2.14
13592025-08-01T20:45:09.615Z Compiling parking_lot_core v0.9.10
13602025-08-01T20:45:09.739Z Compiling rustix v0.38.37
13612025-08-01T20:45:10.551Z Compiling signal-hook-registry v1.4.2
13622025-08-01T20:45:10.576Z Compiling parking_lot v0.12.3
13632025-08-01T20:45:10.600Z Compiling mio v1.0.2
13642025-08-01T20:45:10.727Z Compiling futures-core v0.3.31
13652025-08-01T20:45:10.975Z Compiling spin v0.9.8
13662025-08-01T20:45:11.179Z Compiling once_cell v1.21.3
13672025-08-01T20:45:11.346Z Compiling socket2 v0.6.0
13682025-08-01T20:45:11.367Z Compiling slab v0.4.9
13692025-08-01T20:45:11.371Z Compiling aho-corasick v1.1.3
13702025-08-01T20:45:11.482Z Compiling libm v0.2.8
13712025-08-01T20:45:11.555Z Compiling getrandom v0.3.1
13722025-08-01T20:45:11.579Z Compiling foldhash v0.1.5
13732025-08-01T20:45:11.730Z Compiling allocator-api2 v0.2.21
13742025-08-01T20:45:11.845Z Compiling regex-syntax v0.8.5
13752025-08-01T20:45:11.998Z Compiling cpufeatures v0.2.14
13762025-08-01T20:45:12.122Z Compiling serde_json v1.0.141
13772025-08-01T20:45:12.319Z Compiling num-traits v0.2.19
13782025-08-01T20:45:12.430Z Compiling hashbrown v0.15.4
13792025-08-01T20:45:12.451Z Compiling glob v0.3.2
13802025-08-01T20:45:12.498Z Compiling percent-encoding v2.3.1
13812025-08-01T20:45:12.645Z Compiling futures-sink v0.3.31
13822025-08-01T20:45:12.684Z Compiling either v1.15.0
13832025-08-01T20:45:12.801Z Compiling futures-channel v0.3.31
13842025-08-01T20:45:13.259Z Compiling clang-sys v1.8.1
13852025-08-01T20:45:13.341Z Compiling pin-utils v0.1.0
13862025-08-01T20:45:13.458Z Compiling futures-io v0.3.31
13872025-08-01T20:45:13.593Z Compiling prettyplease v0.2.36
13882025-08-01T20:45:13.645Z Compiling futures-task v0.3.31
13892025-08-01T20:45:13.725Z Compiling lazy_static v1.5.0
13902025-08-01T20:45:13.856Z Compiling minimal-lexical v0.2.1
13912025-08-01T20:45:13.944Z Compiling libloading v0.8.5
13922025-08-01T20:45:13.984Z Compiling base64ct v1.6.0
13932025-08-01T20:45:14.009Z Compiling bindgen v0.69.5
13942025-08-01T20:45:14.319Z Compiling nom v7.1.3
13952025-08-01T20:45:14.370Z Compiling home v0.5.9
13962025-08-01T20:45:14.530Z Compiling pem-rfc7468 v0.7.0
13972025-08-01T20:45:14.930Z Compiling itertools v0.12.1
13982025-08-01T20:45:15.146Z Compiling rustc-hash v1.1.0
13992025-08-01T20:45:15.316Z Compiling synstructure v0.13.1
14002025-08-01T20:45:15.498Z Compiling regex-automata v0.4.8
14012025-08-01T20:45:16.641Z Compiling zerocopy v0.8.26
14022025-08-01T20:45:17.451Z Compiling cexpr v0.6.0
14032025-08-01T20:45:17.468Z Compiling flagset v0.4.6
14042025-08-01T20:45:17.577Z Compiling lazycell v1.3.0
14052025-08-01T20:45:17.717Z Compiling cmake v0.1.51
14062025-08-01T20:45:17.757Z Compiling dunce v1.0.5
14072025-08-01T20:45:17.761Z Compiling fs_extra v1.3.0
14082025-08-01T20:45:17.909Z Compiling form_urlencoded v1.2.1
14092025-08-01T20:45:18.215Z Compiling paste v1.0.15
14102025-08-01T20:45:18.299Z Compiling vcpkg v0.2.15
14112025-08-01T20:45:18.523Z Compiling ring v0.17.14
14122025-08-01T20:45:18.875Z Compiling tracing-core v0.1.32
14132025-08-01T20:45:18.947Z Compiling iana-time-zone v0.1.63
14142025-08-01T20:45:19.324Z Compiling aws-lc-rs v1.12.4
14152025-08-01T20:45:19.746Z Compiling base64 v0.22.1
14162025-08-01T20:45:19.790Z Compiling tinyvec_macros v0.1.1
14172025-08-01T20:45:19.880Z Compiling openssl-sys v0.9.109
14182025-08-01T20:45:19.901Z Compiling httparse v1.9.5
14192025-08-01T20:45:20.004Z Compiling rustls-pki-types v1.10.0
14202025-08-01T20:45:20.108Z Compiling serde_derive v1.0.219
14212025-08-01T20:45:20.303Z Compiling zeroize_derive v1.4.2
14222025-08-01T20:45:20.470Z Compiling zerofrom-derive v0.1.4
14232025-08-01T20:45:20.900Z Compiling yoke-derive v0.7.4
14242025-08-01T20:45:20.919Z Compiling zerovec-derive v0.10.3
14252025-08-01T20:45:21.704Z Compiling zeroize v1.8.1
14262025-08-01T20:45:23.203Z Compiling displaydoc v0.2.5
14272025-08-01T20:45:23.337Z Compiling crypto-common v0.1.6
14282025-08-01T20:45:23.412Z Compiling block-buffer v0.10.4
14292025-08-01T20:45:23.567Z Compiling zerocopy-derive v0.7.35
14302025-08-01T20:45:23.692Z Compiling digest v0.10.7
14312025-08-01T20:45:23.723Z Compiling zerofrom v0.1.4
14322025-08-01T20:45:23.955Z Compiling yoke v0.7.4
14332025-08-01T20:45:24.138Z Compiling tokio-macros v2.5.0
14342025-08-01T20:45:24.308Z Compiling zerovec v0.10.4
14352025-08-01T20:45:24.390Z Compiling hmac v0.12.1
14362025-08-01T20:45:24.606Z Compiling icu_provider_macros v1.5.0
14372025-08-01T20:45:24.609Z Compiling block-padding v0.3.3
14382025-08-01T20:45:24.833Z Compiling futures-macro v0.3.31
14392025-08-01T20:45:25.201Z Compiling inout v0.1.3
14402025-08-01T20:45:25.371Z Compiling zerocopy v0.7.35
14412025-08-01T20:45:25.476Z Compiling cipher v0.4.4
14422025-08-01T20:45:25.537Z Compiling sha2 v0.10.9
14432025-08-01T20:45:25.615Z Compiling regex v1.11.1
14442025-08-01T20:45:25.978Z Compiling tinystr v0.7.6
14452025-08-01T20:45:26.235Z Compiling icu_collections v1.5.0
14462025-08-01T20:45:26.310Z Compiling icu_locid v1.5.0
14472025-08-01T20:45:26.491Z Compiling der_derive v0.7.3
14482025-08-01T20:45:26.510Z Compiling futures-util v0.3.31
14492025-08-01T20:45:26.580Z Compiling thiserror-impl v1.0.69
14502025-08-01T20:45:26.991Z Compiling serde v1.0.219
14512025-08-01T20:45:27.030Z Compiling zerocopy-derive v0.8.26
14522025-08-01T20:45:27.467Z Compiling icu_provider v1.5.0
14532025-08-01T20:45:28.255Z Compiling icu_locid_transform v1.5.0
14542025-08-01T20:45:28.362Z Compiling ppv-lite86 v0.2.20
14552025-08-01T20:45:28.688Z Compiling der v0.7.9
14562025-08-01T20:45:28.786Z Compiling salsa20 v0.10.2
14572025-08-01T20:45:29.030Z Compiling pbkdf2 v0.12.2
14582025-08-01T20:45:29.118Z Compiling cbc v0.1.2
14592025-08-01T20:45:29.206Z Compiling scrypt v0.11.0
14602025-08-01T20:45:29.366Z Compiling aes v0.8.4
14612025-08-01T20:45:29.429Z Compiling icu_properties v1.5.1
14622025-08-01T20:45:29.667Z Compiling thiserror v1.0.69
14632025-08-01T20:45:29.837Z Compiling pest v2.7.14
14642025-08-01T20:45:30.561Z Compiling spki v0.7.3
14652025-08-01T20:45:30.925Z Compiling pkcs5 v0.7.1
14662025-08-01T20:45:31.465Z Compiling tracing-attributes v0.1.27
14672025-08-01T20:45:31.705Z Compiling pkcs8 v0.10.2
14682025-08-01T20:45:31.992Z Compiling bitflags v2.9.1
14692025-08-01T20:45:32.048Z Compiling bytes v1.10.1
14702025-08-01T20:45:32.414Z Compiling semver v1.0.26
14712025-08-01T20:45:32.733Z Compiling indexmap v2.10.0
14722025-08-01T20:45:33.096Z Compiling icu_normalizer v1.5.0
14732025-08-01T20:45:33.468Z Compiling tokio v1.47.0
14742025-08-01T20:45:33.542Z Compiling http v1.3.1
14752025-08-01T20:45:33.911Z Compiling rustc_version v0.4.1
14762025-08-01T20:45:34.136Z Compiling idna_adapter v1.2.0
14772025-08-01T20:45:34.369Z Compiling idna v1.0.3
14782025-08-01T20:45:34.624Z Compiling uuid v1.17.0
14792025-08-01T20:45:34.696Z Compiling tracing v0.1.40
14802025-08-01T20:45:34.737Z Compiling pest_meta v2.7.14
14812025-08-01T20:45:34.895Z Compiling chrono v0.4.41
14822025-08-01T20:45:35.074Z Compiling url v2.5.4
14832025-08-01T20:45:35.560Z Compiling http-body v1.0.1
14842025-08-01T20:45:35.809Z Compiling scroll_derive v0.12.0
14852025-08-01T20:45:35.828Z Compiling rustversion v1.0.17
14862025-08-01T20:45:36.049Z Compiling which v4.4.2
14872025-08-01T20:45:36.661Z Compiling pest_generator v2.7.14
14882025-08-01T20:45:36.707Z Compiling rand_core v0.9.2
14892025-08-01T20:45:37.017Z Compiling tinyvec v1.8.0
14902025-08-01T20:45:37.135Z Compiling serde_derive_internals v0.29.1
14912025-08-01T20:45:37.234Z Compiling scroll v0.12.0
14922025-08-01T20:45:37.772Z Compiling bzip2-sys v0.1.13+1.0.8
14932025-08-01T20:45:38.116Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14942025-08-01T20:45:38.280Z Compiling schemars v0.8.22
14952025-08-01T20:45:38.345Z Compiling openssl-probe v0.1.5
14962025-08-01T20:45:38.476Z Compiling foreign-types-shared v0.1.1
14972025-08-01T20:45:38.614Z Compiling untrusted v0.7.1
14982025-08-01T20:45:38.636Z Compiling num-conv v0.1.0
14992025-08-01T20:45:38.658Z Compiling atomic-waker v1.1.2
15002025-08-01T20:45:38.826Z Compiling openssl v0.10.73
15012025-08-01T20:45:38.851Z Compiling try-lock v0.2.5
15022025-08-01T20:45:38.873Z Compiling untrusted v0.9.0
15032025-08-01T20:45:38.891Z Compiling tower-service v0.3.3
15042025-08-01T20:45:38.909Z Compiling powerfmt v0.2.0
15052025-08-01T20:45:39.021Z Compiling adler2 v2.0.0
15062025-08-01T20:45:39.043Z Compiling time-core v0.1.2
15072025-08-01T20:45:39.060Z Compiling goblin v0.8.2
15082025-08-01T20:45:39.224Z Compiling time-macros v0.2.18
15092025-08-01T20:45:39.227Z Compiling deranged v0.3.11
15102025-08-01T20:45:39.294Z Compiling miniz_oxide v0.8.5
15112025-08-01T20:45:39.347Z Compiling schemars_derive v0.8.22
15122025-08-01T20:45:40.599Z Compiling want v0.3.1
15132025-08-01T20:45:40.644Z Compiling pest_derive v2.7.14
15142025-08-01T20:45:41.471Z Compiling foreign-types v0.3.2
15152025-08-01T20:45:41.578Z Compiling tokio-util v0.7.15
15162025-08-01T20:45:42.179Z Compiling rand_chacha v0.9.0
15172025-08-01T20:45:43.335Z Compiling h2 v0.4.6
15182025-08-01T20:45:43.935Z Compiling ipnet v2.11.0
15192025-08-01T20:45:44.813Z Compiling openssl-macros v0.1.1
15202025-08-01T20:45:45.031Z Compiling syn v1.0.109
15212025-08-01T20:45:45.506Z Compiling crossbeam-utils v0.8.21
15222025-08-01T20:45:45.528Z Compiling native-tls v0.2.12
15232025-08-01T20:45:45.589Z Compiling num_threads v0.1.7
15242025-08-01T20:45:45.744Z Compiling dyn-clone v1.0.19
15252025-08-01T20:45:45.897Z Compiling httpdate v1.0.3
15262025-08-01T20:45:45.991Z Compiling rustls v0.23.19
15272025-08-01T20:45:46.304Z Compiling time v0.3.36
15282025-08-01T20:45:46.322Z Compiling dof v0.3.0
15292025-08-01T20:45:47.620Z Compiling rand v0.9.1
15302025-08-01T20:45:48.065Z Compiling dtrace-parser v0.2.0
15312025-08-01T20:45:49.365Z Compiling unicode-normalization v0.1.24
15322025-08-01T20:45:49.368Z Compiling heapless v0.7.17
15332025-08-01T20:45:49.837Z Compiling signature v2.2.0
15342025-08-01T20:45:49.895Z Compiling cookie v0.18.1
15352025-08-01T20:45:50.138Z Compiling hyper v1.6.0
15362025-08-01T20:45:50.171Z Compiling crc32fast v1.4.2
15372025-08-01T20:45:50.378Z Compiling slog v2.7.0
15382025-08-01T20:45:50.492Z Compiling signal-hook v0.3.18
15392025-08-01T20:45:50.515Z Compiling unicode-bidi v0.3.17
15402025-08-01T20:45:50.807Z Compiling zstd-safe v7.2.3
15412025-08-01T20:45:50.896Z Compiling unicode-properties v0.1.3
15422025-08-01T20:45:51.165Z Compiling siphasher v0.3.11
15432025-08-01T20:45:51.295Z Compiling zlib-rs v0.5.1
15442025-08-01T20:45:51.537Z Compiling phf_shared v0.11.2
15452025-08-01T20:45:51.706Z Compiling stringprep v0.1.5
15462025-08-01T20:45:52.530Z Compiling hyper-util v0.1.16
15472025-08-01T20:45:52.686Z Compiling usdt-impl v0.5.0
15482025-08-01T20:45:53.702Z Compiling curve25519-dalek v4.1.3
15492025-08-01T20:45:53.877Z Compiling serde_spanned v0.6.9
15502025-08-01T20:45:54.118Z Compiling toml_datetime v0.6.11
15512025-08-01T20:45:54.351Z Compiling serde_tokenstream v0.2.2
15522025-08-01T20:45:54.580Z Compiling rand_chacha v0.3.1
15532025-08-01T20:45:54.660Z Compiling md-5 v0.10.6
15542025-08-01T20:45:54.881Z Compiling num-integer v0.1.46
15552025-08-01T20:45:54.940Z Compiling sync_wrapper v1.0.1
15562025-08-01T20:45:55.106Z Compiling hash32 v0.2.1
15572025-08-01T20:45:55.479Z Compiling ff v0.13.0
15582025-08-01T20:45:55.526Z Compiling memoffset v0.9.1
15592025-08-01T20:45:55.564Z Compiling litrs v0.4.1
15602025-08-01T20:45:55.727Z Compiling smoltcp v0.9.1
15612025-08-01T20:45:55.854Z Compiling newtype-uuid v1.2.4
15622025-08-01T20:45:55.886Z Compiling base16ct v0.2.0
15632025-08-01T20:45:56.161Z Compiling tower-layer v0.3.3
15642025-08-01T20:45:56.180Z Compiling fallible-iterator v0.2.0
15652025-08-01T20:45:56.362Z Compiling num-bigint-dig v0.8.4
15662025-08-01T20:45:56.452Z Compiling cfg_aliases v0.2.1
15672025-08-01T20:45:56.566Z Compiling gimli v0.31.1
15682025-08-01T20:45:56.677Z Compiling psl-types v2.0.11
15692025-08-01T20:45:56.699Z Compiling document-features v0.2.11
15702025-08-01T20:45:56.742Z Compiling nix v0.29.0
15712025-08-01T20:45:56.834Z Compiling postgres-protocol v0.6.8
15722025-08-01T20:45:56.887Z Compiling publicsuffix v2.3.0
15732025-08-01T20:45:57.185Z Compiling tower v0.5.2
15742025-08-01T20:45:57.585Z Compiling libz-rs-sys v0.5.1
15752025-08-01T20:45:57.889Z Compiling flate2 v1.1.2
15762025-08-01T20:45:57.968Z Compiling sec1 v0.7.3
15772025-08-01T20:45:57.990Z Compiling group v0.13.0
15782025-08-01T20:45:58.414Z Compiling num-iter v0.1.45
15792025-08-01T20:45:58.507Z Compiling rand v0.8.5
15802025-08-01T20:45:59.295Z Compiling tokio-native-tls v0.3.1
15812025-08-01T20:45:59.466Z Compiling ipnetwork v0.21.1
15822025-08-01T20:45:59.488Z Compiling strum_macros v0.27.1
15832025-08-01T20:45:59.563Z Compiling rustls-native-certs v0.8.1
15842025-08-01T20:45:59.585Z Compiling terminal_size v0.4.0
15852025-08-01T20:45:59.819Z Compiling http-body-util v0.1.3
15862025-08-01T20:46:00.113Z Compiling hkdf v0.12.4
15872025-08-01T20:46:00.271Z Compiling crypto-bigint v0.5.5
15882025-08-01T20:46:00.292Z Compiling webpki-roots v1.0.1
15892025-08-01T20:46:00.390Z Compiling thiserror-impl v2.0.12
15902025-08-01T20:46:00.408Z Compiling async-trait v0.1.88
15912025-08-01T20:46:00.506Z Compiling addr2line v0.24.2
15922025-08-01T20:46:01.051Z Compiling curve25519-dalek-derive v0.1.1
15932025-08-01T20:46:01.193Z Compiling ahash v0.8.12
15942025-08-01T20:46:01.572Z Compiling fs-err v3.1.1
15952025-08-01T20:46:01.930Z Compiling object v0.36.5
15962025-08-01T20:46:02.432Z Compiling lockfree-object-pool v0.1.6
15972025-08-01T20:46:02.697Z Compiling anyhow v1.0.98
15982025-08-01T20:46:02.900Z Compiling iri-string v0.7.8
15992025-08-01T20:46:03.310Z Compiling bumpalo v3.16.0
16002025-08-01T20:46:03.446Z Compiling managed v0.8.0
16012025-08-01T20:46:03.774Z Compiling winnow v0.5.40
16022025-08-01T20:46:03.877Z Compiling simd-adler32 v0.3.7
16032025-08-01T20:46:04.010Z Compiling hubpack_derive v0.1.1
16042025-08-01T20:46:04.245Z Compiling buf-list v1.0.3
16052025-08-01T20:46:04.365Z Compiling rustc-demangle v0.1.24
16062025-08-01T20:46:04.835Z Compiling bitflags v1.3.2
16072025-08-01T20:46:04.862Z Compiling rustix v1.0.7
16082025-08-01T20:46:05.216Z Compiling hubpack v0.1.2
16092025-08-01T20:46:05.605Z Compiling clap_builder v4.5.41
16102025-08-01T20:46:05.780Z Compiling tower-http v0.6.6
16112025-08-01T20:46:05.962Z Compiling strum v0.27.2
16122025-08-01T20:46:06.167Z Compiling zopfli v0.8.1
16132025-08-01T20:46:06.623Z Compiling thiserror v2.0.12
16142025-08-01T20:46:06.777Z Compiling elliptic-curve v0.13.8
16152025-08-01T20:46:06.820Z Compiling toml_edit v0.19.15
16162025-08-01T20:46:07.328Z Compiling hyper-tls v0.6.0
16172025-08-01T20:46:07.593Z Compiling oxnet v0.1.3
16182025-08-01T20:46:07.775Z Compiling cookie_store v0.21.1
16192025-08-01T20:46:08.342Z Compiling backtrace v0.3.74
16202025-08-01T20:46:08.887Z Compiling signal-hook-mio v0.2.4
16212025-08-01T20:46:09.113Z Compiling zstd v0.13.3
16222025-08-01T20:46:09.633Z Compiling postgres-types v0.2.9
16232025-08-01T20:46:09.702Z Compiling usdt-macro v0.5.0
16242025-08-01T20:46:10.858Z Compiling usdt-attr-macro v0.5.0
16252025-08-01T20:46:11.068Z Compiling phf v0.11.2
16262025-08-01T20:46:11.092Z Compiling ed25519 v2.2.3
16272025-08-01T20:46:11.351Z Compiling bzip2 v0.5.2
16282025-08-01T20:46:11.769Z Compiling bzip2 v0.4.4
16292025-08-01T20:46:12.170Z Compiling strum_macros v0.26.4
16302025-08-01T20:46:12.415Z Compiling pkcs1 v0.7.5
16312025-08-01T20:46:12.902Z Compiling serde_urlencoded v0.7.1
16322025-08-01T20:46:13.079Z Compiling serde-big-array v0.5.1
16332025-08-01T20:46:13.212Z Compiling rfc6979 v0.4.0
16342025-08-01T20:46:13.313Z Compiling bstr v1.10.0
16352025-08-01T20:46:13.334Z Compiling enum-as-inner v0.6.1
16362025-08-01T20:46:13.407Z Compiling serde_repr v0.1.19
16372025-08-01T20:46:13.429Z Compiling daft-derive v0.1.4
16382025-08-01T20:46:14.299Z Compiling clap_derive v4.5.41
16392025-08-01T20:46:14.320Z Compiling float-cmp v0.10.0
16402025-08-01T20:46:14.460Z Compiling socket2 v0.5.10
16412025-08-01T20:46:14.569Z Compiling encoding_rs v0.8.34
16422025-08-01T20:46:14.766Z Compiling mime v0.3.17
16432025-08-01T20:46:14.961Z Compiling data-encoding v2.9.0
16442025-08-01T20:46:15.276Z Compiling static_assertions v1.1.0
16452025-08-01T20:46:15.323Z Compiling unicode-segmentation v1.12.0
16462025-08-01T20:46:15.402Z Compiling precomputed-hash v0.1.1
16472025-08-01T20:46:15.543Z Compiling difflib v0.4.0
16482025-08-01T20:46:16.177Z Compiling new_debug_unreachable v1.0.6
16492025-08-01T20:46:16.296Z Compiling whoami v1.5.2
16502025-08-01T20:46:16.430Z Compiling fixedbitset v0.4.2
16512025-08-01T20:46:16.722Z Compiling predicates-core v1.0.8
16522025-08-01T20:46:16.754Z Compiling normalize-line-endings v0.3.0
16532025-08-01T20:46:16.887Z Compiling petgraph v0.6.5
16542025-08-01T20:46:16.887Z Compiling tokio-postgres v0.7.13
16552025-08-01T20:46:16.921Z Compiling predicates v3.1.3
16562025-08-01T20:46:17.031Z Compiling strum v0.26.3
16572025-08-01T20:46:17.235Z Compiling string_cache v0.8.9
16582025-08-01T20:46:17.669Z Compiling similar v2.7.0
16592025-08-01T20:46:18.294Z Compiling hickory-proto v0.25.2
16602025-08-01T20:46:18.297Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16612025-08-01T20:46:18.613Z Compiling clap v4.5.41
16622025-08-01T20:46:18.748Z Compiling console v0.15.10
16632025-08-01T20:46:19.636Z Compiling daft v0.1.4
16642025-08-01T20:46:19.999Z Compiling toml_edit v0.22.27
16652025-08-01T20:46:20.174Z Compiling usdt v0.5.0
16662025-08-01T20:46:20.375Z Compiling ecdsa v0.16.9
16672025-08-01T20:46:20.643Z Compiling rsa v0.9.6
16682025-08-01T20:46:20.692Z Compiling zip v0.6.6
16692025-08-01T20:46:21.192Z Compiling zip v4.2.0
16702025-08-01T20:46:21.948Z Compiling ed25519-dalek v2.1.1
16712025-08-01T20:46:22.144Z Compiling toml v0.7.8
16722025-08-01T20:46:23.522Z Compiling crossterm v0.28.1
16732025-08-01T20:46:25.322Z Compiling crossbeam-epoch v0.9.18
16742025-08-01T20:46:25.339Z Compiling tokio-stream v0.1.17
16752025-08-01T20:46:25.980Z Compiling openapiv3 v2.2.0
16762025-08-01T20:46:26.286Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16772025-08-01T20:46:26.628Z Compiling x509-cert v0.2.5
16782025-08-01T20:46:26.725Z Compiling sha1 v0.10.6
16792025-08-01T20:46:26.744Z Compiling itertools v0.10.5
16802025-08-01T20:46:27.142Z Compiling itertools v0.13.0
16812025-08-01T20:46:28.059Z Compiling dirs-sys-next v0.1.2
16822025-08-01T20:46:28.267Z Compiling winnow v0.6.26
16832025-08-01T20:46:28.570Z Compiling peg-runtime v0.8.5
16842025-08-01T20:46:29.155Z Compiling lalrpop-util v0.19.12
16852025-08-01T20:46:29.234Z Compiling rustc-hash v2.1.1
16862025-08-01T20:46:29.436Z Compiling dirs-next v2.0.0
16872025-08-01T20:46:29.496Z Compiling thread_local v1.1.8
16882025-08-01T20:46:29.578Z Compiling slog-async v2.8.0
16892025-08-01T20:46:29.643Z Compiling term v0.7.0
16902025-08-01T20:46:29.828Z Compiling crossbeam-channel v0.5.15
16912025-08-01T20:46:29.959Z Compiling xattr v1.3.1
16922025-08-01T20:46:30.030Z Compiling futures-executor v0.3.31
16932025-08-01T20:46:30.158Z Compiling is-terminal v0.4.13
16942025-08-01T20:46:30.214Z Compiling filetime v0.2.25
16952025-08-01T20:46:30.295Z Compiling take_mut v0.2.2
16962025-08-01T20:46:30.478Z Compiling tar v0.4.44
16972025-08-01T20:46:30.512Z Compiling futures v0.3.31
16982025-08-01T20:46:30.639Z Compiling slog-term v2.9.1
16992025-08-01T20:46:30.748Z Compiling camino v1.1.10
17002025-08-01T20:46:36.237Z Compiling aws-lc-sys v0.26.0
17012025-08-01T20:47:06.991Z Compiling rustls-webpki v0.102.8
17022025-08-01T20:47:11.352Z Compiling tokio-rustls v0.26.0
17032025-08-01T20:47:11.628Z Compiling hyper-rustls v0.27.7
17042025-08-01T20:47:11.928Z Compiling reqwest v0.12.22
17052025-08-01T20:47:15.306Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062025-08-01T20:47:15.562Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072025-08-01T20:47:19.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
17082025-08-01T20:47:20.155Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17092025-08-01T20:47:20.202ZAug 01 20:47:18.733 INFO Starting download, target: Clickhouse
17102025-08-01T20:47:20.202ZAug 01 20:47:18.733 INFO Starting download, target: Cockroach
17112025-08-01T20:47:20.202ZAug 01 20:47:18.733 INFO Starting download, target: Console
17122025-08-01T20:47:20.206ZAug 01 20:47:18.733 INFO Starting download, target: DendriteStub
17132025-08-01T20:47:20.206ZAug 01 20:47:18.733 INFO Starting download, target: MaghemiteMgd
17142025-08-01T20:47:20.206ZAug 01 20:47:18.733 INFO Starting download, target: TransceiverControl
17152025-08-01T20:47:20.206ZAug 01 20:47:18.734 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162025-08-01T20:47:20.206ZAug 01 20:47:18.734 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172025-08-01T20:47:20.206ZAug 01 20:47:18.734 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182025-08-01T20:47:20.207ZAug 01 20:47:18.734 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192025-08-01T20:47:20.207ZAug 01 20:47:18.734 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202025-08-01T20:47:20.207ZAug 01 20:47:18.734 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212025-08-01T20:47:20.748ZAug 01 20:47:19.224 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222025-08-01T20:47:20.841ZAug 01 20:47:19.316 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232025-08-01T20:47:21.089ZAug 01 20:47:19.618 INFO Download complete, target: Console
17242025-08-01T20:47:21.227ZAug 01 20:47:19.754 INFO Download complete, target: TransceiverControl
17252025-08-01T20:47:21.791ZAug 01 20:47:20.306 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262025-08-01T20:47:21.900ZAug 01 20:47:20.429 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272025-08-01T20:47:22.089ZAug 01 20:47:20.617 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282025-08-01T20:47:22.544ZAug 01 20:47:21.073 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292025-08-01T20:47:22.544ZAug 01 20:47:21.073 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302025-08-01T20:47:25.257ZAug 01 20:47:23.785 INFO Download complete, target: DendriteStub
17312025-08-01T20:47:25.349ZAug 01 20:47:23.877 INFO Download complete, target: MaghemiteMgd
17322025-08-01T20:47:28.998ZAug 01 20:47:27.523 INFO Checking that binary works, target: Cockroach
17332025-08-01T20:47:29.158ZAug 01 20:47:27.683 INFO Download complete, target: Cockroach
17342025-08-01T20:47:32.439ZAug 01 20:47:30.957 INFO Checking that binary works, target: Clickhouse
17352025-08-01T20:47:32.554ZAug 01 20:47:31.078 INFO Download complete, target: Clickhouse
17362025-08-01T20:47:32.561ZAll prerequisites installed successfully
17372025-08-01T20:47:32.566Z
17382025-08-01T20:47:32.566Zreal 4:12.700622317
17392025-08-01T20:47:32.566Zuser 15:56.080069347
17402025-08-01T20:47:32.566Zsys 2:10.131877353
17412025-08-01T20:47:32.566Ztrap 0.534299874
17422025-08-01T20:47:32.566Ztflt 2.514661161
17432025-08-01T20:47:32.566Zdflt 2.439348790
17442025-08-01T20:47:32.566Zkflt 0.164829817
17452025-08-01T20:47:32.566Zlock 39:40.303757265
17462025-08-01T20:47:32.566Zslp 58:12.283275412
17472025-08-01T20:47:32.566Zlat 1:07.016033296
17482025-08-01T20:47:32.566Zstop 2:35.688031415
17492025-08-01T20:47:32.566Z+ source ./tools/include/force-git-over-https.sh
17502025-08-01T20:47:32.567Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17512025-08-01T20:47:32.567Z++ (( i = 0 ))
17522025-08-01T20:47:32.567Z++ (( i < 5 ))
17532025-08-01T20:47:32.567Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17542025-08-01T20:47:32.570Z++ (( i++ ))
17552025-08-01T20:47:32.570Z++ (( i < 5 ))
17562025-08-01T20:47:32.570Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17572025-08-01T20:47:32.570Z++ (( i++ ))
17582025-08-01T20:47:32.571Z++ (( i < 5 ))
17592025-08-01T20:47:32.571Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17602025-08-01T20:47:32.575Z++ (( i++ ))
17612025-08-01T20:47:32.575Z++ (( i < 5 ))
17622025-08-01T20:47:32.575Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17632025-08-01T20:47:32.579Z++ (( i++ ))
17642025-08-01T20:47:32.579Z++ (( i < 5 ))
17652025-08-01T20:47:32.579Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17662025-08-01T20:47:32.579Z++ (( i++ ))
17672025-08-01T20:47:32.579Z++ (( i < 5 ))
17682025-08-01T20:47:32.579Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17692025-08-01T20:47:32.580Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17702025-08-01T20:47:32.580Z+ rc=0
17712025-08-01T20:47:32.580Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17722025-08-01T20:47:59.668Z+ case $rc in
17732025-08-01T20:47:59.668Z+ pfexec zfs create -p rpool/images/build/host
17742025-08-01T20:47:59.885Z+ pfexec zfs create -p rpool/images/build/recovery
17752025-08-01T20:47:59.962Z+ cargo xtask releng --output-dir /work --mkincorp
17762025-08-01T20:48:00.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17772025-08-01T20:48:00.666Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17782025-08-01T20:48:01.791Z Compiling proc-macro2 v1.0.95
17792025-08-01T20:48:01.791Z Compiling unicode-ident v1.0.18
17802025-08-01T20:48:01.794Z Compiling libc v0.2.174
17812025-08-01T20:48:01.794Z Compiling serde v1.0.219
17822025-08-01T20:48:01.794Z Compiling autocfg v1.4.0
17832025-08-01T20:48:01.794Z Compiling cfg-if v1.0.1
17842025-08-01T20:48:01.794Z Compiling version_check v0.9.5
17852025-08-01T20:48:02.144Z Compiling memchr v2.7.4
17862025-08-01T20:48:02.201Z Compiling shlex v1.3.0
17872025-08-01T20:48:02.244Z Compiling typenum v1.17.0
17882025-08-01T20:48:02.630Z Compiling generic-array v0.14.7
17892025-08-01T20:48:02.656Z Compiling portable-atomic v1.11.0
17902025-08-01T20:48:02.673Z Compiling lock_api v0.4.12
17912025-08-01T20:48:02.961Z Compiling value-bag v1.9.0
17922025-08-01T20:48:03.101Z Compiling getrandom v0.3.1
17932025-08-01T20:48:03.307Z Compiling libm v0.2.8
17942025-08-01T20:48:03.450Z Compiling log v0.4.27
17952025-08-01T20:48:03.510Z Compiling num-traits v0.2.19
17962025-08-01T20:48:03.656Z Compiling quote v1.0.40
17972025-08-01T20:48:03.695Z Compiling serde_json v1.0.141
17982025-08-01T20:48:03.857Z Compiling jobserver v0.1.32
17992025-08-01T20:48:03.957Z Compiling scopeguard v1.2.0
18002025-08-01T20:48:04.054Z Compiling syn v2.0.104
18012025-08-01T20:48:04.082Z Compiling parking_lot_core v0.9.10
18022025-08-01T20:48:04.157Z Compiling semver v1.0.26
18032025-08-01T20:48:04.160Z Compiling pkg-config v0.3.31
18042025-08-01T20:48:04.223Z Compiling smallvec v1.15.1
18052025-08-01T20:48:04.469Z Compiling cc v1.2.30
18062025-08-01T20:48:04.513Z Compiling rustix v0.38.37
18072025-08-01T20:48:04.609Z Compiling getrandom v0.2.15
18082025-08-01T20:48:04.665Z Compiling itoa v1.0.11
18092025-08-01T20:48:05.190Z Compiling aho-corasick v1.1.3
18102025-08-01T20:48:05.458Z Compiling slab v0.4.9
18112025-08-01T20:48:05.544Z Compiling regex-syntax v0.8.5
18122025-08-01T20:48:05.659Z Compiling errno v0.3.12
18132025-08-01T20:48:06.061Z Compiling spin v0.9.8
18142025-08-01T20:48:06.136Z Compiling stable_deref_trait v1.2.0
18152025-08-01T20:48:06.243Z Compiling subtle v2.6.1
18162025-08-01T20:48:06.286Z Compiling either v1.15.0
18172025-08-01T20:48:06.467Z Compiling glob v0.3.2
18182025-08-01T20:48:06.615Z Compiling rand_core v0.6.4
18192025-08-01T20:48:06.737Z Compiling prettyplease v0.2.36
18202025-08-01T20:48:07.128Z Compiling lazy_static v1.5.0
18212025-08-01T20:48:07.247Z Compiling clang-sys v1.8.1
18222025-08-01T20:48:07.673Z Compiling heck v0.5.0
18232025-08-01T20:48:07.748Z Compiling minimal-lexical v0.2.1
18242025-08-01T20:48:07.862Z Compiling critical-section v1.1.3
18252025-08-01T20:48:08.041Z Compiling once_cell v1.21.3
18262025-08-01T20:48:08.246Z Compiling nom v7.1.3
18272025-08-01T20:48:08.635Z Compiling libloading v0.8.5
18282025-08-01T20:48:08.718Z Compiling home v0.5.9
18292025-08-01T20:48:08.979Z Compiling bindgen v0.69.5
18302025-08-01T20:48:09.032Z Compiling regex-automata v0.4.8
18312025-08-01T20:48:09.369Z Compiling itertools v0.12.1
18322025-08-01T20:48:09.688Z Compiling paste v1.0.15
18332025-08-01T20:48:09.739Z Compiling zerocopy v0.8.26
18342025-08-01T20:48:10.308Z Compiling lazycell v1.3.0
18352025-08-01T20:48:10.565Z Compiling rustc-hash v1.1.0
18362025-08-01T20:48:10.766Z Compiling cmake v0.1.51
18372025-08-01T20:48:11.584Z Compiling cexpr v0.6.0
18382025-08-01T20:48:11.658Z Compiling synstructure v0.13.1
18392025-08-01T20:48:12.826Z Compiling fs_extra v1.3.0
18402025-08-01T20:48:12.872Z Compiling dunce v1.0.5
18412025-08-01T20:48:13.555Z Compiling ryu v1.0.18
18422025-08-01T20:48:13.679Z Compiling writeable v0.5.5
18432025-08-01T20:48:14.407Z Compiling regex v1.11.1
18442025-08-01T20:48:14.623Z Compiling litemap v0.7.3
18452025-08-01T20:48:14.706Z Compiling pin-project-lite v0.2.14
18462025-08-01T20:48:14.898Z Compiling allocator-api2 v0.2.21
18472025-08-01T20:48:14.949Z Compiling percent-encoding v2.3.1
18482025-08-01T20:48:15.233Z Compiling schemars v0.8.22
18492025-08-01T20:48:15.471Z Compiling equivalent v1.0.2
18502025-08-01T20:48:15.510Z Compiling foldhash v0.1.5
18512025-08-01T20:48:15.538Z Compiling serde_derive v1.0.219
18522025-08-01T20:48:15.562Z Compiling zeroize_derive v1.4.2
18532025-08-01T20:48:15.627Z Compiling zerofrom-derive v0.1.4
18542025-08-01T20:48:15.693Z Compiling yoke-derive v0.7.4
18552025-08-01T20:48:15.781Z Compiling zerovec-derive v0.10.3
18562025-08-01T20:48:16.105Z Compiling displaydoc v0.2.5
18572025-08-01T20:48:16.992Z Compiling icu_provider_macros v1.5.0
18582025-08-01T20:48:17.595Z Compiling zeroize v1.8.1
18592025-08-01T20:48:18.057Z Compiling tokio-macros v2.5.0
18602025-08-01T20:48:18.161Z Compiling zerocopy-derive v0.7.35
18612025-08-01T20:48:18.204Z Compiling futures-macro v0.3.31
18622025-08-01T20:48:18.233Z Compiling zerocopy-derive v0.8.26
18632025-08-01T20:48:18.748Z Compiling zerofrom v0.1.4
18642025-08-01T20:48:19.159Z Compiling yoke v0.7.4
18652025-08-01T20:48:19.657Z Compiling zerovec v0.10.4
18662025-08-01T20:48:19.883Z Compiling hashbrown v0.15.4
18672025-08-01T20:48:19.962Z Compiling serde_derive_internals v0.29.1
18682025-08-01T20:48:20.053Z Compiling icu_locid_transform_data v1.5.0
18692025-08-01T20:48:20.906Z Compiling crypto-common v0.1.6
18702025-08-01T20:48:21.253Z Compiling der_derive v0.7.3
18712025-08-01T20:48:21.423Z Compiling ring v0.17.14
18722025-08-01T20:48:21.590Z Compiling icu_properties_data v1.5.0
18732025-08-01T20:48:22.029Z Compiling tinystr v0.7.6
18742025-08-01T20:48:22.110Z Compiling schemars_derive v0.8.22
18752025-08-01T20:48:22.160Z Compiling icu_collections v1.5.0
18762025-08-01T20:48:22.464Z Compiling icu_locid v1.5.0
18772025-08-01T20:48:22.773Z Compiling utf8_iter v1.0.4
18782025-08-01T20:48:22.847Z Compiling byteorder v1.5.0
18792025-08-01T20:48:23.135Z Compiling icu_normalizer_data v1.5.0
18802025-08-01T20:48:23.277Z Compiling aws-lc-rs v1.12.4
18812025-08-01T20:48:23.354Z Compiling vcpkg v0.2.15
18822025-08-01T20:48:23.858Z Compiling icu_provider v1.5.0
18832025-08-01T20:48:23.916Z Compiling const-oid v0.9.6
18842025-08-01T20:48:24.847Z Compiling icu_locid_transform v1.5.0
18852025-08-01T20:48:25.443Z Compiling write16 v1.0.0
18862025-08-01T20:48:25.632Z Compiling utf16_iter v1.0.5
18872025-08-01T20:48:25.974Z Compiling futures-core v0.3.31
18882025-08-01T20:48:26.301Z Compiling openssl-sys v0.9.109
18892025-08-01T20:48:26.573Z Compiling icu_properties v1.5.1
18902025-08-01T20:48:27.438Z Compiling signal-hook-registry v1.4.2
18912025-08-01T20:48:27.927Z Compiling bitflags v2.9.1
18922025-08-01T20:48:28.153Z Compiling bytes v1.10.1
18932025-08-01T20:48:30.107Z Compiling thiserror v1.0.69
18942025-08-01T20:48:30.815Z Compiling icu_normalizer v1.5.0
18952025-08-01T20:48:30.854Z Compiling parking_lot v0.12.3
18962025-08-01T20:48:31.926Z Compiling tracing-attributes v0.1.27
18972025-08-01T20:48:31.954Z Compiling mio v1.0.2
18982025-08-01T20:48:32.472Z Compiling which v4.4.2
18992025-08-01T20:48:33.018Z Compiling idna_adapter v1.2.0
19002025-08-01T20:48:33.710Z Compiling idna v1.0.3
19012025-08-01T20:48:34.834Z Compiling block-buffer v0.10.4
19022025-08-01T20:48:35.229Z Compiling thiserror-impl v1.0.69
19032025-08-01T20:48:35.336Z Compiling form_urlencoded v1.2.1
19042025-08-01T20:48:35.406Z Compiling httparse v1.9.5
19052025-08-01T20:48:35.939Z Compiling digest v0.10.7
19062025-08-01T20:48:36.304Z Compiling socket2 v0.6.0
19072025-08-01T20:48:36.646Z Compiling thiserror v2.0.12
19082025-08-01T20:48:36.882Z Compiling url v2.5.4
19092025-08-01T20:48:36.990Z Compiling tokio v1.47.0
19102025-08-01T20:48:37.991Z Compiling indexmap v2.10.0
19112025-08-01T20:48:38.078Z Compiling thiserror-impl v2.0.12
19122025-08-01T20:48:38.966Z Compiling time-core v0.1.2
19132025-08-01T20:48:39.206Z Compiling num-conv v0.1.0
19142025-08-01T20:48:39.516Z Compiling futures-sink v0.3.31
19152025-08-01T20:48:39.621Z Compiling time-macros v0.2.18
19162025-08-01T20:48:39.791Z Compiling futures-channel v0.3.31
19172025-08-01T20:48:41.413Z Compiling futures-task v0.3.31
19182025-08-01T20:48:41.535Z Compiling futures-io v0.3.31
19192025-08-01T20:48:41.952Z Compiling fnv v1.0.7
19202025-08-01T20:48:41.997Z Compiling openssl v0.10.73
19212025-08-01T20:48:42.177Z Compiling pin-utils v0.1.0
19222025-08-01T20:48:42.303Z Compiling futures-util v0.3.31
19232025-08-01T20:48:42.339Z Compiling zerocopy v0.7.35
19242025-08-01T20:48:42.476Z Compiling uuid v1.17.0
19252025-08-01T20:48:43.341Z Compiling openssl-macros v0.1.1
19262025-08-01T20:48:43.953Z Compiling cpufeatures v0.2.14
19272025-08-01T20:48:44.232Z Compiling native-tls v0.2.12
19282025-08-01T20:48:44.270Z Compiling iana-time-zone v0.1.63
19292025-08-01T20:48:44.420Z Compiling rustls v0.23.19
19302025-08-01T20:48:44.657Z Compiling chrono v0.4.41
19312025-08-01T20:48:44.808Z Compiling hmac v0.12.1
19322025-08-01T20:48:45.103Z Compiling aws-lc-sys v0.26.0
19332025-08-01T20:48:45.107Z Compiling rustc_version v0.4.1
19342025-08-01T20:48:47.002Z Compiling block-padding v0.3.3
19352025-08-01T20:48:47.614Z Compiling cookie v0.18.1
19362025-08-01T20:48:47.906Z Compiling inout v0.1.3
19372025-08-01T20:48:48.106Z Compiling http v1.3.1
19382025-08-01T20:48:48.242Z Compiling serde_tokenstream v0.2.2
19392025-08-01T20:48:48.670Z Compiling bzip2-sys v0.1.13+1.0.8
19402025-08-01T20:48:48.900Z Compiling dyn-clone v1.0.19
19412025-08-01T20:48:49.733Z Compiling cipher v0.4.4
19422025-08-01T20:48:50.388Z Compiling sha2 v0.10.9
19432025-08-01T20:48:53.157Z Compiling scroll_derive v0.12.0
19442025-08-01T20:48:53.411Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19452025-08-01T20:48:53.474Z Compiling syn v1.0.109
19462025-08-01T20:48:54.130Z Compiling crossbeam-utils v0.8.21
19472025-08-01T20:48:54.187Z Compiling rustls-pki-types v1.10.0
19482025-08-01T20:48:54.455Z Compiling rustversion v1.0.17
19492025-08-01T20:48:54.586Z Compiling ucd-trie v0.1.7
19502025-08-01T20:48:55.114Z Compiling rustix v1.0.7
19512025-08-01T20:48:55.154Z Compiling slog v2.7.0
19522025-08-01T20:48:55.233Z Compiling base64ct v1.6.0
19532025-08-01T20:48:55.862Z Compiling pem-rfc7468 v0.7.0
19542025-08-01T20:48:56.054Z Compiling pest v2.7.14
19552025-08-01T20:48:56.548Z Compiling ppv-lite86 v0.2.20
19562025-08-01T20:48:57.576Z Compiling flagset v0.4.6
19572025-08-01T20:48:57.612Z Compiling litrs v0.4.1
19582025-08-01T20:48:57.881Z Compiling der v0.7.9
19592025-08-01T20:48:58.639Z Compiling document-features v0.2.11
19602025-08-01T20:48:58.928Z Compiling pest_meta v2.7.14
19612025-08-01T20:49:01.610Z Compiling tokio-util v0.7.15
19622025-08-01T20:49:02.562Z Compiling tracing-core v0.1.32
19632025-08-01T20:49:02.586Z Compiling powerfmt v0.2.0
19642025-08-01T20:49:03.189Z Compiling untrusted v0.7.1
19652025-08-01T20:49:03.414Z Compiling base64 v0.22.1
19662025-08-01T20:49:04.635Z Compiling untrusted v0.9.0
19672025-08-01T20:49:04.961Z Compiling newtype-uuid v1.2.4
19682025-08-01T20:49:05.342Z Compiling tracing v0.1.40
19692025-08-01T20:49:06.166Z Compiling deranged v0.3.11
19702025-08-01T20:49:06.553Z Compiling pest_generator v2.7.14
19712025-08-01T20:49:07.242Z Compiling spki v0.7.3
19722025-08-01T20:49:07.674Z Compiling salsa20 v0.10.2
19732025-08-01T20:49:07.991Z Compiling http-body v1.0.1
19742025-08-01T20:49:08.209Z Compiling pbkdf2 v0.12.2
19752025-08-01T20:49:08.916Z Compiling atomic-waker v1.1.2
19762025-08-01T20:49:09.182Z Compiling num_threads v0.1.7
19772025-08-01T20:49:09.430Z Compiling time v0.3.36
19782025-08-01T20:49:10.512Z Compiling scrypt v0.11.0
19792025-08-01T20:49:10.998Z Compiling pest_derive v2.7.14
19802025-08-01T20:49:11.063Z Compiling aes v0.8.4
19812025-08-01T20:49:11.713Z Compiling cbc v0.1.2
19822025-08-01T20:49:12.185Z Compiling usdt-impl v0.5.0
19832025-08-01T20:49:12.548Z Compiling tower-service v0.3.3
19842025-08-01T20:49:12.704Z Compiling num-bigint-dig v0.8.4
19852025-08-01T20:49:12.730Z Compiling try-lock v0.2.5
19862025-08-01T20:49:12.953Z Compiling zstd-safe v7.2.3
19872025-08-01T20:49:13.186Z Compiling want v0.3.1
19882025-08-01T20:49:13.444Z Compiling pkcs5 v0.7.1
19892025-08-01T20:49:14.145Z Compiling h2 v0.4.6
19902025-08-01T20:49:16.853Z Compiling scroll v0.12.0
19912025-08-01T20:49:17.106Z Compiling heapless v0.7.17
19922025-08-01T20:49:17.427Z Compiling ipnet v2.11.0
19932025-08-01T20:49:17.805Z Compiling async-trait v0.1.88
19942025-08-01T20:49:19.129Z Compiling ahash v0.8.12
19952025-08-01T20:49:19.662Z Compiling openssl-probe v0.1.5
19962025-08-01T20:49:20.026Z Compiling foreign-types-shared v0.1.1
19972025-08-01T20:49:20.271Z Compiling anyhow v1.0.98
19982025-08-01T20:49:20.344Z Compiling plain v0.2.3
19992025-08-01T20:49:20.464Z Compiling httpdate v1.0.3
20002025-08-01T20:49:20.532Z Compiling signal-hook v0.3.18
20012025-08-01T20:49:20.933Z Compiling goblin v0.8.2
20022025-08-01T20:49:20.965Z Compiling foreign-types v0.3.2
20032025-08-01T20:49:22.197Z Compiling pkcs8 v0.10.2
20042025-08-01T20:49:22.964Z Compiling hyper v1.6.0
20052025-08-01T20:49:27.386Z Compiling daft-derive v0.1.4
20062025-08-01T20:49:28.969Z Compiling tinyvec_macros v0.1.1
20072025-08-01T20:49:29.420Z Compiling strsim v0.11.1
20082025-08-01T20:49:30.157Z Compiling pretty-hex v0.4.1
20092025-08-01T20:49:30.433Z Compiling dof v0.3.0
20102025-08-01T20:49:30.689Z Compiling tinyvec v1.8.0
20112025-08-01T20:49:32.648Z Compiling hyper-util v0.1.16
20122025-08-01T20:49:35.617Z Compiling dtrace-parser v0.2.0
20132025-08-01T20:49:36.136Z Compiling rand_core v0.9.2
20142025-08-01T20:49:37.302Z Compiling curve25519-dalek v4.1.3
20152025-08-01T20:49:37.510Z Compiling clap_derive v4.5.41
20162025-08-01T20:49:37.811Z Compiling thread-id v4.2.2
20172025-08-01T20:49:37.998Z Compiling memoffset v0.9.1
20182025-08-01T20:49:38.960Z Compiling adler2 v2.0.0
20192025-08-01T20:49:39.845Z Compiling smoltcp v0.9.1
20202025-08-01T20:49:42.715Z Compiling miniz_oxide v0.8.5
20212025-08-01T20:49:47.030Z Compiling rand_chacha v0.9.0
20222025-08-01T20:49:48.807Z Compiling http-body-util v0.1.3
20232025-08-01T20:49:49.348Z Compiling strum_macros v0.26.4
20242025-08-01T20:49:49.896Z Compiling serde_spanned v0.6.9
20252025-08-01T20:49:50.200Z Compiling toml_datetime v0.6.11
20262025-08-01T20:49:51.394Z Compiling sync_wrapper v1.0.1
20272025-08-01T20:49:51.596Z Compiling encoding_rs v0.8.34
20282025-08-01T20:49:51.709Z Compiling psl-types v2.0.11
20292025-08-01T20:49:51.982Z Compiling buf-list v1.0.3
20302025-08-01T20:49:52.488Z Compiling cfg_aliases v0.2.1
20312025-08-01T20:49:52.596Z Compiling tower-layer v0.3.3
20322025-08-01T20:49:53.052Z Compiling mime v0.3.17
20332025-08-01T20:49:53.241Z Compiling tower v0.5.2
20342025-08-01T20:49:54.169Z Compiling nix v0.29.0
20352025-08-01T20:49:55.555Z Compiling publicsuffix v2.3.0
20362025-08-01T20:49:58.820Z Compiling rand v0.9.1
20372025-08-01T20:50:00.118Z Compiling tokio-native-tls v0.3.1
20382025-08-01T20:50:02.667Z Compiling unicode-normalization v0.1.24
20392025-08-01T20:50:02.902Z Compiling rustls-native-certs v0.8.1
20402025-08-01T20:50:03.588Z Compiling hubpack_derive v0.1.1
20412025-08-01T20:50:03.684Z Compiling strum_macros v0.27.1
20422025-08-01T20:50:03.765Z Compiling webpki-roots v1.0.1
20432025-08-01T20:50:04.161Z Compiling openapiv3 v2.2.0
20442025-08-01T20:50:04.419Z Compiling signature v2.2.0
20452025-08-01T20:50:04.501Z Compiling serde_urlencoded v0.7.1
20462025-08-01T20:50:04.700Z Compiling curve25519-dalek-derive v0.1.1
20472025-08-01T20:50:05.278Z Compiling fs-err v3.1.1
20482025-08-01T20:50:05.718Z Compiling crc32fast v1.4.2
20492025-08-01T20:50:05.839Z Compiling siphasher v0.3.11
20502025-08-01T20:50:06.049Z Compiling unicode-properties v0.1.3
20512025-08-01T20:50:06.293Z Compiling utf8parse v0.2.2
20522025-08-01T20:50:06.433Z Compiling anstyle v1.0.11
20532025-08-01T20:50:06.499Z Compiling unicode-bidi v0.3.17
20542025-08-01T20:50:06.546Z Compiling zlib-rs v0.5.1
20552025-08-01T20:50:06.968Z Compiling iri-string v0.7.8
20562025-08-01T20:50:07.708Z Compiling stringprep v0.1.5
20572025-08-01T20:50:08.168Z Compiling anstyle-parse v0.2.5
20582025-08-01T20:50:08.600Z Compiling phf_shared v0.11.2
20592025-08-01T20:50:11.080Z Compiling tower-http v0.6.6
20602025-08-01T20:50:12.071Z Compiling libz-rs-sys v0.5.1
20612025-08-01T20:50:12.413Z Compiling hyper-tls v0.6.0
20622025-08-01T20:50:12.943Z Compiling cookie_store v0.21.1
20632025-08-01T20:50:13.016Z Compiling usdt-macro v0.5.0
20642025-08-01T20:50:13.380Z Compiling usdt-attr-macro v0.5.0
20652025-08-01T20:50:13.994Z Compiling rand_chacha v0.3.1
20662025-08-01T20:50:14.781Z Compiling md-5 v0.10.6
20672025-08-01T20:50:14.935Z Compiling num-integer v0.1.46
20682025-08-01T20:50:14.985Z Compiling hash32 v0.2.1
20692025-08-01T20:50:15.514Z Compiling ff v0.13.0
20702025-08-01T20:50:15.820Z Compiling anstyle-query v1.1.1
20712025-08-01T20:50:15.977Z Compiling fallible-iterator v0.2.0
20722025-08-01T20:50:16.076Z Compiling base16ct v0.2.0
20732025-08-01T20:50:16.277Z Compiling is_terminal_polyfill v1.70.1
20742025-08-01T20:50:16.584Z Compiling colorchoice v1.0.2
20752025-08-01T20:50:16.648Z Compiling gimli v0.31.1
20762025-08-01T20:50:17.152Z Compiling anstream v0.6.18
20772025-08-01T20:50:17.401Z Compiling postgres-protocol v0.6.8
20782025-08-01T20:50:17.470Z Compiling sec1 v0.7.3
20792025-08-01T20:50:17.768Z Compiling group v0.13.0
20802025-08-01T20:50:17.920Z Compiling num-iter v0.1.45
20812025-08-01T20:50:18.218Z Compiling rand v0.8.5
20822025-08-01T20:50:18.983Z Compiling flate2 v1.1.2
20832025-08-01T20:50:20.494Z Compiling ipnetwork v0.21.1
20842025-08-01T20:50:21.163Z Compiling addr2line v0.24.2
20852025-08-01T20:50:21.510Z Compiling hkdf v0.12.4
20862025-08-01T20:50:21.849Z Compiling terminal_size v0.4.0
20872025-08-01T20:50:22.134Z Compiling crypto-bigint v0.5.5
20882025-08-01T20:50:22.189Z Compiling serde_repr v0.1.19
20892025-08-01T20:50:22.452Z Compiling enum-as-inner v0.6.1
20902025-08-01T20:50:23.401Z Compiling object v0.36.5
20912025-08-01T20:50:23.444Z Compiling winnow v0.5.40
20922025-08-01T20:50:24.338Z Compiling rustc-demangle v0.1.24
20932025-08-01T20:50:25.262Z Compiling bitflags v1.3.2
20942025-08-01T20:50:25.464Z Compiling clap_lex v0.7.4
20952025-08-01T20:50:25.507Z Compiling managed v0.8.0
20962025-08-01T20:50:25.899Z Compiling bumpalo v3.16.0
20972025-08-01T20:50:25.977Z Compiling lockfree-object-pool v0.1.6
20982025-08-01T20:50:26.572Z Compiling simd-adler32 v0.3.7
20992025-08-01T20:50:27.908Z Compiling rustls-webpki v0.102.8
21002025-08-01T20:50:30.481Z Compiling backtrace v0.3.74
21012025-08-01T20:50:30.756Z Compiling zopfli v0.8.1
21022025-08-01T20:50:31.298Z Compiling toml_edit v0.19.15
21032025-08-01T20:50:33.657Z Compiling clap_builder v4.5.41
21042025-08-01T20:50:33.741Z Compiling elliptic-curve v0.13.8
21052025-08-01T20:50:34.779Z Compiling oxnet v0.1.3
21062025-08-01T20:50:37.627Z Compiling tokio-rustls v0.26.0
21072025-08-01T20:50:38.183Z Compiling hyper-rustls v0.27.7
21082025-08-01T20:50:39.029Z Compiling zstd v0.13.3
21092025-08-01T20:50:39.584Z Compiling signal-hook-mio v0.2.4
21102025-08-01T20:50:39.811Z Compiling postgres-types v0.2.9
21112025-08-01T20:50:40.191Z Compiling phf v0.11.2
21122025-08-01T20:50:40.575Z Compiling strum v0.27.2
21132025-08-01T20:50:41.001Z Compiling ed25519 v2.2.3
21142025-08-01T20:50:41.171Z Compiling hubpack v0.1.2
21152025-08-01T20:50:41.174Z Compiling bzip2 v0.4.4
21162025-08-01T20:50:41.174Z Compiling bzip2 v0.5.2
21172025-08-01T20:50:41.504Z Compiling pkcs1 v0.7.5
21182025-08-01T20:50:41.734Z Compiling rfc6979 v0.4.0
21192025-08-01T20:50:41.775Z Compiling float-cmp v0.10.0
21202025-08-01T20:50:41.924Z Compiling serde-big-array v0.5.1
21212025-08-01T20:50:41.976Z Compiling regress v0.10.4
21222025-08-01T20:50:42.224Z Compiling bstr v1.10.0
21232025-08-01T20:50:42.431Z Compiling memmap v0.7.0
21242025-08-01T20:50:42.763Z Compiling socket2 v0.5.10
21252025-08-01T20:50:43.628Z Compiling predicates-core v1.0.8
21262025-08-01T20:50:43.693Z Compiling unicode-width v0.2.0
21272025-08-01T20:50:43.974Z Compiling static_assertions v1.1.0
21282025-08-01T20:50:44.102Z Compiling fastrand v2.1.1
21292025-08-01T20:50:44.334Z Compiling toml_write v0.1.2
21302025-08-01T20:50:44.868Z Compiling new_debug_unreachable v1.0.6
21312025-08-01T20:50:44.994Z Compiling difflib v0.4.0
21322025-08-01T20:50:45.536Z Compiling normalize-line-endings v0.3.0
21332025-08-01T20:50:45.701Z Compiling winnow v0.7.10
21342025-08-01T20:50:46.075Z Compiling precomputed-hash v0.1.1
21352025-08-01T20:50:46.420Z Compiling data-encoding v2.9.0
21362025-08-01T20:50:49.065Z Compiling whoami v1.5.2
21372025-08-01T20:50:49.659Z Compiling fixedbitset v0.4.2
21382025-08-01T20:50:50.195Z Compiling unicode-segmentation v1.12.0
21392025-08-01T20:50:51.054Z Compiling similar v2.7.0
21402025-08-01T20:50:52.415Z Compiling petgraph v0.6.5
21412025-08-01T20:50:52.960Z Compiling toml_edit v0.22.27
21422025-08-01T20:50:53.794Z Compiling tokio-postgres v0.7.13
21432025-08-01T20:51:02.247Z Compiling reqwest v0.12.22
21442025-08-01T20:51:02.770Z Compiling hickory-proto v0.25.2
21452025-08-01T20:51:05.957Z Compiling string_cache v0.8.9
21462025-08-01T20:51:06.453Z Compiling typify-impl v0.3.0
21472025-08-01T20:51:12.667Z Compiling predicates v3.1.3
21482025-08-01T20:51:14.069Z Compiling tempfile v3.20.0
21492025-08-01T20:51:14.457Z Compiling console v0.15.10
21502025-08-01T20:51:14.921Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21512025-08-01T20:51:15.589Z Compiling usdt v0.5.0
21522025-08-01T20:51:16.062Z Compiling rsa v0.9.6
21532025-08-01T20:51:16.962Z Compiling ecdsa v0.16.9
21542025-08-01T20:51:18.164Z Compiling zip v4.2.0
21552025-08-01T20:51:18.229Z Compiling zip v0.6.6
21562025-08-01T20:51:19.317Z Compiling ed25519-dalek v2.1.1
21572025-08-01T20:51:19.825Z Compiling crossterm v0.28.1
21582025-08-01T20:51:19.932Z Compiling daft v0.1.4
21592025-08-01T20:51:20.486Z Compiling crossbeam-epoch v0.9.18
21602025-08-01T20:51:20.516Z Compiling clap v4.5.41
21612025-08-01T20:51:20.560Z Compiling toml v0.7.8
21622025-08-01T20:51:21.113Z Compiling strum v0.26.3
21632025-08-01T20:51:21.817Z Compiling tokio-stream v0.1.17
21642025-08-01T20:51:21.880Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21652025-08-01T20:51:21.906Z Compiling x509-cert v0.2.5
21662025-08-01T20:51:22.505Z Compiling sha1 v0.10.6
21672025-08-01T20:51:22.759Z Compiling hex v0.4.3
21682025-08-01T20:51:22.914Z Compiling structmeta-derive v0.3.0
21692025-08-01T20:51:22.938Z Compiling itertools v0.10.5
21702025-08-01T20:51:23.394Z Compiling itertools v0.13.0
21712025-08-01T20:51:23.753Z Compiling winnow v0.6.26
21722025-08-01T20:51:25.338Z Compiling camino v1.1.10
21732025-08-01T20:51:25.898Z Compiling unicode-xid v0.2.6
21742025-08-01T20:51:25.994Z Compiling lalrpop-util v0.19.12
21752025-08-01T20:51:26.110Z Compiling rustc-hash v2.1.1
21762025-08-01T20:51:26.219Z Compiling peg-runtime v0.8.5
21772025-08-01T20:51:26.672Z Compiling structmeta v0.3.0
21782025-08-01T20:51:26.953Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21792025-08-01T20:51:29.058Z Compiling typify-macro v0.3.0
21802025-08-01T20:51:34.510Z Compiling radium v0.7.0
21812025-08-01T20:51:42.296Z Compiling is-terminal v0.4.13
21822025-08-01T20:51:42.460Z Compiling maybe-uninit v2.0.0
21832025-08-01T20:51:42.799Z Compiling tap v1.0.1
21842025-08-01T20:51:43.834Z Compiling wyz v0.5.1
21852025-08-01T20:51:47.732Z Compiling toml v0.8.23
21862025-08-01T20:51:48.617Z Compiling futures-executor v0.3.31
21872025-08-01T20:51:49.009Z Compiling zerocopy-derive v0.6.6
21882025-08-01T20:51:49.981Z Compiling wait-timeout v0.2.0
21892025-08-01T20:51:50.881Z Compiling typeid v1.0.3
21902025-08-01T20:51:50.928Z Compiling quick-error v1.2.3
21912025-08-01T20:51:51.139Z Compiling ident_case v1.0.1
21922025-08-01T20:51:51.350Z Compiling funty v2.0.0
21932025-08-01T20:51:51.637Z Compiling packed_struct v0.10.1
21942025-08-01T20:51:52.085Z Compiling bit-vec v0.8.0
21952025-08-01T20:51:52.689Z Compiling bit-set v0.8.0
21962025-08-01T20:51:52.739Z Compiling bitvec v1.0.1
21972025-08-01T20:51:53.131Z Compiling darling_core v0.20.10
21982025-08-01T20:51:53.461Z Compiling rusty-fork v0.3.0
21992025-08-01T20:51:54.048Z Compiling zerocopy v0.6.6
22002025-08-01T20:51:54.878Z Compiling futures v0.3.31
22012025-08-01T20:51:57.001Z Compiling typify v0.3.0
22022025-08-01T20:51:57.188Z Compiling derive-ex v0.1.8
22032025-08-01T20:52:00.003Z Compiling rand_xorshift v0.4.0
22042025-08-01T20:52:00.036Z Compiling packed_struct_codegen v0.10.1
22052025-08-01T20:52:00.432Z Compiling dirs-sys-next v0.1.2
22062025-08-01T20:52:00.628Z Compiling indexmap v1.9.3
22072025-08-01T20:52:00.793Z Compiling unsafe-libyaml v0.2.11
22082025-08-01T20:52:02.506Z Compiling nodrop v0.1.14
22092025-08-01T20:52:02.602Z Compiling rustls v0.22.4
22102025-08-01T20:52:02.716Z Compiling unarray v0.1.4
22112025-08-01T20:52:02.765Z Compiling crc-catalog v2.4.0
22122025-08-01T20:52:02.941Z Compiling crc v3.2.1
22132025-08-01T20:52:02.963Z Compiling proptest v1.7.0
22142025-08-01T20:52:03.449Z Compiling array-init v0.0.4
22152025-08-01T20:52:08.817Z Compiling serde_yaml v0.9.34+deprecated
22162025-08-01T20:52:12.047Z Compiling test-strategy v0.4.3
22172025-08-01T20:52:14.072Z Compiling dirs-next v2.0.0
22182025-08-01T20:52:15.735Z Compiling darling_macro v0.20.10
22192025-08-01T20:52:16.354Z Compiling progenitor-impl v0.9.1
22202025-08-01T20:52:16.600Z Compiling smallvec v0.6.14
22212025-08-01T20:52:17.522Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22222025-08-01T20:52:17.743Z Compiling xattr v1.3.1
22232025-08-01T20:52:19.692Z Compiling pin-project-internal v1.1.6
22242025-08-01T20:52:20.375Z Compiling thread_local v1.1.8
22252025-08-01T20:52:21.061Z Compiling filetime v0.2.25
22262025-08-01T20:52:21.434Z Compiling multer v3.1.0
22272025-08-01T20:52:21.952Z Compiling bitfield v0.14.0
22282025-08-01T20:52:22.133Z Compiling termcolor v1.4.1
22292025-08-01T20:52:22.228Z Compiling hashbrown v0.12.3
22302025-08-01T20:52:22.282Z Compiling same-file v1.0.6
22312025-08-01T20:52:22.342Z Compiling base64 v0.21.7
22322025-08-01T20:52:22.571Z Compiling ref-cast v1.0.24
22332025-08-01T20:52:23.067Z Compiling rayon-core v1.12.1
22342025-08-01T20:52:23.106Z Compiling match_cfg v0.1.0
22352025-08-01T20:52:23.237Z Compiling slog-async v2.8.0
22362025-08-01T20:52:23.476Z Compiling hostname v0.3.1
22372025-08-01T20:52:23.791Z Compiling ron v0.8.1
22382025-08-01T20:52:23.850Z Compiling env_logger v0.10.2
22392025-08-01T20:52:24.585Z Compiling walkdir v2.5.0
22402025-08-01T20:52:24.633Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22412025-08-01T20:52:24.697Z Compiling pin-project v1.1.6
22422025-08-01T20:52:24.878Z Compiling progenitor-macro v0.9.1
22432025-08-01T20:52:25.044Z Compiling tar v0.4.44
22442025-08-01T20:52:26.132Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
22452025-08-01T20:52:26.804Z Compiling erased-serde v0.4.6
22462025-08-01T20:52:28.290Z Compiling serde-hex v0.1.0
22472025-08-01T20:52:29.230Z Compiling darling v0.20.10
22482025-08-01T20:52:29.398Z Compiling term v0.7.0
22492025-08-01T20:52:30.683Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502025-08-01T20:52:33.428Z Compiling hashbrown v0.13.2
22512025-08-01T20:52:33.530Z Compiling progenitor-client v0.9.1
22522025-08-01T20:52:34.381Z Compiling crossbeam-channel v0.5.15
22532025-08-01T20:52:34.659Z Compiling slog-json v2.6.1
22542025-08-01T20:52:35.152Z Compiling serde_path_to_error v0.1.17
22552025-08-01T20:52:35.756Z Compiling async-stream-impl v0.3.6
22562025-08-01T20:52:35.870Z Compiling snafu-derive v0.8.5
22572025-08-01T20:52:36.129Z Compiling ref-cast-impl v1.0.24
22582025-08-01T20:52:36.877Z Compiling ordered-float v2.10.1
22592025-08-01T20:52:37.211Z Compiling fs-err v2.11.0
22602025-08-01T20:52:37.517Z Compiling dropshot v0.16.2
22612025-08-01T20:52:37.572Z Compiling take_mut v0.2.2
22622025-08-01T20:52:37.766Z Compiling crc-any v2.5.0
22632025-08-01T20:52:37.857Z Compiling debug-ignore v1.0.5
22642025-08-01T20:52:38.351Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22652025-08-01T20:52:38.655Z Compiling serde-value v0.7.0
22662025-08-01T20:52:39.753Z Compiling snafu v0.8.5
22672025-08-01T20:52:40.410Z Compiling async-stream v0.3.6
22682025-08-01T20:52:40.577Z Compiling progenitor v0.9.1
22692025-08-01T20:52:40.744Z Compiling tokio-rustls v0.25.0
22702025-08-01T20:52:40.836Z Compiling slog-bunyan v2.5.0
22712025-08-01T20:52:40.908Z Compiling object v0.30.4
22722025-08-01T20:52:41.203Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732025-08-01T20:52:41.285Z Compiling slog-term v2.9.1
22742025-08-01T20:52:42.606Z Compiling serde_with_macros v3.14.0
22752025-08-01T20:52:43.754Z Compiling serde-untagged v0.1.7
22762025-08-01T20:52:44.888Z Compiling camino-tempfile v1.4.1
22772025-08-01T20:52:45.730Z Compiling globset v0.4.15
22782025-08-01T20:52:47.009Z Compiling crossbeam-deque v0.8.5
22792025-08-01T20:52:47.496Z Compiling parse-display-derive v0.10.0
22802025-08-01T20:52:50.725Z Compiling olpc-cjson v0.1.4
22812025-08-01T20:52:51.050Z Compiling waitgroup v0.1.2
22822025-08-01T20:52:51.170Z Compiling pem v3.0.5
22832025-08-01T20:52:51.317Z Compiling rustls-pemfile v2.2.0
22842025-08-01T20:52:51.563Z Compiling dropshot_endpoint v0.16.2
22852025-08-01T20:52:51.792Z Compiling serde_plain v1.0.2
22862025-08-01T20:52:52.319Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22872025-08-01T20:52:52.342Z Compiling async-recursion v1.1.1
22882025-08-01T20:52:52.527Z Compiling derive-where v1.5.0
22892025-08-01T20:52:52.530Z Compiling blake3 v1.5.4
22902025-08-01T20:52:53.029Z Compiling hostname v0.4.0
22912025-08-01T20:52:53.185Z Compiling instant v0.1.13
22922025-08-01T20:52:53.294Z Compiling typed-path v0.9.3
22932025-08-01T20:52:53.379Z Compiling path-slash v0.1.5
22942025-08-01T20:52:53.533Z Compiling backoff v0.4.0
22952025-08-01T20:52:53.644Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
22962025-08-01T20:52:54.351Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22972025-08-01T20:52:54.501Z Compiling parse-display v0.10.0
22982025-08-01T20:52:55.244Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22992025-08-01T20:52:55.637Z Compiling serde_with v3.14.0
23002025-08-01T20:52:56.263Z Compiling tough v0.20.0
23012025-08-01T20:52:57.898Z Compiling cargo-util-schemas v0.8.2
23022025-08-01T20:52:58.525Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23032025-08-01T20:52:59.158Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23042025-08-01T20:52:59.304Z Compiling iddqd v0.3.9
23052025-08-01T20:53:00.689Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
23062025-08-01T20:53:01.229Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23072025-08-01T20:53:03.092Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23082025-08-01T20:53:03.280Z Compiling progenitor-client v0.10.0
23092025-08-01T20:53:04.079Z Compiling macaddr v1.0.1
23102025-08-01T20:53:04.193Z Compiling cargo-platform v0.2.0
23112025-08-01T20:53:04.646Z Compiling memmap2 v0.9.5
23122025-08-01T20:53:05.235Z Compiling indent_write v2.2.0
23132025-08-01T20:53:05.302Z Compiling constant_time_eq v0.3.1
23142025-08-01T20:53:05.395Z Compiling arrayref v0.3.9
23152025-08-01T20:53:05.510Z Compiling parse-size v1.1.0
23162025-08-01T20:53:05.536Z Compiling arrayvec v0.7.6
23172025-08-01T20:53:05.539Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182025-08-01T20:53:05.860Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
23192025-08-01T20:53:08.141Z Compiling cargo_metadata v0.21.0
23202025-08-01T20:53:08.311Z Compiling topological-sort v0.2.2
23212025-08-01T20:53:08.487Z Compiling display-error-chain v0.2.2
23222025-08-01T20:53:08.629Z Compiling omicron-zone-package v0.12.2
23232025-08-01T20:53:08.728Z Compiling shell-words v1.1.0
23242025-08-01T20:53:13.799Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23252025-08-01T20:53:22.687Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23262025-08-01T20:53:31.356Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23272025-08-01T20:53:49.065Z Finished `release` profile [optimized] target(s) in 5m 48s
23282025-08-01T20:53:49.251Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23292025-08-01T20:53:49.306ZAug 01 20:53:47.594 DEBG changing working directory to /work/oxidecomputer/omicron
23302025-08-01T20:53:49.427ZAug 01 20:53:47.715 DEBG running: git rev-parse HEAD
23312025-08-01T20:53:49.431ZAug 01 20:53:47.718 DEBG process exited with exit status: 0 (3.051725ms)
23322025-08-01T20:53:49.431ZAug 01 20:53:47.718 INFO version: 16.0.0-0.ci+git23f1d3cfc1a
23332025-08-01T20:53:49.470ZAug 01 20:53:47.758 INFO cloning helios to /work/oxidecomputer/helios
23342025-08-01T20:53:49.470ZAug 01 20:53:47.758 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23352025-08-01T20:53:49.473ZCloning into '/work/oxidecomputer/helios'...
23362025-08-01T20:53:49.983ZAug 01 20:53:48.271 DEBG process exited with exit status: 0 (513.204867ms)
23372025-08-01T20:53:49.984ZAug 01 20:53:48.271 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23382025-08-01T20:53:49.987ZAug 01 20:53:48.274 DEBG process exited with exit status: 0 (2.99281ms)
23392025-08-01T20:53:49.987ZAug 01 20:53:48.274 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23402025-08-01T20:53:51.412ZAug 01 20:53:49.695 DEBG process exited with exit status: 0 (1.420983542s)
23412025-08-01T20:53:51.412ZAug 01 20:53:49.695 DEBG running: zfs list rpool/images/build/host
23422025-08-01T20:53:51.415ZNAME USED AVAIL REFER MOUNTPOINT
23432025-08-01T20:53:51.415Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
23442025-08-01T20:53:51.415ZAug 01 20:53:49.701 DEBG process exited with exit status: 0 (5.737541ms)
23452025-08-01T20:53:51.415ZAug 01 20:53:49.701 DEBG running: zfs list rpool/images/build/recovery
23462025-08-01T20:53:51.418ZNAME USED AVAIL REFER MOUNTPOINT
23472025-08-01T20:53:51.418Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
23482025-08-01T20:53:51.421ZAug 01 20:53:49.705 DEBG process exited with exit status: 0 (4.489055ms)
23492025-08-01T20:53:51.421ZAug 01 20:53:49.706 INFO [hubris-staging] running task
23502025-08-01T20:53:51.421ZAug 01 20:53:49.706 INFO [hubris-production] running task
23512025-08-01T20:53:51.421ZAug 01 20:53:49.706 INFO [incorp-manifest] running task
23522025-08-01T20:53:51.421ZAug 01 20:53:49.707 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23532025-08-01T20:53:51.421ZAug 01 20:53:49.707 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23542025-08-01T20:53:51.421ZAug 01 20:53:49.707 INFO [incorp-create] running: pkgrepo create /work/incorporation
23552025-08-01T20:53:51.424ZAug 01 20:53:49.709 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
23562025-08-01T20:53:51.495Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23572025-08-01T20:53:51.790ZAug 01 20:53:50.076 INFO [incorp-create] process exited with exit status: 0 (369.172507ms)
23582025-08-01T20:53:51.793ZAug 01 20:53:50.077 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23592025-08-01T20:53:52.104Z[ omicron-package] Blocking waiting for file lock on package cache
23602025-08-01T20:53:52.229ZAug 01 20:53:50.515 INFO [incorp-publisher] process exited with exit status: 0 (438.617937ms)
23612025-08-01T20:53:52.579Z[ omicron-package] Blocking waiting for file lock on package cache
23622025-08-01T20:53:52.858Z[ omicron-package] Blocking waiting for file lock on package cache
23632025-08-01T20:53:53.486ZAug 01 20:53:51.771 INFO [hubris-production] task succeeded (2.064757271s)
23642025-08-01T20:53:53.640Z[ omicron-package] Compiling ring v0.17.14
23652025-08-01T20:53:53.650Z[ omicron-package] Compiling darling_core v0.21.0
23662025-08-01T20:53:53.650Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23672025-08-01T20:53:53.650Z[ omicron-package] Compiling itertools v0.14.0
23682025-08-01T20:53:53.653Z[ omicron-package] Compiling heapless v0.8.0
23692025-08-01T20:53:53.654Z[ omicron-package] Compiling hash32 v0.3.1
23702025-08-01T20:53:53.654Z[ omicron-package] Compiling smoltcp v0.11.0
23712025-08-01T20:53:55.103Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23722025-08-01T20:53:55.313Z[ omicron-package] Compiling num_enum_derive v0.5.11
23732025-08-01T20:53:55.972Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23742025-08-01T20:53:56.336Z[ omicron-package] Compiling cobs v0.2.3
23752025-08-01T20:53:57.172Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23762025-08-01T20:53:57.522Z[ omicron-package] Compiling postcard v1.0.10
23772025-08-01T20:53:58.055Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
23782025-08-01T20:53:59.117Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
23792025-08-01T20:53:59.719Z[ omicron-package] Compiling num_enum v0.5.11
23802025-08-01T20:53:59.960Z[ omicron-package] Compiling proc-macro-error v1.0.4
23812025-08-01T20:54:00.146Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23822025-08-01T20:54:00.257Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23832025-08-01T20:54:00.408Z[ omicron-package] Compiling unicode-width v0.1.14
23842025-08-01T20:54:01.508Z[ omicron-package] Compiling tabwriter v1.4.0
23852025-08-01T20:54:02.721Z[ omicron-package] Compiling rustls v0.23.19
23862025-08-01T20:54:02.819Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23872025-08-01T20:54:02.975Z[ omicron-package] Compiling foreign-types v0.5.0
23882025-08-01T20:54:03.224Z[ omicron-package] Compiling cstr-argument v0.1.2
23892025-08-01T20:54:03.434Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
23902025-08-01T20:54:03.690Z[ omicron-package] Compiling pretty-hex v0.2.1
23912025-08-01T20:54:03.835Z[ omicron-package] Compiling darling_macro v0.21.0
23922025-08-01T20:54:03.915Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23932025-08-01T20:54:04.704Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23942025-08-01T20:54:04.856Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23952025-08-01T20:54:05.230Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23962025-08-01T20:54:05.363Z[ omicron-package] Compiling darling v0.21.0
23972025-08-01T20:54:05.678Z[ omicron-package] Compiling ingot-macros v0.1.1
23982025-08-01T20:54:05.937Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23992025-08-01T20:54:06.026Z[ omicron-package] Compiling rayon v1.10.0
24002025-08-01T20:54:06.029Z[ omicron-package] Compiling colored v2.2.0
24012025-08-01T20:54:06.281Z[ omicron-package] Compiling heck v0.4.1
24022025-08-01T20:54:07.069Z[ omicron-package] Compiling rustls-webpki v0.102.8
24032025-08-01T20:54:07.296Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24042025-08-01T20:54:09.544Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24052025-08-01T20:54:09.671Z[ omicron-package] Compiling sigpipe v0.1.3
24062025-08-01T20:54:10.091Z[ omicron-package] Compiling num-derive v0.4.2
24072025-08-01T20:54:10.554Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24082025-08-01T20:54:10.960Z[ omicron-package] Compiling jiff v0.2.15
24092025-08-01T20:54:11.726Z[ omicron-package] Compiling libefi-sys v0.1.0
24102025-08-01T20:54:12.283Z[ omicron-package] Compiling glob v0.3.2
24112025-08-01T20:54:13.190Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
24122025-08-01T20:54:14.185Z[ omicron-package] Compiling rustls v0.22.4
24132025-08-01T20:54:14.343Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24142025-08-01T20:54:15.212Z[ omicron-package] Compiling zone v0.3.1
24152025-08-01T20:54:15.501Z[ omicron-package] Compiling ingot-types v0.1.2
24162025-08-01T20:54:15.594Z[ omicron-package] Compiling smf v0.2.3
24172025-08-01T20:54:17.612Z[ omicron-package] Compiling ingot v0.1.1
24182025-08-01T20:54:19.997Z[ omicron-package] Compiling tokio-rustls v0.26.0
24192025-08-01T20:54:20.076Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24202025-08-01T20:54:20.848Z[ omicron-package] Compiling hyper-rustls v0.27.7
24212025-08-01T20:54:21.822Z[ omicron-package] Compiling reqwest v0.12.22
24222025-08-01T20:54:25.228Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
24232025-08-01T20:54:25.436Z[ omicron-package] Compiling bitfield-struct v0.6.2
24242025-08-01T20:54:26.746Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24252025-08-01T20:54:26.958Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24262025-08-01T20:54:27.672Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24272025-08-01T20:54:28.896Z[ omicron-package] Compiling tokio-rustls v0.25.0
24282025-08-01T20:54:29.180ZAug 01 20:54:27.443 INFO [hubris-staging] task succeeded (37.736758343s)
24292025-08-01T20:54:29.421Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
24302025-08-01T20:54:29.518Z[ omicron-package] Compiling dropshot v0.16.2
24312025-08-01T20:54:30.521Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24322025-08-01T20:54:30.971Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24332025-08-01T20:54:31.470Z[ omicron-package] Compiling console v0.16.0
24342025-08-01T20:54:32.334Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
24352025-08-01T20:54:34.309Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24362025-08-01T20:54:34.883Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24372025-08-01T20:54:35.742Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24382025-08-01T20:54:37.258Z[ omicron-package] Compiling gethostname v0.5.0
24392025-08-01T20:54:37.421Z[ omicron-package] Compiling fixedbitset v0.5.7
24402025-08-01T20:54:37.753Z[ omicron-package] Compiling unit-prefix v0.5.1
24412025-08-01T20:54:38.380Z[ omicron-package] Compiling indicatif v0.18.0
24422025-08-01T20:54:38.863Z[ omicron-package] Compiling petgraph v0.8.2
24432025-08-01T20:54:39.650Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
24442025-08-01T20:54:39.825Z[ helios-setup] Aug 01 20:54:38.081 INFO helios repository root is: /work/oxidecomputer/helios
24452025-08-01T20:54:39.828Z[ helios-setup] Aug 01 20:54:38.083 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
24462025-08-01T20:54:39.828Z[ helios-setup] Aug 01 20:54:38.083 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
24472025-08-01T20:54:39.831Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
24482025-08-01T20:54:40.732Z[ omicron-package] Compiling progenitor-client v0.9.1
24492025-08-01T20:54:41.492Z[ helios-setup] Aug 01 20:54:39.747 INFO clone ok!, project: amd-host-image-builder
24502025-08-01T20:54:41.496Z[ helios-setup] Aug 01 20:54:39.747 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
24512025-08-01T20:54:41.496Z[ helios-setup] Aug 01 20:54:39.747 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24522025-08-01T20:54:41.500Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24532025-08-01T20:54:42.069Z[ omicron-package] Compiling progenitor v0.9.1
24542025-08-01T20:54:42.153ZAug 01 20:54:40.408 DEBG process exited with exit status: 0 (50.701615065s)
24552025-08-01T20:54:42.157ZAug 01 20:54:40.410 INFO [incorp-manifest] task succeeded (50.704108028s)
24562025-08-01T20:54:42.157ZAug 01 20:54:40.410 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24572025-08-01T20:54:42.452Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
24582025-08-01T20:54:42.547Z[ helios-setup] Aug 01 20:54:40.801 INFO clone ok!, project: chelsio-t6-roms
24592025-08-01T20:54:42.550Z[ helios-setup] Aug 01 20:54:40.801 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
24602025-08-01T20:54:42.550Z[ helios-setup] Aug 01 20:54:40.801 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
24612025-08-01T20:54:42.550Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
24622025-08-01T20:54:42.644ZAug 01 20:54:40.899 INFO [incorp-fmt] process exited with exit status: 0 (488.294349ms)
24632025-08-01T20:54:42.647ZAug 01 20:54:40.899 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24642025-08-01T20:54:43.298Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250801T205441Z
24652025-08-01T20:54:43.298Z[ incorp-pkgsend] PUBLISHED
24662025-08-01T20:54:43.340Z[ helios-setup] Aug 01 20:54:41.594 INFO clone ok!, project: pinprick
24672025-08-01T20:54:43.344Z[ helios-setup] Aug 01 20:54:41.594 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24682025-08-01T20:54:43.344Z[ helios-setup] Aug 01 20:54:41.594 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
24692025-08-01T20:54:43.344Z[ helios-setup] Aug 01 20:54:41.594 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24702025-08-01T20:54:43.344Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24712025-08-01T20:54:43.380ZAug 01 20:54:41.634 INFO [incorp-pkgsend] process exited with exit status: 0 (734.871425ms)
24722025-08-01T20:54:43.383ZAug 01 20:54:41.634 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24732025-08-01T20:54:43.878Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
24742025-08-01T20:54:43.900Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
24752025-08-01T20:54:43.963Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24762025-08-01T20:54:43.963Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24772025-08-01T20:54:43.963Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24782025-08-01T20:54:43.972Z[ helios-incorp]
24792025-08-01T20:54:43.972Z[ helios-incorp] Archiving packages ...
24802025-08-01T20:54:43.972Z[ helios-incorp] Packages to add: 1
24812025-08-01T20:54:43.972Z[ helios-incorp] Files to retrieve: 0
24822025-08-01T20:54:43.975Z[ helios-incorp] Estimated transfer size: 0.00 B
24832025-08-01T20:54:43.975Z[ helios-incorp]
24842025-08-01T20:54:43.975Z[ helios-incorp] Packages to archive:
24852025-08-01T20:54:43.975Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250801T205441Z
24862025-08-01T20:54:43.975Z[ helios-incorp]
24872025-08-01T20:54:43.975Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24882025-08-01T20:54:43.975Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
24892025-08-01T20:54:44.069ZAug 01 20:54:42.323 INFO [helios-incorp] process exited with exit status: 0 (688.722169ms)
24902025-08-01T20:54:44.155Z[ helios-setup] Aug 01 20:54:42.408 INFO clone ok!, project: phbl
24912025-08-01T20:54:44.158Z[ helios-setup] Aug 01 20:54:42.408 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
24922025-08-01T20:54:44.158Z[ helios-setup] Aug 01 20:54:42.408 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24932025-08-01T20:54:44.161Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24942025-08-01T20:54:45.001Z[ helios-setup] Aug 01 20:54:43.253 INFO clone ok!, project: image-builder
24952025-08-01T20:54:45.004Z[ helios-setup] Aug 01 20:54:43.253 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
24962025-08-01T20:54:45.004Z[ helios-setup] Aug 01 20:54:43.253 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24972025-08-01T20:54:45.004Z[ helios-setup] Aug 01 20:54:43.253 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
24982025-08-01T20:54:45.004Z[ helios-setup] Aug 01 20:54:43.253 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24992025-08-01T20:54:45.004Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25002025-08-01T20:54:45.200Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25012025-08-01T20:54:45.227Z[ omicron-package] Compiling progenitor-client v0.10.0
25022025-08-01T20:54:45.671Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25032025-08-01T20:54:45.819Z[ helios-setup] Aug 01 20:54:44.072 INFO clone ok!, project: bootserver
25042025-08-01T20:54:45.822Z[ helios-setup] Aug 01 20:54:44.072 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
25052025-08-01T20:54:45.822Z[ helios-setup] Aug 01 20:54:44.072 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25062025-08-01T20:54:45.825Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25072025-08-01T20:54:46.242Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25082025-08-01T20:54:46.939Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25092025-08-01T20:54:50.749Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102025-08-01T20:54:55.878Z[ helios-setup] Aug 01 20:54:54.124 INFO clone ok!, project: amd-firmware
25112025-08-01T20:54:55.881Z[ helios-setup] Aug 01 20:54:54.124 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
25122025-08-01T20:54:55.881Z[ helios-setup] Aug 01 20:54:54.124 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25132025-08-01T20:54:55.885Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25142025-08-01T20:54:57.186Z[ helios-setup] Aug 01 20:54:55.431 INFO clone ok!, project: pilot
25152025-08-01T20:54:57.189Z[ helios-setup] Aug 01 20:54:55.431 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25162025-08-01T20:54:57.740Z[ helios-setup] Aug 01 20:54:55.985 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25172025-08-01T20:54:58.273Z[ helios-setup] Aug 01 20:54:56.517 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25182025-08-01T20:54:58.273Z[ helios-setup] Aug 01 20:54:56.517 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25192025-08-01T20:54:58.981Z[ helios-setup] Aug 01 20:54:57.225 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25202025-08-01T20:54:59.556Z[ helios-setup] Aug 01 20:54:57.799 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25212025-08-01T20:54:59.556Z[ helios-setup] Aug 01 20:54:57.799 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25222025-08-01T20:55:00.162Z[ helios-setup] Aug 01 20:54:58.405 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25232025-08-01T20:55:00.708Z[ helios-setup] Aug 01 20:54:58.951 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25242025-08-01T20:55:00.708Z[ helios-setup] Aug 01 20:54:58.951 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25252025-08-01T20:55:00.711Z[ helios-setup] Aug 01 20:54:58.951 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25262025-08-01T20:55:00.711Z[ helios-setup] Aug 01 20:54:58.951 INFO ok!
25272025-08-01T20:55:00.711Z[ helios-setup] Aug 01 20:54:58.951 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25282025-08-01T20:55:00.711Z[ helios-setup] Aug 01 20:54:58.951 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25292025-08-01T20:55:00.711Z[ helios-setup] Aug 01 20:54:58.951 INFO ok!
25302025-08-01T20:55:00.712Z[ helios-setup] Aug 01 20:54:58.951 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25312025-08-01T20:55:00.712Z[ helios-setup] Aug 01 20:54:58.951 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25322025-08-01T20:55:00.712Z[ helios-setup] Aug 01 20:54:58.951 INFO ok!
25332025-08-01T20:55:00.712Z[ helios-setup] Aug 01 20:54:58.951 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
25342025-08-01T20:55:00.830Z[ helios-setup] Aug 01 20:54:59.073 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.88.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
25352025-08-01T20:55:00.830Z[ helios-setup] Aug 01 20:54:59.073 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25362025-08-01T20:55:00.830Z[ helios-setup] Aug 01 20:54:59.073 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25372025-08-01T20:55:01.141Z[ helios-setup] Aug 01 20:54:59.383 INFO E| Updating crates.io index
25382025-08-01T20:55:01.291Z[ helios-setup] Aug 01 20:54:59.533 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25392025-08-01T20:55:01.942Z[ helios-setup] Aug 01 20:55:00.184 INFO E| From https://github.com/oxidecomputer/amd-apcb
25402025-08-01T20:55:01.942Z[ helios-setup] Aug 01 20:55:00.184 INFO E| * [new ref] c39f9eac17ac402083db1c01d448743f1b1ff10a -> refs/commit/c39f9eac17ac402083db1c01d448743f1b1ff10a
25412025-08-01T20:55:01.965Z[ helios-setup] Aug 01 20:55:00.206 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
25422025-08-01T20:55:02.651Z[ helios-setup] Aug 01 20:55:00.893 INFO E| From https://github.com/oxidecomputer/amd-efs
25432025-08-01T20:55:02.651Z[ helios-setup] Aug 01 20:55:00.893 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
25442025-08-01T20:55:02.987Z[ helios-setup] Aug 01 20:55:01.228 INFO E| Downloading crates ...
25452025-08-01T20:55:03.113Z[ helios-setup] Aug 01 20:55:01.354 INFO E| Downloaded itoa v1.0.15
25462025-08-01T20:55:03.118Z[ helios-setup] Aug 01 20:55:01.359 INFO E| Downloaded bytesize v2.0.1
25472025-08-01T20:55:03.124Z[ helios-setup] Aug 01 20:55:01.365 INFO E| Downloaded fletcher v1.0.0
25482025-08-01T20:55:03.127Z[ helios-setup] Aug 01 20:55:01.367 INFO E| Downloaded textwrap v0.11.0
25492025-08-01T20:55:03.130Z[ helios-setup] Aug 01 20:55:01.370 INFO E| Downloaded unic-ucd-version v0.9.0
25502025-08-01T20:55:03.130Z[ helios-setup] Aug 01 20:55:01.371 INFO E| Downloaded unic-char-range v0.9.0
25512025-08-01T20:55:03.133Z[ helios-setup] Aug 01 20:55:01.373 INFO E| Downloaded modular-bitfield-impl v0.11.2
25522025-08-01T20:55:03.136Z[ helios-setup] Aug 01 20:55:01.376 INFO E| Downloaded unic-common v0.9.0
25532025-08-01T20:55:03.136Z[ helios-setup] Aug 01 20:55:01.377 INFO E| Downloaded ansi_term v0.12.1
25542025-08-01T20:55:03.139Z[ helios-setup] Aug 01 20:55:01.380 INFO E| Downloaded unic-char-property v0.9.0
25552025-08-01T20:55:03.142Z[ helios-setup] Aug 01 20:55:01.383 INFO E| Downloaded strum v0.27.1
25562025-08-01T20:55:03.145Z[ helios-setup] Aug 01 20:55:01.384 INFO E| Downloaded scroll_derive v0.12.1
25572025-08-01T20:55:03.148Z[ helios-setup] Aug 01 20:55:01.389 INFO E| Downloaded strsim v0.8.0
25582025-08-01T20:55:03.152Z[ helios-setup] Aug 01 20:55:01.391 INFO E| Downloaded cpufeatures v0.2.17
25592025-08-01T20:55:03.154Z[ helios-setup] Aug 01 20:55:01.394 INFO E| Downloaded rustversion v1.0.20
25602025-08-01T20:55:03.157Z[ helios-setup] Aug 01 20:55:01.398 INFO E| Downloaded structopt-derive v0.4.18
25612025-08-01T20:55:03.161Z[ helios-setup] Aug 01 20:55:01.401 INFO E| Downloaded unic-ucd-ident v0.9.0
25622025-08-01T20:55:03.164Z[ helios-setup] Aug 01 20:55:01.404 INFO E| Downloaded parse_int v0.9.0
25632025-08-01T20:55:03.164Z[ helios-setup] Aug 01 20:55:01.405 INFO E| Downloaded pest_generator v2.8.0
25642025-08-01T20:55:03.167Z[ helios-setup] Aug 01 20:55:01.407 INFO E| Downloaded four-cc v0.4.0
25652025-08-01T20:55:03.174Z[ helios-setup] Aug 01 20:55:01.416 INFO E| Downloaded vec_map v0.8.2
25662025-08-01T20:55:03.178Z[ helios-setup] Aug 01 20:55:01.420 INFO E| Downloaded pest_derive v2.8.0
25672025-08-01T20:55:03.183Z[ helios-setup] Aug 01 20:55:01.425 INFO E| Downloaded ryu v1.0.20
25682025-08-01T20:55:03.189Z[ helios-setup] Aug 01 20:55:01.430 INFO E| Downloaded pest_meta v2.8.0
25692025-08-01T20:55:03.193Z[ helios-setup] Aug 01 20:55:01.434 INFO E| Downloaded structopt v0.3.26
25702025-08-01T20:55:03.206Z[ helios-setup] Aug 01 20:55:01.448 INFO E| Downloaded zerocopy-derive v0.8.25
25712025-08-01T20:55:03.218Z[ helios-setup] Aug 01 20:55:01.459 INFO E| Downloaded typenum v1.18.0
25722025-08-01T20:55:03.224Z[ helios-setup] Aug 01 20:55:01.465 INFO E| Downloaded modular-bitfield v0.11.2
25732025-08-01T20:55:03.243Z[ helios-setup] Aug 01 20:55:01.485 INFO E| Downloaded serde_json v1.0.140
25742025-08-01T20:55:03.254Z[ helios-setup] Aug 01 20:55:01.496 INFO E| Downloaded pest v2.8.0
25752025-08-01T20:55:03.271Z[ helios-setup] Aug 01 20:55:01.512 INFO E| Downloaded clap v2.34.0
25762025-08-01T20:55:03.281Z[ helios-setup] Aug 01 20:55:01.523 INFO E| Downloaded goblin v0.9.3
25772025-08-01T20:55:03.289Z[ helios-setup] Aug 01 20:55:01.531 INFO E| Downloaded zerocopy v0.8.25
25782025-08-01T20:55:03.314Z[ helios-setup] Aug 01 20:55:01.555 INFO E| Downloaded syn v2.0.101
25792025-08-01T20:55:03.354Z[ helios-setup] Aug 01 20:55:01.595 INFO E| Downloaded libc v0.2.172
25802025-08-01T20:55:03.456Z[ helios-setup] Aug 01 20:55:01.697 INFO E| Compiling proc-macro2 v1.0.95
25812025-08-01T20:55:03.456Z[ helios-setup] Aug 01 20:55:01.698 INFO E| Compiling unicode-ident v1.0.18
25822025-08-01T20:55:03.456Z[ helios-setup] Aug 01 20:55:01.698 INFO E| Compiling memchr v2.7.4
25832025-08-01T20:55:03.460Z[ helios-setup] Aug 01 20:55:01.698 INFO E| Compiling autocfg v1.4.0
25842025-08-01T20:55:03.460Z[ helios-setup] Aug 01 20:55:01.698 INFO E| Compiling syn v1.0.109
25852025-08-01T20:55:03.460Z[ helios-setup] Aug 01 20:55:01.698 INFO E| Compiling thiserror v2.0.12
25862025-08-01T20:55:03.460Z[ helios-setup] Aug 01 20:55:01.698 INFO E| Compiling serde v1.0.219
25872025-08-01T20:55:03.460Z[ helios-setup] Aug 01 20:55:01.698 INFO E| Compiling version_check v0.9.5
25882025-08-01T20:55:03.898Z[ helios-setup] Aug 01 20:55:02.139 INFO E| Compiling serde_json v1.0.140
25892025-08-01T20:55:04.125Z[ helios-setup] Aug 01 20:55:02.365 INFO E| Compiling ryu v1.0.20
25902025-08-01T20:55:04.391Z[ helios-setup] Aug 01 20:55:02.632 INFO E| Compiling schemars v0.8.22
25912025-08-01T20:55:04.412Z[ helios-setup] Aug 01 20:55:02.653 INFO E| Compiling itoa v1.0.15
25922025-08-01T20:55:04.430Z[ helios-setup] Aug 01 20:55:02.671 INFO E| Compiling num-traits v0.2.19
25932025-08-01T20:55:04.503Z[ helios-setup] Aug 01 20:55:02.744 INFO E| Compiling proc-macro-error-attr v1.0.4
25942025-08-01T20:55:04.528Z[ helios-setup] Aug 01 20:55:02.769 INFO E| Compiling memoffset v0.9.1
25952025-08-01T20:55:04.638Z[ helios-setup] Aug 01 20:55:02.877 INFO E| Compiling libc v0.2.172
25962025-08-01T20:55:04.882Z[ helios-setup] Aug 01 20:55:03.123 INFO E| Compiling zerocopy v0.8.25
25972025-08-01T20:55:04.908Z[ helios-setup] Aug 01 20:55:03.148 INFO E| Compiling ucd-trie v0.1.7
25982025-08-01T20:55:04.937Z[ helios-setup] Aug 01 20:55:03.177 INFO E| Compiling dyn-clone v1.0.19
25992025-08-01T20:55:05.001Z[ helios-setup] Aug 01 20:55:03.241 INFO E| Compiling paste v1.0.15
26002025-08-01T20:55:05.063Z[ helios-setup] Aug 01 20:55:03.303 INFO E| Compiling rustversion v1.0.20
26012025-08-01T20:55:05.390Z[ helios-setup] Aug 01 20:55:03.629 INFO E| Compiling proc-macro-error v1.0.4
26022025-08-01T20:55:05.457Z[ helios-setup] Aug 01 20:55:03.691 INFO E| Compiling static_assertions v1.1.0
26032025-08-01T20:55:05.553Z[ helios-setup] Aug 01 20:55:03.793 INFO E| Compiling quote v1.0.40
26042025-08-01T20:55:05.655Z[ helios-setup] Aug 01 20:55:03.895 INFO E| Compiling once_cell v1.21.3
26052025-08-01T20:55:06.058Z[ helios-setup] Aug 01 20:55:04.298 INFO E| Compiling syn v2.0.101
26062025-08-01T20:55:06.244Z[ helios-setup] Aug 01 20:55:04.484 INFO E| Compiling unicode-segmentation v1.12.0
26072025-08-01T20:55:07.049Z[ helios-setup] Aug 01 20:55:05.288 INFO E| Compiling heck v0.5.0
26082025-08-01T20:55:07.514Z[ helios-setup] Aug 01 20:55:05.753 INFO E| Compiling unicode-width v0.1.14
26092025-08-01T20:55:07.609Z[ helios-setup] Aug 01 20:55:05.848 INFO E| Compiling heck v0.3.3
26102025-08-01T20:55:07.628Z[ helios-setup] Aug 01 20:55:05.866 INFO E| Compiling atty v0.2.14
26112025-08-01T20:55:07.798Z[ helios-setup] Aug 01 20:55:06.036 INFO E| Compiling parse_int v0.9.0
26122025-08-01T20:55:07.859Z[ helios-setup] Aug 01 20:55:06.097 INFO E| Compiling ansi_term v0.12.1
26132025-08-01T20:55:07.918Z[ helios-setup] Aug 01 20:55:06.157 INFO E| Compiling strsim v0.8.0
26142025-08-01T20:55:08.143Z[ helios-setup] Aug 01 20:55:06.382 INFO E| Compiling unic-char-range v0.9.0
26152025-08-01T20:55:08.166Z[ helios-setup] Aug 01 20:55:06.404 INFO E| Compiling bitflags v1.3.2
26162025-08-01T20:55:08.394Z[ helios-setup] Aug 01 20:55:06.632 INFO E| Compiling vec_map v0.8.2
26172025-08-01T20:55:08.398Z[ helios-setup] Aug 01 20:55:06.633 INFO E| Compiling textwrap v0.11.0
26182025-08-01T20:55:08.524Z[ helios-setup] Aug 01 20:55:06.762 INFO E| Compiling strum v0.27.1
26192025-08-01T20:55:08.560Z[ helios-setup] Aug 01 20:55:06.798 INFO E| Compiling unic-common v0.9.0
26202025-08-01T20:55:08.837Z[ helios-setup] Aug 01 20:55:07.073 INFO E| Compiling fletcher v1.0.0
26212025-08-01T20:55:08.868Z[ helios-setup] Aug 01 20:55:07.106 INFO E| Compiling byteorder v1.5.0
26222025-08-01T20:55:08.942Z[ helios-setup] Aug 01 20:55:07.180 INFO E| Compiling clap v2.34.0
26232025-08-01T20:55:08.964Z[ helios-setup] Aug 01 20:55:07.201 INFO E| Compiling unic-ucd-version v0.9.0
26242025-08-01T20:55:09.073Z[ helios-setup] Aug 01 20:55:07.311 INFO E| Compiling unic-char-property v0.9.0
26252025-08-01T20:55:09.169Z[ helios-setup] Aug 01 20:55:07.407 INFO E| Compiling plain v0.2.3
26262025-08-01T20:55:09.289Z[ helios-setup] Aug 01 20:55:07.526 INFO E| Compiling lazy_static v1.5.0
26272025-08-01T20:55:09.364Z[ helios-setup] Aug 01 20:55:07.601 INFO E| Compiling log v0.4.27
26282025-08-01T20:55:09.431Z[ helios-setup] Aug 01 20:55:07.668 INFO E| Compiling unic-ucd-ident v0.9.0
26292025-08-01T20:55:09.513Z[ helios-setup] Aug 01 20:55:07.750 INFO E| Compiling bytesize v2.0.1
26302025-08-01T20:55:13.574Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26312025-08-01T20:55:14.793Z[ helios-setup] Aug 01 20:55:13.027 INFO E| Compiling serde_derive_internals v0.29.1
26322025-08-01T20:55:15.127Z[ helios-setup] Aug 01 20:55:13.360 INFO E| Compiling modular-bitfield-impl v0.11.2
26332025-08-01T20:55:15.235Z[ helios-setup] Aug 01 20:55:13.469 INFO E| Compiling structopt-derive v0.4.18
26342025-08-01T20:55:15.405Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352025-08-01T20:55:17.975Z[ helios-setup] Aug 01 20:55:16.207 INFO E| Compiling thiserror-impl v2.0.12
26362025-08-01T20:55:17.975Z[ helios-setup] Aug 01 20:55:16.207 INFO E| Compiling serde_derive v1.0.219
26372025-08-01T20:55:18.127Z[ helios-setup] Aug 01 20:55:16.335 INFO E| Compiling schemars_derive v0.8.22
26382025-08-01T20:55:18.329Z[ helios-setup] Aug 01 20:55:16.561 INFO E| Compiling zerocopy-derive v0.8.25
26392025-08-01T20:55:18.372Z[ helios-setup] Aug 01 20:55:16.603 INFO E| Compiling num-derive v0.4.2
26402025-08-01T20:55:19.025Z[ helios-setup] Aug 01 20:55:17.256 INFO E| Compiling strum_macros v0.27.1
26412025-08-01T20:55:19.117Z[ helios-setup] Aug 01 20:55:17.349 INFO E| Compiling scroll_derive v0.12.1
26422025-08-01T20:55:19.418Z[ helios-setup] Aug 01 20:55:17.649 INFO E| Compiling modular-bitfield v0.11.2
26432025-08-01T20:55:19.574Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26442025-08-01T20:55:20.969Z[ helios-setup] Aug 01 20:55:19.200 INFO E| Compiling structopt v0.3.26
26452025-08-01T20:55:22.167Z[ helios-setup] Aug 01 20:55:20.396 INFO E| Compiling scroll v0.12.0
26462025-08-01T20:55:22.680Z[ helios-setup] Aug 01 20:55:20.909 INFO E| Compiling goblin v0.9.3
26472025-08-01T20:55:23.175Z[ helios-setup] Aug 01 20:55:21.404 INFO E| Compiling pest v2.8.0
26482025-08-01T20:55:27.026Z[ helios-setup] Aug 01 20:55:25.252 INFO E| Compiling pest_meta v2.8.0
26492025-08-01T20:55:28.830Z[ helios-setup] Aug 01 20:55:27.055 INFO E| Compiling pest_generator v2.8.0
26502025-08-01T20:55:29.902Z[ helios-setup] Aug 01 20:55:28.126 INFO E| Compiling pest_derive v2.8.0
26512025-08-01T20:55:31.330Z[ helios-setup] Aug 01 20:55:29.554 INFO E| Compiling json5 v0.4.1
26522025-08-01T20:55:35.177Z[ helios-setup] Aug 01 20:55:33.399 INFO E| Compiling four-cc v0.4.0
26532025-08-01T20:55:35.177Z[ helios-setup] Aug 01 20:55:33.399 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
26542025-08-01T20:55:35.443Z[ helios-setup] Aug 01 20:55:33.664 INFO E| Compiling amd-apcb v0.5.2 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#c39f9eac)
26552025-08-01T20:55:40.934Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 49s
26562025-08-01T20:55:41.207Z[ omicron-package]
26572025-08-01T20:55:41.207Z[ omicron-package] real 1:49.659778533
26582025-08-01T20:55:41.211Z[ omicron-package] user 8:32.743439609
26592025-08-01T20:55:41.211Z[ omicron-package] sys 32.044268529
26602025-08-01T20:55:41.211Z[ omicron-package] trap 0.909190552
26612025-08-01T20:55:41.211Z[ omicron-package] tflt 1.087394593
26622025-08-01T20:55:41.211Z[ omicron-package] dflt 1.819242238
26632025-08-01T20:55:41.211Z[ omicron-package] kflt 0.001406196
26642025-08-01T20:55:41.211Z[ omicron-package] lock 29:46.783985044
26652025-08-01T20:55:41.211Z[ omicron-package] slp 33:43.289048278
26662025-08-01T20:55:41.211Z[ omicron-package] lat 4:17.686068620
26672025-08-01T20:55:41.211Z[ omicron-package] stop 1:31.840261571
26682025-08-01T20:55:41.211ZAug 01 20:55:39.426 INFO [omicron-package] process exited with exit status: 0 (109.716854391s)
26692025-08-01T20:55:41.211ZAug 01 20:55:39.426 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26702025-08-01T20:55:41.211ZAug 01 20:55:39.426 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26712025-08-01T20:55:41.222Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26722025-08-01T20:55:41.222Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26732025-08-01T20:55:41.225Z[ host-target] Created new build target 'host' and set it as active
26742025-08-01T20:55:41.226Z[ recovery-target] Created new build target 'recovery' and set it as active
26752025-08-01T20:55:41.228ZAug 01 20:55:39.444 INFO [host-target] process exited with exit status: 0 (17.899297ms)
26762025-08-01T20:55:41.229ZAug 01 20:55:39.444 INFO [recovery-target] process exited with exit status: 0 (17.579501ms)
26772025-08-01T20:55:41.229ZAug 01 20:55:39.444 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26782025-08-01T20:55:41.234Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26792025-08-01T20:55:43.085Z[ host-package] Compiling ring v0.17.14
26802025-08-01T20:55:43.355Z[ host-package] Compiling typify-impl v0.4.1
26812025-08-01T20:55:43.421Z[ host-package] Compiling convert_case v0.4.0
26822025-08-01T20:55:43.421Z[ host-package] Compiling dirs-sys-next v0.1.2
26832025-08-01T20:55:43.424Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26842025-08-01T20:55:43.424Z[ host-package] Compiling num-rational v0.4.2
26852025-08-01T20:55:43.923Z[ host-package] Compiling dirs-next v2.0.0
26862025-08-01T20:55:44.077Z[ host-package] Compiling derive_more v0.99.20
26872025-08-01T20:55:44.178Z[ host-package] Compiling num-complex v0.4.6
26882025-08-01T20:55:44.542Z[ host-package] Compiling half v2.4.1
26892025-08-01T20:55:45.267Z[ host-package] Compiling ciborium-io v0.2.2
26902025-08-01T20:55:45.342Z[ host-package] Compiling num v0.4.3
26912025-08-01T20:55:45.495Z[ host-package] Compiling ciborium-ll v0.2.2
26922025-08-01T20:55:45.529Z[ host-package] Compiling term v0.7.0
26932025-08-01T20:55:45.942Z[ host-package] Compiling float-ord v0.3.2
26942025-08-01T20:55:46.082Z[ host-package] Compiling ciborium v0.2.2
26952025-08-01T20:55:46.162Z[ host-package] Compiling is-terminal v0.4.13
26962025-08-01T20:55:46.358Z[ host-package] Compiling bytecount v0.6.8
26972025-08-01T20:55:46.741Z[ host-package] Compiling camino v1.1.10
26982025-08-01T20:55:46.785Z[ host-package] Compiling secrecy v0.10.3
26992025-08-01T20:55:47.117Z[ host-package] Compiling swrite v0.1.0
27002025-08-01T20:55:47.312Z[ host-package] Compiling password-hash v0.5.0
27012025-08-01T20:55:47.795Z[ host-package] Compiling blake2 v0.10.6
27022025-08-01T20:55:48.112Z[ host-package] Compiling atomicwrites v0.4.4
27032025-08-01T20:55:48.732Z[ host-package] Compiling rustls v0.23.19
27042025-08-01T20:55:48.783Z[ host-package] Compiling argon2 v0.5.3
27052025-08-01T20:55:49.083Z[ host-package] Compiling fastrand v2.1.1
27062025-08-01T20:55:49.516Z[ host-package] Compiling rustls v0.22.4
27072025-08-01T20:55:49.591Z[ host-package] Compiling tempfile v3.20.0
27082025-08-01T20:55:49.678Z[ host-package] Compiling newline-converter v0.3.0
27092025-08-01T20:55:49.711Z[ host-package] Compiling thread_local v1.1.8
27102025-08-01T20:55:49.939Z[ host-package] Compiling wait-timeout v0.2.0
27112025-08-01T20:55:50.185Z[ host-package] Compiling quick-error v1.2.3
27122025-08-01T20:55:50.386Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27132025-08-01T20:55:50.418Z[ host-package] Compiling match_cfg v0.1.0
27142025-08-01T20:55:50.450Z[ host-package] Compiling bit-vec v0.8.0
27152025-08-01T20:55:50.563Z[ host-package] Compiling hostname v0.3.1
27162025-08-01T20:55:50.860Z[ host-package] Compiling bit-set v0.8.0
27172025-08-01T20:55:50.949Z[ host-package] Compiling rusty-fork v0.3.0
27182025-08-01T20:55:50.985Z[ host-package] Compiling expectorate v1.2.0
27192025-08-01T20:55:51.198Z[ host-package] Compiling ref-cast v1.0.24
27202025-08-01T20:55:51.298Z[ host-package] Compiling rustls-webpki v0.102.8
27212025-08-01T20:55:51.385Z[ host-package] Compiling multer v3.1.0
27222025-08-01T20:55:51.469Z[ host-package] Compiling slog-async v2.8.0
27232025-08-01T20:55:51.521Z[ host-package] Compiling crossbeam-channel v0.5.15
27242025-08-01T20:55:51.575Z[ host-package] Compiling slog-json v2.6.1
27252025-08-01T20:55:51.616Z[ host-package] Compiling rand_xorshift v0.4.0
27262025-08-01T20:55:51.923Z[ host-package] Compiling futures-executor v0.3.31
27272025-08-01T20:55:51.974Z[ host-package] Compiling hex v0.4.3
27282025-08-01T20:55:52.500Z[ host-package] Compiling take_mut v0.2.2
27292025-08-01T20:55:52.707Z[ host-package] Compiling unarray v0.1.4
27302025-08-01T20:55:52.990Z[ host-package] Compiling proptest v1.7.0
27312025-08-01T20:55:53.045Z[ host-package] Compiling typify-macro v0.4.1
27322025-08-01T20:55:53.082Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27332025-08-01T20:55:53.320Z[ host-package] Compiling futures v0.3.31
27342025-08-01T20:55:53.540Z[ host-package] Compiling slog-bunyan v2.5.0
27352025-08-01T20:55:54.693Z[ host-package] Compiling slog-term v2.9.1
27362025-08-01T20:55:54.812Z[ host-package] Compiling dropshot v0.16.2
27372025-08-01T20:55:54.933Z[ host-package] Compiling async-stream v0.3.6
27382025-08-01T20:55:55.254Z[ host-package] Compiling toml v0.8.23
27392025-08-01T20:55:55.811Z[ host-package] Compiling waitgroup v0.1.2
27402025-08-01T20:55:56.073Z[ host-package] Compiling rustls-pemfile v2.2.0
27412025-08-01T20:55:56.454Z[ host-package] Compiling serde_path_to_error v0.1.17
27422025-08-01T20:55:56.548Z[ host-package] Compiling typify v0.4.1
27432025-08-01T20:55:56.765Z[ host-package] Compiling progenitor-impl v0.10.0
27442025-08-01T20:55:57.222Z[ host-package] Compiling tokio-rustls v0.25.0
27452025-08-01T20:55:57.963Z[ host-package] Compiling hostname v0.4.0
27462025-08-01T20:55:58.246Z[ host-package] Compiling instant v0.1.13
27472025-08-01T20:55:58.453Z[ host-package] Compiling cancel-safe-futures v0.1.5
27482025-08-01T20:55:58.960Z[ host-package] Compiling owo-colors v4.2.2
27492025-08-01T20:55:59.677Z[ host-package] Compiling tokio-rustls v0.26.0
27502025-08-01T20:56:00.086Z[ host-package] Compiling debug-ignore v1.0.5
27512025-08-01T20:56:00.211Z[ host-package] Compiling hyper-rustls v0.27.7
27522025-08-01T20:56:00.944Z[ host-package] Compiling reqwest v0.12.22
27532025-08-01T20:56:05.940Z[ host-package] Compiling progenitor-macro v0.10.0
27542025-08-01T20:56:07.401Z[ host-package] Compiling progenitor-client v0.9.1
27552025-08-01T20:56:08.037Z[ host-package] Compiling progenitor v0.9.1
27562025-08-01T20:56:08.506Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
27572025-08-01T20:56:08.905Z[ host-package] Compiling progenitor-client v0.10.0
27582025-08-01T20:56:09.797Z[ host-package] Compiling backoff v0.4.0
27592025-08-01T20:56:10.575Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27602025-08-01T20:56:10.935Z[ helios-setup] Aug 01 20:56:09.134 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
27612025-08-01T20:56:16.950Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27622025-08-01T20:56:18.039Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27632025-08-01T20:56:18.639Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27642025-08-01T20:56:20.840Z[ helios-setup] Aug 01 20:56:19.033 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27652025-08-01T20:56:21.131Z[ host-package] Compiling progenitor v0.10.0
27662025-08-01T20:56:21.462Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27672025-08-01T20:56:26.964Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27682025-08-01T20:56:28.043Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27692025-08-01T20:56:37.224Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
27702025-08-01T20:56:38.484Z[ host-package] Compiling iddqd v0.3.9
27712025-08-01T20:56:38.851Z[ host-package] Compiling parse-display v0.10.0
27722025-08-01T20:56:39.461Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27732025-08-01T20:56:39.738Z[ host-package] Compiling serde_with v3.14.0
27742025-08-01T20:56:40.717Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27752025-08-01T20:56:41.782Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27762025-08-01T20:56:43.018Z[ host-package] Compiling libsw-core v0.3.1
27772025-08-01T20:56:44.184Z[ host-package] Compiling macaddr v1.0.1
27782025-08-01T20:56:44.524Z[ host-package] Compiling utf-8 v0.7.6
27792025-08-01T20:56:44.991Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27802025-08-01T20:56:45.295Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27812025-08-01T20:56:47.553Z[ host-package] Compiling libsw v3.5.0
27822025-08-01T20:56:49.313Z[ host-package] Compiling linear-map v1.2.0
27832025-08-01T20:56:49.879Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27842025-08-01T20:56:51.177Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27852025-08-01T20:56:53.651Z[ helios-setup] Aug 01 20:56:51.823 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
27862025-08-01T20:56:53.700Z[ helios-setup] Aug 01 20:56:51.872 INFO building project "amd-host-image-builder" ok (112 seconds)
27872025-08-01T20:56:53.700Z[ helios-setup] Aug 01 20:56:51.872 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27882025-08-01T20:56:53.829Z[ helios-setup] Aug 01 20:56:52.001 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.88.0-x86_64-unknown-illumos (default)"
27892025-08-01T20:56:53.829Z[ helios-setup] Aug 01 20:56:52.001 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27902025-08-01T20:56:53.829Z[ helios-setup] Aug 01 20:56:52.001 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27912025-08-01T20:56:53.921Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27922025-08-01T20:56:54.034Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27932025-08-01T20:56:54.153Z[ helios-setup] Aug 01 20:56:52.325 INFO E| Downloading crates ...
27942025-08-01T20:56:54.229Z[ helios-setup] Aug 01 20:56:52.401 INFO E| Downloaded miniz_oxide v0.8.8
27952025-08-01T20:56:54.280Z[ helios-setup] Aug 01 20:56:52.452 INFO E| Compiling adler2 v2.0.0
27962025-08-01T20:56:54.456Z[ helios-setup] Aug 01 20:56:52.628 INFO E| Compiling miniz_oxide v0.8.8
27972025-08-01T20:56:55.159Z[ host-package] Compiling keccak v0.1.5
27982025-08-01T20:56:56.673Z[ host-package] Compiling sha3 v0.10.8
27992025-08-01T20:56:56.976Z[ helios-setup] Aug 01 20:56:55.146 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28002025-08-01T20:56:57.657Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28012025-08-01T20:56:57.875Z[ helios-setup] Aug 01 20:56:56.044 INFO E| Finished `release` profile [optimized] target(s) in 3.95s
28022025-08-01T20:56:57.886Z[ helios-setup] Aug 01 20:56:56.056 INFO building project "pinprick" ok (4 seconds)
28032025-08-01T20:56:57.889Z[ helios-setup] Aug 01 20:56:56.056 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28042025-08-01T20:56:57.991Z[ helios-setup] Aug 01 20:56:56.160 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.88.0-x86_64-unknown-illumos (default)"
28052025-08-01T20:56:57.991Z[ helios-setup] Aug 01 20:56:56.160 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28062025-08-01T20:56:57.994Z[ helios-setup] Aug 01 20:56:56.160 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28072025-08-01T20:56:58.443Z[ helios-setup] Aug 01 20:56:56.556 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28082025-08-01T20:56:58.790Z[ helios-setup] Aug 01 20:56:56.959 INFO E| From https://github.com/jclulow/rust-jmclib
28092025-08-01T20:56:58.790Z[ helios-setup] Aug 01 20:56:56.959 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28102025-08-01T20:56:58.805Z[ helios-setup] Aug 01 20:56:56.974 INFO E| Updating crates.io index
28112025-08-01T20:56:59.021Z[ helios-setup] Aug 01 20:56:57.189 INFO E| Downloading crates ...
28122025-08-01T20:56:59.086Z[ helios-setup] Aug 01 20:56:57.255 INFO E| Downloaded digest v0.9.0
28132025-08-01T20:56:59.091Z[ helios-setup] Aug 01 20:56:57.260 INFO E| Downloaded block-buffer v0.9.0
28142025-08-01T20:56:59.094Z[ helios-setup] Aug 01 20:56:57.261 INFO E| Downloaded errno v0.3.1
28152025-08-01T20:56:59.097Z[ helios-setup] Aug 01 20:56:57.264 INFO E| Downloaded anyhow v1.0.72
28162025-08-01T20:56:59.101Z[ helios-setup] Aug 01 20:56:57.270 INFO E| Downloaded opaque-debug v0.3.0
28172025-08-01T20:56:59.104Z[ helios-setup] Aug 01 20:56:57.272 INFO E| Downloaded ryu v1.0.15
28182025-08-01T20:56:59.108Z[ helios-setup] Aug 01 20:56:57.277 INFO E| Downloaded itoa v1.0.9
28192025-08-01T20:56:59.111Z[ helios-setup] Aug 01 20:56:57.279 INFO E| Downloaded fastrand v2.0.0
28202025-08-01T20:56:59.114Z[ helios-setup] Aug 01 20:56:57.283 INFO E| Downloaded walkdir v2.3.3
28212025-08-01T20:56:59.131Z[ helios-setup] Aug 01 20:56:57.300 INFO E| Downloaded unicode-width v0.1.10
28222025-08-01T20:56:59.134Z[ helios-setup] Aug 01 20:56:57.302 INFO E| Downloaded md-5 v0.9.1
28232025-08-01T20:56:59.138Z[ helios-setup] Aug 01 20:56:57.304 INFO E| Downloaded libdevinfo-sys v1.0.0
28242025-08-01T20:56:59.138Z[ helios-setup] Aug 01 20:56:57.305 INFO E| Downloaded glob v0.3.1
28252025-08-01T20:56:59.149Z[ helios-setup] Aug 01 20:56:57.318 INFO E| Downloaded tempfile v3.7.0
28262025-08-01T20:56:59.152Z[ helios-setup] Aug 01 20:56:57.322 INFO E| Downloaded typenum v1.16.0
28272025-08-01T20:56:59.156Z[ helios-setup] Aug 01 20:56:57.325 INFO E| Downloaded proc-macro2 v1.0.66
28282025-08-01T20:56:59.159Z[ helios-setup] Aug 01 20:56:57.328 INFO E| Downloaded getrandom v0.2.10
28292025-08-01T20:56:59.164Z[ helios-setup] Aug 01 20:56:57.333 INFO E| Downloaded uuid v0.8.2
28302025-08-01T20:56:59.169Z[ helios-setup] Aug 01 20:56:57.338 INFO E| Downloaded serde_derive v1.0.193
28312025-08-01T20:56:59.245Z[ helios-setup] Aug 01 20:56:57.413 INFO E| Downloaded serde v1.0.193
28322025-08-01T20:56:59.249Z[ helios-setup] Aug 01 20:56:57.417 INFO E| Downloaded unicode-ident v1.0.11
28332025-08-01T20:56:59.252Z[ helios-setup] Aug 01 20:56:57.421 INFO E| Downloaded toml v0.5.11
28342025-08-01T20:56:59.256Z[ helios-setup] Aug 01 20:56:57.424 INFO E| Downloaded bitflags v2.3.3
28352025-08-01T20:56:59.260Z[ helios-setup] Aug 01 20:56:57.427 INFO E| Downloaded sha-1 v0.9.8
28362025-08-01T20:56:59.263Z[ helios-setup] Aug 01 20:56:57.430 INFO E| Downloaded quote v1.0.31
28372025-08-01T20:56:59.266Z[ helios-setup] Aug 01 20:56:57.433 INFO E| Downloaded once_cell v1.18.0
28382025-08-01T20:56:59.288Z[ helios-setup] Aug 01 20:56:57.456 INFO E| Downloaded cpufeatures v0.2.9
28392025-08-01T20:56:59.294Z[ helios-setup] Aug 01 20:56:57.457 INFO E| Downloaded syn v2.0.32
28402025-08-01T20:56:59.333Z[ helios-setup] Aug 01 20:56:57.502 INFO E| Downloaded rustix v0.38.4
28412025-08-01T20:56:59.384Z[ helios-setup] Aug 01 20:56:57.552 INFO E| Downloaded libc v0.2.147
28422025-08-01T20:56:59.418Z[ helios-setup] Aug 01 20:56:57.586 INFO E| Downloaded serde_json v1.0.103
28432025-08-01T20:56:59.495Z[ helios-setup] Aug 01 20:56:57.664 INFO E| Compiling libc v0.2.147
28442025-08-01T20:56:59.499Z[ helios-setup] Aug 01 20:56:57.664 INFO E| Compiling proc-macro2 v1.0.66
28452025-08-01T20:56:59.499Z[ helios-setup] Aug 01 20:56:57.664 INFO E| Compiling cfg-if v1.0.0
28462025-08-01T20:56:59.499Z[ helios-setup] Aug 01 20:56:57.664 INFO E| Compiling unicode-ident v1.0.11
28472025-08-01T20:56:59.499Z[ helios-setup] Aug 01 20:56:57.665 INFO E| Compiling version_check v0.9.4
28482025-08-01T20:56:59.499Z[ helios-setup] Aug 01 20:56:57.665 INFO E| Compiling typenum v1.16.0
28492025-08-01T20:56:59.499Z[ helios-setup] Aug 01 20:56:57.665 INFO E| Compiling serde v1.0.193
28502025-08-01T20:56:59.499Z[ helios-setup] Aug 01 20:56:57.665 INFO E| Compiling time-core v0.1.2
28512025-08-01T20:57:00.017Z[ helios-setup] Aug 01 20:56:58.185 INFO E| Compiling num-conv v0.1.0
28522025-08-01T20:57:00.017Z[ helios-setup] Aug 01 20:56:58.185 INFO E| Compiling rustix v0.38.4
28532025-08-01T20:57:00.066Z[ helios-setup] Aug 01 20:56:58.235 INFO E| Compiling itoa v1.0.9
28542025-08-01T20:57:00.631Z[ helios-setup] Aug 01 20:56:58.799 INFO E| Compiling slog v2.7.0
28552025-08-01T20:57:00.783Z[ helios-setup] Aug 01 20:56:58.941 INFO E| Compiling powerfmt v0.2.0
28562025-08-01T20:57:01.132Z[ helios-setup] Aug 01 20:56:59.299 INFO E| Compiling generic-array v0.14.7
28572025-08-01T20:57:01.193Z[ helios-setup] Aug 01 20:56:59.350 INFO E| Compiling time-macros v0.2.18
28582025-08-01T20:57:01.806Z[ helios-setup] Aug 01 20:56:59.972 INFO E| Compiling deranged v0.3.11
28592025-08-01T20:57:02.051Z[ helios-setup] Aug 01 20:57:00.218 INFO E| Compiling bitflags v2.3.3
28602025-08-01T20:57:02.072Z[ helios-setup] Aug 01 20:57:00.239 INFO E| Compiling num_threads v0.1.6
28612025-08-01T20:57:02.421Z[ helios-setup] Aug 01 20:57:00.588 INFO E| Compiling once_cell v1.18.0
28622025-08-01T20:57:02.747Z[ helios-setup] Aug 01 20:57:00.913 INFO E| Compiling opaque-debug v0.3.0
28632025-08-01T20:57:02.857Z[ helios-setup] Aug 01 20:57:01.024 INFO E| Compiling serde_json v1.0.103
28642025-08-01T20:57:03.171Z[ helios-setup] Aug 01 20:57:01.338 INFO E| Compiling quote v1.0.31
28652025-08-01T20:57:03.455Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662025-08-01T20:57:03.805Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28672025-08-01T20:57:03.867Z[ helios-setup] Aug 01 20:57:02.032 INFO E| Compiling syn v2.0.32
28682025-08-01T20:57:04.026Z[ helios-setup] Aug 01 20:57:02.192 INFO E| Compiling dirs-sys-next v0.1.2
28692025-08-01T20:57:04.084Z[ helios-setup] Aug 01 20:57:02.249 INFO E| Compiling errno v0.3.1
28702025-08-01T20:57:04.129Z[ helios-setup] Aug 01 20:57:02.295 INFO E| Compiling atty v0.2.14
28712025-08-01T20:57:04.257Z[ helios-setup] Aug 01 20:57:02.422 INFO E| Compiling thread_local v1.1.7
28722025-08-01T20:57:04.539Z[ helios-setup] Aug 01 20:57:02.705 INFO E| Compiling dirs-next v2.0.0
28732025-08-01T20:57:04.888Z[ helios-setup] Aug 01 20:57:03.053 INFO E| Compiling term v0.7.0
28742025-08-01T20:57:04.928Z[ helios-setup] Aug 01 20:57:03.093 INFO E| Compiling anyhow v1.0.72
28752025-08-01T20:57:05.204Z[ helios-setup] Aug 01 20:57:03.369 INFO E| Compiling fastrand v2.0.0
28762025-08-01T20:57:05.422Z[ helios-setup] Aug 01 20:57:03.587 INFO E| Compiling block-buffer v0.9.0
28772025-08-01T20:57:05.609Z[ helios-setup] Aug 01 20:57:03.773 INFO E| Compiling digest v0.9.0
28782025-08-01T20:57:05.919Z[ helios-setup] Aug 01 20:57:04.084 INFO E| Compiling getrandom v0.2.10
28792025-08-01T20:57:06.027Z[ helios-setup] Aug 01 20:57:04.191 INFO E| Compiling same-file v1.0.6
28802025-08-01T20:57:06.228Z[ helios-setup] Aug 01 20:57:04.393 INFO E| Compiling ryu v1.0.15
28812025-08-01T20:57:06.322Z[ helios-setup] Aug 01 20:57:04.483 INFO E| Compiling time v0.3.36
28822025-08-01T20:57:06.597Z[ helios-setup] Aug 01 20:57:04.761 INFO E| Compiling unicode-width v0.1.10
28832025-08-01T20:57:06.600Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28842025-08-01T20:57:06.748Z[ helios-setup] Aug 01 20:57:04.912 INFO E| Compiling cpufeatures v0.2.9
28852025-08-01T20:57:06.851Z[ helios-setup] Aug 01 20:57:05.015 INFO E| Compiling sha-1 v0.9.8
28862025-08-01T20:57:06.984Z[ helios-setup] Aug 01 20:57:05.148 INFO E| Compiling getopts v0.2.21
28872025-08-01T20:57:07.018Z[ helios-setup] Aug 01 20:57:05.182 INFO E| Compiling walkdir v2.3.3
28882025-08-01T20:57:07.926Z[ helios-setup] Aug 01 20:57:06.089 INFO E| Compiling tempfile v3.7.0
28892025-08-01T20:57:07.993Z[ helios-setup] Aug 01 20:57:06.156 INFO E| Compiling md-5 v0.9.1
28902025-08-01T20:57:08.259Z[ host-package] Compiling prettyplease v0.2.36
28912025-08-01T20:57:08.356Z[ helios-setup] Aug 01 20:57:06.518 INFO E| Compiling libdevinfo-sys v1.0.0
28922025-08-01T20:57:08.405Z[ helios-setup] Aug 01 20:57:06.568 INFO E| Compiling glob v0.3.1
28932025-08-01T20:57:09.757Z[ helios-setup] Aug 01 20:57:07.919 INFO E| Compiling slog-term v2.9.0
28942025-08-01T20:57:10.668Z[ helios-setup] Aug 01 20:57:08.830 INFO E| Compiling serde_derive v1.0.193
28952025-08-01T20:57:12.422Z[ host-package] Compiling tungstenite v0.21.0
28962025-08-01T20:57:13.850Z[ host-package] Compiling tokio-tungstenite v0.21.0
28972025-08-01T20:57:14.575Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28982025-08-01T20:57:17.729Z[ host-package] Compiling papergrid v0.11.0
28992025-08-01T20:57:18.889Z[ host-package] Compiling tabled_derive v0.7.0
29002025-08-01T20:57:19.123Z[ host-package] Compiling highway v1.3.0
29012025-08-01T20:57:19.857Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29022025-08-01T20:57:21.022Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29032025-08-01T20:57:21.066Z[ host-package] Compiling tabled v0.15.0
29042025-08-01T20:57:21.360Z[ host-package] Compiling resolv-conf v0.7.0
29052025-08-01T20:57:22.522Z[ helios-setup] Aug 01 20:57:20.676 INFO E| Compiling toml v0.5.11
29062025-08-01T20:57:22.522Z[ helios-setup] Aug 01 20:57:20.676 INFO E| Compiling uuid v0.8.2
29072025-08-01T20:57:23.247Z[ host-package] Compiling semver v0.1.20
29082025-08-01T20:57:23.925Z[ host-package] Compiling tough v0.20.0
29092025-08-01T20:57:24.545Z[ helios-setup] Aug 01 20:57:22.697 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29102025-08-01T20:57:25.965Z[ helios-setup] Aug 01 20:57:24.117 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29112025-08-01T20:57:31.494Z[ host-package] Compiling rustc_version v0.1.7
29122025-08-01T20:57:32.057Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
29132025-08-01T20:57:33.064Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
29142025-08-01T20:57:33.235Z[ host-package] Compiling universal-hash v0.5.1
29152025-08-01T20:57:33.573Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29162025-08-01T20:57:34.522Z[ host-package] Compiling opaque-debug v0.3.1
29172025-08-01T20:57:34.686Z[ host-package] Compiling poly1305 v0.8.0
29182025-08-01T20:57:34.803Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
29192025-08-01T20:57:35.709Z[ helios-setup] Aug 01 20:57:33.855 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.56s
29202025-08-01T20:57:35.741Z[ helios-setup] Aug 01 20:57:33.887 INFO building project "image-builder" ok (37 seconds)
29212025-08-01T20:57:35.741Z[ helios-setup] Aug 01 20:57:33.887 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29222025-08-01T20:57:35.833Z[ helios-setup] Aug 01 20:57:33.979 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.88.0-x86_64-unknown-illumos (default)"
29232025-08-01T20:57:35.834Z[ helios-setup] Aug 01 20:57:33.979 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29242025-08-01T20:57:35.837Z[ helios-setup] Aug 01 20:57:33.980 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29252025-08-01T20:57:36.087Z[ helios-setup] Aug 01 20:57:34.233 INFO E| Downloading crates ...
29262025-08-01T20:57:36.150Z[ helios-setup] Aug 01 20:57:34.295 INFO E| Downloaded generic-array v0.14.6
29272025-08-01T20:57:36.159Z[ helios-setup] Aug 01 20:57:34.305 INFO E| Downloaded miniz_oxide v0.6.2
29282025-08-01T20:57:36.170Z[ helios-setup] Aug 01 20:57:34.315 INFO E| Downloaded sha2 v0.10.5
29292025-08-01T20:57:36.173Z[ helios-setup] Aug 01 20:57:34.319 INFO E| Downloaded block-buffer v0.10.3
29302025-08-01T20:57:36.176Z[ helios-setup] Aug 01 20:57:34.320 INFO E| Downloaded digest v0.10.3
29312025-08-01T20:57:36.179Z[ helios-setup] Aug 01 20:57:34.323 INFO E| Downloaded cpufeatures v0.2.5
29322025-08-01T20:57:36.182Z[ helios-setup] Aug 01 20:57:34.326 INFO E| Downloaded typenum v1.15.0
29332025-08-01T20:57:36.203Z[ helios-setup] Aug 01 20:57:34.349 INFO E| Downloaded flate2 v1.0.25
29342025-08-01T20:57:36.207Z[ host-package] Compiling newtype_derive v0.1.6
29352025-08-01T20:57:36.212Z[ helios-setup] Aug 01 20:57:34.358 INFO E| Downloaded bytes v1.2.1
29362025-08-01T20:57:36.217Z[ helios-setup] Aug 01 20:57:34.363 INFO E| Downloaded anyhow v1.0.62
29372025-08-01T20:57:36.280Z[ helios-setup] Aug 01 20:57:34.425 INFO E| Compiling version_check v0.9.4
29382025-08-01T20:57:36.280Z[ helios-setup] Aug 01 20:57:34.425 INFO E| Compiling typenum v1.15.0
29392025-08-01T20:57:36.280Z[ helios-setup] Aug 01 20:57:34.425 INFO E| Compiling crc32fast v1.3.2
29402025-08-01T20:57:36.283Z[ helios-setup] Aug 01 20:57:34.426 INFO E| Compiling cfg-if v1.0.0
29412025-08-01T20:57:36.283Z[ helios-setup] Aug 01 20:57:34.426 INFO E| Compiling anyhow v1.0.62
29422025-08-01T20:57:36.283Z[ helios-setup] Aug 01 20:57:34.426 INFO E| Compiling adler v1.0.2
29432025-08-01T20:57:36.283Z[ helios-setup] Aug 01 20:57:34.426 INFO E| Compiling unicode-width v0.1.10
29442025-08-01T20:57:36.283Z[ helios-setup] Aug 01 20:57:34.426 INFO E| Compiling cpufeatures v0.2.5
29452025-08-01T20:57:36.375Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29462025-08-01T20:57:36.436Z[ host-package] Compiling thiserror-no-std v2.0.2
29472025-08-01T20:57:36.537Z[ host-package] Compiling chacha20 v0.9.1
29482025-08-01T20:57:36.717Z[ host-package] Compiling aead v0.5.2
29492025-08-01T20:57:36.800Z[ host-package] Compiling unicode-linebreak v0.1.5
29502025-08-01T20:57:36.896Z[ host-package] Compiling linked-hash-map v0.5.6
29512025-08-01T20:57:36.942Z[ helios-setup] Aug 01 20:57:35.079 INFO E| Compiling getopts v0.2.21
29522025-08-01T20:57:36.942Z[ helios-setup] Aug 01 20:57:35.079 INFO E| Compiling bytes v1.2.1
29532025-08-01T20:57:36.976Z[ helios-setup] Aug 01 20:57:35.121 INFO E| Compiling bitflags v1.3.2
29542025-08-01T20:57:36.987Z[ host-package] Compiling smawk v0.3.2
29552025-08-01T20:57:37.169Z[ helios-setup] Aug 01 20:57:35.313 INFO E| Compiling miniz_oxide v0.6.2
29562025-08-01T20:57:37.327Z[ host-package] Compiling chacha20poly1305 v0.10.1
29572025-08-01T20:57:37.807Z[ helios-setup] Aug 01 20:57:35.952 INFO E| Compiling generic-array v0.14.6
29582025-08-01T20:57:37.811Z[ host-package] Compiling textwrap v0.16.2
29592025-08-01T20:57:37.870Z[ host-package] Compiling lru-cache v0.1.2
29602025-08-01T20:57:38.120Z[ host-package] Compiling vsss-rs v3.3.4
29612025-08-01T20:57:38.427Z[ host-package] Compiling humantime v2.2.0
29622025-08-01T20:57:38.461Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29632025-08-01T20:57:38.819Z[ helios-setup] Aug 01 20:57:36.964 INFO E| Compiling flate2 v1.0.25
29642025-08-01T20:57:38.956Z[ host-package] Compiling hickory-proto v0.24.4
29652025-08-01T20:57:40.464Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
29662025-08-01T20:57:41.688Z[ helios-setup] Aug 01 20:57:39.830 INFO E| Compiling block-buffer v0.10.3
29672025-08-01T20:57:41.691Z[ helios-setup] Aug 01 20:57:39.830 INFO E| Compiling crypto-common v0.1.6
29682025-08-01T20:57:41.905Z[ helios-setup] Aug 01 20:57:40.047 INFO E| Compiling digest v0.10.3
29692025-08-01T20:57:42.300Z[ helios-setup] Aug 01 20:57:40.442 INFO E| Compiling sha2 v0.10.5
29702025-08-01T20:57:42.501Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29712025-08-01T20:57:42.824Z[ helios-setup] Aug 01 20:57:40.966 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29722025-08-01T20:57:44.988Z[ host-package] Compiling steno v0.4.1
29732025-08-01T20:57:45.603Z[ host-package] Compiling slog-dtrace v0.3.0
29742025-08-01T20:57:46.023Z[ host-package] Compiling moka v0.12.10
29752025-08-01T20:57:46.765Z[ host-package] Compiling tagptr v0.2.0
29762025-08-01T20:57:47.020Z[ host-package] Compiling hickory-resolver v0.24.4
29772025-08-01T20:57:47.573Z[ helios-setup] Aug 01 20:57:45.712 INFO E| Finished `release` profile [optimized] target(s) in 11.63s
29782025-08-01T20:57:47.589Z[ helios-setup] Aug 01 20:57:45.727 INFO building project "bootserver" ok (11 seconds)
29792025-08-01T20:57:47.589Z[ helios-setup] Aug 01 20:57:45.727 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29802025-08-01T20:57:47.697Z[ helios-setup] Aug 01 20:57:45.835 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.88.0-x86_64-unknown-illumos (default)"
29812025-08-01T20:57:47.697Z[ helios-setup] Aug 01 20:57:45.835 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29822025-08-01T20:57:47.700Z[ helios-setup] Aug 01 20:57:45.835 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29832025-08-01T20:57:47.981Z[ helios-setup] Aug 01 20:57:46.119 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29842025-08-01T20:57:49.197Z[ helios-setup] Aug 01 20:57:47.334 INFO E| From https://github.com/oxidecomputer/progenitor
29852025-08-01T20:57:49.197Z[ helios-setup] Aug 01 20:57:47.334 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29862025-08-01T20:57:49.313Z[ helios-setup] Aug 01 20:57:47.450 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29872025-08-01T20:57:49.769Z[ helios-setup] Aug 01 20:57:47.906 INFO E| From https://github.com/jclulow/hiercmd
29882025-08-01T20:57:49.769Z[ helios-setup] Aug 01 20:57:47.906 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29892025-08-01T20:57:49.821Z[ helios-setup] Aug 01 20:57:47.958 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29902025-08-01T20:57:50.204Z[ helios-setup] Aug 01 20:57:48.341 INFO E| From https://github.com/jclulow/network-interface
29912025-08-01T20:57:50.204Z[ helios-setup] Aug 01 20:57:48.341 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29922025-08-01T20:57:50.220Z[ helios-setup] Aug 01 20:57:48.357 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29932025-08-01T20:57:50.676Z[ helios-setup] Aug 01 20:57:48.813 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29942025-08-01T20:57:50.676Z[ helios-setup] Aug 01 20:57:48.813 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29952025-08-01T20:57:50.721Z[ helios-setup] Aug 01 20:57:48.857 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29962025-08-01T20:57:50.953Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29972025-08-01T20:57:51.381Z[ helios-setup] Aug 01 20:57:49.517 INFO E| From https://github.com/oxidecomputer/facade
29982025-08-01T20:57:51.381Z[ helios-setup] Aug 01 20:57:49.517 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29992025-08-01T20:57:51.421Z[ helios-setup] Aug 01 20:57:49.557 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30002025-08-01T20:57:52.165Z[ helios-setup] Aug 01 20:57:50.301 INFO E| From https://github.com/oxidecomputer/dropshot
30012025-08-01T20:57:52.165Z[ helios-setup] Aug 01 20:57:50.301 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30022025-08-01T20:57:52.202Z[ helios-setup] Aug 01 20:57:50.337 INFO E| Updating crates.io index
30032025-08-01T20:57:52.234Z[ helios-setup] Aug 01 20:57:50.369 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
30042025-08-01T20:57:52.716Z[ host-package] Compiling qorb v0.4.0
30052025-08-01T20:57:53.111Z[ helios-setup] Aug 01 20:57:51.246 INFO E| From https://github.com/oxidecomputer/typify
30062025-08-01T20:57:53.111Z[ helios-setup] Aug 01 20:57:51.246 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
30072025-08-01T20:57:53.119Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30082025-08-01T20:57:53.625Z[ helios-setup] Aug 01 20:57:51.759 INFO E| Downloading crates ...
30092025-08-01T20:57:53.769Z[ helios-setup] Aug 01 20:57:51.904 INFO E| Downloaded anstream v0.2.6
30102025-08-01T20:57:53.773Z[ helios-setup] Aug 01 20:57:51.908 INFO E| Downloaded ahash v0.7.6
30112025-08-01T20:57:53.780Z[ helios-setup] Aug 01 20:57:51.915 INFO E| Downloaded const-random v0.1.15
30122025-08-01T20:57:53.783Z[ helios-setup] Aug 01 20:57:51.917 INFO E| Downloaded autocfg v1.1.0
30132025-08-01T20:57:53.788Z[ helios-setup] Aug 01 20:57:51.920 INFO E| Downloaded ahash v0.8.3
30142025-08-01T20:57:53.791Z[ helios-setup] Aug 01 20:57:51.924 INFO E| Downloaded futures v0.3.28
30152025-08-01T20:57:53.797Z[ helios-setup] Aug 01 20:57:51.932 INFO E| Downloaded const-random-macro v0.1.15
30162025-08-01T20:57:53.800Z[ helios-setup] Aug 01 20:57:51.934 INFO E| Downloaded anstyle v0.3.5
30172025-08-01T20:57:53.804Z[ helios-setup] Aug 01 20:57:51.937 INFO E| Downloaded rustls-pemfile v1.0.2
30182025-08-01T20:57:53.807Z[ helios-setup] Aug 01 20:57:51.941 INFO E| Downloaded serde_tokenstream v0.2.0
30192025-08-01T20:57:53.813Z[ helios-setup] Aug 01 20:57:51.948 INFO E| Downloaded slab v0.4.7
30202025-08-01T20:57:53.817Z[ helios-setup] Aug 01 20:57:51.951 INFO E| Downloaded bytes v1.4.0
30212025-08-01T20:57:53.823Z[ helios-setup] Aug 01 20:57:51.958 INFO E| Downloaded slog-async v2.7.0
30222025-08-01T20:57:53.828Z[ helios-setup] Aug 01 20:57:51.963 INFO E| Downloaded serde_path_to_error v0.1.11
30232025-08-01T20:57:53.832Z[ helios-setup] Aug 01 20:57:51.966 INFO E| Downloaded serde_derive_internals v0.26.0
30242025-08-01T20:57:53.835Z[ helios-setup] Aug 01 20:57:51.970 INFO E| Downloaded smawk v0.3.1
30252025-08-01T20:57:53.838Z[ helios-setup] Aug 01 20:57:51.973 INFO E| Downloaded futures-macro v0.3.28
30262025-08-01T20:57:53.842Z[ helios-setup] Aug 01 20:57:51.976 INFO E| Downloaded serde_yaml v0.9.21
30272025-08-01T20:57:53.848Z[ helios-setup] Aug 01 20:57:51.983 INFO E| Downloaded want v0.3.0
30282025-08-01T20:57:53.851Z[ helios-setup] Aug 01 20:57:51.985 INFO E| Downloaded tower-service v0.3.2
30292025-08-01T20:57:53.855Z[ helios-setup] Aug 01 20:57:51.988 INFO E| Downloaded try-lock v0.2.4
30302025-08-01T20:57:53.858Z[ helios-setup] Aug 01 20:57:51.990 INFO E| Downloaded toolchain_find v0.2.0
30312025-08-01T20:57:53.858Z[ helios-setup] Aug 01 20:57:51.993 INFO E| Downloaded semver v0.11.0
30322025-08-01T20:57:53.861Z[ helios-setup] Aug 01 20:57:51.996 INFO E| Downloaded sha1 v0.10.5
30332025-08-01T20:57:53.865Z[ helios-setup] Aug 01 20:57:52.000 INFO E| Downloaded home v0.5.4
30342025-08-01T20:57:53.873Z[ helios-setup] Aug 01 20:57:52.008 INFO E| Downloaded project-root v0.2.2
30352025-08-01T20:57:53.876Z[ helios-setup] Aug 01 20:57:52.010 INFO E| Downloaded form_urlencoded v1.1.0
30362025-08-01T20:57:53.879Z[ helios-setup] Aug 01 20:57:52.012 INFO E| Downloaded strsim v0.10.0
30372025-08-01T20:57:53.882Z[ helios-setup] Aug 01 20:57:52.015 INFO E| Downloaded thiserror-impl v1.0.38
30382025-08-01T20:57:53.885Z[ helios-setup] Aug 01 20:57:52.017 INFO E| Downloaded spin v0.5.2
30392025-08-01T20:57:53.885Z[ helios-setup] Aug 01 20:57:52.020 INFO E| Downloaded time v0.1.45
30402025-08-01T20:57:53.888Z[ helios-setup] Aug 01 20:57:52.023 INFO E| Downloaded toml_datetime v0.6.1
30412025-08-01T20:57:53.891Z[ helios-setup] Aug 01 20:57:52.025 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30422025-08-01T20:57:53.895Z[ helios-setup] Aug 01 20:57:52.029 INFO E| Downloaded schemars_derive v0.8.12
30432025-08-01T20:57:53.903Z[ helios-setup] Aug 01 20:57:52.032 INFO E| Downloaded proc-macro-crate v1.2.1
30442025-08-01T20:57:53.903Z[ helios-setup] Aug 01 20:57:52.034 INFO E| Downloaded utf8parse v0.2.1
30452025-08-01T20:57:53.907Z[ helios-setup] Aug 01 20:57:52.037 INFO E| Downloaded num_enum_derive v0.5.7
30462025-08-01T20:57:53.907Z[ helios-setup] Aug 01 20:57:52.039 INFO E| Downloaded futures-sink v0.3.28
30472025-08-01T20:57:53.907Z[ helios-setup] Aug 01 20:57:52.040 INFO E| Downloaded tokio-macros v2.0.0
30482025-08-01T20:57:53.910Z[ helios-setup] Aug 01 20:57:52.043 INFO E| Downloaded pkg-config v0.3.26
30492025-08-01T20:57:53.913Z[ helios-setup] Aug 01 20:57:52.045 INFO E| Downloaded tempfile v3.5.0
30502025-08-01T20:57:53.916Z[ helios-setup] Aug 01 20:57:52.050 INFO E| Downloaded tokio-rustls v0.24.0
30512025-08-01T20:57:53.919Z[ helios-setup] Aug 01 20:57:52.053 INFO E| Downloaded socket2 v0.4.9
30522025-08-01T20:57:53.922Z[ helios-setup] Aug 01 20:57:52.056 INFO E| Downloaded sct v0.7.0
30532025-08-01T20:57:53.928Z[ helios-setup] Aug 01 20:57:52.063 INFO E| Downloaded scopeguard v1.1.0
30542025-08-01T20:57:53.931Z[ helios-setup] Aug 01 20:57:52.065 INFO E| Downloaded ucd-trie v0.1.5
30552025-08-01T20:57:53.934Z[ helios-setup] Aug 01 20:57:52.068 INFO E| Downloaded num-integer v0.1.45
30562025-08-01T20:57:53.937Z[ helios-setup] Aug 01 20:57:52.071 INFO E| Downloaded schemars v0.8.12
30572025-08-01T20:57:53.961Z[ helios-setup] Aug 01 20:57:52.095 INFO E| Downloaded uuid v1.3.0
30582025-08-01T20:57:53.967Z[ helios-setup] Aug 01 20:57:52.101 INFO E| Downloaded unsafe-libyaml v0.2.8
30592025-08-01T20:57:53.972Z[ helios-setup] Aug 01 20:57:52.107 INFO E| Downloaded quote v1.0.36
30602025-08-01T20:57:53.976Z[ helios-setup] Aug 01 20:57:52.111 INFO E| Downloaded url v2.3.1
30612025-08-01T20:57:53.981Z[ helios-setup] Aug 01 20:57:52.116 INFO E| Downloaded unicode-linebreak v0.1.4
30622025-08-01T20:57:53.985Z[ helios-setup] Aug 01 20:57:52.120 INFO E| Downloaded toml_edit v0.19.8
30632025-08-01T20:57:54.013Z[ helios-setup] Aug 01 20:57:52.147 INFO E| Downloaded unicode-normalization v0.1.22
30642025-08-01T20:57:54.019Z[ helios-setup] Aug 01 20:57:52.153 INFO E| Downloaded winnow v0.4.1
30652025-08-01T20:57:54.032Z[ helios-setup] Aug 01 20:57:52.167 INFO E| Downloaded slog-bunyan v2.4.0
30662025-08-01T20:57:54.035Z[ helios-setup] Aug 01 20:57:52.169 INFO E| Downloaded ryu v1.0.13
30672025-08-01T20:57:54.039Z[ helios-setup] Aug 01 20:57:52.174 INFO E| Downloaded pin-project-lite v0.2.9
30682025-08-01T20:57:54.047Z[ helios-setup] Aug 01 20:57:52.181 INFO E| Downloaded derive-where v1.4.0
30692025-08-01T20:57:54.053Z[ helios-setup] Aug 01 20:57:52.188 INFO E| Downloaded cc v1.0.78
30702025-08-01T20:57:54.057Z[ helios-setup] Aug 01 20:57:52.192 INFO E| Downloaded rustls-webpki v0.100.1
30712025-08-01T20:57:54.067Z[ helios-setup] Aug 01 20:57:52.202 INFO E| Downloaded syn v1.0.107
30722025-08-01T20:57:54.083Z[ helios-setup] Aug 01 20:57:52.218 INFO E| Downloaded syn v2.0.72
30732025-08-01T20:57:54.105Z[ helios-setup] Aug 01 20:57:52.239 INFO E| Downloaded mio v0.8.5
30742025-08-01T20:57:54.114Z[ helios-setup] Aug 01 20:57:52.248 INFO E| Downloaded http v0.2.9
30752025-08-01T20:57:54.146Z[ helios-setup] Aug 01 20:57:52.280 INFO E| Downloaded crossbeam-channel v0.5.6
30762025-08-01T20:57:54.152Z[ helios-setup] Aug 01 20:57:52.286 INFO E| Downloaded serde v1.0.204
30772025-08-01T20:57:54.157Z[ helios-setup] Aug 01 20:57:52.292 INFO E| Downloaded iddqd v0.3.1
30782025-08-01T20:57:54.165Z[ helios-setup] Aug 01 20:57:52.300 INFO E| Downloaded hashbrown v0.15.3
30792025-08-01T20:57:54.174Z[ helios-setup] Aug 01 20:57:52.308 INFO E| Downloaded memchr v2.5.0
30802025-08-01T20:57:54.180Z[ helios-setup] Aug 01 20:57:52.315 INFO E| Downloaded proc-macro2 v1.0.86
30812025-08-01T20:57:54.185Z[ helios-setup] Aug 01 20:57:52.319 INFO E| Downloaded h2 v0.3.16
30822025-08-01T20:57:54.194Z[ helios-setup] Aug 01 20:57:52.328 INFO E| Downloaded pest v2.5.7
30832025-08-01T20:57:54.201Z[ helios-setup] Aug 01 20:57:52.335 INFO E| Downloaded futures-util v0.3.28
30842025-08-01T20:57:54.320Z[ helios-setup] Aug 01 20:57:52.455 INFO E| Downloaded reqwest v0.11.16
30852025-08-01T20:57:54.332Z[ helios-setup] Aug 01 20:57:52.466 INFO E| Downloaded chrono v0.4.24
30862025-08-01T20:57:54.343Z[ helios-setup] Aug 01 20:57:52.477 INFO E| Downloaded clap_builder v4.2.1
30872025-08-01T20:57:54.353Z[ helios-setup] Aug 01 20:57:52.487 INFO E| Downloaded git2 v0.16.1
30882025-08-01T20:57:54.366Z[ helios-setup] Aug 01 20:57:52.500 INFO E| Downloaded hyper v0.14.25
30892025-08-01T20:57:54.378Z[ helios-setup] Aug 01 20:57:52.513 INFO E| Downloaded regress v0.5.0
30902025-08-01T20:57:54.388Z[ helios-setup] Aug 01 20:57:52.522 INFO E| Downloaded regex v1.7.3
30912025-08-01T20:57:54.400Z[ helios-setup] Aug 01 20:57:52.534 INFO E| Downloaded parking_lot v0.12.1
30922025-08-01T20:57:54.403Z[ helios-setup] Aug 01 20:57:52.538 INFO E| Downloaded idna v0.3.0
30932025-08-01T20:57:54.413Z[ helios-setup] Aug 01 20:57:52.547 INFO E| Downloaded rustls v0.21.0
30942025-08-01T20:57:54.429Z[ helios-setup] Aug 01 20:57:52.563 INFO E| Downloaded rustix v0.37.3
30952025-08-01T20:57:54.481Z[ helios-setup] Aug 01 20:57:52.615 INFO E| Downloaded rhai v1.14.0
30962025-08-01T20:57:54.500Z[ helios-setup] Aug 01 20:57:52.634 INFO E| Downloaded tokio v1.27.0
30972025-08-01T20:57:54.550Z[ helios-setup] Aug 01 20:57:52.684 INFO E| Downloaded openapiv3 v1.0.2
30982025-08-01T20:57:54.569Z[ helios-setup] Aug 01 20:57:52.703 INFO E| Downloaded num-traits v0.2.15
30992025-08-01T20:57:54.573Z[ helios-setup] Aug 01 20:57:52.707 INFO E| Downloaded io-lifetimes v1.0.10
31002025-08-01T20:57:54.577Z[ helios-setup] Aug 01 20:57:52.712 INFO E| Downloaded crossbeam-utils v0.8.14
31012025-08-01T20:57:54.581Z[ helios-setup] Aug 01 20:57:52.716 INFO E| Downloaded tokio-util v0.7.7
31022025-08-01T20:57:54.592Z[ helios-setup] Aug 01 20:57:52.726 INFO E| Downloaded serde_json v1.0.95
31032025-08-01T20:57:54.605Z[ helios-setup] Aug 01 20:57:52.739 INFO E| Downloaded semver v1.0.17
31042025-08-01T20:57:54.609Z[ helios-setup] Aug 01 20:57:52.743 INFO E| Downloaded clap v4.2.1
31052025-08-01T20:57:54.623Z[ helios-setup] Aug 01 20:57:52.757 INFO E| Downloaded tracing v0.1.37
31062025-08-01T20:57:54.629Z[ helios-setup] Aug 01 20:57:52.764 INFO E| Downloaded rhai_codegen v1.5.0
31072025-08-01T20:57:54.644Z[ helios-setup] Aug 01 20:57:52.778 INFO E| Downloaded once_cell v1.17.0
31082025-08-01T20:57:54.648Z[ helios-setup] Aug 01 20:57:52.782 INFO E| Downloaded log v0.4.17
31092025-08-01T20:57:54.651Z[ helios-setup] Aug 01 20:57:52.786 INFO E| Downloaded tinyvec v1.6.0
31102025-08-01T20:57:54.656Z[ helios-setup] Aug 01 20:57:52.791 INFO E| Downloaded parking_lot_core v0.9.6
31112025-08-01T20:57:54.661Z[ helios-setup] Aug 01 20:57:52.794 INFO E| Downloaded aho-corasick v0.7.20
31122025-08-01T20:57:54.667Z[ helios-setup] Aug 01 20:57:52.801 INFO E| Downloaded tracing-core v0.1.30
31132025-08-01T20:57:54.671Z[ helios-setup] Aug 01 20:57:52.806 INFO E| Downloaded lock_api v0.4.9
31142025-08-01T20:57:54.675Z[ helios-setup] Aug 01 20:57:52.808 INFO E| Downloaded is-terminal v0.4.7
31152025-08-01T20:57:54.678Z[ helios-setup] Aug 01 20:57:52.810 INFO E| Downloaded ipnet v2.7.2
31162025-08-01T20:57:54.681Z[ helios-setup] Aug 01 20:57:52.813 INFO E| Downloaded futures-task v0.3.28
31172025-08-01T20:57:54.681Z[ helios-setup] Aug 01 20:57:52.815 INFO E| Downloaded base64 v0.21.0
31182025-08-01T20:57:54.687Z[ helios-setup] Aug 01 20:57:52.821 INFO E| Downloaded unicode-bidi v0.3.13
31192025-08-01T20:57:54.692Z[ helios-setup] Aug 01 20:57:52.826 INFO E| Downloaded libc v0.2.139
31202025-08-01T20:57:54.746Z[ helios-setup] Aug 01 20:57:52.880 INFO E| Downloaded cargo-lock v8.0.3
31212025-08-01T20:57:54.749Z[ helios-setup] Aug 01 20:57:52.884 INFO E| Downloaded async-trait v0.1.68
31222025-08-01T20:57:54.756Z[ helios-setup] Aug 01 20:57:52.890 INFO E| Downloaded unicode-ident v1.0.8
31232025-08-01T20:57:54.760Z[ helios-setup] Aug 01 20:57:52.894 INFO E| Downloaded toml v0.7.3
31242025-08-01T20:57:54.765Z[ helios-setup] Aug 01 20:57:52.899 INFO E| Downloaded semver-parser v0.10.2
31252025-08-01T20:57:54.768Z[ helios-setup] Aug 01 20:57:52.902 INFO E| Downloaded tungstenite v0.18.0
31262025-08-01T20:57:54.773Z[ helios-setup] Aug 01 20:57:52.907 INFO E| Downloaded tokio-tungstenite v0.18.0
31272025-08-01T20:57:54.777Z[ helios-setup] Aug 01 20:57:52.911 INFO E| Downloaded smallvec v1.10.0
31282025-08-01T20:57:54.781Z[ helios-setup] Aug 01 20:57:52.915 INFO E| Downloaded rustfmt-wrapper v0.2.0
31292025-08-01T20:57:54.784Z[ helios-setup] Aug 01 20:57:52.917 INFO E| Downloaded paste v1.0.12
31302025-08-01T20:57:54.788Z[ helios-setup] Aug 01 20:57:52.923 INFO E| Downloaded textwrap v0.16.0
31312025-08-01T20:57:54.793Z[ helios-setup] Aug 01 20:57:52.927 INFO E| Downloaded terminal_size v0.2.6
31322025-08-01T20:57:54.796Z[ helios-setup] Aug 01 20:57:52.929 INFO E| Downloaded itoa v1.0.6
31332025-08-01T20:57:54.799Z[ helios-setup] Aug 01 20:57:52.932 INFO E| Downloaded ppv-lite86 v0.2.17
31342025-08-01T20:57:54.802Z[ helios-setup] Aug 01 20:57:52.934 INFO E| Downloaded lazy_static v1.4.0
31352025-08-01T20:57:54.805Z[ helios-setup] Aug 01 20:57:52.936 INFO E| Downloaded thiserror v1.0.38
31362025-08-01T20:57:54.809Z[ helios-setup] Aug 01 20:57:52.944 INFO E| Downloaded num_enum v0.5.7
31372025-08-01T20:57:54.816Z[ helios-setup] Aug 01 20:57:52.951 INFO E| Downloaded futures-executor v0.3.28
31382025-08-01T20:57:54.819Z[ helios-setup] Aug 01 20:57:52.953 INFO E| Downloaded percent-encoding v2.2.0
31392025-08-01T20:57:54.822Z[ helios-setup] Aug 01 20:57:52.955 INFO E| Downloaded futures-core v0.3.28
31402025-08-01T20:57:54.826Z[ helios-setup] Aug 01 20:57:52.957 INFO E| Downloaded futures-io v0.3.28
31412025-08-01T20:57:54.826Z[ helios-setup] Aug 01 20:57:52.959 INFO E| Downloaded smartstring v1.0.1
31422025-08-01T20:57:54.829Z[ helios-setup] Aug 01 20:57:52.962 INFO E| Downloaded num_cpus v1.15.0
31432025-08-01T20:57:54.833Z[ helios-setup] Aug 01 20:57:52.967 INFO E| Downloaded httpdate v1.0.2
31442025-08-01T20:57:54.836Z[ helios-setup] Aug 01 20:57:52.969 INFO E| Downloaded httparse v1.8.0
31452025-08-01T20:57:54.839Z[ helios-setup] Aug 01 20:57:52.973 INFO E| Downloaded getrandom v0.2.8
31462025-08-01T20:57:54.843Z[ helios-setup] Aug 01 20:57:52.978 INFO E| Downloaded futures-channel v0.3.28
31472025-08-01T20:57:54.848Z[ helios-setup] Aug 01 20:57:52.982 INFO E| Downloaded fastrand v1.9.0
31482025-08-01T20:57:54.851Z[ helios-setup] Aug 01 20:57:52.984 INFO E| Downloaded clap_derive v4.2.0
31492025-08-01T20:57:54.854Z[ helios-setup] Aug 01 20:57:52.988 INFO E| Downloaded bincode v1.3.3
31502025-08-01T20:57:54.857Z[ helios-setup] Aug 01 20:57:52.992 INFO E| Downloaded anstyle-parse v0.1.1
31512025-08-01T20:57:54.861Z[ helios-setup] Aug 01 20:57:52.995 INFO E| Downloaded jobserver v0.1.26
31522025-08-01T20:57:54.867Z[ helios-setup] Aug 01 20:57:52.998 INFO E| Downloaded iana-time-zone v0.1.56
31532025-08-01T20:57:54.872Z[ helios-setup] Aug 01 20:57:53.006 INFO E| Downloaded http-body v0.4.5
31542025-08-01T20:57:54.875Z[ helios-setup] Aug 01 20:57:53.009 INFO E| Downloaded dyn-clone v1.0.11
31552025-08-01T20:57:54.878Z[ helios-setup] Aug 01 20:57:53.012 INFO E| Downloaded digest v0.10.6
31562025-08-01T20:57:54.881Z[ helios-setup] Aug 01 20:57:53.015 INFO E| Downloaded concolor-query v0.3.3
31572025-08-01T20:57:54.884Z[ helios-setup] Aug 01 20:57:53.017 INFO E| Downloaded camino v1.1.4
31582025-08-01T20:57:54.887Z[ helios-setup] Aug 01 20:57:53.020 INFO E| Downloaded built v0.6.0
31592025-08-01T20:57:54.890Z[ helios-setup] Aug 01 20:57:53.023 INFO E| Downloaded serde_derive v1.0.204
31602025-08-01T20:57:54.893Z[ helios-setup] Aug 01 20:57:53.027 INFO E| Downloaded async-stream v0.3.5
31612025-08-01T20:57:54.896Z[ helios-setup] Aug 01 20:57:53.030 INFO E| Downloaded byteorder v1.4.3
31622025-08-01T20:57:54.899Z[ helios-setup] Aug 01 20:57:53.033 INFO E| Downloaded signal-hook-registry v1.4.0
31632025-08-01T20:57:54.902Z[ helios-setup] Aug 01 20:57:53.035 INFO E| Downloaded sha2 v0.10.6
31642025-08-01T20:57:54.923Z[ helios-setup] Aug 01 20:57:53.057 INFO E| Downloaded serde_spanned v0.6.1
31652025-08-01T20:57:54.927Z[ helios-setup] Aug 01 20:57:53.060 INFO E| Downloaded concolor-override v1.0.0
31662025-08-01T20:57:54.930Z[ helios-setup] Aug 01 20:57:53.062 INFO E| Downloaded clap_lex v0.4.1
31672025-08-01T20:57:54.930Z[ helios-setup] Aug 01 20:57:53.063 INFO E| Downloaded async-stream-impl v0.3.5
31682025-08-01T20:57:54.935Z[ helios-setup] Aug 01 20:57:53.064 INFO E| Downloaded anyhow v1.0.68
31692025-08-01T20:57:54.961Z[ helios-setup] Aug 01 20:57:53.095 INFO E| Downloaded encoding_rs v0.8.32
31702025-08-01T20:57:55.035Z[ helios-setup] Aug 01 20:57:53.169 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31712025-08-01T20:57:55.298Z[ helios-setup] Aug 01 20:57:53.432 INFO E| Downloaded libz-sys v1.1.8
31722025-08-01T20:57:55.691Z[ helios-setup] Aug 01 20:57:53.824 INFO E| Downloaded ring v0.16.20
31732025-08-01T20:57:55.998Z[ helios-setup] Aug 01 20:57:54.131 INFO E| Compiling proc-macro2 v1.0.86
31742025-08-01T20:57:56.001Z[ helios-setup] Aug 01 20:57:54.131 INFO E| Compiling unicode-ident v1.0.8
31752025-08-01T20:57:56.001Z[ helios-setup] Aug 01 20:57:54.131 INFO E| Compiling libc v0.2.139
31762025-08-01T20:57:56.001Z[ helios-setup] Aug 01 20:57:54.132 INFO E| Compiling autocfg v1.1.0
31772025-08-01T20:57:56.001Z[ helios-setup] Aug 01 20:57:54.132 INFO E| Compiling version_check v0.9.4
31782025-08-01T20:57:56.001Z[ helios-setup] Aug 01 20:57:54.132 INFO E| Compiling cfg-if v1.0.0
31792025-08-01T20:57:56.001Z[ helios-setup] Aug 01 20:57:54.132 INFO E| Compiling serde v1.0.204
31802025-08-01T20:57:56.002Z[ helios-setup] Aug 01 20:57:54.132 INFO E| Compiling syn v1.0.107
31812025-08-01T20:57:56.592Z[ helios-setup] Aug 01 20:57:54.724 INFO E| Compiling memchr v2.5.0
31822025-08-01T20:57:56.966Z[ helios-setup] Aug 01 20:57:55.098 INFO E| Compiling once_cell v1.17.0
31832025-08-01T20:57:57.303Z[ helios-setup] Aug 01 20:57:55.435 INFO E| Compiling thiserror v1.0.38
31842025-08-01T20:57:57.497Z[ helios-setup] Aug 01 20:57:55.629 INFO E| Compiling log v0.4.17
31852025-08-01T20:57:58.077Z[ helios-setup] Aug 01 20:57:56.209 INFO E| Compiling serde_json v1.0.95
31862025-08-01T20:57:58.438Z[ helios-setup] Aug 01 20:57:56.570 INFO E| Compiling itoa v1.0.6
31872025-08-01T20:57:59.072Z[ helios-setup] Aug 01 20:57:57.203 INFO E| Compiling pin-project-lite v0.2.9
31882025-08-01T20:57:59.263Z[ helios-setup] Aug 01 20:57:57.395 INFO E| Compiling bytes v1.4.0
31892025-08-01T20:57:59.489Z[ helios-setup] Aug 01 20:57:57.620 INFO E| Compiling futures-core v0.3.28
31902025-08-01T20:57:59.838Z[ helios-setup] Aug 01 20:57:57.969 INFO E| Compiling indexmap v1.9.3
31912025-08-01T20:58:00.253Z[ helios-setup] Aug 01 20:57:58.384 INFO E| Compiling jobserver v0.1.26
31922025-08-01T20:58:00.745Z[ helios-setup] Aug 01 20:57:58.875 INFO E| Compiling quote v1.0.36
31932025-08-01T20:58:00.842Z[ helios-setup] Aug 01 20:57:58.972 INFO E| Compiling getrandom v0.2.8
31942025-08-01T20:58:01.162Z[ helios-setup] Aug 01 20:57:59.292 INFO E| Compiling cc v1.0.78
31952025-08-01T20:58:01.382Z[ helios-setup] Aug 01 20:57:59.512 INFO E| Compiling ryu v1.0.13
31962025-08-01T20:58:01.579Z[ helios-setup] Aug 01 20:57:59.709 INFO E| Compiling syn v2.0.72
31972025-08-01T20:58:02.055Z[ helios-setup] Aug 01 20:58:00.184 INFO E| Compiling num-integer v0.1.45
31982025-08-01T20:58:02.078Z[ helios-setup] Aug 01 20:58:00.207 INFO E| Compiling lock_api v0.4.9
31992025-08-01T20:58:02.699Z[ helios-setup] Aug 01 20:58:00.828 INFO E| Compiling parking_lot_core v0.9.6
32002025-08-01T20:58:03.149Z[ helios-setup] Aug 01 20:58:01.278 INFO E| Compiling slab v0.4.7
32012025-08-01T20:58:03.353Z[ helios-setup] Aug 01 20:58:01.481 INFO E| Compiling scopeguard v1.1.0
32022025-08-01T20:58:03.830Z[ helios-setup] Aug 01 20:58:01.958 INFO E| Compiling futures-channel v0.3.28
32032025-08-01T20:58:03.924Z[ helios-setup] Aug 01 20:58:02.053 INFO E| Compiling bitflags v1.3.2
32042025-08-01T20:58:03.982Z[ helios-setup] Aug 01 20:58:02.111 INFO E| Compiling typenum v1.16.0
32052025-08-01T20:58:04.082Z[ helios-setup] Aug 01 20:58:02.210 INFO E| Compiling futures-sink v0.3.28
32062025-08-01T20:58:04.174Z[ helios-setup] Aug 01 20:58:02.303 INFO E| Compiling futures-task v0.3.28
32072025-08-01T20:58:04.772Z[ helios-setup] Aug 01 20:58:02.900 INFO E| Compiling generic-array v0.14.6
32082025-08-01T20:58:04.807Z[ helios-setup] Aug 01 20:58:02.934 INFO E| Compiling tokio v1.27.0
32092025-08-01T20:58:05.015Z[ helios-setup] Aug 01 20:58:03.142 INFO E| Compiling futures-util v0.3.28
32102025-08-01T20:58:05.650Z[ host-package] Compiling hickory-resolver v0.25.2
32112025-08-01T20:58:06.041Z[ helios-setup] Aug 01 20:58:04.167 INFO E| Compiling num_cpus v1.15.0
32122025-08-01T20:58:06.217Z[ helios-setup] Aug 01 20:58:04.344 INFO E| Compiling mio v0.8.5
32132025-08-01T20:58:06.325Z[ helios-setup] Aug 01 20:58:04.452 INFO E| Compiling socket2 v0.4.9
32142025-08-01T20:58:06.428Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32152025-08-01T20:58:06.686Z[ helios-setup] Aug 01 20:58:04.812 INFO E| Compiling signal-hook-registry v1.4.0
32162025-08-01T20:58:06.689Z[ helios-setup] Aug 01 20:58:04.812 INFO E| Compiling futures-io v0.3.28
32172025-08-01T20:58:06.838Z[ helios-setup] Aug 01 20:58:04.964 INFO E| Compiling pin-utils v0.1.0
32182025-08-01T20:58:07.343Z[ helios-setup] Aug 01 20:58:05.469 INFO E| Compiling schemars v0.8.12
32192025-08-01T20:58:08.085Z[ helios-setup] Aug 01 20:58:06.211 INFO E| Compiling ahash v0.7.6
32202025-08-01T20:58:08.273Z[ helios-setup] Aug 01 20:58:06.398 INFO E| Compiling num-traits v0.2.15
32212025-08-01T20:58:09.171Z[ helios-setup] Aug 01 20:58:07.296 INFO E| Compiling io-lifetimes v1.0.10
32222025-08-01T20:58:09.216Z[ helios-setup] Aug 01 20:58:07.342 INFO E| Compiling crunchy v0.2.2
32232025-08-01T20:58:09.280Z[ helios-setup] Aug 01 20:58:07.404 INFO E| Compiling slog v2.7.0
32242025-08-01T20:58:10.642Z[ helios-setup] Aug 01 20:58:08.766 INFO E| Compiling ahash v0.8.3
32252025-08-01T20:58:10.821Z[ helios-setup] Aug 01 20:58:08.944 INFO E| Compiling anyhow v1.0.68
32262025-08-01T20:58:10.878Z[ helios-setup] Aug 01 20:58:09.002 INFO E| Compiling tiny-keccak v2.0.2
32272025-08-01T20:58:11.450Z[ helios-setup] Aug 01 20:58:09.574 INFO E| Compiling block-buffer v0.10.3
32282025-08-01T20:58:11.489Z[ helios-setup] Aug 01 20:58:09.613 INFO E| Compiling crypto-common v0.1.6
32292025-08-01T20:58:11.615Z[ helios-setup] Aug 01 20:58:09.739 INFO E| Compiling rustix v0.37.3
32302025-08-01T20:58:11.671Z[ helios-setup] Aug 01 20:58:09.794 INFO E| Compiling hashbrown v0.12.3
32312025-08-01T20:58:12.025Z[ helios-setup] Aug 01 20:58:10.148 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32322025-08-01T20:58:12.064Z[ helios-setup] Aug 01 20:58:10.187 INFO E| Compiling unicode-width v0.1.10
32332025-08-01T20:58:12.724Z[ helios-setup] Aug 01 20:58:10.823 INFO E| Compiling digest v0.10.6
32342025-08-01T20:58:13.362Z[ helios-setup] Aug 01 20:58:11.485 INFO E| Compiling serde_derive_internals v0.26.0
32352025-08-01T20:58:14.195Z[ helios-setup] Aug 01 20:58:12.317 INFO E| Compiling errno v0.3.1
32362025-08-01T20:58:15.058Z[ helios-setup] Aug 01 20:58:13.180 INFO E| Compiling fnv v1.0.7
32372025-08-01T20:58:15.097Z[ helios-setup] Aug 01 20:58:13.214 INFO E| Compiling pkg-config v0.3.26
32382025-08-01T20:58:15.300Z[ helios-setup] Aug 01 20:58:13.421 INFO E| Compiling cpufeatures v0.2.5
32392025-08-01T20:58:15.944Z[ helios-setup] Aug 01 20:58:14.065 INFO E| Compiling http v0.2.9
32402025-08-01T20:58:17.767Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32412025-08-01T20:58:18.451Z[ helios-setup] Aug 01 20:58:16.570 INFO E| Compiling getopts v0.2.21
32422025-08-01T20:58:18.649Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32432025-08-01T20:58:19.000Z[ helios-setup] Aug 01 20:58:17.119 INFO E| Compiling aho-corasick v0.7.20
32442025-08-01T20:58:19.873Z[ helios-setup] Aug 01 20:58:17.992 INFO E| Compiling percent-encoding v2.2.0
32452025-08-01T20:58:19.953Z[ helios-setup] Aug 01 20:58:18.071 INFO E| Compiling thiserror-impl v1.0.38
32462025-08-01T20:58:20.230Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32472025-08-01T20:58:20.407Z[ helios-setup] Aug 01 20:58:18.525 INFO E| Compiling serde_derive v1.0.204
32482025-08-01T20:58:20.831Z[ helios-setup] Aug 01 20:58:18.949 INFO E| Compiling futures-macro v0.3.28
32492025-08-01T20:58:20.970Z[ helios-setup] Aug 01 20:58:19.087 INFO E| Compiling tokio-macros v2.0.0
32502025-08-01T20:58:20.991Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32512025-08-01T20:58:22.206Z[ helios-setup] Aug 01 20:58:20.323 INFO E| Compiling schemars_derive v0.8.12
32522025-08-01T20:58:22.492Z[ helios-setup] Aug 01 20:58:20.608 INFO E| Compiling heck v0.4.1
32532025-08-01T20:58:22.858Z[ helios-setup] Aug 01 20:58:20.974 INFO E| Compiling powerfmt v0.2.0
32542025-08-01T20:58:23.748Z[ helios-setup] Aug 01 20:58:21.864 INFO E| Compiling tinyvec_macros v0.1.1
32552025-08-01T20:58:24.042Z[ helios-setup] Aug 01 20:58:22.158 INFO E| Compiling num-conv v0.1.0
32562025-08-01T20:58:24.043Z[ helios-setup] Aug 01 20:58:22.158 INFO E| Compiling time-core v0.1.2
32572025-08-01T20:58:24.043Z[ helios-setup] Aug 01 20:58:22.158 INFO E| Compiling regex-syntax v0.6.29
32582025-08-01T20:58:24.547Z[ helios-setup] Aug 01 20:58:22.663 INFO E| Compiling httparse v1.8.0
32592025-08-01T20:58:24.776Z[ helios-setup] Aug 01 20:58:22.891 INFO E| Compiling time-macros v0.2.18
32602025-08-01T20:58:24.849Z[ helios-setup] Aug 01 20:58:22.964 INFO E| Compiling tinyvec v1.6.0
32612025-08-01T20:58:26.050Z[ helios-setup] Aug 01 20:58:24.164 INFO E| Compiling deranged v0.3.11
32622025-08-01T20:58:27.864Z[ helios-setup] Aug 01 20:58:25.977 INFO E| Compiling const-random-macro v0.1.15
32632025-08-01T20:58:27.974Z[ helios-setup] Aug 01 20:58:26.088 INFO E| Compiling form_urlencoded v1.1.0
32642025-08-01T20:58:28.985Z[ helios-setup] Aug 01 20:58:27.097 INFO E| Compiling hashbrown v0.13.2
32652025-08-01T20:58:29.965Z[ helios-setup] Aug 01 20:58:28.077 INFO E| Compiling chrono v0.4.24
32662025-08-01T20:58:30.058Z[ helios-setup] Aug 01 20:58:28.169 INFO E| Compiling libz-sys v1.1.8
32672025-08-01T20:58:31.349Z[ host-package] Compiling maplit v1.0.2
32682025-08-01T20:58:31.396Z[ helios-setup] Aug 01 20:58:29.507 INFO E| Compiling regex v1.7.3
32692025-08-01T20:58:31.399Z[ helios-setup] Aug 01 20:58:29.507 INFO E| Compiling num_threads v0.1.6
32702025-08-01T20:58:31.654Z[ host-package] Compiling crunchy v0.2.2
32712025-08-01T20:58:31.783Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32722025-08-01T20:58:31.917Z[ helios-setup] Aug 01 20:58:30.007 INFO E| Compiling uuid v1.3.0
32732025-08-01T20:58:31.998Z[ helios-setup] Aug 01 20:58:30.109 INFO E| Compiling dyn-clone v1.0.11
32742025-08-01T20:58:32.048Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32752025-08-01T20:58:32.656Z[ host-package] Compiling dsl_auto_type v0.1.2
32762025-08-01T20:58:33.133Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32772025-08-01T20:58:33.246Z[ helios-setup] Aug 01 20:58:31.356 INFO E| Compiling regress v0.5.0
32782025-08-01T20:58:33.581Z[ helios-setup] Aug 01 20:58:31.678 INFO E| Compiling const-random v0.1.15
32792025-08-01T20:58:33.617Z[ helios-setup] Aug 01 20:58:31.726 INFO E| Compiling unicode-normalization v0.1.22
32802025-08-01T20:58:33.740Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
32812025-08-01T20:58:34.093Z[ helios-setup] Aug 01 20:58:32.202 INFO E| Compiling time v0.3.36
32822025-08-01T20:58:34.827Z[ host-package] Compiling tiny-keccak v2.0.2
32832025-08-01T20:58:35.217Z[ host-package] Compiling diesel_derives v2.2.3
32842025-08-01T20:58:35.283Z[ host-package] Compiling r2d2 v0.8.10
32852025-08-01T20:58:35.733Z[ host-package] Compiling const_format_proc_macros v0.2.34
32862025-08-01T20:58:35.865Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32872025-08-01T20:58:36.133Z[ host-package] Compiling bit-vec v0.6.3
32882025-08-01T20:58:37.008Z[ helios-setup] Aug 01 20:58:35.115 INFO E| Compiling dirs-sys-next v0.1.2
32892025-08-01T20:58:37.056Z[ host-package] Compiling bit-set v0.5.3
32902025-08-01T20:58:37.106Z[ helios-setup] Aug 01 20:58:35.214 INFO E| Compiling tracing-core v0.1.30
32912025-08-01T20:58:37.718Z[ host-package] Compiling proc-macro-error2 v2.0.1
32922025-08-01T20:58:38.394Z[ helios-setup] Aug 01 20:58:36.501 INFO E| Compiling ucd-trie v0.1.5
32932025-08-01T20:58:38.779Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32942025-08-01T20:58:38.995Z[ host-package] Compiling ascii-canvas v3.0.0
32952025-08-01T20:58:39.072Z[ helios-setup] Aug 01 20:58:37.178 INFO E| Compiling unicode-bidi v0.3.13
32962025-08-01T20:58:39.593Z[ host-package] Compiling const_format v0.2.34
32972025-08-01T20:58:39.901Z[ host-package] Compiling ena v0.14.3
32982025-08-01T20:58:40.776Z[ helios-setup] Aug 01 20:58:38.881 INFO E| Compiling idna v0.3.0
32992025-08-01T20:58:41.056Z[ host-package] Compiling regex-syntax v0.6.29
33002025-08-01T20:58:42.307Z[ host-package] Compiling bindgen v0.71.1
33012025-08-01T20:58:42.689Z[ helios-setup] Aug 01 20:58:40.793 INFO E| Compiling pest v2.5.7
33022025-08-01T20:58:43.588Z[ host-package] Compiling diff v0.1.13
33032025-08-01T20:58:44.298Z[ helios-setup] Aug 01 20:58:42.401 INFO E| Compiling toml v0.5.11
33042025-08-01T20:58:44.909Z[ helios-setup] Aug 01 20:58:43.012 INFO E| Compiling serde_tokenstream v0.2.0
33052025-08-01T20:58:45.233Z[ host-package] Compiling tabled_derive v0.10.0
33062025-08-01T20:58:46.229Z[ helios-setup] Aug 01 20:58:44.330 INFO E| Compiling smallvec v1.10.0
33072025-08-01T20:58:48.471Z[ helios-setup] Aug 01 20:58:46.571 INFO E| Compiling parking_lot v0.12.1
33082025-08-01T20:58:50.060Z[ host-package] Compiling lalrpop v0.19.12
33092025-08-01T20:58:50.162Z[ helios-setup] Aug 01 20:58:48.262 INFO E| Compiling proc-macro-crate v1.2.1
33102025-08-01T20:58:50.502Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33112025-08-01T20:58:50.650Z[ helios-setup] Aug 01 20:58:48.749 INFO E| Compiling tracing v0.1.37
33122025-08-01T20:58:51.121Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33132025-08-01T20:58:51.403Z[ helios-setup] Aug 01 20:58:49.502 INFO E| Compiling dirs-next v2.0.0
33142025-08-01T20:58:52.140Z[ helios-setup] Aug 01 20:58:50.238 INFO E| Compiling futures-executor v0.3.28
33152025-08-01T20:58:52.153Z[ helios-setup] Aug 01 20:58:50.251 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33162025-08-01T20:58:53.197Z[ helios-setup] Aug 01 20:58:51.286 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33172025-08-01T20:58:53.925Z[ helios-setup] Aug 01 20:58:52.022 INFO E| Compiling time v0.1.45
33182025-08-01T20:58:54.001Z[ helios-setup] Aug 01 20:58:52.098 INFO E| Compiling thread_local v1.1.7
33192025-08-01T20:58:54.131Z[ helios-setup] Aug 01 20:58:52.227 INFO E| Compiling iana-time-zone v0.1.56
33202025-08-01T20:58:54.252Z[ helios-setup] Aug 01 20:58:52.349 INFO E| Compiling crc32fast v1.3.2
33212025-08-01T20:58:54.605Z[ host-package] Compiling diesel v2.2.11
33222025-08-01T20:58:54.998Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33232025-08-01T20:58:55.672Z[ helios-setup] Aug 01 20:58:53.766 INFO E| Compiling semver v1.0.17
33242025-08-01T20:58:55.933Z[ host-package] Compiling papergrid v0.14.0
33252025-08-01T20:58:56.451Z[ host-package] Compiling num-derive v0.3.3
33262025-08-01T20:58:57.764Z[ helios-setup] Aug 01 20:58:55.859 INFO E| Compiling futures v0.3.28
33272025-08-01T20:58:58.063Z[ helios-setup] Aug 01 20:58:56.157 INFO E| Compiling term v0.7.0
33282025-08-01T20:58:58.127Z[ helios-setup] Aug 01 20:58:56.221 INFO E| Compiling num_enum_derive v0.5.7
33292025-08-01T20:58:58.261Z[ helios-setup] Aug 01 20:58:56.355 INFO E| Compiling semver-parser v0.10.2
33302025-08-01T20:59:00.338Z[ host-package] Compiling libscf-sys v1.1.0
33312025-08-01T20:59:01.007Z[ helios-setup] Aug 01 20:58:59.100 INFO E| Compiling url v2.3.1
33322025-08-01T20:59:01.063Z[ host-package] Compiling tabled v0.18.0
33332025-08-01T20:59:04.303Z[ helios-setup] Aug 01 20:59:02.393 INFO E| Compiling atty v0.2.14
33342025-08-01T20:59:04.837Z[ helios-setup] Aug 01 20:59:02.928 INFO E| Compiling adler v1.0.2
33352025-08-01T20:59:05.033Z[ helios-setup] Aug 01 20:59:03.123 INFO E| Compiling same-file v1.0.6
33362025-08-01T20:59:05.558Z[ helios-setup] Aug 01 20:59:03.648 INFO E| Compiling try-lock v0.2.4
33372025-08-01T20:59:05.862Z[ helios-setup] Aug 01 20:59:03.952 INFO E| Compiling walkdir v2.3.3
33382025-08-01T20:59:05.973Z[ helios-setup] Aug 01 20:59:04.062 INFO E| Compiling tokio-util v0.7.7
33392025-08-01T20:59:06.124Z[ helios-setup] Aug 01 20:59:04.214 INFO E| Compiling want v0.3.0
33402025-08-01T20:59:06.534Z[ helios-setup] Aug 01 20:59:04.623 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33412025-08-01T20:59:07.133Z[ helios-setup] Aug 01 20:59:05.222 INFO E| Compiling miniz_oxide v0.6.2
33422025-08-01T20:59:10.347Z[ helios-setup] Aug 01 20:59:08.433 INFO E| Compiling h2 v0.3.16
33432025-08-01T20:59:10.417Z[ helios-setup] Aug 01 20:59:08.504 INFO E| Compiling slog-term v2.9.0
33442025-08-01T20:59:13.177Z[ helios-setup] Aug 01 20:59:11.262 INFO E| Compiling num_enum v0.5.7
33452025-08-01T20:59:13.248Z[ helios-setup] Aug 01 20:59:11.333 INFO E| Compiling semver v0.11.0
33462025-08-01T20:59:15.022Z[ helios-setup] Aug 01 20:59:13.106 INFO E| Compiling http-body v0.4.5
33472025-08-01T20:59:15.625Z[ helios-setup] Aug 01 20:59:13.708 INFO E| Compiling sha2 v0.10.6
33482025-08-01T20:59:16.171Z[ helios-setup] Aug 01 20:59:14.254 INFO E| Compiling ring v0.16.20
33492025-08-01T20:59:17.175Z[ helios-setup] Aug 01 20:59:15.257 INFO E| Compiling rand_core v0.6.4
33502025-08-01T20:59:18.821Z[ helios-setup] Aug 01 20:59:16.902 INFO E| Compiling tower-service v0.3.2
33512025-08-01T20:59:18.873Z[ helios-setup] Aug 01 20:59:16.955 INFO E| Compiling home v0.5.4
33522025-08-01T20:59:19.109Z[ helios-setup] Aug 01 20:59:17.188 INFO E| Compiling utf8parse v0.2.1
33532025-08-01T20:59:19.597Z[ helios-setup] Aug 01 20:59:17.677 INFO E| Compiling lazy_static v1.4.0
33542025-08-01T20:59:19.672Z[ helios-setup] Aug 01 20:59:17.753 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33552025-08-01T20:59:20.092Z[ helios-setup] Aug 01 20:59:18.172 INFO E| Compiling httpdate v1.0.2
33562025-08-01T20:59:20.822Z[ helios-setup] Aug 01 20:59:18.902 INFO E| Compiling ppv-lite86 v0.2.17
33572025-08-01T20:59:22.113Z[ helios-setup] Aug 01 20:59:20.192 INFO E| Compiling fastrand v1.9.0
33582025-08-01T20:59:22.836Z[ helios-setup] Aug 01 20:59:20.915 INFO E| Compiling base64 v0.21.0
33592025-08-01T20:59:23.106Z[ helios-setup] Aug 01 20:59:21.185 INFO E| Compiling tempfile v3.5.0
33602025-08-01T20:59:23.232Z[ helios-setup] Aug 01 20:59:21.311 INFO E| Compiling rand_chacha v0.3.1
33612025-08-01T20:59:24.914Z[ helios-setup] Aug 01 20:59:22.991 INFO E| Compiling hyper v0.14.25
33622025-08-01T20:59:26.608Z[ helios-setup] Aug 01 20:59:24.685 INFO E| Compiling toolchain_find v0.2.0
33632025-08-01T20:59:26.819Z[ helios-setup] Aug 01 20:59:24.895 INFO E| Compiling anstyle-parse v0.1.1
33642025-08-01T20:59:31.682Z[ host-package] Compiling polar-core v0.27.3
33652025-08-01T20:59:34.493Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33662025-08-01T20:59:38.735Z[ helios-setup] Aug 01 20:59:36.804 INFO E| Compiling flate2 v1.0.25
33672025-08-01T20:59:39.107Z[ helios-setup] Aug 01 20:59:37.176 INFO E| Compiling cargo-lock v8.0.3
33682025-08-01T20:59:41.293Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33692025-08-01T20:59:41.374Z[ helios-setup] Aug 01 20:59:39.442 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33702025-08-01T20:59:42.606Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33712025-08-01T20:59:44.106Z[ helios-setup] Aug 01 20:59:42.171 INFO E| Compiling serde_urlencoded v0.7.1
33722025-08-01T20:59:44.258Z[ host-package] Compiling derive_builder_core v0.20.2
33732025-08-01T20:59:44.514Z[ helios-setup] Aug 01 20:59:42.549 INFO E| Compiling is-terminal v0.4.7
33742025-08-01T20:59:44.704Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33752025-08-01T20:59:44.783Z[ helios-setup] Aug 01 20:59:42.848 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33762025-08-01T20:59:45.902Z[ helios-setup] Aug 01 20:59:43.966 INFO E| Compiling sha1 v0.10.5
33772025-08-01T20:59:46.704Z[ host-package] Compiling headers-core v0.3.0
33782025-08-01T20:59:47.201Z[ host-package] Compiling libxml v0.3.3
33792025-08-01T20:59:47.687Z[ helios-setup] Aug 01 20:59:45.750 INFO E| Compiling anstyle v0.3.5
33802025-08-01T20:59:48.187Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33812025-08-01T20:59:48.633Z[ host-package] Compiling derive_builder_macro v0.20.2
33822025-08-01T20:59:49.020Z[ helios-setup] Aug 01 20:59:47.082 INFO E| Compiling concolor-override v1.0.0
33832025-08-01T20:59:49.394Z[ helios-setup] Aug 01 20:59:47.445 INFO E| Compiling concolor-query v0.3.3
33842025-08-01T20:59:49.404Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33852025-08-01T20:59:50.077Z[ helios-setup] Aug 01 20:59:48.138 INFO E| Compiling anstream v0.2.6
33862025-08-01T20:59:50.194Z[ host-package] Compiling headers v0.4.1
33872025-08-01T20:59:50.623Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33882025-08-01T20:59:51.687Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33892025-08-01T20:59:52.444Z[ helios-setup] Aug 01 20:59:50.504 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33902025-08-01T20:59:54.180Z[ helios-setup] Aug 01 20:59:52.240 INFO E| Compiling rustfmt-wrapper v0.2.0
33912025-08-01T20:59:54.579Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33922025-08-01T20:59:54.882Z[ helios-setup] Aug 01 20:59:52.941 INFO E| Compiling rand v0.8.5
33932025-08-01T20:59:55.781Z[ helios-setup] Aug 01 20:59:53.840 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33942025-08-01T20:59:56.435Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33952025-08-01T20:59:57.247Z[ helios-setup] Aug 01 20:59:55.305 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33962025-08-01T20:59:57.386Z[ helios-setup] Aug 01 20:59:55.443 INFO E| Compiling openapiv3 v1.0.2
33972025-08-01T20:59:57.832Z[ helios-setup] Aug 01 20:59:55.888 INFO E| Compiling encoding_rs v0.8.32
33982025-08-01T20:59:58.444Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33992025-08-01T20:59:58.757Z[ helios-setup] Aug 01 20:59:56.814 INFO E| Compiling byteorder v1.4.3
34002025-08-01T20:59:59.183Z[ host-package] Compiling strum_macros v0.24.3
34012025-08-01T20:59:59.586Z[ host-package] Compiling convert_case v0.7.1
34022025-08-01T21:00:00.119Z[ helios-setup] Aug 01 20:59:58.174 INFO E| Compiling strsim v0.10.0
34032025-08-01T21:00:01.337Z[ host-package] Compiling termtree v0.5.1
34042025-08-01T21:00:02.097Z[ host-package] Compiling indoc v1.0.9
34052025-08-01T21:00:03.616Z[ helios-setup] Aug 01 21:00:01.669 INFO E| Compiling untrusted v0.7.1
34062025-08-01T21:00:03.953Z[ host-package] Compiling derive_more-impl v2.0.1
34072025-08-01T21:00:04.104Z[ helios-setup] Aug 01 21:00:02.157 INFO E| Compiling clap_lex v0.4.1
34082025-08-01T21:00:04.728Z[ host-package] Compiling samael v0.0.19
34092025-08-01T21:00:05.135Z[ helios-setup] Aug 01 21:00:03.188 INFO E| Compiling project-root v0.2.2
34102025-08-01T21:00:05.561Z[ helios-setup] Aug 01 21:00:03.613 INFO E| Compiling unsafe-libyaml v0.2.8
34112025-08-01T21:00:06.100Z[ helios-setup] Aug 01 21:00:04.152 INFO E| Compiling utf-8 v0.7.6
34122025-08-01T21:00:06.506Z[ helios-setup] Aug 01 21:00:04.557 INFO E| Compiling mime v0.3.17
34132025-08-01T21:00:06.671Z[ helios-setup] Aug 01 21:00:04.723 INFO E| Compiling spin v0.5.2
34142025-08-01T21:00:07.265Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34152025-08-01T21:00:07.465Z[ helios-setup] Aug 01 21:00:05.516 INFO E| Compiling base64 v0.13.1
34162025-08-01T21:00:08.804Z[ host-package] Compiling derive_builder v0.20.2
34172025-08-01T21:00:08.822Z[ helios-setup] Aug 01 21:00:06.872 INFO E| Compiling ipnet v2.7.2
34182025-08-01T21:00:08.916Z[ helios-setup] Aug 01 21:00:06.966 INFO E| Compiling tungstenite v0.18.0
34192025-08-01T21:00:09.066Z[ helios-setup] Aug 01 21:00:07.116 INFO E| Compiling serde_yaml v0.9.21
34202025-08-01T21:00:09.333Z[ helios-setup] Aug 01 21:00:07.383 INFO E| Compiling clap_builder v4.2.1
34212025-08-01T21:00:11.922Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34222025-08-01T21:00:12.788Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34232025-08-01T21:00:14.418Z[ helios-setup] Aug 01 21:00:12.465 INFO E| Compiling reqwest v0.11.16
34242025-08-01T21:00:14.597Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34252025-08-01T21:00:15.325Z[ helios-setup] Aug 01 21:00:13.371 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34262025-08-01T21:00:15.675Z[ host-package] Compiling oso-derive v0.27.3
34272025-08-01T21:00:16.920Z[ host-package] Compiling quick-xml v0.37.2
34282025-08-01T21:00:18.012Z[ host-package] Compiling crc8 v0.1.1
34292025-08-01T21:00:18.256Z[ helios-setup] Aug 01 21:00:16.300 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34302025-08-01T21:00:18.987Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34312025-08-01T21:00:20.621Z[ helios-setup] Aug 01 21:00:18.664 INFO E| Compiling clap_derive v4.2.0
34322025-08-01T21:00:23.197Z[ host-package] Compiling derive_more v2.0.1
34332025-08-01T21:00:24.107Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34342025-08-01T21:00:27.507Z[ host-package] Compiling vte_generate_state_changes v0.1.2
34352025-08-01T21:00:28.299Z[ host-package] Compiling diesel-dtrace v0.4.2
34362025-08-01T21:00:28.953Z[ host-package] Compiling arc-swap v1.7.1
34372025-08-01T21:00:29.336Z[ host-package] Compiling siphasher v1.0.1
34382025-08-01T21:00:29.873Z[ helios-setup] Aug 01 21:00:27.910 INFO E| Compiling crossbeam-utils v0.8.14
34392025-08-01T21:00:30.316Z[ host-package] Compiling phf_shared v0.12.1
34402025-08-01T21:00:30.414Z[ host-package] Compiling slog-scope v4.4.0
34412025-08-01T21:00:31.330Z[ helios-setup] Aug 01 21:00:29.366 INFO E| Compiling clap v4.2.1
34422025-08-01T21:00:31.790Z[ host-package] Compiling vte v0.11.1
34432025-08-01T21:00:31.993Z[ host-package] Compiling crossterm v0.29.0
34442025-08-01T21:00:33.108Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34452025-08-01T21:00:35.007Z[ helios-setup] Aug 01 21:00:33.041 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34462025-08-01T21:00:35.221Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34472025-08-01T21:00:35.964Z[ host-package] Compiling oso v0.27.3
34482025-08-01T21:00:46.013Z[ host-package] Compiling bb8 v0.8.5
34492025-08-01T21:00:47.275Z[ host-package] Compiling unicase v2.7.0
34502025-08-01T21:00:48.096Z[ helios-setup] Aug 01 21:00:46.122 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34512025-08-01T21:00:48.413Z[ host-package] Compiling xshell-macros v0.2.7
34522025-08-01T21:00:49.856Z[ helios-setup] Aug 01 21:00:47.880 INFO E| Compiling tokio-tungstenite v0.18.0
34532025-08-01T21:00:50.152Z[ host-package] Compiling chrono-tz v0.10.4
34542025-08-01T21:00:51.033Z[ helios-setup] Aug 01 21:00:49.057 INFO E| Compiling smartstring v1.0.1
34552025-08-01T21:00:51.398Z[ host-package] Compiling xshell v0.2.7
34562025-08-01T21:00:52.151Z[ helios-setup] Aug 01 21:00:50.174 INFO E| Compiling rustls v0.21.0
34572025-08-01T21:00:56.230Z[ host-package] Compiling async-bb8-diesel v0.2.1
34582025-08-01T21:00:58.151Z[ helios-setup] Aug 01 21:00:56.171 INFO E| Compiling serde_spanned v0.6.1
34592025-08-01T21:00:58.421Z[ host-package] Compiling strip-ansi-escapes v0.2.0
34602025-08-01T21:00:59.170Z[ helios-setup] Aug 01 21:00:57.188 INFO E| Compiling toml_datetime v0.6.1
34612025-08-01T21:01:00.059Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34622025-08-01T21:01:00.115Z[ helios-setup] Aug 01 21:00:58.132 INFO E| Compiling camino v1.1.4
34632025-08-01T21:01:00.520Z[ helios-setup] Aug 01 21:00:58.538 INFO E| Compiling winnow v0.4.1
34642025-08-01T21:01:00.523Z[ helios-setup] Aug 01 21:00:58.538 INFO E| Compiling match_cfg v0.1.0
34652025-08-01T21:01:01.032Z[ helios-setup] Aug 01 21:00:59.049 INFO E| Compiling slog-async v2.7.0
34662025-08-01T21:01:01.121Z[ helios-setup] Aug 01 21:00:59.138 INFO E| Compiling async-trait v0.1.68
34672025-08-01T21:01:01.814Z[ helios-setup] Aug 01 21:00:59.831 INFO E| Compiling static_assertions v1.1.0
34682025-08-01T21:01:02.141Z[ helios-setup] Aug 01 21:01:00.158 INFO E| Compiling paste v1.0.12
34692025-08-01T21:01:03.109Z[ helios-setup] Aug 01 21:01:01.125 INFO E| Compiling hostname v0.3.1
34702025-08-01T21:01:03.596Z[ helios-setup] Aug 01 21:01:01.612 INFO E| Compiling crossbeam-channel v0.5.6
34712025-08-01T21:01:03.710Z[ helios-setup] Aug 01 21:01:01.726 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34722025-08-01T21:01:04.059Z[ helios-setup] Aug 01 21:01:02.074 INFO E| Compiling slog-json v2.6.1
34732025-08-01T21:01:04.150Z[ helios-setup] Aug 01 21:01:02.165 INFO E| Compiling bincode v1.3.3
34742025-08-01T21:01:05.292Z[ helios-setup] Aug 01 21:01:03.307 INFO E| Compiling unicode-linebreak v0.1.4
34752025-08-01T21:01:06.430Z[ helios-setup] Aug 01 21:01:04.444 INFO E| Compiling async-stream-impl v0.3.5
34762025-08-01T21:01:06.873Z[ helios-setup] Aug 01 21:01:04.887 INFO E| Compiling rhai_codegen v1.5.0
34772025-08-01T21:01:07.371Z[ helios-setup] Aug 01 21:01:05.385 INFO E| Compiling toml_edit v0.19.8
34782025-08-01T21:01:08.148Z[ host-package] Compiling slog-stdlog v4.1.1
34792025-08-01T21:01:09.228Z[ helios-setup] Aug 01 21:01:07.240 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34802025-08-01T21:01:09.552Z[ helios-setup] Aug 01 21:01:07.564 INFO E| Compiling allocator-api2 v0.2.21
34812025-08-01T21:01:09.862Z[ host-package] Compiling phf v0.12.1
34822025-08-01T21:01:10.567Z[ helios-setup] Aug 01 21:01:08.578 INFO E| Compiling equivalent v1.0.2
34832025-08-01T21:01:10.633Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34842025-08-01T21:01:11.285Z[ helios-setup] Aug 01 21:01:09.296 INFO E| Compiling foldhash v0.1.5
34852025-08-01T21:01:11.487Z[ helios-setup] Aug 01 21:01:09.498 INFO E| Compiling take_mut v0.2.2
34862025-08-01T21:01:11.779Z[ helios-setup] Aug 01 21:01:09.789 INFO E| Compiling rhai v1.14.0
34872025-08-01T21:01:12.225Z[ helios-setup] Aug 01 21:01:10.236 INFO E| Compiling hashbrown v0.15.3
34882025-08-01T21:01:12.423Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34892025-08-01T21:01:12.980Z[ helios-setup] Aug 01 21:01:10.990 INFO E| Compiling async-stream v0.3.5
34902025-08-01T21:01:13.381Z[ host-package] Compiling fd-lock v4.0.2
34912025-08-01T21:01:14.123Z[ helios-setup] Aug 01 21:01:12.132 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34922025-08-01T21:01:14.134Z[ host-package] Compiling peg-macros v0.8.5
34932025-08-01T21:01:14.338Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34942025-08-01T21:01:16.166Z[ helios-setup] Aug 01 21:01:14.174 INFO E| Compiling sct v0.7.0
34952025-08-01T21:01:16.217Z[ host-package] Compiling nu-ansi-term v0.50.1
34962025-08-01T21:01:16.698Z[ helios-setup] Aug 01 21:01:14.705 INFO E| Compiling rustls-webpki v0.100.1
34972025-08-01T21:01:17.303Z[ helios-setup] Aug 01 21:01:15.311 INFO E| Compiling toml v0.7.3
34982025-08-01T21:01:18.961Z[ host-package] Compiling reedline v0.40.0
34992025-08-01T21:01:20.227Z[ host-package] Compiling peg v0.8.5
35002025-08-01T21:01:21.198Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35012025-08-01T21:01:21.519Z[ helios-setup] Aug 01 21:01:19.524 INFO E| Compiling slog-bunyan v2.4.0
35022025-08-01T21:01:24.402Z[ helios-setup] Aug 01 21:01:22.405 INFO E| Compiling rustls-pemfile v1.0.2
35032025-08-01T21:01:25.726Z[ helios-setup] Aug 01 21:01:23.728 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35042025-08-01T21:01:26.516Z[ helios-setup] Aug 01 21:01:24.511 INFO E| Compiling serde_path_to_error v0.1.11
35052025-08-01T21:01:26.632Z[ helios-setup] Aug 01 21:01:24.632 INFO E| Compiling derive-where v1.4.0
35062025-08-01T21:01:27.843Z[ helios-setup] Aug 01 21:01:25.844 INFO E| Compiling tokio-rustls v0.24.0
35072025-08-01T21:01:28.822Z[ helios-setup] Aug 01 21:01:26.822 INFO E| Compiling debug-ignore v1.0.5
35082025-08-01T21:01:29.021Z[ helios-setup] Aug 01 21:01:27.021 INFO E| Compiling rustc-hash v2.1.1
35092025-08-01T21:01:29.756Z[ helios-setup] Aug 01 21:01:27.756 INFO E| Compiling terminal_size v0.2.6
35102025-08-01T21:01:30.313Z[ helios-setup] Aug 01 21:01:28.312 INFO E| Compiling smawk v0.3.1
35112025-08-01T21:01:31.099Z[ helios-setup] Aug 01 21:01:29.097 INFO E| Compiling textwrap v0.16.0
35122025-08-01T21:01:31.201Z[ helios-setup] Aug 01 21:01:29.199 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
35132025-08-01T21:01:31.892Z[ helios-setup] Aug 01 21:01:29.890 INFO E| Compiling iddqd v0.3.1
35142025-08-01T21:01:34.981Z[ host-package] Compiling slog-envlogger v2.2.0
35152025-08-01T21:01:37.068Z[ helios-setup] Aug 01 21:01:35.062 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35162025-08-01T21:01:39.377Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35172025-08-01T21:01:46.054Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35182025-08-01T21:01:54.592Z[ host-package] Compiling typify-impl v0.2.0
35192025-08-01T21:01:59.843Z[ helios-setup] Aug 01 21:01:57.823 INFO E| Compiling git2 v0.16.1
35202025-08-01T21:02:03.492Z[ host-package] Compiling bcs v0.1.6
35212025-08-01T21:02:04.619Z[ host-package] Compiling fxhash v0.2.1
35222025-08-01T21:02:04.755Z[ helios-setup] Aug 01 21:02:02.732 INFO E| Compiling built v0.6.0
35232025-08-01T21:02:04.990Z[ host-package] Compiling libz-sys v1.1.20
35242025-08-01T21:02:05.043Z[ host-package] Compiling half v1.8.3
35252025-08-01T21:02:06.267Z[ host-package] Compiling serde_cbor v0.11.2
35262025-08-01T21:02:06.302Z[ helios-setup] Aug 01 21:02:04.279 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35272025-08-01T21:02:06.609Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35282025-08-01T21:02:06.932Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35292025-08-01T21:02:07.954Z[ helios-setup] Aug 01 21:02:05.929 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35302025-08-01T21:02:08.378Z[ host-package] Compiling typify-macro v0.2.0
35312025-08-01T21:02:08.700Z[ helios-setup] Aug 01 21:02:06.675 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
35322025-08-01T21:02:09.134Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35332025-08-01T21:02:10.220Z[ host-package] Compiling kstat-rs v0.2.4
35342025-08-01T21:02:11.139Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35352025-08-01T21:02:11.550Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35362025-08-01T21:02:12.670Z[ host-package] Compiling nix v0.30.1
35372025-08-01T21:02:12.714Z[ host-package] Compiling nanorand v0.7.0
35382025-08-01T21:02:14.039Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
35392025-08-01T21:02:14.226Z[ host-package] Compiling parking_lot_core v0.8.6
35402025-08-01T21:02:15.377Z[ host-package] Compiling flume v0.11.1
35412025-08-01T21:02:16.863Z[ host-package] Compiling mime_guess v2.0.5
35422025-08-01T21:02:20.179Z[ host-package] Compiling ignore v0.4.23
35432025-08-01T21:02:22.343Z[ helios-setup] Aug 01 21:02:20.309 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35442025-08-01T21:02:25.629Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35452025-08-01T21:02:33.223Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
35462025-08-01T21:02:34.694Z[ helios-setup] Aug 01 21:02:32.653 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35472025-08-01T21:02:36.635Z[ host-package] Compiling castaway v0.2.3
35482025-08-01T21:02:37.275Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
35492025-08-01T21:02:38.587Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
35502025-08-01T21:02:38.726Z[ host-package] Compiling compact_str v0.8.0
35512025-08-01T21:02:39.590Z[ host-package] Compiling globwalk v0.9.1
35522025-08-01T21:02:43.139Z[ host-package] Compiling typify v0.2.0
35532025-08-01T21:02:43.697Z[ host-package] Compiling predicates-tree v1.0.12
35542025-08-01T21:02:44.518Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35552025-08-01T21:02:45.560Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35562025-08-01T21:02:48.264Z[ host-package] Compiling unicode-truncate v1.1.0
35572025-08-01T21:02:50.395Z[ host-package] Compiling lru v0.12.5
35582025-08-01T21:02:51.276Z[ host-package] Compiling vergen v8.3.2
35592025-08-01T21:02:52.332Z[ host-package] Compiling nibble_vec v0.1.0
35602025-08-01T21:02:53.047Z[ host-package] Compiling cargo-platform v0.1.8
35612025-08-01T21:02:54.029Z[ host-package] Compiling instability v0.3.2
35622025-08-01T21:02:56.285Z[ host-package] Compiling atty v0.2.14
35632025-08-01T21:02:56.577Z[ host-package] Compiling endian-type v0.1.2
35642025-08-01T21:02:57.150Z[ host-package] Compiling salty v0.3.0
35652025-08-01T21:02:57.806Z[ host-package] Compiling indoc v2.0.6
35662025-08-01T21:02:58.071Z[ host-package] Compiling cassowary v0.3.0
35672025-08-01T21:02:58.152Z[ host-package] Compiling http-range v0.1.5
35682025-08-01T21:02:58.987Z[ host-package] Compiling ratatui v0.29.0
35692025-08-01T21:02:59.189Z[ helios-setup] Aug 01 21:02:57.133 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35702025-08-01T21:02:59.253Z[ host-package] Compiling radix_trie v0.2.1
35712025-08-01T21:03:00.209Z[ host-package] Compiling cargo_metadata v0.18.1
35722025-08-01T21:03:01.974Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35732025-08-01T21:03:03.311Z[ host-package] Compiling camino-tempfile-ext v0.3.2
35742025-08-01T21:03:11.787Z[ host-package] Compiling parking_lot v0.11.2
35752025-08-01T21:03:15.231Z[ host-package] Compiling progenitor-impl v0.8.0
35762025-08-01T21:03:19.400Z[ host-package] Compiling git2 v0.19.0
35772025-08-01T21:03:23.878Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35782025-08-01T21:03:25.553Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35792025-08-01T21:03:33.112Z[ host-package] Compiling prefix-trie v0.7.0
35802025-08-01T21:03:33.717Z[ host-package] Compiling rand_seeder v0.3.0
35812025-08-01T21:03:34.929Z[ host-package] Compiling lzma-sys v0.1.20
35822025-08-01T21:03:35.106Z[ host-package] Compiling rustls v0.21.12
35832025-08-01T21:03:36.547Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
35842025-08-01T21:03:36.893Z[ host-package] Compiling hickory-server v0.25.2
35852025-08-01T21:03:37.619Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35862025-08-01T21:03:41.327Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
35872025-08-01T21:03:46.893Z[ host-package] Compiling progenitor-macro v0.8.0
35882025-08-01T21:03:51.160Z[ helios-setup] Aug 01 21:03:49.071 INFO E| Finished `release` profile [optimized] target(s) in 6m 03s
35892025-08-01T21:03:51.300Z[ helios-setup] Aug 01 21:03:49.211 INFO building project "pilot" ok (363 seconds)
35902025-08-01T21:03:51.303Z[ helios-setup] rm -f helios-build
35912025-08-01T21:03:51.307Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35922025-08-01T21:03:51.307Z[ helios-setup]
35932025-08-01T21:03:51.310Z[ helios-setup] Setup complete! ./helios-build is now available.
35942025-08-01T21:03:51.310Z[ helios-setup]
35952025-08-01T21:03:51.313Z[ helios-setup]
35962025-08-01T21:03:51.313Z[ helios-setup] real 9:59.513418439
35972025-08-01T21:03:51.313Z[ helios-setup] user 26:08.304174821
35982025-08-01T21:03:51.313Z[ helios-setup] sys 2:19.643413290
35992025-08-01T21:03:51.314Z[ helios-setup] trap 1.519010700
36002025-08-01T21:03:51.314Z[ helios-setup] tflt 4.932926261
36012025-08-01T21:03:51.314Z[ helios-setup] dflt 15.449840250
36022025-08-01T21:03:51.314Z[ helios-setup] kflt 0.024605975
36032025-08-01T21:03:51.314Z[ helios-setup] lock 2:04:31.642249131
36042025-08-01T21:03:51.314Z[ helios-setup] slp 3:12:54.111624959
36052025-08-01T21:03:51.314Z[ helios-setup] lat 28:51.467992048
36062025-08-01T21:03:51.314Z[ helios-setup] stop 4:45.879249490
36072025-08-01T21:03:51.314ZAug 01 21:03:49.223 INFO [helios-setup] process exited with exit status: 0 (599.516848905s)
36082025-08-01T21:03:51.314ZAug 01 21:03:49.223 INFO [helios-record] running task
36092025-08-01T21:03:51.314ZAug 01 21:03:49.224 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36102025-08-01T21:03:51.318ZAug 01 21:03:49.230 DEBG process exited with exit status: 0 (5.934831ms)
36112025-08-01T21:03:51.318ZAug 01 21:03:49.230 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36122025-08-01T21:03:51.324ZAug 01 21:03:49.235 DEBG process exited with exit status: 0 (5.480316ms)
36132025-08-01T21:03:51.327ZAug 01 21:03:49.235 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36142025-08-01T21:03:51.330ZAug 01 21:03:49.241 DEBG process exited with exit status: 0 (5.312488ms)
36152025-08-01T21:03:51.330ZAug 01 21:03:49.241 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36162025-08-01T21:03:51.335ZAug 01 21:03:49.246 DEBG process exited with exit status: 0 (5.107841ms)
36172025-08-01T21:03:51.335ZAug 01 21:03:49.246 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36182025-08-01T21:03:51.340ZAug 01 21:03:49.251 DEBG process exited with exit status: 0 (4.802036ms)
36192025-08-01T21:03:51.340ZAug 01 21:03:49.251 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36202025-08-01T21:03:51.344ZAug 01 21:03:49.256 DEBG process exited with exit status: 0 (4.836385ms)
36212025-08-01T21:03:51.344ZAug 01 21:03:49.256 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36222025-08-01T21:03:51.349ZAug 01 21:03:49.261 DEBG process exited with exit status: 0 (5.019595ms)
36232025-08-01T21:03:51.349ZAug 01 21:03:49.261 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36242025-08-01T21:03:51.354ZAug 01 21:03:49.266 DEBG process exited with exit status: 0 (4.951846ms)
36252025-08-01T21:03:51.357ZAug 01 21:03:49.267 INFO [helios-record] task succeeded (43.156835ms)
36262025-08-01T21:03:54.612Z[ host-package] Compiling hyper-staticfile v0.10.1
36272025-08-01T21:03:57.150Z[ host-package] Compiling sled v0.34.7
36282025-08-01T21:03:58.045Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36292025-08-01T21:04:03.711Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
36302025-08-01T21:04:09.029Z[ host-package] Compiling hickory-client v0.25.2
36312025-08-01T21:04:12.374Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36322025-08-01T21:04:13.007Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36332025-08-01T21:04:13.616Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36342025-08-01T21:04:15.101Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36352025-08-01T21:04:16.807Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
36362025-08-01T21:04:18.367Z[ host-package] Compiling progenitor-client v0.8.0
36372025-08-01T21:04:18.610Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36382025-08-01T21:04:18.996Z[ host-package] Compiling rustls-webpki v0.101.7
36392025-08-01T21:04:19.291Z[ host-package] Compiling sct v0.7.1
36402025-08-01T21:04:19.761Z[ host-package] Compiling primeorder v0.13.6
36412025-08-01T21:04:19.795Z[ host-package] Compiling heck v0.3.3
36422025-08-01T21:04:20.176Z[ host-package] Compiling env_filter v0.1.2
36432025-08-01T21:04:20.352Z[ host-package] Compiling csv-core v0.1.11
36442025-08-01T21:04:21.230Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
36452025-08-01T21:04:21.617Z[ host-package] Compiling void v1.0.2
36462025-08-01T21:04:21.812Z[ host-package] Compiling lzss v0.8.2
36472025-08-01T21:04:21.845Z[ host-package] Compiling csv v1.3.1
36482025-08-01T21:04:22.300Z[ host-package] Compiling env_logger v0.11.5
36492025-08-01T21:04:22.689Z[ host-package] Compiling p384 v0.13.0
36502025-08-01T21:04:23.662Z[ host-package] Compiling zone_cfg_derive v0.1.2
36512025-08-01T21:04:24.978Z[ host-package] Compiling progenitor v0.8.0
36522025-08-01T21:04:25.273Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36532025-08-01T21:04:26.385Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36542025-08-01T21:04:28.504Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36552025-08-01T21:04:30.370Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
36562025-08-01T21:04:31.015Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36572025-08-01T21:04:31.562Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36582025-08-01T21:04:33.999Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
36592025-08-01T21:04:35.596Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36602025-08-01T21:04:35.997Z[ host-package] Compiling tungstenite v0.23.0
36612025-08-01T21:04:38.200Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36622025-08-01T21:04:38.592Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36632025-08-01T21:04:38.972Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36642025-08-01T21:04:39.364Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36652025-08-01T21:04:40.086Z[ host-package] Compiling nix v0.27.1
36662025-08-01T21:04:41.320Z[ host-package] Compiling serde_bytes v0.11.17
36672025-08-01T21:04:41.892Z[ host-package] Compiling base64 v0.13.1
36682025-08-01T21:04:42.728Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
36692025-08-01T21:04:42.795Z[ host-package] Compiling number_prefix v0.4.0
36702025-08-01T21:04:43.106Z[ host-package] Compiling indicatif v0.17.11
36712025-08-01T21:04:43.192Z[ host-package] Compiling ron v0.7.1
36722025-08-01T21:04:46.654Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36732025-08-01T21:04:47.522Z[ host-package] Compiling tokio-tungstenite v0.23.1
36742025-08-01T21:04:48.226Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36752025-08-01T21:04:48.261Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36762025-08-01T21:04:49.382Z[ host-package] Compiling xz2 v0.1.7
36772025-08-01T21:04:50.019Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
36782025-08-01T21:04:51.354Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36792025-08-01T21:04:53.639Z[ host-package] Compiling tokio-rustls v0.24.1
36802025-08-01T21:04:54.143Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36812025-08-01T21:04:54.325Z[ host-package] Compiling zone v0.1.8
36822025-08-01T21:04:55.546Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36832025-08-01T21:04:57.710Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36842025-08-01T21:04:59.433Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36852025-08-01T21:04:59.903Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36862025-08-01T21:05:06.259Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36872025-08-01T21:05:09.694Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36882025-08-01T21:05:10.875Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36892025-08-01T21:05:12.913Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
36902025-08-01T21:05:13.881Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36912025-08-01T21:05:14.390Z[ host-package] Compiling rustls-pemfile v1.0.4
36922025-08-01T21:05:15.176Z[ host-package] Compiling signal-hook-tokio v0.3.1
36932025-08-01T21:05:15.463Z[ host-package] Compiling twox-hash v2.1.0
36942025-08-01T21:05:16.556Z[ host-package] Compiling yasna v0.5.2
36952025-08-01T21:05:18.315Z[ host-package] Compiling secrecy v0.8.0
36962025-08-01T21:05:18.649Z[ host-package] Compiling is_ci v1.2.0
36972025-08-01T21:05:18.870Z[ host-package] Compiling supports-color v3.0.2
36982025-08-01T21:05:19.371Z[ host-package] Compiling rcgen v0.12.1
36992025-08-01T21:05:19.864Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37002025-08-01T21:05:29.557Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37012025-08-01T21:05:29.755Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37022025-08-01T21:05:29.886Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37032025-08-01T21:05:36.087Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
37042025-08-01T21:05:40.466Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
37052025-08-01T21:05:45.131Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37062025-08-01T21:05:48.438Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
37072025-08-01T21:05:51.066Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
37082025-08-01T21:05:53.755Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37092025-08-01T21:05:53.792Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37102025-08-01T21:05:55.099Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37112025-08-01T21:06:02.310Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37122025-08-01T21:06:03.959Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37132025-08-01T21:06:08.404Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37142025-08-01T21:06:08.732Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37152025-08-01T21:06:13.458Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37162025-08-01T21:06:13.843Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37172025-08-01T21:06:14.296Z[ host-package] Compiling fatfs v0.3.6
37182025-08-01T21:06:14.653Z[ host-package] Compiling subprocess v0.2.9
37192025-08-01T21:06:15.694Z[ host-package] Compiling rtoolbox v0.0.2
37202025-08-01T21:06:16.163Z[ host-package] Compiling assert_matches v1.5.0
37212025-08-01T21:06:17.108Z[ host-package] Compiling rpassword v7.4.0
37222025-08-01T21:06:17.616Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37232025-08-01T21:06:19.228Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242025-08-01T21:06:19.728Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37252025-08-01T21:06:25.190Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37262025-08-01T21:06:30.621Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37272025-08-01T21:06:37.285Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37282025-08-01T21:06:57.255Z[ host-package] Compiling tui-tree-widget v0.23.1
37292025-08-01T21:06:57.769Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37302025-08-01T21:07:01.083Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37312025-08-01T21:07:01.467Z[ host-package] Compiling uzers v0.12.1
37322025-08-01T21:07:04.569Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37332025-08-01T21:07:05.897Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37342025-08-01T21:07:08.028Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37352025-08-01T21:07:24.075Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37362025-08-01T21:07:35.031Z[ host-package] Compiling support-bundle-viewer v0.1.2
37372025-08-01T21:07:36.251Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37382025-08-01T21:07:38.705Z[ host-package] Compiling multimap v0.10.1
37392025-08-01T21:09:46.094Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37402025-08-01T21:18:04.854Z[ host-package] Finished `release` profile [optimized] target(s) in 22m 22s
37412025-08-01T21:19:03.167ZAug 01 21:18:58.451 INFO [host-package] process exited with exit status: 0 (1399.00664284s)
37422025-08-01T21:19:03.167ZAug 01 21:18:58.451 INFO [host-stamp] running task
37432025-08-01T21:19:03.180ZAug 01 21:18:58.451 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
37442025-08-01T21:19:03.180ZAug 01 21:18:58.451 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 16.0.0-0.ci+git23f1d3cfc1a
37452025-08-01T21:19:03.180ZAug 01 21:18:58.452 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 16.0.0-0.ci+git23f1d3cfc1a
37462025-08-01T21:19:03.180ZAug 01 21:18:58.452 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 16.0.0-0.ci+git23f1d3cfc1a
37472025-08-01T21:19:03.180ZAug 01 21:18:58.452 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 16.0.0-0.ci+git23f1d3cfc1a
37482025-08-01T21:19:03.180ZAug 01 21:18:58.452 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 16.0.0-0.ci+git23f1d3cfc1a
37492025-08-01T21:19:03.180ZAug 01 21:18:58.453 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 16.0.0-0.ci+git23f1d3cfc1a
37502025-08-01T21:19:03.180ZAug 01 21:18:58.453 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 16.0.0-0.ci+git23f1d3cfc1a
37512025-08-01T21:19:03.180ZAug 01 21:18:58.455 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 16.0.0-0.ci+git23f1d3cfc1a
37522025-08-01T21:19:03.180Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37532025-08-01T21:19:03.180Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37542025-08-01T21:19:03.180Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
37552025-08-01T21:19:03.180Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37562025-08-01T21:19:03.180Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
37572025-08-01T21:19:03.180Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37582025-08-01T21:19:03.180Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37592025-08-01T21:19:03.180Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37602025-08-01T21:19:03.180Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
37612025-08-01T21:19:03.180Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37622025-08-01T21:19:03.180Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37632025-08-01T21:19:03.180ZAug 01 21:18:58.473 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (20.746585ms)
37642025-08-01T21:19:03.180ZAug 01 21:18:58.476 INFO [stamp-overlay] process exited with exit status: 0 (23.248042ms)
37652025-08-01T21:19:03.180Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37662025-08-01T21:19:03.180ZAug 01 21:18:58.488 INFO [stamp-oxlog] process exited with exit status: 0 (36.254239ms)
37672025-08-01T21:19:03.180Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37682025-08-01T21:19:03.180ZAug 01 21:18:58.585 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.169723ms)
37692025-08-01T21:19:03.180Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
37702025-08-01T21:19:03.180ZAug 01 21:18:58.790 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (337.456984ms)
37712025-08-01T21:19:03.181Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
37722025-08-01T21:19:03.181ZAug 01 21:18:58.911 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (457.910101ms)
37732025-08-01T21:19:03.187Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
37742025-08-01T21:19:03.188ZAug 01 21:18:59.817 INFO [stamp-propolis-server] process exited with exit status: 0 (1.364907729s)
37752025-08-01T21:19:03.188Z[recovery-package] Compiling newtype-uuid v1.2.4
37762025-08-01T21:19:03.188Z[recovery-package] Compiling daft v0.1.4
37772025-08-01T21:19:03.483Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
37782025-08-01T21:19:03.820Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
37792025-08-01T21:19:03.820Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37802025-08-01T21:19:03.823Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37812025-08-01T21:19:03.873Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
37822025-08-01T21:19:04.543Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37832025-08-01T21:19:09.283Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37842025-08-01T21:19:09.286ZAug 01 21:19:06.623 INFO [stamp-switch-asic] process exited with exit status: 0 (8.171199548s)
37852025-08-01T21:19:09.286ZAug 01 21:19:06.623 INFO [host-stamp] task succeeded (8.17236955s)
37862025-08-01T21:19:09.286ZAug 01 21:19:06.623 INFO [host-proto] running task
37872025-08-01T21:19:09.793ZAug 01 21:19:07.130 INFO [host-proto] task succeeded (506.380224ms)
37882025-08-01T21:19:09.793ZAug 01 21:19:07.130 INFO [host-profile] running task
37892025-08-01T21:19:09.797ZAug 01 21:19:07.130 INFO [host-profile] task succeeded (209.553µs)
37902025-08-01T21:19:09.797ZAug 01 21:19:07.130 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.396' -P /tmp/.tmpsKVwmA/proto/host/root -N 'ci 23f1d3c/${os_short_commit} 2025-08-01 20:53' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37912025-08-01T21:19:09.801Z[ host-image] Aug 01 21:19:07.138 INFO Checking files for board 'gimlet'
37922025-08-01T21:19:09.804Z[ host-image] Aug 01 21:19:07.138 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37932025-08-01T21:19:09.804Z[ host-image] Aug 01 21:19:07.138 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
37942025-08-01T21:19:09.804Z[ host-image] Aug 01 21:19:07.138 INFO Checking files for board 'cosmo'
37952025-08-01T21:19:09.804Z[ host-image] Aug 01 21:19:07.138 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
37962025-08-01T21:19:09.804Z[ host-image] Aug 01 21:19:07.138 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
37972025-08-01T21:19:09.813Z[ host-image] Aug 01 21:19:07.149 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsKVwmA/proto/host/root"
37982025-08-01T21:19:09.813Z[ host-image] Aug 01 21:19:07.149 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
37992025-08-01T21:19:09.816Z[ host-image] Aug 01 21:19:07.149 INFO image builder template: ramdisk-01-os...
38002025-08-01T21:19:09.816Z[ host-image] Aug 01 21:19:07.149 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/.tmpsKVwmA/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.396", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38012025-08-01T21:19:09.829Z[ host-image] Aug 01 21:19:07.166 INFO O| Aug 01 21:19:07.165 INFO CREATE DATASET: rpool/images/build/host/output
38022025-08-01T21:19:10.219Z[ host-image] Aug 01 21:19:07.555 INFO O| Aug 01 21:19:07.555 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38032025-08-01T21:19:10.223Z[ host-image] Aug 01 21:19:07.558 INFO O| Aug 01 21:19:07.558 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38042025-08-01T21:19:10.508Z[ host-image] Aug 01 21:19:07.844 INFO O| Aug 01 21:19:07.844 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38052025-08-01T21:19:10.578Z[ host-image] Aug 01 21:19:07.914 INFO O| Aug 01 21:19:07.914 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38062025-08-01T21:19:10.578Z[ host-image] Aug 01 21:19:07.914 INFO O| Aug 01 21:19:07.914 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38072025-08-01T21:19:10.581Z[ host-image] Aug 01 21:19:07.914 INFO O| Aug 01 21:19:07.914 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38082025-08-01T21:19:10.581Z[ host-image] Aug 01 21:19:07.914 INFO O| Aug 01 21:19:07.914 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38092025-08-01T21:19:10.584Z[ host-image] Aug 01 21:19:07.920 INFO O| Aug 01 21:19:07.920 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38102025-08-01T21:19:10.811Z[ host-image] Aug 01 21:19:08.147 INFO O| Aug 01 21:19:08.147 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38112025-08-01T21:19:10.820Z[ host-image] Aug 01 21:19:08.155 INFO O| Aug 01 21:19:08.155 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38122025-08-01T21:19:11.177Z[ host-image] Aug 01 21:19:08.512 INFO O| Aug 01 21:19:08.512 INFO O| Caching catalogs ... Done
38132025-08-01T21:19:11.256Z[ host-image] Aug 01 21:19:08.591 INFO O| Aug 01 21:19:08.591 INFO STEP 0 (pkg_image_create) COMPLETE
38142025-08-01T21:19:11.256Z[ host-image] Aug 01 21:19:08.591 INFO O| Aug 01 21:19:08.591 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38152025-08-01T21:19:11.264Z[ host-image] Aug 01 21:19:08.600 INFO O| Aug 01 21:19:08.600 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"]
38162025-08-01T21:19:11.599Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO STEP 1 (pkg_set_publisher) COMPLETE
38172025-08-01T21:19:11.599Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38182025-08-01T21:19:11.602Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO skip step because feature "publisher_1_name" is not enabled
38192025-08-01T21:19:11.602Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38202025-08-01T21:19:11.602Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO skip step because feature "publisher_2_name" is not enabled
38212025-08-01T21:19:11.602Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38222025-08-01T21:19:11.602Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO skip step because feature "publisher_3_name" is not enabled
38232025-08-01T21:19:11.602Z[ host-image] Aug 01 21:19:08.934 INFO O| Aug 01 21:19:08.934 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38242025-08-01T21:19:11.933Z[ host-image] Aug 01 21:19:09.268 INFO O| Aug 01 21:19:09.268 INFO variant opensolaris.zone is already global
38252025-08-01T21:19:11.933Z[ host-image] Aug 01 21:19:09.268 INFO O| Aug 01 21:19:09.268 INFO STEP 5 (pkg_change_variant) COMPLETE
38262025-08-01T21:19:11.937Z[ host-image] Aug 01 21:19:09.268 INFO O| Aug 01 21:19:09.268 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38272025-08-01T21:19:12.268Z[ host-image] Aug 01 21:19:09.603 INFO O| Aug 01 21:19:09.603 INFO variant opensolaris.imagetype is full; changing to partial
38282025-08-01T21:19:12.268Z[ host-image] Aug 01 21:19:09.603 INFO O| Aug 01 21:19:09.603 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38292025-08-01T21:19:13.374Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38302025-08-01T21:19:13.374Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38312025-08-01T21:19:13.378Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38322025-08-01T21:19:18.389Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38332025-08-01T21:19:18.643Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38342025-08-01T21:19:20.574Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38352025-08-01T21:19:20.778Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38362025-08-01T21:19:21.073Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38372025-08-01T21:19:22.946Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38382025-08-01T21:19:25.416Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38392025-08-01T21:19:40.440Z[ host-image] Aug 01 21:19:37.756 INFO O| Aug 01 21:19:37.756 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38402025-08-01T21:19:48.389Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.97s
38412025-08-01T21:19:49.889ZAug 01 21:19:47.200 INFO [recovery-package] process exited with exit status: 0 (48.748452738s)
38422025-08-01T21:19:49.889ZAug 01 21:19:47.200 INFO [recovery-stamp] running task
38432025-08-01T21:19:49.892ZAug 01 21:19:47.200 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
38442025-08-01T21:19:49.892ZAug 01 21:19:47.200 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 16.0.0-0.ci+git23f1d3cfc1a
38452025-08-01T21:19:49.892ZAug 01 21:19:47.200 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git23f1d3cfc1a
38462025-08-01T21:19:49.899Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38472025-08-01T21:19:49.902Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38482025-08-01T21:19:50.008Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38492025-08-01T21:19:50.012ZAug 01 21:19:47.323 INFO [stamp-installinator] process exited with exit status: 0 (122.707394ms)
38502025-08-01T21:19:50.067Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38512025-08-01T21:19:50.070ZAug 01 21:19:47.382 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (181.786751ms)
38522025-08-01T21:19:50.070ZAug 01 21:19:47.382 INFO [recovery-stamp] task succeeded (182.051691ms)
38532025-08-01T21:19:50.070ZAug 01 21:19:47.382 INFO [recovery-proto] running task
38542025-08-01T21:19:50.071ZAug 01 21:19:47.382 INFO [tuf-stamp] running task
38552025-08-01T21:19:50.074ZAug 01 21:19:47.382 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 16.0.0-0.ci+git23f1d3cfc1a
38562025-08-01T21:19:50.074ZAug 01 21:19:47.383 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 16.0.0-0.ci+git23f1d3cfc1a
38572025-08-01T21:19:50.074ZAug 01 21:19:47.383 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 16.0.0-0.ci+git23f1d3cfc1a
38582025-08-01T21:19:50.074ZAug 01 21:19:47.383 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 16.0.0-0.ci+git23f1d3cfc1a
38592025-08-01T21:19:50.078ZAug 01 21:19:47.386 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 16.0.0-0.ci+git23f1d3cfc1a
38602025-08-01T21:19:50.078ZAug 01 21:19:47.386 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 16.0.0-0.ci+git23f1d3cfc1a
38612025-08-01T21:19:50.081ZAug 01 21:19:47.392 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 16.0.0-0.ci+git23f1d3cfc1a
38622025-08-01T21:19:50.081ZAug 01 21:19:47.392 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 16.0.0-0.ci+git23f1d3cfc1a
38632025-08-01T21:19:50.081ZAug 01 21:19:47.392 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 16.0.0-0.ci+git23f1d3cfc1a
38642025-08-01T21:19:50.081ZAug 01 21:19:47.392 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 16.0.0-0.ci+git23f1d3cfc1a
38652025-08-01T21:19:50.081ZAug 01 21:19:47.392 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 16.0.0-0.ci+git23f1d3cfc1a
38662025-08-01T21:19:50.081ZAug 01 21:19:47.392 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 16.0.0-0.ci+git23f1d3cfc1a
38672025-08-01T21:19:50.086Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
38682025-08-01T21:19:50.089Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38692025-08-01T21:19:50.093Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38702025-08-01T21:19:50.096Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38712025-08-01T21:19:50.096Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38722025-08-01T21:19:50.096Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38732025-08-01T21:19:50.100Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38742025-08-01T21:19:50.100Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38752025-08-01T21:19:50.100Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38762025-08-01T21:19:50.100Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38772025-08-01T21:19:50.100Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38782025-08-01T21:19:50.104Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38792025-08-01T21:19:50.223Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38802025-08-01T21:19:50.256ZAug 01 21:19:47.566 INFO [recovery-proto] task succeeded (184.805685ms)
38812025-08-01T21:19:50.256ZAug 01 21:19:47.567 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.396' -P /tmp/.tmpsKVwmA/proto/recovery/root -N 'recovery 23f1d3c/${os_short_commit} 2025-08-01 20:53' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38822025-08-01T21:19:50.284ZAug 01 21:19:47.595 INFO [stamp-probe] process exited with exit status: 0 (212.432261ms)
38832025-08-01T21:19:50.292Z[ recovery-image] Aug 01 21:19:47.603 INFO Checking files for board 'gimlet'
38842025-08-01T21:19:50.292Z[ recovery-image] Aug 01 21:19:47.603 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38852025-08-01T21:19:50.292Z[ recovery-image] Aug 01 21:19:47.603 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
38862025-08-01T21:19:50.295Z[ recovery-image] Aug 01 21:19:47.603 INFO Checking files for board 'cosmo'
38872025-08-01T21:19:50.295Z[ recovery-image] Aug 01 21:19:47.603 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38882025-08-01T21:19:50.295Z[ recovery-image] Aug 01 21:19:47.603 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
38892025-08-01T21:19:50.306Z[ recovery-image] Aug 01 21:19:47.617 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsKVwmA/proto/recovery/root"
38902025-08-01T21:19:50.306Z[ recovery-image] Aug 01 21:19:47.617 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38912025-08-01T21:19:50.306Z[ recovery-image] Aug 01 21:19:47.617 INFO image builder template: ramdisk-01-os...
38922025-08-01T21:19:50.309Z[ recovery-image] Aug 01 21:19:47.617 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/.tmpsKVwmA/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.396", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38932025-08-01T21:19:50.331Z[ recovery-image] Aug 01 21:19:47.641 INFO O| Aug 01 21:19:47.641 INFO CREATE DATASET: rpool/images/build/recovery/output
38942025-08-01T21:19:50.686Z[ host-image] Aug 01 21:19:47.996 INFO O| Aug 01 21:19:47.996 INFO O| Startup: Caching catalogs ... Done
38952025-08-01T21:19:50.826Z[ host-image] Aug 01 21:19:48.136 INFO O| Aug 01 21:19:48.136 INFO O| Planning: Planning completed in 0.00 seconds
38962025-08-01T21:19:50.829Z[ host-image] Aug 01 21:19:48.137 INFO O| Aug 01 21:19:48.137 INFO O| Planning: Consolidating action changes ... Done
38972025-08-01T21:19:50.829Z[ host-image] Aug 01 21:19:48.137 INFO O| Aug 01 21:19:48.137 INFO O| Planning: Evaluating mediators ... Done
38982025-08-01T21:19:50.829Z[ host-image] Aug 01 21:19:48.138 INFO O| Aug 01 21:19:48.138 INFO O| Planning: Planning completed in 0.00 seconds
38992025-08-01T21:19:50.829Z[ host-image] Aug 01 21:19:48.138 INFO O| Aug 01 21:19:48.138 INFO O| Variants/Facets to change: 1
39002025-08-01T21:19:50.833Z[ recovery-image] Aug 01 21:19:48.140 INFO O| Aug 01 21:19:48.140 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39012025-08-01T21:19:50.836Z[ recovery-image] Aug 01 21:19:48.146 INFO O| Aug 01 21:19:48.145 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39022025-08-01T21:19:50.978Z[ host-image] Aug 01 21:19:48.288 INFO O| Aug 01 21:19:48.282 INFO O| Done
39032025-08-01T21:19:50.978Z[ host-image] Aug 01 21:19:48.288 INFO O| Aug 01 21:19:48.282 INFO O| Done
39042025-08-01T21:19:51.309Z[ recovery-image] Aug 01 21:19:48.619 INFO O| Aug 01 21:19:48.619 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
39052025-08-01T21:19:51.418Z[ recovery-image] Aug 01 21:19:48.728 INFO O| Aug 01 21:19:48.728 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39062025-08-01T21:19:51.418Z[ recovery-image] Aug 01 21:19:48.729 INFO O| Aug 01 21:19:48.728 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
39072025-08-01T21:19:51.422Z[ recovery-image] Aug 01 21:19:48.729 INFO O| Aug 01 21:19:48.729 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
39082025-08-01T21:19:51.422Z[ recovery-image] Aug 01 21:19:48.729 INFO O| Aug 01 21:19:48.729 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
39092025-08-01T21:19:51.427Z[ recovery-image] Aug 01 21:19:48.738 INFO O| Aug 01 21:19:48.738 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
39102025-08-01T21:19:51.614Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39112025-08-01T21:19:51.679Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
39122025-08-01T21:19:51.682Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39132025-08-01T21:19:51.694ZAug 01 21:19:49.004 INFO [stamp-ntp] process exited with exit status: 0 (1.61627157s)
39142025-08-01T21:19:51.728Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
39152025-08-01T21:19:51.747ZAug 01 21:19:49.057 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.666713469s)
39162025-08-01T21:19:51.960Z[ recovery-image] Aug 01 21:19:49.270 INFO O| Aug 01 21:19:49.270 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172025-08-01T21:19:51.972Z[ recovery-image] Aug 01 21:19:49.282 INFO O| Aug 01 21:19:49.282 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
39182025-08-01T21:19:52.317Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
39192025-08-01T21:19:52.366Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
39202025-08-01T21:19:52.376ZAug 01 21:19:49.686 INFO [stamp-internal-dns] process exited with exit status: 0 (2.294187693s)
39212025-08-01T21:19:52.381Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
39222025-08-01T21:19:52.386ZAug 01 21:19:49.695 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.308689395s)
39232025-08-01T21:19:52.422ZAug 01 21:19:49.732 INFO [stamp-external-dns] process exited with exit status: 0 (2.348807278s)
39242025-08-01T21:19:52.685Z[ recovery-image] Aug 01 21:19:49.994 INFO O| Aug 01 21:19:49.994 INFO O| Caching catalogs ... Done
39252025-08-01T21:19:52.810Z[ recovery-image] Aug 01 21:19:50.119 INFO O| Aug 01 21:19:50.119 INFO STEP 0 (pkg_image_create) COMPLETE
39262025-08-01T21:19:52.810Z[ recovery-image] Aug 01 21:19:50.119 INFO O| Aug 01 21:19:50.119 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272025-08-01T21:19:52.821Z[ recovery-image] Aug 01 21:19:50.131 INFO O| Aug 01 21:19:50.130 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"]
39282025-08-01T21:19:52.850Z[ host-image] Aug 01 21:19:50.148 INFO O| Aug 01 21:19:50.148 INFO O| Done
39292025-08-01T21:19:52.874Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
39302025-08-01T21:19:52.878ZAug 01 21:19:50.188 INFO [stamp-oximeter] process exited with exit status: 0 (2.805236364s)
39312025-08-01T21:19:52.976Z[ host-image] Aug 01 21:19:50.285 INFO O| Aug 01 21:19:50.285 INFO O| Done
39322025-08-01T21:19:52.980Z[ host-image] Aug 01 21:19:50.287 INFO O| Aug 01 21:19:50.286 INFO O| Done
39332025-08-01T21:19:52.980Z[ host-image] Aug 01 21:19:50.287 INFO O| Aug 01 21:19:50.287 INFO O| Done
39342025-08-01T21:19:52.980Z[ host-image] Aug 01 21:19:50.288 INFO O| Aug 01 21:19:50.288 INFO O| Done
39352025-08-01T21:19:53.364Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO STEP 1 (pkg_set_publisher) COMPLETE
39362025-08-01T21:19:53.364Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372025-08-01T21:19:53.369Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO skip step because feature "publisher_1_name" is not enabled
39382025-08-01T21:19:53.369Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392025-08-01T21:19:53.369Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO skip step because feature "publisher_2_name" is not enabled
39402025-08-01T21:19:53.369Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39412025-08-01T21:19:53.369Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO skip step because feature "publisher_3_name" is not enabled
39422025-08-01T21:19:53.369Z[ recovery-image] Aug 01 21:19:50.673 INFO O| Aug 01 21:19:50.673 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432025-08-01T21:19:53.891Z[ recovery-image] Aug 01 21:19:51.200 INFO O| Aug 01 21:19:51.199 INFO variant opensolaris.zone is already global
39442025-08-01T21:19:53.891Z[ recovery-image] Aug 01 21:19:51.200 INFO O| Aug 01 21:19:51.200 INFO STEP 5 (pkg_change_variant) COMPLETE
39452025-08-01T21:19:53.894Z[ recovery-image] Aug 01 21:19:51.200 INFO O| Aug 01 21:19:51.200 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462025-08-01T21:19:54.367Z[ host-image] Aug 01 21:19:51.675 INFO O| Aug 01 21:19:51.674 INFO STEP 6 (pkg_change_variant) COMPLETE
39472025-08-01T21:19:54.367Z[ host-image] Aug 01 21:19:51.675 INFO O| Aug 01 21:19:51.675 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482025-08-01T21:19:54.367Z[ host-image] Aug 01 21:19:51.675 INFO O| Aug 01 21:19:51.675 INFO skip step because feature "debug_variant" is not enabled
39492025-08-01T21:19:54.367Z[ host-image] Aug 01 21:19:51.675 INFO O| Aug 01 21:19:51.675 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502025-08-01T21:19:54.380Z[ recovery-image] Aug 01 21:19:51.689 INFO O| Aug 01 21:19:51.688 INFO variant opensolaris.imagetype is full; changing to partial
39512025-08-01T21:19:54.380Z[ recovery-image] Aug 01 21:19:51.689 INFO O| Aug 01 21:19:51.689 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39522025-08-01T21:19:54.967Z[ host-image] Aug 01 21:19:52.274 INFO O| Aug 01 21:19:52.274 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39532025-08-01T21:19:55.100Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
39542025-08-01T21:19:55.104ZAug 01 21:19:52.412 INFO [stamp-nexus] process exited with exit status: 0 (5.028386872s)
39552025-08-01T21:19:55.542Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
39562025-08-01T21:19:55.545ZAug 01 21:19:52.853 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.469184231s)
39572025-08-01T21:19:58.337Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39582025-08-01T21:19:58.573Z[verify-libraries] Compiling home v0.5.9
39592025-08-01T21:19:58.600Z[verify-libraries] Compiling cfg_aliases v0.1.1
39602025-08-01T21:19:58.600Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39612025-08-01T21:19:58.600Z[verify-libraries] Compiling sqlparser_derive v0.2.2
39622025-08-01T21:19:58.600Z[verify-libraries] Compiling unicode_categories v0.1.1
39632025-08-01T21:19:58.600Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
39642025-08-01T21:19:58.604Z[verify-libraries] Compiling polyval v0.6.2
39652025-08-01T21:19:58.902Z[verify-libraries] Compiling nix v0.28.0
39662025-08-01T21:19:59.096Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39672025-08-01T21:19:59.302Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39682025-08-01T21:19:59.395ZAug 01 21:19:56.701 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.311822314s)
39692025-08-01T21:19:59.610Z[verify-libraries] Compiling sqlformat v0.3.5
39702025-08-01T21:19:59.788Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
39712025-08-01T21:19:59.814ZAug 01 21:19:57.118 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.735207811s)
39722025-08-01T21:19:59.864Z[verify-libraries] Compiling ghash v0.5.1
39732025-08-01T21:19:59.958Z[verify-libraries] Compiling ctr v0.9.2
39742025-08-01T21:20:00.053Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39752025-08-01T21:20:00.060ZAug 01 21:19:57.364 INFO [stamp-clickhouse] process exited with exit status: 0 (9.976713692s)
39762025-08-01T21:20:00.060ZAug 01 21:19:57.364 INFO [tuf-stamp] task succeeded (9.982328668s)
39772025-08-01T21:20:00.180Z[verify-libraries] Compiling ssh-encoding v0.2.0
39782025-08-01T21:20:00.325Z[verify-libraries] Compiling sqlparser v0.45.0
39792025-08-01T21:20:00.451Z[verify-libraries] Compiling aes-gcm v0.10.3
39802025-08-01T21:20:00.845Z[verify-libraries] Compiling blowfish v0.9.1
39812025-08-01T21:20:00.891Z[verify-libraries] Compiling ssh-cipher v0.2.0
39822025-08-01T21:20:01.641Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
39832025-08-01T21:20:02.243Z[verify-libraries] Compiling password-hash v0.4.2
39842025-08-01T21:20:04.585Z[verify-libraries] Compiling rustyline v14.0.0
39852025-08-01T21:20:05.357Z[verify-libraries] Compiling pbkdf2 v0.11.0
39862025-08-01T21:20:05.910Z[verify-libraries] Compiling ssh-key v0.6.6
39872025-08-01T21:20:07.279Z[verify-libraries] Compiling p521 v0.13.3
39882025-08-01T21:20:07.937Z[verify-libraries] Compiling p256 v0.13.2
39892025-08-01T21:20:10.267Z[verify-libraries] Compiling petname v2.0.2
39902025-08-01T21:20:10.665Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39912025-08-01T21:20:11.339Z[verify-libraries] Compiling md5 v0.7.0
39922025-08-01T21:20:11.944Z[verify-libraries] Compiling russh-keys v0.45.0
39932025-08-01T21:20:12.137Z[verify-libraries] Compiling num-bigint v0.4.6
39942025-08-01T21:20:19.223Z[verify-libraries] Compiling des v0.8.1
39952025-08-01T21:20:19.958Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
39962025-08-01T21:20:21.021Z[verify-libraries] Compiling hex-literal v0.4.1
39972025-08-01T21:20:21.496Z[verify-libraries] Compiling russh v0.45.0
39982025-08-01T21:20:21.977Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
39992025-08-01T21:20:31.179Z[ recovery-image] Aug 01 21:20:28.464 INFO O| Aug 01 21:20:28.463 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40002025-08-01T21:20:31.449Z[ host-image] Aug 01 21:20:28.734 INFO O| Aug 01 21:20:28.734 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40012025-08-01T21:20:32.289Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40022025-08-01T21:20:33.194Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40032025-08-01T21:20:36.556Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40042025-08-01T21:20:37.886Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40052025-08-01T21:20:46.841Z[ recovery-image] Aug 01 21:20:44.116 INFO O| Aug 01 21:20:44.116 INFO O| Startup: Caching catalogs ... Done
40062025-08-01T21:20:46.955Z[ recovery-image] Aug 01 21:20:44.230 INFO O| Aug 01 21:20:44.230 INFO O| Planning: Planning completed in 0.00 seconds
40072025-08-01T21:20:46.958Z[ recovery-image] Aug 01 21:20:44.231 INFO O| Aug 01 21:20:44.231 INFO O| Planning: Consolidating action changes ... Done
40082025-08-01T21:20:46.958Z[ recovery-image] Aug 01 21:20:44.232 INFO O| Aug 01 21:20:44.232 INFO O| Planning: Evaluating mediators ... Done
40092025-08-01T21:20:46.958Z[ recovery-image] Aug 01 21:20:44.232 INFO O| Aug 01 21:20:44.232 INFO O| Planning: Planning completed in 0.00 seconds
40102025-08-01T21:20:46.958Z[ recovery-image] Aug 01 21:20:44.233 INFO O| Aug 01 21:20:44.233 INFO O| Variants/Facets to change: 1
40112025-08-01T21:20:47.023Z[ recovery-image] Aug 01 21:20:44.298 INFO O| Aug 01 21:20:44.298 INFO O| Done
40122025-08-01T21:20:47.026Z[ recovery-image] Aug 01 21:20:44.298 INFO O| Aug 01 21:20:44.298 INFO O| Done
40132025-08-01T21:20:47.327Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40142025-08-01T21:20:47.921Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40152025-08-01T21:20:48.627Z[verify-libraries] Compiling internet-checksum v0.2.1
40162025-08-01T21:20:48.805Z[ recovery-image] Aug 01 21:20:46.079 INFO O| Aug 01 21:20:46.079 INFO O| Done
40172025-08-01T21:20:48.934Z[verify-libraries] Compiling sync-ptr v0.1.4
40182025-08-01T21:20:48.973Z[ recovery-image] Aug 01 21:20:46.244 INFO O| Aug 01 21:20:46.244 INFO O| Done
40192025-08-01T21:20:48.973Z[ recovery-image] Aug 01 21:20:46.245 INFO O| Aug 01 21:20:46.245 INFO O| Done
40202025-08-01T21:20:48.973Z[ recovery-image] Aug 01 21:20:46.246 INFO O| Aug 01 21:20:46.246 INFO O| Done
40212025-08-01T21:20:48.977Z[ recovery-image] Aug 01 21:20:46.248 INFO O| Aug 01 21:20:46.248 INFO O| Done
40222025-08-01T21:20:48.987Z[verify-libraries] Compiling omicron-zone-package v0.12.2
40232025-08-01T21:20:49.001Z[ host-image] Aug 01 21:20:46.274 INFO O| Aug 01 21:20:46.274 INFO O| Startup: Caching catalogs ... Done
40242025-08-01T21:20:49.133Z[ host-image] Aug 01 21:20:46.407 INFO O| Aug 01 21:20:46.407 INFO O| Planning: Planning completed in 0.00 seconds
40252025-08-01T21:20:49.137Z[ host-image] Aug 01 21:20:46.408 INFO O| Aug 01 21:20:46.408 INFO O| Planning: Consolidating action changes ... Done
40262025-08-01T21:20:49.137Z[ host-image] Aug 01 21:20:46.408 INFO O| Aug 01 21:20:46.408 INFO O| Planning: Evaluating mediators ... Done
40272025-08-01T21:20:49.137Z[ host-image] Aug 01 21:20:46.409 INFO O| Aug 01 21:20:46.409 INFO O| Planning: Planning completed in 0.00 seconds
40282025-08-01T21:20:49.137Z[ host-image] Aug 01 21:20:46.409 INFO O| Aug 01 21:20:46.409 INFO O| Variants/Facets to change: 1
40292025-08-01T21:20:49.197Z[ host-image] Aug 01 21:20:46.471 INFO O| Aug 01 21:20:46.471 INFO O| Done
40302025-08-01T21:20:49.197Z[ host-image] Aug 01 21:20:46.471 INFO O| Aug 01 21:20:46.471 INFO O| Done
40312025-08-01T21:20:49.339Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40322025-08-01T21:20:50.841Z[ recovery-image] Aug 01 21:20:48.114 INFO O| Aug 01 21:20:48.114 INFO STEP 6 (pkg_change_variant) COMPLETE
40332025-08-01T21:20:50.842Z[ recovery-image] Aug 01 21:20:48.114 INFO O| Aug 01 21:20:48.114 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40342025-08-01T21:20:50.845Z[ recovery-image] Aug 01 21:20:48.114 INFO O| Aug 01 21:20:48.114 INFO skip step because feature "debug_variant" is not enabled
40352025-08-01T21:20:50.845Z[ recovery-image] Aug 01 21:20:48.114 INFO O| Aug 01 21:20:48.114 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40362025-08-01T21:20:51.017Z[ host-image] Aug 01 21:20:48.289 INFO O| Aug 01 21:20:48.289 INFO O| Done
40372025-08-01T21:20:51.204Z[ host-image] Aug 01 21:20:48.476 INFO O| Aug 01 21:20:48.476 INFO O| Done
40382025-08-01T21:20:51.207Z[ host-image] Aug 01 21:20:48.477 INFO O| Aug 01 21:20:48.477 INFO O| Done
40392025-08-01T21:20:51.207Z[ host-image] Aug 01 21:20:48.478 INFO O| Aug 01 21:20:48.478 INFO O| Done
40402025-08-01T21:20:51.207Z[ host-image] Aug 01 21:20:48.480 INFO O| Aug 01 21:20:48.480 INFO O| Done
40412025-08-01T21:20:51.573Z[ recovery-image] Aug 01 21:20:48.844 INFO O| Aug 01 21:20:48.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40422025-08-01T21:20:52.809Z[ host-image] Aug 01 21:20:50.081 INFO O| Aug 01 21:20:50.081 INFO STEP 8 (pkg_change_facet) COMPLETE
40432025-08-01T21:20:52.809Z[ host-image] Aug 01 21:20:50.081 INFO O| Aug 01 21:20:50.081 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442025-08-01T21:20:52.809Z[ host-image] Aug 01 21:20:50.081 INFO O| Aug 01 21:20:50.081 INFO skip step because feature "recovery" is not enabled
40452025-08-01T21:20:52.809Z[ host-image] Aug 01 21:20:50.081 INFO O| Aug 01 21:20:50.081 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462025-08-01T21:20:52.812Z[ host-image] Aug 01 21:20:50.081 INFO O| Aug 01 21:20:50.081 INFO skip step because feature "recovery" is not enabled
40472025-08-01T21:20:52.812Z[ host-image] Aug 01 21:20:50.081 INFO O| Aug 01 21:20:50.081 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482025-08-01T21:20:52.824Z[ host-image] Aug 01 21:20:50.096 INFO O| Aug 01 21:20:50.096 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@16.0.0.0"]
40492025-08-01T21:21:10.048Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40502025-08-01T21:21:12.331Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
40512025-08-01T21:21:13.150Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40522025-08-01T21:21:14.159Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40532025-08-01T21:21:18.135Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40542025-08-01T21:21:30.523Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
40552025-08-01T21:21:32.592Z[ recovery-image] Aug 01 21:21:29.839 INFO O| Aug 01 21:21:29.839 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40562025-08-01T21:21:32.602Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
40572025-08-01T21:21:33.522Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40582025-08-01T21:21:34.007Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
40592025-08-01T21:21:35.468Z[ host-image] Aug 01 21:21:32.713 INFO O| Aug 01 21:21:32.713 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40602025-08-01T21:21:49.417Z[ recovery-image] Aug 01 21:21:46.653 INFO O| Aug 01 21:21:46.653 INFO O| Startup: Caching catalogs ... Done
40612025-08-01T21:21:49.537Z[ recovery-image] Aug 01 21:21:46.773 INFO O| Aug 01 21:21:46.773 INFO O| Planning: Planning completed in 0.00 seconds
40622025-08-01T21:21:49.541Z[ recovery-image] Aug 01 21:21:46.774 INFO O| Aug 01 21:21:46.774 INFO O| Planning: Consolidating action changes ... Done
40632025-08-01T21:21:49.541Z[ recovery-image] Aug 01 21:21:46.774 INFO O| Aug 01 21:21:46.774 INFO O| Planning: Evaluating mediators ... Done
40642025-08-01T21:21:49.541Z[ recovery-image] Aug 01 21:21:46.775 INFO O| Aug 01 21:21:46.775 INFO O| Planning: Planning completed in 0.00 seconds
40652025-08-01T21:21:49.541Z[ recovery-image] Aug 01 21:21:46.776 INFO O| Aug 01 21:21:46.775 INFO O| Variants/Facets to change: 1
40662025-08-01T21:21:49.634Z[ recovery-image] Aug 01 21:21:46.870 INFO O| Aug 01 21:21:46.869 INFO O| Done
40672025-08-01T21:21:49.634Z[ recovery-image] Aug 01 21:21:46.870 INFO O| Aug 01 21:21:46.869 INFO O| Done
40682025-08-01T21:21:51.511Z[ recovery-image] Aug 01 21:21:48.746 INFO O| Aug 01 21:21:48.745 INFO O| Done
40692025-08-01T21:21:51.656Z[ recovery-image] Aug 01 21:21:48.890 INFO O| Aug 01 21:21:48.890 INFO O| Done
40702025-08-01T21:21:51.661Z[ recovery-image] Aug 01 21:21:48.891 INFO O| Aug 01 21:21:48.891 INFO O| Done
40712025-08-01T21:21:51.661Z[ recovery-image] Aug 01 21:21:48.892 INFO O| Aug 01 21:21:48.892 INFO O| Done
40722025-08-01T21:21:51.661Z[ recovery-image] Aug 01 21:21:48.894 INFO O| Aug 01 21:21:48.894 INFO O| Done
40732025-08-01T21:21:52.113Z[ host-image] Aug 01 21:21:49.347 INFO O| Aug 01 21:21:49.347 INFO O| Startup: Caching catalogs ... Done
40742025-08-01T21:21:53.434Z[ recovery-image] Aug 01 21:21:50.667 INFO O| Aug 01 21:21:50.667 INFO STEP 8 (pkg_change_facet) COMPLETE
40752025-08-01T21:21:53.434Z[ recovery-image] Aug 01 21:21:50.667 INFO O| Aug 01 21:21:50.667 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762025-08-01T21:21:54.131Z[ recovery-image] Aug 01 21:21:51.364 INFO O| Aug 01 21:21:51.364 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
40772025-08-01T21:22:22.485Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40782025-08-01T21:22:23.665Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
40792025-08-01T21:22:23.963Z[verify-libraries] Compiling diff v0.1.13
40802025-08-01T21:22:25.216Z[verify-libraries] Compiling heck v0.4.1
40812025-08-01T21:22:25.375Z[verify-libraries] Compiling yansi v1.0.1
40822025-08-01T21:22:26.565Z[verify-libraries] Compiling pretty_assertions v1.4.1
40832025-08-01T21:22:26.720Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40842025-08-01T21:22:31.460Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
40852025-08-01T21:22:32.118Z[ recovery-image] Aug 01 21:22:31.326 INFO O| Aug 01 21:22:31.326 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40862025-08-01T21:22:35.365Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40872025-08-01T21:22:49.011Z[ recovery-image] Aug 01 21:22:48.210 INFO O| Aug 01 21:22:48.210 INFO O| Startup: Caching catalogs ... Done
40882025-08-01T21:22:49.130Z[ recovery-image] Aug 01 21:22:48.329 INFO O| Aug 01 21:22:48.329 INFO O| Planning: Planning completed in 0.00 seconds
40892025-08-01T21:22:49.134Z[ recovery-image] Aug 01 21:22:48.330 INFO O| Aug 01 21:22:48.330 INFO O| Planning: Consolidating action changes ... Done
40902025-08-01T21:22:49.134Z[ recovery-image] Aug 01 21:22:48.330 INFO O| Aug 01 21:22:48.330 INFO O| Planning: Evaluating mediators ... Done
40912025-08-01T21:22:49.134Z[ recovery-image] Aug 01 21:22:48.330 INFO O| Aug 01 21:22:48.330 INFO O| Planning: Planning completed in 0.00 seconds
40922025-08-01T21:22:49.134Z[ recovery-image] Aug 01 21:22:48.331 INFO O| Aug 01 21:22:48.331 INFO O| Variants/Facets to change: 1
40932025-08-01T21:22:49.195Z[ recovery-image] Aug 01 21:22:48.394 INFO O| Aug 01 21:22:48.394 INFO O| Done
40942025-08-01T21:22:49.195Z[ recovery-image] Aug 01 21:22:48.394 INFO O| Aug 01 21:22:48.394 INFO O| Done
40952025-08-01T21:22:50.955Z[ recovery-image] Aug 01 21:22:50.153 INFO O| Aug 01 21:22:50.153 INFO O| Done
40962025-08-01T21:22:51.113Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40972025-08-01T21:22:51.233Z[ recovery-image] Aug 01 21:22:50.430 INFO O| Aug 01 21:22:50.430 INFO O| Done
40982025-08-01T21:22:51.236Z[ recovery-image] Aug 01 21:22:50.431 INFO O| Aug 01 21:22:50.431 INFO O| Done
40992025-08-01T21:22:51.236Z[ recovery-image] Aug 01 21:22:50.431 INFO O| Aug 01 21:22:50.431 INFO O| Done
41002025-08-01T21:22:51.238Z[ recovery-image] Aug 01 21:22:50.433 INFO O| Aug 01 21:22:50.433 INFO O| Done
41012025-08-01T21:22:51.676Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41022025-08-01T21:22:51.987Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41032025-08-01T21:22:52.224Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41042025-08-01T21:22:52.621Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41052025-08-01T21:22:52.859Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41062025-08-01T21:22:52.865Z[ recovery-image] Aug 01 21:22:52.060 INFO O| Aug 01 21:22:52.060 INFO STEP 9 (pkg_change_facet) COMPLETE
41072025-08-01T21:22:52.865Z[ recovery-image] Aug 01 21:22:52.060 INFO O| Aug 01 21:22:52.060 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41082025-08-01T21:22:53.518Z[ recovery-image] Aug 01 21:22:52.715 INFO O| Aug 01 21:22:52.708 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
41092025-08-01T21:22:53.560Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41102025-08-01T21:23:25.051Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
41112025-08-01T21:23:33.670Z[ recovery-image] Aug 01 21:23:32.840 INFO O| Aug 01 21:23:32.840 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41122025-08-01T21:23:42.267Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41132025-08-01T21:23:50.702Z[ recovery-image] Aug 01 21:23:49.862 INFO O| Aug 01 21:23:49.862 INFO O| Startup: Caching catalogs ... Done
41142025-08-01T21:23:50.855Z[ recovery-image] Aug 01 21:23:50.015 INFO O| Aug 01 21:23:50.015 INFO O| Planning: Planning completed in 0.00 seconds
41152025-08-01T21:23:50.858Z[ recovery-image] Aug 01 21:23:50.016 INFO O| Aug 01 21:23:50.016 INFO O| Planning: Consolidating action changes ... Done
41162025-08-01T21:23:50.858Z[ recovery-image] Aug 01 21:23:50.016 INFO O| Aug 01 21:23:50.016 INFO O| Planning: Evaluating mediators ... Done
41172025-08-01T21:23:50.858Z[ recovery-image] Aug 01 21:23:50.016 INFO O| Aug 01 21:23:50.016 INFO O| Planning: Planning completed in 0.00 seconds
41182025-08-01T21:23:50.858Z[ recovery-image] Aug 01 21:23:50.017 INFO O| Aug 01 21:23:50.017 INFO O| Variants/Facets to change: 1
41192025-08-01T21:23:50.920Z[ recovery-image] Aug 01 21:23:50.080 INFO O| Aug 01 21:23:50.080 INFO O| Done
41202025-08-01T21:23:50.920Z[ recovery-image] Aug 01 21:23:50.080 INFO O| Aug 01 21:23:50.080 INFO O| Done
41212025-08-01T21:23:52.662Z[ recovery-image] Aug 01 21:23:51.821 INFO O| Aug 01 21:23:51.821 INFO O| Done
41222025-08-01T21:23:52.843Z[ recovery-image] Aug 01 21:23:52.002 INFO O| Aug 01 21:23:52.002 INFO O| Done
41232025-08-01T21:23:52.847Z[ recovery-image] Aug 01 21:23:52.004 INFO O| Aug 01 21:23:52.003 INFO O| Done
41242025-08-01T21:23:52.847Z[ recovery-image] Aug 01 21:23:52.004 INFO O| Aug 01 21:23:52.004 INFO O| Done
41252025-08-01T21:23:52.866Z[ recovery-image] Aug 01 21:23:52.025 INFO O| Aug 01 21:23:52.025 INFO O| Done
41262025-08-01T21:23:54.596Z[ recovery-image] Aug 01 21:23:53.754 INFO O| Aug 01 21:23:53.754 INFO STEP 10 (pkg_change_facet) COMPLETE
41272025-08-01T21:23:54.600Z[ recovery-image] Aug 01 21:23:53.754 INFO O| Aug 01 21:23:53.754 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282025-08-01T21:23:54.612Z[ recovery-image] Aug 01 21:23:53.769 INFO O| Aug 01 21:23:53.769 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@16.0.0.0"]
41292025-08-01T21:23:55.558Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41302025-08-01T21:24:00.342Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41312025-08-01T21:24:04.291Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41322025-08-01T21:24:05.163Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41332025-08-01T21:24:05.924Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41342025-08-01T21:24:10.398Z[verify-libraries] Compiling termios v0.3.3
41352025-08-01T21:24:11.059Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41362025-08-01T21:24:13.231Z[ host-image] Aug 01 21:24:12.377 INFO O| Aug 01 21:24:12.377 INFO O| Planning: Solver setup ... Done
41372025-08-01T21:24:24.418Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41382025-08-01T21:24:35.661Z[ recovery-image] Aug 01 21:24:34.793 INFO O| Aug 01 21:24:34.793 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41392025-08-01T21:24:54.751Z[ recovery-image] Aug 01 21:24:53.866 INFO O| Aug 01 21:24:53.866 INFO O| Startup: Caching catalogs ... Done
41402025-08-01T21:25:00.179Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41412025-08-01T21:25:17.316Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
41422025-08-01T21:27:33.903Z[ recovery-image] Aug 01 21:27:32.924 INFO O| Aug 01 21:27:32.923 INFO O| Planning: Solver setup ... Done
41432025-08-01T21:28:19.080Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41442025-08-01T21:28:30.629Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
41452025-08-01T21:28:41.432Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462025-08-01T21:29:06.797Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
41472025-08-01T21:29:19.177Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41482025-08-01T21:29:24.499Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41492025-08-01T21:29:25.485Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41502025-08-01T21:31:27.629Z[ host-image] Aug 01 21:31:26.503 INFO O| Aug 01 21:31:26.503 INFO O| Planning: Running solver ... Done
41512025-08-01T21:31:28.874Z[ host-image] Aug 01 21:31:27.748 INFO O| Aug 01 21:31:27.747 INFO O| Planning: Finding local manifests ... Done
41522025-08-01T21:31:29.031Z[ host-image] Aug 01 21:31:27.905 INFO O| Aug 01 21:31:27.904 INFO O| Planning: Fetching manifests: 0/126 0% complete
41532025-08-01T21:31:34.494Z[ host-image] Aug 01 21:31:33.364 INFO O| Aug 01 21:31:33.364 INFO O| Planning: Fetching manifests: 96/126 76% complete
41542025-08-01T21:31:36.080Z[ host-image] Aug 01 21:31:34.948 INFO O| Aug 01 21:31:34.948 INFO O| Planning: Fetching manifests: 126/126 100% complete
41552025-08-01T21:31:37.400Z[ host-image] Aug 01 21:31:36.269 INFO O| Aug 01 21:31:36.269 INFO O| Planning: Package planning ... Done
41562025-08-01T21:31:38.983Z[ host-image] Aug 01 21:31:37.851 INFO O| Aug 01 21:31:37.851 INFO O| Planning: Merging actions ... Done
41572025-08-01T21:31:39.360Z[ host-image] Aug 01 21:31:38.226 INFO O| Aug 01 21:31:38.226 INFO O| Planning: Checking for conflicting actions ... Done
41582025-08-01T21:31:39.678Z[ host-image] Aug 01 21:31:38.544 INFO O| Aug 01 21:31:38.544 INFO O| Planning: Consolidating action changes ... Done
41592025-08-01T21:31:40.261Z[ host-image] Aug 01 21:31:39.127 INFO O| Aug 01 21:31:39.127 INFO O| Planning: Evaluating mediators ... Done
41602025-08-01T21:31:47.092Z[ host-image] Aug 01 21:31:45.955 INFO O| Aug 01 21:31:45.955 INFO O| Planning: Planning completed in 596.50 seconds
41612025-08-01T21:31:47.096Z[ host-image] Aug 01 21:31:45.959 INFO O| Aug 01 21:31:45.959 INFO O| Packages to install: 126
41622025-08-01T21:31:47.099Z[ host-image] Aug 01 21:31:45.959 INFO O| Aug 01 21:31:45.959 INFO O| Mediators to change: 5
41632025-08-01T21:31:47.099Z[ host-image] Aug 01 21:31:45.959 INFO O| Aug 01 21:31:45.959 INFO O| Services to change: 6
41642025-08-01T21:31:47.251Z[ host-image] Aug 01 21:31:46.113 INFO O| Aug 01 21:31:46.113 INFO O| Download: 0/22885 items 0.0/207.3MB 0% complete
41652025-08-01T21:31:52.256Z[ host-image] Aug 01 21:31:51.115 INFO O| Aug 01 21:31:51.115 INFO O| Download: 1236/22885 items 7.8/207.3MB 3% complete (1.6M/s)
41662025-08-01T21:31:57.283Z[ host-image] Aug 01 21:31:56.139 INFO O| Aug 01 21:31:56.139 INFO O| Download: 1794/22885 items 12.9/207.3MB 6% complete (1.3M/s)
41672025-08-01T21:32:02.704Z[ host-image] Aug 01 21:32:01.556 INFO O| Aug 01 21:32:01.556 INFO O| Download: 2252/22885 items 24.6/207.3MB 11% complete (1.7M/s)
41682025-08-01T21:32:07.740Z[ host-image] Aug 01 21:32:06.589 INFO O| Aug 01 21:32:06.589 INFO O| Download: 3486/22885 items 35.8/207.3MB 17% complete (1.9M/s)
41692025-08-01T21:32:12.814Z[ host-image] Aug 01 21:32:11.660 INFO O| Aug 01 21:32:11.660 INFO O| Download: 4614/22885 items 42.7/207.3MB 20% complete (1.9M/s)
41702025-08-01T21:32:17.821Z[ host-image] Aug 01 21:32:16.664 INFO O| Aug 01 21:32:16.664 INFO O| Download: 5643/22885 items 46.5/207.3MB 22% complete (1.1M/s)
41712025-08-01T21:32:22.847Z[ host-image] Aug 01 21:32:21.686 INFO O| Aug 01 21:32:21.686 INFO O| Download: 6884/22885 items 49.1/207.3MB 23% complete (628k/s)
41722025-08-01T21:32:27.865Z[ host-image] Aug 01 21:32:26.700 INFO O| Aug 01 21:32:26.700 INFO O| Download: 8010/22885 items 59.8/207.3MB 28% complete (1.3M/s)
41732025-08-01T21:32:32.879Z[ host-image] Aug 01 21:32:31.713 INFO O| Aug 01 21:32:31.712 INFO O| Download: 8705/22885 items 74.0/207.3MB 35% complete (2.5M/s)
41742025-08-01T21:32:37.894Z[ host-image] Aug 01 21:32:36.724 INFO O| Aug 01 21:32:36.724 INFO O| Download: 10038/22885 items 87.0/207.3MB 41% complete (2.7M/s)
41752025-08-01T21:32:43.680Z[ host-image] Aug 01 21:32:42.506 INFO O| Aug 01 21:32:42.506 INFO O| Download: 11172/22885 items 95.4/207.3MB 46% complete (2.2M/s)
41762025-08-01T21:32:48.870Z[ host-image] Aug 01 21:32:47.694 INFO O| Aug 01 21:32:47.694 INFO O| Download: 12056/22885 items 101.5/207.3MB 48% complete (1.4M/s)
41772025-08-01T21:32:53.874Z[ host-image] Aug 01 21:32:52.694 INFO O| Aug 01 21:32:52.694 INFO O| Download: 12771/22885 items 113.0/207.3MB 54% complete (1.7M/s)
41782025-08-01T21:32:59.002Z[ host-image] Aug 01 21:32:57.818 INFO O| Aug 01 21:32:57.818 INFO O| Download: 13977/22885 items 113.6/207.3MB 54% complete (1.2M/s)
41792025-08-01T21:33:04.010Z[ host-image] Aug 01 21:33:02.824 INFO O| Aug 01 21:33:02.824 INFO O| Download: 14766/22885 items 120.8/207.3MB 58% complete (783k/s)
41802025-08-01T21:33:09.191Z[ host-image] Aug 01 21:33:08.002 INFO O| Aug 01 21:33:08.002 INFO O| Download: 15831/22885 items 129.6/207.3MB 62% complete (1.6M/s)
41812025-08-01T21:33:14.201Z[ host-image] Aug 01 21:33:13.009 INFO O| Aug 01 21:33:13.009 INFO O| Download: 17036/22885 items 145.5/207.3MB 70% complete (2.5M/s)
41822025-08-01T21:33:19.245Z[ host-image] Aug 01 21:33:18.049 INFO O| Aug 01 21:33:18.049 INFO O| Download: 18030/22885 items 164.7/207.3MB 79% complete (3.5M/s)
41832025-08-01T21:33:24.248Z[ host-image] Aug 01 21:33:23.050 INFO O| Aug 01 21:33:23.050 INFO O| Download: 19136/22885 items 169.6/207.3MB 81% complete (2.4M/s)
41842025-08-01T21:33:29.264Z[ host-image] Aug 01 21:33:28.062 INFO O| Aug 01 21:33:28.062 INFO O| Download: 20239/22885 items 174.6/207.3MB 84% complete (1.0M/s)
41852025-08-01T21:33:34.270Z[ host-image] Aug 01 21:33:33.065 INFO O| Aug 01 21:33:33.065 INFO O| Download: 21043/22885 items 182.6/207.3MB 88% complete (1.3M/s)
41862025-08-01T21:33:39.285Z[ host-image] Aug 01 21:33:38.077 INFO O| Aug 01 21:33:38.077 INFO O| Download: 21274/22885 items 183.5/207.3MB 88% complete (917k/s)
41872025-08-01T21:33:44.289Z[ host-image] Aug 01 21:33:43.077 INFO O| Aug 01 21:33:43.077 INFO O| Download: 22010/22885 items 200.1/207.3MB 96% complete (1.8M/s)
41882025-08-01T21:33:49.303Z[ host-image] Aug 01 21:33:48.088 INFO O| Aug 01 21:33:48.088 INFO O| Download: 22293/22885 items 204.9/207.3MB 98% complete (2.1M/s)
41892025-08-01T21:33:53.011Z[ host-image] Aug 01 21:33:51.794 INFO O| Aug 01 21:33:51.794 INFO O| Download: Completed 207.33 MB in 125.68 seconds (1.6M/s)
41902025-08-01T21:33:54.804Z[ host-image] Aug 01 21:33:53.586 INFO O| Aug 01 21:33:53.586 INFO O| Actions: 1/50799 actions (Installing new actions)
41912025-08-01T21:33:59.810Z[ host-image] Aug 01 21:33:58.589 INFO O| Aug 01 21:33:58.589 INFO O| Actions: 10296/50799 actions (Installing new actions)
41922025-08-01T21:34:04.813Z[ host-image] Aug 01 21:34:03.589 INFO O| Aug 01 21:34:03.589 INFO O| Actions: 16557/50799 actions (Installing new actions)
41932025-08-01T21:34:09.817Z[ host-image] Aug 01 21:34:08.589 INFO O| Aug 01 21:34:08.589 INFO O| Actions: 22591/50799 actions (Installing new actions)
41942025-08-01T21:34:14.820Z[ host-image] Aug 01 21:34:13.589 INFO O| Aug 01 21:34:13.589 INFO O| Actions: 47814/50799 actions (Installing new actions)
41952025-08-01T21:34:16.623Z[ host-image] Aug 01 21:34:15.392 INFO O| Aug 01 21:34:15.392 INFO O| Actions: Completed 50799 actions in 21.80 seconds.
41962025-08-01T21:34:17.572Z[ host-image] Aug 01 21:34:16.339 INFO O| Aug 01 21:34:16.339 INFO O| Done
41972025-08-01T21:34:17.576Z[ host-image] Aug 01 21:34:16.339 INFO O| Aug 01 21:34:16.339 INFO O| Done
41982025-08-01T21:34:20.422Z[ host-image] Aug 01 21:34:19.188 INFO O| Aug 01 21:34:19.188 INFO O| Done
41992025-08-01T21:34:22.153Z[ recovery-image] Aug 01 21:34:20.917 INFO O| Aug 01 21:34:20.917 INFO O| Planning: Running solver ... Done
42002025-08-01T21:34:23.455Z[ recovery-image] Aug 01 21:34:22.219 INFO O| Aug 01 21:34:22.219 INFO O| Planning: Finding local manifests ... Done
42012025-08-01T21:34:23.625Z[ recovery-image] Aug 01 21:34:22.389 INFO O| Aug 01 21:34:22.389 INFO O| Planning: Fetching manifests: 0/126 0% complete
42022025-08-01T21:34:24.824Z[ host-image] Aug 01 21:34:23.588 INFO O| Aug 01 21:34:23.588 INFO O| Done
42032025-08-01T21:34:24.885Z[ host-image] Aug 01 21:34:23.649 INFO O| Aug 01 21:34:23.649 INFO O| Done
42042025-08-01T21:34:28.766Z[ recovery-image] Aug 01 21:34:27.526 INFO O| Aug 01 21:34:27.526 INFO O| Planning: Fetching manifests: 61/126 48% complete
42052025-08-01T21:34:32.737Z[ recovery-image] Aug 01 21:34:31.496 INFO O| Aug 01 21:34:31.496 INFO O| Planning: Fetching manifests: 126/126 100% complete
42062025-08-01T21:34:33.884Z[ recovery-image] Aug 01 21:34:32.642 INFO O| Aug 01 21:34:32.642 INFO O| Planning: Package planning ... Done
42072025-08-01T21:34:33.991Z[ host-image] Aug 01 21:34:32.749 INFO O| Aug 01 21:34:32.749 INFO O| Done
42082025-08-01T21:34:34.564Z[ recovery-image] Aug 01 21:34:33.321 INFO O| Aug 01 21:34:33.321 INFO O| Planning: Merging actions ... Done
42092025-08-01T21:34:34.778Z[ recovery-image] Aug 01 21:34:33.535 INFO O| Aug 01 21:34:33.535 INFO O| Planning: Checking for conflicting actions ... Done
42102025-08-01T21:34:34.966Z[ recovery-image] Aug 01 21:34:33.724 INFO O| Aug 01 21:34:33.723 INFO O| Planning: Consolidating action changes ... Done
42112025-08-01T21:34:35.088Z[ host-image] Aug 01 21:34:33.845 INFO O| Aug 01 21:34:33.845 INFO O| Done
42122025-08-01T21:34:35.427Z[ recovery-image] Aug 01 21:34:34.184 INFO O| Aug 01 21:34:34.184 INFO O| Planning: Evaluating mediators ... Done
42132025-08-01T21:34:38.506Z[ host-image] Aug 01 21:34:37.261 INFO O| Aug 01 21:34:37.261 INFO STEP 11 (pkg_install) COMPLETE
42142025-08-01T21:34:38.506Z[ host-image] Aug 01 21:34:37.261 INFO O| Aug 01 21:34:37.261 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42152025-08-01T21:34:38.534Z[ host-image] Aug 01 21:34:37.289 INFO O| Aug 01 21:34:37.289 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"]
42162025-08-01T21:34:41.216Z[ recovery-image] Aug 01 21:34:39.969 INFO O| Aug 01 21:34:39.969 INFO O| Planning: Planning completed in 585.99 seconds
42172025-08-01T21:34:41.223Z[ recovery-image] Aug 01 21:34:39.973 INFO O| Aug 01 21:34:39.973 INFO O| Packages to install: 126
42182025-08-01T21:34:41.223Z[ recovery-image] Aug 01 21:34:39.973 INFO O| Aug 01 21:34:39.973 INFO O| Mediators to change: 5
42192025-08-01T21:34:41.223Z[ recovery-image] Aug 01 21:34:39.973 INFO O| Aug 01 21:34:39.973 INFO O| Services to change: 5
42202025-08-01T21:34:41.323Z[ recovery-image] Aug 01 21:34:40.076 INFO O| Aug 01 21:34:40.076 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
42212025-08-01T21:34:46.704Z[ recovery-image] Aug 01 21:34:45.454 INFO O| Aug 01 21:34:45.454 INFO O| Download: 1074/15944 items 8.7/184.0MB 4% complete (1.8M/s)
42222025-08-01T21:34:52.124Z[ recovery-image] Aug 01 21:34:50.870 INFO O| Aug 01 21:34:50.870 INFO O| Download: 1526/15944 items 22.1/184.0MB 11% complete (2.2M/s)
42232025-08-01T21:34:57.127Z[ recovery-image] Aug 01 21:34:55.870 INFO O| Aug 01 21:34:55.870 INFO O| Download: 2586/15944 items 32.8/184.0MB 17% complete (2.3M/s)
42242025-08-01T21:35:02.132Z[ recovery-image] Aug 01 21:35:00.872 INFO O| Aug 01 21:35:00.872 INFO O| Download: 3561/15944 items 38.6/184.0MB 20% complete (1.7M/s)
42252025-08-01T21:35:07.146Z[ recovery-image] Aug 01 21:35:05.883 INFO O| Aug 01 21:35:05.883 INFO O| Download: 4441/15944 items 43.0/184.0MB 23% complete (1.1M/s)
42262025-08-01T21:35:12.363Z[ recovery-image] Aug 01 21:35:11.096 INFO O| Aug 01 21:35:11.096 INFO O| Download: 5736/15944 items 44.8/184.0MB 24% complete (609k/s)
42272025-08-01T21:35:17.399Z[ recovery-image] Aug 01 21:35:16.129 INFO O| Aug 01 21:35:16.129 INFO O| Download: 6176/15944 items 56.8/184.0MB 30% complete (1.2M/s)
42282025-08-01T21:35:17.442Z[ host-image] Aug 01 21:35:16.173 INFO O| Aug 01 21:35:16.173 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42292025-08-01T21:35:22.461Z[ recovery-image] Aug 01 21:35:21.186 INFO O| Aug 01 21:35:21.186 INFO O| Download: 7284/15944 items 76.4/184.0MB 41% complete (3.2M/s)
42302025-08-01T21:35:27.462Z[ recovery-image] Aug 01 21:35:26.187 INFO O| Aug 01 21:35:26.187 INFO O| Download: 8095/15944 items 82.8/184.0MB 44% complete (2.5M/s)
42312025-08-01T21:35:32.305Z[ host-image] Aug 01 21:35:31.026 INFO O| Aug 01 21:35:31.026 INFO O| Startup: Caching catalogs ... Done
42322025-08-01T21:35:32.528Z[ recovery-image] Aug 01 21:35:31.249 INFO O| Aug 01 21:35:31.249 INFO O| Download: 8923/15944 items 95.3/184.0MB 51% complete (1.9M/s)
42332025-08-01T21:35:37.542Z[ recovery-image] Aug 01 21:35:36.260 INFO O| Aug 01 21:35:36.260 INFO O| Download: 10317/15944 items 96.6/184.0MB 52% complete (1.4M/s)
42342025-08-01T21:35:41.892Z[ host-image] Aug 01 21:35:40.606 INFO O| Aug 01 21:35:40.606 INFO O| Planning: Solver setup ... Done
42352025-08-01T21:35:41.907Z[ host-image] Aug 01 21:35:40.621 INFO O| Aug 01 21:35:40.621 INFO O| Planning: Running solver ... Done
42362025-08-01T21:35:42.094Z[ host-image] Aug 01 21:35:40.800 INFO O| Aug 01 21:35:40.800 INFO O| Planning: Finding local manifests ... Done
42372025-08-01T21:35:42.140Z[ host-image] Aug 01 21:35:40.854 INFO O| Aug 01 21:35:40.853 INFO O| Planning: Fetching manifests: 0/5 0% complete
42382025-08-01T21:35:42.286Z[ host-image] Aug 01 21:35:40.999 INFO O| Aug 01 21:35:40.999 INFO O| Planning: Fetching manifests: 5/5 100% complete
42392025-08-01T21:35:42.326Z[ host-image] Aug 01 21:35:41.038 INFO O| Aug 01 21:35:41.038 INFO O| Planning: Package planning ... Done
42402025-08-01T21:35:42.336Z[ host-image] Aug 01 21:35:41.046 INFO O| Aug 01 21:35:41.046 INFO O| Planning: Merging actions ... Done
42412025-08-01T21:35:42.500Z[ host-image] Aug 01 21:35:41.197 INFO O| Aug 01 21:35:41.197 INFO O| Planning: Checking for conflicting actions ... Done
42422025-08-01T21:35:42.555Z[ host-image] Aug 01 21:35:41.200 INFO O| Aug 01 21:35:41.200 INFO O| Planning: Consolidating action changes ... Done
42432025-08-01T21:35:42.642Z[ recovery-image] Aug 01 21:35:41.354 INFO O| Aug 01 21:35:41.354 INFO O| Download: 11116/15944 items 98.8/184.0MB 53% complete (335k/s)
42442025-08-01T21:35:42.893Z[ host-image] Aug 01 21:35:41.607 INFO O| Aug 01 21:35:41.607 INFO O| Planning: Evaluating mediators ... Done
42452025-08-01T21:35:42.899Z[ host-image] Aug 01 21:35:41.609 INFO O| Aug 01 21:35:41.609 INFO O| Planning: Planning completed in 10.47 seconds
42462025-08-01T21:35:42.899Z[ host-image] Aug 01 21:35:41.610 INFO O| Aug 01 21:35:41.610 INFO O| Packages to install: 5
42472025-08-01T21:35:42.899Z[ host-image] Aug 01 21:35:41.610 INFO O| Aug 01 21:35:41.610 INFO O| Services to change: 2
42482025-08-01T21:35:42.930Z[ host-image] Aug 01 21:35:41.644 INFO O| Aug 01 21:35:41.644 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
42492025-08-01T21:35:44.785Z[ host-image] Aug 01 21:35:43.491 INFO O| Aug 01 21:35:43.491 INFO O| Download: Completed 1.48 MB in 1.85 seconds (818k/s)
42502025-08-01T21:35:44.840Z[ host-image] Aug 01 21:35:43.548 INFO O| Aug 01 21:35:43.547 INFO O| Actions: 1/313 actions (Installing new actions)
42512025-08-01T21:35:45.026Z[ host-image] Aug 01 21:35:43.735 INFO O| Aug 01 21:35:43.735 INFO O| Actions: Completed 313 actions in 0.19 seconds.
42522025-08-01T21:35:45.633Z[ host-image] Aug 01 21:35:44.345 INFO O| Aug 01 21:35:44.345 INFO O| Done
42532025-08-01T21:35:45.639Z[ host-image] Aug 01 21:35:44.345 INFO O| Aug 01 21:35:44.345 INFO O| Done
42542025-08-01T21:35:47.654Z[ host-image] Aug 01 21:35:46.365 INFO O| Aug 01 21:35:46.364 INFO O| Done
42552025-08-01T21:35:47.951Z[ recovery-image] Aug 01 21:35:46.662 INFO O| Aug 01 21:35:46.662 INFO O| Download: 11575/15944 items 114.7/184.0MB 62% complete (1.7M/s)
42562025-08-01T21:35:50.413Z[ host-image] Aug 01 21:35:49.123 INFO O| Aug 01 21:35:49.123 INFO O| Done
42572025-08-01T21:35:50.461Z[ host-image] Aug 01 21:35:49.170 INFO O| Aug 01 21:35:49.170 INFO O| Done
42582025-08-01T21:35:50.465Z[ host-image] Aug 01 21:35:49.171 INFO O| Aug 01 21:35:49.171 INFO O| Done
42592025-08-01T21:35:50.502Z[ host-image] Aug 01 21:35:49.210 INFO O| Aug 01 21:35:49.210 INFO O| Done
42602025-08-01T21:35:52.087Z[ host-image] Aug 01 21:35:50.796 INFO O| Aug 01 21:35:50.796 INFO STEP 12 (pkg_install) COMPLETE
42612025-08-01T21:35:52.087Z[ host-image] Aug 01 21:35:50.796 INFO O| Aug 01 21:35:50.796 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42622025-08-01T21:35:52.099Z[ host-image] Aug 01 21:35:50.808 INFO O| Aug 01 21:35:50.808 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42632025-08-01T21:35:52.958Z[ recovery-image] Aug 01 21:35:51.666 INFO O| Aug 01 21:35:51.666 INFO O| Download: 12786/15944 items 146.5/184.0MB 79% complete (4.5M/s)
42642025-08-01T21:35:57.968Z[ recovery-image] Aug 01 21:35:56.672 INFO O| Aug 01 21:35:56.672 INFO O| Download: 13712/15944 items 150.6/184.0MB 81% complete (3.6M/s)
42652025-08-01T21:36:03.358Z[ recovery-image] Aug 01 21:36:02.056 INFO O| Aug 01 21:36:02.056 INFO O| Download: 14814/15944 items 159.4/184.0MB 86% complete (1.1M/s)
42662025-08-01T21:36:08.385Z[ recovery-image] Aug 01 21:36:07.084 INFO O| Aug 01 21:36:07.084 INFO O| Download: 15644/15944 items 177.8/184.0MB 96% complete (2.7M/s)
42672025-08-01T21:36:11.821Z[ recovery-image] Aug 01 21:36:10.503 INFO O| Aug 01 21:36:10.503 INFO O| Download: Completed 183.98 MB in 90.43 seconds (2.0M/s)
42682025-08-01T21:36:15.209Z[ recovery-image] Aug 01 21:36:11.537 INFO O| Aug 01 21:36:11.537 INFO O| Actions: 1/26303 actions (Installing new actions)
42692025-08-01T21:36:17.850Z[ recovery-image] Aug 01 21:36:16.543 INFO O| Aug 01 21:36:16.543 INFO O| Actions: 9880/26303 actions (Installing new actions)
42702025-08-01T21:36:22.854Z[ recovery-image] Aug 01 21:36:21.543 INFO O| Aug 01 21:36:21.543 INFO O| Actions: 15571/26303 actions (Installing new actions)
42712025-08-01T21:36:27.860Z[ recovery-image] Aug 01 21:36:26.547 INFO O| Aug 01 21:36:26.547 INFO O| Actions: 25863/26303 actions (Installing new actions)
42722025-08-01T21:36:28.408Z[ recovery-image] Aug 01 21:36:27.094 INFO O| Aug 01 21:36:27.094 INFO O| Actions: Completed 26303 actions in 15.55 seconds.
42732025-08-01T21:36:29.162Z[ recovery-image] Aug 01 21:36:27.847 INFO O| Aug 01 21:36:27.847 INFO O| Done
42742025-08-01T21:36:29.162Z[ recovery-image] Aug 01 21:36:27.847 INFO O| Aug 01 21:36:27.847 INFO O| Done
42752025-08-01T21:36:30.997Z[ host-image] Aug 01 21:36:29.680 INFO O| Aug 01 21:36:29.680 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42762025-08-01T21:36:31.981Z[ recovery-image] Aug 01 21:36:30.665 INFO O| Aug 01 21:36:30.665 INFO O| Done
42772025-08-01T21:36:34.392Z[ recovery-image] Aug 01 21:36:33.074 INFO O| Aug 01 21:36:33.074 INFO O| Done
42782025-08-01T21:36:34.416Z[ recovery-image] Aug 01 21:36:33.099 INFO O| Aug 01 21:36:33.099 INFO O| Done
42792025-08-01T21:36:38.821Z[ recovery-image] Aug 01 21:36:37.500 INFO O| Aug 01 21:36:37.500 INFO O| Done
42802025-08-01T21:36:39.439Z[ recovery-image] Aug 01 21:36:38.118 INFO O| Aug 01 21:36:38.118 INFO O| Done
42812025-08-01T21:36:41.971Z[ recovery-image] Aug 01 21:36:40.649 INFO O| Aug 01 21:36:40.649 INFO STEP 11 (pkg_install) COMPLETE
42822025-08-01T21:36:41.971Z[ recovery-image] Aug 01 21:36:40.649 INFO O| Aug 01 21:36:40.649 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42832025-08-01T21:36:41.975Z[ recovery-image] Aug 01 21:36:40.649 INFO O| Aug 01 21:36:40.649 INFO skip step because feature "recovery" is enabled
42842025-08-01T21:36:41.975Z[ recovery-image] Aug 01 21:36:40.649 INFO O| Aug 01 21:36:40.649 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42852025-08-01T21:36:41.975Z[ recovery-image] Aug 01 21:36:40.649 INFO O| Aug 01 21:36:40.649 INFO skip step because feature "omicron1" is not enabled
42862025-08-01T21:36:41.975Z[ recovery-image] Aug 01 21:36:40.649 INFO O| Aug 01 21:36:40.649 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42872025-08-01T21:36:41.988Z[ recovery-image] Aug 01 21:36:40.666 INFO O| Aug 01 21:36:40.666 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.396"]
42882025-08-01T21:36:46.686Z[ host-image] Aug 01 21:36:45.361 INFO O| Aug 01 21:36:45.361 INFO O| Startup: Caching catalogs ... Done
42892025-08-01T21:36:53.361Z[ host-image] Aug 01 21:36:52.032 INFO O| Aug 01 21:36:52.031 INFO O| Planning: Solver setup ... Done
42902025-08-01T21:36:53.369Z[ host-image] Aug 01 21:36:52.040 INFO O| Aug 01 21:36:52.040 INFO O| Planning: Running solver ... Done
42912025-08-01T21:36:53.515Z[ host-image] Aug 01 21:36:52.185 INFO O| Aug 01 21:36:52.185 INFO O| Planning: Finding local manifests ... Done
42922025-08-01T21:36:53.531Z[ host-image] Aug 01 21:36:52.202 INFO O| Aug 01 21:36:52.202 INFO O| Planning: Fetching manifests: 0/6 0% complete
42932025-08-01T21:36:53.636Z[ host-image] Aug 01 21:36:52.306 INFO O| Aug 01 21:36:52.306 INFO O| Planning: Fetching manifests: 6/6 100% complete
42942025-08-01T21:36:53.691Z[ host-image] Aug 01 21:36:52.362 INFO O| Aug 01 21:36:52.361 INFO O| Planning: Package planning ... Done
42952025-08-01T21:36:53.729Z[ host-image] Aug 01 21:36:52.399 INFO O| Aug 01 21:36:52.399 INFO O| Planning: Merging actions ... Done
42962025-08-01T21:36:53.861Z[ host-image] Aug 01 21:36:52.532 INFO O| Aug 01 21:36:52.531 INFO O| Planning: Checking for conflicting actions ... Done
42972025-08-01T21:36:53.869Z[ host-image] Aug 01 21:36:52.539 INFO O| Aug 01 21:36:52.539 INFO O| Planning: Consolidating action changes ... Done
42982025-08-01T21:36:54.260Z[ host-image] Aug 01 21:36:52.929 INFO O| Aug 01 21:36:52.929 INFO O| Planning: Evaluating mediators ... Done
42992025-08-01T21:36:54.266Z[ host-image] Aug 01 21:36:52.936 INFO O| Aug 01 21:36:52.936 INFO O| Planning: Planning completed in 7.47 seconds
43002025-08-01T21:36:54.269Z[ host-image] Aug 01 21:36:52.937 INFO O| Aug 01 21:36:52.937 INFO O| Packages to install: 6
43012025-08-01T21:36:54.269Z[ host-image] Aug 01 21:36:52.937 INFO O| Aug 01 21:36:52.937 INFO O| Mediators to change: 1
43022025-08-01T21:36:54.269Z[ host-image] Aug 01 21:36:52.937 INFO O| Aug 01 21:36:52.937 INFO O| Services to change: 1
43032025-08-01T21:36:54.288Z[ host-image] Aug 01 21:36:52.958 INFO O| Aug 01 21:36:52.958 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43042025-08-01T21:36:57.395Z[ host-image] Aug 01 21:36:56.063 INFO O| Aug 01 21:36:56.063 INFO O| Download: Completed 8.42 MB in 3.11 seconds (2.7M/s)
43052025-08-01T21:36:57.511Z[ host-image] Aug 01 21:36:56.179 INFO O| Aug 01 21:36:56.179 INFO O| Actions: 1/1361 actions (Installing new actions)
43062025-08-01T21:36:57.924Z[ host-image] Aug 01 21:36:56.592 INFO O| Aug 01 21:36:56.592 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
43072025-08-01T21:36:58.441Z[ host-image] Aug 01 21:36:57.109 INFO O| Aug 01 21:36:57.109 INFO O| Done
43082025-08-01T21:36:58.442Z[ host-image] Aug 01 21:36:57.109 INFO O| Aug 01 21:36:57.109 INFO O| Done
43092025-08-01T21:37:00.019Z[ host-image] Aug 01 21:36:58.685 INFO O| Aug 01 21:36:58.685 INFO O| Done
43102025-08-01T21:37:02.180Z[ host-image] Aug 01 21:37:00.845 INFO O| Aug 01 21:37:00.845 INFO O| Done
43112025-08-01T21:37:02.222Z[ host-image] Aug 01 21:37:00.885 INFO O| Aug 01 21:37:00.885 INFO O| Done
43122025-08-01T21:37:02.225Z[ host-image] Aug 01 21:37:00.886 INFO O| Aug 01 21:37:00.886 INFO O| Done
43132025-08-01T21:37:02.302Z[ host-image] Aug 01 21:37:00.967 INFO O| Aug 01 21:37:00.967 INFO O| Done
43142025-08-01T21:37:03.696Z[ host-image] Aug 01 21:37:02.361 INFO O| Aug 01 21:37:02.360 INFO STEP 13 (pkg_install) COMPLETE
43152025-08-01T21:37:03.696Z[ host-image] Aug 01 21:37:02.361 INFO O| Aug 01 21:37:02.360 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43162025-08-01T21:37:03.709Z[ host-image] Aug 01 21:37:02.373 INFO O| Aug 01 21:37:02.373 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.396"]
43172025-08-01T21:37:07.021Z[ recovery-image] Aug 01 21:37:05.682 INFO O| Aug 01 21:37:05.682 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43182025-08-01T21:37:14.747Z[ recovery-image] Aug 01 21:37:13.404 INFO O| Aug 01 21:37:13.403 INFO O| Startup: Caching catalogs ... Done
43192025-08-01T21:37:19.188Z[ recovery-image] Aug 01 21:37:17.842 INFO O| Aug 01 21:37:17.842 INFO O| Planning: Solver setup ... Done
43202025-08-01T21:37:19.195Z[ recovery-image] Aug 01 21:37:17.850 INFO O| Aug 01 21:37:17.850 INFO O| Planning: Running solver ... Done
43212025-08-01T21:37:19.292Z[ recovery-image] Aug 01 21:37:17.946 INFO O| Aug 01 21:37:17.945 INFO O| Planning: Finding local manifests ... Done
43222025-08-01T21:37:19.305Z[ recovery-image] Aug 01 21:37:17.959 INFO O| Aug 01 21:37:17.959 INFO O| Planning: Fetching manifests: 0/1 0% complete
43232025-08-01T21:37:19.310Z[ recovery-image] Aug 01 21:37:17.964 INFO O| Aug 01 21:37:17.964 INFO O| Planning: Fetching manifests: 1/1 100% complete
43242025-08-01T21:37:19.332Z[ recovery-image] Aug 01 21:37:17.986 INFO O| Aug 01 21:37:17.986 INFO O| Planning: Package planning ... Done
43252025-08-01T21:37:19.337Z[ recovery-image] Aug 01 21:37:17.986 INFO O| Aug 01 21:37:17.986 INFO O| Planning: Merging actions ... Done
43262025-08-01T21:37:19.363Z[ recovery-image] Aug 01 21:37:18.017 INFO O| Aug 01 21:37:18.017 INFO O| Planning: Checking for conflicting actions ... Done
43272025-08-01T21:37:19.367Z[ recovery-image] Aug 01 21:37:18.017 INFO O| Aug 01 21:37:18.017 INFO O| Planning: Consolidating action changes ... Done
43282025-08-01T21:37:19.496Z[ recovery-image] Aug 01 21:37:18.150 INFO O| Aug 01 21:37:18.150 INFO O| Planning: Evaluating mediators ... Done
43292025-08-01T21:37:19.500Z[ recovery-image] Aug 01 21:37:18.150 INFO O| Aug 01 21:37:18.150 INFO O| Planning: Planning completed in 4.66 seconds
43302025-08-01T21:37:19.500Z[ recovery-image] Aug 01 21:37:18.150 INFO O| Aug 01 21:37:18.150 INFO O| Packages to install: 1
43312025-08-01T21:37:19.515Z[ recovery-image] Aug 01 21:37:18.168 INFO O| Aug 01 21:37:18.168 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
43322025-08-01T21:37:19.972Z[ recovery-image] Aug 01 21:37:18.625 INFO O| Aug 01 21:37:18.625 INFO O| Download: Completed 9.99 MB in 0.46 seconds (21.9M/s)
43332025-08-01T21:37:20.015Z[ recovery-image] Aug 01 21:37:18.668 INFO O| Aug 01 21:37:18.668 INFO O| Actions: 1/22 actions (Installing new actions)
43342025-08-01T21:37:20.241Z[ recovery-image] Aug 01 21:37:18.891 INFO O| Aug 01 21:37:18.891 INFO O| Actions: Completed 22 actions in 0.22 seconds.
43352025-08-01T21:37:20.580Z[ recovery-image] Aug 01 21:37:19.234 INFO O| Aug 01 21:37:19.234 INFO O| Done
43362025-08-01T21:37:20.580Z[ recovery-image] Aug 01 21:37:19.234 INFO O| Aug 01 21:37:19.234 INFO O| Done
43372025-08-01T21:37:21.446Z[ recovery-image] Aug 01 21:37:20.099 INFO O| Aug 01 21:37:20.099 INFO O| Done
43382025-08-01T21:37:22.414Z[ recovery-image] Aug 01 21:37:21.066 INFO O| Aug 01 21:37:21.066 INFO O| Done
43392025-08-01T21:37:22.430Z[ recovery-image] Aug 01 21:37:21.082 INFO O| Aug 01 21:37:21.082 INFO O| Done
43402025-08-01T21:37:22.430Z[ recovery-image] Aug 01 21:37:21.082 INFO O| Aug 01 21:37:21.082 INFO O| Done
43412025-08-01T21:37:22.444Z[ recovery-image] Aug 01 21:37:21.096 INFO O| Aug 01 21:37:21.095 INFO O| Done
43422025-08-01T21:37:23.514Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO STEP 14 (pkg_install) COMPLETE
43432025-08-01T21:37:23.514Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43442025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO skip step because feature "mfg" is not enabled
43452025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43462025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO skip step because feature "compliance" is not enabled
43472025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43482025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO skip step because feature "stress" is not enabled
43492025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43502025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO skip step because feature "compliance" is not enabled
43512025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43522025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO skip step because feature "nfs" is not enabled
43532025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.163 INFO O| Aug 01 21:37:22.163 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
43542025-08-01T21:37:23.521Z[ recovery-image] Aug 01 21:37:22.164 INFO O| Aug 01 21:37:22.164 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
43552025-08-01T21:37:23.699Z[ recovery-image] Aug 01 21:37:22.350 INFO O| Aug 01 21:37:22.350 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
43562025-08-01T21:37:23.802Z[ recovery-image] Aug 01 21:37:22.450 INFO O| Aug 01 21:37:22.450 INFO completed processing sled/ramdisk-01-os
43572025-08-01T21:37:23.807Z[ recovery-image] Aug 01 21:37:22.452 INFO image builder template: ramdisk-02-trim...
43582025-08-01T21:37:23.807Z[ recovery-image] Aug 01 21:37:22.452 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/.tmpsKVwmA/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.396", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
43592025-08-01T21:37:23.830Z[ recovery-image] Aug 01 21:37:22.481 INFO O| Aug 01 21:37:22.481 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
43602025-08-01T21:37:23.834Z[ recovery-image] Aug 01 21:37:22.486 INFO O| Aug 01 21:37:22.486 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
43612025-08-01T21:37:23.933Z[ recovery-image] Aug 01 21:37:22.585 INFO O| Aug 01 21:37:22.584 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
43622025-08-01T21:37:24.013Z[ recovery-image] Aug 01 21:37:22.664 INFO O| Aug 01 21:37:22.664 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
43632025-08-01T21:37:24.013Z[ recovery-image] Aug 01 21:37:22.664 INFO O| Aug 01 21:37:22.664 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
43642025-08-01T21:37:24.019Z[ recovery-image] Aug 01 21:37:22.670 INFO O| Aug 01 21:37:22.670 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
43652025-08-01T21:37:24.023Z[ recovery-image] Aug 01 21:37:22.675 INFO O| Aug 01 21:37:22.675 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
43662025-08-01T21:37:24.028Z[ recovery-image] Aug 01 21:37:22.679 INFO O| Aug 01 21:37:22.679 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
43672025-08-01T21:37:24.215Z[ recovery-image] Aug 01 21:37:22.866 INFO O| Aug 01 21:37:22.866 INFO rolled back to input snapshot; work may begin
43682025-08-01T21:37:24.215Z[ recovery-image] Aug 01 21:37:22.867 INFO O| Aug 01 21:37:22.866 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
43692025-08-01T21:37:24.220Z[ recovery-image] Aug 01 21:37:22.871 INFO O| Aug 01 21:37:22.871 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43702025-08-01T21:37:24.235Z[ recovery-image] Aug 01 21:37:22.884 INFO O| Aug 01 21:37:22.883 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
43712025-08-01T21:37:24.281Z[ recovery-image] Aug 01 21:37:22.932 INFO O| Aug 01 21:37:22.932 INFO STEP 0 (remove_files) COMPLETE
43722025-08-01T21:37:24.281Z[ recovery-image] Aug 01 21:37:22.932 INFO O| Aug 01 21:37:22.932 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43732025-08-01T21:37:24.288Z[ host-image] Aug 01 21:37:22.939 INFO O| Aug 01 21:37:22.939 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43742025-08-01T21:37:24.294Z[ recovery-image] Aug 01 21:37:22.942 INFO O| Aug 01 21:37:22.942 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
43752025-08-01T21:37:24.297Z[ recovery-image] Aug 01 21:37:22.944 INFO O| Aug 01 21:37:22.944 INFO STEP 1 (remove_files) COMPLETE
43762025-08-01T21:37:24.297Z[ recovery-image] Aug 01 21:37:22.944 INFO O| Aug 01 21:37:22.944 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43772025-08-01T21:37:24.303Z[ recovery-image] Aug 01 21:37:22.954 INFO O| Aug 01 21:37:22.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
43782025-08-01T21:37:24.317Z[ recovery-image] Aug 01 21:37:22.968 INFO O| Aug 01 21:37:22.968 INFO STEP 2 (remove_files) COMPLETE
43792025-08-01T21:37:24.317Z[ recovery-image] Aug 01 21:37:22.968 INFO O| Aug 01 21:37:22.968 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43802025-08-01T21:37:24.330Z[ recovery-image] Aug 01 21:37:22.981 INFO O| Aug 01 21:37:22.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
43812025-08-01T21:37:24.334Z[ recovery-image] Aug 01 21:37:22.983 INFO O| Aug 01 21:37:22.983 INFO STEP 3 (remove_files) COMPLETE
43822025-08-01T21:37:24.334Z[ recovery-image] Aug 01 21:37:22.983 INFO O| Aug 01 21:37:22.983 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43832025-08-01T21:37:24.345Z[ recovery-image] Aug 01 21:37:22.996 INFO O| Aug 01 21:37:22.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
43842025-08-01T21:37:24.350Z[ recovery-image] Aug 01 21:37:23.001 INFO O| Aug 01 21:37:23.001 INFO STEP 4 (remove_files) COMPLETE
43852025-08-01T21:37:24.350Z[ recovery-image] Aug 01 21:37:23.001 INFO O| Aug 01 21:37:23.001 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43862025-08-01T21:37:24.360Z[ recovery-image] Aug 01 21:37:23.012 INFO O| Aug 01 21:37:23.012 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
43872025-08-01T21:37:24.364Z[ recovery-image] Aug 01 21:37:23.012 INFO O| Aug 01 21:37:23.012 INFO STEP 5 (remove_files) COMPLETE
43882025-08-01T21:37:24.364Z[ recovery-image] Aug 01 21:37:23.012 INFO O| Aug 01 21:37:23.012 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43892025-08-01T21:37:24.371Z[ recovery-image] Aug 01 21:37:23.023 INFO O| Aug 01 21:37:23.023 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
43902025-08-01T21:37:24.385Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO STEP 6 (remove_files) COMPLETE
43912025-08-01T21:37:24.385Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43922025-08-01T21:37:24.389Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO skip step because feature "recovery" is enabled
43932025-08-01T21:37:24.389Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43942025-08-01T21:37:24.389Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO skip step because feature "recovery" is enabled
43952025-08-01T21:37:24.389Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43962025-08-01T21:37:24.389Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO skip step because feature "recovery" is enabled
43972025-08-01T21:37:24.389Z[ recovery-image] Aug 01 21:37:23.034 INFO O| Aug 01 21:37:23.034 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
43982025-08-01T21:37:24.394Z[ recovery-image] Aug 01 21:37:23.045 INFO O| Aug 01 21:37:23.045 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
43992025-08-01T21:37:24.398Z[ recovery-image] Aug 01 21:37:23.049 INFO O| Aug 01 21:37:23.049 INFO STEP 10 (remove_files) COMPLETE
44002025-08-01T21:37:24.402Z[ recovery-image] Aug 01 21:37:23.049 INFO O| Aug 01 21:37:23.049 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44012025-08-01T21:37:24.409Z[ recovery-image] Aug 01 21:37:23.060 INFO O| Aug 01 21:37:23.060 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
44022025-08-01T21:37:24.413Z[ recovery-image] Aug 01 21:37:23.061 INFO O| Aug 01 21:37:23.061 INFO STEP 11 (remove_files) COMPLETE
44032025-08-01T21:37:24.413Z[ recovery-image] Aug 01 21:37:23.061 INFO O| Aug 01 21:37:23.061 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44042025-08-01T21:37:24.419Z[ recovery-image] Aug 01 21:37:23.070 INFO O| Aug 01 21:37:23.070 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
44052025-08-01T21:37:24.423Z[ recovery-image] Aug 01 21:37:23.072 INFO O| Aug 01 21:37:23.072 INFO STEP 12 (remove_files) COMPLETE
44062025-08-01T21:37:24.423Z[ recovery-image] Aug 01 21:37:23.072 INFO O| Aug 01 21:37:23.072 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44072025-08-01T21:37:24.565Z[ recovery-image] Aug 01 21:37:23.215 INFO O| Aug 01 21:37:23.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
44082025-08-01T21:37:24.569Z[ recovery-image] Aug 01 21:37:23.217 INFO O| Aug 01 21:37:23.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
44092025-08-01T21:37:24.583Z[ recovery-image] Aug 01 21:37:23.232 INFO O| Aug 01 21:37:23.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
44102025-08-01T21:37:24.612Z[ recovery-image] Aug 01 21:37:23.259 INFO O| Aug 01 21:37:23.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
44112025-08-01T21:37:24.627Z[ recovery-image] Aug 01 21:37:23.278 INFO O| Aug 01 21:37:23.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
44122025-08-01T21:37:24.631Z[ recovery-image] Aug 01 21:37:23.278 INFO O| Aug 01 21:37:23.278 INFO STEP 13 (remove_files) COMPLETE
44132025-08-01T21:37:24.631Z[ recovery-image] Aug 01 21:37:23.278 INFO O| Aug 01 21:37:23.278 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44142025-08-01T21:37:24.640Z[ recovery-image] Aug 01 21:37:23.290 INFO O| Aug 01 21:37:23.290 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
44152025-08-01T21:37:24.644Z[ recovery-image] Aug 01 21:37:23.292 INFO O| Aug 01 21:37:23.292 INFO STEP 14 (remove_files) COMPLETE
44162025-08-01T21:37:24.644Z[ recovery-image] Aug 01 21:37:23.292 INFO O| Aug 01 21:37:23.292 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44172025-08-01T21:37:24.652Z[ recovery-image] Aug 01 21:37:23.303 INFO O| Aug 01 21:37:23.303 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
44182025-08-01T21:37:24.659Z[ recovery-image] Aug 01 21:37:23.310 INFO O| Aug 01 21:37:23.310 INFO STEP 15 (remove_files) COMPLETE
44192025-08-01T21:37:24.659Z[ recovery-image] Aug 01 21:37:23.310 INFO O| Aug 01 21:37:23.310 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44202025-08-01T21:37:24.669Z[ recovery-image] Aug 01 21:37:23.320 INFO O| Aug 01 21:37:23.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
44212025-08-01T21:37:24.673Z[ recovery-image] Aug 01 21:37:23.320 INFO O| Aug 01 21:37:23.320 INFO STEP 16 (remove_files) COMPLETE
44222025-08-01T21:37:24.673Z[ recovery-image] Aug 01 21:37:23.320 INFO O| Aug 01 21:37:23.320 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44232025-08-01T21:37:24.677Z[ recovery-image] Aug 01 21:37:23.328 INFO O| Aug 01 21:37:23.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
44242025-08-01T21:37:24.681Z[ recovery-image] Aug 01 21:37:23.329 INFO O| Aug 01 21:37:23.329 INFO STEP 17 (remove_files) COMPLETE
44252025-08-01T21:37:24.681Z[ recovery-image] Aug 01 21:37:23.329 INFO O| Aug 01 21:37:23.329 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44262025-08-01T21:37:24.687Z[ recovery-image] Aug 01 21:37:23.337 INFO O| Aug 01 21:37:23.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
44272025-08-01T21:37:24.687Z[ recovery-image] Aug 01 21:37:23.337 INFO O| Aug 01 21:37:23.337 INFO STEP 18 (remove_files) COMPLETE
44282025-08-01T21:37:24.690Z[ recovery-image] Aug 01 21:37:23.337 INFO O| Aug 01 21:37:23.337 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44292025-08-01T21:37:24.697Z[ recovery-image] Aug 01 21:37:23.347 INFO O| Aug 01 21:37:23.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
44302025-08-01T21:37:24.697Z[ recovery-image] Aug 01 21:37:23.348 INFO O| Aug 01 21:37:23.348 INFO STEP 19 (remove_files) COMPLETE
44312025-08-01T21:37:24.697Z[ recovery-image] Aug 01 21:37:23.348 INFO O| Aug 01 21:37:23.348 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44322025-08-01T21:37:24.707Z[ recovery-image] Aug 01 21:37:23.358 INFO O| Aug 01 21:37:23.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
44332025-08-01T21:37:24.707Z[ recovery-image] Aug 01 21:37:23.358 INFO O| Aug 01 21:37:23.358 INFO STEP 20 (remove_files) COMPLETE
44342025-08-01T21:37:24.707Z[ recovery-image] Aug 01 21:37:23.358 INFO O| Aug 01 21:37:23.358 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44352025-08-01T21:37:24.717Z[ recovery-image] Aug 01 21:37:23.368 INFO O| Aug 01 21:37:23.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
44362025-08-01T21:37:24.717Z[ recovery-image] Aug 01 21:37:23.368 INFO O| Aug 01 21:37:23.368 INFO STEP 21 (remove_files) COMPLETE
44372025-08-01T21:37:24.717Z[ recovery-image] Aug 01 21:37:23.368 INFO O| Aug 01 21:37:23.368 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44382025-08-01T21:37:24.754Z[ recovery-image] Aug 01 21:37:23.379 INFO O| Aug 01 21:37:23.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
44392025-08-01T21:37:24.754Z[ recovery-image] Aug 01 21:37:23.379 INFO O| Aug 01 21:37:23.379 INFO STEP 22 (remove_files) COMPLETE
44402025-08-01T21:37:24.754Z[ recovery-image] Aug 01 21:37:23.379 INFO O| Aug 01 21:37:23.379 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44412025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.387 INFO O| Aug 01 21:37:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
44422025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.387 INFO O| Aug 01 21:37:23.387 INFO STEP 23 (remove_files) COMPLETE
44432025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.387 INFO O| Aug 01 21:37:23.387 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44442025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.398 INFO O| Aug 01 21:37:23.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
44452025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.398 INFO O| Aug 01 21:37:23.398 INFO STEP 24 (remove_files) COMPLETE
44462025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.398 INFO O| Aug 01 21:37:23.398 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44472025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.406 INFO O| Aug 01 21:37:23.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
44482025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.406 INFO O| Aug 01 21:37:23.406 INFO STEP 25 (remove_files) COMPLETE
44492025-08-01T21:37:24.759Z[ recovery-image] Aug 01 21:37:23.406 INFO O| Aug 01 21:37:23.406 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44502025-08-01T21:37:24.765Z[ recovery-image] Aug 01 21:37:23.416 INFO O| Aug 01 21:37:23.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
44512025-08-01T21:37:24.765Z[ recovery-image] Aug 01 21:37:23.416 INFO O| Aug 01 21:37:23.416 INFO STEP 26 (remove_files) COMPLETE
44522025-08-01T21:37:24.769Z[ recovery-image] Aug 01 21:37:23.416 INFO O| Aug 01 21:37:23.416 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44532025-08-01T21:37:24.773Z[ recovery-image] Aug 01 21:37:23.424 INFO O| Aug 01 21:37:23.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
44542025-08-01T21:37:24.773Z[ recovery-image] Aug 01 21:37:23.424 INFO O| Aug 01 21:37:23.424 INFO STEP 27 (remove_files) COMPLETE
44552025-08-01T21:37:24.773Z[ recovery-image] Aug 01 21:37:23.424 INFO O| Aug 01 21:37:23.424 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44562025-08-01T21:37:24.782Z[ recovery-image] Aug 01 21:37:23.432 INFO O| Aug 01 21:37:23.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
44572025-08-01T21:37:24.782Z[ recovery-image] Aug 01 21:37:23.432 INFO O| Aug 01 21:37:23.432 INFO STEP 28 (remove_files) COMPLETE
44582025-08-01T21:37:24.782Z[ recovery-image] Aug 01 21:37:23.432 INFO O| Aug 01 21:37:23.432 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44592025-08-01T21:37:24.791Z[ recovery-image] Aug 01 21:37:23.442 INFO O| Aug 01 21:37:23.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
44602025-08-01T21:37:24.791Z[ recovery-image] Aug 01 21:37:23.442 INFO O| Aug 01 21:37:23.442 INFO STEP 29 (remove_files) COMPLETE
44612025-08-01T21:37:24.791Z[ recovery-image] Aug 01 21:37:23.442 INFO O| Aug 01 21:37:23.442 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44622025-08-01T21:37:24.803Z[ recovery-image] Aug 01 21:37:23.453 INFO O| Aug 01 21:37:23.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
44632025-08-01T21:37:24.803Z[ recovery-image] Aug 01 21:37:23.453 INFO O| Aug 01 21:37:23.453 INFO STEP 30 (remove_files) COMPLETE
44642025-08-01T21:37:24.803Z[ recovery-image] Aug 01 21:37:23.453 INFO O| Aug 01 21:37:23.453 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44652025-08-01T21:37:24.811Z[ recovery-image] Aug 01 21:37:23.462 INFO O| Aug 01 21:37:23.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
44662025-08-01T21:37:24.814Z[ recovery-image] Aug 01 21:37:23.462 INFO O| Aug 01 21:37:23.462 INFO STEP 31 (remove_files) COMPLETE
44672025-08-01T21:37:24.814Z[ recovery-image] Aug 01 21:37:23.462 INFO O| Aug 01 21:37:23.462 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44682025-08-01T21:37:24.819Z[ recovery-image] Aug 01 21:37:23.470 INFO O| Aug 01 21:37:23.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
44692025-08-01T21:37:24.820Z[ recovery-image] Aug 01 21:37:23.470 INFO O| Aug 01 21:37:23.470 INFO STEP 32 (remove_files) COMPLETE
44702025-08-01T21:37:24.824Z[ recovery-image] Aug 01 21:37:23.470 INFO O| Aug 01 21:37:23.470 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44712025-08-01T21:37:24.829Z[ recovery-image] Aug 01 21:37:23.480 INFO O| Aug 01 21:37:23.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
44722025-08-01T21:37:24.829Z[ recovery-image] Aug 01 21:37:23.480 INFO O| Aug 01 21:37:23.480 INFO STEP 33 (remove_files) COMPLETE
44732025-08-01T21:37:24.833Z[ recovery-image] Aug 01 21:37:23.480 INFO O| Aug 01 21:37:23.480 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44742025-08-01T21:37:24.841Z[ recovery-image] Aug 01 21:37:23.492 INFO O| Aug 01 21:37:23.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
44752025-08-01T21:37:24.841Z[ recovery-image] Aug 01 21:37:23.492 INFO O| Aug 01 21:37:23.492 INFO STEP 34 (remove_files) COMPLETE
44762025-08-01T21:37:24.842Z[ recovery-image] Aug 01 21:37:23.492 INFO O| Aug 01 21:37:23.492 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44772025-08-01T21:37:24.851Z[ recovery-image] Aug 01 21:37:23.502 INFO O| Aug 01 21:37:23.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
44782025-08-01T21:37:24.851Z[ recovery-image] Aug 01 21:37:23.502 INFO O| Aug 01 21:37:23.502 INFO STEP 35 (remove_files) COMPLETE
44792025-08-01T21:37:24.855Z[ recovery-image] Aug 01 21:37:23.502 INFO O| Aug 01 21:37:23.502 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44802025-08-01T21:37:24.862Z[ recovery-image] Aug 01 21:37:23.513 INFO O| Aug 01 21:37:23.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
44812025-08-01T21:37:24.866Z[ recovery-image] Aug 01 21:37:23.513 INFO O| Aug 01 21:37:23.513 INFO STEP 36 (remove_files) COMPLETE
44822025-08-01T21:37:24.866Z[ recovery-image] Aug 01 21:37:23.513 INFO O| Aug 01 21:37:23.513 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44832025-08-01T21:37:24.874Z[ recovery-image] Aug 01 21:37:23.524 INFO O| Aug 01 21:37:23.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
44842025-08-01T21:37:24.875Z[ recovery-image] Aug 01 21:37:23.525 INFO O| Aug 01 21:37:23.524 INFO STEP 37 (remove_files) COMPLETE
44852025-08-01T21:37:24.878Z[ recovery-image] Aug 01 21:37:23.525 INFO O| Aug 01 21:37:23.524 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44862025-08-01T21:37:24.882Z[ recovery-image] Aug 01 21:37:23.532 INFO O| Aug 01 21:37:23.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
44872025-08-01T21:37:24.883Z[ recovery-image] Aug 01 21:37:23.532 INFO O| Aug 01 21:37:23.532 INFO STEP 38 (remove_files) COMPLETE
44882025-08-01T21:37:24.883Z[ recovery-image] Aug 01 21:37:23.532 INFO O| Aug 01 21:37:23.532 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44892025-08-01T21:37:24.890Z[ recovery-image] Aug 01 21:37:23.540 INFO O| Aug 01 21:37:23.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
44902025-08-01T21:37:24.890Z[ recovery-image] Aug 01 21:37:23.541 INFO O| Aug 01 21:37:23.541 INFO STEP 39 (remove_files) COMPLETE
44912025-08-01T21:37:24.890Z[ recovery-image] Aug 01 21:37:23.541 INFO O| Aug 01 21:37:23.541 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44922025-08-01T21:37:24.901Z[ recovery-image] Aug 01 21:37:23.552 INFO O| Aug 01 21:37:23.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
44932025-08-01T21:37:24.901Z[ recovery-image] Aug 01 21:37:23.552 INFO O| Aug 01 21:37:23.552 INFO STEP 40 (remove_files) COMPLETE
44942025-08-01T21:37:24.905Z[ recovery-image] Aug 01 21:37:23.552 INFO O| Aug 01 21:37:23.552 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44952025-08-01T21:37:24.912Z[ recovery-image] Aug 01 21:37:23.563 INFO O| Aug 01 21:37:23.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
44962025-08-01T21:37:24.912Z[ recovery-image] Aug 01 21:37:23.563 INFO O| Aug 01 21:37:23.563 INFO STEP 41 (remove_files) COMPLETE
44972025-08-01T21:37:24.912Z[ recovery-image] Aug 01 21:37:23.563 INFO O| Aug 01 21:37:23.563 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44982025-08-01T21:37:24.924Z[ recovery-image] Aug 01 21:37:23.571 INFO O| Aug 01 21:37:23.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
44992025-08-01T21:37:24.927Z[ recovery-image] Aug 01 21:37:23.571 INFO O| Aug 01 21:37:23.571 INFO STEP 42 (remove_files) COMPLETE
45002025-08-01T21:37:24.927Z[ recovery-image] Aug 01 21:37:23.572 INFO O| Aug 01 21:37:23.571 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45012025-08-01T21:37:24.931Z[ recovery-image] Aug 01 21:37:23.580 INFO O| Aug 01 21:37:23.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
45022025-08-01T21:37:24.931Z[ recovery-image] Aug 01 21:37:23.580 INFO O| Aug 01 21:37:23.580 INFO STEP 43 (remove_files) COMPLETE
45032025-08-01T21:37:24.931Z[ recovery-image] Aug 01 21:37:23.580 INFO O| Aug 01 21:37:23.580 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45042025-08-01T21:37:24.938Z[ recovery-image] Aug 01 21:37:23.589 INFO O| Aug 01 21:37:23.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
45052025-08-01T21:37:24.942Z[ recovery-image] Aug 01 21:37:23.589 INFO O| Aug 01 21:37:23.589 INFO STEP 44 (remove_files) COMPLETE
45062025-08-01T21:37:24.942Z[ recovery-image] Aug 01 21:37:23.589 INFO O| Aug 01 21:37:23.589 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45072025-08-01T21:37:24.951Z[ recovery-image] Aug 01 21:37:23.600 INFO O| Aug 01 21:37:23.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
45082025-08-01T21:37:24.951Z[ recovery-image] Aug 01 21:37:23.600 INFO O| Aug 01 21:37:23.600 INFO STEP 45 (remove_files) COMPLETE
45092025-08-01T21:37:24.955Z[ recovery-image] Aug 01 21:37:23.600 INFO O| Aug 01 21:37:23.600 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45102025-08-01T21:37:24.960Z[ recovery-image] Aug 01 21:37:23.611 INFO O| Aug 01 21:37:23.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
45112025-08-01T21:37:24.960Z[ recovery-image] Aug 01 21:37:23.611 INFO O| Aug 01 21:37:23.611 INFO STEP 46 (remove_files) COMPLETE
45122025-08-01T21:37:24.964Z[ recovery-image] Aug 01 21:37:23.611 INFO O| Aug 01 21:37:23.611 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45132025-08-01T21:37:24.971Z[ recovery-image] Aug 01 21:37:23.622 INFO O| Aug 01 21:37:23.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
45142025-08-01T21:37:24.971Z[ recovery-image] Aug 01 21:37:23.622 INFO O| Aug 01 21:37:23.622 INFO STEP 47 (remove_files) COMPLETE
45152025-08-01T21:37:24.971Z[ recovery-image] Aug 01 21:37:23.622 INFO O| Aug 01 21:37:23.622 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45162025-08-01T21:37:24.983Z[ recovery-image] Aug 01 21:37:23.633 INFO O| Aug 01 21:37:23.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
45172025-08-01T21:37:24.983Z[ recovery-image] Aug 01 21:37:23.633 INFO O| Aug 01 21:37:23.633 INFO STEP 48 (remove_files) COMPLETE
45182025-08-01T21:37:24.986Z[ recovery-image] Aug 01 21:37:23.633 INFO O| Aug 01 21:37:23.633 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45192025-08-01T21:37:24.994Z[ recovery-image] Aug 01 21:37:23.645 INFO O| Aug 01 21:37:23.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
45202025-08-01T21:37:24.994Z[ recovery-image] Aug 01 21:37:23.645 INFO O| Aug 01 21:37:23.645 INFO STEP 49 (remove_files) COMPLETE
45212025-08-01T21:37:24.994Z[ recovery-image] Aug 01 21:37:23.645 INFO O| Aug 01 21:37:23.645 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45222025-08-01T21:37:25.007Z[ recovery-image] Aug 01 21:37:23.656 INFO O| Aug 01 21:37:23.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
45232025-08-01T21:37:25.007Z[ recovery-image] Aug 01 21:37:23.656 INFO O| Aug 01 21:37:23.656 INFO STEP 50 (remove_files) COMPLETE
45242025-08-01T21:37:25.011Z[ recovery-image] Aug 01 21:37:23.656 INFO O| Aug 01 21:37:23.656 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45252025-08-01T21:37:25.015Z[ recovery-image] Aug 01 21:37:23.666 INFO O| Aug 01 21:37:23.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
45262025-08-01T21:37:25.016Z[ recovery-image] Aug 01 21:37:23.666 INFO O| Aug 01 21:37:23.666 INFO STEP 51 (remove_files) COMPLETE
45272025-08-01T21:37:25.020Z[ recovery-image] Aug 01 21:37:23.666 INFO O| Aug 01 21:37:23.666 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45282025-08-01T21:37:25.024Z[ recovery-image] Aug 01 21:37:23.675 INFO O| Aug 01 21:37:23.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
45292025-08-01T21:37:25.024Z[ recovery-image] Aug 01 21:37:23.675 INFO O| Aug 01 21:37:23.675 INFO STEP 52 (remove_files) COMPLETE
45302025-08-01T21:37:25.028Z[ recovery-image] Aug 01 21:37:23.675 INFO O| Aug 01 21:37:23.675 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45312025-08-01T21:37:25.035Z[ recovery-image] Aug 01 21:37:23.686 INFO O| Aug 01 21:37:23.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
45322025-08-01T21:37:25.035Z[ recovery-image] Aug 01 21:37:23.686 INFO O| Aug 01 21:37:23.686 INFO STEP 53 (remove_files) COMPLETE
45332025-08-01T21:37:25.035Z[ recovery-image] Aug 01 21:37:23.686 INFO O| Aug 01 21:37:23.686 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342025-08-01T21:37:25.044Z[ recovery-image] Aug 01 21:37:23.694 INFO O| Aug 01 21:37:23.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
45352025-08-01T21:37:25.044Z[ recovery-image] Aug 01 21:37:23.694 INFO O| Aug 01 21:37:23.694 INFO STEP 54 (remove_files) COMPLETE
45362025-08-01T21:37:25.044Z[ recovery-image] Aug 01 21:37:23.694 INFO O| Aug 01 21:37:23.694 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45372025-08-01T21:37:25.056Z[ recovery-image] Aug 01 21:37:23.706 INFO O| Aug 01 21:37:23.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
45382025-08-01T21:37:25.056Z[ recovery-image] Aug 01 21:37:23.706 INFO O| Aug 01 21:37:23.706 INFO STEP 55 (remove_files) COMPLETE
45392025-08-01T21:37:25.060Z[ recovery-image] Aug 01 21:37:23.706 INFO O| Aug 01 21:37:23.706 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402025-08-01T21:37:25.065Z[ recovery-image] Aug 01 21:37:23.716 INFO O| Aug 01 21:37:23.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
45412025-08-01T21:37:25.066Z[ recovery-image] Aug 01 21:37:23.716 INFO O| Aug 01 21:37:23.716 INFO STEP 56 (remove_files) COMPLETE
45422025-08-01T21:37:25.066Z[ recovery-image] Aug 01 21:37:23.716 INFO O| Aug 01 21:37:23.716 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45432025-08-01T21:37:25.075Z[ recovery-image] Aug 01 21:37:23.726 INFO O| Aug 01 21:37:23.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
45442025-08-01T21:37:25.076Z[ recovery-image] Aug 01 21:37:23.726 INFO O| Aug 01 21:37:23.726 INFO STEP 57 (remove_files) COMPLETE
45452025-08-01T21:37:25.076Z[ recovery-image] Aug 01 21:37:23.726 INFO O| Aug 01 21:37:23.726 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45462025-08-01T21:37:25.089Z[ recovery-image] Aug 01 21:37:23.738 INFO O| Aug 01 21:37:23.738 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
45472025-08-01T21:37:25.089Z[ recovery-image] Aug 01 21:37:23.738 INFO O| Aug 01 21:37:23.738 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
45482025-08-01T21:37:25.093Z[ recovery-image] Aug 01 21:37:23.738 INFO O| Aug 01 21:37:23.738 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
45492025-08-01T21:37:25.094Z[ recovery-image] Aug 01 21:37:23.738 INFO O| Aug 01 21:37:23.738 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
45502025-08-01T21:37:25.094Z[ recovery-image] Aug 01 21:37:23.738 INFO O| Aug 01 21:37:23.738 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
45512025-08-01T21:37:25.094Z[ recovery-image] Aug 01 21:37:23.738 INFO O| Aug 01 21:37:23.738 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
45522025-08-01T21:37:25.094Z[ recovery-image] Aug 01 21:37:23.739 INFO O| Aug 01 21:37:23.738 INFO ok!
45532025-08-01T21:37:25.094Z[ recovery-image] Aug 01 21:37:23.739 INFO O| Aug 01 21:37:23.739 INFO STEP 58 (ensure_file) COMPLETE
45542025-08-01T21:37:25.094Z[ recovery-image] Aug 01 21:37:23.739 INFO O| Aug 01 21:37:23.739 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45562025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
45572025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
45582025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
45592025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
45602025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
45612025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO ok!
45622025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO STEP 59 (ensure_file) COMPLETE
45632025-08-01T21:37:25.098Z[ recovery-image] Aug 01 21:37:23.748 INFO O| Aug 01 21:37:23.748 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642025-08-01T21:37:25.105Z[ recovery-image] Aug 01 21:37:23.756 INFO O| Aug 01 21:37:23.756 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
45652025-08-01T21:37:25.105Z[ recovery-image] Aug 01 21:37:23.756 INFO O| Aug 01 21:37:23.756 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
45662025-08-01T21:37:25.109Z[ recovery-image] Aug 01 21:37:23.756 INFO O| Aug 01 21:37:23.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
45672025-08-01T21:37:25.109Z[ recovery-image] Aug 01 21:37:23.756 INFO O| Aug 01 21:37:23.756 INFO ok!
45682025-08-01T21:37:25.109Z[ recovery-image] Aug 01 21:37:23.756 INFO O| Aug 01 21:37:23.756 INFO STEP 60 (ensure_file) COMPLETE
45692025-08-01T21:37:25.109Z[ recovery-image] Aug 01 21:37:23.756 INFO O| Aug 01 21:37:23.756 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702025-08-01T21:37:25.119Z[ recovery-image] Aug 01 21:37:23.769 INFO O| Aug 01 21:37:23.769 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45712025-08-01T21:37:25.119Z[ recovery-image] Aug 01 21:37:23.769 INFO O| Aug 01 21:37:23.769 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
45722025-08-01T21:37:25.123Z[ recovery-image] Aug 01 21:37:23.769 INFO O| Aug 01 21:37:23.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
45732025-08-01T21:37:25.123Z[ recovery-image] Aug 01 21:37:23.770 INFO O| Aug 01 21:37:23.769 INFO ok!
45742025-08-01T21:37:25.123Z[ recovery-image] Aug 01 21:37:23.770 INFO O| Aug 01 21:37:23.769 INFO STEP 61 (ensure_file) COMPLETE
45752025-08-01T21:37:25.123Z[ recovery-image] Aug 01 21:37:23.770 INFO O| Aug 01 21:37:23.769 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762025-08-01T21:37:25.129Z[ recovery-image] Aug 01 21:37:23.779 INFO O| Aug 01 21:37:23.779 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
45772025-08-01T21:37:25.129Z[ recovery-image] Aug 01 21:37:23.779 INFO O| Aug 01 21:37:23.779 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
45782025-08-01T21:37:25.132Z[ recovery-image] Aug 01 21:37:23.780 INFO O| Aug 01 21:37:23.780 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
45792025-08-01T21:37:25.132Z[ recovery-image] Aug 01 21:37:23.780 INFO O| Aug 01 21:37:23.780 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
45802025-08-01T21:37:25.132Z[ recovery-image] Aug 01 21:37:23.780 INFO O| Aug 01 21:37:23.780 INFO ok!
45812025-08-01T21:37:25.132Z[ recovery-image] Aug 01 21:37:23.780 INFO O| Aug 01 21:37:23.780 INFO STEP 62 (ensure_file) COMPLETE
45822025-08-01T21:37:25.133Z[ recovery-image] Aug 01 21:37:23.780 INFO O| Aug 01 21:37:23.780 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832025-08-01T21:37:25.141Z[ recovery-image] Aug 01 21:37:23.791 INFO O| Aug 01 21:37:23.791 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
45842025-08-01T21:37:25.141Z[ recovery-image] Aug 01 21:37:23.791 INFO O| Aug 01 21:37:23.791 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
45852025-08-01T21:37:25.141Z[ recovery-image] Aug 01 21:37:23.791 INFO O| Aug 01 21:37:23.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
45862025-08-01T21:37:25.145Z[ recovery-image] Aug 01 21:37:23.791 INFO O| Aug 01 21:37:23.791 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
45872025-08-01T21:37:25.145Z[ recovery-image] Aug 01 21:37:23.791 INFO O| Aug 01 21:37:23.791 INFO ok!
45882025-08-01T21:37:25.145Z[ recovery-image] Aug 01 21:37:23.791 INFO O| Aug 01 21:37:23.791 INFO STEP 63 (ensure_file) COMPLETE
45892025-08-01T21:37:25.145Z[ recovery-image] Aug 01 21:37:23.792 INFO O| Aug 01 21:37:23.791 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45902025-08-01T21:37:25.150Z[ recovery-image] Aug 01 21:37:23.801 INFO O| Aug 01 21:37:23.801 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
45912025-08-01T21:37:25.150Z[ recovery-image] Aug 01 21:37:23.801 INFO O| Aug 01 21:37:23.801 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
45922025-08-01T21:37:25.154Z[ recovery-image] Aug 01 21:37:23.801 INFO O| Aug 01 21:37:23.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
45932025-08-01T21:37:25.154Z[ recovery-image] Aug 01 21:37:23.801 INFO O| Aug 01 21:37:23.801 INFO ok!
45942025-08-01T21:37:25.154Z[ recovery-image] Aug 01 21:37:23.801 INFO O| Aug 01 21:37:23.801 INFO STEP 64 (assemble_files) COMPLETE
45952025-08-01T21:37:25.155Z[ recovery-image] Aug 01 21:37:23.801 INFO O| Aug 01 21:37:23.801 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962025-08-01T21:37:25.161Z[ recovery-image] Aug 01 21:37:23.811 INFO O| Aug 01 21:37:23.811 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
45972025-08-01T21:37:25.161Z[ recovery-image] Aug 01 21:37:23.811 INFO O| Aug 01 21:37:23.811 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
45982025-08-01T21:37:25.164Z[ recovery-image] Aug 01 21:37:23.811 INFO O| Aug 01 21:37:23.811 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
45992025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.811 INFO O| Aug 01 21:37:23.811 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
46002025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.811 INFO ok!
46012025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.811 INFO STEP 65 (ensure_file) COMPLETE
46022025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.811 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.811 INFO skip step because feature "omicron1" is not enabled
46042025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.811 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46052025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.812 INFO skip step because feature "omicron1" is not enabled
46062025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.812 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.812 INFO skip step because feature "omicron1" is not enabled
46082025-08-01T21:37:25.165Z[ recovery-image] Aug 01 21:37:23.812 INFO O| Aug 01 21:37:23.812 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092025-08-01T21:37:25.175Z[ recovery-image] Aug 01 21:37:23.826 INFO O| Aug 01 21:37:23.826 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
46102025-08-01T21:37:25.175Z[ recovery-image] Aug 01 21:37:23.826 INFO O| Aug 01 21:37:23.826 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
46112025-08-01T21:37:26.648Z[ recovery-image] Aug 01 21:37:25.297 INFO O| Aug 01 21:37:25.297 INFO STEP 69 (pack_tar) COMPLETE
46122025-08-01T21:37:26.648Z[ recovery-image] Aug 01 21:37:25.297 INFO O| Aug 01 21:37:25.297 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46132025-08-01T21:37:26.648Z[ recovery-image] Aug 01 21:37:25.297 INFO O| Aug 01 21:37:25.297 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
46142025-08-01T21:37:27.160Z[ recovery-image] Aug 01 21:37:25.809 INFO O| Aug 01 21:37:25.809 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46152025-08-01T21:37:27.253Z[ recovery-image] Aug 01 21:37:25.902 INFO O| Aug 01 21:37:25.902 INFO completed processing sled/ramdisk-02-trim
46162025-08-01T21:37:27.260Z[ recovery-image] Aug 01 21:37:25.904 INFO image builder template: ramdisk-03-recovery-trim...
46172025-08-01T21:37:27.260Z[ recovery-image] Aug 01 21:37:25.904 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/.tmpsKVwmA/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.396", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
46182025-08-01T21:37:27.380Z[ recovery-image] Aug 01 21:37:26.029 INFO O| Aug 01 21:37:26.029 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
46192025-08-01T21:37:27.384Z[ recovery-image] Aug 01 21:37:26.033 INFO O| Aug 01 21:37:26.033 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
46202025-08-01T21:37:27.476Z[ recovery-image] Aug 01 21:37:26.125 INFO O| Aug 01 21:37:26.125 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
46212025-08-01T21:37:27.551Z[ recovery-image] Aug 01 21:37:26.200 INFO O| Aug 01 21:37:26.200 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
46222025-08-01T21:37:27.551Z[ recovery-image] Aug 01 21:37:26.200 INFO O| Aug 01 21:37:26.200 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46232025-08-01T21:37:27.561Z[ recovery-image] Aug 01 21:37:26.208 INFO O| Aug 01 21:37:26.208 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
46242025-08-01T21:37:27.564Z[ recovery-image] Aug 01 21:37:26.212 INFO O| Aug 01 21:37:26.212 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46252025-08-01T21:37:27.570Z[ recovery-image] Aug 01 21:37:26.216 INFO O| Aug 01 21:37:26.216 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
46262025-08-01T21:37:27.823Z[ recovery-image] Aug 01 21:37:26.472 INFO O| Aug 01 21:37:26.472 INFO rolled back to input snapshot; work may begin
46272025-08-01T21:37:27.824Z[ recovery-image] Aug 01 21:37:26.472 INFO O| Aug 01 21:37:26.472 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46282025-08-01T21:37:27.829Z[ recovery-image] Aug 01 21:37:26.478 INFO O| Aug 01 21:37:26.478 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292025-08-01T21:37:27.837Z[ recovery-image] Aug 01 21:37:26.486 INFO O| Aug 01 21:37:26.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
46302025-08-01T21:37:27.842Z[ recovery-image] Aug 01 21:37:26.491 INFO O| Aug 01 21:37:26.491 INFO STEP 0 (remove_files) COMPLETE
46312025-08-01T21:37:27.845Z[ recovery-image] Aug 01 21:37:26.491 INFO O| Aug 01 21:37:26.491 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322025-08-01T21:37:27.854Z[ recovery-image] Aug 01 21:37:26.502 INFO O| Aug 01 21:37:26.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
46332025-08-01T21:37:27.911Z[ recovery-image] Aug 01 21:37:26.560 INFO O| Aug 01 21:37:26.560 INFO STEP 1 (remove_files) COMPLETE
46342025-08-01T21:37:27.911Z[ recovery-image] Aug 01 21:37:26.560 INFO O| Aug 01 21:37:26.560 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352025-08-01T21:37:27.920Z[ recovery-image] Aug 01 21:37:26.569 INFO O| Aug 01 21:37:26.569 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
46362025-08-01T21:37:27.924Z[ recovery-image] Aug 01 21:37:26.572 INFO O| Aug 01 21:37:26.571 INFO STEP 2 (remove_files) COMPLETE
46372025-08-01T21:37:27.924Z[ recovery-image] Aug 01 21:37:26.572 INFO O| Aug 01 21:37:26.572 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382025-08-01T21:37:27.932Z[ recovery-image] Aug 01 21:37:26.581 INFO O| Aug 01 21:37:26.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
46392025-08-01T21:37:27.982Z[ recovery-image] Aug 01 21:37:26.631 INFO O| Aug 01 21:37:26.631 INFO STEP 3 (remove_files) COMPLETE
46402025-08-01T21:37:27.982Z[ recovery-image] Aug 01 21:37:26.631 INFO O| Aug 01 21:37:26.631 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412025-08-01T21:37:27.991Z[ recovery-image] Aug 01 21:37:26.640 INFO O| Aug 01 21:37:26.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
46422025-08-01T21:37:28.007Z[ recovery-image] Aug 01 21:37:26.655 INFO O| Aug 01 21:37:26.655 INFO STEP 4 (remove_files) COMPLETE
46432025-08-01T21:37:28.007Z[ recovery-image] Aug 01 21:37:26.656 INFO O| Aug 01 21:37:26.655 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442025-08-01T21:37:28.015Z[ recovery-image] Aug 01 21:37:26.664 INFO O| Aug 01 21:37:26.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
46452025-08-01T21:37:28.019Z[ recovery-image] Aug 01 21:37:26.667 INFO O| Aug 01 21:37:26.667 INFO STEP 5 (remove_files) COMPLETE
46462025-08-01T21:37:28.019Z[ recovery-image] Aug 01 21:37:26.667 INFO O| Aug 01 21:37:26.667 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472025-08-01T21:37:28.030Z[ recovery-image] Aug 01 21:37:26.679 INFO O| Aug 01 21:37:26.679 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
46482025-08-01T21:37:28.034Z[ recovery-image] Aug 01 21:37:26.680 INFO O| Aug 01 21:37:26.680 INFO STEP 6 (remove_files) COMPLETE
46492025-08-01T21:37:28.034Z[ recovery-image] Aug 01 21:37:26.680 INFO O| Aug 01 21:37:26.680 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502025-08-01T21:37:28.041Z[ recovery-image] Aug 01 21:37:26.690 INFO O| Aug 01 21:37:26.690 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
46512025-08-01T21:37:28.046Z[ recovery-image] Aug 01 21:37:26.694 INFO O| Aug 01 21:37:26.694 INFO STEP 7 (remove_files) COMPLETE
46522025-08-01T21:37:28.046Z[ recovery-image] Aug 01 21:37:26.694 INFO O| Aug 01 21:37:26.694 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-08-01T21:37:28.054Z[ recovery-image] Aug 01 21:37:26.702 INFO O| Aug 01 21:37:26.702 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
46542025-08-01T21:37:28.058Z[ recovery-image] Aug 01 21:37:26.703 INFO O| Aug 01 21:37:26.703 INFO STEP 8 (remove_files) COMPLETE
46552025-08-01T21:37:28.058Z[ recovery-image] Aug 01 21:37:26.703 INFO O| Aug 01 21:37:26.703 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-08-01T21:37:28.064Z[ recovery-image] Aug 01 21:37:26.713 INFO O| Aug 01 21:37:26.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
46572025-08-01T21:37:28.067Z[ recovery-image] Aug 01 21:37:26.714 INFO O| Aug 01 21:37:26.714 INFO STEP 9 (remove_files) COMPLETE
46582025-08-01T21:37:28.068Z[ recovery-image] Aug 01 21:37:26.714 INFO O| Aug 01 21:37:26.714 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-08-01T21:37:28.083Z[ recovery-image] Aug 01 21:37:26.722 INFO O| Aug 01 21:37:26.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
46602025-08-01T21:37:28.146Z[ recovery-image] Aug 01 21:37:26.795 INFO O| Aug 01 21:37:26.795 INFO STEP 10 (remove_files) COMPLETE
46612025-08-01T21:37:28.146Z[ recovery-image] Aug 01 21:37:26.795 INFO O| Aug 01 21:37:26.795 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-08-01T21:37:28.159Z[ recovery-image] Aug 01 21:37:26.808 INFO O| Aug 01 21:37:26.808 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
46632025-08-01T21:37:28.163Z[ recovery-image] Aug 01 21:37:26.810 INFO O| Aug 01 21:37:26.810 INFO STEP 11 (remove_files) COMPLETE
46642025-08-01T21:37:28.163Z[ recovery-image] Aug 01 21:37:26.810 INFO O| Aug 01 21:37:26.810 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-08-01T21:37:28.171Z[ recovery-image] Aug 01 21:37:26.820 INFO O| Aug 01 21:37:26.820 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
46662025-08-01T21:37:28.175Z[ recovery-image] Aug 01 21:37:26.823 INFO O| Aug 01 21:37:26.823 INFO STEP 12 (remove_files) COMPLETE
46672025-08-01T21:37:28.175Z[ recovery-image] Aug 01 21:37:26.823 INFO O| Aug 01 21:37:26.823 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-08-01T21:37:28.183Z[ recovery-image] Aug 01 21:37:26.831 INFO O| Aug 01 21:37:26.831 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
46692025-08-01T21:37:28.186Z[ recovery-image] Aug 01 21:37:26.832 INFO O| Aug 01 21:37:26.832 INFO STEP 13 (remove_files) COMPLETE
46702025-08-01T21:37:28.186Z[ recovery-image] Aug 01 21:37:26.832 INFO O| Aug 01 21:37:26.832 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-08-01T21:37:28.194Z[ recovery-image] Aug 01 21:37:26.842 INFO O| Aug 01 21:37:26.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
46722025-08-01T21:37:28.198Z[ recovery-image] Aug 01 21:37:26.844 INFO O| Aug 01 21:37:26.844 INFO STEP 14 (remove_files) COMPLETE
46732025-08-01T21:37:28.198Z[ recovery-image] Aug 01 21:37:26.844 INFO O| Aug 01 21:37:26.844 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-08-01T21:37:28.205Z[ recovery-image] Aug 01 21:37:26.854 INFO O| Aug 01 21:37:26.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
46752025-08-01T21:37:28.216Z[ recovery-image] Aug 01 21:37:26.865 INFO O| Aug 01 21:37:26.864 INFO STEP 15 (remove_files) COMPLETE
46762025-08-01T21:37:28.216Z[ recovery-image] Aug 01 21:37:26.865 INFO O| Aug 01 21:37:26.865 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-08-01T21:37:28.227Z[ recovery-image] Aug 01 21:37:26.876 INFO O| Aug 01 21:37:26.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
46782025-08-01T21:37:28.227Z[ recovery-image] Aug 01 21:37:26.876 INFO O| Aug 01 21:37:26.876 INFO STEP 16 (remove_files) COMPLETE
46792025-08-01T21:37:28.227Z[ recovery-image] Aug 01 21:37:26.876 INFO O| Aug 01 21:37:26.876 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-08-01T21:37:28.238Z[ recovery-image] Aug 01 21:37:26.887 INFO O| Aug 01 21:37:26.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
46812025-08-01T21:37:28.242Z[ recovery-image] Aug 01 21:37:26.888 INFO O| Aug 01 21:37:26.887 INFO STEP 17 (remove_files) COMPLETE
46822025-08-01T21:37:28.242Z[ recovery-image] Aug 01 21:37:26.888 INFO O| Aug 01 21:37:26.887 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-08-01T21:37:28.249Z[ recovery-image] Aug 01 21:37:26.896 INFO O| Aug 01 21:37:26.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
46842025-08-01T21:37:28.305Z[ recovery-image] Aug 01 21:37:26.952 INFO O| Aug 01 21:37:26.952 INFO STEP 18 (remove_files) COMPLETE
46852025-08-01T21:37:28.305Z[ recovery-image] Aug 01 21:37:26.952 INFO O| Aug 01 21:37:26.952 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-08-01T21:37:28.314Z[ recovery-image] Aug 01 21:37:26.963 INFO O| Aug 01 21:37:26.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
46872025-08-01T21:37:28.319Z[ recovery-image] Aug 01 21:37:26.964 INFO O| Aug 01 21:37:26.964 INFO STEP 19 (remove_files) COMPLETE
46882025-08-01T21:37:28.319Z[ recovery-image] Aug 01 21:37:26.964 INFO O| Aug 01 21:37:26.964 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-08-01T21:37:28.327Z[ recovery-image] Aug 01 21:37:26.975 INFO O| Aug 01 21:37:26.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
46902025-08-01T21:37:28.332Z[ recovery-image] Aug 01 21:37:26.975 INFO O| Aug 01 21:37:26.975 INFO STEP 20 (remove_files) COMPLETE
46912025-08-01T21:37:28.333Z[ recovery-image] Aug 01 21:37:26.975 INFO O| Aug 01 21:37:26.975 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-08-01T21:37:28.337Z[ recovery-image] Aug 01 21:37:26.986 INFO O| Aug 01 21:37:26.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
46932025-08-01T21:37:28.341Z[ recovery-image] Aug 01 21:37:26.987 INFO O| Aug 01 21:37:26.986 INFO STEP 21 (remove_files) COMPLETE
46942025-08-01T21:37:28.341Z[ recovery-image] Aug 01 21:37:26.987 INFO O| Aug 01 21:37:26.987 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-08-01T21:37:28.346Z[ recovery-image] Aug 01 21:37:26.994 INFO O| Aug 01 21:37:26.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
46962025-08-01T21:37:28.350Z[ recovery-image] Aug 01 21:37:26.995 INFO O| Aug 01 21:37:26.995 INFO STEP 22 (remove_files) COMPLETE
46972025-08-01T21:37:28.350Z[ recovery-image] Aug 01 21:37:26.995 INFO O| Aug 01 21:37:26.995 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-08-01T21:37:28.360Z[ recovery-image] Aug 01 21:37:27.007 INFO O| Aug 01 21:37:27.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
46992025-08-01T21:37:28.363Z[ recovery-image] Aug 01 21:37:27.007 INFO O| Aug 01 21:37:27.007 INFO STEP 23 (remove_files) COMPLETE
47002025-08-01T21:37:28.363Z[ recovery-image] Aug 01 21:37:27.007 INFO O| Aug 01 21:37:27.007 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-08-01T21:37:28.368Z[ recovery-image] Aug 01 21:37:27.015 INFO O| Aug 01 21:37:27.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
47022025-08-01T21:37:28.368Z[ recovery-image] Aug 01 21:37:27.015 INFO O| Aug 01 21:37:27.015 INFO STEP 24 (remove_files) COMPLETE
47032025-08-01T21:37:28.368Z[ recovery-image] Aug 01 21:37:27.015 INFO O| Aug 01 21:37:27.015 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-08-01T21:37:28.377Z[ recovery-image] Aug 01 21:37:27.025 INFO O| Aug 01 21:37:27.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
47052025-08-01T21:37:28.380Z[ recovery-image] Aug 01 21:37:27.026 INFO O| Aug 01 21:37:27.026 INFO STEP 25 (remove_files) COMPLETE
47062025-08-01T21:37:28.380Z[ recovery-image] Aug 01 21:37:27.026 INFO O| Aug 01 21:37:27.026 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-08-01T21:37:28.388Z[ recovery-image] Aug 01 21:37:27.037 INFO O| Aug 01 21:37:27.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
47082025-08-01T21:37:28.388Z[ recovery-image] Aug 01 21:37:27.037 INFO O| Aug 01 21:37:27.037 INFO STEP 26 (remove_files) COMPLETE
47092025-08-01T21:37:28.388Z[ recovery-image] Aug 01 21:37:27.037 INFO O| Aug 01 21:37:27.037 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-08-01T21:37:28.396Z[ recovery-image] Aug 01 21:37:27.044 INFO O| Aug 01 21:37:27.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
47112025-08-01T21:37:28.399Z[ recovery-image] Aug 01 21:37:27.045 INFO O| Aug 01 21:37:27.045 INFO STEP 27 (remove_files) COMPLETE
47122025-08-01T21:37:28.399Z[ recovery-image] Aug 01 21:37:27.045 INFO O| Aug 01 21:37:27.045 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-08-01T21:37:28.404Z[ recovery-image] Aug 01 21:37:27.053 INFO O| Aug 01 21:37:27.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
47142025-08-01T21:37:28.409Z[ recovery-image] Aug 01 21:37:27.053 INFO O| Aug 01 21:37:27.053 INFO STEP 28 (remove_files) COMPLETE
47152025-08-01T21:37:28.409Z[ recovery-image] Aug 01 21:37:27.053 INFO O| Aug 01 21:37:27.053 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-08-01T21:37:28.414Z[ recovery-image] Aug 01 21:37:27.063 INFO O| Aug 01 21:37:27.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
47172025-08-01T21:37:28.418Z[ recovery-image] Aug 01 21:37:27.063 INFO O| Aug 01 21:37:27.063 INFO STEP 29 (remove_files) COMPLETE
47182025-08-01T21:37:28.418Z[ recovery-image] Aug 01 21:37:27.063 INFO O| Aug 01 21:37:27.063 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-08-01T21:37:28.425Z[ recovery-image] Aug 01 21:37:27.074 INFO O| Aug 01 21:37:27.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
47202025-08-01T21:37:28.425Z[ recovery-image] Aug 01 21:37:27.074 INFO O| Aug 01 21:37:27.074 INFO STEP 30 (remove_files) COMPLETE
47212025-08-01T21:37:28.429Z[ recovery-image] Aug 01 21:37:27.074 INFO O| Aug 01 21:37:27.074 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-08-01T21:37:28.434Z[ recovery-image] Aug 01 21:37:27.083 INFO O| Aug 01 21:37:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
47232025-08-01T21:37:28.438Z[ recovery-image] Aug 01 21:37:27.084 INFO O| Aug 01 21:37:27.084 INFO STEP 31 (remove_files) COMPLETE
47242025-08-01T21:37:28.438Z[ recovery-image] Aug 01 21:37:27.084 INFO O| Aug 01 21:37:27.084 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-08-01T21:37:28.446Z[ recovery-image] Aug 01 21:37:27.094 INFO O| Aug 01 21:37:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
47262025-08-01T21:37:28.451Z[ recovery-image] Aug 01 21:37:27.095 INFO O| Aug 01 21:37:27.095 INFO STEP 32 (remove_files) COMPLETE
47272025-08-01T21:37:28.451Z[ recovery-image] Aug 01 21:37:27.095 INFO O| Aug 01 21:37:27.095 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-08-01T21:37:28.464Z[ recovery-image] Aug 01 21:37:27.105 INFO O| Aug 01 21:37:27.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
47292025-08-01T21:37:28.464Z[ recovery-image] Aug 01 21:37:27.105 INFO O| Aug 01 21:37:27.105 INFO STEP 33 (remove_files) COMPLETE
47302025-08-01T21:37:28.464Z[ recovery-image] Aug 01 21:37:27.105 INFO O| Aug 01 21:37:27.105 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-08-01T21:37:28.474Z[ recovery-image] Aug 01 21:37:27.114 INFO O| Aug 01 21:37:27.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
47322025-08-01T21:37:28.474Z[ recovery-image] Aug 01 21:37:27.115 INFO O| Aug 01 21:37:27.115 INFO STEP 34 (remove_files) COMPLETE
47332025-08-01T21:37:28.474Z[ recovery-image] Aug 01 21:37:27.115 INFO O| Aug 01 21:37:27.115 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-08-01T21:37:28.478Z[ recovery-image] Aug 01 21:37:27.125 INFO O| Aug 01 21:37:27.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
47352025-08-01T21:37:28.478Z[ recovery-image] Aug 01 21:37:27.125 INFO O| Aug 01 21:37:27.125 INFO STEP 35 (remove_files) COMPLETE
47362025-08-01T21:37:28.478Z[ recovery-image] Aug 01 21:37:27.125 INFO O| Aug 01 21:37:27.125 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-08-01T21:37:28.485Z[ recovery-image] Aug 01 21:37:27.133 INFO O| Aug 01 21:37:27.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
47382025-08-01T21:37:28.491Z[ recovery-image] Aug 01 21:37:27.133 INFO O| Aug 01 21:37:27.133 INFO STEP 36 (remove_files) COMPLETE
47392025-08-01T21:37:28.491Z[ recovery-image] Aug 01 21:37:27.133 INFO O| Aug 01 21:37:27.133 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-08-01T21:37:28.511Z[ recovery-image] Aug 01 21:37:27.144 INFO O| Aug 01 21:37:27.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
47412025-08-01T21:37:28.512Z[ recovery-image] Aug 01 21:37:27.144 INFO O| Aug 01 21:37:27.144 INFO STEP 37 (remove_files) COMPLETE
47422025-08-01T21:37:28.512Z[ recovery-image] Aug 01 21:37:27.144 INFO O| Aug 01 21:37:27.144 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-08-01T21:37:28.512Z[ recovery-image] Aug 01 21:37:27.155 INFO O| Aug 01 21:37:27.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
47442025-08-01T21:37:28.512Z[ recovery-image] Aug 01 21:37:27.155 INFO O| Aug 01 21:37:27.155 INFO STEP 38 (remove_files) COMPLETE
47452025-08-01T21:37:28.512Z[ recovery-image] Aug 01 21:37:27.155 INFO O| Aug 01 21:37:27.155 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-08-01T21:37:28.516Z[ recovery-image] Aug 01 21:37:27.163 INFO O| Aug 01 21:37:27.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
47472025-08-01T21:37:28.516Z[ recovery-image] Aug 01 21:37:27.163 INFO O| Aug 01 21:37:27.163 INFO STEP 39 (remove_files) COMPLETE
47482025-08-01T21:37:28.516Z[ recovery-image] Aug 01 21:37:27.163 INFO O| Aug 01 21:37:27.163 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-08-01T21:37:28.524Z[ recovery-image] Aug 01 21:37:27.173 INFO O| Aug 01 21:37:27.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
47502025-08-01T21:37:28.524Z[ recovery-image] Aug 01 21:37:27.173 INFO O| Aug 01 21:37:27.173 INFO STEP 40 (remove_files) COMPLETE
47512025-08-01T21:37:28.528Z[ recovery-image] Aug 01 21:37:27.173 INFO O| Aug 01 21:37:27.173 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-08-01T21:37:28.535Z[ recovery-image] Aug 01 21:37:27.184 INFO O| Aug 01 21:37:27.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
47532025-08-01T21:37:28.536Z[ recovery-image] Aug 01 21:37:27.184 INFO O| Aug 01 21:37:27.184 INFO STEP 41 (remove_files) COMPLETE
47542025-08-01T21:37:28.536Z[ recovery-image] Aug 01 21:37:27.184 INFO O| Aug 01 21:37:27.184 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-08-01T21:37:28.545Z[ recovery-image] Aug 01 21:37:27.193 INFO O| Aug 01 21:37:27.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
47562025-08-01T21:37:28.545Z[ recovery-image] Aug 01 21:37:27.194 INFO O| Aug 01 21:37:27.194 INFO STEP 42 (remove_files) COMPLETE
47572025-08-01T21:37:28.548Z[ recovery-image] Aug 01 21:37:27.194 INFO O| Aug 01 21:37:27.194 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-08-01T21:37:28.553Z[ recovery-image] Aug 01 21:37:27.201 INFO O| Aug 01 21:37:27.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
47592025-08-01T21:37:28.559Z[ recovery-image] Aug 01 21:37:27.202 INFO O| Aug 01 21:37:27.202 INFO STEP 43 (remove_files) COMPLETE
47602025-08-01T21:37:28.560Z[ recovery-image] Aug 01 21:37:27.202 INFO O| Aug 01 21:37:27.202 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-08-01T21:37:28.567Z[ recovery-image] Aug 01 21:37:27.210 INFO O| Aug 01 21:37:27.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
47622025-08-01T21:37:28.567Z[ recovery-image] Aug 01 21:37:27.210 INFO O| Aug 01 21:37:27.210 INFO STEP 44 (remove_files) COMPLETE
47632025-08-01T21:37:28.567Z[ recovery-image] Aug 01 21:37:27.210 INFO O| Aug 01 21:37:27.210 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-08-01T21:37:28.572Z[ recovery-image] Aug 01 21:37:27.220 INFO O| Aug 01 21:37:27.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
47652025-08-01T21:37:28.572Z[ recovery-image] Aug 01 21:37:27.220 INFO O| Aug 01 21:37:27.220 INFO STEP 45 (remove_files) COMPLETE
47662025-08-01T21:37:28.575Z[ recovery-image] Aug 01 21:37:27.220 INFO O| Aug 01 21:37:27.220 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-08-01T21:37:28.581Z[ recovery-image] Aug 01 21:37:27.230 INFO O| Aug 01 21:37:27.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
47682025-08-01T21:37:28.582Z[ recovery-image] Aug 01 21:37:27.230 INFO O| Aug 01 21:37:27.230 INFO STEP 46 (remove_files) COMPLETE
47692025-08-01T21:37:28.586Z[ recovery-image] Aug 01 21:37:27.230 INFO O| Aug 01 21:37:27.230 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-08-01T21:37:28.595Z[ recovery-image] Aug 01 21:37:27.238 INFO O| Aug 01 21:37:27.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
47712025-08-01T21:37:28.595Z[ recovery-image] Aug 01 21:37:27.238 INFO O| Aug 01 21:37:27.238 INFO STEP 47 (remove_files) COMPLETE
47722025-08-01T21:37:28.595Z[ recovery-image] Aug 01 21:37:27.238 INFO O| Aug 01 21:37:27.238 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-08-01T21:37:28.599Z[ recovery-image] Aug 01 21:37:27.246 INFO O| Aug 01 21:37:27.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
47742025-08-01T21:37:28.599Z[ recovery-image] Aug 01 21:37:27.246 INFO O| Aug 01 21:37:27.246 INFO STEP 48 (remove_files) COMPLETE
47752025-08-01T21:37:28.599Z[ recovery-image] Aug 01 21:37:27.246 INFO O| Aug 01 21:37:27.246 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-08-01T21:37:28.605Z[ recovery-image] Aug 01 21:37:27.253 INFO O| Aug 01 21:37:27.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
47772025-08-01T21:37:28.605Z[ recovery-image] Aug 01 21:37:27.254 INFO O| Aug 01 21:37:27.254 INFO STEP 49 (remove_files) COMPLETE
47782025-08-01T21:37:28.609Z[ recovery-image] Aug 01 21:37:27.254 INFO O| Aug 01 21:37:27.254 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-08-01T21:37:28.614Z[ recovery-image] Aug 01 21:37:27.263 INFO O| Aug 01 21:37:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
47802025-08-01T21:37:28.619Z[ recovery-image] Aug 01 21:37:27.264 INFO O| Aug 01 21:37:27.263 INFO STEP 50 (remove_files) COMPLETE
47812025-08-01T21:37:28.619Z[ recovery-image] Aug 01 21:37:27.264 INFO O| Aug 01 21:37:27.264 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-08-01T21:37:28.625Z[ recovery-image] Aug 01 21:37:27.273 INFO O| Aug 01 21:37:27.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
47832025-08-01T21:37:28.625Z[ recovery-image] Aug 01 21:37:27.273 INFO O| Aug 01 21:37:27.273 INFO STEP 51 (remove_files) COMPLETE
47842025-08-01T21:37:28.625Z[ recovery-image] Aug 01 21:37:27.273 INFO O| Aug 01 21:37:27.273 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-08-01T21:37:28.634Z[ recovery-image] Aug 01 21:37:27.282 INFO O| Aug 01 21:37:27.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
47862025-08-01T21:37:28.634Z[ recovery-image] Aug 01 21:37:27.282 INFO O| Aug 01 21:37:27.282 INFO STEP 52 (remove_files) COMPLETE
47872025-08-01T21:37:28.634Z[ recovery-image] Aug 01 21:37:27.282 INFO O| Aug 01 21:37:27.282 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-08-01T21:37:28.644Z[ recovery-image] Aug 01 21:37:27.292 INFO O| Aug 01 21:37:27.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
47892025-08-01T21:37:28.644Z[ recovery-image] Aug 01 21:37:27.292 INFO O| Aug 01 21:37:27.292 INFO STEP 53 (remove_files) COMPLETE
47902025-08-01T21:37:28.644Z[ recovery-image] Aug 01 21:37:27.292 INFO O| Aug 01 21:37:27.292 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-08-01T21:37:28.655Z[ recovery-image] Aug 01 21:37:27.303 INFO O| Aug 01 21:37:27.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
47922025-08-01T21:37:28.655Z[ recovery-image] Aug 01 21:37:27.304 INFO O| Aug 01 21:37:27.303 INFO STEP 54 (remove_files) COMPLETE
47932025-08-01T21:37:28.655Z[ recovery-image] Aug 01 21:37:27.304 INFO O| Aug 01 21:37:27.304 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-08-01T21:37:28.663Z[ recovery-image] Aug 01 21:37:27.312 INFO O| Aug 01 21:37:27.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
47952025-08-01T21:37:28.667Z[ recovery-image] Aug 01 21:37:27.312 INFO O| Aug 01 21:37:27.312 INFO STEP 55 (remove_files) COMPLETE
47962025-08-01T21:37:28.667Z[ recovery-image] Aug 01 21:37:27.312 INFO O| Aug 01 21:37:27.312 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-08-01T21:37:28.671Z[ recovery-image] Aug 01 21:37:27.320 INFO O| Aug 01 21:37:27.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
47982025-08-01T21:37:28.675Z[ recovery-image] Aug 01 21:37:27.320 INFO O| Aug 01 21:37:27.320 INFO STEP 56 (remove_files) COMPLETE
47992025-08-01T21:37:28.675Z[ recovery-image] Aug 01 21:37:27.320 INFO O| Aug 01 21:37:27.320 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-08-01T21:37:28.679Z[ recovery-image] Aug 01 21:37:27.327 INFO O| Aug 01 21:37:27.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
48012025-08-01T21:37:28.682Z[ recovery-image] Aug 01 21:37:27.328 INFO O| Aug 01 21:37:27.328 INFO STEP 57 (remove_files) COMPLETE
48022025-08-01T21:37:28.682Z[ recovery-image] Aug 01 21:37:27.328 INFO O| Aug 01 21:37:27.328 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-08-01T21:37:28.687Z[ recovery-image] Aug 01 21:37:27.335 INFO O| Aug 01 21:37:27.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
48042025-08-01T21:37:28.691Z[ recovery-image] Aug 01 21:37:27.336 INFO O| Aug 01 21:37:27.335 INFO STEP 58 (remove_files) COMPLETE
48052025-08-01T21:37:28.691Z[ recovery-image] Aug 01 21:37:27.336 INFO O| Aug 01 21:37:27.336 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-08-01T21:37:28.697Z[ recovery-image] Aug 01 21:37:27.345 INFO O| Aug 01 21:37:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
48072025-08-01T21:37:28.697Z[ recovery-image] Aug 01 21:37:27.345 INFO O| Aug 01 21:37:27.345 INFO STEP 59 (remove_files) COMPLETE
48082025-08-01T21:37:28.701Z[ recovery-image] Aug 01 21:37:27.345 INFO O| Aug 01 21:37:27.345 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-08-01T21:37:28.706Z[ recovery-image] Aug 01 21:37:27.355 INFO O| Aug 01 21:37:27.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
48102025-08-01T21:37:28.706Z[ recovery-image] Aug 01 21:37:27.355 INFO O| Aug 01 21:37:27.355 INFO STEP 60 (remove_files) COMPLETE
48112025-08-01T21:37:28.710Z[ recovery-image] Aug 01 21:37:27.355 INFO O| Aug 01 21:37:27.355 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-08-01T21:37:28.717Z[ recovery-image] Aug 01 21:37:27.365 INFO O| Aug 01 21:37:27.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
48132025-08-01T21:37:28.717Z[ recovery-image] Aug 01 21:37:27.365 INFO O| Aug 01 21:37:27.365 INFO STEP 61 (remove_files) COMPLETE
48142025-08-01T21:37:28.717Z[ recovery-image] Aug 01 21:37:27.365 INFO O| Aug 01 21:37:27.365 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-08-01T21:37:28.728Z[ recovery-image] Aug 01 21:37:27.377 INFO O| Aug 01 21:37:27.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
48162025-08-01T21:37:28.728Z[ recovery-image] Aug 01 21:37:27.377 INFO O| Aug 01 21:37:27.377 INFO STEP 62 (remove_files) COMPLETE
48172025-08-01T21:37:28.734Z[ recovery-image] Aug 01 21:37:27.377 INFO O| Aug 01 21:37:27.377 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-08-01T21:37:28.738Z[ recovery-image] Aug 01 21:37:27.387 INFO O| Aug 01 21:37:27.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
48192025-08-01T21:37:28.738Z[ recovery-image] Aug 01 21:37:27.387 INFO O| Aug 01 21:37:27.387 INFO STEP 63 (remove_files) COMPLETE
48202025-08-01T21:37:28.742Z[ recovery-image] Aug 01 21:37:27.387 INFO O| Aug 01 21:37:27.387 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-08-01T21:37:28.749Z[ recovery-image] Aug 01 21:37:27.397 INFO O| Aug 01 21:37:27.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
48222025-08-01T21:37:28.749Z[ recovery-image] Aug 01 21:37:27.397 INFO O| Aug 01 21:37:27.397 INFO STEP 64 (remove_files) COMPLETE
48232025-08-01T21:37:28.749Z[ recovery-image] Aug 01 21:37:27.397 INFO O| Aug 01 21:37:27.397 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-08-01T21:37:28.758Z[ recovery-image] Aug 01 21:37:27.407 INFO O| Aug 01 21:37:27.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
48252025-08-01T21:37:28.758Z[ recovery-image] Aug 01 21:37:27.407 INFO O| Aug 01 21:37:27.407 INFO STEP 65 (remove_files) COMPLETE
48262025-08-01T21:37:28.758Z[ recovery-image] Aug 01 21:37:27.407 INFO O| Aug 01 21:37:27.407 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-08-01T21:37:28.766Z[ recovery-image] Aug 01 21:37:27.415 INFO O| Aug 01 21:37:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
48282025-08-01T21:37:28.766Z[ recovery-image] Aug 01 21:37:27.415 INFO O| Aug 01 21:37:27.415 INFO STEP 66 (remove_files) COMPLETE
48292025-08-01T21:37:28.770Z[ recovery-image] Aug 01 21:37:27.415 INFO O| Aug 01 21:37:27.415 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-08-01T21:37:28.777Z[ recovery-image] Aug 01 21:37:27.426 INFO O| Aug 01 21:37:27.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
48312025-08-01T21:37:28.778Z[ recovery-image] Aug 01 21:37:27.426 INFO O| Aug 01 21:37:27.426 INFO STEP 67 (remove_files) COMPLETE
48322025-08-01T21:37:28.778Z[ recovery-image] Aug 01 21:37:27.426 INFO O| Aug 01 21:37:27.426 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-08-01T21:37:28.787Z[ recovery-image] Aug 01 21:37:27.435 INFO O| Aug 01 21:37:27.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
48342025-08-01T21:37:28.791Z[ recovery-image] Aug 01 21:37:27.435 INFO O| Aug 01 21:37:27.435 INFO STEP 68 (remove_files) COMPLETE
48352025-08-01T21:37:28.791Z[ recovery-image] Aug 01 21:37:27.435 INFO O| Aug 01 21:37:27.435 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-08-01T21:37:28.796Z[ recovery-image] Aug 01 21:37:27.445 INFO O| Aug 01 21:37:27.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
48372025-08-01T21:37:28.796Z[ recovery-image] Aug 01 21:37:27.445 INFO O| Aug 01 21:37:27.445 INFO STEP 69 (remove_files) COMPLETE
48382025-08-01T21:37:28.800Z[ recovery-image] Aug 01 21:37:27.445 INFO O| Aug 01 21:37:27.445 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-08-01T21:37:28.806Z[ recovery-image] Aug 01 21:37:27.454 INFO O| Aug 01 21:37:27.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
48402025-08-01T21:37:28.806Z[ recovery-image] Aug 01 21:37:27.454 INFO O| Aug 01 21:37:27.454 INFO STEP 70 (remove_files) COMPLETE
48412025-08-01T21:37:28.809Z[ recovery-image] Aug 01 21:37:27.454 INFO O| Aug 01 21:37:27.454 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-08-01T21:37:28.813Z[ recovery-image] Aug 01 21:37:27.462 INFO O| Aug 01 21:37:27.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
48432025-08-01T21:37:28.813Z[ recovery-image] Aug 01 21:37:27.462 INFO O| Aug 01 21:37:27.462 INFO STEP 71 (remove_files) COMPLETE
48442025-08-01T21:37:28.817Z[ recovery-image] Aug 01 21:37:27.462 INFO O| Aug 01 21:37:27.462 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-08-01T21:37:28.822Z[ recovery-image] Aug 01 21:37:27.470 INFO O| Aug 01 21:37:27.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
48462025-08-01T21:37:28.822Z[ recovery-image] Aug 01 21:37:27.470 INFO O| Aug 01 21:37:27.470 INFO STEP 72 (remove_files) COMPLETE
48472025-08-01T21:37:28.822Z[ recovery-image] Aug 01 21:37:27.470 INFO O| Aug 01 21:37:27.470 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-08-01T21:37:28.830Z[ recovery-image] Aug 01 21:37:27.478 INFO O| Aug 01 21:37:27.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
48492025-08-01T21:37:28.830Z[ recovery-image] Aug 01 21:37:27.478 INFO O| Aug 01 21:37:27.478 INFO STEP 73 (remove_files) COMPLETE
48502025-08-01T21:37:28.834Z[ recovery-image] Aug 01 21:37:27.478 INFO O| Aug 01 21:37:27.478 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-08-01T21:37:28.840Z[ recovery-image] Aug 01 21:37:27.488 INFO O| Aug 01 21:37:27.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
48522025-08-01T21:37:28.841Z[ recovery-image] Aug 01 21:37:27.488 INFO O| Aug 01 21:37:27.488 INFO STEP 74 (remove_files) COMPLETE
48532025-08-01T21:37:28.844Z[ recovery-image] Aug 01 21:37:27.488 INFO O| Aug 01 21:37:27.488 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-08-01T21:37:28.850Z[ recovery-image] Aug 01 21:37:27.499 INFO O| Aug 01 21:37:27.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
48552025-08-01T21:37:28.855Z[ recovery-image] Aug 01 21:37:27.499 INFO O| Aug 01 21:37:27.499 INFO STEP 75 (remove_files) COMPLETE
48562025-08-01T21:37:28.855Z[ recovery-image] Aug 01 21:37:27.499 INFO O| Aug 01 21:37:27.499 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-08-01T21:37:28.860Z[ recovery-image] Aug 01 21:37:27.508 INFO O| Aug 01 21:37:27.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
48582025-08-01T21:37:28.860Z[ recovery-image] Aug 01 21:37:27.508 INFO O| Aug 01 21:37:27.508 INFO STEP 76 (remove_files) COMPLETE
48592025-08-01T21:37:28.860Z[ recovery-image] Aug 01 21:37:27.508 INFO O| Aug 01 21:37:27.508 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-08-01T21:37:28.870Z[ recovery-image] Aug 01 21:37:27.518 INFO O| Aug 01 21:37:27.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
48612025-08-01T21:37:28.870Z[ recovery-image] Aug 01 21:37:27.518 INFO O| Aug 01 21:37:27.518 INFO STEP 77 (remove_files) COMPLETE
48622025-08-01T21:37:28.874Z[ recovery-image] Aug 01 21:37:27.518 INFO O| Aug 01 21:37:27.518 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-08-01T21:37:28.882Z[ recovery-image] Aug 01 21:37:27.529 INFO O| Aug 01 21:37:27.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
48642025-08-01T21:37:28.883Z[ recovery-image] Aug 01 21:37:27.529 INFO O| Aug 01 21:37:27.529 INFO STEP 78 (remove_files) COMPLETE
48652025-08-01T21:37:28.883Z[ recovery-image] Aug 01 21:37:27.529 INFO O| Aug 01 21:37:27.529 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-08-01T21:37:28.892Z[ recovery-image] Aug 01 21:37:27.539 INFO O| Aug 01 21:37:27.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
48672025-08-01T21:37:28.896Z[ recovery-image] Aug 01 21:37:27.539 INFO O| Aug 01 21:37:27.539 INFO STEP 79 (remove_files) COMPLETE
48682025-08-01T21:37:28.896Z[ recovery-image] Aug 01 21:37:27.539 INFO O| Aug 01 21:37:27.539 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-08-01T21:37:28.900Z[ recovery-image] Aug 01 21:37:27.547 INFO O| Aug 01 21:37:27.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
48702025-08-01T21:37:28.900Z[ recovery-image] Aug 01 21:37:27.547 INFO O| Aug 01 21:37:27.547 INFO STEP 80 (remove_files) COMPLETE
48712025-08-01T21:37:28.900Z[ recovery-image] Aug 01 21:37:27.547 INFO O| Aug 01 21:37:27.547 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-08-01T21:37:28.907Z[ recovery-image] Aug 01 21:37:27.556 INFO O| Aug 01 21:37:27.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
48732025-08-01T21:37:28.911Z[ recovery-image] Aug 01 21:37:27.556 INFO O| Aug 01 21:37:27.556 INFO STEP 81 (remove_files) COMPLETE
48742025-08-01T21:37:28.911Z[ recovery-image] Aug 01 21:37:27.556 INFO O| Aug 01 21:37:27.556 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-08-01T21:37:28.918Z[ recovery-image] Aug 01 21:37:27.566 INFO O| Aug 01 21:37:27.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
48762025-08-01T21:37:28.918Z[ recovery-image] Aug 01 21:37:27.566 INFO O| Aug 01 21:37:27.566 INFO STEP 82 (remove_files) COMPLETE
48772025-08-01T21:37:28.922Z[ recovery-image] Aug 01 21:37:27.566 INFO O| Aug 01 21:37:27.566 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-08-01T21:37:28.928Z[ recovery-image] Aug 01 21:37:27.576 INFO O| Aug 01 21:37:27.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
48792025-08-01T21:37:28.928Z[ recovery-image] Aug 01 21:37:27.576 INFO O| Aug 01 21:37:27.576 INFO STEP 83 (remove_files) COMPLETE
48802025-08-01T21:37:28.928Z[ recovery-image] Aug 01 21:37:27.576 INFO O| Aug 01 21:37:27.576 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-08-01T21:37:28.936Z[ recovery-image] Aug 01 21:37:27.584 INFO O| Aug 01 21:37:27.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
48822025-08-01T21:37:28.940Z[ recovery-image] Aug 01 21:37:27.585 INFO O| Aug 01 21:37:27.585 INFO STEP 84 (remove_files) COMPLETE
48832025-08-01T21:37:28.941Z[ recovery-image] Aug 01 21:37:27.585 INFO O| Aug 01 21:37:27.585 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-08-01T21:37:28.947Z[ recovery-image] Aug 01 21:37:27.596 INFO O| Aug 01 21:37:27.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
48852025-08-01T21:37:28.951Z[ recovery-image] Aug 01 21:37:27.596 INFO O| Aug 01 21:37:27.596 INFO STEP 85 (remove_files) COMPLETE
48862025-08-01T21:37:28.951Z[ recovery-image] Aug 01 21:37:27.596 INFO O| Aug 01 21:37:27.596 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-08-01T21:37:28.956Z[ recovery-image] Aug 01 21:37:27.605 INFO O| Aug 01 21:37:27.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
48882025-08-01T21:37:28.956Z[ recovery-image] Aug 01 21:37:27.605 INFO O| Aug 01 21:37:27.605 INFO STEP 86 (remove_files) COMPLETE
48892025-08-01T21:37:28.960Z[ recovery-image] Aug 01 21:37:27.605 INFO O| Aug 01 21:37:27.605 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-08-01T21:37:28.967Z[ recovery-image] Aug 01 21:37:27.614 INFO O| Aug 01 21:37:27.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
48912025-08-01T21:37:28.967Z[ recovery-image] Aug 01 21:37:27.614 INFO O| Aug 01 21:37:27.614 INFO STEP 87 (remove_files) COMPLETE
48922025-08-01T21:37:28.968Z[ recovery-image] Aug 01 21:37:27.614 INFO O| Aug 01 21:37:27.614 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-08-01T21:37:28.975Z[ recovery-image] Aug 01 21:37:27.624 INFO O| Aug 01 21:37:27.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
48942025-08-01T21:37:28.979Z[ recovery-image] Aug 01 21:37:27.624 INFO O| Aug 01 21:37:27.624 INFO STEP 88 (remove_files) COMPLETE
48952025-08-01T21:37:28.979Z[ recovery-image] Aug 01 21:37:27.624 INFO O| Aug 01 21:37:27.624 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-08-01T21:37:28.986Z[ recovery-image] Aug 01 21:37:27.634 INFO O| Aug 01 21:37:27.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
48972025-08-01T21:37:28.986Z[ recovery-image] Aug 01 21:37:27.634 INFO O| Aug 01 21:37:27.634 INFO STEP 89 (remove_files) COMPLETE
48982025-08-01T21:37:28.990Z[ recovery-image] Aug 01 21:37:27.634 INFO O| Aug 01 21:37:27.634 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-08-01T21:37:28.997Z[ recovery-image] Aug 01 21:37:27.646 INFO O| Aug 01 21:37:27.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
49002025-08-01T21:37:29.001Z[ recovery-image] Aug 01 21:37:27.646 INFO O| Aug 01 21:37:27.646 INFO STEP 90 (remove_files) COMPLETE
49012025-08-01T21:37:29.001Z[ recovery-image] Aug 01 21:37:27.646 INFO O| Aug 01 21:37:27.646 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-08-01T21:37:29.005Z[ recovery-image] Aug 01 21:37:27.653 INFO O| Aug 01 21:37:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
49032025-08-01T21:37:29.005Z[ recovery-image] Aug 01 21:37:27.653 INFO O| Aug 01 21:37:27.653 INFO STEP 91 (remove_files) COMPLETE
49042025-08-01T21:37:29.005Z[ recovery-image] Aug 01 21:37:27.653 INFO O| Aug 01 21:37:27.653 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-08-01T21:37:29.013Z[ recovery-image] Aug 01 21:37:27.661 INFO O| Aug 01 21:37:27.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
49062025-08-01T21:37:29.017Z[ recovery-image] Aug 01 21:37:27.662 INFO O| Aug 01 21:37:27.662 INFO STEP 92 (remove_files) COMPLETE
49072025-08-01T21:37:29.017Z[ recovery-image] Aug 01 21:37:27.662 INFO O| Aug 01 21:37:27.662 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-08-01T21:37:29.025Z[ recovery-image] Aug 01 21:37:27.673 INFO O| Aug 01 21:37:27.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
49092025-08-01T21:37:29.025Z[ recovery-image] Aug 01 21:37:27.673 INFO O| Aug 01 21:37:27.673 INFO STEP 93 (remove_files) COMPLETE
49102025-08-01T21:37:29.028Z[ recovery-image] Aug 01 21:37:27.673 INFO O| Aug 01 21:37:27.673 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-08-01T21:37:29.035Z[ recovery-image] Aug 01 21:37:27.684 INFO O| Aug 01 21:37:27.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
49122025-08-01T21:37:29.036Z[ recovery-image] Aug 01 21:37:27.684 INFO O| Aug 01 21:37:27.684 INFO STEP 94 (remove_files) COMPLETE
49132025-08-01T21:37:29.039Z[ recovery-image] Aug 01 21:37:27.684 INFO O| Aug 01 21:37:27.684 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-08-01T21:37:29.046Z[ recovery-image] Aug 01 21:37:27.695 INFO O| Aug 01 21:37:27.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
49152025-08-01T21:37:29.047Z[ recovery-image] Aug 01 21:37:27.695 INFO O| Aug 01 21:37:27.695 INFO STEP 95 (remove_files) COMPLETE
49162025-08-01T21:37:29.050Z[ recovery-image] Aug 01 21:37:27.695 INFO O| Aug 01 21:37:27.695 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-08-01T21:37:29.056Z[ recovery-image] Aug 01 21:37:27.704 INFO O| Aug 01 21:37:27.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
49182025-08-01T21:37:29.056Z[ recovery-image] Aug 01 21:37:27.704 INFO O| Aug 01 21:37:27.704 INFO STEP 96 (remove_files) COMPLETE
49192025-08-01T21:37:29.060Z[ recovery-image] Aug 01 21:37:27.704 INFO O| Aug 01 21:37:27.704 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-08-01T21:37:29.064Z[ recovery-image] Aug 01 21:37:27.712 INFO O| Aug 01 21:37:27.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
49212025-08-01T21:37:29.064Z[ recovery-image] Aug 01 21:37:27.712 INFO O| Aug 01 21:37:27.712 INFO STEP 97 (remove_files) COMPLETE
49222025-08-01T21:37:29.068Z[ recovery-image] Aug 01 21:37:27.712 INFO O| Aug 01 21:37:27.712 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-08-01T21:37:29.072Z[ recovery-image] Aug 01 21:37:27.720 INFO O| Aug 01 21:37:27.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
49242025-08-01T21:37:29.072Z[ recovery-image] Aug 01 21:37:27.720 INFO O| Aug 01 21:37:27.720 INFO STEP 98 (remove_files) COMPLETE
49252025-08-01T21:37:29.075Z[ recovery-image] Aug 01 21:37:27.720 INFO O| Aug 01 21:37:27.720 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-08-01T21:37:29.079Z[ recovery-image] Aug 01 21:37:27.727 INFO O| Aug 01 21:37:27.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
49272025-08-01T21:37:29.083Z[ recovery-image] Aug 01 21:37:27.727 INFO O| Aug 01 21:37:27.727 INFO STEP 99 (remove_files) COMPLETE
49282025-08-01T21:37:29.083Z[ recovery-image] Aug 01 21:37:27.727 INFO O| Aug 01 21:37:27.727 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-08-01T21:37:29.089Z[ recovery-image] Aug 01 21:37:27.737 INFO O| Aug 01 21:37:27.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
49302025-08-01T21:37:29.092Z[ recovery-image] Aug 01 21:37:27.737 INFO O| Aug 01 21:37:27.737 INFO STEP 100 (remove_files) COMPLETE
49312025-08-01T21:37:29.093Z[ recovery-image] Aug 01 21:37:27.737 INFO O| Aug 01 21:37:27.737 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-08-01T21:37:29.099Z[ recovery-image] Aug 01 21:37:27.748 INFO O| Aug 01 21:37:27.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
49332025-08-01T21:37:29.100Z[ recovery-image] Aug 01 21:37:27.748 INFO O| Aug 01 21:37:27.748 INFO STEP 101 (remove_files) COMPLETE
49342025-08-01T21:37:29.100Z[ recovery-image] Aug 01 21:37:27.748 INFO O| Aug 01 21:37:27.748 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-08-01T21:37:29.107Z[ recovery-image] Aug 01 21:37:27.755 INFO O| Aug 01 21:37:27.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
49362025-08-01T21:37:29.111Z[ recovery-image] Aug 01 21:37:27.756 INFO O| Aug 01 21:37:27.756 INFO STEP 102 (remove_files) COMPLETE
49372025-08-01T21:37:29.111Z[ recovery-image] Aug 01 21:37:27.756 INFO O| Aug 01 21:37:27.756 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-08-01T21:37:29.118Z[ recovery-image] Aug 01 21:37:27.766 INFO O| Aug 01 21:37:27.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
49392025-08-01T21:37:29.118Z[ recovery-image] Aug 01 21:37:27.766 INFO O| Aug 01 21:37:27.766 INFO STEP 103 (remove_files) COMPLETE
49402025-08-01T21:37:29.123Z[ recovery-image] Aug 01 21:37:27.766 INFO O| Aug 01 21:37:27.766 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-08-01T21:37:29.126Z[ recovery-image] Aug 01 21:37:27.774 INFO O| Aug 01 21:37:27.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
49422025-08-01T21:37:29.126Z[ recovery-image] Aug 01 21:37:27.774 INFO O| Aug 01 21:37:27.774 INFO STEP 104 (remove_files) COMPLETE
49432025-08-01T21:37:29.126Z[ recovery-image] Aug 01 21:37:27.774 INFO O| Aug 01 21:37:27.774 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-08-01T21:37:29.134Z[ recovery-image] Aug 01 21:37:27.781 INFO O| Aug 01 21:37:27.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
49452025-08-01T21:37:29.134Z[ recovery-image] Aug 01 21:37:27.781 INFO O| Aug 01 21:37:27.781 INFO STEP 105 (remove_files) COMPLETE
49462025-08-01T21:37:29.138Z[ recovery-image] Aug 01 21:37:27.781 INFO O| Aug 01 21:37:27.781 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-08-01T21:37:29.144Z[ recovery-image] Aug 01 21:37:27.792 INFO O| Aug 01 21:37:27.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
49482025-08-01T21:37:29.144Z[ recovery-image] Aug 01 21:37:27.792 INFO O| Aug 01 21:37:27.792 INFO STEP 106 (remove_files) COMPLETE
49492025-08-01T21:37:29.144Z[ recovery-image] Aug 01 21:37:27.792 INFO O| Aug 01 21:37:27.792 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-08-01T21:37:29.151Z[ recovery-image] Aug 01 21:37:27.800 INFO O| Aug 01 21:37:27.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
49512025-08-01T21:37:29.155Z[ recovery-image] Aug 01 21:37:27.800 INFO O| Aug 01 21:37:27.800 INFO STEP 107 (remove_files) COMPLETE
49522025-08-01T21:37:29.155Z[ recovery-image] Aug 01 21:37:27.800 INFO O| Aug 01 21:37:27.800 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-08-01T21:37:29.161Z[ recovery-image] Aug 01 21:37:27.807 INFO O| Aug 01 21:37:27.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
49542025-08-01T21:37:29.165Z[ recovery-image] Aug 01 21:37:27.808 INFO O| Aug 01 21:37:27.807 INFO STEP 108 (remove_files) COMPLETE
49552025-08-01T21:37:29.165Z[ recovery-image] Aug 01 21:37:27.808 INFO O| Aug 01 21:37:27.807 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-08-01T21:37:29.169Z[ recovery-image] Aug 01 21:37:27.816 INFO O| Aug 01 21:37:27.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
49572025-08-01T21:37:29.169Z[ recovery-image] Aug 01 21:37:27.816 INFO O| Aug 01 21:37:27.816 INFO STEP 109 (remove_files) COMPLETE
49582025-08-01T21:37:29.169Z[ recovery-image] Aug 01 21:37:27.816 INFO O| Aug 01 21:37:27.816 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-08-01T21:37:29.177Z[ recovery-image] Aug 01 21:37:27.825 INFO O| Aug 01 21:37:27.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
49602025-08-01T21:37:29.181Z[ recovery-image] Aug 01 21:37:27.826 INFO O| Aug 01 21:37:27.826 INFO STEP 110 (remove_files) COMPLETE
49612025-08-01T21:37:29.181Z[ recovery-image] Aug 01 21:37:27.826 INFO O| Aug 01 21:37:27.826 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-08-01T21:37:29.189Z[ recovery-image] Aug 01 21:37:27.836 INFO O| Aug 01 21:37:27.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
49632025-08-01T21:37:29.189Z[ recovery-image] Aug 01 21:37:27.836 INFO O| Aug 01 21:37:27.836 INFO STEP 111 (remove_files) COMPLETE
49642025-08-01T21:37:29.193Z[ recovery-image] Aug 01 21:37:27.836 INFO O| Aug 01 21:37:27.836 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-08-01T21:37:29.196Z[ recovery-image] Aug 01 21:37:27.844 INFO O| Aug 01 21:37:27.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
49662025-08-01T21:37:29.200Z[ recovery-image] Aug 01 21:37:27.845 INFO O| Aug 01 21:37:27.844 INFO STEP 112 (remove_files) COMPLETE
49672025-08-01T21:37:29.200Z[ recovery-image] Aug 01 21:37:27.845 INFO O| Aug 01 21:37:27.845 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-08-01T21:37:29.204Z[ recovery-image] Aug 01 21:37:27.853 INFO O| Aug 01 21:37:27.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
49692025-08-01T21:37:29.204Z[ recovery-image] Aug 01 21:37:27.853 INFO O| Aug 01 21:37:27.853 INFO STEP 113 (remove_files) COMPLETE
49702025-08-01T21:37:29.208Z[ recovery-image] Aug 01 21:37:27.853 INFO O| Aug 01 21:37:27.853 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-08-01T21:37:29.213Z[ recovery-image] Aug 01 21:37:27.861 INFO O| Aug 01 21:37:27.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
49722025-08-01T21:37:29.216Z[ recovery-image] Aug 01 21:37:27.861 INFO O| Aug 01 21:37:27.861 INFO STEP 114 (remove_files) COMPLETE
49732025-08-01T21:37:29.217Z[ recovery-image] Aug 01 21:37:27.861 INFO O| Aug 01 21:37:27.861 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-08-01T21:37:29.222Z[ recovery-image] Aug 01 21:37:27.870 INFO O| Aug 01 21:37:27.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
49752025-08-01T21:37:29.222Z[ recovery-image] Aug 01 21:37:27.870 INFO O| Aug 01 21:37:27.870 INFO STEP 115 (remove_files) COMPLETE
49762025-08-01T21:37:29.226Z[ recovery-image] Aug 01 21:37:27.870 INFO O| Aug 01 21:37:27.870 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-08-01T21:37:29.232Z[ recovery-image] Aug 01 21:37:27.880 INFO O| Aug 01 21:37:27.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
49782025-08-01T21:37:29.232Z[ recovery-image] Aug 01 21:37:27.880 INFO O| Aug 01 21:37:27.880 INFO STEP 116 (remove_files) COMPLETE
49792025-08-01T21:37:29.236Z[ recovery-image] Aug 01 21:37:27.880 INFO O| Aug 01 21:37:27.880 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-08-01T21:37:29.243Z[ recovery-image] Aug 01 21:37:27.891 INFO O| Aug 01 21:37:27.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
49812025-08-01T21:37:29.247Z[ recovery-image] Aug 01 21:37:27.892 INFO O| Aug 01 21:37:27.891 INFO STEP 117 (remove_files) COMPLETE
49822025-08-01T21:37:29.247Z[ recovery-image] Aug 01 21:37:27.892 INFO O| Aug 01 21:37:27.891 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-08-01T21:37:29.254Z[ recovery-image] Aug 01 21:37:27.903 INFO O| Aug 01 21:37:27.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
49842025-08-01T21:37:29.255Z[ recovery-image] Aug 01 21:37:27.903 INFO O| Aug 01 21:37:27.903 INFO STEP 118 (remove_files) COMPLETE
49852025-08-01T21:37:29.258Z[ recovery-image] Aug 01 21:37:27.903 INFO O| Aug 01 21:37:27.903 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-08-01T21:37:29.264Z[ recovery-image] Aug 01 21:37:27.912 INFO O| Aug 01 21:37:27.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
49872025-08-01T21:37:29.264Z[ recovery-image] Aug 01 21:37:27.912 INFO O| Aug 01 21:37:27.912 INFO STEP 119 (remove_files) COMPLETE
49882025-08-01T21:37:29.264Z[ recovery-image] Aug 01 21:37:27.912 INFO O| Aug 01 21:37:27.912 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-08-01T21:37:29.297Z[ recovery-image] Aug 01 21:37:27.922 INFO O| Aug 01 21:37:27.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
49902025-08-01T21:37:29.297Z[ recovery-image] Aug 01 21:37:27.922 INFO O| Aug 01 21:37:27.922 INFO STEP 120 (remove_files) COMPLETE
49912025-08-01T21:37:29.298Z[ recovery-image] Aug 01 21:37:27.922 INFO O| Aug 01 21:37:27.922 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-08-01T21:37:29.298Z[ recovery-image] Aug 01 21:37:27.932 INFO O| Aug 01 21:37:27.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
49932025-08-01T21:37:29.298Z[ recovery-image] Aug 01 21:37:27.932 INFO O| Aug 01 21:37:27.932 INFO STEP 121 (remove_files) COMPLETE
49942025-08-01T21:37:29.298Z[ recovery-image] Aug 01 21:37:27.932 INFO O| Aug 01 21:37:27.932 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-08-01T21:37:29.298Z[ recovery-image] Aug 01 21:37:27.942 INFO O| Aug 01 21:37:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
49962025-08-01T21:37:29.298Z[ recovery-image] Aug 01 21:37:27.942 INFO O| Aug 01 21:37:27.942 INFO STEP 122 (remove_files) COMPLETE
49972025-08-01T21:37:29.298Z[ recovery-image] Aug 01 21:37:27.942 INFO O| Aug 01 21:37:27.942 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-08-01T21:37:29.305Z[ recovery-image] Aug 01 21:37:27.953 INFO O| Aug 01 21:37:27.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
49992025-08-01T21:37:29.305Z[ recovery-image] Aug 01 21:37:27.953 INFO O| Aug 01 21:37:27.953 INFO STEP 123 (remove_files) COMPLETE
50002025-08-01T21:37:29.310Z[ recovery-image] Aug 01 21:37:27.953 INFO O| Aug 01 21:37:27.953 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-08-01T21:37:29.318Z[ recovery-image] Aug 01 21:37:27.964 INFO O| Aug 01 21:37:27.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
50022025-08-01T21:37:29.318Z[ recovery-image] Aug 01 21:37:27.964 INFO O| Aug 01 21:37:27.964 INFO STEP 124 (remove_files) COMPLETE
50032025-08-01T21:37:29.318Z[ recovery-image] Aug 01 21:37:27.964 INFO O| Aug 01 21:37:27.964 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-08-01T21:37:29.327Z[ recovery-image] Aug 01 21:37:27.975 INFO O| Aug 01 21:37:27.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
50052025-08-01T21:37:29.327Z[ recovery-image] Aug 01 21:37:27.975 INFO O| Aug 01 21:37:27.975 INFO STEP 125 (remove_files) COMPLETE
50062025-08-01T21:37:29.331Z[ recovery-image] Aug 01 21:37:27.975 INFO O| Aug 01 21:37:27.975 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-08-01T21:37:29.335Z[ recovery-image] Aug 01 21:37:27.983 INFO O| Aug 01 21:37:27.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
50082025-08-01T21:37:29.335Z[ recovery-image] Aug 01 21:37:27.983 INFO O| Aug 01 21:37:27.983 INFO STEP 126 (remove_files) COMPLETE
50092025-08-01T21:37:29.336Z[ recovery-image] Aug 01 21:37:27.983 INFO O| Aug 01 21:37:27.983 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-08-01T21:37:29.343Z[ recovery-image] Aug 01 21:37:27.991 INFO O| Aug 01 21:37:27.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
50112025-08-01T21:37:29.343Z[ recovery-image] Aug 01 21:37:27.991 INFO O| Aug 01 21:37:27.991 INFO STEP 127 (remove_files) COMPLETE
50122025-08-01T21:37:29.347Z[ recovery-image] Aug 01 21:37:27.991 INFO O| Aug 01 21:37:27.991 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-08-01T21:37:29.355Z[ recovery-image] Aug 01 21:37:28.003 INFO O| Aug 01 21:37:28.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
50142025-08-01T21:37:29.355Z[ recovery-image] Aug 01 21:37:28.003 INFO O| Aug 01 21:37:28.003 INFO STEP 128 (remove_files) COMPLETE
50152025-08-01T21:37:29.359Z[ recovery-image] Aug 01 21:37:28.003 INFO O| Aug 01 21:37:28.003 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-08-01T21:37:29.365Z[ recovery-image] Aug 01 21:37:28.013 INFO O| Aug 01 21:37:28.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
50172025-08-01T21:37:29.369Z[ recovery-image] Aug 01 21:37:28.013 INFO O| Aug 01 21:37:28.013 INFO STEP 129 (remove_files) COMPLETE
50182025-08-01T21:37:29.369Z[ recovery-image] Aug 01 21:37:28.013 INFO O| Aug 01 21:37:28.013 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-08-01T21:37:29.378Z[ recovery-image] Aug 01 21:37:28.025 INFO O| Aug 01 21:37:28.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
50202025-08-01T21:37:29.378Z[ recovery-image] Aug 01 21:37:28.025 INFO O| Aug 01 21:37:28.025 INFO STEP 130 (remove_files) COMPLETE
50212025-08-01T21:37:29.382Z[ recovery-image] Aug 01 21:37:28.025 INFO O| Aug 01 21:37:28.025 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-08-01T21:37:29.386Z[ recovery-image] Aug 01 21:37:28.033 INFO O| Aug 01 21:37:28.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
50232025-08-01T21:37:29.386Z[ recovery-image] Aug 01 21:37:28.033 INFO O| Aug 01 21:37:28.033 INFO STEP 131 (remove_files) COMPLETE
50242025-08-01T21:37:29.386Z[ recovery-image] Aug 01 21:37:28.033 INFO O| Aug 01 21:37:28.033 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-08-01T21:37:29.393Z[ recovery-image] Aug 01 21:37:28.041 INFO O| Aug 01 21:37:28.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
50262025-08-01T21:37:29.397Z[ recovery-image] Aug 01 21:37:28.042 INFO O| Aug 01 21:37:28.041 INFO STEP 132 (remove_files) COMPLETE
50272025-08-01T21:37:29.397Z[ recovery-image] Aug 01 21:37:28.042 INFO O| Aug 01 21:37:28.042 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-08-01T21:37:29.406Z[ recovery-image] Aug 01 21:37:28.053 INFO O| Aug 01 21:37:28.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
50292025-08-01T21:37:29.410Z[ recovery-image] Aug 01 21:37:28.053 INFO O| Aug 01 21:37:28.053 INFO STEP 133 (remove_files) COMPLETE
50302025-08-01T21:37:29.410Z[ recovery-image] Aug 01 21:37:28.053 INFO O| Aug 01 21:37:28.053 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-08-01T21:37:29.414Z[ recovery-image] Aug 01 21:37:28.063 INFO O| Aug 01 21:37:28.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
50322025-08-01T21:37:29.414Z[ recovery-image] Aug 01 21:37:28.063 INFO O| Aug 01 21:37:28.063 INFO STEP 134 (remove_files) COMPLETE
50332025-08-01T21:37:29.418Z[ recovery-image] Aug 01 21:37:28.063 INFO O| Aug 01 21:37:28.063 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-08-01T21:37:29.426Z[ recovery-image] Aug 01 21:37:28.074 INFO O| Aug 01 21:37:28.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
50352025-08-01T21:37:29.426Z[ recovery-image] Aug 01 21:37:28.074 INFO O| Aug 01 21:37:28.074 INFO STEP 135 (remove_files) COMPLETE
50362025-08-01T21:37:29.430Z[ recovery-image] Aug 01 21:37:28.074 INFO O| Aug 01 21:37:28.074 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-08-01T21:37:29.434Z[ recovery-image] Aug 01 21:37:28.082 INFO O| Aug 01 21:37:28.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
50382025-08-01T21:37:29.434Z[ recovery-image] Aug 01 21:37:28.082 INFO O| Aug 01 21:37:28.082 INFO STEP 136 (remove_files) COMPLETE
50392025-08-01T21:37:29.434Z[ recovery-image] Aug 01 21:37:28.082 INFO O| Aug 01 21:37:28.082 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-08-01T21:37:29.442Z[ recovery-image] Aug 01 21:37:28.089 INFO O| Aug 01 21:37:28.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
50412025-08-01T21:37:29.445Z[ recovery-image] Aug 01 21:37:28.090 INFO O| Aug 01 21:37:28.090 INFO STEP 137 (remove_files) COMPLETE
50422025-08-01T21:37:29.445Z[ recovery-image] Aug 01 21:37:28.090 INFO O| Aug 01 21:37:28.090 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-08-01T21:37:29.452Z[ recovery-image] Aug 01 21:37:28.099 INFO O| Aug 01 21:37:28.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
50442025-08-01T21:37:29.452Z[ recovery-image] Aug 01 21:37:28.099 INFO O| Aug 01 21:37:28.099 INFO STEP 138 (remove_files) COMPLETE
50452025-08-01T21:37:29.456Z[ recovery-image] Aug 01 21:37:28.099 INFO O| Aug 01 21:37:28.099 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-08-01T21:37:29.462Z[ recovery-image] Aug 01 21:37:28.108 INFO O| Aug 01 21:37:28.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
50472025-08-01T21:37:29.462Z[ recovery-image] Aug 01 21:37:28.108 INFO O| Aug 01 21:37:28.108 INFO STEP 139 (remove_files) COMPLETE
50482025-08-01T21:37:29.462Z[ recovery-image] Aug 01 21:37:28.108 INFO O| Aug 01 21:37:28.108 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-08-01T21:37:29.469Z[ recovery-image] Aug 01 21:37:28.117 INFO O| Aug 01 21:37:28.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
50502025-08-01T21:37:29.473Z[ recovery-image] Aug 01 21:37:28.117 INFO O| Aug 01 21:37:28.117 INFO STEP 140 (remove_files) COMPLETE
50512025-08-01T21:37:29.473Z[ recovery-image] Aug 01 21:37:28.117 INFO O| Aug 01 21:37:28.117 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-08-01T21:37:29.480Z[ recovery-image] Aug 01 21:37:28.128 INFO O| Aug 01 21:37:28.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
50532025-08-01T21:37:29.480Z[ recovery-image] Aug 01 21:37:28.128 INFO O| Aug 01 21:37:28.128 INFO STEP 141 (remove_files) COMPLETE
50542025-08-01T21:37:29.484Z[ recovery-image] Aug 01 21:37:28.128 INFO O| Aug 01 21:37:28.128 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-08-01T21:37:29.489Z[ recovery-image] Aug 01 21:37:28.137 INFO O| Aug 01 21:37:28.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
50562025-08-01T21:37:29.489Z[ recovery-image] Aug 01 21:37:28.137 INFO O| Aug 01 21:37:28.137 INFO STEP 142 (remove_files) COMPLETE
50572025-08-01T21:37:29.489Z[ recovery-image] Aug 01 21:37:28.137 INFO O| Aug 01 21:37:28.137 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-08-01T21:37:29.502Z[ recovery-image] Aug 01 21:37:28.150 INFO O| Aug 01 21:37:28.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
50592025-08-01T21:37:29.502Z[ recovery-image] Aug 01 21:37:28.150 INFO O| Aug 01 21:37:28.150 INFO STEP 143 (remove_files) COMPLETE
50602025-08-01T21:37:29.506Z[ recovery-image] Aug 01 21:37:28.150 INFO O| Aug 01 21:37:28.150 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-08-01T21:37:29.513Z[ recovery-image] Aug 01 21:37:28.161 INFO O| Aug 01 21:37:28.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
50622025-08-01T21:37:29.513Z[ recovery-image] Aug 01 21:37:28.161 INFO O| Aug 01 21:37:28.161 INFO STEP 144 (remove_files) COMPLETE
50632025-08-01T21:37:29.513Z[ recovery-image] Aug 01 21:37:28.161 INFO O| Aug 01 21:37:28.161 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-08-01T21:37:29.522Z[ recovery-image] Aug 01 21:37:28.170 INFO O| Aug 01 21:37:28.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
50652025-08-01T21:37:29.526Z[ recovery-image] Aug 01 21:37:28.170 INFO O| Aug 01 21:37:28.170 INFO STEP 145 (remove_files) COMPLETE
50662025-08-01T21:37:29.526Z[ recovery-image] Aug 01 21:37:28.170 INFO O| Aug 01 21:37:28.170 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-08-01T21:37:29.533Z[ recovery-image] Aug 01 21:37:28.181 INFO O| Aug 01 21:37:28.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
50682025-08-01T21:37:29.533Z[ recovery-image] Aug 01 21:37:28.181 INFO O| Aug 01 21:37:28.181 INFO STEP 146 (remove_files) COMPLETE
50692025-08-01T21:37:29.538Z[ recovery-image] Aug 01 21:37:28.181 INFO O| Aug 01 21:37:28.181 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-08-01T21:37:29.542Z[ recovery-image] Aug 01 21:37:28.190 INFO O| Aug 01 21:37:28.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
50712025-08-01T21:37:29.546Z[ recovery-image] Aug 01 21:37:28.190 INFO O| Aug 01 21:37:28.190 INFO STEP 147 (remove_files) COMPLETE
50722025-08-01T21:37:29.546Z[ recovery-image] Aug 01 21:37:28.190 INFO O| Aug 01 21:37:28.190 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-08-01T21:37:29.553Z[ recovery-image] Aug 01 21:37:28.201 INFO O| Aug 01 21:37:28.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
50742025-08-01T21:37:29.553Z[ recovery-image] Aug 01 21:37:28.201 INFO O| Aug 01 21:37:28.201 INFO STEP 148 (remove_files) COMPLETE
50752025-08-01T21:37:29.557Z[ recovery-image] Aug 01 21:37:28.201 INFO O| Aug 01 21:37:28.201 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-08-01T21:37:29.564Z[ recovery-image] Aug 01 21:37:28.212 INFO O| Aug 01 21:37:28.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
50772025-08-01T21:37:29.564Z[ recovery-image] Aug 01 21:37:28.212 INFO O| Aug 01 21:37:28.212 INFO STEP 149 (remove_files) COMPLETE
50782025-08-01T21:37:29.567Z[ recovery-image] Aug 01 21:37:28.212 INFO O| Aug 01 21:37:28.212 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-08-01T21:37:29.574Z[ recovery-image] Aug 01 21:37:28.222 INFO O| Aug 01 21:37:28.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
50802025-08-01T21:37:29.574Z[ recovery-image] Aug 01 21:37:28.222 INFO O| Aug 01 21:37:28.222 INFO STEP 150 (remove_files) COMPLETE
50812025-08-01T21:37:29.578Z[ recovery-image] Aug 01 21:37:28.222 INFO O| Aug 01 21:37:28.222 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-08-01T21:37:29.590Z[ recovery-image] Aug 01 21:37:28.230 INFO O| Aug 01 21:37:28.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
50832025-08-01T21:37:29.590Z[ recovery-image] Aug 01 21:37:28.231 INFO O| Aug 01 21:37:28.231 INFO STEP 151 (remove_files) COMPLETE
50842025-08-01T21:37:29.590Z[ recovery-image] Aug 01 21:37:28.231 INFO O| Aug 01 21:37:28.231 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-08-01T21:37:29.598Z[ recovery-image] Aug 01 21:37:28.243 INFO O| Aug 01 21:37:28.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
50862025-08-01T21:37:29.599Z[ recovery-image] Aug 01 21:37:28.243 INFO O| Aug 01 21:37:28.243 INFO STEP 152 (remove_files) COMPLETE
50872025-08-01T21:37:29.599Z[ recovery-image] Aug 01 21:37:28.243 INFO O| Aug 01 21:37:28.243 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-08-01T21:37:29.608Z[ recovery-image] Aug 01 21:37:28.255 INFO O| Aug 01 21:37:28.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
50892025-08-01T21:37:29.608Z[ recovery-image] Aug 01 21:37:28.255 INFO O| Aug 01 21:37:28.255 INFO STEP 153 (remove_files) COMPLETE
50902025-08-01T21:37:29.608Z[ recovery-image] Aug 01 21:37:28.255 INFO O| Aug 01 21:37:28.255 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-08-01T21:37:29.617Z[ recovery-image] Aug 01 21:37:28.264 INFO O| Aug 01 21:37:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
50922025-08-01T21:37:29.622Z[ recovery-image] Aug 01 21:37:28.265 INFO O| Aug 01 21:37:28.264 INFO STEP 154 (remove_files) COMPLETE
50932025-08-01T21:37:29.622Z[ recovery-image] Aug 01 21:37:28.265 INFO O| Aug 01 21:37:28.264 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-08-01T21:37:29.631Z[ recovery-image] Aug 01 21:37:28.274 INFO O| Aug 01 21:37:28.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
50952025-08-01T21:37:29.631Z[ recovery-image] Aug 01 21:37:28.274 INFO O| Aug 01 21:37:28.274 INFO STEP 155 (remove_files) COMPLETE
50962025-08-01T21:37:29.631Z[ recovery-image] Aug 01 21:37:28.274 INFO O| Aug 01 21:37:28.274 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-08-01T21:37:29.637Z[ recovery-image] Aug 01 21:37:28.285 INFO O| Aug 01 21:37:28.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
50982025-08-01T21:37:29.637Z[ recovery-image] Aug 01 21:37:28.285 INFO O| Aug 01 21:37:28.285 INFO STEP 156 (remove_files) COMPLETE
50992025-08-01T21:37:29.637Z[ recovery-image] Aug 01 21:37:28.285 INFO O| Aug 01 21:37:28.285 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-08-01T21:37:29.649Z[ recovery-image] Aug 01 21:37:28.296 INFO O| Aug 01 21:37:28.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
51012025-08-01T21:37:29.649Z[ recovery-image] Aug 01 21:37:28.296 INFO O| Aug 01 21:37:28.296 INFO STEP 157 (remove_files) COMPLETE
51022025-08-01T21:37:29.649Z[ recovery-image] Aug 01 21:37:28.296 INFO O| Aug 01 21:37:28.296 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-08-01T21:37:29.662Z[ recovery-image] Aug 01 21:37:28.310 INFO O| Aug 01 21:37:28.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
51042025-08-01T21:37:29.666Z[ recovery-image] Aug 01 21:37:28.310 INFO O| Aug 01 21:37:28.310 INFO STEP 158 (remove_files) COMPLETE
51052025-08-01T21:37:29.666Z[ recovery-image] Aug 01 21:37:28.310 INFO O| Aug 01 21:37:28.310 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062025-08-01T21:37:29.676Z[ recovery-image] Aug 01 21:37:28.322 INFO O| Aug 01 21:37:28.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
51072025-08-01T21:37:29.676Z[ recovery-image] Aug 01 21:37:28.322 INFO O| Aug 01 21:37:28.322 INFO STEP 159 (remove_files) COMPLETE
51082025-08-01T21:37:29.676Z[ recovery-image] Aug 01 21:37:28.322 INFO O| Aug 01 21:37:28.322 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092025-08-01T21:37:29.688Z[ recovery-image] Aug 01 21:37:28.336 INFO O| Aug 01 21:37:28.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
51102025-08-01T21:37:29.688Z[ recovery-image] Aug 01 21:37:28.336 INFO O| Aug 01 21:37:28.336 INFO STEP 160 (remove_files) COMPLETE
51112025-08-01T21:37:29.688Z[ recovery-image] Aug 01 21:37:28.336 INFO O| Aug 01 21:37:28.336 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122025-08-01T21:37:29.699Z[ recovery-image] Aug 01 21:37:28.347 INFO O| Aug 01 21:37:28.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
51132025-08-01T21:37:29.699Z[ recovery-image] Aug 01 21:37:28.347 INFO O| Aug 01 21:37:28.347 INFO STEP 161 (remove_files) COMPLETE
51142025-08-01T21:37:29.699Z[ recovery-image] Aug 01 21:37:28.347 INFO O| Aug 01 21:37:28.347 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152025-08-01T21:37:29.710Z[ recovery-image] Aug 01 21:37:28.358 INFO O| Aug 01 21:37:28.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
51162025-08-01T21:37:29.719Z[ recovery-image] Aug 01 21:37:28.359 INFO O| Aug 01 21:37:28.359 INFO STEP 162 (remove_files) COMPLETE
51172025-08-01T21:37:29.719Z[ recovery-image] Aug 01 21:37:28.359 INFO O| Aug 01 21:37:28.359 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-08-01T21:37:29.734Z[ recovery-image] Aug 01 21:37:28.367 INFO O| Aug 01 21:37:28.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
51192025-08-01T21:37:29.735Z[ recovery-image] Aug 01 21:37:28.367 INFO O| Aug 01 21:37:28.367 INFO STEP 163 (remove_files) COMPLETE
51202025-08-01T21:37:29.735Z[ recovery-image] Aug 01 21:37:28.367 INFO O| Aug 01 21:37:28.367 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-08-01T21:37:29.735Z[ recovery-image] Aug 01 21:37:28.379 INFO O| Aug 01 21:37:28.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
51222025-08-01T21:37:29.735Z[ recovery-image] Aug 01 21:37:28.379 INFO O| Aug 01 21:37:28.379 INFO STEP 164 (remove_files) COMPLETE
51232025-08-01T21:37:29.735Z[ recovery-image] Aug 01 21:37:28.379 INFO O| Aug 01 21:37:28.379 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-08-01T21:37:29.740Z[ recovery-image] Aug 01 21:37:28.388 INFO O| Aug 01 21:37:28.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
51252025-08-01T21:37:29.741Z[ recovery-image] Aug 01 21:37:28.388 INFO O| Aug 01 21:37:28.388 INFO STEP 165 (remove_files) COMPLETE
51262025-08-01T21:37:29.745Z[ recovery-image] Aug 01 21:37:28.388 INFO O| Aug 01 21:37:28.388 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-08-01T21:37:29.750Z[ recovery-image] Aug 01 21:37:28.398 INFO O| Aug 01 21:37:28.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
51282025-08-01T21:37:29.751Z[ recovery-image] Aug 01 21:37:28.398 INFO O| Aug 01 21:37:28.398 INFO STEP 166 (remove_files) COMPLETE
51292025-08-01T21:37:29.751Z[ recovery-image] Aug 01 21:37:28.398 INFO O| Aug 01 21:37:28.398 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-08-01T21:37:29.762Z[ recovery-image] Aug 01 21:37:28.409 INFO O| Aug 01 21:37:28.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
51312025-08-01T21:37:29.762Z[ recovery-image] Aug 01 21:37:28.409 INFO O| Aug 01 21:37:28.409 INFO STEP 167 (remove_files) COMPLETE
51322025-08-01T21:37:29.769Z[ recovery-image] Aug 01 21:37:28.409 INFO O| Aug 01 21:37:28.409 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-08-01T21:37:29.773Z[ recovery-image] Aug 01 21:37:28.418 INFO O| Aug 01 21:37:28.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
51342025-08-01T21:37:29.773Z[ recovery-image] Aug 01 21:37:28.418 INFO O| Aug 01 21:37:28.418 INFO STEP 168 (remove_files) COMPLETE
51352025-08-01T21:37:29.773Z[ recovery-image] Aug 01 21:37:28.418 INFO O| Aug 01 21:37:28.418 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-08-01T21:37:29.780Z[ recovery-image] Aug 01 21:37:28.428 INFO O| Aug 01 21:37:28.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
51372025-08-01T21:37:29.780Z[ recovery-image] Aug 01 21:37:28.428 INFO O| Aug 01 21:37:28.428 INFO STEP 169 (remove_files) COMPLETE
51382025-08-01T21:37:29.780Z[ recovery-image] Aug 01 21:37:28.428 INFO O| Aug 01 21:37:28.428 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-08-01T21:37:29.792Z[ recovery-image] Aug 01 21:37:28.439 INFO O| Aug 01 21:37:28.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
51402025-08-01T21:37:29.792Z[ recovery-image] Aug 01 21:37:28.439 INFO O| Aug 01 21:37:28.439 INFO STEP 170 (remove_files) COMPLETE
51412025-08-01T21:37:29.796Z[ recovery-image] Aug 01 21:37:28.439 INFO O| Aug 01 21:37:28.439 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-08-01T21:37:29.802Z[ recovery-image] Aug 01 21:37:28.449 INFO O| Aug 01 21:37:28.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
51432025-08-01T21:37:29.806Z[ recovery-image] Aug 01 21:37:28.449 INFO O| Aug 01 21:37:28.449 INFO STEP 171 (remove_files) COMPLETE
51442025-08-01T21:37:29.806Z[ recovery-image] Aug 01 21:37:28.449 INFO O| Aug 01 21:37:28.449 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-08-01T21:37:29.811Z[ recovery-image] Aug 01 21:37:28.459 INFO O| Aug 01 21:37:28.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
51462025-08-01T21:37:29.815Z[ recovery-image] Aug 01 21:37:28.459 INFO O| Aug 01 21:37:28.459 INFO STEP 172 (remove_files) COMPLETE
51472025-08-01T21:37:29.815Z[ recovery-image] Aug 01 21:37:28.459 INFO O| Aug 01 21:37:28.459 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-08-01T21:37:29.820Z[ recovery-image] Aug 01 21:37:28.468 INFO O| Aug 01 21:37:28.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
51492025-08-01T21:37:29.824Z[ recovery-image] Aug 01 21:37:28.468 INFO O| Aug 01 21:37:28.468 INFO STEP 173 (remove_files) COMPLETE
51502025-08-01T21:37:29.824Z[ recovery-image] Aug 01 21:37:28.468 INFO O| Aug 01 21:37:28.468 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-08-01T21:37:29.830Z[ recovery-image] Aug 01 21:37:28.477 INFO O| Aug 01 21:37:28.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
51522025-08-01T21:37:29.834Z[ recovery-image] Aug 01 21:37:28.477 INFO O| Aug 01 21:37:28.477 INFO STEP 174 (remove_files) COMPLETE
51532025-08-01T21:37:29.834Z[ recovery-image] Aug 01 21:37:28.477 INFO O| Aug 01 21:37:28.477 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-08-01T21:37:29.839Z[ recovery-image] Aug 01 21:37:28.487 INFO O| Aug 01 21:37:28.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
51552025-08-01T21:37:29.843Z[ recovery-image] Aug 01 21:37:28.487 INFO O| Aug 01 21:37:28.487 INFO STEP 175 (remove_files) COMPLETE
51562025-08-01T21:37:29.843Z[ recovery-image] Aug 01 21:37:28.487 INFO O| Aug 01 21:37:28.487 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-08-01T21:37:29.847Z[ recovery-image] Aug 01 21:37:28.494 INFO O| Aug 01 21:37:28.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
51582025-08-01T21:37:29.847Z[ recovery-image] Aug 01 21:37:28.494 INFO O| Aug 01 21:37:28.494 INFO STEP 176 (remove_files) COMPLETE
51592025-08-01T21:37:29.847Z[ recovery-image] Aug 01 21:37:28.494 INFO O| Aug 01 21:37:28.494 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-08-01T21:37:29.856Z[ recovery-image] Aug 01 21:37:28.504 INFO O| Aug 01 21:37:28.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
51612025-08-01T21:37:29.856Z[ recovery-image] Aug 01 21:37:28.504 INFO O| Aug 01 21:37:28.504 INFO STEP 177 (remove_files) COMPLETE
51622025-08-01T21:37:29.861Z[ recovery-image] Aug 01 21:37:28.504 INFO O| Aug 01 21:37:28.504 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-08-01T21:37:29.865Z[ recovery-image] Aug 01 21:37:28.513 INFO O| Aug 01 21:37:28.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
51642025-08-01T21:37:29.869Z[ recovery-image] Aug 01 21:37:28.513 INFO O| Aug 01 21:37:28.513 INFO STEP 178 (remove_files) COMPLETE
51652025-08-01T21:37:29.869Z[ recovery-image] Aug 01 21:37:28.513 INFO O| Aug 01 21:37:28.513 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-08-01T21:37:29.874Z[ recovery-image] Aug 01 21:37:28.522 INFO O| Aug 01 21:37:28.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
51672025-08-01T21:37:29.878Z[ recovery-image] Aug 01 21:37:28.522 INFO O| Aug 01 21:37:28.522 INFO STEP 179 (remove_files) COMPLETE
51682025-08-01T21:37:29.878Z[ recovery-image] Aug 01 21:37:28.522 INFO O| Aug 01 21:37:28.522 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-08-01T21:37:29.883Z[ recovery-image] Aug 01 21:37:28.531 INFO O| Aug 01 21:37:28.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
51702025-08-01T21:37:29.883Z[ recovery-image] Aug 01 21:37:28.531 INFO O| Aug 01 21:37:28.531 INFO STEP 180 (remove_files) COMPLETE
51712025-08-01T21:37:29.888Z[ recovery-image] Aug 01 21:37:28.531 INFO O| Aug 01 21:37:28.531 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-08-01T21:37:29.894Z[ recovery-image] Aug 01 21:37:28.542 INFO O| Aug 01 21:37:28.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
51732025-08-01T21:37:29.894Z[ recovery-image] Aug 01 21:37:28.542 INFO O| Aug 01 21:37:28.542 INFO STEP 181 (remove_files) COMPLETE
51742025-08-01T21:37:29.894Z[ recovery-image] Aug 01 21:37:28.542 INFO O| Aug 01 21:37:28.542 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-08-01T21:37:29.902Z[ recovery-image] Aug 01 21:37:28.550 INFO O| Aug 01 21:37:28.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
51762025-08-01T21:37:29.906Z[ recovery-image] Aug 01 21:37:28.550 INFO O| Aug 01 21:37:28.550 INFO STEP 182 (remove_files) COMPLETE
51772025-08-01T21:37:29.906Z[ recovery-image] Aug 01 21:37:28.550 INFO O| Aug 01 21:37:28.550 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-08-01T21:37:29.912Z[ recovery-image] Aug 01 21:37:28.560 INFO O| Aug 01 21:37:28.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
51792025-08-01T21:37:29.916Z[ recovery-image] Aug 01 21:37:28.561 INFO O| Aug 01 21:37:28.561 INFO STEP 183 (remove_files) COMPLETE
51802025-08-01T21:37:29.916Z[ recovery-image] Aug 01 21:37:28.561 INFO O| Aug 01 21:37:28.561 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-08-01T21:37:29.924Z[ recovery-image] Aug 01 21:37:28.572 INFO O| Aug 01 21:37:28.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
51822025-08-01T21:37:29.928Z[ recovery-image] Aug 01 21:37:28.573 INFO O| Aug 01 21:37:28.573 INFO STEP 184 (remove_files) COMPLETE
51832025-08-01T21:37:29.928Z[ recovery-image] Aug 01 21:37:28.573 INFO O| Aug 01 21:37:28.573 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-08-01T21:37:29.935Z[ recovery-image] Aug 01 21:37:28.583 INFO O| Aug 01 21:37:28.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
51852025-08-01T21:37:29.939Z[ recovery-image] Aug 01 21:37:28.583 INFO O| Aug 01 21:37:28.583 INFO STEP 185 (remove_files) COMPLETE
51862025-08-01T21:37:29.939Z[ recovery-image] Aug 01 21:37:28.583 INFO O| Aug 01 21:37:28.583 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-08-01T21:37:29.944Z[ recovery-image] Aug 01 21:37:28.592 INFO O| Aug 01 21:37:28.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
51882025-08-01T21:37:29.948Z[ recovery-image] Aug 01 21:37:28.592 INFO O| Aug 01 21:37:28.592 INFO STEP 186 (remove_files) COMPLETE
51892025-08-01T21:37:29.948Z[ recovery-image] Aug 01 21:37:28.592 INFO O| Aug 01 21:37:28.592 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-08-01T21:37:29.954Z[ recovery-image] Aug 01 21:37:28.602 INFO O| Aug 01 21:37:28.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
51912025-08-01T21:37:29.954Z[ recovery-image] Aug 01 21:37:28.602 INFO O| Aug 01 21:37:28.602 INFO STEP 187 (remove_files) COMPLETE
51922025-08-01T21:37:29.958Z[ recovery-image] Aug 01 21:37:28.602 INFO O| Aug 01 21:37:28.602 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-08-01T21:37:29.966Z[ recovery-image] Aug 01 21:37:28.613 INFO O| Aug 01 21:37:28.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
51942025-08-01T21:37:29.966Z[ recovery-image] Aug 01 21:37:28.613 INFO O| Aug 01 21:37:28.613 INFO STEP 188 (remove_files) COMPLETE
51952025-08-01T21:37:29.970Z[ recovery-image] Aug 01 21:37:28.613 INFO O| Aug 01 21:37:28.613 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-08-01T21:37:29.976Z[ recovery-image] Aug 01 21:37:28.624 INFO O| Aug 01 21:37:28.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
51972025-08-01T21:37:29.982Z[ recovery-image] Aug 01 21:37:28.624 INFO O| Aug 01 21:37:28.624 INFO STEP 189 (remove_files) COMPLETE
51982025-08-01T21:37:29.982Z[ recovery-image] Aug 01 21:37:28.624 INFO O| Aug 01 21:37:28.624 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-08-01T21:37:29.986Z[ recovery-image] Aug 01 21:37:28.632 INFO O| Aug 01 21:37:28.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
52002025-08-01T21:37:29.986Z[ recovery-image] Aug 01 21:37:28.632 INFO O| Aug 01 21:37:28.632 INFO STEP 190 (remove_files) COMPLETE
52012025-08-01T21:37:29.986Z[ recovery-image] Aug 01 21:37:28.632 INFO O| Aug 01 21:37:28.632 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-08-01T21:37:29.992Z[ recovery-image] Aug 01 21:37:28.639 INFO O| Aug 01 21:37:28.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
52032025-08-01T21:37:29.992Z[ recovery-image] Aug 01 21:37:28.639 INFO O| Aug 01 21:37:28.639 INFO STEP 191 (remove_files) COMPLETE
52042025-08-01T21:37:29.992Z[ recovery-image] Aug 01 21:37:28.639 INFO O| Aug 01 21:37:28.639 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-08-01T21:37:30.000Z[ recovery-image] Aug 01 21:37:28.647 INFO O| Aug 01 21:37:28.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
52062025-08-01T21:37:30.000Z[ recovery-image] Aug 01 21:37:28.647 INFO O| Aug 01 21:37:28.647 INFO STEP 192 (remove_files) COMPLETE
52072025-08-01T21:37:30.000Z[ recovery-image] Aug 01 21:37:28.647 INFO O| Aug 01 21:37:28.647 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-08-01T21:37:30.007Z[ recovery-image] Aug 01 21:37:28.655 INFO O| Aug 01 21:37:28.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
52092025-08-01T21:37:30.011Z[ recovery-image] Aug 01 21:37:28.655 INFO O| Aug 01 21:37:28.655 INFO STEP 193 (remove_files) COMPLETE
52102025-08-01T21:37:30.011Z[ recovery-image] Aug 01 21:37:28.655 INFO O| Aug 01 21:37:28.655 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-08-01T21:37:30.017Z[ recovery-image] Aug 01 21:37:28.665 INFO O| Aug 01 21:37:28.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
52122025-08-01T21:37:30.017Z[ recovery-image] Aug 01 21:37:28.665 INFO O| Aug 01 21:37:28.665 INFO STEP 194 (remove_files) COMPLETE
52132025-08-01T21:37:30.021Z[ recovery-image] Aug 01 21:37:28.665 INFO O| Aug 01 21:37:28.665 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-08-01T21:37:30.025Z[ recovery-image] Aug 01 21:37:28.673 INFO O| Aug 01 21:37:28.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
52152025-08-01T21:37:30.025Z[ recovery-image] Aug 01 21:37:28.673 INFO O| Aug 01 21:37:28.673 INFO STEP 195 (remove_files) COMPLETE
52162025-08-01T21:37:30.025Z[ recovery-image] Aug 01 21:37:28.673 INFO O| Aug 01 21:37:28.673 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-08-01T21:37:30.037Z[ recovery-image] Aug 01 21:37:28.684 INFO O| Aug 01 21:37:28.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
52182025-08-01T21:37:30.037Z[ recovery-image] Aug 01 21:37:28.684 INFO O| Aug 01 21:37:28.684 INFO STEP 196 (remove_files) COMPLETE
52192025-08-01T21:37:30.041Z[ recovery-image] Aug 01 21:37:28.684 INFO O| Aug 01 21:37:28.684 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-08-01T21:37:30.047Z[ recovery-image] Aug 01 21:37:28.695 INFO O| Aug 01 21:37:28.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
52212025-08-01T21:37:30.047Z[ recovery-image] Aug 01 21:37:28.695 INFO O| Aug 01 21:37:28.695 INFO STEP 197 (remove_files) COMPLETE
52222025-08-01T21:37:30.048Z[ recovery-image] Aug 01 21:37:28.695 INFO O| Aug 01 21:37:28.695 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-08-01T21:37:30.055Z[ recovery-image] Aug 01 21:37:28.703 INFO O| Aug 01 21:37:28.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
52242025-08-01T21:37:30.059Z[ recovery-image] Aug 01 21:37:28.703 INFO O| Aug 01 21:37:28.703 INFO STEP 198 (remove_files) COMPLETE
52252025-08-01T21:37:30.059Z[ recovery-image] Aug 01 21:37:28.703 INFO O| Aug 01 21:37:28.703 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-08-01T21:37:30.066Z[ recovery-image] Aug 01 21:37:28.713 INFO O| Aug 01 21:37:28.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
52272025-08-01T21:37:30.066Z[ recovery-image] Aug 01 21:37:28.713 INFO O| Aug 01 21:37:28.713 INFO STEP 199 (remove_files) COMPLETE
52282025-08-01T21:37:30.069Z[ recovery-image] Aug 01 21:37:28.713 INFO O| Aug 01 21:37:28.713 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-08-01T21:37:30.074Z[ recovery-image] Aug 01 21:37:28.722 INFO O| Aug 01 21:37:28.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
52302025-08-01T21:37:30.074Z[ recovery-image] Aug 01 21:37:28.722 INFO O| Aug 01 21:37:28.722 INFO STEP 200 (remove_files) COMPLETE
52312025-08-01T21:37:30.074Z[ recovery-image] Aug 01 21:37:28.722 INFO O| Aug 01 21:37:28.722 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-08-01T21:37:30.086Z[ recovery-image] Aug 01 21:37:28.733 INFO O| Aug 01 21:37:28.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
52332025-08-01T21:37:30.086Z[ recovery-image] Aug 01 21:37:28.733 INFO O| Aug 01 21:37:28.733 INFO STEP 201 (remove_files) COMPLETE
52342025-08-01T21:37:30.090Z[ recovery-image] Aug 01 21:37:28.733 INFO O| Aug 01 21:37:28.733 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-08-01T21:37:30.094Z[ recovery-image] Aug 01 21:37:28.741 INFO O| Aug 01 21:37:28.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
52362025-08-01T21:37:30.094Z[ recovery-image] Aug 01 21:37:28.741 INFO O| Aug 01 21:37:28.741 INFO STEP 202 (remove_files) COMPLETE
52372025-08-01T21:37:30.094Z[ recovery-image] Aug 01 21:37:28.741 INFO O| Aug 01 21:37:28.741 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-08-01T21:37:30.103Z[ recovery-image] Aug 01 21:37:28.750 INFO O| Aug 01 21:37:28.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
52392025-08-01T21:37:30.103Z[ recovery-image] Aug 01 21:37:28.751 INFO O| Aug 01 21:37:28.750 INFO STEP 203 (remove_files) COMPLETE
52402025-08-01T21:37:30.103Z[ recovery-image] Aug 01 21:37:28.751 INFO O| Aug 01 21:37:28.751 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-08-01T21:37:30.113Z[ recovery-image] Aug 01 21:37:28.761 INFO O| Aug 01 21:37:28.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
52422025-08-01T21:37:30.114Z[ recovery-image] Aug 01 21:37:28.761 INFO O| Aug 01 21:37:28.761 INFO STEP 204 (remove_files) COMPLETE
52432025-08-01T21:37:30.118Z[ recovery-image] Aug 01 21:37:28.761 INFO O| Aug 01 21:37:28.761 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-08-01T21:37:30.126Z[ recovery-image] Aug 01 21:37:28.772 INFO O| Aug 01 21:37:28.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
52452025-08-01T21:37:30.130Z[ recovery-image] Aug 01 21:37:28.773 INFO O| Aug 01 21:37:28.773 INFO STEP 205 (remove_files) COMPLETE
52462025-08-01T21:37:30.130Z[ recovery-image] Aug 01 21:37:28.773 INFO O| Aug 01 21:37:28.773 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-08-01T21:37:30.135Z[ recovery-image] Aug 01 21:37:28.782 INFO O| Aug 01 21:37:28.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
52482025-08-01T21:37:30.139Z[ recovery-image] Aug 01 21:37:28.783 INFO O| Aug 01 21:37:28.783 INFO STEP 206 (remove_files) COMPLETE
52492025-08-01T21:37:30.139Z[ recovery-image] Aug 01 21:37:28.783 INFO O| Aug 01 21:37:28.783 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-08-01T21:37:30.147Z[ recovery-image] Aug 01 21:37:28.794 INFO O| Aug 01 21:37:28.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
52512025-08-01T21:37:30.147Z[ recovery-image] Aug 01 21:37:28.794 INFO O| Aug 01 21:37:28.794 INFO STEP 207 (remove_files) COMPLETE
52522025-08-01T21:37:30.147Z[ recovery-image] Aug 01 21:37:28.794 INFO O| Aug 01 21:37:28.794 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-08-01T21:37:30.155Z[ recovery-image] Aug 01 21:37:28.802 INFO O| Aug 01 21:37:28.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
52542025-08-01T21:37:30.159Z[ recovery-image] Aug 01 21:37:28.803 INFO O| Aug 01 21:37:28.803 INFO STEP 208 (remove_files) COMPLETE
52552025-08-01T21:37:30.159Z[ recovery-image] Aug 01 21:37:28.803 INFO O| Aug 01 21:37:28.803 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-08-01T21:37:30.166Z[ recovery-image] Aug 01 21:37:28.814 INFO O| Aug 01 21:37:28.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
52572025-08-01T21:37:30.166Z[ recovery-image] Aug 01 21:37:28.814 INFO O| Aug 01 21:37:28.814 INFO STEP 209 (remove_files) COMPLETE
52582025-08-01T21:37:30.170Z[ recovery-image] Aug 01 21:37:28.814 INFO O| Aug 01 21:37:28.814 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-08-01T21:37:30.174Z[ recovery-image] Aug 01 21:37:28.822 INFO O| Aug 01 21:37:28.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
52602025-08-01T21:37:30.181Z[ recovery-image] Aug 01 21:37:28.822 INFO O| Aug 01 21:37:28.822 INFO STEP 210 (remove_files) COMPLETE
52612025-08-01T21:37:30.181Z[ recovery-image] Aug 01 21:37:28.822 INFO O| Aug 01 21:37:28.822 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-08-01T21:37:30.186Z[ recovery-image] Aug 01 21:37:28.834 INFO O| Aug 01 21:37:28.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
52632025-08-01T21:37:30.186Z[ recovery-image] Aug 01 21:37:28.834 INFO O| Aug 01 21:37:28.834 INFO STEP 211 (remove_files) COMPLETE
52642025-08-01T21:37:30.186Z[ recovery-image] Aug 01 21:37:28.834 INFO O| Aug 01 21:37:28.834 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-08-01T21:37:30.196Z[ recovery-image] Aug 01 21:37:28.843 INFO O| Aug 01 21:37:28.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
52662025-08-01T21:37:30.196Z[ recovery-image] Aug 01 21:37:28.843 INFO O| Aug 01 21:37:28.843 INFO STEP 212 (remove_files) COMPLETE
52672025-08-01T21:37:30.200Z[ recovery-image] Aug 01 21:37:28.843 INFO O| Aug 01 21:37:28.843 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-08-01T21:37:30.206Z[ recovery-image] Aug 01 21:37:28.853 INFO O| Aug 01 21:37:28.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
52692025-08-01T21:37:30.210Z[ recovery-image] Aug 01 21:37:28.853 INFO O| Aug 01 21:37:28.853 INFO STEP 213 (remove_files) COMPLETE
52702025-08-01T21:37:30.210Z[ recovery-image] Aug 01 21:37:28.853 INFO O| Aug 01 21:37:28.853 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-08-01T21:37:30.214Z[ recovery-image] Aug 01 21:37:28.862 INFO O| Aug 01 21:37:28.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
52722025-08-01T21:37:30.214Z[ recovery-image] Aug 01 21:37:28.862 INFO O| Aug 01 21:37:28.862 INFO STEP 214 (remove_files) COMPLETE
52732025-08-01T21:37:30.219Z[ recovery-image] Aug 01 21:37:28.862 INFO O| Aug 01 21:37:28.862 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-08-01T21:37:30.222Z[ recovery-image] Aug 01 21:37:28.870 INFO O| Aug 01 21:37:28.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
52752025-08-01T21:37:30.222Z[ recovery-image] Aug 01 21:37:28.870 INFO O| Aug 01 21:37:28.870 INFO STEP 215 (remove_files) COMPLETE
52762025-08-01T21:37:30.223Z[ recovery-image] Aug 01 21:37:28.870 INFO O| Aug 01 21:37:28.870 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-08-01T21:37:30.230Z[ recovery-image] Aug 01 21:37:28.878 INFO O| Aug 01 21:37:28.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
52782025-08-01T21:37:30.234Z[ recovery-image] Aug 01 21:37:28.878 INFO O| Aug 01 21:37:28.878 INFO STEP 216 (remove_files) COMPLETE
52792025-08-01T21:37:30.234Z[ recovery-image] Aug 01 21:37:28.878 INFO O| Aug 01 21:37:28.878 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-08-01T21:37:30.240Z[ recovery-image] Aug 01 21:37:28.887 INFO O| Aug 01 21:37:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
52812025-08-01T21:37:30.240Z[ recovery-image] Aug 01 21:37:28.888 INFO O| Aug 01 21:37:28.887 INFO STEP 217 (remove_files) COMPLETE
52822025-08-01T21:37:30.240Z[ recovery-image] Aug 01 21:37:28.888 INFO O| Aug 01 21:37:28.888 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-08-01T21:37:30.250Z[ recovery-image] Aug 01 21:37:28.897 INFO O| Aug 01 21:37:28.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
52842025-08-01T21:37:30.254Z[ recovery-image] Aug 01 21:37:28.898 INFO O| Aug 01 21:37:28.897 INFO STEP 218 (remove_files) COMPLETE
52852025-08-01T21:37:30.254Z[ recovery-image] Aug 01 21:37:28.898 INFO O| Aug 01 21:37:28.898 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-08-01T21:37:30.262Z[ recovery-image] Aug 01 21:37:28.910 INFO O| Aug 01 21:37:28.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
52872025-08-01T21:37:30.262Z[ recovery-image] Aug 01 21:37:28.910 INFO O| Aug 01 21:37:28.910 INFO STEP 219 (remove_files) COMPLETE
52882025-08-01T21:37:30.263Z[ recovery-image] Aug 01 21:37:28.910 INFO O| Aug 01 21:37:28.910 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-08-01T21:37:30.274Z[ recovery-image] Aug 01 21:37:28.921 INFO O| Aug 01 21:37:28.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
52902025-08-01T21:37:30.278Z[ recovery-image] Aug 01 21:37:28.922 INFO O| Aug 01 21:37:28.922 INFO STEP 220 (remove_files) COMPLETE
52912025-08-01T21:37:30.278Z[ recovery-image] Aug 01 21:37:28.922 INFO O| Aug 01 21:37:28.922 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-08-01T21:37:30.286Z[ recovery-image] Aug 01 21:37:28.934 INFO O| Aug 01 21:37:28.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
52932025-08-01T21:37:30.286Z[ recovery-image] Aug 01 21:37:28.934 INFO O| Aug 01 21:37:28.934 INFO STEP 221 (remove_files) COMPLETE
52942025-08-01T21:37:30.290Z[ recovery-image] Aug 01 21:37:28.934 INFO O| Aug 01 21:37:28.934 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-08-01T21:37:30.297Z[ recovery-image] Aug 01 21:37:28.944 INFO O| Aug 01 21:37:28.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
52962025-08-01T21:37:30.301Z[ recovery-image] Aug 01 21:37:28.944 INFO O| Aug 01 21:37:28.944 INFO STEP 222 (remove_files) COMPLETE
52972025-08-01T21:37:30.301Z[ recovery-image] Aug 01 21:37:28.944 INFO O| Aug 01 21:37:28.944 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-08-01T21:37:30.305Z[ recovery-image] Aug 01 21:37:28.952 INFO O| Aug 01 21:37:28.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
52992025-08-01T21:37:30.305Z[ recovery-image] Aug 01 21:37:28.952 INFO O| Aug 01 21:37:28.952 INFO STEP 223 (remove_files) COMPLETE
53002025-08-01T21:37:30.309Z[ recovery-image] Aug 01 21:37:28.952 INFO O| Aug 01 21:37:28.952 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-08-01T21:37:30.313Z[ recovery-image] Aug 01 21:37:28.960 INFO O| Aug 01 21:37:28.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
53022025-08-01T21:37:30.313Z[ recovery-image] Aug 01 21:37:28.960 INFO O| Aug 01 21:37:28.960 INFO STEP 224 (remove_files) COMPLETE
53032025-08-01T21:37:30.313Z[ recovery-image] Aug 01 21:37:28.960 INFO O| Aug 01 21:37:28.960 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-08-01T21:37:30.323Z[ recovery-image] Aug 01 21:37:28.971 INFO O| Aug 01 21:37:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
53052025-08-01T21:37:30.323Z[ recovery-image] Aug 01 21:37:28.971 INFO O| Aug 01 21:37:28.971 INFO STEP 225 (remove_files) COMPLETE
53062025-08-01T21:37:30.323Z[ recovery-image] Aug 01 21:37:28.971 INFO O| Aug 01 21:37:28.971 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-08-01T21:37:30.335Z[ recovery-image] Aug 01 21:37:28.981 INFO O| Aug 01 21:37:28.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
53082025-08-01T21:37:30.335Z[ recovery-image] Aug 01 21:37:28.982 INFO O| Aug 01 21:37:28.982 INFO STEP 226 (remove_files) COMPLETE
53092025-08-01T21:37:30.335Z[ recovery-image] Aug 01 21:37:28.982 INFO O| Aug 01 21:37:28.982 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-08-01T21:37:30.343Z[ recovery-image] Aug 01 21:37:28.990 INFO O| Aug 01 21:37:28.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
53112025-08-01T21:37:30.343Z[ recovery-image] Aug 01 21:37:28.990 INFO O| Aug 01 21:37:28.990 INFO STEP 227 (remove_files) COMPLETE
53122025-08-01T21:37:30.347Z[ recovery-image] Aug 01 21:37:28.990 INFO O| Aug 01 21:37:28.990 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-08-01T21:37:30.353Z[ recovery-image] Aug 01 21:37:29.000 INFO O| Aug 01 21:37:29.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
53142025-08-01T21:37:30.353Z[ recovery-image] Aug 01 21:37:29.000 INFO O| Aug 01 21:37:29.000 INFO STEP 228 (remove_files) COMPLETE
53152025-08-01T21:37:30.353Z[ recovery-image] Aug 01 21:37:29.000 INFO O| Aug 01 21:37:29.000 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-08-01T21:37:30.363Z[ recovery-image] Aug 01 21:37:29.010 INFO O| Aug 01 21:37:29.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
53172025-08-01T21:37:30.363Z[ recovery-image] Aug 01 21:37:29.010 INFO O| Aug 01 21:37:29.010 INFO STEP 229 (remove_files) COMPLETE
53182025-08-01T21:37:30.368Z[ recovery-image] Aug 01 21:37:29.010 INFO O| Aug 01 21:37:29.010 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-08-01T21:37:30.372Z[ recovery-image] Aug 01 21:37:29.018 INFO O| Aug 01 21:37:29.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
53202025-08-01T21:37:30.372Z[ recovery-image] Aug 01 21:37:29.019 INFO O| Aug 01 21:37:29.019 INFO STEP 230 (remove_files) COMPLETE
53212025-08-01T21:37:30.372Z[ recovery-image] Aug 01 21:37:29.019 INFO O| Aug 01 21:37:29.019 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-08-01T21:37:30.380Z[ recovery-image] Aug 01 21:37:29.027 INFO O| Aug 01 21:37:29.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
53232025-08-01T21:37:30.380Z[ recovery-image] Aug 01 21:37:29.027 INFO O| Aug 01 21:37:29.027 INFO STEP 231 (remove_files) COMPLETE
53242025-08-01T21:37:30.380Z[ recovery-image] Aug 01 21:37:29.027 INFO O| Aug 01 21:37:29.027 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-08-01T21:37:30.391Z[ recovery-image] Aug 01 21:37:29.038 INFO O| Aug 01 21:37:29.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
53262025-08-01T21:37:30.391Z[ recovery-image] Aug 01 21:37:29.039 INFO O| Aug 01 21:37:29.038 INFO STEP 232 (remove_files) COMPLETE
53272025-08-01T21:37:30.392Z[ recovery-image] Aug 01 21:37:29.039 INFO O| Aug 01 21:37:29.038 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-08-01T21:37:30.400Z[ recovery-image] Aug 01 21:37:29.047 INFO O| Aug 01 21:37:29.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
53292025-08-01T21:37:30.400Z[ recovery-image] Aug 01 21:37:29.047 INFO O| Aug 01 21:37:29.047 INFO STEP 233 (remove_files) COMPLETE
53302025-08-01T21:37:30.400Z[ recovery-image] Aug 01 21:37:29.047 INFO O| Aug 01 21:37:29.047 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-08-01T21:37:30.408Z[ recovery-image] Aug 01 21:37:29.055 INFO O| Aug 01 21:37:29.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
53322025-08-01T21:37:30.408Z[ recovery-image] Aug 01 21:37:29.055 INFO O| Aug 01 21:37:29.055 INFO STEP 234 (remove_files) COMPLETE
53332025-08-01T21:37:30.412Z[ recovery-image] Aug 01 21:37:29.055 INFO O| Aug 01 21:37:29.055 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-08-01T21:37:30.418Z[ recovery-image] Aug 01 21:37:29.065 INFO O| Aug 01 21:37:29.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
53352025-08-01T21:37:30.422Z[ recovery-image] Aug 01 21:37:29.065 INFO O| Aug 01 21:37:29.065 INFO STEP 235 (remove_files) COMPLETE
53362025-08-01T21:37:30.422Z[ recovery-image] Aug 01 21:37:29.065 INFO O| Aug 01 21:37:29.065 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-08-01T21:37:30.430Z[ recovery-image] Aug 01 21:37:29.077 INFO O| Aug 01 21:37:29.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
53382025-08-01T21:37:30.430Z[ recovery-image] Aug 01 21:37:29.077 INFO O| Aug 01 21:37:29.077 INFO STEP 236 (remove_files) COMPLETE
53392025-08-01T21:37:30.430Z[ recovery-image] Aug 01 21:37:29.077 INFO O| Aug 01 21:37:29.077 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-08-01T21:37:30.438Z[ recovery-image] Aug 01 21:37:29.086 INFO O| Aug 01 21:37:29.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
53412025-08-01T21:37:30.442Z[ recovery-image] Aug 01 21:37:29.087 INFO O| Aug 01 21:37:29.087 INFO STEP 237 (remove_files) COMPLETE
53422025-08-01T21:37:30.443Z[ recovery-image] Aug 01 21:37:29.087 INFO O| Aug 01 21:37:29.087 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-08-01T21:37:30.451Z[ recovery-image] Aug 01 21:37:29.098 INFO O| Aug 01 21:37:29.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
53442025-08-01T21:37:30.455Z[ recovery-image] Aug 01 21:37:29.098 INFO O| Aug 01 21:37:29.098 INFO STEP 238 (remove_files) COMPLETE
53452025-08-01T21:37:30.455Z[ recovery-image] Aug 01 21:37:29.098 INFO O| Aug 01 21:37:29.098 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-08-01T21:37:30.461Z[ recovery-image] Aug 01 21:37:29.107 INFO O| Aug 01 21:37:29.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
53472025-08-01T21:37:30.465Z[ recovery-image] Aug 01 21:37:29.108 INFO O| Aug 01 21:37:29.108 INFO STEP 239 (remove_files) COMPLETE
53482025-08-01T21:37:30.465Z[ recovery-image] Aug 01 21:37:29.108 INFO O| Aug 01 21:37:29.108 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-08-01T21:37:30.472Z[ recovery-image] Aug 01 21:37:29.120 INFO O| Aug 01 21:37:29.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
53502025-08-01T21:37:30.476Z[ recovery-image] Aug 01 21:37:29.120 INFO O| Aug 01 21:37:29.120 INFO STEP 240 (remove_files) COMPLETE
53512025-08-01T21:37:30.477Z[ recovery-image] Aug 01 21:37:29.120 INFO O| Aug 01 21:37:29.120 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-08-01T21:37:30.485Z[ recovery-image] Aug 01 21:37:29.132 INFO O| Aug 01 21:37:29.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
53532025-08-01T21:37:30.485Z[ recovery-image] Aug 01 21:37:29.132 INFO O| Aug 01 21:37:29.132 INFO STEP 241 (remove_files) COMPLETE
53542025-08-01T21:37:30.489Z[ recovery-image] Aug 01 21:37:29.132 INFO O| Aug 01 21:37:29.132 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-08-01T21:37:30.499Z[ recovery-image] Aug 01 21:37:29.146 INFO O| Aug 01 21:37:29.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
53562025-08-01T21:37:30.503Z[ recovery-image] Aug 01 21:37:29.147 INFO O| Aug 01 21:37:29.147 INFO STEP 242 (remove_files) COMPLETE
53572025-08-01T21:37:30.503Z[ recovery-image] Aug 01 21:37:29.147 INFO O| Aug 01 21:37:29.147 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-08-01T21:37:30.512Z[ recovery-image] Aug 01 21:37:29.160 INFO O| Aug 01 21:37:29.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
53592025-08-01T21:37:30.512Z[ recovery-image] Aug 01 21:37:29.160 INFO O| Aug 01 21:37:29.160 INFO STEP 243 (remove_files) COMPLETE
53602025-08-01T21:37:30.512Z[ recovery-image] Aug 01 21:37:29.160 INFO O| Aug 01 21:37:29.160 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-08-01T21:37:30.527Z[ recovery-image] Aug 01 21:37:29.174 INFO O| Aug 01 21:37:29.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
53622025-08-01T21:37:30.527Z[ recovery-image] Aug 01 21:37:29.174 INFO O| Aug 01 21:37:29.174 INFO STEP 244 (remove_files) COMPLETE
53632025-08-01T21:37:30.531Z[ recovery-image] Aug 01 21:37:29.174 INFO O| Aug 01 21:37:29.174 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-08-01T21:37:30.539Z[ recovery-image] Aug 01 21:37:29.186 INFO O| Aug 01 21:37:29.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
53652025-08-01T21:37:30.539Z[ recovery-image] Aug 01 21:37:29.186 INFO O| Aug 01 21:37:29.186 INFO STEP 245 (remove_files) COMPLETE
53662025-08-01T21:37:30.542Z[ recovery-image] Aug 01 21:37:29.186 INFO O| Aug 01 21:37:29.186 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-08-01T21:37:30.552Z[ recovery-image] Aug 01 21:37:29.199 INFO O| Aug 01 21:37:29.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
53682025-08-01T21:37:30.552Z[ recovery-image] Aug 01 21:37:29.199 INFO O| Aug 01 21:37:29.199 INFO STEP 246 (remove_files) COMPLETE
53692025-08-01T21:37:30.552Z[ recovery-image] Aug 01 21:37:29.199 INFO O| Aug 01 21:37:29.199 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-08-01T21:37:30.563Z[ recovery-image] Aug 01 21:37:29.210 INFO O| Aug 01 21:37:29.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
53712025-08-01T21:37:30.563Z[ recovery-image] Aug 01 21:37:29.211 INFO O| Aug 01 21:37:29.210 INFO STEP 247 (remove_files) COMPLETE
53722025-08-01T21:37:30.563Z[ recovery-image] Aug 01 21:37:29.211 INFO O| Aug 01 21:37:29.211 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-08-01T21:37:30.572Z[ recovery-image] Aug 01 21:37:29.219 INFO O| Aug 01 21:37:29.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
53742025-08-01T21:37:30.576Z[ recovery-image] Aug 01 21:37:29.219 INFO O| Aug 01 21:37:29.219 INFO STEP 248 (remove_files) COMPLETE
53752025-08-01T21:37:30.576Z[ recovery-image] Aug 01 21:37:29.219 INFO O| Aug 01 21:37:29.219 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-08-01T21:37:30.582Z[ recovery-image] Aug 01 21:37:29.229 INFO O| Aug 01 21:37:29.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
53772025-08-01T21:37:30.585Z[ recovery-image] Aug 01 21:37:29.229 INFO O| Aug 01 21:37:29.229 INFO STEP 249 (remove_files) COMPLETE
53782025-08-01T21:37:30.585Z[ recovery-image] Aug 01 21:37:29.229 INFO O| Aug 01 21:37:29.229 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-08-01T21:37:30.591Z[ recovery-image] Aug 01 21:37:29.238 INFO O| Aug 01 21:37:29.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
53802025-08-01T21:37:30.595Z[ recovery-image] Aug 01 21:37:29.238 INFO O| Aug 01 21:37:29.238 INFO STEP 250 (remove_files) COMPLETE
53812025-08-01T21:37:30.595Z[ recovery-image] Aug 01 21:37:29.238 INFO O| Aug 01 21:37:29.238 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-08-01T21:37:30.600Z[ recovery-image] Aug 01 21:37:29.247 INFO O| Aug 01 21:37:29.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
53832025-08-01T21:37:30.600Z[ recovery-image] Aug 01 21:37:29.247 INFO O| Aug 01 21:37:29.247 INFO STEP 251 (remove_files) COMPLETE
53842025-08-01T21:37:30.600Z[ recovery-image] Aug 01 21:37:29.247 INFO O| Aug 01 21:37:29.247 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-08-01T21:37:30.609Z[ recovery-image] Aug 01 21:37:29.256 INFO O| Aug 01 21:37:29.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
53862025-08-01T21:37:30.612Z[ recovery-image] Aug 01 21:37:29.256 INFO O| Aug 01 21:37:29.256 INFO STEP 252 (remove_files) COMPLETE
53872025-08-01T21:37:30.612Z[ recovery-image] Aug 01 21:37:29.256 INFO O| Aug 01 21:37:29.256 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-08-01T21:37:30.618Z[ recovery-image] Aug 01 21:37:29.266 INFO O| Aug 01 21:37:29.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
53892025-08-01T21:37:30.618Z[ recovery-image] Aug 01 21:37:29.266 INFO O| Aug 01 21:37:29.266 INFO STEP 253 (remove_files) COMPLETE
53902025-08-01T21:37:30.622Z[ recovery-image] Aug 01 21:37:29.266 INFO O| Aug 01 21:37:29.266 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-08-01T21:37:30.628Z[ recovery-image] Aug 01 21:37:29.275 INFO O| Aug 01 21:37:29.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
53922025-08-01T21:37:30.628Z[ recovery-image] Aug 01 21:37:29.275 INFO O| Aug 01 21:37:29.275 INFO STEP 254 (remove_files) COMPLETE
53932025-08-01T21:37:30.631Z[ recovery-image] Aug 01 21:37:29.275 INFO O| Aug 01 21:37:29.275 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-08-01T21:37:30.639Z[ recovery-image] Aug 01 21:37:29.286 INFO O| Aug 01 21:37:29.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
53952025-08-01T21:37:30.639Z[ recovery-image] Aug 01 21:37:29.286 INFO O| Aug 01 21:37:29.286 INFO STEP 255 (remove_files) COMPLETE
53962025-08-01T21:37:30.643Z[ recovery-image] Aug 01 21:37:29.286 INFO O| Aug 01 21:37:29.286 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-08-01T21:37:30.650Z[ recovery-image] Aug 01 21:37:29.297 INFO O| Aug 01 21:37:29.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
53982025-08-01T21:37:30.650Z[ recovery-image] Aug 01 21:37:29.297 INFO O| Aug 01 21:37:29.297 INFO STEP 256 (remove_files) COMPLETE
53992025-08-01T21:37:30.650Z[ recovery-image] Aug 01 21:37:29.297 INFO O| Aug 01 21:37:29.297 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-08-01T21:37:30.662Z[ recovery-image] Aug 01 21:37:29.309 INFO O| Aug 01 21:37:29.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
54012025-08-01T21:37:30.662Z[ recovery-image] Aug 01 21:37:29.309 INFO O| Aug 01 21:37:29.309 INFO STEP 257 (remove_files) COMPLETE
54022025-08-01T21:37:30.666Z[ recovery-image] Aug 01 21:37:29.309 INFO O| Aug 01 21:37:29.309 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-08-01T21:37:30.673Z[ recovery-image] Aug 01 21:37:29.320 INFO O| Aug 01 21:37:29.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
54042025-08-01T21:37:30.673Z[ recovery-image] Aug 01 21:37:29.320 INFO O| Aug 01 21:37:29.320 INFO STEP 258 (remove_files) COMPLETE
54052025-08-01T21:37:30.676Z[ recovery-image] Aug 01 21:37:29.320 INFO O| Aug 01 21:37:29.320 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-08-01T21:37:30.685Z[ recovery-image] Aug 01 21:37:29.332 INFO O| Aug 01 21:37:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
54072025-08-01T21:37:30.685Z[ recovery-image] Aug 01 21:37:29.332 INFO O| Aug 01 21:37:29.332 INFO STEP 259 (remove_files) COMPLETE
54082025-08-01T21:37:30.685Z[ recovery-image] Aug 01 21:37:29.332 INFO O| Aug 01 21:37:29.332 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-08-01T21:37:30.697Z[ recovery-image] Aug 01 21:37:29.343 INFO O| Aug 01 21:37:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
54102025-08-01T21:37:30.697Z[ recovery-image] Aug 01 21:37:29.343 INFO O| Aug 01 21:37:29.343 INFO STEP 260 (remove_files) COMPLETE
54112025-08-01T21:37:30.697Z[ recovery-image] Aug 01 21:37:29.343 INFO O| Aug 01 21:37:29.343 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-08-01T21:37:30.708Z[ recovery-image] Aug 01 21:37:29.355 INFO O| Aug 01 21:37:29.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
54132025-08-01T21:37:30.711Z[ recovery-image] Aug 01 21:37:29.356 INFO O| Aug 01 21:37:29.356 INFO STEP 261 (remove_files) COMPLETE
54142025-08-01T21:37:30.711Z[ recovery-image] Aug 01 21:37:29.356 INFO O| Aug 01 21:37:29.356 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-08-01T21:37:30.720Z[ recovery-image] Aug 01 21:37:29.367 INFO O| Aug 01 21:37:29.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
54162025-08-01T21:37:30.720Z[ recovery-image] Aug 01 21:37:29.367 INFO O| Aug 01 21:37:29.367 INFO STEP 262 (remove_files) COMPLETE
54172025-08-01T21:37:30.724Z[ recovery-image] Aug 01 21:37:29.367 INFO O| Aug 01 21:37:29.367 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-08-01T21:37:30.735Z[ recovery-image] Aug 01 21:37:29.380 INFO O| Aug 01 21:37:29.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
54192025-08-01T21:37:30.735Z[ recovery-image] Aug 01 21:37:29.381 INFO O| Aug 01 21:37:29.381 INFO STEP 263 (remove_files) COMPLETE
54202025-08-01T21:37:30.735Z[ recovery-image] Aug 01 21:37:29.381 INFO O| Aug 01 21:37:29.381 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-08-01T21:37:30.763Z[ recovery-image] Aug 01 21:37:29.390 INFO O| Aug 01 21:37:29.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
54222025-08-01T21:37:30.763Z[ recovery-image] Aug 01 21:37:29.390 INFO O| Aug 01 21:37:29.390 INFO STEP 264 (remove_files) COMPLETE
54232025-08-01T21:37:30.763Z[ recovery-image] Aug 01 21:37:29.390 INFO O| Aug 01 21:37:29.390 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-08-01T21:37:30.763Z[ recovery-image] Aug 01 21:37:29.399 INFO O| Aug 01 21:37:29.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
54252025-08-01T21:37:30.763Z[ recovery-image] Aug 01 21:37:29.400 INFO O| Aug 01 21:37:29.400 INFO STEP 265 (remove_files) COMPLETE
54262025-08-01T21:37:30.763Z[ recovery-image] Aug 01 21:37:29.400 INFO O| Aug 01 21:37:29.400 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-08-01T21:37:30.767Z[ recovery-image] Aug 01 21:37:29.410 INFO O| Aug 01 21:37:29.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
54282025-08-01T21:37:30.767Z[ recovery-image] Aug 01 21:37:29.410 INFO O| Aug 01 21:37:29.410 INFO STEP 266 (remove_files) COMPLETE
54292025-08-01T21:37:30.767Z[ recovery-image] Aug 01 21:37:29.410 INFO O| Aug 01 21:37:29.410 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-08-01T21:37:30.773Z[ recovery-image] Aug 01 21:37:29.420 INFO O| Aug 01 21:37:29.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
54312025-08-01T21:37:30.773Z[ recovery-image] Aug 01 21:37:29.420 INFO O| Aug 01 21:37:29.420 INFO STEP 267 (remove_files) COMPLETE
54322025-08-01T21:37:30.776Z[ recovery-image] Aug 01 21:37:29.420 INFO O| Aug 01 21:37:29.420 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-08-01T21:37:30.781Z[ recovery-image] Aug 01 21:37:29.429 INFO O| Aug 01 21:37:29.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
54342025-08-01T21:37:30.786Z[ recovery-image] Aug 01 21:37:29.429 INFO O| Aug 01 21:37:29.429 INFO STEP 268 (remove_files) COMPLETE
54352025-08-01T21:37:30.786Z[ recovery-image] Aug 01 21:37:29.429 INFO O| Aug 01 21:37:29.429 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-08-01T21:37:30.794Z[ recovery-image] Aug 01 21:37:29.440 INFO O| Aug 01 21:37:29.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
54372025-08-01T21:37:30.795Z[ recovery-image] Aug 01 21:37:29.440 INFO O| Aug 01 21:37:29.440 INFO STEP 269 (remove_files) COMPLETE
54382025-08-01T21:37:30.799Z[ recovery-image] Aug 01 21:37:29.440 INFO O| Aug 01 21:37:29.440 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-08-01T21:37:30.802Z[ recovery-image] Aug 01 21:37:29.449 INFO O| Aug 01 21:37:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
54402025-08-01T21:37:30.802Z[ recovery-image] Aug 01 21:37:29.449 INFO O| Aug 01 21:37:29.449 INFO STEP 270 (remove_files) COMPLETE
54412025-08-01T21:37:30.802Z[ recovery-image] Aug 01 21:37:29.449 INFO O| Aug 01 21:37:29.449 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-08-01T21:37:30.813Z[ recovery-image] Aug 01 21:37:29.460 INFO O| Aug 01 21:37:29.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
54432025-08-01T21:37:30.817Z[ recovery-image] Aug 01 21:37:29.461 INFO O| Aug 01 21:37:29.461 INFO STEP 271 (remove_files) COMPLETE
54442025-08-01T21:37:30.817Z[ recovery-image] Aug 01 21:37:29.461 INFO O| Aug 01 21:37:29.461 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-08-01T21:37:30.823Z[ recovery-image] Aug 01 21:37:29.470 INFO O| Aug 01 21:37:29.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
54462025-08-01T21:37:30.823Z[ recovery-image] Aug 01 21:37:29.470 INFO O| Aug 01 21:37:29.470 INFO STEP 272 (remove_files) COMPLETE
54472025-08-01T21:37:30.844Z[ recovery-image] Aug 01 21:37:29.470 INFO O| Aug 01 21:37:29.470 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-08-01T21:37:30.844Z[ recovery-image] Aug 01 21:37:29.481 INFO O| Aug 01 21:37:29.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
54492025-08-01T21:37:30.844Z[ recovery-image] Aug 01 21:37:29.481 INFO O| Aug 01 21:37:29.481 INFO STEP 273 (remove_files) COMPLETE
54502025-08-01T21:37:30.844Z[ recovery-image] Aug 01 21:37:29.481 INFO O| Aug 01 21:37:29.481 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-08-01T21:37:30.844Z[ recovery-image] Aug 01 21:37:29.489 INFO O| Aug 01 21:37:29.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
54522025-08-01T21:37:30.844Z[ recovery-image] Aug 01 21:37:29.489 INFO O| Aug 01 21:37:29.489 INFO STEP 274 (remove_files) COMPLETE
54532025-08-01T21:37:30.844Z[ recovery-image] Aug 01 21:37:29.489 INFO O| Aug 01 21:37:29.489 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-08-01T21:37:30.850Z[ recovery-image] Aug 01 21:37:29.497 INFO O| Aug 01 21:37:29.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
54552025-08-01T21:37:30.850Z[ recovery-image] Aug 01 21:37:29.497 INFO O| Aug 01 21:37:29.497 INFO STEP 275 (remove_files) COMPLETE
54562025-08-01T21:37:30.850Z[ recovery-image] Aug 01 21:37:29.497 INFO O| Aug 01 21:37:29.497 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-08-01T21:37:30.858Z[ recovery-image] Aug 01 21:37:29.505 INFO O| Aug 01 21:37:29.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
54582025-08-01T21:37:30.863Z[ recovery-image] Aug 01 21:37:29.505 INFO O| Aug 01 21:37:29.505 INFO STEP 276 (remove_files) COMPLETE
54592025-08-01T21:37:30.863Z[ recovery-image] Aug 01 21:37:29.505 INFO O| Aug 01 21:37:29.505 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-08-01T21:37:30.872Z[ recovery-image] Aug 01 21:37:29.514 INFO O| Aug 01 21:37:29.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
54612025-08-01T21:37:30.872Z[ recovery-image] Aug 01 21:37:29.514 INFO O| Aug 01 21:37:29.514 INFO STEP 277 (remove_files) COMPLETE
54622025-08-01T21:37:30.872Z[ recovery-image] Aug 01 21:37:29.514 INFO O| Aug 01 21:37:29.514 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-08-01T21:37:30.880Z[ recovery-image] Aug 01 21:37:29.525 INFO O| Aug 01 21:37:29.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
54642025-08-01T21:37:30.881Z[ recovery-image] Aug 01 21:37:29.525 INFO O| Aug 01 21:37:29.525 INFO STEP 278 (remove_files) COMPLETE
54652025-08-01T21:37:30.881Z[ recovery-image] Aug 01 21:37:29.525 INFO O| Aug 01 21:37:29.525 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-08-01T21:37:30.889Z[ recovery-image] Aug 01 21:37:29.535 INFO O| Aug 01 21:37:29.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
54672025-08-01T21:37:30.889Z[ recovery-image] Aug 01 21:37:29.535 INFO O| Aug 01 21:37:29.535 INFO STEP 279 (remove_files) COMPLETE
54682025-08-01T21:37:30.896Z[ recovery-image] Aug 01 21:37:29.535 INFO O| Aug 01 21:37:29.535 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-08-01T21:37:30.900Z[ recovery-image] Aug 01 21:37:29.543 INFO O| Aug 01 21:37:29.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
54702025-08-01T21:37:30.900Z[ recovery-image] Aug 01 21:37:29.543 INFO O| Aug 01 21:37:29.543 INFO STEP 280 (remove_files) COMPLETE
54712025-08-01T21:37:30.900Z[ recovery-image] Aug 01 21:37:29.543 INFO O| Aug 01 21:37:29.543 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-08-01T21:37:30.906Z[ recovery-image] Aug 01 21:37:29.552 INFO O| Aug 01 21:37:29.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
54732025-08-01T21:37:30.912Z[ recovery-image] Aug 01 21:37:29.552 INFO O| Aug 01 21:37:29.552 INFO STEP 281 (remove_files) COMPLETE
54742025-08-01T21:37:30.912Z[ recovery-image] Aug 01 21:37:29.552 INFO O| Aug 01 21:37:29.552 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-08-01T21:37:30.918Z[ recovery-image] Aug 01 21:37:29.562 INFO O| Aug 01 21:37:29.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
54762025-08-01T21:37:30.918Z[ recovery-image] Aug 01 21:37:29.562 INFO O| Aug 01 21:37:29.562 INFO STEP 282 (remove_files) COMPLETE
54772025-08-01T21:37:30.918Z[ recovery-image] Aug 01 21:37:29.562 INFO O| Aug 01 21:37:29.562 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-08-01T21:37:30.927Z[ recovery-image] Aug 01 21:37:29.569 INFO O| Aug 01 21:37:29.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
54792025-08-01T21:37:30.927Z[ recovery-image] Aug 01 21:37:29.569 INFO O| Aug 01 21:37:29.569 INFO STEP 283 (remove_files) COMPLETE
54802025-08-01T21:37:30.927Z[ recovery-image] Aug 01 21:37:29.569 INFO O| Aug 01 21:37:29.569 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-08-01T21:37:30.932Z[ recovery-image] Aug 01 21:37:29.580 INFO O| Aug 01 21:37:29.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
54822025-08-01T21:37:30.933Z[ recovery-image] Aug 01 21:37:29.580 INFO O| Aug 01 21:37:29.580 INFO STEP 284 (remove_files) COMPLETE
54832025-08-01T21:37:30.936Z[ recovery-image] Aug 01 21:37:29.580 INFO O| Aug 01 21:37:29.580 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-08-01T21:37:30.942Z[ recovery-image] Aug 01 21:37:29.589 INFO O| Aug 01 21:37:29.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
54852025-08-01T21:37:30.942Z[ recovery-image] Aug 01 21:37:29.589 INFO O| Aug 01 21:37:29.589 INFO STEP 285 (remove_files) COMPLETE
54862025-08-01T21:37:30.946Z[ recovery-image] Aug 01 21:37:29.589 INFO O| Aug 01 21:37:29.589 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-08-01T21:37:30.965Z[ recovery-image] Aug 01 21:37:29.597 INFO O| Aug 01 21:37:29.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
54882025-08-01T21:37:30.969Z[ recovery-image] Aug 01 21:37:29.598 INFO O| Aug 01 21:37:29.598 INFO STEP 286 (remove_files) COMPLETE
54892025-08-01T21:37:30.969Z[ recovery-image] Aug 01 21:37:29.598 INFO O| Aug 01 21:37:29.598 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-08-01T21:37:30.969Z[ recovery-image] Aug 01 21:37:29.606 INFO O| Aug 01 21:37:29.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
54912025-08-01T21:37:30.970Z[ recovery-image] Aug 01 21:37:29.607 INFO O| Aug 01 21:37:29.607 INFO STEP 287 (remove_files) COMPLETE
54922025-08-01T21:37:30.970Z[ recovery-image] Aug 01 21:37:29.607 INFO O| Aug 01 21:37:29.607 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-08-01T21:37:30.970Z[ recovery-image] Aug 01 21:37:29.615 INFO O| Aug 01 21:37:29.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
54942025-08-01T21:37:30.970Z[ recovery-image] Aug 01 21:37:29.615 INFO O| Aug 01 21:37:29.615 INFO STEP 288 (remove_files) COMPLETE
54952025-08-01T21:37:30.970Z[ recovery-image] Aug 01 21:37:29.615 INFO O| Aug 01 21:37:29.615 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-08-01T21:37:30.978Z[ recovery-image] Aug 01 21:37:29.625 INFO O| Aug 01 21:37:29.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
54972025-08-01T21:37:30.978Z[ recovery-image] Aug 01 21:37:29.625 INFO O| Aug 01 21:37:29.625 INFO STEP 289 (remove_files) COMPLETE
54982025-08-01T21:37:30.978Z[ recovery-image] Aug 01 21:37:29.625 INFO O| Aug 01 21:37:29.625 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-08-01T21:37:30.987Z[ recovery-image] Aug 01 21:37:29.634 INFO O| Aug 01 21:37:29.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
55002025-08-01T21:37:30.993Z[ recovery-image] Aug 01 21:37:29.634 INFO O| Aug 01 21:37:29.634 INFO STEP 290 (remove_files) COMPLETE
55012025-08-01T21:37:30.993Z[ recovery-image] Aug 01 21:37:29.634 INFO O| Aug 01 21:37:29.634 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-08-01T21:37:30.999Z[ recovery-image] Aug 01 21:37:29.642 INFO O| Aug 01 21:37:29.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
55032025-08-01T21:37:30.999Z[ recovery-image] Aug 01 21:37:29.642 INFO O| Aug 01 21:37:29.642 INFO STEP 291 (remove_files) COMPLETE
55042025-08-01T21:37:30.999Z[ recovery-image] Aug 01 21:37:29.642 INFO O| Aug 01 21:37:29.642 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-08-01T21:37:31.010Z[ recovery-image] Aug 01 21:37:29.650 INFO O| Aug 01 21:37:29.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
55062025-08-01T21:37:31.010Z[ recovery-image] Aug 01 21:37:29.650 INFO O| Aug 01 21:37:29.650 INFO STEP 292 (remove_files) COMPLETE
55072025-08-01T21:37:31.010Z[ recovery-image] Aug 01 21:37:29.650 INFO O| Aug 01 21:37:29.650 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-08-01T21:37:31.018Z[ recovery-image] Aug 01 21:37:29.659 INFO O| Aug 01 21:37:29.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
55092025-08-01T21:37:31.018Z[ recovery-image] Aug 01 21:37:29.659 INFO O| Aug 01 21:37:29.659 INFO STEP 293 (remove_files) COMPLETE
55102025-08-01T21:37:31.018Z[ recovery-image] Aug 01 21:37:29.659 INFO O| Aug 01 21:37:29.659 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-08-01T21:37:31.022Z[ recovery-image] Aug 01 21:37:29.669 INFO O| Aug 01 21:37:29.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
55122025-08-01T21:37:31.022Z[ recovery-image] Aug 01 21:37:29.669 INFO O| Aug 01 21:37:29.669 INFO STEP 294 (remove_files) COMPLETE
55132025-08-01T21:37:31.027Z[ recovery-image] Aug 01 21:37:29.669 INFO O| Aug 01 21:37:29.669 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-08-01T21:37:31.034Z[ recovery-image] Aug 01 21:37:29.679 INFO O| Aug 01 21:37:29.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
55152025-08-01T21:37:31.034Z[ recovery-image] Aug 01 21:37:29.679 INFO O| Aug 01 21:37:29.679 INFO STEP 295 (remove_files) COMPLETE
55162025-08-01T21:37:31.034Z[ recovery-image] Aug 01 21:37:29.679 INFO O| Aug 01 21:37:29.679 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-08-01T21:37:31.045Z[ recovery-image] Aug 01 21:37:29.687 INFO O| Aug 01 21:37:29.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
55182025-08-01T21:37:31.045Z[ recovery-image] Aug 01 21:37:29.687 INFO O| Aug 01 21:37:29.687 INFO STEP 296 (remove_files) COMPLETE
55192025-08-01T21:37:31.051Z[ recovery-image] Aug 01 21:37:29.687 INFO O| Aug 01 21:37:29.687 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-08-01T21:37:31.051Z[ recovery-image] Aug 01 21:37:29.696 INFO O| Aug 01 21:37:29.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
55212025-08-01T21:37:31.052Z[ recovery-image] Aug 01 21:37:29.696 INFO O| Aug 01 21:37:29.696 INFO STEP 297 (remove_files) COMPLETE
55222025-08-01T21:37:31.052Z[ recovery-image] Aug 01 21:37:29.696 INFO O| Aug 01 21:37:29.696 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-08-01T21:37:31.063Z[ recovery-image] Aug 01 21:37:29.704 INFO O| Aug 01 21:37:29.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
55242025-08-01T21:37:31.063Z[ recovery-image] Aug 01 21:37:29.704 INFO O| Aug 01 21:37:29.704 INFO STEP 298 (remove_files) COMPLETE
55252025-08-01T21:37:31.067Z[ recovery-image] Aug 01 21:37:29.704 INFO O| Aug 01 21:37:29.704 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-08-01T21:37:31.067Z[ recovery-image] Aug 01 21:37:29.713 INFO O| Aug 01 21:37:29.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
55272025-08-01T21:37:31.068Z[ recovery-image] Aug 01 21:37:29.713 INFO O| Aug 01 21:37:29.713 INFO STEP 299 (remove_files) COMPLETE
55282025-08-01T21:37:31.068Z[ recovery-image] Aug 01 21:37:29.713 INFO O| Aug 01 21:37:29.713 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-08-01T21:37:31.093Z[ recovery-image] Aug 01 21:37:29.720 INFO O| Aug 01 21:37:29.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
55302025-08-01T21:37:31.098Z[ recovery-image] Aug 01 21:37:29.720 INFO O| Aug 01 21:37:29.720 INFO STEP 300 (remove_files) COMPLETE
55312025-08-01T21:37:31.098Z[ recovery-image] Aug 01 21:37:29.720 INFO O| Aug 01 21:37:29.720 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-08-01T21:37:31.098Z[ recovery-image] Aug 01 21:37:29.728 INFO O| Aug 01 21:37:29.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
55332025-08-01T21:37:31.098Z[ recovery-image] Aug 01 21:37:29.728 INFO O| Aug 01 21:37:29.728 INFO STEP 301 (remove_files) COMPLETE
55342025-08-01T21:37:31.098Z[ recovery-image] Aug 01 21:37:29.728 INFO O| Aug 01 21:37:29.728 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-08-01T21:37:31.098Z[ recovery-image] Aug 01 21:37:29.735 INFO O| Aug 01 21:37:29.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
55362025-08-01T21:37:31.102Z[ recovery-image] Aug 01 21:37:29.735 INFO O| Aug 01 21:37:29.735 INFO STEP 302 (remove_files) COMPLETE
55372025-08-01T21:37:31.103Z[ recovery-image] Aug 01 21:37:29.735 INFO O| Aug 01 21:37:29.735 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-08-01T21:37:31.103Z[ recovery-image] Aug 01 21:37:29.746 INFO O| Aug 01 21:37:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
55392025-08-01T21:37:31.103Z[ recovery-image] Aug 01 21:37:29.746 INFO O| Aug 01 21:37:29.746 INFO STEP 303 (remove_files) COMPLETE
55402025-08-01T21:37:31.103Z[ recovery-image] Aug 01 21:37:29.746 INFO O| Aug 01 21:37:29.746 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-08-01T21:37:31.111Z[ recovery-image] Aug 01 21:37:29.756 INFO O| Aug 01 21:37:29.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
55422025-08-01T21:37:31.114Z[ recovery-image] Aug 01 21:37:29.756 INFO O| Aug 01 21:37:29.756 INFO STEP 304 (remove_files) COMPLETE
55432025-08-01T21:37:31.114Z[ recovery-image] Aug 01 21:37:29.756 INFO O| Aug 01 21:37:29.756 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-08-01T21:37:31.121Z[ recovery-image] Aug 01 21:37:29.766 INFO O| Aug 01 21:37:29.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
55452025-08-01T21:37:31.121Z[ recovery-image] Aug 01 21:37:29.766 INFO O| Aug 01 21:37:29.766 INFO STEP 305 (remove_files) COMPLETE
55462025-08-01T21:37:31.121Z[ recovery-image] Aug 01 21:37:29.766 INFO O| Aug 01 21:37:29.766 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-08-01T21:37:31.129Z[ recovery-image] Aug 01 21:37:29.776 INFO O| Aug 01 21:37:29.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
55482025-08-01T21:37:31.129Z[ recovery-image] Aug 01 21:37:29.776 INFO O| Aug 01 21:37:29.776 INFO STEP 306 (remove_files) COMPLETE
55492025-08-01T21:37:31.129Z[ recovery-image] Aug 01 21:37:29.776 INFO O| Aug 01 21:37:29.776 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-08-01T21:37:31.138Z[ recovery-image] Aug 01 21:37:29.784 INFO O| Aug 01 21:37:29.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
55512025-08-01T21:37:31.138Z[ recovery-image] Aug 01 21:37:29.784 INFO O| Aug 01 21:37:29.784 INFO STEP 307 (remove_files) COMPLETE
55522025-08-01T21:37:31.138Z[ recovery-image] Aug 01 21:37:29.784 INFO O| Aug 01 21:37:29.784 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-08-01T21:37:31.149Z[ recovery-image] Aug 01 21:37:29.794 INFO O| Aug 01 21:37:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
55542025-08-01T21:37:31.153Z[ recovery-image] Aug 01 21:37:29.795 INFO O| Aug 01 21:37:29.795 INFO STEP 308 (remove_files) COMPLETE
55552025-08-01T21:37:31.153Z[ recovery-image] Aug 01 21:37:29.795 INFO O| Aug 01 21:37:29.795 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-08-01T21:37:31.161Z[ recovery-image] Aug 01 21:37:29.805 INFO O| Aug 01 21:37:29.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
55572025-08-01T21:37:31.161Z[ recovery-image] Aug 01 21:37:29.805 INFO O| Aug 01 21:37:29.805 INFO STEP 309 (remove_files) COMPLETE
55582025-08-01T21:37:31.171Z[ recovery-image] Aug 01 21:37:29.805 INFO O| Aug 01 21:37:29.805 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-08-01T21:37:31.177Z[ recovery-image] Aug 01 21:37:29.815 INFO O| Aug 01 21:37:29.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
55602025-08-01T21:37:31.177Z[ recovery-image] Aug 01 21:37:29.815 INFO O| Aug 01 21:37:29.815 INFO STEP 310 (remove_files) COMPLETE
55612025-08-01T21:37:31.177Z[ recovery-image] Aug 01 21:37:29.815 INFO O| Aug 01 21:37:29.815 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-08-01T21:37:31.180Z[ recovery-image] Aug 01 21:37:29.822 INFO O| Aug 01 21:37:29.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
55632025-08-01T21:37:31.181Z[ recovery-image] Aug 01 21:37:29.822 INFO O| Aug 01 21:37:29.822 INFO STEP 311 (remove_files) COMPLETE
55642025-08-01T21:37:31.181Z[ recovery-image] Aug 01 21:37:29.822 INFO O| Aug 01 21:37:29.822 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-08-01T21:37:31.184Z[ recovery-image] Aug 01 21:37:29.831 INFO O| Aug 01 21:37:29.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
55662025-08-01T21:37:31.184Z[ recovery-image] Aug 01 21:37:29.831 INFO O| Aug 01 21:37:29.831 INFO STEP 312 (remove_files) COMPLETE
55672025-08-01T21:37:31.185Z[ recovery-image] Aug 01 21:37:29.831 INFO O| Aug 01 21:37:29.831 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-08-01T21:37:31.193Z[ recovery-image] Aug 01 21:37:29.840 INFO O| Aug 01 21:37:29.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
55692025-08-01T21:37:31.193Z[ recovery-image] Aug 01 21:37:29.840 INFO O| Aug 01 21:37:29.840 INFO STEP 313 (remove_files) COMPLETE
55702025-08-01T21:37:31.193Z[ recovery-image] Aug 01 21:37:29.840 INFO O| Aug 01 21:37:29.840 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-08-01T21:37:31.201Z[ recovery-image] Aug 01 21:37:29.848 INFO O| Aug 01 21:37:29.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
55722025-08-01T21:37:31.201Z[ recovery-image] Aug 01 21:37:29.848 INFO O| Aug 01 21:37:29.848 INFO STEP 314 (remove_files) COMPLETE
55732025-08-01T21:37:31.201Z[ recovery-image] Aug 01 21:37:29.848 INFO O| Aug 01 21:37:29.848 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-08-01T21:37:31.209Z[ recovery-image] Aug 01 21:37:29.856 INFO O| Aug 01 21:37:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
55752025-08-01T21:37:31.209Z[ recovery-image] Aug 01 21:37:29.856 INFO O| Aug 01 21:37:29.856 INFO STEP 315 (remove_files) COMPLETE
55762025-08-01T21:37:31.212Z[ recovery-image] Aug 01 21:37:29.856 INFO O| Aug 01 21:37:29.856 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-08-01T21:37:31.217Z[ recovery-image] Aug 01 21:37:29.864 INFO O| Aug 01 21:37:29.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
55782025-08-01T21:37:31.220Z[ recovery-image] Aug 01 21:37:29.864 INFO O| Aug 01 21:37:29.864 INFO STEP 316 (remove_files) COMPLETE
55792025-08-01T21:37:31.220Z[ recovery-image] Aug 01 21:37:29.864 INFO O| Aug 01 21:37:29.864 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-08-01T21:37:31.224Z[ recovery-image] Aug 01 21:37:29.871 INFO O| Aug 01 21:37:29.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
55812025-08-01T21:37:31.224Z[ recovery-image] Aug 01 21:37:29.871 INFO O| Aug 01 21:37:29.871 INFO STEP 317 (remove_files) COMPLETE
55822025-08-01T21:37:31.228Z[ recovery-image] Aug 01 21:37:29.871 INFO O| Aug 01 21:37:29.871 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-08-01T21:37:31.233Z[ recovery-image] Aug 01 21:37:29.879 INFO O| Aug 01 21:37:29.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
55842025-08-01T21:37:31.233Z[ recovery-image] Aug 01 21:37:29.879 INFO O| Aug 01 21:37:29.879 INFO STEP 318 (remove_files) COMPLETE
55852025-08-01T21:37:31.233Z[ recovery-image] Aug 01 21:37:29.879 INFO O| Aug 01 21:37:29.879 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-08-01T21:37:31.240Z[ recovery-image] Aug 01 21:37:29.887 INFO O| Aug 01 21:37:29.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
55872025-08-01T21:37:31.243Z[ recovery-image] Aug 01 21:37:29.887 INFO O| Aug 01 21:37:29.887 INFO STEP 319 (remove_files) COMPLETE
55882025-08-01T21:37:31.243Z[ recovery-image] Aug 01 21:37:29.887 INFO O| Aug 01 21:37:29.887 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-08-01T21:37:31.247Z[ recovery-image] Aug 01 21:37:29.894 INFO O| Aug 01 21:37:29.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
55902025-08-01T21:37:31.247Z[ recovery-image] Aug 01 21:37:29.894 INFO O| Aug 01 21:37:29.894 INFO STEP 320 (remove_files) COMPLETE
55912025-08-01T21:37:31.251Z[ recovery-image] Aug 01 21:37:29.894 INFO O| Aug 01 21:37:29.894 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-08-01T21:37:31.255Z[ recovery-image] Aug 01 21:37:29.902 INFO O| Aug 01 21:37:29.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
55932025-08-01T21:37:31.255Z[ recovery-image] Aug 01 21:37:29.902 INFO O| Aug 01 21:37:29.902 INFO STEP 321 (remove_files) COMPLETE
55942025-08-01T21:37:31.255Z[ recovery-image] Aug 01 21:37:29.902 INFO O| Aug 01 21:37:29.902 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-08-01T21:37:31.263Z[ recovery-image] Aug 01 21:37:29.910 INFO O| Aug 01 21:37:29.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
55962025-08-01T21:37:31.267Z[ recovery-image] Aug 01 21:37:29.910 INFO O| Aug 01 21:37:29.910 INFO STEP 322 (remove_files) COMPLETE
55972025-08-01T21:37:31.267Z[ recovery-image] Aug 01 21:37:29.910 INFO O| Aug 01 21:37:29.910 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-08-01T21:37:31.272Z[ recovery-image] Aug 01 21:37:29.919 INFO O| Aug 01 21:37:29.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
55992025-08-01T21:37:31.276Z[ recovery-image] Aug 01 21:37:29.919 INFO O| Aug 01 21:37:29.919 INFO STEP 323 (remove_files) COMPLETE
56002025-08-01T21:37:31.276Z[ recovery-image] Aug 01 21:37:29.919 INFO O| Aug 01 21:37:29.919 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-08-01T21:37:31.283Z[ recovery-image] Aug 01 21:37:29.930 INFO O| Aug 01 21:37:29.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
56022025-08-01T21:37:31.283Z[ recovery-image] Aug 01 21:37:29.930 INFO O| Aug 01 21:37:29.930 INFO STEP 324 (remove_files) COMPLETE
56032025-08-01T21:37:31.287Z[ recovery-image] Aug 01 21:37:29.930 INFO O| Aug 01 21:37:29.930 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-08-01T21:37:31.290Z[ recovery-image] Aug 01 21:37:29.937 INFO O| Aug 01 21:37:29.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
56052025-08-01T21:37:31.291Z[ recovery-image] Aug 01 21:37:29.937 INFO O| Aug 01 21:37:29.937 INFO STEP 325 (remove_files) COMPLETE
56062025-08-01T21:37:31.291Z[ recovery-image] Aug 01 21:37:29.937 INFO O| Aug 01 21:37:29.937 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-08-01T21:37:31.299Z[ recovery-image] Aug 01 21:37:29.946 INFO O| Aug 01 21:37:29.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
56082025-08-01T21:37:31.302Z[ recovery-image] Aug 01 21:37:29.946 INFO O| Aug 01 21:37:29.946 INFO STEP 326 (remove_files) COMPLETE
56092025-08-01T21:37:31.303Z[ recovery-image] Aug 01 21:37:29.946 INFO O| Aug 01 21:37:29.946 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-08-01T21:37:31.308Z[ recovery-image] Aug 01 21:37:29.955 INFO O| Aug 01 21:37:29.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
56112025-08-01T21:37:31.312Z[ recovery-image] Aug 01 21:37:29.955 INFO O| Aug 01 21:37:29.955 INFO STEP 327 (remove_files) COMPLETE
56122025-08-01T21:37:31.312Z[ recovery-image] Aug 01 21:37:29.955 INFO O| Aug 01 21:37:29.955 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-08-01T21:37:31.316Z[ recovery-image] Aug 01 21:37:29.963 INFO O| Aug 01 21:37:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
56142025-08-01T21:37:31.316Z[ recovery-image] Aug 01 21:37:29.963 INFO O| Aug 01 21:37:29.963 INFO STEP 328 (remove_files) COMPLETE
56152025-08-01T21:37:31.320Z[ recovery-image] Aug 01 21:37:29.963 INFO O| Aug 01 21:37:29.963 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-08-01T21:37:31.325Z[ recovery-image] Aug 01 21:37:29.972 INFO O| Aug 01 21:37:29.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
56172025-08-01T21:37:31.325Z[ recovery-image] Aug 01 21:37:29.972 INFO O| Aug 01 21:37:29.972 INFO STEP 329 (remove_files) COMPLETE
56182025-08-01T21:37:31.329Z[ recovery-image] Aug 01 21:37:29.972 INFO O| Aug 01 21:37:29.972 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-08-01T21:37:31.333Z[ recovery-image] Aug 01 21:37:29.980 INFO O| Aug 01 21:37:29.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
56202025-08-01T21:37:31.333Z[ recovery-image] Aug 01 21:37:29.980 INFO O| Aug 01 21:37:29.980 INFO STEP 330 (remove_files) COMPLETE
56212025-08-01T21:37:31.333Z[ recovery-image] Aug 01 21:37:29.980 INFO O| Aug 01 21:37:29.980 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-08-01T21:37:31.343Z[ recovery-image] Aug 01 21:37:29.990 INFO O| Aug 01 21:37:29.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
56232025-08-01T21:37:31.343Z[ recovery-image] Aug 01 21:37:29.990 INFO O| Aug 01 21:37:29.990 INFO STEP 331 (remove_files) COMPLETE
56242025-08-01T21:37:31.344Z[ recovery-image] Aug 01 21:37:29.990 INFO O| Aug 01 21:37:29.990 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-08-01T21:37:31.352Z[ recovery-image] Aug 01 21:37:29.999 INFO O| Aug 01 21:37:29.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
56262025-08-01T21:37:31.356Z[ recovery-image] Aug 01 21:37:29.999 INFO O| Aug 01 21:37:29.999 INFO STEP 332 (remove_files) COMPLETE
56272025-08-01T21:37:31.356Z[ recovery-image] Aug 01 21:37:29.999 INFO O| Aug 01 21:37:29.999 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-08-01T21:37:31.363Z[ recovery-image] Aug 01 21:37:30.010 INFO O| Aug 01 21:37:30.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
56292025-08-01T21:37:31.363Z[ recovery-image] Aug 01 21:37:30.010 INFO O| Aug 01 21:37:30.010 INFO STEP 333 (remove_files) COMPLETE
56302025-08-01T21:37:31.363Z[ recovery-image] Aug 01 21:37:30.010 INFO O| Aug 01 21:37:30.010 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-08-01T21:37:31.373Z[ recovery-image] Aug 01 21:37:30.019 INFO O| Aug 01 21:37:30.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
56322025-08-01T21:37:31.373Z[ recovery-image] Aug 01 21:37:30.020 INFO O| Aug 01 21:37:30.019 INFO STEP 334 (remove_files) COMPLETE
56332025-08-01T21:37:31.377Z[ recovery-image] Aug 01 21:37:30.020 INFO O| Aug 01 21:37:30.019 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-08-01T21:37:31.381Z[ recovery-image] Aug 01 21:37:30.027 INFO O| Aug 01 21:37:30.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
56352025-08-01T21:37:31.381Z[ recovery-image] Aug 01 21:37:30.027 INFO O| Aug 01 21:37:30.027 INFO STEP 335 (remove_files) COMPLETE
56362025-08-01T21:37:31.381Z[ recovery-image] Aug 01 21:37:30.027 INFO O| Aug 01 21:37:30.027 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-08-01T21:37:31.390Z[ recovery-image] Aug 01 21:37:30.037 INFO O| Aug 01 21:37:30.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
56382025-08-01T21:37:31.390Z[ recovery-image] Aug 01 21:37:30.037 INFO O| Aug 01 21:37:30.037 INFO STEP 336 (remove_files) COMPLETE
56392025-08-01T21:37:31.390Z[ recovery-image] Aug 01 21:37:30.037 INFO O| Aug 01 21:37:30.037 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-08-01T21:37:31.399Z[ recovery-image] Aug 01 21:37:30.046 INFO O| Aug 01 21:37:30.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
56412025-08-01T21:37:31.399Z[ recovery-image] Aug 01 21:37:30.046 INFO O| Aug 01 21:37:30.046 INFO STEP 337 (remove_files) COMPLETE
56422025-08-01T21:37:31.399Z[ recovery-image] Aug 01 21:37:30.046 INFO O| Aug 01 21:37:30.046 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-08-01T21:37:31.408Z[ recovery-image] Aug 01 21:37:30.054 INFO O| Aug 01 21:37:30.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
56442025-08-01T21:37:31.411Z[ recovery-image] Aug 01 21:37:30.055 INFO O| Aug 01 21:37:30.055 INFO STEP 338 (remove_files) COMPLETE
56452025-08-01T21:37:31.411Z[ recovery-image] Aug 01 21:37:30.055 INFO O| Aug 01 21:37:30.055 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-08-01T21:37:31.419Z[ recovery-image] Aug 01 21:37:30.066 INFO O| Aug 01 21:37:30.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
56472025-08-01T21:37:31.419Z[ recovery-image] Aug 01 21:37:30.066 INFO O| Aug 01 21:37:30.066 INFO STEP 339 (remove_files) COMPLETE
56482025-08-01T21:37:31.419Z[ recovery-image] Aug 01 21:37:30.066 INFO O| Aug 01 21:37:30.066 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-08-01T21:37:31.428Z[ recovery-image] Aug 01 21:37:30.074 INFO O| Aug 01 21:37:30.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
56502025-08-01T21:37:31.428Z[ recovery-image] Aug 01 21:37:30.074 INFO O| Aug 01 21:37:30.074 INFO STEP 340 (remove_files) COMPLETE
56512025-08-01T21:37:31.428Z[ recovery-image] Aug 01 21:37:30.075 INFO O| Aug 01 21:37:30.074 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-08-01T21:37:31.435Z[ recovery-image] Aug 01 21:37:30.082 INFO O| Aug 01 21:37:30.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
56532025-08-01T21:37:31.435Z[ recovery-image] Aug 01 21:37:30.082 INFO O| Aug 01 21:37:30.082 INFO STEP 341 (remove_files) COMPLETE
56542025-08-01T21:37:31.439Z[ recovery-image] Aug 01 21:37:30.082 INFO O| Aug 01 21:37:30.082 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-08-01T21:37:31.444Z[ recovery-image] Aug 01 21:37:30.091 INFO O| Aug 01 21:37:30.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
56562025-08-01T21:37:31.444Z[ recovery-image] Aug 01 21:37:30.091 INFO O| Aug 01 21:37:30.091 INFO STEP 342 (remove_files) COMPLETE
56572025-08-01T21:37:31.444Z[ recovery-image] Aug 01 21:37:30.091 INFO O| Aug 01 21:37:30.091 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-08-01T21:37:31.454Z[ recovery-image] Aug 01 21:37:30.101 INFO O| Aug 01 21:37:30.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
56592025-08-01T21:37:31.454Z[ recovery-image] Aug 01 21:37:30.101 INFO O| Aug 01 21:37:30.101 INFO STEP 343 (remove_files) COMPLETE
56602025-08-01T21:37:31.459Z[ recovery-image] Aug 01 21:37:30.101 INFO O| Aug 01 21:37:30.101 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-08-01T21:37:31.464Z[ recovery-image] Aug 01 21:37:30.110 INFO O| Aug 01 21:37:30.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
56622025-08-01T21:37:31.464Z[ recovery-image] Aug 01 21:37:30.110 INFO O| Aug 01 21:37:30.110 INFO STEP 344 (remove_files) COMPLETE
56632025-08-01T21:37:31.468Z[ recovery-image] Aug 01 21:37:30.110 INFO O| Aug 01 21:37:30.110 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-08-01T21:37:31.472Z[ recovery-image] Aug 01 21:37:30.118 INFO O| Aug 01 21:37:30.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
56652025-08-01T21:37:31.472Z[ recovery-image] Aug 01 21:37:30.118 INFO O| Aug 01 21:37:30.118 INFO STEP 345 (remove_files) COMPLETE
56662025-08-01T21:37:31.472Z[ recovery-image] Aug 01 21:37:30.118 INFO O| Aug 01 21:37:30.118 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-08-01T21:37:31.478Z[ recovery-image] Aug 01 21:37:30.125 INFO O| Aug 01 21:37:30.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
56682025-08-01T21:37:31.482Z[ recovery-image] Aug 01 21:37:30.125 INFO O| Aug 01 21:37:30.125 INFO STEP 346 (remove_files) COMPLETE
56692025-08-01T21:37:31.482Z[ recovery-image] Aug 01 21:37:30.125 INFO O| Aug 01 21:37:30.125 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-08-01T21:37:31.486Z[ recovery-image] Aug 01 21:37:30.132 INFO O| Aug 01 21:37:30.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
56712025-08-01T21:37:31.486Z[ recovery-image] Aug 01 21:37:30.132 INFO O| Aug 01 21:37:30.132 INFO STEP 347 (remove_files) COMPLETE
56722025-08-01T21:37:31.486Z[ recovery-image] Aug 01 21:37:30.132 INFO O| Aug 01 21:37:30.132 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-08-01T21:37:31.493Z[ recovery-image] Aug 01 21:37:30.140 INFO O| Aug 01 21:37:30.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
56742025-08-01T21:37:31.496Z[ recovery-image] Aug 01 21:37:30.140 INFO O| Aug 01 21:37:30.140 INFO STEP 348 (remove_files) COMPLETE
56752025-08-01T21:37:31.497Z[ recovery-image] Aug 01 21:37:30.140 INFO O| Aug 01 21:37:30.140 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-08-01T21:37:31.501Z[ recovery-image] Aug 01 21:37:30.148 INFO O| Aug 01 21:37:30.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
56772025-08-01T21:37:31.501Z[ recovery-image] Aug 01 21:37:30.148 INFO O| Aug 01 21:37:30.148 INFO STEP 349 (remove_files) COMPLETE
56782025-08-01T21:37:31.505Z[ recovery-image] Aug 01 21:37:30.148 INFO O| Aug 01 21:37:30.148 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-08-01T21:37:31.508Z[ recovery-image] Aug 01 21:37:30.155 INFO O| Aug 01 21:37:30.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
56802025-08-01T21:37:31.512Z[ recovery-image] Aug 01 21:37:30.155 INFO O| Aug 01 21:37:30.155 INFO STEP 350 (remove_files) COMPLETE
56812025-08-01T21:37:31.512Z[ recovery-image] Aug 01 21:37:30.155 INFO O| Aug 01 21:37:30.155 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-08-01T21:37:31.518Z[ recovery-image] Aug 01 21:37:30.164 INFO O| Aug 01 21:37:30.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
56832025-08-01T21:37:31.518Z[ recovery-image] Aug 01 21:37:30.164 INFO O| Aug 01 21:37:30.164 INFO STEP 351 (remove_files) COMPLETE
56842025-08-01T21:37:31.518Z[ recovery-image] Aug 01 21:37:30.164 INFO O| Aug 01 21:37:30.164 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-08-01T21:37:31.526Z[ recovery-image] Aug 01 21:37:30.172 INFO O| Aug 01 21:37:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
56862025-08-01T21:37:31.529Z[ recovery-image] Aug 01 21:37:30.173 INFO O| Aug 01 21:37:30.172 INFO STEP 352 (remove_files) COMPLETE
56872025-08-01T21:37:31.530Z[ recovery-image] Aug 01 21:37:30.173 INFO O| Aug 01 21:37:30.173 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-08-01T21:37:31.533Z[ recovery-image] Aug 01 21:37:30.180 INFO O| Aug 01 21:37:30.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
56892025-08-01T21:37:31.533Z[ recovery-image] Aug 01 21:37:30.180 INFO O| Aug 01 21:37:30.180 INFO STEP 353 (remove_files) COMPLETE
56902025-08-01T21:37:31.537Z[ recovery-image] Aug 01 21:37:30.180 INFO O| Aug 01 21:37:30.180 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-08-01T21:37:31.541Z[ recovery-image] Aug 01 21:37:30.188 INFO O| Aug 01 21:37:30.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
56922025-08-01T21:37:31.541Z[ recovery-image] Aug 01 21:37:30.188 INFO O| Aug 01 21:37:30.188 INFO STEP 354 (remove_files) COMPLETE
56932025-08-01T21:37:31.541Z[ recovery-image] Aug 01 21:37:30.188 INFO O| Aug 01 21:37:30.188 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-08-01T21:37:31.548Z[ recovery-image] Aug 01 21:37:30.195 INFO O| Aug 01 21:37:30.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
56952025-08-01T21:37:31.549Z[ recovery-image] Aug 01 21:37:30.195 INFO O| Aug 01 21:37:30.195 INFO STEP 355 (remove_files) COMPLETE
56962025-08-01T21:37:31.552Z[ recovery-image] Aug 01 21:37:30.195 INFO O| Aug 01 21:37:30.195 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-08-01T21:37:31.556Z[ recovery-image] Aug 01 21:37:30.202 INFO O| Aug 01 21:37:30.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
56982025-08-01T21:37:31.556Z[ recovery-image] Aug 01 21:37:30.203 INFO O| Aug 01 21:37:30.202 INFO STEP 356 (remove_files) COMPLETE
56992025-08-01T21:37:31.560Z[ recovery-image] Aug 01 21:37:30.203 INFO O| Aug 01 21:37:30.203 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-08-01T21:37:31.565Z[ recovery-image] Aug 01 21:37:30.212 INFO O| Aug 01 21:37:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
57012025-08-01T21:37:31.569Z[ recovery-image] Aug 01 21:37:30.212 INFO O| Aug 01 21:37:30.212 INFO STEP 357 (remove_files) COMPLETE
57022025-08-01T21:37:31.569Z[ recovery-image] Aug 01 21:37:30.212 INFO O| Aug 01 21:37:30.212 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-08-01T21:37:31.573Z[ recovery-image] Aug 01 21:37:30.220 INFO O| Aug 01 21:37:30.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
57042025-08-01T21:37:31.573Z[ recovery-image] Aug 01 21:37:30.220 INFO O| Aug 01 21:37:30.220 INFO STEP 358 (remove_files) COMPLETE
57052025-08-01T21:37:31.577Z[ recovery-image] Aug 01 21:37:30.220 INFO O| Aug 01 21:37:30.220 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-08-01T21:37:31.582Z[ recovery-image] Aug 01 21:37:30.229 INFO O| Aug 01 21:37:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
57072025-08-01T21:37:31.586Z[ recovery-image] Aug 01 21:37:30.229 INFO O| Aug 01 21:37:30.229 INFO STEP 359 (remove_files) COMPLETE
57082025-08-01T21:37:31.587Z[ recovery-image] Aug 01 21:37:30.229 INFO O| Aug 01 21:37:30.229 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-08-01T21:37:31.592Z[ recovery-image] Aug 01 21:37:30.238 INFO O| Aug 01 21:37:30.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
57102025-08-01T21:37:31.592Z[ recovery-image] Aug 01 21:37:30.239 INFO O| Aug 01 21:37:30.239 INFO STEP 360 (remove_files) COMPLETE
57112025-08-01T21:37:31.595Z[ recovery-image] Aug 01 21:37:30.239 INFO O| Aug 01 21:37:30.239 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-08-01T21:37:31.600Z[ recovery-image] Aug 01 21:37:30.247 INFO O| Aug 01 21:37:30.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
57132025-08-01T21:37:31.603Z[ recovery-image] Aug 01 21:37:30.247 INFO O| Aug 01 21:37:30.247 INFO STEP 361 (remove_files) COMPLETE
57142025-08-01T21:37:31.604Z[ recovery-image] Aug 01 21:37:30.247 INFO O| Aug 01 21:37:30.247 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-08-01T21:37:31.609Z[ recovery-image] Aug 01 21:37:30.256 INFO O| Aug 01 21:37:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
57162025-08-01T21:37:31.609Z[ recovery-image] Aug 01 21:37:30.256 INFO O| Aug 01 21:37:30.256 INFO STEP 362 (remove_files) COMPLETE
57172025-08-01T21:37:31.609Z[ recovery-image] Aug 01 21:37:30.256 INFO O| Aug 01 21:37:30.256 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-08-01T21:37:31.616Z[ recovery-image] Aug 01 21:37:30.263 INFO O| Aug 01 21:37:30.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
57192025-08-01T21:37:31.620Z[ recovery-image] Aug 01 21:37:30.263 INFO O| Aug 01 21:37:30.263 INFO STEP 363 (remove_files) COMPLETE
57202025-08-01T21:37:31.620Z[ recovery-image] Aug 01 21:37:30.263 INFO O| Aug 01 21:37:30.263 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-08-01T21:37:31.625Z[ recovery-image] Aug 01 21:37:30.272 INFO O| Aug 01 21:37:30.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
57222025-08-01T21:37:31.625Z[ recovery-image] Aug 01 21:37:30.272 INFO O| Aug 01 21:37:30.272 INFO STEP 364 (remove_files) COMPLETE
57232025-08-01T21:37:31.629Z[ recovery-image] Aug 01 21:37:30.272 INFO O| Aug 01 21:37:30.272 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-08-01T21:37:31.634Z[ recovery-image] Aug 01 21:37:30.281 INFO O| Aug 01 21:37:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
57252025-08-01T21:37:31.638Z[ recovery-image] Aug 01 21:37:30.281 INFO O| Aug 01 21:37:30.281 INFO STEP 365 (remove_files) COMPLETE
57262025-08-01T21:37:31.638Z[ recovery-image] Aug 01 21:37:30.281 INFO O| Aug 01 21:37:30.281 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-08-01T21:37:31.645Z[ recovery-image] Aug 01 21:37:30.292 INFO O| Aug 01 21:37:30.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
57282025-08-01T21:37:31.645Z[ recovery-image] Aug 01 21:37:30.292 INFO O| Aug 01 21:37:30.292 INFO STEP 366 (remove_files) COMPLETE
57292025-08-01T21:37:31.649Z[ recovery-image] Aug 01 21:37:30.292 INFO O| Aug 01 21:37:30.292 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-08-01T21:37:31.656Z[ recovery-image] Aug 01 21:37:30.302 INFO O| Aug 01 21:37:30.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
57312025-08-01T21:37:31.656Z[ recovery-image] Aug 01 21:37:30.302 INFO O| Aug 01 21:37:30.302 INFO STEP 367 (remove_files) COMPLETE
57322025-08-01T21:37:31.659Z[ recovery-image] Aug 01 21:37:30.302 INFO O| Aug 01 21:37:30.302 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-08-01T21:37:31.665Z[ recovery-image] Aug 01 21:37:30.312 INFO O| Aug 01 21:37:30.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
57342025-08-01T21:37:31.669Z[ recovery-image] Aug 01 21:37:30.312 INFO O| Aug 01 21:37:30.312 INFO STEP 368 (remove_files) COMPLETE
57352025-08-01T21:37:31.669Z[ recovery-image] Aug 01 21:37:30.312 INFO O| Aug 01 21:37:30.312 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-08-01T21:37:31.674Z[ recovery-image] Aug 01 21:37:30.320 INFO O| Aug 01 21:37:30.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
57372025-08-01T21:37:31.674Z[ recovery-image] Aug 01 21:37:30.320 INFO O| Aug 01 21:37:30.320 INFO STEP 369 (remove_files) COMPLETE
57382025-08-01T21:37:31.674Z[ recovery-image] Aug 01 21:37:30.320 INFO O| Aug 01 21:37:30.320 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-08-01T21:37:31.682Z[ recovery-image] Aug 01 21:37:30.328 INFO O| Aug 01 21:37:30.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
57402025-08-01T21:37:31.685Z[ recovery-image] Aug 01 21:37:30.328 INFO O| Aug 01 21:37:30.328 INFO STEP 370 (remove_files) COMPLETE
57412025-08-01T21:37:31.685Z[ recovery-image] Aug 01 21:37:30.328 INFO O| Aug 01 21:37:30.328 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-08-01T21:37:31.691Z[ recovery-image] Aug 01 21:37:30.337 INFO O| Aug 01 21:37:30.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
57432025-08-01T21:37:31.691Z[ recovery-image] Aug 01 21:37:30.337 INFO O| Aug 01 21:37:30.337 INFO STEP 371 (remove_files) COMPLETE
57442025-08-01T21:37:31.691Z[ recovery-image] Aug 01 21:37:30.337 INFO O| Aug 01 21:37:30.337 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-08-01T21:37:31.700Z[ recovery-image] Aug 01 21:37:30.347 INFO O| Aug 01 21:37:30.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
57462025-08-01T21:37:31.700Z[ recovery-image] Aug 01 21:37:30.347 INFO O| Aug 01 21:37:30.347 INFO STEP 372 (remove_files) COMPLETE
57472025-08-01T21:37:31.704Z[ recovery-image] Aug 01 21:37:30.347 INFO O| Aug 01 21:37:30.347 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-08-01T21:37:31.709Z[ recovery-image] Aug 01 21:37:30.356 INFO O| Aug 01 21:37:30.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
57492025-08-01T21:37:31.713Z[ recovery-image] Aug 01 21:37:30.357 INFO O| Aug 01 21:37:30.357 INFO STEP 373 (remove_files) COMPLETE
57502025-08-01T21:37:31.713Z[ recovery-image] Aug 01 21:37:30.357 INFO O| Aug 01 21:37:30.357 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-08-01T21:37:31.720Z[ recovery-image] Aug 01 21:37:30.367 INFO O| Aug 01 21:37:30.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
57522025-08-01T21:37:31.724Z[ recovery-image] Aug 01 21:37:30.367 INFO O| Aug 01 21:37:30.367 INFO STEP 374 (remove_files) COMPLETE
57532025-08-01T21:37:31.724Z[ recovery-image] Aug 01 21:37:30.367 INFO O| Aug 01 21:37:30.367 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-08-01T21:37:31.728Z[ recovery-image] Aug 01 21:37:30.375 INFO O| Aug 01 21:37:30.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
57552025-08-01T21:37:31.732Z[ recovery-image] Aug 01 21:37:30.375 INFO O| Aug 01 21:37:30.375 INFO STEP 375 (remove_files) COMPLETE
57562025-08-01T21:37:31.732Z[ recovery-image] Aug 01 21:37:30.375 INFO O| Aug 01 21:37:30.375 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-08-01T21:37:31.736Z[ recovery-image] Aug 01 21:37:30.382 INFO O| Aug 01 21:37:30.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
57582025-08-01T21:37:31.736Z[ recovery-image] Aug 01 21:37:30.383 INFO O| Aug 01 21:37:30.382 INFO STEP 376 (remove_files) COMPLETE
57592025-08-01T21:37:31.736Z[ recovery-image] Aug 01 21:37:30.383 INFO O| Aug 01 21:37:30.382 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-08-01T21:37:31.744Z[ recovery-image] Aug 01 21:37:30.391 INFO O| Aug 01 21:37:30.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
57612025-08-01T21:37:31.744Z[ recovery-image] Aug 01 21:37:30.391 INFO O| Aug 01 21:37:30.391 INFO STEP 377 (remove_files) COMPLETE
57622025-08-01T21:37:31.748Z[ recovery-image] Aug 01 21:37:30.391 INFO O| Aug 01 21:37:30.391 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-08-01T21:37:31.752Z[ recovery-image] Aug 01 21:37:30.399 INFO O| Aug 01 21:37:30.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
57642025-08-01T21:37:31.756Z[ recovery-image] Aug 01 21:37:30.399 INFO O| Aug 01 21:37:30.399 INFO STEP 378 (remove_files) COMPLETE
57652025-08-01T21:37:31.756Z[ recovery-image] Aug 01 21:37:30.399 INFO O| Aug 01 21:37:30.399 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-08-01T21:37:31.762Z[ recovery-image] Aug 01 21:37:30.408 INFO O| Aug 01 21:37:30.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
57672025-08-01T21:37:31.762Z[ recovery-image] Aug 01 21:37:30.408 INFO O| Aug 01 21:37:30.408 INFO STEP 379 (remove_files) COMPLETE
57682025-08-01T21:37:31.766Z[ recovery-image] Aug 01 21:37:30.408 INFO O| Aug 01 21:37:30.408 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-08-01T21:37:31.772Z[ recovery-image] Aug 01 21:37:30.417 INFO O| Aug 01 21:37:30.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
57702025-08-01T21:37:31.772Z[ recovery-image] Aug 01 21:37:30.417 INFO O| Aug 01 21:37:30.417 INFO STEP 380 (remove_files) COMPLETE
57712025-08-01T21:37:31.776Z[ recovery-image] Aug 01 21:37:30.417 INFO O| Aug 01 21:37:30.417 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-08-01T21:37:31.780Z[ recovery-image] Aug 01 21:37:30.424 INFO O| Aug 01 21:37:30.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
57732025-08-01T21:37:31.780Z[ recovery-image] Aug 01 21:37:30.424 INFO O| Aug 01 21:37:30.424 INFO STEP 381 (remove_files) COMPLETE
57742025-08-01T21:37:31.780Z[ recovery-image] Aug 01 21:37:30.424 INFO O| Aug 01 21:37:30.424 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-08-01T21:37:31.785Z[ recovery-image] Aug 01 21:37:30.432 INFO O| Aug 01 21:37:30.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
57762025-08-01T21:37:31.789Z[ recovery-image] Aug 01 21:37:30.432 INFO O| Aug 01 21:37:30.432 INFO STEP 382 (remove_files) COMPLETE
57772025-08-01T21:37:31.789Z[ recovery-image] Aug 01 21:37:30.432 INFO O| Aug 01 21:37:30.432 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-08-01T21:37:31.794Z[ recovery-image] Aug 01 21:37:30.439 INFO O| Aug 01 21:37:30.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
57792025-08-01T21:37:31.794Z[ recovery-image] Aug 01 21:37:30.439 INFO O| Aug 01 21:37:30.439 INFO STEP 383 (remove_files) COMPLETE
57802025-08-01T21:37:31.794Z[ recovery-image] Aug 01 21:37:30.439 INFO O| Aug 01 21:37:30.439 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-08-01T21:37:31.801Z[ recovery-image] Aug 01 21:37:30.447 INFO O| Aug 01 21:37:30.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
57822025-08-01T21:37:31.801Z[ recovery-image] Aug 01 21:37:30.447 INFO O| Aug 01 21:37:30.447 INFO STEP 384 (remove_files) COMPLETE
57832025-08-01T21:37:31.805Z[ recovery-image] Aug 01 21:37:30.447 INFO O| Aug 01 21:37:30.447 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-08-01T21:37:31.809Z[ recovery-image] Aug 01 21:37:30.455 INFO O| Aug 01 21:37:30.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
57852025-08-01T21:37:31.809Z[ recovery-image] Aug 01 21:37:30.455 INFO O| Aug 01 21:37:30.455 INFO STEP 385 (remove_files) COMPLETE
57862025-08-01T21:37:31.809Z[ recovery-image] Aug 01 21:37:30.455 INFO O| Aug 01 21:37:30.455 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-08-01T21:37:31.816Z[ recovery-image] Aug 01 21:37:30.462 INFO O| Aug 01 21:37:30.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
57882025-08-01T21:37:31.816Z[ recovery-image] Aug 01 21:37:30.462 INFO O| Aug 01 21:37:30.462 INFO STEP 386 (remove_files) COMPLETE
57892025-08-01T21:37:31.816Z[ recovery-image] Aug 01 21:37:30.462 INFO O| Aug 01 21:37:30.462 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-08-01T21:37:31.825Z[ recovery-image] Aug 01 21:37:30.472 INFO O| Aug 01 21:37:30.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
57912025-08-01T21:37:31.829Z[ recovery-image] Aug 01 21:37:30.472 INFO O| Aug 01 21:37:30.472 INFO STEP 387 (remove_files) COMPLETE
57922025-08-01T21:37:31.829Z[ recovery-image] Aug 01 21:37:30.472 INFO O| Aug 01 21:37:30.472 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-08-01T21:37:31.835Z[ recovery-image] Aug 01 21:37:30.481 INFO O| Aug 01 21:37:30.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
57942025-08-01T21:37:31.838Z[ recovery-image] Aug 01 21:37:30.481 INFO O| Aug 01 21:37:30.481 INFO STEP 388 (remove_files) COMPLETE
57952025-08-01T21:37:31.838Z[ recovery-image] Aug 01 21:37:30.481 INFO O| Aug 01 21:37:30.481 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-08-01T21:37:31.844Z[ recovery-image] Aug 01 21:37:30.490 INFO O| Aug 01 21:37:30.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
57972025-08-01T21:37:31.844Z[ recovery-image] Aug 01 21:37:30.490 INFO O| Aug 01 21:37:30.490 INFO STEP 389 (remove_files) COMPLETE
57982025-08-01T21:37:31.848Z[ recovery-image] Aug 01 21:37:30.490 INFO O| Aug 01 21:37:30.490 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-08-01T21:37:31.854Z[ recovery-image] Aug 01 21:37:30.500 INFO O| Aug 01 21:37:30.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
58002025-08-01T21:37:31.857Z[ recovery-image] Aug 01 21:37:30.500 INFO O| Aug 01 21:37:30.500 INFO STEP 390 (remove_files) COMPLETE
58012025-08-01T21:37:31.857Z[ recovery-image] Aug 01 21:37:30.500 INFO O| Aug 01 21:37:30.500 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-08-01T21:37:31.862Z[ recovery-image] Aug 01 21:37:30.509 INFO O| Aug 01 21:37:30.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
58032025-08-01T21:37:31.866Z[ recovery-image] Aug 01 21:37:30.509 INFO O| Aug 01 21:37:30.509 INFO STEP 391 (remove_files) COMPLETE
58042025-08-01T21:37:31.866Z[ recovery-image] Aug 01 21:37:30.509 INFO O| Aug 01 21:37:30.509 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-08-01T21:37:31.871Z[ recovery-image] Aug 01 21:37:30.518 INFO O| Aug 01 21:37:30.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
58062025-08-01T21:37:31.875Z[ recovery-image] Aug 01 21:37:30.518 INFO O| Aug 01 21:37:30.518 INFO STEP 392 (remove_files) COMPLETE
58072025-08-01T21:37:31.875Z[ recovery-image] Aug 01 21:37:30.518 INFO O| Aug 01 21:37:30.518 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-08-01T21:37:31.879Z[ recovery-image] Aug 01 21:37:30.525 INFO O| Aug 01 21:37:30.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
58092025-08-01T21:37:31.879Z[ recovery-image] Aug 01 21:37:30.525 INFO O| Aug 01 21:37:30.525 INFO STEP 393 (remove_files) COMPLETE
58102025-08-01T21:37:31.879Z[ recovery-image] Aug 01 21:37:30.525 INFO O| Aug 01 21:37:30.525 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-08-01T21:37:31.886Z[ recovery-image] Aug 01 21:37:30.533 INFO O| Aug 01 21:37:30.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
58122025-08-01T21:37:31.886Z[ recovery-image] Aug 01 21:37:30.533 INFO O| Aug 01 21:37:30.533 INFO STEP 394 (remove_files) COMPLETE
58132025-08-01T21:37:31.890Z[ recovery-image] Aug 01 21:37:30.533 INFO O| Aug 01 21:37:30.533 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-08-01T21:37:31.894Z[ recovery-image] Aug 01 21:37:30.540 INFO O| Aug 01 21:37:30.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
58152025-08-01T21:37:31.898Z[ recovery-image] Aug 01 21:37:30.541 INFO O| Aug 01 21:37:30.541 INFO STEP 395 (remove_files) COMPLETE
58162025-08-01T21:37:31.898Z[ recovery-image] Aug 01 21:37:30.541 INFO O| Aug 01 21:37:30.541 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-08-01T21:37:31.904Z[ recovery-image] Aug 01 21:37:30.550 INFO O| Aug 01 21:37:30.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
58182025-08-01T21:37:31.904Z[ recovery-image] Aug 01 21:37:30.550 INFO O| Aug 01 21:37:30.550 INFO STEP 396 (remove_files) COMPLETE
58192025-08-01T21:37:31.907Z[ recovery-image] Aug 01 21:37:30.550 INFO O| Aug 01 21:37:30.550 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-08-01T21:37:31.912Z[ recovery-image] Aug 01 21:37:30.559 INFO O| Aug 01 21:37:30.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
58212025-08-01T21:37:31.912Z[ recovery-image] Aug 01 21:37:30.559 INFO O| Aug 01 21:37:30.559 INFO STEP 397 (remove_files) COMPLETE
58222025-08-01T21:37:31.916Z[ recovery-image] Aug 01 21:37:30.559 INFO O| Aug 01 21:37:30.559 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-08-01T21:37:31.920Z[ recovery-image] Aug 01 21:37:30.567 INFO O| Aug 01 21:37:30.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
58242025-08-01T21:37:31.920Z[ recovery-image] Aug 01 21:37:30.567 INFO O| Aug 01 21:37:30.567 INFO STEP 398 (remove_files) COMPLETE
58252025-08-01T21:37:31.925Z[ recovery-image] Aug 01 21:37:30.567 INFO O| Aug 01 21:37:30.567 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-08-01T21:37:31.930Z[ recovery-image] Aug 01 21:37:30.575 INFO O| Aug 01 21:37:30.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
58272025-08-01T21:37:31.930Z[ recovery-image] Aug 01 21:37:30.575 INFO O| Aug 01 21:37:30.575 INFO STEP 399 (remove_files) COMPLETE
58282025-08-01T21:37:31.934Z[ recovery-image] Aug 01 21:37:30.575 INFO O| Aug 01 21:37:30.575 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-08-01T21:37:31.940Z[ recovery-image] Aug 01 21:37:30.586 INFO O| Aug 01 21:37:30.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
58302025-08-01T21:37:31.940Z[ recovery-image] Aug 01 21:37:30.586 INFO O| Aug 01 21:37:30.586 INFO STEP 400 (remove_files) COMPLETE
58312025-08-01T21:37:31.943Z[ recovery-image] Aug 01 21:37:30.586 INFO O| Aug 01 21:37:30.586 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-08-01T21:37:31.947Z[ recovery-image] Aug 01 21:37:30.594 INFO O| Aug 01 21:37:30.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
58332025-08-01T21:37:31.948Z[ recovery-image] Aug 01 21:37:30.594 INFO O| Aug 01 21:37:30.594 INFO STEP 401 (remove_files) COMPLETE
58342025-08-01T21:37:31.951Z[ recovery-image] Aug 01 21:37:30.594 INFO O| Aug 01 21:37:30.594 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-08-01T21:37:31.957Z[ recovery-image] Aug 01 21:37:30.604 INFO O| Aug 01 21:37:30.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
58362025-08-01T21:37:31.957Z[ recovery-image] Aug 01 21:37:30.604 INFO O| Aug 01 21:37:30.604 INFO STEP 402 (remove_files) COMPLETE
58372025-08-01T21:37:31.961Z[ recovery-image] Aug 01 21:37:30.604 INFO O| Aug 01 21:37:30.604 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-08-01T21:37:31.966Z[ recovery-image] Aug 01 21:37:30.613 INFO O| Aug 01 21:37:30.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
58392025-08-01T21:37:31.970Z[ recovery-image] Aug 01 21:37:30.613 INFO O| Aug 01 21:37:30.613 INFO STEP 403 (remove_files) COMPLETE
58402025-08-01T21:37:31.970Z[ recovery-image] Aug 01 21:37:30.613 INFO O| Aug 01 21:37:30.613 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-08-01T21:37:31.974Z[ recovery-image] Aug 01 21:37:30.620 INFO O| Aug 01 21:37:30.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
58422025-08-01T21:37:31.977Z[ recovery-image] Aug 01 21:37:30.620 INFO O| Aug 01 21:37:30.620 INFO STEP 404 (remove_files) COMPLETE
58432025-08-01T21:37:31.978Z[ recovery-image] Aug 01 21:37:30.620 INFO O| Aug 01 21:37:30.620 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-08-01T21:37:31.981Z[ recovery-image] Aug 01 21:37:30.628 INFO O| Aug 01 21:37:30.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
58452025-08-01T21:37:31.981Z[ recovery-image] Aug 01 21:37:30.628 INFO O| Aug 01 21:37:30.628 INFO STEP 405 (remove_files) COMPLETE
58462025-08-01T21:37:31.985Z[ recovery-image] Aug 01 21:37:30.628 INFO O| Aug 01 21:37:30.628 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-08-01T21:37:31.989Z[ recovery-image] Aug 01 21:37:30.636 INFO O| Aug 01 21:37:30.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
58482025-08-01T21:37:31.993Z[ recovery-image] Aug 01 21:37:30.636 INFO O| Aug 01 21:37:30.636 INFO STEP 406 (remove_files) COMPLETE
58492025-08-01T21:37:31.993Z[ recovery-image] Aug 01 21:37:30.636 INFO O| Aug 01 21:37:30.636 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-08-01T21:37:31.998Z[ recovery-image] Aug 01 21:37:30.645 INFO O| Aug 01 21:37:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
58512025-08-01T21:37:32.002Z[ recovery-image] Aug 01 21:37:30.645 INFO O| Aug 01 21:37:30.645 INFO STEP 407 (remove_files) COMPLETE
58522025-08-01T21:37:32.002Z[ recovery-image] Aug 01 21:37:30.645 INFO O| Aug 01 21:37:30.645 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-08-01T21:37:32.006Z[ recovery-image] Aug 01 21:37:30.652 INFO O| Aug 01 21:37:30.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
58542025-08-01T21:37:32.006Z[ recovery-image] Aug 01 21:37:30.652 INFO O| Aug 01 21:37:30.652 INFO STEP 408 (remove_files) COMPLETE
58552025-08-01T21:37:32.009Z[ recovery-image] Aug 01 21:37:30.652 INFO O| Aug 01 21:37:30.652 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-08-01T21:37:32.015Z[ recovery-image] Aug 01 21:37:30.661 INFO O| Aug 01 21:37:30.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
58572025-08-01T21:37:32.018Z[ recovery-image] Aug 01 21:37:30.661 INFO O| Aug 01 21:37:30.661 INFO STEP 409 (remove_files) COMPLETE
58582025-08-01T21:37:32.018Z[ recovery-image] Aug 01 21:37:30.661 INFO O| Aug 01 21:37:30.661 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-08-01T21:37:32.023Z[ recovery-image] Aug 01 21:37:30.669 INFO O| Aug 01 21:37:30.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
58602025-08-01T21:37:32.023Z[ recovery-image] Aug 01 21:37:30.669 INFO O| Aug 01 21:37:30.669 INFO STEP 410 (remove_files) COMPLETE
58612025-08-01T21:37:32.023Z[ recovery-image] Aug 01 21:37:30.669 INFO O| Aug 01 21:37:30.669 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-08-01T21:37:32.032Z[ recovery-image] Aug 01 21:37:30.678 INFO O| Aug 01 21:37:30.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
58632025-08-01T21:37:32.036Z[ recovery-image] Aug 01 21:37:30.678 INFO O| Aug 01 21:37:30.678 INFO STEP 411 (remove_files) COMPLETE
58642025-08-01T21:37:32.036Z[ recovery-image] Aug 01 21:37:30.678 INFO O| Aug 01 21:37:30.678 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-08-01T21:37:32.040Z[ recovery-image] Aug 01 21:37:30.686 INFO O| Aug 01 21:37:30.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
58662025-08-01T21:37:32.040Z[ recovery-image] Aug 01 21:37:30.686 INFO O| Aug 01 21:37:30.686 INFO STEP 412 (remove_files) COMPLETE
58672025-08-01T21:37:32.040Z[ recovery-image] Aug 01 21:37:30.686 INFO O| Aug 01 21:37:30.686 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-08-01T21:37:32.049Z[ recovery-image] Aug 01 21:37:30.695 INFO O| Aug 01 21:37:30.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
58692025-08-01T21:37:32.049Z[ recovery-image] Aug 01 21:37:30.695 INFO O| Aug 01 21:37:30.695 INFO STEP 413 (remove_files) COMPLETE
58702025-08-01T21:37:32.049Z[ recovery-image] Aug 01 21:37:30.695 INFO O| Aug 01 21:37:30.695 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-08-01T21:37:32.058Z[ recovery-image] Aug 01 21:37:30.704 INFO O| Aug 01 21:37:30.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
58722025-08-01T21:37:32.061Z[ recovery-image] Aug 01 21:37:30.704 INFO O| Aug 01 21:37:30.704 INFO STEP 414 (remove_files) COMPLETE
58732025-08-01T21:37:32.061Z[ recovery-image] Aug 01 21:37:30.704 INFO O| Aug 01 21:37:30.704 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-08-01T21:37:32.066Z[ recovery-image] Aug 01 21:37:30.712 INFO O| Aug 01 21:37:30.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
58752025-08-01T21:37:32.066Z[ recovery-image] Aug 01 21:37:30.712 INFO O| Aug 01 21:37:30.712 INFO STEP 415 (remove_files) COMPLETE
58762025-08-01T21:37:32.066Z[ recovery-image] Aug 01 21:37:30.712 INFO O| Aug 01 21:37:30.712 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-08-01T21:37:32.074Z[ recovery-image] Aug 01 21:37:30.720 INFO O| Aug 01 21:37:30.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
58782025-08-01T21:37:32.078Z[ recovery-image] Aug 01 21:37:30.720 INFO O| Aug 01 21:37:30.720 INFO STEP 416 (remove_files) COMPLETE
58792025-08-01T21:37:32.078Z[ recovery-image] Aug 01 21:37:30.721 INFO O| Aug 01 21:37:30.720 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-08-01T21:37:32.084Z[ recovery-image] Aug 01 21:37:30.730 INFO O| Aug 01 21:37:30.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
58812025-08-01T21:37:32.084Z[ recovery-image] Aug 01 21:37:30.730 INFO O| Aug 01 21:37:30.730 INFO STEP 417 (remove_files) COMPLETE
58822025-08-01T21:37:32.088Z[ recovery-image] Aug 01 21:37:30.730 INFO O| Aug 01 21:37:30.730 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-08-01T21:37:32.093Z[ recovery-image] Aug 01 21:37:30.738 INFO O| Aug 01 21:37:30.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
58842025-08-01T21:37:32.093Z[ recovery-image] Aug 01 21:37:30.738 INFO O| Aug 01 21:37:30.738 INFO STEP 418 (remove_files) COMPLETE
58852025-08-01T21:37:32.097Z[ recovery-image] Aug 01 21:37:30.738 INFO O| Aug 01 21:37:30.738 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862025-08-01T21:37:32.101Z[ recovery-image] Aug 01 21:37:30.746 INFO O| Aug 01 21:37:30.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
58872025-08-01T21:37:32.101Z[ recovery-image] Aug 01 21:37:30.746 INFO O| Aug 01 21:37:30.746 INFO STEP 419 (remove_files) COMPLETE
58882025-08-01T21:37:32.101Z[ recovery-image] Aug 01 21:37:30.746 INFO O| Aug 01 21:37:30.746 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892025-08-01T21:37:32.108Z[ recovery-image] Aug 01 21:37:30.754 INFO O| Aug 01 21:37:30.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
58902025-08-01T21:37:32.108Z[ recovery-image] Aug 01 21:37:30.755 INFO O| Aug 01 21:37:30.755 INFO STEP 420 (remove_files) COMPLETE
58912025-08-01T21:37:32.112Z[ recovery-image] Aug 01 21:37:30.755 INFO O| Aug 01 21:37:30.755 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922025-08-01T21:37:32.116Z[ recovery-image] Aug 01 21:37:30.762 INFO O| Aug 01 21:37:30.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
58932025-08-01T21:37:32.120Z[ recovery-image] Aug 01 21:37:30.762 INFO O| Aug 01 21:37:30.762 INFO STEP 421 (remove_files) COMPLETE
58942025-08-01T21:37:32.120Z[ recovery-image] Aug 01 21:37:30.762 INFO O| Aug 01 21:37:30.762 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952025-08-01T21:37:32.127Z[ recovery-image] Aug 01 21:37:30.773 INFO O| Aug 01 21:37:30.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
58962025-08-01T21:37:32.127Z[ recovery-image] Aug 01 21:37:30.773 INFO O| Aug 01 21:37:30.773 INFO STEP 422 (remove_files) COMPLETE
58972025-08-01T21:37:32.127Z[ recovery-image] Aug 01 21:37:30.773 INFO O| Aug 01 21:37:30.773 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982025-08-01T21:37:32.136Z[ recovery-image] Aug 01 21:37:30.783 INFO O| Aug 01 21:37:30.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
58992025-08-01T21:37:32.137Z[ recovery-image] Aug 01 21:37:30.783 INFO O| Aug 01 21:37:30.783 INFO STEP 423 (remove_files) COMPLETE
59002025-08-01T21:37:32.137Z[ recovery-image] Aug 01 21:37:30.783 INFO O| Aug 01 21:37:30.783 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012025-08-01T21:37:32.146Z[ recovery-image] Aug 01 21:37:30.792 INFO O| Aug 01 21:37:30.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
59022025-08-01T21:37:32.146Z[ recovery-image] Aug 01 21:37:30.792 INFO O| Aug 01 21:37:30.792 INFO STEP 424 (remove_files) COMPLETE
59032025-08-01T21:37:32.150Z[ recovery-image] Aug 01 21:37:30.792 INFO O| Aug 01 21:37:30.792 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042025-08-01T21:37:32.154Z[ recovery-image] Aug 01 21:37:30.800 INFO O| Aug 01 21:37:30.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
59052025-08-01T21:37:32.154Z[ recovery-image] Aug 01 21:37:30.800 INFO O| Aug 01 21:37:30.800 INFO STEP 425 (remove_files) COMPLETE
59062025-08-01T21:37:32.154Z[ recovery-image] Aug 01 21:37:30.800 INFO O| Aug 01 21:37:30.800 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072025-08-01T21:37:32.161Z[ recovery-image] Aug 01 21:37:30.808 INFO O| Aug 01 21:37:30.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
59082025-08-01T21:37:32.161Z[ recovery-image] Aug 01 21:37:30.808 INFO O| Aug 01 21:37:30.808 INFO STEP 426 (remove_files) COMPLETE
59092025-08-01T21:37:32.162Z[ recovery-image] Aug 01 21:37:30.808 INFO O| Aug 01 21:37:30.808 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102025-08-01T21:37:32.169Z[ recovery-image] Aug 01 21:37:30.816 INFO O| Aug 01 21:37:30.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
59112025-08-01T21:37:32.173Z[ recovery-image] Aug 01 21:37:30.816 INFO O| Aug 01 21:37:30.816 INFO STEP 427 (remove_files) COMPLETE
59122025-08-01T21:37:32.173Z[ recovery-image] Aug 01 21:37:30.816 INFO O| Aug 01 21:37:30.816 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132025-08-01T21:37:32.178Z[ recovery-image] Aug 01 21:37:30.824 INFO O| Aug 01 21:37:30.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
59142025-08-01T21:37:32.178Z[ recovery-image] Aug 01 21:37:30.824 INFO O| Aug 01 21:37:30.824 INFO STEP 428 (remove_files) COMPLETE
59152025-08-01T21:37:32.183Z[ recovery-image] Aug 01 21:37:30.824 INFO O| Aug 01 21:37:30.824 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-08-01T21:37:32.187Z[ recovery-image] Aug 01 21:37:30.832 INFO O| Aug 01 21:37:30.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
59172025-08-01T21:37:32.187Z[ recovery-image] Aug 01 21:37:30.832 INFO O| Aug 01 21:37:30.832 INFO STEP 429 (remove_files) COMPLETE
59182025-08-01T21:37:32.187Z[ recovery-image] Aug 01 21:37:30.832 INFO O| Aug 01 21:37:30.832 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-08-01T21:37:32.196Z[ recovery-image] Aug 01 21:37:30.842 INFO O| Aug 01 21:37:30.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
59202025-08-01T21:37:32.199Z[ recovery-image] Aug 01 21:37:30.842 INFO O| Aug 01 21:37:30.842 INFO STEP 430 (remove_files) COMPLETE
59212025-08-01T21:37:32.199Z[ recovery-image] Aug 01 21:37:30.842 INFO O| Aug 01 21:37:30.842 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-08-01T21:37:32.206Z[ recovery-image] Aug 01 21:37:30.851 INFO O| Aug 01 21:37:30.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
59232025-08-01T21:37:32.206Z[ recovery-image] Aug 01 21:37:30.851 INFO O| Aug 01 21:37:30.851 INFO STEP 431 (remove_files) COMPLETE
59242025-08-01T21:37:32.209Z[ recovery-image] Aug 01 21:37:30.851 INFO O| Aug 01 21:37:30.851 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-08-01T21:37:32.214Z[ recovery-image] Aug 01 21:37:30.860 INFO O| Aug 01 21:37:30.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
59262025-08-01T21:37:32.248Z[ recovery-image] Aug 01 21:37:30.861 INFO O| Aug 01 21:37:30.861 INFO STEP 432 (remove_files) COMPLETE
59272025-08-01T21:37:32.248Z[ recovery-image] Aug 01 21:37:30.861 INFO O| Aug 01 21:37:30.861 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-08-01T21:37:32.248Z[ recovery-image] Aug 01 21:37:30.868 INFO O| Aug 01 21:37:30.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
59292025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.868 INFO O| Aug 01 21:37:30.868 INFO STEP 433 (remove_files) COMPLETE
59302025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.868 INFO O| Aug 01 21:37:30.868 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.876 INFO O| Aug 01 21:37:30.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
59322025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.876 INFO O| Aug 01 21:37:30.876 INFO STEP 434 (remove_files) COMPLETE
59332025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.876 INFO O| Aug 01 21:37:30.876 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.885 INFO O| Aug 01 21:37:30.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
59352025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.885 INFO O| Aug 01 21:37:30.885 INFO STEP 435 (remove_files) COMPLETE
59362025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.885 INFO O| Aug 01 21:37:30.885 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.893 INFO O| Aug 01 21:37:30.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
59382025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.893 INFO O| Aug 01 21:37:30.893 INFO STEP 436 (remove_files) COMPLETE
59392025-08-01T21:37:32.249Z[ recovery-image] Aug 01 21:37:30.893 INFO O| Aug 01 21:37:30.893 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-08-01T21:37:32.257Z[ recovery-image] Aug 01 21:37:30.903 INFO O| Aug 01 21:37:30.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
59412025-08-01T21:37:32.257Z[ recovery-image] Aug 01 21:37:30.903 INFO O| Aug 01 21:37:30.903 INFO STEP 437 (remove_files) COMPLETE
59422025-08-01T21:37:32.261Z[ recovery-image] Aug 01 21:37:30.903 INFO O| Aug 01 21:37:30.903 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-08-01T21:37:32.266Z[ recovery-image] Aug 01 21:37:30.913 INFO O| Aug 01 21:37:30.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
59442025-08-01T21:37:32.266Z[ recovery-image] Aug 01 21:37:30.913 INFO O| Aug 01 21:37:30.913 INFO STEP 438 (remove_files) COMPLETE
59452025-08-01T21:37:32.270Z[ recovery-image] Aug 01 21:37:30.913 INFO O| Aug 01 21:37:30.913 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-08-01T21:37:32.276Z[ recovery-image] Aug 01 21:37:30.922 INFO O| Aug 01 21:37:30.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
59472025-08-01T21:37:32.276Z[ recovery-image] Aug 01 21:37:30.922 INFO O| Aug 01 21:37:30.922 INFO STEP 439 (remove_files) COMPLETE
59482025-08-01T21:37:32.276Z[ recovery-image] Aug 01 21:37:30.922 INFO O| Aug 01 21:37:30.922 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-08-01T21:37:32.286Z[ recovery-image] Aug 01 21:37:30.932 INFO O| Aug 01 21:37:30.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
59502025-08-01T21:37:32.286Z[ recovery-image] Aug 01 21:37:30.932 INFO O| Aug 01 21:37:30.932 INFO STEP 440 (remove_files) COMPLETE
59512025-08-01T21:37:32.286Z[ recovery-image] Aug 01 21:37:30.932 INFO O| Aug 01 21:37:30.932 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-08-01T21:37:32.294Z[ recovery-image] Aug 01 21:37:30.940 INFO O| Aug 01 21:37:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
59532025-08-01T21:37:32.294Z[ recovery-image] Aug 01 21:37:30.941 INFO O| Aug 01 21:37:30.941 INFO STEP 441 (remove_files) COMPLETE
59542025-08-01T21:37:32.294Z[ recovery-image] Aug 01 21:37:30.941 INFO O| Aug 01 21:37:30.941 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-08-01T21:37:32.303Z[ recovery-image] Aug 01 21:37:30.949 INFO O| Aug 01 21:37:30.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
59562025-08-01T21:37:32.306Z[ recovery-image] Aug 01 21:37:30.949 INFO O| Aug 01 21:37:30.949 INFO STEP 442 (remove_files) COMPLETE
59572025-08-01T21:37:32.307Z[ recovery-image] Aug 01 21:37:30.949 INFO O| Aug 01 21:37:30.949 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582025-08-01T21:37:32.311Z[ recovery-image] Aug 01 21:37:30.957 INFO O| Aug 01 21:37:30.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
59592025-08-01T21:37:32.311Z[ recovery-image] Aug 01 21:37:30.957 INFO O| Aug 01 21:37:30.957 INFO STEP 443 (remove_files) COMPLETE
59602025-08-01T21:37:32.315Z[ recovery-image] Aug 01 21:37:30.957 INFO O| Aug 01 21:37:30.957 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612025-08-01T21:37:32.320Z[ recovery-image] Aug 01 21:37:30.966 INFO O| Aug 01 21:37:30.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
59622025-08-01T21:37:32.324Z[ recovery-image] Aug 01 21:37:30.966 INFO O| Aug 01 21:37:30.966 INFO STEP 444 (remove_files) COMPLETE
59632025-08-01T21:37:32.324Z[ recovery-image] Aug 01 21:37:30.966 INFO O| Aug 01 21:37:30.966 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642025-08-01T21:37:32.328Z[ recovery-image] Aug 01 21:37:30.974 INFO O| Aug 01 21:37:30.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
59652025-08-01T21:37:32.332Z[ recovery-image] Aug 01 21:37:30.974 INFO O| Aug 01 21:37:30.974 INFO STEP 445 (remove_files) COMPLETE
59662025-08-01T21:37:32.332Z[ recovery-image] Aug 01 21:37:30.974 INFO O| Aug 01 21:37:30.974 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672025-08-01T21:37:32.336Z[ recovery-image] Aug 01 21:37:30.982 INFO O| Aug 01 21:37:30.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
59682025-08-01T21:37:32.336Z[ recovery-image] Aug 01 21:37:30.982 INFO O| Aug 01 21:37:30.982 INFO STEP 446 (remove_files) COMPLETE
59692025-08-01T21:37:32.340Z[ recovery-image] Aug 01 21:37:30.982 INFO O| Aug 01 21:37:30.982 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702025-08-01T21:37:32.344Z[ recovery-image] Aug 01 21:37:30.990 INFO O| Aug 01 21:37:30.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
59712025-08-01T21:37:32.344Z[ recovery-image] Aug 01 21:37:30.990 INFO O| Aug 01 21:37:30.990 INFO STEP 447 (remove_files) COMPLETE
59722025-08-01T21:37:32.345Z[ recovery-image] Aug 01 21:37:30.990 INFO O| Aug 01 21:37:30.990 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732025-08-01T21:37:32.352Z[ recovery-image] Aug 01 21:37:30.998 INFO O| Aug 01 21:37:30.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
59742025-08-01T21:37:32.356Z[ recovery-image] Aug 01 21:37:30.998 INFO O| Aug 01 21:37:30.998 INFO STEP 448 (remove_files) COMPLETE
59752025-08-01T21:37:32.356Z[ recovery-image] Aug 01 21:37:30.998 INFO O| Aug 01 21:37:30.998 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762025-08-01T21:37:32.360Z[ recovery-image] Aug 01 21:37:31.006 INFO O| Aug 01 21:37:31.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
59772025-08-01T21:37:32.360Z[ recovery-image] Aug 01 21:37:31.007 INFO O| Aug 01 21:37:31.007 INFO STEP 449 (remove_files) COMPLETE
59782025-08-01T21:37:32.361Z[ recovery-image] Aug 01 21:37:31.007 INFO O| Aug 01 21:37:31.007 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792025-08-01T21:37:32.369Z[ recovery-image] Aug 01 21:37:31.015 INFO O| Aug 01 21:37:31.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
59802025-08-01T21:37:32.369Z[ recovery-image] Aug 01 21:37:31.015 INFO O| Aug 01 21:37:31.015 INFO STEP 450 (remove_files) COMPLETE
59812025-08-01T21:37:32.373Z[ recovery-image] Aug 01 21:37:31.015 INFO O| Aug 01 21:37:31.015 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822025-08-01T21:37:32.377Z[ recovery-image] Aug 01 21:37:31.024 INFO O| Aug 01 21:37:31.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
59832025-08-01T21:37:32.381Z[ recovery-image] Aug 01 21:37:31.024 INFO O| Aug 01 21:37:31.024 INFO STEP 451 (remove_files) COMPLETE
59842025-08-01T21:37:32.381Z[ recovery-image] Aug 01 21:37:31.024 INFO O| Aug 01 21:37:31.024 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852025-08-01T21:37:32.387Z[ recovery-image] Aug 01 21:37:31.033 INFO O| Aug 01 21:37:31.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
59862025-08-01T21:37:32.391Z[ recovery-image] Aug 01 21:37:31.033 INFO O| Aug 01 21:37:31.033 INFO STEP 452 (remove_files) COMPLETE
59872025-08-01T21:37:32.391Z[ recovery-image] Aug 01 21:37:31.033 INFO O| Aug 01 21:37:31.033 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882025-08-01T21:37:32.396Z[ recovery-image] Aug 01 21:37:31.042 INFO O| Aug 01 21:37:31.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
59892025-08-01T21:37:32.399Z[ recovery-image] Aug 01 21:37:31.042 INFO O| Aug 01 21:37:31.042 INFO STEP 453 (remove_files) COMPLETE
59902025-08-01T21:37:32.399Z[ recovery-image] Aug 01 21:37:31.042 INFO O| Aug 01 21:37:31.042 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912025-08-01T21:37:32.405Z[ recovery-image] Aug 01 21:37:31.051 INFO O| Aug 01 21:37:31.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
59922025-08-01T21:37:32.405Z[ recovery-image] Aug 01 21:37:31.051 INFO O| Aug 01 21:37:31.051 INFO STEP 454 (remove_files) COMPLETE
59932025-08-01T21:37:32.405Z[ recovery-image] Aug 01 21:37:31.051 INFO O| Aug 01 21:37:31.051 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942025-08-01T21:37:32.413Z[ recovery-image] Aug 01 21:37:31.059 INFO O| Aug 01 21:37:31.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59952025-08-01T21:37:32.417Z[ recovery-image] Aug 01 21:37:31.059 INFO O| Aug 01 21:37:31.059 INFO STEP 455 (remove_files) COMPLETE
59962025-08-01T21:37:32.417Z[ recovery-image] Aug 01 21:37:31.059 INFO O| Aug 01 21:37:31.059 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972025-08-01T21:37:32.421Z[ recovery-image] Aug 01 21:37:31.067 INFO O| Aug 01 21:37:31.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59982025-08-01T21:37:32.422Z[ recovery-image] Aug 01 21:37:31.067 INFO O| Aug 01 21:37:31.067 INFO STEP 456 (remove_files) COMPLETE
59992025-08-01T21:37:32.422Z[ recovery-image] Aug 01 21:37:31.067 INFO O| Aug 01 21:37:31.067 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-08-01T21:37:32.429Z[ recovery-image] Aug 01 21:37:31.075 INFO O| Aug 01 21:37:31.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60012025-08-01T21:37:32.433Z[ recovery-image] Aug 01 21:37:31.075 INFO O| Aug 01 21:37:31.075 INFO STEP 457 (remove_files) COMPLETE
60022025-08-01T21:37:32.433Z[ recovery-image] Aug 01 21:37:31.075 INFO O| Aug 01 21:37:31.075 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-08-01T21:37:32.437Z[ recovery-image] Aug 01 21:37:31.083 INFO O| Aug 01 21:37:31.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60042025-08-01T21:37:32.441Z[ recovery-image] Aug 01 21:37:31.083 INFO O| Aug 01 21:37:31.083 INFO STEP 458 (remove_files) COMPLETE
60052025-08-01T21:37:32.441Z[ recovery-image] Aug 01 21:37:31.083 INFO O| Aug 01 21:37:31.083 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-08-01T21:37:32.446Z[ recovery-image] Aug 01 21:37:31.091 INFO O| Aug 01 21:37:31.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60072025-08-01T21:37:32.446Z[ recovery-image] Aug 01 21:37:31.091 INFO O| Aug 01 21:37:31.091 INFO STEP 459 (remove_files) COMPLETE
60082025-08-01T21:37:32.446Z[ recovery-image] Aug 01 21:37:31.091 INFO O| Aug 01 21:37:31.091 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-08-01T21:37:32.452Z[ recovery-image] Aug 01 21:37:31.098 INFO O| Aug 01 21:37:31.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60102025-08-01T21:37:32.456Z[ recovery-image] Aug 01 21:37:31.099 INFO O| Aug 01 21:37:31.099 INFO STEP 460 (remove_files) COMPLETE
60112025-08-01T21:37:32.456Z[ recovery-image] Aug 01 21:37:31.099 INFO O| Aug 01 21:37:31.099 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-08-01T21:37:32.460Z[ recovery-image] Aug 01 21:37:31.106 INFO O| Aug 01 21:37:31.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60132025-08-01T21:37:32.464Z[ recovery-image] Aug 01 21:37:31.106 INFO O| Aug 01 21:37:31.106 INFO STEP 461 (remove_files) COMPLETE
60142025-08-01T21:37:32.464Z[ recovery-image] Aug 01 21:37:31.106 INFO O| Aug 01 21:37:31.106 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-08-01T21:37:32.469Z[ recovery-image] Aug 01 21:37:31.116 INFO O| Aug 01 21:37:31.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60162025-08-01T21:37:32.473Z[ recovery-image] Aug 01 21:37:31.116 INFO O| Aug 01 21:37:31.116 INFO STEP 462 (remove_files) COMPLETE
60172025-08-01T21:37:32.473Z[ recovery-image] Aug 01 21:37:31.116 INFO O| Aug 01 21:37:31.116 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-08-01T21:37:32.478Z[ recovery-image] Aug 01 21:37:31.124 INFO O| Aug 01 21:37:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60192025-08-01T21:37:32.482Z[ recovery-image] Aug 01 21:37:31.125 INFO O| Aug 01 21:37:31.124 INFO STEP 463 (remove_files) COMPLETE
60202025-08-01T21:37:32.482Z[ recovery-image] Aug 01 21:37:31.125 INFO O| Aug 01 21:37:31.125 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-08-01T21:37:32.488Z[ recovery-image] Aug 01 21:37:31.134 INFO O| Aug 01 21:37:31.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60222025-08-01T21:37:32.491Z[ recovery-image] Aug 01 21:37:31.134 INFO O| Aug 01 21:37:31.134 INFO STEP 464 (remove_files) COMPLETE
60232025-08-01T21:37:32.491Z[ recovery-image] Aug 01 21:37:31.134 INFO O| Aug 01 21:37:31.134 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-08-01T21:37:32.496Z[ recovery-image] Aug 01 21:37:31.142 INFO O| Aug 01 21:37:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60252025-08-01T21:37:32.500Z[ recovery-image] Aug 01 21:37:31.142 INFO O| Aug 01 21:37:31.142 INFO STEP 465 (remove_files) COMPLETE
60262025-08-01T21:37:32.500Z[ recovery-image] Aug 01 21:37:31.142 INFO O| Aug 01 21:37:31.142 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-08-01T21:37:32.504Z[ recovery-image] Aug 01 21:37:31.150 INFO O| Aug 01 21:37:31.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60282025-08-01T21:37:32.504Z[ recovery-image] Aug 01 21:37:31.150 INFO O| Aug 01 21:37:31.150 INFO STEP 466 (remove_files) COMPLETE
60292025-08-01T21:37:32.504Z[ recovery-image] Aug 01 21:37:31.150 INFO O| Aug 01 21:37:31.150 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302025-08-01T21:37:32.512Z[ recovery-image] Aug 01 21:37:31.158 INFO O| Aug 01 21:37:31.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
60312025-08-01T21:37:32.513Z[ recovery-image] Aug 01 21:37:31.158 INFO O| Aug 01 21:37:31.158 INFO STEP 467 (remove_files) COMPLETE
60322025-08-01T21:37:32.513Z[ recovery-image] Aug 01 21:37:31.158 INFO O| Aug 01 21:37:31.158 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332025-08-01T21:37:32.520Z[ recovery-image] Aug 01 21:37:31.166 INFO O| Aug 01 21:37:31.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60342025-08-01T21:37:32.520Z[ recovery-image] Aug 01 21:37:31.166 INFO O| Aug 01 21:37:31.166 INFO STEP 468 (remove_files) COMPLETE
60352025-08-01T21:37:32.524Z[ recovery-image] Aug 01 21:37:31.167 INFO O| Aug 01 21:37:31.166 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362025-08-01T21:37:32.528Z[ recovery-image] Aug 01 21:37:31.174 INFO O| Aug 01 21:37:31.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60372025-08-01T21:37:32.528Z[ recovery-image] Aug 01 21:37:31.174 INFO O| Aug 01 21:37:31.174 INFO STEP 469 (remove_files) COMPLETE
60382025-08-01T21:37:32.532Z[ recovery-image] Aug 01 21:37:31.174 INFO O| Aug 01 21:37:31.174 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-08-01T21:37:32.538Z[ recovery-image] Aug 01 21:37:31.184 INFO O| Aug 01 21:37:31.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
60402025-08-01T21:37:32.541Z[ recovery-image] Aug 01 21:37:31.184 INFO O| Aug 01 21:37:31.184 INFO STEP 470 (remove_files) COMPLETE
60412025-08-01T21:37:32.542Z[ recovery-image] Aug 01 21:37:31.184 INFO O| Aug 01 21:37:31.184 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422025-08-01T21:37:32.546Z[ recovery-image] Aug 01 21:37:31.192 INFO O| Aug 01 21:37:31.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
60432025-08-01T21:37:32.546Z[ recovery-image] Aug 01 21:37:31.192 INFO O| Aug 01 21:37:31.192 INFO STEP 471 (remove_files) COMPLETE
60442025-08-01T21:37:32.549Z[ recovery-image] Aug 01 21:37:31.192 INFO O| Aug 01 21:37:31.192 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-08-01T21:37:32.555Z[ recovery-image] Aug 01 21:37:31.201 INFO O| Aug 01 21:37:31.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
60462025-08-01T21:37:32.555Z[ recovery-image] Aug 01 21:37:31.201 INFO O| Aug 01 21:37:31.201 INFO STEP 472 (remove_files) COMPLETE
60472025-08-01T21:37:32.558Z[ recovery-image] Aug 01 21:37:31.201 INFO O| Aug 01 21:37:31.201 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-08-01T21:37:32.564Z[ recovery-image] Aug 01 21:37:31.211 INFO O| Aug 01 21:37:31.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
60492025-08-01T21:37:32.569Z[ recovery-image] Aug 01 21:37:31.211 INFO O| Aug 01 21:37:31.211 INFO STEP 473 (remove_files) COMPLETE
60502025-08-01T21:37:32.569Z[ recovery-image] Aug 01 21:37:31.211 INFO O| Aug 01 21:37:31.211 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-08-01T21:37:32.574Z[ recovery-image] Aug 01 21:37:31.219 INFO O| Aug 01 21:37:31.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
60522025-08-01T21:37:32.577Z[ recovery-image] Aug 01 21:37:31.219 INFO O| Aug 01 21:37:31.219 INFO STEP 474 (remove_files) COMPLETE
60532025-08-01T21:37:32.577Z[ recovery-image] Aug 01 21:37:31.219 INFO O| Aug 01 21:37:31.219 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-08-01T21:37:32.581Z[ recovery-image] Aug 01 21:37:31.227 INFO O| Aug 01 21:37:31.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
60552025-08-01T21:37:32.581Z[ recovery-image] Aug 01 21:37:31.227 INFO O| Aug 01 21:37:31.227 INFO STEP 475 (remove_files) COMPLETE
60562025-08-01T21:37:32.584Z[ recovery-image] Aug 01 21:37:31.227 INFO O| Aug 01 21:37:31.227 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-08-01T21:37:32.588Z[ recovery-image] Aug 01 21:37:31.235 INFO O| Aug 01 21:37:31.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
60582025-08-01T21:37:32.592Z[ recovery-image] Aug 01 21:37:31.235 INFO O| Aug 01 21:37:31.235 INFO STEP 476 (remove_files) COMPLETE
60592025-08-01T21:37:32.592Z[ recovery-image] Aug 01 21:37:31.235 INFO O| Aug 01 21:37:31.235 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-08-01T21:37:32.596Z[ recovery-image] Aug 01 21:37:31.243 INFO O| Aug 01 21:37:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
60612025-08-01T21:37:32.600Z[ recovery-image] Aug 01 21:37:31.243 INFO O| Aug 01 21:37:31.243 INFO STEP 477 (remove_files) COMPLETE
60622025-08-01T21:37:32.600Z[ recovery-image] Aug 01 21:37:31.243 INFO O| Aug 01 21:37:31.243 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-08-01T21:37:32.604Z[ recovery-image] Aug 01 21:37:31.251 INFO O| Aug 01 21:37:31.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
60642025-08-01T21:37:32.607Z[ recovery-image] Aug 01 21:37:31.252 INFO O| Aug 01 21:37:31.252 INFO STEP 478 (remove_files) COMPLETE
60652025-08-01T21:37:32.607Z[ recovery-image] Aug 01 21:37:31.252 INFO O| Aug 01 21:37:31.252 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-08-01T21:37:32.615Z[ recovery-image] Aug 01 21:37:31.262 INFO O| Aug 01 21:37:31.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
60672025-08-01T21:37:32.615Z[ recovery-image] Aug 01 21:37:31.262 INFO O| Aug 01 21:37:31.262 INFO STEP 479 (remove_files) COMPLETE
60682025-08-01T21:37:32.615Z[ recovery-image] Aug 01 21:37:31.262 INFO O| Aug 01 21:37:31.262 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-08-01T21:37:32.623Z[ recovery-image] Aug 01 21:37:31.270 INFO O| Aug 01 21:37:31.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
60702025-08-01T21:37:32.623Z[ recovery-image] Aug 01 21:37:31.270 INFO O| Aug 01 21:37:31.270 INFO STEP 480 (remove_files) COMPLETE
60712025-08-01T21:37:32.626Z[ recovery-image] Aug 01 21:37:31.270 INFO O| Aug 01 21:37:31.270 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-08-01T21:37:32.633Z[ recovery-image] Aug 01 21:37:31.279 INFO O| Aug 01 21:37:31.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
60732025-08-01T21:37:32.636Z[ recovery-image] Aug 01 21:37:31.279 INFO O| Aug 01 21:37:31.279 INFO STEP 481 (remove_files) COMPLETE
60742025-08-01T21:37:32.636Z[ recovery-image] Aug 01 21:37:31.279 INFO O| Aug 01 21:37:31.279 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-08-01T21:37:32.643Z[ recovery-image] Aug 01 21:37:31.289 INFO O| Aug 01 21:37:31.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
60762025-08-01T21:37:32.643Z[ recovery-image] Aug 01 21:37:31.289 INFO O| Aug 01 21:37:31.289 INFO STEP 482 (remove_files) COMPLETE
60772025-08-01T21:37:32.646Z[ recovery-image] Aug 01 21:37:31.289 INFO O| Aug 01 21:37:31.289 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-08-01T21:37:32.651Z[ recovery-image] Aug 01 21:37:31.297 INFO O| Aug 01 21:37:31.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
60792025-08-01T21:37:32.654Z[ recovery-image] Aug 01 21:37:31.298 INFO O| Aug 01 21:37:31.297 INFO STEP 483 (remove_files) COMPLETE
60802025-08-01T21:37:32.654Z[ recovery-image] Aug 01 21:37:31.298 INFO O| Aug 01 21:37:31.297 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-08-01T21:37:32.659Z[ recovery-image] Aug 01 21:37:31.305 INFO O| Aug 01 21:37:31.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
60822025-08-01T21:37:32.659Z[ recovery-image] Aug 01 21:37:31.305 INFO O| Aug 01 21:37:31.305 INFO STEP 484 (remove_files) COMPLETE
60832025-08-01T21:37:32.662Z[ recovery-image] Aug 01 21:37:31.305 INFO O| Aug 01 21:37:31.305 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-08-01T21:37:32.668Z[ recovery-image] Aug 01 21:37:31.314 INFO O| Aug 01 21:37:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
60852025-08-01T21:37:32.672Z[ recovery-image] Aug 01 21:37:31.315 INFO O| Aug 01 21:37:31.314 INFO STEP 485 (remove_files) COMPLETE
60862025-08-01T21:37:32.672Z[ recovery-image] Aug 01 21:37:31.315 INFO O| Aug 01 21:37:31.314 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-08-01T21:37:32.677Z[ recovery-image] Aug 01 21:37:31.324 INFO O| Aug 01 21:37:31.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
60882025-08-01T21:37:32.677Z[ recovery-image] Aug 01 21:37:31.324 INFO O| Aug 01 21:37:31.324 INFO STEP 486 (remove_files) COMPLETE
60892025-08-01T21:37:32.677Z[ recovery-image] Aug 01 21:37:31.324 INFO O| Aug 01 21:37:31.324 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-08-01T21:37:32.686Z[ recovery-image] Aug 01 21:37:31.333 INFO O| Aug 01 21:37:31.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
60912025-08-01T21:37:32.689Z[ recovery-image] Aug 01 21:37:31.333 INFO O| Aug 01 21:37:31.333 INFO STEP 487 (remove_files) COMPLETE
60922025-08-01T21:37:32.690Z[ recovery-image] Aug 01 21:37:31.333 INFO O| Aug 01 21:37:31.333 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-08-01T21:37:32.695Z[ recovery-image] Aug 01 21:37:31.342 INFO O| Aug 01 21:37:31.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
60942025-08-01T21:37:32.700Z[ recovery-image] Aug 01 21:37:31.342 INFO O| Aug 01 21:37:31.342 INFO STEP 488 (remove_files) COMPLETE
60952025-08-01T21:37:32.700Z[ recovery-image] Aug 01 21:37:31.342 INFO O| Aug 01 21:37:31.342 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-08-01T21:37:32.704Z[ recovery-image] Aug 01 21:37:31.351 INFO O| Aug 01 21:37:31.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
60972025-08-01T21:37:32.704Z[ recovery-image] Aug 01 21:37:31.351 INFO O| Aug 01 21:37:31.351 INFO STEP 489 (remove_files) COMPLETE
60982025-08-01T21:37:32.707Z[ recovery-image] Aug 01 21:37:31.351 INFO O| Aug 01 21:37:31.351 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-08-01T21:37:32.713Z[ recovery-image] Aug 01 21:37:31.359 INFO O| Aug 01 21:37:31.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
61002025-08-01T21:37:32.716Z[ recovery-image] Aug 01 21:37:31.359 INFO O| Aug 01 21:37:31.359 INFO STEP 490 (remove_files) COMPLETE
61012025-08-01T21:37:32.716Z[ recovery-image] Aug 01 21:37:31.359 INFO O| Aug 01 21:37:31.359 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-08-01T21:37:32.721Z[ recovery-image] Aug 01 21:37:31.367 INFO O| Aug 01 21:37:31.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
61032025-08-01T21:37:32.721Z[ recovery-image] Aug 01 21:37:31.367 INFO O| Aug 01 21:37:31.367 INFO STEP 491 (remove_files) COMPLETE
61042025-08-01T21:37:32.724Z[ recovery-image] Aug 01 21:37:31.367 INFO O| Aug 01 21:37:31.367 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-08-01T21:37:32.730Z[ recovery-image] Aug 01 21:37:31.376 INFO O| Aug 01 21:37:31.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
61062025-08-01T21:37:32.730Z[ recovery-image] Aug 01 21:37:31.376 INFO O| Aug 01 21:37:31.376 INFO STEP 492 (remove_files) COMPLETE
61072025-08-01T21:37:32.733Z[ recovery-image] Aug 01 21:37:31.376 INFO O| Aug 01 21:37:31.376 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-08-01T21:37:32.738Z[ recovery-image] Aug 01 21:37:31.384 INFO O| Aug 01 21:37:31.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
61092025-08-01T21:37:32.741Z[ recovery-image] Aug 01 21:37:31.385 INFO O| Aug 01 21:37:31.385 INFO STEP 493 (remove_files) COMPLETE
61102025-08-01T21:37:32.742Z[ recovery-image] Aug 01 21:37:31.385 INFO O| Aug 01 21:37:31.385 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-08-01T21:37:32.747Z[ recovery-image] Aug 01 21:37:31.393 INFO O| Aug 01 21:37:31.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
61122025-08-01T21:37:32.747Z[ recovery-image] Aug 01 21:37:31.394 INFO O| Aug 01 21:37:31.393 INFO STEP 494 (remove_files) COMPLETE
61132025-08-01T21:37:32.747Z[ recovery-image] Aug 01 21:37:31.394 INFO O| Aug 01 21:37:31.394 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-08-01T21:37:32.758Z[ recovery-image] Aug 01 21:37:31.404 INFO O| Aug 01 21:37:31.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
61152025-08-01T21:37:32.761Z[ recovery-image] Aug 01 21:37:31.404 INFO O| Aug 01 21:37:31.404 INFO STEP 495 (remove_files) COMPLETE
61162025-08-01T21:37:32.761Z[ recovery-image] Aug 01 21:37:31.404 INFO O| Aug 01 21:37:31.404 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-08-01T21:37:32.790Z[ recovery-image] Aug 01 21:37:31.435 INFO O| Aug 01 21:37:31.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
61182025-08-01T21:37:32.790Z[ recovery-image] Aug 01 21:37:31.436 INFO O| Aug 01 21:37:31.435 INFO STEP 496 (remove_files) COMPLETE
61192025-08-01T21:37:32.790Z[ recovery-image] Aug 01 21:37:31.436 INFO O| Aug 01 21:37:31.435 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-08-01T21:37:32.803Z[ recovery-image] Aug 01 21:37:31.449 INFO O| Aug 01 21:37:31.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61212025-08-01T21:37:32.803Z[ recovery-image] Aug 01 21:37:31.449 INFO O| Aug 01 21:37:31.449 INFO STEP 497 (remove_files) COMPLETE
61222025-08-01T21:37:32.806Z[ recovery-image] Aug 01 21:37:31.449 INFO O| Aug 01 21:37:31.449 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-08-01T21:37:32.814Z[ recovery-image] Aug 01 21:37:31.460 INFO O| Aug 01 21:37:31.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61242025-08-01T21:37:32.814Z[ recovery-image] Aug 01 21:37:31.460 INFO O| Aug 01 21:37:31.460 INFO STEP 498 (remove_files) COMPLETE
61252025-08-01T21:37:32.817Z[ recovery-image] Aug 01 21:37:31.460 INFO O| Aug 01 21:37:31.460 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-08-01T21:37:32.825Z[ recovery-image] Aug 01 21:37:31.471 INFO O| Aug 01 21:37:31.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61272025-08-01T21:37:32.831Z[ recovery-image] Aug 01 21:37:31.471 INFO O| Aug 01 21:37:31.471 INFO STEP 499 (remove_files) COMPLETE
61282025-08-01T21:37:32.831Z[ recovery-image] Aug 01 21:37:31.471 INFO O| Aug 01 21:37:31.471 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-08-01T21:37:32.835Z[ recovery-image] Aug 01 21:37:31.481 INFO O| Aug 01 21:37:31.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61302025-08-01T21:37:32.838Z[ recovery-image] Aug 01 21:37:31.481 INFO O| Aug 01 21:37:31.481 INFO STEP 500 (remove_files) COMPLETE
61312025-08-01T21:37:32.838Z[ recovery-image] Aug 01 21:37:31.481 INFO O| Aug 01 21:37:31.481 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-08-01T21:37:32.845Z[ recovery-image] Aug 01 21:37:31.491 INFO O| Aug 01 21:37:31.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61332025-08-01T21:37:32.848Z[ recovery-image] Aug 01 21:37:31.492 INFO O| Aug 01 21:37:31.492 INFO STEP 501 (remove_files) COMPLETE
61342025-08-01T21:37:32.848Z[ recovery-image] Aug 01 21:37:31.492 INFO O| Aug 01 21:37:31.492 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-08-01T21:37:32.855Z[ recovery-image] Aug 01 21:37:31.501 INFO O| Aug 01 21:37:31.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61362025-08-01T21:37:32.858Z[ recovery-image] Aug 01 21:37:31.501 INFO O| Aug 01 21:37:31.501 INFO STEP 502 (remove_files) COMPLETE
61372025-08-01T21:37:32.858Z[ recovery-image] Aug 01 21:37:31.501 INFO O| Aug 01 21:37:31.501 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-08-01T21:37:32.866Z[ recovery-image] Aug 01 21:37:31.510 INFO O| Aug 01 21:37:31.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
61392025-08-01T21:37:32.869Z[ recovery-image] Aug 01 21:37:31.510 INFO O| Aug 01 21:37:31.510 INFO STEP 503 (remove_files) COMPLETE
61402025-08-01T21:37:32.869Z[ recovery-image] Aug 01 21:37:31.510 INFO O| Aug 01 21:37:31.510 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-08-01T21:37:32.875Z[ recovery-image] Aug 01 21:37:31.517 INFO O| Aug 01 21:37:31.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
61422025-08-01T21:37:32.875Z[ recovery-image] Aug 01 21:37:31.518 INFO O| Aug 01 21:37:31.518 INFO STEP 504 (remove_files) COMPLETE
61432025-08-01T21:37:32.875Z[ recovery-image] Aug 01 21:37:31.518 INFO O| Aug 01 21:37:31.518 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-08-01T21:37:32.880Z[ recovery-image] Aug 01 21:37:31.526 INFO O| Aug 01 21:37:31.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61452025-08-01T21:37:32.884Z[ recovery-image] Aug 01 21:37:31.526 INFO O| Aug 01 21:37:31.526 INFO STEP 505 (remove_files) COMPLETE
61462025-08-01T21:37:32.885Z[ recovery-image] Aug 01 21:37:31.527 INFO O| Aug 01 21:37:31.526 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-08-01T21:37:32.891Z[ recovery-image] Aug 01 21:37:31.536 INFO O| Aug 01 21:37:31.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61482025-08-01T21:37:32.894Z[ recovery-image] Aug 01 21:37:31.536 INFO O| Aug 01 21:37:31.536 INFO STEP 506 (remove_files) COMPLETE
61492025-08-01T21:37:32.894Z[ recovery-image] Aug 01 21:37:31.536 INFO O| Aug 01 21:37:31.536 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-08-01T21:37:32.899Z[ recovery-image] Aug 01 21:37:31.545 INFO O| Aug 01 21:37:31.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
61512025-08-01T21:37:32.899Z[ recovery-image] Aug 01 21:37:31.545 INFO O| Aug 01 21:37:31.545 INFO STEP 507 (remove_files) COMPLETE
61522025-08-01T21:37:32.899Z[ recovery-image] Aug 01 21:37:31.545 INFO O| Aug 01 21:37:31.545 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-08-01T21:37:32.909Z[ recovery-image] Aug 01 21:37:31.555 INFO O| Aug 01 21:37:31.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
61542025-08-01T21:37:32.912Z[ recovery-image] Aug 01 21:37:31.555 INFO O| Aug 01 21:37:31.555 INFO STEP 508 (remove_files) COMPLETE
61552025-08-01T21:37:32.912Z[ recovery-image] Aug 01 21:37:31.555 INFO O| Aug 01 21:37:31.555 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-08-01T21:37:32.916Z[ recovery-image] Aug 01 21:37:31.563 INFO O| Aug 01 21:37:31.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
61572025-08-01T21:37:32.919Z[ recovery-image] Aug 01 21:37:31.563 INFO O| Aug 01 21:37:31.563 INFO STEP 509 (remove_files) COMPLETE
61582025-08-01T21:37:32.919Z[ recovery-image] Aug 01 21:37:31.563 INFO O| Aug 01 21:37:31.563 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-08-01T21:37:32.924Z[ recovery-image] Aug 01 21:37:31.570 INFO O| Aug 01 21:37:31.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
61602025-08-01T21:37:32.924Z[ recovery-image] Aug 01 21:37:31.570 INFO O| Aug 01 21:37:31.570 INFO STEP 510 (remove_files) COMPLETE
61612025-08-01T21:37:32.927Z[ recovery-image] Aug 01 21:37:31.570 INFO O| Aug 01 21:37:31.570 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-08-01T21:37:32.934Z[ recovery-image] Aug 01 21:37:31.580 INFO O| Aug 01 21:37:31.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
61632025-08-01T21:37:32.937Z[ recovery-image] Aug 01 21:37:31.580 INFO O| Aug 01 21:37:31.580 INFO STEP 511 (remove_files) COMPLETE
61642025-08-01T21:37:32.937Z[ recovery-image] Aug 01 21:37:31.580 INFO O| Aug 01 21:37:31.580 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-08-01T21:37:32.942Z[ recovery-image] Aug 01 21:37:31.588 INFO O| Aug 01 21:37:31.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
61662025-08-01T21:37:32.942Z[ recovery-image] Aug 01 21:37:31.589 INFO O| Aug 01 21:37:31.589 INFO STEP 512 (remove_files) COMPLETE
61672025-08-01T21:37:32.945Z[ recovery-image] Aug 01 21:37:31.589 INFO O| Aug 01 21:37:31.589 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-08-01T21:37:32.951Z[ recovery-image] Aug 01 21:37:31.597 INFO O| Aug 01 21:37:31.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
61692025-08-01T21:37:32.954Z[ recovery-image] Aug 01 21:37:31.597 INFO O| Aug 01 21:37:31.597 INFO STEP 513 (remove_files) COMPLETE
61702025-08-01T21:37:32.954Z[ recovery-image] Aug 01 21:37:31.598 INFO O| Aug 01 21:37:31.597 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-08-01T21:37:32.961Z[ recovery-image] Aug 01 21:37:31.607 INFO O| Aug 01 21:37:31.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
61722025-08-01T21:37:32.964Z[ recovery-image] Aug 01 21:37:31.607 INFO O| Aug 01 21:37:31.607 INFO STEP 514 (remove_files) COMPLETE
61732025-08-01T21:37:32.964Z[ recovery-image] Aug 01 21:37:31.607 INFO O| Aug 01 21:37:31.607 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-08-01T21:37:32.968Z[ recovery-image] Aug 01 21:37:31.615 INFO O| Aug 01 21:37:31.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
61752025-08-01T21:37:32.971Z[ recovery-image] Aug 01 21:37:31.615 INFO O| Aug 01 21:37:31.615 INFO STEP 515 (remove_files) COMPLETE
61762025-08-01T21:37:32.971Z[ recovery-image] Aug 01 21:37:31.615 INFO O| Aug 01 21:37:31.615 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-08-01T21:37:32.977Z[ recovery-image] Aug 01 21:37:31.623 INFO O| Aug 01 21:37:31.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
61782025-08-01T21:37:32.980Z[ recovery-image] Aug 01 21:37:31.623 INFO O| Aug 01 21:37:31.623 INFO STEP 516 (remove_files) COMPLETE
61792025-08-01T21:37:32.980Z[ recovery-image] Aug 01 21:37:31.623 INFO O| Aug 01 21:37:31.623 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-08-01T21:37:32.985Z[ recovery-image] Aug 01 21:37:31.631 INFO O| Aug 01 21:37:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
61812025-08-01T21:37:32.985Z[ recovery-image] Aug 01 21:37:31.631 INFO O| Aug 01 21:37:31.631 INFO STEP 517 (remove_files) COMPLETE
61822025-08-01T21:37:32.988Z[ recovery-image] Aug 01 21:37:31.631 INFO O| Aug 01 21:37:31.631 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-08-01T21:37:32.993Z[ recovery-image] Aug 01 21:37:31.639 INFO O| Aug 01 21:37:31.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
61842025-08-01T21:37:32.993Z[ recovery-image] Aug 01 21:37:31.639 INFO O| Aug 01 21:37:31.639 INFO STEP 518 (remove_files) COMPLETE
61852025-08-01T21:37:32.996Z[ recovery-image] Aug 01 21:37:31.639 INFO O| Aug 01 21:37:31.639 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-08-01T21:37:33.001Z[ recovery-image] Aug 01 21:37:31.647 INFO O| Aug 01 21:37:31.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
61872025-08-01T21:37:33.001Z[ recovery-image] Aug 01 21:37:31.647 INFO O| Aug 01 21:37:31.647 INFO STEP 519 (remove_files) COMPLETE
61882025-08-01T21:37:33.004Z[ recovery-image] Aug 01 21:37:31.647 INFO O| Aug 01 21:37:31.647 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-08-01T21:37:33.009Z[ recovery-image] Aug 01 21:37:31.656 INFO O| Aug 01 21:37:31.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
61902025-08-01T21:37:33.012Z[ recovery-image] Aug 01 21:37:31.656 INFO O| Aug 01 21:37:31.656 INFO STEP 520 (remove_files) COMPLETE
61912025-08-01T21:37:33.012Z[ recovery-image] Aug 01 21:37:31.656 INFO O| Aug 01 21:37:31.656 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-08-01T21:37:33.017Z[ recovery-image] Aug 01 21:37:31.663 INFO O| Aug 01 21:37:31.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
61932025-08-01T21:37:33.020Z[ recovery-image] Aug 01 21:37:31.664 INFO O| Aug 01 21:37:31.664 INFO STEP 521 (remove_files) COMPLETE
61942025-08-01T21:37:33.020Z[ recovery-image] Aug 01 21:37:31.664 INFO O| Aug 01 21:37:31.664 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-08-01T21:37:33.026Z[ recovery-image] Aug 01 21:37:31.672 INFO O| Aug 01 21:37:31.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61962025-08-01T21:37:33.029Z[ recovery-image] Aug 01 21:37:31.672 INFO O| Aug 01 21:37:31.672 INFO STEP 522 (remove_files) COMPLETE
61972025-08-01T21:37:33.029Z[ recovery-image] Aug 01 21:37:31.673 INFO O| Aug 01 21:37:31.672 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-08-01T21:37:33.032Z[ host-image] Aug 01 21:37:31.676 INFO O| Aug 01 21:37:31.676 INFO O| Startup: Caching catalogs ... Done
61992025-08-01T21:37:33.035Z[ recovery-image] Aug 01 21:37:31.681 INFO O| Aug 01 21:37:31.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
62002025-08-01T21:37:33.035Z[ recovery-image] Aug 01 21:37:31.681 INFO O| Aug 01 21:37:31.681 INFO STEP 523 (remove_files) COMPLETE
62012025-08-01T21:37:33.035Z[ recovery-image] Aug 01 21:37:31.681 INFO O| Aug 01 21:37:31.681 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-08-01T21:37:33.044Z[ recovery-image] Aug 01 21:37:31.690 INFO O| Aug 01 21:37:31.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
62032025-08-01T21:37:33.047Z[ recovery-image] Aug 01 21:37:31.690 INFO O| Aug 01 21:37:31.690 INFO STEP 524 (remove_files) COMPLETE
62042025-08-01T21:37:33.047Z[ recovery-image] Aug 01 21:37:31.690 INFO O| Aug 01 21:37:31.690 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-08-01T21:37:33.053Z[ recovery-image] Aug 01 21:37:31.699 INFO O| Aug 01 21:37:31.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
62062025-08-01T21:37:33.053Z[ recovery-image] Aug 01 21:37:31.699 INFO O| Aug 01 21:37:31.699 INFO STEP 525 (remove_files) COMPLETE
62072025-08-01T21:37:33.056Z[ recovery-image] Aug 01 21:37:31.699 INFO O| Aug 01 21:37:31.699 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-08-01T21:37:33.062Z[ recovery-image] Aug 01 21:37:31.708 INFO O| Aug 01 21:37:31.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
62092025-08-01T21:37:33.062Z[ recovery-image] Aug 01 21:37:31.709 INFO O| Aug 01 21:37:31.709 INFO STEP 526 (remove_files) COMPLETE
62102025-08-01T21:37:33.065Z[ recovery-image] Aug 01 21:37:31.709 INFO O| Aug 01 21:37:31.709 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-08-01T21:37:33.070Z[ recovery-image] Aug 01 21:37:31.717 INFO O| Aug 01 21:37:31.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
62122025-08-01T21:37:33.073Z[ recovery-image] Aug 01 21:37:31.717 INFO O| Aug 01 21:37:31.717 INFO STEP 527 (remove_files) COMPLETE
62132025-08-01T21:37:33.073Z[ recovery-image] Aug 01 21:37:31.717 INFO O| Aug 01 21:37:31.717 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-08-01T21:37:33.080Z[ recovery-image] Aug 01 21:37:31.726 INFO O| Aug 01 21:37:31.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
62152025-08-01T21:37:33.083Z[ recovery-image] Aug 01 21:37:31.726 INFO O| Aug 01 21:37:31.726 INFO STEP 528 (remove_files) COMPLETE
62162025-08-01T21:37:33.083Z[ recovery-image] Aug 01 21:37:31.726 INFO O| Aug 01 21:37:31.726 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-08-01T21:37:33.087Z[ recovery-image] Aug 01 21:37:31.734 INFO O| Aug 01 21:37:31.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
62182025-08-01T21:37:33.087Z[ recovery-image] Aug 01 21:37:31.734 INFO O| Aug 01 21:37:31.734 INFO STEP 529 (remove_files) COMPLETE
62192025-08-01T21:37:33.091Z[ recovery-image] Aug 01 21:37:31.734 INFO O| Aug 01 21:37:31.734 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-08-01T21:37:33.097Z[ recovery-image] Aug 01 21:37:31.743 INFO O| Aug 01 21:37:31.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
62212025-08-01T21:37:33.097Z[ recovery-image] Aug 01 21:37:31.743 INFO O| Aug 01 21:37:31.743 INFO STEP 530 (remove_files) COMPLETE
62222025-08-01T21:37:33.097Z[ recovery-image] Aug 01 21:37:31.743 INFO O| Aug 01 21:37:31.743 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-08-01T21:37:33.106Z[ recovery-image] Aug 01 21:37:31.752 INFO O| Aug 01 21:37:31.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
62242025-08-01T21:37:33.109Z[ recovery-image] Aug 01 21:37:31.752 INFO O| Aug 01 21:37:31.752 INFO STEP 531 (remove_files) COMPLETE
62252025-08-01T21:37:33.109Z[ recovery-image] Aug 01 21:37:31.752 INFO O| Aug 01 21:37:31.752 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-08-01T21:37:33.114Z[ recovery-image] Aug 01 21:37:31.760 INFO O| Aug 01 21:37:31.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
62272025-08-01T21:37:33.114Z[ recovery-image] Aug 01 21:37:31.760 INFO O| Aug 01 21:37:31.760 INFO STEP 532 (remove_files) COMPLETE
62282025-08-01T21:37:33.114Z[ recovery-image] Aug 01 21:37:31.760 INFO O| Aug 01 21:37:31.760 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-08-01T21:37:33.122Z[ recovery-image] Aug 01 21:37:31.769 INFO O| Aug 01 21:37:31.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
62302025-08-01T21:37:33.122Z[ recovery-image] Aug 01 21:37:31.769 INFO O| Aug 01 21:37:31.769 INFO STEP 533 (remove_files) COMPLETE
62312025-08-01T21:37:33.122Z[ recovery-image] Aug 01 21:37:31.769 INFO O| Aug 01 21:37:31.769 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-08-01T21:37:33.130Z[ recovery-image] Aug 01 21:37:31.777 INFO O| Aug 01 21:37:31.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
62332025-08-01T21:37:33.130Z[ recovery-image] Aug 01 21:37:31.777 INFO O| Aug 01 21:37:31.777 INFO STEP 534 (remove_files) COMPLETE
62342025-08-01T21:37:33.134Z[ recovery-image] Aug 01 21:37:31.777 INFO O| Aug 01 21:37:31.777 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-08-01T21:37:33.139Z[ recovery-image] Aug 01 21:37:31.785 INFO O| Aug 01 21:37:31.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
62362025-08-01T21:37:33.142Z[ recovery-image] Aug 01 21:37:31.785 INFO O| Aug 01 21:37:31.785 INFO STEP 535 (remove_files) COMPLETE
62372025-08-01T21:37:33.142Z[ recovery-image] Aug 01 21:37:31.785 INFO O| Aug 01 21:37:31.785 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-08-01T21:37:33.146Z[ recovery-image] Aug 01 21:37:31.792 INFO O| Aug 01 21:37:31.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
62392025-08-01T21:37:33.149Z[ recovery-image] Aug 01 21:37:31.793 INFO O| Aug 01 21:37:31.792 INFO STEP 536 (remove_files) COMPLETE
62402025-08-01T21:37:33.149Z[ recovery-image] Aug 01 21:37:31.793 INFO O| Aug 01 21:37:31.793 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-08-01T21:37:33.154Z[ recovery-image] Aug 01 21:37:31.801 INFO O| Aug 01 21:37:31.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
62422025-08-01T21:37:33.158Z[ recovery-image] Aug 01 21:37:31.801 INFO O| Aug 01 21:37:31.801 INFO STEP 537 (remove_files) COMPLETE
62432025-08-01T21:37:33.158Z[ recovery-image] Aug 01 21:37:31.801 INFO O| Aug 01 21:37:31.801 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-08-01T21:37:33.162Z[ recovery-image] Aug 01 21:37:31.808 INFO O| Aug 01 21:37:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
62452025-08-01T21:37:33.162Z[ recovery-image] Aug 01 21:37:31.808 INFO O| Aug 01 21:37:31.808 INFO STEP 538 (remove_files) COMPLETE
62462025-08-01T21:37:33.165Z[ recovery-image] Aug 01 21:37:31.808 INFO O| Aug 01 21:37:31.808 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-08-01T21:37:33.171Z[ recovery-image] Aug 01 21:37:31.817 INFO O| Aug 01 21:37:31.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
62482025-08-01T21:37:33.171Z[ recovery-image] Aug 01 21:37:31.817 INFO O| Aug 01 21:37:31.817 INFO STEP 539 (remove_files) COMPLETE
62492025-08-01T21:37:33.171Z[ recovery-image] Aug 01 21:37:31.817 INFO O| Aug 01 21:37:31.817 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-08-01T21:37:33.180Z[ recovery-image] Aug 01 21:37:31.826 INFO O| Aug 01 21:37:31.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
62512025-08-01T21:37:33.180Z[ recovery-image] Aug 01 21:37:31.826 INFO O| Aug 01 21:37:31.826 INFO STEP 540 (remove_files) COMPLETE
62522025-08-01T21:37:33.183Z[ recovery-image] Aug 01 21:37:31.826 INFO O| Aug 01 21:37:31.826 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-08-01T21:37:33.188Z[ recovery-image] Aug 01 21:37:31.834 INFO O| Aug 01 21:37:31.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
62542025-08-01T21:37:33.191Z[ recovery-image] Aug 01 21:37:31.834 INFO O| Aug 01 21:37:31.834 INFO STEP 541 (remove_files) COMPLETE
62552025-08-01T21:37:33.192Z[ recovery-image] Aug 01 21:37:31.834 INFO O| Aug 01 21:37:31.834 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-08-01T21:37:33.196Z[ recovery-image] Aug 01 21:37:31.842 INFO O| Aug 01 21:37:31.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
62572025-08-01T21:37:33.196Z[ recovery-image] Aug 01 21:37:31.842 INFO O| Aug 01 21:37:31.842 INFO STEP 542 (remove_files) COMPLETE
62582025-08-01T21:37:33.200Z[ recovery-image] Aug 01 21:37:31.842 INFO O| Aug 01 21:37:31.842 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-08-01T21:37:33.205Z[ recovery-image] Aug 01 21:37:31.851 INFO O| Aug 01 21:37:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
62602025-08-01T21:37:33.205Z[ recovery-image] Aug 01 21:37:31.851 INFO O| Aug 01 21:37:31.851 INFO STEP 543 (remove_files) COMPLETE
62612025-08-01T21:37:33.208Z[ recovery-image] Aug 01 21:37:31.851 INFO O| Aug 01 21:37:31.851 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-08-01T21:37:33.215Z[ recovery-image] Aug 01 21:37:31.860 INFO O| Aug 01 21:37:31.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
62632025-08-01T21:37:33.215Z[ recovery-image] Aug 01 21:37:31.860 INFO O| Aug 01 21:37:31.860 INFO STEP 544 (remove_files) COMPLETE
62642025-08-01T21:37:33.218Z[ recovery-image] Aug 01 21:37:31.860 INFO O| Aug 01 21:37:31.860 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-08-01T21:37:33.222Z[ recovery-image] Aug 01 21:37:31.868 INFO O| Aug 01 21:37:31.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
62662025-08-01T21:37:33.225Z[ recovery-image] Aug 01 21:37:31.868 INFO O| Aug 01 21:37:31.868 INFO STEP 545 (remove_files) COMPLETE
62672025-08-01T21:37:33.225Z[ recovery-image] Aug 01 21:37:31.868 INFO O| Aug 01 21:37:31.868 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-08-01T21:37:33.230Z[ recovery-image] Aug 01 21:37:31.876 INFO O| Aug 01 21:37:31.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
62692025-08-01T21:37:33.230Z[ recovery-image] Aug 01 21:37:31.876 INFO O| Aug 01 21:37:31.876 INFO STEP 546 (remove_files) COMPLETE
62702025-08-01T21:37:33.230Z[ recovery-image] Aug 01 21:37:31.876 INFO O| Aug 01 21:37:31.876 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-08-01T21:37:33.238Z[ recovery-image] Aug 01 21:37:31.884 INFO O| Aug 01 21:37:31.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
62722025-08-01T21:37:33.238Z[ recovery-image] Aug 01 21:37:31.884 INFO O| Aug 01 21:37:31.884 INFO STEP 547 (remove_files) COMPLETE
62732025-08-01T21:37:33.238Z[ recovery-image] Aug 01 21:37:31.884 INFO O| Aug 01 21:37:31.884 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-08-01T21:37:33.247Z[ recovery-image] Aug 01 21:37:31.893 INFO O| Aug 01 21:37:31.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
62752025-08-01T21:37:33.247Z[ recovery-image] Aug 01 21:37:31.893 INFO O| Aug 01 21:37:31.893 INFO STEP 548 (remove_files) COMPLETE
62762025-08-01T21:37:33.250Z[ recovery-image] Aug 01 21:37:31.893 INFO O| Aug 01 21:37:31.893 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-08-01T21:37:33.255Z[ recovery-image] Aug 01 21:37:31.901 INFO O| Aug 01 21:37:31.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
62782025-08-01T21:37:33.255Z[ recovery-image] Aug 01 21:37:31.901 INFO O| Aug 01 21:37:31.901 INFO STEP 549 (remove_files) COMPLETE
62792025-08-01T21:37:33.255Z[ recovery-image] Aug 01 21:37:31.901 INFO O| Aug 01 21:37:31.901 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-08-01T21:37:33.264Z[ recovery-image] Aug 01 21:37:31.910 INFO O| Aug 01 21:37:31.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
62812025-08-01T21:37:33.264Z[ recovery-image] Aug 01 21:37:31.910 INFO O| Aug 01 21:37:31.910 INFO STEP 550 (remove_files) COMPLETE
62822025-08-01T21:37:33.267Z[ recovery-image] Aug 01 21:37:31.910 INFO O| Aug 01 21:37:31.910 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-08-01T21:37:33.272Z[ recovery-image] Aug 01 21:37:31.918 INFO O| Aug 01 21:37:31.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
62842025-08-01T21:37:33.272Z[ recovery-image] Aug 01 21:37:31.918 INFO O| Aug 01 21:37:31.918 INFO STEP 551 (remove_files) COMPLETE
62852025-08-01T21:37:33.275Z[ recovery-image] Aug 01 21:37:31.918 INFO O| Aug 01 21:37:31.918 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-08-01T21:37:33.281Z[ recovery-image] Aug 01 21:37:31.926 INFO O| Aug 01 21:37:31.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
62872025-08-01T21:37:33.285Z[ recovery-image] Aug 01 21:37:31.926 INFO O| Aug 01 21:37:31.926 INFO STEP 552 (remove_files) COMPLETE
62882025-08-01T21:37:33.285Z[ recovery-image] Aug 01 21:37:31.926 INFO O| Aug 01 21:37:31.926 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-08-01T21:37:33.290Z[ recovery-image] Aug 01 21:37:31.936 INFO O| Aug 01 21:37:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
62902025-08-01T21:37:33.290Z[ recovery-image] Aug 01 21:37:31.936 INFO O| Aug 01 21:37:31.936 INFO STEP 553 (remove_files) COMPLETE
62912025-08-01T21:37:33.293Z[ recovery-image] Aug 01 21:37:31.936 INFO O| Aug 01 21:37:31.936 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-08-01T21:37:33.298Z[ recovery-image] Aug 01 21:37:31.944 INFO O| Aug 01 21:37:31.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
62932025-08-01T21:37:33.298Z[ recovery-image] Aug 01 21:37:31.944 INFO O| Aug 01 21:37:31.944 INFO STEP 554 (remove_files) COMPLETE
62942025-08-01T21:37:33.301Z[ recovery-image] Aug 01 21:37:31.945 INFO O| Aug 01 21:37:31.944 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-08-01T21:37:33.307Z[ recovery-image] Aug 01 21:37:31.953 INFO O| Aug 01 21:37:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
62962025-08-01T21:37:33.307Z[ recovery-image] Aug 01 21:37:31.953 INFO O| Aug 01 21:37:31.953 INFO STEP 555 (remove_files) COMPLETE
62972025-08-01T21:37:33.307Z[ recovery-image] Aug 01 21:37:31.953 INFO O| Aug 01 21:37:31.953 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-08-01T21:37:33.316Z[ recovery-image] Aug 01 21:37:31.962 INFO O| Aug 01 21:37:31.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
62992025-08-01T21:37:33.316Z[ recovery-image] Aug 01 21:37:31.962 INFO O| Aug 01 21:37:31.962 INFO STEP 556 (remove_files) COMPLETE
63002025-08-01T21:37:33.320Z[ recovery-image] Aug 01 21:37:31.962 INFO O| Aug 01 21:37:31.962 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-08-01T21:37:33.324Z[ recovery-image] Aug 01 21:37:31.970 INFO O| Aug 01 21:37:31.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63022025-08-01T21:37:33.327Z[ recovery-image] Aug 01 21:37:31.970 INFO O| Aug 01 21:37:31.970 INFO STEP 557 (remove_files) COMPLETE
63032025-08-01T21:37:33.327Z[ recovery-image] Aug 01 21:37:31.970 INFO O| Aug 01 21:37:31.970 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-08-01T21:37:33.333Z[ recovery-image] Aug 01 21:37:31.979 INFO O| Aug 01 21:37:31.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63052025-08-01T21:37:33.336Z[ recovery-image] Aug 01 21:37:31.979 INFO O| Aug 01 21:37:31.979 INFO STEP 558 (remove_files) COMPLETE
63062025-08-01T21:37:33.336Z[ recovery-image] Aug 01 21:37:31.979 INFO O| Aug 01 21:37:31.979 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-08-01T21:37:33.342Z[ recovery-image] Aug 01 21:37:31.988 INFO O| Aug 01 21:37:31.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63082025-08-01T21:37:33.345Z[ recovery-image] Aug 01 21:37:31.989 INFO O| Aug 01 21:37:31.989 INFO STEP 559 (remove_files) COMPLETE
63092025-08-01T21:37:33.345Z[ recovery-image] Aug 01 21:37:31.989 INFO O| Aug 01 21:37:31.989 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-08-01T21:37:33.351Z[ recovery-image] Aug 01 21:37:31.997 INFO O| Aug 01 21:37:31.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63112025-08-01T21:37:33.354Z[ recovery-image] Aug 01 21:37:31.998 INFO O| Aug 01 21:37:31.998 INFO STEP 560 (remove_files) COMPLETE
63122025-08-01T21:37:33.354Z[ recovery-image] Aug 01 21:37:31.998 INFO O| Aug 01 21:37:31.998 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-08-01T21:37:33.362Z[ recovery-image] Aug 01 21:37:32.008 INFO O| Aug 01 21:37:32.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63142025-08-01T21:37:33.365Z[ recovery-image] Aug 01 21:37:32.008 INFO O| Aug 01 21:37:32.008 INFO STEP 561 (remove_files) COMPLETE
63152025-08-01T21:37:33.365Z[ recovery-image] Aug 01 21:37:32.008 INFO O| Aug 01 21:37:32.008 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-08-01T21:37:33.373Z[ recovery-image] Aug 01 21:37:32.016 INFO O| Aug 01 21:37:32.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63172025-08-01T21:37:33.376Z[ recovery-image] Aug 01 21:37:32.016 INFO O| Aug 01 21:37:32.016 INFO STEP 562 (remove_files) COMPLETE
63182025-08-01T21:37:33.376Z[ recovery-image] Aug 01 21:37:32.016 INFO O| Aug 01 21:37:32.016 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-08-01T21:37:33.379Z[ recovery-image] Aug 01 21:37:32.025 INFO O| Aug 01 21:37:32.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63202025-08-01T21:37:33.379Z[ recovery-image] Aug 01 21:37:32.025 INFO O| Aug 01 21:37:32.025 INFO STEP 563 (remove_files) COMPLETE
63212025-08-01T21:37:33.379Z[ recovery-image] Aug 01 21:37:32.025 INFO O| Aug 01 21:37:32.025 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-08-01T21:37:33.387Z[ recovery-image] Aug 01 21:37:32.033 INFO O| Aug 01 21:37:32.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63232025-08-01T21:37:33.387Z[ recovery-image] Aug 01 21:37:32.033 INFO O| Aug 01 21:37:32.033 INFO STEP 564 (remove_files) COMPLETE
63242025-08-01T21:37:33.391Z[ recovery-image] Aug 01 21:37:32.033 INFO O| Aug 01 21:37:32.033 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-08-01T21:37:33.396Z[ recovery-image] Aug 01 21:37:32.042 INFO O| Aug 01 21:37:32.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63262025-08-01T21:37:33.399Z[ recovery-image] Aug 01 21:37:32.042 INFO O| Aug 01 21:37:32.042 INFO STEP 565 (remove_files) COMPLETE
63272025-08-01T21:37:33.399Z[ recovery-image] Aug 01 21:37:32.042 INFO O| Aug 01 21:37:32.042 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-08-01T21:37:33.406Z[ recovery-image] Aug 01 21:37:32.052 INFO O| Aug 01 21:37:32.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63292025-08-01T21:37:33.406Z[ recovery-image] Aug 01 21:37:32.052 INFO O| Aug 01 21:37:32.052 INFO STEP 566 (remove_files) COMPLETE
63302025-08-01T21:37:33.406Z[ recovery-image] Aug 01 21:37:32.052 INFO O| Aug 01 21:37:32.052 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-08-01T21:37:33.417Z[ recovery-image] Aug 01 21:37:32.063 INFO O| Aug 01 21:37:32.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63322025-08-01T21:37:33.421Z[ recovery-image] Aug 01 21:37:32.063 INFO O| Aug 01 21:37:32.063 INFO STEP 567 (remove_files) COMPLETE
63332025-08-01T21:37:33.422Z[ recovery-image] Aug 01 21:37:32.063 INFO O| Aug 01 21:37:32.063 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-08-01T21:37:33.430Z[ recovery-image] Aug 01 21:37:32.072 INFO O| Aug 01 21:37:32.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63352025-08-01T21:37:33.430Z[ recovery-image] Aug 01 21:37:32.072 INFO O| Aug 01 21:37:32.072 INFO STEP 568 (remove_files) COMPLETE
63362025-08-01T21:37:33.430Z[ recovery-image] Aug 01 21:37:32.073 INFO O| Aug 01 21:37:32.072 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-08-01T21:37:33.441Z[ recovery-image] Aug 01 21:37:32.083 INFO O| Aug 01 21:37:32.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
63382025-08-01T21:37:33.444Z[ recovery-image] Aug 01 21:37:32.083 INFO O| Aug 01 21:37:32.083 INFO STEP 569 (remove_files) COMPLETE
63392025-08-01T21:37:33.444Z[ recovery-image] Aug 01 21:37:32.083 INFO O| Aug 01 21:37:32.083 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-08-01T21:37:33.447Z[ recovery-image] Aug 01 21:37:32.093 INFO O| Aug 01 21:37:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63412025-08-01T21:37:33.450Z[ recovery-image] Aug 01 21:37:32.093 INFO O| Aug 01 21:37:32.093 INFO STEP 570 (remove_files) COMPLETE
63422025-08-01T21:37:33.450Z[ recovery-image] Aug 01 21:37:32.093 INFO O| Aug 01 21:37:32.093 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-08-01T21:37:33.458Z[ recovery-image] Aug 01 21:37:32.104 INFO O| Aug 01 21:37:32.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63442025-08-01T21:37:33.458Z[ recovery-image] Aug 01 21:37:32.104 INFO O| Aug 01 21:37:32.104 INFO STEP 571 (remove_files) COMPLETE
63452025-08-01T21:37:33.458Z[ recovery-image] Aug 01 21:37:32.104 INFO O| Aug 01 21:37:32.104 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-08-01T21:37:33.470Z[ recovery-image] Aug 01 21:37:32.115 INFO O| Aug 01 21:37:32.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63472025-08-01T21:37:33.470Z[ recovery-image] Aug 01 21:37:32.115 INFO O| Aug 01 21:37:32.115 INFO STEP 572 (remove_files) COMPLETE
63482025-08-01T21:37:33.470Z[ recovery-image] Aug 01 21:37:32.115 INFO O| Aug 01 21:37:32.115 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-08-01T21:37:33.480Z[ recovery-image] Aug 01 21:37:32.126 INFO O| Aug 01 21:37:32.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63502025-08-01T21:37:33.483Z[ recovery-image] Aug 01 21:37:32.126 INFO O| Aug 01 21:37:32.126 INFO STEP 573 (remove_files) COMPLETE
63512025-08-01T21:37:33.483Z[ recovery-image] Aug 01 21:37:32.126 INFO O| Aug 01 21:37:32.126 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-08-01T21:37:33.491Z[ recovery-image] Aug 01 21:37:32.137 INFO O| Aug 01 21:37:32.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63532025-08-01T21:37:33.494Z[ recovery-image] Aug 01 21:37:32.137 INFO O| Aug 01 21:37:32.137 INFO STEP 574 (remove_files) COMPLETE
63542025-08-01T21:37:33.494Z[ recovery-image] Aug 01 21:37:32.137 INFO O| Aug 01 21:37:32.137 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-08-01T21:37:33.501Z[ recovery-image] Aug 01 21:37:32.146 INFO O| Aug 01 21:37:32.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
63562025-08-01T21:37:33.501Z[ recovery-image] Aug 01 21:37:32.146 INFO O| Aug 01 21:37:32.146 INFO STEP 575 (remove_files) COMPLETE
63572025-08-01T21:37:33.504Z[ recovery-image] Aug 01 21:37:32.146 INFO O| Aug 01 21:37:32.146 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-08-01T21:37:33.510Z[ recovery-image] Aug 01 21:37:32.156 INFO O| Aug 01 21:37:32.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
63592025-08-01T21:37:33.510Z[ recovery-image] Aug 01 21:37:32.156 INFO O| Aug 01 21:37:32.156 INFO STEP 576 (remove_files) COMPLETE
63602025-08-01T21:37:33.510Z[ recovery-image] Aug 01 21:37:32.156 INFO O| Aug 01 21:37:32.156 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-08-01T21:37:33.521Z[ recovery-image] Aug 01 21:37:32.165 INFO O| Aug 01 21:37:32.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
63622025-08-01T21:37:33.524Z[ recovery-image] Aug 01 21:37:32.165 INFO O| Aug 01 21:37:32.165 INFO STEP 577 (remove_files) COMPLETE
63632025-08-01T21:37:33.524Z[ recovery-image] Aug 01 21:37:32.165 INFO O| Aug 01 21:37:32.165 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-08-01T21:37:33.527Z[ recovery-image] Aug 01 21:37:32.173 INFO O| Aug 01 21:37:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
63652025-08-01T21:37:33.527Z[ recovery-image] Aug 01 21:37:32.173 INFO O| Aug 01 21:37:32.173 INFO STEP 578 (remove_files) COMPLETE
63662025-08-01T21:37:33.527Z[ recovery-image] Aug 01 21:37:32.173 INFO O| Aug 01 21:37:32.173 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-08-01T21:37:33.537Z[ recovery-image] Aug 01 21:37:32.183 INFO O| Aug 01 21:37:32.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63682025-08-01T21:37:33.540Z[ recovery-image] Aug 01 21:37:32.183 INFO O| Aug 01 21:37:32.183 INFO STEP 579 (remove_files) COMPLETE
63692025-08-01T21:37:33.540Z[ recovery-image] Aug 01 21:37:32.183 INFO O| Aug 01 21:37:32.183 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-08-01T21:37:33.546Z[ recovery-image] Aug 01 21:37:32.192 INFO O| Aug 01 21:37:32.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63712025-08-01T21:37:33.549Z[ recovery-image] Aug 01 21:37:32.192 INFO O| Aug 01 21:37:32.192 INFO STEP 580 (remove_files) COMPLETE
63722025-08-01T21:37:33.549Z[ recovery-image] Aug 01 21:37:32.192 INFO O| Aug 01 21:37:32.192 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-08-01T21:37:33.554Z[ recovery-image] Aug 01 21:37:32.199 INFO O| Aug 01 21:37:32.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
63742025-08-01T21:37:33.557Z[ recovery-image] Aug 01 21:37:32.200 INFO O| Aug 01 21:37:32.200 INFO STEP 581 (remove_files) COMPLETE
63752025-08-01T21:37:33.557Z[ recovery-image] Aug 01 21:37:32.200 INFO O| Aug 01 21:37:32.200 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-08-01T21:37:33.562Z[ recovery-image] Aug 01 21:37:32.208 INFO O| Aug 01 21:37:32.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63772025-08-01T21:37:33.593Z[ recovery-image] Aug 01 21:37:32.208 INFO O| Aug 01 21:37:32.208 INFO STEP 582 (remove_files) COMPLETE
63782025-08-01T21:37:33.593Z[ recovery-image] Aug 01 21:37:32.208 INFO O| Aug 01 21:37:32.208 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-08-01T21:37:33.596Z[ recovery-image] Aug 01 21:37:32.215 INFO O| Aug 01 21:37:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
63802025-08-01T21:37:33.596Z[ recovery-image] Aug 01 21:37:32.215 INFO O| Aug 01 21:37:32.215 INFO STEP 583 (remove_files) COMPLETE
63812025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.216 INFO O| Aug 01 21:37:32.215 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.223 INFO O| Aug 01 21:37:32.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
63832025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.223 INFO O| Aug 01 21:37:32.223 INFO STEP 584 (remove_files) COMPLETE
63842025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.223 INFO O| Aug 01 21:37:32.223 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.231 INFO O| Aug 01 21:37:32.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
63862025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.231 INFO O| Aug 01 21:37:32.231 INFO STEP 585 (remove_files) COMPLETE
63872025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.231 INFO O| Aug 01 21:37:32.231 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.241 INFO O| Aug 01 21:37:32.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
63892025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.241 INFO O| Aug 01 21:37:32.241 INFO STEP 586 (remove_files) COMPLETE
63902025-08-01T21:37:33.597Z[ recovery-image] Aug 01 21:37:32.241 INFO O| Aug 01 21:37:32.241 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-08-01T21:37:33.604Z[ recovery-image] Aug 01 21:37:32.250 INFO O| Aug 01 21:37:32.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
63922025-08-01T21:37:33.604Z[ recovery-image] Aug 01 21:37:32.250 INFO O| Aug 01 21:37:32.250 INFO STEP 587 (remove_files) COMPLETE
63932025-08-01T21:37:33.607Z[ recovery-image] Aug 01 21:37:32.250 INFO O| Aug 01 21:37:32.250 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-08-01T21:37:33.614Z[ recovery-image] Aug 01 21:37:32.259 INFO O| Aug 01 21:37:32.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
63952025-08-01T21:37:33.614Z[ recovery-image] Aug 01 21:37:32.259 INFO O| Aug 01 21:37:32.259 INFO STEP 588 (remove_files) COMPLETE
63962025-08-01T21:37:33.617Z[ recovery-image] Aug 01 21:37:32.259 INFO O| Aug 01 21:37:32.259 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-08-01T21:37:33.620Z[ recovery-image] Aug 01 21:37:32.266 INFO O| Aug 01 21:37:32.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
63982025-08-01T21:37:33.624Z[ recovery-image] Aug 01 21:37:32.267 INFO O| Aug 01 21:37:32.266 INFO STEP 589 (remove_files) COMPLETE
63992025-08-01T21:37:33.624Z[ recovery-image] Aug 01 21:37:32.267 INFO O| Aug 01 21:37:32.266 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-08-01T21:37:33.630Z[ recovery-image] Aug 01 21:37:32.275 INFO O| Aug 01 21:37:32.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64012025-08-01T21:37:33.630Z[ recovery-image] Aug 01 21:37:32.275 INFO O| Aug 01 21:37:32.275 INFO STEP 590 (remove_files) COMPLETE
64022025-08-01T21:37:33.633Z[ recovery-image] Aug 01 21:37:32.275 INFO O| Aug 01 21:37:32.275 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-08-01T21:37:33.636Z[ recovery-image] Aug 01 21:37:32.282 INFO O| Aug 01 21:37:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64042025-08-01T21:37:33.639Z[ recovery-image] Aug 01 21:37:32.282 INFO O| Aug 01 21:37:32.282 INFO STEP 591 (remove_files) COMPLETE
64052025-08-01T21:37:33.639Z[ recovery-image] Aug 01 21:37:32.282 INFO O| Aug 01 21:37:32.282 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-08-01T21:37:33.645Z[ recovery-image] Aug 01 21:37:32.290 INFO O| Aug 01 21:37:32.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64072025-08-01T21:37:33.645Z[ recovery-image] Aug 01 21:37:32.291 INFO O| Aug 01 21:37:32.290 INFO STEP 592 (remove_files) COMPLETE
64082025-08-01T21:37:33.645Z[ recovery-image] Aug 01 21:37:32.291 INFO O| Aug 01 21:37:32.290 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-08-01T21:37:33.653Z[ recovery-image] Aug 01 21:37:32.299 INFO O| Aug 01 21:37:32.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64102025-08-01T21:37:33.653Z[ recovery-image] Aug 01 21:37:32.299 INFO O| Aug 01 21:37:32.299 INFO STEP 593 (remove_files) COMPLETE
64112025-08-01T21:37:33.656Z[ recovery-image] Aug 01 21:37:32.299 INFO O| Aug 01 21:37:32.299 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-08-01T21:37:33.662Z[ recovery-image] Aug 01 21:37:32.308 INFO O| Aug 01 21:37:32.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64132025-08-01T21:37:33.665Z[ recovery-image] Aug 01 21:37:32.308 INFO O| Aug 01 21:37:32.308 INFO STEP 594 (remove_files) COMPLETE
64142025-08-01T21:37:33.665Z[ recovery-image] Aug 01 21:37:32.308 INFO O| Aug 01 21:37:32.308 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-08-01T21:37:33.671Z[ recovery-image] Aug 01 21:37:32.317 INFO O| Aug 01 21:37:32.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64162025-08-01T21:37:33.675Z[ recovery-image] Aug 01 21:37:32.317 INFO O| Aug 01 21:37:32.317 INFO STEP 595 (remove_files) COMPLETE
64172025-08-01T21:37:33.675Z[ recovery-image] Aug 01 21:37:32.317 INFO O| Aug 01 21:37:32.317 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-08-01T21:37:33.678Z[ recovery-image] Aug 01 21:37:32.324 INFO O| Aug 01 21:37:32.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64192025-08-01T21:37:33.681Z[ recovery-image] Aug 01 21:37:32.324 INFO O| Aug 01 21:37:32.324 INFO STEP 596 (remove_files) COMPLETE
64202025-08-01T21:37:33.681Z[ recovery-image] Aug 01 21:37:32.324 INFO O| Aug 01 21:37:32.324 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-08-01T21:37:33.687Z[ recovery-image] Aug 01 21:37:32.333 INFO O| Aug 01 21:37:32.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64222025-08-01T21:37:33.687Z[ recovery-image] Aug 01 21:37:32.333 INFO O| Aug 01 21:37:32.333 INFO STEP 597 (remove_files) COMPLETE
64232025-08-01T21:37:33.687Z[ recovery-image] Aug 01 21:37:32.333 INFO O| Aug 01 21:37:32.333 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-08-01T21:37:33.695Z[ recovery-image] Aug 01 21:37:32.341 INFO O| Aug 01 21:37:32.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64252025-08-01T21:37:33.698Z[ recovery-image] Aug 01 21:37:32.341 INFO O| Aug 01 21:37:32.341 INFO STEP 598 (remove_files) COMPLETE
64262025-08-01T21:37:33.698Z[ recovery-image] Aug 01 21:37:32.341 INFO O| Aug 01 21:37:32.341 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-08-01T21:37:33.703Z[ recovery-image] Aug 01 21:37:32.349 INFO O| Aug 01 21:37:32.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64282025-08-01T21:37:33.706Z[ recovery-image] Aug 01 21:37:32.349 INFO O| Aug 01 21:37:32.349 INFO STEP 599 (remove_files) COMPLETE
64292025-08-01T21:37:33.706Z[ recovery-image] Aug 01 21:37:32.349 INFO O| Aug 01 21:37:32.349 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-08-01T21:37:33.711Z[ recovery-image] Aug 01 21:37:32.357 INFO O| Aug 01 21:37:32.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64312025-08-01T21:37:33.714Z[ recovery-image] Aug 01 21:37:32.357 INFO O| Aug 01 21:37:32.357 INFO STEP 600 (remove_files) COMPLETE
64322025-08-01T21:37:33.714Z[ recovery-image] Aug 01 21:37:32.357 INFO O| Aug 01 21:37:32.357 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-08-01T21:37:34.024Z[ recovery-image] Aug 01 21:37:32.366 INFO O| Aug 01 21:37:32.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64342025-08-01T21:37:34.024Z[ recovery-image] Aug 01 21:37:32.366 INFO O| Aug 01 21:37:32.366 INFO STEP 601 (remove_files) COMPLETE
64352025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.366 INFO O| Aug 01 21:37:32.366 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.374 INFO O| Aug 01 21:37:32.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64372025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.374 INFO O| Aug 01 21:37:32.374 INFO STEP 602 (remove_files) COMPLETE
64382025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.375 INFO O| Aug 01 21:37:32.374 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.383 INFO O| Aug 01 21:37:32.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
64402025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.384 INFO O| Aug 01 21:37:32.383 INFO STEP 603 (remove_files) COMPLETE
64412025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.384 INFO O| Aug 01 21:37:32.384 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.391 INFO O| Aug 01 21:37:32.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
64432025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.391 INFO O| Aug 01 21:37:32.391 INFO STEP 604 (remove_files) COMPLETE
64442025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.391 INFO O| Aug 01 21:37:32.391 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.400 INFO O| Aug 01 21:37:32.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64462025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.401 INFO O| Aug 01 21:37:32.401 INFO STEP 605 (remove_files) COMPLETE
64472025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.401 INFO O| Aug 01 21:37:32.401 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.409 INFO O| Aug 01 21:37:32.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64492025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.409 INFO O| Aug 01 21:37:32.409 INFO STEP 606 (remove_files) COMPLETE
64502025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.409 INFO O| Aug 01 21:37:32.409 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.418 INFO O| Aug 01 21:37:32.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
64522025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.419 INFO O| Aug 01 21:37:32.419 INFO STEP 607 (remove_files) COMPLETE
64532025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.419 INFO O| Aug 01 21:37:32.419 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.428 INFO O| Aug 01 21:37:32.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
64552025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.428 INFO O| Aug 01 21:37:32.428 INFO STEP 608 (remove_files) COMPLETE
64562025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.428 INFO O| Aug 01 21:37:32.428 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.436 INFO O| Aug 01 21:37:32.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
64582025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.436 INFO O| Aug 01 21:37:32.436 INFO STEP 609 (remove_files) COMPLETE
64592025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.436 INFO O| Aug 01 21:37:32.436 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-08-01T21:37:34.030Z[ recovery-image] Aug 01 21:37:32.443 INFO O| Aug 01 21:37:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64612025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.444 INFO O| Aug 01 21:37:32.443 INFO STEP 610 (remove_files) COMPLETE
64622025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.444 INFO O| Aug 01 21:37:32.443 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.453 INFO O| Aug 01 21:37:32.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
64642025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.453 INFO O| Aug 01 21:37:32.453 INFO STEP 611 (remove_files) COMPLETE
64652025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.453 INFO O| Aug 01 21:37:32.453 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.462 INFO O| Aug 01 21:37:32.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
64672025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.462 INFO O| Aug 01 21:37:32.462 INFO STEP 612 (remove_files) COMPLETE
64682025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.462 INFO O| Aug 01 21:37:32.462 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.472 INFO O| Aug 01 21:37:32.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
64702025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.473 INFO O| Aug 01 21:37:32.473 INFO STEP 613 (remove_files) COMPLETE
64712025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.473 INFO O| Aug 01 21:37:32.473 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.483 INFO O| Aug 01 21:37:32.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
64732025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.483 INFO O| Aug 01 21:37:32.483 INFO STEP 614 (remove_files) COMPLETE
64742025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.483 INFO O| Aug 01 21:37:32.483 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.494 INFO O| Aug 01 21:37:32.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
64762025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.494 INFO O| Aug 01 21:37:32.494 INFO STEP 615 (remove_files) COMPLETE
64772025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.494 INFO O| Aug 01 21:37:32.494 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.505 INFO O| Aug 01 21:37:32.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
64792025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.505 INFO O| Aug 01 21:37:32.505 INFO STEP 616 (remove_files) COMPLETE
64802025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.505 INFO O| Aug 01 21:37:32.505 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.515 INFO O| Aug 01 21:37:32.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
64822025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.515 INFO O| Aug 01 21:37:32.515 INFO STEP 617 (remove_files) COMPLETE
64832025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.515 INFO O| Aug 01 21:37:32.515 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.523 INFO O| Aug 01 21:37:32.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
64852025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.523 INFO O| Aug 01 21:37:32.523 INFO STEP 618 (remove_files) COMPLETE
64862025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.523 INFO O| Aug 01 21:37:32.523 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-08-01T21:37:34.031Z[ recovery-image] Aug 01 21:37:32.533 INFO O| Aug 01 21:37:32.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64882025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.533 INFO O| Aug 01 21:37:32.533 INFO STEP 619 (remove_files) COMPLETE
64892025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.533 INFO O| Aug 01 21:37:32.533 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.542 INFO O| Aug 01 21:37:32.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64912025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.542 INFO O| Aug 01 21:37:32.542 INFO STEP 620 (remove_files) COMPLETE
64922025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.542 INFO O| Aug 01 21:37:32.542 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.552 INFO O| Aug 01 21:37:32.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64942025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.552 INFO O| Aug 01 21:37:32.552 INFO STEP 621 (remove_files) COMPLETE
64952025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.552 INFO O| Aug 01 21:37:32.552 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.561 INFO O| Aug 01 21:37:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
64972025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.561 INFO O| Aug 01 21:37:32.561 INFO STEP 622 (remove_files) COMPLETE
64982025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.561 INFO O| Aug 01 21:37:32.561 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.570 INFO O| Aug 01 21:37:32.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65002025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.570 INFO O| Aug 01 21:37:32.570 INFO STEP 623 (remove_files) COMPLETE
65012025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.570 INFO O| Aug 01 21:37:32.570 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.579 INFO O| Aug 01 21:37:32.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65032025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.579 INFO O| Aug 01 21:37:32.579 INFO STEP 624 (remove_files) COMPLETE
65042025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.579 INFO O| Aug 01 21:37:32.579 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.588 INFO O| Aug 01 21:37:32.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65062025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.589 INFO O| Aug 01 21:37:32.589 INFO STEP 625 (remove_files) COMPLETE
65072025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.589 INFO O| Aug 01 21:37:32.589 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.598 INFO O| Aug 01 21:37:32.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65092025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.599 INFO O| Aug 01 21:37:32.599 INFO STEP 626 (remove_files) COMPLETE
65102025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.599 INFO O| Aug 01 21:37:32.599 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.607 INFO O| Aug 01 21:37:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65122025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.607 INFO O| Aug 01 21:37:32.607 INFO STEP 627 (remove_files) COMPLETE
65132025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.607 INFO O| Aug 01 21:37:32.607 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.617 INFO O| Aug 01 21:37:32.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65152025-08-01T21:37:34.032Z[ recovery-image] Aug 01 21:37:32.617 INFO O| Aug 01 21:37:32.617 INFO STEP 628 (remove_files) COMPLETE
65162025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.617 INFO O| Aug 01 21:37:32.617 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.626 INFO O| Aug 01 21:37:32.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65182025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.626 INFO O| Aug 01 21:37:32.626 INFO STEP 629 (remove_files) COMPLETE
65192025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.626 INFO O| Aug 01 21:37:32.626 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.634 INFO O| Aug 01 21:37:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65212025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.634 INFO O| Aug 01 21:37:32.634 INFO STEP 630 (remove_files) COMPLETE
65222025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.635 INFO O| Aug 01 21:37:32.634 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.643 INFO O| Aug 01 21:37:32.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65242025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.643 INFO O| Aug 01 21:37:32.643 INFO STEP 631 (remove_files) COMPLETE
65252025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.643 INFO O| Aug 01 21:37:32.643 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.652 INFO O| Aug 01 21:37:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65272025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.652 INFO O| Aug 01 21:37:32.652 INFO STEP 632 (remove_files) COMPLETE
65282025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.652 INFO O| Aug 01 21:37:32.652 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.661 INFO O| Aug 01 21:37:32.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65302025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.661 INFO O| Aug 01 21:37:32.661 INFO STEP 633 (remove_files) COMPLETE
65312025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.661 INFO O| Aug 01 21:37:32.661 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.669 INFO O| Aug 01 21:37:32.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65332025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.669 INFO O| Aug 01 21:37:32.669 INFO STEP 634 (remove_files) COMPLETE
65342025-08-01T21:37:34.033Z[ recovery-image] Aug 01 21:37:32.669 INFO O| Aug 01 21:37:32.669 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-08-01T21:37:34.039Z[ recovery-image] Aug 01 21:37:32.677 INFO O| Aug 01 21:37:32.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65362025-08-01T21:37:34.039Z[ recovery-image] Aug 01 21:37:32.677 INFO O| Aug 01 21:37:32.677 INFO STEP 635 (remove_files) COMPLETE
65372025-08-01T21:37:34.039Z[ recovery-image] Aug 01 21:37:32.677 INFO O| Aug 01 21:37:32.677 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-08-01T21:37:34.042Z[ recovery-image] Aug 01 21:37:32.686 INFO O| Aug 01 21:37:32.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65392025-08-01T21:37:34.042Z[ recovery-image] Aug 01 21:37:32.686 INFO O| Aug 01 21:37:32.686 INFO STEP 636 (remove_files) COMPLETE
65402025-08-01T21:37:34.042Z[ recovery-image] Aug 01 21:37:32.686 INFO O| Aug 01 21:37:32.686 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-08-01T21:37:34.047Z[ recovery-image] Aug 01 21:37:32.693 INFO O| Aug 01 21:37:32.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
65422025-08-01T21:37:34.051Z[ recovery-image] Aug 01 21:37:32.693 INFO O| Aug 01 21:37:32.693 INFO STEP 637 (remove_files) COMPLETE
65432025-08-01T21:37:34.051Z[ recovery-image] Aug 01 21:37:32.693 INFO O| Aug 01 21:37:32.693 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-08-01T21:37:34.056Z[ recovery-image] Aug 01 21:37:32.702 INFO O| Aug 01 21:37:32.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65452025-08-01T21:37:34.059Z[ recovery-image] Aug 01 21:37:32.702 INFO O| Aug 01 21:37:32.702 INFO STEP 638 (remove_files) COMPLETE
65462025-08-01T21:37:34.059Z[ recovery-image] Aug 01 21:37:32.702 INFO O| Aug 01 21:37:32.702 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-08-01T21:37:34.065Z[ recovery-image] Aug 01 21:37:32.710 INFO O| Aug 01 21:37:32.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65482025-08-01T21:37:34.065Z[ recovery-image] Aug 01 21:37:32.710 INFO O| Aug 01 21:37:32.710 INFO STEP 639 (remove_files) COMPLETE
65492025-08-01T21:37:34.065Z[ recovery-image] Aug 01 21:37:32.710 INFO O| Aug 01 21:37:32.710 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-08-01T21:37:34.073Z[ recovery-image] Aug 01 21:37:32.718 INFO O| Aug 01 21:37:32.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65512025-08-01T21:37:34.076Z[ recovery-image] Aug 01 21:37:32.718 INFO O| Aug 01 21:37:32.718 INFO STEP 640 (remove_files) COMPLETE
65522025-08-01T21:37:34.076Z[ recovery-image] Aug 01 21:37:32.718 INFO O| Aug 01 21:37:32.718 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-08-01T21:37:34.081Z[ recovery-image] Aug 01 21:37:32.726 INFO O| Aug 01 21:37:32.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65542025-08-01T21:37:34.084Z[ recovery-image] Aug 01 21:37:32.727 INFO O| Aug 01 21:37:32.727 INFO STEP 641 (remove_files) COMPLETE
65552025-08-01T21:37:34.084Z[ recovery-image] Aug 01 21:37:32.727 INFO O| Aug 01 21:37:32.727 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-08-01T21:37:34.091Z[ recovery-image] Aug 01 21:37:32.736 INFO O| Aug 01 21:37:32.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65572025-08-01T21:37:34.091Z[ recovery-image] Aug 01 21:37:32.736 INFO O| Aug 01 21:37:32.736 INFO STEP 642 (remove_files) COMPLETE
65582025-08-01T21:37:34.094Z[ recovery-image] Aug 01 21:37:32.736 INFO O| Aug 01 21:37:32.736 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-08-01T21:37:34.099Z[ recovery-image] Aug 01 21:37:32.745 INFO O| Aug 01 21:37:32.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65602025-08-01T21:37:34.099Z[ recovery-image] Aug 01 21:37:32.745 INFO O| Aug 01 21:37:32.745 INFO STEP 643 (remove_files) COMPLETE
65612025-08-01T21:37:34.102Z[ recovery-image] Aug 01 21:37:32.745 INFO O| Aug 01 21:37:32.745 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-08-01T21:37:34.108Z[ recovery-image] Aug 01 21:37:32.753 INFO O| Aug 01 21:37:32.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65632025-08-01T21:37:34.108Z[ recovery-image] Aug 01 21:37:32.753 INFO O| Aug 01 21:37:32.753 INFO STEP 644 (remove_files) COMPLETE
65642025-08-01T21:37:34.108Z[ recovery-image] Aug 01 21:37:32.753 INFO O| Aug 01 21:37:32.753 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-08-01T21:37:34.118Z[ recovery-image] Aug 01 21:37:32.763 INFO O| Aug 01 21:37:32.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65662025-08-01T21:37:34.121Z[ recovery-image] Aug 01 21:37:32.764 INFO O| Aug 01 21:37:32.763 INFO STEP 645 (remove_files) COMPLETE
65672025-08-01T21:37:34.121Z[ recovery-image] Aug 01 21:37:32.764 INFO O| Aug 01 21:37:32.764 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-08-01T21:37:34.126Z[ recovery-image] Aug 01 21:37:32.772 INFO O| Aug 01 21:37:32.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65692025-08-01T21:37:34.126Z[ recovery-image] Aug 01 21:37:32.772 INFO O| Aug 01 21:37:32.772 INFO STEP 646 (remove_files) COMPLETE
65702025-08-01T21:37:34.129Z[ recovery-image] Aug 01 21:37:32.772 INFO O| Aug 01 21:37:32.772 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-08-01T21:37:34.134Z[ recovery-image] Aug 01 21:37:32.780 INFO O| Aug 01 21:37:32.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65722025-08-01T21:37:34.137Z[ recovery-image] Aug 01 21:37:32.780 INFO O| Aug 01 21:37:32.780 INFO STEP 647 (remove_files) COMPLETE
65732025-08-01T21:37:34.137Z[ recovery-image] Aug 01 21:37:32.780 INFO O| Aug 01 21:37:32.780 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-08-01T21:37:34.143Z[ recovery-image] Aug 01 21:37:32.789 INFO O| Aug 01 21:37:32.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65752025-08-01T21:37:34.144Z[ recovery-image] Aug 01 21:37:32.789 INFO O| Aug 01 21:37:32.789 INFO STEP 648 (remove_files) COMPLETE
65762025-08-01T21:37:34.144Z[ recovery-image] Aug 01 21:37:32.789 INFO O| Aug 01 21:37:32.789 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-08-01T21:37:34.151Z[ recovery-image] Aug 01 21:37:32.797 INFO O| Aug 01 21:37:32.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65782025-08-01T21:37:34.151Z[ recovery-image] Aug 01 21:37:32.797 INFO O| Aug 01 21:37:32.797 INFO STEP 649 (remove_files) COMPLETE
65792025-08-01T21:37:34.154Z[ recovery-image] Aug 01 21:37:32.797 INFO O| Aug 01 21:37:32.797 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-08-01T21:37:34.161Z[ recovery-image] Aug 01 21:37:32.806 INFO O| Aug 01 21:37:32.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65812025-08-01T21:37:34.164Z[ recovery-image] Aug 01 21:37:32.806 INFO O| Aug 01 21:37:32.806 INFO STEP 650 (remove_files) COMPLETE
65822025-08-01T21:37:34.164Z[ recovery-image] Aug 01 21:37:32.806 INFO O| Aug 01 21:37:32.806 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-08-01T21:37:34.170Z[ recovery-image] Aug 01 21:37:32.815 INFO O| Aug 01 21:37:32.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65842025-08-01T21:37:34.173Z[ recovery-image] Aug 01 21:37:32.816 INFO O| Aug 01 21:37:32.816 INFO STEP 651 (remove_files) COMPLETE
65852025-08-01T21:37:34.173Z[ recovery-image] Aug 01 21:37:32.816 INFO O| Aug 01 21:37:32.816 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-08-01T21:37:34.179Z[ recovery-image] Aug 01 21:37:32.824 INFO O| Aug 01 21:37:32.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65872025-08-01T21:37:34.179Z[ recovery-image] Aug 01 21:37:32.824 INFO O| Aug 01 21:37:32.824 INFO STEP 652 (remove_files) COMPLETE
65882025-08-01T21:37:34.181Z[ recovery-image] Aug 01 21:37:32.824 INFO O| Aug 01 21:37:32.824 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-08-01T21:37:34.186Z[ recovery-image] Aug 01 21:37:32.832 INFO O| Aug 01 21:37:32.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65902025-08-01T21:37:34.187Z[ recovery-image] Aug 01 21:37:32.832 INFO O| Aug 01 21:37:32.832 INFO STEP 653 (remove_files) COMPLETE
65912025-08-01T21:37:34.187Z[ recovery-image] Aug 01 21:37:32.832 INFO O| Aug 01 21:37:32.832 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-08-01T21:37:34.195Z[ recovery-image] Aug 01 21:37:32.840 INFO O| Aug 01 21:37:32.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65932025-08-01T21:37:34.195Z[ recovery-image] Aug 01 21:37:32.840 INFO O| Aug 01 21:37:32.840 INFO STEP 654 (remove_files) COMPLETE
65942025-08-01T21:37:34.198Z[ recovery-image] Aug 01 21:37:32.840 INFO O| Aug 01 21:37:32.840 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-08-01T21:37:34.203Z[ recovery-image] Aug 01 21:37:32.848 INFO O| Aug 01 21:37:32.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65962025-08-01T21:37:34.203Z[ recovery-image] Aug 01 21:37:32.848 INFO O| Aug 01 21:37:32.848 INFO STEP 655 (remove_files) COMPLETE
65972025-08-01T21:37:34.206Z[ recovery-image] Aug 01 21:37:32.848 INFO O| Aug 01 21:37:32.848 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-08-01T21:37:34.210Z[ recovery-image] Aug 01 21:37:32.856 INFO O| Aug 01 21:37:32.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65992025-08-01T21:37:34.210Z[ recovery-image] Aug 01 21:37:32.856 INFO O| Aug 01 21:37:32.856 INFO STEP 656 (remove_files) COMPLETE
66002025-08-01T21:37:34.215Z[ recovery-image] Aug 01 21:37:32.856 INFO O| Aug 01 21:37:32.856 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-08-01T21:37:34.219Z[ recovery-image] Aug 01 21:37:32.864 INFO O| Aug 01 21:37:32.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66022025-08-01T21:37:34.219Z[ recovery-image] Aug 01 21:37:32.864 INFO O| Aug 01 21:37:32.864 INFO STEP 657 (remove_files) COMPLETE
66032025-08-01T21:37:34.222Z[ recovery-image] Aug 01 21:37:32.864 INFO O| Aug 01 21:37:32.864 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-08-01T21:37:34.229Z[ recovery-image] Aug 01 21:37:32.875 INFO O| Aug 01 21:37:32.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66052025-08-01T21:37:34.229Z[ recovery-image] Aug 01 21:37:32.875 INFO O| Aug 01 21:37:32.875 INFO STEP 658 (remove_files) COMPLETE
66062025-08-01T21:37:34.229Z[ recovery-image] Aug 01 21:37:32.875 INFO O| Aug 01 21:37:32.875 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-08-01T21:37:34.238Z[ recovery-image] Aug 01 21:37:32.883 INFO O| Aug 01 21:37:32.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66082025-08-01T21:37:34.238Z[ recovery-image] Aug 01 21:37:32.883 INFO O| Aug 01 21:37:32.883 INFO STEP 659 (remove_files) COMPLETE
66092025-08-01T21:37:34.241Z[ recovery-image] Aug 01 21:37:32.883 INFO O| Aug 01 21:37:32.883 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-08-01T21:37:34.246Z[ recovery-image] Aug 01 21:37:32.892 INFO O| Aug 01 21:37:32.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66112025-08-01T21:37:34.246Z[ recovery-image] Aug 01 21:37:32.892 INFO O| Aug 01 21:37:32.892 INFO STEP 660 (remove_files) COMPLETE
66122025-08-01T21:37:34.249Z[ recovery-image] Aug 01 21:37:32.892 INFO O| Aug 01 21:37:32.892 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-08-01T21:37:34.254Z[ recovery-image] Aug 01 21:37:32.899 INFO O| Aug 01 21:37:32.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66142025-08-01T21:37:34.257Z[ recovery-image] Aug 01 21:37:32.899 INFO O| Aug 01 21:37:32.899 INFO STEP 661 (remove_files) COMPLETE
66152025-08-01T21:37:34.257Z[ recovery-image] Aug 01 21:37:32.899 INFO O| Aug 01 21:37:32.899 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-08-01T21:37:34.264Z[ recovery-image] Aug 01 21:37:32.910 INFO O| Aug 01 21:37:32.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66172025-08-01T21:37:34.264Z[ recovery-image] Aug 01 21:37:32.910 INFO O| Aug 01 21:37:32.910 INFO STEP 662 (remove_files) COMPLETE
66182025-08-01T21:37:34.267Z[ recovery-image] Aug 01 21:37:32.910 INFO O| Aug 01 21:37:32.910 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-08-01T21:37:34.273Z[ recovery-image] Aug 01 21:37:32.919 INFO O| Aug 01 21:37:32.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66202025-08-01T21:37:34.273Z[ recovery-image] Aug 01 21:37:32.919 INFO O| Aug 01 21:37:32.919 INFO STEP 663 (remove_files) COMPLETE
66212025-08-01T21:37:34.273Z[ recovery-image] Aug 01 21:37:32.919 INFO O| Aug 01 21:37:32.919 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-08-01T21:37:34.282Z[ recovery-image] Aug 01 21:37:32.927 INFO O| Aug 01 21:37:32.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66232025-08-01T21:37:34.282Z[ recovery-image] Aug 01 21:37:32.927 INFO O| Aug 01 21:37:32.927 INFO STEP 664 (remove_files) COMPLETE
66242025-08-01T21:37:34.285Z[ recovery-image] Aug 01 21:37:32.927 INFO O| Aug 01 21:37:32.927 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-08-01T21:37:34.290Z[ recovery-image] Aug 01 21:37:32.935 INFO O| Aug 01 21:37:32.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66262025-08-01T21:37:34.293Z[ recovery-image] Aug 01 21:37:32.935 INFO O| Aug 01 21:37:32.935 INFO STEP 665 (remove_files) COMPLETE
66272025-08-01T21:37:34.293Z[ recovery-image] Aug 01 21:37:32.935 INFO O| Aug 01 21:37:32.935 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-08-01T21:37:34.298Z[ recovery-image] Aug 01 21:37:32.943 INFO O| Aug 01 21:37:32.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66292025-08-01T21:37:34.298Z[ recovery-image] Aug 01 21:37:32.943 INFO O| Aug 01 21:37:32.943 INFO STEP 666 (remove_files) COMPLETE
66302025-08-01T21:37:34.301Z[ recovery-image] Aug 01 21:37:32.943 INFO O| Aug 01 21:37:32.943 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-08-01T21:37:34.306Z[ recovery-image] Aug 01 21:37:32.951 INFO O| Aug 01 21:37:32.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66322025-08-01T21:37:34.309Z[ recovery-image] Aug 01 21:37:32.952 INFO O| Aug 01 21:37:32.952 INFO STEP 667 (remove_files) COMPLETE
66332025-08-01T21:37:34.309Z[ recovery-image] Aug 01 21:37:32.952 INFO O| Aug 01 21:37:32.952 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-08-01T21:37:34.315Z[ recovery-image] Aug 01 21:37:32.960 INFO O| Aug 01 21:37:32.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66352025-08-01T21:37:34.318Z[ recovery-image] Aug 01 21:37:32.960 INFO O| Aug 01 21:37:32.960 INFO STEP 668 (remove_files) COMPLETE
66362025-08-01T21:37:34.318Z[ recovery-image] Aug 01 21:37:32.960 INFO O| Aug 01 21:37:32.960 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-08-01T21:37:34.323Z[ recovery-image] Aug 01 21:37:32.968 INFO O| Aug 01 21:37:32.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66382025-08-01T21:37:34.326Z[ recovery-image] Aug 01 21:37:32.968 INFO O| Aug 01 21:37:32.968 INFO STEP 669 (remove_files) COMPLETE
66392025-08-01T21:37:34.326Z[ recovery-image] Aug 01 21:37:32.968 INFO O| Aug 01 21:37:32.968 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-08-01T21:37:34.332Z[ recovery-image] Aug 01 21:37:32.978 INFO O| Aug 01 21:37:32.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66412025-08-01T21:37:34.335Z[ recovery-image] Aug 01 21:37:32.978 INFO O| Aug 01 21:37:32.978 INFO STEP 670 (remove_files) COMPLETE
66422025-08-01T21:37:34.335Z[ recovery-image] Aug 01 21:37:32.978 INFO O| Aug 01 21:37:32.978 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-08-01T21:37:34.341Z[ recovery-image] Aug 01 21:37:32.987 INFO O| Aug 01 21:37:32.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66442025-08-01T21:37:34.341Z[ recovery-image] Aug 01 21:37:32.987 INFO O| Aug 01 21:37:32.987 INFO STEP 671 (remove_files) COMPLETE
66452025-08-01T21:37:34.345Z[ recovery-image] Aug 01 21:37:32.987 INFO O| Aug 01 21:37:32.987 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-08-01T21:37:34.351Z[ recovery-image] Aug 01 21:37:32.996 INFO O| Aug 01 21:37:32.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
66472025-08-01T21:37:34.351Z[ recovery-image] Aug 01 21:37:32.996 INFO O| Aug 01 21:37:32.996 INFO STEP 672 (remove_files) COMPLETE
66482025-08-01T21:37:34.354Z[ recovery-image] Aug 01 21:37:32.996 INFO O| Aug 01 21:37:32.996 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-08-01T21:37:34.360Z[ recovery-image] Aug 01 21:37:33.005 INFO O| Aug 01 21:37:33.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66502025-08-01T21:37:34.360Z[ recovery-image] Aug 01 21:37:33.005 INFO O| Aug 01 21:37:33.005 INFO STEP 673 (remove_files) COMPLETE
66512025-08-01T21:37:34.360Z[ recovery-image] Aug 01 21:37:33.005 INFO O| Aug 01 21:37:33.005 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-08-01T21:37:34.369Z[ recovery-image] Aug 01 21:37:33.015 INFO O| Aug 01 21:37:33.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66532025-08-01T21:37:34.372Z[ recovery-image] Aug 01 21:37:33.015 INFO O| Aug 01 21:37:33.015 INFO STEP 674 (remove_files) COMPLETE
66542025-08-01T21:37:34.372Z[ recovery-image] Aug 01 21:37:33.015 INFO O| Aug 01 21:37:33.015 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-08-01T21:37:34.377Z[ recovery-image] Aug 01 21:37:33.023 INFO O| Aug 01 21:37:33.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66562025-08-01T21:37:34.380Z[ recovery-image] Aug 01 21:37:33.023 INFO O| Aug 01 21:37:33.023 INFO STEP 675 (remove_files) COMPLETE
66572025-08-01T21:37:34.380Z[ recovery-image] Aug 01 21:37:33.023 INFO O| Aug 01 21:37:33.023 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-08-01T21:37:34.386Z[ recovery-image] Aug 01 21:37:33.032 INFO O| Aug 01 21:37:33.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66592025-08-01T21:37:34.386Z[ recovery-image] Aug 01 21:37:33.032 INFO O| Aug 01 21:37:33.032 INFO STEP 676 (remove_files) COMPLETE
66602025-08-01T21:37:34.387Z[ recovery-image] Aug 01 21:37:33.032 INFO O| Aug 01 21:37:33.032 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-08-01T21:37:34.394Z[ recovery-image] Aug 01 21:37:33.040 INFO O| Aug 01 21:37:33.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66622025-08-01T21:37:34.394Z[ recovery-image] Aug 01 21:37:33.040 INFO O| Aug 01 21:37:33.040 INFO STEP 677 (remove_files) COMPLETE
66632025-08-01T21:37:34.394Z[ recovery-image] Aug 01 21:37:33.040 INFO O| Aug 01 21:37:33.040 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-08-01T21:37:34.402Z[ recovery-image] Aug 01 21:37:33.047 INFO O| Aug 01 21:37:33.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66652025-08-01T21:37:34.402Z[ recovery-image] Aug 01 21:37:33.047 INFO O| Aug 01 21:37:33.047 INFO STEP 678 (remove_files) COMPLETE
66662025-08-01T21:37:34.406Z[ recovery-image] Aug 01 21:37:33.047 INFO O| Aug 01 21:37:33.047 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-08-01T21:37:34.411Z[ recovery-image] Aug 01 21:37:33.056 INFO O| Aug 01 21:37:33.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
66682025-08-01T21:37:34.414Z[ recovery-image] Aug 01 21:37:33.056 INFO O| Aug 01 21:37:33.056 INFO STEP 679 (remove_files) COMPLETE
66692025-08-01T21:37:34.414Z[ recovery-image] Aug 01 21:37:33.056 INFO O| Aug 01 21:37:33.056 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-08-01T21:37:34.419Z[ recovery-image] Aug 01 21:37:33.064 INFO O| Aug 01 21:37:33.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
66712025-08-01T21:37:34.419Z[ recovery-image] Aug 01 21:37:33.064 INFO O| Aug 01 21:37:33.064 INFO STEP 680 (remove_files) COMPLETE
66722025-08-01T21:37:34.423Z[ recovery-image] Aug 01 21:37:33.064 INFO O| Aug 01 21:37:33.064 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-08-01T21:37:34.427Z[ recovery-image] Aug 01 21:37:33.072 INFO O| Aug 01 21:37:33.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
66742025-08-01T21:37:34.427Z[ recovery-image] Aug 01 21:37:33.072 INFO O| Aug 01 21:37:33.072 INFO STEP 681 (remove_files) COMPLETE
66752025-08-01T21:37:34.430Z[ recovery-image] Aug 01 21:37:33.072 INFO O| Aug 01 21:37:33.072 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-08-01T21:37:34.434Z[ recovery-image] Aug 01 21:37:33.079 INFO O| Aug 01 21:37:33.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
66772025-08-01T21:37:34.434Z[ recovery-image] Aug 01 21:37:33.079 INFO O| Aug 01 21:37:33.079 INFO STEP 682 (remove_files) COMPLETE
66782025-08-01T21:37:34.438Z[ recovery-image] Aug 01 21:37:33.079 INFO O| Aug 01 21:37:33.079 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-08-01T21:37:34.442Z[ recovery-image] Aug 01 21:37:33.087 INFO O| Aug 01 21:37:33.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
66802025-08-01T21:37:34.442Z[ recovery-image] Aug 01 21:37:33.087 INFO O| Aug 01 21:37:33.087 INFO STEP 683 (remove_files) COMPLETE
66812025-08-01T21:37:34.445Z[ recovery-image] Aug 01 21:37:33.087 INFO O| Aug 01 21:37:33.087 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-08-01T21:37:34.450Z[ recovery-image] Aug 01 21:37:33.095 INFO O| Aug 01 21:37:33.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
66832025-08-01T21:37:34.453Z[ recovery-image] Aug 01 21:37:33.095 INFO O| Aug 01 21:37:33.095 INFO STEP 684 (remove_files) COMPLETE
66842025-08-01T21:37:34.453Z[ recovery-image] Aug 01 21:37:33.095 INFO O| Aug 01 21:37:33.095 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-08-01T21:37:34.457Z[ recovery-image] Aug 01 21:37:33.102 INFO O| Aug 01 21:37:33.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
66862025-08-01T21:37:34.461Z[ recovery-image] Aug 01 21:37:33.103 INFO O| Aug 01 21:37:33.102 INFO STEP 685 (remove_files) COMPLETE
66872025-08-01T21:37:34.461Z[ recovery-image] Aug 01 21:37:33.103 INFO O| Aug 01 21:37:33.103 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-08-01T21:37:34.466Z[ recovery-image] Aug 01 21:37:33.111 INFO O| Aug 01 21:37:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
66892025-08-01T21:37:34.469Z[ recovery-image] Aug 01 21:37:33.111 INFO O| Aug 01 21:37:33.111 INFO STEP 686 (remove_files) COMPLETE
66902025-08-01T21:37:34.469Z[ recovery-image] Aug 01 21:37:33.111 INFO O| Aug 01 21:37:33.111 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-08-01T21:37:34.476Z[ recovery-image] Aug 01 21:37:33.120 INFO O| Aug 01 21:37:33.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
66922025-08-01T21:37:34.480Z[ recovery-image] Aug 01 21:37:33.120 INFO O| Aug 01 21:37:33.120 INFO STEP 687 (remove_files) COMPLETE
66932025-08-01T21:37:34.480Z[ recovery-image] Aug 01 21:37:33.120 INFO O| Aug 01 21:37:33.120 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-08-01T21:37:34.484Z[ recovery-image] Aug 01 21:37:33.129 INFO O| Aug 01 21:37:33.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
66952025-08-01T21:37:34.487Z[ recovery-image] Aug 01 21:37:33.129 INFO O| Aug 01 21:37:33.129 INFO STEP 688 (remove_files) COMPLETE
66962025-08-01T21:37:34.487Z[ recovery-image] Aug 01 21:37:33.129 INFO O| Aug 01 21:37:33.129 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-08-01T21:37:34.493Z[ recovery-image] Aug 01 21:37:33.138 INFO O| Aug 01 21:37:33.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
66982025-08-01T21:37:34.493Z[ recovery-image] Aug 01 21:37:33.138 INFO O| Aug 01 21:37:33.138 INFO STEP 689 (remove_files) COMPLETE
66992025-08-01T21:37:34.497Z[ recovery-image] Aug 01 21:37:33.138 INFO O| Aug 01 21:37:33.138 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-08-01T21:37:34.501Z[ recovery-image] Aug 01 21:37:33.146 INFO O| Aug 01 21:37:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67012025-08-01T21:37:34.501Z[ recovery-image] Aug 01 21:37:33.146 INFO O| Aug 01 21:37:33.146 INFO STEP 690 (remove_files) COMPLETE
67022025-08-01T21:37:34.501Z[ recovery-image] Aug 01 21:37:33.146 INFO O| Aug 01 21:37:33.146 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-08-01T21:37:34.510Z[ recovery-image] Aug 01 21:37:33.155 INFO O| Aug 01 21:37:33.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67042025-08-01T21:37:34.514Z[ recovery-image] Aug 01 21:37:33.155 INFO O| Aug 01 21:37:33.155 INFO STEP 691 (remove_files) COMPLETE
67052025-08-01T21:37:34.514Z[ recovery-image] Aug 01 21:37:33.155 INFO O| Aug 01 21:37:33.155 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-08-01T21:37:34.518Z[ recovery-image] Aug 01 21:37:33.163 INFO O| Aug 01 21:37:33.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67072025-08-01T21:37:34.522Z[ recovery-image] Aug 01 21:37:33.163 INFO O| Aug 01 21:37:33.163 INFO STEP 692 (remove_files) COMPLETE
67082025-08-01T21:37:34.522Z[ recovery-image] Aug 01 21:37:33.163 INFO O| Aug 01 21:37:33.163 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-08-01T21:37:34.526Z[ recovery-image] Aug 01 21:37:33.171 INFO O| Aug 01 21:37:33.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67102025-08-01T21:37:34.526Z[ recovery-image] Aug 01 21:37:33.171 INFO O| Aug 01 21:37:33.171 INFO STEP 693 (remove_files) COMPLETE
67112025-08-01T21:37:34.526Z[ recovery-image] Aug 01 21:37:33.171 INFO O| Aug 01 21:37:33.171 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-08-01T21:37:34.534Z[ recovery-image] Aug 01 21:37:33.179 INFO O| Aug 01 21:37:33.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67132025-08-01T21:37:34.534Z[ recovery-image] Aug 01 21:37:33.179 INFO O| Aug 01 21:37:33.179 INFO STEP 694 (remove_files) COMPLETE
67142025-08-01T21:37:34.534Z[ recovery-image] Aug 01 21:37:33.179 INFO O| Aug 01 21:37:33.179 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-08-01T21:37:34.542Z[ recovery-image] Aug 01 21:37:33.188 INFO O| Aug 01 21:37:33.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67162025-08-01T21:37:34.546Z[ recovery-image] Aug 01 21:37:33.188 INFO O| Aug 01 21:37:33.188 INFO STEP 695 (remove_files) COMPLETE
67172025-08-01T21:37:34.546Z[ recovery-image] Aug 01 21:37:33.188 INFO O| Aug 01 21:37:33.188 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-08-01T21:37:34.550Z[ recovery-image] Aug 01 21:37:33.195 INFO O| Aug 01 21:37:33.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67192025-08-01T21:37:34.553Z[ recovery-image] Aug 01 21:37:33.195 INFO O| Aug 01 21:37:33.195 INFO STEP 696 (remove_files) COMPLETE
67202025-08-01T21:37:34.553Z[ recovery-image] Aug 01 21:37:33.195 INFO O| Aug 01 21:37:33.195 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-08-01T21:37:34.557Z[ recovery-image] Aug 01 21:37:33.203 INFO O| Aug 01 21:37:33.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67222025-08-01T21:37:34.557Z[ recovery-image] Aug 01 21:37:33.203 INFO O| Aug 01 21:37:33.203 INFO STEP 697 (remove_files) COMPLETE
67232025-08-01T21:37:34.561Z[ recovery-image] Aug 01 21:37:33.203 INFO O| Aug 01 21:37:33.203 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-08-01T21:37:34.565Z[ recovery-image] Aug 01 21:37:33.210 INFO O| Aug 01 21:37:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67252025-08-01T21:37:34.565Z[ recovery-image] Aug 01 21:37:33.210 INFO O| Aug 01 21:37:33.210 INFO STEP 698 (remove_files) COMPLETE
67262025-08-01T21:37:34.565Z[ recovery-image] Aug 01 21:37:33.210 INFO O| Aug 01 21:37:33.210 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-08-01T21:37:34.573Z[ recovery-image] Aug 01 21:37:33.218 INFO O| Aug 01 21:37:33.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67282025-08-01T21:37:34.576Z[ recovery-image] Aug 01 21:37:33.218 INFO O| Aug 01 21:37:33.218 INFO STEP 699 (remove_files) COMPLETE
67292025-08-01T21:37:34.576Z[ recovery-image] Aug 01 21:37:33.218 INFO O| Aug 01 21:37:33.218 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-08-01T21:37:34.580Z[ recovery-image] Aug 01 21:37:33.225 INFO O| Aug 01 21:37:33.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67312025-08-01T21:37:34.583Z[ recovery-image] Aug 01 21:37:33.226 INFO O| Aug 01 21:37:33.226 INFO STEP 700 (remove_files) COMPLETE
67322025-08-01T21:37:34.583Z[ recovery-image] Aug 01 21:37:33.226 INFO O| Aug 01 21:37:33.226 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-08-01T21:37:34.588Z[ recovery-image] Aug 01 21:37:33.233 INFO O| Aug 01 21:37:33.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67342025-08-01T21:37:34.591Z[ recovery-image] Aug 01 21:37:33.233 INFO O| Aug 01 21:37:33.233 INFO STEP 701 (remove_files) COMPLETE
67352025-08-01T21:37:34.591Z[ recovery-image] Aug 01 21:37:33.234 INFO O| Aug 01 21:37:33.233 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-08-01T21:37:34.595Z[ recovery-image] Aug 01 21:37:33.241 INFO O| Aug 01 21:37:33.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67372025-08-01T21:37:34.595Z[ recovery-image] Aug 01 21:37:33.241 INFO O| Aug 01 21:37:33.241 INFO STEP 702 (remove_files) COMPLETE
67382025-08-01T21:37:34.598Z[ recovery-image] Aug 01 21:37:33.241 INFO O| Aug 01 21:37:33.241 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-08-01T21:37:34.604Z[ recovery-image] Aug 01 21:37:33.249 INFO O| Aug 01 21:37:33.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67402025-08-01T21:37:34.604Z[ recovery-image] Aug 01 21:37:33.249 INFO O| Aug 01 21:37:33.249 INFO STEP 703 (remove_files) COMPLETE
67412025-08-01T21:37:34.604Z[ recovery-image] Aug 01 21:37:33.249 INFO O| Aug 01 21:37:33.249 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-08-01T21:37:34.615Z[ recovery-image] Aug 01 21:37:33.259 INFO O| Aug 01 21:37:33.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67432025-08-01T21:37:34.615Z[ recovery-image] Aug 01 21:37:33.259 INFO O| Aug 01 21:37:33.259 INFO STEP 704 (remove_files) COMPLETE
67442025-08-01T21:37:34.619Z[ recovery-image] Aug 01 21:37:33.259 INFO O| Aug 01 21:37:33.259 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-08-01T21:37:34.623Z[ recovery-image] Aug 01 21:37:33.268 INFO O| Aug 01 21:37:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67462025-08-01T21:37:34.623Z[ recovery-image] Aug 01 21:37:33.269 INFO O| Aug 01 21:37:33.268 INFO STEP 705 (remove_files) COMPLETE
67472025-08-01T21:37:34.623Z[ recovery-image] Aug 01 21:37:33.269 INFO O| Aug 01 21:37:33.269 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-08-01T21:37:34.633Z[ recovery-image] Aug 01 21:37:33.279 INFO O| Aug 01 21:37:33.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67492025-08-01T21:37:34.636Z[ recovery-image] Aug 01 21:37:33.279 INFO O| Aug 01 21:37:33.279 INFO STEP 706 (remove_files) COMPLETE
67502025-08-01T21:37:34.636Z[ recovery-image] Aug 01 21:37:33.279 INFO O| Aug 01 21:37:33.279 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-08-01T21:37:34.644Z[ recovery-image] Aug 01 21:37:33.290 INFO O| Aug 01 21:37:33.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67522025-08-01T21:37:34.648Z[ recovery-image] Aug 01 21:37:33.290 INFO O| Aug 01 21:37:33.290 INFO STEP 707 (remove_files) COMPLETE
67532025-08-01T21:37:34.648Z[ recovery-image] Aug 01 21:37:33.290 INFO O| Aug 01 21:37:33.290 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-08-01T21:37:34.653Z[ recovery-image] Aug 01 21:37:33.298 INFO O| Aug 01 21:37:33.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67552025-08-01T21:37:34.656Z[ recovery-image] Aug 01 21:37:33.299 INFO O| Aug 01 21:37:33.299 INFO STEP 708 (remove_files) COMPLETE
67562025-08-01T21:37:34.656Z[ recovery-image] Aug 01 21:37:33.299 INFO O| Aug 01 21:37:33.299 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-08-01T21:37:34.662Z[ recovery-image] Aug 01 21:37:33.307 INFO O| Aug 01 21:37:33.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67582025-08-01T21:37:34.662Z[ recovery-image] Aug 01 21:37:33.307 INFO O| Aug 01 21:37:33.307 INFO STEP 709 (remove_files) COMPLETE
67592025-08-01T21:37:34.666Z[ recovery-image] Aug 01 21:37:33.307 INFO O| Aug 01 21:37:33.307 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-08-01T21:37:34.672Z[ recovery-image] Aug 01 21:37:33.317 INFO O| Aug 01 21:37:33.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67612025-08-01T21:37:34.675Z[ recovery-image] Aug 01 21:37:33.317 INFO O| Aug 01 21:37:33.317 INFO STEP 710 (remove_files) COMPLETE
67622025-08-01T21:37:34.675Z[ recovery-image] Aug 01 21:37:33.317 INFO O| Aug 01 21:37:33.317 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-08-01T21:37:34.683Z[ recovery-image] Aug 01 21:37:33.328 INFO O| Aug 01 21:37:33.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67642025-08-01T21:37:34.686Z[ recovery-image] Aug 01 21:37:33.328 INFO O| Aug 01 21:37:33.328 INFO STEP 711 (remove_files) COMPLETE
67652025-08-01T21:37:34.686Z[ recovery-image] Aug 01 21:37:33.328 INFO O| Aug 01 21:37:33.328 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-08-01T21:37:34.693Z[ recovery-image] Aug 01 21:37:33.338 INFO O| Aug 01 21:37:33.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67672025-08-01T21:37:34.693Z[ recovery-image] Aug 01 21:37:33.338 INFO O| Aug 01 21:37:33.338 INFO STEP 712 (remove_files) COMPLETE
67682025-08-01T21:37:34.696Z[ recovery-image] Aug 01 21:37:33.338 INFO O| Aug 01 21:37:33.338 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-08-01T21:37:34.702Z[ recovery-image] Aug 01 21:37:33.347 INFO O| Aug 01 21:37:33.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67702025-08-01T21:37:34.702Z[ recovery-image] Aug 01 21:37:33.347 INFO O| Aug 01 21:37:33.347 INFO STEP 713 (remove_files) COMPLETE
67712025-08-01T21:37:34.705Z[ recovery-image] Aug 01 21:37:33.347 INFO O| Aug 01 21:37:33.347 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-08-01T21:37:34.713Z[ recovery-image] Aug 01 21:37:33.358 INFO O| Aug 01 21:37:33.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67732025-08-01T21:37:34.713Z[ recovery-image] Aug 01 21:37:33.358 INFO O| Aug 01 21:37:33.358 INFO STEP 714 (remove_files) COMPLETE
67742025-08-01T21:37:34.716Z[ recovery-image] Aug 01 21:37:33.358 INFO O| Aug 01 21:37:33.358 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-08-01T21:37:34.721Z[ recovery-image] Aug 01 21:37:33.366 INFO O| Aug 01 21:37:33.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
67762025-08-01T21:37:34.724Z[ recovery-image] Aug 01 21:37:33.367 INFO O| Aug 01 21:37:33.367 INFO STEP 715 (remove_files) COMPLETE
67772025-08-01T21:37:34.724Z[ recovery-image] Aug 01 21:37:33.367 INFO O| Aug 01 21:37:33.367 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-08-01T21:37:34.733Z[ recovery-image] Aug 01 21:37:33.378 INFO O| Aug 01 21:37:33.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67792025-08-01T21:37:34.736Z[ recovery-image] Aug 01 21:37:33.378 INFO O| Aug 01 21:37:33.378 INFO STEP 716 (remove_files) COMPLETE
67802025-08-01T21:37:34.736Z[ recovery-image] Aug 01 21:37:33.378 INFO O| Aug 01 21:37:33.378 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-08-01T21:37:34.743Z[ recovery-image] Aug 01 21:37:33.388 INFO O| Aug 01 21:37:33.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
67822025-08-01T21:37:34.747Z[ recovery-image] Aug 01 21:37:33.389 INFO O| Aug 01 21:37:33.389 INFO STEP 717 (remove_files) COMPLETE
67832025-08-01T21:37:34.747Z[ recovery-image] Aug 01 21:37:33.389 INFO O| Aug 01 21:37:33.389 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-08-01T21:37:34.753Z[ recovery-image] Aug 01 21:37:33.398 INFO O| Aug 01 21:37:33.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
67852025-08-01T21:37:34.753Z[ recovery-image] Aug 01 21:37:33.398 INFO O| Aug 01 21:37:33.398 INFO STEP 718 (remove_files) COMPLETE
67862025-08-01T21:37:34.756Z[ recovery-image] Aug 01 21:37:33.398 INFO O| Aug 01 21:37:33.398 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-08-01T21:37:34.762Z[ recovery-image] Aug 01 21:37:33.407 INFO O| Aug 01 21:37:33.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
67882025-08-01T21:37:34.766Z[ recovery-image] Aug 01 21:37:33.408 INFO O| Aug 01 21:37:33.407 INFO STEP 719 (remove_files) COMPLETE
67892025-08-01T21:37:34.766Z[ recovery-image] Aug 01 21:37:33.408 INFO O| Aug 01 21:37:33.408 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-08-01T21:37:34.771Z[ recovery-image] Aug 01 21:37:33.417 INFO O| Aug 01 21:37:33.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
67912025-08-01T21:37:34.774Z[ recovery-image] Aug 01 21:37:33.417 INFO O| Aug 01 21:37:33.417 INFO STEP 720 (remove_files) COMPLETE
67922025-08-01T21:37:34.774Z[ recovery-image] Aug 01 21:37:33.417 INFO O| Aug 01 21:37:33.417 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-08-01T21:37:34.781Z[ recovery-image] Aug 01 21:37:33.427 INFO O| Aug 01 21:37:33.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
67942025-08-01T21:37:34.785Z[ recovery-image] Aug 01 21:37:33.427 INFO O| Aug 01 21:37:33.427 INFO STEP 721 (remove_files) COMPLETE
67952025-08-01T21:37:34.785Z[ recovery-image] Aug 01 21:37:33.427 INFO O| Aug 01 21:37:33.427 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-08-01T21:37:34.790Z[ recovery-image] Aug 01 21:37:33.435 INFO O| Aug 01 21:37:33.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
67972025-08-01T21:37:34.795Z[ recovery-image] Aug 01 21:37:33.435 INFO O| Aug 01 21:37:33.435 INFO STEP 722 (remove_files) COMPLETE
67982025-08-01T21:37:34.795Z[ recovery-image] Aug 01 21:37:33.435 INFO O| Aug 01 21:37:33.435 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-08-01T21:37:34.798Z[ recovery-image] Aug 01 21:37:33.443 INFO O| Aug 01 21:37:33.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68002025-08-01T21:37:34.798Z[ recovery-image] Aug 01 21:37:33.443 INFO O| Aug 01 21:37:33.443 INFO STEP 723 (remove_files) COMPLETE
68012025-08-01T21:37:34.798Z[ recovery-image] Aug 01 21:37:33.443 INFO O| Aug 01 21:37:33.443 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-08-01T21:37:34.806Z[ recovery-image] Aug 01 21:37:33.451 INFO O| Aug 01 21:37:33.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68032025-08-01T21:37:34.809Z[ recovery-image] Aug 01 21:37:33.451 INFO O| Aug 01 21:37:33.451 INFO STEP 724 (remove_files) COMPLETE
68042025-08-01T21:37:34.809Z[ recovery-image] Aug 01 21:37:33.451 INFO O| Aug 01 21:37:33.451 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-08-01T21:37:34.814Z[ recovery-image] Aug 01 21:37:33.459 INFO O| Aug 01 21:37:33.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68062025-08-01T21:37:34.814Z[ recovery-image] Aug 01 21:37:33.459 INFO O| Aug 01 21:37:33.459 INFO STEP 725 (remove_files) COMPLETE
68072025-08-01T21:37:34.817Z[ recovery-image] Aug 01 21:37:33.459 INFO O| Aug 01 21:37:33.459 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-08-01T21:37:34.821Z[ recovery-image] Aug 01 21:37:33.466 INFO O| Aug 01 21:37:33.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68092025-08-01T21:37:34.824Z[ recovery-image] Aug 01 21:37:33.467 INFO O| Aug 01 21:37:33.467 INFO STEP 726 (remove_files) COMPLETE
68102025-08-01T21:37:34.824Z[ recovery-image] Aug 01 21:37:33.467 INFO O| Aug 01 21:37:33.467 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-08-01T21:37:34.830Z[ recovery-image] Aug 01 21:37:33.475 INFO O| Aug 01 21:37:33.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68122025-08-01T21:37:34.830Z[ recovery-image] Aug 01 21:37:33.476 INFO O| Aug 01 21:37:33.475 INFO STEP 727 (remove_files) COMPLETE
68132025-08-01T21:37:34.833Z[ recovery-image] Aug 01 21:37:33.476 INFO O| Aug 01 21:37:33.476 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-08-01T21:37:34.838Z[ recovery-image] Aug 01 21:37:33.483 INFO O| Aug 01 21:37:33.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68152025-08-01T21:37:34.841Z[ recovery-image] Aug 01 21:37:33.483 INFO O| Aug 01 21:37:33.483 INFO STEP 728 (remove_files) COMPLETE
68162025-08-01T21:37:34.842Z[ recovery-image] Aug 01 21:37:33.483 INFO O| Aug 01 21:37:33.483 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-08-01T21:37:34.846Z[ recovery-image] Aug 01 21:37:33.491 INFO O| Aug 01 21:37:33.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68182025-08-01T21:37:34.849Z[ recovery-image] Aug 01 21:37:33.491 INFO O| Aug 01 21:37:33.491 INFO STEP 729 (remove_files) COMPLETE
68192025-08-01T21:37:34.849Z[ recovery-image] Aug 01 21:37:33.491 INFO O| Aug 01 21:37:33.491 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-08-01T21:37:34.854Z[ recovery-image] Aug 01 21:37:33.499 INFO O| Aug 01 21:37:33.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68212025-08-01T21:37:34.854Z[ recovery-image] Aug 01 21:37:33.499 INFO O| Aug 01 21:37:33.499 INFO STEP 730 (remove_files) COMPLETE
68222025-08-01T21:37:34.854Z[ recovery-image] Aug 01 21:37:33.499 INFO O| Aug 01 21:37:33.499 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-08-01T21:37:34.862Z[ recovery-image] Aug 01 21:37:33.507 INFO O| Aug 01 21:37:33.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68242025-08-01T21:37:34.865Z[ recovery-image] Aug 01 21:37:33.507 INFO O| Aug 01 21:37:33.507 INFO STEP 731 (remove_files) COMPLETE
68252025-08-01T21:37:34.865Z[ recovery-image] Aug 01 21:37:33.507 INFO O| Aug 01 21:37:33.507 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-08-01T21:37:34.872Z[ recovery-image] Aug 01 21:37:33.517 INFO O| Aug 01 21:37:33.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68272025-08-01T21:37:34.875Z[ recovery-image] Aug 01 21:37:33.517 INFO O| Aug 01 21:37:33.517 INFO STEP 732 (remove_files) COMPLETE
68282025-08-01T21:37:34.875Z[ recovery-image] Aug 01 21:37:33.517 INFO O| Aug 01 21:37:33.517 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-08-01T21:37:34.881Z[ recovery-image] Aug 01 21:37:33.526 INFO O| Aug 01 21:37:33.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68302025-08-01T21:37:34.881Z[ recovery-image] Aug 01 21:37:33.526 INFO O| Aug 01 21:37:33.526 INFO STEP 733 (remove_files) COMPLETE
68312025-08-01T21:37:34.884Z[ recovery-image] Aug 01 21:37:33.526 INFO O| Aug 01 21:37:33.526 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-08-01T21:37:34.890Z[ recovery-image] Aug 01 21:37:33.535 INFO O| Aug 01 21:37:33.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68332025-08-01T21:37:34.890Z[ recovery-image] Aug 01 21:37:33.535 INFO O| Aug 01 21:37:33.535 INFO STEP 734 (remove_files) COMPLETE
68342025-08-01T21:37:34.893Z[ recovery-image] Aug 01 21:37:33.535 INFO O| Aug 01 21:37:33.535 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-08-01T21:37:34.900Z[ recovery-image] Aug 01 21:37:33.545 INFO O| Aug 01 21:37:33.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68362025-08-01T21:37:34.903Z[ recovery-image] Aug 01 21:37:33.545 INFO O| Aug 01 21:37:33.545 INFO STEP 735 (remove_files) COMPLETE
68372025-08-01T21:37:34.903Z[ recovery-image] Aug 01 21:37:33.545 INFO O| Aug 01 21:37:33.545 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-08-01T21:37:34.909Z[ recovery-image] Aug 01 21:37:33.554 INFO O| Aug 01 21:37:33.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68392025-08-01T21:37:34.912Z[ recovery-image] Aug 01 21:37:33.554 INFO O| Aug 01 21:37:33.554 INFO STEP 736 (remove_files) COMPLETE
68402025-08-01T21:37:34.912Z[ recovery-image] Aug 01 21:37:33.554 INFO O| Aug 01 21:37:33.554 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-08-01T21:37:34.920Z[ recovery-image] Aug 01 21:37:33.565 INFO O| Aug 01 21:37:33.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68422025-08-01T21:37:34.920Z[ recovery-image] Aug 01 21:37:33.565 INFO O| Aug 01 21:37:33.565 INFO STEP 737 (remove_files) COMPLETE
68432025-08-01T21:37:34.923Z[ recovery-image] Aug 01 21:37:33.565 INFO O| Aug 01 21:37:33.565 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-08-01T21:37:34.928Z[ recovery-image] Aug 01 21:37:33.573 INFO O| Aug 01 21:37:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68452025-08-01T21:37:34.932Z[ recovery-image] Aug 01 21:37:33.573 INFO O| Aug 01 21:37:33.573 INFO STEP 738 (remove_files) COMPLETE
68462025-08-01T21:37:34.932Z[ recovery-image] Aug 01 21:37:33.573 INFO O| Aug 01 21:37:33.573 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-08-01T21:37:34.938Z[ recovery-image] Aug 01 21:37:33.583 INFO O| Aug 01 21:37:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68482025-08-01T21:37:34.941Z[ recovery-image] Aug 01 21:37:33.583 INFO O| Aug 01 21:37:33.583 INFO STEP 739 (remove_files) COMPLETE
68492025-08-01T21:37:34.941Z[ recovery-image] Aug 01 21:37:33.583 INFO O| Aug 01 21:37:33.583 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-08-01T21:37:34.947Z[ recovery-image] Aug 01 21:37:33.593 INFO O| Aug 01 21:37:33.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68512025-08-01T21:37:34.951Z[ recovery-image] Aug 01 21:37:33.593 INFO O| Aug 01 21:37:33.593 INFO STEP 740 (remove_files) COMPLETE
68522025-08-01T21:37:34.951Z[ recovery-image] Aug 01 21:37:33.593 INFO O| Aug 01 21:37:33.593 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-08-01T21:37:34.957Z[ recovery-image] Aug 01 21:37:33.602 INFO O| Aug 01 21:37:33.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68542025-08-01T21:37:34.960Z[ recovery-image] Aug 01 21:37:33.602 INFO O| Aug 01 21:37:33.602 INFO STEP 741 (remove_files) COMPLETE
68552025-08-01T21:37:34.961Z[ recovery-image] Aug 01 21:37:33.602 INFO O| Aug 01 21:37:33.602 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-08-01T21:37:34.967Z[ recovery-image] Aug 01 21:37:33.612 INFO O| Aug 01 21:37:33.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68572025-08-01T21:37:34.971Z[ recovery-image] Aug 01 21:37:33.612 INFO O| Aug 01 21:37:33.612 INFO STEP 742 (remove_files) COMPLETE
68582025-08-01T21:37:34.971Z[ recovery-image] Aug 01 21:37:33.612 INFO O| Aug 01 21:37:33.612 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-08-01T21:37:34.976Z[ recovery-image] Aug 01 21:37:33.621 INFO O| Aug 01 21:37:33.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68602025-08-01T21:37:34.979Z[ recovery-image] Aug 01 21:37:33.621 INFO O| Aug 01 21:37:33.621 INFO STEP 743 (remove_files) COMPLETE
68612025-08-01T21:37:34.979Z[ recovery-image] Aug 01 21:37:33.621 INFO O| Aug 01 21:37:33.621 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-08-01T21:37:34.984Z[ recovery-image] Aug 01 21:37:33.629 INFO O| Aug 01 21:37:33.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68632025-08-01T21:37:34.987Z[ recovery-image] Aug 01 21:37:33.629 INFO O| Aug 01 21:37:33.629 INFO STEP 744 (remove_files) COMPLETE
68642025-08-01T21:37:34.987Z[ recovery-image] Aug 01 21:37:33.629 INFO O| Aug 01 21:37:33.629 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-08-01T21:37:34.993Z[ recovery-image] Aug 01 21:37:33.638 INFO O| Aug 01 21:37:33.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68662025-08-01T21:37:34.993Z[ recovery-image] Aug 01 21:37:33.638 INFO O| Aug 01 21:37:33.638 INFO STEP 745 (remove_files) COMPLETE
68672025-08-01T21:37:34.996Z[ recovery-image] Aug 01 21:37:33.638 INFO O| Aug 01 21:37:33.638 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-08-01T21:37:35.003Z[ recovery-image] Aug 01 21:37:33.648 INFO O| Aug 01 21:37:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68692025-08-01T21:37:35.003Z[ recovery-image] Aug 01 21:37:33.648 INFO O| Aug 01 21:37:33.648 INFO STEP 746 (remove_files) COMPLETE
68702025-08-01T21:37:35.007Z[ recovery-image] Aug 01 21:37:33.648 INFO O| Aug 01 21:37:33.648 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-08-01T21:37:35.015Z[ recovery-image] Aug 01 21:37:33.660 INFO O| Aug 01 21:37:33.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
68722025-08-01T21:37:35.015Z[ recovery-image] Aug 01 21:37:33.660 INFO O| Aug 01 21:37:33.660 INFO STEP 747 (remove_files) COMPLETE
68732025-08-01T21:37:35.018Z[ recovery-image] Aug 01 21:37:33.660 INFO O| Aug 01 21:37:33.660 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-08-01T21:37:35.027Z[ recovery-image] Aug 01 21:37:33.671 INFO O| Aug 01 21:37:33.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68752025-08-01T21:37:35.027Z[ recovery-image] Aug 01 21:37:33.672 INFO O| Aug 01 21:37:33.672 INFO STEP 748 (remove_files) COMPLETE
68762025-08-01T21:37:35.027Z[ recovery-image] Aug 01 21:37:33.672 INFO O| Aug 01 21:37:33.672 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-08-01T21:37:35.037Z[ recovery-image] Aug 01 21:37:33.682 INFO O| Aug 01 21:37:33.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
68782025-08-01T21:37:35.037Z[ recovery-image] Aug 01 21:37:33.682 INFO O| Aug 01 21:37:33.682 INFO STEP 749 (remove_files) COMPLETE
68792025-08-01T21:37:35.037Z[ recovery-image] Aug 01 21:37:33.682 INFO O| Aug 01 21:37:33.682 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-08-01T21:37:35.048Z[ recovery-image] Aug 01 21:37:33.693 INFO O| Aug 01 21:37:33.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
68812025-08-01T21:37:35.048Z[ recovery-image] Aug 01 21:37:33.693 INFO O| Aug 01 21:37:33.693 INFO STEP 750 (remove_files) COMPLETE
68822025-08-01T21:37:35.052Z[ recovery-image] Aug 01 21:37:33.693 INFO O| Aug 01 21:37:33.693 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-08-01T21:37:35.059Z[ recovery-image] Aug 01 21:37:33.704 INFO O| Aug 01 21:37:33.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68842025-08-01T21:37:35.059Z[ recovery-image] Aug 01 21:37:33.704 INFO O| Aug 01 21:37:33.704 INFO STEP 751 (remove_files) COMPLETE
68852025-08-01T21:37:35.059Z[ recovery-image] Aug 01 21:37:33.704 INFO O| Aug 01 21:37:33.704 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-08-01T21:37:35.073Z[ recovery-image] Aug 01 21:37:33.718 INFO O| Aug 01 21:37:33.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68872025-08-01T21:37:35.073Z[ recovery-image] Aug 01 21:37:33.718 INFO O| Aug 01 21:37:33.718 INFO STEP 752 (remove_files) COMPLETE
68882025-08-01T21:37:35.077Z[ recovery-image] Aug 01 21:37:33.718 INFO O| Aug 01 21:37:33.718 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-08-01T21:37:35.085Z[ recovery-image] Aug 01 21:37:33.730 INFO O| Aug 01 21:37:33.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68902025-08-01T21:37:35.085Z[ recovery-image] Aug 01 21:37:33.730 INFO O| Aug 01 21:37:33.730 INFO STEP 753 (remove_files) COMPLETE
68912025-08-01T21:37:35.085Z[ recovery-image] Aug 01 21:37:33.730 INFO O| Aug 01 21:37:33.730 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-08-01T21:37:35.098Z[ recovery-image] Aug 01 21:37:33.743 INFO O| Aug 01 21:37:33.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68932025-08-01T21:37:35.098Z[ recovery-image] Aug 01 21:37:33.743 INFO O| Aug 01 21:37:33.743 INFO STEP 754 (remove_files) COMPLETE
68942025-08-01T21:37:35.101Z[ recovery-image] Aug 01 21:37:33.743 INFO O| Aug 01 21:37:33.743 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-08-01T21:37:35.111Z[ recovery-image] Aug 01 21:37:33.756 INFO O| Aug 01 21:37:33.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68962025-08-01T21:37:35.111Z[ recovery-image] Aug 01 21:37:33.756 INFO O| Aug 01 21:37:33.756 INFO STEP 755 (remove_files) COMPLETE
68972025-08-01T21:37:35.114Z[ recovery-image] Aug 01 21:37:33.756 INFO O| Aug 01 21:37:33.756 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-08-01T21:37:35.123Z[ recovery-image] Aug 01 21:37:33.768 INFO O| Aug 01 21:37:33.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68992025-08-01T21:37:35.123Z[ recovery-image] Aug 01 21:37:33.768 INFO O| Aug 01 21:37:33.768 INFO STEP 756 (remove_files) COMPLETE
69002025-08-01T21:37:35.123Z[ recovery-image] Aug 01 21:37:33.768 INFO O| Aug 01 21:37:33.768 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-08-01T21:37:35.133Z[ recovery-image] Aug 01 21:37:33.778 INFO O| Aug 01 21:37:33.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69022025-08-01T21:37:35.133Z[ recovery-image] Aug 01 21:37:33.778 INFO O| Aug 01 21:37:33.778 INFO STEP 757 (remove_files) COMPLETE
69032025-08-01T21:37:35.136Z[ recovery-image] Aug 01 21:37:33.778 INFO O| Aug 01 21:37:33.778 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-08-01T21:37:35.145Z[ recovery-image] Aug 01 21:37:33.790 INFO O| Aug 01 21:37:33.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69052025-08-01T21:37:35.145Z[ recovery-image] Aug 01 21:37:33.790 INFO O| Aug 01 21:37:33.790 INFO STEP 758 (remove_files) COMPLETE
69062025-08-01T21:37:35.148Z[ recovery-image] Aug 01 21:37:33.790 INFO O| Aug 01 21:37:33.790 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-08-01T21:37:35.157Z[ recovery-image] Aug 01 21:37:33.801 INFO O| Aug 01 21:37:33.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69082025-08-01T21:37:35.157Z[ recovery-image] Aug 01 21:37:33.802 INFO O| Aug 01 21:37:33.801 INFO STEP 759 (remove_files) COMPLETE
69092025-08-01T21:37:35.157Z[ recovery-image] Aug 01 21:37:33.802 INFO O| Aug 01 21:37:33.802 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-08-01T21:37:35.169Z[ recovery-image] Aug 01 21:37:33.814 INFO O| Aug 01 21:37:33.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69112025-08-01T21:37:35.169Z[ recovery-image] Aug 01 21:37:33.814 INFO O| Aug 01 21:37:33.814 INFO STEP 760 (remove_files) COMPLETE
69122025-08-01T21:37:35.169Z[ recovery-image] Aug 01 21:37:33.814 INFO O| Aug 01 21:37:33.814 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-08-01T21:37:35.178Z[ recovery-image] Aug 01 21:37:33.823 INFO O| Aug 01 21:37:33.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69142025-08-01T21:37:35.178Z[ recovery-image] Aug 01 21:37:33.823 INFO O| Aug 01 21:37:33.823 INFO STEP 761 (remove_files) COMPLETE
69152025-08-01T21:37:35.182Z[ recovery-image] Aug 01 21:37:33.823 INFO O| Aug 01 21:37:33.823 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-08-01T21:37:35.190Z[ recovery-image] Aug 01 21:37:33.835 INFO O| Aug 01 21:37:33.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69172025-08-01T21:37:35.193Z[ recovery-image] Aug 01 21:37:33.836 INFO O| Aug 01 21:37:33.836 INFO STEP 762 (remove_files) COMPLETE
69182025-08-01T21:37:35.193Z[ recovery-image] Aug 01 21:37:33.836 INFO O| Aug 01 21:37:33.836 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-08-01T21:37:35.200Z[ recovery-image] Aug 01 21:37:33.845 INFO O| Aug 01 21:37:33.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69202025-08-01T21:37:35.204Z[ recovery-image] Aug 01 21:37:33.846 INFO O| Aug 01 21:37:33.846 INFO STEP 763 (remove_files) COMPLETE
69212025-08-01T21:37:35.204Z[ recovery-image] Aug 01 21:37:33.846 INFO O| Aug 01 21:37:33.846 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-08-01T21:37:35.212Z[ recovery-image] Aug 01 21:37:33.857 INFO O| Aug 01 21:37:33.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69232025-08-01T21:37:35.212Z[ recovery-image] Aug 01 21:37:33.857 INFO O| Aug 01 21:37:33.857 INFO STEP 764 (remove_files) COMPLETE
69242025-08-01T21:37:35.215Z[ recovery-image] Aug 01 21:37:33.857 INFO O| Aug 01 21:37:33.857 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-08-01T21:37:35.223Z[ recovery-image] Aug 01 21:37:33.867 INFO O| Aug 01 21:37:33.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69262025-08-01T21:37:35.223Z[ recovery-image] Aug 01 21:37:33.868 INFO O| Aug 01 21:37:33.868 INFO STEP 765 (remove_files) COMPLETE
69272025-08-01T21:37:35.226Z[ recovery-image] Aug 01 21:37:33.868 INFO O| Aug 01 21:37:33.868 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-08-01T21:37:35.234Z[ recovery-image] Aug 01 21:37:33.879 INFO O| Aug 01 21:37:33.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69292025-08-01T21:37:35.237Z[ recovery-image] Aug 01 21:37:33.879 INFO O| Aug 01 21:37:33.879 INFO STEP 766 (remove_files) COMPLETE
69302025-08-01T21:37:35.237Z[ recovery-image] Aug 01 21:37:33.879 INFO O| Aug 01 21:37:33.879 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-08-01T21:37:35.245Z[ recovery-image] Aug 01 21:37:33.890 INFO O| Aug 01 21:37:33.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69322025-08-01T21:37:35.246Z[ recovery-image] Aug 01 21:37:33.890 INFO O| Aug 01 21:37:33.890 INFO STEP 767 (remove_files) COMPLETE
69332025-08-01T21:37:35.246Z[ recovery-image] Aug 01 21:37:33.890 INFO O| Aug 01 21:37:33.890 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-08-01T21:37:35.256Z[ recovery-image] Aug 01 21:37:33.900 INFO O| Aug 01 21:37:33.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69352025-08-01T21:37:35.256Z[ recovery-image] Aug 01 21:37:33.901 INFO O| Aug 01 21:37:33.901 INFO STEP 768 (remove_files) COMPLETE
69362025-08-01T21:37:35.256Z[ recovery-image] Aug 01 21:37:33.901 INFO O| Aug 01 21:37:33.901 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-08-01T21:37:35.268Z[ recovery-image] Aug 01 21:37:33.913 INFO O| Aug 01 21:37:33.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69382025-08-01T21:37:35.268Z[ recovery-image] Aug 01 21:37:33.913 INFO O| Aug 01 21:37:33.913 INFO STEP 769 (remove_files) COMPLETE
69392025-08-01T21:37:35.268Z[ recovery-image] Aug 01 21:37:33.913 INFO O| Aug 01 21:37:33.913 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-08-01T21:37:35.280Z[ recovery-image] Aug 01 21:37:33.925 INFO O| Aug 01 21:37:33.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69412025-08-01T21:37:35.283Z[ recovery-image] Aug 01 21:37:33.925 INFO O| Aug 01 21:37:33.925 INFO STEP 770 (remove_files) COMPLETE
69422025-08-01T21:37:35.283Z[ recovery-image] Aug 01 21:37:33.925 INFO O| Aug 01 21:37:33.925 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-08-01T21:37:35.292Z[ recovery-image] Aug 01 21:37:33.937 INFO O| Aug 01 21:37:33.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69442025-08-01T21:37:35.292Z[ recovery-image] Aug 01 21:37:33.937 INFO O| Aug 01 21:37:33.937 INFO STEP 771 (remove_files) COMPLETE
69452025-08-01T21:37:35.295Z[ recovery-image] Aug 01 21:37:33.937 INFO O| Aug 01 21:37:33.937 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-08-01T21:37:35.304Z[ recovery-image] Aug 01 21:37:33.948 INFO O| Aug 01 21:37:33.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
69472025-08-01T21:37:35.304Z[ recovery-image] Aug 01 21:37:33.949 INFO O| Aug 01 21:37:33.949 INFO STEP 772 (remove_files) COMPLETE
69482025-08-01T21:37:35.307Z[ recovery-image] Aug 01 21:37:33.949 INFO O| Aug 01 21:37:33.949 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-08-01T21:37:35.316Z[ recovery-image] Aug 01 21:37:33.961 INFO O| Aug 01 21:37:33.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
69502025-08-01T21:37:35.320Z[ recovery-image] Aug 01 21:37:33.961 INFO O| Aug 01 21:37:33.961 INFO STEP 773 (remove_files) COMPLETE
69512025-08-01T21:37:35.320Z[ recovery-image] Aug 01 21:37:33.961 INFO O| Aug 01 21:37:33.961 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-08-01T21:37:35.329Z[ recovery-image] Aug 01 21:37:33.974 INFO O| Aug 01 21:37:33.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69532025-08-01T21:37:35.332Z[ recovery-image] Aug 01 21:37:33.974 INFO O| Aug 01 21:37:33.974 INFO STEP 774 (remove_files) COMPLETE
69542025-08-01T21:37:35.332Z[ recovery-image] Aug 01 21:37:33.974 INFO O| Aug 01 21:37:33.974 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-08-01T21:37:35.342Z[ recovery-image] Aug 01 21:37:33.987 INFO O| Aug 01 21:37:33.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69562025-08-01T21:37:35.345Z[ recovery-image] Aug 01 21:37:33.987 INFO O| Aug 01 21:37:33.987 INFO STEP 775 (remove_files) COMPLETE
69572025-08-01T21:37:35.345Z[ recovery-image] Aug 01 21:37:33.987 INFO O| Aug 01 21:37:33.987 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-08-01T21:37:35.356Z[ recovery-image] Aug 01 21:37:34.000 INFO O| Aug 01 21:37:34.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69592025-08-01T21:37:35.359Z[ recovery-image] Aug 01 21:37:34.001 INFO O| Aug 01 21:37:34.000 INFO STEP 776 (remove_files) COMPLETE
69602025-08-01T21:37:35.359Z[ recovery-image] Aug 01 21:37:34.001 INFO O| Aug 01 21:37:34.001 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-08-01T21:37:35.369Z[ recovery-image] Aug 01 21:37:34.013 INFO O| Aug 01 21:37:34.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
69622025-08-01T21:37:35.369Z[ recovery-image] Aug 01 21:37:34.013 INFO O| Aug 01 21:37:34.013 INFO STEP 777 (remove_files) COMPLETE
69632025-08-01T21:37:35.372Z[ recovery-image] Aug 01 21:37:34.013 INFO O| Aug 01 21:37:34.013 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-08-01T21:37:35.382Z[ recovery-image] Aug 01 21:37:34.027 INFO O| Aug 01 21:37:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69652025-08-01T21:37:35.382Z[ recovery-image] Aug 01 21:37:34.027 INFO O| Aug 01 21:37:34.027 INFO STEP 778 (remove_files) COMPLETE
69662025-08-01T21:37:35.385Z[ recovery-image] Aug 01 21:37:34.027 INFO O| Aug 01 21:37:34.027 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-08-01T21:37:35.393Z[ recovery-image] Aug 01 21:37:34.038 INFO O| Aug 01 21:37:34.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
69682025-08-01T21:37:35.393Z[ recovery-image] Aug 01 21:37:34.038 INFO O| Aug 01 21:37:34.038 INFO STEP 779 (remove_files) COMPLETE
69692025-08-01T21:37:35.397Z[ recovery-image] Aug 01 21:37:34.038 INFO O| Aug 01 21:37:34.038 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-08-01T21:37:35.403Z[ recovery-image] Aug 01 21:37:34.048 INFO O| Aug 01 21:37:34.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
69712025-08-01T21:37:35.406Z[ recovery-image] Aug 01 21:37:34.048 INFO O| Aug 01 21:37:34.048 INFO STEP 780 (remove_files) COMPLETE
69722025-08-01T21:37:35.406Z[ recovery-image] Aug 01 21:37:34.048 INFO O| Aug 01 21:37:34.048 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-08-01T21:37:35.412Z[ recovery-image] Aug 01 21:37:34.057 INFO O| Aug 01 21:37:34.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
69742025-08-01T21:37:35.412Z[ recovery-image] Aug 01 21:37:34.057 INFO O| Aug 01 21:37:34.057 INFO STEP 781 (remove_files) COMPLETE
69752025-08-01T21:37:35.415Z[ recovery-image] Aug 01 21:37:34.057 INFO O| Aug 01 21:37:34.057 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-08-01T21:37:35.422Z[ recovery-image] Aug 01 21:37:34.067 INFO O| Aug 01 21:37:34.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
69772025-08-01T21:37:35.422Z[ recovery-image] Aug 01 21:37:34.067 INFO O| Aug 01 21:37:34.067 INFO STEP 782 (remove_files) COMPLETE
69782025-08-01T21:37:35.426Z[ recovery-image] Aug 01 21:37:34.067 INFO O| Aug 01 21:37:34.067 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-08-01T21:37:35.433Z[ recovery-image] Aug 01 21:37:34.078 INFO O| Aug 01 21:37:34.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
69802025-08-01T21:37:35.436Z[ recovery-image] Aug 01 21:37:34.078 INFO O| Aug 01 21:37:34.078 INFO STEP 783 (remove_files) COMPLETE
69812025-08-01T21:37:35.437Z[ recovery-image] Aug 01 21:37:34.078 INFO O| Aug 01 21:37:34.078 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-08-01T21:37:35.443Z[ recovery-image] Aug 01 21:37:34.088 INFO O| Aug 01 21:37:34.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
69832025-08-01T21:37:35.443Z[ recovery-image] Aug 01 21:37:34.088 INFO O| Aug 01 21:37:34.088 INFO STEP 784 (remove_files) COMPLETE
69842025-08-01T21:37:35.446Z[ recovery-image] Aug 01 21:37:34.088 INFO O| Aug 01 21:37:34.088 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-08-01T21:37:35.452Z[ recovery-image] Aug 01 21:37:34.097 INFO O| Aug 01 21:37:34.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
69862025-08-01T21:37:35.455Z[ recovery-image] Aug 01 21:37:34.097 INFO O| Aug 01 21:37:34.097 INFO STEP 785 (remove_files) COMPLETE
69872025-08-01T21:37:35.455Z[ recovery-image] Aug 01 21:37:34.097 INFO O| Aug 01 21:37:34.097 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-08-01T21:37:35.475Z[ recovery-image] Aug 01 21:37:34.106 INFO O| Aug 01 21:37:34.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
69892025-08-01T21:37:35.475Z[ recovery-image] Aug 01 21:37:34.106 INFO O| Aug 01 21:37:34.106 INFO STEP 786 (remove_files) COMPLETE
69902025-08-01T21:37:35.475Z[ recovery-image] Aug 01 21:37:34.106 INFO O| Aug 01 21:37:34.106 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-08-01T21:37:35.475Z[ recovery-image] Aug 01 21:37:34.116 INFO O| Aug 01 21:37:34.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
69922025-08-01T21:37:35.475Z[ recovery-image] Aug 01 21:37:34.116 INFO O| Aug 01 21:37:34.116 INFO STEP 787 (remove_files) COMPLETE
69932025-08-01T21:37:35.475Z[ recovery-image] Aug 01 21:37:34.116 INFO O| Aug 01 21:37:34.116 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-08-01T21:37:35.481Z[ recovery-image] Aug 01 21:37:34.125 INFO O| Aug 01 21:37:34.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
69952025-08-01T21:37:35.484Z[ recovery-image] Aug 01 21:37:34.125 INFO O| Aug 01 21:37:34.125 INFO STEP 788 (remove_files) COMPLETE
69962025-08-01T21:37:35.484Z[ recovery-image] Aug 01 21:37:34.125 INFO O| Aug 01 21:37:34.125 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-08-01T21:37:35.492Z[ recovery-image] Aug 01 21:37:34.137 INFO O| Aug 01 21:37:34.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
69982025-08-01T21:37:35.495Z[ recovery-image] Aug 01 21:37:34.137 INFO O| Aug 01 21:37:34.137 INFO STEP 789 (remove_files) COMPLETE
69992025-08-01T21:37:35.495Z[ recovery-image] Aug 01 21:37:34.137 INFO O| Aug 01 21:37:34.137 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-08-01T21:37:35.504Z[ recovery-image] Aug 01 21:37:34.148 INFO O| Aug 01 21:37:34.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70012025-08-01T21:37:35.504Z[ recovery-image] Aug 01 21:37:34.148 INFO O| Aug 01 21:37:34.148 INFO STEP 790 (remove_files) COMPLETE
70022025-08-01T21:37:35.507Z[ recovery-image] Aug 01 21:37:34.148 INFO O| Aug 01 21:37:34.148 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-08-01T21:37:35.516Z[ recovery-image] Aug 01 21:37:34.161 INFO O| Aug 01 21:37:34.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70042025-08-01T21:37:35.516Z[ recovery-image] Aug 01 21:37:34.161 INFO O| Aug 01 21:37:34.161 INFO STEP 791 (remove_files) COMPLETE
70052025-08-01T21:37:35.519Z[ recovery-image] Aug 01 21:37:34.161 INFO O| Aug 01 21:37:34.161 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-08-01T21:37:35.528Z[ recovery-image] Aug 01 21:37:34.172 INFO O| Aug 01 21:37:34.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70072025-08-01T21:37:35.528Z[ recovery-image] Aug 01 21:37:34.172 INFO O| Aug 01 21:37:34.172 INFO STEP 792 (remove_files) COMPLETE
70082025-08-01T21:37:35.531Z[ recovery-image] Aug 01 21:37:34.172 INFO O| Aug 01 21:37:34.172 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-08-01T21:37:35.536Z[ recovery-image] Aug 01 21:37:34.181 INFO O| Aug 01 21:37:34.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70102025-08-01T21:37:35.536Z[ recovery-image] Aug 01 21:37:34.181 INFO O| Aug 01 21:37:34.181 INFO STEP 793 (remove_files) COMPLETE
70112025-08-01T21:37:35.540Z[ recovery-image] Aug 01 21:37:34.181 INFO O| Aug 01 21:37:34.181 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-08-01T21:37:35.549Z[ recovery-image] Aug 01 21:37:34.193 INFO O| Aug 01 21:37:34.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70132025-08-01T21:37:35.549Z[ recovery-image] Aug 01 21:37:34.194 INFO O| Aug 01 21:37:34.193 INFO STEP 794 (remove_files) COMPLETE
70142025-08-01T21:37:35.549Z[ recovery-image] Aug 01 21:37:34.194 INFO O| Aug 01 21:37:34.194 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-08-01T21:37:35.561Z[ recovery-image] Aug 01 21:37:34.205 INFO O| Aug 01 21:37:34.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70162025-08-01T21:37:35.561Z[ recovery-image] Aug 01 21:37:34.206 INFO O| Aug 01 21:37:34.206 INFO STEP 795 (remove_files) COMPLETE
70172025-08-01T21:37:35.564Z[ recovery-image] Aug 01 21:37:34.206 INFO O| Aug 01 21:37:34.206 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-08-01T21:37:35.573Z[ recovery-image] Aug 01 21:37:34.218 INFO O| Aug 01 21:37:34.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70192025-08-01T21:37:35.573Z[ recovery-image] Aug 01 21:37:34.218 INFO O| Aug 01 21:37:34.218 INFO STEP 796 (remove_files) COMPLETE
70202025-08-01T21:37:35.576Z[ recovery-image] Aug 01 21:37:34.218 INFO O| Aug 01 21:37:34.218 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-08-01T21:37:35.586Z[ recovery-image] Aug 01 21:37:34.230 INFO O| Aug 01 21:37:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70222025-08-01T21:37:35.586Z[ recovery-image] Aug 01 21:37:34.230 INFO O| Aug 01 21:37:34.230 INFO STEP 797 (remove_files) COMPLETE
70232025-08-01T21:37:35.586Z[ recovery-image] Aug 01 21:37:34.230 INFO O| Aug 01 21:37:34.230 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-08-01T21:37:35.597Z[ recovery-image] Aug 01 21:37:34.242 INFO O| Aug 01 21:37:34.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70252025-08-01T21:37:35.597Z[ recovery-image] Aug 01 21:37:34.242 INFO O| Aug 01 21:37:34.242 INFO STEP 798 (remove_files) COMPLETE
70262025-08-01T21:37:35.601Z[ recovery-image] Aug 01 21:37:34.242 INFO O| Aug 01 21:37:34.242 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-08-01T21:37:35.609Z[ recovery-image] Aug 01 21:37:34.253 INFO O| Aug 01 21:37:34.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70282025-08-01T21:37:35.612Z[ recovery-image] Aug 01 21:37:34.254 INFO O| Aug 01 21:37:34.253 INFO STEP 799 (remove_files) COMPLETE
70292025-08-01T21:37:35.612Z[ recovery-image] Aug 01 21:37:34.254 INFO O| Aug 01 21:37:34.253 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-08-01T21:37:35.620Z[ recovery-image] Aug 01 21:37:34.265 INFO O| Aug 01 21:37:34.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70312025-08-01T21:37:35.623Z[ recovery-image] Aug 01 21:37:34.265 INFO O| Aug 01 21:37:34.265 INFO STEP 800 (remove_files) COMPLETE
70322025-08-01T21:37:35.623Z[ recovery-image] Aug 01 21:37:34.265 INFO O| Aug 01 21:37:34.265 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-08-01T21:37:35.629Z[ recovery-image] Aug 01 21:37:34.274 INFO O| Aug 01 21:37:34.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70342025-08-01T21:37:35.629Z[ recovery-image] Aug 01 21:37:34.274 INFO O| Aug 01 21:37:34.274 INFO STEP 801 (remove_files) COMPLETE
70352025-08-01T21:37:35.629Z[ recovery-image] Aug 01 21:37:34.274 INFO O| Aug 01 21:37:34.274 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-08-01T21:37:35.642Z[ recovery-image] Aug 01 21:37:34.287 INFO O| Aug 01 21:37:34.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70372025-08-01T21:37:35.642Z[ recovery-image] Aug 01 21:37:34.287 INFO O| Aug 01 21:37:34.287 INFO STEP 802 (remove_files) COMPLETE
70382025-08-01T21:37:35.645Z[ recovery-image] Aug 01 21:37:34.287 INFO O| Aug 01 21:37:34.287 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-08-01T21:37:35.651Z[ recovery-image] Aug 01 21:37:34.296 INFO O| Aug 01 21:37:34.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70402025-08-01T21:37:35.651Z[ recovery-image] Aug 01 21:37:34.296 INFO O| Aug 01 21:37:34.296 INFO STEP 803 (remove_files) COMPLETE
70412025-08-01T21:37:35.655Z[ recovery-image] Aug 01 21:37:34.296 INFO O| Aug 01 21:37:34.296 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-08-01T21:37:35.660Z[ recovery-image] Aug 01 21:37:34.305 INFO O| Aug 01 21:37:34.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70432025-08-01T21:37:35.664Z[ recovery-image] Aug 01 21:37:34.305 INFO O| Aug 01 21:37:34.305 INFO STEP 804 (remove_files) COMPLETE
70442025-08-01T21:37:35.665Z[ recovery-image] Aug 01 21:37:34.305 INFO O| Aug 01 21:37:34.305 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-08-01T21:37:35.670Z[ recovery-image] Aug 01 21:37:34.314 INFO O| Aug 01 21:37:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
70462025-08-01T21:37:35.673Z[ recovery-image] Aug 01 21:37:34.315 INFO O| Aug 01 21:37:34.314 INFO STEP 805 (remove_files) COMPLETE
70472025-08-01T21:37:35.673Z[ recovery-image] Aug 01 21:37:34.315 INFO O| Aug 01 21:37:34.315 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-08-01T21:37:35.682Z[ recovery-image] Aug 01 21:37:34.327 INFO O| Aug 01 21:37:34.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
70492025-08-01T21:37:35.682Z[ recovery-image] Aug 01 21:37:34.327 INFO O| Aug 01 21:37:34.327 INFO STEP 806 (remove_files) COMPLETE
70502025-08-01T21:37:35.685Z[ recovery-image] Aug 01 21:37:34.327 INFO O| Aug 01 21:37:34.327 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-08-01T21:37:35.693Z[ recovery-image] Aug 01 21:37:34.337 INFO O| Aug 01 21:37:34.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
70522025-08-01T21:37:35.693Z[ recovery-image] Aug 01 21:37:34.337 INFO O| Aug 01 21:37:34.337 INFO STEP 807 (remove_files) COMPLETE
70532025-08-01T21:37:35.696Z[ recovery-image] Aug 01 21:37:34.337 INFO O| Aug 01 21:37:34.337 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-08-01T21:37:35.703Z[ recovery-image] Aug 01 21:37:34.347 INFO O| Aug 01 21:37:34.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
70552025-08-01T21:37:35.703Z[ recovery-image] Aug 01 21:37:34.348 INFO O| Aug 01 21:37:34.348 INFO STEP 808 (remove_files) COMPLETE
70562025-08-01T21:37:35.706Z[ recovery-image] Aug 01 21:37:34.348 INFO O| Aug 01 21:37:34.348 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-08-01T21:37:35.713Z[ recovery-image] Aug 01 21:37:34.358 INFO O| Aug 01 21:37:34.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
70582025-08-01T21:37:35.717Z[ recovery-image] Aug 01 21:37:34.358 INFO O| Aug 01 21:37:34.358 INFO STEP 809 (remove_files) COMPLETE
70592025-08-01T21:37:35.717Z[ recovery-image] Aug 01 21:37:34.358 INFO O| Aug 01 21:37:34.358 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-08-01T21:37:35.725Z[ recovery-image] Aug 01 21:37:34.370 INFO O| Aug 01 21:37:34.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
70612025-08-01T21:37:35.725Z[ recovery-image] Aug 01 21:37:34.370 INFO O| Aug 01 21:37:34.370 INFO STEP 810 (remove_files) COMPLETE
70622025-08-01T21:37:35.729Z[ recovery-image] Aug 01 21:37:34.370 INFO O| Aug 01 21:37:34.370 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-08-01T21:37:35.734Z[ recovery-image] Aug 01 21:37:34.378 INFO O| Aug 01 21:37:34.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
70642025-08-01T21:37:35.737Z[ recovery-image] Aug 01 21:37:34.379 INFO O| Aug 01 21:37:34.379 INFO STEP 811 (remove_files) COMPLETE
70652025-08-01T21:37:35.737Z[ recovery-image] Aug 01 21:37:34.379 INFO O| Aug 01 21:37:34.379 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-08-01T21:37:35.746Z[ recovery-image] Aug 01 21:37:34.390 INFO O| Aug 01 21:37:34.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
70672025-08-01T21:37:35.746Z[ recovery-image] Aug 01 21:37:34.390 INFO O| Aug 01 21:37:34.390 INFO STEP 812 (remove_files) COMPLETE
70682025-08-01T21:37:35.746Z[ recovery-image] Aug 01 21:37:34.390 INFO O| Aug 01 21:37:34.390 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-08-01T21:37:35.759Z[ recovery-image] Aug 01 21:37:34.403 INFO O| Aug 01 21:37:34.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
70702025-08-01T21:37:35.759Z[ recovery-image] Aug 01 21:37:34.404 INFO O| Aug 01 21:37:34.403 INFO STEP 813 (remove_files) COMPLETE
70712025-08-01T21:37:35.762Z[ recovery-image] Aug 01 21:37:34.404 INFO O| Aug 01 21:37:34.403 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-08-01T21:37:35.771Z[ recovery-image] Aug 01 21:37:34.416 INFO O| Aug 01 21:37:34.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
70732025-08-01T21:37:35.771Z[ recovery-image] Aug 01 21:37:34.416 INFO O| Aug 01 21:37:34.416 INFO STEP 814 (remove_files) COMPLETE
70742025-08-01T21:37:35.771Z[ recovery-image] Aug 01 21:37:34.416 INFO O| Aug 01 21:37:34.416 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-08-01T21:37:35.781Z[ recovery-image] Aug 01 21:37:34.426 INFO O| Aug 01 21:37:34.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
70762025-08-01T21:37:35.781Z[ recovery-image] Aug 01 21:37:34.426 INFO O| Aug 01 21:37:34.426 INFO STEP 815 (remove_files) COMPLETE
70772025-08-01T21:37:35.781Z[ recovery-image] Aug 01 21:37:34.426 INFO O| Aug 01 21:37:34.426 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-08-01T21:37:35.791Z[ recovery-image] Aug 01 21:37:34.435 INFO O| Aug 01 21:37:34.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
70792025-08-01T21:37:35.794Z[ recovery-image] Aug 01 21:37:34.436 INFO O| Aug 01 21:37:34.436 INFO STEP 816 (remove_files) COMPLETE
70802025-08-01T21:37:35.794Z[ recovery-image] Aug 01 21:37:34.436 INFO O| Aug 01 21:37:34.436 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-08-01T21:37:35.804Z[ recovery-image] Aug 01 21:37:34.449 INFO O| Aug 01 21:37:34.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
70822025-08-01T21:37:35.804Z[ recovery-image] Aug 01 21:37:34.449 INFO O| Aug 01 21:37:34.449 INFO STEP 817 (remove_files) COMPLETE
70832025-08-01T21:37:35.808Z[ recovery-image] Aug 01 21:37:34.449 INFO O| Aug 01 21:37:34.449 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-08-01T21:37:35.816Z[ recovery-image] Aug 01 21:37:34.461 INFO O| Aug 01 21:37:34.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
70852025-08-01T21:37:35.816Z[ recovery-image] Aug 01 21:37:34.461 INFO O| Aug 01 21:37:34.461 INFO STEP 818 (remove_files) COMPLETE
70862025-08-01T21:37:35.820Z[ recovery-image] Aug 01 21:37:34.461 INFO O| Aug 01 21:37:34.461 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-08-01T21:37:35.826Z[ recovery-image] Aug 01 21:37:34.470 INFO O| Aug 01 21:37:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
70882025-08-01T21:37:35.826Z[ recovery-image] Aug 01 21:37:34.471 INFO O| Aug 01 21:37:34.470 INFO STEP 819 (remove_files) COMPLETE
70892025-08-01T21:37:35.829Z[ recovery-image] Aug 01 21:37:34.471 INFO O| Aug 01 21:37:34.471 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-08-01T21:37:35.837Z[ recovery-image] Aug 01 21:37:34.481 INFO O| Aug 01 21:37:34.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
70912025-08-01T21:37:35.840Z[ recovery-image] Aug 01 21:37:34.481 INFO O| Aug 01 21:37:34.481 INFO STEP 820 (remove_files) COMPLETE
70922025-08-01T21:37:35.840Z[ recovery-image] Aug 01 21:37:34.481 INFO O| Aug 01 21:37:34.481 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-08-01T21:37:35.847Z[ recovery-image] Aug 01 21:37:34.492 INFO O| Aug 01 21:37:34.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
70942025-08-01T21:37:35.847Z[ recovery-image] Aug 01 21:37:34.492 INFO O| Aug 01 21:37:34.492 INFO STEP 821 (remove_files) COMPLETE
70952025-08-01T21:37:35.851Z[ recovery-image] Aug 01 21:37:34.492 INFO O| Aug 01 21:37:34.492 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-08-01T21:37:35.859Z[ recovery-image] Aug 01 21:37:34.504 INFO O| Aug 01 21:37:34.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
70972025-08-01T21:37:35.862Z[ recovery-image] Aug 01 21:37:34.504 INFO O| Aug 01 21:37:34.504 INFO STEP 822 (remove_files) COMPLETE
70982025-08-01T21:37:35.863Z[ recovery-image] Aug 01 21:37:34.504 INFO O| Aug 01 21:37:34.504 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-08-01T21:37:35.872Z[ recovery-image] Aug 01 21:37:34.516 INFO O| Aug 01 21:37:34.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71002025-08-01T21:37:35.875Z[ recovery-image] Aug 01 21:37:34.516 INFO O| Aug 01 21:37:34.516 INFO STEP 823 (remove_files) COMPLETE
71012025-08-01T21:37:35.875Z[ recovery-image] Aug 01 21:37:34.516 INFO O| Aug 01 21:37:34.516 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-08-01T21:37:35.880Z[ recovery-image] Aug 01 21:37:34.525 INFO O| Aug 01 21:37:34.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71032025-08-01T21:37:35.880Z[ recovery-image] Aug 01 21:37:34.525 INFO O| Aug 01 21:37:34.525 INFO STEP 824 (remove_files) COMPLETE
71042025-08-01T21:37:35.884Z[ recovery-image] Aug 01 21:37:34.525 INFO O| Aug 01 21:37:34.525 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-08-01T21:37:35.892Z[ recovery-image] Aug 01 21:37:34.537 INFO O| Aug 01 21:37:34.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71062025-08-01T21:37:35.896Z[ recovery-image] Aug 01 21:37:34.537 INFO O| Aug 01 21:37:34.537 INFO STEP 825 (remove_files) COMPLETE
71072025-08-01T21:37:35.896Z[ recovery-image] Aug 01 21:37:34.537 INFO O| Aug 01 21:37:34.537 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-08-01T21:37:35.905Z[ recovery-image] Aug 01 21:37:34.549 INFO O| Aug 01 21:37:34.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71092025-08-01T21:37:35.905Z[ recovery-image] Aug 01 21:37:34.549 INFO O| Aug 01 21:37:34.549 INFO STEP 826 (remove_files) COMPLETE
71102025-08-01T21:37:35.905Z[ recovery-image] Aug 01 21:37:34.549 INFO O| Aug 01 21:37:34.549 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-08-01T21:37:35.916Z[ recovery-image] Aug 01 21:37:34.560 INFO O| Aug 01 21:37:34.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71122025-08-01T21:37:35.919Z[ recovery-image] Aug 01 21:37:34.561 INFO O| Aug 01 21:37:34.561 INFO STEP 827 (remove_files) COMPLETE
71132025-08-01T21:37:35.920Z[ recovery-image] Aug 01 21:37:34.561 INFO O| Aug 01 21:37:34.561 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-08-01T21:37:35.927Z[ recovery-image] Aug 01 21:37:34.572 INFO O| Aug 01 21:37:34.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71152025-08-01T21:37:35.931Z[ recovery-image] Aug 01 21:37:34.572 INFO O| Aug 01 21:37:34.572 INFO STEP 828 (remove_files) COMPLETE
71162025-08-01T21:37:35.931Z[ recovery-image] Aug 01 21:37:34.572 INFO O| Aug 01 21:37:34.572 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-08-01T21:37:35.937Z[ recovery-image] Aug 01 21:37:34.582 INFO O| Aug 01 21:37:34.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71182025-08-01T21:37:35.940Z[ recovery-image] Aug 01 21:37:34.582 INFO O| Aug 01 21:37:34.582 INFO STEP 829 (remove_files) COMPLETE
71192025-08-01T21:37:35.941Z[ recovery-image] Aug 01 21:37:34.582 INFO O| Aug 01 21:37:34.582 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-08-01T21:37:35.947Z[ recovery-image] Aug 01 21:37:34.592 INFO O| Aug 01 21:37:34.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71212025-08-01T21:37:35.951Z[ recovery-image] Aug 01 21:37:34.592 INFO O| Aug 01 21:37:34.592 INFO STEP 830 (remove_files) COMPLETE
71222025-08-01T21:37:35.951Z[ recovery-image] Aug 01 21:37:34.592 INFO O| Aug 01 21:37:34.592 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-08-01T21:37:35.959Z[ recovery-image] Aug 01 21:37:34.603 INFO O| Aug 01 21:37:34.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71242025-08-01T21:37:35.959Z[ recovery-image] Aug 01 21:37:34.604 INFO O| Aug 01 21:37:34.603 INFO STEP 831 (remove_files) COMPLETE
71252025-08-01T21:37:35.959Z[ recovery-image] Aug 01 21:37:34.604 INFO O| Aug 01 21:37:34.604 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-08-01T21:37:35.971Z[ recovery-image] Aug 01 21:37:34.615 INFO O| Aug 01 21:37:34.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71272025-08-01T21:37:35.971Z[ recovery-image] Aug 01 21:37:34.615 INFO O| Aug 01 21:37:34.615 INFO STEP 832 (remove_files) COMPLETE
71282025-08-01T21:37:35.974Z[ recovery-image] Aug 01 21:37:34.615 INFO O| Aug 01 21:37:34.615 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-08-01T21:37:35.981Z[ recovery-image] Aug 01 21:37:34.626 INFO O| Aug 01 21:37:34.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71302025-08-01T21:37:35.984Z[ recovery-image] Aug 01 21:37:34.626 INFO O| Aug 01 21:37:34.626 INFO STEP 833 (remove_files) COMPLETE
71312025-08-01T21:37:35.984Z[ recovery-image] Aug 01 21:37:34.626 INFO O| Aug 01 21:37:34.626 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-08-01T21:37:35.990Z[ recovery-image] Aug 01 21:37:34.634 INFO O| Aug 01 21:37:34.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71332025-08-01T21:37:35.990Z[ recovery-image] Aug 01 21:37:34.634 INFO O| Aug 01 21:37:34.634 INFO STEP 834 (remove_files) COMPLETE
71342025-08-01T21:37:35.993Z[ recovery-image] Aug 01 21:37:34.634 INFO O| Aug 01 21:37:34.634 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-08-01T21:37:36.002Z[ recovery-image] Aug 01 21:37:34.646 INFO O| Aug 01 21:37:34.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71362025-08-01T21:37:36.005Z[ recovery-image] Aug 01 21:37:34.647 INFO O| Aug 01 21:37:34.647 INFO STEP 835 (remove_files) COMPLETE
71372025-08-01T21:37:36.005Z[ recovery-image] Aug 01 21:37:34.647 INFO O| Aug 01 21:37:34.647 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-08-01T21:37:36.011Z[ recovery-image] Aug 01 21:37:34.655 INFO O| Aug 01 21:37:34.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71392025-08-01T21:37:36.014Z[ recovery-image] Aug 01 21:37:34.656 INFO O| Aug 01 21:37:34.656 INFO STEP 836 (remove_files) COMPLETE
71402025-08-01T21:37:36.014Z[ recovery-image] Aug 01 21:37:34.656 INFO O| Aug 01 21:37:34.656 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-08-01T21:37:36.019Z[ recovery-image] Aug 01 21:37:34.664 INFO O| Aug 01 21:37:34.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71422025-08-01T21:37:36.023Z[ recovery-image] Aug 01 21:37:34.664 INFO O| Aug 01 21:37:34.664 INFO STEP 837 (remove_files) COMPLETE
71432025-08-01T21:37:36.023Z[ recovery-image] Aug 01 21:37:34.664 INFO O| Aug 01 21:37:34.664 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-08-01T21:37:36.032Z[ recovery-image] Aug 01 21:37:34.676 INFO O| Aug 01 21:37:34.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71452025-08-01T21:37:36.035Z[ recovery-image] Aug 01 21:37:34.676 INFO O| Aug 01 21:37:34.676 INFO STEP 838 (remove_files) COMPLETE
71462025-08-01T21:37:36.035Z[ recovery-image] Aug 01 21:37:34.676 INFO O| Aug 01 21:37:34.676 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-08-01T21:37:36.044Z[ recovery-image] Aug 01 21:37:34.688 INFO O| Aug 01 21:37:34.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71482025-08-01T21:37:36.048Z[ recovery-image] Aug 01 21:37:34.689 INFO O| Aug 01 21:37:34.688 INFO STEP 839 (remove_files) COMPLETE
71492025-08-01T21:37:36.048Z[ recovery-image] Aug 01 21:37:34.689 INFO O| Aug 01 21:37:34.688 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-08-01T21:37:36.056Z[ recovery-image] Aug 01 21:37:34.700 INFO O| Aug 01 21:37:34.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71512025-08-01T21:37:36.056Z[ recovery-image] Aug 01 21:37:34.701 INFO O| Aug 01 21:37:34.700 INFO STEP 840 (remove_files) COMPLETE
71522025-08-01T21:37:36.056Z[ recovery-image] Aug 01 21:37:34.701 INFO O| Aug 01 21:37:34.700 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-08-01T21:37:36.067Z[ recovery-image] Aug 01 21:37:34.711 INFO O| Aug 01 21:37:34.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71542025-08-01T21:37:36.067Z[ recovery-image] Aug 01 21:37:34.711 INFO O| Aug 01 21:37:34.711 INFO STEP 841 (remove_files) COMPLETE
71552025-08-01T21:37:36.070Z[ recovery-image] Aug 01 21:37:34.711 INFO O| Aug 01 21:37:34.711 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-08-01T21:37:36.075Z[ recovery-image] Aug 01 21:37:34.720 INFO O| Aug 01 21:37:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71572025-08-01T21:37:36.075Z[ recovery-image] Aug 01 21:37:34.720 INFO O| Aug 01 21:37:34.720 INFO STEP 842 (remove_files) COMPLETE
71582025-08-01T21:37:36.079Z[ recovery-image] Aug 01 21:37:34.720 INFO O| Aug 01 21:37:34.720 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-08-01T21:37:36.084Z[ recovery-image] Aug 01 21:37:34.728 INFO O| Aug 01 21:37:34.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
71602025-08-01T21:37:36.087Z[ recovery-image] Aug 01 21:37:34.728 INFO O| Aug 01 21:37:34.728 INFO STEP 843 (remove_files) COMPLETE
71612025-08-01T21:37:36.087Z[ recovery-image] Aug 01 21:37:34.728 INFO O| Aug 01 21:37:34.728 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-08-01T21:37:36.094Z[ recovery-image] Aug 01 21:37:34.738 INFO O| Aug 01 21:37:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
71632025-08-01T21:37:36.094Z[ recovery-image] Aug 01 21:37:34.738 INFO O| Aug 01 21:37:34.738 INFO STEP 844 (remove_files) COMPLETE
71642025-08-01T21:37:36.098Z[ recovery-image] Aug 01 21:37:34.738 INFO O| Aug 01 21:37:34.738 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-08-01T21:37:36.103Z[ recovery-image] Aug 01 21:37:34.747 INFO O| Aug 01 21:37:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
71662025-08-01T21:37:36.103Z[ recovery-image] Aug 01 21:37:34.747 INFO O| Aug 01 21:37:34.747 INFO STEP 845 (remove_files) COMPLETE
71672025-08-01T21:37:36.103Z[ recovery-image] Aug 01 21:37:34.747 INFO O| Aug 01 21:37:34.747 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-08-01T21:37:36.116Z[ recovery-image] Aug 01 21:37:34.759 INFO O| Aug 01 21:37:34.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
71692025-08-01T21:37:36.116Z[ recovery-image] Aug 01 21:37:34.759 INFO O| Aug 01 21:37:34.759 INFO STEP 846 (remove_files) COMPLETE
71702025-08-01T21:37:36.119Z[ recovery-image] Aug 01 21:37:34.759 INFO O| Aug 01 21:37:34.759 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-08-01T21:37:36.124Z[ recovery-image] Aug 01 21:37:34.768 INFO O| Aug 01 21:37:34.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
71722025-08-01T21:37:36.127Z[ recovery-image] Aug 01 21:37:34.768 INFO O| Aug 01 21:37:34.768 INFO STEP 847 (remove_files) COMPLETE
71732025-08-01T21:37:36.127Z[ recovery-image] Aug 01 21:37:34.768 INFO O| Aug 01 21:37:34.768 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-08-01T21:37:36.136Z[ recovery-image] Aug 01 21:37:34.780 INFO O| Aug 01 21:37:34.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
71752025-08-01T21:37:36.139Z[ recovery-image] Aug 01 21:37:34.780 INFO O| Aug 01 21:37:34.780 INFO STEP 848 (remove_files) COMPLETE
71762025-08-01T21:37:36.139Z[ recovery-image] Aug 01 21:37:34.780 INFO O| Aug 01 21:37:34.780 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-08-01T21:37:36.146Z[ recovery-image] Aug 01 21:37:34.790 INFO O| Aug 01 21:37:34.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71782025-08-01T21:37:36.146Z[ recovery-image] Aug 01 21:37:34.790 INFO O| Aug 01 21:37:34.790 INFO STEP 849 (remove_files) COMPLETE
71792025-08-01T21:37:36.149Z[ recovery-image] Aug 01 21:37:34.790 INFO O| Aug 01 21:37:34.790 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-08-01T21:37:36.158Z[ recovery-image] Aug 01 21:37:34.802 INFO O| Aug 01 21:37:34.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
71812025-08-01T21:37:36.158Z[ recovery-image] Aug 01 21:37:34.802 INFO O| Aug 01 21:37:34.802 INFO STEP 850 (remove_files) COMPLETE
71822025-08-01T21:37:36.158Z[ recovery-image] Aug 01 21:37:34.802 INFO O| Aug 01 21:37:34.802 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-08-01T21:37:36.170Z[ recovery-image] Aug 01 21:37:34.814 INFO O| Aug 01 21:37:34.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71842025-08-01T21:37:36.174Z[ recovery-image] Aug 01 21:37:34.814 INFO O| Aug 01 21:37:34.814 INFO STEP 851 (remove_files) COMPLETE
71852025-08-01T21:37:36.174Z[ recovery-image] Aug 01 21:37:34.814 INFO O| Aug 01 21:37:34.814 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-08-01T21:37:36.182Z[ recovery-image] Aug 01 21:37:34.826 INFO O| Aug 01 21:37:34.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
71872025-08-01T21:37:36.182Z[ recovery-image] Aug 01 21:37:34.826 INFO O| Aug 01 21:37:34.826 INFO STEP 852 (remove_files) COMPLETE
71882025-08-01T21:37:36.185Z[ recovery-image] Aug 01 21:37:34.826 INFO O| Aug 01 21:37:34.826 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-08-01T21:37:36.194Z[ recovery-image] Aug 01 21:37:34.838 INFO O| Aug 01 21:37:34.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
71902025-08-01T21:37:36.197Z[ recovery-image] Aug 01 21:37:34.839 INFO O| Aug 01 21:37:34.839 INFO STEP 853 (remove_files) COMPLETE
71912025-08-01T21:37:36.197Z[ recovery-image] Aug 01 21:37:34.839 INFO O| Aug 01 21:37:34.839 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-08-01T21:37:36.205Z[ recovery-image] Aug 01 21:37:34.849 INFO O| Aug 01 21:37:34.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
71932025-08-01T21:37:36.208Z[ recovery-image] Aug 01 21:37:34.849 INFO O| Aug 01 21:37:34.849 INFO STEP 854 (remove_files) COMPLETE
71942025-08-01T21:37:36.208Z[ recovery-image] Aug 01 21:37:34.849 INFO O| Aug 01 21:37:34.849 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-08-01T21:37:36.213Z[ recovery-image] Aug 01 21:37:34.857 INFO O| Aug 01 21:37:34.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71962025-08-01T21:37:36.216Z[ recovery-image] Aug 01 21:37:34.857 INFO O| Aug 01 21:37:34.857 INFO STEP 855 (remove_files) COMPLETE
71972025-08-01T21:37:36.216Z[ recovery-image] Aug 01 21:37:34.857 INFO O| Aug 01 21:37:34.857 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-08-01T21:37:36.222Z[ recovery-image] Aug 01 21:37:34.866 INFO O| Aug 01 21:37:34.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71992025-08-01T21:37:36.225Z[ recovery-image] Aug 01 21:37:34.866 INFO O| Aug 01 21:37:34.866 INFO STEP 856 (remove_files) COMPLETE
72002025-08-01T21:37:36.225Z[ recovery-image] Aug 01 21:37:34.866 INFO O| Aug 01 21:37:34.866 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-08-01T21:37:36.230Z[ recovery-image] Aug 01 21:37:34.874 INFO O| Aug 01 21:37:34.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72022025-08-01T21:37:36.233Z[ recovery-image] Aug 01 21:37:34.875 INFO O| Aug 01 21:37:34.874 INFO STEP 857 (remove_files) COMPLETE
72032025-08-01T21:37:36.233Z[ recovery-image] Aug 01 21:37:34.875 INFO O| Aug 01 21:37:34.874 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-08-01T21:37:36.240Z[ recovery-image] Aug 01 21:37:34.884 INFO O| Aug 01 21:37:34.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72052025-08-01T21:37:36.243Z[ recovery-image] Aug 01 21:37:34.885 INFO O| Aug 01 21:37:34.885 INFO STEP 858 (remove_files) COMPLETE
72062025-08-01T21:37:36.243Z[ recovery-image] Aug 01 21:37:34.885 INFO O| Aug 01 21:37:34.885 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-08-01T21:37:36.250Z[ recovery-image] Aug 01 21:37:34.894 INFO O| Aug 01 21:37:34.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72082025-08-01T21:37:36.250Z[ recovery-image] Aug 01 21:37:34.894 INFO O| Aug 01 21:37:34.894 INFO STEP 859 (remove_files) COMPLETE
72092025-08-01T21:37:36.253Z[ recovery-image] Aug 01 21:37:34.894 INFO O| Aug 01 21:37:34.894 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-08-01T21:37:36.258Z[ recovery-image] Aug 01 21:37:34.902 INFO O| Aug 01 21:37:34.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72112025-08-01T21:37:36.263Z[ recovery-image] Aug 01 21:37:34.902 INFO O| Aug 01 21:37:34.902 INFO STEP 860 (remove_files) COMPLETE
72122025-08-01T21:37:36.263Z[ recovery-image] Aug 01 21:37:34.902 INFO O| Aug 01 21:37:34.902 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-08-01T21:37:36.266Z[ recovery-image] Aug 01 21:37:34.911 INFO O| Aug 01 21:37:34.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72142025-08-01T21:37:36.267Z[ recovery-image] Aug 01 21:37:34.911 INFO O| Aug 01 21:37:34.911 INFO STEP 861 (remove_files) COMPLETE
72152025-08-01T21:37:36.270Z[ recovery-image] Aug 01 21:37:34.911 INFO O| Aug 01 21:37:34.911 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-08-01T21:37:36.279Z[ recovery-image] Aug 01 21:37:34.923 INFO O| Aug 01 21:37:34.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72172025-08-01T21:37:36.279Z[ recovery-image] Aug 01 21:37:34.923 INFO O| Aug 01 21:37:34.923 INFO STEP 862 (remove_files) COMPLETE
72182025-08-01T21:37:36.282Z[ recovery-image] Aug 01 21:37:34.923 INFO O| Aug 01 21:37:34.923 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-08-01T21:37:36.291Z[ recovery-image] Aug 01 21:37:34.935 INFO O| Aug 01 21:37:34.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72202025-08-01T21:37:36.291Z[ recovery-image] Aug 01 21:37:34.935 INFO O| Aug 01 21:37:34.935 INFO STEP 863 (remove_files) COMPLETE
72212025-08-01T21:37:36.291Z[ recovery-image] Aug 01 21:37:34.935 INFO O| Aug 01 21:37:34.935 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-08-01T21:37:36.304Z[ recovery-image] Aug 01 21:37:34.948 INFO O| Aug 01 21:37:34.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72232025-08-01T21:37:36.304Z[ recovery-image] Aug 01 21:37:34.948 INFO O| Aug 01 21:37:34.948 INFO STEP 864 (remove_files) COMPLETE
72242025-08-01T21:37:36.307Z[ recovery-image] Aug 01 21:37:34.948 INFO O| Aug 01 21:37:34.948 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-08-01T21:37:36.316Z[ recovery-image] Aug 01 21:37:34.960 INFO O| Aug 01 21:37:34.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72262025-08-01T21:37:36.316Z[ recovery-image] Aug 01 21:37:34.961 INFO O| Aug 01 21:37:34.960 INFO STEP 865 (remove_files) COMPLETE
72272025-08-01T21:37:36.320Z[ recovery-image] Aug 01 21:37:34.961 INFO O| Aug 01 21:37:34.960 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-08-01T21:37:36.325Z[ recovery-image] Aug 01 21:37:34.969 INFO O| Aug 01 21:37:34.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72292025-08-01T21:37:36.325Z[ recovery-image] Aug 01 21:37:34.969 INFO O| Aug 01 21:37:34.969 INFO STEP 866 (remove_files) COMPLETE
72302025-08-01T21:37:36.328Z[ recovery-image] Aug 01 21:37:34.969 INFO O| Aug 01 21:37:34.969 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-08-01T21:37:36.337Z[ recovery-image] Aug 01 21:37:34.981 INFO O| Aug 01 21:37:34.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72322025-08-01T21:37:36.337Z[ recovery-image] Aug 01 21:37:34.981 INFO O| Aug 01 21:37:34.981 INFO STEP 867 (remove_files) COMPLETE
72332025-08-01T21:37:36.340Z[ recovery-image] Aug 01 21:37:34.981 INFO O| Aug 01 21:37:34.981 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-08-01T21:37:36.350Z[ recovery-image] Aug 01 21:37:34.994 INFO O| Aug 01 21:37:34.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72352025-08-01T21:37:36.350Z[ recovery-image] Aug 01 21:37:34.994 INFO O| Aug 01 21:37:34.994 INFO STEP 868 (remove_files) COMPLETE
72362025-08-01T21:37:36.350Z[ recovery-image] Aug 01 21:37:34.994 INFO O| Aug 01 21:37:34.994 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-08-01T21:37:36.359Z[ recovery-image] Aug 01 21:37:35.003 INFO O| Aug 01 21:37:35.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72382025-08-01T21:37:36.359Z[ recovery-image] Aug 01 21:37:35.003 INFO O| Aug 01 21:37:35.003 INFO STEP 869 (remove_files) COMPLETE
72392025-08-01T21:37:36.362Z[ recovery-image] Aug 01 21:37:35.003 INFO O| Aug 01 21:37:35.003 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-08-01T21:37:36.370Z[ recovery-image] Aug 01 21:37:35.014 INFO O| Aug 01 21:37:35.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72412025-08-01T21:37:36.373Z[ recovery-image] Aug 01 21:37:35.014 INFO O| Aug 01 21:37:35.014 INFO STEP 870 (remove_files) COMPLETE
72422025-08-01T21:37:36.373Z[ recovery-image] Aug 01 21:37:35.014 INFO O| Aug 01 21:37:35.014 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-08-01T21:37:36.380Z[ recovery-image] Aug 01 21:37:35.024 INFO O| Aug 01 21:37:35.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72442025-08-01T21:37:36.383Z[ recovery-image] Aug 01 21:37:35.024 INFO O| Aug 01 21:37:35.024 INFO STEP 871 (remove_files) COMPLETE
72452025-08-01T21:37:36.383Z[ recovery-image] Aug 01 21:37:35.024 INFO O| Aug 01 21:37:35.024 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-08-01T21:37:36.392Z[ recovery-image] Aug 01 21:37:35.036 INFO O| Aug 01 21:37:35.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72472025-08-01T21:37:36.392Z[ recovery-image] Aug 01 21:37:35.036 INFO O| Aug 01 21:37:35.036 INFO STEP 872 (remove_files) COMPLETE
72482025-08-01T21:37:36.395Z[ recovery-image] Aug 01 21:37:35.036 INFO O| Aug 01 21:37:35.036 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-08-01T21:37:36.404Z[ recovery-image] Aug 01 21:37:35.048 INFO O| Aug 01 21:37:35.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72502025-08-01T21:37:36.405Z[ recovery-image] Aug 01 21:37:35.048 INFO O| Aug 01 21:37:35.048 INFO STEP 873 (remove_files) COMPLETE
72512025-08-01T21:37:36.408Z[ recovery-image] Aug 01 21:37:35.048 INFO O| Aug 01 21:37:35.048 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-08-01T21:37:36.416Z[ recovery-image] Aug 01 21:37:35.061 INFO O| Aug 01 21:37:35.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72532025-08-01T21:37:36.420Z[ recovery-image] Aug 01 21:37:35.061 INFO O| Aug 01 21:37:35.061 INFO STEP 874 (remove_files) COMPLETE
72542025-08-01T21:37:36.420Z[ recovery-image] Aug 01 21:37:35.061 INFO O| Aug 01 21:37:35.061 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-08-01T21:37:36.425Z[ recovery-image] Aug 01 21:37:35.069 INFO O| Aug 01 21:37:35.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72562025-08-01T21:37:36.425Z[ recovery-image] Aug 01 21:37:35.069 INFO O| Aug 01 21:37:35.069 INFO STEP 875 (remove_files) COMPLETE
72572025-08-01T21:37:36.428Z[ recovery-image] Aug 01 21:37:35.069 INFO O| Aug 01 21:37:35.069 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-08-01T21:37:36.437Z[ recovery-image] Aug 01 21:37:35.081 INFO O| Aug 01 21:37:35.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72592025-08-01T21:37:36.437Z[ recovery-image] Aug 01 21:37:35.081 INFO O| Aug 01 21:37:35.081 INFO STEP 876 (remove_files) COMPLETE
72602025-08-01T21:37:36.440Z[ recovery-image] Aug 01 21:37:35.081 INFO O| Aug 01 21:37:35.081 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-08-01T21:37:36.452Z[ recovery-image] Aug 01 21:37:35.094 INFO O| Aug 01 21:37:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72622025-08-01T21:37:36.452Z[ recovery-image] Aug 01 21:37:35.094 INFO O| Aug 01 21:37:35.094 INFO STEP 877 (remove_files) COMPLETE
72632025-08-01T21:37:36.455Z[ recovery-image] Aug 01 21:37:35.094 INFO O| Aug 01 21:37:35.094 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-08-01T21:37:36.458Z[ recovery-image] Aug 01 21:37:35.102 INFO O| Aug 01 21:37:35.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72652025-08-01T21:37:36.458Z[ recovery-image] Aug 01 21:37:35.103 INFO O| Aug 01 21:37:35.102 INFO STEP 878 (remove_files) COMPLETE
72662025-08-01T21:37:36.461Z[ recovery-image] Aug 01 21:37:35.103 INFO O| Aug 01 21:37:35.103 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-08-01T21:37:36.470Z[ recovery-image] Aug 01 21:37:35.115 INFO O| Aug 01 21:37:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72682025-08-01T21:37:36.474Z[ recovery-image] Aug 01 21:37:35.115 INFO O| Aug 01 21:37:35.115 INFO STEP 879 (remove_files) COMPLETE
72692025-08-01T21:37:36.474Z[ recovery-image] Aug 01 21:37:35.115 INFO O| Aug 01 21:37:35.115 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-08-01T21:37:36.483Z[ recovery-image] Aug 01 21:37:35.127 INFO O| Aug 01 21:37:35.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72712025-08-01T21:37:36.483Z[ recovery-image] Aug 01 21:37:35.127 INFO O| Aug 01 21:37:35.127 INFO STEP 880 (remove_files) COMPLETE
72722025-08-01T21:37:36.483Z[ recovery-image] Aug 01 21:37:35.127 INFO O| Aug 01 21:37:35.127 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-08-01T21:37:36.495Z[ recovery-image] Aug 01 21:37:35.139 INFO O| Aug 01 21:37:35.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72742025-08-01T21:37:36.498Z[ recovery-image] Aug 01 21:37:35.139 INFO O| Aug 01 21:37:35.139 INFO STEP 881 (remove_files) COMPLETE
72752025-08-01T21:37:36.498Z[ recovery-image] Aug 01 21:37:35.139 INFO O| Aug 01 21:37:35.139 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-08-01T21:37:36.507Z[ recovery-image] Aug 01 21:37:35.151 INFO O| Aug 01 21:37:35.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72772025-08-01T21:37:36.507Z[ recovery-image] Aug 01 21:37:35.151 INFO O| Aug 01 21:37:35.151 INFO STEP 882 (remove_files) COMPLETE
72782025-08-01T21:37:36.510Z[ recovery-image] Aug 01 21:37:35.151 INFO O| Aug 01 21:37:35.151 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-08-01T21:37:36.519Z[ recovery-image] Aug 01 21:37:35.163 INFO O| Aug 01 21:37:35.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72802025-08-01T21:37:36.519Z[ recovery-image] Aug 01 21:37:35.163 INFO O| Aug 01 21:37:35.163 INFO STEP 883 (remove_files) COMPLETE
72812025-08-01T21:37:36.519Z[ recovery-image] Aug 01 21:37:35.163 INFO O| Aug 01 21:37:35.163 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-08-01T21:37:36.532Z[ recovery-image] Aug 01 21:37:35.176 INFO O| Aug 01 21:37:35.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72832025-08-01T21:37:36.535Z[ recovery-image] Aug 01 21:37:35.176 INFO O| Aug 01 21:37:35.176 INFO STEP 884 (remove_files) COMPLETE
72842025-08-01T21:37:36.535Z[ recovery-image] Aug 01 21:37:35.176 INFO O| Aug 01 21:37:35.176 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-08-01T21:37:36.544Z[ recovery-image] Aug 01 21:37:35.188 INFO O| Aug 01 21:37:35.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72862025-08-01T21:37:36.548Z[ recovery-image] Aug 01 21:37:35.188 INFO O| Aug 01 21:37:35.188 INFO STEP 885 (remove_files) COMPLETE
72872025-08-01T21:37:36.548Z[ recovery-image] Aug 01 21:37:35.188 INFO O| Aug 01 21:37:35.188 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-08-01T21:37:36.558Z[ recovery-image] Aug 01 21:37:35.202 INFO O| Aug 01 21:37:35.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72892025-08-01T21:37:36.561Z[ recovery-image] Aug 01 21:37:35.202 INFO O| Aug 01 21:37:35.202 INFO STEP 886 (remove_files) COMPLETE
72902025-08-01T21:37:36.561Z[ recovery-image] Aug 01 21:37:35.202 INFO O| Aug 01 21:37:35.202 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-08-01T21:37:36.569Z[ recovery-image] Aug 01 21:37:35.212 INFO O| Aug 01 21:37:35.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72922025-08-01T21:37:36.569Z[ recovery-image] Aug 01 21:37:35.213 INFO O| Aug 01 21:37:35.213 INFO STEP 887 (remove_files) COMPLETE
72932025-08-01T21:37:36.569Z[ recovery-image] Aug 01 21:37:35.213 INFO O| Aug 01 21:37:35.213 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-08-01T21:37:36.581Z[ recovery-image] Aug 01 21:37:35.224 INFO O| Aug 01 21:37:35.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72952025-08-01T21:37:36.581Z[ recovery-image] Aug 01 21:37:35.224 INFO O| Aug 01 21:37:35.224 INFO STEP 888 (remove_files) COMPLETE
72962025-08-01T21:37:36.584Z[ recovery-image] Aug 01 21:37:35.224 INFO O| Aug 01 21:37:35.224 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-08-01T21:37:36.593Z[ recovery-image] Aug 01 21:37:35.237 INFO O| Aug 01 21:37:35.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72982025-08-01T21:37:36.593Z[ recovery-image] Aug 01 21:37:35.237 INFO O| Aug 01 21:37:35.237 INFO STEP 889 (remove_files) COMPLETE
72992025-08-01T21:37:36.597Z[ recovery-image] Aug 01 21:37:35.237 INFO O| Aug 01 21:37:35.237 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-08-01T21:37:36.606Z[ recovery-image] Aug 01 21:37:35.250 INFO O| Aug 01 21:37:35.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73012025-08-01T21:37:36.606Z[ recovery-image] Aug 01 21:37:35.250 INFO O| Aug 01 21:37:35.250 INFO STEP 890 (remove_files) COMPLETE
73022025-08-01T21:37:36.610Z[ recovery-image] Aug 01 21:37:35.250 INFO O| Aug 01 21:37:35.250 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-08-01T21:37:36.618Z[ recovery-image] Aug 01 21:37:35.262 INFO O| Aug 01 21:37:35.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73042025-08-01T21:37:36.618Z[ recovery-image] Aug 01 21:37:35.262 INFO O| Aug 01 21:37:35.262 INFO STEP 891 (remove_files) COMPLETE
73052025-08-01T21:37:36.618Z[ recovery-image] Aug 01 21:37:35.262 INFO O| Aug 01 21:37:35.262 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-08-01T21:37:36.631Z[ recovery-image] Aug 01 21:37:35.275 INFO O| Aug 01 21:37:35.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73072025-08-01T21:37:36.631Z[ recovery-image] Aug 01 21:37:35.275 INFO O| Aug 01 21:37:35.275 INFO STEP 892 (remove_files) COMPLETE
73082025-08-01T21:37:36.631Z[ recovery-image] Aug 01 21:37:35.275 INFO O| Aug 01 21:37:35.275 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-08-01T21:37:36.645Z[ recovery-image] Aug 01 21:37:35.288 INFO O| Aug 01 21:37:35.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73102025-08-01T21:37:36.645Z[ recovery-image] Aug 01 21:37:35.288 INFO O| Aug 01 21:37:35.288 INFO STEP 893 (remove_files) COMPLETE
73112025-08-01T21:37:36.648Z[ recovery-image] Aug 01 21:37:35.288 INFO O| Aug 01 21:37:35.288 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-08-01T21:37:36.658Z[ recovery-image] Aug 01 21:37:35.302 INFO O| Aug 01 21:37:35.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73132025-08-01T21:37:36.661Z[ recovery-image] Aug 01 21:37:35.302 INFO O| Aug 01 21:37:35.302 INFO STEP 894 (remove_files) COMPLETE
73142025-08-01T21:37:36.661Z[ recovery-image] Aug 01 21:37:35.302 INFO O| Aug 01 21:37:35.302 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-08-01T21:37:36.671Z[ recovery-image] Aug 01 21:37:35.315 INFO O| Aug 01 21:37:35.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73162025-08-01T21:37:36.671Z[ recovery-image] Aug 01 21:37:35.315 INFO O| Aug 01 21:37:35.315 INFO STEP 895 (remove_files) COMPLETE
73172025-08-01T21:37:36.671Z[ recovery-image] Aug 01 21:37:35.315 INFO O| Aug 01 21:37:35.315 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-08-01T21:37:36.684Z[ recovery-image] Aug 01 21:37:35.328 INFO O| Aug 01 21:37:35.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73192025-08-01T21:37:36.684Z[ recovery-image] Aug 01 21:37:35.328 INFO O| Aug 01 21:37:35.328 INFO STEP 896 (remove_files) COMPLETE
73202025-08-01T21:37:36.684Z[ recovery-image] Aug 01 21:37:35.328 INFO O| Aug 01 21:37:35.328 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-08-01T21:37:36.697Z[ recovery-image] Aug 01 21:37:35.340 INFO O| Aug 01 21:37:35.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73222025-08-01T21:37:36.697Z[ recovery-image] Aug 01 21:37:35.340 INFO O| Aug 01 21:37:35.340 INFO STEP 897 (remove_files) COMPLETE
73232025-08-01T21:37:36.700Z[ recovery-image] Aug 01 21:37:35.340 INFO O| Aug 01 21:37:35.340 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-08-01T21:37:36.709Z[ recovery-image] Aug 01 21:37:35.353 INFO O| Aug 01 21:37:35.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73252025-08-01T21:37:36.709Z[ recovery-image] Aug 01 21:37:35.353 INFO O| Aug 01 21:37:35.353 INFO STEP 898 (remove_files) COMPLETE
73262025-08-01T21:37:36.713Z[ recovery-image] Aug 01 21:37:35.353 INFO O| Aug 01 21:37:35.353 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-08-01T21:37:36.724Z[ recovery-image] Aug 01 21:37:35.366 INFO O| Aug 01 21:37:35.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73282025-08-01T21:37:36.724Z[ recovery-image] Aug 01 21:37:35.366 INFO O| Aug 01 21:37:35.366 INFO STEP 899 (remove_files) COMPLETE
73292025-08-01T21:37:36.724Z[ recovery-image] Aug 01 21:37:35.366 INFO O| Aug 01 21:37:35.366 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-08-01T21:37:36.737Z[ recovery-image] Aug 01 21:37:35.380 INFO O| Aug 01 21:37:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73312025-08-01T21:37:36.737Z[ recovery-image] Aug 01 21:37:35.381 INFO O| Aug 01 21:37:35.381 INFO STEP 900 (remove_files) COMPLETE
73322025-08-01T21:37:36.737Z[ recovery-image] Aug 01 21:37:35.381 INFO O| Aug 01 21:37:35.381 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-08-01T21:37:36.751Z[ recovery-image] Aug 01 21:37:35.394 INFO O| Aug 01 21:37:35.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73342025-08-01T21:37:36.751Z[ recovery-image] Aug 01 21:37:35.394 INFO O| Aug 01 21:37:35.394 INFO STEP 901 (remove_files) COMPLETE
73352025-08-01T21:37:36.751Z[ recovery-image] Aug 01 21:37:35.394 INFO O| Aug 01 21:37:35.394 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-08-01T21:37:36.763Z[ recovery-image] Aug 01 21:37:35.407 INFO O| Aug 01 21:37:35.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73372025-08-01T21:37:36.764Z[ recovery-image] Aug 01 21:37:35.407 INFO O| Aug 01 21:37:35.407 INFO STEP 902 (remove_files) COMPLETE
73382025-08-01T21:37:36.767Z[ recovery-image] Aug 01 21:37:35.407 INFO O| Aug 01 21:37:35.407 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-08-01T21:37:36.778Z[ recovery-image] Aug 01 21:37:35.420 INFO O| Aug 01 21:37:35.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73402025-08-01T21:37:36.778Z[ recovery-image] Aug 01 21:37:35.421 INFO O| Aug 01 21:37:35.421 INFO STEP 903 (remove_files) COMPLETE
73412025-08-01T21:37:36.778Z[ recovery-image] Aug 01 21:37:35.421 INFO O| Aug 01 21:37:35.421 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-08-01T21:37:36.790Z[ recovery-image] Aug 01 21:37:35.434 INFO O| Aug 01 21:37:35.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
73432025-08-01T21:37:36.790Z[ recovery-image] Aug 01 21:37:35.434 INFO O| Aug 01 21:37:35.434 INFO STEP 904 (remove_files) COMPLETE
73442025-08-01T21:37:36.790Z[ recovery-image] Aug 01 21:37:35.434 INFO O| Aug 01 21:37:35.434 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-08-01T21:37:36.804Z[ recovery-image] Aug 01 21:37:35.447 INFO O| Aug 01 21:37:35.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73462025-08-01T21:37:36.804Z[ recovery-image] Aug 01 21:37:35.447 INFO O| Aug 01 21:37:35.447 INFO STEP 905 (remove_files) COMPLETE
73472025-08-01T21:37:36.804Z[ recovery-image] Aug 01 21:37:35.447 INFO O| Aug 01 21:37:35.447 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-08-01T21:37:36.817Z[ recovery-image] Aug 01 21:37:35.460 INFO O| Aug 01 21:37:35.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73492025-08-01T21:37:36.820Z[ recovery-image] Aug 01 21:37:35.460 INFO O| Aug 01 21:37:35.460 INFO STEP 906 (remove_files) COMPLETE
73502025-08-01T21:37:36.820Z[ recovery-image] Aug 01 21:37:35.460 INFO O| Aug 01 21:37:35.460 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-08-01T21:37:36.829Z[ recovery-image] Aug 01 21:37:35.473 INFO O| Aug 01 21:37:35.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
73522025-08-01T21:37:36.829Z[ recovery-image] Aug 01 21:37:35.473 INFO O| Aug 01 21:37:35.473 INFO STEP 907 (remove_files) COMPLETE
73532025-08-01T21:37:36.829Z[ recovery-image] Aug 01 21:37:35.473 INFO O| Aug 01 21:37:35.473 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-08-01T21:37:36.842Z[ recovery-image] Aug 01 21:37:35.486 INFO O| Aug 01 21:37:35.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
73552025-08-01T21:37:36.842Z[ recovery-image] Aug 01 21:37:35.486 INFO O| Aug 01 21:37:35.486 INFO STEP 908 (remove_files) COMPLETE
73562025-08-01T21:37:36.846Z[ recovery-image] Aug 01 21:37:35.486 INFO O| Aug 01 21:37:35.486 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-08-01T21:37:36.855Z[ recovery-image] Aug 01 21:37:35.498 INFO O| Aug 01 21:37:35.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73582025-08-01T21:37:36.855Z[ recovery-image] Aug 01 21:37:35.498 INFO O| Aug 01 21:37:35.498 INFO STEP 909 (remove_files) COMPLETE
73592025-08-01T21:37:36.855Z[ recovery-image] Aug 01 21:37:35.498 INFO O| Aug 01 21:37:35.498 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-08-01T21:37:36.866Z[ recovery-image] Aug 01 21:37:35.510 INFO O| Aug 01 21:37:35.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
73612025-08-01T21:37:36.866Z[ recovery-image] Aug 01 21:37:35.510 INFO O| Aug 01 21:37:35.510 INFO STEP 910 (remove_files) COMPLETE
73622025-08-01T21:37:36.866Z[ recovery-image] Aug 01 21:37:35.510 INFO O| Aug 01 21:37:35.510 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-08-01T21:37:36.879Z[ recovery-image] Aug 01 21:37:35.523 INFO O| Aug 01 21:37:35.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
73642025-08-01T21:37:36.879Z[ recovery-image] Aug 01 21:37:35.523 INFO O| Aug 01 21:37:35.523 INFO STEP 911 (remove_files) COMPLETE
73652025-08-01T21:37:36.882Z[ recovery-image] Aug 01 21:37:35.523 INFO O| Aug 01 21:37:35.523 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-08-01T21:37:36.892Z[ recovery-image] Aug 01 21:37:35.535 INFO O| Aug 01 21:37:35.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73672025-08-01T21:37:36.892Z[ recovery-image] Aug 01 21:37:35.535 INFO O| Aug 01 21:37:35.535 INFO STEP 912 (remove_files) COMPLETE
73682025-08-01T21:37:36.892Z[ recovery-image] Aug 01 21:37:35.535 INFO O| Aug 01 21:37:35.535 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-08-01T21:37:36.905Z[ recovery-image] Aug 01 21:37:35.549 INFO O| Aug 01 21:37:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73702025-08-01T21:37:36.905Z[ recovery-image] Aug 01 21:37:35.549 INFO O| Aug 01 21:37:35.549 INFO STEP 913 (remove_files) COMPLETE
73712025-08-01T21:37:36.908Z[ recovery-image] Aug 01 21:37:35.549 INFO O| Aug 01 21:37:35.549 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-08-01T21:37:36.919Z[ recovery-image] Aug 01 21:37:35.562 INFO O| Aug 01 21:37:35.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
73732025-08-01T21:37:36.919Z[ recovery-image] Aug 01 21:37:35.563 INFO O| Aug 01 21:37:35.562 INFO STEP 914 (remove_files) COMPLETE
73742025-08-01T21:37:36.919Z[ recovery-image] Aug 01 21:37:35.563 INFO O| Aug 01 21:37:35.563 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-08-01T21:37:36.932Z[ recovery-image] Aug 01 21:37:35.576 INFO O| Aug 01 21:37:35.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73762025-08-01T21:37:36.932Z[ recovery-image] Aug 01 21:37:35.576 INFO O| Aug 01 21:37:35.576 INFO STEP 915 (remove_files) COMPLETE
73772025-08-01T21:37:36.935Z[ recovery-image] Aug 01 21:37:35.576 INFO O| Aug 01 21:37:35.576 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-08-01T21:37:36.945Z[ recovery-image] Aug 01 21:37:35.588 INFO O| Aug 01 21:37:35.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73792025-08-01T21:37:36.945Z[ recovery-image] Aug 01 21:37:35.588 INFO O| Aug 01 21:37:35.588 INFO STEP 916 (remove_files) COMPLETE
73802025-08-01T21:37:36.945Z[ recovery-image] Aug 01 21:37:35.588 INFO O| Aug 01 21:37:35.588 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-08-01T21:37:36.957Z[ recovery-image] Aug 01 21:37:35.601 INFO O| Aug 01 21:37:35.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
73822025-08-01T21:37:36.957Z[ recovery-image] Aug 01 21:37:35.601 INFO O| Aug 01 21:37:35.601 INFO STEP 917 (remove_files) COMPLETE
73832025-08-01T21:37:36.957Z[ recovery-image] Aug 01 21:37:35.601 INFO O| Aug 01 21:37:35.601 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-08-01T21:37:36.969Z[ recovery-image] Aug 01 21:37:35.613 INFO O| Aug 01 21:37:35.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73852025-08-01T21:37:36.970Z[ recovery-image] Aug 01 21:37:35.613 INFO O| Aug 01 21:37:35.613 INFO STEP 918 (remove_files) COMPLETE
73862025-08-01T21:37:36.970Z[ recovery-image] Aug 01 21:37:35.613 INFO O| Aug 01 21:37:35.613 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-08-01T21:37:36.982Z[ recovery-image] Aug 01 21:37:35.626 INFO O| Aug 01 21:37:35.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73882025-08-01T21:37:36.982Z[ recovery-image] Aug 01 21:37:35.626 INFO O| Aug 01 21:37:35.626 INFO STEP 919 (remove_files) COMPLETE
73892025-08-01T21:37:36.986Z[ recovery-image] Aug 01 21:37:35.626 INFO O| Aug 01 21:37:35.626 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-08-01T21:37:36.996Z[ recovery-image] Aug 01 21:37:35.639 INFO O| Aug 01 21:37:35.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73912025-08-01T21:37:36.999Z[ recovery-image] Aug 01 21:37:35.639 INFO O| Aug 01 21:37:35.639 INFO STEP 920 (remove_files) COMPLETE
73922025-08-01T21:37:36.999Z[ recovery-image] Aug 01 21:37:35.639 INFO O| Aug 01 21:37:35.639 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-08-01T21:37:37.009Z[ recovery-image] Aug 01 21:37:35.652 INFO O| Aug 01 21:37:35.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73942025-08-01T21:37:37.009Z[ recovery-image] Aug 01 21:37:35.652 INFO O| Aug 01 21:37:35.652 INFO STEP 921 (remove_files) COMPLETE
73952025-08-01T21:37:37.009Z[ recovery-image] Aug 01 21:37:35.652 INFO O| Aug 01 21:37:35.652 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-08-01T21:37:37.022Z[ recovery-image] Aug 01 21:37:35.665 INFO O| Aug 01 21:37:35.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
73972025-08-01T21:37:37.022Z[ recovery-image] Aug 01 21:37:35.665 INFO O| Aug 01 21:37:35.665 INFO STEP 922 (remove_files) COMPLETE
73982025-08-01T21:37:37.028Z[ recovery-image] Aug 01 21:37:35.665 INFO O| Aug 01 21:37:35.665 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-08-01T21:37:37.034Z[ recovery-image] Aug 01 21:37:35.678 INFO O| Aug 01 21:37:35.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74002025-08-01T21:37:37.034Z[ recovery-image] Aug 01 21:37:35.678 INFO O| Aug 01 21:37:35.678 INFO STEP 923 (remove_files) COMPLETE
74012025-08-01T21:37:37.038Z[ recovery-image] Aug 01 21:37:35.678 INFO O| Aug 01 21:37:35.678 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-08-01T21:37:37.046Z[ recovery-image] Aug 01 21:37:35.689 INFO O| Aug 01 21:37:35.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74032025-08-01T21:37:37.046Z[ recovery-image] Aug 01 21:37:35.689 INFO O| Aug 01 21:37:35.689 INFO STEP 924 (remove_files) COMPLETE
74042025-08-01T21:37:37.046Z[ recovery-image] Aug 01 21:37:35.689 INFO O| Aug 01 21:37:35.689 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-08-01T21:37:37.057Z[ recovery-image] Aug 01 21:37:35.701 INFO O| Aug 01 21:37:35.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74062025-08-01T21:37:37.057Z[ recovery-image] Aug 01 21:37:35.701 INFO O| Aug 01 21:37:35.701 INFO STEP 925 (remove_files) COMPLETE
74072025-08-01T21:37:37.057Z[ recovery-image] Aug 01 21:37:35.701 INFO O| Aug 01 21:37:35.701 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-08-01T21:37:37.070Z[ recovery-image] Aug 01 21:37:35.714 INFO O| Aug 01 21:37:35.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74092025-08-01T21:37:37.070Z[ recovery-image] Aug 01 21:37:35.714 INFO O| Aug 01 21:37:35.714 INFO STEP 926 (remove_files) COMPLETE
74102025-08-01T21:37:37.074Z[ recovery-image] Aug 01 21:37:35.714 INFO O| Aug 01 21:37:35.714 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-08-01T21:37:37.083Z[ recovery-image] Aug 01 21:37:35.727 INFO O| Aug 01 21:37:35.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74122025-08-01T21:37:37.083Z[ recovery-image] Aug 01 21:37:35.727 INFO O| Aug 01 21:37:35.727 INFO STEP 927 (remove_files) COMPLETE
74132025-08-01T21:37:37.083Z[ recovery-image] Aug 01 21:37:35.727 INFO O| Aug 01 21:37:35.727 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-08-01T21:37:37.096Z[ recovery-image] Aug 01 21:37:35.739 INFO O| Aug 01 21:37:35.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74152025-08-01T21:37:37.096Z[ recovery-image] Aug 01 21:37:35.739 INFO O| Aug 01 21:37:35.739 INFO STEP 928 (remove_files) COMPLETE
74162025-08-01T21:37:37.099Z[ recovery-image] Aug 01 21:37:35.739 INFO O| Aug 01 21:37:35.739 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-08-01T21:37:37.108Z[ recovery-image] Aug 01 21:37:35.752 INFO O| Aug 01 21:37:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74182025-08-01T21:37:37.108Z[ recovery-image] Aug 01 21:37:35.752 INFO O| Aug 01 21:37:35.752 INFO STEP 929 (remove_files) COMPLETE
74192025-08-01T21:37:37.108Z[ recovery-image] Aug 01 21:37:35.752 INFO O| Aug 01 21:37:35.752 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-08-01T21:37:37.121Z[ recovery-image] Aug 01 21:37:35.765 INFO O| Aug 01 21:37:35.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74212025-08-01T21:37:37.121Z[ recovery-image] Aug 01 21:37:35.765 INFO O| Aug 01 21:37:35.765 INFO STEP 930 (remove_files) COMPLETE
74222025-08-01T21:37:37.121Z[ recovery-image] Aug 01 21:37:35.765 INFO O| Aug 01 21:37:35.765 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-08-01T21:37:37.135Z[ recovery-image] Aug 01 21:37:35.778 INFO O| Aug 01 21:37:35.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74242025-08-01T21:37:37.135Z[ recovery-image] Aug 01 21:37:35.778 INFO O| Aug 01 21:37:35.778 INFO STEP 931 (remove_files) COMPLETE
74252025-08-01T21:37:37.135Z[ recovery-image] Aug 01 21:37:35.778 INFO O| Aug 01 21:37:35.778 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-08-01T21:37:37.149Z[ recovery-image] Aug 01 21:37:35.792 INFO O| Aug 01 21:37:35.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74272025-08-01T21:37:37.149Z[ recovery-image] Aug 01 21:37:35.792 INFO O| Aug 01 21:37:35.792 INFO STEP 932 (remove_files) COMPLETE
74282025-08-01T21:37:37.152Z[ recovery-image] Aug 01 21:37:35.792 INFO O| Aug 01 21:37:35.792 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-08-01T21:37:37.162Z[ recovery-image] Aug 01 21:37:35.805 INFO O| Aug 01 21:37:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74302025-08-01T21:37:37.162Z[ recovery-image] Aug 01 21:37:35.805 INFO O| Aug 01 21:37:35.805 INFO STEP 933 (remove_files) COMPLETE
74312025-08-01T21:37:37.165Z[ recovery-image] Aug 01 21:37:35.805 INFO O| Aug 01 21:37:35.805 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-08-01T21:37:37.176Z[ recovery-image] Aug 01 21:37:35.820 INFO O| Aug 01 21:37:35.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74332025-08-01T21:37:37.176Z[ recovery-image] Aug 01 21:37:35.820 INFO O| Aug 01 21:37:35.820 INFO STEP 934 (remove_files) COMPLETE
74342025-08-01T21:37:37.176Z[ recovery-image] Aug 01 21:37:35.820 INFO O| Aug 01 21:37:35.820 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-08-01T21:37:37.192Z[ recovery-image] Aug 01 21:37:35.835 INFO O| Aug 01 21:37:35.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74362025-08-01T21:37:37.192Z[ recovery-image] Aug 01 21:37:35.835 INFO O| Aug 01 21:37:35.835 INFO STEP 935 (remove_files) COMPLETE
74372025-08-01T21:37:37.195Z[ recovery-image] Aug 01 21:37:35.835 INFO O| Aug 01 21:37:35.835 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-08-01T21:37:37.207Z[ recovery-image] Aug 01 21:37:35.850 INFO O| Aug 01 21:37:35.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74392025-08-01T21:37:37.207Z[ recovery-image] Aug 01 21:37:35.851 INFO O| Aug 01 21:37:35.851 INFO STEP 936 (remove_files) COMPLETE
74402025-08-01T21:37:37.207Z[ recovery-image] Aug 01 21:37:35.851 INFO O| Aug 01 21:37:35.851 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-08-01T21:37:37.223Z[ recovery-image] Aug 01 21:37:35.866 INFO O| Aug 01 21:37:35.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
74422025-08-01T21:37:37.223Z[ recovery-image] Aug 01 21:37:35.867 INFO O| Aug 01 21:37:35.867 INFO STEP 937 (remove_files) COMPLETE
74432025-08-01T21:37:37.223Z[ recovery-image] Aug 01 21:37:35.867 INFO O| Aug 01 21:37:35.867 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-08-01T21:37:37.239Z[ recovery-image] Aug 01 21:37:35.882 INFO O| Aug 01 21:37:35.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
74452025-08-01T21:37:37.239Z[ recovery-image] Aug 01 21:37:35.883 INFO O| Aug 01 21:37:35.882 INFO STEP 938 (remove_files) COMPLETE
74462025-08-01T21:37:37.239Z[ recovery-image] Aug 01 21:37:35.883 INFO O| Aug 01 21:37:35.883 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-08-01T21:37:37.255Z[ recovery-image] Aug 01 21:37:35.899 INFO O| Aug 01 21:37:35.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
74482025-08-01T21:37:37.259Z[ recovery-image] Aug 01 21:37:35.899 INFO O| Aug 01 21:37:35.899 INFO STEP 939 (remove_files) COMPLETE
74492025-08-01T21:37:37.259Z[ recovery-image] Aug 01 21:37:35.899 INFO O| Aug 01 21:37:35.899 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-08-01T21:37:37.270Z[ recovery-image] Aug 01 21:37:35.913 INFO O| Aug 01 21:37:35.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
74512025-08-01T21:37:37.270Z[ recovery-image] Aug 01 21:37:35.913 INFO O| Aug 01 21:37:35.913 INFO STEP 940 (remove_files) COMPLETE
74522025-08-01T21:37:37.270Z[ recovery-image] Aug 01 21:37:35.913 INFO O| Aug 01 21:37:35.913 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-08-01T21:37:37.283Z[ recovery-image] Aug 01 21:37:35.927 INFO O| Aug 01 21:37:35.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74542025-08-01T21:37:37.283Z[ recovery-image] Aug 01 21:37:35.927 INFO O| Aug 01 21:37:35.927 INFO STEP 941 (remove_files) COMPLETE
74552025-08-01T21:37:37.283Z[ recovery-image] Aug 01 21:37:35.927 INFO O| Aug 01 21:37:35.927 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-08-01T21:37:37.296Z[ recovery-image] Aug 01 21:37:35.940 INFO O| Aug 01 21:37:35.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74572025-08-01T21:37:37.296Z[ recovery-image] Aug 01 21:37:35.940 INFO O| Aug 01 21:37:35.940 INFO STEP 942 (remove_files) COMPLETE
74582025-08-01T21:37:37.296Z[ recovery-image] Aug 01 21:37:35.940 INFO O| Aug 01 21:37:35.940 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-08-01T21:37:37.310Z[ recovery-image] Aug 01 21:37:35.954 INFO O| Aug 01 21:37:35.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
74602025-08-01T21:37:37.314Z[ recovery-image] Aug 01 21:37:35.955 INFO O| Aug 01 21:37:35.955 INFO STEP 943 (remove_files) COMPLETE
74612025-08-01T21:37:37.314Z[ recovery-image] Aug 01 21:37:35.955 INFO O| Aug 01 21:37:35.955 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-08-01T21:37:37.326Z[ recovery-image] Aug 01 21:37:35.969 INFO O| Aug 01 21:37:35.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
74632025-08-01T21:37:37.330Z[ recovery-image] Aug 01 21:37:35.969 INFO O| Aug 01 21:37:35.969 INFO STEP 944 (remove_files) COMPLETE
74642025-08-01T21:37:37.330Z[ recovery-image] Aug 01 21:37:35.969 INFO O| Aug 01 21:37:35.969 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-08-01T21:37:37.341Z[ recovery-image] Aug 01 21:37:35.984 INFO O| Aug 01 21:37:35.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
74662025-08-01T21:37:37.341Z[ recovery-image] Aug 01 21:37:35.984 INFO O| Aug 01 21:37:35.984 INFO STEP 945 (remove_files) COMPLETE
74672025-08-01T21:37:37.344Z[ recovery-image] Aug 01 21:37:35.984 INFO O| Aug 01 21:37:35.984 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-08-01T21:37:37.356Z[ recovery-image] Aug 01 21:37:35.999 INFO O| Aug 01 21:37:35.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
74692025-08-01T21:37:37.356Z[ recovery-image] Aug 01 21:37:36.000 INFO O| Aug 01 21:37:36.000 INFO STEP 946 (remove_files) COMPLETE
74702025-08-01T21:37:37.357Z[ recovery-image] Aug 01 21:37:36.000 INFO O| Aug 01 21:37:36.000 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-08-01T21:37:37.372Z[ recovery-image] Aug 01 21:37:36.015 INFO O| Aug 01 21:37:36.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
74722025-08-01T21:37:37.372Z[ recovery-image] Aug 01 21:37:36.015 INFO O| Aug 01 21:37:36.015 INFO STEP 947 (remove_files) COMPLETE
74732025-08-01T21:37:37.375Z[ recovery-image] Aug 01 21:37:36.015 INFO O| Aug 01 21:37:36.015 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-08-01T21:37:37.386Z[ recovery-image] Aug 01 21:37:36.030 INFO O| Aug 01 21:37:36.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
74752025-08-01T21:37:37.387Z[ recovery-image] Aug 01 21:37:36.030 INFO O| Aug 01 21:37:36.030 INFO STEP 948 (remove_files) COMPLETE
74762025-08-01T21:37:37.387Z[ recovery-image] Aug 01 21:37:36.030 INFO O| Aug 01 21:37:36.030 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-08-01T21:37:37.402Z[ recovery-image] Aug 01 21:37:36.045 INFO O| Aug 01 21:37:36.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
74782025-08-01T21:37:37.402Z[ recovery-image] Aug 01 21:37:36.045 INFO O| Aug 01 21:37:36.045 INFO STEP 949 (remove_files) COMPLETE
74792025-08-01T21:37:37.405Z[ recovery-image] Aug 01 21:37:36.045 INFO O| Aug 01 21:37:36.045 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-08-01T21:37:37.417Z[ recovery-image] Aug 01 21:37:36.061 INFO O| Aug 01 21:37:36.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
74812025-08-01T21:37:37.417Z[ recovery-image] Aug 01 21:37:36.061 INFO O| Aug 01 21:37:36.061 INFO STEP 950 (remove_files) COMPLETE
74822025-08-01T21:37:37.417Z[ recovery-image] Aug 01 21:37:36.061 INFO O| Aug 01 21:37:36.061 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-08-01T21:37:37.434Z[ recovery-image] Aug 01 21:37:36.078 INFO O| Aug 01 21:37:36.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
74842025-08-01T21:37:37.435Z[ recovery-image] Aug 01 21:37:36.078 INFO O| Aug 01 21:37:36.078 INFO STEP 951 (remove_files) COMPLETE
74852025-08-01T21:37:37.435Z[ recovery-image] Aug 01 21:37:36.078 INFO O| Aug 01 21:37:36.078 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-08-01T21:37:37.448Z[ recovery-image] Aug 01 21:37:36.092 INFO O| Aug 01 21:37:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
74872025-08-01T21:37:37.448Z[ recovery-image] Aug 01 21:37:36.092 INFO O| Aug 01 21:37:36.092 INFO STEP 952 (remove_files) COMPLETE
74882025-08-01T21:37:37.449Z[ recovery-image] Aug 01 21:37:36.092 INFO O| Aug 01 21:37:36.092 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-08-01T21:37:37.462Z[ recovery-image] Aug 01 21:37:36.105 INFO O| Aug 01 21:37:36.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
74902025-08-01T21:37:37.462Z[ recovery-image] Aug 01 21:37:36.105 INFO O| Aug 01 21:37:36.105 INFO STEP 953 (remove_files) COMPLETE
74912025-08-01T21:37:37.465Z[ recovery-image] Aug 01 21:37:36.105 INFO O| Aug 01 21:37:36.105 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-08-01T21:37:37.475Z[ recovery-image] Aug 01 21:37:36.118 INFO O| Aug 01 21:37:36.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
74932025-08-01T21:37:37.475Z[ recovery-image] Aug 01 21:37:36.118 INFO O| Aug 01 21:37:36.118 INFO STEP 954 (remove_files) COMPLETE
74942025-08-01T21:37:37.475Z[ recovery-image] Aug 01 21:37:36.119 INFO O| Aug 01 21:37:36.118 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-08-01T21:37:37.491Z[ recovery-image] Aug 01 21:37:36.134 INFO O| Aug 01 21:37:36.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
74962025-08-01T21:37:37.491Z[ recovery-image] Aug 01 21:37:36.135 INFO O| Aug 01 21:37:36.134 INFO STEP 955 (remove_files) COMPLETE
74972025-08-01T21:37:37.491Z[ recovery-image] Aug 01 21:37:36.135 INFO O| Aug 01 21:37:36.135 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-08-01T21:37:37.506Z[ recovery-image] Aug 01 21:37:36.150 INFO O| Aug 01 21:37:36.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
74992025-08-01T21:37:37.507Z[ recovery-image] Aug 01 21:37:36.150 INFO O| Aug 01 21:37:36.150 INFO STEP 956 (remove_files) COMPLETE
75002025-08-01T21:37:37.524Z[ recovery-image] Aug 01 21:37:36.150 INFO O| Aug 01 21:37:36.150 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-08-01T21:37:37.524Z[ recovery-image] Aug 01 21:37:36.165 INFO O| Aug 01 21:37:36.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75022025-08-01T21:37:37.524Z[ recovery-image] Aug 01 21:37:36.165 INFO O| Aug 01 21:37:36.165 INFO STEP 957 (remove_files) COMPLETE
75032025-08-01T21:37:37.524Z[ recovery-image] Aug 01 21:37:36.165 INFO O| Aug 01 21:37:36.165 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-08-01T21:37:37.537Z[ recovery-image] Aug 01 21:37:36.180 INFO O| Aug 01 21:37:36.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75052025-08-01T21:37:37.537Z[ recovery-image] Aug 01 21:37:36.180 INFO O| Aug 01 21:37:36.180 INFO STEP 958 (remove_files) COMPLETE
75062025-08-01T21:37:37.537Z[ recovery-image] Aug 01 21:37:36.180 INFO O| Aug 01 21:37:36.180 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-08-01T21:37:37.552Z[ recovery-image] Aug 01 21:37:36.196 INFO O| Aug 01 21:37:36.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75082025-08-01T21:37:37.552Z[ recovery-image] Aug 01 21:37:36.196 INFO O| Aug 01 21:37:36.196 INFO STEP 959 (remove_files) COMPLETE
75092025-08-01T21:37:37.552Z[ recovery-image] Aug 01 21:37:36.196 INFO O| Aug 01 21:37:36.196 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-08-01T21:37:37.567Z[ recovery-image] Aug 01 21:37:36.210 INFO O| Aug 01 21:37:36.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75112025-08-01T21:37:37.567Z[ recovery-image] Aug 01 21:37:36.210 INFO O| Aug 01 21:37:36.210 INFO STEP 960 (remove_files) COMPLETE
75122025-08-01T21:37:37.570Z[ recovery-image] Aug 01 21:37:36.210 INFO O| Aug 01 21:37:36.210 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-08-01T21:37:37.581Z[ recovery-image] Aug 01 21:37:36.224 INFO O| Aug 01 21:37:36.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75142025-08-01T21:37:37.581Z[ recovery-image] Aug 01 21:37:36.224 INFO O| Aug 01 21:37:36.224 INFO STEP 961 (remove_files) COMPLETE
75152025-08-01T21:37:37.584Z[ recovery-image] Aug 01 21:37:36.224 INFO O| Aug 01 21:37:36.224 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-08-01T21:37:37.596Z[ recovery-image] Aug 01 21:37:36.239 INFO O| Aug 01 21:37:36.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75172025-08-01T21:37:37.596Z[ recovery-image] Aug 01 21:37:36.239 INFO O| Aug 01 21:37:36.239 INFO STEP 962 (remove_files) COMPLETE
75182025-08-01T21:37:37.596Z[ recovery-image] Aug 01 21:37:36.239 INFO O| Aug 01 21:37:36.239 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-08-01T21:37:37.613Z[ recovery-image] Aug 01 21:37:36.256 INFO O| Aug 01 21:37:36.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75202025-08-01T21:37:37.613Z[ recovery-image] Aug 01 21:37:36.256 INFO O| Aug 01 21:37:36.256 INFO STEP 963 (remove_files) COMPLETE
75212025-08-01T21:37:37.613Z[ recovery-image] Aug 01 21:37:36.256 INFO O| Aug 01 21:37:36.256 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-08-01T21:37:37.629Z[ recovery-image] Aug 01 21:37:36.272 INFO O| Aug 01 21:37:36.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75232025-08-01T21:37:37.629Z[ recovery-image] Aug 01 21:37:36.272 INFO O| Aug 01 21:37:36.272 INFO STEP 964 (remove_files) COMPLETE
75242025-08-01T21:37:37.633Z[ recovery-image] Aug 01 21:37:36.272 INFO O| Aug 01 21:37:36.272 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-08-01T21:37:37.644Z[ recovery-image] Aug 01 21:37:36.287 INFO O| Aug 01 21:37:36.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75262025-08-01T21:37:37.647Z[ recovery-image] Aug 01 21:37:36.288 INFO O| Aug 01 21:37:36.288 INFO STEP 965 (remove_files) COMPLETE
75272025-08-01T21:37:37.647Z[ recovery-image] Aug 01 21:37:36.288 INFO O| Aug 01 21:37:36.288 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-08-01T21:37:37.662Z[ recovery-image] Aug 01 21:37:36.306 INFO O| Aug 01 21:37:36.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75292025-08-01T21:37:37.662Z[ recovery-image] Aug 01 21:37:36.306 INFO O| Aug 01 21:37:36.306 INFO STEP 966 (remove_files) COMPLETE
75302025-08-01T21:37:37.666Z[ recovery-image] Aug 01 21:37:36.306 INFO O| Aug 01 21:37:36.306 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-08-01T21:37:37.678Z[ recovery-image] Aug 01 21:37:36.321 INFO O| Aug 01 21:37:36.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75322025-08-01T21:37:37.678Z[ recovery-image] Aug 01 21:37:36.321 INFO O| Aug 01 21:37:36.321 INFO STEP 967 (remove_files) COMPLETE
75332025-08-01T21:37:37.678Z[ recovery-image] Aug 01 21:37:36.321 INFO O| Aug 01 21:37:36.321 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-08-01T21:37:37.695Z[ recovery-image] Aug 01 21:37:36.338 INFO O| Aug 01 21:37:36.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75352025-08-01T21:37:37.695Z[ recovery-image] Aug 01 21:37:36.338 INFO O| Aug 01 21:37:36.338 INFO STEP 968 (remove_files) COMPLETE
75362025-08-01T21:37:37.695Z[ recovery-image] Aug 01 21:37:36.338 INFO O| Aug 01 21:37:36.338 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-08-01T21:37:37.711Z[ recovery-image] Aug 01 21:37:36.354 INFO O| Aug 01 21:37:36.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75382025-08-01T21:37:37.711Z[ recovery-image] Aug 01 21:37:36.354 INFO O| Aug 01 21:37:36.354 INFO STEP 969 (remove_files) COMPLETE
75392025-08-01T21:37:37.711Z[ recovery-image] Aug 01 21:37:36.354 INFO O| Aug 01 21:37:36.354 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-08-01T21:37:37.725Z[ recovery-image] Aug 01 21:37:36.368 INFO O| Aug 01 21:37:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75412025-08-01T21:37:37.725Z[ recovery-image] Aug 01 21:37:36.368 INFO O| Aug 01 21:37:36.368 INFO STEP 970 (remove_files) COMPLETE
75422025-08-01T21:37:37.725Z[ recovery-image] Aug 01 21:37:36.368 INFO O| Aug 01 21:37:36.368 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-08-01T21:37:37.736Z[ recovery-image] Aug 01 21:37:36.379 INFO O| Aug 01 21:37:36.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
75442025-08-01T21:37:37.736Z[ recovery-image] Aug 01 21:37:36.379 INFO O| Aug 01 21:37:36.379 INFO STEP 971 (remove_files) COMPLETE
75452025-08-01T21:37:37.736Z[ recovery-image] Aug 01 21:37:36.379 INFO O| Aug 01 21:37:36.379 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-08-01T21:37:37.751Z[ recovery-image] Aug 01 21:37:36.394 INFO O| Aug 01 21:37:36.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
75472025-08-01T21:37:37.751Z[ recovery-image] Aug 01 21:37:36.394 INFO O| Aug 01 21:37:36.394 INFO STEP 972 (remove_files) COMPLETE
75482025-08-01T21:37:37.751Z[ recovery-image] Aug 01 21:37:36.394 INFO O| Aug 01 21:37:36.394 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-08-01T21:37:37.764Z[ recovery-image] Aug 01 21:37:36.407 INFO O| Aug 01 21:37:36.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
75502025-08-01T21:37:37.764Z[ recovery-image] Aug 01 21:37:36.407 INFO O| Aug 01 21:37:36.407 INFO STEP 973 (remove_files) COMPLETE
75512025-08-01T21:37:37.767Z[ recovery-image] Aug 01 21:37:36.407 INFO O| Aug 01 21:37:36.407 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-08-01T21:37:37.801Z[ recovery-image] Aug 01 21:37:36.424 INFO O| Aug 01 21:37:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
75532025-08-01T21:37:37.802Z[ recovery-image] Aug 01 21:37:36.424 INFO O| Aug 01 21:37:36.424 INFO STEP 974 (remove_files) COMPLETE
75542025-08-01T21:37:37.802Z[ recovery-image] Aug 01 21:37:36.424 INFO O| Aug 01 21:37:36.424 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-08-01T21:37:37.802Z[ recovery-image] Aug 01 21:37:36.443 INFO O| Aug 01 21:37:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
75562025-08-01T21:37:37.802Z[ recovery-image] Aug 01 21:37:36.443 INFO O| Aug 01 21:37:36.443 INFO STEP 975 (remove_files) COMPLETE
75572025-08-01T21:37:37.802Z[ recovery-image] Aug 01 21:37:36.443 INFO O| Aug 01 21:37:36.443 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-08-01T21:37:37.813Z[ recovery-image] Aug 01 21:37:36.456 INFO O| Aug 01 21:37:36.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
75592025-08-01T21:37:37.813Z[ recovery-image] Aug 01 21:37:36.456 INFO O| Aug 01 21:37:36.456 INFO STEP 976 (remove_files) COMPLETE
75602025-08-01T21:37:37.813Z[ recovery-image] Aug 01 21:37:36.456 INFO O| Aug 01 21:37:36.456 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-08-01T21:37:37.826Z[ recovery-image] Aug 01 21:37:36.468 INFO O| Aug 01 21:37:36.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
75622025-08-01T21:37:37.829Z[ recovery-image] Aug 01 21:37:36.469 INFO O| Aug 01 21:37:36.469 INFO STEP 977 (remove_files) COMPLETE
75632025-08-01T21:37:37.829Z[ recovery-image] Aug 01 21:37:36.469 INFO O| Aug 01 21:37:36.469 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-08-01T21:37:37.839Z[ recovery-image] Aug 01 21:37:36.482 INFO O| Aug 01 21:37:36.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
75652025-08-01T21:37:37.839Z[ recovery-image] Aug 01 21:37:36.482 INFO O| Aug 01 21:37:36.482 INFO STEP 978 (remove_files) COMPLETE
75662025-08-01T21:37:37.842Z[ recovery-image] Aug 01 21:37:36.482 INFO O| Aug 01 21:37:36.482 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-08-01T21:37:37.852Z[ recovery-image] Aug 01 21:37:36.495 INFO O| Aug 01 21:37:36.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
75682025-08-01T21:37:37.862Z[ recovery-image] Aug 01 21:37:36.496 INFO O| Aug 01 21:37:36.496 INFO STEP 979 (remove_files) COMPLETE
75692025-08-01T21:37:37.862Z[ recovery-image] Aug 01 21:37:36.496 INFO O| Aug 01 21:37:36.496 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-08-01T21:37:37.866Z[ recovery-image] Aug 01 21:37:36.509 INFO O| Aug 01 21:37:36.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
75712025-08-01T21:37:37.870Z[ recovery-image] Aug 01 21:37:36.509 INFO O| Aug 01 21:37:36.509 INFO STEP 980 (remove_files) COMPLETE
75722025-08-01T21:37:37.870Z[ recovery-image] Aug 01 21:37:36.509 INFO O| Aug 01 21:37:36.509 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-08-01T21:37:37.879Z[ recovery-image] Aug 01 21:37:36.522 INFO O| Aug 01 21:37:36.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
75742025-08-01T21:37:37.879Z[ recovery-image] Aug 01 21:37:36.522 INFO O| Aug 01 21:37:36.522 INFO STEP 981 (remove_files) COMPLETE
75752025-08-01T21:37:37.879Z[ recovery-image] Aug 01 21:37:36.522 INFO O| Aug 01 21:37:36.522 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-08-01T21:37:37.892Z[ recovery-image] Aug 01 21:37:36.535 INFO O| Aug 01 21:37:36.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
75772025-08-01T21:37:37.895Z[ recovery-image] Aug 01 21:37:36.535 INFO O| Aug 01 21:37:36.535 INFO STEP 982 (remove_files) COMPLETE
75782025-08-01T21:37:37.895Z[ recovery-image] Aug 01 21:37:36.535 INFO O| Aug 01 21:37:36.535 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-08-01T21:37:37.905Z[ recovery-image] Aug 01 21:37:36.548 INFO O| Aug 01 21:37:36.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
75802025-08-01T21:37:37.905Z[ recovery-image] Aug 01 21:37:36.548 INFO O| Aug 01 21:37:36.548 INFO STEP 983 (remove_files) COMPLETE
75812025-08-01T21:37:37.905Z[ recovery-image] Aug 01 21:37:36.548 INFO O| Aug 01 21:37:36.548 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-08-01T21:37:37.917Z[ recovery-image] Aug 01 21:37:36.560 INFO O| Aug 01 21:37:36.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
75832025-08-01T21:37:37.917Z[ recovery-image] Aug 01 21:37:36.560 INFO O| Aug 01 21:37:36.560 INFO STEP 984 (remove_files) COMPLETE
75842025-08-01T21:37:37.917Z[ recovery-image] Aug 01 21:37:36.560 INFO O| Aug 01 21:37:36.560 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-08-01T21:37:37.928Z[ recovery-image] Aug 01 21:37:36.571 INFO O| Aug 01 21:37:36.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
75862025-08-01T21:37:37.928Z[ recovery-image] Aug 01 21:37:36.572 INFO O| Aug 01 21:37:36.572 INFO STEP 985 (remove_files) COMPLETE
75872025-08-01T21:37:37.929Z[ recovery-image] Aug 01 21:37:36.572 INFO O| Aug 01 21:37:36.572 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-08-01T21:37:37.940Z[ recovery-image] Aug 01 21:37:36.583 INFO O| Aug 01 21:37:36.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
75892025-08-01T21:37:37.944Z[ recovery-image] Aug 01 21:37:36.583 INFO O| Aug 01 21:37:36.583 INFO STEP 986 (remove_files) COMPLETE
75902025-08-01T21:37:37.944Z[ recovery-image] Aug 01 21:37:36.583 INFO O| Aug 01 21:37:36.583 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-08-01T21:37:37.952Z[ recovery-image] Aug 01 21:37:36.595 INFO O| Aug 01 21:37:36.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
75922025-08-01T21:37:37.952Z[ recovery-image] Aug 01 21:37:36.595 INFO O| Aug 01 21:37:36.595 INFO STEP 987 (remove_files) COMPLETE
75932025-08-01T21:37:37.955Z[ recovery-image] Aug 01 21:37:36.595 INFO O| Aug 01 21:37:36.595 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-08-01T21:37:37.964Z[ recovery-image] Aug 01 21:37:36.607 INFO O| Aug 01 21:37:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
75952025-08-01T21:37:37.967Z[ recovery-image] Aug 01 21:37:36.608 INFO O| Aug 01 21:37:36.608 INFO STEP 988 (remove_files) COMPLETE
75962025-08-01T21:37:37.967Z[ recovery-image] Aug 01 21:37:36.608 INFO O| Aug 01 21:37:36.608 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-08-01T21:37:37.977Z[ recovery-image] Aug 01 21:37:36.620 INFO O| Aug 01 21:37:36.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
75982025-08-01T21:37:37.977Z[ recovery-image] Aug 01 21:37:36.620 INFO O| Aug 01 21:37:36.620 INFO STEP 989 (remove_files) COMPLETE
75992025-08-01T21:37:37.977Z[ recovery-image] Aug 01 21:37:36.620 INFO O| Aug 01 21:37:36.620 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-08-01T21:37:37.990Z[ recovery-image] Aug 01 21:37:36.633 INFO O| Aug 01 21:37:36.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76012025-08-01T21:37:37.990Z[ recovery-image] Aug 01 21:37:36.633 INFO O| Aug 01 21:37:36.633 INFO STEP 990 (remove_files) COMPLETE
76022025-08-01T21:37:37.993Z[ recovery-image] Aug 01 21:37:36.633 INFO O| Aug 01 21:37:36.633 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-08-01T21:37:38.003Z[ recovery-image] Aug 01 21:37:36.646 INFO O| Aug 01 21:37:36.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76042025-08-01T21:37:38.003Z[ recovery-image] Aug 01 21:37:36.646 INFO O| Aug 01 21:37:36.646 INFO STEP 991 (remove_files) COMPLETE
76052025-08-01T21:37:38.006Z[ recovery-image] Aug 01 21:37:36.646 INFO O| Aug 01 21:37:36.646 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-08-01T21:37:38.017Z[ recovery-image] Aug 01 21:37:36.659 INFO O| Aug 01 21:37:36.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76072025-08-01T21:37:38.017Z[ recovery-image] Aug 01 21:37:36.660 INFO O| Aug 01 21:37:36.659 INFO STEP 992 (remove_files) COMPLETE
76082025-08-01T21:37:38.020Z[ recovery-image] Aug 01 21:37:36.660 INFO O| Aug 01 21:37:36.659 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-08-01T21:37:38.031Z[ recovery-image] Aug 01 21:37:36.673 INFO O| Aug 01 21:37:36.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76102025-08-01T21:37:38.031Z[ recovery-image] Aug 01 21:37:36.674 INFO O| Aug 01 21:37:36.674 INFO STEP 993 (remove_files) COMPLETE
76112025-08-01T21:37:38.031Z[ recovery-image] Aug 01 21:37:36.674 INFO O| Aug 01 21:37:36.674 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-08-01T21:37:38.044Z[ recovery-image] Aug 01 21:37:36.687 INFO O| Aug 01 21:37:36.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76132025-08-01T21:37:38.044Z[ recovery-image] Aug 01 21:37:36.687 INFO O| Aug 01 21:37:36.687 INFO STEP 994 (remove_files) COMPLETE
76142025-08-01T21:37:38.044Z[ recovery-image] Aug 01 21:37:36.687 INFO O| Aug 01 21:37:36.687 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-08-01T21:37:38.058Z[ recovery-image] Aug 01 21:37:36.700 INFO O| Aug 01 21:37:36.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76162025-08-01T21:37:38.058Z[ recovery-image] Aug 01 21:37:36.701 INFO O| Aug 01 21:37:36.701 INFO STEP 995 (remove_files) COMPLETE
76172025-08-01T21:37:38.058Z[ recovery-image] Aug 01 21:37:36.701 INFO O| Aug 01 21:37:36.701 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-08-01T21:37:38.072Z[ recovery-image] Aug 01 21:37:36.714 INFO O| Aug 01 21:37:36.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76192025-08-01T21:37:38.072Z[ recovery-image] Aug 01 21:37:36.714 INFO O| Aug 01 21:37:36.714 INFO STEP 996 (remove_files) COMPLETE
76202025-08-01T21:37:38.072Z[ recovery-image] Aug 01 21:37:36.714 INFO O| Aug 01 21:37:36.714 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-08-01T21:37:38.086Z[ recovery-image] Aug 01 21:37:36.729 INFO O| Aug 01 21:37:36.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76222025-08-01T21:37:38.089Z[ recovery-image] Aug 01 21:37:36.729 INFO O| Aug 01 21:37:36.729 INFO STEP 997 (remove_files) COMPLETE
76232025-08-01T21:37:38.089Z[ recovery-image] Aug 01 21:37:36.729 INFO O| Aug 01 21:37:36.729 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-08-01T21:37:38.100Z[ recovery-image] Aug 01 21:37:36.743 INFO O| Aug 01 21:37:36.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76252025-08-01T21:37:38.100Z[ recovery-image] Aug 01 21:37:36.743 INFO O| Aug 01 21:37:36.743 INFO STEP 998 (remove_files) COMPLETE
76262025-08-01T21:37:38.103Z[ recovery-image] Aug 01 21:37:36.743 INFO O| Aug 01 21:37:36.743 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-08-01T21:37:38.113Z[ recovery-image] Aug 01 21:37:36.756 INFO O| Aug 01 21:37:36.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76282025-08-01T21:37:38.117Z[ recovery-image] Aug 01 21:37:36.756 INFO O| Aug 01 21:37:36.756 INFO STEP 999 (remove_files) COMPLETE
76292025-08-01T21:37:38.117Z[ recovery-image] Aug 01 21:37:36.756 INFO O| Aug 01 21:37:36.756 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-08-01T21:37:38.127Z[ recovery-image] Aug 01 21:37:36.770 INFO O| Aug 01 21:37:36.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76312025-08-01T21:37:38.127Z[ recovery-image] Aug 01 21:37:36.770 INFO O| Aug 01 21:37:36.770 INFO STEP 1000 (remove_files) COMPLETE
76322025-08-01T21:37:38.131Z[ recovery-image] Aug 01 21:37:36.770 INFO O| Aug 01 21:37:36.770 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-08-01T21:37:38.141Z[ recovery-image] Aug 01 21:37:36.784 INFO O| Aug 01 21:37:36.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76342025-08-01T21:37:38.141Z[ recovery-image] Aug 01 21:37:36.784 INFO O| Aug 01 21:37:36.784 INFO STEP 1001 (remove_files) COMPLETE
76352025-08-01T21:37:38.144Z[ recovery-image] Aug 01 21:37:36.784 INFO O| Aug 01 21:37:36.784 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-08-01T21:37:38.154Z[ recovery-image] Aug 01 21:37:36.797 INFO O| Aug 01 21:37:36.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76372025-08-01T21:37:38.154Z[ recovery-image] Aug 01 21:37:36.797 INFO O| Aug 01 21:37:36.797 INFO STEP 1002 (remove_files) COMPLETE
76382025-08-01T21:37:38.154Z[ recovery-image] Aug 01 21:37:36.797 INFO O| Aug 01 21:37:36.797 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-08-01T21:37:38.168Z[ recovery-image] Aug 01 21:37:36.811 INFO O| Aug 01 21:37:36.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76402025-08-01T21:37:38.168Z[ recovery-image] Aug 01 21:37:36.811 INFO O| Aug 01 21:37:36.811 INFO STEP 1003 (remove_files) COMPLETE
76412025-08-01T21:37:38.168Z[ recovery-image] Aug 01 21:37:36.811 INFO O| Aug 01 21:37:36.811 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-08-01T21:37:38.182Z[ recovery-image] Aug 01 21:37:36.824 INFO O| Aug 01 21:37:36.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
76432025-08-01T21:37:38.182Z[ recovery-image] Aug 01 21:37:36.825 INFO O| Aug 01 21:37:36.825 INFO STEP 1004 (remove_files) COMPLETE
76442025-08-01T21:37:38.182Z[ recovery-image] Aug 01 21:37:36.825 INFO O| Aug 01 21:37:36.825 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-08-01T21:37:38.197Z[ recovery-image] Aug 01 21:37:36.838 INFO O| Aug 01 21:37:36.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
76462025-08-01T21:37:38.197Z[ recovery-image] Aug 01 21:37:36.838 INFO O| Aug 01 21:37:36.838 INFO STEP 1005 (remove_files) COMPLETE
76472025-08-01T21:37:38.197Z[ recovery-image] Aug 01 21:37:36.838 INFO O| Aug 01 21:37:36.838 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-08-01T21:37:38.208Z[ recovery-image] Aug 01 21:37:36.851 INFO O| Aug 01 21:37:36.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
76492025-08-01T21:37:38.208Z[ recovery-image] Aug 01 21:37:36.851 INFO O| Aug 01 21:37:36.851 INFO STEP 1006 (remove_files) COMPLETE
76502025-08-01T21:37:38.208Z[ recovery-image] Aug 01 21:37:36.851 INFO O| Aug 01 21:37:36.851 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-08-01T21:37:38.222Z[ recovery-image] Aug 01 21:37:36.865 INFO O| Aug 01 21:37:36.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
76522025-08-01T21:37:38.222Z[ recovery-image] Aug 01 21:37:36.865 INFO O| Aug 01 21:37:36.865 INFO STEP 1007 (remove_files) COMPLETE
76532025-08-01T21:37:38.226Z[ recovery-image] Aug 01 21:37:36.865 INFO O| Aug 01 21:37:36.865 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-08-01T21:37:38.235Z[ recovery-image] Aug 01 21:37:36.878 INFO O| Aug 01 21:37:36.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
76552025-08-01T21:37:38.235Z[ recovery-image] Aug 01 21:37:36.878 INFO O| Aug 01 21:37:36.878 INFO STEP 1008 (remove_files) COMPLETE
76562025-08-01T21:37:38.235Z[ recovery-image] Aug 01 21:37:36.878 INFO O| Aug 01 21:37:36.878 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-08-01T21:37:38.249Z[ recovery-image] Aug 01 21:37:36.892 INFO O| Aug 01 21:37:36.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
76582025-08-01T21:37:38.249Z[ recovery-image] Aug 01 21:37:36.892 INFO O| Aug 01 21:37:36.892 INFO STEP 1009 (remove_files) COMPLETE
76592025-08-01T21:37:38.249Z[ recovery-image] Aug 01 21:37:36.892 INFO O| Aug 01 21:37:36.892 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-08-01T21:37:38.263Z[ recovery-image] Aug 01 21:37:36.906 INFO O| Aug 01 21:37:36.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
76612025-08-01T21:37:38.263Z[ recovery-image] Aug 01 21:37:36.906 INFO O| Aug 01 21:37:36.906 INFO STEP 1010 (remove_files) COMPLETE
76622025-08-01T21:37:38.263Z[ recovery-image] Aug 01 21:37:36.906 INFO O| Aug 01 21:37:36.906 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-08-01T21:37:38.277Z[ recovery-image] Aug 01 21:37:36.920 INFO O| Aug 01 21:37:36.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
76642025-08-01T21:37:38.277Z[ recovery-image] Aug 01 21:37:36.920 INFO O| Aug 01 21:37:36.920 INFO STEP 1011 (remove_files) COMPLETE
76652025-08-01T21:37:38.277Z[ recovery-image] Aug 01 21:37:36.920 INFO O| Aug 01 21:37:36.920 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-08-01T21:37:38.291Z[ recovery-image] Aug 01 21:37:36.934 INFO O| Aug 01 21:37:36.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
76672025-08-01T21:37:38.291Z[ recovery-image] Aug 01 21:37:36.934 INFO O| Aug 01 21:37:36.934 INFO STEP 1012 (remove_files) COMPLETE
76682025-08-01T21:37:38.291Z[ recovery-image] Aug 01 21:37:36.934 INFO O| Aug 01 21:37:36.934 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-08-01T21:37:38.305Z[ recovery-image] Aug 01 21:37:36.947 INFO O| Aug 01 21:37:36.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
76702025-08-01T21:37:38.305Z[ recovery-image] Aug 01 21:37:36.948 INFO O| Aug 01 21:37:36.948 INFO STEP 1013 (remove_files) COMPLETE
76712025-08-01T21:37:38.305Z[ recovery-image] Aug 01 21:37:36.948 INFO O| Aug 01 21:37:36.948 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-08-01T21:37:38.317Z[ recovery-image] Aug 01 21:37:36.960 INFO O| Aug 01 21:37:36.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
76732025-08-01T21:37:38.317Z[ recovery-image] Aug 01 21:37:36.960 INFO O| Aug 01 21:37:36.960 INFO STEP 1014 (remove_files) COMPLETE
76742025-08-01T21:37:38.317Z[ recovery-image] Aug 01 21:37:36.960 INFO O| Aug 01 21:37:36.960 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-08-01T21:37:38.330Z[ recovery-image] Aug 01 21:37:36.972 INFO O| Aug 01 21:37:36.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
76762025-08-01T21:37:38.330Z[ recovery-image] Aug 01 21:37:36.972 INFO O| Aug 01 21:37:36.972 INFO STEP 1015 (remove_files) COMPLETE
76772025-08-01T21:37:38.330Z[ recovery-image] Aug 01 21:37:36.972 INFO O| Aug 01 21:37:36.972 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-08-01T21:37:38.342Z[ recovery-image] Aug 01 21:37:36.985 INFO O| Aug 01 21:37:36.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
76792025-08-01T21:37:38.342Z[ recovery-image] Aug 01 21:37:36.985 INFO O| Aug 01 21:37:36.985 INFO STEP 1016 (remove_files) COMPLETE
76802025-08-01T21:37:38.342Z[ recovery-image] Aug 01 21:37:36.985 INFO O| Aug 01 21:37:36.985 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-08-01T21:37:38.355Z[ recovery-image] Aug 01 21:37:36.998 INFO O| Aug 01 21:37:36.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
76822025-08-01T21:37:38.355Z[ recovery-image] Aug 01 21:37:36.998 INFO O| Aug 01 21:37:36.998 INFO STEP 1017 (remove_files) COMPLETE
76832025-08-01T21:37:38.355Z[ recovery-image] Aug 01 21:37:36.998 INFO O| Aug 01 21:37:36.998 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-08-01T21:37:38.370Z[ recovery-image] Aug 01 21:37:37.013 INFO O| Aug 01 21:37:37.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
76852025-08-01T21:37:38.370Z[ recovery-image] Aug 01 21:37:37.013 INFO O| Aug 01 21:37:37.013 INFO STEP 1018 (remove_files) COMPLETE
76862025-08-01T21:37:38.370Z[ recovery-image] Aug 01 21:37:37.013 INFO O| Aug 01 21:37:37.013 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-08-01T21:37:38.383Z[ recovery-image] Aug 01 21:37:37.026 INFO O| Aug 01 21:37:37.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
76882025-08-01T21:37:38.383Z[ recovery-image] Aug 01 21:37:37.026 INFO O| Aug 01 21:37:37.026 INFO STEP 1019 (remove_files) COMPLETE
76892025-08-01T21:37:38.387Z[ recovery-image] Aug 01 21:37:37.026 INFO O| Aug 01 21:37:37.026 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-08-01T21:37:38.397Z[ recovery-image] Aug 01 21:37:37.039 INFO O| Aug 01 21:37:37.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
76912025-08-01T21:37:38.397Z[ recovery-image] Aug 01 21:37:37.039 INFO O| Aug 01 21:37:37.039 INFO STEP 1020 (remove_files) COMPLETE
76922025-08-01T21:37:38.397Z[ recovery-image] Aug 01 21:37:37.039 INFO O| Aug 01 21:37:37.039 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-08-01T21:37:38.410Z[ recovery-image] Aug 01 21:37:37.053 INFO O| Aug 01 21:37:37.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
76942025-08-01T21:37:38.410Z[ recovery-image] Aug 01 21:37:37.053 INFO O| Aug 01 21:37:37.053 INFO STEP 1021 (remove_files) COMPLETE
76952025-08-01T21:37:38.410Z[ recovery-image] Aug 01 21:37:37.053 INFO O| Aug 01 21:37:37.053 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-08-01T21:37:38.424Z[ recovery-image] Aug 01 21:37:37.067 INFO O| Aug 01 21:37:37.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
76972025-08-01T21:37:38.424Z[ recovery-image] Aug 01 21:37:37.067 INFO O| Aug 01 21:37:37.067 INFO STEP 1022 (remove_files) COMPLETE
76982025-08-01T21:37:38.425Z[ recovery-image] Aug 01 21:37:37.067 INFO O| Aug 01 21:37:37.067 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-08-01T21:37:38.436Z[ recovery-image] Aug 01 21:37:37.079 INFO O| Aug 01 21:37:37.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77002025-08-01T21:37:38.436Z[ recovery-image] Aug 01 21:37:37.079 INFO O| Aug 01 21:37:37.079 INFO STEP 1023 (remove_files) COMPLETE
77012025-08-01T21:37:38.436Z[ recovery-image] Aug 01 21:37:37.079 INFO O| Aug 01 21:37:37.079 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-08-01T21:37:38.448Z[ recovery-image] Aug 01 21:37:37.091 INFO O| Aug 01 21:37:37.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77032025-08-01T21:37:38.452Z[ recovery-image] Aug 01 21:37:37.091 INFO O| Aug 01 21:37:37.091 INFO STEP 1024 (remove_files) COMPLETE
77042025-08-01T21:37:38.452Z[ recovery-image] Aug 01 21:37:37.091 INFO O| Aug 01 21:37:37.091 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-08-01T21:37:38.461Z[ recovery-image] Aug 01 21:37:37.103 INFO O| Aug 01 21:37:37.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77062025-08-01T21:37:38.461Z[ recovery-image] Aug 01 21:37:37.104 INFO O| Aug 01 21:37:37.104 INFO STEP 1025 (remove_files) COMPLETE
77072025-08-01T21:37:38.464Z[ recovery-image] Aug 01 21:37:37.104 INFO O| Aug 01 21:37:37.104 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-08-01T21:37:38.472Z[ recovery-image] Aug 01 21:37:37.115 INFO O| Aug 01 21:37:37.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77092025-08-01T21:37:38.476Z[ recovery-image] Aug 01 21:37:37.115 INFO O| Aug 01 21:37:37.115 INFO STEP 1026 (remove_files) COMPLETE
77102025-08-01T21:37:38.476Z[ recovery-image] Aug 01 21:37:37.115 INFO O| Aug 01 21:37:37.115 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-08-01T21:37:38.487Z[ recovery-image] Aug 01 21:37:37.128 INFO O| Aug 01 21:37:37.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77122025-08-01T21:37:38.487Z[ recovery-image] Aug 01 21:37:37.128 INFO O| Aug 01 21:37:37.128 INFO STEP 1027 (remove_files) COMPLETE
77132025-08-01T21:37:38.487Z[ recovery-image] Aug 01 21:37:37.128 INFO O| Aug 01 21:37:37.128 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-08-01T21:37:38.498Z[ recovery-image] Aug 01 21:37:37.141 INFO O| Aug 01 21:37:37.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77152025-08-01T21:37:38.498Z[ recovery-image] Aug 01 21:37:37.141 INFO O| Aug 01 21:37:37.141 INFO STEP 1028 (remove_files) COMPLETE
77162025-08-01T21:37:38.502Z[ recovery-image] Aug 01 21:37:37.141 INFO O| Aug 01 21:37:37.141 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-08-01T21:37:38.510Z[ recovery-image] Aug 01 21:37:37.153 INFO O| Aug 01 21:37:37.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77182025-08-01T21:37:38.514Z[ recovery-image] Aug 01 21:37:37.153 INFO O| Aug 01 21:37:37.153 INFO STEP 1029 (remove_files) COMPLETE
77192025-08-01T21:37:38.514Z[ recovery-image] Aug 01 21:37:37.153 INFO O| Aug 01 21:37:37.153 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-08-01T21:37:38.524Z[ recovery-image] Aug 01 21:37:37.167 INFO O| Aug 01 21:37:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77212025-08-01T21:37:38.524Z[ recovery-image] Aug 01 21:37:37.167 INFO O| Aug 01 21:37:37.167 INFO STEP 1030 (remove_files) COMPLETE
77222025-08-01T21:37:38.529Z[ recovery-image] Aug 01 21:37:37.167 INFO O| Aug 01 21:37:37.167 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-08-01T21:37:38.538Z[ recovery-image] Aug 01 21:37:37.181 INFO O| Aug 01 21:37:37.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77242025-08-01T21:37:38.538Z[ recovery-image] Aug 01 21:37:37.181 INFO O| Aug 01 21:37:37.181 INFO STEP 1031 (remove_files) COMPLETE
77252025-08-01T21:37:38.538Z[ recovery-image] Aug 01 21:37:37.181 INFO O| Aug 01 21:37:37.181 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-08-01T21:37:38.551Z[ recovery-image] Aug 01 21:37:37.194 INFO O| Aug 01 21:37:37.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77272025-08-01T21:37:38.554Z[ recovery-image] Aug 01 21:37:37.194 INFO O| Aug 01 21:37:37.194 INFO STEP 1032 (remove_files) COMPLETE
77282025-08-01T21:37:38.554Z[ recovery-image] Aug 01 21:37:37.194 INFO O| Aug 01 21:37:37.194 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-08-01T21:37:38.564Z[ recovery-image] Aug 01 21:37:37.206 INFO O| Aug 01 21:37:37.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77302025-08-01T21:37:38.564Z[ recovery-image] Aug 01 21:37:37.206 INFO O| Aug 01 21:37:37.206 INFO STEP 1033 (remove_files) COMPLETE
77312025-08-01T21:37:38.567Z[ recovery-image] Aug 01 21:37:37.206 INFO O| Aug 01 21:37:37.206 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-08-01T21:37:38.576Z[ recovery-image] Aug 01 21:37:37.219 INFO O| Aug 01 21:37:37.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77332025-08-01T21:37:38.576Z[ recovery-image] Aug 01 21:37:37.219 INFO O| Aug 01 21:37:37.219 INFO STEP 1034 (remove_files) COMPLETE
77342025-08-01T21:37:38.579Z[ recovery-image] Aug 01 21:37:37.219 INFO O| Aug 01 21:37:37.219 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-08-01T21:37:38.589Z[ recovery-image] Aug 01 21:37:37.231 INFO O| Aug 01 21:37:37.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77362025-08-01T21:37:38.592Z[ recovery-image] Aug 01 21:37:37.231 INFO O| Aug 01 21:37:37.231 INFO STEP 1035 (remove_files) COMPLETE
77372025-08-01T21:37:38.592Z[ recovery-image] Aug 01 21:37:37.231 INFO O| Aug 01 21:37:37.231 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-08-01T21:37:38.602Z[ recovery-image] Aug 01 21:37:37.244 INFO O| Aug 01 21:37:37.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77392025-08-01T21:37:38.602Z[ recovery-image] Aug 01 21:37:37.244 INFO O| Aug 01 21:37:37.244 INFO STEP 1036 (remove_files) COMPLETE
77402025-08-01T21:37:38.605Z[ recovery-image] Aug 01 21:37:37.244 INFO O| Aug 01 21:37:37.244 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-08-01T21:37:38.616Z[ recovery-image] Aug 01 21:37:37.257 INFO O| Aug 01 21:37:37.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77422025-08-01T21:37:38.616Z[ recovery-image] Aug 01 21:37:37.257 INFO O| Aug 01 21:37:37.257 INFO STEP 1037 (remove_files) COMPLETE
77432025-08-01T21:37:38.616Z[ recovery-image] Aug 01 21:37:37.257 INFO O| Aug 01 21:37:37.257 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-08-01T21:37:38.624Z[ recovery-image] Aug 01 21:37:37.267 INFO O| Aug 01 21:37:37.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
77452025-08-01T21:37:38.628Z[ recovery-image] Aug 01 21:37:37.267 INFO O| Aug 01 21:37:37.267 INFO STEP 1038 (remove_files) COMPLETE
77462025-08-01T21:37:38.628Z[ recovery-image] Aug 01 21:37:37.267 INFO O| Aug 01 21:37:37.267 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-08-01T21:37:38.635Z[ recovery-image] Aug 01 21:37:37.278 INFO O| Aug 01 21:37:37.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
77482025-08-01T21:37:38.635Z[ recovery-image] Aug 01 21:37:37.278 INFO O| Aug 01 21:37:37.278 INFO STEP 1039 (remove_files) COMPLETE
77492025-08-01T21:37:38.638Z[ recovery-image] Aug 01 21:37:37.278 INFO O| Aug 01 21:37:37.278 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-08-01T21:37:38.646Z[ recovery-image] Aug 01 21:37:37.289 INFO O| Aug 01 21:37:37.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
77512025-08-01T21:37:38.647Z[ recovery-image] Aug 01 21:37:37.289 INFO O| Aug 01 21:37:37.289 INFO STEP 1040 (remove_files) COMPLETE
77522025-08-01T21:37:38.650Z[ recovery-image] Aug 01 21:37:37.289 INFO O| Aug 01 21:37:37.289 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-08-01T21:37:38.659Z[ recovery-image] Aug 01 21:37:37.302 INFO O| Aug 01 21:37:37.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
77542025-08-01T21:37:38.659Z[ recovery-image] Aug 01 21:37:37.302 INFO O| Aug 01 21:37:37.302 INFO STEP 1041 (remove_files) COMPLETE
77552025-08-01T21:37:38.663Z[ recovery-image] Aug 01 21:37:37.302 INFO O| Aug 01 21:37:37.302 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-08-01T21:37:38.672Z[ recovery-image] Aug 01 21:37:37.314 INFO O| Aug 01 21:37:37.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
77572025-08-01T21:37:38.672Z[ recovery-image] Aug 01 21:37:37.314 INFO O| Aug 01 21:37:37.314 INFO STEP 1042 (remove_files) COMPLETE
77582025-08-01T21:37:38.672Z[ recovery-image] Aug 01 21:37:37.314 INFO O| Aug 01 21:37:37.314 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-08-01T21:37:38.685Z[ recovery-image] Aug 01 21:37:37.327 INFO O| Aug 01 21:37:37.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
77602025-08-01T21:37:38.685Z[ recovery-image] Aug 01 21:37:37.327 INFO O| Aug 01 21:37:37.327 INFO STEP 1043 (remove_files) COMPLETE
77612025-08-01T21:37:38.685Z[ recovery-image] Aug 01 21:37:37.327 INFO O| Aug 01 21:37:37.327 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-08-01T21:37:38.697Z[ recovery-image] Aug 01 21:37:37.339 INFO O| Aug 01 21:37:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
77632025-08-01T21:37:38.697Z[ recovery-image] Aug 01 21:37:37.339 INFO O| Aug 01 21:37:37.339 INFO STEP 1044 (remove_files) COMPLETE
77642025-08-01T21:37:38.697Z[ recovery-image] Aug 01 21:37:37.339 INFO O| Aug 01 21:37:37.339 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-08-01T21:37:38.709Z[ recovery-image] Aug 01 21:37:37.352 INFO O| Aug 01 21:37:37.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
77662025-08-01T21:37:38.712Z[ recovery-image] Aug 01 21:37:37.352 INFO O| Aug 01 21:37:37.352 INFO STEP 1045 (remove_files) COMPLETE
77672025-08-01T21:37:38.712Z[ recovery-image] Aug 01 21:37:37.352 INFO O| Aug 01 21:37:37.352 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-08-01T21:37:38.723Z[ recovery-image] Aug 01 21:37:37.365 INFO O| Aug 01 21:37:37.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
77692025-08-01T21:37:38.723Z[ recovery-image] Aug 01 21:37:37.365 INFO O| Aug 01 21:37:37.365 INFO STEP 1046 (remove_files) COMPLETE
77702025-08-01T21:37:38.726Z[ recovery-image] Aug 01 21:37:37.365 INFO O| Aug 01 21:37:37.365 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-08-01T21:37:38.734Z[ recovery-image] Aug 01 21:37:37.377 INFO O| Aug 01 21:37:37.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
77722025-08-01T21:37:38.734Z[ recovery-image] Aug 01 21:37:37.377 INFO O| Aug 01 21:37:37.377 INFO STEP 1047 (remove_files) COMPLETE
77732025-08-01T21:37:38.737Z[ recovery-image] Aug 01 21:37:37.377 INFO O| Aug 01 21:37:37.377 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-08-01T21:37:38.747Z[ recovery-image] Aug 01 21:37:37.389 INFO O| Aug 01 21:37:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
77752025-08-01T21:37:38.747Z[ recovery-image] Aug 01 21:37:37.390 INFO O| Aug 01 21:37:37.390 INFO STEP 1048 (remove_files) COMPLETE
77762025-08-01T21:37:38.750Z[ recovery-image] Aug 01 21:37:37.390 INFO O| Aug 01 21:37:37.390 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-08-01T21:37:38.758Z[ recovery-image] Aug 01 21:37:37.401 INFO O| Aug 01 21:37:37.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
77782025-08-01T21:37:38.758Z[ recovery-image] Aug 01 21:37:37.401 INFO O| Aug 01 21:37:37.401 INFO STEP 1049 (remove_files) COMPLETE
77792025-08-01T21:37:38.758Z[ recovery-image] Aug 01 21:37:37.401 INFO O| Aug 01 21:37:37.401 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-08-01T21:37:38.771Z[ recovery-image] Aug 01 21:37:37.413 INFO O| Aug 01 21:37:37.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
77812025-08-01T21:37:38.771Z[ recovery-image] Aug 01 21:37:37.414 INFO O| Aug 01 21:37:37.414 INFO STEP 1050 (remove_files) COMPLETE
77822025-08-01T21:37:38.771Z[ recovery-image] Aug 01 21:37:37.414 INFO O| Aug 01 21:37:37.414 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-08-01T21:37:38.782Z[ recovery-image] Aug 01 21:37:37.424 INFO O| Aug 01 21:37:37.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
77842025-08-01T21:37:38.782Z[ recovery-image] Aug 01 21:37:37.425 INFO O| Aug 01 21:37:37.425 INFO STEP 1051 (remove_files) COMPLETE
77852025-08-01T21:37:38.785Z[ recovery-image] Aug 01 21:37:37.425 INFO O| Aug 01 21:37:37.425 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-08-01T21:37:38.795Z[ recovery-image] Aug 01 21:37:37.437 INFO O| Aug 01 21:37:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
77872025-08-01T21:37:38.795Z[ recovery-image] Aug 01 21:37:37.437 INFO O| Aug 01 21:37:37.437 INFO STEP 1052 (remove_files) COMPLETE
77882025-08-01T21:37:38.795Z[ recovery-image] Aug 01 21:37:37.437 INFO O| Aug 01 21:37:37.437 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-08-01T21:37:38.804Z[ recovery-image] Aug 01 21:37:37.446 INFO O| Aug 01 21:37:37.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
77902025-08-01T21:37:38.804Z[ recovery-image] Aug 01 21:37:37.446 INFO O| Aug 01 21:37:37.446 INFO STEP 1053 (remove_files) COMPLETE
77912025-08-01T21:37:38.804Z[ recovery-image] Aug 01 21:37:37.446 INFO O| Aug 01 21:37:37.446 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-08-01T21:37:38.815Z[ recovery-image] Aug 01 21:37:37.458 INFO O| Aug 01 21:37:37.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
77932025-08-01T21:37:38.815Z[ recovery-image] Aug 01 21:37:37.458 INFO O| Aug 01 21:37:37.458 INFO STEP 1054 (remove_files) COMPLETE
77942025-08-01T21:37:38.818Z[ recovery-image] Aug 01 21:37:37.458 INFO O| Aug 01 21:37:37.458 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-08-01T21:37:38.823Z[ host-image] Aug 01 21:37:37.465 INFO O| Aug 01 21:37:37.465 INFO O| Planning: Solver setup ... Done
77962025-08-01T21:37:38.828Z[ recovery-image] Aug 01 21:37:37.470 INFO O| Aug 01 21:37:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
77972025-08-01T21:37:38.828Z[ recovery-image] Aug 01 21:37:37.470 INFO O| Aug 01 21:37:37.470 INFO STEP 1055 (remove_files) COMPLETE
77982025-08-01T21:37:38.832Z[ recovery-image] Aug 01 21:37:37.470 INFO O| Aug 01 21:37:37.470 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-08-01T21:37:38.837Z[ host-image] Aug 01 21:37:37.480 INFO O| Aug 01 21:37:37.480 INFO O| Planning: Running solver ... Done
78002025-08-01T21:37:38.840Z[ recovery-image] Aug 01 21:37:37.481 INFO O| Aug 01 21:37:37.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78012025-08-01T21:37:38.840Z[ recovery-image] Aug 01 21:37:37.481 INFO O| Aug 01 21:37:37.481 INFO STEP 1056 (remove_files) COMPLETE
78022025-08-01T21:37:38.840Z[ recovery-image] Aug 01 21:37:37.481 INFO O| Aug 01 21:37:37.481 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-08-01T21:37:38.853Z[ recovery-image] Aug 01 21:37:37.496 INFO O| Aug 01 21:37:37.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78042025-08-01T21:37:38.853Z[ recovery-image] Aug 01 21:37:37.496 INFO O| Aug 01 21:37:37.496 INFO STEP 1057 (remove_files) COMPLETE
78052025-08-01T21:37:38.853Z[ recovery-image] Aug 01 21:37:37.496 INFO O| Aug 01 21:37:37.496 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-08-01T21:37:38.867Z[ recovery-image] Aug 01 21:37:37.509 INFO O| Aug 01 21:37:37.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78072025-08-01T21:37:38.867Z[ recovery-image] Aug 01 21:37:37.509 INFO O| Aug 01 21:37:37.509 INFO STEP 1058 (remove_files) COMPLETE
78082025-08-01T21:37:38.870Z[ recovery-image] Aug 01 21:37:37.509 INFO O| Aug 01 21:37:37.509 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-08-01T21:37:38.880Z[ recovery-image] Aug 01 21:37:37.522 INFO O| Aug 01 21:37:37.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78102025-08-01T21:37:38.880Z[ recovery-image] Aug 01 21:37:37.523 INFO O| Aug 01 21:37:37.523 INFO STEP 1059 (remove_files) COMPLETE
78112025-08-01T21:37:38.880Z[ recovery-image] Aug 01 21:37:37.523 INFO O| Aug 01 21:37:37.523 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-08-01T21:37:38.893Z[ recovery-image] Aug 01 21:37:37.535 INFO O| Aug 01 21:37:37.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78132025-08-01T21:37:38.893Z[ recovery-image] Aug 01 21:37:37.535 INFO O| Aug 01 21:37:37.535 INFO STEP 1060 (remove_files) COMPLETE
78142025-08-01T21:37:38.896Z[ recovery-image] Aug 01 21:37:37.535 INFO O| Aug 01 21:37:37.535 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-08-01T21:37:38.914Z[ recovery-image] Aug 01 21:37:37.546 INFO O| Aug 01 21:37:37.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78162025-08-01T21:37:38.914Z[ recovery-image] Aug 01 21:37:37.546 INFO O| Aug 01 21:37:37.546 INFO STEP 1061 (remove_files) COMPLETE
78172025-08-01T21:37:38.914Z[ recovery-image] Aug 01 21:37:37.546 INFO O| Aug 01 21:37:37.546 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-08-01T21:37:38.921Z[ recovery-image] Aug 01 21:37:37.558 INFO O| Aug 01 21:37:37.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78192025-08-01T21:37:38.921Z[ recovery-image] Aug 01 21:37:37.559 INFO O| Aug 01 21:37:37.559 INFO STEP 1062 (remove_files) COMPLETE
78202025-08-01T21:37:38.921Z[ recovery-image] Aug 01 21:37:37.559 INFO O| Aug 01 21:37:37.559 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-08-01T21:37:38.927Z[ recovery-image] Aug 01 21:37:37.570 INFO O| Aug 01 21:37:37.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78222025-08-01T21:37:38.928Z[ recovery-image] Aug 01 21:37:37.570 INFO O| Aug 01 21:37:37.570 INFO STEP 1063 (remove_files) COMPLETE
78232025-08-01T21:37:38.931Z[ recovery-image] Aug 01 21:37:37.570 INFO O| Aug 01 21:37:37.570 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-08-01T21:37:38.940Z[ recovery-image] Aug 01 21:37:37.582 INFO O| Aug 01 21:37:37.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78252025-08-01T21:37:38.940Z[ recovery-image] Aug 01 21:37:37.582 INFO O| Aug 01 21:37:37.582 INFO STEP 1064 (remove_files) COMPLETE
78262025-08-01T21:37:38.943Z[ recovery-image] Aug 01 21:37:37.582 INFO O| Aug 01 21:37:37.582 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-08-01T21:37:38.953Z[ recovery-image] Aug 01 21:37:37.595 INFO O| Aug 01 21:37:37.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78282025-08-01T21:37:38.953Z[ recovery-image] Aug 01 21:37:37.595 INFO O| Aug 01 21:37:37.595 INFO STEP 1065 (remove_files) COMPLETE
78292025-08-01T21:37:38.953Z[ recovery-image] Aug 01 21:37:37.595 INFO O| Aug 01 21:37:37.595 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-08-01T21:37:38.966Z[ recovery-image] Aug 01 21:37:37.608 INFO O| Aug 01 21:37:37.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78312025-08-01T21:37:38.966Z[ recovery-image] Aug 01 21:37:37.609 INFO O| Aug 01 21:37:37.609 INFO STEP 1066 (remove_files) COMPLETE
78322025-08-01T21:37:38.969Z[ recovery-image] Aug 01 21:37:37.609 INFO O| Aug 01 21:37:37.609 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-08-01T21:37:38.980Z[ recovery-image] Aug 01 21:37:37.622 INFO O| Aug 01 21:37:37.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78342025-08-01T21:37:38.980Z[ recovery-image] Aug 01 21:37:37.622 INFO O| Aug 01 21:37:37.622 INFO STEP 1067 (remove_files) COMPLETE
78352025-08-01T21:37:38.983Z[ recovery-image] Aug 01 21:37:37.622 INFO O| Aug 01 21:37:37.622 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-08-01T21:37:38.993Z[ recovery-image] Aug 01 21:37:37.636 INFO O| Aug 01 21:37:37.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78372025-08-01T21:37:38.993Z[ recovery-image] Aug 01 21:37:37.636 INFO O| Aug 01 21:37:37.636 INFO STEP 1068 (remove_files) COMPLETE
78382025-08-01T21:37:38.993Z[ recovery-image] Aug 01 21:37:37.636 INFO O| Aug 01 21:37:37.636 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-08-01T21:37:39.007Z[ recovery-image] Aug 01 21:37:37.649 INFO O| Aug 01 21:37:37.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78402025-08-01T21:37:39.011Z[ recovery-image] Aug 01 21:37:37.649 INFO O| Aug 01 21:37:37.649 INFO STEP 1069 (remove_files) COMPLETE
78412025-08-01T21:37:39.011Z[ recovery-image] Aug 01 21:37:37.649 INFO O| Aug 01 21:37:37.649 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-08-01T21:37:39.022Z[ recovery-image] Aug 01 21:37:37.662 INFO O| Aug 01 21:37:37.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78432025-08-01T21:37:39.022Z[ recovery-image] Aug 01 21:37:37.662 INFO O| Aug 01 21:37:37.662 INFO STEP 1070 (remove_files) COMPLETE
78442025-08-01T21:37:39.029Z[ recovery-image] Aug 01 21:37:37.662 INFO O| Aug 01 21:37:37.662 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-08-01T21:37:39.035Z[ recovery-image] Aug 01 21:37:37.675 INFO O| Aug 01 21:37:37.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78462025-08-01T21:37:39.035Z[ recovery-image] Aug 01 21:37:37.675 INFO O| Aug 01 21:37:37.675 INFO STEP 1071 (remove_files) COMPLETE
78472025-08-01T21:37:39.035Z[ recovery-image] Aug 01 21:37:37.675 INFO O| Aug 01 21:37:37.675 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-08-01T21:37:39.046Z[ recovery-image] Aug 01 21:37:37.688 INFO O| Aug 01 21:37:37.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
78492025-08-01T21:37:39.046Z[ recovery-image] Aug 01 21:37:37.688 INFO O| Aug 01 21:37:37.688 INFO STEP 1072 (remove_files) COMPLETE
78502025-08-01T21:37:39.046Z[ recovery-image] Aug 01 21:37:37.688 INFO O| Aug 01 21:37:37.688 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-08-01T21:37:39.051Z[ host-image] Aug 01 21:37:37.692 INFO O| Aug 01 21:37:37.692 INFO O| Planning: Finding local manifests ... Done
78522025-08-01T21:37:39.059Z[ recovery-image] Aug 01 21:37:37.701 INFO O| Aug 01 21:37:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
78532025-08-01T21:37:39.065Z[ recovery-image] Aug 01 21:37:37.701 INFO O| Aug 01 21:37:37.701 INFO STEP 1073 (remove_files) COMPLETE
78542025-08-01T21:37:39.065Z[ recovery-image] Aug 01 21:37:37.701 INFO O| Aug 01 21:37:37.701 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-08-01T21:37:39.073Z[ recovery-image] Aug 01 21:37:37.715 INFO O| Aug 01 21:37:37.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
78562025-08-01T21:37:39.073Z[ recovery-image] Aug 01 21:37:37.715 INFO O| Aug 01 21:37:37.715 INFO STEP 1074 (remove_files) COMPLETE
78572025-08-01T21:37:39.074Z[ recovery-image] Aug 01 21:37:37.715 INFO O| Aug 01 21:37:37.715 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-08-01T21:37:39.086Z[ recovery-image] Aug 01 21:37:37.729 INFO O| Aug 01 21:37:37.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
78592025-08-01T21:37:39.087Z[ recovery-image] Aug 01 21:37:37.729 INFO O| Aug 01 21:37:37.729 INFO STEP 1075 (remove_files) COMPLETE
78602025-08-01T21:37:39.090Z[ recovery-image] Aug 01 21:37:37.729 INFO O| Aug 01 21:37:37.729 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-08-01T21:37:39.099Z[ recovery-image] Aug 01 21:37:37.742 INFO O| Aug 01 21:37:37.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
78622025-08-01T21:37:39.100Z[ recovery-image] Aug 01 21:37:37.742 INFO O| Aug 01 21:37:37.742 INFO STEP 1076 (remove_files) COMPLETE
78632025-08-01T21:37:39.103Z[ recovery-image] Aug 01 21:37:37.742 INFO O| Aug 01 21:37:37.742 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-08-01T21:37:39.112Z[ recovery-image] Aug 01 21:37:37.754 INFO O| Aug 01 21:37:37.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
78652025-08-01T21:37:39.112Z[ recovery-image] Aug 01 21:37:37.755 INFO O| Aug 01 21:37:37.755 INFO STEP 1077 (remove_files) COMPLETE
78662025-08-01T21:37:39.115Z[ recovery-image] Aug 01 21:37:37.755 INFO O| Aug 01 21:37:37.755 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-08-01T21:37:39.125Z[ recovery-image] Aug 01 21:37:37.767 INFO O| Aug 01 21:37:37.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
78682025-08-01T21:37:39.125Z[ recovery-image] Aug 01 21:37:37.767 INFO O| Aug 01 21:37:37.767 INFO STEP 1078 (remove_files) COMPLETE
78692025-08-01T21:37:39.125Z[ recovery-image] Aug 01 21:37:37.767 INFO O| Aug 01 21:37:37.767 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-08-01T21:37:39.139Z[ recovery-image] Aug 01 21:37:37.780 INFO O| Aug 01 21:37:37.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
78712025-08-01T21:37:39.139Z[ recovery-image] Aug 01 21:37:37.780 INFO O| Aug 01 21:37:37.780 INFO STEP 1079 (remove_files) COMPLETE
78722025-08-01T21:37:39.139Z[ recovery-image] Aug 01 21:37:37.780 INFO O| Aug 01 21:37:37.780 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-08-01T21:37:39.151Z[ recovery-image] Aug 01 21:37:37.794 INFO O| Aug 01 21:37:37.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
78742025-08-01T21:37:39.151Z[ recovery-image] Aug 01 21:37:37.794 INFO O| Aug 01 21:37:37.794 INFO STEP 1080 (remove_files) COMPLETE
78752025-08-01T21:37:39.151Z[ recovery-image] Aug 01 21:37:37.794 INFO O| Aug 01 21:37:37.794 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-08-01T21:37:39.165Z[ recovery-image] Aug 01 21:37:37.807 INFO O| Aug 01 21:37:37.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
78772025-08-01T21:37:39.165Z[ recovery-image] Aug 01 21:37:37.807 INFO O| Aug 01 21:37:37.807 INFO STEP 1081 (remove_files) COMPLETE
78782025-08-01T21:37:39.168Z[ recovery-image] Aug 01 21:37:37.807 INFO O| Aug 01 21:37:37.807 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-08-01T21:37:39.168Z[ host-image] Aug 01 21:37:37.810 INFO O| Aug 01 21:37:37.810 INFO O| Planning: Fetching manifests: 0/1 0% complete
78802025-08-01T21:37:39.179Z[ recovery-image] Aug 01 21:37:37.821 INFO O| Aug 01 21:37:37.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
78812025-08-01T21:37:39.182Z[ recovery-image] Aug 01 21:37:37.821 INFO O| Aug 01 21:37:37.821 INFO STEP 1082 (remove_files) COMPLETE
78822025-08-01T21:37:39.182Z[ recovery-image] Aug 01 21:37:37.821 INFO O| Aug 01 21:37:37.821 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-08-01T21:37:39.194Z[ recovery-image] Aug 01 21:37:37.835 INFO O| Aug 01 21:37:37.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
78842025-08-01T21:37:39.194Z[ recovery-image] Aug 01 21:37:37.835 INFO O| Aug 01 21:37:37.835 INFO STEP 1083 (remove_files) COMPLETE
78852025-08-01T21:37:39.194Z[ recovery-image] Aug 01 21:37:37.835 INFO O| Aug 01 21:37:37.835 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-08-01T21:37:39.200Z[ host-image] Aug 01 21:37:37.842 INFO O| Aug 01 21:37:37.842 INFO O| Planning: Fetching manifests: 1/1 100% complete
78872025-08-01T21:37:39.207Z[ recovery-image] Aug 01 21:37:37.849 INFO O| Aug 01 21:37:37.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
78882025-08-01T21:37:39.207Z[ recovery-image] Aug 01 21:37:37.849 INFO O| Aug 01 21:37:37.849 INFO STEP 1084 (remove_files) COMPLETE
78892025-08-01T21:37:39.210Z[ recovery-image] Aug 01 21:37:37.849 INFO O| Aug 01 21:37:37.849 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-08-01T21:37:39.221Z[ recovery-image] Aug 01 21:37:37.863 INFO O| Aug 01 21:37:37.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
78912025-08-01T21:37:39.221Z[ recovery-image] Aug 01 21:37:37.863 INFO O| Aug 01 21:37:37.863 INFO STEP 1085 (remove_files) COMPLETE
78922025-08-01T21:37:39.224Z[ recovery-image] Aug 01 21:37:37.863 INFO O| Aug 01 21:37:37.863 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-08-01T21:37:39.229Z[ host-image] Aug 01 21:37:37.871 INFO O| Aug 01 21:37:37.871 INFO O| Planning: Package planning ... Done
78942025-08-01T21:37:39.232Z[ host-image] Aug 01 21:37:37.872 INFO O| Aug 01 21:37:37.872 INFO O| Planning: Merging actions ... Done
78952025-08-01T21:37:39.235Z[ recovery-image] Aug 01 21:37:37.877 INFO O| Aug 01 21:37:37.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
78962025-08-01T21:37:39.235Z[ recovery-image] Aug 01 21:37:37.877 INFO O| Aug 01 21:37:37.877 INFO STEP 1086 (remove_files) COMPLETE
78972025-08-01T21:37:39.235Z[ recovery-image] Aug 01 21:37:37.877 INFO O| Aug 01 21:37:37.877 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-08-01T21:37:39.250Z[ recovery-image] Aug 01 21:37:37.891 INFO O| Aug 01 21:37:37.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
78992025-08-01T21:37:39.250Z[ recovery-image] Aug 01 21:37:37.891 INFO O| Aug 01 21:37:37.891 INFO STEP 1087 (remove_files) COMPLETE
79002025-08-01T21:37:39.250Z[ recovery-image] Aug 01 21:37:37.891 INFO O| Aug 01 21:37:37.891 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-08-01T21:37:39.263Z[ recovery-image] Aug 01 21:37:37.905 INFO O| Aug 01 21:37:37.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79022025-08-01T21:37:39.263Z[ recovery-image] Aug 01 21:37:37.905 INFO O| Aug 01 21:37:37.905 INFO STEP 1088 (remove_files) COMPLETE
79032025-08-01T21:37:39.263Z[ recovery-image] Aug 01 21:37:37.905 INFO O| Aug 01 21:37:37.905 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-08-01T21:37:39.276Z[ recovery-image] Aug 01 21:37:37.918 INFO O| Aug 01 21:37:37.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79052025-08-01T21:37:39.276Z[ recovery-image] Aug 01 21:37:37.918 INFO O| Aug 01 21:37:37.918 INFO STEP 1089 (remove_files) COMPLETE
79062025-08-01T21:37:39.276Z[ recovery-image] Aug 01 21:37:37.918 INFO O| Aug 01 21:37:37.918 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-08-01T21:37:39.289Z[ recovery-image] Aug 01 21:37:37.931 INFO O| Aug 01 21:37:37.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79082025-08-01T21:37:39.289Z[ recovery-image] Aug 01 21:37:37.931 INFO O| Aug 01 21:37:37.931 INFO STEP 1090 (remove_files) COMPLETE
79092025-08-01T21:37:39.289Z[ recovery-image] Aug 01 21:37:37.931 INFO O| Aug 01 21:37:37.931 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-08-01T21:37:39.303Z[ recovery-image] Aug 01 21:37:37.945 INFO O| Aug 01 21:37:37.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79112025-08-01T21:37:39.303Z[ recovery-image] Aug 01 21:37:37.945 INFO O| Aug 01 21:37:37.945 INFO STEP 1091 (remove_files) COMPLETE
79122025-08-01T21:37:39.303Z[ recovery-image] Aug 01 21:37:37.945 INFO O| Aug 01 21:37:37.945 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-08-01T21:37:39.317Z[ recovery-image] Aug 01 21:37:37.959 INFO O| Aug 01 21:37:37.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79142025-08-01T21:37:39.320Z[ recovery-image] Aug 01 21:37:37.960 INFO O| Aug 01 21:37:37.960 INFO STEP 1092 (remove_files) COMPLETE
79152025-08-01T21:37:39.320Z[ recovery-image] Aug 01 21:37:37.960 INFO O| Aug 01 21:37:37.960 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-08-01T21:37:39.331Z[ recovery-image] Aug 01 21:37:37.972 INFO O| Aug 01 21:37:37.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79172025-08-01T21:37:39.331Z[ recovery-image] Aug 01 21:37:37.973 INFO O| Aug 01 21:37:37.972 INFO STEP 1093 (remove_files) COMPLETE
79182025-08-01T21:37:39.331Z[ recovery-image] Aug 01 21:37:37.973 INFO O| Aug 01 21:37:37.973 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-08-01T21:37:39.345Z[ recovery-image] Aug 01 21:37:37.987 INFO O| Aug 01 21:37:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79202025-08-01T21:37:39.345Z[ recovery-image] Aug 01 21:37:37.987 INFO O| Aug 01 21:37:37.987 INFO STEP 1094 (remove_files) COMPLETE
79212025-08-01T21:37:39.345Z[ recovery-image] Aug 01 21:37:37.987 INFO O| Aug 01 21:37:37.987 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-08-01T21:37:39.361Z[ recovery-image] Aug 01 21:37:38.002 INFO O| Aug 01 21:37:38.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79232025-08-01T21:37:39.361Z[ recovery-image] Aug 01 21:37:38.002 INFO O| Aug 01 21:37:38.002 INFO STEP 1095 (remove_files) COMPLETE
79242025-08-01T21:37:39.361Z[ recovery-image] Aug 01 21:37:38.002 INFO O| Aug 01 21:37:38.002 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-08-01T21:37:39.375Z[ recovery-image] Aug 01 21:37:38.017 INFO O| Aug 01 21:37:38.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79262025-08-01T21:37:39.375Z[ recovery-image] Aug 01 21:37:38.017 INFO O| Aug 01 21:37:38.017 INFO STEP 1096 (remove_files) COMPLETE
79272025-08-01T21:37:39.375Z[ recovery-image] Aug 01 21:37:38.017 INFO O| Aug 01 21:37:38.017 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-08-01T21:37:39.388Z[ recovery-image] Aug 01 21:37:38.030 INFO O| Aug 01 21:37:38.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79292025-08-01T21:37:39.388Z[ recovery-image] Aug 01 21:37:38.030 INFO O| Aug 01 21:37:38.030 INFO STEP 1097 (remove_files) COMPLETE
79302025-08-01T21:37:39.388Z[ recovery-image] Aug 01 21:37:38.030 INFO O| Aug 01 21:37:38.030 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-08-01T21:37:39.402Z[ recovery-image] Aug 01 21:37:38.044 INFO O| Aug 01 21:37:38.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79322025-08-01T21:37:39.402Z[ recovery-image] Aug 01 21:37:38.044 INFO O| Aug 01 21:37:38.044 INFO STEP 1098 (remove_files) COMPLETE
79332025-08-01T21:37:39.402Z[ recovery-image] Aug 01 21:37:38.044 INFO O| Aug 01 21:37:38.044 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-08-01T21:37:39.416Z[ recovery-image] Aug 01 21:37:38.058 INFO O| Aug 01 21:37:38.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79352025-08-01T21:37:39.416Z[ recovery-image] Aug 01 21:37:38.058 INFO O| Aug 01 21:37:38.058 INFO STEP 1099 (remove_files) COMPLETE
79362025-08-01T21:37:39.416Z[ recovery-image] Aug 01 21:37:38.058 INFO O| Aug 01 21:37:38.058 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-08-01T21:37:39.430Z[ recovery-image] Aug 01 21:37:38.072 INFO O| Aug 01 21:37:38.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79382025-08-01T21:37:39.430Z[ recovery-image] Aug 01 21:37:38.072 INFO O| Aug 01 21:37:38.072 INFO STEP 1100 (remove_files) COMPLETE
79392025-08-01T21:37:39.434Z[ recovery-image] Aug 01 21:37:38.072 INFO O| Aug 01 21:37:38.072 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-08-01T21:37:39.443Z[ recovery-image] Aug 01 21:37:38.085 INFO O| Aug 01 21:37:38.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79412025-08-01T21:37:39.443Z[ recovery-image] Aug 01 21:37:38.085 INFO O| Aug 01 21:37:38.085 INFO STEP 1101 (remove_files) COMPLETE
79422025-08-01T21:37:39.443Z[ recovery-image] Aug 01 21:37:38.086 INFO O| Aug 01 21:37:38.085 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-08-01T21:37:39.455Z[ host-image] Aug 01 21:37:38.087 INFO O| Aug 01 21:37:38.087 INFO O| Planning: Checking for conflicting actions ... Done
79442025-08-01T21:37:39.455Z[ host-image] Aug 01 21:37:38.088 INFO O| Aug 01 21:37:38.088 INFO O| Planning: Consolidating action changes ... Done
79452025-08-01T21:37:39.462Z[ recovery-image] Aug 01 21:37:38.103 INFO O| Aug 01 21:37:38.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79462025-08-01T21:37:39.462Z[ recovery-image] Aug 01 21:37:38.104 INFO O| Aug 01 21:37:38.104 INFO STEP 1102 (remove_files) COMPLETE
79472025-08-01T21:37:39.462Z[ recovery-image] Aug 01 21:37:38.104 INFO O| Aug 01 21:37:38.104 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482025-08-01T21:37:39.476Z[ recovery-image] Aug 01 21:37:38.117 INFO O| Aug 01 21:37:38.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79492025-08-01T21:37:39.476Z[ recovery-image] Aug 01 21:37:38.117 INFO O| Aug 01 21:37:38.117 INFO STEP 1103 (remove_files) COMPLETE
79502025-08-01T21:37:39.476Z[ recovery-image] Aug 01 21:37:38.117 INFO O| Aug 01 21:37:38.117 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512025-08-01T21:37:39.490Z[ recovery-image] Aug 01 21:37:38.131 INFO O| Aug 01 21:37:38.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79522025-08-01T21:37:39.493Z[ recovery-image] Aug 01 21:37:38.132 INFO O| Aug 01 21:37:38.132 INFO STEP 1104 (remove_files) COMPLETE
79532025-08-01T21:37:39.493Z[ recovery-image] Aug 01 21:37:38.132 INFO O| Aug 01 21:37:38.132 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542025-08-01T21:37:39.504Z[ recovery-image] Aug 01 21:37:38.146 INFO O| Aug 01 21:37:38.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
79552025-08-01T21:37:39.504Z[ recovery-image] Aug 01 21:37:38.146 INFO O| Aug 01 21:37:38.146 INFO STEP 1105 (remove_files) COMPLETE
79562025-08-01T21:37:39.504Z[ recovery-image] Aug 01 21:37:38.146 INFO O| Aug 01 21:37:38.146 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572025-08-01T21:37:39.518Z[ recovery-image] Aug 01 21:37:38.160 INFO O| Aug 01 21:37:38.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
79582025-08-01T21:37:39.518Z[ recovery-image] Aug 01 21:37:38.160 INFO O| Aug 01 21:37:38.160 INFO STEP 1106 (remove_files) COMPLETE
79592025-08-01T21:37:39.521Z[ recovery-image] Aug 01 21:37:38.160 INFO O| Aug 01 21:37:38.160 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602025-08-01T21:37:39.532Z[ recovery-image] Aug 01 21:37:38.174 INFO O| Aug 01 21:37:38.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
79612025-08-01T21:37:39.532Z[ recovery-image] Aug 01 21:37:38.174 INFO O| Aug 01 21:37:38.174 INFO STEP 1107 (remove_files) COMPLETE
79622025-08-01T21:37:39.532Z[ recovery-image] Aug 01 21:37:38.174 INFO O| Aug 01 21:37:38.174 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632025-08-01T21:37:39.545Z[ recovery-image] Aug 01 21:37:38.187 INFO O| Aug 01 21:37:38.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
79642025-08-01T21:37:39.545Z[ recovery-image] Aug 01 21:37:38.187 INFO O| Aug 01 21:37:38.187 INFO STEP 1108 (remove_files) COMPLETE
79652025-08-01T21:37:39.545Z[ recovery-image] Aug 01 21:37:38.187 INFO O| Aug 01 21:37:38.187 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662025-08-01T21:37:39.559Z[ recovery-image] Aug 01 21:37:38.200 INFO O| Aug 01 21:37:38.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
79672025-08-01T21:37:39.559Z[ recovery-image] Aug 01 21:37:38.201 INFO O| Aug 01 21:37:38.201 INFO STEP 1109 (remove_files) COMPLETE
79682025-08-01T21:37:39.559Z[ recovery-image] Aug 01 21:37:38.201 INFO O| Aug 01 21:37:38.201 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692025-08-01T21:37:39.571Z[ recovery-image] Aug 01 21:37:38.213 INFO O| Aug 01 21:37:38.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
79702025-08-01T21:37:39.571Z[ recovery-image] Aug 01 21:37:38.213 INFO O| Aug 01 21:37:38.213 INFO STEP 1110 (remove_files) COMPLETE
79712025-08-01T21:37:39.571Z[ recovery-image] Aug 01 21:37:38.213 INFO O| Aug 01 21:37:38.213 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722025-08-01T21:37:39.585Z[ recovery-image] Aug 01 21:37:38.227 INFO O| Aug 01 21:37:38.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
79732025-08-01T21:37:39.585Z[ recovery-image] Aug 01 21:37:38.227 INFO O| Aug 01 21:37:38.227 INFO STEP 1111 (remove_files) COMPLETE
79742025-08-01T21:37:39.585Z[ recovery-image] Aug 01 21:37:38.227 INFO O| Aug 01 21:37:38.227 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752025-08-01T21:37:39.598Z[ recovery-image] Aug 01 21:37:38.240 INFO O| Aug 01 21:37:38.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
79762025-08-01T21:37:39.598Z[ recovery-image] Aug 01 21:37:38.240 INFO O| Aug 01 21:37:38.240 INFO STEP 1112 (remove_files) COMPLETE
79772025-08-01T21:37:39.598Z[ recovery-image] Aug 01 21:37:38.240 INFO O| Aug 01 21:37:38.240 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782025-08-01T21:37:39.612Z[ recovery-image] Aug 01 21:37:38.254 INFO O| Aug 01 21:37:38.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
79792025-08-01T21:37:39.612Z[ recovery-image] Aug 01 21:37:38.254 INFO O| Aug 01 21:37:38.254 INFO STEP 1113 (remove_files) COMPLETE
79802025-08-01T21:37:39.612Z[ recovery-image] Aug 01 21:37:38.254 INFO O| Aug 01 21:37:38.254 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812025-08-01T21:37:39.625Z[ recovery-image] Aug 01 21:37:38.267 INFO O| Aug 01 21:37:38.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
79822025-08-01T21:37:39.625Z[ recovery-image] Aug 01 21:37:38.267 INFO O| Aug 01 21:37:38.267 INFO STEP 1114 (remove_files) COMPLETE
79832025-08-01T21:37:39.625Z[ recovery-image] Aug 01 21:37:38.267 INFO O| Aug 01 21:37:38.267 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842025-08-01T21:37:39.638Z[ recovery-image] Aug 01 21:37:38.280 INFO O| Aug 01 21:37:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
79852025-08-01T21:37:39.638Z[ recovery-image] Aug 01 21:37:38.280 INFO O| Aug 01 21:37:38.280 INFO STEP 1115 (remove_files) COMPLETE
79862025-08-01T21:37:39.638Z[ recovery-image] Aug 01 21:37:38.280 INFO O| Aug 01 21:37:38.280 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872025-08-01T21:37:39.652Z[ recovery-image] Aug 01 21:37:38.293 INFO O| Aug 01 21:37:38.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
79882025-08-01T21:37:39.652Z[ recovery-image] Aug 01 21:37:38.294 INFO O| Aug 01 21:37:38.294 INFO STEP 1116 (remove_files) COMPLETE
79892025-08-01T21:37:39.652Z[ recovery-image] Aug 01 21:37:38.294 INFO O| Aug 01 21:37:38.294 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902025-08-01T21:37:39.665Z[ recovery-image] Aug 01 21:37:38.306 INFO O| Aug 01 21:37:38.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
79912025-08-01T21:37:39.665Z[ recovery-image] Aug 01 21:37:38.306 INFO O| Aug 01 21:37:38.306 INFO STEP 1117 (remove_files) COMPLETE
79922025-08-01T21:37:39.665Z[ recovery-image] Aug 01 21:37:38.306 INFO O| Aug 01 21:37:38.306 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932025-08-01T21:37:39.677Z[ recovery-image] Aug 01 21:37:38.319 INFO O| Aug 01 21:37:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
79942025-08-01T21:37:39.677Z[ recovery-image] Aug 01 21:37:38.319 INFO O| Aug 01 21:37:38.319 INFO STEP 1118 (remove_files) COMPLETE
79952025-08-01T21:37:39.681Z[ recovery-image] Aug 01 21:37:38.319 INFO O| Aug 01 21:37:38.319 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962025-08-01T21:37:39.690Z[ recovery-image] Aug 01 21:37:38.332 INFO O| Aug 01 21:37:38.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
79972025-08-01T21:37:39.690Z[ recovery-image] Aug 01 21:37:38.332 INFO O| Aug 01 21:37:38.332 INFO STEP 1119 (remove_files) COMPLETE
79982025-08-01T21:37:39.690Z[ recovery-image] Aug 01 21:37:38.332 INFO O| Aug 01 21:37:38.332 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992025-08-01T21:37:39.704Z[ recovery-image] Aug 01 21:37:38.346 INFO O| Aug 01 21:37:38.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80002025-08-01T21:37:39.704Z[ recovery-image] Aug 01 21:37:38.346 INFO O| Aug 01 21:37:38.346 INFO STEP 1120 (remove_files) COMPLETE
80012025-08-01T21:37:39.704Z[ recovery-image] Aug 01 21:37:38.346 INFO O| Aug 01 21:37:38.346 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022025-08-01T21:37:39.718Z[ recovery-image] Aug 01 21:37:38.360 INFO O| Aug 01 21:37:38.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80032025-08-01T21:37:39.718Z[ recovery-image] Aug 01 21:37:38.360 INFO O| Aug 01 21:37:38.360 INFO STEP 1121 (remove_files) COMPLETE
80042025-08-01T21:37:39.718Z[ recovery-image] Aug 01 21:37:38.360 INFO O| Aug 01 21:37:38.360 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052025-08-01T21:37:39.731Z[ recovery-image] Aug 01 21:37:38.373 INFO O| Aug 01 21:37:38.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80062025-08-01T21:37:39.731Z[ recovery-image] Aug 01 21:37:38.373 INFO O| Aug 01 21:37:38.373 INFO STEP 1122 (remove_files) COMPLETE
80072025-08-01T21:37:39.734Z[ recovery-image] Aug 01 21:37:38.373 INFO O| Aug 01 21:37:38.373 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082025-08-01T21:37:39.744Z[ recovery-image] Aug 01 21:37:38.386 INFO O| Aug 01 21:37:38.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80092025-08-01T21:37:39.744Z[ recovery-image] Aug 01 21:37:38.386 INFO O| Aug 01 21:37:38.386 INFO STEP 1123 (remove_files) COMPLETE
80102025-08-01T21:37:39.748Z[ recovery-image] Aug 01 21:37:38.386 INFO O| Aug 01 21:37:38.386 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112025-08-01T21:37:39.758Z[ recovery-image] Aug 01 21:37:38.400 INFO O| Aug 01 21:37:38.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80122025-08-01T21:37:39.758Z[ recovery-image] Aug 01 21:37:38.400 INFO O| Aug 01 21:37:38.400 INFO STEP 1124 (remove_files) COMPLETE
80132025-08-01T21:37:39.761Z[ recovery-image] Aug 01 21:37:38.400 INFO O| Aug 01 21:37:38.400 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142025-08-01T21:37:39.771Z[ recovery-image] Aug 01 21:37:38.413 INFO O| Aug 01 21:37:38.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80152025-08-01T21:37:39.771Z[ recovery-image] Aug 01 21:37:38.413 INFO O| Aug 01 21:37:38.413 INFO STEP 1125 (remove_files) COMPLETE
80162025-08-01T21:37:39.774Z[ recovery-image] Aug 01 21:37:38.413 INFO O| Aug 01 21:37:38.413 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172025-08-01T21:37:39.785Z[ recovery-image] Aug 01 21:37:38.427 INFO O| Aug 01 21:37:38.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80182025-08-01T21:37:39.788Z[ recovery-image] Aug 01 21:37:38.427 INFO O| Aug 01 21:37:38.427 INFO STEP 1126 (remove_files) COMPLETE
80192025-08-01T21:37:39.788Z[ recovery-image] Aug 01 21:37:38.427 INFO O| Aug 01 21:37:38.427 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202025-08-01T21:37:39.798Z[ recovery-image] Aug 01 21:37:38.440 INFO O| Aug 01 21:37:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80212025-08-01T21:37:39.798Z[ recovery-image] Aug 01 21:37:38.440 INFO O| Aug 01 21:37:38.440 INFO STEP 1127 (remove_files) COMPLETE
80222025-08-01T21:37:39.798Z[ recovery-image] Aug 01 21:37:38.440 INFO O| Aug 01 21:37:38.440 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232025-08-01T21:37:39.810Z[ recovery-image] Aug 01 21:37:38.452 INFO O| Aug 01 21:37:38.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80242025-08-01T21:37:39.810Z[ recovery-image] Aug 01 21:37:38.452 INFO O| Aug 01 21:37:38.452 INFO STEP 1128 (remove_files) COMPLETE
80252025-08-01T21:37:39.810Z[ recovery-image] Aug 01 21:37:38.452 INFO O| Aug 01 21:37:38.452 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262025-08-01T21:37:39.824Z[ recovery-image] Aug 01 21:37:38.465 INFO O| Aug 01 21:37:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80272025-08-01T21:37:39.824Z[ recovery-image] Aug 01 21:37:38.466 INFO O| Aug 01 21:37:38.465 INFO STEP 1129 (remove_files) COMPLETE
80282025-08-01T21:37:39.827Z[ recovery-image] Aug 01 21:37:38.466 INFO O| Aug 01 21:37:38.465 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292025-08-01T21:37:39.836Z[ recovery-image] Aug 01 21:37:38.478 INFO O| Aug 01 21:37:38.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80302025-08-01T21:37:39.839Z[ recovery-image] Aug 01 21:37:38.478 INFO O| Aug 01 21:37:38.478 INFO STEP 1130 (remove_files) COMPLETE
80312025-08-01T21:37:39.840Z[ recovery-image] Aug 01 21:37:38.478 INFO O| Aug 01 21:37:38.478 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322025-08-01T21:37:39.848Z[ recovery-image] Aug 01 21:37:38.490 INFO O| Aug 01 21:37:38.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80332025-08-01T21:37:39.848Z[ recovery-image] Aug 01 21:37:38.490 INFO O| Aug 01 21:37:38.490 INFO STEP 1131 (remove_files) COMPLETE
80342025-08-01T21:37:39.849Z[ recovery-image] Aug 01 21:37:38.490 INFO O| Aug 01 21:37:38.490 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352025-08-01T21:37:39.861Z[ recovery-image] Aug 01 21:37:38.502 INFO O| Aug 01 21:37:38.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80362025-08-01T21:37:39.861Z[ recovery-image] Aug 01 21:37:38.503 INFO O| Aug 01 21:37:38.503 INFO STEP 1132 (remove_files) COMPLETE
80372025-08-01T21:37:39.864Z[ recovery-image] Aug 01 21:37:38.503 INFO O| Aug 01 21:37:38.503 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382025-08-01T21:37:39.873Z[ recovery-image] Aug 01 21:37:38.514 INFO O| Aug 01 21:37:38.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80392025-08-01T21:37:39.873Z[ recovery-image] Aug 01 21:37:38.515 INFO O| Aug 01 21:37:38.514 INFO STEP 1133 (remove_files) COMPLETE
80402025-08-01T21:37:39.873Z[ recovery-image] Aug 01 21:37:38.515 INFO O| Aug 01 21:37:38.514 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412025-08-01T21:37:39.887Z[ recovery-image] Aug 01 21:37:38.528 INFO O| Aug 01 21:37:38.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80422025-08-01T21:37:39.901Z[ recovery-image] Aug 01 21:37:38.528 INFO O| Aug 01 21:37:38.528 INFO STEP 1134 (remove_files) COMPLETE
80432025-08-01T21:37:39.901Z[ recovery-image] Aug 01 21:37:38.528 INFO O| Aug 01 21:37:38.528 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442025-08-01T21:37:39.905Z[ recovery-image] Aug 01 21:37:38.542 INFO O| Aug 01 21:37:38.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80452025-08-01T21:37:39.906Z[ recovery-image] Aug 01 21:37:38.542 INFO O| Aug 01 21:37:38.542 INFO STEP 1135 (remove_files) COMPLETE
80462025-08-01T21:37:39.906Z[ recovery-image] Aug 01 21:37:38.542 INFO O| Aug 01 21:37:38.542 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472025-08-01T21:37:39.914Z[ recovery-image] Aug 01 21:37:38.555 INFO O| Aug 01 21:37:38.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80482025-08-01T21:37:39.914Z[ recovery-image] Aug 01 21:37:38.556 INFO O| Aug 01 21:37:38.556 INFO STEP 1136 (remove_files) COMPLETE
80492025-08-01T21:37:39.914Z[ recovery-image] Aug 01 21:37:38.556 INFO O| Aug 01 21:37:38.556 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502025-08-01T21:37:39.927Z[ recovery-image] Aug 01 21:37:38.569 INFO O| Aug 01 21:37:38.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80512025-08-01T21:37:39.927Z[ recovery-image] Aug 01 21:37:38.569 INFO O| Aug 01 21:37:38.569 INFO STEP 1137 (remove_files) COMPLETE
80522025-08-01T21:37:39.930Z[ recovery-image] Aug 01 21:37:38.569 INFO O| Aug 01 21:37:38.569 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532025-08-01T21:37:39.941Z[ recovery-image] Aug 01 21:37:38.583 INFO O| Aug 01 21:37:38.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
80542025-08-01T21:37:39.941Z[ recovery-image] Aug 01 21:37:38.583 INFO O| Aug 01 21:37:38.583 INFO STEP 1138 (remove_files) COMPLETE
80552025-08-01T21:37:39.941Z[ recovery-image] Aug 01 21:37:38.583 INFO O| Aug 01 21:37:38.583 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562025-08-01T21:37:39.952Z[ host-image] Aug 01 21:37:38.593 INFO O| Aug 01 21:37:38.593 INFO O| Planning: Evaluating mediators ... Done
80572025-08-01T21:37:39.955Z[ host-image] Aug 01 21:37:38.594 INFO O| Aug 01 21:37:38.594 INFO O| Planning: Planning completed in 6.84 seconds
80582025-08-01T21:37:39.955Z[ host-image] Aug 01 21:37:38.595 INFO O| Aug 01 21:37:38.595 INFO O| Packages to install: 1
80592025-08-01T21:37:39.955Z[ recovery-image] Aug 01 21:37:38.597 INFO O| Aug 01 21:37:38.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
80602025-08-01T21:37:39.955Z[ recovery-image] Aug 01 21:37:38.597 INFO O| Aug 01 21:37:38.597 INFO STEP 1139 (remove_files) COMPLETE
80612025-08-01T21:37:39.955Z[ recovery-image] Aug 01 21:37:38.597 INFO O| Aug 01 21:37:38.597 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622025-08-01T21:37:39.968Z[ recovery-image] Aug 01 21:37:38.610 INFO O| Aug 01 21:37:38.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
80632025-08-01T21:37:39.968Z[ recovery-image] Aug 01 21:37:38.610 INFO O| Aug 01 21:37:38.610 INFO STEP 1140 (remove_files) COMPLETE
80642025-08-01T21:37:39.971Z[ recovery-image] Aug 01 21:37:38.610 INFO O| Aug 01 21:37:38.610 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652025-08-01T21:37:39.985Z[ recovery-image] Aug 01 21:37:38.624 INFO O| Aug 01 21:37:38.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
80662025-08-01T21:37:39.985Z[ recovery-image] Aug 01 21:37:38.624 INFO O| Aug 01 21:37:38.624 INFO STEP 1141 (remove_files) COMPLETE
80672025-08-01T21:37:39.985Z[ recovery-image] Aug 01 21:37:38.624 INFO O| Aug 01 21:37:38.624 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682025-08-01T21:37:39.988Z[ host-image] Aug 01 21:37:38.629 INFO O| Aug 01 21:37:38.629 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
80692025-08-01T21:37:39.996Z[ recovery-image] Aug 01 21:37:38.638 INFO O| Aug 01 21:37:38.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
80702025-08-01T21:37:39.996Z[ recovery-image] Aug 01 21:37:38.638 INFO O| Aug 01 21:37:38.638 INFO STEP 1142 (remove_files) COMPLETE
80712025-08-01T21:37:39.996Z[ recovery-image] Aug 01 21:37:38.638 INFO O| Aug 01 21:37:38.638 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-08-01T21:37:40.010Z[ recovery-image] Aug 01 21:37:38.652 INFO O| Aug 01 21:37:38.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
80732025-08-01T21:37:40.010Z[ recovery-image] Aug 01 21:37:38.652 INFO O| Aug 01 21:37:38.652 INFO STEP 1143 (remove_files) COMPLETE
80742025-08-01T21:37:40.010Z[ recovery-image] Aug 01 21:37:38.652 INFO O| Aug 01 21:37:38.652 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-08-01T21:37:40.024Z[ recovery-image] Aug 01 21:37:38.666 INFO O| Aug 01 21:37:38.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
80762025-08-01T21:37:40.024Z[ recovery-image] Aug 01 21:37:38.666 INFO O| Aug 01 21:37:38.666 INFO STEP 1144 (remove_files) COMPLETE
80772025-08-01T21:37:40.029Z[ recovery-image] Aug 01 21:37:38.666 INFO O| Aug 01 21:37:38.666 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-08-01T21:37:40.038Z[ recovery-image] Aug 01 21:37:38.679 INFO O| Aug 01 21:37:38.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
80792025-08-01T21:37:40.038Z[ recovery-image] Aug 01 21:37:38.679 INFO O| Aug 01 21:37:38.679 INFO STEP 1145 (remove_files) COMPLETE
80802025-08-01T21:37:40.042Z[ recovery-image] Aug 01 21:37:38.679 INFO O| Aug 01 21:37:38.679 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-08-01T21:37:40.051Z[ recovery-image] Aug 01 21:37:38.693 INFO O| Aug 01 21:37:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
80822025-08-01T21:37:40.052Z[ recovery-image] Aug 01 21:37:38.693 INFO O| Aug 01 21:37:38.693 INFO STEP 1146 (remove_files) COMPLETE
80832025-08-01T21:37:40.052Z[ recovery-image] Aug 01 21:37:38.693 INFO O| Aug 01 21:37:38.693 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-08-01T21:37:40.067Z[ recovery-image] Aug 01 21:37:38.707 INFO O| Aug 01 21:37:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
80852025-08-01T21:37:40.067Z[ recovery-image] Aug 01 21:37:38.707 INFO O| Aug 01 21:37:38.707 INFO STEP 1147 (remove_files) COMPLETE
80862025-08-01T21:37:40.067Z[ recovery-image] Aug 01 21:37:38.707 INFO O| Aug 01 21:37:38.707 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-08-01T21:37:40.078Z[ recovery-image] Aug 01 21:37:38.720 INFO O| Aug 01 21:37:38.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
80882025-08-01T21:37:40.079Z[ recovery-image] Aug 01 21:37:38.720 INFO O| Aug 01 21:37:38.720 INFO STEP 1148 (remove_files) COMPLETE
80892025-08-01T21:37:40.079Z[ recovery-image] Aug 01 21:37:38.720 INFO O| Aug 01 21:37:38.720 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-08-01T21:37:40.092Z[ recovery-image] Aug 01 21:37:38.734 INFO O| Aug 01 21:37:38.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
80912025-08-01T21:37:40.092Z[ recovery-image] Aug 01 21:37:38.734 INFO O| Aug 01 21:37:38.734 INFO STEP 1149 (remove_files) COMPLETE
80922025-08-01T21:37:40.092Z[ recovery-image] Aug 01 21:37:38.734 INFO O| Aug 01 21:37:38.734 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-08-01T21:37:40.105Z[ recovery-image] Aug 01 21:37:38.747 INFO O| Aug 01 21:37:38.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
80942025-08-01T21:37:40.106Z[ recovery-image] Aug 01 21:37:38.747 INFO O| Aug 01 21:37:38.747 INFO STEP 1150 (remove_files) COMPLETE
80952025-08-01T21:37:40.110Z[ recovery-image] Aug 01 21:37:38.747 INFO O| Aug 01 21:37:38.747 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-08-01T21:37:40.119Z[ recovery-image] Aug 01 21:37:38.760 INFO O| Aug 01 21:37:38.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
80972025-08-01T21:37:40.119Z[ recovery-image] Aug 01 21:37:38.760 INFO O| Aug 01 21:37:38.760 INFO STEP 1151 (remove_files) COMPLETE
80982025-08-01T21:37:40.119Z[ recovery-image] Aug 01 21:37:38.760 INFO O| Aug 01 21:37:38.760 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-08-01T21:37:40.132Z[ recovery-image] Aug 01 21:37:38.774 INFO O| Aug 01 21:37:38.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81002025-08-01T21:37:40.132Z[ recovery-image] Aug 01 21:37:38.774 INFO O| Aug 01 21:37:38.774 INFO STEP 1152 (remove_files) COMPLETE
81012025-08-01T21:37:40.132Z[ recovery-image] Aug 01 21:37:38.774 INFO O| Aug 01 21:37:38.774 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-08-01T21:37:40.147Z[ recovery-image] Aug 01 21:37:38.787 INFO O| Aug 01 21:37:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81032025-08-01T21:37:40.147Z[ recovery-image] Aug 01 21:37:38.787 INFO O| Aug 01 21:37:38.787 INFO STEP 1153 (remove_files) COMPLETE
81042025-08-01T21:37:40.147Z[ recovery-image] Aug 01 21:37:38.787 INFO O| Aug 01 21:37:38.787 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-08-01T21:37:40.161Z[ recovery-image] Aug 01 21:37:38.802 INFO O| Aug 01 21:37:38.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81062025-08-01T21:37:40.161Z[ recovery-image] Aug 01 21:37:38.802 INFO O| Aug 01 21:37:38.802 INFO STEP 1154 (remove_files) COMPLETE
81072025-08-01T21:37:40.165Z[ recovery-image] Aug 01 21:37:38.802 INFO O| Aug 01 21:37:38.802 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-08-01T21:37:40.173Z[ recovery-image] Aug 01 21:37:38.815 INFO O| Aug 01 21:37:38.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81092025-08-01T21:37:40.174Z[ recovery-image] Aug 01 21:37:38.815 INFO O| Aug 01 21:37:38.815 INFO STEP 1155 (remove_files) COMPLETE
81102025-08-01T21:37:40.174Z[ recovery-image] Aug 01 21:37:38.815 INFO O| Aug 01 21:37:38.815 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-08-01T21:37:40.187Z[ recovery-image] Aug 01 21:37:38.829 INFO O| Aug 01 21:37:38.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81122025-08-01T21:37:40.187Z[ recovery-image] Aug 01 21:37:38.829 INFO O| Aug 01 21:37:38.829 INFO STEP 1156 (remove_files) COMPLETE
81132025-08-01T21:37:40.191Z[ recovery-image] Aug 01 21:37:38.829 INFO O| Aug 01 21:37:38.829 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-08-01T21:37:40.201Z[ recovery-image] Aug 01 21:37:38.843 INFO O| Aug 01 21:37:38.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81152025-08-01T21:37:40.201Z[ recovery-image] Aug 01 21:37:38.843 INFO O| Aug 01 21:37:38.843 INFO STEP 1157 (remove_files) COMPLETE
81162025-08-01T21:37:40.201Z[ recovery-image] Aug 01 21:37:38.843 INFO O| Aug 01 21:37:38.843 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-08-01T21:37:40.214Z[ recovery-image] Aug 01 21:37:38.856 INFO O| Aug 01 21:37:38.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81182025-08-01T21:37:40.215Z[ recovery-image] Aug 01 21:37:38.856 INFO O| Aug 01 21:37:38.856 INFO STEP 1158 (remove_files) COMPLETE
81192025-08-01T21:37:40.215Z[ recovery-image] Aug 01 21:37:38.856 INFO O| Aug 01 21:37:38.856 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-08-01T21:37:40.229Z[ recovery-image] Aug 01 21:37:38.870 INFO O| Aug 01 21:37:38.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81212025-08-01T21:37:40.229Z[ recovery-image] Aug 01 21:37:38.870 INFO O| Aug 01 21:37:38.870 INFO STEP 1159 (remove_files) COMPLETE
81222025-08-01T21:37:40.232Z[ recovery-image] Aug 01 21:37:38.870 INFO O| Aug 01 21:37:38.870 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-08-01T21:37:40.242Z[ recovery-image] Aug 01 21:37:38.884 INFO O| Aug 01 21:37:38.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81242025-08-01T21:37:40.242Z[ recovery-image] Aug 01 21:37:38.884 INFO O| Aug 01 21:37:38.884 INFO STEP 1160 (remove_files) COMPLETE
81252025-08-01T21:37:40.242Z[ recovery-image] Aug 01 21:37:38.884 INFO O| Aug 01 21:37:38.884 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-08-01T21:37:40.256Z[ recovery-image] Aug 01 21:37:38.897 INFO O| Aug 01 21:37:38.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81272025-08-01T21:37:40.256Z[ recovery-image] Aug 01 21:37:38.897 INFO O| Aug 01 21:37:38.897 INFO STEP 1161 (remove_files) COMPLETE
81282025-08-01T21:37:40.256Z[ recovery-image] Aug 01 21:37:38.897 INFO O| Aug 01 21:37:38.897 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-08-01T21:37:40.268Z[ recovery-image] Aug 01 21:37:38.910 INFO O| Aug 01 21:37:38.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81302025-08-01T21:37:40.268Z[ recovery-image] Aug 01 21:37:38.910 INFO O| Aug 01 21:37:38.910 INFO STEP 1162 (remove_files) COMPLETE
81312025-08-01T21:37:40.268Z[ recovery-image] Aug 01 21:37:38.910 INFO O| Aug 01 21:37:38.910 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-08-01T21:37:40.281Z[ recovery-image] Aug 01 21:37:38.923 INFO O| Aug 01 21:37:38.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81332025-08-01T21:37:40.281Z[ recovery-image] Aug 01 21:37:38.923 INFO O| Aug 01 21:37:38.923 INFO STEP 1163 (remove_files) COMPLETE
81342025-08-01T21:37:40.281Z[ recovery-image] Aug 01 21:37:38.923 INFO O| Aug 01 21:37:38.923 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-08-01T21:37:40.295Z[ recovery-image] Aug 01 21:37:38.936 INFO O| Aug 01 21:37:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81362025-08-01T21:37:40.295Z[ recovery-image] Aug 01 21:37:38.937 INFO O| Aug 01 21:37:38.936 INFO STEP 1164 (remove_files) COMPLETE
81372025-08-01T21:37:40.295Z[ recovery-image] Aug 01 21:37:38.937 INFO O| Aug 01 21:37:38.937 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-08-01T21:37:40.309Z[ recovery-image] Aug 01 21:37:38.950 INFO O| Aug 01 21:37:38.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81392025-08-01T21:37:40.309Z[ recovery-image] Aug 01 21:37:38.950 INFO O| Aug 01 21:37:38.950 INFO STEP 1165 (remove_files) COMPLETE
81402025-08-01T21:37:40.309Z[ recovery-image] Aug 01 21:37:38.950 INFO O| Aug 01 21:37:38.950 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81412025-08-01T21:37:40.328Z[ recovery-image] Aug 01 21:37:38.969 INFO O| Aug 01 21:37:38.969 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81422025-08-01T21:37:40.328Z[ recovery-image] Aug 01 21:37:38.969 INFO O| Aug 01 21:37:38.969 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81432025-08-01T21:37:40.547Z[ host-image] Aug 01 21:37:39.188 INFO O| Aug 01 21:37:39.188 INFO O| Download: Completed 9.99 MB in 0.56 seconds (17.9M/s)
81442025-08-01T21:37:40.635Z[ host-image] Aug 01 21:37:39.276 INFO O| Aug 01 21:37:39.276 INFO O| Actions: 1/22 actions (Installing new actions)
81452025-08-01T21:37:40.937Z[ host-image] Aug 01 21:37:39.578 INFO O| Aug 01 21:37:39.578 INFO O| Actions: Completed 22 actions in 0.30 seconds.
81462025-08-01T21:37:41.359Z[ recovery-image] Aug 01 21:37:39.999 INFO O| Aug 01 21:37:39.999 INFO STEP 1166 (pack_tar) COMPLETE
81472025-08-01T21:37:41.359Z[ recovery-image] Aug 01 21:37:39.999 INFO O| Aug 01 21:37:39.999 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81482025-08-01T21:37:41.362Z[ recovery-image] Aug 01 21:37:40.000 INFO O| Aug 01 21:37:39.999 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81492025-08-01T21:37:41.369Z[ host-image] Aug 01 21:37:40.010 INFO O| Aug 01 21:37:40.010 INFO O| Done
81502025-08-01T21:37:41.369Z[ host-image] Aug 01 21:37:40.010 INFO O| Aug 01 21:37:40.010 INFO O| Done
81512025-08-01T21:37:41.670Z[ recovery-image] Aug 01 21:37:40.309 INFO O| Aug 01 21:37:40.309 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81522025-08-01T21:37:41.828Z[ recovery-image] Aug 01 21:37:40.468 INFO O| Aug 01 21:37:40.468 INFO completed processing sled/ramdisk-03-recovery-trim
81532025-08-01T21:37:41.832Z[ recovery-image] Aug 01 21:37:40.473 INFO image builder template: zfs-recovery...
81542025-08-01T21:37:41.836Z[ recovery-image] Aug 01 21:37:40.473 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/.tmpsKVwmA/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.396", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None
81552025-08-01T21:37:41.877Z[ recovery-image] Aug 01 21:37:40.517 INFO O| Aug 01 21:37:40.517 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81562025-08-01T21:37:41.881Z[ recovery-image] Aug 01 21:37:40.522 INFO O| Aug 01 21:37:40.522 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81572025-08-01T21:37:41.981Z[ recovery-image] Aug 01 21:37:40.621 INFO O| Aug 01 21:37:40.621 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81582025-08-01T21:37:42.070Z[ recovery-image] Aug 01 21:37:40.710 INFO O| Aug 01 21:37:40.710 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81592025-08-01T21:37:42.070Z[ recovery-image] Aug 01 21:37:40.710 INFO O| Aug 01 21:37:40.710 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81602025-08-01T21:37:42.077Z[ recovery-image] Aug 01 21:37:40.716 INFO O| Aug 01 21:37:40.716 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81612025-08-01T21:37:42.173Z[ recovery-image] Aug 01 21:37:40.813 INFO O| Aug 01 21:37:40.813 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81622025-08-01T21:37:42.231Z[ recovery-image] Aug 01 21:37:40.871 INFO O| Aug 01 21:37:40.871 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
81632025-08-01T21:37:42.247Z[ recovery-image] Aug 01 21:37:40.887 INFO O| Aug 01 21:37:40.887 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81642025-08-01T21:37:42.253Z[ recovery-image] Aug 01 21:37:40.894 INFO O| Aug 01 21:37:40.894 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
81652025-08-01T21:37:42.265Z[ recovery-image] Aug 01 21:37:40.906 INFO O| Aug 01 21:37:40.906 INFO no lofi found
81662025-08-01T21:37:42.265Z[ recovery-image] Aug 01 21:37:40.906 INFO O| Aug 01 21:37:40.906 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
81672025-08-01T21:37:42.265Z[ recovery-image] Aug 01 21:37:40.906 INFO O| Aug 01 21:37:40.906 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81682025-08-01T21:37:43.416Z[ host-image] Aug 01 21:37:42.055 INFO O| Aug 01 21:37:42.055 INFO O| Done
81692025-08-01T21:37:44.365Z[ recovery-image] Aug 01 21:37:43.004 INFO O| Aug 01 21:37:43.004 INFO lofi device = /dev/dsk/c2t1d0p0
81702025-08-01T21:37:44.365Z[ recovery-image] Aug 01 21:37:43.004 INFO O| Aug 01 21:37:43.004 INFO pool device = /dev/dsk/c2t1d0p0
81712025-08-01T21:37:44.369Z[ recovery-image] Aug 01 21:37:43.004 INFO O| Aug 01 21:37:43.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"]
81722025-08-01T21:37:44.873Z[ recovery-image] Aug 01 21:37:43.512 INFO O| Aug 01 21:37:43.512 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
81732025-08-01T21:37:44.873Z[ recovery-image] Aug 01 21:37:43.512 INFO O| Aug 01 21:37:43.512 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
81742025-08-01T21:37:44.903Z[ recovery-image] Aug 01 21:37:43.541 INFO O| Aug 01 21:37:43.541 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
81752025-08-01T21:37:45.269Z[ recovery-image] Aug 01 21:37:43.907 INFO O| Aug 01 21:37:43.907 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
81762025-08-01T21:37:45.322Z[ recovery-image] Aug 01 21:37:43.960 INFO O| Aug 01 21:37:43.960 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
81772025-08-01T21:37:45.347Z[ recovery-image] Aug 01 21:37:43.985 INFO O| Aug 01 21:37:43.985 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
81782025-08-01T21:37:45.365Z[ recovery-image] Aug 01 21:37:44.004 INFO O| Aug 01 21:37:44.004 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81792025-08-01T21:37:45.442Z[ recovery-image] Aug 01 21:37:44.080 INFO O| Aug 01 21:37:44.080 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
81802025-08-01T21:37:45.445Z[ recovery-image] Aug 01 21:37:44.080 INFO O| Aug 01 21:37:44.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
81812025-08-01T21:37:45.445Z[ recovery-image] Aug 01 21:37:44.080 INFO O| Aug 01 21:37:44.080 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
81822025-08-01T21:37:45.550Z[ recovery-image] Aug 01 21:37:44.188 INFO O| Aug 01 21:37:44.188 INFO boot environment UUID: d238c155-5e03-4721-b939-310cf02068d4
81832025-08-01T21:37:45.550Z[ recovery-image] Aug 01 21:37:44.188 INFO O| Aug 01 21:37:44.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d238c155-5e03-4721-b939-310cf02068d4
81842025-08-01T21:37:45.567Z[ recovery-image] Aug 01 21:37:44.205 INFO O| Aug 01 21:37:44.205 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81852025-08-01T21:37:45.585Z[ recovery-image] Aug 01 21:37:44.223 INFO O| Aug 01 21:37:44.223 INFO STEP 0 (create_be) COMPLETE
81862025-08-01T21:37:45.585Z[ recovery-image] Aug 01 21:37:44.224 INFO O| Aug 01 21:37:44.223 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
81872025-08-01T21:37:45.605Z[ recovery-image] Aug 01 21:37:44.243 INFO O| Aug 01 21:37:44.243 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"]
81882025-08-01T21:37:46.179Z[ host-image] Aug 01 21:37:44.816 INFO O| Aug 01 21:37:44.816 INFO O| Done
81892025-08-01T21:37:46.227Z[ host-image] Aug 01 21:37:44.865 INFO O| Aug 01 21:37:44.865 INFO O| Done
81902025-08-01T21:37:46.230Z[ host-image] Aug 01 21:37:44.865 INFO O| Aug 01 21:37:44.865 INFO O| Done
81912025-08-01T21:37:46.289Z[ host-image] Aug 01 21:37:44.927 INFO O| Aug 01 21:37:44.927 INFO O| Done
81922025-08-01T21:37:48.596Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO STEP 14 (pkg_install) COMPLETE
81932025-08-01T21:37:48.596Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
81942025-08-01T21:37:48.599Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO skip step because feature "mfg" is not enabled
81952025-08-01T21:37:48.599Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
81962025-08-01T21:37:48.599Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO skip step because feature "compliance" is not enabled
81972025-08-01T21:37:48.599Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
81982025-08-01T21:37:48.599Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO skip step because feature "stress" is not enabled
81992025-08-01T21:37:48.599Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
82002025-08-01T21:37:48.600Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO skip step because feature "compliance" is not enabled
82012025-08-01T21:37:48.600Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
82022025-08-01T21:37:48.600Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO skip step because feature "nfs" is not enabled
82032025-08-01T21:37:48.600Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
82042025-08-01T21:37:48.600Z[ host-image] Aug 01 21:37:47.232 INFO O| Aug 01 21:37:47.232 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
82052025-08-01T21:37:48.690Z[ host-image] Aug 01 21:37:47.327 INFO O| Aug 01 21:37:47.326 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
82062025-08-01T21:37:48.830Z[ host-image] Aug 01 21:37:47.466 INFO O| Aug 01 21:37:47.466 INFO completed processing sled/ramdisk-01-os
82072025-08-01T21:37:48.833Z[ host-image] Aug 01 21:37:47.468 INFO omicron1 baseline generation...
82082025-08-01T21:37:48.833Z[ host-image] Aug 01 21:37:47.469 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82092025-08-01T21:37:49.730Z[ host-image] Aug 01 21:37:48.365 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23501:20250731T211445Z
82102025-08-01T21:37:52.627Z[ recovery-image] Aug 01 21:37:51.261 INFO O| Aug 01 21:37:51.261 INFO STEP 1 (unpack_tar) COMPLETE
82112025-08-01T21:37:52.627Z[ recovery-image] Aug 01 21:37:51.261 INFO O| Aug 01 21:37:51.261 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82122025-08-01T21:37:52.641Z[ recovery-image] Aug 01 21:37:51.275 INFO O| Aug 01 21:37:51.275 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82132025-08-01T21:37:53.646Z[ recovery-image] Aug 01 21:37:52.280 INFO O| Aug 01 21:37:52.279 INFO STEP 2 (devfsadm) COMPLETE
82142025-08-01T21:37:53.646Z[ recovery-image] Aug 01 21:37:52.280 INFO O| Aug 01 21:37:52.279 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82152025-08-01T21:37:53.660Z[ recovery-image] Aug 01 21:37:52.294 INFO O| Aug 01 21:37:52.294 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82162025-08-01T21:37:53.661Z[ recovery-image] Aug 01 21:37:52.294 INFO O| Aug 01 21:37:52.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82172025-08-01T21:37:53.661Z[ recovery-image] Aug 01 21:37:52.294 INFO O| Aug 01 21:37:52.294 INFO STEP 3 (ensure_dir) COMPLETE
82182025-08-01T21:37:53.664Z[ recovery-image] Aug 01 21:37:52.294 INFO O| Aug 01 21:37:52.294 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82192025-08-01T21:37:53.674Z[ recovery-image] Aug 01 21:37:52.307 INFO O| Aug 01 21:37:52.307 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82202025-08-01T21:37:53.674Z[ recovery-image] Aug 01 21:37:52.307 INFO O| Aug 01 21:37:52.307 INFO STEP 4 (ensure_dir) COMPLETE
82212025-08-01T21:37:53.678Z[ recovery-image] Aug 01 21:37:52.307 INFO O| Aug 01 21:37:52.307 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82222025-08-01T21:37:53.687Z[ recovery-image] Aug 01 21:37:52.320 INFO O| Aug 01 21:37:52.320 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82232025-08-01T21:37:53.687Z[ recovery-image] Aug 01 21:37:52.320 INFO O| Aug 01 21:37:52.320 INFO STEP 5 (ensure_dir) COMPLETE
82242025-08-01T21:37:53.690Z[ recovery-image] Aug 01 21:37:52.320 INFO O| Aug 01 21:37:52.320 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82252025-08-01T21:37:53.699Z[ recovery-image] Aug 01 21:37:52.333 INFO O| Aug 01 21:37:52.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82262025-08-01T21:37:53.699Z[ recovery-image] Aug 01 21:37:52.333 INFO O| Aug 01 21:37:52.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82272025-08-01T21:37:53.702Z[ recovery-image] Aug 01 21:37:52.333 INFO O| Aug 01 21:37:52.333 INFO STEP 6 (ensure_dir) COMPLETE
82282025-08-01T21:37:53.702Z[ recovery-image] Aug 01 21:37:52.333 INFO O| Aug 01 21:37:52.333 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82292025-08-01T21:37:53.712Z[ recovery-image] Aug 01 21:37:52.345 INFO O| Aug 01 21:37:52.345 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82302025-08-01T21:37:53.715Z[ recovery-image] Aug 01 21:37:52.345 INFO O| Aug 01 21:37:52.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82312025-08-01T21:37:53.715Z[ recovery-image] Aug 01 21:37:52.345 INFO O| Aug 01 21:37:52.345 INFO STEP 7 (ensure_dir) COMPLETE
82322025-08-01T21:37:53.715Z[ recovery-image] Aug 01 21:37:52.345 INFO O| Aug 01 21:37:52.345 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82332025-08-01T21:37:53.725Z[ recovery-image] Aug 01 21:37:52.357 INFO O| Aug 01 21:37:52.357 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82342025-08-01T21:37:53.728Z[ recovery-image] Aug 01 21:37:52.357 INFO O| Aug 01 21:37:52.357 INFO STEP 8 (remove_files) COMPLETE
82352025-08-01T21:37:53.729Z[ recovery-image] Aug 01 21:37:52.357 INFO O| Aug 01 21:37:52.357 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82362025-08-01T21:37:53.755Z[ recovery-image] Aug 01 21:37:52.388 INFO O| Aug 01 21:37:52.388 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82372025-08-01T21:37:53.758Z[ recovery-image] Aug 01 21:37:52.389 INFO O| Aug 01 21:37:52.389 INFO STEP 9 (remove_files) COMPLETE
82382025-08-01T21:37:53.758Z[ recovery-image] Aug 01 21:37:52.389 INFO O| Aug 01 21:37:52.389 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82392025-08-01T21:37:53.769Z[ recovery-image] Aug 01 21:37:52.401 INFO O| Aug 01 21:37:52.401 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82402025-08-01T21:37:53.769Z[ recovery-image] Aug 01 21:37:52.402 INFO O| Aug 01 21:37:52.402 INFO STEP 10 (remove_files) COMPLETE
82412025-08-01T21:37:53.769Z[ recovery-image] Aug 01 21:37:52.402 INFO O| Aug 01 21:37:52.402 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82422025-08-01T21:37:53.805Z[ recovery-image] Aug 01 21:37:52.437 INFO O| Aug 01 21:37:52.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82432025-08-01T21:37:53.805Z[ recovery-image] Aug 01 21:37:52.437 INFO O| Aug 01 21:37:52.437 INFO STEP 11 (remove_files) COMPLETE
82442025-08-01T21:37:53.805Z[ recovery-image] Aug 01 21:37:52.437 INFO O| Aug 01 21:37:52.437 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82452025-08-01T21:37:53.819Z[ recovery-image] Aug 01 21:37:52.451 INFO O| Aug 01 21:37:52.451 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82462025-08-01T21:37:53.819Z[ recovery-image] Aug 01 21:37:52.452 INFO O| Aug 01 21:37:52.451 INFO STEP 12 (remove_files) COMPLETE
82472025-08-01T21:37:53.819Z[ recovery-image] Aug 01 21:37:52.452 INFO O| Aug 01 21:37:52.451 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82482025-08-01T21:37:53.836Z[ recovery-image] Aug 01 21:37:52.469 INFO O| Aug 01 21:37:52.469 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82492025-08-01T21:37:53.836Z[ recovery-image] Aug 01 21:37:52.469 INFO O| Aug 01 21:37:52.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82502025-08-01T21:37:53.836Z[ recovery-image] Aug 01 21:37:52.469 INFO O| Aug 01 21:37:52.469 INFO STEP 13 (ensure_dir) COMPLETE
82512025-08-01T21:37:53.839Z[ recovery-image] Aug 01 21:37:52.469 INFO O| Aug 01 21:37:52.469 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82522025-08-01T21:37:53.851Z[ recovery-image] Aug 01 21:37:52.483 INFO O| Aug 01 21:37:52.483 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82532025-08-01T21:37:53.851Z[ recovery-image] Aug 01 21:37:52.483 INFO O| Aug 01 21:37:52.483 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82542025-08-01T21:37:53.854Z[ recovery-image] Aug 01 21:37:52.483 INFO O| Aug 01 21:37:52.483 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82552025-08-01T21:37:53.854Z[ recovery-image] Aug 01 21:37:52.483 INFO O| Aug 01 21:37:52.483 INFO STEP 14 (ensure_dir) COMPLETE
82562025-08-01T21:37:53.854Z[ recovery-image] Aug 01 21:37:52.483 INFO O| Aug 01 21:37:52.483 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82572025-08-01T21:37:53.868Z[ recovery-image] Aug 01 21:37:52.500 INFO O| Aug 01 21:37:52.499 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82582025-08-01T21:37:53.871Z[ recovery-image] Aug 01 21:37:52.500 INFO O| Aug 01 21:37:52.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82592025-08-01T21:37:53.871Z[ recovery-image] Aug 01 21:37:52.500 INFO O| Aug 01 21:37:52.500 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82602025-08-01T21:37:53.871Z[ recovery-image] Aug 01 21:37:52.500 INFO O| Aug 01 21:37:52.500 INFO STEP 15 (ensure_dir) COMPLETE
82612025-08-01T21:37:53.871Z[ recovery-image] Aug 01 21:37:52.500 INFO O| Aug 01 21:37:52.500 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82622025-08-01T21:37:53.882Z[ recovery-image] Aug 01 21:37:52.515 INFO O| Aug 01 21:37:52.515 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82632025-08-01T21:37:53.882Z[ recovery-image] Aug 01 21:37:52.515 INFO O| Aug 01 21:37:52.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82642025-08-01T21:37:53.882Z[ recovery-image] Aug 01 21:37:52.515 INFO O| Aug 01 21:37:52.515 INFO STEP 16 (ensure_dir) COMPLETE
82652025-08-01T21:37:53.885Z[ recovery-image] Aug 01 21:37:52.515 INFO O| Aug 01 21:37:52.515 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82662025-08-01T21:37:53.895Z[ recovery-image] Aug 01 21:37:52.528 INFO O| Aug 01 21:37:52.528 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82672025-08-01T21:37:53.895Z[ recovery-image] Aug 01 21:37:52.528 INFO O| Aug 01 21:37:52.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82682025-08-01T21:37:53.899Z[ recovery-image] Aug 01 21:37:52.528 INFO O| Aug 01 21:37:52.528 INFO STEP 17 (ensure_dir) COMPLETE
82692025-08-01T21:37:53.899Z[ recovery-image] Aug 01 21:37:52.528 INFO O| Aug 01 21:37:52.528 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82702025-08-01T21:37:53.909Z[ recovery-image] Aug 01 21:37:52.542 INFO O| Aug 01 21:37:52.542 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82712025-08-01T21:37:53.909Z[ recovery-image] Aug 01 21:37:52.542 INFO O| Aug 01 21:37:52.542 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
82722025-08-01T21:37:53.909Z[ recovery-image] Aug 01 21:37:52.542 INFO O| Aug 01 21:37:52.542 INFO ok!
82732025-08-01T21:37:53.927Z[ recovery-image] Aug 01 21:37:52.542 INFO O| Aug 01 21:37:52.542 INFO STEP 18 (ensure_symlink) COMPLETE
82742025-08-01T21:37:53.927Z[ recovery-image] Aug 01 21:37:52.542 INFO O| Aug 01 21:37:52.542 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82752025-08-01T21:37:53.927Z[ recovery-image] Aug 01 21:37:52.555 INFO O| Aug 01 21:37:52.555 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
82762025-08-01T21:37:53.928Z[ recovery-image] Aug 01 21:37:52.555 INFO O| Aug 01 21:37:52.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
82772025-08-01T21:37:53.928Z[ recovery-image] Aug 01 21:37:52.555 INFO O| Aug 01 21:37:52.555 INFO ok!
82782025-08-01T21:37:53.928Z[ recovery-image] Aug 01 21:37:52.555 INFO O| Aug 01 21:37:52.555 INFO STEP 19 (ensure_file) COMPLETE
82792025-08-01T21:37:53.928Z[ recovery-image] Aug 01 21:37:52.555 INFO O| Aug 01 21:37:52.555 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82802025-08-01T21:37:53.937Z[ recovery-image] Aug 01 21:37:52.567 INFO O| Aug 01 21:37:52.567 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82812025-08-01T21:37:53.937Z[ recovery-image] Aug 01 21:37:52.567 INFO O| Aug 01 21:37:52.567 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82822025-08-01T21:37:53.941Z[ recovery-image] Aug 01 21:37:52.568 INFO O| Aug 01 21:37:52.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
82832025-08-01T21:37:53.941Z[ recovery-image] Aug 01 21:37:52.568 INFO O| Aug 01 21:37:52.567 INFO ok!
82842025-08-01T21:37:53.941Z[ recovery-image] Aug 01 21:37:52.568 INFO O| Aug 01 21:37:52.568 INFO STEP 20 (ensure_symlink) COMPLETE
82852025-08-01T21:37:53.941Z[ recovery-image] Aug 01 21:37:52.568 INFO O| Aug 01 21:37:52.568 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82862025-08-01T21:37:53.949Z[ recovery-image] Aug 01 21:37:52.582 INFO O| Aug 01 21:37:52.582 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82872025-08-01T21:37:53.949Z[ recovery-image] Aug 01 21:37:52.582 INFO O| Aug 01 21:37:52.582 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82882025-08-01T21:37:53.952Z[ recovery-image] Aug 01 21:37:52.582 INFO O| Aug 01 21:37:52.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82892025-08-01T21:37:53.952Z[ recovery-image] Aug 01 21:37:52.582 INFO O| Aug 01 21:37:52.582 INFO ok!
82902025-08-01T21:37:53.952Z[ recovery-image] Aug 01 21:37:52.582 INFO O| Aug 01 21:37:52.582 INFO STEP 21 (ensure_symlink) COMPLETE
82912025-08-01T21:37:53.952Z[ recovery-image] Aug 01 21:37:52.582 INFO O| Aug 01 21:37:52.582 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82922025-08-01T21:37:53.964Z[ recovery-image] Aug 01 21:37:52.596 INFO O| Aug 01 21:37:52.596 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82932025-08-01T21:37:53.964Z[ recovery-image] Aug 01 21:37:52.597 INFO O| Aug 01 21:37:52.596 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82942025-08-01T21:37:53.964Z[ recovery-image] Aug 01 21:37:52.597 INFO O| Aug 01 21:37:52.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
82952025-08-01T21:37:53.967Z[ recovery-image] Aug 01 21:37:52.597 INFO O| Aug 01 21:37:52.597 INFO ok!
82962025-08-01T21:37:53.967Z[ recovery-image] Aug 01 21:37:52.597 INFO O| Aug 01 21:37:52.597 INFO STEP 22 (ensure_symlink) COMPLETE
82972025-08-01T21:37:53.967Z[ recovery-image] Aug 01 21:37:52.597 INFO O| Aug 01 21:37:52.597 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82982025-08-01T21:37:53.978Z[ recovery-image] Aug 01 21:37:52.611 INFO O| Aug 01 21:37:52.611 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82992025-08-01T21:37:53.978Z[ recovery-image] Aug 01 21:37:52.611 INFO O| Aug 01 21:37:52.611 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83002025-08-01T21:37:53.981Z[ recovery-image] Aug 01 21:37:52.611 INFO O| Aug 01 21:37:52.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83012025-08-01T21:37:53.981Z[ recovery-image] Aug 01 21:37:52.611 INFO O| Aug 01 21:37:52.611 INFO ok!
83022025-08-01T21:37:53.981Z[ recovery-image] Aug 01 21:37:52.611 INFO O| Aug 01 21:37:52.611 INFO STEP 23 (ensure_symlink) COMPLETE
83032025-08-01T21:37:53.981Z[ recovery-image] Aug 01 21:37:52.611 INFO O| Aug 01 21:37:52.611 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83042025-08-01T21:37:53.992Z[ recovery-image] Aug 01 21:37:52.624 INFO O| Aug 01 21:37:52.624 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83052025-08-01T21:37:53.992Z[ recovery-image] Aug 01 21:37:52.624 INFO O| Aug 01 21:37:52.624 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 ...
83062025-08-01T21:37:53.995Z[ recovery-image] Aug 01 21:37:52.624 INFO O| Aug 01 21:37:52.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83072025-08-01T21:37:53.995Z[ recovery-image] Aug 01 21:37:52.625 INFO O| Aug 01 21:37:52.624 INFO ok!
83082025-08-01T21:37:53.995Z[ recovery-image] Aug 01 21:37:52.625 INFO O| Aug 01 21:37:52.624 INFO STEP 24 (ensure_file) COMPLETE
83092025-08-01T21:37:53.995Z[ recovery-image] Aug 01 21:37:52.625 INFO O| Aug 01 21:37:52.624 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83102025-08-01T21:37:54.004Z[ recovery-image] Aug 01 21:37:52.637 INFO O| Aug 01 21:37:52.637 INFO updating shadow file
83112025-08-01T21:37:54.008Z[ recovery-image] Aug 01 21:37:52.638 INFO O| Aug 01 21:37:52.638 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83122025-08-01T21:37:54.008Z[ recovery-image] Aug 01 21:37:52.638 INFO O| Aug 01 21:37:52.638 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83132025-08-01T21:37:54.008Z[ recovery-image] Aug 01 21:37:52.638 INFO O| Aug 01 21:37:52.638 INFO STEP 25 (shadow) COMPLETE
83142025-08-01T21:37:54.008Z[ recovery-image] Aug 01 21:37:52.638 INFO O| Aug 01 21:37:52.638 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83152025-08-01T21:37:54.019Z[ recovery-image] Aug 01 21:37:52.652 INFO O| Aug 01 21:37:52.652 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83162025-08-01T21:37:54.019Z[ recovery-image] Aug 01 21:37:52.652 INFO O| Aug 01 21:37:52.652 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83172025-08-01T21:37:54.023Z[ recovery-image] Aug 01 21:37:52.652 INFO O| Aug 01 21:37:52.652 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83182025-08-01T21:37:54.023Z[ recovery-image] Aug 01 21:37:52.652 INFO O| Aug 01 21:37:52.652 INFO ok!
83192025-08-01T21:37:54.023Z[ recovery-image] Aug 01 21:37:52.652 INFO O| Aug 01 21:37:52.652 INFO STEP 26 (ensure_file) COMPLETE
83202025-08-01T21:37:54.023Z[ recovery-image] Aug 01 21:37:52.652 INFO O| Aug 01 21:37:52.652 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83212025-08-01T21:37:54.034Z[ recovery-image] Aug 01 21:37:52.667 INFO O| Aug 01 21:37:52.667 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83222025-08-01T21:37:54.034Z[ recovery-image] Aug 01 21:37:52.667 INFO O| Aug 01 21:37:52.667 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83232025-08-01T21:37:54.034Z[ recovery-image] Aug 01 21:37:52.667 INFO O| Aug 01 21:37:52.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83242025-08-01T21:37:54.034Z[ recovery-image] Aug 01 21:37:52.667 INFO O| Aug 01 21:37:52.667 INFO ok!
83252025-08-01T21:37:54.037Z[ recovery-image] Aug 01 21:37:52.667 INFO O| Aug 01 21:37:52.667 INFO STEP 27 (ensure_file) COMPLETE
83262025-08-01T21:37:54.037Z[ recovery-image] Aug 01 21:37:52.667 INFO O| Aug 01 21:37:52.667 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83272025-08-01T21:37:54.049Z[ recovery-image] Aug 01 21:37:52.682 INFO O| Aug 01 21:37:52.682 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83282025-08-01T21:37:54.050Z[ recovery-image] Aug 01 21:37:52.682 INFO O| Aug 01 21:37:52.682 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83292025-08-01T21:37:54.050Z[ recovery-image] Aug 01 21:37:52.682 INFO O| Aug 01 21:37:52.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83302025-08-01T21:37:54.050Z[ recovery-image] Aug 01 21:37:52.682 INFO O| Aug 01 21:37:52.682 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83312025-08-01T21:37:54.050Z[ recovery-image] Aug 01 21:37:52.682 INFO O| Aug 01 21:37:52.682 INFO ok!
83322025-08-01T21:37:54.055Z[ recovery-image] Aug 01 21:37:52.682 INFO O| Aug 01 21:37:52.682 INFO STEP 28 (ensure_file) COMPLETE
83332025-08-01T21:37:54.055Z[ recovery-image] Aug 01 21:37:52.682 INFO O| Aug 01 21:37:52.682 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83342025-08-01T21:37:54.063Z[ recovery-image] Aug 01 21:37:52.696 INFO O| Aug 01 21:37:52.696 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83352025-08-01T21:37:54.063Z[ recovery-image] Aug 01 21:37:52.696 INFO O| Aug 01 21:37:52.696 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83362025-08-01T21:37:54.064Z[ recovery-image] Aug 01 21:37:52.696 INFO O| Aug 01 21:37:52.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83372025-08-01T21:37:54.064Z[ recovery-image] Aug 01 21:37:52.696 INFO O| Aug 01 21:37:52.696 INFO ok!
83382025-08-01T21:37:54.066Z[ recovery-image] Aug 01 21:37:52.696 INFO O| Aug 01 21:37:52.696 INFO STEP 29 (ensure_file) COMPLETE
83392025-08-01T21:37:54.066Z[ recovery-image] Aug 01 21:37:52.696 INFO O| Aug 01 21:37:52.696 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83402025-08-01T21:37:54.077Z[ recovery-image] Aug 01 21:37:52.710 INFO O| Aug 01 21:37:52.710 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83412025-08-01T21:37:54.080Z[ recovery-image] Aug 01 21:37:52.710 INFO O| Aug 01 21:37:52.710 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83422025-08-01T21:37:54.081Z[ recovery-image] Aug 01 21:37:52.710 INFO O| Aug 01 21:37:52.710 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83432025-08-01T21:37:54.081Z[ recovery-image] Aug 01 21:37:52.710 INFO O| Aug 01 21:37:52.710 INFO STEP 30 (ensure_dir) COMPLETE
83442025-08-01T21:37:54.081Z[ recovery-image] Aug 01 21:37:52.710 INFO O| Aug 01 21:37:52.710 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83452025-08-01T21:37:54.092Z[ recovery-image] Aug 01 21:37:52.724 INFO O| Aug 01 21:37:52.724 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83462025-08-01T21:37:54.092Z[ recovery-image] Aug 01 21:37:52.724 INFO O| Aug 01 21:37:52.724 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 ...
83472025-08-01T21:37:54.094Z[ recovery-image] Aug 01 21:37:52.724 INFO O| Aug 01 21:37:52.724 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
83482025-08-01T21:37:54.094Z[ recovery-image] Aug 01 21:37:52.724 INFO O| Aug 01 21:37:52.724 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83492025-08-01T21:37:54.094Z[ recovery-image] Aug 01 21:37:52.724 INFO O| Aug 01 21:37:52.724 INFO ok!
83502025-08-01T21:37:54.094Z[ recovery-image] Aug 01 21:37:52.724 INFO O| Aug 01 21:37:52.724 INFO STEP 31 (ensure_file) COMPLETE
83512025-08-01T21:37:54.094Z[ recovery-image] Aug 01 21:37:52.724 INFO O| Aug 01 21:37:52.724 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83522025-08-01T21:37:54.106Z[ recovery-image] Aug 01 21:37:52.738 INFO O| Aug 01 21:37:52.738 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83532025-08-01T21:37:54.106Z[ recovery-image] Aug 01 21:37:52.738 INFO O| Aug 01 21:37:52.738 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83542025-08-01T21:37:54.106Z[ recovery-image] Aug 01 21:37:52.738 INFO O| Aug 01 21:37:52.738 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83552025-08-01T21:37:54.108Z[ recovery-image] Aug 01 21:37:52.739 INFO O| Aug 01 21:37:52.738 INFO STEP 32 (ensure_dir) COMPLETE
83562025-08-01T21:37:54.108Z[ recovery-image] Aug 01 21:37:52.739 INFO O| Aug 01 21:37:52.738 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83572025-08-01T21:37:54.120Z[ recovery-image] Aug 01 21:37:52.753 INFO O| Aug 01 21:37:52.753 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
83582025-08-01T21:37:54.120Z[ recovery-image] Aug 01 21:37:52.753 INFO O| Aug 01 21:37:52.753 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 ...
83592025-08-01T21:37:54.124Z[ recovery-image] Aug 01 21:37:52.753 INFO O| Aug 01 21:37:52.753 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
83602025-08-01T21:37:54.124Z[ recovery-image] Aug 01 21:37:52.753 INFO O| Aug 01 21:37:52.753 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
83612025-08-01T21:37:54.124Z[ recovery-image] Aug 01 21:37:52.753 INFO O| Aug 01 21:37:52.753 INFO ok!
83622025-08-01T21:37:54.124Z[ recovery-image] Aug 01 21:37:52.753 INFO O| Aug 01 21:37:52.753 INFO STEP 33 (ensure_file) COMPLETE
83632025-08-01T21:37:54.124Z[ recovery-image] Aug 01 21:37:52.753 INFO O| Aug 01 21:37:52.753 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83642025-08-01T21:37:54.135Z[ recovery-image] Aug 01 21:37:52.768 INFO O| Aug 01 21:37:52.768 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
83652025-08-01T21:37:54.135Z[ recovery-image] Aug 01 21:37:52.768 INFO O| Aug 01 21:37:52.768 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
83662025-08-01T21:37:54.135Z[ recovery-image] Aug 01 21:37:52.768 INFO O| Aug 01 21:37:52.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
83672025-08-01T21:37:54.138Z[ recovery-image] Aug 01 21:37:52.768 INFO O| Aug 01 21:37:52.768 INFO ok!
83682025-08-01T21:37:54.138Z[ recovery-image] Aug 01 21:37:52.768 INFO O| Aug 01 21:37:52.768 INFO STEP 34 (ensure_file) COMPLETE
83692025-08-01T21:37:54.138Z[ recovery-image] Aug 01 21:37:52.768 INFO O| Aug 01 21:37:52.768 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83702025-08-01T21:37:54.150Z[ recovery-image] Aug 01 21:37:52.783 INFO O| Aug 01 21:37:52.783 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83712025-08-01T21:37:54.150Z[ recovery-image] Aug 01 21:37:52.783 INFO O| Aug 01 21:37:52.783 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
83722025-08-01T21:37:54.150Z[ recovery-image] Aug 01 21:37:52.783 INFO O| Aug 01 21:37:52.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83732025-08-01T21:37:54.150Z[ recovery-image] Aug 01 21:37:52.783 INFO O| Aug 01 21:37:52.783 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83742025-08-01T21:37:54.154Z[ recovery-image] Aug 01 21:37:52.783 INFO O| Aug 01 21:37:52.783 INFO ok!
83752025-08-01T21:37:54.154Z[ recovery-image] Aug 01 21:37:52.783 INFO O| Aug 01 21:37:52.783 INFO STEP 35 (ensure_file) COMPLETE
83762025-08-01T21:37:54.154Z[ recovery-image] Aug 01 21:37:52.783 INFO O| Aug 01 21:37:52.783 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83772025-08-01T21:37:54.164Z[ recovery-image] Aug 01 21:37:52.797 INFO O| Aug 01 21:37:52.797 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83782025-08-01T21:37:54.164Z[ recovery-image] Aug 01 21:37:52.797 INFO O| Aug 01 21:37:52.797 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
83792025-08-01T21:37:54.167Z[ recovery-image] Aug 01 21:37:52.797 INFO O| Aug 01 21:37:52.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
83802025-08-01T21:37:54.167Z[ recovery-image] Aug 01 21:37:52.797 INFO O| Aug 01 21:37:52.797 INFO ok!
83812025-08-01T21:37:54.167Z[ recovery-image] Aug 01 21:37:52.797 INFO O| Aug 01 21:37:52.797 INFO STEP 36 (ensure_file) COMPLETE
83822025-08-01T21:37:54.167Z[ recovery-image] Aug 01 21:37:52.797 INFO O| Aug 01 21:37:52.797 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83832025-08-01T21:37:54.178Z[ recovery-image] Aug 01 21:37:52.811 INFO O| Aug 01 21:37:52.811 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83842025-08-01T21:37:54.178Z[ recovery-image] Aug 01 21:37:52.811 INFO O| Aug 01 21:37:52.811 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
83852025-08-01T21:37:54.181Z[ recovery-image] Aug 01 21:37:52.811 INFO O| Aug 01 21:37:52.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
83862025-08-01T21:37:54.181Z[ recovery-image] Aug 01 21:37:52.811 INFO O| Aug 01 21:37:52.811 INFO ok!
83872025-08-01T21:37:54.181Z[ recovery-image] Aug 01 21:37:52.811 INFO O| Aug 01 21:37:52.811 INFO STEP 37 (ensure_file) COMPLETE
83882025-08-01T21:37:54.181Z[ recovery-image] Aug 01 21:37:52.811 INFO O| Aug 01 21:37:52.811 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83892025-08-01T21:37:54.192Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
83902025-08-01T21:37:54.192Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
83912025-08-01T21:37:54.192Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83922025-08-01T21:37:54.196Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83932025-08-01T21:37:54.196Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83942025-08-01T21:37:54.196Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
83952025-08-01T21:37:54.197Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO ok!
83962025-08-01T21:37:54.197Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO STEP 38 (ensure_file) COMPLETE
83972025-08-01T21:37:54.197Z[ recovery-image] Aug 01 21:37:52.825 INFO O| Aug 01 21:37:52.825 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83982025-08-01T21:37:54.206Z[ recovery-image] Aug 01 21:37:52.839 INFO O| Aug 01 21:37:52.839 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83992025-08-01T21:37:54.206Z[ recovery-image] Aug 01 21:37:52.839 INFO O| Aug 01 21:37:52.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84002025-08-01T21:37:54.209Z[ recovery-image] Aug 01 21:37:52.839 INFO O| Aug 01 21:37:52.839 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84012025-08-01T21:37:54.209Z[ recovery-image] Aug 01 21:37:52.839 INFO O| Aug 01 21:37:52.839 INFO STEP 39 (ensure_dir) COMPLETE
84022025-08-01T21:37:54.209Z[ recovery-image] Aug 01 21:37:52.839 INFO O| Aug 01 21:37:52.839 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84032025-08-01T21:37:54.223Z[ recovery-image] Aug 01 21:37:52.855 INFO O| Aug 01 21:37:52.855 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
84042025-08-01T21:37:54.223Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.855 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 ...
84052025-08-01T21:37:54.226Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.856 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
84062025-08-01T21:37:54.226Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.856 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
84072025-08-01T21:37:54.226Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.856 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
84082025-08-01T21:37:54.226Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.856 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
84092025-08-01T21:37:54.226Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.856 INFO ok!
84102025-08-01T21:37:54.226Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.856 INFO STEP 40 (ensure_file) COMPLETE
84112025-08-01T21:37:54.226Z[ recovery-image] Aug 01 21:37:52.856 INFO O| Aug 01 21:37:52.856 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84122025-08-01T21:37:54.237Z[ recovery-image] Aug 01 21:37:52.870 INFO O| Aug 01 21:37:52.870 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84132025-08-01T21:37:54.240Z[ recovery-image] Aug 01 21:37:52.870 INFO O| Aug 01 21:37:52.870 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 ...
84142025-08-01T21:37:54.240Z[ recovery-image] Aug 01 21:37:52.870 INFO O| Aug 01 21:37:52.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84152025-08-01T21:37:54.240Z[ recovery-image] Aug 01 21:37:52.870 INFO O| Aug 01 21:37:52.870 INFO ok!
84162025-08-01T21:37:54.240Z[ recovery-image] Aug 01 21:37:52.870 INFO O| Aug 01 21:37:52.870 INFO STEP 41 (ensure_symlink) COMPLETE
84172025-08-01T21:37:54.240Z[ recovery-image] Aug 01 21:37:52.870 INFO O| Aug 01 21:37:52.870 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84182025-08-01T21:37:54.250Z[ recovery-image] Aug 01 21:37:52.883 INFO O| Aug 01 21:37:52.882 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84192025-08-01T21:37:54.250Z[ recovery-image] Aug 01 21:37:52.883 INFO O| Aug 01 21:37:52.882 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84202025-08-01T21:37:54.250Z[ recovery-image] Aug 01 21:37:52.883 INFO O| Aug 01 21:37:52.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84212025-08-01T21:37:54.253Z[ recovery-image] Aug 01 21:37:52.883 INFO O| Aug 01 21:37:52.883 INFO ok!
84222025-08-01T21:37:54.253Z[ recovery-image] Aug 01 21:37:52.883 INFO O| Aug 01 21:37:52.883 INFO STEP 42 (ensure_symlink) COMPLETE
84232025-08-01T21:37:54.253Z[ recovery-image] Aug 01 21:37:52.883 INFO O| Aug 01 21:37:52.883 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84242025-08-01T21:37:54.262Z[ recovery-image] Aug 01 21:37:52.895 INFO O| Aug 01 21:37:52.895 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84252025-08-01T21:37:54.262Z[ recovery-image] Aug 01 21:37:52.895 INFO O| Aug 01 21:37:52.895 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84262025-08-01T21:37:54.262Z[ recovery-image] Aug 01 21:37:52.895 INFO O| Aug 01 21:37:52.895 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84272025-08-01T21:37:54.263Z[ recovery-image] Aug 01 21:37:52.895 INFO O| Aug 01 21:37:52.895 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84282025-08-01T21:37:54.266Z[ recovery-image] Aug 01 21:37:52.895 INFO O| Aug 01 21:37:52.895 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84292025-08-01T21:37:54.266Z[ recovery-image] Aug 01 21:37:52.896 INFO O| Aug 01 21:37:52.895 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84302025-08-01T21:37:54.266Z[ recovery-image] Aug 01 21:37:52.896 INFO O| Aug 01 21:37:52.895 INFO ok!
84312025-08-01T21:37:54.266Z[ recovery-image] Aug 01 21:37:52.896 INFO O| Aug 01 21:37:52.896 INFO STEP 43 (ensure_file) COMPLETE
84322025-08-01T21:37:54.266Z[ recovery-image] Aug 01 21:37:52.896 INFO O| Aug 01 21:37:52.896 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84332025-08-01T21:37:54.277Z[ recovery-image] Aug 01 21:37:52.909 INFO O| Aug 01 21:37:52.909 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84342025-08-01T21:37:54.277Z[ recovery-image] Aug 01 21:37:52.909 INFO O| Aug 01 21:37:52.909 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 ...
84352025-08-01T21:37:54.277Z[ recovery-image] Aug 01 21:37:52.910 INFO O| Aug 01 21:37:52.909 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
84362025-08-01T21:37:54.277Z[ recovery-image] Aug 01 21:37:52.910 INFO O| Aug 01 21:37:52.910 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84372025-08-01T21:37:54.280Z[ recovery-image] Aug 01 21:37:52.910 INFO O| Aug 01 21:37:52.910 INFO ok!
84382025-08-01T21:37:54.280Z[ recovery-image] Aug 01 21:37:52.910 INFO O| Aug 01 21:37:52.910 INFO STEP 44 (ensure_file) COMPLETE
84392025-08-01T21:37:54.280Z[ recovery-image] Aug 01 21:37:52.910 INFO O| Aug 01 21:37:52.910 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84402025-08-01T21:37:54.290Z[ recovery-image] Aug 01 21:37:52.923 INFO O| Aug 01 21:37:52.923 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84412025-08-01T21:37:54.290Z[ recovery-image] Aug 01 21:37:52.923 INFO O| Aug 01 21:37:52.923 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84422025-08-01T21:37:54.290Z[ recovery-image] Aug 01 21:37:52.923 INFO O| Aug 01 21:37:52.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84432025-08-01T21:37:54.290Z[ recovery-image] Aug 01 21:37:52.923 INFO O| Aug 01 21:37:52.923 INFO ok!
84442025-08-01T21:37:54.290Z[ recovery-image] Aug 01 21:37:52.923 INFO O| Aug 01 21:37:52.923 INFO STEP 45 (ensure_file) COMPLETE
84452025-08-01T21:37:54.293Z[ recovery-image] Aug 01 21:37:52.923 INFO O| Aug 01 21:37:52.923 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84462025-08-01T21:37:54.303Z[ recovery-image] Aug 01 21:37:52.936 INFO O| Aug 01 21:37:52.936 INFO updating shadow file
84472025-08-01T21:37:54.303Z[ recovery-image] Aug 01 21:37:52.936 INFO O| Aug 01 21:37:52.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84482025-08-01T21:37:54.303Z[ recovery-image] Aug 01 21:37:52.936 INFO O| Aug 01 21:37:52.936 INFO STEP 46 (shadow) COMPLETE
84492025-08-01T21:37:54.307Z[ recovery-image] Aug 01 21:37:52.936 INFO O| Aug 01 21:37:52.936 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84502025-08-01T21:37:54.317Z[ recovery-image] Aug 01 21:37:52.950 INFO O| Aug 01 21:37:52.949 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84512025-08-01T21:37:54.317Z[ recovery-image] Aug 01 21:37:52.950 INFO O| Aug 01 21:37:52.950 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84522025-08-01T21:37:54.320Z[ recovery-image] Aug 01 21:37:52.950 INFO O| Aug 01 21:37:52.950 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84532025-08-01T21:37:54.320Z[ recovery-image] Aug 01 21:37:52.950 INFO O| Aug 01 21:37:52.950 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84542025-08-01T21:37:54.320Z[ recovery-image] Aug 01 21:37:52.950 INFO O| Aug 01 21:37:52.950 INFO ok!
84552025-08-01T21:37:54.320Z[ recovery-image] Aug 01 21:37:52.950 INFO O| Aug 01 21:37:52.950 INFO STEP 47 (ensure_file) COMPLETE
84562025-08-01T21:37:54.320Z[ recovery-image] Aug 01 21:37:52.950 INFO O| Aug 01 21:37:52.950 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84572025-08-01T21:37:54.331Z[ recovery-image] Aug 01 21:37:52.963 INFO O| Aug 01 21:37:52.963 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
84582025-08-01T21:37:54.331Z[ recovery-image] Aug 01 21:37:52.963 INFO O| Aug 01 21:37:52.963 INFO STEP 48 (ensure_dir) COMPLETE
84592025-08-01T21:37:54.334Z[ recovery-image] Aug 01 21:37:52.963 INFO O| Aug 01 21:37:52.963 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84602025-08-01T21:37:54.344Z[ recovery-image] Aug 01 21:37:52.977 INFO O| Aug 01 21:37:52.977 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84612025-08-01T21:37:54.344Z[ recovery-image] Aug 01 21:37:52.977 INFO O| Aug 01 21:37:52.977 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84622025-08-01T21:37:54.347Z[ recovery-image] Aug 01 21:37:52.977 INFO O| Aug 01 21:37:52.977 INFO STEP 49 (ensure_dir) COMPLETE
84632025-08-01T21:37:54.347Z[ recovery-image] Aug 01 21:37:52.977 INFO O| Aug 01 21:37:52.977 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84642025-08-01T21:37:54.357Z[ recovery-image] Aug 01 21:37:52.990 INFO O| Aug 01 21:37:52.990 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84652025-08-01T21:37:54.357Z[ recovery-image] Aug 01 21:37:52.990 INFO O| Aug 01 21:37:52.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84662025-08-01T21:37:54.357Z[ recovery-image] Aug 01 21:37:52.990 INFO O| Aug 01 21:37:52.990 INFO STEP 50 (ensure_dir) COMPLETE
84672025-08-01T21:37:54.360Z[ recovery-image] Aug 01 21:37:52.990 INFO O| Aug 01 21:37:52.990 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84682025-08-01T21:37:54.372Z[ recovery-image] Aug 01 21:37:53.005 INFO O| Aug 01 21:37:53.005 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84692025-08-01T21:37:54.372Z[ recovery-image] Aug 01 21:37:53.005 INFO O| Aug 01 21:37:53.005 INFO copying /tmp/.tmpsKVwmA/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
84702025-08-01T21:37:54.444Z[ recovery-image] Aug 01 21:37:53.076 INFO O| Aug 01 21:37:53.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
84712025-08-01T21:37:54.444Z[ recovery-image] Aug 01 21:37:53.076 INFO O| Aug 01 21:37:53.076 INFO ok!
84722025-08-01T21:37:54.444Z[ recovery-image] Aug 01 21:37:53.076 INFO O| Aug 01 21:37:53.076 INFO STEP 51 (ensure_file) COMPLETE
84732025-08-01T21:37:54.447Z[ recovery-image] Aug 01 21:37:53.076 INFO O| Aug 01 21:37:53.076 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84742025-08-01T21:37:54.499Z[ recovery-image] Aug 01 21:37:53.131 INFO O| Aug 01 21:37:53.131 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84752025-08-01T21:37:54.499Z[ recovery-image] Aug 01 21:37:53.131 INFO O| Aug 01 21:37:53.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84762025-08-01T21:37:54.499Z[ recovery-image] Aug 01 21:37:53.131 INFO O| Aug 01 21:37:53.131 INFO STEP 52 (ensure_dir) COMPLETE
84772025-08-01T21:37:54.502Z[ recovery-image] Aug 01 21:37:53.131 INFO O| Aug 01 21:37:53.131 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84782025-08-01T21:37:54.515Z[ recovery-image] Aug 01 21:37:53.145 INFO O| Aug 01 21:37:53.145 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84792025-08-01T21:37:54.515Z[ recovery-image] Aug 01 21:37:53.145 INFO O| Aug 01 21:37:53.145 INFO copying /tmp/.tmpsKVwmA/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84802025-08-01T21:37:54.515Z[ recovery-image] Aug 01 21:37:53.145 INFO O| Aug 01 21:37:53.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
84812025-08-01T21:37:54.515Z[ recovery-image] Aug 01 21:37:53.145 INFO O| Aug 01 21:37:53.145 INFO ok!
84822025-08-01T21:37:54.519Z[ recovery-image] Aug 01 21:37:53.145 INFO O| Aug 01 21:37:53.145 INFO STEP 53 (ensure_file) COMPLETE
84832025-08-01T21:37:54.519Z[ recovery-image] Aug 01 21:37:53.145 INFO O| Aug 01 21:37:53.145 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84842025-08-01T21:37:54.527Z[ recovery-image] Aug 01 21:37:53.159 INFO O| Aug 01 21:37:53.159 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84852025-08-01T21:37:54.527Z[ recovery-image] Aug 01 21:37:53.159 INFO O| Aug 01 21:37:53.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84862025-08-01T21:37:54.530Z[ recovery-image] Aug 01 21:37:53.159 INFO O| Aug 01 21:37:53.159 INFO STEP 54 (ensure_dir) COMPLETE
84872025-08-01T21:37:54.530Z[ recovery-image] Aug 01 21:37:53.159 INFO O| Aug 01 21:37:53.159 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84882025-08-01T21:37:54.542Z[ recovery-image] Aug 01 21:37:53.174 INFO O| Aug 01 21:37:53.174 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84892025-08-01T21:37:54.542Z[ recovery-image] Aug 01 21:37:53.174 INFO O| Aug 01 21:37:53.174 INFO copying /tmp/.tmpsKVwmA/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84902025-08-01T21:37:56.375Z[ recovery-image] Aug 01 21:37:55.006 INFO O| Aug 01 21:37:55.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84912025-08-01T21:37:56.375Z[ recovery-image] Aug 01 21:37:55.006 INFO O| Aug 01 21:37:55.006 INFO ok!
84922025-08-01T21:37:56.378Z[ recovery-image] Aug 01 21:37:55.006 INFO O| Aug 01 21:37:55.006 INFO STEP 55 (ensure_file) COMPLETE
84932025-08-01T21:37:56.378Z[ recovery-image] Aug 01 21:37:55.006 INFO O| Aug 01 21:37:55.006 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84942025-08-01T21:37:56.389Z[ recovery-image] Aug 01 21:37:55.021 INFO O| Aug 01 21:37:55.021 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84952025-08-01T21:37:56.389Z[ recovery-image] Aug 01 21:37:55.021 INFO O| Aug 01 21:37:55.021 INFO copying /tmp/.tmpsKVwmA/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84962025-08-01T21:37:58.303Z[ recovery-image] Aug 01 21:37:56.933 INFO O| Aug 01 21:37:56.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84972025-08-01T21:37:58.303Z[ recovery-image] Aug 01 21:37:56.933 INFO O| Aug 01 21:37:56.933 INFO ok!
84982025-08-01T21:37:58.306Z[ recovery-image] Aug 01 21:37:56.933 INFO O| Aug 01 21:37:56.933 INFO STEP 56 (ensure_file) COMPLETE
84992025-08-01T21:37:58.307Z[ recovery-image] Aug 01 21:37:56.933 INFO O| Aug 01 21:37:56.933 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85002025-08-01T21:37:58.317Z[ recovery-image] Aug 01 21:37:56.947 INFO O| Aug 01 21:37:56.947 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85012025-08-01T21:37:58.317Z[ recovery-image] Aug 01 21:37:56.947 INFO O| Aug 01 21:37:56.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85022025-08-01T21:37:58.320Z[ recovery-image] Aug 01 21:37:56.947 INFO O| Aug 01 21:37:56.947 INFO STEP 57 (ensure_dir) COMPLETE
85032025-08-01T21:37:58.320Z[ recovery-image] Aug 01 21:37:56.947 INFO O| Aug 01 21:37:56.947 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85042025-08-01T21:37:58.329Z[ recovery-image] Aug 01 21:37:56.960 INFO O| Aug 01 21:37:56.959 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85052025-08-01T21:37:58.329Z[ recovery-image] Aug 01 21:37:56.960 INFO O| Aug 01 21:37:56.960 INFO copying /tmp/.tmpsKVwmA/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 ...
85062025-08-01T21:37:58.330Z[ recovery-image] Aug 01 21:37:56.960 INFO O| Aug 01 21:37:56.960 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
85072025-08-01T21:37:58.333Z[ recovery-image] Aug 01 21:37:56.960 INFO O| Aug 01 21:37:56.960 INFO ok!
85082025-08-01T21:37:58.333Z[ recovery-image] Aug 01 21:37:56.960 INFO O| Aug 01 21:37:56.960 INFO STEP 58 (ensure_file) COMPLETE
85092025-08-01T21:37:58.333Z[ recovery-image] Aug 01 21:37:56.960 INFO O| Aug 01 21:37:56.960 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85102025-08-01T21:37:58.343Z[ recovery-image] Aug 01 21:37:56.973 INFO O| Aug 01 21:37:56.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85112025-08-01T21:37:58.343Z[ recovery-image] Aug 01 21:37:56.973 INFO O| Aug 01 21:37:56.973 INFO copying /tmp/.tmpsKVwmA/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 ...
85122025-08-01T21:37:58.343Z[ recovery-image] Aug 01 21:37:56.973 INFO O| Aug 01 21:37:56.973 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
85132025-08-01T21:37:58.347Z[ recovery-image] Aug 01 21:37:56.973 INFO O| Aug 01 21:37:56.973 INFO ok!
85142025-08-01T21:37:58.347Z[ recovery-image] Aug 01 21:37:56.973 INFO O| Aug 01 21:37:56.973 INFO STEP 59 (ensure_file) COMPLETE
85152025-08-01T21:37:58.347Z[ recovery-image] Aug 01 21:37:56.973 INFO O| Aug 01 21:37:56.973 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85162025-08-01T21:37:58.356Z[ recovery-image] Aug 01 21:37:56.986 INFO O| Aug 01 21:37:56.986 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85172025-08-01T21:37:58.356Z[ recovery-image] Aug 01 21:37:56.987 INFO O| Aug 01 21:37:56.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85182025-08-01T21:37:58.356Z[ recovery-image] Aug 01 21:37:56.987 INFO O| Aug 01 21:37:56.987 INFO STEP 60 (ensure_dir) COMPLETE
85192025-08-01T21:37:58.360Z[ recovery-image] Aug 01 21:37:56.987 INFO O| Aug 01 21:37:56.987 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85202025-08-01T21:37:58.369Z[ recovery-image] Aug 01 21:37:56.999 INFO O| Aug 01 21:37:56.999 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85212025-08-01T21:37:58.369Z[ recovery-image] Aug 01 21:37:56.999 INFO O| Aug 01 21:37:56.999 INFO copying /tmp/.tmpsKVwmA/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 ...
85222025-08-01T21:37:58.372Z[ recovery-image] Aug 01 21:37:56.999 INFO O| Aug 01 21:37:56.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85232025-08-01T21:37:58.372Z[ recovery-image] Aug 01 21:37:56.999 INFO O| Aug 01 21:37:56.999 INFO ok!
85242025-08-01T21:37:58.372Z[ recovery-image] Aug 01 21:37:56.999 INFO O| Aug 01 21:37:56.999 INFO STEP 61 (ensure_file) COMPLETE
85252025-08-01T21:37:58.372Z[ recovery-image] Aug 01 21:37:56.999 INFO O| Aug 01 21:37:56.999 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85262025-08-01T21:37:58.383Z[ recovery-image] Aug 01 21:37:57.014 INFO O| Aug 01 21:37:57.014 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85272025-08-01T21:37:58.384Z[ recovery-image] Aug 01 21:37:57.014 INFO O| Aug 01 21:37:57.014 INFO copying /tmp/.tmpsKVwmA/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 ...
85282025-08-01T21:37:58.384Z[ recovery-image] Aug 01 21:37:57.014 INFO O| Aug 01 21:37:57.014 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
85292025-08-01T21:37:58.384Z[ recovery-image] Aug 01 21:37:57.014 INFO O| Aug 01 21:37:57.014 INFO ok!
85302025-08-01T21:37:58.387Z[ recovery-image] Aug 01 21:37:57.014 INFO O| Aug 01 21:37:57.014 INFO STEP 62 (ensure_file) COMPLETE
85312025-08-01T21:37:58.387Z[ recovery-image] Aug 01 21:37:57.014 INFO O| Aug 01 21:37:57.014 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85322025-08-01T21:37:58.397Z[ recovery-image] Aug 01 21:37:57.027 INFO O| Aug 01 21:37:57.027 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85332025-08-01T21:37:58.397Z[ recovery-image] Aug 01 21:37:57.027 INFO O| Aug 01 21:37:57.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85342025-08-01T21:37:58.400Z[ recovery-image] Aug 01 21:37:57.027 INFO O| Aug 01 21:37:57.027 INFO STEP 63 (ensure_dir) COMPLETE
85352025-08-01T21:37:58.400Z[ recovery-image] Aug 01 21:37:57.027 INFO O| Aug 01 21:37:57.027 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85362025-08-01T21:37:58.410Z[ recovery-image] Aug 01 21:37:57.041 INFO O| Aug 01 21:37:57.041 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85372025-08-01T21:37:58.410Z[ recovery-image] Aug 01 21:37:57.041 INFO O| Aug 01 21:37:57.041 INFO copying /tmp/.tmpsKVwmA/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 ...
85382025-08-01T21:37:58.414Z[ recovery-image] Aug 01 21:37:57.041 INFO O| Aug 01 21:37:57.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85392025-08-01T21:37:58.414Z[ recovery-image] Aug 01 21:37:57.041 INFO O| Aug 01 21:37:57.041 INFO ok!
85402025-08-01T21:37:58.414Z[ recovery-image] Aug 01 21:37:57.041 INFO O| Aug 01 21:37:57.041 INFO STEP 64 (ensure_file) COMPLETE
85412025-08-01T21:37:58.414Z[ recovery-image] Aug 01 21:37:57.041 INFO O| Aug 01 21:37:57.041 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85422025-08-01T21:37:58.424Z[ recovery-image] Aug 01 21:37:57.054 INFO O| Aug 01 21:37:57.054 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85432025-08-01T21:37:58.424Z[ recovery-image] Aug 01 21:37:57.054 INFO O| Aug 01 21:37:57.054 INFO copying /tmp/.tmpsKVwmA/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85442025-08-01T21:37:58.427Z[ recovery-image] Aug 01 21:37:57.054 INFO O| Aug 01 21:37:57.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85452025-08-01T21:37:58.427Z[ recovery-image] Aug 01 21:37:57.054 INFO O| Aug 01 21:37:57.054 INFO ok!
85462025-08-01T21:37:58.427Z[ recovery-image] Aug 01 21:37:57.054 INFO O| Aug 01 21:37:57.054 INFO STEP 65 (ensure_file) COMPLETE
85472025-08-01T21:37:58.427Z[ recovery-image] Aug 01 21:37:57.054 INFO O| Aug 01 21:37:57.054 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85482025-08-01T21:37:58.437Z[ recovery-image] Aug 01 21:37:57.067 INFO O| Aug 01 21:37:57.067 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85492025-08-01T21:37:58.437Z[ recovery-image] Aug 01 21:37:57.067 INFO O| Aug 01 21:37:57.067 INFO STEP 66 (ensure_dir) COMPLETE
85502025-08-01T21:37:58.437Z[ recovery-image] Aug 01 21:37:57.067 INFO O| Aug 01 21:37:57.067 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85512025-08-01T21:37:58.450Z[ recovery-image] Aug 01 21:37:57.080 INFO O| Aug 01 21:37:57.080 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
85522025-08-01T21:37:58.450Z[ recovery-image] Aug 01 21:37:57.080 INFO O| Aug 01 21:37:57.080 INFO STEP 67 (ensure_dir) COMPLETE
85532025-08-01T21:37:58.450Z[ recovery-image] Aug 01 21:37:57.080 INFO O| Aug 01 21:37:57.080 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542025-08-01T21:37:58.463Z[ recovery-image] Aug 01 21:37:57.093 INFO O| Aug 01 21:37:57.093 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
85552025-08-01T21:37:58.463Z[ recovery-image] Aug 01 21:37:57.093 INFO O| Aug 01 21:37:57.093 INFO STEP 68 (ensure_dir) COMPLETE
85562025-08-01T21:37:58.466Z[ recovery-image] Aug 01 21:37:57.093 INFO O| Aug 01 21:37:57.093 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85572025-08-01T21:37:58.476Z[ recovery-image] Aug 01 21:37:57.106 INFO O| Aug 01 21:37:57.106 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
85582025-08-01T21:37:58.476Z[ recovery-image] Aug 01 21:37:57.106 INFO O| Aug 01 21:37:57.106 INFO STEP 69 (ensure_dir) COMPLETE
85592025-08-01T21:37:58.476Z[ recovery-image] Aug 01 21:37:57.106 INFO O| Aug 01 21:37:57.106 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602025-08-01T21:37:58.503Z[ recovery-image] Aug 01 21:37:57.133 INFO O| Aug 01 21:37:57.133 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85612025-08-01T21:37:58.503Z[ recovery-image] Aug 01 21:37:57.133 INFO O| Aug 01 21:37:57.133 INFO copying /tmp/.tmpsKVwmA/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85622025-08-01T21:37:58.506Z[ recovery-image] Aug 01 21:37:57.133 INFO O| Aug 01 21:37:57.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85632025-08-01T21:37:58.506Z[ recovery-image] Aug 01 21:37:57.133 INFO O| Aug 01 21:37:57.133 INFO ok!
85642025-08-01T21:37:58.506Z[ recovery-image] Aug 01 21:37:57.133 INFO O| Aug 01 21:37:57.133 INFO STEP 70 (ensure_file) COMPLETE
85652025-08-01T21:37:58.506Z[ recovery-image] Aug 01 21:37:57.133 INFO O| Aug 01 21:37:57.133 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85662025-08-01T21:37:58.516Z[ recovery-image] Aug 01 21:37:57.146 INFO O| Aug 01 21:37:57.146 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85672025-08-01T21:37:58.519Z[ recovery-image] Aug 01 21:37:57.147 INFO O| Aug 01 21:37:57.147 INFO STEP 71 (remove_files) COMPLETE
85682025-08-01T21:37:58.519Z[ recovery-image] Aug 01 21:37:57.147 INFO O| Aug 01 21:37:57.147 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85692025-08-01T21:37:58.530Z[ recovery-image] Aug 01 21:37:57.160 INFO O| Aug 01 21:37:57.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
85702025-08-01T21:37:58.530Z[ recovery-image] Aug 01 21:37:57.160 INFO O| Aug 01 21:37:57.160 INFO STEP 72 (remove_files) COMPLETE
85712025-08-01T21:37:58.533Z[ recovery-image] Aug 01 21:37:57.160 INFO O| Aug 01 21:37:57.160 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85722025-08-01T21:37:58.544Z[ recovery-image] Aug 01 21:37:57.173 INFO O| Aug 01 21:37:57.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
85732025-08-01T21:37:58.545Z[ recovery-image] Aug 01 21:37:57.173 INFO O| Aug 01 21:37:57.173 INFO STEP 73 (remove_files) COMPLETE
85742025-08-01T21:37:58.548Z[ recovery-image] Aug 01 21:37:57.173 INFO O| Aug 01 21:37:57.173 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85752025-08-01T21:37:58.556Z[ recovery-image] Aug 01 21:37:57.186 INFO O| Aug 01 21:37:57.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
85762025-08-01T21:37:58.561Z[ recovery-image] Aug 01 21:37:57.186 INFO O| Aug 01 21:37:57.186 INFO STEP 74 (remove_files) COMPLETE
85772025-08-01T21:37:58.561Z[ recovery-image] Aug 01 21:37:57.187 INFO O| Aug 01 21:37:57.186 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782025-08-01T21:37:58.570Z[ recovery-image] Aug 01 21:37:57.200 INFO O| Aug 01 21:37:57.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
85792025-08-01T21:37:58.574Z[ recovery-image] Aug 01 21:37:57.201 INFO O| Aug 01 21:37:57.201 INFO STEP 75 (remove_files) COMPLETE
85802025-08-01T21:37:58.574Z[ recovery-image] Aug 01 21:37:57.201 INFO O| Aug 01 21:37:57.201 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812025-08-01T21:37:58.585Z[ recovery-image] Aug 01 21:37:57.215 INFO O| Aug 01 21:37:57.215 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
85822025-08-01T21:37:58.588Z[ recovery-image] Aug 01 21:37:57.215 INFO O| Aug 01 21:37:57.215 INFO STEP 76 (remove_files) COMPLETE
85832025-08-01T21:37:58.588Z[ recovery-image] Aug 01 21:37:57.215 INFO O| Aug 01 21:37:57.215 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842025-08-01T21:37:58.598Z[ recovery-image] Aug 01 21:37:57.228 INFO O| Aug 01 21:37:57.228 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85852025-08-01T21:37:58.598Z[ recovery-image] Aug 01 21:37:57.228 INFO O| Aug 01 21:37:57.228 INFO STEP 77 (remove_files) COMPLETE
85862025-08-01T21:37:58.598Z[ recovery-image] Aug 01 21:37:57.228 INFO O| Aug 01 21:37:57.228 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872025-08-01T21:37:58.612Z[ recovery-image] Aug 01 21:37:57.242 INFO O| Aug 01 21:37:57.242 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85882025-08-01T21:37:58.612Z[ recovery-image] Aug 01 21:37:57.242 INFO O| Aug 01 21:37:57.242 INFO STEP 78 (remove_files) COMPLETE
85892025-08-01T21:37:58.612Z[ recovery-image] Aug 01 21:37:57.242 INFO O| Aug 01 21:37:57.242 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902025-08-01T21:37:58.626Z[ recovery-image] Aug 01 21:37:57.256 INFO O| Aug 01 21:37:57.256 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85912025-08-01T21:37:58.626Z[ recovery-image] Aug 01 21:37:57.256 INFO O| Aug 01 21:37:57.256 INFO STEP 79 (remove_files) COMPLETE
85922025-08-01T21:37:58.626Z[ recovery-image] Aug 01 21:37:57.256 INFO O| Aug 01 21:37:57.256 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932025-08-01T21:37:58.639Z[ recovery-image] Aug 01 21:37:57.269 INFO O| Aug 01 21:37:57.269 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85942025-08-01T21:37:58.639Z[ recovery-image] Aug 01 21:37:57.270 INFO O| Aug 01 21:37:57.269 INFO STEP 80 (remove_files) COMPLETE
85952025-08-01T21:37:58.639Z[ recovery-image] Aug 01 21:37:57.270 INFO O| Aug 01 21:37:57.269 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962025-08-01T21:37:58.653Z[ recovery-image] Aug 01 21:37:57.283 INFO O| Aug 01 21:37:57.283 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85972025-08-01T21:37:58.653Z[ recovery-image] Aug 01 21:37:57.283 INFO O| Aug 01 21:37:57.283 INFO STEP 81 (remove_files) COMPLETE
85982025-08-01T21:37:58.656Z[ recovery-image] Aug 01 21:37:57.283 INFO O| Aug 01 21:37:57.283 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992025-08-01T21:37:58.666Z[ recovery-image] Aug 01 21:37:57.296 INFO O| Aug 01 21:37:57.296 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86002025-08-01T21:37:58.666Z[ recovery-image] Aug 01 21:37:57.296 INFO O| Aug 01 21:37:57.296 INFO STEP 82 (remove_files) COMPLETE
86012025-08-01T21:37:58.670Z[ recovery-image] Aug 01 21:37:57.296 INFO O| Aug 01 21:37:57.296 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022025-08-01T21:37:58.680Z[ recovery-image] Aug 01 21:37:57.309 INFO O| Aug 01 21:37:57.309 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86032025-08-01T21:37:58.680Z[ recovery-image] Aug 01 21:37:57.309 INFO O| Aug 01 21:37:57.309 INFO STEP 83 (remove_files) COMPLETE
86042025-08-01T21:37:58.680Z[ recovery-image] Aug 01 21:37:57.309 INFO O| Aug 01 21:37:57.309 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052025-08-01T21:37:58.692Z[ recovery-image] Aug 01 21:37:57.322 INFO O| Aug 01 21:37:57.322 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86062025-08-01T21:37:58.692Z[ recovery-image] Aug 01 21:37:57.322 INFO O| Aug 01 21:37:57.322 INFO STEP 84 (remove_files) COMPLETE
86072025-08-01T21:37:58.696Z[ recovery-image] Aug 01 21:37:57.322 INFO O| Aug 01 21:37:57.322 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082025-08-01T21:37:58.706Z[ recovery-image] Aug 01 21:37:57.335 INFO O| Aug 01 21:37:57.335 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86092025-08-01T21:37:58.706Z[ recovery-image] Aug 01 21:37:57.335 INFO O| Aug 01 21:37:57.335 INFO STEP 85 (remove_files) COMPLETE
86102025-08-01T21:37:58.706Z[ recovery-image] Aug 01 21:37:57.335 INFO O| Aug 01 21:37:57.335 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112025-08-01T21:37:58.719Z[ recovery-image] Aug 01 21:37:57.349 INFO O| Aug 01 21:37:57.349 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86122025-08-01T21:37:58.719Z[ recovery-image] Aug 01 21:37:57.349 INFO O| Aug 01 21:37:57.349 INFO STEP 86 (remove_files) COMPLETE
86132025-08-01T21:37:58.719Z[ recovery-image] Aug 01 21:37:57.349 INFO O| Aug 01 21:37:57.349 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86142025-08-01T21:37:58.732Z[ recovery-image] Aug 01 21:37:57.362 INFO O| Aug 01 21:37:57.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86152025-08-01T21:37:58.732Z[ recovery-image] Aug 01 21:37:57.362 INFO O| Aug 01 21:37:57.362 INFO STEP 87 (remove_files) COMPLETE
86162025-08-01T21:37:58.732Z[ recovery-image] Aug 01 21:37:57.362 INFO O| Aug 01 21:37:57.362 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86172025-08-01T21:37:58.786Z[ recovery-image] Aug 01 21:37:57.416 INFO O| Aug 01 21:37:57.416 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86182025-08-01T21:37:58.786Z[ recovery-image] Aug 01 21:37:57.416 INFO O| Aug 01 21:37:57.416 INFO STEP 88 (remove_files) COMPLETE
86192025-08-01T21:37:58.806Z[ recovery-image] Aug 01 21:37:57.416 INFO O| Aug 01 21:37:57.416 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202025-08-01T21:37:58.806Z[ recovery-image] Aug 01 21:37:57.430 INFO O| Aug 01 21:37:57.430 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86212025-08-01T21:37:58.806Z[ recovery-image] Aug 01 21:37:57.430 INFO O| Aug 01 21:37:57.430 INFO STEP 89 (remove_files) COMPLETE
86222025-08-01T21:37:58.806Z[ recovery-image] Aug 01 21:37:57.430 INFO O| Aug 01 21:37:57.430 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232025-08-01T21:37:58.812Z[ recovery-image] Aug 01 21:37:57.442 INFO O| Aug 01 21:37:57.442 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86242025-08-01T21:37:58.812Z[ recovery-image] Aug 01 21:37:57.442 INFO O| Aug 01 21:37:57.442 INFO STEP 90 (remove_files) COMPLETE
86252025-08-01T21:37:58.812Z[ recovery-image] Aug 01 21:37:57.442 INFO O| Aug 01 21:37:57.442 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262025-08-01T21:37:58.827Z[ recovery-image] Aug 01 21:37:57.456 INFO O| Aug 01 21:37:57.456 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86272025-08-01T21:37:58.827Z[ recovery-image] Aug 01 21:37:57.456 INFO O| Aug 01 21:37:57.456 INFO STEP 91 (remove_files) COMPLETE
86282025-08-01T21:37:58.833Z[ recovery-image] Aug 01 21:37:57.456 INFO O| Aug 01 21:37:57.456 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292025-08-01T21:37:58.840Z[ recovery-image] Aug 01 21:37:57.470 INFO O| Aug 01 21:37:57.470 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86302025-08-01T21:37:58.840Z[ recovery-image] Aug 01 21:37:57.470 INFO O| Aug 01 21:37:57.470 INFO STEP 92 (remove_files) COMPLETE
86312025-08-01T21:37:58.840Z[ recovery-image] Aug 01 21:37:57.470 INFO O| Aug 01 21:37:57.470 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322025-08-01T21:37:58.853Z[ recovery-image] Aug 01 21:37:57.483 INFO O| Aug 01 21:37:57.483 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86332025-08-01T21:37:58.853Z[ recovery-image] Aug 01 21:37:57.483 INFO O| Aug 01 21:37:57.483 INFO STEP 93 (remove_files) COMPLETE
86342025-08-01T21:37:58.860Z[ recovery-image] Aug 01 21:37:57.483 INFO O| Aug 01 21:37:57.483 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352025-08-01T21:37:58.866Z[ recovery-image] Aug 01 21:37:57.496 INFO O| Aug 01 21:37:57.496 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86362025-08-01T21:37:58.866Z[ recovery-image] Aug 01 21:37:57.497 INFO O| Aug 01 21:37:57.496 INFO STEP 94 (remove_files) COMPLETE
86372025-08-01T21:37:58.870Z[ recovery-image] Aug 01 21:37:57.497 INFO O| Aug 01 21:37:57.497 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382025-08-01T21:37:58.881Z[ recovery-image] Aug 01 21:37:57.510 INFO O| Aug 01 21:37:57.510 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86392025-08-01T21:37:58.881Z[ recovery-image] Aug 01 21:37:57.510 INFO O| Aug 01 21:37:57.510 INFO STEP 95 (remove_files) COMPLETE
86402025-08-01T21:37:58.881Z[ recovery-image] Aug 01 21:37:57.510 INFO O| Aug 01 21:37:57.510 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412025-08-01T21:37:58.895Z[ recovery-image] Aug 01 21:37:57.525 INFO O| Aug 01 21:37:57.524 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86422025-08-01T21:37:58.895Z[ recovery-image] Aug 01 21:37:57.525 INFO O| Aug 01 21:37:57.525 INFO STEP 96 (remove_files) COMPLETE
86432025-08-01T21:37:58.898Z[ recovery-image] Aug 01 21:37:57.525 INFO O| Aug 01 21:37:57.525 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442025-08-01T21:37:58.909Z[ recovery-image] Aug 01 21:37:57.538 INFO O| Aug 01 21:37:57.538 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86452025-08-01T21:37:58.912Z[ recovery-image] Aug 01 21:37:57.539 INFO O| Aug 01 21:37:57.538 INFO STEP 97 (remove_files) COMPLETE
86462025-08-01T21:37:58.915Z[ recovery-image] Aug 01 21:37:57.539 INFO O| Aug 01 21:37:57.539 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472025-08-01T21:37:58.922Z[ recovery-image] Aug 01 21:37:57.552 INFO O| Aug 01 21:37:57.552 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86482025-08-01T21:37:58.922Z[ recovery-image] Aug 01 21:37:57.552 INFO O| Aug 01 21:37:57.552 INFO STEP 98 (remove_files) COMPLETE
86492025-08-01T21:37:58.925Z[ recovery-image] Aug 01 21:37:57.552 INFO O| Aug 01 21:37:57.552 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502025-08-01T21:37:58.936Z[ recovery-image] Aug 01 21:37:57.566 INFO O| Aug 01 21:37:57.565 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86512025-08-01T21:37:58.936Z[ recovery-image] Aug 01 21:37:57.566 INFO O| Aug 01 21:37:57.566 INFO STEP 99 (remove_files) COMPLETE
86522025-08-01T21:37:58.936Z[ recovery-image] Aug 01 21:37:57.566 INFO O| Aug 01 21:37:57.566 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86532025-08-01T21:37:58.955Z[ recovery-image] Aug 01 21:37:57.585 INFO O| Aug 01 21:37:57.585 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
86542025-08-01T21:37:58.958Z[ recovery-image] Aug 01 21:37:57.585 INFO O| Aug 01 21:37:57.585 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
86552025-08-01T21:38:14.733Z[ recovery-image] Aug 01 21:38:13.353 INFO O| Aug 01 21:38:13.353 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
86562025-08-01T21:38:14.733Z[ recovery-image] Aug 01 21:38:13.353 INFO O| Aug 01 21:38:13.353 INFO E| svccfg: Loaded 68 smf(7) service descriptions
86572025-08-01T21:38:14.776Z[ recovery-image] Aug 01 21:38:13.395 INFO O| Aug 01 21:38:13.395 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
86582025-08-01T21:38:14.981Z[ recovery-image] Aug 01 21:38:13.601 INFO O| Aug 01 21:38:13.601 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86592025-08-01T21:38:15.105Z[ recovery-image] Aug 01 21:38:13.724 INFO O| Aug 01 21:38:13.724 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
86602025-08-01T21:38:15.273Z[ recovery-image] Aug 01 21:38:13.892 INFO O| Aug 01 21:38:13.892 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
86612025-08-01T21:38:15.276Z[ recovery-image] Aug 01 21:38:13.892 INFO O| Aug 01 21:38:13.892 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 ...
86622025-08-01T21:38:15.276Z[ recovery-image] Aug 01 21:38:13.895 INFO O| Aug 01 21:38:13.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
86632025-08-01T21:38:15.276Z[ recovery-image] Aug 01 21:38:13.895 INFO O| Aug 01 21:38:13.895 INFO ok!
86642025-08-01T21:38:15.276Z[ recovery-image] Aug 01 21:38:13.895 INFO O| Aug 01 21:38:13.895 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
86652025-08-01T21:38:15.276Z[ recovery-image] Aug 01 21:38:13.895 INFO O| Aug 01 21:38:13.895 INFO STEP 100 (seed_smf) COMPLETE
86662025-08-01T21:38:15.276Z[ recovery-image] Aug 01 21:38:13.895 INFO O| Aug 01 21:38:13.895 INFO steps complete; finalising image!
86672025-08-01T21:38:15.276Z[ recovery-image] Aug 01 21:38:13.895 INFO O| Aug 01 21:38:13.895 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
86682025-08-01T21:38:15.340Z[ recovery-image] Aug 01 21:38:13.959 INFO O| Aug 01 21:38:13.959 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Aug 1 21:38:13 2025)
86692025-08-01T21:38:15.549Z[ recovery-image] Aug 01 21:38:14.168 INFO O| Aug 01 21:38:14.168 INFO trim TEMPORARY-sled-zfs-recovery: (50% trimmed, started at Fri Aug 1 21:38:13 2025)
86702025-08-01T21:38:15.760Z[ recovery-image] Aug 01 21:38:14.379 INFO O| Aug 01 21:38:14.379 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Fri Aug 1 21:38:13 2025)
86712025-08-01T21:38:15.988Z[ recovery-image] Aug 01 21:38:14.607 INFO O| Aug 01 21:38:14.606 INFO temporary pool has 418M used, 1.34G avail, 1.00x compressratio
86722025-08-01T21:38:15.988Z[ recovery-image] Aug 01 21:38:14.607 INFO O| Aug 01 21:38:14.607 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
86732025-08-01T21:38:16.608Z[ recovery-image] Aug 01 21:38:15.226 INFO O| Aug 01 21:38:15.226 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
86742025-08-01T21:38:16.608Z[ recovery-image] Aug 01 21:38:15.226 INFO O| Aug 01 21:38:15.226 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
86752025-08-01T21:38:22.129Z[ recovery-image] Aug 01 21:38:20.744 INFO O| Aug 01 21:38:20.744 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86762025-08-01T21:38:22.129Z[ recovery-image] Aug 01 21:38:20.744 INFO O| Aug 01 21:38:20.744 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86772025-08-01T21:38:22.132Z[ recovery-image] Aug 01 21:38:20.744 INFO O| Aug 01 21:38:20.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86782025-08-01T21:38:22.132Z[ recovery-image] Aug 01 21:38:20.744 INFO O| Aug 01 21:38:20.744 INFO completed processing sled/zfs-recovery
86792025-08-01T21:38:22.132Z[ recovery-image] Aug 01 21:38:20.744 INFO O| Aug 01 21:38:20.744 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86802025-08-01T21:38:22.938Z[ recovery-image] Aug 01 21:38:21.553 INFO O| Aug 01 21:38:21.553 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86812025-08-01T21:38:23.063Z[ recovery-image] Aug 01 21:38:21.677 INFO BUILD STRING "heads/stlouis-0-g3f1b0849ea\n"
86822025-08-01T21:38:23.063Z[ recovery-image] Aug 01 21:38:21.678 INFO expanded image name: "recovery 23f1d3c/${os_short_commit} 2025-08-01 20:53" -> "recovery 23f1d3c/3f1b084 2025-08-01 20:53"
86832025-08-01T21:38:23.066Z[ recovery-image] Aug 01 21:38:21.678 INFO output artefacts stored in: "/work/os-recovery"
86842025-08-01T21:38:23.066Z[ recovery-image] Aug 01 21:38:21.678 INFO collecting git info from project "amd-firmware"...
86852025-08-01T21:38:25.373Z[ recovery-image] Aug 01 21:38:23.986 INFO collecting git info from project "chelsio-t6-roms"...
86862025-08-01T21:38:25.434Z[ recovery-image] Aug 01 21:38:24.047 INFO collecting git info from project "amd-host-image-builder"...
86872025-08-01T21:38:25.536Z[ recovery-image] Aug 01 21:38:24.149 INFO collecting git info from project "image-builder"...
86882025-08-01T21:38:25.560Z[ recovery-image] Aug 01 21:38:24.174 INFO collecting git info from project "bootserver"...
86892025-08-01T21:38:25.582Z[ recovery-image] Aug 01 21:38:24.195 INFO collecting git info from project "pinprick"...
86902025-08-01T21:38:25.597Z[ recovery-image] Aug 01 21:38:24.210 INFO collecting git info from project "pilot"...
86912025-08-01T21:38:25.669Z[ recovery-image] Aug 01 21:38:24.282 INFO collecting git info from project "phbl"...
86922025-08-01T21:38:25.688Z[ recovery-image] Aug 01 21:38:24.301 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86932025-08-01T21:38:26.656Z[ recovery-image] Aug 01 21:38:25.268 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86942025-08-01T21:38:27.557Z[ recovery-image] Aug 01 21:38:26.169 INFO creating Oxide boot image...
86952025-08-01T21:38:27.558Z[ recovery-image] Aug 01 21:38:26.169 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 23f1d3c/3f1b084 2025-08-01 20:53", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86962025-08-01T21:38:43.187Z[verify-libraries] Finished `release` profile [optimized] target(s) in 18m 46s
86972025-08-01T21:38:43.658ZAug 01 21:38:42.260 INFO [verify-libraries] process exited with exit status: 0 (1133.059740699s)
86982025-08-01T21:39:02.292Z[ host-image] Aug 01 21:39:00.882 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23501:20250731T211518Z
86992025-08-01T21:39:02.292Z[ host-image] Aug 01 21:39:00.882 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23501:20250731T211518Z
87002025-08-01T21:39:02.296Z[ host-image] Aug 01 21:39:00.883 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
87012025-08-01T21:39:02.296Z[ host-image] Aug 01 21:39:00.883 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
87022025-08-01T21:39:02.296Z[ host-image] Aug 01 21:39:00.883 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
87032025-08-01T21:39:02.296Z[ host-image] Aug 01 21:39:00.883 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
87042025-08-01T21:39:02.296Z[ host-image] Aug 01 21:39:00.884 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
87052025-08-01T21:39:02.296Z[ host-image] Aug 01 21:39:00.884 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
87062025-08-01T21:39:02.299Z[ host-image] Aug 01 21:39:00.887 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250801T205441Z
87072025-08-01T21:39:02.299Z[ host-image] Aug 01 21:39:00.887 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
87082025-08-01T21:39:02.299Z[ host-image] Aug 01 21:39:00.887 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
87092025-08-01T21:39:02.299Z[ host-image] Aug 01 21:39:00.887 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23501:20250731T211519Z
87102025-08-01T21:39:02.299Z[ host-image] Aug 01 21:39:00.889 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23501:20250731T211520Z
87112025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.889 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23501:20250731T211520Z
87122025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.890 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23501:20250731T211520Z
87132025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.890 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
87142025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.891 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23501:20250731T211520Z
87152025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.891 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23501:20250731T211520Z
87162025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.891 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23501:20250731T211520Z
87172025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.891 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23501:20250731T211520Z
87182025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.892 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23501:20250731T211521Z
87192025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.892 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23501:20250731T211521Z
87202025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.892 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23501:20250731T211521Z
87212025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.892 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23501:20250731T211522Z
87222025-08-01T21:39:02.302Z[ host-image] Aug 01 21:39:00.892 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23501:20250731T211523Z
87232025-08-01T21:39:02.305Z[ host-image] Aug 01 21:39:00.892 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23501:20250731T211523Z
87242025-08-01T21:39:02.305Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23501:20250731T211524Z
87252025-08-01T21:39:02.305Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23501:20250731T211524Z
87262025-08-01T21:39:02.305Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23501:20250731T211525Z
87272025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23501:20250731T211526Z
87282025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.396:20250714T091409Z
87292025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23501:20250731T211527Z
87302025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23501:20250731T211530Z
87312025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.893 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23501:20250731T211530Z
87322025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.894 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23501:20250731T211531Z
87332025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.895 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23501:20250731T211532Z
87342025-08-01T21:39:02.306Z[ host-image] Aug 01 21:39:00.895 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23501:20250731T211532Z
87352025-08-01T21:39:02.314Z[ host-image] Aug 01 21:39:00.904 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
87362025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.904 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23501:20250731T211533Z
87372025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.904 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
87382025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.905 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
87392025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.905 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
87402025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.906 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23501:20250731T211533Z
87412025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.906 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
87422025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.906 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
87432025-08-01T21:39:02.317Z[ host-image] Aug 01 21:39:00.907 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
87442025-08-01T21:39:02.320Z[ host-image] Aug 01 21:39:00.907 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
87452025-08-01T21:39:02.329Z[ host-image] Aug 01 21:39:00.919 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
87462025-08-01T21:39:02.329Z[ host-image] Aug 01 21:39:00.919 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
87472025-08-01T21:39:02.332Z[ host-image] Aug 01 21:39:00.919 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
87482025-08-01T21:39:02.332Z[ host-image] Aug 01 21:39:00.920 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
87492025-08-01T21:39:02.332Z[ host-image] Aug 01 21:39:00.921 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
87502025-08-01T21:39:02.332Z[ host-image] Aug 01 21:39:00.921 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
87512025-08-01T21:39:02.365Z[ host-image] Aug 01 21:39:00.956 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
87522025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.956 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87532025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.956 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87542025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.957 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23501:20250731T211535Z
87552025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.957 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23501:20250731T211540Z
87562025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.957 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87572025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.957 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23501:20250731T211541Z
87582025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.958 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87592025-08-01T21:39:02.368Z[ host-image] Aug 01 21:39:00.958 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87602025-08-01T21:39:02.369Z[ host-image] Aug 01 21:39:00.958 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
87612025-08-01T21:39:02.369Z[ host-image] Aug 01 21:39:00.958 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87622025-08-01T21:39:02.369Z[ host-image] Aug 01 21:39:00.958 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23501:20250731T211541Z
87632025-08-01T21:39:02.369Z[ host-image] Aug 01 21:39:00.958 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87642025-08-01T21:39:02.372Z[ host-image] Aug 01 21:39:00.963 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87652025-08-01T21:39:02.372Z[ host-image] Aug 01 21:39:00.963 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87662025-08-01T21:39:02.375Z[ host-image] Aug 01 21:39:00.963 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87672025-08-01T21:39:02.375Z[ host-image] Aug 01 21:39:00.963 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23501:20250731T211541Z
87682025-08-01T21:39:02.375Z[ host-image] Aug 01 21:39:00.963 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87692025-08-01T21:39:02.387Z[ host-image] Aug 01 21:39:00.978 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87702025-08-01T21:39:02.390Z[ host-image] Aug 01 21:39:00.978 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23501:20250731T211542Z
87712025-08-01T21:39:02.390Z[ host-image] Aug 01 21:39:00.980 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23501:20250731T211542Z
87722025-08-01T21:39:02.391Z[ host-image] Aug 01 21:39:00.980 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23501:20250731T211542Z
87732025-08-01T21:39:02.391Z[ host-image] Aug 01 21:39:00.980 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
87742025-08-01T21:39:02.394Z[ host-image] Aug 01 21:39:00.981 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23501:20250731T211544Z
87752025-08-01T21:39:02.394Z[ host-image] Aug 01 21:39:00.981 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23501:20250731T211544Z
87762025-08-01T21:39:02.394Z[ host-image] Aug 01 21:39:00.982 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23501:20250731T211544Z
87772025-08-01T21:39:02.394Z[ host-image] Aug 01 21:39:00.982 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23501:20250731T211544Z
87782025-08-01T21:39:02.397Z[ host-image] Aug 01 21:39:00.986 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87792025-08-01T21:39:02.397Z[ host-image] Aug 01 21:39:00.986 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23501:20250731T211545Z
87802025-08-01T21:39:02.397Z[ host-image] Aug 01 21:39:00.987 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23501:20250731T211546Z
87812025-08-01T21:39:02.397Z[ host-image] Aug 01 21:39:00.987 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87822025-08-01T21:39:02.397Z[ host-image] Aug 01 21:39:00.987 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23501:20250731T211546Z
87832025-08-01T21:39:02.397Z[ host-image] Aug 01 21:39:00.987 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23501:20250731T211546Z
87842025-08-01T21:39:02.397Z[ host-image] Aug 01 21:39:00.987 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23501:20250731T211546Z
87852025-08-01T21:39:02.400Z[ host-image] Aug 01 21:39:00.988 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23501:20250731T211546Z
87862025-08-01T21:39:02.406Z[ host-image] Aug 01 21:39:00.996 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23501:20250731T211546Z
87872025-08-01T21:39:02.409Z[ host-image] Aug 01 21:39:00.996 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87882025-08-01T21:39:02.409Z[ host-image] Aug 01 21:39:00.998 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23501:20250731T211547Z
87892025-08-01T21:39:02.412Z[ host-image] Aug 01 21:39:00.999 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23501:20250731T211547Z
87902025-08-01T21:39:02.412Z[ host-image] Aug 01 21:39:00.999 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23501:20250731T211547Z
87912025-08-01T21:39:02.412Z[ host-image] Aug 01 21:39:01.000 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23501:20250731T211547Z
87922025-08-01T21:39:02.412Z[ host-image] Aug 01 21:39:01.000 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23501:20250731T211547Z
87932025-08-01T21:39:02.412Z[ host-image] Aug 01 21:39:01.001 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23501:20250731T211548Z
87942025-08-01T21:39:02.421Z[ host-image] Aug 01 21:39:01.011 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23501:20250731T211549Z
87952025-08-01T21:39:02.424Z[ host-image] Aug 01 21:39:01.011 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23501:20250731T211548Z
87962025-08-01T21:39:02.424Z[ host-image] Aug 01 21:39:01.011 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23501:20250731T211548Z
87972025-08-01T21:39:02.424Z[ host-image] Aug 01 21:39:01.013 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23501:20250731T211549Z
87982025-08-01T21:39:02.424Z[ host-image] Aug 01 21:39:01.013 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23501:20250731T211549Z
87992025-08-01T21:39:02.445Z[ host-image] Aug 01 21:39:01.035 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23501:20250731T211552Z
88002025-08-01T21:39:02.448Z[ host-image] Aug 01 21:39:01.035 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23501:20250731T211549Z
88012025-08-01T21:39:02.448Z[ host-image] Aug 01 21:39:01.035 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23501:20250731T211549Z
88022025-08-01T21:39:02.448Z[ host-image] Aug 01 21:39:01.035 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
88032025-08-01T21:39:02.448Z[ host-image] Aug 01 21:39:01.036 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
88042025-08-01T21:39:02.474Z[ host-image] Aug 01 21:39:01.065 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23501:20250731T211550Z
88052025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.065 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
88062025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.065 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23501:20250731T211550Z
88072025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.065 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23501:20250731T211550Z
88082025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.066 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23501:20250731T211550Z
88092025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.067 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
88102025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.067 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
88112025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.067 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23501:20250731T211551Z
88122025-08-01T21:39:02.477Z[ host-image] Aug 01 21:39:01.068 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23501:20250731T211551Z
88132025-08-01T21:39:02.480Z[ host-image] Aug 01 21:39:01.068 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23501:20250731T211551Z
88142025-08-01T21:39:02.480Z[ host-image] Aug 01 21:39:01.068 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23501:20250731T211551Z
88152025-08-01T21:39:02.480Z[ host-image] Aug 01 21:39:01.068 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23501:20250731T211552Z
88162025-08-01T21:39:02.480Z[ host-image] Aug 01 21:39:01.068 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23501:20250731T211552Z
88172025-08-01T21:39:02.484Z[ host-image] Aug 01 21:39:01.071 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
88182025-08-01T21:39:02.484Z[ host-image] Aug 01 21:39:01.072 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23501:20250731T211553Z
88192025-08-01T21:39:02.484Z[ host-image] Aug 01 21:39:01.073 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23501:20250731T211553Z
88202025-08-01T21:39:02.484Z[ host-image] Aug 01 21:39:01.073 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23501:20250731T211553Z
88212025-08-01T21:39:02.484Z[ host-image] Aug 01 21:39:01.074 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23501:20250731T211554Z
88222025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.074 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23501:20250731T211553Z
88232025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.074 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23501:20250731T211554Z
88242025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.074 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
88252025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.074 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
88262025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.075 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23501:20250731T211556Z
88272025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.075 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23501:20250731T211556Z
88282025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.075 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
88292025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.075 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
88302025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.075 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
88312025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.075 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
88322025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.075 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
88332025-08-01T21:39:02.487Z[ host-image] Aug 01 21:39:01.076 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
88342025-08-01T21:39:02.490Z[ host-image] Aug 01 21:39:01.078 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
88352025-08-01T21:39:02.490Z[ host-image] Aug 01 21:39:01.078 INFO O| tempdir @ "/tmp/.tmprKRZ4I/tmp"
88362025-08-01T21:39:02.490Z[ host-image] Aug 01 21:39:01.078 INFO O| image root @ "/tmp/.tmprKRZ4I/tmp/root"
88372025-08-01T21:39:02.490Z[ host-image] Aug 01 21:39:01.078 INFO O| creating image...
88382025-08-01T21:39:02.972Z[ host-image] Aug 01 21:39:01.562 INFO O| copying publishers...
88392025-08-01T21:39:26.311Z[ recovery-image] Aug 01 21:39:24.886 INFO O| ok, image written!
88402025-08-01T21:39:26.311Z[ recovery-image] Aug 01 21:39:24.886 INFO O| ok, boot_image_csum file written!
88412025-08-01T21:39:26.315Z[ recovery-image] Aug 01 21:39:24.890 INFO creating boot archive (CPIO)...
88422025-08-01T21:39:26.315Z[ recovery-image] Aug 01 21:39:24.890 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
88432025-08-01T21:39:26.327Z[ recovery-image] Aug 01 21:39:24.902 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
88442025-08-01T21:39:26.327Z[ recovery-image] Aug 01 21:39:24.902 INFO E| + outfile=/work/os-recovery/cpio
88452025-08-01T21:39:26.330Z[ recovery-image] Aug 01 21:39:24.902 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88462025-08-01T21:39:26.333Z[ recovery-image] Aug 01 21:39:24.906 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
88472025-08-01T21:39:26.333Z[ recovery-image] Aug 01 21:39:24.906 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88482025-08-01T21:39:26.364Z[ recovery-image] Aug 01 21:39:24.940 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88492025-08-01T21:39:26.365Z[ recovery-image] Aug 01 21:39:24.940 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88502025-08-01T21:39:26.372Z[ recovery-image] Aug 01 21:39:24.947 INFO creating compressed cpio/unix for dev loaders...
88512025-08-01T21:39:26.375Z[ recovery-image] Aug 01 21:39:24.947 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
88522025-08-01T21:39:26.671Z[ recovery-image] Aug 01 21:39:25.246 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88532025-08-01T21:39:28.855Z[ host-image] Aug 01 21:39:27.429 INFO O| adding properties...
88542025-08-01T21:39:29.858Z[ host-image] Aug 01 21:39:28.431 INFO O| installing packages...
88552025-08-01T21:39:31.045Z[ recovery-image] Aug 01 21:39:29.618 INFO creating reset image...
88562025-08-01T21:39:31.045Z[ recovery-image] Aug 01 21:39:29.618 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
88572025-08-01T21:39:48.581Z[ host-image] Aug 01 21:39:47.142 INFO O| seeding SMF database...
88582025-08-01T21:39:55.931Z[ host-image] Aug 01 21:39:54.488 INFO O| configuring SMF profile...
88592025-08-01T21:39:55.934Z[ host-image] Aug 01 21:39:54.488 INFO O| modifying shadow(5)...
88602025-08-01T21:39:55.934Z[ host-image] Aug 01 21:39:54.488 INFO O| loading user and group database...
88612025-08-01T21:39:55.934Z[ host-image] Aug 01 21:39:54.488 INFO O| assessing packaged files...
88622025-08-01T21:39:58.579Z[ host-image] Aug 01 21:39:57.134 INFO O| creating archive...
88632025-08-01T21:39:58.615Z[ host-image] Aug 01 21:39:57.168 INFO O| missing from packaging:
88642025-08-01T21:39:58.618Z[ host-image] Aug 01 21:39:57.168 INFO O| "etc/.pwd.lock"
88652025-08-01T21:39:58.618Z[ host-image] Aug 01 21:39:57.168 INFO O| "etc/bash"
88662025-08-01T21:39:58.618Z[ host-image] Aug 01 21:39:57.173 INFO O| "etc/svc/profile/generic.xml"
88672025-08-01T21:39:58.621Z[ host-image] Aug 01 21:39:57.174 INFO O| "etc/svc/profile/inetd_services.xml"
88682025-08-01T21:39:58.621Z[ host-image] Aug 01 21:39:57.174 INFO O| "etc/svc/profile/name_service.xml"
88692025-08-01T21:39:58.621Z[ host-image] Aug 01 21:39:57.174 INFO O| "etc/svc/profile/platform.xml"
88702025-08-01T21:39:58.621Z[ host-image] Aug 01 21:39:57.174 INFO O| "etc/svc/profile/platform_omicron1.xml"
88712025-08-01T21:39:58.621Z[ host-image] Aug 01 21:39:57.174 INFO O| "etc/svc/repository.db"
88722025-08-01T21:39:58.627Z[ host-image] Aug 01 21:39:57.182 INFO O| "opt/ooce/share"
88732025-08-01T21:39:58.627Z[ host-image] Aug 01 21:39:57.182 INFO O| "opt/ooce/share/man"
88742025-08-01T21:39:58.630Z[ host-image] Aug 01 21:39:57.182 INFO O| "opt/ooce/share/man/man1"
88752025-08-01T21:39:58.637Z[ host-image] Aug 01 21:39:57.192 INFO O| finishing archive...
88762025-08-01T21:40:01.703Z[ host-image] Aug 01 21:40:00.256 INFO O| creating gzonly manifest...
88772025-08-01T21:40:01.710Z[ host-image] Aug 01 21:40:00.263 INFO O| ok
88782025-08-01T21:40:01.855Z[ host-image] Aug 01 21:40:00.407 INFO image builder template: ramdisk-02-trim...
88792025-08-01T21:40:01.855Z[ host-image] Aug 01 21:40:00.408 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/.tmpsKVwmA/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.396", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
88802025-08-01T21:40:01.878Z[ host-image] Aug 01 21:40:00.431 INFO O| Aug 01 21:40:00.431 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88812025-08-01T21:40:01.881Z[ host-image] Aug 01 21:40:00.434 INFO O| Aug 01 21:40:00.434 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88822025-08-01T21:40:02.382Z[ host-image] Aug 01 21:40:00.934 INFO O| Aug 01 21:40:00.934 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
88832025-08-01T21:40:02.490Z[ host-image] Aug 01 21:40:01.042 INFO O| Aug 01 21:40:01.042 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
88842025-08-01T21:40:02.490Z[ host-image] Aug 01 21:40:01.042 INFO O| Aug 01 21:40:01.042 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
88852025-08-01T21:40:02.494Z[ host-image] Aug 01 21:40:01.046 INFO O| Aug 01 21:40:01.046 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
88862025-08-01T21:40:02.497Z[ host-image] Aug 01 21:40:01.049 INFO O| Aug 01 21:40:01.049 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
88872025-08-01T21:40:02.502Z[ host-image] Aug 01 21:40:01.054 INFO O| Aug 01 21:40:01.054 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88882025-08-01T21:40:02.812Z[ host-image] Aug 01 21:40:01.365 INFO O| Aug 01 21:40:01.365 INFO rolled back to input snapshot; work may begin
88892025-08-01T21:40:02.812Z[ host-image] Aug 01 21:40:01.365 INFO O| Aug 01 21:40:01.365 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
88902025-08-01T21:40:02.846Z[ host-image] Aug 01 21:40:01.369 INFO O| Aug 01 21:40:01.369 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88912025-08-01T21:40:02.847Z[ host-image] Aug 01 21:40:01.378 INFO O| Aug 01 21:40:01.378 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
88922025-08-01T21:40:02.879Z[ host-image] Aug 01 21:40:01.429 INFO O| Aug 01 21:40:01.429 INFO STEP 0 (remove_files) COMPLETE
88932025-08-01T21:40:02.879Z[ host-image] Aug 01 21:40:01.429 INFO O| Aug 01 21:40:01.429 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88942025-08-01T21:40:02.885Z[ host-image] Aug 01 21:40:01.437 INFO O| Aug 01 21:40:01.437 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
88952025-08-01T21:40:02.888Z[ host-image] Aug 01 21:40:01.439 INFO O| Aug 01 21:40:01.439 INFO STEP 1 (remove_files) COMPLETE
88962025-08-01T21:40:02.888Z[ host-image] Aug 01 21:40:01.439 INFO O| Aug 01 21:40:01.439 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88972025-08-01T21:40:02.894Z[ host-image] Aug 01 21:40:01.447 INFO O| Aug 01 21:40:01.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
88982025-08-01T21:40:02.907Z[ host-image] Aug 01 21:40:01.460 INFO O| Aug 01 21:40:01.460 INFO STEP 2 (remove_files) COMPLETE
88992025-08-01T21:40:02.908Z[ host-image] Aug 01 21:40:01.460 INFO O| Aug 01 21:40:01.460 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89002025-08-01T21:40:02.915Z[ host-image] Aug 01 21:40:01.468 INFO O| Aug 01 21:40:01.468 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89012025-08-01T21:40:02.918Z[ host-image] Aug 01 21:40:01.469 INFO O| Aug 01 21:40:01.469 INFO STEP 3 (remove_files) COMPLETE
89022025-08-01T21:40:02.918Z[ host-image] Aug 01 21:40:01.469 INFO O| Aug 01 21:40:01.469 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89032025-08-01T21:40:02.925Z[ host-image] Aug 01 21:40:01.477 INFO O| Aug 01 21:40:01.477 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89042025-08-01T21:40:02.928Z[ host-image] Aug 01 21:40:01.481 INFO O| Aug 01 21:40:01.481 INFO STEP 4 (remove_files) COMPLETE
89052025-08-01T21:40:02.931Z[ host-image] Aug 01 21:40:01.481 INFO O| Aug 01 21:40:01.481 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89062025-08-01T21:40:02.935Z[ host-image] Aug 01 21:40:01.488 INFO O| Aug 01 21:40:01.488 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89072025-08-01T21:40:02.939Z[ host-image] Aug 01 21:40:01.491 INFO O| Aug 01 21:40:01.490 INFO STEP 5 (remove_files) COMPLETE
89082025-08-01T21:40:02.939Z[ host-image] Aug 01 21:40:01.491 INFO O| Aug 01 21:40:01.491 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89092025-08-01T21:40:02.945Z[ host-image] Aug 01 21:40:01.498 INFO O| Aug 01 21:40:01.498 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89102025-08-01T21:40:02.955Z[ host-image] Aug 01 21:40:01.508 INFO O| Aug 01 21:40:01.508 INFO STEP 6 (remove_files) COMPLETE
89112025-08-01T21:40:02.955Z[ host-image] Aug 01 21:40:01.508 INFO O| Aug 01 21:40:01.508 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89122025-08-01T21:40:02.962Z[ host-image] Aug 01 21:40:01.515 INFO O| Aug 01 21:40:01.515 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
89132025-08-01T21:40:02.973Z[ host-image] Aug 01 21:40:01.526 INFO O| Aug 01 21:40:01.526 INFO STEP 7 (remove_files) COMPLETE
89142025-08-01T21:40:02.976Z[ host-image] Aug 01 21:40:01.526 INFO O| Aug 01 21:40:01.526 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89152025-08-01T21:40:02.980Z[ host-image] Aug 01 21:40:01.533 INFO O| Aug 01 21:40:01.533 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89162025-08-01T21:40:03.046Z[ host-image] Aug 01 21:40:01.599 INFO O| Aug 01 21:40:01.599 INFO STEP 8 (remove_files) COMPLETE
89172025-08-01T21:40:03.050Z[ host-image] Aug 01 21:40:01.599 INFO O| Aug 01 21:40:01.599 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89182025-08-01T21:40:03.056Z[ host-image] Aug 01 21:40:01.608 INFO O| Aug 01 21:40:01.608 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89192025-08-01T21:40:03.139Z[ host-image] Aug 01 21:40:01.691 INFO O| Aug 01 21:40:01.691 INFO STEP 9 (remove_files) COMPLETE
89202025-08-01T21:40:03.139Z[ host-image] Aug 01 21:40:01.691 INFO O| Aug 01 21:40:01.691 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89212025-08-01T21:40:03.149Z[ host-image] Aug 01 21:40:01.699 INFO O| Aug 01 21:40:01.699 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89222025-08-01T21:40:03.152Z[ host-image] Aug 01 21:40:01.703 INFO O| Aug 01 21:40:01.703 INFO STEP 10 (remove_files) COMPLETE
89232025-08-01T21:40:03.152Z[ host-image] Aug 01 21:40:01.703 INFO O| Aug 01 21:40:01.703 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89242025-08-01T21:40:03.158Z[ host-image] Aug 01 21:40:01.710 INFO O| Aug 01 21:40:01.710 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89252025-08-01T21:40:03.161Z[ host-image] Aug 01 21:40:01.711 INFO O| Aug 01 21:40:01.711 INFO STEP 11 (remove_files) COMPLETE
89262025-08-01T21:40:03.161Z[ host-image] Aug 01 21:40:01.711 INFO O| Aug 01 21:40:01.711 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89272025-08-01T21:40:03.167Z[ host-image] Aug 01 21:40:01.720 INFO O| Aug 01 21:40:01.720 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89282025-08-01T21:40:03.170Z[ host-image] Aug 01 21:40:01.721 INFO O| Aug 01 21:40:01.721 INFO STEP 12 (remove_files) COMPLETE
89292025-08-01T21:40:03.170Z[ host-image] Aug 01 21:40:01.721 INFO O| Aug 01 21:40:01.721 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89302025-08-01T21:40:03.229Z[ host-image] Aug 01 21:40:01.781 INFO O| Aug 01 21:40:01.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
89312025-08-01T21:40:03.232Z[ host-image] Aug 01 21:40:01.784 INFO O| Aug 01 21:40:01.784 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
89322025-08-01T21:40:03.238Z[ host-image] Aug 01 21:40:01.790 INFO O| Aug 01 21:40:01.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
89332025-08-01T21:40:03.241Z[ host-image] Aug 01 21:40:01.790 INFO O| Aug 01 21:40:01.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
89342025-08-01T21:40:03.464Z[ host-image] Aug 01 21:40:02.015 INFO O| Aug 01 21:40:02.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89352025-08-01T21:40:03.464Z[ host-image] Aug 01 21:40:02.015 INFO O| Aug 01 21:40:02.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89362025-08-01T21:40:03.464Z[ host-image] Aug 01 21:40:02.016 INFO O| Aug 01 21:40:02.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89372025-08-01T21:40:03.467Z[ host-image] Aug 01 21:40:02.016 INFO O| Aug 01 21:40:02.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89382025-08-01T21:40:03.467Z[ host-image] Aug 01 21:40:02.016 INFO O| Aug 01 21:40:02.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89392025-08-01T21:40:03.467Z[ host-image] Aug 01 21:40:02.016 INFO O| Aug 01 21:40:02.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89402025-08-01T21:40:03.467Z[ host-image] Aug 01 21:40:02.016 INFO O| Aug 01 21:40:02.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89412025-08-01T21:40:03.467Z[ host-image] Aug 01 21:40:02.016 INFO O| Aug 01 21:40:02.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89422025-08-01T21:40:03.467Z[ host-image] Aug 01 21:40:02.016 INFO O| Aug 01 21:40:02.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89432025-08-01T21:40:03.467Z[ host-image] Aug 01 21:40:02.017 INFO O| Aug 01 21:40:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89442025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.017 INFO O| Aug 01 21:40:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89452025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.017 INFO O| Aug 01 21:40:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89462025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.017 INFO O| Aug 01 21:40:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89472025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.017 INFO O| Aug 01 21:40:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89482025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.017 INFO O| Aug 01 21:40:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89492025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.017 INFO O| Aug 01 21:40:02.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89502025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.018 INFO O| Aug 01 21:40:02.018 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89512025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.018 INFO O| Aug 01 21:40:02.018 INFO STEP 13 (remove_files) COMPLETE
89522025-08-01T21:40:03.468Z[ host-image] Aug 01 21:40:02.019 INFO O| Aug 01 21:40:02.018 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89532025-08-01T21:40:03.477Z[ host-image] Aug 01 21:40:02.028 INFO O| Aug 01 21:40:02.028 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
89542025-08-01T21:40:03.481Z[ host-image] Aug 01 21:40:02.030 INFO O| Aug 01 21:40:02.030 INFO STEP 14 (remove_files) COMPLETE
89552025-08-01T21:40:03.481Z[ host-image] Aug 01 21:40:02.030 INFO O| Aug 01 21:40:02.030 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89562025-08-01T21:40:03.485Z[ host-image] Aug 01 21:40:02.037 INFO O| Aug 01 21:40:02.037 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
89572025-08-01T21:40:03.491Z[ host-image] Aug 01 21:40:02.043 INFO O| Aug 01 21:40:02.043 INFO STEP 15 (remove_files) COMPLETE
89582025-08-01T21:40:03.491Z[ host-image] Aug 01 21:40:02.043 INFO O| Aug 01 21:40:02.043 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89592025-08-01T21:40:03.498Z[ host-image] Aug 01 21:40:02.050 INFO O| Aug 01 21:40:02.050 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
89602025-08-01T21:40:03.502Z[ host-image] Aug 01 21:40:02.051 INFO O| Aug 01 21:40:02.051 INFO STEP 16 (remove_files) COMPLETE
89612025-08-01T21:40:03.502Z[ host-image] Aug 01 21:40:02.051 INFO O| Aug 01 21:40:02.051 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89622025-08-01T21:40:03.506Z[ host-image] Aug 01 21:40:02.058 INFO O| Aug 01 21:40:02.058 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
89632025-08-01T21:40:03.509Z[ host-image] Aug 01 21:40:02.059 INFO O| Aug 01 21:40:02.059 INFO STEP 17 (remove_files) COMPLETE
89642025-08-01T21:40:03.509Z[ host-image] Aug 01 21:40:02.059 INFO O| Aug 01 21:40:02.059 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89652025-08-01T21:40:03.515Z[ host-image] Aug 01 21:40:02.067 INFO O| Aug 01 21:40:02.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
89662025-08-01T21:40:03.518Z[ host-image] Aug 01 21:40:02.067 INFO O| Aug 01 21:40:02.067 INFO STEP 18 (remove_files) COMPLETE
89672025-08-01T21:40:03.518Z[ host-image] Aug 01 21:40:02.067 INFO O| Aug 01 21:40:02.067 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89682025-08-01T21:40:03.523Z[ host-image] Aug 01 21:40:02.075 INFO O| Aug 01 21:40:02.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
89692025-08-01T21:40:03.523Z[ host-image] Aug 01 21:40:02.075 INFO O| Aug 01 21:40:02.075 INFO STEP 19 (remove_files) COMPLETE
89702025-08-01T21:40:03.523Z[ host-image] Aug 01 21:40:02.075 INFO O| Aug 01 21:40:02.075 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89712025-08-01T21:40:03.530Z[ host-image] Aug 01 21:40:02.082 INFO O| Aug 01 21:40:02.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
89722025-08-01T21:40:03.530Z[ host-image] Aug 01 21:40:02.082 INFO O| Aug 01 21:40:02.082 INFO STEP 20 (remove_files) COMPLETE
89732025-08-01T21:40:03.534Z[ host-image] Aug 01 21:40:02.082 INFO O| Aug 01 21:40:02.082 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89742025-08-01T21:40:03.537Z[ host-image] Aug 01 21:40:02.089 INFO O| Aug 01 21:40:02.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
89752025-08-01T21:40:03.541Z[ host-image] Aug 01 21:40:02.090 INFO O| Aug 01 21:40:02.089 INFO STEP 21 (remove_files) COMPLETE
89762025-08-01T21:40:03.541Z[ host-image] Aug 01 21:40:02.090 INFO O| Aug 01 21:40:02.089 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89772025-08-01T21:40:03.545Z[ host-image] Aug 01 21:40:02.097 INFO O| Aug 01 21:40:02.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
89782025-08-01T21:40:03.545Z[ host-image] Aug 01 21:40:02.097 INFO O| Aug 01 21:40:02.097 INFO STEP 22 (remove_files) COMPLETE
89792025-08-01T21:40:03.546Z[ host-image] Aug 01 21:40:02.097 INFO O| Aug 01 21:40:02.097 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89802025-08-01T21:40:03.552Z[ host-image] Aug 01 21:40:02.104 INFO O| Aug 01 21:40:02.104 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
89812025-08-01T21:40:03.555Z[ host-image] Aug 01 21:40:02.104 INFO O| Aug 01 21:40:02.104 INFO STEP 23 (remove_files) COMPLETE
89822025-08-01T21:40:03.556Z[ host-image] Aug 01 21:40:02.104 INFO O| Aug 01 21:40:02.104 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832025-08-01T21:40:03.559Z[ host-image] Aug 01 21:40:02.111 INFO O| Aug 01 21:40:02.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
89842025-08-01T21:40:03.559Z[ host-image] Aug 01 21:40:02.111 INFO O| Aug 01 21:40:02.111 INFO STEP 24 (remove_files) COMPLETE
89852025-08-01T21:40:03.562Z[ host-image] Aug 01 21:40:02.111 INFO O| Aug 01 21:40:02.111 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862025-08-01T21:40:03.566Z[ host-image] Aug 01 21:40:02.118 INFO O| Aug 01 21:40:02.118 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
89872025-08-01T21:40:03.566Z[ host-image] Aug 01 21:40:02.118 INFO O| Aug 01 21:40:02.118 INFO STEP 25 (remove_files) COMPLETE
89882025-08-01T21:40:03.569Z[ host-image] Aug 01 21:40:02.118 INFO O| Aug 01 21:40:02.118 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892025-08-01T21:40:03.574Z[ host-image] Aug 01 21:40:02.126 INFO O| Aug 01 21:40:02.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
89902025-08-01T21:40:03.574Z[ host-image] Aug 01 21:40:02.126 INFO O| Aug 01 21:40:02.126 INFO STEP 26 (remove_files) COMPLETE
89912025-08-01T21:40:03.578Z[ host-image] Aug 01 21:40:02.126 INFO O| Aug 01 21:40:02.126 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89922025-08-01T21:40:03.581Z[ host-image] Aug 01 21:40:02.133 INFO O| Aug 01 21:40:02.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
89932025-08-01T21:40:03.581Z[ host-image] Aug 01 21:40:02.133 INFO O| Aug 01 21:40:02.133 INFO STEP 27 (remove_files) COMPLETE
89942025-08-01T21:40:03.584Z[ host-image] Aug 01 21:40:02.133 INFO O| Aug 01 21:40:02.133 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89952025-08-01T21:40:03.588Z[ host-image] Aug 01 21:40:02.140 INFO O| Aug 01 21:40:02.140 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
89962025-08-01T21:40:03.588Z[ host-image] Aug 01 21:40:02.140 INFO O| Aug 01 21:40:02.140 INFO STEP 28 (remove_files) COMPLETE
89972025-08-01T21:40:03.591Z[ host-image] Aug 01 21:40:02.140 INFO O| Aug 01 21:40:02.140 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89982025-08-01T21:40:03.596Z[ host-image] Aug 01 21:40:02.148 INFO O| Aug 01 21:40:02.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
89992025-08-01T21:40:03.596Z[ host-image] Aug 01 21:40:02.148 INFO O| Aug 01 21:40:02.148 INFO STEP 29 (remove_files) COMPLETE
90002025-08-01T21:40:03.599Z[ host-image] Aug 01 21:40:02.148 INFO O| Aug 01 21:40:02.148 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90012025-08-01T21:40:03.603Z[ host-image] Aug 01 21:40:02.155 INFO O| Aug 01 21:40:02.155 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90022025-08-01T21:40:03.603Z[ host-image] Aug 01 21:40:02.155 INFO O| Aug 01 21:40:02.155 INFO STEP 30 (remove_files) COMPLETE
90032025-08-01T21:40:03.603Z[ host-image] Aug 01 21:40:02.155 INFO O| Aug 01 21:40:02.155 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90042025-08-01T21:40:03.611Z[ host-image] Aug 01 21:40:02.163 INFO O| Aug 01 21:40:02.163 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90052025-08-01T21:40:03.611Z[ host-image] Aug 01 21:40:02.163 INFO O| Aug 01 21:40:02.163 INFO STEP 31 (remove_files) COMPLETE
90062025-08-01T21:40:03.611Z[ host-image] Aug 01 21:40:02.163 INFO O| Aug 01 21:40:02.163 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90072025-08-01T21:40:03.618Z[ host-image] Aug 01 21:40:02.170 INFO O| Aug 01 21:40:02.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90082025-08-01T21:40:03.618Z[ host-image] Aug 01 21:40:02.170 INFO O| Aug 01 21:40:02.170 INFO STEP 32 (remove_files) COMPLETE
90092025-08-01T21:40:03.621Z[ host-image] Aug 01 21:40:02.170 INFO O| Aug 01 21:40:02.170 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90102025-08-01T21:40:03.626Z[ host-image] Aug 01 21:40:02.178 INFO O| Aug 01 21:40:02.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90112025-08-01T21:40:03.629Z[ host-image] Aug 01 21:40:02.178 INFO O| Aug 01 21:40:02.178 INFO STEP 33 (remove_files) COMPLETE
90122025-08-01T21:40:03.629Z[ host-image] Aug 01 21:40:02.178 INFO O| Aug 01 21:40:02.178 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90132025-08-01T21:40:03.634Z[ host-image] Aug 01 21:40:02.186 INFO O| Aug 01 21:40:02.186 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90142025-08-01T21:40:03.634Z[ host-image] Aug 01 21:40:02.186 INFO O| Aug 01 21:40:02.186 INFO STEP 34 (remove_files) COMPLETE
90152025-08-01T21:40:03.637Z[ host-image] Aug 01 21:40:02.186 INFO O| Aug 01 21:40:02.186 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90162025-08-01T21:40:03.642Z[ host-image] Aug 01 21:40:02.193 INFO O| Aug 01 21:40:02.193 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90172025-08-01T21:40:03.642Z[ host-image] Aug 01 21:40:02.193 INFO O| Aug 01 21:40:02.193 INFO STEP 35 (remove_files) COMPLETE
90182025-08-01T21:40:03.645Z[ host-image] Aug 01 21:40:02.193 INFO O| Aug 01 21:40:02.193 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90192025-08-01T21:40:03.649Z[ host-image] Aug 01 21:40:02.201 INFO O| Aug 01 21:40:02.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90202025-08-01T21:40:03.649Z[ host-image] Aug 01 21:40:02.201 INFO O| Aug 01 21:40:02.201 INFO STEP 36 (remove_files) COMPLETE
90212025-08-01T21:40:03.651Z[ host-image] Aug 01 21:40:02.201 INFO O| Aug 01 21:40:02.201 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90222025-08-01T21:40:03.656Z[ host-image] Aug 01 21:40:02.208 INFO O| Aug 01 21:40:02.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90232025-08-01T21:40:03.656Z[ host-image] Aug 01 21:40:02.208 INFO O| Aug 01 21:40:02.208 INFO STEP 37 (remove_files) COMPLETE
90242025-08-01T21:40:03.656Z[ host-image] Aug 01 21:40:02.208 INFO O| Aug 01 21:40:02.208 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90252025-08-01T21:40:03.663Z[ host-image] Aug 01 21:40:02.215 INFO O| Aug 01 21:40:02.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90262025-08-01T21:40:03.663Z[ host-image] Aug 01 21:40:02.215 INFO O| Aug 01 21:40:02.215 INFO STEP 38 (remove_files) COMPLETE
90272025-08-01T21:40:03.666Z[ host-image] Aug 01 21:40:02.215 INFO O| Aug 01 21:40:02.215 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90282025-08-01T21:40:03.670Z[ host-image] Aug 01 21:40:02.222 INFO O| Aug 01 21:40:02.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90292025-08-01T21:40:03.673Z[ host-image] Aug 01 21:40:02.222 INFO O| Aug 01 21:40:02.222 INFO STEP 39 (remove_files) COMPLETE
90302025-08-01T21:40:03.673Z[ host-image] Aug 01 21:40:02.222 INFO O| Aug 01 21:40:02.222 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90312025-08-01T21:40:03.679Z[ host-image] Aug 01 21:40:02.231 INFO O| Aug 01 21:40:02.231 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90322025-08-01T21:40:03.682Z[ host-image] Aug 01 21:40:02.231 INFO O| Aug 01 21:40:02.231 INFO STEP 40 (remove_files) COMPLETE
90332025-08-01T21:40:03.682Z[ host-image] Aug 01 21:40:02.231 INFO O| Aug 01 21:40:02.231 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90342025-08-01T21:40:03.686Z[ host-image] Aug 01 21:40:02.238 INFO O| Aug 01 21:40:02.238 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90352025-08-01T21:40:03.686Z[ host-image] Aug 01 21:40:02.238 INFO O| Aug 01 21:40:02.238 INFO STEP 41 (remove_files) COMPLETE
90362025-08-01T21:40:03.689Z[ host-image] Aug 01 21:40:02.238 INFO O| Aug 01 21:40:02.238 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90372025-08-01T21:40:03.693Z[ host-image] Aug 01 21:40:02.245 INFO O| Aug 01 21:40:02.245 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90382025-08-01T21:40:03.696Z[ host-image] Aug 01 21:40:02.245 INFO O| Aug 01 21:40:02.245 INFO STEP 42 (remove_files) COMPLETE
90392025-08-01T21:40:03.696Z[ host-image] Aug 01 21:40:02.245 INFO O| Aug 01 21:40:02.245 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90402025-08-01T21:40:03.700Z[ host-image] Aug 01 21:40:02.252 INFO O| Aug 01 21:40:02.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90412025-08-01T21:40:03.700Z[ host-image] Aug 01 21:40:02.252 INFO O| Aug 01 21:40:02.252 INFO STEP 43 (remove_files) COMPLETE
90422025-08-01T21:40:03.703Z[ host-image] Aug 01 21:40:02.252 INFO O| Aug 01 21:40:02.252 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90432025-08-01T21:40:03.707Z[ host-image] Aug 01 21:40:02.259 INFO O| Aug 01 21:40:02.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90442025-08-01T21:40:03.710Z[ host-image] Aug 01 21:40:02.259 INFO O| Aug 01 21:40:02.259 INFO STEP 44 (remove_files) COMPLETE
90452025-08-01T21:40:03.710Z[ host-image] Aug 01 21:40:02.259 INFO O| Aug 01 21:40:02.259 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462025-08-01T21:40:03.715Z[ host-image] Aug 01 21:40:02.267 INFO O| Aug 01 21:40:02.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90472025-08-01T21:40:03.715Z[ host-image] Aug 01 21:40:02.267 INFO O| Aug 01 21:40:02.267 INFO STEP 45 (remove_files) COMPLETE
90482025-08-01T21:40:03.715Z[ host-image] Aug 01 21:40:02.267 INFO O| Aug 01 21:40:02.267 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492025-08-01T21:40:03.723Z[ host-image] Aug 01 21:40:02.274 INFO O| Aug 01 21:40:02.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
90502025-08-01T21:40:03.723Z[ host-image] Aug 01 21:40:02.274 INFO O| Aug 01 21:40:02.274 INFO STEP 46 (remove_files) COMPLETE
90512025-08-01T21:40:03.726Z[ host-image] Aug 01 21:40:02.274 INFO O| Aug 01 21:40:02.274 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522025-08-01T21:40:03.729Z[ host-image] Aug 01 21:40:02.281 INFO O| Aug 01 21:40:02.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
90532025-08-01T21:40:03.729Z[ host-image] Aug 01 21:40:02.281 INFO O| Aug 01 21:40:02.281 INFO STEP 47 (remove_files) COMPLETE
90542025-08-01T21:40:03.729Z[ host-image] Aug 01 21:40:02.281 INFO O| Aug 01 21:40:02.281 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552025-08-01T21:40:03.736Z[ host-image] Aug 01 21:40:02.288 INFO O| Aug 01 21:40:02.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
90562025-08-01T21:40:03.736Z[ host-image] Aug 01 21:40:02.288 INFO O| Aug 01 21:40:02.288 INFO STEP 48 (remove_files) COMPLETE
90572025-08-01T21:40:03.739Z[ host-image] Aug 01 21:40:02.288 INFO O| Aug 01 21:40:02.288 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582025-08-01T21:40:03.743Z[ host-image] Aug 01 21:40:02.295 INFO O| Aug 01 21:40:02.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
90592025-08-01T21:40:03.746Z[ host-image] Aug 01 21:40:02.295 INFO O| Aug 01 21:40:02.295 INFO STEP 49 (remove_files) COMPLETE
90602025-08-01T21:40:03.746Z[ host-image] Aug 01 21:40:02.295 INFO O| Aug 01 21:40:02.295 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612025-08-01T21:40:03.750Z[ host-image] Aug 01 21:40:02.302 INFO O| Aug 01 21:40:02.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
90622025-08-01T21:40:03.750Z[ host-image] Aug 01 21:40:02.302 INFO O| Aug 01 21:40:02.302 INFO STEP 50 (remove_files) COMPLETE
90632025-08-01T21:40:03.753Z[ host-image] Aug 01 21:40:02.302 INFO O| Aug 01 21:40:02.302 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642025-08-01T21:40:03.759Z[ host-image] Aug 01 21:40:02.310 INFO O| Aug 01 21:40:02.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90652025-08-01T21:40:03.762Z[ host-image] Aug 01 21:40:02.311 INFO O| Aug 01 21:40:02.311 INFO STEP 51 (remove_files) COMPLETE
90662025-08-01T21:40:03.762Z[ host-image] Aug 01 21:40:02.311 INFO O| Aug 01 21:40:02.311 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672025-08-01T21:40:03.766Z[ host-image] Aug 01 21:40:02.318 INFO O| Aug 01 21:40:02.318 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90682025-08-01T21:40:03.766Z[ host-image] Aug 01 21:40:02.318 INFO O| Aug 01 21:40:02.318 INFO STEP 52 (remove_files) COMPLETE
90692025-08-01T21:40:03.766Z[ host-image] Aug 01 21:40:02.318 INFO O| Aug 01 21:40:02.318 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702025-08-01T21:40:03.774Z[ host-image] Aug 01 21:40:02.325 INFO O| Aug 01 21:40:02.325 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
90712025-08-01T21:40:03.777Z[ host-image] Aug 01 21:40:02.326 INFO O| Aug 01 21:40:02.326 INFO STEP 53 (remove_files) COMPLETE
90722025-08-01T21:40:03.777Z[ host-image] Aug 01 21:40:02.326 INFO O| Aug 01 21:40:02.326 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732025-08-01T21:40:03.781Z[ host-image] Aug 01 21:40:02.333 INFO O| Aug 01 21:40:02.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
90742025-08-01T21:40:03.781Z[ host-image] Aug 01 21:40:02.333 INFO O| Aug 01 21:40:02.333 INFO STEP 54 (remove_files) COMPLETE
90752025-08-01T21:40:03.784Z[ host-image] Aug 01 21:40:02.333 INFO O| Aug 01 21:40:02.333 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762025-08-01T21:40:03.788Z[ host-image] Aug 01 21:40:02.340 INFO O| Aug 01 21:40:02.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
90772025-08-01T21:40:03.788Z[ host-image] Aug 01 21:40:02.340 INFO O| Aug 01 21:40:02.340 INFO STEP 55 (remove_files) COMPLETE
90782025-08-01T21:40:03.791Z[ host-image] Aug 01 21:40:02.340 INFO O| Aug 01 21:40:02.340 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792025-08-01T21:40:03.795Z[ host-image] Aug 01 21:40:02.347 INFO O| Aug 01 21:40:02.347 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
90802025-08-01T21:40:03.795Z[ host-image] Aug 01 21:40:02.347 INFO O| Aug 01 21:40:02.347 INFO STEP 56 (remove_files) COMPLETE
90812025-08-01T21:40:03.798Z[ host-image] Aug 01 21:40:02.347 INFO O| Aug 01 21:40:02.347 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822025-08-01T21:40:03.802Z[ host-image] Aug 01 21:40:02.354 INFO O| Aug 01 21:40:02.354 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
90832025-08-01T21:40:03.805Z[ host-image] Aug 01 21:40:02.354 INFO O| Aug 01 21:40:02.354 INFO STEP 57 (remove_files) COMPLETE
90842025-08-01T21:40:03.805Z[ host-image] Aug 01 21:40:02.354 INFO O| Aug 01 21:40:02.354 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852025-08-01T21:40:03.810Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90862025-08-01T21:40:03.810Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
90872025-08-01T21:40:03.814Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90882025-08-01T21:40:03.814Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90892025-08-01T21:40:03.814Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90902025-08-01T21:40:03.814Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90912025-08-01T21:40:03.814Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO ok!
90922025-08-01T21:40:03.814Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO STEP 58 (ensure_file) COMPLETE
90932025-08-01T21:40:03.814Z[ host-image] Aug 01 21:40:02.362 INFO O| Aug 01 21:40:02.362 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942025-08-01T21:40:03.819Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90952025-08-01T21:40:03.819Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
90962025-08-01T21:40:03.822Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
90972025-08-01T21:40:03.822Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
90982025-08-01T21:40:03.822Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
90992025-08-01T21:40:03.822Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91002025-08-01T21:40:03.822Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO ok!
91012025-08-01T21:40:03.822Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO STEP 59 (ensure_file) COMPLETE
91022025-08-01T21:40:03.822Z[ host-image] Aug 01 21:40:02.371 INFO O| Aug 01 21:40:02.371 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032025-08-01T21:40:03.827Z[ host-image] Aug 01 21:40:02.378 INFO O| Aug 01 21:40:02.378 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91042025-08-01T21:40:03.827Z[ host-image] Aug 01 21:40:02.378 INFO O| Aug 01 21:40:02.378 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91052025-08-01T21:40:03.830Z[ host-image] Aug 01 21:40:02.379 INFO O| Aug 01 21:40:02.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91062025-08-01T21:40:03.830Z[ host-image] Aug 01 21:40:02.379 INFO O| Aug 01 21:40:02.379 INFO ok!
91072025-08-01T21:40:03.830Z[ host-image] Aug 01 21:40:02.379 INFO O| Aug 01 21:40:02.379 INFO STEP 60 (ensure_file) COMPLETE
91082025-08-01T21:40:03.830Z[ host-image] Aug 01 21:40:02.379 INFO O| Aug 01 21:40:02.379 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092025-08-01T21:40:03.834Z[ host-image] Aug 01 21:40:02.386 INFO O| Aug 01 21:40:02.386 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91102025-08-01T21:40:03.834Z[ host-image] Aug 01 21:40:02.386 INFO O| Aug 01 21:40:02.386 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91112025-08-01T21:40:03.837Z[ host-image] Aug 01 21:40:02.386 INFO O| Aug 01 21:40:02.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91122025-08-01T21:40:03.837Z[ host-image] Aug 01 21:40:02.386 INFO O| Aug 01 21:40:02.386 INFO ok!
91132025-08-01T21:40:03.837Z[ host-image] Aug 01 21:40:02.386 INFO O| Aug 01 21:40:02.386 INFO STEP 61 (ensure_file) COMPLETE
91142025-08-01T21:40:03.838Z[ host-image] Aug 01 21:40:02.386 INFO O| Aug 01 21:40:02.386 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91152025-08-01T21:40:03.842Z[ host-image] Aug 01 21:40:02.393 INFO O| Aug 01 21:40:02.393 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91162025-08-01T21:40:03.842Z[ host-image] Aug 01 21:40:02.393 INFO O| Aug 01 21:40:02.393 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91172025-08-01T21:40:03.845Z[ host-image] Aug 01 21:40:02.394 INFO O| Aug 01 21:40:02.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91182025-08-01T21:40:03.845Z[ host-image] Aug 01 21:40:02.394 INFO O| Aug 01 21:40:02.394 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91192025-08-01T21:40:03.845Z[ host-image] Aug 01 21:40:02.394 INFO O| Aug 01 21:40:02.394 INFO ok!
91202025-08-01T21:40:03.845Z[ host-image] Aug 01 21:40:02.394 INFO O| Aug 01 21:40:02.394 INFO STEP 62 (ensure_file) COMPLETE
91212025-08-01T21:40:03.845Z[ host-image] Aug 01 21:40:02.394 INFO O| Aug 01 21:40:02.394 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222025-08-01T21:40:03.849Z[ host-image] Aug 01 21:40:02.401 INFO O| Aug 01 21:40:02.401 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91232025-08-01T21:40:03.849Z[ host-image] Aug 01 21:40:02.401 INFO O| Aug 01 21:40:02.401 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91242025-08-01T21:40:03.852Z[ host-image] Aug 01 21:40:02.401 INFO O| Aug 01 21:40:02.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91252025-08-01T21:40:03.852Z[ host-image] Aug 01 21:40:02.401 INFO O| Aug 01 21:40:02.401 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91262025-08-01T21:40:03.853Z[ host-image] Aug 01 21:40:02.401 INFO O| Aug 01 21:40:02.401 INFO ok!
91272025-08-01T21:40:03.853Z[ host-image] Aug 01 21:40:02.401 INFO O| Aug 01 21:40:02.401 INFO STEP 63 (ensure_file) COMPLETE
91282025-08-01T21:40:03.853Z[ host-image] Aug 01 21:40:02.401 INFO O| Aug 01 21:40:02.401 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292025-08-01T21:40:03.857Z[ host-image] Aug 01 21:40:02.408 INFO O| Aug 01 21:40:02.408 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91302025-08-01T21:40:03.857Z[ host-image] Aug 01 21:40:02.408 INFO O| Aug 01 21:40:02.408 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91312025-08-01T21:40:03.857Z[ host-image] Aug 01 21:40:02.408 INFO O| Aug 01 21:40:02.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91322025-08-01T21:40:03.857Z[ host-image] Aug 01 21:40:02.408 INFO O| Aug 01 21:40:02.408 INFO ok!
91332025-08-01T21:40:03.857Z[ host-image] Aug 01 21:40:02.408 INFO O| Aug 01 21:40:02.408 INFO STEP 64 (assemble_files) COMPLETE
91342025-08-01T21:40:03.857Z[ host-image] Aug 01 21:40:02.408 INFO O| Aug 01 21:40:02.408 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352025-08-01T21:40:03.863Z[ host-image] Aug 01 21:40:02.415 INFO O| Aug 01 21:40:02.415 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91362025-08-01T21:40:03.863Z[ host-image] Aug 01 21:40:02.415 INFO O| Aug 01 21:40:02.415 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91372025-08-01T21:40:03.866Z[ host-image] Aug 01 21:40:02.415 INFO O| Aug 01 21:40:02.415 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91382025-08-01T21:40:03.866Z[ host-image] Aug 01 21:40:02.415 INFO O| Aug 01 21:40:02.415 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91392025-08-01T21:40:03.866Z[ host-image] Aug 01 21:40:02.415 INFO O| Aug 01 21:40:02.415 INFO ok!
91402025-08-01T21:40:03.866Z[ host-image] Aug 01 21:40:02.415 INFO O| Aug 01 21:40:02.415 INFO STEP 65 (ensure_file) COMPLETE
91412025-08-01T21:40:03.866Z[ host-image] Aug 01 21:40:02.415 INFO O| Aug 01 21:40:02.415 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422025-08-01T21:40:03.871Z[ host-image] Aug 01 21:40:02.423 INFO O| Aug 01 21:40:02.423 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91432025-08-01T21:40:03.874Z[ host-image] Aug 01 21:40:02.423 INFO O| Aug 01 21:40:02.423 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91442025-08-01T21:40:03.874Z[ host-image] Aug 01 21:40:02.423 INFO O| Aug 01 21:40:02.423 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91452025-08-01T21:40:03.874Z[ host-image] Aug 01 21:40:02.423 INFO O| Aug 01 21:40:02.423 INFO STEP 66 (ensure_dir) COMPLETE
91462025-08-01T21:40:03.874Z[ host-image] Aug 01 21:40:02.423 INFO O| Aug 01 21:40:02.423 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472025-08-01T21:40:03.880Z[ host-image] Aug 01 21:40:02.432 INFO O| Aug 01 21:40:02.431 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91482025-08-01T21:40:03.880Z[ host-image] Aug 01 21:40:02.432 INFO O| Aug 01 21:40:02.431 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 ...
91492025-08-01T21:40:03.887Z[ host-image] Aug 01 21:40:02.439 INFO O| Aug 01 21:40:02.439 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
91502025-08-01T21:40:03.887Z[ host-image] Aug 01 21:40:02.439 INFO O| Aug 01 21:40:02.439 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91512025-08-01T21:40:03.887Z[ host-image] Aug 01 21:40:02.439 INFO O| Aug 01 21:40:02.439 INFO ok!
91522025-08-01T21:40:03.887Z[ host-image] Aug 01 21:40:02.439 INFO O| Aug 01 21:40:02.439 INFO STEP 67 (ensure_file) COMPLETE
91532025-08-01T21:40:03.890Z[ host-image] Aug 01 21:40:02.439 INFO O| Aug 01 21:40:02.439 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542025-08-01T21:40:03.895Z[ host-image] Aug 01 21:40:02.446 INFO O| Aug 01 21:40:02.446 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91552025-08-01T21:40:03.898Z[ host-image] Aug 01 21:40:02.446 INFO O| Aug 01 21:40:02.446 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 ...
91562025-08-01T21:40:03.898Z[ host-image] Aug 01 21:40:02.447 INFO O| Aug 01 21:40:02.447 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
91572025-08-01T21:40:03.898Z[ host-image] Aug 01 21:40:02.447 INFO O| Aug 01 21:40:02.447 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91582025-08-01T21:40:03.898Z[ host-image] Aug 01 21:40:02.447 INFO O| Aug 01 21:40:02.447 INFO ok!
91592025-08-01T21:40:03.898Z[ host-image] Aug 01 21:40:02.447 INFO O| Aug 01 21:40:02.447 INFO STEP 68 (ensure_file) COMPLETE
91602025-08-01T21:40:03.898Z[ host-image] Aug 01 21:40:02.447 INFO O| Aug 01 21:40:02.447 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612025-08-01T21:40:03.905Z[ host-image] Aug 01 21:40:02.457 INFO O| Aug 01 21:40:02.457 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
91622025-08-01T21:40:03.908Z[ host-image] Aug 01 21:40:02.457 INFO O| Aug 01 21:40:02.457 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
91632025-08-01T21:40:06.027Z[ host-image] Aug 01 21:40:04.577 INFO O| Aug 01 21:40:04.577 INFO STEP 69 (pack_tar) COMPLETE
91642025-08-01T21:40:06.027Z[ host-image] Aug 01 21:40:04.577 INFO O| Aug 01 21:40:04.577 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91652025-08-01T21:40:06.031Z[ host-image] Aug 01 21:40:04.577 INFO O| Aug 01 21:40:04.577 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
91662025-08-01T21:40:06.278Z[ host-image] Aug 01 21:40:04.828 INFO O| Aug 01 21:40:04.828 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91672025-08-01T21:40:06.383Z[ host-image] Aug 01 21:40:04.933 INFO O| Aug 01 21:40:04.933 INFO completed processing sled/ramdisk-02-trim
91682025-08-01T21:40:06.386Z[ host-image] Aug 01 21:40:04.934 INFO image builder template: zfs...
91692025-08-01T21:40:06.386Z[ host-image] Aug 01 21:40:04.934 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/.tmpsKVwmA/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.396", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None
91702025-08-01T21:40:06.397Z[ host-image] Aug 01 21:40:04.947 INFO O| Aug 01 21:40:04.947 INFO skip include "stress" because feature "stress" is not enabled
91712025-08-01T21:40:06.397Z[ host-image] Aug 01 21:40:04.948 INFO O| Aug 01 21:40:04.947 INFO skip include "stress" because feature "compliance" is not enabled
91722025-08-01T21:40:06.428Z[ host-image] Aug 01 21:40:04.978 INFO O| Aug 01 21:40:04.978 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
91732025-08-01T21:40:06.431Z[ host-image] Aug 01 21:40:04.980 INFO O| Aug 01 21:40:04.980 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
91742025-08-01T21:40:06.530Z[ host-image] Aug 01 21:40:05.080 INFO O| Aug 01 21:40:05.080 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
91752025-08-01T21:40:06.660Z[ host-image] Aug 01 21:40:05.210 INFO O| Aug 01 21:40:05.210 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
91762025-08-01T21:40:06.660Z[ host-image] Aug 01 21:40:05.210 INFO O| Aug 01 21:40:05.210 INFO work dataset: rpool/images/build/host/work/sled/zfs
91772025-08-01T21:40:06.664Z[ host-image] Aug 01 21:40:05.213 INFO O| Aug 01 21:40:05.213 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
91782025-08-01T21:40:06.667Z[ recovery-image] Aug 01 21:40:05.216 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
91792025-08-01T21:40:06.667Z[ recovery-image] Aug 01 21:40:05.216 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")
91802025-08-01T21:40:06.810Z[ host-image] Aug 01 21:40:05.360 INFO O| Aug 01 21:40:05.360 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
91812025-08-01T21:40:06.881Z[ host-image] Aug 01 21:40:05.430 INFO O| Aug 01 21:40:05.430 INFO DESTROY POOL: TEMPORARY-sled-zfs
91822025-08-01T21:40:06.888Z[ host-image] Aug 01 21:40:05.438 INFO O| Aug 01 21:40:05.438 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
91832025-08-01T21:40:06.893Z[ host-image] Aug 01 21:40:05.442 INFO O| Aug 01 21:40:05.442 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
91842025-08-01T21:40:06.893Z[ host-image] Aug 01 21:40:05.442 INFO O| Aug 01 21:40:05.442 INFO no lofi found
91852025-08-01T21:40:06.896Z[ host-image] Aug 01 21:40:05.442 INFO O| Aug 01 21:40:05.442 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
91862025-08-01T21:40:06.896Z[ host-image] Aug 01 21:40:05.443 INFO O| Aug 01 21:40:05.442 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
91872025-08-01T21:40:06.949Z[ recovery-image] Aug 01 21:40:05.499 INFO E| Updating crates.io index
91882025-08-01T21:40:07.186Z[ recovery-image] Aug 01 21:40:05.735 INFO E| Downloading crates ...
91892025-08-01T21:40:07.356Z[ recovery-image] Aug 01 21:40:05.903 INFO E| Downloaded anstyle-parse v0.2.7
91902025-08-01T21:40:07.359Z[ recovery-image] Aug 01 21:40:05.906 INFO E| Downloaded colorchoice v1.0.4
91912025-08-01T21:40:07.361Z[ recovery-image] Aug 01 21:40:05.910 INFO E| Downloaded anstream v0.6.19
91922025-08-01T21:40:07.365Z[ recovery-image] Aug 01 21:40:05.912 INFO E| Downloaded clap_lex v0.7.5
91932025-08-01T21:40:07.365Z[ recovery-image] Aug 01 21:40:05.913 INFO E| Downloaded shared_thread v0.1.0
91942025-08-01T21:40:07.368Z[ recovery-image] Aug 01 21:40:05.917 INFO E| Downloaded anstyle-query v1.1.3
91952025-08-01T21:40:07.371Z[ recovery-image] Aug 01 21:40:05.918 INFO E| Downloaded signal-hook-registry v1.4.5
91962025-08-01T21:40:07.371Z[ recovery-image] Aug 01 21:40:05.919 INFO E| Downloaded duct v1.0.0
91972025-08-01T21:40:07.371Z[ recovery-image] Aug 01 21:40:05.920 INFO E| Downloaded sigchld v0.2.4
91982025-08-01T21:40:07.374Z[ recovery-image] Aug 01 21:40:05.921 INFO E| Downloaded shared_child v1.1.1
91992025-08-01T21:40:07.374Z[ recovery-image] Aug 01 21:40:05.922 INFO E| Downloaded os_pipe v1.2.2
92002025-08-01T21:40:07.410Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling libc v0.2.174
92012025-08-01T21:40:07.410Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling proc-macro2 v1.0.95
92022025-08-01T21:40:07.413Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling unicode-ident v1.0.18
92032025-08-01T21:40:07.413Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling signal-hook v0.3.18
92042025-08-01T21:40:07.413Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling utf8parse v0.2.2
92052025-08-01T21:40:07.413Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling anstyle v1.0.11
92062025-08-01T21:40:07.413Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling anstyle-query v1.1.3
92072025-08-01T21:40:07.413Z[ recovery-image] Aug 01 21:40:05.960 INFO E| Compiling is_terminal_polyfill v1.70.1
92082025-08-01T21:40:07.578Z[ recovery-image] Aug 01 21:40:06.127 INFO E| Compiling anstyle-parse v0.2.7
92092025-08-01T21:40:07.602Z[ recovery-image] Aug 01 21:40:06.152 INFO E| Compiling colorchoice v1.0.4
92102025-08-01T21:40:07.616Z[ recovery-image] Aug 01 21:40:06.165 INFO E| Compiling clap_lex v0.7.5
92112025-08-01T21:40:07.630Z[ recovery-image] Aug 01 21:40:06.179 INFO E| Compiling strsim v0.11.1
92122025-08-01T21:40:07.784Z[ recovery-image] Aug 01 21:40:06.332 INFO E| Compiling heck v0.5.0
92132025-08-01T21:40:07.825Z[ recovery-image] Aug 01 21:40:06.374 INFO E| Compiling anstream v0.6.19
92142025-08-01T21:40:07.841Z[ recovery-image] Aug 01 21:40:06.390 INFO E| Compiling shared_thread v0.1.0
92152025-08-01T21:40:08.186Z[ recovery-image] Aug 01 21:40:06.735 INFO E| Compiling clap_builder v4.5.41
92162025-08-01T21:40:08.464Z[ host-image] Aug 01 21:40:07.003 INFO O| Aug 01 21:40:07.003 INFO lofi device = /dev/dsk/c2t1d0p0
92172025-08-01T21:40:08.464Z[ host-image] Aug 01 21:40:07.003 INFO O| Aug 01 21:40:07.003 INFO pool device = /dev/dsk/c2t1d0p0
92182025-08-01T21:40:08.464Z[ host-image] Aug 01 21:40:07.003 INFO O| Aug 01 21:40:07.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92192025-08-01T21:40:08.606Z[ host-image] Aug 01 21:40:07.155 INFO O| Aug 01 21:40:07.154 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92202025-08-01T21:40:08.606Z[ host-image] Aug 01 21:40:07.155 INFO O| Aug 01 21:40:07.154 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92212025-08-01T21:40:08.614Z[ recovery-image] Aug 01 21:40:07.163 INFO E| Compiling signal-hook-registry v1.4.5
92222025-08-01T21:40:08.614Z[ recovery-image] Aug 01 21:40:07.163 INFO E| Compiling os_pipe v1.2.2
92232025-08-01T21:40:08.629Z[ host-image] Aug 01 21:40:07.177 INFO O| Aug 01 21:40:07.177 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92242025-08-01T21:40:08.707Z[ host-image] Aug 01 21:40:07.256 INFO O| Aug 01 21:40:07.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92252025-08-01T21:40:08.744Z[ host-image] Aug 01 21:40:07.293 INFO O| Aug 01 21:40:07.293 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92262025-08-01T21:40:08.758Z[ recovery-image] Aug 01 21:40:07.307 INFO E| Compiling quote v1.0.40
92272025-08-01T21:40:08.763Z[ host-image] Aug 01 21:40:07.311 INFO O| Aug 01 21:40:07.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92282025-08-01T21:40:08.778Z[ host-image] Aug 01 21:40:07.327 INFO O| Aug 01 21:40:07.326 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92292025-08-01T21:40:08.847Z[ host-image] Aug 01 21:40:07.395 INFO O| Aug 01 21:40:07.395 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92302025-08-01T21:40:08.847Z[ host-image] Aug 01 21:40:07.395 INFO O| Aug 01 21:40:07.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92312025-08-01T21:40:08.847Z[ host-image] Aug 01 21:40:07.395 INFO O| Aug 01 21:40:07.395 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92322025-08-01T21:40:08.861Z[ host-image] Aug 01 21:40:07.410 INFO O| Aug 01 21:40:07.410 INFO boot environment UUID: 46dbc515-235d-447b-95f8-10dc5ab7570c
92332025-08-01T21:40:08.861Z[ host-image] Aug 01 21:40:07.410 INFO O| Aug 01 21:40:07.410 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 46dbc515-235d-447b-95f8-10dc5ab7570c
92342025-08-01T21:40:08.879Z[ host-image] Aug 01 21:40:07.427 INFO O| Aug 01 21:40:07.427 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92352025-08-01T21:40:08.899Z[ host-image] Aug 01 21:40:07.446 INFO O| Aug 01 21:40:07.446 INFO STEP 0 (create_be) COMPLETE
92362025-08-01T21:40:08.902Z[ host-image] Aug 01 21:40:07.446 INFO O| Aug 01 21:40:07.446 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92372025-08-01T21:40:08.915Z[ host-image] Aug 01 21:40:07.463 INFO O| Aug 01 21:40:07.463 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92382025-08-01T21:40:09.149Z[ recovery-image] Aug 01 21:40:07.698 INFO E| Compiling sigchld v0.2.4
92392025-08-01T21:40:09.443Z[ recovery-image] Aug 01 21:40:07.991 INFO E| Compiling syn v2.0.104
92402025-08-01T21:40:09.454Z[ recovery-image] Aug 01 21:40:08.001 INFO E| Compiling shared_child v1.1.1
92412025-08-01T21:40:09.757Z[ recovery-image] Aug 01 21:40:08.299 INFO E| Compiling duct v1.0.0
92422025-08-01T21:40:15.381Z[ recovery-image] Aug 01 21:40:13.924 INFO E| Compiling clap_derive v4.5.41
92432025-08-01T21:40:17.967Z[ recovery-image] Aug 01 21:40:16.509 INFO E| Compiling clap v4.5.41
92442025-08-01T21:40:18.041Z[ recovery-image] Aug 01 21:40:16.583 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
92452025-08-01T21:40:19.345Z[ recovery-image] Aug 01 21:40:17.886 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.59s
92462025-08-01T21:40:19.359Z[ recovery-image] Aug 01 21:40:17.901 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
92472025-08-01T21:40:19.680Z[ recovery-image] Aug 01 21:40:18.222 INFO E| Downloading crates ...
92482025-08-01T21:40:19.812Z[ recovery-image] Aug 01 21:40:18.354 INFO E| Downloaded adler2 v2.0.1
92492025-08-01T21:40:19.822Z[ recovery-image] Aug 01 21:40:18.364 INFO E| Downloaded scroll v0.13.0
92502025-08-01T21:40:19.825Z[ recovery-image] Aug 01 21:40:18.366 INFO E| Downloaded bitstruct v0.1.1
92512025-08-01T21:40:19.829Z[ recovery-image] Aug 01 21:40:18.368 INFO E| Downloaded scroll_derive v0.13.0
92522025-08-01T21:40:19.829Z[ recovery-image] Aug 01 21:40:18.369 INFO E| Downloaded bit_field v0.10.2
92532025-08-01T21:40:19.829Z[ recovery-image] Aug 01 21:40:18.370 INFO E| Downloaded seq-macro v0.3.6
92542025-08-01T21:40:19.832Z[ recovery-image] Aug 01 21:40:18.372 INFO E| Downloaded cpio_reader v0.1.2
92552025-08-01T21:40:19.832Z[ recovery-image] Aug 01 21:40:18.373 INFO E| Downloaded bitstruct_derive v0.1.0
92562025-08-01T21:40:19.835Z[ recovery-image] Aug 01 21:40:18.377 INFO E| Downloaded miniz_oxide v0.8.9
92572025-08-01T21:40:19.846Z[ recovery-image] Aug 01 21:40:18.388 INFO E| Downloaded goblin v0.10.0
92582025-08-01T21:40:19.854Z[ recovery-image] Aug 01 21:40:18.396 INFO E| Downloaded raw-cpuid v10.7.0
92592025-08-01T21:40:19.955Z[ recovery-image] Aug 01 21:40:18.497 INFO E| Downloaded x86 v0.52.0
92602025-08-01T21:40:20.017Z[ recovery-image] Aug 01 21:40:18.559 INFO E| Updating crates.io index
92612025-08-01T21:40:20.104Z[ recovery-image] Aug 01 21:40:18.645 INFO E| Downloading crates ...
92622025-08-01T21:40:20.159Z[ recovery-image] Aug 01 21:40:18.701 INFO E| Downloaded rustc-demangle v0.1.25
92632025-08-01T21:40:20.163Z[ recovery-image] Aug 01 21:40:18.705 INFO E| Downloaded rustc-literal-escaper v0.0.5
92642025-08-01T21:40:20.166Z[ recovery-image] Aug 01 21:40:18.706 INFO E| Downloaded getopts v0.2.23
92652025-08-01T21:40:20.176Z[ recovery-image] Aug 01 21:40:18.718 INFO E| Downloaded unicode-width v0.2.1
92662025-08-01T21:40:20.246Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
92672025-08-01T21:40:20.246Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
92682025-08-01T21:40:20.246Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling proc-macro2 v1.0.95
92692025-08-01T21:40:20.249Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling unicode-ident v1.0.18
92702025-08-01T21:40:20.249Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling syn v1.0.109
92712025-08-01T21:40:20.249Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling x86 v0.52.0
92722025-08-01T21:40:20.249Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
92732025-08-01T21:40:20.249Z[ recovery-image] Aug 01 21:40:18.787 INFO E| Compiling seq-macro v0.3.6
92742025-08-01T21:40:22.263Z[ recovery-image] Aug 01 21:40:20.800 INFO E| Compiling quote v1.0.40
92752025-08-01T21:40:22.728Z[ recovery-image] Aug 01 21:40:21.264 INFO E| Compiling syn v2.0.104
92762025-08-01T21:40:26.787Z[ recovery-image] Aug 01 21:40:25.319 INFO E| Compiling scroll_derive v0.13.0
92772025-08-01T21:40:29.323Z[ host-image] Aug 01 21:40:27.858 INFO O| Aug 01 21:40:27.858 INFO STEP 1 (unpack_tar) COMPLETE
92782025-08-01T21:40:29.323Z[ host-image] Aug 01 21:40:27.858 INFO O| Aug 01 21:40:27.858 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92792025-08-01T21:40:29.338Z[ host-image] Aug 01 21:40:27.874 INFO O| Aug 01 21:40:27.873 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92802025-08-01T21:40:29.564Z[ host-image] Aug 01 21:40:28.100 INFO O| Aug 01 21:40:28.099 INFO STEP 2 (devfsadm) COMPLETE
92812025-08-01T21:40:29.564Z[ host-image] Aug 01 21:40:28.100 INFO O| Aug 01 21:40:28.099 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822025-08-01T21:40:29.579Z[ host-image] Aug 01 21:40:28.114 INFO O| Aug 01 21:40:28.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92832025-08-01T21:40:29.579Z[ host-image] Aug 01 21:40:28.114 INFO O| Aug 01 21:40:28.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92842025-08-01T21:40:29.582Z[ host-image] Aug 01 21:40:28.114 INFO O| Aug 01 21:40:28.114 INFO STEP 3 (ensure_dir) COMPLETE
92852025-08-01T21:40:29.582Z[ host-image] Aug 01 21:40:28.114 INFO O| Aug 01 21:40:28.114 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862025-08-01T21:40:29.588Z[ host-image] Aug 01 21:40:28.124 INFO O| Aug 01 21:40:28.124 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92872025-08-01T21:40:29.591Z[ host-image] Aug 01 21:40:28.124 INFO O| Aug 01 21:40:28.124 INFO STEP 4 (ensure_dir) COMPLETE
92882025-08-01T21:40:29.591Z[ host-image] Aug 01 21:40:28.124 INFO O| Aug 01 21:40:28.124 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92892025-08-01T21:40:29.596Z[ host-image] Aug 01 21:40:28.132 INFO O| Aug 01 21:40:28.132 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92902025-08-01T21:40:29.596Z[ host-image] Aug 01 21:40:28.132 INFO O| Aug 01 21:40:28.132 INFO STEP 5 (ensure_dir) COMPLETE
92912025-08-01T21:40:29.596Z[ host-image] Aug 01 21:40:28.132 INFO O| Aug 01 21:40:28.132 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922025-08-01T21:40:29.608Z[ host-image] Aug 01 21:40:28.144 INFO O| Aug 01 21:40:28.144 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92932025-08-01T21:40:29.611Z[ host-image] Aug 01 21:40:28.144 INFO O| Aug 01 21:40:28.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92942025-08-01T21:40:29.611Z[ host-image] Aug 01 21:40:28.144 INFO O| Aug 01 21:40:28.144 INFO STEP 6 (ensure_dir) COMPLETE
92952025-08-01T21:40:29.611Z[ host-image] Aug 01 21:40:28.144 INFO O| Aug 01 21:40:28.144 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92962025-08-01T21:40:29.619Z[ host-image] Aug 01 21:40:28.155 INFO O| Aug 01 21:40:28.155 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92972025-08-01T21:40:29.619Z[ host-image] Aug 01 21:40:28.155 INFO O| Aug 01 21:40:28.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92982025-08-01T21:40:29.619Z[ host-image] Aug 01 21:40:28.155 INFO O| Aug 01 21:40:28.155 INFO STEP 7 (ensure_dir) COMPLETE
92992025-08-01T21:40:29.623Z[ host-image] Aug 01 21:40:28.155 INFO O| Aug 01 21:40:28.155 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93002025-08-01T21:40:29.630Z[ host-image] Aug 01 21:40:28.166 INFO O| Aug 01 21:40:28.166 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93012025-08-01T21:40:29.633Z[ host-image] Aug 01 21:40:28.166 INFO O| Aug 01 21:40:28.166 INFO STEP 8 (remove_files) COMPLETE
93022025-08-01T21:40:29.633Z[ host-image] Aug 01 21:40:28.166 INFO O| Aug 01 21:40:28.166 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93032025-08-01T21:40:29.638Z[ host-image] Aug 01 21:40:28.174 INFO O| Aug 01 21:40:28.174 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93042025-08-01T21:40:29.641Z[ host-image] Aug 01 21:40:28.175 INFO O| Aug 01 21:40:28.175 INFO STEP 9 (remove_files) COMPLETE
93052025-08-01T21:40:29.641Z[ host-image] Aug 01 21:40:28.175 INFO O| Aug 01 21:40:28.175 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062025-08-01T21:40:29.649Z[ host-image] Aug 01 21:40:28.184 INFO O| Aug 01 21:40:28.184 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93072025-08-01T21:40:29.652Z[ host-image] Aug 01 21:40:28.185 INFO O| Aug 01 21:40:28.185 INFO STEP 10 (remove_files) COMPLETE
93082025-08-01T21:40:29.652Z[ host-image] Aug 01 21:40:28.185 INFO O| Aug 01 21:40:28.185 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092025-08-01T21:40:29.661Z[ host-image] Aug 01 21:40:28.196 INFO O| Aug 01 21:40:28.196 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93102025-08-01T21:40:29.664Z[ host-image] Aug 01 21:40:28.196 INFO O| Aug 01 21:40:28.196 INFO STEP 11 (remove_files) COMPLETE
93112025-08-01T21:40:29.664Z[ host-image] Aug 01 21:40:28.196 INFO O| Aug 01 21:40:28.196 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93122025-08-01T21:40:29.672Z[ host-image] Aug 01 21:40:28.208 INFO O| Aug 01 21:40:28.208 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93132025-08-01T21:40:29.672Z[ host-image] Aug 01 21:40:28.208 INFO O| Aug 01 21:40:28.208 INFO STEP 12 (remove_files) COMPLETE
93142025-08-01T21:40:29.675Z[ host-image] Aug 01 21:40:28.208 INFO O| Aug 01 21:40:28.208 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152025-08-01T21:40:29.683Z[ host-image] Aug 01 21:40:28.218 INFO O| Aug 01 21:40:28.218 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93162025-08-01T21:40:29.683Z[ host-image] Aug 01 21:40:28.219 INFO O| Aug 01 21:40:28.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93172025-08-01T21:40:29.686Z[ host-image] Aug 01 21:40:28.219 INFO O| Aug 01 21:40:28.219 INFO STEP 13 (ensure_dir) COMPLETE
93182025-08-01T21:40:29.686Z[ host-image] Aug 01 21:40:28.219 INFO O| Aug 01 21:40:28.219 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192025-08-01T21:40:29.691Z[ host-image] Aug 01 21:40:28.227 INFO O| Aug 01 21:40:28.227 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93202025-08-01T21:40:29.691Z[ host-image] Aug 01 21:40:28.227 INFO O| Aug 01 21:40:28.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93212025-08-01T21:40:29.694Z[ host-image] Aug 01 21:40:28.227 INFO O| Aug 01 21:40:28.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93222025-08-01T21:40:29.695Z[ host-image] Aug 01 21:40:28.227 INFO O| Aug 01 21:40:28.227 INFO STEP 14 (ensure_dir) COMPLETE
93232025-08-01T21:40:29.695Z[ host-image] Aug 01 21:40:28.227 INFO O| Aug 01 21:40:28.227 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93242025-08-01T21:40:29.700Z[ host-image] Aug 01 21:40:28.236 INFO O| Aug 01 21:40:28.236 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93252025-08-01T21:40:29.700Z[ host-image] Aug 01 21:40:28.236 INFO O| Aug 01 21:40:28.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93262025-08-01T21:40:29.704Z[ host-image] Aug 01 21:40:28.236 INFO O| Aug 01 21:40:28.236 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93272025-08-01T21:40:29.704Z[ host-image] Aug 01 21:40:28.236 INFO O| Aug 01 21:40:28.236 INFO STEP 15 (ensure_dir) COMPLETE
93282025-08-01T21:40:29.704Z[ host-image] Aug 01 21:40:28.236 INFO O| Aug 01 21:40:28.236 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93292025-08-01T21:40:29.708Z[ host-image] Aug 01 21:40:28.244 INFO O| Aug 01 21:40:28.244 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93302025-08-01T21:40:29.708Z[ host-image] Aug 01 21:40:28.244 INFO O| Aug 01 21:40:28.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93312025-08-01T21:40:29.711Z[ host-image] Aug 01 21:40:28.244 INFO O| Aug 01 21:40:28.244 INFO STEP 16 (ensure_dir) COMPLETE
93322025-08-01T21:40:29.711Z[ host-image] Aug 01 21:40:28.244 INFO O| Aug 01 21:40:28.244 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93332025-08-01T21:40:29.717Z[ host-image] Aug 01 21:40:28.253 INFO O| Aug 01 21:40:28.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93342025-08-01T21:40:29.717Z[ host-image] Aug 01 21:40:28.253 INFO O| Aug 01 21:40:28.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93352025-08-01T21:40:29.722Z[ host-image] Aug 01 21:40:28.253 INFO O| Aug 01 21:40:28.253 INFO STEP 17 (ensure_dir) COMPLETE
93362025-08-01T21:40:29.722Z[ host-image] Aug 01 21:40:28.253 INFO O| Aug 01 21:40:28.253 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93372025-08-01T21:40:29.725Z[ host-image] Aug 01 21:40:28.260 INFO O| Aug 01 21:40:28.260 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93382025-08-01T21:40:29.725Z[ host-image] Aug 01 21:40:28.260 INFO O| Aug 01 21:40:28.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93392025-08-01T21:40:29.725Z[ host-image] Aug 01 21:40:28.260 INFO O| Aug 01 21:40:28.260 INFO ok!
93402025-08-01T21:40:29.725Z[ host-image] Aug 01 21:40:28.261 INFO O| Aug 01 21:40:28.260 INFO STEP 18 (ensure_symlink) COMPLETE
93412025-08-01T21:40:29.725Z[ host-image] Aug 01 21:40:28.261 INFO O| Aug 01 21:40:28.260 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93422025-08-01T21:40:29.733Z[ host-image] Aug 01 21:40:28.269 INFO O| Aug 01 21:40:28.268 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93432025-08-01T21:40:29.733Z[ host-image] Aug 01 21:40:28.269 INFO O| Aug 01 21:40:28.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93442025-08-01T21:40:29.736Z[ host-image] Aug 01 21:40:28.269 INFO O| Aug 01 21:40:28.269 INFO ok!
93452025-08-01T21:40:29.736Z[ host-image] Aug 01 21:40:28.269 INFO O| Aug 01 21:40:28.269 INFO STEP 19 (ensure_file) COMPLETE
93462025-08-01T21:40:29.736Z[ host-image] Aug 01 21:40:28.269 INFO O| Aug 01 21:40:28.269 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93472025-08-01T21:40:29.741Z[ host-image] Aug 01 21:40:28.276 INFO O| Aug 01 21:40:28.276 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93482025-08-01T21:40:29.741Z[ host-image] Aug 01 21:40:28.276 INFO O| Aug 01 21:40:28.276 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93492025-08-01T21:40:29.744Z[ host-image] Aug 01 21:40:28.276 INFO O| Aug 01 21:40:28.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93502025-08-01T21:40:29.744Z[ host-image] Aug 01 21:40:28.277 INFO O| Aug 01 21:40:28.276 INFO ok!
93512025-08-01T21:40:29.744Z[ host-image] Aug 01 21:40:28.277 INFO O| Aug 01 21:40:28.276 INFO STEP 20 (ensure_symlink) COMPLETE
93522025-08-01T21:40:29.744Z[ host-image] Aug 01 21:40:28.277 INFO O| Aug 01 21:40:28.276 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93532025-08-01T21:40:29.748Z[ host-image] Aug 01 21:40:28.284 INFO O| Aug 01 21:40:28.284 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93542025-08-01T21:40:29.748Z[ host-image] Aug 01 21:40:28.284 INFO O| Aug 01 21:40:28.284 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93552025-08-01T21:40:29.749Z[ host-image] Aug 01 21:40:28.284 INFO O| Aug 01 21:40:28.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93562025-08-01T21:40:29.751Z[ host-image] Aug 01 21:40:28.284 INFO O| Aug 01 21:40:28.284 INFO ok!
93572025-08-01T21:40:29.751Z[ host-image] Aug 01 21:40:28.284 INFO O| Aug 01 21:40:28.284 INFO STEP 21 (ensure_symlink) COMPLETE
93582025-08-01T21:40:29.752Z[ host-image] Aug 01 21:40:28.284 INFO O| Aug 01 21:40:28.284 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93592025-08-01T21:40:29.756Z[ host-image] Aug 01 21:40:28.292 INFO O| Aug 01 21:40:28.292 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93602025-08-01T21:40:29.759Z[ host-image] Aug 01 21:40:28.292 INFO O| Aug 01 21:40:28.292 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93612025-08-01T21:40:29.759Z[ host-image] Aug 01 21:40:28.292 INFO O| Aug 01 21:40:28.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93622025-08-01T21:40:29.759Z[ host-image] Aug 01 21:40:28.292 INFO O| Aug 01 21:40:28.292 INFO ok!
93632025-08-01T21:40:29.759Z[ host-image] Aug 01 21:40:28.292 INFO O| Aug 01 21:40:28.292 INFO STEP 22 (ensure_symlink) COMPLETE
93642025-08-01T21:40:29.760Z[ host-image] Aug 01 21:40:28.292 INFO O| Aug 01 21:40:28.292 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93652025-08-01T21:40:29.765Z[ host-image] Aug 01 21:40:28.300 INFO O| Aug 01 21:40:28.300 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93662025-08-01T21:40:29.765Z[ host-image] Aug 01 21:40:28.300 INFO O| Aug 01 21:40:28.300 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93672025-08-01T21:40:29.768Z[ host-image] Aug 01 21:40:28.300 INFO O| Aug 01 21:40:28.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93682025-08-01T21:40:29.768Z[ host-image] Aug 01 21:40:28.300 INFO O| Aug 01 21:40:28.300 INFO ok!
93692025-08-01T21:40:29.768Z[ host-image] Aug 01 21:40:28.300 INFO O| Aug 01 21:40:28.300 INFO STEP 23 (ensure_symlink) COMPLETE
93702025-08-01T21:40:29.768Z[ host-image] Aug 01 21:40:28.300 INFO O| Aug 01 21:40:28.300 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93712025-08-01T21:40:29.774Z[ host-image] Aug 01 21:40:28.309 INFO O| Aug 01 21:40:28.309 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93722025-08-01T21:40:29.776Z[ host-image] Aug 01 21:40:28.309 INFO O| Aug 01 21:40:28.309 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93732025-08-01T21:40:29.776Z[ host-image] Aug 01 21:40:28.310 INFO O| Aug 01 21:40:28.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93742025-08-01T21:40:29.776Z[ host-image] Aug 01 21:40:28.310 INFO O| Aug 01 21:40:28.309 INFO ok!
93752025-08-01T21:40:29.777Z[ host-image] Aug 01 21:40:28.310 INFO O| Aug 01 21:40:28.310 INFO STEP 24 (ensure_file) COMPLETE
93762025-08-01T21:40:29.777Z[ host-image] Aug 01 21:40:28.310 INFO O| Aug 01 21:40:28.310 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93772025-08-01T21:40:29.783Z[ host-image] Aug 01 21:40:28.318 INFO O| Aug 01 21:40:28.318 INFO updating shadow file
93782025-08-01T21:40:29.786Z[ host-image] Aug 01 21:40:28.319 INFO O| Aug 01 21:40:28.319 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93792025-08-01T21:40:29.786Z[ host-image] Aug 01 21:40:28.319 INFO O| Aug 01 21:40:28.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93802025-08-01T21:40:29.786Z[ host-image] Aug 01 21:40:28.319 INFO O| Aug 01 21:40:28.319 INFO STEP 25 (shadow) COMPLETE
93812025-08-01T21:40:29.786Z[ host-image] Aug 01 21:40:28.319 INFO O| Aug 01 21:40:28.319 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93822025-08-01T21:40:29.790Z[ host-image] Aug 01 21:40:28.326 INFO O| Aug 01 21:40:28.326 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93832025-08-01T21:40:29.793Z[ host-image] Aug 01 21:40:28.326 INFO O| Aug 01 21:40:28.326 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93842025-08-01T21:40:29.793Z[ host-image] Aug 01 21:40:28.326 INFO O| Aug 01 21:40:28.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93852025-08-01T21:40:29.793Z[ host-image] Aug 01 21:40:28.326 INFO O| Aug 01 21:40:28.326 INFO ok!
93862025-08-01T21:40:29.793Z[ host-image] Aug 01 21:40:28.326 INFO O| Aug 01 21:40:28.326 INFO STEP 26 (ensure_file) COMPLETE
93872025-08-01T21:40:29.793Z[ host-image] Aug 01 21:40:28.326 INFO O| Aug 01 21:40:28.326 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93882025-08-01T21:40:29.802Z[ host-image] Aug 01 21:40:28.336 INFO O| Aug 01 21:40:28.336 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93892025-08-01T21:40:29.802Z[ host-image] Aug 01 21:40:28.336 INFO O| Aug 01 21:40:28.336 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93902025-08-01T21:40:29.805Z[ host-image] Aug 01 21:40:28.336 INFO O| Aug 01 21:40:28.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93912025-08-01T21:40:29.805Z[ host-image] Aug 01 21:40:28.336 INFO O| Aug 01 21:40:28.336 INFO ok!
93922025-08-01T21:40:29.805Z[ host-image] Aug 01 21:40:28.336 INFO O| Aug 01 21:40:28.336 INFO STEP 27 (ensure_file) COMPLETE
93932025-08-01T21:40:29.805Z[ host-image] Aug 01 21:40:28.336 INFO O| Aug 01 21:40:28.336 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93942025-08-01T21:40:29.805Z[ recovery-image] Aug 01 21:40:28.338 INFO E| Compiling bitstruct_derive v0.1.0
93952025-08-01T21:40:29.810Z[ host-image] Aug 01 21:40:28.346 INFO O| Aug 01 21:40:28.346 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93962025-08-01T21:40:29.810Z[ host-image] Aug 01 21:40:28.346 INFO O| Aug 01 21:40:28.346 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93972025-08-01T21:40:29.814Z[ host-image] Aug 01 21:40:28.346 INFO O| Aug 01 21:40:28.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93982025-08-01T21:40:29.814Z[ host-image] Aug 01 21:40:28.346 INFO O| Aug 01 21:40:28.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93992025-08-01T21:40:29.814Z[ host-image] Aug 01 21:40:28.346 INFO O| Aug 01 21:40:28.346 INFO ok!
94002025-08-01T21:40:29.814Z[ host-image] Aug 01 21:40:28.346 INFO O| Aug 01 21:40:28.346 INFO STEP 28 (ensure_file) COMPLETE
94012025-08-01T21:40:29.814Z[ host-image] Aug 01 21:40:28.346 INFO O| Aug 01 21:40:28.346 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94022025-08-01T21:40:29.821Z[ host-image] Aug 01 21:40:28.356 INFO O| Aug 01 21:40:28.356 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94032025-08-01T21:40:29.824Z[ host-image] Aug 01 21:40:28.356 INFO O| Aug 01 21:40:28.356 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94042025-08-01T21:40:29.824Z[ host-image] Aug 01 21:40:28.356 INFO O| Aug 01 21:40:28.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94052025-08-01T21:40:29.824Z[ host-image] Aug 01 21:40:28.356 INFO O| Aug 01 21:40:28.356 INFO ok!
94062025-08-01T21:40:29.824Z[ host-image] Aug 01 21:40:28.356 INFO O| Aug 01 21:40:28.356 INFO STEP 29 (ensure_file) COMPLETE
94072025-08-01T21:40:29.824Z[ host-image] Aug 01 21:40:28.356 INFO O| Aug 01 21:40:28.356 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94082025-08-01T21:40:29.829Z[ host-image] Aug 01 21:40:28.364 INFO O| Aug 01 21:40:28.364 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94092025-08-01T21:40:29.829Z[ host-image] Aug 01 21:40:28.364 INFO O| Aug 01 21:40:28.364 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94102025-08-01T21:40:29.832Z[ host-image] Aug 01 21:40:28.364 INFO O| Aug 01 21:40:28.364 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94112025-08-01T21:40:29.832Z[ host-image] Aug 01 21:40:28.364 INFO O| Aug 01 21:40:28.364 INFO STEP 30 (ensure_dir) COMPLETE
94122025-08-01T21:40:29.832Z[ host-image] Aug 01 21:40:28.364 INFO O| Aug 01 21:40:28.364 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94132025-08-01T21:40:29.838Z[ host-image] Aug 01 21:40:28.374 INFO O| Aug 01 21:40:28.374 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94142025-08-01T21:40:29.838Z[ host-image] Aug 01 21:40:28.374 INFO O| Aug 01 21:40:28.374 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94152025-08-01T21:40:29.841Z[ host-image] Aug 01 21:40:28.374 INFO O| Aug 01 21:40:28.374 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94162025-08-01T21:40:29.841Z[ host-image] Aug 01 21:40:28.374 INFO O| Aug 01 21:40:28.374 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94172025-08-01T21:40:29.841Z[ host-image] Aug 01 21:40:28.374 INFO O| Aug 01 21:40:28.374 INFO ok!
94182025-08-01T21:40:29.841Z[ host-image] Aug 01 21:40:28.374 INFO O| Aug 01 21:40:28.374 INFO STEP 31 (ensure_file) COMPLETE
94192025-08-01T21:40:29.841Z[ host-image] Aug 01 21:40:28.374 INFO O| Aug 01 21:40:28.374 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94202025-08-01T21:40:29.846Z[ host-image] Aug 01 21:40:28.382 INFO O| Aug 01 21:40:28.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94212025-08-01T21:40:29.846Z[ host-image] Aug 01 21:40:28.382 INFO O| Aug 01 21:40:28.382 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94222025-08-01T21:40:29.849Z[ host-image] Aug 01 21:40:28.382 INFO O| Aug 01 21:40:28.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94232025-08-01T21:40:29.849Z[ host-image] Aug 01 21:40:28.382 INFO O| Aug 01 21:40:28.382 INFO STEP 32 (ensure_dir) COMPLETE
94242025-08-01T21:40:29.849Z[ host-image] Aug 01 21:40:28.382 INFO O| Aug 01 21:40:28.382 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94252025-08-01T21:40:29.854Z[ host-image] Aug 01 21:40:28.389 INFO O| Aug 01 21:40:28.389 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94262025-08-01T21:40:29.857Z[ host-image] Aug 01 21:40:28.390 INFO O| Aug 01 21:40:28.389 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 ...
94272025-08-01T21:40:29.857Z[ host-image] Aug 01 21:40:28.390 INFO O| Aug 01 21:40:28.390 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
94282025-08-01T21:40:29.857Z[ host-image] Aug 01 21:40:28.390 INFO O| Aug 01 21:40:28.390 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94292025-08-01T21:40:29.857Z[ host-image] Aug 01 21:40:28.390 INFO O| Aug 01 21:40:28.390 INFO ok!
94302025-08-01T21:40:29.857Z[ host-image] Aug 01 21:40:28.390 INFO O| Aug 01 21:40:28.390 INFO STEP 33 (ensure_file) COMPLETE
94312025-08-01T21:40:29.857Z[ host-image] Aug 01 21:40:28.390 INFO O| Aug 01 21:40:28.390 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94322025-08-01T21:40:29.862Z[ host-image] Aug 01 21:40:28.397 INFO O| Aug 01 21:40:28.397 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94332025-08-01T21:40:29.862Z[ host-image] Aug 01 21:40:28.397 INFO O| Aug 01 21:40:28.397 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94342025-08-01T21:40:29.865Z[ host-image] Aug 01 21:40:28.397 INFO O| Aug 01 21:40:28.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94352025-08-01T21:40:29.865Z[ host-image] Aug 01 21:40:28.397 INFO O| Aug 01 21:40:28.397 INFO ok!
94362025-08-01T21:40:29.865Z[ host-image] Aug 01 21:40:28.397 INFO O| Aug 01 21:40:28.397 INFO STEP 34 (ensure_file) COMPLETE
94372025-08-01T21:40:29.865Z[ host-image] Aug 01 21:40:28.397 INFO O| Aug 01 21:40:28.397 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94382025-08-01T21:40:29.873Z[ host-image] Aug 01 21:40:28.409 INFO O| Aug 01 21:40:28.408 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94392025-08-01T21:40:29.873Z[ host-image] Aug 01 21:40:28.409 INFO O| Aug 01 21:40:28.409 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94402025-08-01T21:40:29.877Z[ host-image] Aug 01 21:40:28.409 INFO O| Aug 01 21:40:28.409 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94412025-08-01T21:40:29.877Z[ host-image] Aug 01 21:40:28.409 INFO O| Aug 01 21:40:28.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94422025-08-01T21:40:29.877Z[ host-image] Aug 01 21:40:28.409 INFO O| Aug 01 21:40:28.409 INFO ok!
94432025-08-01T21:40:29.877Z[ host-image] Aug 01 21:40:28.409 INFO O| Aug 01 21:40:28.409 INFO STEP 35 (ensure_file) COMPLETE
94442025-08-01T21:40:29.877Z[ host-image] Aug 01 21:40:28.409 INFO O| Aug 01 21:40:28.409 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94452025-08-01T21:40:29.881Z[ host-image] Aug 01 21:40:28.417 INFO O| Aug 01 21:40:28.417 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94462025-08-01T21:40:29.881Z[ host-image] Aug 01 21:40:28.417 INFO O| Aug 01 21:40:28.417 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94472025-08-01T21:40:29.884Z[ host-image] Aug 01 21:40:28.417 INFO O| Aug 01 21:40:28.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94482025-08-01T21:40:29.885Z[ host-image] Aug 01 21:40:28.417 INFO O| Aug 01 21:40:28.417 INFO ok!
94492025-08-01T21:40:29.885Z[ host-image] Aug 01 21:40:28.417 INFO O| Aug 01 21:40:28.417 INFO STEP 36 (ensure_file) COMPLETE
94502025-08-01T21:40:29.885Z[ host-image] Aug 01 21:40:28.417 INFO O| Aug 01 21:40:28.417 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94512025-08-01T21:40:29.889Z[ host-image] Aug 01 21:40:28.424 INFO O| Aug 01 21:40:28.424 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94522025-08-01T21:40:29.889Z[ host-image] Aug 01 21:40:28.424 INFO O| Aug 01 21:40:28.424 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94532025-08-01T21:40:29.892Z[ host-image] Aug 01 21:40:28.425 INFO O| Aug 01 21:40:28.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94542025-08-01T21:40:29.892Z[ host-image] Aug 01 21:40:28.425 INFO O| Aug 01 21:40:28.425 INFO ok!
94552025-08-01T21:40:29.892Z[ host-image] Aug 01 21:40:28.425 INFO O| Aug 01 21:40:28.425 INFO STEP 37 (ensure_file) COMPLETE
94562025-08-01T21:40:29.892Z[ host-image] Aug 01 21:40:28.425 INFO O| Aug 01 21:40:28.425 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94572025-08-01T21:40:29.898Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94582025-08-01T21:40:29.898Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94592025-08-01T21:40:29.901Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94602025-08-01T21:40:29.901Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94612025-08-01T21:40:29.901Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94622025-08-01T21:40:29.901Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94632025-08-01T21:40:29.901Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO ok!
94642025-08-01T21:40:29.901Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO STEP 38 (ensure_file) COMPLETE
94652025-08-01T21:40:29.901Z[ host-image] Aug 01 21:40:28.434 INFO O| Aug 01 21:40:28.434 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94662025-08-01T21:40:29.906Z[ host-image] Aug 01 21:40:28.442 INFO O| Aug 01 21:40:28.442 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94672025-08-01T21:40:29.909Z[ host-image] Aug 01 21:40:28.442 INFO O| Aug 01 21:40:28.442 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94682025-08-01T21:40:29.909Z[ host-image] Aug 01 21:40:28.442 INFO O| Aug 01 21:40:28.442 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94692025-08-01T21:40:29.909Z[ host-image] Aug 01 21:40:28.442 INFO O| Aug 01 21:40:28.442 INFO STEP 39 (ensure_dir) COMPLETE
94702025-08-01T21:40:29.909Z[ host-image] Aug 01 21:40:28.442 INFO O| Aug 01 21:40:28.442 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94712025-08-01T21:40:29.914Z[ host-image] Aug 01 21:40:28.449 INFO O| Aug 01 21:40:28.449 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
94722025-08-01T21:40:29.914Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.449 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 ...
94732025-08-01T21:40:29.917Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.450 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
94742025-08-01T21:40:29.917Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.450 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
94752025-08-01T21:40:29.917Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.450 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
94762025-08-01T21:40:29.917Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.450 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
94772025-08-01T21:40:29.917Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.450 INFO ok!
94782025-08-01T21:40:29.917Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.450 INFO STEP 40 (ensure_file) COMPLETE
94792025-08-01T21:40:29.917Z[ host-image] Aug 01 21:40:28.450 INFO O| Aug 01 21:40:28.450 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94802025-08-01T21:40:29.921Z[ host-image] Aug 01 21:40:28.457 INFO O| Aug 01 21:40:28.457 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94812025-08-01T21:40:29.924Z[ host-image] Aug 01 21:40:28.457 INFO O| Aug 01 21:40:28.457 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 ...
94822025-08-01T21:40:29.924Z[ host-image] Aug 01 21:40:28.457 INFO O| Aug 01 21:40:28.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94832025-08-01T21:40:29.924Z[ host-image] Aug 01 21:40:28.457 INFO O| Aug 01 21:40:28.457 INFO ok!
94842025-08-01T21:40:29.925Z[ host-image] Aug 01 21:40:28.457 INFO O| Aug 01 21:40:28.457 INFO STEP 41 (ensure_symlink) COMPLETE
94852025-08-01T21:40:29.925Z[ host-image] Aug 01 21:40:28.457 INFO O| Aug 01 21:40:28.457 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94862025-08-01T21:40:29.929Z[ host-image] Aug 01 21:40:28.465 INFO O| Aug 01 21:40:28.465 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94872025-08-01T21:40:29.929Z[ host-image] Aug 01 21:40:28.465 INFO O| Aug 01 21:40:28.465 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94882025-08-01T21:40:29.929Z[ host-image] Aug 01 21:40:28.465 INFO O| Aug 01 21:40:28.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94892025-08-01T21:40:29.932Z[ host-image] Aug 01 21:40:28.465 INFO O| Aug 01 21:40:28.465 INFO ok!
94902025-08-01T21:40:29.932Z[ host-image] Aug 01 21:40:28.465 INFO O| Aug 01 21:40:28.465 INFO STEP 42 (ensure_symlink) COMPLETE
94912025-08-01T21:40:29.932Z[ host-image] Aug 01 21:40:28.465 INFO O| Aug 01 21:40:28.465 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94922025-08-01T21:40:29.939Z[ host-image] Aug 01 21:40:28.474 INFO O| Aug 01 21:40:28.474 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94932025-08-01T21:40:29.939Z[ host-image] Aug 01 21:40:28.474 INFO O| Aug 01 21:40:28.474 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94942025-08-01T21:40:29.942Z[ host-image] Aug 01 21:40:28.475 INFO O| Aug 01 21:40:28.475 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94952025-08-01T21:40:29.942Z[ host-image] Aug 01 21:40:28.475 INFO O| Aug 01 21:40:28.475 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94962025-08-01T21:40:29.942Z[ host-image] Aug 01 21:40:28.475 INFO O| Aug 01 21:40:28.475 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94972025-08-01T21:40:29.942Z[ host-image] Aug 01 21:40:28.475 INFO O| Aug 01 21:40:28.475 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94982025-08-01T21:40:29.942Z[ host-image] Aug 01 21:40:28.475 INFO O| Aug 01 21:40:28.475 INFO ok!
94992025-08-01T21:40:29.942Z[ host-image] Aug 01 21:40:28.475 INFO O| Aug 01 21:40:28.475 INFO STEP 43 (ensure_file) COMPLETE
95002025-08-01T21:40:29.942Z[ host-image] Aug 01 21:40:28.475 INFO O| Aug 01 21:40:28.475 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95012025-08-01T21:40:29.947Z[ host-image] Aug 01 21:40:28.483 INFO O| Aug 01 21:40:28.483 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95022025-08-01T21:40:29.947Z[ host-image] Aug 01 21:40:28.483 INFO O| Aug 01 21:40:28.483 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 ...
95032025-08-01T21:40:29.950Z[ host-image] Aug 01 21:40:28.483 INFO O| Aug 01 21:40:28.483 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
95042025-08-01T21:40:29.950Z[ host-image] Aug 01 21:40:28.483 INFO O| Aug 01 21:40:28.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95052025-08-01T21:40:29.951Z[ host-image] Aug 01 21:40:28.483 INFO O| Aug 01 21:40:28.483 INFO ok!
95062025-08-01T21:40:29.951Z[ host-image] Aug 01 21:40:28.483 INFO O| Aug 01 21:40:28.483 INFO STEP 44 (ensure_file) COMPLETE
95072025-08-01T21:40:29.951Z[ host-image] Aug 01 21:40:28.483 INFO O| Aug 01 21:40:28.483 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95082025-08-01T21:40:29.955Z[ host-image] Aug 01 21:40:28.491 INFO O| Aug 01 21:40:28.491 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95092025-08-01T21:40:29.958Z[ host-image] Aug 01 21:40:28.491 INFO O| Aug 01 21:40:28.491 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95102025-08-01T21:40:29.958Z[ host-image] Aug 01 21:40:28.491 INFO O| Aug 01 21:40:28.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95112025-08-01T21:40:29.958Z[ host-image] Aug 01 21:40:28.491 INFO O| Aug 01 21:40:28.491 INFO ok!
95122025-08-01T21:40:29.958Z[ host-image] Aug 01 21:40:28.491 INFO O| Aug 01 21:40:28.491 INFO STEP 45 (ensure_file) COMPLETE
95132025-08-01T21:40:29.959Z[ host-image] Aug 01 21:40:28.491 INFO O| Aug 01 21:40:28.491 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95142025-08-01T21:40:29.964Z[ host-image] Aug 01 21:40:28.499 INFO O| Aug 01 21:40:28.499 INFO updating shadow file
95152025-08-01T21:40:29.964Z[ host-image] Aug 01 21:40:28.499 INFO O| Aug 01 21:40:28.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95162025-08-01T21:40:29.967Z[ host-image] Aug 01 21:40:28.499 INFO O| Aug 01 21:40:28.499 INFO STEP 46 (shadow) COMPLETE
95172025-08-01T21:40:29.967Z[ host-image] Aug 01 21:40:28.499 INFO O| Aug 01 21:40:28.499 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95182025-08-01T21:40:29.972Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95192025-08-01T21:40:29.972Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95202025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95212025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95222025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO ok!
95232025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO STEP 47 (ensure_file) COMPLETE
95242025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95252025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO skip step because feature "mfg" is not enabled
95262025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95272025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO skip step because feature "mfg" is not enabled
95282025-08-01T21:40:29.975Z[ host-image] Aug 01 21:40:28.507 INFO O| Aug 01 21:40:28.507 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95292025-08-01T21:40:29.984Z[ host-image] Aug 01 21:40:28.520 INFO O| Aug 01 21:40:28.520 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95302025-08-01T21:40:29.984Z[ host-image] Aug 01 21:40:28.520 INFO O| Aug 01 21:40:28.520 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95312025-08-01T21:40:30.693Z[ host-image] Aug 01 21:40:29.227 INFO O| Aug 01 21:40:29.227 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95322025-08-01T21:40:30.693Z[ host-image] Aug 01 21:40:29.228 INFO O| Aug 01 21:40:29.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95332025-08-01T21:40:30.693Z[ host-image] Aug 01 21:40:29.228 INFO O| Aug 01 21:40:29.227 INFO ok!
95342025-08-01T21:40:30.696Z[ host-image] Aug 01 21:40:29.228 INFO O| Aug 01 21:40:29.227 INFO STEP 50 (ensure_file) COMPLETE
95352025-08-01T21:40:30.696Z[ host-image] Aug 01 21:40:29.228 INFO O| Aug 01 21:40:29.227 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95362025-08-01T21:40:30.696Z[ host-image] Aug 01 21:40:29.228 INFO O| Aug 01 21:40:29.228 INFO skip step because feature "compliance" is not enabled
95372025-08-01T21:40:30.697Z[ host-image] Aug 01 21:40:29.228 INFO O| Aug 01 21:40:29.228 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95382025-08-01T21:40:30.703Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95392025-08-01T21:40:30.704Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95402025-08-01T21:40:30.706Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95412025-08-01T21:40:30.707Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95422025-08-01T21:40:30.707Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95432025-08-01T21:40:30.707Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95442025-08-01T21:40:30.707Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO ok!
95452025-08-01T21:40:30.707Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO STEP 52 (ensure_file) COMPLETE
95462025-08-01T21:40:30.707Z[ host-image] Aug 01 21:40:29.239 INFO O| Aug 01 21:40:29.239 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95472025-08-01T21:40:30.712Z[ host-image] Aug 01 21:40:29.247 INFO O| Aug 01 21:40:29.247 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95482025-08-01T21:40:30.712Z[ host-image] Aug 01 21:40:29.247 INFO O| Aug 01 21:40:29.247 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 ...
95492025-08-01T21:40:30.715Z[ host-image] Aug 01 21:40:29.247 INFO O| Aug 01 21:40:29.247 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
95502025-08-01T21:40:30.715Z[ host-image] Aug 01 21:40:29.247 INFO O| Aug 01 21:40:29.247 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95512025-08-01T21:40:30.715Z[ host-image] Aug 01 21:40:29.247 INFO O| Aug 01 21:40:29.247 INFO ok!
95522025-08-01T21:40:30.715Z[ host-image] Aug 01 21:40:29.247 INFO O| Aug 01 21:40:29.247 INFO STEP 53 (ensure_file) COMPLETE
95532025-08-01T21:40:30.715Z[ host-image] Aug 01 21:40:29.247 INFO O| Aug 01 21:40:29.247 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95542025-08-01T21:40:30.723Z[ host-image] Aug 01 21:40:29.258 INFO O| Aug 01 21:40:29.258 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95552025-08-01T21:40:30.723Z[ host-image] Aug 01 21:40:29.258 INFO O| Aug 01 21:40:29.258 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 ...
95562025-08-01T21:40:30.726Z[ host-image] Aug 01 21:40:29.258 INFO O| Aug 01 21:40:29.258 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95572025-08-01T21:40:30.726Z[ host-image] Aug 01 21:40:29.258 INFO O| Aug 01 21:40:29.258 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95582025-08-01T21:40:30.726Z[ host-image] Aug 01 21:40:29.258 INFO O| Aug 01 21:40:29.258 INFO ok!
95592025-08-01T21:40:30.726Z[ host-image] Aug 01 21:40:29.258 INFO O| Aug 01 21:40:29.258 INFO STEP 54 (ensure_file) COMPLETE
95602025-08-01T21:40:30.726Z[ host-image] Aug 01 21:40:29.258 INFO O| Aug 01 21:40:29.258 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95612025-08-01T21:40:30.731Z[ host-image] Aug 01 21:40:29.266 INFO O| Aug 01 21:40:29.266 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95622025-08-01T21:40:30.731Z[ host-image] Aug 01 21:40:29.266 INFO O| Aug 01 21:40:29.266 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 ...
95632025-08-01T21:40:30.734Z[ host-image] Aug 01 21:40:29.266 INFO O| Aug 01 21:40:29.266 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
95642025-08-01T21:40:30.734Z[ host-image] Aug 01 21:40:29.266 INFO O| Aug 01 21:40:29.266 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95652025-08-01T21:40:30.734Z[ host-image] Aug 01 21:40:29.266 INFO O| Aug 01 21:40:29.266 INFO ok!
95662025-08-01T21:40:30.734Z[ host-image] Aug 01 21:40:29.266 INFO O| Aug 01 21:40:29.266 INFO STEP 55 (ensure_file) COMPLETE
95672025-08-01T21:40:30.734Z[ host-image] Aug 01 21:40:29.266 INFO O| Aug 01 21:40:29.266 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95682025-08-01T21:40:30.741Z[ host-image] Aug 01 21:40:29.276 INFO O| Aug 01 21:40:29.276 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95692025-08-01T21:40:30.745Z[ host-image] Aug 01 21:40:29.277 INFO O| Aug 01 21:40:29.276 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 ...
95702025-08-01T21:40:30.745Z[ host-image] Aug 01 21:40:29.277 INFO O| Aug 01 21:40:29.277 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95712025-08-01T21:40:30.745Z[ host-image] Aug 01 21:40:29.277 INFO O| Aug 01 21:40:29.277 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95722025-08-01T21:40:30.745Z[ host-image] Aug 01 21:40:29.277 INFO O| Aug 01 21:40:29.277 INFO ok!
95732025-08-01T21:40:30.745Z[ host-image] Aug 01 21:40:29.277 INFO O| Aug 01 21:40:29.277 INFO STEP 56 (ensure_file) COMPLETE
95742025-08-01T21:40:30.745Z[ host-image] Aug 01 21:40:29.277 INFO O| Aug 01 21:40:29.277 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95752025-08-01T21:40:30.751Z[ host-image] Aug 01 21:40:29.286 INFO O| Aug 01 21:40:29.286 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95762025-08-01T21:40:30.751Z[ host-image] Aug 01 21:40:29.286 INFO O| Aug 01 21:40:29.286 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 ...
95772025-08-01T21:40:30.754Z[ host-image] Aug 01 21:40:29.287 INFO O| Aug 01 21:40:29.286 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
95782025-08-01T21:40:30.754Z[ host-image] Aug 01 21:40:29.287 INFO O| Aug 01 21:40:29.287 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95792025-08-01T21:40:30.754Z[ host-image] Aug 01 21:40:29.287 INFO O| Aug 01 21:40:29.287 INFO ok!
95802025-08-01T21:40:30.754Z[ host-image] Aug 01 21:40:29.287 INFO O| Aug 01 21:40:29.287 INFO STEP 57 (ensure_file) COMPLETE
95812025-08-01T21:40:30.754Z[ host-image] Aug 01 21:40:29.287 INFO O| Aug 01 21:40:29.287 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95822025-08-01T21:40:30.761Z[ host-image] Aug 01 21:40:29.296 INFO O| Aug 01 21:40:29.296 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95832025-08-01T21:40:30.761Z[ host-image] Aug 01 21:40:29.296 INFO O| Aug 01 21:40:29.296 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 ...
95842025-08-01T21:40:30.764Z[ host-image] Aug 01 21:40:29.297 INFO O| Aug 01 21:40:29.296 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95852025-08-01T21:40:30.764Z[ host-image] Aug 01 21:40:29.297 INFO O| Aug 01 21:40:29.297 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95862025-08-01T21:40:30.765Z[ host-image] Aug 01 21:40:29.297 INFO O| Aug 01 21:40:29.297 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95872025-08-01T21:40:30.765Z[ host-image] Aug 01 21:40:29.297 INFO O| Aug 01 21:40:29.297 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95882025-08-01T21:40:30.765Z[ host-image] Aug 01 21:40:29.297 INFO O| Aug 01 21:40:29.297 INFO ok!
95892025-08-01T21:40:30.765Z[ host-image] Aug 01 21:40:29.297 INFO O| Aug 01 21:40:29.297 INFO STEP 58 (ensure_file) COMPLETE
95902025-08-01T21:40:30.765Z[ host-image] Aug 01 21:40:29.297 INFO O| Aug 01 21:40:29.297 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95912025-08-01T21:40:30.770Z[ host-image] Aug 01 21:40:29.304 INFO O| Aug 01 21:40:29.304 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95922025-08-01T21:40:30.770Z[ host-image] Aug 01 21:40:29.304 INFO O| Aug 01 21:40:29.304 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 ...
95932025-08-01T21:40:30.773Z[ host-image] Aug 01 21:40:29.305 INFO O| Aug 01 21:40:29.305 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
95942025-08-01T21:40:30.773Z[ host-image] Aug 01 21:40:29.305 INFO O| Aug 01 21:40:29.305 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95952025-08-01T21:40:30.773Z[ host-image] Aug 01 21:40:29.305 INFO O| Aug 01 21:40:29.305 INFO ok!
95962025-08-01T21:40:30.773Z[ host-image] Aug 01 21:40:29.305 INFO O| Aug 01 21:40:29.305 INFO STEP 59 (ensure_file) COMPLETE
95972025-08-01T21:40:30.773Z[ host-image] Aug 01 21:40:29.305 INFO O| Aug 01 21:40:29.305 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95982025-08-01T21:40:30.779Z[ host-image] Aug 01 21:40:29.314 INFO O| Aug 01 21:40:29.314 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95992025-08-01T21:40:30.782Z[ host-image] Aug 01 21:40:29.314 INFO O| Aug 01 21:40:29.314 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
96002025-08-01T21:40:30.782Z[ host-image] Aug 01 21:40:29.314 INFO O| Aug 01 21:40:29.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96012025-08-01T21:40:30.782Z[ host-image] Aug 01 21:40:29.314 INFO O| Aug 01 21:40:29.314 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96022025-08-01T21:40:30.782Z[ host-image] Aug 01 21:40:29.314 INFO O| Aug 01 21:40:29.314 INFO ok!
96032025-08-01T21:40:30.782Z[ host-image] Aug 01 21:40:29.314 INFO O| Aug 01 21:40:29.314 INFO STEP 60 (ensure_file) COMPLETE
96042025-08-01T21:40:30.782Z[ host-image] Aug 01 21:40:29.314 INFO O| Aug 01 21:40:29.314 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96052025-08-01T21:40:30.787Z[ host-image] Aug 01 21:40:29.322 INFO O| Aug 01 21:40:29.322 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96062025-08-01T21:40:30.790Z[ host-image] Aug 01 21:40:29.323 INFO O| Aug 01 21:40:29.322 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 ...
96072025-08-01T21:40:30.790Z[ host-image] Aug 01 21:40:29.323 INFO O| Aug 01 21:40:29.323 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
96082025-08-01T21:40:30.791Z[ host-image] Aug 01 21:40:29.323 INFO O| Aug 01 21:40:29.323 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96092025-08-01T21:40:30.791Z[ host-image] Aug 01 21:40:29.323 INFO O| Aug 01 21:40:29.323 INFO ok!
96102025-08-01T21:40:30.791Z[ host-image] Aug 01 21:40:29.323 INFO O| Aug 01 21:40:29.323 INFO STEP 61 (ensure_file) COMPLETE
96112025-08-01T21:40:30.791Z[ host-image] Aug 01 21:40:29.323 INFO O| Aug 01 21:40:29.323 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96122025-08-01T21:40:30.797Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96132025-08-01T21:40:30.797Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96142025-08-01T21:40:30.800Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96152025-08-01T21:40:30.800Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96162025-08-01T21:40:30.800Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96172025-08-01T21:40:30.800Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96182025-08-01T21:40:30.800Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO ok!
96192025-08-01T21:40:30.800Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO STEP 62 (ensure_file) COMPLETE
96202025-08-01T21:40:30.800Z[ host-image] Aug 01 21:40:29.332 INFO O| Aug 01 21:40:29.332 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96212025-08-01T21:40:30.806Z[ host-image] Aug 01 21:40:29.341 INFO O| Aug 01 21:40:29.341 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96222025-08-01T21:40:30.806Z[ host-image] Aug 01 21:40:29.341 INFO O| Aug 01 21:40:29.341 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 ...
96232025-08-01T21:40:30.809Z[ host-image] Aug 01 21:40:29.341 INFO O| Aug 01 21:40:29.341 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
96242025-08-01T21:40:30.809Z[ host-image] Aug 01 21:40:29.341 INFO O| Aug 01 21:40:29.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96252025-08-01T21:40:30.809Z[ host-image] Aug 01 21:40:29.341 INFO O| Aug 01 21:40:29.341 INFO ok!
96262025-08-01T21:40:30.809Z[ host-image] Aug 01 21:40:29.341 INFO O| Aug 01 21:40:29.341 INFO STEP 63 (ensure_file) COMPLETE
96272025-08-01T21:40:30.809Z[ host-image] Aug 01 21:40:29.341 INFO O| Aug 01 21:40:29.341 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96282025-08-01T21:40:30.814Z[ host-image] Aug 01 21:40:29.349 INFO O| Aug 01 21:40:29.349 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96292025-08-01T21:40:30.814Z[ host-image] Aug 01 21:40:29.349 INFO O| Aug 01 21:40:29.349 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 ...
96302025-08-01T21:40:30.818Z[ host-image] Aug 01 21:40:29.349 INFO O| Aug 01 21:40:29.349 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
96312025-08-01T21:40:30.818Z[ host-image] Aug 01 21:40:29.349 INFO O| Aug 01 21:40:29.349 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96322025-08-01T21:40:30.818Z[ host-image] Aug 01 21:40:29.349 INFO O| Aug 01 21:40:29.349 INFO ok!
96332025-08-01T21:40:30.818Z[ host-image] Aug 01 21:40:29.350 INFO O| Aug 01 21:40:29.349 INFO STEP 64 (ensure_file) COMPLETE
96342025-08-01T21:40:30.818Z[ host-image] Aug 01 21:40:29.350 INFO O| Aug 01 21:40:29.349 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96352025-08-01T21:40:30.823Z[ host-image] Aug 01 21:40:29.358 INFO O| Aug 01 21:40:29.358 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96362025-08-01T21:40:30.823Z[ host-image] Aug 01 21:40:29.358 INFO O| Aug 01 21:40:29.358 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 ...
96372025-08-01T21:40:30.826Z[ host-image] Aug 01 21:40:29.359 INFO O| Aug 01 21:40:29.358 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
96382025-08-01T21:40:30.826Z[ host-image] Aug 01 21:40:29.359 INFO O| Aug 01 21:40:29.359 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96392025-08-01T21:40:30.826Z[ host-image] Aug 01 21:40:29.359 INFO O| Aug 01 21:40:29.359 INFO ok!
96402025-08-01T21:40:30.827Z[ host-image] Aug 01 21:40:29.359 INFO O| Aug 01 21:40:29.359 INFO STEP 65 (ensure_file) COMPLETE
96412025-08-01T21:40:30.827Z[ host-image] Aug 01 21:40:29.359 INFO O| Aug 01 21:40:29.359 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-08-01T21:40:30.832Z[ host-image] Aug 01 21:40:29.367 INFO O| Aug 01 21:40:29.367 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96432025-08-01T21:40:30.833Z[ host-image] Aug 01 21:40:29.368 INFO O| Aug 01 21:40:29.367 INFO STEP 66 (ensure_dir) COMPLETE
96442025-08-01T21:40:30.833Z[ host-image] Aug 01 21:40:29.368 INFO O| Aug 01 21:40:29.367 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96452025-08-01T21:40:30.842Z[ host-image] Aug 01 21:40:29.377 INFO O| Aug 01 21:40:29.377 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96462025-08-01T21:40:30.842Z[ host-image] Aug 01 21:40:29.377 INFO O| Aug 01 21:40:29.377 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96472025-08-01T21:40:30.845Z[ host-image] Aug 01 21:40:29.377 INFO O| Aug 01 21:40:29.377 INFO STEP 67 (ensure_dir) COMPLETE
96482025-08-01T21:40:30.845Z[ host-image] Aug 01 21:40:29.377 INFO O| Aug 01 21:40:29.377 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492025-08-01T21:40:30.849Z[ host-image] Aug 01 21:40:29.384 INFO O| Aug 01 21:40:29.384 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96502025-08-01T21:40:30.852Z[ host-image] Aug 01 21:40:29.384 INFO O| Aug 01 21:40:29.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96512025-08-01T21:40:30.852Z[ host-image] Aug 01 21:40:29.385 INFO O| Aug 01 21:40:29.384 INFO STEP 68 (ensure_dir) COMPLETE
96522025-08-01T21:40:30.853Z[ host-image] Aug 01 21:40:29.385 INFO O| Aug 01 21:40:29.384 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532025-08-01T21:40:30.857Z[ host-image] Aug 01 21:40:29.392 INFO O| Aug 01 21:40:29.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96542025-08-01T21:40:30.857Z[ host-image] Aug 01 21:40:29.392 INFO O| Aug 01 21:40:29.392 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96552025-08-01T21:40:31.349Z[ host-image] Aug 01 21:40:29.884 INFO O| Aug 01 21:40:29.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96562025-08-01T21:40:31.349Z[ host-image] Aug 01 21:40:29.884 INFO O| Aug 01 21:40:29.884 INFO ok!
96572025-08-01T21:40:31.350Z[ host-image] Aug 01 21:40:29.884 INFO O| Aug 01 21:40:29.884 INFO STEP 69 (ensure_file) COMPLETE
96582025-08-01T21:40:31.353Z[ host-image] Aug 01 21:40:29.884 INFO O| Aug 01 21:40:29.884 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592025-08-01T21:40:31.358Z[ host-image] Aug 01 21:40:29.893 INFO O| Aug 01 21:40:29.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96602025-08-01T21:40:31.358Z[ host-image] Aug 01 21:40:29.893 INFO O| Aug 01 21:40:29.893 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96612025-08-01T21:40:32.441Z[ host-image] Aug 01 21:40:30.975 INFO O| Aug 01 21:40:30.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96622025-08-01T21:40:32.441Z[ host-image] Aug 01 21:40:30.975 INFO O| Aug 01 21:40:30.975 INFO ok!
96632025-08-01T21:40:32.445Z[ host-image] Aug 01 21:40:30.975 INFO O| Aug 01 21:40:30.975 INFO STEP 70 (ensure_file) COMPLETE
96642025-08-01T21:40:32.445Z[ host-image] Aug 01 21:40:30.975 INFO O| Aug 01 21:40:30.975 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652025-08-01T21:40:32.450Z[ host-image] Aug 01 21:40:30.984 INFO O| Aug 01 21:40:30.984 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96662025-08-01T21:40:32.453Z[ host-image] Aug 01 21:40:30.984 INFO O| Aug 01 21:40:30.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96672025-08-01T21:40:32.453Z[ host-image] Aug 01 21:40:30.984 INFO O| Aug 01 21:40:30.984 INFO STEP 71 (ensure_dir) COMPLETE
96682025-08-01T21:40:32.453Z[ host-image] Aug 01 21:40:30.984 INFO O| Aug 01 21:40:30.984 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692025-08-01T21:40:32.458Z[ host-image] Aug 01 21:40:30.992 INFO O| Aug 01 21:40:30.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96702025-08-01T21:40:32.458Z[ host-image] Aug 01 21:40:30.992 INFO O| Aug 01 21:40:30.992 INFO copying /tmp/.tmpsKVwmA/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 ...
96712025-08-01T21:40:32.461Z[ host-image] Aug 01 21:40:30.992 INFO O| Aug 01 21:40:30.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96722025-08-01T21:40:32.461Z[ host-image] Aug 01 21:40:30.992 INFO O| Aug 01 21:40:30.992 INFO ok!
96732025-08-01T21:40:32.461Z[ host-image] Aug 01 21:40:30.992 INFO O| Aug 01 21:40:30.992 INFO STEP 72 (ensure_file) COMPLETE
96742025-08-01T21:40:32.461Z[ host-image] Aug 01 21:40:30.992 INFO O| Aug 01 21:40:30.992 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752025-08-01T21:40:32.466Z[ host-image] Aug 01 21:40:31.000 INFO O| Aug 01 21:40:31.000 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96762025-08-01T21:40:32.466Z[ host-image] Aug 01 21:40:31.000 INFO O| Aug 01 21:40:31.000 INFO copying /tmp/.tmpsKVwmA/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 ...
96772025-08-01T21:40:32.466Z[ host-image] Aug 01 21:40:31.000 INFO O| Aug 01 21:40:31.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96782025-08-01T21:40:32.470Z[ host-image] Aug 01 21:40:31.000 INFO O| Aug 01 21:40:31.000 INFO ok!
96792025-08-01T21:40:32.470Z[ host-image] Aug 01 21:40:31.000 INFO O| Aug 01 21:40:31.000 INFO STEP 73 (ensure_file) COMPLETE
96802025-08-01T21:40:32.470Z[ host-image] Aug 01 21:40:31.000 INFO O| Aug 01 21:40:31.000 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812025-08-01T21:40:32.475Z[ host-image] Aug 01 21:40:31.009 INFO O| Aug 01 21:40:31.009 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96822025-08-01T21:40:32.475Z[ host-image] Aug 01 21:40:31.009 INFO O| Aug 01 21:40:31.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96832025-08-01T21:40:32.478Z[ host-image] Aug 01 21:40:31.009 INFO O| Aug 01 21:40:31.009 INFO STEP 74 (ensure_dir) COMPLETE
96842025-08-01T21:40:32.478Z[ host-image] Aug 01 21:40:31.009 INFO O| Aug 01 21:40:31.009 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852025-08-01T21:40:32.483Z[ host-image] Aug 01 21:40:31.017 INFO O| Aug 01 21:40:31.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96862025-08-01T21:40:32.483Z[ host-image] Aug 01 21:40:31.017 INFO O| Aug 01 21:40:31.017 INFO copying /tmp/.tmpsKVwmA/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 ...
96872025-08-01T21:40:32.489Z[ host-image] Aug 01 21:40:31.017 INFO O| Aug 01 21:40:31.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96882025-08-01T21:40:32.489Z[ host-image] Aug 01 21:40:31.017 INFO O| Aug 01 21:40:31.017 INFO ok!
96892025-08-01T21:40:32.489Z[ host-image] Aug 01 21:40:31.017 INFO O| Aug 01 21:40:31.017 INFO STEP 75 (ensure_file) COMPLETE
96902025-08-01T21:40:32.489Z[ host-image] Aug 01 21:40:31.017 INFO O| Aug 01 21:40:31.017 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912025-08-01T21:40:32.492Z[ host-image] Aug 01 21:40:31.026 INFO O| Aug 01 21:40:31.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96922025-08-01T21:40:32.492Z[ host-image] Aug 01 21:40:31.026 INFO O| Aug 01 21:40:31.026 INFO copying /tmp/.tmpsKVwmA/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 ...
96932025-08-01T21:40:32.495Z[ host-image] Aug 01 21:40:31.026 INFO O| Aug 01 21:40:31.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96942025-08-01T21:40:32.495Z[ host-image] Aug 01 21:40:31.027 INFO O| Aug 01 21:40:31.026 INFO ok!
96952025-08-01T21:40:32.495Z[ host-image] Aug 01 21:40:31.027 INFO O| Aug 01 21:40:31.026 INFO STEP 76 (ensure_file) COMPLETE
96962025-08-01T21:40:32.495Z[ host-image] Aug 01 21:40:31.027 INFO O| Aug 01 21:40:31.026 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972025-08-01T21:40:32.500Z[ host-image] Aug 01 21:40:31.034 INFO O| Aug 01 21:40:31.034 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96982025-08-01T21:40:32.503Z[ host-image] Aug 01 21:40:31.034 INFO O| Aug 01 21:40:31.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96992025-08-01T21:40:32.503Z[ host-image] Aug 01 21:40:31.034 INFO O| Aug 01 21:40:31.034 INFO STEP 77 (ensure_dir) COMPLETE
97002025-08-01T21:40:32.503Z[ host-image] Aug 01 21:40:31.034 INFO O| Aug 01 21:40:31.034 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012025-08-01T21:40:32.508Z[ host-image] Aug 01 21:40:31.042 INFO O| Aug 01 21:40:31.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97022025-08-01T21:40:32.508Z[ host-image] Aug 01 21:40:31.042 INFO O| Aug 01 21:40:31.042 INFO copying /tmp/.tmpsKVwmA/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 ...
97032025-08-01T21:40:32.511Z[ host-image] Aug 01 21:40:31.042 INFO O| Aug 01 21:40:31.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97042025-08-01T21:40:32.511Z[ host-image] Aug 01 21:40:31.042 INFO O| Aug 01 21:40:31.042 INFO ok!
97052025-08-01T21:40:32.511Z[ host-image] Aug 01 21:40:31.042 INFO O| Aug 01 21:40:31.042 INFO STEP 78 (ensure_file) COMPLETE
97062025-08-01T21:40:32.511Z[ host-image] Aug 01 21:40:31.042 INFO O| Aug 01 21:40:31.042 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072025-08-01T21:40:32.515Z[ host-image] Aug 01 21:40:31.049 INFO O| Aug 01 21:40:31.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97082025-08-01T21:40:32.515Z[ host-image] Aug 01 21:40:31.049 INFO O| Aug 01 21:40:31.049 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97092025-08-01T21:40:32.518Z[ host-image] Aug 01 21:40:31.049 INFO O| Aug 01 21:40:31.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97102025-08-01T21:40:32.518Z[ host-image] Aug 01 21:40:31.049 INFO O| Aug 01 21:40:31.049 INFO ok!
97112025-08-01T21:40:32.518Z[ host-image] Aug 01 21:40:31.049 INFO O| Aug 01 21:40:31.049 INFO STEP 79 (ensure_file) COMPLETE
97122025-08-01T21:40:32.518Z[ host-image] Aug 01 21:40:31.049 INFO O| Aug 01 21:40:31.049 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132025-08-01T21:40:32.525Z[ host-image] Aug 01 21:40:31.059 INFO O| Aug 01 21:40:31.059 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97142025-08-01T21:40:32.525Z[ host-image] Aug 01 21:40:31.059 INFO O| Aug 01 21:40:31.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97152025-08-01T21:40:32.528Z[ host-image] Aug 01 21:40:31.059 INFO O| Aug 01 21:40:31.059 INFO STEP 80 (ensure_dir) COMPLETE
97162025-08-01T21:40:32.528Z[ host-image] Aug 01 21:40:31.059 INFO O| Aug 01 21:40:31.059 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-08-01T21:40:32.533Z[ host-image] Aug 01 21:40:31.067 INFO O| Aug 01 21:40:31.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97182025-08-01T21:40:32.533Z[ host-image] Aug 01 21:40:31.067 INFO O| Aug 01 21:40:31.067 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97192025-08-01T21:40:33.531Z[ host-image] Aug 01 21:40:32.064 INFO O| Aug 01 21:40:32.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97202025-08-01T21:40:33.531Z[ host-image] Aug 01 21:40:32.064 INFO O| Aug 01 21:40:32.064 INFO ok!
97212025-08-01T21:40:33.534Z[ host-image] Aug 01 21:40:32.064 INFO O| Aug 01 21:40:32.064 INFO STEP 81 (ensure_file) COMPLETE
97222025-08-01T21:40:33.534Z[ host-image] Aug 01 21:40:32.064 INFO O| Aug 01 21:40:32.064 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-08-01T21:40:33.539Z[ host-image] Aug 01 21:40:32.073 INFO O| Aug 01 21:40:32.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97242025-08-01T21:40:33.540Z[ host-image] Aug 01 21:40:32.073 INFO O| Aug 01 21:40:32.073 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97252025-08-01T21:40:35.940Z[ host-image] Aug 01 21:40:34.471 INFO O| Aug 01 21:40:34.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97262025-08-01T21:40:35.940Z[ host-image] Aug 01 21:40:34.471 INFO O| Aug 01 21:40:34.471 INFO ok!
97272025-08-01T21:40:35.943Z[ host-image] Aug 01 21:40:34.471 INFO O| Aug 01 21:40:34.471 INFO STEP 82 (ensure_file) COMPLETE
97282025-08-01T21:40:35.943Z[ host-image] Aug 01 21:40:34.471 INFO O| Aug 01 21:40:34.471 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292025-08-01T21:40:35.949Z[ host-image] Aug 01 21:40:34.480 INFO O| Aug 01 21:40:34.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97302025-08-01T21:40:35.952Z[ host-image] Aug 01 21:40:34.481 INFO O| Aug 01 21:40:34.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97312025-08-01T21:40:35.952Z[ host-image] Aug 01 21:40:34.481 INFO O| Aug 01 21:40:34.481 INFO STEP 83 (ensure_dir) COMPLETE
97322025-08-01T21:40:35.952Z[ host-image] Aug 01 21:40:34.481 INFO O| Aug 01 21:40:34.481 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332025-08-01T21:40:35.957Z[ host-image] Aug 01 21:40:34.488 INFO O| Aug 01 21:40:34.488 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97342025-08-01T21:40:35.960Z[ host-image] Aug 01 21:40:34.488 INFO O| Aug 01 21:40:34.488 INFO copying /tmp/.tmpsKVwmA/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 ...
97352025-08-01T21:40:35.960Z[ host-image] Aug 01 21:40:34.488 INFO O| Aug 01 21:40:34.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97362025-08-01T21:40:35.960Z[ host-image] Aug 01 21:40:34.489 INFO O| Aug 01 21:40:34.488 INFO ok!
97372025-08-01T21:40:35.960Z[ host-image] Aug 01 21:40:34.489 INFO O| Aug 01 21:40:34.489 INFO STEP 84 (ensure_file) COMPLETE
97382025-08-01T21:40:35.960Z[ host-image] Aug 01 21:40:34.489 INFO O| Aug 01 21:40:34.489 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392025-08-01T21:40:35.964Z[ host-image] Aug 01 21:40:34.496 INFO O| Aug 01 21:40:34.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97402025-08-01T21:40:35.964Z[ host-image] Aug 01 21:40:34.496 INFO O| Aug 01 21:40:34.496 INFO copying /tmp/.tmpsKVwmA/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 ...
97412025-08-01T21:40:35.964Z[ host-image] Aug 01 21:40:34.496 INFO O| Aug 01 21:40:34.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97422025-08-01T21:40:35.967Z[ host-image] Aug 01 21:40:34.496 INFO O| Aug 01 21:40:34.496 INFO ok!
97432025-08-01T21:40:35.967Z[ host-image] Aug 01 21:40:34.496 INFO O| Aug 01 21:40:34.496 INFO STEP 85 (ensure_file) COMPLETE
97442025-08-01T21:40:35.967Z[ host-image] Aug 01 21:40:34.496 INFO O| Aug 01 21:40:34.496 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452025-08-01T21:40:35.972Z[ host-image] Aug 01 21:40:34.504 INFO O| Aug 01 21:40:34.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97462025-08-01T21:40:35.972Z[ host-image] Aug 01 21:40:34.504 INFO O| Aug 01 21:40:34.504 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97472025-08-01T21:40:35.976Z[ host-image] Aug 01 21:40:34.504 INFO O| Aug 01 21:40:34.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97482025-08-01T21:40:35.976Z[ host-image] Aug 01 21:40:34.504 INFO O| Aug 01 21:40:34.504 INFO ok!
97492025-08-01T21:40:35.976Z[ host-image] Aug 01 21:40:34.504 INFO O| Aug 01 21:40:34.504 INFO STEP 86 (ensure_file) COMPLETE
97502025-08-01T21:40:35.976Z[ host-image] Aug 01 21:40:34.504 INFO O| Aug 01 21:40:34.504 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512025-08-01T21:40:35.980Z[ host-image] Aug 01 21:40:34.512 INFO O| Aug 01 21:40:34.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97522025-08-01T21:40:35.983Z[ host-image] Aug 01 21:40:34.512 INFO O| Aug 01 21:40:34.512 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97532025-08-01T21:40:35.983Z[ host-image] Aug 01 21:40:34.512 INFO O| Aug 01 21:40:34.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97542025-08-01T21:40:35.983Z[ host-image] Aug 01 21:40:34.512 INFO O| Aug 01 21:40:34.512 INFO ok!
97552025-08-01T21:40:35.983Z[ host-image] Aug 01 21:40:34.512 INFO O| Aug 01 21:40:34.512 INFO STEP 87 (ensure_file) COMPLETE
97562025-08-01T21:40:35.983Z[ host-image] Aug 01 21:40:34.512 INFO O| Aug 01 21:40:34.512 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572025-08-01T21:40:35.987Z[ host-image] Aug 01 21:40:34.519 INFO O| Aug 01 21:40:34.519 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97582025-08-01T21:40:35.990Z[ host-image] Aug 01 21:40:34.519 INFO O| Aug 01 21:40:34.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97592025-08-01T21:40:35.990Z[ host-image] Aug 01 21:40:34.519 INFO O| Aug 01 21:40:34.519 INFO STEP 88 (ensure_dir) COMPLETE
97602025-08-01T21:40:35.990Z[ host-image] Aug 01 21:40:34.519 INFO O| Aug 01 21:40:34.519 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612025-08-01T21:40:35.995Z[ host-image] Aug 01 21:40:34.527 INFO O| Aug 01 21:40:34.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97622025-08-01T21:40:35.998Z[ host-image] Aug 01 21:40:34.527 INFO O| Aug 01 21:40:34.527 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97632025-08-01T21:40:36.001Z[ host-image] Aug 01 21:40:34.531 INFO O| Aug 01 21:40:34.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97642025-08-01T21:40:36.001Z[ host-image] Aug 01 21:40:34.531 INFO O| Aug 01 21:40:34.531 INFO ok!
97652025-08-01T21:40:36.001Z[ host-image] Aug 01 21:40:34.531 INFO O| Aug 01 21:40:34.531 INFO STEP 89 (ensure_file) COMPLETE
97662025-08-01T21:40:36.001Z[ host-image] Aug 01 21:40:34.531 INFO O| Aug 01 21:40:34.531 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672025-08-01T21:40:36.009Z[ host-image] Aug 01 21:40:34.541 INFO O| Aug 01 21:40:34.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97682025-08-01T21:40:36.009Z[ host-image] Aug 01 21:40:34.541 INFO O| Aug 01 21:40:34.541 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97692025-08-01T21:40:36.012Z[ host-image] Aug 01 21:40:34.541 INFO O| Aug 01 21:40:34.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97702025-08-01T21:40:36.012Z[ host-image] Aug 01 21:40:34.541 INFO O| Aug 01 21:40:34.541 INFO ok!
97712025-08-01T21:40:36.012Z[ host-image] Aug 01 21:40:34.541 INFO O| Aug 01 21:40:34.541 INFO STEP 90 (ensure_file) COMPLETE
97722025-08-01T21:40:36.012Z[ host-image] Aug 01 21:40:34.541 INFO O| Aug 01 21:40:34.541 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732025-08-01T21:40:36.017Z[ host-image] Aug 01 21:40:34.548 INFO O| Aug 01 21:40:34.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97742025-08-01T21:40:36.017Z[ host-image] Aug 01 21:40:34.548 INFO O| Aug 01 21:40:34.548 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97752025-08-01T21:40:36.932Z[ host-image] Aug 01 21:40:35.463 INFO O| Aug 01 21:40:35.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97762025-08-01T21:40:36.932Z[ host-image] Aug 01 21:40:35.463 INFO O| Aug 01 21:40:35.463 INFO ok!
97772025-08-01T21:40:36.936Z[ host-image] Aug 01 21:40:35.463 INFO O| Aug 01 21:40:35.463 INFO STEP 91 (ensure_file) COMPLETE
97782025-08-01T21:40:36.936Z[ host-image] Aug 01 21:40:35.463 INFO O| Aug 01 21:40:35.463 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792025-08-01T21:40:36.941Z[ host-image] Aug 01 21:40:35.472 INFO O| Aug 01 21:40:35.472 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97802025-08-01T21:40:36.941Z[ host-image] Aug 01 21:40:35.472 INFO O| Aug 01 21:40:35.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97812025-08-01T21:40:36.944Z[ host-image] Aug 01 21:40:35.472 INFO O| Aug 01 21:40:35.472 INFO STEP 92 (ensure_dir) COMPLETE
97822025-08-01T21:40:36.944Z[ host-image] Aug 01 21:40:35.472 INFO O| Aug 01 21:40:35.472 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832025-08-01T21:40:36.949Z[ host-image] Aug 01 21:40:35.480 INFO O| Aug 01 21:40:35.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97842025-08-01T21:40:36.949Z[ host-image] Aug 01 21:40:35.480 INFO O| Aug 01 21:40:35.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97852025-08-01T21:40:36.952Z[ host-image] Aug 01 21:40:35.480 INFO O| Aug 01 21:40:35.480 INFO STEP 93 (ensure_dir) COMPLETE
97862025-08-01T21:40:36.952Z[ host-image] Aug 01 21:40:35.480 INFO O| Aug 01 21:40:35.480 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872025-08-01T21:40:36.960Z[ host-image] Aug 01 21:40:35.491 INFO O| Aug 01 21:40:35.491 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97882025-08-01T21:40:36.960Z[ host-image] Aug 01 21:40:35.491 INFO O| Aug 01 21:40:35.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97892025-08-01T21:40:36.963Z[ host-image] Aug 01 21:40:35.491 INFO O| Aug 01 21:40:35.491 INFO STEP 94 (ensure_dir) COMPLETE
97902025-08-01T21:40:36.963Z[ host-image] Aug 01 21:40:35.491 INFO O| Aug 01 21:40:35.491 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912025-08-01T21:40:36.970Z[ host-image] Aug 01 21:40:35.501 INFO O| Aug 01 21:40:35.501 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97922025-08-01T21:40:36.972Z[ host-image] Aug 01 21:40:35.501 INFO O| Aug 01 21:40:35.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97932025-08-01T21:40:36.972Z[ host-image] Aug 01 21:40:35.501 INFO O| Aug 01 21:40:35.501 INFO STEP 95 (ensure_dir) COMPLETE
97942025-08-01T21:40:36.973Z[ host-image] Aug 01 21:40:35.501 INFO O| Aug 01 21:40:35.501 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952025-08-01T21:40:36.977Z[ host-image] Aug 01 21:40:35.508 INFO O| Aug 01 21:40:35.508 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97962025-08-01T21:40:36.977Z[ host-image] Aug 01 21:40:35.508 INFO O| Aug 01 21:40:35.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97972025-08-01T21:40:36.981Z[ host-image] Aug 01 21:40:35.508 INFO O| Aug 01 21:40:35.508 INFO STEP 96 (ensure_dir) COMPLETE
97982025-08-01T21:40:36.981Z[ host-image] Aug 01 21:40:35.508 INFO O| Aug 01 21:40:35.508 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-08-01T21:40:36.985Z[ host-image] Aug 01 21:40:35.516 INFO O| Aug 01 21:40:35.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98002025-08-01T21:40:36.988Z[ host-image] Aug 01 21:40:35.516 INFO O| Aug 01 21:40:35.516 INFO copying /tmp/.tmpsKVwmA/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 ...
98012025-08-01T21:40:36.989Z[ host-image] Aug 01 21:40:35.516 INFO O| Aug 01 21:40:35.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98022025-08-01T21:40:36.989Z[ host-image] Aug 01 21:40:35.516 INFO O| Aug 01 21:40:35.516 INFO ok!
98032025-08-01T21:40:36.989Z[ host-image] Aug 01 21:40:35.516 INFO O| Aug 01 21:40:35.516 INFO STEP 97 (ensure_file) COMPLETE
98042025-08-01T21:40:36.989Z[ host-image] Aug 01 21:40:35.516 INFO O| Aug 01 21:40:35.516 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-08-01T21:40:36.993Z[ host-image] Aug 01 21:40:35.524 INFO O| Aug 01 21:40:35.524 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98062025-08-01T21:40:36.993Z[ host-image] Aug 01 21:40:35.524 INFO O| Aug 01 21:40:35.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98072025-08-01T21:40:36.996Z[ host-image] Aug 01 21:40:35.524 INFO O| Aug 01 21:40:35.524 INFO STEP 98 (ensure_dir) COMPLETE
98082025-08-01T21:40:36.996Z[ host-image] Aug 01 21:40:35.524 INFO O| Aug 01 21:40:35.524 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092025-08-01T21:40:37.000Z[ host-image] Aug 01 21:40:35.531 INFO O| Aug 01 21:40:35.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98102025-08-01T21:40:37.000Z[ host-image] Aug 01 21:40:35.531 INFO O| Aug 01 21:40:35.531 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98112025-08-01T21:40:37.003Z[ host-image] Aug 01 21:40:35.531 INFO O| Aug 01 21:40:35.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98122025-08-01T21:40:37.003Z[ host-image] Aug 01 21:40:35.531 INFO O| Aug 01 21:40:35.531 INFO ok!
98132025-08-01T21:40:37.003Z[ host-image] Aug 01 21:40:35.531 INFO O| Aug 01 21:40:35.531 INFO STEP 99 (ensure_file) COMPLETE
98142025-08-01T21:40:37.003Z[ host-image] Aug 01 21:40:35.531 INFO O| Aug 01 21:40:35.531 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152025-08-01T21:40:37.007Z[ host-image] Aug 01 21:40:35.539 INFO O| Aug 01 21:40:35.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98162025-08-01T21:40:37.007Z[ host-image] Aug 01 21:40:35.539 INFO O| Aug 01 21:40:35.539 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98172025-08-01T21:40:37.297Z[ host-image] Aug 01 21:40:35.828 INFO O| Aug 01 21:40:35.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98182025-08-01T21:40:37.297Z[ host-image] Aug 01 21:40:35.828 INFO O| Aug 01 21:40:35.828 INFO ok!
98192025-08-01T21:40:37.301Z[ host-image] Aug 01 21:40:35.828 INFO O| Aug 01 21:40:35.828 INFO STEP 100 (ensure_file) COMPLETE
98202025-08-01T21:40:37.301Z[ host-image] Aug 01 21:40:35.828 INFO O| Aug 01 21:40:35.828 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212025-08-01T21:40:37.308Z[ host-image] Aug 01 21:40:35.839 INFO O| Aug 01 21:40:35.839 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98222025-08-01T21:40:37.308Z[ host-image] Aug 01 21:40:35.839 INFO O| Aug 01 21:40:35.839 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98232025-08-01T21:40:37.768Z[ host-image] Aug 01 21:40:36.298 INFO O| Aug 01 21:40:36.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98242025-08-01T21:40:37.768Z[ host-image] Aug 01 21:40:36.298 INFO O| Aug 01 21:40:36.298 INFO ok!
98252025-08-01T21:40:37.771Z[ host-image] Aug 01 21:40:36.298 INFO O| Aug 01 21:40:36.298 INFO STEP 101 (ensure_file) COMPLETE
98262025-08-01T21:40:37.771Z[ host-image] Aug 01 21:40:36.298 INFO O| Aug 01 21:40:36.298 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272025-08-01T21:40:37.776Z[ host-image] Aug 01 21:40:36.307 INFO O| Aug 01 21:40:36.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98282025-08-01T21:40:37.776Z[ host-image] Aug 01 21:40:36.307 INFO O| Aug 01 21:40:36.307 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98292025-08-01T21:40:37.779Z[ host-image] Aug 01 21:40:36.307 INFO O| Aug 01 21:40:36.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98302025-08-01T21:40:37.779Z[ host-image] Aug 01 21:40:36.307 INFO O| Aug 01 21:40:36.307 INFO ok!
98312025-08-01T21:40:37.779Z[ host-image] Aug 01 21:40:36.307 INFO O| Aug 01 21:40:36.307 INFO STEP 102 (ensure_file) COMPLETE
98322025-08-01T21:40:37.779Z[ host-image] Aug 01 21:40:36.307 INFO O| Aug 01 21:40:36.307 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332025-08-01T21:40:37.784Z[ host-image] Aug 01 21:40:36.315 INFO O| Aug 01 21:40:36.315 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
98342025-08-01T21:40:37.784Z[ host-image] Aug 01 21:40:36.315 INFO O| Aug 01 21:40:36.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
98352025-08-01T21:40:37.787Z[ host-image] Aug 01 21:40:36.315 INFO O| Aug 01 21:40:36.315 INFO STEP 103 (ensure_dir) COMPLETE
98362025-08-01T21:40:37.787Z[ host-image] Aug 01 21:40:36.315 INFO O| Aug 01 21:40:36.315 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372025-08-01T21:40:37.794Z[ host-image] Aug 01 21:40:36.324 INFO O| Aug 01 21:40:36.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
98382025-08-01T21:40:37.797Z[ host-image] Aug 01 21:40:36.325 INFO O| Aug 01 21:40:36.324 INFO copying /tmp/.tmpsKVwmA/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 ...
98392025-08-01T21:40:37.797Z[ host-image] Aug 01 21:40:36.325 INFO O| Aug 01 21:40:36.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
98402025-08-01T21:40:37.797Z[ host-image] Aug 01 21:40:36.325 INFO O| Aug 01 21:40:36.325 INFO ok!
98412025-08-01T21:40:37.797Z[ host-image] Aug 01 21:40:36.325 INFO O| Aug 01 21:40:36.325 INFO STEP 104 (ensure_file) COMPLETE
98422025-08-01T21:40:37.797Z[ host-image] Aug 01 21:40:36.325 INFO O| Aug 01 21:40:36.325 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432025-08-01T21:40:37.801Z[ host-image] Aug 01 21:40:36.332 INFO O| Aug 01 21:40:36.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
98442025-08-01T21:40:37.801Z[ host-image] Aug 01 21:40:36.332 INFO O| Aug 01 21:40:36.332 INFO copying /tmp/.tmpsKVwmA/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 ...
98452025-08-01T21:40:37.804Z[ host-image] Aug 01 21:40:36.332 INFO O| Aug 01 21:40:36.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
98462025-08-01T21:40:37.804Z[ host-image] Aug 01 21:40:36.332 INFO O| Aug 01 21:40:36.332 INFO ok!
98472025-08-01T21:40:37.804Z[ host-image] Aug 01 21:40:36.332 INFO O| Aug 01 21:40:36.332 INFO STEP 105 (ensure_file) COMPLETE
98482025-08-01T21:40:37.804Z[ host-image] Aug 01 21:40:36.332 INFO O| Aug 01 21:40:36.332 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492025-08-01T21:40:37.811Z[ host-image] Aug 01 21:40:36.342 INFO O| Aug 01 21:40:36.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
98502025-08-01T21:40:37.811Z[ host-image] Aug 01 21:40:36.342 INFO O| Aug 01 21:40:36.342 INFO copying /tmp/.tmpsKVwmA/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 ...
98512025-08-01T21:40:37.814Z[ host-image] Aug 01 21:40:36.342 INFO O| Aug 01 21:40:36.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
98522025-08-01T21:40:37.814Z[ host-image] Aug 01 21:40:36.342 INFO O| Aug 01 21:40:36.342 INFO ok!
98532025-08-01T21:40:37.814Z[ host-image] Aug 01 21:40:36.342 INFO O| Aug 01 21:40:36.342 INFO STEP 106 (ensure_file) COMPLETE
98542025-08-01T21:40:37.814Z[ host-image] Aug 01 21:40:36.342 INFO O| Aug 01 21:40:36.342 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552025-08-01T21:40:37.818Z[ host-image] Aug 01 21:40:36.349 INFO O| Aug 01 21:40:36.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
98562025-08-01T21:40:37.819Z[ host-image] Aug 01 21:40:36.349 INFO O| Aug 01 21:40:36.349 INFO copying /tmp/.tmpsKVwmA/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 ...
98572025-08-01T21:40:37.821Z[ host-image] Aug 01 21:40:36.349 INFO O| Aug 01 21:40:36.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
98582025-08-01T21:40:37.821Z[ host-image] Aug 01 21:40:36.349 INFO O| Aug 01 21:40:36.349 INFO ok!
98592025-08-01T21:40:37.821Z[ host-image] Aug 01 21:40:36.349 INFO O| Aug 01 21:40:36.349 INFO STEP 107 (ensure_file) COMPLETE
98602025-08-01T21:40:37.821Z[ host-image] Aug 01 21:40:36.349 INFO O| Aug 01 21:40:36.349 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612025-08-01T21:40:37.826Z[ host-image] Aug 01 21:40:36.357 INFO O| Aug 01 21:40:36.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
98622025-08-01T21:40:37.826Z[ host-image] Aug 01 21:40:36.357 INFO O| Aug 01 21:40:36.357 INFO copying /tmp/.tmpsKVwmA/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 ...
98632025-08-01T21:40:37.829Z[ host-image] Aug 01 21:40:36.357 INFO O| Aug 01 21:40:36.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
98642025-08-01T21:40:37.829Z[ host-image] Aug 01 21:40:36.357 INFO O| Aug 01 21:40:36.357 INFO ok!
98652025-08-01T21:40:37.829Z[ host-image] Aug 01 21:40:36.357 INFO O| Aug 01 21:40:36.357 INFO STEP 108 (ensure_file) COMPLETE
98662025-08-01T21:40:37.829Z[ host-image] Aug 01 21:40:36.357 INFO O| Aug 01 21:40:36.357 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672025-08-01T21:40:37.834Z[ host-image] Aug 01 21:40:36.364 INFO O| Aug 01 21:40:36.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
98682025-08-01T21:40:37.834Z[ host-image] Aug 01 21:40:36.364 INFO O| Aug 01 21:40:36.364 INFO copying /tmp/.tmpsKVwmA/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 ...
98692025-08-01T21:40:37.834Z[ host-image] Aug 01 21:40:36.364 INFO O| Aug 01 21:40:36.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
98702025-08-01T21:40:37.834Z[ host-image] Aug 01 21:40:36.364 INFO O| Aug 01 21:40:36.364 INFO ok!
98712025-08-01T21:40:37.837Z[ host-image] Aug 01 21:40:36.364 INFO O| Aug 01 21:40:36.364 INFO STEP 109 (ensure_file) COMPLETE
98722025-08-01T21:40:37.837Z[ host-image] Aug 01 21:40:36.364 INFO O| Aug 01 21:40:36.364 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732025-08-01T21:40:37.841Z[ host-image] Aug 01 21:40:36.372 INFO O| Aug 01 21:40:36.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
98742025-08-01T21:40:37.842Z[ host-image] Aug 01 21:40:36.372 INFO O| Aug 01 21:40:36.372 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
98752025-08-01T21:40:37.845Z[ host-image] Aug 01 21:40:36.372 INFO O| Aug 01 21:40:36.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
98762025-08-01T21:40:37.845Z[ host-image] Aug 01 21:40:36.372 INFO O| Aug 01 21:40:36.372 INFO ok!
98772025-08-01T21:40:37.845Z[ host-image] Aug 01 21:40:36.372 INFO O| Aug 01 21:40:36.372 INFO STEP 110 (ensure_file) COMPLETE
98782025-08-01T21:40:37.845Z[ host-image] Aug 01 21:40:36.372 INFO O| Aug 01 21:40:36.372 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792025-08-01T21:40:37.851Z[ host-image] Aug 01 21:40:36.381 INFO O| Aug 01 21:40:36.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
98802025-08-01T21:40:37.851Z[ host-image] Aug 01 21:40:36.381 INFO O| Aug 01 21:40:36.381 INFO copying /tmp/.tmpsKVwmA/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 ...
98812025-08-01T21:40:37.854Z[ host-image] Aug 01 21:40:36.381 INFO O| Aug 01 21:40:36.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
98822025-08-01T21:40:37.854Z[ host-image] Aug 01 21:40:36.381 INFO O| Aug 01 21:40:36.381 INFO ok!
98832025-08-01T21:40:37.854Z[ host-image] Aug 01 21:40:36.381 INFO O| Aug 01 21:40:36.381 INFO STEP 111 (ensure_file) COMPLETE
98842025-08-01T21:40:37.854Z[ host-image] Aug 01 21:40:36.382 INFO O| Aug 01 21:40:36.381 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852025-08-01T21:40:37.859Z[ host-image] Aug 01 21:40:36.389 INFO O| Aug 01 21:40:36.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98862025-08-01T21:40:37.862Z[ host-image] Aug 01 21:40:36.389 INFO O| Aug 01 21:40:36.389 INFO copying /tmp/.tmpsKVwmA/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 ...
98872025-08-01T21:40:37.862Z[ host-image] Aug 01 21:40:36.389 INFO O| Aug 01 21:40:36.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98882025-08-01T21:40:37.862Z[ host-image] Aug 01 21:40:36.389 INFO O| Aug 01 21:40:36.389 INFO ok!
98892025-08-01T21:40:37.862Z[ host-image] Aug 01 21:40:36.389 INFO O| Aug 01 21:40:36.389 INFO STEP 112 (ensure_file) COMPLETE
98902025-08-01T21:40:37.862Z[ host-image] Aug 01 21:40:36.389 INFO O| Aug 01 21:40:36.389 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912025-08-01T21:40:37.868Z[ host-image] Aug 01 21:40:36.399 INFO O| Aug 01 21:40:36.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98922025-08-01T21:40:37.871Z[ host-image] Aug 01 21:40:36.399 INFO O| Aug 01 21:40:36.399 INFO copying /tmp/.tmpsKVwmA/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 ...
98932025-08-01T21:40:37.872Z[ host-image] Aug 01 21:40:36.399 INFO O| Aug 01 21:40:36.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98942025-08-01T21:40:37.872Z[ host-image] Aug 01 21:40:36.399 INFO O| Aug 01 21:40:36.399 INFO ok!
98952025-08-01T21:40:37.872Z[ host-image] Aug 01 21:40:36.399 INFO O| Aug 01 21:40:36.399 INFO STEP 113 (ensure_file) COMPLETE
98962025-08-01T21:40:37.872Z[ host-image] Aug 01 21:40:36.399 INFO O| Aug 01 21:40:36.399 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972025-08-01T21:40:37.876Z[ host-image] Aug 01 21:40:36.406 INFO O| Aug 01 21:40:36.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98982025-08-01T21:40:37.876Z[ host-image] Aug 01 21:40:36.406 INFO O| Aug 01 21:40:36.406 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98992025-08-01T21:40:37.879Z[ host-image] Aug 01 21:40:36.407 INFO O| Aug 01 21:40:36.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
99002025-08-01T21:40:37.879Z[ host-image] Aug 01 21:40:36.407 INFO O| Aug 01 21:40:36.407 INFO ok!
99012025-08-01T21:40:37.879Z[ host-image] Aug 01 21:40:36.407 INFO O| Aug 01 21:40:36.407 INFO STEP 114 (ensure_file) COMPLETE
99022025-08-01T21:40:37.879Z[ host-image] Aug 01 21:40:36.407 INFO O| Aug 01 21:40:36.407 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032025-08-01T21:40:37.884Z[ host-image] Aug 01 21:40:36.414 INFO O| Aug 01 21:40:36.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
99042025-08-01T21:40:37.884Z[ host-image] Aug 01 21:40:36.414 INFO O| Aug 01 21:40:36.414 INFO copying /tmp/.tmpsKVwmA/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 ...
99052025-08-01T21:40:37.884Z[ host-image] Aug 01 21:40:36.414 INFO O| Aug 01 21:40:36.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
99062025-08-01T21:40:37.887Z[ host-image] Aug 01 21:40:36.414 INFO O| Aug 01 21:40:36.414 INFO ok!
99072025-08-01T21:40:37.887Z[ host-image] Aug 01 21:40:36.414 INFO O| Aug 01 21:40:36.414 INFO STEP 115 (ensure_file) COMPLETE
99082025-08-01T21:40:37.887Z[ host-image] Aug 01 21:40:36.414 INFO O| Aug 01 21:40:36.414 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99092025-08-01T21:40:37.891Z[ host-image] Aug 01 21:40:36.422 INFO O| Aug 01 21:40:36.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
99102025-08-01T21:40:37.891Z[ host-image] Aug 01 21:40:36.422 INFO O| Aug 01 21:40:36.422 INFO copying /tmp/.tmpsKVwmA/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 ...
99112025-08-01T21:40:37.891Z[ host-image] Aug 01 21:40:36.422 INFO O| Aug 01 21:40:36.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
99122025-08-01T21:40:37.894Z[ host-image] Aug 01 21:40:36.422 INFO O| Aug 01 21:40:36.422 INFO ok!
99132025-08-01T21:40:37.894Z[ host-image] Aug 01 21:40:36.422 INFO O| Aug 01 21:40:36.422 INFO STEP 116 (ensure_file) COMPLETE
99142025-08-01T21:40:37.894Z[ host-image] Aug 01 21:40:36.422 INFO O| Aug 01 21:40:36.422 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152025-08-01T21:40:37.899Z[ host-image] Aug 01 21:40:36.430 INFO O| Aug 01 21:40:36.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
99162025-08-01T21:40:37.899Z[ host-image] Aug 01 21:40:36.430 INFO O| Aug 01 21:40:36.430 INFO copying /tmp/.tmpsKVwmA/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 ...
99172025-08-01T21:40:37.899Z[ host-image] Aug 01 21:40:36.430 INFO O| Aug 01 21:40:36.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
99182025-08-01T21:40:37.899Z[ host-image] Aug 01 21:40:36.430 INFO O| Aug 01 21:40:36.430 INFO ok!
99192025-08-01T21:40:37.903Z[ host-image] Aug 01 21:40:36.430 INFO O| Aug 01 21:40:36.430 INFO STEP 117 (ensure_file) COMPLETE
99202025-08-01T21:40:37.903Z[ host-image] Aug 01 21:40:36.430 INFO O| Aug 01 21:40:36.430 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212025-08-01T21:40:37.909Z[ host-image] Aug 01 21:40:36.439 INFO O| Aug 01 21:40:36.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
99222025-08-01T21:40:37.909Z[ host-image] Aug 01 21:40:36.439 INFO O| Aug 01 21:40:36.439 INFO copying /tmp/.tmpsKVwmA/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 ...
99232025-08-01T21:40:37.912Z[ host-image] Aug 01 21:40:36.440 INFO O| Aug 01 21:40:36.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
99242025-08-01T21:40:37.912Z[ host-image] Aug 01 21:40:36.440 INFO O| Aug 01 21:40:36.440 INFO ok!
99252025-08-01T21:40:37.912Z[ host-image] Aug 01 21:40:36.440 INFO O| Aug 01 21:40:36.440 INFO STEP 118 (ensure_file) COMPLETE
99262025-08-01T21:40:37.912Z[ host-image] Aug 01 21:40:36.440 INFO O| Aug 01 21:40:36.440 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272025-08-01T21:40:37.916Z[ host-image] Aug 01 21:40:36.447 INFO O| Aug 01 21:40:36.447 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
99282025-08-01T21:40:37.916Z[ host-image] Aug 01 21:40:36.447 INFO O| Aug 01 21:40:36.447 INFO copying /tmp/.tmpsKVwmA/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 ...
99292025-08-01T21:40:37.916Z[ host-image] Aug 01 21:40:36.447 INFO O| Aug 01 21:40:36.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
99302025-08-01T21:40:37.919Z[ host-image] Aug 01 21:40:36.447 INFO O| Aug 01 21:40:36.447 INFO ok!
99312025-08-01T21:40:37.919Z[ host-image] Aug 01 21:40:36.447 INFO O| Aug 01 21:40:36.447 INFO STEP 119 (ensure_file) COMPLETE
99322025-08-01T21:40:37.919Z[ host-image] Aug 01 21:40:36.447 INFO O| Aug 01 21:40:36.447 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332025-08-01T21:40:37.924Z[ host-image] Aug 01 21:40:36.455 INFO O| Aug 01 21:40:36.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
99342025-08-01T21:40:37.927Z[ host-image] Aug 01 21:40:36.455 INFO O| Aug 01 21:40:36.454 INFO copying /tmp/.tmpsKVwmA/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 ...
99352025-08-01T21:40:37.927Z[ host-image] Aug 01 21:40:36.455 INFO O| Aug 01 21:40:36.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
99362025-08-01T21:40:37.927Z[ host-image] Aug 01 21:40:36.455 INFO O| Aug 01 21:40:36.455 INFO ok!
99372025-08-01T21:40:37.927Z[ host-image] Aug 01 21:40:36.455 INFO O| Aug 01 21:40:36.455 INFO STEP 120 (ensure_file) COMPLETE
99382025-08-01T21:40:37.927Z[ host-image] Aug 01 21:40:36.455 INFO O| Aug 01 21:40:36.455 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392025-08-01T21:40:37.932Z[ host-image] Aug 01 21:40:36.462 INFO O| Aug 01 21:40:36.462 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
99402025-08-01T21:40:37.932Z[ host-image] Aug 01 21:40:36.462 INFO O| Aug 01 21:40:36.462 INFO copying /tmp/.tmpsKVwmA/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 ...
99412025-08-01T21:40:37.935Z[ host-image] Aug 01 21:40:36.462 INFO O| Aug 01 21:40:36.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
99422025-08-01T21:40:37.935Z[ host-image] Aug 01 21:40:36.462 INFO O| Aug 01 21:40:36.462 INFO ok!
99432025-08-01T21:40:37.935Z[ host-image] Aug 01 21:40:36.462 INFO O| Aug 01 21:40:36.462 INFO STEP 121 (ensure_file) COMPLETE
99442025-08-01T21:40:37.935Z[ host-image] Aug 01 21:40:36.462 INFO O| Aug 01 21:40:36.462 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452025-08-01T21:40:37.939Z[ host-image] Aug 01 21:40:36.470 INFO O| Aug 01 21:40:36.470 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
99462025-08-01T21:40:37.939Z[ host-image] Aug 01 21:40:36.470 INFO O| Aug 01 21:40:36.470 INFO copying /tmp/.tmpsKVwmA/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 ...
99472025-08-01T21:40:37.943Z[ host-image] Aug 01 21:40:36.470 INFO O| Aug 01 21:40:36.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
99482025-08-01T21:40:37.943Z[ host-image] Aug 01 21:40:36.470 INFO O| Aug 01 21:40:36.470 INFO ok!
99492025-08-01T21:40:37.943Z[ host-image] Aug 01 21:40:36.470 INFO O| Aug 01 21:40:36.470 INFO STEP 122 (ensure_file) COMPLETE
99502025-08-01T21:40:37.943Z[ host-image] Aug 01 21:40:36.470 INFO O| Aug 01 21:40:36.470 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512025-08-01T21:40:37.947Z[ host-image] Aug 01 21:40:36.478 INFO O| Aug 01 21:40:36.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
99522025-08-01T21:40:37.947Z[ host-image] Aug 01 21:40:36.478 INFO O| Aug 01 21:40:36.478 INFO copying /tmp/.tmpsKVwmA/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 ...
99532025-08-01T21:40:37.950Z[ host-image] Aug 01 21:40:36.478 INFO O| Aug 01 21:40:36.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
99542025-08-01T21:40:37.950Z[ host-image] Aug 01 21:40:36.478 INFO O| Aug 01 21:40:36.478 INFO ok!
99552025-08-01T21:40:37.950Z[ host-image] Aug 01 21:40:36.478 INFO O| Aug 01 21:40:36.478 INFO STEP 123 (ensure_file) COMPLETE
99562025-08-01T21:40:37.950Z[ host-image] Aug 01 21:40:36.478 INFO O| Aug 01 21:40:36.478 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572025-08-01T21:40:37.955Z[ host-image] Aug 01 21:40:36.485 INFO O| Aug 01 21:40:36.485 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
99582025-08-01T21:40:37.955Z[ host-image] Aug 01 21:40:36.486 INFO O| Aug 01 21:40:36.485 INFO copying /tmp/.tmpsKVwmA/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 ...
99592025-08-01T21:40:37.958Z[ host-image] Aug 01 21:40:36.486 INFO O| Aug 01 21:40:36.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
99602025-08-01T21:40:37.958Z[ host-image] Aug 01 21:40:36.486 INFO O| Aug 01 21:40:36.486 INFO ok!
99612025-08-01T21:40:37.958Z[ host-image] Aug 01 21:40:36.486 INFO O| Aug 01 21:40:36.486 INFO STEP 124 (ensure_file) COMPLETE
99622025-08-01T21:40:37.958Z[ host-image] Aug 01 21:40:36.486 INFO O| Aug 01 21:40:36.486 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632025-08-01T21:40:37.963Z[ host-image] Aug 01 21:40:36.493 INFO O| Aug 01 21:40:36.493 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
99642025-08-01T21:40:37.965Z[ host-image] Aug 01 21:40:36.493 INFO O| Aug 01 21:40:36.493 INFO copying /tmp/.tmpsKVwmA/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 ...
99652025-08-01T21:40:37.966Z[ host-image] Aug 01 21:40:36.493 INFO O| Aug 01 21:40:36.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
99662025-08-01T21:40:37.966Z[ host-image] Aug 01 21:40:36.493 INFO O| Aug 01 21:40:36.493 INFO ok!
99672025-08-01T21:40:37.966Z[ host-image] Aug 01 21:40:36.493 INFO O| Aug 01 21:40:36.493 INFO STEP 125 (ensure_file) COMPLETE
99682025-08-01T21:40:37.966Z[ host-image] Aug 01 21:40:36.493 INFO O| Aug 01 21:40:36.493 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692025-08-01T21:40:37.971Z[ host-image] Aug 01 21:40:36.502 INFO O| Aug 01 21:40:36.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
99702025-08-01T21:40:37.971Z[ host-image] Aug 01 21:40:36.502 INFO O| Aug 01 21:40:36.502 INFO copying /tmp/.tmpsKVwmA/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 ...
99712025-08-01T21:40:37.971Z[ host-image] Aug 01 21:40:36.502 INFO O| Aug 01 21:40:36.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
99722025-08-01T21:40:37.974Z[ host-image] Aug 01 21:40:36.502 INFO O| Aug 01 21:40:36.502 INFO ok!
99732025-08-01T21:40:37.974Z[ host-image] Aug 01 21:40:36.502 INFO O| Aug 01 21:40:36.502 INFO STEP 126 (ensure_file) COMPLETE
99742025-08-01T21:40:37.974Z[ host-image] Aug 01 21:40:36.502 INFO O| Aug 01 21:40:36.502 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752025-08-01T21:40:37.979Z[ host-image] Aug 01 21:40:36.510 INFO O| Aug 01 21:40:36.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
99762025-08-01T21:40:37.979Z[ host-image] Aug 01 21:40:36.510 INFO O| Aug 01 21:40:36.510 INFO copying /tmp/.tmpsKVwmA/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 ...
99772025-08-01T21:40:37.983Z[ host-image] Aug 01 21:40:36.510 INFO O| Aug 01 21:40:36.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
99782025-08-01T21:40:37.983Z[ host-image] Aug 01 21:40:36.510 INFO O| Aug 01 21:40:36.510 INFO ok!
99792025-08-01T21:40:37.983Z[ host-image] Aug 01 21:40:36.510 INFO O| Aug 01 21:40:36.510 INFO STEP 127 (ensure_file) COMPLETE
99802025-08-01T21:40:37.983Z[ host-image] Aug 01 21:40:36.510 INFO O| Aug 01 21:40:36.510 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812025-08-01T21:40:37.987Z[ host-image] Aug 01 21:40:36.518 INFO O| Aug 01 21:40:36.518 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
99822025-08-01T21:40:37.987Z[ host-image] Aug 01 21:40:36.518 INFO O| Aug 01 21:40:36.518 INFO copying /tmp/.tmpsKVwmA/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 ...
99832025-08-01T21:40:37.990Z[ host-image] Aug 01 21:40:36.518 INFO O| Aug 01 21:40:36.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
99842025-08-01T21:40:37.990Z[ host-image] Aug 01 21:40:36.518 INFO O| Aug 01 21:40:36.518 INFO ok!
99852025-08-01T21:40:37.990Z[ host-image] Aug 01 21:40:36.518 INFO O| Aug 01 21:40:36.518 INFO STEP 128 (ensure_file) COMPLETE
99862025-08-01T21:40:37.990Z[ host-image] Aug 01 21:40:36.518 INFO O| Aug 01 21:40:36.518 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872025-08-01T21:40:37.995Z[ host-image] Aug 01 21:40:36.525 INFO O| Aug 01 21:40:36.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99882025-08-01T21:40:37.995Z[ host-image] Aug 01 21:40:36.526 INFO O| Aug 01 21:40:36.525 INFO copying /tmp/.tmpsKVwmA/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 ...
99892025-08-01T21:40:37.998Z[ host-image] Aug 01 21:40:36.526 INFO O| Aug 01 21:40:36.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99902025-08-01T21:40:37.998Z[ host-image] Aug 01 21:40:36.526 INFO O| Aug 01 21:40:36.526 INFO ok!
99912025-08-01T21:40:37.998Z[ host-image] Aug 01 21:40:36.526 INFO O| Aug 01 21:40:36.526 INFO STEP 129 (ensure_file) COMPLETE
99922025-08-01T21:40:37.998Z[ host-image] Aug 01 21:40:36.526 INFO O| Aug 01 21:40:36.526 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932025-08-01T21:40:38.003Z[ host-image] Aug 01 21:40:36.533 INFO O| Aug 01 21:40:36.533 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99942025-08-01T21:40:38.003Z[ host-image] Aug 01 21:40:36.533 INFO O| Aug 01 21:40:36.533 INFO copying /tmp/.tmpsKVwmA/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 ...
99952025-08-01T21:40:38.006Z[ host-image] Aug 01 21:40:36.533 INFO O| Aug 01 21:40:36.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99962025-08-01T21:40:38.006Z[ host-image] Aug 01 21:40:36.533 INFO O| Aug 01 21:40:36.533 INFO ok!
99972025-08-01T21:40:38.006Z[ host-image] Aug 01 21:40:36.533 INFO O| Aug 01 21:40:36.533 INFO STEP 130 (ensure_file) COMPLETE
99982025-08-01T21:40:38.006Z[ host-image] Aug 01 21:40:36.533 INFO O| Aug 01 21:40:36.533 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992025-08-01T21:40:38.012Z[ host-image] Aug 01 21:40:36.543 INFO O| Aug 01 21:40:36.543 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
100002025-08-01T21:40:38.012Z[ host-image] Aug 01 21:40:36.543 INFO O| Aug 01 21:40:36.543 INFO copying /tmp/.tmpsKVwmA/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 ...
100012025-08-01T21:40:38.016Z[ host-image] Aug 01 21:40:36.543 INFO O| Aug 01 21:40:36.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
100022025-08-01T21:40:38.016Z[ host-image] Aug 01 21:40:36.543 INFO O| Aug 01 21:40:36.543 INFO ok!
100032025-08-01T21:40:38.016Z[ host-image] Aug 01 21:40:36.543 INFO O| Aug 01 21:40:36.543 INFO STEP 131 (ensure_file) COMPLETE
100042025-08-01T21:40:38.016Z[ host-image] Aug 01 21:40:36.543 INFO O| Aug 01 21:40:36.543 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052025-08-01T21:40:38.020Z[ host-image] Aug 01 21:40:36.551 INFO O| Aug 01 21:40:36.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
100062025-08-01T21:40:38.025Z[ host-image] Aug 01 21:40:36.551 INFO O| Aug 01 21:40:36.551 INFO copying /tmp/.tmpsKVwmA/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 ...
100072025-08-01T21:40:38.025Z[ host-image] Aug 01 21:40:36.551 INFO O| Aug 01 21:40:36.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
100082025-08-01T21:40:38.025Z[ host-image] Aug 01 21:40:36.551 INFO O| Aug 01 21:40:36.551 INFO ok!
100092025-08-01T21:40:38.025Z[ host-image] Aug 01 21:40:36.551 INFO O| Aug 01 21:40:36.551 INFO STEP 132 (ensure_file) COMPLETE
100102025-08-01T21:40:38.025Z[ host-image] Aug 01 21:40:36.551 INFO O| Aug 01 21:40:36.551 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112025-08-01T21:40:38.028Z[ host-image] Aug 01 21:40:36.559 INFO O| Aug 01 21:40:36.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
100122025-08-01T21:40:38.031Z[ host-image] Aug 01 21:40:36.559 INFO O| Aug 01 21:40:36.559 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
100132025-08-01T21:40:38.031Z[ host-image] Aug 01 21:40:36.559 INFO O| Aug 01 21:40:36.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
100142025-08-01T21:40:38.031Z[ host-image] Aug 01 21:40:36.559 INFO O| Aug 01 21:40:36.559 INFO ok!
100152025-08-01T21:40:38.031Z[ host-image] Aug 01 21:40:36.559 INFO O| Aug 01 21:40:36.559 INFO STEP 133 (ensure_file) COMPLETE
100162025-08-01T21:40:38.031Z[ host-image] Aug 01 21:40:36.559 INFO O| Aug 01 21:40:36.559 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172025-08-01T21:40:38.036Z[ host-image] Aug 01 21:40:36.567 INFO O| Aug 01 21:40:36.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
100182025-08-01T21:40:38.036Z[ host-image] Aug 01 21:40:36.567 INFO O| Aug 01 21:40:36.567 INFO copying /tmp/.tmpsKVwmA/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 ...
100192025-08-01T21:40:38.040Z[ host-image] Aug 01 21:40:36.567 INFO O| Aug 01 21:40:36.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
100202025-08-01T21:40:38.040Z[ host-image] Aug 01 21:40:36.567 INFO O| Aug 01 21:40:36.567 INFO ok!
100212025-08-01T21:40:38.040Z[ host-image] Aug 01 21:40:36.567 INFO O| Aug 01 21:40:36.567 INFO STEP 134 (ensure_file) COMPLETE
100222025-08-01T21:40:38.040Z[ host-image] Aug 01 21:40:36.567 INFO O| Aug 01 21:40:36.567 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232025-08-01T21:40:38.044Z[ host-image] Aug 01 21:40:36.574 INFO O| Aug 01 21:40:36.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
100242025-08-01T21:40:38.044Z[ host-image] Aug 01 21:40:36.574 INFO O| Aug 01 21:40:36.574 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
100252025-08-01T21:40:38.047Z[ host-image] Aug 01 21:40:36.575 INFO O| Aug 01 21:40:36.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
100262025-08-01T21:40:38.047Z[ host-image] Aug 01 21:40:36.575 INFO O| Aug 01 21:40:36.575 INFO ok!
100272025-08-01T21:40:38.047Z[ host-image] Aug 01 21:40:36.575 INFO O| Aug 01 21:40:36.575 INFO STEP 135 (ensure_file) COMPLETE
100282025-08-01T21:40:38.047Z[ host-image] Aug 01 21:40:36.575 INFO O| Aug 01 21:40:36.575 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292025-08-01T21:40:38.052Z[ host-image] Aug 01 21:40:36.582 INFO O| Aug 01 21:40:36.582 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100302025-08-01T21:40:38.052Z[ host-image] Aug 01 21:40:36.582 INFO O| Aug 01 21:40:36.582 INFO copying /tmp/.tmpsKVwmA/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100312025-08-01T21:40:43.940Z[ host-image] Aug 01 21:40:42.467 INFO O| Aug 01 21:40:42.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100322025-08-01T21:40:43.940Z[ host-image] Aug 01 21:40:42.467 INFO O| Aug 01 21:40:42.467 INFO ok!
100332025-08-01T21:40:43.943Z[ host-image] Aug 01 21:40:42.467 INFO O| Aug 01 21:40:42.467 INFO STEP 136 (ensure_file) COMPLETE
100342025-08-01T21:40:43.943Z[ host-image] Aug 01 21:40:42.467 INFO O| Aug 01 21:40:42.467 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352025-08-01T21:40:43.948Z[ host-image] Aug 01 21:40:42.475 INFO O| Aug 01 21:40:42.475 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100362025-08-01T21:40:43.948Z[ host-image] Aug 01 21:40:42.475 INFO O| Aug 01 21:40:42.475 INFO STEP 137 (ensure_dir) COMPLETE
100372025-08-01T21:40:43.949Z[ host-image] Aug 01 21:40:42.475 INFO O| Aug 01 21:40:42.475 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382025-08-01T21:40:43.956Z[ host-image] Aug 01 21:40:42.483 INFO O| Aug 01 21:40:42.483 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100392025-08-01T21:40:43.956Z[ host-image] Aug 01 21:40:42.483 INFO O| Aug 01 21:40:42.483 INFO STEP 138 (ensure_dir) COMPLETE
100402025-08-01T21:40:43.958Z[ host-image] Aug 01 21:40:42.483 INFO O| Aug 01 21:40:42.483 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412025-08-01T21:40:43.964Z[ host-image] Aug 01 21:40:42.491 INFO O| Aug 01 21:40:42.491 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100422025-08-01T21:40:43.964Z[ host-image] Aug 01 21:40:42.491 INFO O| Aug 01 21:40:42.491 INFO STEP 139 (ensure_dir) COMPLETE
100432025-08-01T21:40:43.966Z[ host-image] Aug 01 21:40:42.491 INFO O| Aug 01 21:40:42.491 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100442025-08-01T21:40:43.972Z[ host-image] Aug 01 21:40:42.498 INFO O| Aug 01 21:40:42.498 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100452025-08-01T21:40:43.974Z[ host-image] Aug 01 21:40:42.499 INFO O| Aug 01 21:40:42.498 INFO STEP 140 (ensure_dir) COMPLETE
100462025-08-01T21:40:43.974Z[ host-image] Aug 01 21:40:42.499 INFO O| Aug 01 21:40:42.498 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100472025-08-01T21:40:43.979Z[ host-image] Aug 01 21:40:42.506 INFO O| Aug 01 21:40:42.506 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100482025-08-01T21:40:43.979Z[ host-image] Aug 01 21:40:42.506 INFO O| Aug 01 21:40:42.506 INFO copying /tmp/.tmpsKVwmA/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 ...
100492025-08-01T21:40:43.982Z[ host-image] Aug 01 21:40:42.506 INFO O| Aug 01 21:40:42.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100502025-08-01T21:40:43.982Z[ host-image] Aug 01 21:40:42.506 INFO O| Aug 01 21:40:42.506 INFO ok!
100512025-08-01T21:40:43.982Z[ host-image] Aug 01 21:40:42.506 INFO O| Aug 01 21:40:42.506 INFO STEP 141 (ensure_file) COMPLETE
100522025-08-01T21:40:43.982Z[ host-image] Aug 01 21:40:42.506 INFO O| Aug 01 21:40:42.506 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100532025-08-01T21:40:43.987Z[ host-image] Aug 01 21:40:42.513 INFO O| Aug 01 21:40:42.513 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100542025-08-01T21:40:43.987Z[ host-image] Aug 01 21:40:42.513 INFO O| Aug 01 21:40:42.513 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100552025-08-01T21:40:43.990Z[ host-image] Aug 01 21:40:42.513 INFO O| Aug 01 21:40:42.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100562025-08-01T21:40:43.990Z[ host-image] Aug 01 21:40:42.513 INFO O| Aug 01 21:40:42.513 INFO STEP 142 (ensure_dir) COMPLETE
100572025-08-01T21:40:43.990Z[ host-image] Aug 01 21:40:42.514 INFO O| Aug 01 21:40:42.513 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100582025-08-01T21:40:43.994Z[ host-image] Aug 01 21:40:42.521 INFO O| Aug 01 21:40:42.521 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100592025-08-01T21:40:43.997Z[ host-image] Aug 01 21:40:42.521 INFO O| Aug 01 21:40:42.521 INFO copying /tmp/.tmpsKVwmA/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100602025-08-01T21:40:43.997Z[ host-image] Aug 01 21:40:42.521 INFO O| Aug 01 21:40:42.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100612025-08-01T21:40:43.997Z[ host-image] Aug 01 21:40:42.521 INFO O| Aug 01 21:40:42.521 INFO ok!
100622025-08-01T21:40:43.997Z[ host-image] Aug 01 21:40:42.521 INFO O| Aug 01 21:40:42.521 INFO STEP 143 (ensure_file) COMPLETE
100632025-08-01T21:40:43.997Z[ host-image] Aug 01 21:40:42.521 INFO O| Aug 01 21:40:42.521 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100642025-08-01T21:40:44.003Z[ host-image] Aug 01 21:40:42.529 INFO O| Aug 01 21:40:42.529 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100652025-08-01T21:40:44.005Z[ host-image] Aug 01 21:40:42.530 INFO O| Aug 01 21:40:42.530 INFO STEP 144 (remove_files) COMPLETE
100662025-08-01T21:40:44.005Z[ host-image] Aug 01 21:40:42.530 INFO O| Aug 01 21:40:42.530 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100672025-08-01T21:40:44.010Z[ host-image] Aug 01 21:40:42.537 INFO O| Aug 01 21:40:42.537 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100682025-08-01T21:40:44.013Z[ host-image] Aug 01 21:40:42.537 INFO O| Aug 01 21:40:42.537 INFO STEP 145 (remove_files) COMPLETE
100692025-08-01T21:40:44.013Z[ host-image] Aug 01 21:40:42.538 INFO O| Aug 01 21:40:42.537 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100702025-08-01T21:40:44.018Z[ host-image] Aug 01 21:40:42.545 INFO O| Aug 01 21:40:42.545 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100712025-08-01T21:40:44.021Z[ host-image] Aug 01 21:40:42.545 INFO O| Aug 01 21:40:42.545 INFO STEP 146 (remove_files) COMPLETE
100722025-08-01T21:40:44.021Z[ host-image] Aug 01 21:40:42.545 INFO O| Aug 01 21:40:42.545 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100732025-08-01T21:40:44.028Z[ host-image] Aug 01 21:40:42.555 INFO O| Aug 01 21:40:42.555 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100742025-08-01T21:40:44.036Z[ host-image] Aug 01 21:40:42.555 INFO O| Aug 01 21:40:42.555 INFO STEP 147 (remove_files) COMPLETE
100752025-08-01T21:40:44.036Z[ host-image] Aug 01 21:40:42.555 INFO O| Aug 01 21:40:42.555 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100762025-08-01T21:40:44.041Z[ host-image] Aug 01 21:40:42.562 INFO O| Aug 01 21:40:42.562 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100772025-08-01T21:40:44.041Z[ host-image] Aug 01 21:40:42.563 INFO O| Aug 01 21:40:42.563 INFO STEP 148 (remove_files) COMPLETE
100782025-08-01T21:40:44.041Z[ host-image] Aug 01 21:40:42.563 INFO O| Aug 01 21:40:42.563 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100792025-08-01T21:40:44.046Z[ host-image] Aug 01 21:40:42.572 INFO O| Aug 01 21:40:42.572 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100802025-08-01T21:40:44.049Z[ host-image] Aug 01 21:40:42.572 INFO O| Aug 01 21:40:42.572 INFO STEP 149 (remove_files) COMPLETE
100812025-08-01T21:40:44.049Z[ host-image] Aug 01 21:40:42.572 INFO O| Aug 01 21:40:42.572 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100822025-08-01T21:40:44.054Z[ host-image] Aug 01 21:40:42.581 INFO O| Aug 01 21:40:42.580 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100832025-08-01T21:40:44.054Z[ host-image] Aug 01 21:40:42.581 INFO O| Aug 01 21:40:42.581 INFO STEP 150 (remove_files) COMPLETE
100842025-08-01T21:40:44.054Z[ host-image] Aug 01 21:40:42.581 INFO O| Aug 01 21:40:42.581 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100852025-08-01T21:40:44.061Z[ host-image] Aug 01 21:40:42.588 INFO O| Aug 01 21:40:42.588 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100862025-08-01T21:40:44.062Z[ host-image] Aug 01 21:40:42.588 INFO O| Aug 01 21:40:42.588 INFO STEP 151 (remove_files) COMPLETE
100872025-08-01T21:40:44.062Z[ host-image] Aug 01 21:40:42.588 INFO O| Aug 01 21:40:42.588 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100882025-08-01T21:40:44.069Z[ host-image] Aug 01 21:40:42.596 INFO O| Aug 01 21:40:42.596 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100892025-08-01T21:40:44.072Z[ host-image] Aug 01 21:40:42.596 INFO O| Aug 01 21:40:42.596 INFO STEP 152 (remove_files) COMPLETE
100902025-08-01T21:40:44.072Z[ host-image] Aug 01 21:40:42.596 INFO O| Aug 01 21:40:42.596 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100912025-08-01T21:40:44.077Z[ host-image] Aug 01 21:40:42.603 INFO O| Aug 01 21:40:42.603 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100922025-08-01T21:40:44.077Z[ host-image] Aug 01 21:40:42.603 INFO O| Aug 01 21:40:42.603 INFO STEP 153 (remove_files) COMPLETE
100932025-08-01T21:40:44.077Z[ host-image] Aug 01 21:40:42.603 INFO O| Aug 01 21:40:42.603 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100942025-08-01T21:40:44.087Z[ host-image] Aug 01 21:40:42.613 INFO O| Aug 01 21:40:42.613 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100952025-08-01T21:40:44.087Z[ host-image] Aug 01 21:40:42.614 INFO O| Aug 01 21:40:42.613 INFO STEP 154 (remove_files) COMPLETE
100962025-08-01T21:40:44.090Z[ host-image] Aug 01 21:40:42.614 INFO O| Aug 01 21:40:42.614 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100972025-08-01T21:40:44.094Z[ host-image] Aug 01 21:40:42.621 INFO O| Aug 01 21:40:42.621 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100982025-08-01T21:40:44.097Z[ host-image] Aug 01 21:40:42.621 INFO O| Aug 01 21:40:42.621 INFO STEP 155 (remove_files) COMPLETE
100992025-08-01T21:40:44.097Z[ host-image] Aug 01 21:40:42.621 INFO O| Aug 01 21:40:42.621 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101002025-08-01T21:40:44.102Z[ host-image] Aug 01 21:40:42.629 INFO O| Aug 01 21:40:42.629 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101012025-08-01T21:40:44.105Z[ host-image] Aug 01 21:40:42.629 INFO O| Aug 01 21:40:42.629 INFO STEP 156 (remove_files) COMPLETE
101022025-08-01T21:40:44.105Z[ host-image] Aug 01 21:40:42.629 INFO O| Aug 01 21:40:42.629 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101032025-08-01T21:40:44.110Z[ host-image] Aug 01 21:40:42.636 INFO O| Aug 01 21:40:42.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101042025-08-01T21:40:44.110Z[ host-image] Aug 01 21:40:42.637 INFO O| Aug 01 21:40:42.637 INFO STEP 157 (remove_files) COMPLETE
101052025-08-01T21:40:44.113Z[ host-image] Aug 01 21:40:42.637 INFO O| Aug 01 21:40:42.637 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101062025-08-01T21:40:44.117Z[ host-image] Aug 01 21:40:42.644 INFO O| Aug 01 21:40:42.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101072025-08-01T21:40:44.117Z[ host-image] Aug 01 21:40:42.644 INFO O| Aug 01 21:40:42.644 INFO STEP 158 (remove_files) COMPLETE
101082025-08-01T21:40:44.121Z[ host-image] Aug 01 21:40:42.644 INFO O| Aug 01 21:40:42.644 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101092025-08-01T21:40:44.126Z[ host-image] Aug 01 21:40:42.653 INFO O| Aug 01 21:40:42.653 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101102025-08-01T21:40:44.126Z[ host-image] Aug 01 21:40:42.653 INFO O| Aug 01 21:40:42.653 INFO STEP 159 (remove_files) COMPLETE
101112025-08-01T21:40:44.129Z[ host-image] Aug 01 21:40:42.653 INFO O| Aug 01 21:40:42.653 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101122025-08-01T21:40:44.134Z[ host-image] Aug 01 21:40:42.660 INFO O| Aug 01 21:40:42.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101132025-08-01T21:40:44.134Z[ host-image] Aug 01 21:40:42.660 INFO O| Aug 01 21:40:42.660 INFO STEP 160 (remove_files) COMPLETE
101142025-08-01T21:40:44.137Z[ host-image] Aug 01 21:40:42.660 INFO O| Aug 01 21:40:42.660 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101152025-08-01T21:40:44.143Z[ host-image] Aug 01 21:40:42.670 INFO O| Aug 01 21:40:42.670 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101162025-08-01T21:40:44.143Z[ host-image] Aug 01 21:40:42.670 INFO O| Aug 01 21:40:42.670 INFO STEP 161 (remove_files) COMPLETE
101172025-08-01T21:40:44.146Z[ host-image] Aug 01 21:40:42.670 INFO O| Aug 01 21:40:42.670 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101182025-08-01T21:40:44.151Z[ host-image] Aug 01 21:40:42.678 INFO O| Aug 01 21:40:42.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101192025-08-01T21:40:44.151Z[ host-image] Aug 01 21:40:42.678 INFO O| Aug 01 21:40:42.678 INFO STEP 162 (remove_files) COMPLETE
101202025-08-01T21:40:44.154Z[ host-image] Aug 01 21:40:42.678 INFO O| Aug 01 21:40:42.678 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101212025-08-01T21:40:44.159Z[ host-image] Aug 01 21:40:42.685 INFO O| Aug 01 21:40:42.685 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101222025-08-01T21:40:44.162Z[ host-image] Aug 01 21:40:42.685 INFO O| Aug 01 21:40:42.685 INFO STEP 163 (remove_files) COMPLETE
101232025-08-01T21:40:44.162Z[ host-image] Aug 01 21:40:42.685 INFO O| Aug 01 21:40:42.685 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101242025-08-01T21:40:44.166Z[ host-image] Aug 01 21:40:42.693 INFO O| Aug 01 21:40:42.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101252025-08-01T21:40:44.166Z[ host-image] Aug 01 21:40:42.693 INFO O| Aug 01 21:40:42.693 INFO STEP 164 (remove_files) COMPLETE
101262025-08-01T21:40:44.170Z[ host-image] Aug 01 21:40:42.693 INFO O| Aug 01 21:40:42.693 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101272025-08-01T21:40:44.174Z[ host-image] Aug 01 21:40:42.701 INFO O| Aug 01 21:40:42.701 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101282025-08-01T21:40:44.177Z[ host-image] Aug 01 21:40:42.701 INFO O| Aug 01 21:40:42.701 INFO STEP 165 (remove_files) COMPLETE
101292025-08-01T21:40:44.177Z[ host-image] Aug 01 21:40:42.701 INFO O| Aug 01 21:40:42.701 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101302025-08-01T21:40:44.182Z[ host-image] Aug 01 21:40:42.708 INFO O| Aug 01 21:40:42.708 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101312025-08-01T21:40:44.182Z[ host-image] Aug 01 21:40:42.708 INFO O| Aug 01 21:40:42.708 INFO STEP 166 (remove_files) COMPLETE
101322025-08-01T21:40:44.185Z[ host-image] Aug 01 21:40:42.708 INFO O| Aug 01 21:40:42.708 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101332025-08-01T21:40:44.190Z[ host-image] Aug 01 21:40:42.716 INFO O| Aug 01 21:40:42.716 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101342025-08-01T21:40:44.190Z[ host-image] Aug 01 21:40:42.716 INFO O| Aug 01 21:40:42.716 INFO STEP 167 (remove_files) COMPLETE
101352025-08-01T21:40:44.193Z[ host-image] Aug 01 21:40:42.716 INFO O| Aug 01 21:40:42.716 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101362025-08-01T21:40:44.197Z[ host-image] Aug 01 21:40:42.724 INFO O| Aug 01 21:40:42.724 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101372025-08-01T21:40:44.197Z[ host-image] Aug 01 21:40:42.724 INFO O| Aug 01 21:40:42.724 INFO STEP 168 (remove_files) COMPLETE
101382025-08-01T21:40:44.200Z[ host-image] Aug 01 21:40:42.724 INFO O| Aug 01 21:40:42.724 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101392025-08-01T21:40:44.205Z[ host-image] Aug 01 21:40:42.731 INFO O| Aug 01 21:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101402025-08-01T21:40:44.205Z[ host-image] Aug 01 21:40:42.731 INFO O| Aug 01 21:40:42.731 INFO STEP 169 (remove_files) COMPLETE
101412025-08-01T21:40:44.205Z[ host-image] Aug 01 21:40:42.731 INFO O| Aug 01 21:40:42.731 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101422025-08-01T21:40:44.213Z[ host-image] Aug 01 21:40:42.739 INFO O| Aug 01 21:40:42.739 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101432025-08-01T21:40:44.213Z[ host-image] Aug 01 21:40:42.739 INFO O| Aug 01 21:40:42.739 INFO STEP 170 (remove_files) COMPLETE
101442025-08-01T21:40:44.213Z[ host-image] Aug 01 21:40:42.739 INFO O| Aug 01 21:40:42.739 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101452025-08-01T21:40:44.220Z[ host-image] Aug 01 21:40:42.746 INFO O| Aug 01 21:40:42.746 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101462025-08-01T21:40:44.220Z[ host-image] Aug 01 21:40:42.746 INFO O| Aug 01 21:40:42.746 INFO STEP 171 (remove_files) COMPLETE
101472025-08-01T21:40:44.220Z[ host-image] Aug 01 21:40:42.746 INFO O| Aug 01 21:40:42.746 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101482025-08-01T21:40:44.227Z[ host-image] Aug 01 21:40:42.754 INFO O| Aug 01 21:40:42.754 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101492025-08-01T21:40:44.227Z[ host-image] Aug 01 21:40:42.754 INFO O| Aug 01 21:40:42.754 INFO STEP 172 (remove_files) COMPLETE
101502025-08-01T21:40:44.255Z[ host-image] Aug 01 21:40:42.754 INFO O| Aug 01 21:40:42.754 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101512025-08-01T21:40:44.258Z[ host-image] Aug 01 21:40:42.765 INFO O| Aug 01 21:40:42.765 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101522025-08-01T21:40:44.258Z[ host-image] Aug 01 21:40:42.766 INFO O| Aug 01 21:40:42.765 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101532025-08-01T21:40:50.820Z[ recovery-image] Aug 01 21:40:49.342 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
101542025-08-01T21:40:52.375Z[ host-image] Aug 01 21:40:50.896 INFO O| Aug 01 21:40:50.896 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
101552025-08-01T21:40:52.376Z[ host-image] Aug 01 21:40:50.896 INFO O| Aug 01 21:40:50.896 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101562025-08-01T21:40:52.390Z[ host-image] Aug 01 21:40:50.911 INFO O| Aug 01 21:40:50.911 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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"}
101572025-08-01T21:40:52.538Z[ host-image] Aug 01 21:40:51.059 INFO O| Aug 01 21:40:51.059 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
101582025-08-01T21:40:52.616Z[ host-image] Aug 01 21:40:51.137 INFO O| Aug 01 21:40:51.137 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
101592025-08-01T21:40:52.705Z[ host-image] Aug 01 21:40:51.226 INFO O| Aug 01 21:40:51.226 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101602025-08-01T21:40:52.705Z[ host-image] Aug 01 21:40:51.226 INFO O| Aug 01 21:40:51.226 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101612025-08-01T21:40:52.844Z[ host-image] Aug 01 21:40:51.366 INFO O| Aug 01 21:40:51.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101622025-08-01T21:40:52.845Z[ host-image] Aug 01 21:40:51.366 INFO O| Aug 01 21:40:51.365 INFO ok!
101632025-08-01T21:40:52.847Z[ host-image] Aug 01 21:40:51.366 INFO O| Aug 01 21:40:51.366 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101642025-08-01T21:40:52.847Z[ host-image] Aug 01 21:40:51.366 INFO O| Aug 01 21:40:51.366 INFO STEP 173 (seed_smf) COMPLETE
101652025-08-01T21:40:52.847Z[ host-image] Aug 01 21:40:51.366 INFO O| Aug 01 21:40:51.366 INFO steps complete; finalising image!
101662025-08-01T21:40:52.847Z[ host-image] Aug 01 21:40:51.366 INFO O| Aug 01 21:40:51.366 INFO TRIM POOL: TEMPORARY-sled-zfs
101672025-08-01T21:40:52.880Z[ host-image] Aug 01 21:40:51.401 INFO O| Aug 01 21:40:51.401 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Fri Aug 1 21:40:51 2025)
101682025-08-01T21:40:53.096Z[ host-image] Aug 01 21:40:51.617 INFO O| Aug 01 21:40:51.617 INFO temporary pool has 758M used, 74.2M avail, 1.80x compressratio
101692025-08-01T21:40:53.096Z[ host-image] Aug 01 21:40:51.617 INFO O| Aug 01 21:40:51.617 INFO EXPORT POOL: TEMPORARY-sled-zfs
101702025-08-01T21:40:53.370Z[ host-image] Aug 01 21:40:51.891 INFO O| Aug 01 21:40:51.891 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101712025-08-01T21:40:53.370Z[ host-image] Aug 01 21:40:51.891 INFO O| Aug 01 21:40:51.891 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101722025-08-01T21:40:54.312Z[ host-image] Aug 01 21:40:52.832 INFO O| Aug 01 21:40:52.832 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101732025-08-01T21:40:54.312Z[ host-image] Aug 01 21:40:52.832 INFO O| Aug 01 21:40:52.832 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101742025-08-01T21:40:54.317Z[ host-image] Aug 01 21:40:52.832 INFO O| Aug 01 21:40:52.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101752025-08-01T21:40:54.317Z[ host-image] Aug 01 21:40:52.832 INFO O| Aug 01 21:40:52.832 INFO completed processing sled/zfs
101762025-08-01T21:40:54.317Z[ host-image] Aug 01 21:40:52.832 INFO O| Aug 01 21:40:52.832 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101772025-08-01T21:40:54.418Z[ recovery-image] Aug 01 21:40:52.938 INFO E| Compiling bitflags v1.3.2
101782025-08-01T21:40:54.419Z[ recovery-image] Aug 01 21:40:52.938 INFO E| Compiling bitflags v2.9.1
101792025-08-01T21:40:54.419Z[ recovery-image] Aug 01 21:40:52.938 INFO E| Compiling bit_field v0.10.2
101802025-08-01T21:40:54.426Z[ recovery-image] Aug 01 21:40:52.938 INFO E| Compiling scroll v0.13.0
101812025-08-01T21:40:54.426Z[ recovery-image] Aug 01 21:40:52.939 INFO E| Compiling log v0.4.27
101822025-08-01T21:40:54.426Z[ recovery-image] Aug 01 21:40:52.939 INFO E| Compiling adler2 v2.0.1
101832025-08-01T21:40:54.426Z[ recovery-image] Aug 01 21:40:52.939 INFO E| Compiling plain v0.2.3
101842025-08-01T21:40:54.519Z[ recovery-image] Aug 01 21:40:53.039 INFO E| Compiling raw-cpuid v10.7.0
101852025-08-01T21:40:54.593Z[ recovery-image] Aug 01 21:40:53.113 INFO E| Compiling miniz_oxide v0.8.9
101862025-08-01T21:40:54.690Z[ recovery-image] Aug 01 21:40:53.210 INFO E| Compiling bitstruct v0.1.1
101872025-08-01T21:40:54.690Z[ recovery-image] Aug 01 21:40:53.210 INFO E| Compiling static_assertions v1.1.0
101882025-08-01T21:40:54.799Z[ recovery-image] Aug 01 21:40:53.319 INFO E| Compiling cpio_reader v0.1.2
101892025-08-01T21:40:54.882Z[ recovery-image] Aug 01 21:40:53.401 INFO E| Compiling goblin v0.10.0
101902025-08-01T21:41:00.428Z[ recovery-image] Aug 01 21:40:58.944 INFO E| Finished `release` profile [optimized] target(s) in 41.02s
101912025-08-01T21:41:00.444Z[ recovery-image] Aug 01 21:40:58.961 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
101922025-08-01T21:41:00.501Z[ recovery-image] Aug 01 21:40:59.017 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.88.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
101932025-08-01T21:41:00.501Z[ recovery-image] Aug 01 21:40:59.017 INFO building ROM for gimlet
101942025-08-01T21:41:00.504Z[ recovery-image] Aug 01 21:40:59.017 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")
101952025-08-01T21:41:00.680Z[ recovery-image] Aug 01 21:40:59.196 INFO E| Downloading crates ...
101962025-08-01T21:41:00.799Z[ recovery-image] Aug 01 21:40:59.316 INFO E| Downloaded anstyle v1.0.10
101972025-08-01T21:41:00.812Z[ recovery-image] Aug 01 21:40:59.328 INFO E| Downloaded os_pipe v1.2.1
101982025-08-01T21:41:00.815Z[ recovery-image] Aug 01 21:40:59.329 INFO E| Downloaded anstyle-parse v0.2.6
101992025-08-01T21:41:00.821Z[ recovery-image] Aug 01 21:40:59.337 INFO E| Downloaded clap v4.5.37
102002025-08-01T21:41:00.829Z[ recovery-image] Aug 01 21:40:59.345 INFO E| Downloaded toml_write v0.1.1
102012025-08-01T21:41:00.832Z[ recovery-image] Aug 01 21:40:59.347 INFO E| Downloaded shared_child v1.0.1
102022025-08-01T21:41:00.832Z[ recovery-image] Aug 01 21:40:59.348 INFO E| Downloaded colorchoice v1.0.3
102032025-08-01T21:41:00.835Z[ recovery-image] Aug 01 21:40:59.349 INFO E| Downloaded anstyle-query v1.1.2
102042025-08-01T21:41:00.836Z[ recovery-image] Aug 01 21:40:59.350 INFO E| Downloaded toml_datetime v0.6.9
102052025-08-01T21:41:00.836Z[ recovery-image] Aug 01 21:40:59.351 INFO E| Downloaded duct v0.13.7
102062025-08-01T21:41:00.853Z[ recovery-image] Aug 01 21:40:59.369 INFO E| Downloaded toml v0.8.22
102072025-08-01T21:41:00.883Z[ recovery-image] Aug 01 21:40:59.399 INFO E| Downloaded cc v1.2.20
102082025-08-01T21:41:00.886Z[ recovery-image] Aug 01 21:40:59.402 INFO E| Downloaded toml_edit v0.22.26
102092025-08-01T21:41:00.925Z[ recovery-image] Aug 01 21:40:59.441 INFO E| Downloaded winnow v0.7.7
102102025-08-01T21:41:00.933Z[ recovery-image] Aug 01 21:40:59.449 INFO E| Downloaded clap_builder v4.5.37
102112025-08-01T21:41:00.967Z[ recovery-image] Aug 01 21:40:59.483 INFO E| Compiling libc v0.2.172
102122025-08-01T21:41:00.967Z[ recovery-image] Aug 01 21:40:59.483 INFO E| Compiling utf8parse v0.2.2
102132025-08-01T21:41:00.970Z[ recovery-image] Aug 01 21:40:59.483 INFO E| Compiling anstyle-query v1.1.2
102142025-08-01T21:41:00.970Z[ recovery-image] Aug 01 21:40:59.483 INFO E| Compiling hashbrown v0.15.2
102152025-08-01T21:41:00.970Z[ recovery-image] Aug 01 21:40:59.483 INFO E| Compiling equivalent v1.0.2
102162025-08-01T21:41:00.970Z[ recovery-image] Aug 01 21:40:59.483 INFO E| Compiling anstyle v1.0.10
102172025-08-01T21:41:00.989Z[ recovery-image] Aug 01 21:40:59.505 INFO E| Compiling shlex v1.3.0
102182025-08-01T21:41:00.992Z[ recovery-image] Aug 01 21:40:59.508 INFO E| Compiling syn v2.0.101
102192025-08-01T21:41:01.111Z[ recovery-image] Aug 01 21:40:59.627 INFO E| Compiling anstyle-parse v0.2.6
102202025-08-01T21:41:01.158Z[ recovery-image] Aug 01 21:40:59.674 INFO E| Compiling is_terminal_polyfill v1.70.1
102212025-08-01T21:41:01.195Z[ recovery-image] Aug 01 21:40:59.711 INFO E| Compiling once_cell v1.21.3
102222025-08-01T21:41:01.296Z[ recovery-image] Aug 01 21:40:59.812 INFO E| Compiling colorchoice v1.0.3
102232025-08-01T21:41:01.372Z[ recovery-image] Aug 01 21:40:59.877 INFO E| Compiling cc v1.2.20
102242025-08-01T21:41:01.445Z[ recovery-image] Aug 01 21:40:59.960 INFO E| Compiling anstream v0.6.18
102252025-08-01T21:41:01.459Z[ recovery-image] Aug 01 21:40:59.974 INFO E| Compiling anyhow v1.0.98
102262025-08-01T21:41:01.467Z[ recovery-image] Aug 01 21:40:59.982 INFO E| Compiling clap_lex v0.7.4
102272025-08-01T21:41:01.610Z[ recovery-image] Aug 01 21:41:00.125 INFO E| Compiling toml_write v0.1.1
102282025-08-01T21:41:01.928Z[ recovery-image] Aug 01 21:41:00.443 INFO E| Compiling winnow v0.7.7
102292025-08-01T21:41:01.993Z[ recovery-image] Aug 01 21:41:00.509 INFO E| Compiling indexmap v2.9.0
102302025-08-01T21:41:02.070Z[ recovery-image] Aug 01 21:41:00.585 INFO E| Compiling strsim v0.11.1
102312025-08-01T21:41:02.348Z[ recovery-image] Aug 01 21:41:00.862 INFO E| Compiling shared_child v1.0.1
102322025-08-01T21:41:02.435Z[ recovery-image] Aug 01 21:41:00.950 INFO E| Compiling os_pipe v1.2.1
102332025-08-01T21:41:02.630Z[ recovery-image] Aug 01 21:41:01.144 INFO E| Compiling duct v0.13.7
102342025-08-01T21:41:02.745Z[ recovery-image] Aug 01 21:41:01.260 INFO E| Compiling clap_builder v4.5.37
102352025-08-01T21:41:03.741Z[ recovery-image] Aug 01 21:41:02.255 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
102362025-08-01T21:41:04.834Z[ host-image] Aug 01 21:41:03.347 INFO O| Aug 01 21:41:03.347 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102372025-08-01T21:41:04.984Z[ host-image] Aug 01 21:41:03.497 INFO BUILD STRING "heads/stlouis-0-g3f1b0849ea\n"
102382025-08-01T21:41:04.984Z[ host-image] Aug 01 21:41:03.498 INFO expanded image name: "ci 23f1d3c/${os_short_commit} 2025-08-01 20:53" -> "ci 23f1d3c/3f1b084 2025-08-01 20:53"
102392025-08-01T21:41:04.987Z[ host-image] Aug 01 21:41:03.498 INFO output artefacts stored in: "/work/os-host"
102402025-08-01T21:41:04.988Z[ host-image] Aug 01 21:41:03.498 INFO collecting git info from project "amd-firmware"...
102412025-08-01T21:41:04.998Z[ host-image] Aug 01 21:41:03.511 INFO collecting git info from project "chelsio-t6-roms"...
102422025-08-01T21:41:05.005Z[ host-image] Aug 01 21:41:03.517 INFO collecting git info from project "amd-host-image-builder"...
102432025-08-01T21:41:05.011Z[ host-image] Aug 01 21:41:03.525 INFO collecting git info from project "image-builder"...
102442025-08-01T21:41:05.018Z[ host-image] Aug 01 21:41:03.532 INFO collecting git info from project "bootserver"...
102452025-08-01T21:41:05.025Z[ host-image] Aug 01 21:41:03.539 INFO collecting git info from project "pinprick"...
102462025-08-01T21:41:05.032Z[ host-image] Aug 01 21:41:03.545 INFO collecting git info from project "pilot"...
102472025-08-01T21:41:05.041Z[ host-image] Aug 01 21:41:03.554 INFO collecting git info from project "phbl"...
102482025-08-01T21:41:05.046Z[ host-image] Aug 01 21:41:03.560 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102492025-08-01T21:41:05.614Z[ host-image] Aug 01 21:41:04.127 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102502025-08-01T21:41:05.691Z[ recovery-image] Aug 01 21:41:04.204 INFO E| Compiling serde_derive v1.0.219
102512025-08-01T21:41:05.691Z[ recovery-image] Aug 01 21:41:04.204 INFO E| Compiling clap_derive v4.5.32
102522025-08-01T21:41:06.031Z[ host-image] Aug 01 21:41:04.543 INFO creating Oxide boot image...
102532025-08-01T21:41:06.031Z[ host-image] Aug 01 21:41:04.543 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 23f1d3c/3f1b084 2025-08-01 20:53", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102542025-08-01T21:41:07.472Z[ host-image] Aug 01 21:41:05.984 INFO O| ok, image written!
102552025-08-01T21:41:07.472Z[ host-image] Aug 01 21:41:05.984 INFO O| ok, boot_image_csum file written!
102562025-08-01T21:41:07.476Z[ host-image] Aug 01 21:41:05.987 INFO creating boot archive (CPIO)...
102572025-08-01T21:41:07.476Z[ host-image] Aug 01 21:41:05.987 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
102582025-08-01T21:41:07.480Z[ host-image] Aug 01 21:41:05.992 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102592025-08-01T21:41:07.480Z[ host-image] Aug 01 21:41:05.993 INFO E| + outfile=/work/os-host/cpio
102602025-08-01T21:41:07.480Z[ host-image] Aug 01 21:41:05.993 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102612025-08-01T21:41:07.483Z[ host-image] Aug 01 21:41:05.995 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102622025-08-01T21:41:07.483Z[ host-image] Aug 01 21:41:05.995 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102632025-08-01T21:41:07.532Z[ host-image] Aug 01 21:41:06.043 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102642025-08-01T21:41:07.532Z[ host-image] Aug 01 21:41:06.043 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102652025-08-01T21:41:07.541Z[ host-image] Aug 01 21:41:06.052 INFO creating compressed cpio/unix for dev loaders...
102662025-08-01T21:41:07.541Z[ host-image] Aug 01 21:41:06.052 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
102672025-08-01T21:41:07.870Z[ host-image] Aug 01 21:41:06.382 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
102682025-08-01T21:41:08.418Z[ recovery-image] Aug 01 21:41:06.929 INFO E| Compiling clap v4.5.37
102692025-08-01T21:41:09.482Z[ recovery-image] Aug 01 21:41:07.993 INFO E| Compiling serde v1.0.219
102702025-08-01T21:41:12.336Z[ host-image] Aug 01 21:41:10.844 INFO creating reset image...
102712025-08-01T21:41:12.336Z[ host-image] Aug 01 21:41:10.844 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102722025-08-01T21:41:12.404Z[ host-image] Aug 01 21:41:10.913 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
102732025-08-01T21:41:12.404Z[ host-image] Aug 01 21:41:10.913 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")
102742025-08-01T21:41:12.522Z[ host-image] Aug 01 21:41:11.031 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
102752025-08-01T21:41:12.525Z[ host-image] Aug 01 21:41:11.032 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102762025-08-01T21:41:12.537Z[ recovery-image] Aug 01 21:41:11.046 INFO E| Compiling toml_datetime v0.6.9
102772025-08-01T21:41:12.537Z[ recovery-image] Aug 01 21:41:11.046 INFO E| Compiling serde_spanned v0.6.8
102782025-08-01T21:41:12.772Z[ recovery-image] Aug 01 21:41:11.280 INFO E| Compiling toml_edit v0.22.26
102792025-08-01T21:41:12.927Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102802025-08-01T21:41:12.928Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102812025-08-01T21:41:12.932Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling proc-macro2 v1.0.95
102822025-08-01T21:41:12.932Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling unicode-ident v1.0.18
102832025-08-01T21:41:12.932Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling syn v1.0.109
102842025-08-01T21:41:12.932Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling x86 v0.52.0
102852025-08-01T21:41:12.932Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102862025-08-01T21:41:12.932Z[ host-image] Aug 01 21:41:11.436 INFO E| Compiling seq-macro v0.3.6
102872025-08-01T21:41:14.330Z[ host-image] Aug 01 21:41:12.837 INFO E| Compiling quote v1.0.40
102882025-08-01T21:41:14.620Z[ host-image] Aug 01 21:41:13.127 INFO E| Compiling syn v2.0.104
102892025-08-01T21:41:15.513Z[ recovery-image] Aug 01 21:41:14.020 INFO E| Compiling toml v0.8.22
102902025-08-01T21:41:17.908Z[ host-image] Aug 01 21:41:16.412 INFO E| Compiling scroll_derive v0.13.0
102912025-08-01T21:41:19.524Z[ recovery-image] Aug 01 21:41:18.028 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s
102922025-08-01T21:41:19.545Z[ recovery-image] Aug 01 21:41:18.050 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`
102932025-08-01T21:41:19.563Z[ recovery-image] Aug 01 21:41:18.067 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
102942025-08-01T21:41:20.204Z[ recovery-image] Aug 01 21:41:18.708 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
102952025-08-01T21:41:20.209Z[ recovery-image] Aug 01 21:41:18.713 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`
102962025-08-01T21:41:20.323Z[ host-image] Aug 01 21:41:18.827 INFO E| Compiling bitstruct_derive v0.1.0
102972025-08-01T21:41:20.407Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
102982025-08-01T21:41:20.407Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
102992025-08-01T21:41:20.407Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
103002025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
103012025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
103022025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
103032025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
103042025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
103052025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
103062025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
103072025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
103082025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
103092025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
103102025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
103112025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
103122025-08-01T21:41:20.411Z[ recovery-image] Aug 01 21:41:18.912 INFO O| Info: ABL version: 0x100a5010
103132025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.912 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
103142025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
103152025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
103162025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
103172025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
103182025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
103192025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
103202025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
103212025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
103222025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
103232025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
103242025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
103252025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
103262025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
103272025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
103282025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
103292025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
103302025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
103312025-08-01T21:41:20.412Z[ recovery-image] Aug 01 21:41:18.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
103322025-08-01T21:41:20.459Z[ recovery-image] Aug 01 21:41:18.963 INFO building ROM for cosmo
103332025-08-01T21:41:20.459Z[ recovery-image] Aug 01 21:41:18.963 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.5.toml", "--image", "/work/os-recovery/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
103342025-08-01T21:41:20.633Z[ recovery-image] Aug 01 21:41:19.137 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
103352025-08-01T21:41:20.638Z[ recovery-image] Aug 01 21:41:19.142 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.5.toml --image /work/os-recovery/cosmo.rom`
103362025-08-01T21:41:20.652Z[ recovery-image] Aug 01 21:41:19.156 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
103372025-08-01T21:41:20.768Z[ recovery-image] Aug 01 21:41:19.270 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
103382025-08-01T21:41:20.772Z[ recovery-image] Aug 01 21:41:19.274 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.5 -o /work/os-recovery/cosmo.rom`
103392025-08-01T21:41:21.094Z[ recovery-image] Aug 01 21:41:19.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn"
103402025-08-01T21:41:21.094Z[ recovery-image] Aug 01 21:41:19.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin"
103412025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin"
103422025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin"
103432025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103442025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103452025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103462025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn"
103472025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin"
103482025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin"
103492025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin"
103502025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103512025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103522025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103532025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103542025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103552025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin"
103562025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103572025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin"
103582025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin"
103592025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
103602025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
103612025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin"
103622025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
103632025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin"
103642025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin"
103652025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin"
103662025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
103672025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin"
103682025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin"
103692025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin"
103702025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin"
103712025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin"
103722025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin"
103732025-08-01T21:41:21.098Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
103742025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin"
103752025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin"
103762025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin"
103772025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin"
103782025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin"
103792025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin"
103802025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.599 INFO O| Info: ABL version: 0x1005f011
103812025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0
103822025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0
103832025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
103842025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
103852025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
103862025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
103872025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
103882025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
103892025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
103902025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
103912025-08-01T21:41:21.099Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
103922025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
103932025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
103942025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
103952025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
103962025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
103972025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
103982025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
103992025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104002025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104012025-08-01T21:41:21.100Z[ recovery-image] Aug 01 21:41:19.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104022025-08-01T21:41:21.130Z[ recovery-image] Aug 01 21:41:19.632 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
104032025-08-01T21:41:24.236Z[ recovery-image] Aug 01 21:41:22.737 INFO image complete! materials are in "/work/os-recovery"
104042025-08-01T21:41:24.240Z[ recovery-image]
104052025-08-01T21:41:24.244Z[ recovery-image] real 21:33.143603456
104062025-08-01T21:41:24.244Z[ recovery-image] user 16:28.952260409
104072025-08-01T21:41:24.244Z[ recovery-image] sys 1:26.986219204
104082025-08-01T21:41:24.244Z[ recovery-image] trap 0.876654871
104092025-08-01T21:41:24.244Z[ recovery-image] tflt 0.873724394
104102025-08-01T21:41:24.244Z[ recovery-image] dflt 2.365037987
104112025-08-01T21:41:24.244Z[ recovery-image] kflt 0.018854911
104122025-08-01T21:41:24.244Z[ recovery-image] lock 19:55.226153767
104132025-08-01T21:41:24.244Z[ recovery-image] slp 2:08:28.967692076
104142025-08-01T21:41:24.244Z[ recovery-image] lat 4:37.792570386
104152025-08-01T21:41:24.244Z[ recovery-image] stop 8.380450630
104162025-08-01T21:41:24.244ZAug 01 21:41:22.743 INFO [recovery-image] process exited with exit status: 0 (1293.176031688s)
104172025-08-01T21:41:36.019Z[ host-image] Aug 01 21:41:34.513 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
104182025-08-01T21:41:39.484Z[ host-image] Aug 01 21:41:37.975 INFO E| Compiling bitflags v1.3.2
104192025-08-01T21:41:39.488Z[ host-image] Aug 01 21:41:37.976 INFO E| Compiling bit_field v0.10.2
104202025-08-01T21:41:39.488Z[ host-image] Aug 01 21:41:37.976 INFO E| Compiling bitflags v2.9.1
104212025-08-01T21:41:39.488Z[ host-image] Aug 01 21:41:37.976 INFO E| Compiling scroll v0.13.0
104222025-08-01T21:41:39.488Z[ host-image] Aug 01 21:41:37.976 INFO E| Compiling plain v0.2.3
104232025-08-01T21:41:39.488Z[ host-image] Aug 01 21:41:37.976 INFO E| Compiling adler2 v2.0.1
104242025-08-01T21:41:39.489Z[ host-image] Aug 01 21:41:37.976 INFO E| Compiling log v0.4.27
104252025-08-01T21:41:39.582Z[ host-image] Aug 01 21:41:38.073 INFO E| Compiling raw-cpuid v10.7.0
104262025-08-01T21:41:39.713Z[ host-image] Aug 01 21:41:38.204 INFO E| Compiling miniz_oxide v0.8.9
104272025-08-01T21:41:39.739Z[ host-image] Aug 01 21:41:38.230 INFO E| Compiling bitstruct v0.1.1
104282025-08-01T21:41:39.791Z[ host-image] Aug 01 21:41:38.282 INFO E| Compiling static_assertions v1.1.0
104292025-08-01T21:41:39.869Z[ host-image] Aug 01 21:41:38.359 INFO E| Compiling cpio_reader v0.1.2
104302025-08-01T21:41:39.967Z[ host-image] Aug 01 21:41:38.458 INFO E| Compiling goblin v0.10.0
104312025-08-01T21:41:45.520Z[ host-image] Aug 01 21:41:44.008 INFO E| Finished `release` profile [optimized] target(s) in 32.96s
104322025-08-01T21:41:45.532Z[ host-image] Aug 01 21:41:44.020 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104332025-08-01T21:41:45.583Z[ host-image] Aug 01 21:41:44.071 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.88.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
104342025-08-01T21:41:45.583Z[ host-image] Aug 01 21:41:44.071 INFO building ROM for gimlet
104352025-08-01T21:41:45.586Z[ host-image] Aug 01 21:41:44.071 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")
104362025-08-01T21:41:45.709Z[ host-image] Aug 01 21:41:44.196 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104372025-08-01T21:41:45.712Z[ host-image] Aug 01 21:41:44.199 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`
104382025-08-01T21:41:45.721Z[ host-image] Aug 01 21:41:44.209 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
104392025-08-01T21:41:45.805Z[ host-image] Aug 01 21:41:44.293 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104402025-08-01T21:41:45.808Z[ host-image] Aug 01 21:41:44.296 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`
104412025-08-01T21:41:45.971Z[ host-image] Aug 01 21:41:44.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
104422025-08-01T21:41:45.971Z[ host-image] Aug 01 21:41:44.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
104432025-08-01T21:41:45.974Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
104442025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
104452025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
104462025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
104472025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
104482025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
104492025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
104502025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
104512025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
104522025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
104532025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
104542025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
104552025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
104562025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO O| Info: ABL version: 0x100a5010
104572025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
104582025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104592025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104602025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104612025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104622025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104632025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104642025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104652025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104662025-08-01T21:41:45.975Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104672025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104682025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104692025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104702025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104712025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104722025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104732025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104742025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104752025-08-01T21:41:45.976Z[ host-image] Aug 01 21:41:44.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104762025-08-01T21:41:46.005Z[ host-image] Aug 01 21:41:44.493 INFO building ROM for cosmo
104772025-08-01T21:41:46.006Z[ host-image] Aug 01 21:41:44.493 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.5.toml", "--image", "/work/os-host/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
104782025-08-01T21:41:46.129Z[ host-image] Aug 01 21:41:44.616 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104792025-08-01T21:41:46.132Z[ host-image] Aug 01 21:41:44.619 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.5.toml --image /work/os-host/cosmo.rom`
104802025-08-01T21:41:46.141Z[ host-image] Aug 01 21:41:44.629 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
104812025-08-01T21:41:46.227Z[ host-image] Aug 01 21:41:44.715 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
104822025-08-01T21:41:46.230Z[ host-image] Aug 01 21:41:44.718 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.5 -o /work/os-host/cosmo.rom`
104832025-08-01T21:41:46.547Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn"
104842025-08-01T21:41:46.547Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin"
104852025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin"
104862025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin"
104872025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104882025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104892025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104902025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn"
104912025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin"
104922025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin"
104932025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin"
104942025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104952025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104962025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104972025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104982025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104992025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin"
105002025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105012025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin"
105022025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin"
105032025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105042025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105052025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin"
105062025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105072025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin"
105082025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin"
105092025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin"
105102025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105112025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin"
105122025-08-01T21:41:46.551Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin"
105132025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin"
105142025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin"
105152025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin"
105162025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin"
105172025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105182025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin"
105192025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin"
105202025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin"
105212025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin"
105222025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin"
105232025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin"
105242025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO O| Info: ABL version: 0x1005f011
105252025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0
105262025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.036 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0
105272025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105282025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105292025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105302025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105312025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105322025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105332025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105342025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105352025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105362025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105372025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105382025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105392025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105402025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105412025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105422025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.037 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105432025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.038 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105442025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.038 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105452025-08-01T21:41:46.552Z[ host-image] Aug 01 21:41:45.038 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105462025-08-01T21:41:46.579Z[ host-image] Aug 01 21:41:45.066 INFO finishing image archive at "/work/os-host/os.tar.gz"...
105472025-08-01T21:42:04.017Z[ host-image] Aug 01 21:42:02.493 INFO image complete! materials are in "/work/os-host"
105482025-08-01T21:42:04.021Z[ host-image]
105492025-08-01T21:42:04.021Z[ host-image] real 22:53.360948346
105502025-08-01T21:42:04.021Z[ host-image] user 16:35.827163683
105512025-08-01T21:42:04.021Z[ host-image] sys 1:23.509639383
105522025-08-01T21:42:04.021Z[ host-image] trap 0.769060956
105532025-08-01T21:42:04.021Z[ host-image] tflt 0.227727551
105542025-08-01T21:42:04.021Z[ host-image] dflt 0.531379623
105552025-08-01T21:42:04.021Z[ host-image] kflt 0.141139997
105562025-08-01T21:42:04.021Z[ host-image] lock 23:26.160936904
105572025-08-01T21:42:04.021Z[ host-image] slp 2:14:34.166325872
105582025-08-01T21:42:04.021Z[ host-image] lat 4:25.522776128
105592025-08-01T21:42:04.021Z[ host-image] stop 2.452005124
105602025-08-01T21:42:04.022ZAug 01 21:42:02.497 INFO [host-image] process exited with exit status: 0 (1373.366559773s)
105612025-08-01T21:42:04.022ZAug 01 21:42:02.497 INFO [tuf-repo] running task
105622025-08-01T21:42:24.108ZAug 01 21:42:22.515 INFO assembling repository in `/tmp/tufaceousl0B4Ks`, component: OmicronRepoAssembler
105632025-08-01T21:42:30.769ZAug 01 21:42:29.229 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
105642025-08-01T21:42:31.282ZAug 01 21:42:29.727 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
105652025-08-01T21:42:48.776ZAug 01 21:42:47.225 INFO extracting uploaded archive to /tmp/.tmpizFd2t
105662025-08-01T21:42:51.720ZAug 01 21:42:50.167 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.KRx9cG
105672025-08-01T21:42:51.788ZAug 01 21:42:50.235 INFO added artifact, length: 6026393, hash: 0df1cf49fe6451159c478086aeac0221a9dfeff92753470bccec068372e8d452, version: 1.0.43, kind: gimlet_sp, name: cosmo-a
105682025-08-01T21:42:51.912ZAug 01 21:42:50.359 INFO added artifact, length: 5174629, hash: b00bcfb01b34e99ba2dd6c9a26bfa84f89f59e708c907286974910d1ebd303a2, version: 1.0.43, kind: gimlet_sp, name: gimlet-b
105692025-08-01T21:42:52.029ZAug 01 21:42:50.476 INFO added artifact, length: 5174829, hash: 9d6016cd3d4076358295e4cb544fe77bb3f6563141b693fae3ed0832fe809e08, version: 1.0.43, kind: gimlet_sp, name: gimlet-c
105702025-08-01T21:42:52.146ZAug 01 21:42:50.592 INFO added artifact, length: 5183723, hash: b57909d8f7ec44c3f60a2e1df46872e902f6f23123b6696c57d1151cdb12dc3b, version: 1.0.43, kind: gimlet_sp, name: gimlet-d
105712025-08-01T21:42:52.261ZAug 01 21:42:50.707 INFO added artifact, length: 5183957, hash: 046d5991022fd00ef554f82d76637650a1630ba5e8dcde490602278588347b1c, version: 1.0.43, kind: gimlet_sp, name: gimlet-e
105722025-08-01T21:42:52.375ZAug 01 21:42:50.822 INFO added artifact, length: 5183679, hash: 5115085c88d6d36de2837931e4629b4157e30d7111aa9f20164fb51897300aee, version: 1.0.43, kind: gimlet_sp, name: gimlet-f
105732025-08-01T21:42:52.517ZAug 01 21:42:50.963 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
105742025-08-01T21:42:52.517ZAug 01 21:42:50.963 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
105752025-08-01T21:42:52.602ZAug 01 21:42:51.048 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
105762025-08-01T21:42:52.602ZAug 01 21:42:51.048 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
105772025-08-01T21:42:52.686ZAug 01 21:42:51.132 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
105782025-08-01T21:42:52.686ZAug 01 21:42:51.132 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
105792025-08-01T21:42:52.766ZAug 01 21:42:51.213 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
105802025-08-01T21:42:52.766ZAug 01 21:42:51.213 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
105812025-08-01T21:42:52.769ZAug 01 21:42:51.214 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
105822025-08-01T21:42:52.769ZAug 01 21:42:51.215 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
105832025-08-01T21:42:52.770ZAug 01 21:42:51.216 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
105842025-08-01T21:43:01.187ZAug 01 21:42:59.627 INFO added artifact, length: 33554432, hash: f7edde1fb123a5284f182885ccd055c15f21186229ac7b209eed6143eccfe052, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: host_phase_1, name: host
105852025-08-01T21:43:01.187ZAug 01 21:42:59.627 INFO added artifact, length: 1048580096, hash: ed9161b37a52fbed40e687560769da87f02342595a10a9fbfbc95d91a9422db4, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: host_phase_2, name: host
105862025-08-01T21:43:02.649ZAug 01 21:43:01.089 INFO added artifact, length: 33554432, hash: c8fb8ff56669c202b338e2bafd540e819d23389b8612daac9ee9680db51e5ed7, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: trampoline_phase_1, name: trampoline
105872025-08-01T21:43:02.649ZAug 01 21:43:01.089 INFO added artifact, length: 144185949, hash: 1c060b0c9c95f8c1f32731aa22063bbe207dc84ce73fe01b9b879f887fa7827b, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: trampoline_phase_2, name: trampoline
105882025-08-01T21:43:05.846ZAug 01 21:43:04.283 INFO added artifact, length: 309480312, hash: 4d70468e37ee5a3f43f7f4fd3d16cc8ff8d275a2a6674d14cbdec2b17f2d49a4, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: clickhouse_keeper
105892025-08-01T21:43:09.249ZAug 01 21:43:07.685 INFO added artifact, length: 326064923, hash: bc729ed2313b400f54c7578ac9527fff70ee516fc9e7526162e199cc9fbe7249, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: clickhouse_server
105902025-08-01T21:43:12.634ZAug 01 21:43:11.068 INFO added artifact, length: 326066173, hash: bf33baddef92e4bed35d73cccd2b84940c0862ae007c4fbf4d0c01a86ded83e4, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: clickhouse
105912025-08-01T21:43:14.285ZAug 01 21:43:12.717 INFO added artifact, length: 164168161, hash: deb6832a46055d39c8ca100465168cfbbb48057f970e2c131ccca5736792634e, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: cockroachdb
105922025-08-01T21:43:14.704ZAug 01 21:43:13.136 INFO added artifact, length: 39998564, hash: 71f71534abc4fdf04f1c8e6ddb8649e4a6f763d142c9ce9a2b83cbddc038fd8f, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: crucible-pantry-zone
105932025-08-01T21:43:15.224ZAug 01 21:43:13.655 INFO added artifact, length: 50118926, hash: 4111f04e5972ea1b926f937f89f81ccf17c8dde8a0b5da5785e79017a3f2aef5, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: crucible-zone
105942025-08-01T21:43:15.759ZAug 01 21:43:14.190 INFO added artifact, length: 53606619, hash: 4ab6d193414f2f175827d984f70f4b78e50e04f141009abd12a2910dd46c9e25, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: external-dns
105952025-08-01T21:43:16.309ZAug 01 21:43:14.740 INFO added artifact, length: 53606218, hash: 3151acf0e8fba46e8d87c405022024288665d9b1bff10d34279285348fcf3e2e, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: internal-dns
105962025-08-01T21:43:17.750ZAug 01 21:43:16.180 INFO added artifact, length: 139401255, hash: 3dc5b86a78699a83857095758ebd726f55c06e6a2abf4295c29bbe55e569b3ca, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: nexus
105972025-08-01T21:43:18.111ZAug 01 21:43:16.541 INFO added artifact, length: 33968325, hash: ac75ab2c49ea84958b7353752f6ee35f541866426221f1f64da3f6a4f7316515, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: ntp
105982025-08-01T21:43:18.820ZAug 01 21:43:17.250 INFO added artifact, length: 67650624, hash: a968ded5af6e3352b968f66a138462236eb0b9f996a1b72b9b1d618861ecbedf, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: oximeter
105992025-08-01T21:43:18.853ZAug 01 21:43:17.283 INFO added artifact, length: 3109590, hash: 65bd1b711f57496ebc6f9cd4e707ca37f64ed887058801be4054eaf4df59d944, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: zone, name: probe
106002025-08-01T21:43:18.900ZAug 01 21:43:17.330 INFO added artifact, length: 3879969, hash: c105e4eb9490ea573be86c8dc84b03177ce47575a24652239c5027a29615f46e, version: 1.0.43, kind: psc_sp, name: psc-b
106012025-08-01T21:43:18.945ZAug 01 21:43:17.375 INFO added artifact, length: 3882674, hash: fe479e8c50a8faf884c61dc71ab697fd13f2b6c934e2d65c7159de4bf21fbef5, version: 1.0.43, kind: psc_sp, name: psc-c
106022025-08-01T21:43:19.027ZAug 01 21:43:17.457 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
106032025-08-01T21:43:19.027ZAug 01 21:43:17.457 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
106042025-08-01T21:43:19.114ZAug 01 21:43:17.544 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106052025-08-01T21:43:19.114ZAug 01 21:43:17.544 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106062025-08-01T21:43:19.201ZAug 01 21:43:17.631 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
106072025-08-01T21:43:19.201ZAug 01 21:43:17.631 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
106082025-08-01T21:43:19.283ZAug 01 21:43:17.712 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
106092025-08-01T21:43:19.283ZAug 01 21:43:17.712 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
106102025-08-01T21:43:19.286ZAug 01 21:43:17.713 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
106112025-08-01T21:43:19.286ZAug 01 21:43:17.714 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
106122025-08-01T21:43:19.286ZAug 01 21:43:17.715 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
106132025-08-01T21:43:19.362ZAug 01 21:43:17.792 INFO added artifact, length: 6814154, hash: 8cf8c93002335aee706e87f9837cbe64f22a96ade51fb4dfbe16ad67fb9f5042, version: 1.0.43, kind: switch_sp, name: sidecar-b
106142025-08-01T21:43:19.507ZAug 01 21:43:17.937 INFO added artifact, length: 6830648, hash: bd33719953b428be68b0d2879296cd156a915606a7df0fef02225eb1e2b6bd0f, version: 1.0.43, kind: switch_sp, name: sidecar-c
106152025-08-01T21:43:19.652ZAug 01 21:43:18.081 INFO added artifact, length: 6830793, hash: 4912654451756c6cab902f2dda4338f0dbf7c396c21a3914da8ce2774e595580, version: 1.0.43, kind: switch_sp, name: sidecar-d
106162025-08-01T21:43:19.807ZAug 01 21:43:18.236 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
106172025-08-01T21:43:19.807ZAug 01 21:43:18.237 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
106182025-08-01T21:43:19.893ZAug 01 21:43:18.322 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106192025-08-01T21:43:19.893ZAug 01 21:43:18.322 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106202025-08-01T21:43:19.977ZAug 01 21:43:18.407 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
106212025-08-01T21:43:19.978ZAug 01 21:43:18.407 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
106222025-08-01T21:43:20.059ZAug 01 21:43:18.488 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
106232025-08-01T21:43:20.059ZAug 01 21:43:18.489 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
106242025-08-01T21:43:20.062ZAug 01 21:43:18.489 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
106252025-08-01T21:43:20.062ZAug 01 21:43:18.490 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
106262025-08-01T21:43:20.062ZAug 01 21:43:18.491 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
106272025-08-01T21:43:20.565ZAug 01 21:43:18.993 INFO extracting uploaded archive to /tmp/.tmp2PS3Gj
106282025-08-01T21:43:23.490ZAug 01 21:43:21.917 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.gKPUwB
106292025-08-01T21:43:23.558ZAug 01 21:43:21.984 INFO added artifact, length: 6026393, hash: 0df1cf49fe6451159c478086aeac0221a9dfeff92753470bccec068372e8d452, version: 1.0.43, kind: gimlet_sp, name: cosmo-a
106302025-08-01T21:43:23.682ZAug 01 21:43:22.109 INFO added artifact, length: 5174629, hash: b00bcfb01b34e99ba2dd6c9a26bfa84f89f59e708c907286974910d1ebd303a2, version: 1.0.43, kind: gimlet_sp, name: gimlet-b
106312025-08-01T21:43:23.802ZAug 01 21:43:22.229 INFO added artifact, length: 5174829, hash: 9d6016cd3d4076358295e4cb544fe77bb3f6563141b693fae3ed0832fe809e08, version: 1.0.43, kind: gimlet_sp, name: gimlet-c
106322025-08-01T21:43:23.922ZAug 01 21:43:22.349 INFO added artifact, length: 5183723, hash: b57909d8f7ec44c3f60a2e1df46872e902f6f23123b6696c57d1151cdb12dc3b, version: 1.0.43, kind: gimlet_sp, name: gimlet-d
106332025-08-01T21:43:24.042ZAug 01 21:43:22.469 INFO added artifact, length: 5183957, hash: 046d5991022fd00ef554f82d76637650a1630ba5e8dcde490602278588347b1c, version: 1.0.43, kind: gimlet_sp, name: gimlet-e
106342025-08-01T21:43:24.163ZAug 01 21:43:22.588 INFO added artifact, length: 5183679, hash: 5115085c88d6d36de2837931e4629b4157e30d7111aa9f20164fb51897300aee, version: 1.0.43, kind: gimlet_sp, name: gimlet-f
106352025-08-01T21:43:24.303ZAug 01 21:43:22.729 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
106362025-08-01T21:43:24.303ZAug 01 21:43:22.729 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
106372025-08-01T21:43:24.389ZAug 01 21:43:22.816 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106382025-08-01T21:43:24.390ZAug 01 21:43:22.816 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106392025-08-01T21:43:24.477ZAug 01 21:43:22.903 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
106402025-08-01T21:43:24.477ZAug 01 21:43:22.903 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
106412025-08-01T21:43:24.560ZAug 01 21:43:22.986 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
106422025-08-01T21:43:24.560ZAug 01 21:43:22.986 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
106432025-08-01T21:43:24.563ZAug 01 21:43:22.987 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
106442025-08-01T21:43:24.563ZAug 01 21:43:22.988 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
106452025-08-01T21:43:24.563ZAug 01 21:43:22.989 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
106462025-08-01T21:43:32.777ZAug 01 21:43:31.198 INFO added artifact, length: 33554432, hash: f7edde1fb123a5284f182885ccd055c15f21186229ac7b209eed6143eccfe052, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: host_phase_1, name: host
106472025-08-01T21:43:32.777ZAug 01 21:43:31.198 INFO added artifact, length: 1048580096, hash: ed9161b37a52fbed40e687560769da87f02342595a10a9fbfbc95d91a9422db4, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: host_phase_2, name: host
106482025-08-01T21:43:34.199ZAug 01 21:43:32.619 INFO added artifact, length: 33554432, hash: c8fb8ff56669c202b338e2bafd540e819d23389b8612daac9ee9680db51e5ed7, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: trampoline_phase_1, name: trampoline
106492025-08-01T21:43:34.199ZAug 01 21:43:32.619 INFO added artifact, length: 144185949, hash: 1c060b0c9c95f8c1f32731aa22063bbe207dc84ce73fe01b9b879f887fa7827b, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: trampoline_phase_2, name: trampoline
106502025-08-01T21:43:45.495ZAug 01 21:43:43.909 INFO added artifact, length: 1621499037, hash: 6f4dbce39b771490e568fc188e30e204783e08db61edafbeb5f2178edbc74e62, version: 16.0.0-0.ci+git23f1d3cfc1a, kind: control_plane, name: control-plane
106512025-08-01T21:43:45.541ZAug 01 21:43:43.954 INFO added artifact, length: 3879969, hash: c105e4eb9490ea573be86c8dc84b03177ce47575a24652239c5027a29615f46e, version: 1.0.43, kind: psc_sp, name: psc-b
106522025-08-01T21:43:45.586ZAug 01 21:43:43.999 INFO added artifact, length: 3882674, hash: fe479e8c50a8faf884c61dc71ab697fd13f2b6c934e2d65c7159de4bf21fbef5, version: 1.0.43, kind: psc_sp, name: psc-c
106532025-08-01T21:43:45.668ZAug 01 21:43:44.081 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
106542025-08-01T21:43:45.668ZAug 01 21:43:44.081 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
106552025-08-01T21:43:45.754ZAug 01 21:43:44.167 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106562025-08-01T21:43:45.754ZAug 01 21:43:44.167 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106572025-08-01T21:43:45.839ZAug 01 21:43:44.252 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
106582025-08-01T21:43:45.839ZAug 01 21:43:44.252 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
106592025-08-01T21:43:45.921ZAug 01 21:43:44.333 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
106602025-08-01T21:43:45.921ZAug 01 21:43:44.333 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
106612025-08-01T21:43:45.924ZAug 01 21:43:44.334 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
106622025-08-01T21:43:45.924ZAug 01 21:43:44.335 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
106632025-08-01T21:43:45.924ZAug 01 21:43:44.336 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
106642025-08-01T21:43:45.998ZAug 01 21:43:44.410 INFO added artifact, length: 6814154, hash: 8cf8c93002335aee706e87f9837cbe64f22a96ade51fb4dfbe16ad67fb9f5042, version: 1.0.43, kind: switch_sp, name: sidecar-b
106652025-08-01T21:43:46.143ZAug 01 21:43:44.556 INFO added artifact, length: 6830648, hash: bd33719953b428be68b0d2879296cd156a915606a7df0fef02225eb1e2b6bd0f, version: 1.0.43, kind: switch_sp, name: sidecar-c
106662025-08-01T21:43:46.289ZAug 01 21:43:44.702 INFO added artifact, length: 6830793, hash: 4912654451756c6cab902f2dda4338f0dbf7c396c21a3914da8ce2774e595580, version: 1.0.43, kind: switch_sp, name: sidecar-d
106672025-08-01T21:43:46.442ZAug 01 21:43:44.855 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
106682025-08-01T21:43:46.442ZAug 01 21:43:44.855 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
106692025-08-01T21:43:46.527ZAug 01 21:43:44.940 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106702025-08-01T21:43:46.527ZAug 01 21:43:44.940 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106712025-08-01T21:43:46.612ZAug 01 21:43:45.024 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
106722025-08-01T21:43:46.612ZAug 01 21:43:45.024 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
106732025-08-01T21:43:46.695ZAug 01 21:43:45.107 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
106742025-08-01T21:43:46.695ZAug 01 21:43:45.107 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
106752025-08-01T21:43:46.698ZAug 01 21:43:45.109 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
106762025-08-01T21:43:46.698ZAug 01 21:43:45.109 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
106772025-08-01T21:43:46.698ZAug 01 21:43:45.110 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
106782025-08-01T21:43:47.217ZAug 01 21:43:45.629 INFO [tuf-repo] task succeeded (103.132371451s)
106792025-08-01T21:43:47.217ZAug 01 21:43:45.629 INFO all jobs completed in 2993.923229657s
106802025-08-01T21:43:48.182Zprocess exited: duration 3656101 ms, exit code 0
 
106812025-08-01T21:43:48.202Zfound 41 output files
106822025-08-01T21:43:48.202Zuploading: /work/manifest.toml (14007 bytes)
106832025-08-01T21:43:49.220Zuploaded: /work/manifest.toml
106842025-08-01T21:43:49.220Zuploading: /work/repo.zip (2774938869 bytes)
106852025-08-01T21:44:51.374Zuploaded: /work/repo.zip
106862025-08-01T21:44:51.375Zuploading: /work/repo.zip.sha256.txt (65 bytes)
106872025-08-01T21:44:52.389Zuploaded: /work/repo.zip.sha256.txt
106882025-08-01T21:44:52.389Zuploading: /work/helios.json (584 bytes)
106892025-08-01T21:44:53.401Zuploaded: /work/helios.json
106902025-08-01T21:44:53.401Zuploading: /work/incorporation.p5m (99188 bytes)
106912025-08-01T21:44:54.422Zuploaded: /work/incorporation.p5m
106922025-08-01T21:44:54.422Zuploading: /work/incorporation.p5p (112640 bytes)
106932025-08-01T21:44:55.441Zuploaded: /work/incorporation.p5p
106942025-08-01T21:44:55.441Zuploading: /work/helios-incorp.log (526 bytes)
106952025-08-01T21:44:56.453Zuploaded: /work/helios-incorp.log
106962025-08-01T21:44:56.453Zuploading: /work/helios-setup.log (62323 bytes)
106972025-08-01T21:44:57.470Zuploaded: /work/helios-setup.log
106982025-08-01T21:44:57.470Zuploading: /work/host-image.log (228664 bytes)
106992025-08-01T21:44:58.496Zuploaded: /work/host-image.log
107002025-08-01T21:44:58.496Zuploading: /work/host-package.log (29542 bytes)
107012025-08-01T21:44:59.511Zuploaded: /work/host-package.log
107022025-08-01T21:44:59.511Zuploading: /work/host-target.log (101 bytes)
107032025-08-01T21:45:00.525Zuploaded: /work/host-target.log
107042025-08-01T21:45:00.525Zuploading: /work/incorp-create.log (0 bytes)
107052025-08-01T21:45:01.534Zuploaded: /work/incorp-create.log
107062025-08-01T21:45:01.534Zuploading: /work/incorp-fmt.log (0 bytes)
107072025-08-01T21:45:02.542Zuploaded: /work/incorp-fmt.log
107082025-08-01T21:45:02.546Zuploading: /work/incorp-pkgsend.log (108 bytes)
107092025-08-01T21:45:03.559Zuploaded: /work/incorp-pkgsend.log
107102025-08-01T21:45:03.559Zuploading: /work/incorp-publisher.log (0 bytes)
107112025-08-01T21:45:04.567Zuploaded: /work/incorp-publisher.log
107122025-08-01T21:45:04.568Zuploading: /work/omicron-package.log (6937 bytes)
107132025-08-01T21:45:05.584Zuploaded: /work/omicron-package.log
107142025-08-01T21:45:05.584Zuploading: /work/recovery-image.log (600712 bytes)
107152025-08-01T21:45:06.612Zuploaded: /work/recovery-image.log
107162025-08-01T21:45:06.612Zuploading: /work/recovery-package.log (1685 bytes)
107172025-08-01T21:45:07.625Zuploaded: /work/recovery-package.log
107182025-08-01T21:45:07.625Zuploading: /work/recovery-target.log (98 bytes)
107192025-08-01T21:45:08.637Zuploaded: /work/recovery-target.log
107202025-08-01T21:45:08.637Zuploading: /work/stamp-clickhouse.log (117 bytes)
107212025-08-01T21:45:09.649Zuploaded: /work/stamp-clickhouse.log
107222025-08-01T21:45:09.649Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
107232025-08-01T21:45:10.662Zuploaded: /work/stamp-clickhouse_keeper.log
107242025-08-01T21:45:10.662Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
107252025-08-01T21:45:11.674Zuploaded: /work/stamp-clickhouse_server.log
107262025-08-01T21:45:11.674Zuploading: /work/stamp-cockroachdb.log (118 bytes)
107272025-08-01T21:45:12.687Zuploaded: /work/stamp-cockroachdb.log
107282025-08-01T21:45:12.687Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
107292025-08-01T21:45:13.699Zuploaded: /work/stamp-crucible-dtrace.log
107302025-08-01T21:45:13.699Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
107312025-08-01T21:45:14.712Zuploaded: /work/stamp-crucible-pantry-zone.log
107322025-08-01T21:45:14.712Zuploading: /work/stamp-crucible-zone.log (120 bytes)
107332025-08-01T21:45:15.725Zuploaded: /work/stamp-crucible-zone.log
107342025-08-01T21:45:15.725Zuploading: /work/stamp-external-dns.log (119 bytes)
107352025-08-01T21:45:16.739Zuploaded: /work/stamp-external-dns.log
107362025-08-01T21:45:16.739Zuploading: /work/stamp-installinator.log (103 bytes)
107372025-08-01T21:45:17.753Zuploaded: /work/stamp-installinator.log
107382025-08-01T21:45:17.753Zuploading: /work/stamp-internal-dns.log (119 bytes)
107392025-08-01T21:45:18.766Zuploaded: /work/stamp-internal-dns.log
107402025-08-01T21:45:18.766Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
107412025-08-01T21:45:19.777Zuploaded: /work/stamp-mg-ddm-gz.log
107422025-08-01T21:45:19.778Zuploading: /work/stamp-nexus.log (112 bytes)
107432025-08-01T21:45:20.788Zuploaded: /work/stamp-nexus.log
107442025-08-01T21:45:20.788Zuploading: /work/stamp-ntp.log (110 bytes)
107452025-08-01T21:45:21.802Zuploaded: /work/stamp-ntp.log
107462025-08-01T21:45:21.802Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
107472025-08-01T21:45:22.815Zuploaded: /work/stamp-omicron-sled-agent.log
107482025-08-01T21:45:22.815Zuploading: /work/stamp-overlay.log (114 bytes)
107492025-08-01T21:45:23.829Zuploaded: /work/stamp-overlay.log
107502025-08-01T21:45:23.829Zuploading: /work/stamp-oximeter.log (115 bytes)
107512025-08-01T21:45:24.842Zuploaded: /work/stamp-oximeter.log
107522025-08-01T21:45:24.843Zuploading: /work/stamp-oxlog.log (109 bytes)
107532025-08-01T21:45:25.856Zuploaded: /work/stamp-oxlog.log
107542025-08-01T21:45:25.857Zuploading: /work/stamp-probe.log (112 bytes)
107552025-08-01T21:45:26.868Zuploaded: /work/stamp-probe.log
107562025-08-01T21:45:26.868Zuploading: /work/stamp-propolis-server.log (122 bytes)
107572025-08-01T21:45:27.881Zuploaded: /work/stamp-propolis-server.log
107582025-08-01T21:45:27.881Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
107592025-08-01T21:45:28.893Zuploaded: /work/stamp-pumpkind-gz.log
107602025-08-01T21:45:28.893Zuploading: /work/stamp-switch-asic.log (118 bytes)
107612025-08-01T21:45:29.905Zuploaded: /work/stamp-switch-asic.log
107622025-08-01T21:45:29.905Zuploading: /work/verify-libraries.log (7287 bytes)
107632025-08-01T21:45:30.918Zuploaded: /work/verify-libraries.log