01K46A8TS6F4TKHV3ZFGN2NWZN: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/work/helios.json",
            series: "rot-all",
            name: "helios.json",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5m",
            series: "rot-all",
            name: "incorporation.p5m",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5p",
            series: "rot-all",
            name: "incorporation.p5p",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01K46A9K2ZWYQ3PSKA2ZBQ5RNH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-02T22:56:48.129Zjob assigned to worker 01K46A9KVA01GKDV98TZVTMC5E [factory aws, i-090aaef92c7d330f1] (queued for 57 s)
 
22025-09-02T22:56:56.758Zstarting task 0: "setup"
32025-09-02T22:56:56.763Z++ uname -s
42025-09-02T22:56:56.766Z+ kern=SunOS
52025-09-02T22:56:56.766Z+ build_user=build
62025-09-02T22:56:56.766Z+ build_uid=12345
72025-09-02T22:56:56.766Z+ work_dir=/work
82025-09-02T22:56:56.767Z+ input_dir=/input
92025-09-02T22:56:56.767Z+ [[ 0 == 12345 ]]
102025-09-02T22:56:56.767Z+ case "$kern" in
112025-09-02T22:56:56.767Z+ groupadd -g 12345 build
122025-09-02T22:56:56.770Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-02T22:56:58.776Z+ zfs create -o mountpoint=/work rpool/work
142025-09-02T22:56:58.899Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-02T22:56:58.903Z+ home_fs=zfs
162025-09-02T22:56:58.903Z+ [[ zfs == autofs ]]
172025-09-02T22:56:58.903Z+ mkdir -p /home/build
182025-09-02T22:56:58.906Z+ chown build:build /home/build /work
192025-09-02T22:57:00.906Z+ chmod 0700 /home/build /work
202025-09-02T22:57:00.910Zprocess exited: duration 4153 ms, exit code 0
 
212025-09-02T22:57:00.916Zstarting task 1: "rust-toolchain"
222025-09-02T22:57:00.922Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-02T22:57:00.922Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-09-02T22:57:00.922Z * rust toolchain channel = "1.89.0"
252025-09-02T22:57:00.922Z * rust toolchain profile = "default"
262025-09-02T22:57:00.922Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-02T22:57:00.922Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-02T22:57:00.925Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-02T22:57:00.925Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-02T22:57:01.015Zinfo: downloading installer
312025-09-02T22:57:02.445Zwarn: It looks like you have an existing installation of Rust at:
322025-09-02T22:57:02.445Zwarn: /opt/ooce/bin
332025-09-02T22:57:02.445Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-02T22:57:02.445Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-02T22:57:02.445Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-02T22:57:02.445Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-02T22:57:02.445Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-02T22:57:02.445Zerror: cannot install while Rust is installed
392025-09-02T22:57:02.445Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-02T22:57:02.463Zinfo: profile set to 'default'
412025-09-02T22:57:02.463Zinfo: default host triple is x86_64-unknown-illumos
422025-09-02T22:57:02.467Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-02T22:57:02.629Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-02T22:57:02.629Zinfo: downloading component 'cargo'
452025-09-02T22:57:03.569Zinfo: downloading component 'clippy'
462025-09-02T22:57:03.884Zinfo: downloading component 'rust-docs'
472025-09-02T22:57:05.105Zinfo: downloading component 'rust-std'
482025-09-02T22:57:07.105Zinfo: downloading component 'rustc'
492025-09-02T22:57:13.046Zinfo: downloading component 'rustfmt'
502025-09-02T22:57:13.322Zinfo: installing component 'cargo'
512025-09-02T22:57:14.230Zinfo: installing component 'clippy'
522025-09-02T22:57:14.630Zinfo: installing component 'rust-docs'
532025-09-02T22:57:16.541Zinfo: installing component 'rust-std'
542025-09-02T22:57:18.472Zinfo: installing component 'rustc'
552025-09-02T22:57:25.186Zinfo: installing component 'rustfmt'
562025-09-02T22:57:25.523Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-02T22:57:25.523Z
582025-09-02T22:57:25.975Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-02T22:57:25.975Z
602025-09-02T22:57:25.979Z
612025-09-02T22:57:25.979ZRust is installed now. Great!
622025-09-02T22:57:25.980Z
632025-09-02T22:57:25.980ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-02T22:57:25.980Zenvironment variable. This has not been done automatically.
652025-09-02T22:57:25.980Z
662025-09-02T22:57:25.980ZTo configure your current shell, you need to source
672025-09-02T22:57:25.980Zthe corresponding env file under $HOME/.cargo.
682025-09-02T22:57:25.980Z
692025-09-02T22:57:25.980ZThis is usually done by running one of the following (note the leading DOT):
702025-09-02T22:57:25.980Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-02T22:57:25.980Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-02T22:57:25.980Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-02T22:57:26.094Z+ rustup --version
742025-09-02T22:57:26.106Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-02T22:57:26.109Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-02T22:57:26.191Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-02T22:57:26.195Z+ cargo --version
782025-09-02T22:57:26.262Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-02T22:57:26.265Z+ rustc --version
802025-09-02T22:57:26.339Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-02T22:57:26.343Zprocess exited: duration 25422 ms, exit code 0
 
822025-09-02T22:57:26.350Zstarting task 2: "authentication"
832025-09-02T22:57:26.373Zprocess exited: duration 22 ms, exit code 0
 
842025-09-02T22:57:26.382Zstarting task 3: "clone repository"
852025-09-02T22:57:26.385Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-02T22:57:26.389Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-02T22:57:26.428ZCloning into '/work/oxidecomputer/omicron'...
882025-09-02T22:57:36.560Z+ cd /work/oxidecomputer/omicron
892025-09-02T22:57:36.560Z+ git fetch origin 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba
902025-09-02T22:57:36.897ZFrom https://github.com/oxidecomputer/omicron
912025-09-02T22:57:36.897Z * branch 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba -> FETCH_HEAD
922025-09-02T22:57:36.910Z+ [[ -n dap/handoff-quiesce-1 ]]
932025-09-02T22:57:36.913Z++ git branch --show-current
942025-09-02T22:57:36.918Z+ current=main
952025-09-02T22:57:36.918Z+ [[ main != dap/handoff-quiesce-1 ]]
962025-09-02T22:57:36.918Z+ git branch -f dap/handoff-quiesce-1 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba
972025-09-02T22:57:36.922Z+ git checkout -f dap/handoff-quiesce-1
982025-09-02T22:57:37.170ZSwitched to branch 'dap/handoff-quiesce-1'
992025-09-02T22:57:37.175Z+ git reset --hard 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba
1002025-09-02T22:57:37.204ZHEAD is now at 1317dd70c review feedback
1012025-09-02T22:57:37.208Zprocess exited: duration 10823 ms, exit code 0
 
1022025-09-02T22:57:37.216Zstarting task 4: "build"
1032025-09-02T22:57:37.222Z+ source .github/buildomat/ci-env.sh
1042025-09-02T22:57:37.222Z++ export CARGO_TERM_COLOR=always
1052025-09-02T22:57:37.222Z++ CARGO_TERM_COLOR=always
1062025-09-02T22:57:37.222Z+ cargo --version
1072025-09-02T22:57:37.323Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-02T22:57:37.330Z+ rustc --version
1092025-09-02T22:57:37.362Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-02T22:57:37.368Z+ cargo tree --locked
1112025-09-02T22:57:37.672Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-09-02T22:57:37.940Z Updating crates.io index
1132025-09-02T22:57:37.999Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-09-02T22:57:38.308Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-09-02T22:57:38.894Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-09-02T22:57:39.139Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-09-02T22:57:39.385Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-09-02T22:57:39.710Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-09-02T22:57:40.892Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-09-02T22:57:42.980Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-09-02T22:57:43.902Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-09-02T22:57:44.659Z Updating git repository `https://github.com/oxidecomputer/clickward`
1232025-09-02T22:57:44.941Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1242025-09-02T22:57:45.245Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1252025-09-02T22:57:45.944Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-09-02T22:57:46.422Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-09-02T22:57:47.277Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-09-02T22:57:47.563Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-09-02T22:57:47.872Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-09-02T22:57:48.144Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-09-02T22:57:48.408Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-09-02T22:57:48.654Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-09-02T22:57:48.905Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-09-02T22:57:49.253Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352025-09-02T22:57:49.578Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362025-09-02T22:57:49.868Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372025-09-02T22:57:50.360Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382025-09-02T22:57:50.771Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392025-09-02T22:57:51.096Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1402025-09-02T22:57:51.431Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1412025-09-02T22:57:51.833Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422025-09-02T22:57:52.142Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432025-09-02T22:57:52.453Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442025-09-02T22:57:52.767Z Updating git repository `https://github.com/oxidecomputer/omicron`
1452025-09-02T22:58:01.383Z Updating git repository `https://github.com/illumos/smf-rs`
1462025-09-02T22:58:03.377Z Downloading crates ...
1472025-09-02T22:58:03.483Z Downloaded approx v0.5.1
1482025-09-02T22:58:03.489Z Downloaded array-init v0.0.4
1492025-09-02T22:58:03.495Z Downloaded cfg-if v1.0.1
1502025-09-02T22:58:03.496Z Downloaded ascii-canvas v3.0.0
1512025-09-02T22:58:03.503Z Downloaded assert_cmd v2.0.17
1522025-09-02T22:58:03.511Z Downloaded anyhow v1.0.99
1532025-09-02T22:58:03.518Z Downloaded anstyle-parse v0.2.5
1542025-09-02T22:58:03.526Z Downloaded ecdsa v0.16.9
1552025-09-02T22:58:03.527Z Downloaded arrayvec v0.7.6
1562025-09-02T22:58:03.527Z Downloaded either v1.15.0
1572025-09-02T22:58:03.534Z Downloaded ed25519-dalek v2.1.1
1582025-09-02T22:58:03.534Z Downloaded fd-lock v4.0.2
1592025-09-02T22:58:03.534Z Downloaded futures-io v0.3.31
1602025-09-02T22:58:03.542Z Downloaded expectorate v1.2.0
1612025-09-02T22:58:03.542Z Downloaded fallible-iterator v0.2.0
1622025-09-02T22:58:03.547Z Downloaded event-listener-strategy v0.5.2
1632025-09-02T22:58:03.547Z Downloaded equivalent v1.0.2
1642025-09-02T22:58:03.547Z Downloaded aho-corasick v1.1.3
1652025-09-02T22:58:03.552Z Downloaded fatfs v0.3.6
1662025-09-02T22:58:03.557Z Downloaded hash32 v0.2.1
1672025-09-02T22:58:03.564Z Downloaded embedded-io v0.4.0
1682025-09-02T22:58:03.565Z Downloaded futures-core v0.3.31
1692025-09-02T22:58:03.565Z Downloaded embedded-io v0.6.1
1702025-09-02T22:58:03.575Z Downloaded form_urlencoded v1.2.1
1712025-09-02T22:58:03.575Z Downloaded getrandom v0.2.15
1722025-09-02T22:58:03.575Z Downloaded futures-executor v0.3.31
1732025-09-02T22:58:03.587Z Downloaded erased-serde v0.4.6
1742025-09-02T22:58:03.587Z Downloaded futures-task v0.3.31
1752025-09-02T22:58:03.588Z Downloaded enum-as-inner v0.6.1
1762025-09-02T22:58:03.588Z Downloaded foreign-types v0.3.2
1772025-09-02T22:58:03.598Z Downloaded foreign-types-shared v0.3.1
1782025-09-02T22:58:03.599Z Downloaded fixedbitset v0.4.2
1792025-09-02T22:58:03.599Z Downloaded bb8 v0.8.5
1802025-09-02T22:58:03.599Z Downloaded headers-core v0.3.0
1812025-09-02T22:58:03.599Z Downloaded bit-set v0.5.3
1822025-09-02T22:58:03.599Z Downloaded foreign-types-macros v0.2.3
1832025-09-02T22:58:03.615Z Downloaded guppy-workspace-hack v0.1.0
1842025-09-02T22:58:03.615Z Downloaded env_logger v0.11.5
1852025-09-02T22:58:03.615Z Downloaded ena v0.14.3
1862025-09-02T22:58:03.615Z Downloaded fxhash v0.2.1
1872025-09-02T22:58:03.616Z Downloaded cargo-platform v0.1.8
1882025-09-02T22:58:03.616Z Downloaded bit-set v0.8.0
1892025-09-02T22:58:03.616Z Downloaded futures-lite v2.3.0
1902025-09-02T22:58:03.626Z Downloaded heck v0.4.1
1912025-09-02T22:58:03.626Z Downloaded aead v0.5.2
1922025-09-02T22:58:03.627Z Downloaded newline-converter v0.3.0
1932025-09-02T22:58:03.627Z Downloaded foreign-types-shared v0.1.1
1942025-09-02T22:58:03.627Z Downloaded oso-derive v0.27.3
1952025-09-02T22:58:03.627Z Downloaded pathdiff v0.2.3
1962025-09-02T22:58:03.627Z Downloaded openssl-macros v0.1.1
1972025-09-02T22:58:03.643Z Downloaded pbkdf2 v0.11.0
1982025-09-02T22:58:03.643Z Downloaded pretty-hex v0.2.1
1992025-09-02T22:58:03.643Z Downloaded foreign-types v0.5.0
2002025-09-02T22:58:03.643Z Downloaded futures-sink v0.3.31
2012025-09-02T22:58:03.644Z Downloaded float-cmp v0.10.0
2022025-09-02T22:58:03.644Z Downloaded blowfish v0.9.1
2032025-09-02T22:58:03.650Z Downloaded hex v0.4.3
2042025-09-02T22:58:03.651Z Downloaded heck v0.5.0
2052025-09-02T22:58:03.651Z Downloaded bzip2 v0.4.4
2062025-09-02T22:58:03.651Z Downloaded group v0.13.0
2072025-09-02T22:58:03.652Z Downloaded pretty-hex v0.4.1
2082025-09-02T22:58:03.652Z Downloaded ordered-float v2.10.1
2092025-09-02T22:58:03.665Z Downloaded heck v0.3.3
2102025-09-02T22:58:03.665Z Downloaded fs-err v2.11.0
2112025-09-02T22:58:03.666Z Downloaded bitfield-struct v0.6.2
2122025-09-02T22:58:03.666Z Downloaded hex-literal v0.4.1
2132025-09-02T22:58:03.666Z Downloaded foldhash v0.1.5
2142025-09-02T22:58:03.691Z Downloaded radium v0.7.0
2152025-09-02T22:58:03.691Z Downloaded cexpr v0.6.0
2162025-09-02T22:58:03.691Z Downloaded russh-cryptovec v0.7.3
2172025-09-02T22:58:03.691Z Downloaded parse-display-derive v0.10.0
2182025-09-02T22:58:03.691Z Downloaded backoff v0.4.0
2192025-09-02T22:58:03.691Z Downloaded camino-tempfile v1.4.1
2202025-09-02T22:58:03.692Z Downloaded scroll_derive v0.12.0
2212025-09-02T22:58:03.692Z Downloaded path-tree v0.8.1
2222025-09-02T22:58:03.692Z Downloaded memmap v0.7.0
2232025-09-02T22:58:03.728Z Downloaded buf-list v1.0.3
2242025-09-02T22:58:03.728Z Downloaded anstream v0.6.18
2252025-09-02T22:58:03.728Z Downloaded predicates-tree v1.0.12
2262025-09-02T22:58:03.728Z Downloaded ghash v0.5.1
2272025-09-02T22:58:03.729Z Downloaded parse-display v0.10.0
2282025-09-02T22:58:03.729Z Downloaded num-integer v0.1.46
2292025-09-02T22:58:03.729Z Downloaded cancel-safe-futures v0.1.5
2302025-09-02T22:58:03.739Z Downloaded strum v0.26.3
2312025-09-02T22:58:03.739Z Downloaded futures-channel v0.3.31
2322025-09-02T22:58:03.739Z Downloaded camino v1.1.11
2332025-09-02T22:58:03.739Z Downloaded r2d2 v0.8.10
2342025-09-02T22:58:03.739Z Downloaded hickory-client v0.25.2
2352025-09-02T22:58:03.740Z Downloaded tagptr v0.2.0
2362025-09-02T22:58:03.740Z Downloaded bzip2 v0.5.2
2372025-09-02T22:58:03.740Z Downloaded ref-cast v1.0.24
2382025-09-02T22:58:03.740Z Downloaded structmeta-derive v0.3.0
2392025-09-02T22:58:03.740Z Downloaded pkcs8 v0.10.2
2402025-09-02T22:58:03.740Z Downloaded serde_path_to_error v0.1.17
2412025-09-02T22:58:03.740Z Downloaded toml_write v0.1.2
2422025-09-02T22:58:03.741Z Downloaded tabwriter v1.4.0
2432025-09-02T22:58:03.741Z Downloaded half v1.8.3
2442025-09-02T22:58:03.751Z Downloaded sec1 v0.7.3
2452025-09-02T22:58:03.752Z Downloaded rtoolbox v0.0.2
2462025-09-02T22:58:03.752Z Downloaded getrandom v0.3.1
2472025-09-02T22:58:03.752Z Downloaded serde_bytes v0.11.17
2482025-09-02T22:58:03.767Z Downloaded serde_tokenstream v0.2.2
2492025-09-02T22:58:03.768Z Downloaded blake2 v0.10.6
2502025-09-02T22:58:03.768Z Downloaded slog-json v2.6.1
2512025-09-02T22:58:03.768Z Downloaded typeid v1.0.3
2522025-09-02T22:58:03.787Z Downloaded ssh-cipher v0.2.0
2532025-09-02T22:58:03.787Z Downloaded want v0.3.1
2542025-09-02T22:58:03.788Z Downloaded headers v0.4.1
2552025-09-02T22:58:03.788Z Downloaded yoke-derive v0.7.4
2562025-09-02T22:58:03.788Z Downloaded thiserror-no-std v2.0.2
2572025-09-02T22:58:03.788Z Downloaded smallvec v0.6.14
2582025-09-02T22:58:03.788Z Downloaded cfg_aliases v0.2.1
2592025-09-02T22:58:03.811Z Downloaded tls_codec v0.4.1
2602025-09-02T22:58:03.811Z Downloaded crc8 v0.1.1
2612025-09-02T22:58:03.812Z Downloaded termios v0.3.3
2622025-09-02T22:58:03.812Z Downloaded event-listener v5.3.1
2632025-09-02T22:58:03.812Z Downloaded toml_datetime v0.7.0
2642025-09-02T22:58:03.812Z Downloaded darling_macro v0.21.0
2652025-09-02T22:58:03.817Z Downloaded darling_macro v0.20.10
2662025-09-02T22:58:03.818Z Downloaded crucible-workspace-hack v0.1.0
2672025-09-02T22:58:03.818Z Downloaded toml_datetime v0.6.11
2682025-09-02T22:58:03.818Z Downloaded heapless v0.8.0
2692025-09-02T22:58:03.818Z Downloaded untrusted v0.7.1
2702025-09-02T22:58:03.818Z Downloaded progenitor-impl v0.8.0
2712025-09-02T22:58:03.818Z Downloaded flume v0.11.1
2722025-09-02T22:58:03.818Z Downloaded oso v0.27.3
2732025-09-02T22:58:03.843Z Downloaded doc-comment v0.3.3
2742025-09-02T22:58:03.843Z Downloaded ident_case v1.0.1
2752025-09-02T22:58:03.844Z Downloaded defmt-parser v0.3.4
2762025-09-02T22:58:03.844Z Downloaded rustls-pki-types v1.10.0
2772025-09-02T22:58:03.844Z Downloaded sha2 v0.10.9
2782025-09-02T22:58:03.844Z Downloaded toml_writer v1.0.2
2792025-09-02T22:58:03.844Z Downloaded indent_write v2.2.0
2802025-09-02T22:58:03.844Z Downloaded cmake v0.1.51
2812025-09-02T22:58:03.844Z Downloaded clap_lex v0.7.4
2822025-09-02T22:58:03.851Z Downloaded flate2 v1.1.2
2832025-09-02T22:58:03.851Z Downloaded convert_case v0.4.0
2842025-09-02T22:58:03.851Z Downloaded match_cfg v0.1.0
2852025-09-02T22:58:03.856Z Downloaded const_format_proc_macros v0.2.34
2862025-09-02T22:58:03.856Z Downloaded nested v0.1.1
2872025-09-02T22:58:03.856Z Downloaded new_debug_unreachable v1.0.6
2882025-09-02T22:58:03.860Z Downloaded md5 v0.7.0
2892025-09-02T22:58:03.861Z Downloaded libscf-sys v1.1.0
2902025-09-02T22:58:03.872Z Downloaded daft-derive v0.1.4
2912025-09-02T22:58:03.890Z Downloaded deranged v0.3.11
2922025-09-02T22:58:03.890Z Downloaded hickory-resolver v0.25.2
2932025-09-02T22:58:03.890Z Downloaded whoami v1.5.2
2942025-09-02T22:58:03.890Z Downloaded dof v0.3.0
2952025-09-02T22:58:03.891Z Downloaded ctr v0.9.2
2962025-09-02T22:58:03.891Z Downloaded internet-checksum v0.2.1
2972025-09-02T22:58:03.891Z Downloaded indoc v2.0.6
2982025-09-02T22:58:03.895Z Downloaded precomputed-hash v0.1.1
2992025-09-02T22:58:03.895Z Downloaded ciborium v0.2.2
3002025-09-02T22:58:03.896Z Downloaded zstd v0.13.3
3012025-09-02T22:58:03.896Z Downloaded proc-macro-crate v3.2.0
3022025-09-02T22:58:03.901Z Downloaded progenitor-macro v0.9.1
3032025-09-02T22:58:03.902Z Downloaded clap_derive v4.5.41
3042025-09-02T22:58:03.913Z Downloaded lazy_static v1.5.0
3052025-09-02T22:58:03.913Z Downloaded constant_time_eq v0.3.1
3062025-09-02T22:58:03.914Z Downloaded crc32fast v1.4.2
3072025-09-02T22:58:03.919Z Downloaded lock_api v0.4.12
3082025-09-02T22:58:03.919Z Downloaded unicode-ident v1.0.18
3092025-09-02T22:58:03.919Z Downloaded rustc-hash v2.1.1
3102025-09-02T22:58:03.920Z Downloaded rcgen v0.12.1
3112025-09-02T22:58:03.929Z Downloaded md-5 v0.10.6
3122025-09-02T22:58:03.930Z Downloaded maybe-uninit v2.0.0
3132025-09-02T22:58:03.930Z Downloaded openssl-sys v0.9.109
3142025-09-02T22:58:03.935Z Downloaded slog-envlogger v2.2.0
3152025-09-02T22:58:03.940Z Downloaded phf_shared v0.11.2
3162025-09-02T22:58:03.940Z Downloaded phf v0.11.2
3172025-09-02T22:58:03.940Z Downloaded pest_generator v2.7.14
3182025-09-02T22:58:03.946Z Downloaded parking v2.2.1
3192025-09-02T22:58:03.946Z Downloaded hyper-staticfile v0.10.1
3202025-09-02T22:58:03.950Z Downloaded displaydoc v0.2.5
3212025-09-02T22:58:03.950Z Downloaded time-core v0.1.2
3222025-09-02T22:58:03.954Z Downloaded target-triple v0.1.3
3232025-09-02T22:58:03.954Z Downloaded primeorder v0.13.6
3242025-09-02T22:58:03.960Z Downloaded quick-error v1.2.3
3252025-09-02T22:58:03.960Z Downloaded relative-path v1.9.3
3262025-09-02T22:58:03.966Z Downloaded proc-macro-crate v1.3.1
3272025-09-02T22:58:03.966Z Downloaded ipnet v2.11.0
3282025-09-02T22:58:03.966Z Downloaded psl-types v2.0.11
3292025-09-02T22:58:03.966Z Downloaded libloading v0.8.5
3302025-09-02T22:58:03.970Z Downloaded rustc_version v0.4.1
3312025-09-02T22:58:03.975Z Downloaded scopeguard v1.2.0
3322025-09-02T22:58:03.975Z Downloaded schemars_derive v0.8.22
3332025-09-02T22:58:03.979Z Downloaded shlex v1.3.0
3342025-09-02T22:58:03.979Z Downloaded serde-untagged v0.1.7
3352025-09-02T22:58:03.983Z Downloaded serde-hex v0.1.0
3362025-09-02T22:58:03.983Z Downloaded usdt-macro v0.5.0
3372025-09-02T22:58:03.989Z Downloaded phf v0.12.1
3382025-09-02T22:58:03.989Z Downloaded parking_lot_core v0.9.10
3392025-09-02T22:58:03.993Z Downloaded xshell-macros v0.2.7
3402025-09-02T22:58:03.993Z Downloaded parking_lot_core v0.8.6
3412025-09-02T22:58:03.997Z Downloaded dropshot_endpoint v0.16.3
3422025-09-02T22:58:04.003Z Downloaded spki v0.7.3
3432025-09-02T22:58:04.003Z Downloaded smf v0.2.3
3442025-09-02T22:58:04.007Z Downloaded zone_cfg_derive v0.1.2
3452025-09-02T22:58:04.007Z Downloaded topological-sort v0.2.2
3462025-09-02T22:58:04.007Z Downloaded tokio-dtrace v0.1.0
3472025-09-02T22:58:04.011Z Downloaded strum_macros v0.26.4
3482025-09-02T22:58:04.018Z Downloaded pest_derive v2.7.14
3492025-09-02T22:58:04.018Z Downloaded serde_yaml v0.9.34+deprecated
3502025-09-02T22:58:04.024Z Downloaded tls_codec_derive v0.4.1
3512025-09-02T22:58:04.024Z Downloaded hyper-rustls v0.27.7
3522025-09-02T22:58:04.028Z Downloaded string_cache v0.8.9
3532025-09-02T22:58:04.028Z Downloaded parking_lot v0.11.2
3542025-09-02T22:58:04.032Z Downloaded derive_builder_macro v0.20.2
3552025-09-02T22:58:04.037Z Downloaded hubpack_derive v0.1.1
3562025-09-02T22:58:04.037Z Downloaded diesel_table_macro_syntax v0.2.0
3572025-09-02T22:58:04.037Z Downloaded litrs v0.4.1
3582025-09-02T22:58:04.042Z Downloaded hostname v0.4.0
3592025-09-02T22:58:04.046Z Downloaded unicode-truncate v1.1.0
3602025-09-02T22:58:04.046Z Downloaded unicase v2.7.0
3612025-09-02T22:58:04.046Z Downloaded toml_edit v0.22.27
3622025-09-02T22:58:04.053Z Downloaded xz2 v0.1.7
3632025-09-02T22:58:04.057Z Downloaded indoc v1.0.9
3642025-09-02T22:58:04.062Z Downloaded libsw-core v0.3.1
3652025-09-02T22:58:04.062Z Downloaded multimap v0.10.1
3662025-09-02T22:58:04.066Z Downloaded zone v0.3.1
3672025-09-02T22:58:04.066Z Downloaded ciborium-ll v0.2.2
3682025-09-02T22:58:04.066Z Downloaded zone v0.1.8
3692025-09-02T22:58:04.070Z Downloaded tempfile v3.20.0
3702025-09-02T22:58:04.075Z Downloaded parking_lot v0.12.3
3712025-09-02T22:58:04.075Z Downloaded crc-catalog v2.4.0
3722025-09-02T22:58:04.079Z Downloaded opaque-debug v0.3.1
3732025-09-02T22:58:04.079Z Downloaded normalize-line-endings v0.3.0
3742025-09-02T22:58:04.079Z Downloaded cipher v0.4.4
3752025-09-02T22:58:04.083Z Downloaded peg-runtime v0.8.5
3762025-09-02T22:58:04.087Z Downloaded debug-ignore v1.0.5
3772025-09-02T22:58:04.087Z Downloaded cc v1.2.30
3782025-09-02T22:58:04.093Z Downloaded inout v0.1.3
3792025-09-02T22:58:04.093Z Downloaded progenitor-client v0.9.1
3802025-09-02T22:58:04.097Z Downloaded rand_xorshift v0.4.0
3812025-09-02T22:58:04.098Z Downloaded usdt-impl v0.5.0
3822025-09-02T22:58:04.101Z Downloaded tokio-postgres v0.7.13
3832025-09-02T22:58:04.105Z Downloaded serde-big-array v0.5.1
3842025-09-02T22:58:04.110Z Downloaded instability v0.3.2
3852025-09-02T22:58:04.110Z Downloaded lalrpop-util v0.19.12
3862025-09-02T22:58:04.114Z Downloaded diesel-dtrace v0.4.2
3872025-09-02T22:58:04.114Z Downloaded spin v0.9.8
3882025-09-02T22:58:04.121Z Downloaded serde_spanned v1.0.0
3892025-09-02T22:58:04.121Z Downloaded macaddr v1.0.1
3902025-09-02T22:58:04.125Z Downloaded httptest v0.16.3
3912025-09-02T22:58:04.125Z Downloaded oorandom v11.1.4
3922025-09-02T22:58:04.125Z Downloaded nanorand v0.7.0
3932025-09-02T22:58:04.130Z Downloaded smawk v0.3.2
3942025-09-02T22:58:04.134Z Downloaded signal-hook v0.3.18
3952025-09-02T22:58:04.138Z Downloaded papergrid v0.14.0
3962025-09-02T22:58:04.142Z Downloaded tower-service v0.3.3
3972025-09-02T22:58:04.146Z Downloaded tower-layer v0.3.3
3982025-09-02T22:58:04.146Z Downloaded packed_struct_codegen v0.10.1
3992025-09-02T22:58:04.146Z Downloaded csv-core v0.1.11
4002025-09-02T22:58:04.150Z Downloaded typify v0.3.0
4012025-09-02T22:58:04.154Z Downloaded rustc-hash v1.1.0
4022025-09-02T22:58:04.159Z Downloaded rand_chacha v0.9.0
4032025-09-02T22:58:04.159Z Downloaded rand_chacha v0.3.1
4042025-09-02T22:58:04.163Z Downloaded progenitor v0.10.0
4052025-09-02T22:58:04.163Z Downloaded ron v0.7.1
4062025-09-02T22:58:04.167Z Downloaded rustc-demangle v0.1.24
4072025-09-02T22:58:04.171Z Downloaded utf8parse v0.2.2
4082025-09-02T22:58:04.175Z Downloaded slog-stdlog v4.1.1
4092025-09-02T22:58:04.175Z Downloaded ingot-macros v0.1.1
4102025-09-02T22:58:04.183Z Downloaded aes-gcm v0.10.3
4112025-09-02T22:58:04.190Z Downloaded zerofrom v0.1.4
4122025-09-02T22:58:04.190Z Downloaded crunchy v0.2.2
4132025-09-02T22:58:04.190Z Downloaded git2 v0.19.0
4142025-09-02T22:58:04.196Z Downloaded cfg_aliases v0.1.1
4152025-09-02T22:58:04.200Z Downloaded tiny-keccak v2.0.2
4162025-09-02T22:58:04.200Z Downloaded pem-rfc7468 v0.7.0
4172025-09-02T22:58:04.204Z Downloaded proc-macro-error2 v2.0.1
4182025-09-02T22:58:04.208Z Downloaded time-macros v0.2.18
4192025-09-02T22:58:04.224Z Downloaded is_ci v1.2.0
4202025-09-02T22:58:04.224Z Downloaded qorb v0.4.1
4212025-09-02T22:58:04.224Z Downloaded lazycell v1.3.0
4222025-09-02T22:58:04.224Z Downloaded ssh-key v0.6.6
4232025-09-02T22:58:04.231Z Downloaded write16 v1.0.0
4242025-09-02T22:58:04.235Z Downloaded smallvec v1.15.1
4252025-09-02T22:58:04.235Z Downloaded scroll v0.12.0
4262025-09-02T22:58:04.235Z Downloaded futures-util v0.3.31
4272025-09-02T22:58:04.249Z Downloaded concurrent-queue v2.5.0
4282025-09-02T22:58:04.253Z Downloaded chacha20 v0.9.1
4292025-09-02T22:58:04.253Z Downloaded zone_cfg_derive v0.3.0
4302025-09-02T22:58:04.256Z Downloaded zip v0.6.6
4312025-09-02T22:58:04.259Z Downloaded dunce v1.0.5
4322025-09-02T22:58:04.262Z Downloaded display-error-chain v0.2.2
4332025-09-02T22:58:04.262Z Downloaded salsa20 v0.10.2
4342025-09-02T22:58:04.266Z Downloaded russh-keys v0.45.0
4352025-09-02T22:58:04.269Z Downloaded is-terminal v0.4.13
4362025-09-02T22:58:04.273Z Downloaded steno v0.4.1
4372025-09-02T22:58:04.276Z Downloaded sync_wrapper v1.0.1
4382025-09-02T22:58:04.279Z Downloaded multer v3.1.0
4392025-09-02T22:58:04.282Z Downloaded twox-hash v2.1.0
4402025-09-02T22:58:04.287Z Downloaded tokio-tungstenite v0.21.0
4412025-09-02T22:58:04.287Z Downloaded papergrid v0.11.0
4422025-09-02T22:58:04.293Z Downloaded oxnet v0.1.3
4432025-09-02T22:58:04.296Z Downloaded diesel_derives v2.2.3
4442025-09-02T22:58:04.301Z Downloaded console v0.16.0
4452025-09-02T22:58:04.305Z Downloaded quote v1.0.40
4462025-09-02T22:58:04.308Z Downloaded plain v0.2.3
4472025-09-02T22:58:04.311Z Downloaded indicatif v0.18.0
4482025-09-02T22:58:04.315Z Downloaded waitgroup v0.1.2
4492025-09-02T22:58:04.319Z Downloaded rusty-fork v0.3.0
4502025-09-02T22:58:04.322Z Downloaded home v0.5.9
4512025-09-02T22:58:04.322Z Downloaded wait-timeout v0.2.0
4522025-09-02T22:58:04.325Z Downloaded quinn-udp v0.5.5
4532025-09-02T22:58:04.329Z Downloaded progenitor-macro v0.8.0
4542025-09-02T22:58:04.329Z Downloaded progenitor v0.9.1
4552025-09-02T22:58:04.332Z Downloaded icu_locid_transform v1.5.0
4562025-09-02T22:58:04.335Z Downloaded tap v1.0.1
4572025-09-02T22:58:04.335Z Downloaded tabled_derive v0.7.0
4582025-09-02T22:58:04.339Z Downloaded stringmetrics v2.2.2
4592025-09-02T22:58:04.342Z Downloaded newtype_derive v0.1.6
4602025-09-02T22:58:04.342Z Downloaded test-strategy v0.4.3
4612025-09-02T22:58:04.346Z Downloaded pin-project-lite v0.2.14
4622025-09-02T22:58:04.353Z Downloaded version_check v0.9.5
4632025-09-02T22:58:04.356Z Downloaded stable_deref_trait v1.2.0
4642025-09-02T22:58:04.361Z Downloaded static_assertions v1.1.0
4652025-09-02T22:58:04.361Z Downloaded aws-lc-rs v1.12.4
4662025-09-02T22:58:04.369Z Downloaded defmt v0.3.8
4672025-09-02T22:58:04.374Z Downloaded proc-macro-error-attr2 v2.0.0
4682025-09-02T22:58:04.378Z Downloaded dyn-clone v1.0.20
4692025-09-02T22:58:04.382Z Downloaded owo-colors v4.2.2
4702025-09-02T22:58:04.386Z Downloaded swrite v0.1.0
4712025-09-02T22:58:04.386Z Downloaded once_cell v1.21.3
4722025-09-02T22:58:04.390Z Downloaded walkdir v2.5.0
4732025-09-02T22:58:04.393Z Downloaded dirs-next v2.0.0
4742025-09-02T22:58:04.397Z Downloaded difflib v0.4.0
4752025-09-02T22:58:04.397Z Downloaded linked-hash-map v0.5.6
4762025-09-02T22:58:04.400Z Downloaded icu_normalizer v1.5.0
4772025-09-02T22:58:04.404Z Downloaded password-hash v0.4.2
4782025-09-02T22:58:04.407Z Downloaded partial-io v0.5.4
4792025-09-02T22:58:04.410Z Downloaded nibble_vec v0.1.0
4802025-09-02T22:58:04.414Z Downloaded newtype-uuid v1.2.4
4812025-09-02T22:58:04.414Z Downloaded serde_with_macros v3.14.0
4822025-09-02T22:58:04.418Z Downloaded void v1.0.2
4832025-09-02T22:58:04.418Z Downloaded zerocopy-derive v0.7.35
4842025-09-02T22:58:04.423Z Downloaded cstr-argument v0.1.2
4852025-09-02T22:58:04.426Z Downloaded signal-hook-tokio v0.3.1
4862025-09-02T22:58:04.427Z Downloaded tokio-rustls v0.25.0
4872025-09-02T22:58:04.430Z Downloaded signal-hook-registry v1.4.2
4882025-09-02T22:58:04.433Z Downloaded typenum v1.17.0
4892025-09-02T22:58:04.436Z Downloaded keccak v0.1.5
4902025-09-02T22:58:04.441Z Downloaded instant v0.1.13
4912025-09-02T22:58:04.441Z Downloaded proc-macro-error-attr v1.0.4
4922025-09-02T22:58:04.444Z Downloaded powerfmt v0.2.0
4932025-09-02T22:58:04.444Z Downloaded litemap v0.7.3
4942025-09-02T22:58:04.448Z Downloaded p521 v0.13.3
4952025-09-02T22:58:04.452Z Downloaded tinytemplate v1.2.1
4962025-09-02T22:58:04.455Z Downloaded strum_macros v0.24.3
4972025-09-02T22:58:04.458Z Downloaded support-bundle-viewer v0.1.2
4982025-09-02T22:58:04.462Z Downloaded subtle v2.6.1
4992025-09-02T22:58:04.462Z Downloaded pin-project-internal v1.1.6
5002025-09-02T22:58:04.465Z Downloaded progenitor-impl v0.10.0
5012025-09-02T22:58:04.469Z Downloaded zstd-safe v7.2.3
5022025-09-02T22:58:04.469Z Downloaded tough v0.20.0
5032025-09-02T22:58:04.479Z Downloaded tui-tree-widget v0.23.1
5042025-09-02T22:58:04.482Z Downloaded colorchoice v1.0.2
5052025-09-02T22:58:04.487Z Downloaded zerovec-derive v0.10.3
5062025-09-02T22:58:04.487Z Downloaded rustls-native-certs v0.8.1
5072025-09-02T22:58:04.490Z Downloaded ciborium-io v0.2.2
5082025-09-02T22:58:04.490Z Downloaded curve25519-dalek-derive v0.1.1
5092025-09-02T22:58:04.493Z Downloaded zlib-rs v0.5.1
5102025-09-02T22:58:04.498Z Downloaded percent-encoding v2.3.1
5112025-09-02T22:58:04.501Z Downloaded piper v0.2.4
5122025-09-02T22:58:04.504Z Downloaded pin-utils v0.1.0
5132025-09-02T22:58:04.504Z Downloaded http v1.3.1
5142025-09-02T22:58:04.508Z Downloaded tar v0.4.44
5152025-09-02T22:58:04.512Z Downloaded num-derive v0.3.3
5162025-09-02T22:58:04.515Z Downloaded sigpipe v0.1.3
5172025-09-02T22:58:04.519Z Downloaded libxml v0.3.3
5182025-09-02T22:58:04.537Z Downloaded simd-adler32 v0.3.7
5192025-09-02T22:58:04.537Z Downloaded strum v0.27.2
5202025-09-02T22:58:04.537Z Downloaded proc-macro2 v1.0.95
5212025-09-02T22:58:04.537Z Downloaded num-conv v0.1.0
5222025-09-02T22:58:04.537Z Downloaded critical-section v1.1.3
5232025-09-02T22:58:04.537Z Downloaded darling v0.20.10
5242025-09-02T22:58:04.544Z Downloaded itertools v0.14.0
5252025-09-02T22:58:04.548Z Downloaded typify-macro v0.4.1
5262025-09-02T22:58:04.552Z Downloaded bitvec v1.0.1
5272025-09-02T22:58:04.567Z Downloaded secrecy v0.8.0
5282025-09-02T22:58:04.570Z Downloaded lru v0.12.5
5292025-09-02T22:58:04.570Z Downloaded convert_case v0.7.1
5302025-09-02T22:58:04.577Z Downloaded cobs v0.2.3
5312025-09-02T22:58:04.580Z Downloaded typed-path v0.9.3
5322025-09-02T22:58:04.583Z Downloaded hostname v0.3.1
5332025-09-02T22:58:04.587Z Downloaded thread_local v1.1.8
5342025-09-02T22:58:04.587Z Downloaded thiserror v1.0.69
5352025-09-02T22:58:04.592Z Downloaded try-lock v0.2.5
5362025-09-02T22:58:04.595Z Downloaded thiserror v2.0.12
5372025-09-02T22:58:04.599Z Downloaded crypto-bigint v0.5.5
5382025-09-02T22:58:04.607Z Downloaded linear-map v1.2.0
5392025-09-02T22:58:04.611Z Downloaded zopfli v0.8.1
5402025-09-02T22:58:04.615Z Downloaded plotters-svg v0.3.7
5412025-09-02T22:58:04.615Z Downloaded httpdate v1.0.3
5422025-09-02T22:58:04.618Z Downloaded defmt-macros v0.3.9
5432025-09-02T22:58:04.621Z Downloaded icu_normalizer_data v1.5.0
5442025-09-02T22:58:04.624Z Downloaded scheduled-thread-pool v0.2.7
5452025-09-02T22:58:04.624Z Downloaded resolv-conf v0.7.0
5462025-09-02T22:58:04.627Z Downloaded object v0.30.4
5472025-09-02T22:58:04.636Z Downloaded packed_struct v0.10.1
5482025-09-02T22:58:04.639Z Downloaded typify-macro v0.3.0
5492025-09-02T22:58:04.644Z Downloaded managed v0.8.0
5502025-09-02T22:58:04.644Z Downloaded tinyvec v1.8.0
5512025-09-02T22:58:04.647Z Downloaded http-body v1.0.1
5522025-09-02T22:58:04.647Z Downloaded crypto-common v0.1.6
5532025-09-02T22:58:04.651Z Downloaded http-body-util v0.1.3
5542025-09-02T22:58:04.651Z Downloaded gimli v0.31.1
5552025-09-02T22:58:04.658Z Downloaded zerofrom-derive v0.1.4
5562025-09-02T22:58:04.662Z Downloaded maplit v1.0.2
5572025-09-02T22:58:04.662Z Downloaded tracing-attributes v0.1.27
5582025-09-02T22:58:04.665Z Downloaded http-range v0.1.5
5592025-09-02T22:58:04.665Z Downloaded des v0.8.1
5602025-09-02T22:58:04.669Z Downloaded zeroize_derive v1.4.2
5612025-09-02T22:58:04.669Z Downloaded cookie v0.18.1
5622025-09-02T22:58:04.675Z Downloaded signature v2.2.0
5632025-09-02T22:58:04.678Z Downloaded unicode-properties v0.1.3
5642025-09-02T22:58:04.678Z Downloaded icu_properties v1.5.1
5652025-09-02T22:58:04.681Z Downloaded crossbeam-channel v0.5.15
5662025-09-02T22:58:04.684Z Downloaded tinyvec_macros v0.1.1
5672025-09-02T22:58:04.685Z Downloaded sqlparser_derive v0.2.2
5682025-09-02T22:58:04.688Z Downloaded darling_core v0.21.0
5692025-09-02T22:58:04.694Z Downloaded parse-size v1.1.0
5702025-09-02T22:58:04.694Z Downloaded is_terminal_polyfill v1.70.1
5712025-09-02T22:58:04.694Z Downloaded zeroize v1.8.1
5722025-09-02T22:58:04.699Z Downloaded plotters-backend v0.3.7
5732025-09-02T22:58:04.702Z Downloaded tower-http v0.6.6
5742025-09-02T22:58:04.714Z Downloaded rustversion v1.0.17
5752025-09-02T22:58:04.722Z Downloaded unicode-normalization v0.1.24
5762025-09-02T22:58:04.731Z Downloaded slog-bunyan v2.5.0
5772025-09-02T22:58:04.731Z Downloaded semver v0.1.20
5782025-09-02T22:58:04.731Z Downloaded x509-cert v0.2.5
5792025-09-02T22:58:04.736Z Downloaded lockfree-object-pool v0.1.6
5802025-09-02T22:58:04.736Z Downloaded termcolor v1.4.1
5812025-09-02T22:58:04.736Z Downloaded omicron-zone-package v0.12.2
5822025-09-02T22:58:04.740Z Downloaded rustls v0.21.12
5832025-09-02T22:58:04.749Z Downloaded rustyline v14.0.0
5842025-09-02T22:58:04.754Z Downloaded tinystr v0.7.6
5852025-09-02T22:58:04.758Z Downloaded memmap2 v0.9.5
5862025-09-02T22:58:04.761Z Downloaded poly1305 v0.8.0
5872025-09-02T22:58:04.764Z Downloaded httparse v1.9.5
5882025-09-02T22:58:04.768Z Downloaded derive_more v2.0.1
5892025-09-02T22:58:04.774Z Downloaded vsss-rs v3.3.4
5902025-09-02T22:58:04.778Z Downloaded socket2 v0.5.10
5912025-09-02T22:58:04.781Z Downloaded derive_more-impl v2.0.1
5922025-09-02T22:58:04.785Z Downloaded winnow v0.6.26
5932025-09-02T22:58:04.794Z Downloaded data-encoding v2.9.0
5942025-09-02T22:58:04.799Z Downloaded serde v1.0.219
5952025-09-02T22:58:04.803Z Downloaded num-complex v0.4.6
5962025-09-02T22:58:04.803Z Downloaded semver v1.0.26
5972025-09-02T22:58:04.806Z Downloaded toml v0.7.8
5982025-09-02T22:58:04.809Z Downloaded tabled v0.18.0
5992025-09-02T22:58:04.829Z Downloaded socket2 v0.6.0
6002025-09-02T22:58:04.832Z Downloaded syn v2.0.104
6012025-09-02T22:58:04.839Z Downloaded rand v0.8.5
6022025-09-02T22:58:04.843Z Downloaded unicode-segmentation v1.12.0
6032025-09-02T22:58:04.846Z Downloaded vte v0.11.1
6042025-09-02T22:58:04.850Z Downloaded webpki-roots v1.0.1
6052025-09-02T22:58:04.853Z Downloaded idna v1.0.3
6062025-09-02T22:58:04.856Z Downloaded rsa v0.9.6
6072025-09-02T22:58:04.862Z Downloaded criterion-plot v0.6.0
6082025-09-02T22:58:04.865Z Downloaded plotters v0.3.7
6092025-09-02T22:58:04.872Z Downloaded indicatif v0.17.11
6102025-09-02T22:58:04.877Z Downloaded zerocopy-derive v0.8.26
6112025-09-02T22:58:04.884Z Downloaded rand v0.9.2
6122025-09-02T22:58:04.888Z Downloaded tracing v0.1.40
6132025-09-02T22:58:04.892Z Downloaded itertools v0.10.5
6142025-09-02T22:58:04.899Z Downloaded smoltcp v0.9.1
6152025-09-02T22:58:04.911Z Downloaded pest v2.7.14
6162025-09-02T22:58:04.917Z Downloaded sqlparser v0.45.0
6172025-09-02T22:58:04.921Z Downloaded zerovec v0.10.4
6182025-09-02T22:58:04.926Z Downloaded tokio-util v0.7.15
6192025-09-02T22:58:04.933Z Downloaded rustls-webpki v0.101.7
6202025-09-02T22:58:04.949Z Downloaded indexmap v2.10.0
6212025-09-02T22:58:04.952Z Downloaded serde_json v1.0.142
6222025-09-02T22:58:04.959Z Downloaded nix v0.28.0
6232025-09-02T22:58:04.970Z Downloaded iri-string v0.7.8
6242025-09-02T22:58:04.977Z Downloaded itertools v0.12.1
6252025-09-02T22:58:04.984Z Downloaded quinn-proto v0.11.8
6262025-09-02T22:58:04.990Z Downloaded zerocopy v0.8.26
6272025-09-02T22:58:05.013Z Downloaded polar-core v0.27.3
6282025-09-02T22:58:05.019Z Downloaded smoltcp v0.11.0
6292025-09-02T22:58:05.031Z Downloaded rpassword v7.4.0
6302025-09-02T22:58:05.035Z Downloaded bstr v1.10.0
6312025-09-02T22:58:05.044Z Downloaded curve25519-dalek v4.1.3
6322025-09-02T22:58:05.050Z Downloaded clap_builder v4.5.41
6332025-09-02T22:58:05.058Z Downloaded serde_with v3.14.0
6342025-09-02T22:58:05.070Z Downloaded vcpkg v0.2.15
6352025-09-02T22:58:05.107Z Downloaded reqwest v0.12.22
6362025-09-02T22:58:05.115Z Downloaded rustls-webpki v0.102.8
6372025-09-02T22:58:05.134Z Downloaded chrono v0.4.41
6382025-09-02T22:58:05.140Z Downloaded p384 v0.13.0
6392025-09-02T22:58:05.145Z Downloaded dropshot v0.16.3
6402025-09-02T22:58:05.169Z Downloaded icu_properties_data v1.5.0
6412025-09-02T22:58:05.179Z Downloaded unicode-width v0.2.0
6422025-09-02T22:58:05.185Z Downloaded rustix v0.38.37
6432025-09-02T22:58:05.208Z Downloaded typify-impl v0.3.0
6442025-09-02T22:58:05.220Z Downloaded rustls v0.23.19
6452025-09-02T22:58:05.231Z Downloaded radix_trie v0.2.1
6462025-09-02T22:58:05.236Z Downloaded rustls v0.22.4
6472025-09-02T22:58:05.247Z Downloaded nix v0.30.1
6482025-09-02T22:58:05.259Z Downloaded nix v0.29.0
6492025-09-02T22:58:05.269Z Downloaded unicode-width v0.1.14
6502025-09-02T22:58:05.280Z Downloaded rustix v1.0.7
6512025-09-02T22:58:05.297Z Downloaded regex-syntax v0.8.5
6522025-09-02T22:58:05.303Z Downloaded regex-syntax v0.6.29
6532025-09-02T22:58:05.309Z Downloaded object v0.36.5
6542025-09-02T22:58:05.320Z Downloaded diesel v2.2.12
6552025-09-02T22:58:05.338Z Downloaded regress v0.10.4
6562025-09-02T22:58:05.346Z Downloaded regex-automata v0.4.8
6572025-09-02T22:58:05.362Z Downloaded openapiv3 v2.2.0
6582025-09-02T22:58:05.377Z Downloaded typify-impl v0.2.0
6592025-09-02T22:58:05.388Z Downloaded zerocopy-derive v0.6.6
6602025-09-02T22:58:05.397Z Downloaded typify-impl v0.4.1
6612025-09-02T22:58:05.410Z Downloaded petgraph v0.6.5
6622025-09-02T22:58:05.428Z Downloaded bzip2-sys v0.1.13+1.0.8
6632025-09-02T22:58:05.438Z Downloaded syn v1.0.109
6642025-09-02T22:58:05.448Z Downloaded lalrpop v0.19.12
6652025-09-02T22:58:05.461Z Downloaded sled v0.34.7
6662025-09-02T22:58:05.469Z Downloaded petgraph v0.8.2
6672025-09-02T22:58:05.489Z Downloaded ratatui v0.29.0
6682025-09-02T22:58:05.507Z Downloaded chrono-tz v0.10.4
6692025-09-02T22:58:05.521Z Downloaded jiff v0.2.15
6702025-09-02T22:58:05.538Z Downloaded crossterm v0.28.1
6712025-09-02T22:58:05.545Z Downloaded rayon v1.10.0
6722025-09-02T22:58:05.552Z Downloaded libc v0.2.174
6732025-09-02T22:58:05.576Z Downloaded tabled v0.15.0
6742025-09-02T22:58:05.589Z Downloaded tokio v1.47.0
6752025-09-02T22:58:05.623Z Downloaded lzma-sys v0.1.20
6762025-09-02T22:58:05.649Z Downloaded hickory-proto v0.25.2
6772025-09-02T22:58:05.663Z Downloaded hickory-proto v0.24.4
6782025-09-02T22:58:05.677Z Downloaded itertools v0.13.0
6792025-09-02T22:58:05.694Z Downloaded salty v0.3.0
6802025-09-02T22:58:05.694Z Downloaded sha3 v0.10.8
6812025-09-02T22:58:05.699Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6822025-09-02T22:58:05.712Z Downloaded openssl v0.10.73
6832025-09-02T22:58:05.720Z Downloaded portable-atomic v1.11.0
6842025-09-02T22:58:05.730Z Downloaded csv v1.3.1
6852025-09-02T22:58:05.744Z Downloaded nix v0.27.1
6862025-09-02T22:58:05.755Z Downloaded tracing-core v0.1.32
6872025-09-02T22:58:05.762Z Downloaded libz-sys v1.1.20
6882025-09-02T22:58:05.783Z Downloaded textwrap v0.16.2
6892025-09-02T22:58:05.837Z Downloaded clap v4.5.41
6902025-09-02T22:58:05.837Z Downloaded const_format v0.2.34
6912025-09-02T22:58:05.837Z Downloaded iddqd v0.3.9
6922025-09-02T22:58:05.837Z Downloaded sqlformat v0.3.5
6932025-09-02T22:58:05.837Z Downloaded stringprep v0.1.5
6942025-09-02T22:58:05.837Z Downloaded crossbeam-utils v0.8.21
6952025-09-02T22:58:05.837Z Downloaded icu_provider v1.5.0
6962025-09-02T22:58:05.837Z Downloaded encoding_rs v0.8.34
6972025-09-02T22:58:05.853Z Downloaded clang-sys v1.8.1
6982025-09-02T22:58:05.854Z Downloaded serde_derive v1.0.219
6992025-09-02T22:58:05.854Z Downloaded moka v0.12.10
7002025-09-02T22:58:05.854Z Downloaded pkg-config v0.3.31
7012025-09-02T22:58:05.854Z Downloaded unicode-xid v0.2.6
7022025-09-02T22:58:05.854Z Downloaded hyper v1.6.0
7032025-09-02T22:58:05.854Z Downloaded rfc6979 v0.4.0
7042025-09-02T22:58:05.854Z Downloaded libz-rs-sys v0.5.1
7052025-09-02T22:58:05.854Z Downloaded memoffset v0.9.1
7062025-09-02T22:58:05.854Z Downloaded serde_cbor v0.11.2
7072025-09-02T22:58:05.879Z Downloaded term v0.7.0
7082025-09-02T22:58:05.879Z Downloaded rstest v0.25.0
7092025-09-02T22:58:05.879Z Downloaded tungstenite v0.23.0
7102025-09-02T22:58:05.879Z Downloaded tungstenite v0.21.0
7112025-09-02T22:58:05.879Z Downloaded unicode_categories v0.1.1
7122025-09-02T22:58:05.879Z Downloaded icu_provider_macros v1.5.0
7132025-09-02T22:58:05.879Z Downloaded jiff-static v0.2.15
7142025-09-02T22:58:05.879Z Downloaded winnow v0.7.10
7152025-09-02T22:58:05.900Z Downloaded tokio-tungstenite v0.23.1
7162025-09-02T22:58:05.900Z Downloaded bindgen v0.71.1
7172025-09-02T22:58:05.900Z Downloaded regex v1.11.1
7182025-09-02T22:58:05.921Z Downloaded thiserror-impl v1.0.69
7192025-09-02T22:58:05.933Z Downloaded slab v0.4.9
7202025-09-02T22:58:05.934Z Downloaded secrecy v0.10.3
7212025-09-02T22:58:05.934Z Downloaded serde_derive_internals v0.29.1
7222025-09-02T22:58:05.934Z Downloaded utf-8 v0.7.6
7232025-09-02T22:58:05.934Z Downloaded olpc-cjson v0.1.4
7242025-09-02T22:58:05.934Z Downloaded num-iter v0.1.45
7252025-09-02T22:58:05.934Z Downloaded password-hash v0.5.0
7262025-09-02T22:58:05.934Z Downloaded num-rational v0.4.2
7272025-09-02T22:58:05.934Z Downloaded slog v2.7.0
7282025-09-02T22:58:05.945Z Downloaded trybuild v1.0.106
7292025-09-02T22:58:05.945Z Downloaded minimal-lexical v0.2.1
7302025-09-02T22:58:05.956Z Downloaded httpmock v0.8.0-alpha.1
7312025-09-02T22:58:05.964Z Downloaded quick-xml v0.37.2
7322025-09-02T22:58:05.975Z Downloaded value-bag v1.9.0
7332025-09-02T22:58:06.004Z Downloaded ring v0.17.14
7342025-09-02T22:58:06.018Z Downloaded pin-project v1.1.6
7352025-09-02T22:58:06.030Z Downloaded nom v7.1.3
7362025-09-02T22:58:06.040Z Downloaded winnow v0.5.40
7372025-09-02T22:58:06.040Z Downloaded libgit2-sys v0.17.0+1.8.1
7382025-09-02T22:58:06.092Z Downloaded bindgen v0.69.5
7392025-09-02T22:58:06.127Z Downloaded phf_shared v0.12.1
7402025-09-02T22:58:06.127Z Downloaded paste v1.0.15
7412025-09-02T22:58:06.127Z Downloaded libsw v3.5.0
7422025-09-02T22:58:06.127Z Downloaded libefi-sys v0.1.0
7432025-09-02T22:58:06.127Z Downloaded kv-log-macro v1.0.7
7442025-09-02T22:58:06.127Z Downloaded kstat-rs v0.2.4
7452025-09-02T22:58:06.201Z Downloaded daft v0.1.4
7462025-09-02T22:58:06.201Z Downloaded postgres-protocol v0.6.8
7472025-09-02T22:58:06.201Z Downloaded indexmap v1.9.3
7482025-09-02T22:58:06.202Z Downloaded hmac v0.12.1
7492025-09-02T22:58:06.202Z Downloaded async-std v1.13.0
7502025-09-02T22:58:06.202Z Downloaded time v0.3.36
7512025-09-02T22:58:06.202Z Downloaded petname v2.0.2
7522025-09-02T22:58:06.202Z Downloaded miniz_oxide v0.8.5
7532025-09-02T22:58:06.202Z Downloaded crossbeam-epoch v0.9.18
7542025-09-02T22:58:06.202Z Downloaded tokio-rustls v0.26.0
7552025-09-02T22:58:06.202Z Downloaded log v0.4.27
7562025-09-02T22:58:06.214Z Downloaded datatest-stable v0.3.2
7572025-09-02T22:58:06.215Z Downloaded xshell v0.2.7
7582025-09-02T22:58:06.215Z Downloaded rand_distr v0.5.1
7592025-09-02T22:58:06.215Z Downloaded darling_core v0.20.10
7602025-09-02T22:58:06.215Z Downloaded chacha20poly1305 v0.10.1
7612025-09-02T22:58:06.215Z Downloaded proptest v1.7.0
7622025-09-02T22:58:06.215Z Downloaded p256 v0.13.2
7632025-09-02T22:58:06.215Z Downloaded tokio-stream v0.1.17
7642025-09-02T22:58:06.215Z Downloaded icu_locid_transform_data v1.5.0
7652025-09-02T22:58:06.215Z Downloaded derive_more v0.99.20
7662025-09-02T22:58:06.215Z Downloaded goblin v0.8.2
7672025-09-02T22:58:06.215Z Downloaded yansi v1.0.1
7682025-09-02T22:58:06.215Z Downloaded progenitor-impl v0.9.1
7692025-09-02T22:58:06.215Z Downloaded wyz v0.5.1
7702025-09-02T22:58:06.216Z Downloaded writeable v0.5.5
7712025-09-02T22:58:06.216Z Downloaded typify-macro v0.2.0
7722025-09-02T22:58:06.216Z Downloaded mime_guess v2.0.5
7732025-09-02T22:58:06.216Z Downloaded blake3 v1.5.4
7742025-09-02T22:58:06.216Z Downloaded crossbeam-deque v0.8.5
7752025-09-02T22:58:06.216Z Downloaded ignore v0.4.23
7762025-09-02T22:58:06.216Z Downloaded icu_collections v1.5.0
7772025-09-02T22:58:06.216Z Downloaded crossterm v0.29.0
7782025-09-02T22:58:06.224Z Downloaded serde_plain v1.0.2
7792025-09-02T22:58:06.224Z Downloaded jobserver v0.1.32
7802025-09-02T22:58:06.224Z Downloaded postcard v1.0.10
7812025-09-02T22:58:06.224Z Downloaded tower v0.5.2
7822025-09-02T22:58:06.234Z Downloaded criterion v0.7.0
7832025-09-02T22:58:06.234Z Downloaded snafu-derive v0.8.5
7842025-09-02T22:58:06.234Z Downloaded slog-scope v4.4.0
7852025-09-02T22:58:06.240Z Downloaded uzers v0.12.1
7862025-09-02T22:58:06.240Z Downloaded similar v2.7.0
7872025-09-02T22:58:06.240Z Downloaded derive_builder v0.20.2
7882025-09-02T22:58:06.253Z Downloaded progenitor v0.8.0
7892025-09-02T22:58:06.253Z Downloaded slog-term v2.9.1
7902025-09-02T22:58:06.273Z Downloaded zerocopy v0.7.35
7912025-09-02T22:58:06.286Z Downloaded proc-macro-error v1.0.4
7922025-09-02T22:58:06.286Z Downloaded colored v2.2.0
7932025-09-02T22:58:06.286Z Downloaded num-bigint-dig v0.8.4
7942025-09-02T22:58:06.286Z Downloaded mime v0.3.17
7952025-09-02T22:58:06.286Z Downloaded darling v0.21.0
7962025-09-02T22:58:06.287Z Downloaded console v0.15.10
7972025-09-02T22:58:06.287Z Downloaded ucd-trie v0.1.7
7982025-09-02T22:58:06.287Z Downloaded libm v0.2.8
7992025-09-02T22:58:06.294Z Downloaded reedline v0.40.0
8002025-09-02T22:58:06.301Z Downloaded dirs-sys-next v0.1.2
8012025-09-02T22:58:06.302Z Downloaded peg v0.8.5
8022025-09-02T22:58:06.302Z Downloaded num-bigint v0.4.6
8032025-09-02T22:58:06.312Z Downloaded url v2.5.4
8042025-09-02T22:58:06.312Z Downloaded compact_str v0.8.0
8052025-09-02T22:58:06.312Z Downloaded utf8_iter v1.0.4
8062025-09-02T22:58:06.312Z Downloaded utf16_iter v1.0.5
8072025-09-02T22:58:06.317Z Downloaded unarray v0.1.4
8082025-09-02T22:58:06.317Z Downloaded derive_builder_core v0.20.2
8092025-09-02T22:58:06.317Z Downloaded zip v4.2.0
8102025-09-02T22:58:06.317Z Downloaded hkdf v0.12.4
8112025-09-02T22:58:06.325Z Downloaded idna_adapter v1.2.0
8122025-09-02T22:58:06.325Z Downloaded dtrace-parser v0.2.0
8132025-09-02T22:58:06.325Z Downloaded rand_seeder v0.4.0
8142025-09-02T22:58:06.325Z Downloaded icu_locid v1.5.0
8152025-09-02T22:58:06.334Z Downloaded ron v0.8.1
8162025-09-02T22:58:06.334Z Downloaded publicsuffix v2.3.0
8172025-09-02T22:58:06.341Z Downloaded h2 v0.4.6
8182025-09-02T22:58:06.341Z Downloaded peg-macros v0.8.5
8192025-09-02T22:58:06.341Z Downloaded pbkdf2 v0.12.2
8202025-09-02T22:58:06.351Z Downloaded diff v0.1.13
8212025-09-02T22:58:06.351Z Downloaded terminal_size v0.4.0
8222025-09-02T22:58:06.351Z Downloaded supports-color v3.0.2
8232025-09-02T22:58:06.351Z Downloaded strip-ansi-escapes v0.2.0
8242025-09-02T22:58:06.351Z Downloaded nodrop v0.1.14
8252025-09-02T22:58:06.351Z Downloaded libtest-mimic v0.8.1
8262025-09-02T22:58:06.351Z Downloaded crc-any v2.5.0
8272025-09-02T22:58:06.366Z Downloaded const-oid v0.9.6
8282025-09-02T22:58:06.366Z Downloaded xattr v1.3.1
8292025-09-02T22:58:06.366Z Downloaded synstructure v0.13.1
8302025-09-02T22:58:06.366Z Downloaded prettyplease v0.2.36
8312025-09-02T22:58:06.373Z Downloaded russh v0.45.0
8322025-09-02T22:58:06.378Z Downloaded similar-asserts v1.7.0
8332025-09-02T22:58:06.399Z Downloaded serde-value v0.7.0
8342025-09-02T22:58:06.401Z Downloaded toml v0.9.5
8352025-09-02T22:58:06.437Z Downloaded der v0.7.9
8362025-09-02T22:58:06.437Z Downloaded serde_urlencoded v0.7.1
8372025-09-02T22:58:06.437Z Downloaded serde_spanned v0.6.9
8382025-09-02T22:58:06.437Z Downloaded rust-argon2 v2.1.0
8392025-09-02T22:58:06.437Z Downloaded pem v3.0.5
8402025-09-02T22:58:06.437Z Downloaded hyper-util v0.1.16
8412025-09-02T22:58:06.437Z Downloaded target-spec v3.5.0
8422025-09-02T22:58:06.437Z Downloaded subprocess v0.2.9
8432025-09-02T22:58:06.437Z Downloaded rayon-core v1.12.1
8442025-09-02T22:58:06.438Z Downloaded schemars v0.8.22
8452025-09-02T22:58:06.457Z Downloaded lru-cache v0.1.2
8462025-09-02T22:58:06.457Z Downloaded ryu v1.0.18
8472025-09-02T22:58:06.457Z Downloaded hashbrown v0.15.4
8482025-09-02T22:58:06.457Z Downloaded cookie_store v0.21.1
8492025-09-02T22:58:06.457Z Downloaded usdt v0.5.0
8502025-09-02T22:58:06.457Z Downloaded progenitor-client v0.10.0
8512025-09-02T22:58:06.457Z Downloaded progenitor-client v0.8.0
8522025-09-02T22:58:06.458Z Downloaded toml v0.8.23
8532025-09-02T22:58:06.458Z Downloaded ingot-types v0.1.2
8542025-09-02T22:58:06.458Z Downloaded humantime v2.2.0
8552025-09-02T22:58:06.458Z Downloaded guppy v0.17.20
8562025-09-02T22:58:06.458Z Downloaded typify v0.2.0
8572025-09-02T22:58:06.458Z Downloaded target-lexicon v0.13.2
8582025-09-02T22:58:06.458Z Downloaded strum_macros v0.27.1
8592025-09-02T22:58:06.458Z Downloaded polling v3.7.3
8602025-09-02T22:58:06.459Z Downloaded crc v3.2.1
8612025-09-02T22:58:06.476Z Downloaded cpufeatures v0.2.14
8622025-09-02T22:58:06.476Z Downloaded untrusted v0.9.0
8632025-09-02T22:58:06.476Z Downloaded num-traits v0.2.19
8642025-09-02T22:58:06.476Z Downloaded toml_edit v0.19.15
8652025-09-02T22:58:06.476Z Downloaded serde_repr v0.1.19
8662025-09-02T22:58:06.476Z Downloaded uuid v1.17.0
8672025-09-02T22:58:06.504Z Downloaded slog-dtrace v0.3.0
8682025-09-02T22:58:06.505Z Downloaded derive-where v1.5.0
8692025-09-02T22:58:06.505Z Downloaded usdt-attr-macro v0.5.0
8702025-09-02T22:58:06.505Z Downloaded signal-hook-mio v0.2.4
8712025-09-02T22:58:06.505Z Downloaded num_enum_derive v0.5.11
8722025-09-02T22:58:06.505Z Downloaded zerocopy v0.6.6
8732025-09-02T22:58:06.505Z Downloaded native-tls v0.2.12
8742025-09-02T22:58:06.505Z Downloaded samael v0.0.19
8752025-09-02T22:58:06.527Z Downloaded rstest_macros v0.25.0
8762025-09-02T22:58:06.527Z Downloaded serde_regex v1.1.0
8772025-09-02T22:58:06.527Z Downloaded rustc_version v0.1.7
8782025-09-02T22:58:06.527Z Downloaded unsafe-libyaml v0.2.11
8792025-09-02T22:58:06.528Z Downloaded snafu v0.8.5
8802025-09-02T22:58:06.528Z Downloaded hickory-server v0.25.2
8812025-09-02T22:58:06.528Z Downloaded memchr v2.7.4
8822025-09-02T22:58:06.528Z Downloaded ppv-lite86 v0.2.20
8832025-09-02T22:58:06.528Z Downloaded mio v1.0.2
8842025-09-02T22:58:06.528Z Downloaded oxide-tokio-rt v0.1.2
8852025-09-02T22:58:06.528Z Downloaded iana-time-zone v0.1.63
8862025-09-02T22:58:06.528Z Downloaded der_derive v0.7.3
8872025-09-02T22:58:06.528Z Downloaded siphasher v0.3.11
8882025-09-02T22:58:06.528Z Downloaded num_enum v0.5.11
8892025-09-02T22:58:06.528Z Downloaded digest v0.10.7
8902025-09-02T22:58:06.528Z Downloaded derive-ex v0.1.8
8912025-09-02T22:58:06.557Z Downloaded vergen v8.3.2
8922025-09-02T22:58:06.558Z Downloaded unicode-bidi v0.3.17
8932025-09-02T22:58:06.558Z Downloaded bumpalo v3.16.0
8942025-09-02T22:58:06.558Z Downloaded lzss v0.8.2
8952025-09-02T22:58:06.558Z Downloaded quinn v0.11.5
8962025-09-02T22:58:06.577Z Downloaded base64 v0.21.7
8972025-09-02T22:58:06.577Z Downloaded pretty_assertions v1.4.1
8982025-09-02T22:58:06.577Z Downloaded toml_parser v1.0.2
8992025-09-02T22:58:06.577Z Downloaded hickory-resolver v0.24.4
9002025-09-02T22:58:06.577Z Downloaded heapless v0.7.17
9012025-09-02T22:58:06.577Z Downloaded hashbrown v0.13.2
9022025-09-02T22:58:06.577Z Downloaded itoa v1.0.11
9032025-09-02T22:58:06.577Z Downloaded ipnetwork v0.21.1
9042025-09-02T22:58:06.577Z Downloaded ingot v0.1.1
9052025-09-02T22:58:06.577Z Downloaded yoke v0.7.4
9062025-09-02T22:58:06.577Z Downloaded yasna v0.5.2
9072025-09-02T22:58:06.577Z Downloaded bytes v1.10.1
9082025-09-02T22:58:06.613Z Downloaded hyper-tls v0.6.0
9092025-09-02T22:58:06.613Z Downloaded hubpack v0.1.2
9102025-09-02T22:58:06.613Z Downloaded dsl_auto_type v0.1.2
9112025-09-02T22:58:06.613Z Downloaded document-features v0.2.11
9122025-09-02T22:58:06.613Z Downloaded typify v0.4.1
9132025-09-02T22:58:06.613Z Downloaded prefix-trie v0.7.0
9142025-09-02T22:58:06.614Z Downloaded unit-prefix v0.5.1
9152025-09-02T22:58:06.614Z Downloaded tokio-rustls v0.24.1
9162025-09-02T22:58:06.614Z Downloaded tokio-native-tls v0.3.1
9172025-09-02T22:58:06.614Z Downloaded strsim v0.11.1
9182025-09-02T22:58:06.614Z Downloaded impl-trait-for-tuples v0.2.2
9192025-09-02T22:58:06.614Z Downloaded pkcs5 v0.7.1
9202025-09-02T22:58:06.625Z Downloaded pest_meta v2.7.14
9212025-09-02T22:58:06.625Z Downloaded half v2.4.1
9222025-09-02T22:58:06.625Z Downloaded allocator-api2 v0.2.21
9232025-09-02T22:58:06.625Z Downloaded universal-hash v0.5.1
9242025-09-02T22:58:06.625Z Downloaded unicode-linebreak v0.1.5
9252025-09-02T22:58:06.625Z Downloaded tokio-macros v2.5.0
9262025-09-02T22:58:06.625Z Downloaded tabled_derive v0.10.0
9272025-09-02T22:58:06.625Z Downloaded predicates v3.1.3
9282025-09-02T22:58:06.626Z Downloaded cfg-expr v0.20.1
9292025-09-02T22:58:06.626Z Downloaded base64ct v1.6.0
9302025-09-02T22:58:06.626Z Downloaded async-io v2.3.4
9312025-09-02T22:58:06.626Z Downloaded thread-id v4.2.2
9322025-09-02T22:58:06.626Z Downloaded thiserror-impl-no-std v2.0.2
9332025-09-02T22:58:06.626Z Downloaded thiserror-impl v2.0.12
9342025-09-02T22:58:06.626Z Downloaded structmeta v0.3.0
9352025-09-02T22:58:06.626Z Downloaded siphasher v1.0.1
9362025-09-02T22:58:06.626Z Downloaded termtree v0.5.1
9372025-09-02T22:58:06.626Z Downloaded sha1 v0.10.6
9382025-09-02T22:58:06.626Z Downloaded rustls-pemfile v2.2.0
9392025-09-02T22:58:06.627Z Downloaded ahash v0.8.12
9402025-09-02T22:58:06.627Z Downloaded which v4.4.2
9412025-09-02T22:58:06.627Z Downloaded vte_generate_state_changes v0.1.2
9422025-09-02T22:58:06.627Z Downloaded shell-words v1.1.0
9432025-09-02T22:58:06.638Z Downloaded rand_core v0.9.3
9442025-09-02T22:58:06.638Z Downloaded base64 v0.13.1
9452025-09-02T22:58:06.638Z Downloaded futures v0.3.31
9462025-09-02T22:58:06.638Z Downloaded slog-async v2.8.0
9472025-09-02T22:58:06.647Z Downloaded backtrace v0.3.74
9482025-09-02T22:58:06.647Z Downloaded same-file v1.0.6
9492025-09-02T22:58:06.658Z Downloaded nu-ansi-term v0.50.1
9502025-09-02T22:58:06.658Z Downloaded hashbrown v0.12.3
9512025-09-02T22:58:06.658Z Downloaded num-derive v0.4.2
9522025-09-02T22:58:06.658Z Downloaded scrypt v0.11.0
9532025-09-02T22:58:06.658Z Downloaded postgres-types v0.2.9
9542025-09-02T22:58:06.659Z Downloaded fs_extra v1.3.0
9552025-09-02T22:58:06.659Z Downloaded rustls-pemfile v1.0.4
9562025-09-02T22:58:06.659Z Downloaded bitflags v2.9.1
9572025-09-02T22:58:06.705Z Downloaded take_mut v0.2.2
9582025-09-02T22:58:06.705Z Downloaded cargo_metadata v0.18.1
9592025-09-02T22:58:06.705Z Downloaded sct v0.7.1
9602025-09-02T22:58:06.705Z Downloaded pkcs1 v0.7.5
9612025-09-02T22:58:06.705Z Downloaded rand_core v0.6.4
9622025-09-02T22:58:06.705Z Downloaded cast v0.3.0
9632025-09-02T22:58:06.705Z Downloaded cargo-util-schemas v0.8.2
9642025-09-02T22:58:06.706Z Downloaded byteorder v1.5.0
9652025-09-02T22:58:06.706Z Downloaded sync-ptr v0.1.4
9662025-09-02T22:58:06.706Z Downloaded ssh-encoding v0.2.0
9672025-09-02T22:58:06.706Z Downloaded polyval v0.6.2
9682025-09-02T22:58:06.706Z Downloaded cargo_metadata v0.21.0
9692025-09-02T22:58:06.707Z Downloaded block-buffer v0.10.4
9702025-09-02T22:58:06.707Z Downloaded blake2b_simd v1.0.2
9712025-09-02T22:58:06.707Z Downloaded highway v1.3.0
9722025-09-02T22:58:06.707Z Downloaded globset v0.4.15
9732025-09-02T22:58:06.707Z Downloaded async-lock v3.4.0
9742025-09-02T22:58:06.707Z Downloaded async-bb8-diesel v0.2.1
9752025-09-02T22:58:06.708Z Downloaded anstyle v1.0.11
9762025-09-02T22:58:06.708Z Downloaded async-task v4.7.1
9772025-09-02T22:58:06.708Z Downloaded fancy-regex v0.14.0
9782025-09-02T22:58:06.708Z Downloaded bcs v0.1.6
9792025-09-02T22:58:06.708Z Downloaded autocfg v1.4.0
9802025-09-02T22:58:06.719Z Downloaded fixedbitset v0.5.7
9812025-09-02T22:58:06.719Z Downloaded ref-cast-impl v1.0.24
9822025-09-02T22:58:06.719Z Downloaded progenitor-macro v0.10.0
9832025-09-02T22:58:06.719Z Downloaded predicates-core v1.0.8
9842025-09-02T22:58:06.719Z Downloaded cbc v0.1.2
9852025-09-02T22:58:06.720Z Downloaded castaway v0.2.3
9862025-09-02T22:58:06.720Z Downloaded cassowary v0.3.0
9872025-09-02T22:58:06.720Z Downloaded bytecount v0.6.8
9882025-09-02T22:58:06.720Z Downloaded blocking v1.6.1
9892025-09-02T22:58:06.720Z Downloaded camino-tempfile-ext v0.3.2
9902025-09-02T22:58:06.720Z Downloaded openssl-probe v0.1.5
9912025-09-02T22:58:06.720Z Downloaded glob v0.3.2
9922025-09-02T22:58:06.720Z Downloaded gethostname v0.5.0
9932025-09-02T22:58:06.720Z Downloaded hash32 v0.3.1
9942025-09-02T22:58:06.720Z Downloaded globwalk v0.9.1
9952025-09-02T22:58:06.721Z Downloaded fs-err v3.1.1
9962025-09-02T22:58:06.721Z Downloaded base64 v0.22.1
9972025-09-02T22:58:06.728Z Downloaded async-trait v0.1.89
9982025-09-02T22:58:06.728Z Downloaded bitfield v0.14.0
9992025-09-02T22:58:06.728Z Downloaded async-channel v1.9.0
10002025-09-02T22:58:06.728Z Downloaded anes v0.1.6
10012025-09-02T22:58:06.729Z Downloaded funty v2.0.0
10022025-09-02T22:58:06.729Z Downloaded flagset v0.4.6
10032025-09-02T22:58:06.729Z Downloaded filetime v0.2.25
10042025-09-02T22:58:06.753Z Downloaded bitflags v1.3.2
10052025-09-02T22:58:06.753Z Downloaded futures-timer v3.0.3
10062025-09-02T22:58:06.753Z Downloaded block-padding v0.3.3
10072025-09-02T22:58:06.753Z Downloaded async-channel v2.3.1
10082025-09-02T22:58:06.754Z Downloaded path-slash v0.1.5
10092025-09-02T22:58:06.763Z Downloaded number_prefix v0.4.0
10102025-09-02T22:58:06.764Z Downloaded num_threads v0.1.7
10112025-09-02T22:58:06.764Z Downloaded num v0.4.3
10122025-09-02T22:58:06.764Z Downloaded generic-array v0.14.7
10132025-09-02T22:58:06.764Z Downloaded cargo-platform v0.2.0
10142025-09-02T22:58:06.764Z Downloaded bit-vec v0.8.0
10152025-09-02T22:58:06.764Z Downloaded atomic-waker v1.1.2
10162025-09-02T22:58:06.764Z Downloaded async-stream v0.3.6
10172025-09-02T22:58:06.765Z Downloaded async-signal v0.2.10
10182025-09-02T22:58:06.765Z Downloaded adler2 v2.0.0
10192025-09-02T22:58:06.765Z Downloaded bcrypt-pbkdf v0.10.0
10202025-09-02T22:58:06.765Z Downloaded bit-vec v0.6.3
10212025-09-02T22:58:06.765Z Downloaded base16ct v0.2.0
10222025-09-02T22:58:06.765Z Downloaded async-attributes v1.1.2
10232025-09-02T22:58:06.765Z Downloaded futures-macro v0.3.31
10242025-09-02T22:58:06.766Z Downloaded fnv v1.0.7
10252025-09-02T22:58:06.766Z Downloaded float-ord v0.3.2
10262025-09-02T22:58:06.766Z Downloaded fastrand v2.1.1
10272025-09-02T22:58:06.766Z Downloaded async-recursion v1.1.1
10282025-09-02T22:58:06.766Z Downloaded endian-type v0.1.2
10292025-09-02T22:58:06.788Z Downloaded async-stream-impl v0.3.6
10302025-09-02T22:58:06.788Z Downloaded ff v0.13.0
10312025-09-02T22:58:06.789Z Downloaded env_logger v0.10.2
10322025-09-02T22:58:06.789Z Downloaded elliptic-curve v0.13.8
10332025-09-02T22:58:06.789Z Downloaded atty v0.2.14
10342025-09-02T22:58:06.789Z Downloaded atomicwrites v0.4.4
10352025-09-02T22:58:06.789Z Downloaded env_filter v0.1.2
10362025-09-02T22:58:06.794Z Downloaded escape8259 v0.5.3
10372025-09-02T22:58:06.794Z Downloaded errno v0.3.12
10382025-09-02T22:58:06.794Z Downloaded async-executor v1.13.1
10392025-09-02T22:58:06.794Z Downloaded event-listener v2.5.3
10402025-09-02T22:58:06.794Z Downloaded ed25519 v2.2.3
10412025-09-02T22:58:06.794Z Downloaded async-object-pool v0.1.5
10422025-09-02T22:58:06.795Z Downloaded async-process v2.3.0
10432025-09-02T22:58:06.795Z Downloaded async-global-executor v2.4.1
10442025-09-02T22:58:06.795Z Downloaded assert_matches v1.5.0
10452025-09-02T22:58:06.795Z Downloaded arrayref v0.3.9
10462025-09-02T22:58:06.795Z Downloaded arc-swap v1.7.1
10472025-09-02T22:58:06.795Z Downloaded anstyle-query v1.1.1
10482025-09-02T22:58:06.795Z Downloaded aes v0.8.4
10492025-09-02T22:58:06.795Z Downloaded addr2line v0.24.2
10502025-09-02T22:58:06.802Z Downloaded argon2 v0.5.3
10512025-09-02T22:58:06.802Z Downloaded assert-json-diff v2.0.2
10522025-09-02T22:58:06.930Z Downloaded aws-lc-sys v0.26.0
10532025-09-02T22:58:07.404Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10542025-09-02T22:58:18.974Z Startup: Refreshing catalog 'helios-dev' ... Done
10552025-09-02T22:58:26.390Z Startup: Caching catalogs ... Done
10562025-09-02T22:58:32.907ZPlanning: Solver setup ... Done (5.214s)
10572025-09-02T22:58:32.964ZPlanning: Running solver ... Done (0.050s)
10582025-09-02T22:58:33.057ZPlanning: Finding local manifests ... Done (0.003s)
10592025-09-02T22:58:33.070ZPlanning: Fetching manifests: 0/4 0% complete
10602025-09-02T22:58:33.212ZPlanning: Fetching manifests: 4/4 100% complete
10612025-09-02T22:58:33.265ZPlanning: Package planning ... Done (0.053s)
10622025-09-02T22:58:33.559ZPlanning: Merging actions ... Done (0.289s)
10632025-09-02T22:58:33.853ZPlanning: Checking for conflicting actions ... Done (0.294s)
10642025-09-02T22:58:33.871ZPlanning: Consolidating action changes ... Done (0.012s)
10652025-09-02T22:58:34.892ZPlanning: Evaluating mediators ... Done (1.027s)
10662025-09-02T22:58:34.901ZPlanning: Planning completed in 8.39 seconds
10672025-09-02T22:58:34.918Z Packages to install: 4
10682025-09-02T22:58:34.918Z Mediators to change: 2
10692025-09-02T22:58:34.921Z Services to change: 1
10702025-09-02T22:58:34.921Z Estimated space available: 155.19 GB
10712025-09-02T22:58:34.921ZEstimated space to be consumed: 1.72 GB
10722025-09-02T22:58:34.921Z Create boot environment: No
10732025-09-02T22:58:34.921ZCreate backup boot environment: No
10742025-09-02T22:58:34.921Z Rebuild boot archive: No
10752025-09-02T22:58:34.921Z
10762025-09-02T22:58:34.922ZChanged mediators:
10772025-09-02T22:58:34.922Z mediator clang:
10782025-09-02T22:58:34.922Z version: None -> 15 (system default)
10792025-09-02T22:58:34.922Z
10802025-09-02T22:58:34.922Z mediator llvm:
10812025-09-02T22:58:34.922Z version: 14 (system default) -> 15 (system default)
10822025-09-02T22:58:34.922Z
10832025-09-02T22:58:34.922ZChanged packages:
10842025-09-02T22:58:34.922Zhelios-dev
10852025-09-02T22:58:34.922Z developer/build-essential
10862025-09-02T22:58:34.922Z None -> 11-2.0
10872025-09-02T22:58:34.922Z library/libxmlsec1
10882025-09-02T22:58:34.922Z None -> 1.2.35-2.0
10892025-09-02T22:58:34.922Z ooce/developer/clang-15
10902025-09-02T22:58:34.922Z None -> 15.0.7-2.0
10912025-09-02T22:58:34.922Z ooce/developer/llvm-15
10922025-09-02T22:58:34.922Z None -> 15.0.7-2.0
10932025-09-02T22:58:34.922Z
10942025-09-02T22:58:34.922ZServices:
10952025-09-02T22:58:34.922Z restart_fmri:
10962025-09-02T22:58:34.922Z svc:/system/update-man-index:default
10972025-09-02T22:58:34.972Z
10982025-09-02T22:58:34.972ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10992025-09-02T22:58:39.972ZDownload: 2245/3290 items 119.3/212.6MB 56% complete (24.1M/s)
11002025-09-02T22:58:42.830ZDownload: Completed 212.60 MB in 7.86 seconds (27.1M/s)
11012025-09-02T22:58:43.146Z Actions: 1/3689 actions (Installing new actions)
11022025-09-02T22:58:47.729Z Actions: Completed 3689 actions in 4.58 seconds.
11032025-09-02T22:58:48.097Z Done (0.364s)
11042025-09-02T22:58:48.097Z Done (0.000s)
11052025-09-02T22:58:48.995Z Done (0.897s)
11062025-09-02T22:58:53.674Z Done (4.359s)
11072025-09-02T22:58:53.766Z Done (0.020s)
11082025-09-02T22:58:53.770Z Done (0.000s)
11092025-09-02T22:58:53.992Z Done (0.000s)
11102025-09-02T22:58:54.872ZPlanning: Evaluating mediator changes ... Done
11112025-09-02T22:58:55.036ZPlanning: Checking for conflicting actions ... Done
11122025-09-02T22:58:55.039ZPlanning: Consolidating action changes ... Done
11132025-09-02T22:58:55.316ZPlanning: Evaluating mediators ... Done
11142025-09-02T22:58:55.319ZPlanning: Planning completed in 0.44 seconds
11152025-09-02T22:58:55.349Z Mediators to change: 2
11162025-09-02T22:58:55.349Z Create boot environment: No
11172025-09-02T22:58:55.352ZCreate backup boot environment: No
11182025-09-02T22:58:55.422Z Done
11192025-09-02T22:58:55.422Z Done
11202025-09-02T22:58:56.065Z Done
11212025-09-02T22:58:59.786Z Done
11222025-09-02T22:58:59.871Z Done
11232025-09-02T22:58:59.874Z Done
11242025-09-02T22:59:00.027Z Done
11252025-09-02T22:59:00.681ZPlanning: Evaluating mediator changes ... Done
11262025-09-02T22:59:00.686ZPlanning: Merging actions ... Done
11272025-09-02T22:59:00.877ZPlanning: Checking for conflicting actions ... Done
11282025-09-02T22:59:00.880ZPlanning: Consolidating action changes ... Done
11292025-09-02T22:59:01.164ZPlanning: Evaluating mediators ... Done
11302025-09-02T22:59:01.225ZPlanning: Planning completed in 0.80 seconds
11312025-09-02T22:59:01.261Z Packages to change: 1
11322025-09-02T22:59:01.261Z Mediators to change: 1
11332025-09-02T22:59:01.261Z Services to change: 1
11342025-09-02T22:59:01.261Z Create boot environment: No
11352025-09-02T22:59:01.264ZCreate backup boot environment: Yes
11362025-09-02T22:59:03.666Z Actions: 1/6 actions (Updating modified actions)
11372025-09-02T22:59:03.669Z Actions: Completed 6 actions in 0.00 seconds.
11382025-09-02T22:59:03.669Z Done
11392025-09-02T22:59:03.669Z Done
11402025-09-02T22:59:03.846Z Done
11412025-09-02T22:59:07.772Z Done
11422025-09-02T22:59:07.860Z Done
11432025-09-02T22:59:07.863Z Done
11442025-09-02T22:59:08.021Z Done
11452025-09-02T22:59:08.468ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11462025-09-02T22:59:08.468Zclang system 15 system
11472025-09-02T22:59:08.468Zcsh system system illumos
11482025-09-02T22:59:08.468Zctags system system illumos
11492025-09-02T22:59:08.468Zfile system system illumos
11502025-09-02T22:59:08.468Zgcc vendor 12 vendor
11512025-09-02T22:59:08.468Zgcc system 10 system
11522025-09-02T22:59:08.468Zgcc system 7 system
11532025-09-02T22:59:08.468Zgo system 1.20 system
11542025-09-02T22:59:08.468Zgo system 1.19 system
11552025-09-02T22:59:08.468Zllvm system 15 system
11562025-09-02T22:59:08.468Zllvm system 14 system
11572025-09-02T22:59:08.468Zmariadb system 10.6 system
11582025-09-02T22:59:08.468Zmta vendor vendor dma
11592025-09-02T22:59:08.468Zopenjdk system 17 system
11602025-09-02T22:59:08.468Zopenjdk system 11 system
11612025-09-02T22:59:08.468Zopenjdk system 1.8 system
11622025-09-02T22:59:08.468Zopenssl vendor 3 vendor
11632025-09-02T22:59:08.468Zperl system 5.36 system
11642025-09-02T22:59:08.468Zpostgresql system 15 system
11652025-09-02T22:59:08.468Zpostgresql system 13 system
11662025-09-02T22:59:08.468Zpython vendor 3 vendor
11672025-09-02T22:59:08.468Zpython system 2 system
11682025-09-02T22:59:08.468Zpython3 system 3.11 system
11692025-09-02T22:59:08.468Zruby system 3.0 system
11702025-09-02T22:59:08.468Zwords vendor vendor american-english
11712025-09-02T22:59:08.468Zwords system system australian-english
11722025-09-02T22:59:08.468Zwords system system british-english
11732025-09-02T22:59:08.468Zwords system system canadian-english
11742025-09-02T22:59:08.468Zwords system system french
11752025-09-02T22:59:08.468Zwords system system italian
11762025-09-02T22:59:08.468Zwords system system ngerman
11772025-09-02T22:59:08.468Zwords system system ogerman
11782025-09-02T22:59:08.468Zwords system system spanish
11792025-09-02T22:59:08.806ZPUBLISHER TYPE STATUS P LOCATION
11802025-09-02T22:59:08.806Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11812025-09-02T22:59:13.619ZFMRI IFO
11822025-09-02T22:59:13.619Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11832025-09-02T22:59:13.619Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11842025-09-02T22:59:13.619Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11852025-09-02T22:59:13.619Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11862025-09-02T22:59:13.619Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11872025-09-02T22:59:13.619Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
11882025-09-02T22:59:13.619Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11892025-09-02T22:59:13.619Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11902025-09-02T22:59:13.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11912025-09-02T22:59:13.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11922025-09-02T22:59:13.619Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11932025-09-02T22:59:13.619Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11942025-09-02T22:59:13.619Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11952025-09-02T22:59:13.619Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11962025-09-02T22:59:13.619Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11972025-09-02T22:59:13.619Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11982025-09-02T22:59:15.114Z Downloading crates ...
11992025-09-02T22:59:15.198Z Downloaded cargo_toml v0.21.0
12002025-09-02T22:59:15.260Z Compiling proc-macro2 v1.0.95
12012025-09-02T22:59:15.264Z Compiling unicode-ident v1.0.18
12022025-09-02T22:59:15.264Z Compiling serde v1.0.219
12032025-09-02T22:59:15.264Z Compiling version_check v0.9.5
12042025-09-02T22:59:15.264Z Compiling libc v0.2.174
12052025-09-02T22:59:15.264Z Compiling memchr v2.7.4
12062025-09-02T22:59:15.264Z Compiling stable_deref_trait v1.2.0
12072025-09-02T22:59:15.264Z Compiling thiserror v1.0.69
12082025-09-02T22:59:15.563Z Compiling writeable v0.5.5
12092025-09-02T22:59:15.606Z Compiling itoa v1.0.11
12102025-09-02T22:59:15.846Z Compiling autocfg v1.4.0
12112025-09-02T22:59:16.050Z Compiling ryu v1.0.18
12122025-09-02T22:59:16.078Z Compiling ucd-trie v0.1.7
12132025-09-02T22:59:16.100Z Compiling litemap v0.7.3
12142025-09-02T22:59:16.398Z Compiling once_cell v1.21.3
12152025-09-02T22:59:16.464Z Compiling byteorder v1.5.0
12162025-09-02T22:59:16.589Z Compiling bitflags v2.9.1
12172025-09-02T22:59:16.739Z Compiling icu_locid_transform_data v1.5.0
12182025-09-02T22:59:16.802Z Compiling serde_json v1.0.142
12192025-09-02T22:59:16.856Z Compiling icu_properties_data v1.5.0
12202025-09-02T22:59:16.923Z Compiling num-traits v0.2.19
12212025-09-02T22:59:16.999Z Compiling utf16_iter v1.0.5
12222025-09-02T22:59:17.016Z Compiling utf8_iter v1.0.4
12232025-09-02T22:59:17.131Z Compiling hashbrown v0.15.4
12242025-09-02T22:59:17.178Z Compiling write16 v1.0.0
12252025-09-02T22:59:17.202Z Compiling rustix v0.38.37
12262025-09-02T22:59:17.250Z Compiling quote v1.0.40
12272025-09-02T22:59:17.278Z Compiling typeid v1.0.3
12282025-09-02T22:59:17.560Z Compiling errno v0.3.12
12292025-09-02T22:59:17.621Z Compiling smallvec v1.15.1
12302025-09-02T22:59:17.684Z Compiling syn v2.0.104
12312025-09-02T22:59:17.772Z Compiling equivalent v1.0.2
12322025-09-02T22:59:17.827Z Compiling icu_normalizer_data v1.5.0
12332025-09-02T22:59:17.984Z Compiling usdt-impl v0.5.0
12342025-09-02T22:59:17.984Z Compiling proc-macro-error-attr v1.0.4
12352025-09-02T22:59:18.014Z Compiling syn v1.0.109
12362025-09-02T22:59:18.054Z Compiling toml_write v0.1.2
12372025-09-02T22:59:18.219Z Compiling indexmap v2.10.0
12382025-09-02T22:59:18.301Z Compiling winnow v0.7.10
12392025-09-02T22:59:18.640Z Compiling thread-id v4.2.2
12402025-09-02T22:59:18.660Z Compiling proc-macro-error v1.0.4
12412025-09-02T22:59:18.688Z Compiling thiserror v2.0.12
12422025-09-02T22:59:18.766Z Compiling percent-encoding v2.3.1
12432025-09-02T22:59:18.991Z Compiling log v0.4.27
12442025-09-02T22:59:19.076Z Compiling rustix v1.0.7
12452025-09-02T22:59:19.295Z Compiling utf8parse v0.2.2
12462025-09-02T22:59:19.352Z Compiling camino v1.1.11
12472025-09-02T22:59:19.459Z Compiling getrandom v0.3.1
12482025-09-02T22:59:19.554Z Compiling plain v0.2.3
12492025-09-02T22:59:19.736Z Compiling semver v1.0.26
12502025-09-02T22:59:19.883Z Compiling terminal_size v0.4.0
12512025-09-02T22:59:19.931Z Compiling anstyle-parse v0.2.5
12522025-09-02T22:59:20.051Z Compiling ordered-float v2.10.1
12532025-09-02T22:59:20.235Z Compiling form_urlencoded v1.2.1
12542025-09-02T22:59:20.489Z Compiling pretty-hex v0.4.1
12552025-09-02T22:59:20.515Z Compiling colorchoice v1.0.2
12562025-09-02T22:59:20.601Z Compiling anstyle v1.0.11
12572025-09-02T22:59:20.705Z Compiling is_terminal_polyfill v1.70.1
12582025-09-02T22:59:20.709Z Compiling cfg-if v1.0.1
12592025-09-02T22:59:20.735Z Compiling anstyle-query v1.1.1
12602025-09-02T22:59:21.016Z Compiling anstream v0.6.18
12612025-09-02T22:59:21.143Z Compiling fs-err v3.1.1
12622025-09-02T22:59:21.251Z Compiling unicode-width v0.1.14
12632025-09-02T22:59:21.485Z Compiling fnv v1.0.7
12642025-09-02T22:59:21.616Z Compiling fastrand v2.1.1
12652025-09-02T22:59:21.653Z Compiling strsim v0.11.1
12662025-09-02T22:59:21.789Z Compiling heck v0.5.0
12672025-09-02T22:59:21.792Z Compiling clap_lex v0.7.4
12682025-09-02T22:59:22.120Z Compiling anyhow v1.0.99
12692025-09-02T22:59:22.289Z Compiling unicode-xid v0.2.6
12702025-09-02T22:59:22.368Z Compiling bytecount v0.6.8
12712025-09-02T22:59:22.506Z Compiling heck v0.4.1
12722025-09-02T22:59:22.597Z Compiling tempfile v3.20.0
12732025-09-02T22:59:22.667Z Compiling papergrid v0.11.0
12742025-09-02T22:59:22.962Z Compiling clap_builder v4.5.41
12752025-09-02T22:59:23.331Z Compiling memmap v0.7.0
12762025-09-02T22:59:23.418Z Compiling smawk v0.3.2
12772025-09-02T22:59:23.661Z Compiling unicode-width v0.2.0
12782025-09-02T22:59:23.675Z Compiling unicode-linebreak v0.1.5
12792025-09-02T22:59:24.164Z Compiling textwrap v0.16.2
12802025-09-02T22:59:24.288Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12812025-09-02T22:59:24.741Z Compiling synstructure v0.13.1
12822025-09-02T22:59:24.933Z Compiling swrite v0.1.0
12832025-09-02T22:59:25.553Z Compiling tabled_derive v0.7.0
12842025-09-02T22:59:26.720Z Compiling serde_derive v1.0.219
12852025-09-02T22:59:26.720Z Compiling zerofrom-derive v0.1.4
12862025-09-02T22:59:26.720Z Compiling yoke-derive v0.7.4
12872025-09-02T22:59:26.723Z Compiling thiserror-impl v1.0.69
12882025-09-02T22:59:26.723Z Compiling zerovec-derive v0.10.3
12892025-09-02T22:59:27.101Z Compiling displaydoc v0.2.5
12902025-09-02T22:59:28.657Z Compiling icu_provider_macros v1.5.0
12912025-09-02T22:59:29.240Z Compiling zerocopy-derive v0.7.35
12922025-09-02T22:59:29.356Z Compiling scroll_derive v0.12.0
12932025-09-02T22:59:29.726Z Compiling thiserror-impl v2.0.12
12942025-09-02T22:59:29.828Z Compiling pest v2.7.14
12952025-09-02T22:59:30.177Z Compiling zerofrom v0.1.4
12962025-09-02T22:59:30.431Z Compiling yoke v0.7.4
12972025-09-02T22:59:30.667Z Compiling clap_derive v4.5.41
12982025-09-02T22:59:30.770Z Compiling zerovec v0.10.4
12992025-09-02T22:59:30.785Z Compiling scroll v0.12.0
13002025-09-02T22:59:31.183Z Compiling zerocopy v0.7.35
13012025-09-02T22:59:31.349Z Compiling goblin v0.8.2
13022025-09-02T22:59:31.722Z Compiling tabled v0.15.0
13032025-09-02T22:59:32.607Z Compiling tinystr v0.7.6
13042025-09-02T22:59:32.830Z Compiling pest_meta v2.7.14
13052025-09-02T22:59:32.858Z Compiling icu_collections v1.5.0
13062025-09-02T22:59:33.013Z Compiling icu_locid v1.5.0
13072025-09-02T22:59:34.149Z Compiling icu_provider v1.5.0
13082025-09-02T22:59:34.656Z Compiling pest_generator v2.7.14
13092025-09-02T22:59:34.710Z Compiling clap v4.5.41
13102025-09-02T22:59:35.108Z Compiling icu_locid_transform v1.5.0
13112025-09-02T22:59:36.357Z Compiling pest_derive v2.7.14
13122025-09-02T22:59:36.440Z Compiling icu_properties v1.5.1
13132025-09-02T22:59:37.222Z Compiling dtrace-parser v0.2.0
13142025-09-02T22:59:39.147Z Compiling serde_spanned v0.6.9
13152025-09-02T22:59:39.147Z Compiling toml_datetime v0.6.11
13162025-09-02T22:59:39.150Z Compiling erased-serde v0.4.6
13172025-09-02T22:59:39.456Z Compiling serde_tokenstream v0.2.2
13182025-09-02T22:59:39.726Z Compiling icu_normalizer v1.5.0
13192025-09-02T22:59:39.938Z Compiling toml_edit v0.22.27
13202025-09-02T22:59:40.053Z Compiling serde-value v0.7.0
13212025-09-02T22:59:40.256Z Compiling serde-untagged v0.1.7
13222025-09-02T22:59:40.283Z Compiling cargo-platform v0.2.0
13232025-09-02T22:59:40.514Z Compiling camino-tempfile v1.4.1
13242025-09-02T22:59:40.767Z Compiling idna_adapter v1.2.0
13252025-09-02T22:59:40.833Z Compiling dof v0.3.0
13262025-09-02T22:59:40.874Z Compiling macaddr v1.0.1
13272025-09-02T22:59:40.959Z Compiling idna v1.0.3
13282025-09-02T22:59:41.539Z Compiling url v2.5.4
13292025-09-02T22:59:42.693Z Compiling usdt-macro v0.5.0
13302025-09-02T22:59:42.696Z Compiling usdt-attr-macro v0.5.0
13312025-09-02T22:59:42.996Z Compiling toml v0.8.23
13322025-09-02T22:59:43.757Z Compiling usdt v0.5.0
13332025-09-02T22:59:43.858Z Compiling cargo-util-schemas v0.8.2
13342025-09-02T22:59:43.858Z Compiling cargo_toml v0.21.0
13352025-09-02T22:59:45.338Z Compiling cargo_metadata v0.21.0
13362025-09-02T22:59:47.194Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13372025-09-02T22:59:50.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.50s
13382025-09-02T22:59:51.004Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13392025-09-02T22:59:52.109Z Compiling value-bag v1.9.0
13402025-09-02T22:59:52.109Z Compiling shlex v1.3.0
13412025-09-02T22:59:52.109Z Compiling lock_api v0.4.12
13422025-09-02T22:59:52.112Z Compiling scopeguard v1.2.0
13432025-09-02T22:59:52.112Z Compiling typenum v1.17.0
13442025-09-02T22:59:52.112Z Compiling generic-array v0.14.7
13452025-09-02T22:59:52.112Z Compiling syn v2.0.104
13462025-09-02T22:59:52.112Z Compiling getrandom v0.2.15
13472025-09-02T22:59:52.417Z Compiling jobserver v0.1.32
13482025-09-02T22:59:52.647Z Compiling rand_core v0.6.4
13492025-09-02T22:59:52.668Z Compiling log v0.4.27
13502025-09-02T22:59:52.736Z Compiling smallvec v1.15.1
13512025-09-02T22:59:52.868Z Compiling cc v1.2.30
13522025-09-02T22:59:53.140Z Compiling portable-atomic v1.11.0
13532025-09-02T22:59:53.196Z Compiling subtle v2.6.1
13542025-09-02T22:59:53.219Z Compiling critical-section v1.1.3
13552025-09-02T22:59:53.239Z Compiling const-oid v0.9.6
13562025-09-02T22:59:53.411Z Compiling pkg-config v0.3.31
13572025-09-02T22:59:53.458Z Compiling pin-project-lite v0.2.14
13582025-09-02T22:59:53.551Z Compiling parking_lot_core v0.9.10
13592025-09-02T22:59:53.623Z Compiling rustix v0.38.37
13602025-09-02T22:59:54.478Z Compiling signal-hook-registry v1.4.2
13612025-09-02T22:59:54.549Z Compiling parking_lot v0.12.3
13622025-09-02T22:59:54.614Z Compiling mio v1.0.2
13632025-09-02T22:59:54.668Z Compiling futures-core v0.3.31
13642025-09-02T22:59:54.935Z Compiling spin v0.9.8
13652025-09-02T22:59:55.168Z Compiling socket2 v0.6.0
13662025-09-02T22:59:55.190Z Compiling slab v0.4.9
13672025-09-02T22:59:55.338Z Compiling once_cell v1.21.3
13682025-09-02T22:59:55.403Z Compiling aho-corasick v1.1.3
13692025-09-02T22:59:55.465Z Compiling libm v0.2.8
13702025-09-02T22:59:55.550Z Compiling foldhash v0.1.5
13712025-09-02T22:59:55.648Z Compiling allocator-api2 v0.2.21
13722025-09-02T22:59:55.749Z Compiling regex-syntax v0.8.5
13732025-09-02T22:59:55.827Z Compiling getrandom v0.3.1
13742025-09-02T22:59:55.983Z Compiling serde_json v1.0.142
13752025-09-02T22:59:56.066Z Compiling cpufeatures v0.2.14
13762025-09-02T22:59:56.354Z Compiling hashbrown v0.15.4
13772025-09-02T22:59:56.396Z Compiling num-traits v0.2.19
13782025-09-02T22:59:56.419Z Compiling percent-encoding v2.3.1
13792025-09-02T22:59:56.597Z Compiling glob v0.3.2
13802025-09-02T22:59:56.730Z Compiling either v1.15.0
13812025-09-02T22:59:56.751Z Compiling futures-sink v0.3.31
13822025-09-02T22:59:56.929Z Compiling futures-channel v0.3.31
13832025-09-02T22:59:57.455Z Compiling prettyplease v0.2.36
13842025-09-02T22:59:57.479Z Compiling clang-sys v1.8.1
13852025-09-02T22:59:57.505Z Compiling futures-task v0.3.31
13862025-09-02T22:59:57.564Z Compiling futures-io v0.3.31
13872025-09-02T22:59:57.804Z Compiling pin-utils v0.1.0
13882025-09-02T22:59:57.847Z Compiling lazy_static v1.5.0
13892025-09-02T22:59:57.879Z Compiling minimal-lexical v0.2.1
13902025-09-02T22:59:57.918Z Compiling libloading v0.8.5
13912025-09-02T22:59:58.032Z Compiling bindgen v0.69.5
13922025-09-02T22:59:58.301Z Compiling nom v7.1.3
13932025-09-02T22:59:58.413Z Compiling home v0.5.9
13942025-09-02T22:59:58.645Z Compiling base64ct v1.6.0
13952025-09-02T22:59:59.052Z Compiling itertools v0.12.1
13962025-09-02T22:59:59.238Z Compiling pem-rfc7468 v0.7.0
13972025-09-02T22:59:59.888Z Compiling synstructure v0.13.1
13982025-09-02T22:59:59.910Z Compiling regex-automata v0.4.8
13992025-09-02T23:00:01.319Z Compiling lazycell v1.3.0
14002025-09-02T23:00:01.531Z Compiling cexpr v0.6.0
14012025-09-02T23:00:01.710Z Compiling rustc-hash v1.1.0
14022025-09-02T23:00:01.784Z Compiling flagset v0.4.6
14032025-09-02T23:00:01.892Z Compiling cmake v0.1.51
14042025-09-02T23:00:02.004Z Compiling fs_extra v1.3.0
14052025-09-02T23:00:02.027Z Compiling dunce v1.0.5
14062025-09-02T23:00:02.181Z Compiling form_urlencoded v1.2.1
14072025-09-02T23:00:02.537Z Compiling paste v1.0.15
14082025-09-02T23:00:02.580Z Compiling vcpkg v0.2.15
14092025-09-02T23:00:02.772Z Compiling ring v0.17.14
14102025-09-02T23:00:03.160Z Compiling tracing-core v0.1.32
14112025-09-02T23:00:03.330Z Compiling iana-time-zone v0.1.63
14122025-09-02T23:00:03.758Z Compiling aws-lc-rs v1.12.4
14132025-09-02T23:00:04.245Z Compiling base64 v0.22.1
14142025-09-02T23:00:04.330Z Compiling openssl-sys v0.9.109
14152025-09-02T23:00:04.383Z Compiling rustls-pki-types v1.10.0
14162025-09-02T23:00:04.404Z Compiling rustversion v1.0.17
14172025-09-02T23:00:04.746Z Compiling serde_derive v1.0.219
14182025-09-02T23:00:04.912Z Compiling zeroize_derive v1.4.2
14192025-09-02T23:00:05.068Z Compiling zerofrom-derive v0.1.4
14202025-09-02T23:00:05.355Z Compiling yoke-derive v0.7.4
14212025-09-02T23:00:05.392Z Compiling zerovec-derive v0.10.3
14222025-09-02T23:00:06.276Z Compiling zeroize v1.8.1
14232025-09-02T23:00:07.934Z Compiling displaydoc v0.2.5
14242025-09-02T23:00:08.052Z Compiling crypto-common v0.1.6
14252025-09-02T23:00:08.078Z Compiling block-buffer v0.10.4
14262025-09-02T23:00:08.322Z Compiling digest v0.10.7
14272025-09-02T23:00:08.380Z Compiling zerocopy-derive v0.7.35
14282025-09-02T23:00:08.455Z Compiling zerofrom v0.1.4
14292025-09-02T23:00:08.705Z Compiling yoke v0.7.4
14302025-09-02T23:00:08.804Z Compiling tokio-macros v2.5.0
14312025-09-02T23:00:08.898Z Compiling hmac v0.12.1
14322025-09-02T23:00:09.089Z Compiling zerovec v0.10.4
14332025-09-02T23:00:09.166Z Compiling icu_provider_macros v1.5.0
14342025-09-02T23:00:09.433Z Compiling block-padding v0.3.3
14352025-09-02T23:00:09.642Z Compiling futures-macro v0.3.31
14362025-09-02T23:00:09.729Z Compiling inout v0.1.3
14372025-09-02T23:00:10.052Z Compiling cipher v0.4.4
14382025-09-02T23:00:10.217Z Compiling sha2 v0.10.9
14392025-09-02T23:00:10.281Z Compiling regex v1.11.1
14402025-09-02T23:00:10.306Z Compiling der_derive v0.7.3
14412025-09-02T23:00:10.381Z Compiling zerocopy v0.7.35
14422025-09-02T23:00:10.580Z Compiling thiserror-impl v1.0.69
14432025-09-02T23:00:11.202Z Compiling tinystr v0.7.6
14442025-09-02T23:00:11.259Z Compiling icu_collections v1.5.0
14452025-09-02T23:00:11.550Z Compiling icu_locid v1.5.0
14462025-09-02T23:00:11.570Z Compiling futures-util v0.3.31
14472025-09-02T23:00:11.779Z Compiling ppv-lite86 v0.2.20
14482025-09-02T23:00:11.967Z Compiling serde v1.0.219
14492025-09-02T23:00:12.509Z Compiling salsa20 v0.10.2
14502025-09-02T23:00:12.588Z Compiling pbkdf2 v0.12.2
14512025-09-02T23:00:12.657Z Compiling der v0.7.9
14522025-09-02T23:00:12.754Z Compiling icu_provider v1.5.0
14532025-09-02T23:00:12.779Z Compiling scrypt v0.11.0
14542025-09-02T23:00:13.321Z Compiling cbc v0.1.2
14552025-09-02T23:00:13.603Z Compiling icu_locid_transform v1.5.0
14562025-09-02T23:00:13.624Z Compiling aes v0.8.4
14572025-09-02T23:00:13.645Z Compiling thiserror v1.0.69
14582025-09-02T23:00:13.799Z Compiling pest v2.7.14
14592025-09-02T23:00:13.821Z Compiling tracing-attributes v0.1.27
14602025-09-02T23:00:13.845Z Compiling scroll_derive v0.12.0
14612025-09-02T23:00:15.370Z Compiling icu_properties v1.5.1
14622025-09-02T23:00:15.794Z Compiling spki v0.7.3
14632025-09-02T23:00:15.936Z Compiling httparse v1.9.5
14642025-09-02T23:00:16.193Z Compiling pkcs5 v0.7.1
14652025-09-02T23:00:16.492Z Compiling pest_meta v2.7.14
14662025-09-02T23:00:16.652Z Compiling tinyvec_macros v0.1.1
14672025-09-02T23:00:16.773Z Compiling tinyvec v1.8.0
14682025-09-02T23:00:16.905Z Compiling pkcs8 v0.10.2
14692025-09-02T23:00:17.192Z Compiling bitflags v2.9.1
14702025-09-02T23:00:17.216Z Compiling bytes v1.10.1
14712025-09-02T23:00:17.300Z Compiling semver v1.0.26
14722025-09-02T23:00:17.671Z Compiling indexmap v2.10.0
14732025-09-02T23:00:18.013Z Compiling rustc_version v0.4.1
14742025-09-02T23:00:18.352Z Compiling uuid v1.17.0
14752025-09-02T23:00:18.727Z Compiling tokio v1.47.0
14762025-09-02T23:00:18.763Z Compiling http v1.3.1
14772025-09-02T23:00:19.182Z Compiling icu_normalizer v1.5.0
14782025-09-02T23:00:19.861Z Compiling tracing v0.1.40
14792025-09-02T23:00:19.976Z Compiling chrono v0.4.41
14802025-09-02T23:00:20.417Z Compiling idna_adapter v1.2.0
14812025-09-02T23:00:20.664Z Compiling idna v1.0.3
14822025-09-02T23:00:20.693Z Compiling http-body v1.0.1
14832025-09-02T23:00:20.953Z Compiling pest_generator v2.7.14
14842025-09-02T23:00:21.002Z Compiling scroll v0.12.0
14852025-09-02T23:00:21.063Z Compiling serde_derive_internals v0.29.1
14862025-09-02T23:00:21.110Z Compiling rand_core v0.9.3
14872025-09-02T23:00:21.591Z Compiling which v4.4.2
14882025-09-02T23:00:21.753Z Compiling url v2.5.4
14892025-09-02T23:00:22.158Z Compiling bzip2-sys v0.1.13+1.0.8
14902025-09-02T23:00:22.409Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14912025-09-02T23:00:22.727Z Compiling foreign-types-shared v0.1.1
14922025-09-02T23:00:22.795Z Compiling adler2 v2.0.0
14932025-09-02T23:00:22.873Z Compiling openssl-probe v0.1.5
14942025-09-02T23:00:23.055Z Compiling untrusted v0.7.1
14952025-09-02T23:00:23.185Z Compiling atomic-waker v1.1.2
14962025-09-02T23:00:23.225Z Compiling schemars v0.8.22
14972025-09-02T23:00:23.287Z Compiling num-conv v0.1.0
14982025-09-02T23:00:23.352Z Compiling time-core v0.1.2
14992025-09-02T23:00:23.398Z Compiling openssl v0.10.73
15002025-09-02T23:00:23.422Z Compiling powerfmt v0.2.0
15012025-09-02T23:00:23.535Z Compiling tower-service v0.3.3
15022025-09-02T23:00:23.557Z Compiling try-lock v0.2.5
15032025-09-02T23:00:23.578Z Compiling untrusted v0.9.0
15042025-09-02T23:00:23.639Z Compiling time-macros v0.2.18
15052025-09-02T23:00:23.693Z Compiling deranged v0.3.11
15062025-09-02T23:00:23.724Z Compiling want v0.3.1
15072025-09-02T23:00:23.807Z Compiling goblin v0.8.2
15082025-09-02T23:00:23.881Z Compiling schemars_derive v0.8.22
15092025-09-02T23:00:25.110Z Compiling miniz_oxide v0.8.5
15102025-09-02T23:00:26.613Z Compiling foreign-types v0.3.2
15112025-09-02T23:00:26.655Z Compiling pest_derive v2.7.14
15122025-09-02T23:00:26.817Z Compiling rand_chacha v0.9.0
15132025-09-02T23:00:27.440Z Compiling tokio-util v0.7.15
15142025-09-02T23:00:28.841Z Compiling ipnet v2.11.0
15152025-09-02T23:00:29.027Z Compiling h2 v0.4.6
15162025-09-02T23:00:29.892Z Compiling openssl-macros v0.1.1
15172025-09-02T23:00:29.986Z Compiling zerocopy v0.8.26
15182025-09-02T23:00:30.515Z Compiling rustls v0.23.19
15192025-09-02T23:00:30.649Z Compiling num_threads v0.1.7
15202025-09-02T23:00:30.808Z Compiling native-tls v0.2.12
15212025-09-02T23:00:30.832Z Compiling httpdate v1.0.3
15222025-09-02T23:00:30.835Z Compiling dyn-clone v1.0.20
15232025-09-02T23:00:31.115Z Compiling syn v1.0.109
15242025-09-02T23:00:31.211Z Compiling crossbeam-utils v0.8.21
15252025-09-02T23:00:31.304Z Compiling dof v0.3.0
15262025-09-02T23:00:31.951Z Compiling time v0.3.36
15272025-09-02T23:00:33.141Z Compiling dtrace-parser v0.2.0
15282025-09-02T23:00:33.188Z Compiling rand v0.9.2
15292025-09-02T23:00:35.009Z Compiling heapless v0.7.17
15302025-09-02T23:00:35.013Z Compiling unicode-normalization v0.1.24
15312025-09-02T23:00:35.190Z Compiling signature v2.2.0
15322025-09-02T23:00:35.481Z Compiling zerocopy-derive v0.8.26
15332025-09-02T23:00:35.500Z Compiling crc32fast v1.4.2
15342025-09-02T23:00:35.848Z Compiling cookie v0.18.1
15352025-09-02T23:00:36.100Z Compiling zstd-safe v7.2.3
15362025-09-02T23:00:36.165Z Compiling zlib-rs v0.5.1
15372025-09-02T23:00:36.478Z Compiling hyper v1.6.0
15382025-09-02T23:00:36.499Z Compiling unicode-properties v0.1.3
15392025-09-02T23:00:36.950Z Compiling siphasher v0.3.11
15402025-09-02T23:00:37.365Z Compiling slog v2.7.0
15412025-09-02T23:00:37.913Z Compiling signal-hook v0.3.18
15422025-09-02T23:00:38.184Z Compiling unicode-bidi v0.3.17
15432025-09-02T23:00:39.123Z Compiling stringprep v0.1.5
15442025-09-02T23:00:39.158Z Compiling hyper-util v0.1.16
15452025-09-02T23:00:39.476Z Compiling phf_shared v0.11.2
15462025-09-02T23:00:39.924Z Compiling usdt-impl v0.5.0
15472025-09-02T23:00:40.353Z Compiling curve25519-dalek v4.1.3
15482025-09-02T23:00:41.066Z Compiling toml_datetime v0.6.11
15492025-09-02T23:00:41.241Z Compiling serde_tokenstream v0.2.2
15502025-09-02T23:00:41.244Z Compiling serde_spanned v0.6.9
15512025-09-02T23:00:41.534Z Compiling rand_chacha v0.3.1
15522025-09-02T23:00:41.638Z Compiling md-5 v0.10.6
15532025-09-02T23:00:41.823Z Compiling num-integer v0.1.46
15542025-09-02T23:00:41.936Z Compiling sync_wrapper v1.0.1
15552025-09-02T23:00:42.129Z Compiling ff v0.13.0
15562025-09-02T23:00:42.248Z Compiling libz-rs-sys v0.5.1
15572025-09-02T23:00:42.394Z Compiling hash32 v0.2.1
15582025-09-02T23:00:42.553Z Compiling memoffset v0.9.1
15592025-09-02T23:00:42.579Z Compiling tower-layer v0.3.3
15602025-09-02T23:00:42.792Z Compiling smoltcp v0.9.1
15612025-09-02T23:00:42.907Z Compiling fallible-iterator v0.2.0
15622025-09-02T23:00:42.930Z Compiling litrs v0.4.1
15632025-09-02T23:00:42.983Z Compiling cfg_aliases v0.2.1
15642025-09-02T23:00:43.106Z Compiling gimli v0.31.1
15652025-09-02T23:00:43.181Z Compiling psl-types v2.0.11
15662025-09-02T23:00:43.430Z Compiling num-bigint-dig v0.8.4
15672025-09-02T23:00:43.539Z Compiling base16ct v0.2.0
15682025-09-02T23:00:43.634Z Compiling newtype-uuid v1.2.4
15692025-09-02T23:00:43.839Z Compiling sec1 v0.7.3
15702025-09-02T23:00:43.912Z Compiling postgres-protocol v0.6.8
15712025-09-02T23:00:44.020Z Compiling publicsuffix v2.3.0
15722025-09-02T23:00:44.085Z Compiling nix v0.29.0
15732025-09-02T23:00:44.148Z Compiling document-features v0.2.11
15742025-09-02T23:00:44.428Z Compiling tower v0.5.2
15752025-09-02T23:00:45.011Z Compiling flate2 v1.1.2
15762025-09-02T23:00:45.153Z Compiling group v0.13.0
15772025-09-02T23:00:45.338Z Compiling num-iter v0.1.45
15782025-09-02T23:00:45.441Z Compiling rand v0.8.5
15792025-09-02T23:00:45.670Z Compiling tokio-native-tls v0.3.1
15802025-09-02T23:00:46.344Z Compiling ipnetwork v0.21.1
15812025-09-02T23:00:46.406Z Compiling strum_macros v0.27.1
15822025-09-02T23:00:46.507Z Compiling rustls-native-certs v0.8.1
15832025-09-02T23:00:46.862Z Compiling terminal_size v0.4.0
15842025-09-02T23:00:47.060Z Compiling http-body-util v0.1.3
15852025-09-02T23:00:47.134Z Compiling hkdf v0.12.4
15862025-09-02T23:00:47.221Z Compiling crypto-bigint v0.5.5
15872025-09-02T23:00:47.371Z Compiling addr2line v0.24.2
15882025-09-02T23:00:47.421Z Compiling webpki-roots v1.0.1
15892025-09-02T23:00:47.556Z Compiling async-trait v0.1.89
15902025-09-02T23:00:47.663Z Compiling curve25519-dalek-derive v0.1.1
15912025-09-02T23:00:47.985Z Compiling thiserror-impl v2.0.12
15922025-09-02T23:00:48.094Z Compiling fs-err v3.1.1
15932025-09-02T23:00:48.472Z Compiling object v0.36.5
15942025-09-02T23:00:49.142Z Compiling ahash v0.8.12
15952025-09-02T23:00:49.533Z Compiling managed v0.8.0
15962025-09-02T23:00:50.008Z Compiling lockfree-object-pool v0.1.6
15972025-09-02T23:00:50.180Z Compiling rustix v1.0.7
15982025-09-02T23:00:50.301Z Compiling bumpalo v3.16.0
15992025-09-02T23:00:50.800Z Compiling anyhow v1.0.99
16002025-09-02T23:00:50.905Z Compiling simd-adler32 v0.3.7
16012025-09-02T23:00:51.249Z Compiling iri-string v0.7.8
16022025-09-02T23:00:51.423Z Compiling bitflags v1.3.2
16032025-09-02T23:00:51.458Z Compiling rustc-demangle v0.1.24
16042025-09-02T23:00:51.550Z Compiling winnow v0.5.40
16052025-09-02T23:00:51.583Z Compiling buf-list v1.0.3
16062025-09-02T23:00:52.177Z Compiling hubpack_derive v0.1.1
16072025-09-02T23:00:52.289Z Compiling strum v0.27.2
16082025-09-02T23:00:52.951Z Compiling zopfli v0.8.1
16092025-09-02T23:00:53.152Z Compiling hubpack v0.1.2
16102025-09-02T23:00:53.186Z Compiling thiserror v2.0.12
16112025-09-02T23:00:53.533Z Compiling elliptic-curve v0.13.8
16122025-09-02T23:00:53.600Z Compiling clap_builder v4.5.41
16132025-09-02T23:00:54.393Z Compiling tower-http v0.6.6
16142025-09-02T23:00:54.680Z Compiling hyper-tls v0.6.0
16152025-09-02T23:00:55.046Z Compiling toml_edit v0.19.15
16162025-09-02T23:00:55.097Z Compiling oxnet v0.1.3
16172025-09-02T23:00:55.274Z Compiling backtrace v0.3.74
16182025-09-02T23:00:55.751Z Compiling signal-hook-mio v0.2.4
16192025-09-02T23:00:55.888Z Compiling zstd v0.13.3
16202025-09-02T23:00:55.938Z Compiling cookie_store v0.21.1
16212025-09-02T23:00:56.467Z Compiling postgres-types v0.2.9
16222025-09-02T23:00:57.746Z Compiling usdt-macro v0.5.0
16232025-09-02T23:00:57.932Z Compiling usdt-attr-macro v0.5.0
16242025-09-02T23:00:58.238Z Compiling phf v0.11.2
16252025-09-02T23:00:58.555Z Compiling ed25519 v2.2.3
16262025-09-02T23:00:59.234Z Compiling bzip2 v0.4.4
16272025-09-02T23:00:59.556Z Compiling bzip2 v0.5.2
16282025-09-02T23:00:59.637Z Compiling strum_macros v0.26.4
16292025-09-02T23:00:59.958Z Compiling pkcs1 v0.7.5
16302025-09-02T23:01:00.452Z Compiling serde-big-array v0.5.1
16312025-09-02T23:01:00.732Z Compiling serde_urlencoded v0.7.1
16322025-09-02T23:01:00.893Z Compiling rfc6979 v0.4.0
16332025-09-02T23:01:01.119Z Compiling bstr v1.10.0
16342025-09-02T23:01:01.283Z Compiling clap_derive v4.5.41
16352025-09-02T23:01:01.372Z Compiling daft-derive v0.1.4
16362025-09-02T23:01:01.808Z Compiling serde_repr v0.1.19
16372025-09-02T23:01:02.191Z Compiling enum-as-inner v0.6.1
16382025-09-02T23:01:02.708Z Compiling float-cmp v0.10.0
16392025-09-02T23:01:02.990Z Compiling socket2 v0.5.10
16402025-09-02T23:01:03.013Z Compiling encoding_rs v0.8.34
16412025-09-02T23:01:03.064Z Compiling new_debug_unreachable v1.0.6
16422025-09-02T23:01:03.180Z Compiling fixedbitset v0.4.2
16432025-09-02T23:01:03.370Z Compiling precomputed-hash v0.1.1
16442025-09-02T23:01:03.527Z Compiling data-encoding v2.9.0
16452025-09-02T23:01:03.662Z Compiling whoami v1.5.2
16462025-09-02T23:01:03.908Z Compiling difflib v0.4.0
16472025-09-02T23:01:04.244Z Compiling predicates-core v1.0.8
16482025-09-02T23:01:04.267Z Compiling normalize-line-endings v0.3.0
16492025-09-02T23:01:04.420Z Compiling static_assertions v1.1.0
16502025-09-02T23:01:04.552Z Compiling mime v0.3.17
16512025-09-02T23:01:04.594Z Compiling unicode-segmentation v1.12.0
16522025-09-02T23:01:05.110Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16532025-09-02T23:01:05.242Z Compiling predicates v3.1.3
16542025-09-02T23:01:05.263Z Compiling toml_edit v0.22.27
16552025-09-02T23:01:05.499Z Compiling similar v2.7.0
16562025-09-02T23:01:05.852Z Compiling clap v4.5.41
16572025-09-02T23:01:05.998Z Compiling console v0.15.10
16582025-09-02T23:01:06.708Z Compiling strum v0.26.3
16592025-09-02T23:01:06.770Z Compiling hickory-proto v0.25.2
16602025-09-02T23:01:06.943Z Compiling tokio-postgres v0.7.13
16612025-09-02T23:01:07.350Z Compiling petgraph v0.6.5
16622025-09-02T23:01:07.600Z Compiling string_cache v0.8.9
16632025-09-02T23:01:08.101Z Compiling daft v0.1.4
16642025-09-02T23:01:08.619Z Compiling usdt v0.5.0
16652025-09-02T23:01:08.669Z Compiling ecdsa v0.16.9
16662025-09-02T23:01:09.115Z Compiling rsa v0.9.6
16672025-09-02T23:01:09.552Z Compiling zip v4.2.0
16682025-09-02T23:01:11.035Z Compiling zip v0.6.6
16692025-09-02T23:01:11.814Z Compiling ed25519-dalek v2.1.1
16702025-09-02T23:01:12.018Z Compiling toml v0.7.8
16712025-09-02T23:01:12.535Z Compiling crossterm v0.28.1
16722025-09-02T23:01:14.005Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16732025-09-02T23:01:14.240Z Compiling crossbeam-epoch v0.9.18
16742025-09-02T23:01:14.423Z Compiling tokio-stream v0.1.17
16752025-09-02T23:01:14.445Z Compiling openapiv3 v2.2.0
16762025-09-02T23:01:14.938Z Compiling x509-cert v0.2.5
16772025-09-02T23:01:15.407Z Compiling sha1 v0.10.6
16782025-09-02T23:01:15.783Z Compiling itertools v0.13.0
16792025-09-02T23:01:15.850Z Compiling itertools v0.10.5
16802025-09-02T23:01:16.634Z Compiling dirs-sys-next v0.1.2
16812025-09-02T23:01:16.859Z Compiling winnow v0.6.26
16822025-09-02T23:01:17.241Z Compiling rustc-hash v2.1.1
16832025-09-02T23:01:17.469Z Compiling lalrpop-util v0.19.12
16842025-09-02T23:01:17.868Z Compiling peg-runtime v0.8.5
16852025-09-02T23:01:18.449Z Compiling dirs-next v2.0.0
16862025-09-02T23:01:18.507Z Compiling thread_local v1.1.8
16872025-09-02T23:01:18.596Z Compiling slog-async v2.8.0
16882025-09-02T23:01:18.643Z Compiling term v0.7.0
16892025-09-02T23:01:18.758Z Compiling crossbeam-channel v0.5.15
16902025-09-02T23:01:18.861Z Compiling xattr v1.3.1
16912025-09-02T23:01:19.025Z Compiling futures-executor v0.3.31
16922025-09-02T23:01:19.159Z Compiling is-terminal v0.4.13
16932025-09-02T23:01:19.201Z Compiling filetime v0.2.25
16942025-09-02T23:01:19.320Z Compiling take_mut v0.2.2
16952025-09-02T23:01:19.326Z Compiling futures v0.3.31
16962025-09-02T23:01:19.480Z Compiling tar v0.4.44
16972025-09-02T23:01:19.504Z Compiling slog-term v2.9.1
16982025-09-02T23:01:19.527Z Compiling camino v1.1.11
16992025-09-02T23:01:24.447Z Compiling aws-lc-sys v0.26.0
17002025-09-02T23:01:54.309Z Compiling rustls-webpki v0.102.8
17012025-09-02T23:01:58.948Z Compiling tokio-rustls v0.26.0
17022025-09-02T23:01:59.206Z Compiling hyper-rustls v0.27.7
17032025-09-02T23:01:59.586Z Compiling reqwest v0.12.22
17042025-09-02T23:02:03.204Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17052025-09-02T23:02:03.521Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17062025-09-02T23:02:08.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
17072025-09-02T23:02:08.537Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17082025-09-02T23:02:08.591ZSep 02 23:02:06.844 INFO Starting download, target: Cockroach
17092025-09-02T23:02:08.592ZSep 02 23:02:06.844 INFO Starting download, target: Console
17102025-09-02T23:02:08.592ZSep 02 23:02:06.844 INFO Starting download, target: Clickhouse
17112025-09-02T23:02:08.598ZSep 02 23:02:06.844 INFO Starting download, target: DendriteStub
17122025-09-02T23:02:08.598ZSep 02 23:02:06.844 INFO Starting download, target: MaghemiteMgd
17132025-09-02T23:02:08.598ZSep 02 23:02:06.844 INFO Starting download, target: TransceiverControl
17142025-09-02T23:02:08.598ZSep 02 23:02:06.845 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152025-09-02T23:02:08.598ZSep 02 23:02:06.845 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162025-09-02T23:02:08.598ZSep 02 23:02:06.845 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172025-09-02T23:02:08.598ZSep 02 23:02:06.845 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182025-09-02T23:02:08.599ZSep 02 23:02:06.845 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192025-09-02T23:02:08.599ZSep 02 23:02:06.845 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202025-09-02T23:02:08.879ZSep 02 23:02:07.122 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212025-09-02T23:02:09.175ZSep 02 23:02:07.423 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222025-09-02T23:02:09.298ZSep 02 23:02:07.538 INFO Download complete, target: TransceiverControl
17232025-09-02T23:02:09.620ZSep 02 23:02:07.861 INFO Download complete, target: Console
17242025-09-02T23:02:10.162ZSep 02 23:02:08.401 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17252025-09-02T23:02:10.496ZSep 02 23:02:08.747 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262025-09-02T23:02:10.925ZSep 02 23:02:09.179 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272025-09-02T23:02:10.925ZSep 02 23:02:09.179 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282025-09-02T23:02:11.094ZSep 02 23:02:09.316 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17292025-09-02T23:02:13.598ZSep 02 23:02:11.846 INFO Download complete, target: DendriteStub
17302025-09-02T23:02:13.999ZSep 02 23:02:12.254 INFO Download complete, target: MaghemiteMgd
17312025-09-02T23:02:17.761ZSep 02 23:02:16.015 INFO Checking that binary works, target: Cockroach
17322025-09-02T23:02:17.919ZSep 02 23:02:16.173 INFO Download complete, target: Cockroach
17332025-09-02T23:02:21.840ZSep 02 23:02:20.091 INFO Checking that binary works, target: Clickhouse
17342025-09-02T23:02:21.964ZSep 02 23:02:20.216 INFO Download complete, target: Clickhouse
17352025-09-02T23:02:21.970ZAll prerequisites installed successfully
17362025-09-02T23:02:21.974Z
17372025-09-02T23:02:21.975Zreal 4:14.518579253
17382025-09-02T23:02:21.975Zuser 16:44.876943413
17392025-09-02T23:02:21.975Zsys 2:18.640982753
17402025-09-02T23:02:21.975Ztrap 0.598267644
17412025-09-02T23:02:21.975Ztflt 0.890494332
17422025-09-02T23:02:21.975Zdflt 1.410504795
17432025-09-02T23:02:21.975Zkflt 0.025964710
17442025-09-02T23:02:21.975Zlock 42:05.639799974
17452025-09-02T23:02:21.975Zslp 1:00:32.342426437
17462025-09-02T23:02:21.976Zlat 1:11.467043577
17472025-09-02T23:02:21.976Zstop 2:53.643206440
17482025-09-02T23:02:21.976Z+ source ./tools/include/force-git-over-https.sh
17492025-09-02T23:02:21.976Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17502025-09-02T23:02:21.976Z++ (( i = 0 ))
17512025-09-02T23:02:21.976Z++ (( i < 5 ))
17522025-09-02T23:02:21.976Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17532025-09-02T23:02:21.981Z++ (( i++ ))
17542025-09-02T23:02:21.981Z++ (( i < 5 ))
17552025-09-02T23:02:21.981Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17562025-09-02T23:02:21.981Z++ (( i++ ))
17572025-09-02T23:02:21.981Z++ (( i < 5 ))
17582025-09-02T23:02:21.981Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17592025-09-02T23:02:21.986Z++ (( i++ ))
17602025-09-02T23:02:21.986Z++ (( i < 5 ))
17612025-09-02T23:02:21.987Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17622025-09-02T23:02:21.987Z++ (( i++ ))
17632025-09-02T23:02:21.987Z++ (( i < 5 ))
17642025-09-02T23:02:21.987Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17652025-09-02T23:02:21.991Z++ (( i++ ))
17662025-09-02T23:02:21.991Z++ (( i < 5 ))
17672025-09-02T23:02:21.991Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17682025-09-02T23:02:21.991Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17692025-09-02T23:02:21.992Z+ rc=0
17702025-09-02T23:02:21.992Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17712025-09-02T23:02:50.779Z+ case $rc in
17722025-09-02T23:02:50.779Z+ pfexec zfs create -p rpool/images/build/host
17732025-09-02T23:02:51.010Z+ pfexec zfs create -p rpool/images/build/recovery
17742025-09-02T23:02:51.087Z+ cargo xtask releng --output-dir /work --mkincorp
17752025-09-02T23:02:51.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17762025-09-02T23:02:51.851Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17772025-09-02T23:02:53.103Z Compiling proc-macro2 v1.0.95
17782025-09-02T23:02:53.103Z Compiling unicode-ident v1.0.18
17792025-09-02T23:02:53.107Z Compiling libc v0.2.174
17802025-09-02T23:02:53.107Z Compiling serde v1.0.219
17812025-09-02T23:02:53.107Z Compiling autocfg v1.4.0
17822025-09-02T23:02:53.107Z Compiling cfg-if v1.0.1
17832025-09-02T23:02:53.107Z Compiling version_check v0.9.5
17842025-09-02T23:02:53.428Z Compiling memchr v2.7.4
17852025-09-02T23:02:53.493Z Compiling shlex v1.3.0
17862025-09-02T23:02:53.520Z Compiling typenum v1.17.0
17872025-09-02T23:02:53.877Z Compiling portable-atomic v1.11.0
17882025-09-02T23:02:53.903Z Compiling generic-array v0.14.7
17892025-09-02T23:02:54.072Z Compiling lock_api v0.4.12
17902025-09-02T23:02:54.320Z Compiling value-bag v1.9.0
17912025-09-02T23:02:54.554Z Compiling getrandom v0.3.1
17922025-09-02T23:02:54.746Z Compiling libm v0.2.8
17932025-09-02T23:02:54.870Z Compiling log v0.4.27
17942025-09-02T23:02:54.970Z Compiling num-traits v0.2.19
17952025-09-02T23:02:55.128Z Compiling quote v1.0.40
17962025-09-02T23:02:55.388Z Compiling jobserver v0.1.32
17972025-09-02T23:02:55.423Z Compiling scopeguard v1.2.0
17982025-09-02T23:02:55.464Z Compiling serde_json v1.0.142
17992025-09-02T23:02:55.592Z Compiling syn v2.0.104
18002025-09-02T23:02:55.657Z Compiling parking_lot_core v0.9.10
18012025-09-02T23:02:55.682Z Compiling semver v1.0.26
18022025-09-02T23:02:55.760Z Compiling smallvec v1.15.1
18032025-09-02T23:02:55.881Z Compiling cc v1.2.30
18042025-09-02T23:02:56.154Z Compiling pkg-config v0.3.31
18052025-09-02T23:02:56.200Z Compiling rustix v0.38.37
18062025-09-02T23:02:56.235Z Compiling getrandom v0.2.15
18072025-09-02T23:02:56.279Z Compiling itoa v1.0.11
18082025-09-02T23:02:57.001Z Compiling aho-corasick v1.1.3
18092025-09-02T23:02:57.092Z Compiling slab v0.4.9
18102025-09-02T23:02:57.260Z Compiling regex-syntax v0.8.5
18112025-09-02T23:02:57.287Z Compiling errno v0.3.12
18122025-09-02T23:02:57.655Z Compiling spin v0.9.8
18132025-09-02T23:02:57.806Z Compiling subtle v2.6.1
18142025-09-02T23:02:57.833Z Compiling stable_deref_trait v1.2.0
18152025-09-02T23:02:58.063Z Compiling glob v0.3.2
18162025-09-02T23:02:58.185Z Compiling either v1.15.0
18172025-09-02T23:02:58.218Z Compiling rand_core v0.6.4
18182025-09-02T23:02:58.369Z Compiling prettyplease v0.2.36
18192025-09-02T23:02:58.785Z Compiling lazy_static v1.5.0
18202025-09-02T23:02:58.988Z Compiling clang-sys v1.8.1
18212025-09-02T23:02:59.399Z Compiling critical-section v1.1.3
18222025-09-02T23:02:59.437Z Compiling minimal-lexical v0.2.1
18232025-09-02T23:02:59.495Z Compiling heck v0.5.0
18242025-09-02T23:02:59.965Z Compiling nom v7.1.3
18252025-09-02T23:02:59.997Z Compiling once_cell v1.21.3
18262025-09-02T23:03:00.618Z Compiling libloading v0.8.5
18272025-09-02T23:03:00.698Z Compiling home v0.5.9
18282025-09-02T23:03:00.929Z Compiling bindgen v0.69.5
18292025-09-02T23:03:01.078Z Compiling itertools v0.12.1
18302025-09-02T23:03:01.410Z Compiling regex-automata v0.4.8
18312025-09-02T23:03:01.672Z Compiling lazycell v1.3.0
18322025-09-02T23:03:01.707Z Compiling rustc-hash v1.1.0
18332025-09-02T23:03:01.873Z Compiling paste v1.0.15
18342025-09-02T23:03:02.882Z Compiling cmake v0.1.51
18352025-09-02T23:03:03.391Z Compiling synstructure v0.13.1
18362025-09-02T23:03:03.512Z Compiling cexpr v0.6.0
18372025-09-02T23:03:04.867Z Compiling dunce v1.0.5
18382025-09-02T23:03:04.939Z Compiling fs_extra v1.3.0
18392025-09-02T23:03:05.676Z Compiling ryu v1.0.18
18402025-09-02T23:03:05.816Z Compiling litemap v0.7.3
18412025-09-02T23:03:06.416Z Compiling writeable v0.5.5
18422025-09-02T23:03:06.694Z Compiling foldhash v0.1.5
18432025-09-02T23:03:06.928Z Compiling percent-encoding v2.3.1
18442025-09-02T23:03:07.055Z Compiling serde_derive v1.0.219
18452025-09-02T23:03:07.372Z Compiling zeroize_derive v1.4.2
18462025-09-02T23:03:07.497Z Compiling zerofrom-derive v0.1.4
18472025-09-02T23:03:07.533Z Compiling yoke-derive v0.7.4
18482025-09-02T23:03:07.573Z Compiling zerovec-derive v0.10.3
18492025-09-02T23:03:07.638Z Compiling displaydoc v0.2.5
18502025-09-02T23:03:08.814Z Compiling icu_provider_macros v1.5.0
18512025-09-02T23:03:09.444Z Compiling zeroize v1.8.1
18522025-09-02T23:03:09.984Z Compiling tokio-macros v2.5.0
18532025-09-02T23:03:10.165Z Compiling zerocopy-derive v0.7.35
18542025-09-02T23:03:10.214Z Compiling regex v1.11.1
18552025-09-02T23:03:10.325Z Compiling futures-macro v0.3.31
18562025-09-02T23:03:10.600Z Compiling zerofrom v0.1.4
18572025-09-02T23:03:11.082Z Compiling yoke v0.7.4
18582025-09-02T23:03:11.587Z Compiling zerovec v0.10.4
18592025-09-02T23:03:11.645Z Compiling schemars v0.8.22
18602025-09-02T23:03:12.045Z Compiling allocator-api2 v0.2.21
18612025-09-02T23:03:12.105Z Compiling equivalent v1.0.2
18622025-09-02T23:03:12.140Z Compiling pin-project-lite v0.2.14
18632025-09-02T23:03:12.260Z Compiling serde_derive_internals v0.29.1
18642025-09-02T23:03:12.665Z Compiling icu_locid_transform_data v1.5.0
18652025-09-02T23:03:12.845Z Compiling hashbrown v0.15.4
18662025-09-02T23:03:12.945Z Compiling crypto-common v0.1.6
18672025-09-02T23:03:13.277Z Compiling der_derive v0.7.3
18682025-09-02T23:03:13.546Z Compiling ring v0.17.14
18692025-09-02T23:03:14.244Z Compiling tinystr v0.7.6
18702025-09-02T23:03:14.490Z Compiling schemars_derive v0.8.22
18712025-09-02T23:03:14.607Z Compiling icu_collections v1.5.0
18722025-09-02T23:03:14.695Z Compiling icu_locid v1.5.0
18732025-09-02T23:03:14.698Z Compiling icu_properties_data v1.5.0
18742025-09-02T23:03:15.076Z Compiling vcpkg v0.2.15
18752025-09-02T23:03:15.224Z Compiling icu_normalizer_data v1.5.0
18762025-09-02T23:03:15.409Z Compiling aws-lc-rs v1.12.4
18772025-09-02T23:03:15.587Z Compiling futures-core v0.3.31
18782025-09-02T23:03:15.926Z Compiling write16 v1.0.0
18792025-09-02T23:03:16.136Z Compiling const-oid v0.9.6
18802025-09-02T23:03:16.606Z Compiling icu_provider v1.5.0
18812025-09-02T23:03:17.458Z Compiling byteorder v1.5.0
18822025-09-02T23:03:18.052Z Compiling icu_locid_transform v1.5.0
18832025-09-02T23:03:18.172Z Compiling utf16_iter v1.0.5
18842025-09-02T23:03:18.212Z Compiling utf8_iter v1.0.4
18852025-09-02T23:03:18.650Z Compiling openssl-sys v0.9.109
18862025-09-02T23:03:19.336Z Compiling signal-hook-registry v1.4.2
18872025-09-02T23:03:19.805Z Compiling icu_properties v1.5.1
18882025-09-02T23:03:20.101Z Compiling bitflags v2.9.1
18892025-09-02T23:03:20.422Z Compiling bytes v1.10.1
18902025-09-02T23:03:22.557Z Compiling thiserror v1.0.69
18912025-09-02T23:03:23.337Z Compiling parking_lot v0.12.3
18922025-09-02T23:03:23.959Z Compiling tracing-attributes v0.1.27
18932025-09-02T23:03:24.443Z Compiling icu_normalizer v1.5.0
18942025-09-02T23:03:24.624Z Compiling which v4.4.2
18952025-09-02T23:03:24.688Z Compiling mio v1.0.2
18962025-09-02T23:03:25.844Z Compiling idna_adapter v1.2.0
18972025-09-02T23:03:26.314Z Compiling idna v1.0.3
18982025-09-02T23:03:27.160Z Compiling block-buffer v0.10.4
18992025-09-02T23:03:27.904Z Compiling form_urlencoded v1.2.1
19002025-09-02T23:03:28.113Z Compiling thiserror-impl v1.0.69
19012025-09-02T23:03:28.523Z Compiling httparse v1.9.5
19022025-09-02T23:03:28.869Z Compiling digest v0.10.7
19032025-09-02T23:03:29.309Z Compiling socket2 v0.6.0
19042025-09-02T23:03:29.869Z Compiling thiserror v2.0.12
19052025-09-02T23:03:30.164Z Compiling tokio v1.47.0
19062025-09-02T23:03:30.362Z Compiling url v2.5.4
19072025-09-02T23:03:31.135Z Compiling indexmap v2.10.0
19082025-09-02T23:03:31.261Z Compiling thiserror-impl v2.0.12
19092025-09-02T23:03:31.841Z Compiling futures-sink v0.3.31
19102025-09-02T23:03:32.106Z Compiling time-core v0.1.2
19112025-09-02T23:03:32.271Z Compiling num-conv v0.1.0
19122025-09-02T23:03:32.607Z Compiling futures-channel v0.3.31
19132025-09-02T23:03:32.686Z Compiling time-macros v0.2.18
19142025-09-02T23:03:34.242Z Compiling pin-utils v0.1.0
19152025-09-02T23:03:34.504Z Compiling fnv v1.0.7
19162025-09-02T23:03:34.767Z Compiling openssl v0.10.73
19172025-09-02T23:03:34.900Z Compiling futures-task v0.3.31
19182025-09-02T23:03:35.313Z Compiling futures-io v0.3.31
19192025-09-02T23:03:35.336Z Compiling zerocopy v0.7.35
19202025-09-02T23:03:35.706Z Compiling futures-util v0.3.31
19212025-09-02T23:03:35.766Z Compiling uuid v1.17.0
19222025-09-02T23:03:36.746Z Compiling openssl-macros v0.1.1
19232025-09-02T23:03:37.602Z Compiling rustls v0.23.19
19242025-09-02T23:03:37.665Z Compiling iana-time-zone v0.1.63
19252025-09-02T23:03:37.752Z Compiling native-tls v0.2.12
19262025-09-02T23:03:37.790Z Compiling cpufeatures v0.2.14
19272025-09-02T23:03:37.985Z Compiling chrono v0.4.41
19282025-09-02T23:03:38.107Z Compiling aws-lc-sys v0.26.0
19292025-09-02T23:03:38.159Z Compiling hmac v0.12.1
19302025-09-02T23:03:38.162Z Compiling rustc_version v0.4.1
19312025-09-02T23:03:40.696Z Compiling block-padding v0.3.3
19322025-09-02T23:03:41.320Z Compiling cookie v0.18.1
19332025-09-02T23:03:41.364Z Compiling inout v0.1.3
19342025-09-02T23:03:41.645Z Compiling http v1.3.1
19352025-09-02T23:03:41.777Z Compiling serde_tokenstream v0.2.2
19362025-09-02T23:03:42.077Z Compiling bzip2-sys v0.1.13+1.0.8
19372025-09-02T23:03:42.504Z Compiling dyn-clone v1.0.20
19382025-09-02T23:03:42.781Z Compiling zerocopy v0.8.26
19392025-09-02T23:03:43.625Z Compiling cipher v0.4.4
19402025-09-02T23:03:43.891Z Compiling sha2 v0.10.9
19412025-09-02T23:03:46.448Z Compiling scroll_derive v0.12.0
19422025-09-02T23:03:46.673Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19432025-09-02T23:03:46.771Z Compiling rustls-pki-types v1.10.0
19442025-09-02T23:03:47.616Z Compiling rustix v1.0.7
19452025-09-02T23:03:47.973Z Compiling crossbeam-utils v0.8.21
19462025-09-02T23:03:48.298Z Compiling base64ct v1.6.0
19472025-09-02T23:03:48.408Z Compiling rustversion v1.0.17
19482025-09-02T23:03:48.767Z Compiling ucd-trie v0.1.7
19492025-09-02T23:03:49.027Z Compiling syn v1.0.109
19502025-09-02T23:03:49.153Z Compiling slog v2.7.0
19512025-09-02T23:03:49.447Z Compiling pest v2.7.14
19522025-09-02T23:03:49.751Z Compiling pem-rfc7468 v0.7.0
19532025-09-02T23:03:50.383Z Compiling ppv-lite86 v0.2.20
19542025-09-02T23:03:51.289Z Compiling zerocopy-derive v0.8.26
19552025-09-02T23:03:51.329Z Compiling flagset v0.4.6
19562025-09-02T23:03:51.616Z Compiling litrs v0.4.1
19572025-09-02T23:03:52.546Z Compiling pest_meta v2.7.14
19582025-09-02T23:03:52.695Z Compiling document-features v0.2.11
19592025-09-02T23:03:53.941Z Compiling der v0.7.9
19602025-09-02T23:03:56.350Z Compiling tokio-util v0.7.15
19612025-09-02T23:03:56.935Z Compiling tracing-core v0.1.32
19622025-09-02T23:03:56.996Z Compiling untrusted v0.9.0
19632025-09-02T23:03:58.028Z Compiling untrusted v0.7.1
19642025-09-02T23:03:58.313Z Compiling powerfmt v0.2.0
19652025-09-02T23:03:58.848Z Compiling newtype-uuid v1.2.4
19662025-09-02T23:03:58.940Z Compiling base64 v0.22.1
19672025-09-02T23:03:59.367Z Compiling deranged v0.3.11
19682025-09-02T23:04:00.505Z Compiling tracing v0.1.40
19692025-09-02T23:04:01.425Z Compiling spki v0.7.3
19702025-09-02T23:04:01.493Z Compiling pest_generator v2.7.14
19712025-09-02T23:04:01.527Z Compiling salsa20 v0.10.2
19722025-09-02T23:04:01.872Z Compiling http-body v1.0.1
19732025-09-02T23:04:01.926Z Compiling pbkdf2 v0.12.2
19742025-09-02T23:04:02.401Z Compiling atomic-waker v1.1.2
19752025-09-02T23:04:03.230Z Compiling num_threads v0.1.7
19762025-09-02T23:04:03.371Z Compiling pest_derive v2.7.14
19772025-09-02T23:04:03.441Z Compiling time v0.3.36
19782025-09-02T23:04:04.839Z Compiling scrypt v0.11.0
19792025-09-02T23:04:05.462Z Compiling cbc v0.1.2
19802025-09-02T23:04:05.767Z Compiling aes v0.8.4
19812025-09-02T23:04:07.256Z Compiling usdt-impl v0.5.0
19822025-09-02T23:04:07.761Z Compiling zstd-safe v7.2.3
19832025-09-02T23:04:07.848Z Compiling tower-service v0.3.3
19842025-09-02T23:04:08.170Z Compiling num-bigint-dig v0.8.4
19852025-09-02T23:04:08.229Z Compiling try-lock v0.2.5
19862025-09-02T23:04:08.496Z Compiling want v0.3.1
19872025-09-02T23:04:08.648Z Compiling pkcs5 v0.7.1
19882025-09-02T23:04:09.518Z Compiling h2 v0.4.6
19892025-09-02T23:04:10.211Z Compiling scroll v0.12.0
19902025-09-02T23:04:11.094Z Compiling heapless v0.7.17
19912025-09-02T23:04:11.621Z Compiling ipnet v2.11.0
19922025-09-02T23:04:11.896Z Compiling async-trait v0.1.89
19932025-09-02T23:04:13.691Z Compiling ahash v0.8.12
19942025-09-02T23:04:14.211Z Compiling anyhow v1.0.99
19952025-09-02T23:04:14.267Z Compiling openssl-probe v0.1.5
19962025-09-02T23:04:14.828Z Compiling httpdate v1.0.3
19972025-09-02T23:04:14.983Z Compiling signal-hook v0.3.18
19982025-09-02T23:04:15.033Z Compiling plain v0.2.3
19992025-09-02T23:04:15.276Z Compiling foreign-types-shared v0.1.1
20002025-09-02T23:04:15.471Z Compiling foreign-types v0.3.2
20012025-09-02T23:04:15.502Z Compiling goblin v0.8.2
20022025-09-02T23:04:16.631Z Compiling pkcs8 v0.10.2
20032025-09-02T23:04:19.267Z Compiling hyper v1.6.0
20042025-09-02T23:04:20.809Z Compiling daft-derive v0.1.4
20052025-09-02T23:04:23.976Z Compiling tinyvec_macros v0.1.1
20062025-09-02T23:04:24.105Z Compiling strsim v0.11.1
20072025-09-02T23:04:24.786Z Compiling pretty-hex v0.4.1
20082025-09-02T23:04:25.409Z Compiling dof v0.3.0
20092025-09-02T23:04:26.159Z Compiling tinyvec v1.8.0
20102025-09-02T23:04:27.151Z Compiling hyper-util v0.1.16
20112025-09-02T23:04:31.985Z Compiling dtrace-parser v0.2.0
20122025-09-02T23:04:32.091Z Compiling curve25519-dalek v4.1.3
20132025-09-02T23:04:32.875Z Compiling rand_core v0.9.3
20142025-09-02T23:04:33.428Z Compiling clap_derive v4.5.41
20152025-09-02T23:04:34.351Z Compiling thread-id v4.2.2
20162025-09-02T23:04:34.524Z Compiling memoffset v0.9.1
20172025-09-02T23:04:35.885Z Compiling adler2 v2.0.0
20182025-09-02T23:04:35.922Z Compiling smoltcp v0.9.1
20192025-09-02T23:04:37.123Z Compiling miniz_oxide v0.8.5
20202025-09-02T23:04:42.399Z Compiling rand_chacha v0.9.0
20212025-09-02T23:04:44.007Z Compiling http-body-util v0.1.3
20222025-09-02T23:04:44.735Z Compiling strum_macros v0.26.4
20232025-09-02T23:04:47.307Z Compiling sync_wrapper v1.0.1
20242025-09-02T23:04:47.444Z Compiling encoding_rs v0.8.34
20252025-09-02T23:04:47.507Z Compiling tower-layer v0.3.3
20262025-09-02T23:04:48.658Z Compiling mime v0.3.17
20272025-09-02T23:04:49.081Z Compiling cfg_aliases v0.2.1
20282025-09-02T23:04:49.213Z Compiling buf-list v1.0.3
20292025-09-02T23:04:49.265Z Compiling psl-types v2.0.11
20302025-09-02T23:04:49.842Z Compiling publicsuffix v2.3.0
20312025-09-02T23:04:50.370Z Compiling nix v0.29.0
20322025-09-02T23:04:51.817Z Compiling tower v0.5.2
20332025-09-02T23:04:56.070Z Compiling rand v0.9.2
20342025-09-02T23:04:58.278Z Compiling tokio-native-tls v0.3.1
20352025-09-02T23:04:59.416Z Compiling unicode-normalization v0.1.24
20362025-09-02T23:04:59.798Z Compiling rustls-native-certs v0.8.1
20372025-09-02T23:04:59.997Z Compiling hubpack_derive v0.1.1
20382025-09-02T23:05:00.311Z Compiling strum_macros v0.27.1
20392025-09-02T23:05:00.787Z Compiling webpki-roots v1.0.1
20402025-09-02T23:05:01.074Z Compiling openapiv3 v2.2.0
20412025-09-02T23:05:01.167Z Compiling signature v2.2.0
20422025-09-02T23:05:01.361Z Compiling serde_urlencoded v0.7.1
20432025-09-02T23:05:01.524Z Compiling toml_datetime v0.6.11
20442025-09-02T23:05:02.072Z Compiling serde_spanned v0.6.9
20452025-09-02T23:05:02.414Z Compiling curve25519-dalek-derive v0.1.1
20462025-09-02T23:05:02.683Z Compiling fs-err v3.1.1
20472025-09-02T23:05:02.794Z Compiling crc32fast v1.4.2
20482025-09-02T23:05:03.206Z Compiling zlib-rs v0.5.1
20492025-09-02T23:05:03.351Z Compiling unicode-bidi v0.3.17
20502025-09-02T23:05:03.814Z Compiling unicode-properties v0.1.3
20512025-09-02T23:05:04.312Z Compiling siphasher v0.3.11
20522025-09-02T23:05:04.639Z Compiling iri-string v0.7.8
20532025-09-02T23:05:04.754Z Compiling anstyle v1.0.11
20542025-09-02T23:05:05.272Z Compiling utf8parse v0.2.2
20552025-09-02T23:05:05.346Z Compiling phf_shared v0.11.2
20562025-09-02T23:05:05.456Z Compiling stringprep v0.1.5
20572025-09-02T23:05:05.511Z Compiling anstyle-parse v0.2.5
20582025-09-02T23:05:08.442Z Compiling libz-rs-sys v0.5.1
20592025-09-02T23:05:08.883Z Compiling hyper-tls v0.6.0
20602025-09-02T23:05:09.508Z Compiling tower-http v0.6.6
20612025-09-02T23:05:10.460Z Compiling cookie_store v0.21.1
20622025-09-02T23:05:10.531Z Compiling usdt-attr-macro v0.5.0
20632025-09-02T23:05:11.500Z Compiling usdt-macro v0.5.0
20642025-09-02T23:05:12.230Z Compiling rand_chacha v0.3.1
20652025-09-02T23:05:12.887Z Compiling md-5 v0.10.6
20662025-09-02T23:05:12.962Z Compiling num-integer v0.1.46
20672025-09-02T23:05:13.195Z Compiling hash32 v0.2.1
20682025-09-02T23:05:13.717Z Compiling ff v0.13.0
20692025-09-02T23:05:14.217Z Compiling colorchoice v1.0.2
20702025-09-02T23:05:14.331Z Compiling is_terminal_polyfill v1.70.1
20712025-09-02T23:05:14.431Z Compiling fallible-iterator v0.2.0
20722025-09-02T23:05:14.504Z Compiling anstyle-query v1.1.1
20732025-09-02T23:05:14.549Z Compiling winnow v0.7.10
20742025-09-02T23:05:14.692Z Compiling base16ct v0.2.0
20752025-09-02T23:05:14.858Z Compiling gimli v0.31.1
20762025-09-02T23:05:15.088Z Compiling sec1 v0.7.3
20772025-09-02T23:05:15.185Z Compiling postgres-protocol v0.6.8
20782025-09-02T23:05:15.890Z Compiling anstream v0.6.18
20792025-09-02T23:05:16.737Z Compiling group v0.13.0
20802025-09-02T23:05:16.826Z Compiling num-iter v0.1.45
20812025-09-02T23:05:17.134Z Compiling rand v0.8.5
20822025-09-02T23:05:19.083Z Compiling flate2 v1.1.2
20832025-09-02T23:05:19.650Z Compiling addr2line v0.24.2
20842025-09-02T23:05:20.780Z Compiling ipnetwork v0.21.1
20852025-09-02T23:05:22.226Z Compiling hkdf v0.12.4
20862025-09-02T23:05:22.546Z Compiling terminal_size v0.4.0
20872025-09-02T23:05:22.767Z Compiling crypto-bigint v0.5.5
20882025-09-02T23:05:22.815Z Compiling serde_repr v0.1.19
20892025-09-02T23:05:22.839Z Compiling enum-as-inner v0.6.1
20902025-09-02T23:05:24.060Z Compiling object v0.36.5
20912025-09-02T23:05:24.600Z Compiling rustls-webpki v0.102.8
20922025-09-02T23:05:28.106Z Compiling bumpalo v3.16.0
20932025-09-02T23:05:28.836Z Compiling clap_lex v0.7.4
20942025-09-02T23:05:29.486Z Compiling bitflags v1.3.2
20952025-09-02T23:05:29.642Z Compiling lockfree-object-pool v0.1.6
20962025-09-02T23:05:30.045Z Compiling winnow v0.5.40
20972025-09-02T23:05:30.265Z Compiling managed v0.8.0
20982025-09-02T23:05:30.745Z Compiling rustc-demangle v0.1.24
20992025-09-02T23:05:31.629Z Compiling simd-adler32 v0.3.7
21002025-09-02T23:05:31.684Z Compiling backtrace v0.3.74
21012025-09-02T23:05:32.169Z Compiling zopfli v0.8.1
21022025-09-02T23:05:33.649Z Compiling tokio-rustls v0.26.0
21032025-09-02T23:05:33.949Z Compiling toml_edit v0.19.15
21042025-09-02T23:05:34.185Z Compiling hyper-rustls v0.27.7
21052025-09-02T23:05:35.054Z Compiling clap_builder v4.5.41
21062025-09-02T23:05:35.922Z Compiling elliptic-curve v0.13.8
21072025-09-02T23:05:35.979Z Compiling oxnet v0.1.3
21082025-09-02T23:05:39.242Z Compiling zstd v0.13.3
21092025-09-02T23:05:39.927Z Compiling signal-hook-mio v0.2.4
21102025-09-02T23:05:40.458Z Compiling postgres-types v0.2.9
21112025-09-02T23:05:41.026Z Compiling phf v0.11.2
21122025-09-02T23:05:41.562Z Compiling strum v0.27.2
21132025-09-02T23:05:41.572Z Compiling ed25519 v2.2.3
21142025-09-02T23:05:41.619Z Compiling hubpack v0.1.2
21152025-09-02T23:05:41.704Z Compiling bzip2 v0.4.4
21162025-09-02T23:05:41.761Z Compiling bzip2 v0.5.2
21172025-09-02T23:05:41.930Z Compiling pkcs1 v0.7.5
21182025-09-02T23:05:42.229Z Compiling rfc6979 v0.4.0
21192025-09-02T23:05:42.337Z Compiling float-cmp v0.10.0
21202025-09-02T23:05:42.447Z Compiling serde-big-array v0.5.1
21212025-09-02T23:05:42.474Z Compiling regress v0.10.4
21222025-09-02T23:05:42.610Z Compiling bstr v1.10.0
21232025-09-02T23:05:42.829Z Compiling memmap v0.7.0
21242025-09-02T23:05:43.170Z Compiling socket2 v0.5.10
21252025-09-02T23:05:44.874Z Compiling data-encoding v2.9.0
21262025-09-02T23:05:46.928Z Compiling toml_write v0.1.2
21272025-09-02T23:05:47.345Z Compiling whoami v1.5.2
21282025-09-02T23:05:47.573Z Compiling new_debug_unreachable v1.0.6
21292025-09-02T23:05:47.815Z Compiling static_assertions v1.1.0
21302025-09-02T23:05:47.942Z Compiling unicode-segmentation v1.12.0
21312025-09-02T23:05:48.075Z Compiling predicates-core v1.0.8
21322025-09-02T23:05:48.883Z Compiling normalize-line-endings v0.3.0
21332025-09-02T23:05:49.050Z Compiling fastrand v2.1.1
21342025-09-02T23:05:49.105Z Compiling precomputed-hash v0.1.1
21352025-09-02T23:05:49.937Z Compiling unicode-width v0.2.0
21362025-09-02T23:05:50.360Z Compiling fixedbitset v0.4.2
21372025-09-02T23:05:50.526Z Compiling difflib v0.4.0
21382025-09-02T23:05:50.927Z Compiling petgraph v0.6.5
21392025-09-02T23:05:51.760Z Compiling toml_edit v0.22.27
21402025-09-02T23:05:51.789Z Compiling predicates v3.1.3
21412025-09-02T23:05:51.921Z Compiling console v0.15.10
21422025-09-02T23:05:53.144Z Compiling tempfile v3.20.0
21432025-09-02T23:05:53.202Z Compiling string_cache v0.8.9
21442025-09-02T23:05:53.837Z Compiling reqwest v0.12.22
21452025-09-02T23:05:58.499Z Compiling similar v2.7.0
21462025-09-02T23:06:00.538Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21472025-09-02T23:06:03.327Z Compiling tokio-postgres v0.7.13
21482025-09-02T23:06:03.422Z Compiling typify-impl v0.3.0
21492025-09-02T23:06:07.835Z Compiling hickory-proto v0.25.2
21502025-09-02T23:06:09.050Z Compiling usdt v0.5.0
21512025-09-02T23:06:09.696Z Compiling rsa v0.9.6
21522025-09-02T23:06:10.475Z Compiling ecdsa v0.16.9
21532025-09-02T23:06:12.833Z Compiling zip v4.2.0
21542025-09-02T23:06:13.844Z Compiling zip v0.6.6
21552025-09-02T23:06:14.809Z Compiling ed25519-dalek v2.1.1
21562025-09-02T23:06:15.369Z Compiling crossterm v0.28.1
21572025-09-02T23:06:15.640Z Compiling clap v4.5.41
21582025-09-02T23:06:15.802Z Compiling daft v0.1.4
21592025-09-02T23:06:16.868Z Compiling crossbeam-epoch v0.9.18
21602025-09-02T23:06:16.952Z Compiling toml v0.7.8
21612025-09-02T23:06:18.309Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21622025-09-02T23:06:18.336Z Compiling strum v0.26.3
21632025-09-02T23:06:18.925Z Compiling tokio-stream v0.1.17
21642025-09-02T23:06:19.119Z Compiling x509-cert v0.2.5
21652025-09-02T23:06:19.821Z Compiling sha1 v0.10.6
21662025-09-02T23:06:19.869Z Compiling hex v0.4.3
21672025-09-02T23:06:20.259Z Compiling structmeta-derive v0.3.0
21682025-09-02T23:06:20.531Z Compiling itertools v0.13.0
21692025-09-02T23:06:20.990Z Compiling itertools v0.10.5
21702025-09-02T23:06:21.014Z Compiling winnow v0.6.26
21712025-09-02T23:06:22.639Z Compiling peg-runtime v0.8.5
21722025-09-02T23:06:23.538Z Compiling unicode-xid v0.2.6
21732025-09-02T23:06:23.668Z Compiling lalrpop-util v0.19.12
21742025-09-02T23:06:23.759Z Compiling rustc-hash v2.1.1
21752025-09-02T23:06:23.971Z Compiling camino v1.1.11
21762025-09-02T23:06:24.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21772025-09-02T23:06:24.730Z Compiling structmeta v0.3.0
21782025-09-02T23:06:29.286Z Compiling typify-macro v0.3.0
21792025-09-02T23:06:36.221Z Compiling radium v0.7.0
21802025-09-02T23:06:43.955Z Compiling is-terminal v0.4.13
21812025-09-02T23:06:44.201Z Compiling maybe-uninit v2.0.0
21822025-09-02T23:06:44.704Z Compiling tap v1.0.1
21832025-09-02T23:06:44.938Z Compiling wyz v0.5.1
21842025-09-02T23:06:49.362Z Compiling futures-executor v0.3.31
21852025-09-02T23:06:49.792Z Compiling zerocopy-derive v0.6.6
21862025-09-02T23:06:49.848Z Compiling wait-timeout v0.2.0
21872025-09-02T23:06:51.077Z Compiling quick-error v1.2.3
21882025-09-02T23:06:51.288Z Compiling packed_struct v0.10.1
21892025-09-02T23:06:51.315Z Compiling bit-vec v0.8.0
21902025-09-02T23:06:51.537Z Compiling funty v2.0.0
21912025-09-02T23:06:51.749Z Compiling ident_case v1.0.1
21922025-09-02T23:06:51.907Z Compiling typeid v1.0.3
21932025-09-02T23:06:52.241Z Compiling darling_core v0.20.10
21942025-09-02T23:06:52.521Z Compiling bit-set v0.8.0
21952025-09-02T23:06:54.331Z Compiling bitvec v1.0.1
21962025-09-02T23:06:54.406Z Compiling zerocopy v0.6.6
21972025-09-02T23:06:54.441Z Compiling rusty-fork v0.3.0
21982025-09-02T23:06:55.178Z Compiling futures v0.3.31
21992025-09-02T23:06:57.613Z Compiling typify v0.3.0
22002025-09-02T23:06:57.817Z Compiling derive-ex v0.1.8
22012025-09-02T23:07:00.318Z Compiling rand_xorshift v0.4.0
22022025-09-02T23:07:00.621Z Compiling packed_struct_codegen v0.10.1
22032025-09-02T23:07:01.183Z Compiling dirs-sys-next v0.1.2
22042025-09-02T23:07:01.362Z Compiling indexmap v1.9.3
22052025-09-02T23:07:02.383Z Compiling nodrop v0.1.14
22062025-09-02T23:07:02.561Z Compiling rustls v0.22.4
22072025-09-02T23:07:02.890Z Compiling unarray v0.1.4
22082025-09-02T23:07:02.918Z Compiling crc-catalog v2.4.0
22092025-09-02T23:07:03.064Z Compiling unsafe-libyaml v0.2.11
22102025-09-02T23:07:03.112Z Compiling proptest v1.7.0
22112025-09-02T23:07:03.138Z Compiling crc v3.2.1
22122025-09-02T23:07:04.408Z Compiling serde_yaml v0.9.34+deprecated
22132025-09-02T23:07:07.579Z Compiling array-init v0.0.4
22142025-09-02T23:07:11.973Z Compiling test-strategy v0.4.3
22152025-09-02T23:07:12.747Z Compiling dirs-next v2.0.0
22162025-09-02T23:07:16.212Z Compiling progenitor-impl v0.9.1
22172025-09-02T23:07:16.267Z Compiling darling_macro v0.20.10
22182025-09-02T23:07:17.209Z Compiling smallvec v0.6.14
22192025-09-02T23:07:21.676Z Compiling toml v0.8.23
22202025-09-02T23:07:22.113Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22212025-09-02T23:07:22.820Z Compiling xattr v1.3.1
22222025-09-02T23:07:22.935Z Compiling pin-project-internal v1.1.6
22232025-09-02T23:07:23.187Z Compiling thread_local v1.1.8
22242025-09-02T23:07:24.052Z Compiling filetime v0.2.25
22252025-09-02T23:07:24.443Z Compiling multer v3.1.0
22262025-09-02T23:07:24.826Z Compiling slog-async v2.8.0
22272025-09-02T23:07:25.313Z Compiling rayon-core v1.12.1
22282025-09-02T23:07:25.343Z Compiling bitfield v0.14.0
22292025-09-02T23:07:25.515Z Compiling base64 v0.21.7
22302025-09-02T23:07:25.713Z Compiling ref-cast v1.0.24
22312025-09-02T23:07:25.716Z Compiling termcolor v1.4.1
22322025-09-02T23:07:26.249Z Compiling match_cfg v0.1.0
22332025-09-02T23:07:26.388Z Compiling hashbrown v0.12.3
22342025-09-02T23:07:26.714Z Compiling same-file v1.0.6
22352025-09-02T23:07:26.939Z Compiling walkdir v2.5.0
22362025-09-02T23:07:27.016Z Compiling hostname v0.3.1
22372025-09-02T23:07:27.293Z Compiling env_logger v0.10.2
22382025-09-02T23:07:27.343Z Compiling ron v0.8.1
22392025-09-02T23:07:27.451Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22402025-09-02T23:07:28.488Z Compiling pin-project v1.1.6
22412025-09-02T23:07:28.594Z Compiling tar v0.4.44
22422025-09-02T23:07:28.664Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22432025-09-02T23:07:28.716Z Compiling progenitor-macro v0.9.1
22442025-09-02T23:07:30.228Z Compiling erased-serde v0.4.6
22452025-09-02T23:07:31.855Z Compiling serde-hex v0.1.0
22462025-09-02T23:07:32.040Z Compiling darling v0.20.10
22472025-09-02T23:07:33.094Z Compiling term v0.7.0
22482025-09-02T23:07:34.619Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22492025-09-02T23:07:34.988Z Compiling hashbrown v0.13.2
22502025-09-02T23:07:36.396Z Compiling progenitor-client v0.9.1
22512025-09-02T23:07:37.142Z Compiling toml_parser v1.0.2
22522025-09-02T23:07:37.307Z Compiling crossbeam-channel v0.5.15
22532025-09-02T23:07:37.376Z Compiling slog-json v2.6.1
22542025-09-02T23:07:37.895Z Compiling toml_datetime v0.7.0
22552025-09-02T23:07:38.768Z Compiling serde_path_to_error v0.1.17
22562025-09-02T23:07:38.794Z Compiling serde_spanned v1.0.0
22572025-09-02T23:07:39.119Z Compiling ordered-float v2.10.1
22582025-09-02T23:07:39.698Z Compiling async-stream-impl v0.3.6
22592025-09-02T23:07:39.748Z Compiling snafu-derive v0.8.5
22602025-09-02T23:07:39.793Z Compiling ref-cast-impl v1.0.24
22612025-09-02T23:07:40.369Z Compiling fs-err v2.11.0
22622025-09-02T23:07:40.759Z Compiling dropshot v0.16.3
22632025-09-02T23:07:40.849Z Compiling toml_writer v1.0.2
22642025-09-02T23:07:40.942Z Compiling crc-any v2.5.0
22652025-09-02T23:07:41.157Z Compiling debug-ignore v1.0.5
22662025-09-02T23:07:41.364Z Compiling take_mut v0.2.2
22672025-09-02T23:07:41.455Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22682025-09-02T23:07:41.867Z Compiling toml v0.9.5
22692025-09-02T23:07:43.982Z Compiling snafu v0.8.5
22702025-09-02T23:07:44.446Z Compiling async-stream v0.3.6
22712025-09-02T23:07:44.973Z Compiling serde-value v0.7.0
22722025-09-02T23:07:45.179Z Compiling progenitor v0.9.1
22732025-09-02T23:07:45.461Z Compiling tokio-rustls v0.25.0
22742025-09-02T23:07:45.976Z Compiling slog-bunyan v2.5.0
22752025-09-02T23:07:46.535Z Compiling object v0.30.4
22762025-09-02T23:07:46.598Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22772025-09-02T23:07:48.119Z Compiling slog-term v2.9.1
22782025-09-02T23:07:50.722Z Compiling serde_with_macros v3.14.0
22792025-09-02T23:07:51.138Z Compiling serde-untagged v0.1.7
22802025-09-02T23:07:53.007Z Compiling camino-tempfile v1.4.1
22812025-09-02T23:07:53.812Z Compiling globset v0.4.15
22822025-09-02T23:07:54.463Z Compiling crossbeam-deque v0.8.5
22832025-09-02T23:07:54.868Z Compiling parse-display-derive v0.10.0
22842025-09-02T23:07:54.932Z Compiling olpc-cjson v0.1.4
22852025-09-02T23:07:55.284Z Compiling waitgroup v0.1.2
22862025-09-02T23:07:55.583Z Compiling pem v3.0.5
22872025-09-02T23:07:55.605Z Compiling rustls-pemfile v2.2.0
22882025-09-02T23:07:56.129Z Compiling dropshot_endpoint v0.16.3
22892025-09-02T23:07:57.129Z Compiling serde_plain v1.0.2
22902025-09-02T23:07:57.712Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22912025-09-02T23:07:57.797Z Compiling derive-where v1.5.0
22922025-09-02T23:07:58.350Z Compiling async-recursion v1.1.1
22932025-09-02T23:07:58.488Z Compiling blake3 v1.5.4
22942025-09-02T23:07:58.645Z Compiling hostname v0.4.0
22952025-09-02T23:07:58.961Z Compiling instant v0.1.13
22962025-09-02T23:07:59.127Z Compiling typed-path v0.9.3
22972025-09-02T23:07:59.179Z Compiling path-slash v0.1.5
22982025-09-02T23:07:59.444Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
22992025-09-02T23:07:59.799Z Compiling backoff v0.4.0
23002025-09-02T23:08:00.183Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012025-09-02T23:08:00.251Z Compiling parse-display v0.10.0
23022025-09-02T23:08:00.576Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23032025-09-02T23:08:00.983Z Compiling serde_with v3.14.0
23042025-09-02T23:08:02.163Z Compiling tough v0.20.0
23052025-09-02T23:08:02.502Z Compiling cargo-util-schemas v0.8.2
23062025-09-02T23:08:03.919Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072025-09-02T23:08:04.696Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23082025-09-02T23:08:05.542Z Compiling iddqd v0.3.9
23092025-09-02T23:08:05.926Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23102025-09-02T23:08:06.529Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23112025-09-02T23:08:08.068Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23122025-09-02T23:08:08.170Z Compiling progenitor-client v0.10.0
23132025-09-02T23:08:09.129Z Compiling cargo-platform v0.2.0
23142025-09-02T23:08:09.153Z Compiling macaddr v1.0.1
23152025-09-02T23:08:09.429Z Compiling memmap2 v0.9.5
23162025-09-02T23:08:09.729Z Compiling constant_time_eq v0.3.1
23172025-09-02T23:08:09.960Z Compiling parse-size v1.1.0
23182025-09-02T23:08:10.018Z Compiling indent_write v2.2.0
23192025-09-02T23:08:10.324Z Compiling arrayref v0.3.9
23202025-09-02T23:08:10.350Z Compiling arrayvec v0.7.6
23212025-09-02T23:08:10.354Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23222025-09-02T23:08:10.477Z Compiling cargo_metadata v0.21.0
23232025-09-02T23:08:13.284Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242025-09-02T23:08:14.090Z Compiling display-error-chain v0.2.2
23252025-09-02T23:08:14.213Z Compiling topological-sort v0.2.2
23262025-09-02T23:08:14.346Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23272025-09-02T23:08:14.536Z Compiling omicron-zone-package v0.12.2
23282025-09-02T23:08:18.563Z Compiling shell-words v1.1.0
23292025-09-02T23:08:29.353Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23302025-09-02T23:08:37.542Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23312025-09-02T23:08:55.868Z Finished `release` profile [optimized] target(s) in 6m 03s
23322025-09-02T23:08:56.054Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23332025-09-02T23:08:56.117ZSep 02 23:08:54.300 DEBG changing working directory to /work/oxidecomputer/omicron
23342025-09-02T23:08:56.250ZSep 02 23:08:54.434 DEBG running: git rev-parse HEAD
23352025-09-02T23:08:56.254ZSep 02 23:08:54.437 DEBG process exited with exit status: 0 (3.369538ms)
23362025-09-02T23:08:56.254ZSep 02 23:08:54.437 INFO version: 16.0.0-0.ci+git1317dd70c0b
23372025-09-02T23:08:56.295ZSep 02 23:08:54.479 INFO cloning helios to /work/oxidecomputer/helios
23382025-09-02T23:08:56.295ZSep 02 23:08:54.479 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23392025-09-02T23:08:56.299ZCloning into '/work/oxidecomputer/helios'...
23402025-09-02T23:08:56.811ZSep 02 23:08:54.995 DEBG process exited with exit status: 0 (516.738511ms)
23412025-09-02T23:08:56.811ZSep 02 23:08:54.995 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23422025-09-02T23:08:56.816ZSep 02 23:08:54.999 DEBG process exited with exit status: 0 (3.110233ms)
23432025-09-02T23:08:56.816ZSep 02 23:08:54.999 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23442025-09-02T23:08:57.986ZSep 02 23:08:56.170 DEBG process exited with exit status: 0 (1.171854387s)
23452025-09-02T23:08:57.986ZSep 02 23:08:56.171 DEBG running: zfs list rpool/images/build/host
23462025-09-02T23:08:57.993ZNAME USED AVAIL REFER MOUNTPOINT
23472025-09-02T23:08:57.993Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
23482025-09-02T23:08:57.996ZSep 02 23:08:56.176 DEBG process exited with exit status: 0 (5.4809ms)
23492025-09-02T23:08:57.996ZSep 02 23:08:56.176 DEBG running: zfs list rpool/images/build/recovery
23502025-09-02T23:08:57.996ZNAME USED AVAIL REFER MOUNTPOINT
23512025-09-02T23:08:57.996Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
23522025-09-02T23:08:57.999ZSep 02 23:08:56.181 DEBG process exited with exit status: 0 (4.578869ms)
23532025-09-02T23:08:58.000ZSep 02 23:08:56.182 INFO [hubris-staging] running task
23542025-09-02T23:08:58.000ZSep 02 23:08:56.182 INFO [incorp-manifest] running task
23552025-09-02T23:08:58.000ZSep 02 23:08:56.182 INFO [hubris-production] running task
23562025-09-02T23:08:58.000ZSep 02 23:08:56.183 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23572025-09-02T23:08:58.000ZSep 02 23:08:56.183 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23582025-09-02T23:08:58.000ZSep 02 23:08:56.183 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
23592025-09-02T23:08:58.003ZSep 02 23:08:56.184 INFO [incorp-create] running: pkgrepo create /work/incorporation
23602025-09-02T23:08:58.084Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23612025-09-02T23:08:58.357ZSep 02 23:08:56.541 INFO [incorp-create] process exited with exit status: 0 (357.279065ms)
23622025-09-02T23:08:58.361ZSep 02 23:08:56.541 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23632025-09-02T23:08:58.700Z[ omicron-package] Blocking waiting for file lock on package cache
23642025-09-02T23:08:58.781ZSep 02 23:08:56.965 INFO [incorp-publisher] process exited with exit status: 0 (423.88829ms)
23652025-09-02T23:08:59.155Z[ omicron-package] Blocking waiting for file lock on package cache
23662025-09-02T23:09:00.325ZSep 02 23:08:58.509 INFO [hubris-production] task succeeded (2.326795643s)
23672025-09-02T23:09:00.350Z[ omicron-package] Compiling ring v0.17.14
23682025-09-02T23:09:00.651Z[ omicron-package] Compiling darling_core v0.21.0
23692025-09-02T23:09:00.687Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23702025-09-02T23:09:00.690Z[ omicron-package] Compiling itertools v0.14.0
23712025-09-02T23:09:00.690Z[ omicron-package] Compiling heapless v0.8.0
23722025-09-02T23:09:01.002Z[ omicron-package] Compiling hash32 v0.3.1
23732025-09-02T23:09:01.002Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23742025-09-02T23:09:01.964Z[ omicron-package] Compiling smoltcp v0.11.0
23752025-09-02T23:09:02.450Z[ omicron-package] Compiling num_enum_derive v0.5.11
23762025-09-02T23:09:02.750Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23772025-09-02T23:09:03.490Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23782025-09-02T23:09:04.105Z[ omicron-package] Compiling cobs v0.2.3
23792025-09-02T23:09:04.877Z[ omicron-package] Compiling postcard v1.0.10
23802025-09-02T23:09:05.955Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23812025-09-02T23:09:06.110Z[ omicron-package] Compiling num_enum v0.5.11
23822025-09-02T23:09:06.962Z[ omicron-package] Compiling proc-macro-error v1.0.4
23832025-09-02T23:09:07.056Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23842025-09-02T23:09:07.206Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23852025-09-02T23:09:07.989Z[ omicron-package] Compiling rustls v0.23.19
23862025-09-02T23:09:08.109Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23872025-09-02T23:09:08.156Z[ omicron-package] Compiling unicode-width v0.1.14
23882025-09-02T23:09:09.951Z[ omicron-package] Compiling tabwriter v1.4.0
23892025-09-02T23:09:10.055Z[ omicron-package] Compiling foreign-types v0.5.0
23902025-09-02T23:09:10.554Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23912025-09-02T23:09:10.662Z[ omicron-package] Compiling cstr-argument v0.1.2
23922025-09-02T23:09:10.930Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23932025-09-02T23:09:11.425Z[ omicron-package] Compiling darling_macro v0.21.0
23942025-09-02T23:09:11.592Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23952025-09-02T23:09:11.868Z[ omicron-package] Compiling pretty-hex v0.2.1
23962025-09-02T23:09:12.375Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23972025-09-02T23:09:12.614Z[ omicron-package] Compiling rustls-webpki v0.102.8
23982025-09-02T23:09:12.805Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23992025-09-02T23:09:13.048Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24002025-09-02T23:09:13.227Z[ omicron-package] Compiling darling v0.21.0
24012025-09-02T23:09:13.403Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24022025-09-02T23:09:13.719Z[ omicron-package] Compiling rayon v1.10.0
24032025-09-02T23:09:13.847Z[ omicron-package] Compiling ingot-macros v0.1.1
24042025-09-02T23:09:14.616Z[ omicron-package] Compiling colored v2.2.0
24052025-09-02T23:09:14.713Z[ omicron-package] Compiling heck v0.4.1
24062025-09-02T23:09:15.444Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24072025-09-02T23:09:17.092Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24082025-09-02T23:09:17.180Z[ omicron-package] Compiling sigpipe v0.1.3
24092025-09-02T23:09:17.604Z[ omicron-package] Compiling num-derive v0.4.2
24102025-09-02T23:09:17.790Z[ omicron-package] Compiling glob v0.3.2
24112025-09-02T23:09:19.144Z[ omicron-package] Compiling jiff v0.2.15
24122025-09-02T23:09:20.513Z[ omicron-package] Compiling libefi-sys v0.1.0
24132025-09-02T23:09:20.984Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24142025-09-02T23:09:21.125Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24152025-09-02T23:09:21.835Z[ omicron-package] Compiling rustls v0.22.4
24162025-09-02T23:09:21.897Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24172025-09-02T23:09:22.037Z[ omicron-package] Compiling zone v0.3.1
24182025-09-02T23:09:23.229Z[ omicron-package] Compiling smf v0.2.3
24192025-09-02T23:09:23.744Z[ omicron-package] Compiling ingot-types v0.1.2
24202025-09-02T23:09:25.511Z[ omicron-package] Compiling tokio-rustls v0.26.0
24212025-09-02T23:09:26.825Z[ omicron-package] Compiling hyper-rustls v0.27.7
24222025-09-02T23:09:26.891Z[ omicron-package] Compiling ingot v0.1.1
24232025-09-02T23:09:28.760Z[ omicron-package] Compiling reqwest v0.12.22
24242025-09-02T23:09:31.919Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24252025-09-02T23:09:32.052Z[ omicron-package] Compiling bitfield-struct v0.6.2
24262025-09-02T23:09:33.987Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24272025-09-02T23:09:34.173Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24282025-09-02T23:09:34.873Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24292025-09-02T23:09:35.389Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24302025-09-02T23:09:35.542Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24312025-09-02T23:09:35.622ZSep 02 23:09:33.800 INFO [hubris-staging] task succeeded (37.617670127s)
24322025-09-02T23:09:36.200Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24332025-09-02T23:09:36.753Z[ omicron-package] Compiling console v0.16.0
24342025-09-02T23:09:38.541Z[ omicron-package] Compiling tokio-rustls v0.25.0
24352025-09-02T23:09:39.182Z[ omicron-package] Compiling dropshot v0.16.3
24362025-09-02T23:09:39.907Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24372025-09-02T23:09:40.377Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24382025-09-02T23:09:40.449Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24392025-09-02T23:09:40.449Z[ helios-setup] --> src/main.rs:79:10
24402025-09-02T23:09:40.454Z[ helios-setup] |
24412025-09-02T23:09:40.454Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24422025-09-02T23:09:40.454Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24432025-09-02T23:09:40.454Z[ helios-setup] | |
24442025-09-02T23:09:40.454Z[ helios-setup] | the lifetime is elided here
24452025-09-02T23:09:40.454Z[ helios-setup] |
24462025-09-02T23:09:40.454Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24472025-09-02T23:09:40.454Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24482025-09-02T23:09:40.454Z[ helios-setup] help: use `'_` for type paths
24492025-09-02T23:09:40.454Z[ helios-setup] |
24502025-09-02T23:09:40.454Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24512025-09-02T23:09:40.455Z[ helios-setup] | ++++
24522025-09-02T23:09:40.455Z[ helios-setup]
24532025-09-02T23:09:41.709Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24542025-09-02T23:09:42.721Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24552025-09-02T23:09:42.826Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24562025-09-02T23:09:44.172Z[ omicron-package] Compiling gethostname v0.5.0
24572025-09-02T23:09:44.971Z[ omicron-package] Compiling unit-prefix v0.5.1
24582025-09-02T23:09:45.302Z[ omicron-package] Compiling fixedbitset v0.5.7
24592025-09-02T23:09:45.363Z[ omicron-package] Compiling indicatif v0.18.0
24602025-09-02T23:09:46.857Z[ omicron-package] Compiling progenitor-client v0.9.1
24612025-09-02T23:09:47.446Z[ helios-setup] Sep 02 23:09:45.621 INFO helios repository root is: /work/oxidecomputer/helios
24622025-09-02T23:09:47.449Z[ helios-setup] Sep 02 23:09:45.623 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
24632025-09-02T23:09:47.449Z[ helios-setup] Sep 02 23:09:45.623 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24642025-09-02T23:09:47.473Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24652025-09-02T23:09:48.329Z[ omicron-package] Compiling progenitor v0.9.1
24662025-09-02T23:09:48.693Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
24672025-09-02T23:09:48.875Z[ helios-setup] Sep 02 23:09:47.049 INFO clone ok!, project: chelsio-t6-roms
24682025-09-02T23:09:48.879Z[ helios-setup] Sep 02 23:09:47.050 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
24692025-09-02T23:09:48.879Z[ helios-setup] Sep 02 23:09:47.050 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24702025-09-02T23:09:48.882Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24712025-09-02T23:09:48.920ZSep 02 23:09:47.095 DEBG process exited with exit status: 0 (50.912071065s)
24722025-09-02T23:09:48.923ZSep 02 23:09:47.097 INFO [incorp-manifest] task succeeded (50.914897897s)
24732025-09-02T23:09:48.923ZSep 02 23:09:47.097 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24742025-09-02T23:09:49.435ZSep 02 23:09:47.610 INFO [incorp-fmt] process exited with exit status: 0 (512.70028ms)
24752025-09-02T23:09:49.439ZSep 02 23:09:47.610 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24762025-09-02T23:09:49.675Z[ helios-setup] Sep 02 23:09:47.850 INFO clone ok!, project: image-builder
24772025-09-02T23:09:49.678Z[ helios-setup] Sep 02 23:09:47.851 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24782025-09-02T23:09:49.678Z[ helios-setup] Sep 02 23:09:47.851 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
24792025-09-02T23:09:49.678Z[ helios-setup] Sep 02 23:09:47.851 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24802025-09-02T23:09:49.682Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24812025-09-02T23:09:50.038Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250902T230948Z
24822025-09-02T23:09:50.038Z[ incorp-pkgsend] PUBLISHED
24832025-09-02T23:09:50.123ZSep 02 23:09:48.297 INFO [incorp-pkgsend] process exited with exit status: 0 (687.415524ms)
24842025-09-02T23:09:50.126ZSep 02 23:09:48.298 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24852025-09-02T23:09:50.526Z[ helios-setup] Sep 02 23:09:48.701 INFO clone ok!, project: phbl
24862025-09-02T23:09:50.529Z[ helios-setup] Sep 02 23:09:48.701 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
24872025-09-02T23:09:50.529Z[ helios-setup] Sep 02 23:09:48.701 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
24882025-09-02T23:09:50.529Z[ helios-setup] Sep 02 23:09:48.701 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
24892025-09-02T23:09:50.532Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
24902025-09-02T23:09:50.585Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
24912025-09-02T23:09:50.595Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
24922025-09-02T23:09:50.657Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24932025-09-02T23:09:50.706Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24942025-09-02T23:09:50.706Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24952025-09-02T23:09:50.706Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24962025-09-02T23:09:50.715Z[ helios-incorp]
24972025-09-02T23:09:50.715Z[ helios-incorp] Archiving packages ...
24982025-09-02T23:09:50.718Z[ helios-incorp] Packages to add: 1
24992025-09-02T23:09:50.719Z[ helios-incorp] Files to retrieve: 0
25002025-09-02T23:09:50.719Z[ helios-incorp] Estimated transfer size: 0.00 B
25012025-09-02T23:09:50.719Z[ helios-incorp]
25022025-09-02T23:09:50.719Z[ helios-incorp] Packages to archive:
25032025-09-02T23:09:50.719Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250902T230948Z
25042025-09-02T23:09:50.719Z[ helios-incorp]
25052025-09-02T23:09:50.719Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25062025-09-02T23:09:50.719Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
25072025-09-02T23:09:50.804ZSep 02 23:09:48.979 INFO [helios-incorp] process exited with exit status: 0 (680.861319ms)
25082025-09-02T23:09:51.110Z[ omicron-package] Compiling progenitor-client v0.10.0
25092025-09-02T23:09:52.157Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25102025-09-02T23:09:52.160Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25112025-09-02T23:09:56.483Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122025-09-02T23:09:57.394Z[ omicron-package] Compiling petgraph v0.8.2
25132025-09-02T23:10:01.534Z[ helios-setup] Sep 02 23:09:59.706 INFO clone ok!, project: amd-firmware
25142025-09-02T23:10:01.534Z[ helios-setup] Sep 02 23:09:59.706 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
25152025-09-02T23:10:01.537Z[ helios-setup] Sep 02 23:09:59.706 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25162025-09-02T23:10:01.541Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25172025-09-02T23:10:02.428Z[ helios-setup] Sep 02 23:10:00.601 INFO clone ok!, project: bootserver
25182025-09-02T23:10:02.432Z[ helios-setup] Sep 02 23:10:00.601 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25192025-09-02T23:10:02.432Z[ helios-setup] Sep 02 23:10:00.601 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
25202025-09-02T23:10:02.435Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25212025-09-02T23:10:03.724Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25222025-09-02T23:10:03.872Z[ helios-setup] Sep 02 23:10:02.044 INFO clone ok!, project: amd-host-image-builder
25232025-09-02T23:10:03.877Z[ helios-setup] Sep 02 23:10:02.044 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
25242025-09-02T23:10:03.877Z[ helios-setup] Sep 02 23:10:02.045 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25252025-09-02T23:10:03.880Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25262025-09-02T23:10:04.409Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25272025-09-02T23:10:04.673Z[ helios-setup] Sep 02 23:10:02.845 INFO clone ok!, project: pinprick
25282025-09-02T23:10:04.676Z[ helios-setup] Sep 02 23:10:02.845 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
25292025-09-02T23:10:04.676Z[ helios-setup] Sep 02 23:10:02.845 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25302025-09-02T23:10:04.679Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25312025-09-02T23:10:05.829Z[ helios-setup] Sep 02 23:10:03.999 INFO clone ok!, project: pilot
25322025-09-02T23:10:05.832Z[ helios-setup] Sep 02 23:10:03.999 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25332025-09-02T23:10:05.832Z[ helios-setup] Sep 02 23:10:04.000 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25342025-09-02T23:10:06.489Z[ helios-setup] Sep 02 23:10:04.660 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25352025-09-02T23:10:07.086Z[ helios-setup] Sep 02 23:10:05.258 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25362025-09-02T23:10:07.086Z[ helios-setup] Sep 02 23:10:05.258 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25372025-09-02T23:10:07.737Z[ helios-setup] Sep 02 23:10:05.909 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25382025-09-02T23:10:08.355Z[ helios-setup] Sep 02 23:10:06.527 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25392025-09-02T23:10:08.355Z[ helios-setup] Sep 02 23:10:06.527 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25402025-09-02T23:10:09.095Z[ helios-setup] Sep 02 23:10:07.267 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25412025-09-02T23:10:09.728Z[ helios-setup] Sep 02 23:10:07.899 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25422025-09-02T23:10:09.728Z[ helios-setup] Sep 02 23:10:07.900 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25432025-09-02T23:10:09.731Z[ helios-setup] Sep 02 23:10:07.900 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25442025-09-02T23:10:09.731Z[ helios-setup] Sep 02 23:10:07.900 INFO ok!
25452025-09-02T23:10:09.732Z[ helios-setup] Sep 02 23:10:07.900 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25462025-09-02T23:10:09.732Z[ helios-setup] Sep 02 23:10:07.900 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25472025-09-02T23:10:09.732Z[ helios-setup] Sep 02 23:10:07.900 INFO ok!
25482025-09-02T23:10:09.732Z[ helios-setup] Sep 02 23:10:07.900 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25492025-09-02T23:10:09.732Z[ helios-setup] Sep 02 23:10:07.900 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25502025-09-02T23:10:09.732Z[ helios-setup] Sep 02 23:10:07.900 INFO ok!
25512025-09-02T23:10:09.732Z[ helios-setup] Sep 02 23:10:07.900 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
25522025-09-02T23:10:09.872Z[ helios-setup] Sep 02 23:10:08.042 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
25532025-09-02T23:10:09.872Z[ helios-setup] Sep 02 23:10:08.042 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
25542025-09-02T23:10:09.874Z[ helios-setup] Sep 02 23:10:08.042 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
25552025-09-02T23:10:10.141Z[ helios-setup] Sep 02 23:10:08.312 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
25562025-09-02T23:10:10.568Z[ helios-setup] Sep 02 23:10:08.739 INFO E| From https://github.com/jclulow/rust-jmclib
25572025-09-02T23:10:10.568Z[ helios-setup] Sep 02 23:10:08.739 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
25582025-09-02T23:10:10.588Z[ helios-setup] Sep 02 23:10:08.758 INFO E| Updating crates.io index
25592025-09-02T23:10:10.842Z[ helios-setup] Sep 02 23:10:09.012 INFO E| Downloading crates ...
25602025-09-02T23:10:10.956Z[ helios-setup] Sep 02 23:10:09.127 INFO E| Downloaded opaque-debug v0.3.0
25612025-09-02T23:10:10.962Z[ helios-setup] Sep 02 23:10:09.133 INFO E| Downloaded itoa v1.0.9
25622025-09-02T23:10:10.967Z[ helios-setup] Sep 02 23:10:09.138 INFO E| Downloaded unicode-ident v1.0.11
25632025-09-02T23:10:10.971Z[ helios-setup] Sep 02 23:10:09.142 INFO E| Downloaded quote v1.0.31
25642025-09-02T23:10:10.976Z[ helios-setup] Sep 02 23:10:09.147 INFO E| Downloaded block-buffer v0.9.0
25652025-09-02T23:10:10.979Z[ helios-setup] Sep 02 23:10:09.150 INFO E| Downloaded serde_derive v1.0.193
25662025-09-02T23:10:10.986Z[ helios-setup] Sep 02 23:10:09.157 INFO E| Downloaded fastrand v2.0.0
25672025-09-02T23:10:10.988Z[ helios-setup] Sep 02 23:10:09.159 INFO E| Downloaded libdevinfo-sys v1.0.0
25682025-09-02T23:10:10.991Z[ helios-setup] Sep 02 23:10:09.160 INFO E| Downloaded errno v0.3.1
25692025-09-02T23:10:10.994Z[ helios-setup] Sep 02 23:10:09.163 INFO E| Downloaded digest v0.9.0
25702025-09-02T23:10:10.994Z[ helios-setup] Sep 02 23:10:09.165 INFO E| Downloaded walkdir v2.3.3
25712025-09-02T23:10:10.997Z[ helios-setup] Sep 02 23:10:09.168 INFO E| Downloaded unicode-width v0.1.10
25722025-09-02T23:10:11.000Z[ helios-setup] Sep 02 23:10:09.170 INFO E| Downloaded glob v0.3.1
25732025-09-02T23:10:11.003Z[ helios-setup] Sep 02 23:10:09.172 INFO E| Downloaded md-5 v0.9.1
25742025-09-02T23:10:11.003Z[ helios-setup] Sep 02 23:10:09.174 INFO E| Downloaded sha-1 v0.9.8
25752025-09-02T23:10:11.006Z[ helios-setup] Sep 02 23:10:09.177 INFO E| Downloaded once_cell v1.18.0
25762025-09-02T23:10:11.009Z[ helios-setup] Sep 02 23:10:09.180 INFO E| Downloaded uuid v0.8.2
25772025-09-02T23:10:11.014Z[ helios-setup] Sep 02 23:10:09.185 INFO E| Downloaded getrandom v0.2.10
25782025-09-02T23:10:11.019Z[ helios-setup] Sep 02 23:10:09.189 INFO E| Downloaded ryu v1.0.15
25792025-09-02T23:10:11.023Z[ helios-setup] Sep 02 23:10:09.194 INFO E| Downloaded toml v0.5.11
25802025-09-02T23:10:11.026Z[ helios-setup] Sep 02 23:10:09.198 INFO E| Downloaded serde v1.0.193
25812025-09-02T23:10:11.031Z[ helios-setup] Sep 02 23:10:09.202 INFO E| Downloaded proc-macro2 v1.0.66
25822025-09-02T23:10:11.045Z[ helios-setup] Sep 02 23:10:09.215 INFO E| Downloaded anyhow v1.0.72
25832025-09-02T23:10:11.049Z[ helios-setup] Sep 02 23:10:09.221 INFO E| Downloaded bitflags v2.3.3
25842025-09-02T23:10:11.055Z[ helios-setup] Sep 02 23:10:09.225 INFO E| Downloaded serde_json v1.0.103
25852025-09-02T23:10:11.064Z[ helios-setup] Sep 02 23:10:09.235 INFO E| Downloaded typenum v1.16.0
25862025-09-02T23:10:11.067Z[ helios-setup] Sep 02 23:10:09.238 INFO E| Downloaded tempfile v3.7.0
25872025-09-02T23:10:11.071Z[ helios-setup] Sep 02 23:10:09.242 INFO E| Downloaded cpufeatures v0.2.9
25882025-09-02T23:10:11.104Z[ helios-setup] Sep 02 23:10:09.275 INFO E| Downloaded syn v2.0.32
25892025-09-02T23:10:11.162Z[ helios-setup] Sep 02 23:10:09.333 INFO E| Downloaded rustix v0.38.4
25902025-09-02T23:10:11.228Z[ helios-setup] Sep 02 23:10:09.399 INFO E| Downloaded libc v0.2.147
25912025-09-02T23:10:11.379Z[ helios-setup] Sep 02 23:10:09.550 INFO E| Compiling libc v0.2.147
25922025-09-02T23:10:11.383Z[ helios-setup] Sep 02 23:10:09.550 INFO E| Compiling proc-macro2 v1.0.66
25932025-09-02T23:10:11.383Z[ helios-setup] Sep 02 23:10:09.550 INFO E| Compiling unicode-ident v1.0.11
25942025-09-02T23:10:11.383Z[ helios-setup] Sep 02 23:10:09.550 INFO E| Compiling cfg-if v1.0.0
25952025-09-02T23:10:11.383Z[ helios-setup] Sep 02 23:10:09.551 INFO E| Compiling version_check v0.9.4
25962025-09-02T23:10:11.383Z[ helios-setup] Sep 02 23:10:09.551 INFO E| Compiling typenum v1.16.0
25972025-09-02T23:10:11.383Z[ helios-setup] Sep 02 23:10:09.551 INFO E| Compiling serde v1.0.193
25982025-09-02T23:10:11.383Z[ helios-setup] Sep 02 23:10:09.551 INFO E| Compiling num-conv v0.1.0
25992025-09-02T23:10:11.958Z[ helios-setup] Sep 02 23:10:10.129 INFO E| Compiling powerfmt v0.2.0
26002025-09-02T23:10:11.973Z[ helios-setup] Sep 02 23:10:10.144 INFO E| Compiling itoa v1.0.9
26012025-09-02T23:10:12.431Z[ helios-setup] Sep 02 23:10:10.602 INFO E| Compiling time-core v0.1.2
26022025-09-02T23:10:12.781Z[ helios-setup] Sep 02 23:10:10.952 INFO E| Compiling rustix v0.38.4
26032025-09-02T23:10:12.912Z[ helios-setup] Sep 02 23:10:11.082 INFO E| Compiling slog v2.7.0
26042025-09-02T23:10:12.993Z[ helios-setup] Sep 02 23:10:11.161 INFO E| Compiling time-macros v0.2.18
26052025-09-02T23:10:13.138Z[ helios-setup] Sep 02 23:10:11.309 INFO E| Compiling generic-array v0.14.7
26062025-09-02T23:10:13.429Z[ helios-setup] Sep 02 23:10:11.598 INFO E| Compiling deranged v0.3.11
26072025-09-02T23:10:14.066Z[ helios-setup] Sep 02 23:10:12.236 INFO E| Compiling once_cell v1.18.0
26082025-09-02T23:10:14.087Z[ helios-setup] Sep 02 23:10:12.257 INFO E| Compiling bitflags v2.3.3
26092025-09-02T23:10:14.610Z[ helios-setup] Sep 02 23:10:12.781 INFO E| Compiling num_threads v0.1.6
26102025-09-02T23:10:14.811Z[ helios-setup] Sep 02 23:10:12.980 INFO E| Compiling dirs-sys-next v0.1.2
26112025-09-02T23:10:14.837Z[ helios-setup] Sep 02 23:10:13.008 INFO E| Compiling errno v0.3.1
26122025-09-02T23:10:14.900Z[ helios-setup] Sep 02 23:10:13.069 INFO E| Compiling quote v1.0.31
26132025-09-02T23:10:15.225Z[ helios-setup] Sep 02 23:10:13.395 INFO E| Compiling dirs-next v2.0.0
26142025-09-02T23:10:15.592Z[ helios-setup] Sep 02 23:10:13.761 INFO E| Compiling syn v2.0.32
26152025-09-02T23:10:15.782Z[ helios-setup] Sep 02 23:10:13.952 INFO E| Compiling term v0.7.0
26162025-09-02T23:10:15.835Z[ helios-setup] Sep 02 23:10:14.006 INFO E| Compiling atty v0.2.14
26172025-09-02T23:10:15.986Z[ helios-setup] Sep 02 23:10:14.156 INFO E| Compiling thread_local v1.1.7
26182025-09-02T23:10:16.264Z[ helios-setup] Sep 02 23:10:14.434 INFO E| Compiling serde_json v1.0.103
26192025-09-02T23:10:16.986Z[ helios-setup] Sep 02 23:10:15.156 INFO E| Compiling fastrand v2.0.0
26202025-09-02T23:10:17.277Z[ helios-setup] Sep 02 23:10:15.447 INFO E| Compiling opaque-debug v0.3.0
26212025-09-02T23:10:17.400Z[ helios-setup] Sep 02 23:10:15.570 INFO E| Compiling block-buffer v0.9.0
26222025-09-02T23:10:17.466Z[ helios-setup] Sep 02 23:10:15.636 INFO E| Compiling digest v0.9.0
26232025-09-02T23:10:17.691Z[ helios-setup] Sep 02 23:10:15.859 INFO E| Compiling anyhow v1.0.72
26242025-09-02T23:10:17.948Z[ helios-setup] Sep 02 23:10:16.117 INFO E| Compiling getrandom v0.2.10
26252025-09-02T23:10:17.953Z[ helios-setup] Sep 02 23:10:16.123 INFO E| Compiling same-file v1.0.6
26262025-09-02T23:10:18.010Z[ helios-setup] Sep 02 23:10:16.180 INFO E| Compiling ryu v1.0.15
26272025-09-02T23:10:18.013Z[ helios-setup] Sep 02 23:10:16.180 INFO E| Compiling time v0.3.36
26282025-09-02T23:10:18.521Z[ helios-setup] Sep 02 23:10:16.680 INFO E| Compiling tempfile v3.7.0
26292025-09-02T23:10:18.538Z[ helios-setup] Sep 02 23:10:16.708 INFO E| Compiling cpufeatures v0.2.9
26302025-09-02T23:10:18.561Z[ helios-setup] Sep 02 23:10:16.731 INFO E| Compiling unicode-width v0.1.10
26312025-09-02T23:10:18.586Z[ helios-setup] Sep 02 23:10:16.756 INFO E| Compiling walkdir v2.3.3
26322025-09-02T23:10:18.642Z[ helios-setup] Sep 02 23:10:16.812 INFO E| Compiling sha-1 v0.9.8
26332025-09-02T23:10:18.749Z[ helios-setup] Sep 02 23:10:16.917 INFO E| Compiling getopts v0.2.21
26342025-09-02T23:10:19.124Z[ helios-setup] Sep 02 23:10:17.293 INFO E| Compiling md-5 v0.9.1
26352025-09-02T23:10:19.684Z[ helios-setup] Sep 02 23:10:17.852 INFO E| Compiling libdevinfo-sys v1.0.0
26362025-09-02T23:10:19.844Z[ helios-setup] Sep 02 23:10:18.013 INFO E| Compiling glob v0.3.1
26372025-09-02T23:10:21.438Z[ helios-setup] Sep 02 23:10:19.607 INFO E| Compiling slog-term v2.9.0
26382025-09-02T23:10:22.265Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26392025-09-02T23:10:22.391Z[ helios-setup] Sep 02 23:10:20.560 INFO E| Compiling serde_derive v1.0.193
26402025-09-02T23:10:24.063Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412025-09-02T23:10:26.321Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26422025-09-02T23:10:33.167Z[ helios-setup] Sep 02 23:10:31.226 INFO E| Compiling toml v0.5.11
26432025-09-02T23:10:33.168Z[ helios-setup] Sep 02 23:10:31.226 INFO E| Compiling uuid v0.8.2
26442025-09-02T23:10:34.147Z[ helios-setup] Sep 02 23:10:32.310 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26452025-09-02T23:10:34.856Z[ helios-setup] Sep 02 23:10:33.004 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26462025-09-02T23:10:43.097Z[ helios-setup] Sep 02 23:10:41.262 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.10s
26472025-09-02T23:10:43.118Z[ helios-setup] Sep 02 23:10:41.284 INFO building project "image-builder" ok (33 seconds)
26482025-09-02T23:10:43.119Z[ helios-setup] Sep 02 23:10:41.284 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26492025-09-02T23:10:43.176Z[ helios-setup] Sep 02 23:10:41.342 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
26502025-09-02T23:10:43.176Z[ helios-setup] Sep 02 23:10:41.342 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26512025-09-02T23:10:43.180Z[ helios-setup] Sep 02 23:10:41.342 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26522025-09-02T23:10:43.327Z[ helios-setup] Sep 02 23:10:41.492 INFO E| Downloading crates ...
26532025-09-02T23:10:43.383Z[ helios-setup] Sep 02 23:10:41.548 INFO E| Downloaded block-buffer v0.10.3
26542025-09-02T23:10:43.386Z[ helios-setup] Sep 02 23:10:41.551 INFO E| Downloaded anyhow v1.0.62
26552025-09-02T23:10:43.389Z[ helios-setup] Sep 02 23:10:41.555 INFO E| Downloaded sha2 v0.10.5
26562025-09-02T23:10:43.392Z[ helios-setup] Sep 02 23:10:41.558 INFO E| Downloaded bytes v1.2.1
26572025-09-02T23:10:43.395Z[ helios-setup] Sep 02 23:10:41.561 INFO E| Downloaded digest v0.10.3
26582025-09-02T23:10:43.399Z[ helios-setup] Sep 02 23:10:41.565 INFO E| Downloaded cpufeatures v0.2.5
26592025-09-02T23:10:43.402Z[ helios-setup] Sep 02 23:10:41.566 INFO E| Downloaded generic-array v0.14.6
26602025-09-02T23:10:43.402Z[ helios-setup] Sep 02 23:10:41.568 INFO E| Downloaded typenum v1.15.0
26612025-09-02T23:10:43.405Z[ helios-setup] Sep 02 23:10:41.570 INFO E| Downloaded miniz_oxide v0.6.2
26622025-09-02T23:10:43.408Z[ helios-setup] Sep 02 23:10:41.572 INFO E| Downloaded flate2 v1.0.25
26632025-09-02T23:10:43.451Z[ helios-setup] Sep 02 23:10:41.615 INFO E| Compiling version_check v0.9.4
26642025-09-02T23:10:43.451Z[ helios-setup] Sep 02 23:10:41.615 INFO E| Compiling typenum v1.15.0
26652025-09-02T23:10:43.451Z[ helios-setup] Sep 02 23:10:41.615 INFO E| Compiling crc32fast v1.3.2
26662025-09-02T23:10:43.455Z[ helios-setup] Sep 02 23:10:41.615 INFO E| Compiling cfg-if v1.0.0
26672025-09-02T23:10:43.455Z[ helios-setup] Sep 02 23:10:41.616 INFO E| Compiling anyhow v1.0.62
26682025-09-02T23:10:43.455Z[ helios-setup] Sep 02 23:10:41.616 INFO E| Compiling adler v1.0.2
26692025-09-02T23:10:43.455Z[ helios-setup] Sep 02 23:10:41.616 INFO E| Compiling unicode-width v0.1.10
26702025-09-02T23:10:43.455Z[ helios-setup] Sep 02 23:10:41.616 INFO E| Compiling cpufeatures v0.2.5
26712025-09-02T23:10:43.464Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 45s
26722025-09-02T23:10:43.591Z[ helios-setup] Sep 02 23:10:41.757 INFO E| Compiling miniz_oxide v0.6.2
26732025-09-02T23:10:43.646Z[ helios-setup] Sep 02 23:10:41.811 INFO E| Compiling getopts v0.2.21
26742025-09-02T23:10:43.690Z[ helios-setup] Sep 02 23:10:41.856 INFO E| Compiling bytes v1.2.1
26752025-09-02T23:10:43.771Z[ helios-setup] Sep 02 23:10:41.937 INFO E| Compiling bitflags v1.3.2
26762025-09-02T23:10:43.841Z[ omicron-package]
26772025-09-02T23:10:43.841Z[ omicron-package] real 1:45.744908185
26782025-09-02T23:10:43.841Z[ omicron-package] user 8:44.846415583
26792025-09-02T23:10:43.844Z[ omicron-package] sys 33.778713625
26802025-09-02T23:10:43.844Z[ omicron-package] trap 0.946450017
26812025-09-02T23:10:43.845Z[ omicron-package] tflt 0.653201010
26822025-09-02T23:10:43.845Z[ omicron-package] dflt 0.903671435
26832025-09-02T23:10:43.845Z[ omicron-package] kflt 0.000526316
26842025-09-02T23:10:43.845Z[ omicron-package] lock 30:11.458451604
26852025-09-02T23:10:43.845Z[ omicron-package] slp 34:54.898527159
26862025-09-02T23:10:43.845Z[ omicron-package] lat 3:55.132942532
26872025-09-02T23:10:43.845Z[ omicron-package] stop 1:31.706106085
26882025-09-02T23:10:43.845ZSep 02 23:10:42.006 INFO [omicron-package] process exited with exit status: 0 (105.823112009s)
26892025-09-02T23:10:43.845ZSep 02 23:10:42.007 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26902025-09-02T23:10:43.845ZSep 02 23:10:42.010 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26912025-09-02T23:10:43.860Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26922025-09-02T23:10:43.863Z[ host-target] Created new build target 'host' and set it as active
26932025-09-02T23:10:43.863Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26942025-09-02T23:10:43.868Z[ recovery-target] Created new build target 'recovery' and set it as active
26952025-09-02T23:10:43.868ZSep 02 23:10:42.030 INFO [host-target] process exited with exit status: 0 (23.429041ms)
26962025-09-02T23:10:43.868ZSep 02 23:10:42.030 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26972025-09-02T23:10:43.871ZSep 02 23:10:42.034 INFO [recovery-target] process exited with exit status: 0 (24.281097ms)
26982025-09-02T23:10:43.881Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26992025-09-02T23:10:43.983Z[ helios-setup] Sep 02 23:10:42.148 INFO E| Compiling generic-array v0.14.6
27002025-09-02T23:10:44.481Z[ helios-setup] Sep 02 23:10:42.646 INFO E| Compiling flate2 v1.0.25
27012025-09-02T23:10:46.441Z[ helios-setup] Sep 02 23:10:44.606 INFO E| Compiling block-buffer v0.10.3
27022025-09-02T23:10:46.444Z[ helios-setup] Sep 02 23:10:44.606 INFO E| Compiling crypto-common v0.1.6
27032025-09-02T23:10:46.507Z[ host-package] Compiling ring v0.17.14
27042025-09-02T23:10:46.574Z[ helios-setup] Sep 02 23:10:44.739 INFO E| Compiling digest v0.10.3
27052025-09-02T23:10:46.785Z[ host-package] Compiling typify-impl v0.4.1
27062025-09-02T23:10:46.810Z[ helios-setup] Sep 02 23:10:44.974 INFO E| Compiling sha2 v0.10.5
27072025-09-02T23:10:46.854Z[ host-package] Compiling convert_case v0.4.0
27082025-09-02T23:10:46.854Z[ host-package] Compiling num-rational v0.4.2
27092025-09-02T23:10:46.857Z[ host-package] Compiling num-complex v0.4.6
27102025-09-02T23:10:46.857Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27112025-09-02T23:10:47.316Z[ helios-setup] Sep 02 23:10:45.481 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27122025-09-02T23:10:47.635Z[ host-package] Compiling derive_more v0.99.20
27132025-09-02T23:10:47.985Z[ host-package] Compiling dirs-sys-next v0.1.2
27142025-09-02T23:10:48.366Z[ host-package] Compiling num v0.4.3
27152025-09-02T23:10:48.548Z[ host-package] Compiling float-ord v0.3.2
27162025-09-02T23:10:48.733Z[ host-package] Compiling dirs-next v2.0.0
27172025-09-02T23:10:48.822Z[ host-package] Compiling is-terminal v0.4.13
27182025-09-02T23:10:49.040Z[ host-package] Compiling term v0.7.0
27192025-09-02T23:10:49.075Z[ host-package] Compiling bytecount v0.6.8
27202025-09-02T23:10:49.505Z[ host-package] Compiling camino v1.1.11
27212025-09-02T23:10:49.557Z[ host-package] Compiling secrecy v0.10.3
27222025-09-02T23:10:49.987Z[ host-package] Compiling swrite v0.1.0
27232025-09-02T23:10:50.359Z[ host-package] Compiling password-hash v0.5.0
27242025-09-02T23:10:50.362Z[ host-package] Compiling blake2 v0.10.6
27252025-09-02T23:10:51.146Z[ host-package] Compiling atomicwrites v0.4.4
27262025-09-02T23:10:51.840Z[ helios-setup] Sep 02 23:10:50.004 INFO E| Finished `release` profile [optimized] target(s) in 8.60s
27272025-09-02T23:10:51.855Z[ helios-setup] Sep 02 23:10:50.019 INFO building project "bootserver" ok (8 seconds)
27282025-09-02T23:10:51.855Z[ helios-setup] Sep 02 23:10:50.019 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27292025-09-02T23:10:51.958Z[ helios-setup] Sep 02 23:10:50.121 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
27302025-09-02T23:10:51.958Z[ helios-setup] Sep 02 23:10:50.121 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27312025-09-02T23:10:51.958Z[ helios-setup] Sep 02 23:10:50.121 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27322025-09-02T23:10:51.984Z[ host-package] Compiling rustls v0.23.19
27332025-09-02T23:10:52.050Z[ host-package] Compiling argon2 v0.5.3
27342025-09-02T23:10:52.177Z[ host-package] Compiling fastrand v2.1.1
27352025-09-02T23:10:52.380Z[ helios-setup] Sep 02 23:10:50.544 INFO E| Updating crates.io index
27362025-09-02T23:10:52.383Z[ helios-setup] Sep 02 23:10:50.544 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27372025-09-02T23:10:52.718Z[ host-package] Compiling tempfile v3.20.0
27382025-09-02T23:10:53.049Z[ helios-setup] Sep 02 23:10:51.212 INFO E| From https://github.com/oxidecomputer/amd-apcb
27392025-09-02T23:10:53.049Z[ helios-setup] Sep 02 23:10:51.212 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
27402025-09-02T23:10:53.130Z[ helios-setup] Sep 02 23:10:51.294 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27412025-09-02T23:10:53.363Z[ host-package] Compiling rustls v0.22.4
27422025-09-02T23:10:53.420Z[ host-package] Compiling newline-converter v0.3.0
27432025-09-02T23:10:53.519Z[ host-package] Compiling thread_local v1.1.8
27442025-09-02T23:10:53.582Z[ helios-setup] Sep 02 23:10:51.746 INFO E| From https://github.com/oxidecomputer/amd-efs
27452025-09-02T23:10:53.582Z[ helios-setup] Sep 02 23:10:51.746 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27462025-09-02T23:10:53.690Z[ host-package] Compiling wait-timeout v0.2.0
27472025-09-02T23:10:53.857Z[ helios-setup] Sep 02 23:10:52.010 INFO E| Downloading crates ...
27482025-09-02T23:10:53.924Z[ helios-setup] Sep 02 23:10:52.087 INFO E| Downloaded ryu v1.0.20
27492025-09-02T23:10:53.928Z[ helios-setup] Sep 02 23:10:52.092 INFO E| Downloaded strum v0.27.1
27502025-09-02T23:10:53.931Z[ helios-setup] Sep 02 23:10:52.094 INFO E| Downloaded pest_generator v2.8.0
27512025-09-02T23:10:53.934Z[ helios-setup] Sep 02 23:10:52.096 INFO E| Downloaded four-cc v0.4.0
27522025-09-02T23:10:53.934Z[ helios-setup] Sep 02 23:10:52.098 INFO E| Downloaded unic-char-property v0.9.0
27532025-09-02T23:10:53.938Z[ helios-setup] Sep 02 23:10:52.099 INFO E| Downloaded dyn-clone v1.0.19
27542025-09-02T23:10:53.941Z[ helios-setup] Sep 02 23:10:52.104 INFO E| Downloaded parse_int v0.9.0
27552025-09-02T23:10:53.948Z[ helios-setup] Sep 02 23:10:52.107 INFO E| Downloaded unic-ucd-version v0.9.0
27562025-09-02T23:10:53.951Z[ helios-setup] Sep 02 23:10:52.108 INFO E| Downloaded unic-common v0.9.0
27572025-09-02T23:10:53.951Z[ helios-setup] Sep 02 23:10:52.109 INFO E| Downloaded unic-char-range v0.9.0
27582025-09-02T23:10:53.951Z[ helios-setup] Sep 02 23:10:52.112 INFO E| Downloaded itoa v1.0.15
27592025-09-02T23:10:53.951Z[ helios-setup] Sep 02 23:10:52.114 INFO E| Downloaded fletcher v1.0.0
27602025-09-02T23:10:53.954Z[ helios-setup] Sep 02 23:10:52.117 INFO E| Downloaded scroll_derive v0.12.1
27612025-09-02T23:10:53.957Z[ helios-setup] Sep 02 23:10:52.119 INFO E| Downloaded cpufeatures v0.2.17
27622025-09-02T23:10:53.960Z[ helios-setup] Sep 02 23:10:52.121 INFO E| Downloaded textwrap v0.11.0
27632025-09-02T23:10:53.960Z[ helios-setup] Sep 02 23:10:52.123 INFO E| Downloaded vec_map v0.8.2
27642025-09-02T23:10:53.963Z[ helios-setup] Sep 02 23:10:52.125 INFO E| Downloaded rustversion v1.0.20
27652025-09-02T23:10:53.968Z[ helios-setup] Sep 02 23:10:52.128 INFO E| Downloaded unic-ucd-ident v0.9.0
27662025-09-02T23:10:53.971Z[ helios-setup] Sep 02 23:10:52.130 INFO E| Downloaded structopt-derive v0.4.18
27672025-09-02T23:10:53.971Z[ helios-setup] Sep 02 23:10:52.132 INFO E| Downloaded ansi_term v0.12.1
27682025-09-02T23:10:53.971Z[ helios-setup] Sep 02 23:10:52.134 INFO E| Downloaded modular-bitfield-impl v0.11.2
27692025-09-02T23:10:53.974Z[ helios-setup] Sep 02 23:10:52.136 INFO E| Downloaded strsim v0.8.0
27702025-09-02T23:10:53.974Z[ helios-setup] Sep 02 23:10:52.138 INFO E| Downloaded bytesize v2.0.1
27712025-09-02T23:10:53.977Z[ host-package] Compiling match_cfg v0.1.0
27722025-09-02T23:10:53.977Z[ helios-setup] Sep 02 23:10:52.141 INFO E| Downloaded modular-bitfield v0.11.2
27732025-09-02T23:10:54.006Z[ helios-setup] Sep 02 23:10:52.161 INFO E| Downloaded structopt v0.3.26
27742025-09-02T23:10:54.010Z[ helios-setup] Sep 02 23:10:52.169 INFO E| Downloaded pest_derive v2.8.0
27752025-09-02T23:10:54.010Z[ helios-setup] Sep 02 23:10:52.169 INFO E| Downloaded zerocopy-derive v0.8.25
27762025-09-02T23:10:54.019Z[ helios-setup] Sep 02 23:10:52.183 INFO E| Downloaded typenum v1.18.0
27772025-09-02T23:10:54.019Z[ helios-setup] Sep 02 23:10:52.183 INFO E| Downloaded pest_meta v2.8.0
27782025-09-02T23:10:54.027Z[ helios-setup] Sep 02 23:10:52.191 INFO E| Downloaded pest v2.8.0
27792025-09-02T23:10:54.044Z[ helios-setup] Sep 02 23:10:52.208 INFO E| Downloaded clap v2.34.0
27802025-09-02T23:10:54.053Z[ helios-setup] Sep 02 23:10:52.217 INFO E| Downloaded serde_json v1.0.140
27812025-09-02T23:10:54.063Z[ helios-setup] Sep 02 23:10:52.227 INFO E| Downloaded goblin v0.9.3
27822025-09-02T23:10:54.071Z[ helios-setup] Sep 02 23:10:52.235 INFO E| Downloaded syn v2.0.101
27832025-09-02T23:10:54.086Z[ helios-setup] Sep 02 23:10:52.250 INFO E| Downloaded zerocopy v0.8.25
27842025-09-02T23:10:54.130Z[ host-package] Compiling bit-vec v0.8.0
27852025-09-02T23:10:54.135Z[ helios-setup] Sep 02 23:10:52.299 INFO E| Downloaded libc v0.2.172
27862025-09-02T23:10:54.165Z[ host-package] Compiling quick-error v1.2.3
27872025-09-02T23:10:54.238Z[ helios-setup] Sep 02 23:10:52.401 INFO E| Compiling proc-macro2 v1.0.95
27882025-09-02T23:10:54.238Z[ helios-setup] Sep 02 23:10:52.401 INFO E| Compiling unicode-ident v1.0.18
27892025-09-02T23:10:54.241Z[ helios-setup] Sep 02 23:10:52.402 INFO E| Compiling memchr v2.7.4
27902025-09-02T23:10:54.241Z[ helios-setup] Sep 02 23:10:52.402 INFO E| Compiling syn v1.0.109
27912025-09-02T23:10:54.241Z[ helios-setup] Sep 02 23:10:52.402 INFO E| Compiling autocfg v1.4.0
27922025-09-02T23:10:54.241Z[ helios-setup] Sep 02 23:10:52.402 INFO E| Compiling thiserror v2.0.12
27932025-09-02T23:10:54.241Z[ helios-setup] Sep 02 23:10:52.402 INFO E| Compiling serde v1.0.219
27942025-09-02T23:10:54.241Z[ helios-setup] Sep 02 23:10:52.402 INFO E| Compiling version_check v0.9.5
27952025-09-02T23:10:54.381Z[ host-package] Compiling rusty-fork v0.3.0
27962025-09-02T23:10:54.468Z[ host-package] Compiling hostname v0.3.1
27972025-09-02T23:10:54.557Z[ host-package] Compiling expectorate v1.2.0
27982025-09-02T23:10:54.762Z[ host-package] Compiling bit-set v0.8.0
27992025-09-02T23:10:54.918Z[ helios-setup] Sep 02 23:10:53.062 INFO E| Compiling serde_json v1.0.140
28002025-09-02T23:10:54.950Z[ host-package] Compiling rustls-webpki v0.102.8
28012025-09-02T23:10:55.269Z[ host-package] Compiling ref-cast v1.0.24
28022025-09-02T23:10:55.366Z[ host-package] Compiling multer v3.1.0
28032025-09-02T23:10:55.369Z[ host-package] Compiling slog-async v2.8.0
28042025-09-02T23:10:55.558Z[ host-package] Compiling crossbeam-channel v0.5.15
28052025-09-02T23:10:55.655Z[ host-package] Compiling toml_parser v1.0.2
28062025-09-02T23:10:55.677Z[ helios-setup] Sep 02 23:10:53.840 INFO E| Compiling ryu v1.0.20
28072025-09-02T23:10:55.710Z[ helios-setup] Sep 02 23:10:53.873 INFO E| Compiling schemars v0.8.22
28082025-09-02T23:10:55.752Z[ host-package] Compiling slog-json v2.6.1
28092025-09-02T23:10:55.817Z[ helios-setup] Sep 02 23:10:53.980 INFO E| Compiling num-traits v0.2.19
28102025-09-02T23:10:55.851Z[ helios-setup] Sep 02 23:10:54.014 INFO E| Compiling itoa v1.0.15
28112025-09-02T23:10:56.220Z[ helios-setup] Sep 02 23:10:54.382 INFO E| Compiling proc-macro-error-attr v1.0.4
28122025-09-02T23:10:56.412Z[ helios-setup] Sep 02 23:10:54.575 INFO E| Compiling memoffset v0.9.1
28132025-09-02T23:10:56.696Z[ host-package] Compiling rand_xorshift v0.4.0
28142025-09-02T23:10:56.709Z[ helios-setup] Sep 02 23:10:54.861 INFO E| Compiling ucd-trie v0.1.7
28152025-09-02T23:10:56.779Z[ helios-setup] Sep 02 23:10:54.942 INFO E| Compiling paste v1.0.15
28162025-09-02T23:10:56.814Z[ host-package] Compiling futures-executor v0.3.31
28172025-09-02T23:10:56.843Z[ helios-setup] Sep 02 23:10:55.005 INFO E| Compiling zerocopy v0.8.25
28182025-09-02T23:10:57.021Z[ helios-setup] Sep 02 23:10:55.185 INFO E| Compiling rustversion v1.0.20
28192025-09-02T23:10:57.245Z[ helios-setup] Sep 02 23:10:55.408 INFO E| Compiling dyn-clone v1.0.19
28202025-09-02T23:10:57.504Z[ helios-setup] Sep 02 23:10:55.665 INFO E| Compiling libc v0.2.172
28212025-09-02T23:10:57.986Z[ helios-setup] Sep 02 23:10:56.149 INFO E| Compiling proc-macro-error v1.0.4
28222025-09-02T23:10:57.998Z[ helios-setup] Sep 02 23:10:56.161 INFO E| Compiling static_assertions v1.1.0
28232025-09-02T23:10:58.003Z[ helios-setup] Sep 02 23:10:56.161 INFO E| Compiling once_cell v1.21.3
28242025-09-02T23:10:58.081Z[ host-package] Compiling hex v0.4.3
28252025-09-02T23:10:58.254Z[ host-package] Compiling serde_spanned v1.0.0
28262025-09-02T23:10:58.371Z[ host-package] Compiling toml_datetime v0.7.0
28272025-09-02T23:10:58.544Z[ helios-setup] Sep 02 23:10:56.705 INFO E| Compiling quote v1.0.40
28282025-09-02T23:10:58.917Z[ host-package] Compiling take_mut v0.2.2
28292025-09-02T23:10:59.077Z[ helios-setup] Sep 02 23:10:57.239 INFO E| Compiling heck v0.5.0
28302025-09-02T23:10:59.153Z[ helios-setup] Sep 02 23:10:57.316 INFO E| Compiling syn v2.0.101
28312025-09-02T23:10:59.308Z[ host-package] Compiling toml_writer v1.0.2
28322025-09-02T23:10:59.439Z[ host-package] Compiling typify-macro v0.4.1
28332025-09-02T23:10:59.551Z[ host-package] Compiling unarray v0.1.4
28342025-09-02T23:10:59.990Z[ host-package] Compiling toml v0.9.5
28352025-09-02T23:11:00.023Z[ helios-setup] Sep 02 23:10:58.185 INFO E| Compiling unicode-width v0.1.14
28362025-09-02T23:11:00.051Z[ host-package] Compiling proptest v1.7.0
28372025-09-02T23:11:00.409Z[ helios-setup] Sep 02 23:10:58.568 INFO E| Compiling unicode-segmentation v1.12.0
28382025-09-02T23:11:00.553Z[ helios-setup] Sep 02 23:10:58.715 INFO E| Compiling atty v0.2.14
28392025-09-02T23:11:00.939Z[ helios-setup] Sep 02 23:10:59.102 INFO E| Compiling parse_int v0.9.0
28402025-09-02T23:11:01.082Z[ helios-setup] Sep 02 23:10:59.244 INFO E| Compiling textwrap v0.11.0
28412025-09-02T23:11:01.247Z[ helios-setup] Sep 02 23:10:59.410 INFO E| Compiling byteorder v1.5.0
28422025-09-02T23:11:01.271Z[ helios-setup] Sep 02 23:10:59.433 INFO E| Compiling ansi_term v0.12.1
28432025-09-02T23:11:01.435Z[ helios-setup] Sep 02 23:10:59.597 INFO E| Compiling bitflags v1.3.2
28442025-09-02T23:11:01.928Z[ helios-setup] Sep 02 23:11:00.090 INFO E| Compiling heck v0.3.3
28452025-09-02T23:11:02.026Z[ helios-setup] Sep 02 23:11:00.189 INFO E| Compiling vec_map v0.8.2
28462025-09-02T23:11:02.092Z[ helios-setup] Sep 02 23:11:00.254 INFO E| Compiling strsim v0.8.0
28472025-09-02T23:11:02.101Z[ helios-setup] Sep 02 23:11:00.264 INFO E| Compiling fletcher v1.0.0
28482025-09-02T23:11:02.215Z[ helios-setup] Sep 02 23:11:00.377 INFO E| Compiling unic-common v0.9.0
28492025-09-02T23:11:02.311Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28502025-09-02T23:11:02.330Z[ helios-setup] Sep 02 23:11:00.492 INFO E| Compiling unic-char-range v0.9.0
28512025-09-02T23:11:02.517Z[ helios-setup] Sep 02 23:11:00.679 INFO E| Compiling strum v0.27.1
28522025-09-02T23:11:02.633Z[ helios-setup] Sep 02 23:11:00.796 INFO E| Compiling clap v2.34.0
28532025-09-02T23:11:02.776Z[ helios-setup] Sep 02 23:11:00.938 INFO E| Compiling unic-char-property v0.9.0
28542025-09-02T23:11:02.852Z[ helios-setup] Sep 02 23:11:01.014 INFO E| Compiling unic-ucd-version v0.9.0
28552025-09-02T23:11:02.863Z[ host-package] Compiling futures v0.3.31
28562025-09-02T23:11:02.868Z[ helios-setup] Sep 02 23:11:01.030 INFO E| Compiling lazy_static v1.5.0
28572025-09-02T23:11:02.991Z[ helios-setup] Sep 02 23:11:01.153 INFO E| Compiling log v0.4.27
28582025-09-02T23:11:03.063Z[ helios-setup] Sep 02 23:11:01.225 INFO E| Compiling plain v0.2.3
28592025-09-02T23:11:03.087Z[ helios-setup] Sep 02 23:11:01.249 INFO E| Compiling unic-ucd-ident v0.9.0
28602025-09-02T23:11:03.220Z[ helios-setup] Sep 02 23:11:01.382 INFO E| Compiling bytesize v2.0.1
28612025-09-02T23:11:03.288Z[ host-package] Compiling slog-bunyan v2.5.0
28622025-09-02T23:11:04.979Z[ host-package] Compiling typify v0.4.1
28632025-09-02T23:11:05.212Z[ host-package] Compiling slog-term v2.9.1
28642025-09-02T23:11:05.357Z[ host-package] Compiling progenitor-impl v0.10.0
28652025-09-02T23:11:06.864Z[ host-package] Compiling tokio-rustls v0.25.0
28662025-09-02T23:11:07.892Z[ host-package] Compiling dropshot v0.16.3
28672025-09-02T23:11:08.805Z[ helios-setup] Sep 02 23:11:06.966 INFO E| Compiling modular-bitfield-impl v0.11.2
28682025-09-02T23:11:08.805Z[ helios-setup] Sep 02 23:11:06.966 INFO E| Compiling structopt-derive v0.4.18
28692025-09-02T23:11:09.115Z[ helios-setup] Sep 02 23:11:07.276 INFO E| Compiling serde_derive_internals v0.29.1
28702025-09-02T23:11:10.156Z[ host-package] Compiling tokio-rustls v0.26.0
28712025-09-02T23:11:11.190Z[ host-package] Compiling hyper-rustls v0.27.7
28722025-09-02T23:11:12.871Z[ host-package] Compiling reqwest v0.12.22
28732025-09-02T23:11:13.297Z[ helios-setup] Sep 02 23:11:11.456 INFO E| Compiling thiserror-impl v2.0.12
28742025-09-02T23:11:13.309Z[ helios-setup] Sep 02 23:11:11.469 INFO E| Compiling serde_derive v1.0.219
28752025-09-02T23:11:13.309Z[ helios-setup] Sep 02 23:11:11.469 INFO E| Compiling schemars_derive v0.8.22
28762025-09-02T23:11:13.312Z[ helios-setup] Sep 02 23:11:11.470 INFO E| Compiling zerocopy-derive v0.8.25
28772025-09-02T23:11:13.312Z[ helios-setup] Sep 02 23:11:11.470 INFO E| Compiling num-derive v0.4.2
28782025-09-02T23:11:13.426Z[ helios-setup] Sep 02 23:11:11.586 INFO E| Compiling modular-bitfield v0.11.2
28792025-09-02T23:11:13.457Z[ helios-setup] Sep 02 23:11:11.617 INFO E| Compiling scroll_derive v0.12.1
28802025-09-02T23:11:13.675Z[ helios-setup] Sep 02 23:11:11.835 INFO E| Compiling strum_macros v0.27.1
28812025-09-02T23:11:14.975Z[ host-package] Compiling progenitor-macro v0.10.0
28822025-09-02T23:11:15.295Z[ helios-setup] Sep 02 23:11:13.455 INFO E| Compiling structopt v0.3.26
28832025-09-02T23:11:16.734Z[ host-package] Compiling async-stream v0.3.6
28842025-09-02T23:11:16.975Z[ helios-setup] Sep 02 23:11:15.135 INFO E| Compiling scroll v0.12.0
28852025-09-02T23:11:17.810Z[ host-package] Compiling waitgroup v0.1.2
28862025-09-02T23:11:18.212Z[ helios-setup] Sep 02 23:11:16.370 INFO E| Compiling goblin v0.9.3
28872025-09-02T23:11:18.268Z[ host-package] Compiling rustls-pemfile v2.2.0
28882025-09-02T23:11:19.010Z[ host-package] Compiling serde_path_to_error v0.1.17
28892025-09-02T23:11:19.069Z[ helios-setup] Sep 02 23:11:17.228 INFO E| Compiling pest v2.8.0
28902025-09-02T23:11:19.490Z[ host-package] Compiling hostname v0.4.0
28912025-09-02T23:11:19.982Z[ host-package] Compiling progenitor-client v0.9.1
28922025-09-02T23:11:20.689Z[ host-package] Compiling instant v0.1.13
28932025-09-02T23:11:20.948Z[ host-package] Compiling progenitor v0.9.1
28942025-09-02T23:11:21.029Z[ host-package] Compiling cancel-safe-futures v0.1.5
28952025-09-02T23:11:21.507Z[ host-package] Compiling debug-ignore v1.0.5
28962025-09-02T23:11:21.858Z[ host-package] Compiling owo-colors v4.2.2
28972025-09-02T23:11:23.059Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
28982025-09-02T23:11:23.154Z[ helios-setup] Sep 02 23:11:21.312 INFO E| Compiling pest_meta v2.8.0
28992025-09-02T23:11:25.497Z[ helios-setup] Sep 02 23:11:23.655 INFO E| Compiling pest_generator v2.8.0
29002025-09-02T23:11:27.621Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29012025-09-02T23:11:28.275Z[ helios-setup] Sep 02 23:11:26.433 INFO E| Compiling pest_derive v2.8.0
29022025-09-02T23:11:31.471Z[ helios-setup] Sep 02 23:11:29.628 INFO E| Compiling json5 v0.4.1
29032025-09-02T23:11:32.426Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29042025-09-02T23:11:33.490Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29052025-09-02T23:11:33.873Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29062025-09-02T23:11:34.489Z[ host-package] Compiling backoff v0.4.0
29072025-09-02T23:11:34.827Z[ host-package] Compiling progenitor-client v0.10.0
29082025-09-02T23:11:35.118Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
29092025-09-02T23:11:35.542Z[ host-package] Compiling iddqd v0.3.9
29102025-09-02T23:11:36.288Z[ helios-setup] Sep 02 23:11:34.444 INFO E| Compiling four-cc v0.4.0
29112025-09-02T23:11:36.288Z[ helios-setup] Sep 02 23:11:34.444 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29122025-09-02T23:11:36.603Z[ helios-setup] Sep 02 23:11:34.760 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
29132025-09-02T23:11:39.364Z[ host-package] Compiling progenitor v0.10.0
29142025-09-02T23:11:39.841Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152025-09-02T23:11:45.916Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29162025-09-02T23:11:47.102Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29172025-09-02T23:11:53.321Z[ host-package] Compiling parse-display v0.10.0
29182025-09-02T23:11:53.990Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29192025-09-02T23:11:54.244Z[ host-package] Compiling serde_with v3.14.0
29202025-09-02T23:11:55.695Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29212025-09-02T23:11:57.661Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29222025-09-02T23:11:58.272Z[ host-package] Compiling libsw-core v0.3.1
29232025-09-02T23:11:59.938Z[ host-package] Compiling macaddr v1.0.1
29242025-09-02T23:12:00.009Z[ host-package] Compiling libsw v3.5.0
29252025-09-02T23:12:02.286Z[ host-package] Compiling linear-map v1.2.0
29262025-09-02T23:12:02.955Z[ host-package] Compiling utf-8 v0.7.6
29272025-09-02T23:12:03.091Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29282025-09-02T23:12:03.426Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29292025-09-02T23:12:09.025Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29302025-09-02T23:12:10.212Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29312025-09-02T23:12:11.334Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29322025-09-02T23:12:12.025Z[ host-package] Compiling toml v0.8.23
29332025-09-02T23:12:13.597Z[ host-package] Compiling keccak v0.1.5
29342025-09-02T23:12:15.017Z[ host-package] Compiling sha3 v0.10.8
29352025-09-02T23:12:16.006Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29362025-09-02T23:12:16.816Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29372025-09-02T23:12:19.685Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29382025-09-02T23:12:20.138Z[ helios-setup] Sep 02 23:12:18.286 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29392025-09-02T23:12:21.250Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29402025-09-02T23:12:26.266Z[ host-package] Compiling prettyplease v0.2.36
29412025-09-02T23:12:29.241Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29422025-09-02T23:12:29.648Z[ host-package] Compiling tungstenite v0.21.0
29432025-09-02T23:12:30.517Z[ host-package] Compiling half v2.4.1
29442025-09-02T23:12:30.621Z[ helios-setup] Sep 02 23:12:28.768 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29452025-09-02T23:12:31.431Z[ host-package] Compiling ciborium-io v0.2.2
29462025-09-02T23:12:31.644Z[ host-package] Compiling ciborium-ll v0.2.2
29472025-09-02T23:12:32.649Z[ host-package] Compiling tokio-tungstenite v0.21.0
29482025-09-02T23:12:32.801Z[ host-package] Compiling papergrid v0.11.0
29492025-09-02T23:12:33.470Z[ host-package] Compiling tabled_derive v0.7.0
29502025-09-02T23:12:34.188Z[ host-package] Compiling csv-core v0.1.11
29512025-09-02T23:12:35.156Z[ host-package] Compiling highway v1.3.0
29522025-09-02T23:12:35.366Z[ host-package] Compiling csv v1.3.1
29532025-09-02T23:12:35.982Z[ host-package] Compiling tabled v0.15.0
29542025-09-02T23:12:36.896Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29552025-09-02T23:12:37.890Z[ host-package] Compiling ciborium v0.2.2
29562025-09-02T23:12:40.268Z[ host-package] Compiling semver v0.1.20
29572025-09-02T23:12:41.038Z[ host-package] Compiling rustc_version v0.1.7
29582025-09-02T23:12:41.547Z[ host-package] Compiling tough v0.20.0
29592025-09-02T23:12:42.905Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29602025-09-02T23:12:45.121Z[ host-package] Compiling newtype_derive v0.1.6
29612025-09-02T23:12:45.729Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
29622025-09-02T23:12:47.057Z[ host-package] Compiling resolv-conf v0.7.0
29632025-09-02T23:12:49.249Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29642025-09-02T23:12:49.505Z[ host-package] Compiling universal-hash v0.5.1
29652025-09-02T23:12:50.008Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29662025-09-02T23:12:50.133Z[ host-package] Compiling smawk v0.3.2
29672025-09-02T23:12:50.827Z[ host-package] Compiling opaque-debug v0.3.1
29682025-09-02T23:12:51.022Z[ host-package] Compiling unicode-linebreak v0.1.5
29692025-09-02T23:12:51.081Z[ host-package] Compiling poly1305 v0.8.0
29702025-09-02T23:12:52.200Z[ host-package] Compiling textwrap v0.16.2
29712025-09-02T23:12:52.930Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29722025-09-02T23:12:53.483Z[ host-package] Compiling thiserror-no-std v2.0.2
29732025-09-02T23:12:53.545Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29742025-09-02T23:12:53.748Z[ host-package] Compiling chacha20 v0.9.1
29752025-09-02T23:12:53.866Z[ host-package] Compiling aead v0.5.2
29762025-09-02T23:12:54.118Z[ host-package] Compiling humantime v2.2.0
29772025-09-02T23:12:54.511Z[ host-package] Compiling chacha20poly1305 v0.10.1
29782025-09-02T23:12:54.553Z[ host-package] Compiling vsss-rs v3.3.4
29792025-09-02T23:12:54.919Z[ host-package] Compiling linked-hash-map v0.5.6
29802025-09-02T23:12:55.046Z[ host-package] Compiling steno v0.4.1
29812025-09-02T23:12:55.103Z[ host-package] Compiling hickory-proto v0.24.4
29822025-09-02T23:12:55.790Z[ host-package] Compiling lru-cache v0.1.2
29832025-09-02T23:12:56.142Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29842025-09-02T23:12:56.930Z[ host-package] Compiling slog-dtrace v0.3.0
29852025-09-02T23:12:57.318Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29862025-09-02T23:12:57.536Z[ host-package] Compiling moka v0.12.10
29872025-09-02T23:12:58.445Z[ host-package] Compiling tagptr v0.2.0
29882025-09-02T23:12:59.076Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29892025-09-02T23:13:01.086Z[ helios-setup] Sep 02 23:12:59.228 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
29902025-09-02T23:13:01.137Z[ helios-setup] Sep 02 23:12:59.278 INFO building project "amd-host-image-builder" ok (129 seconds)
29912025-09-02T23:13:01.137Z[ helios-setup] Sep 02 23:12:59.278 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
29922025-09-02T23:13:01.277Z[ helios-setup] Sep 02 23:12:59.418 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
29932025-09-02T23:13:01.277Z[ helios-setup] Sep 02 23:12:59.418 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29942025-09-02T23:13:01.281Z[ helios-setup] Sep 02 23:12:59.418 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29952025-09-02T23:13:01.717Z[ helios-setup] Sep 02 23:12:59.858 INFO E| Downloading crates ...
29962025-09-02T23:13:01.854Z[ helios-setup] Sep 02 23:12:59.995 INFO E| Downloaded miniz_oxide v0.8.8
29972025-09-02T23:13:01.912Z[ helios-setup] Sep 02 23:13:00.053 INFO E| Compiling adler2 v2.0.0
29982025-09-02T23:13:02.074Z[ helios-setup] Sep 02 23:13:00.215 INFO E| Compiling miniz_oxide v0.8.8
29992025-09-02T23:13:04.273Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002025-09-02T23:13:04.816Z[ helios-setup] Sep 02 23:13:02.957 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30012025-09-02T23:13:05.833Z[ helios-setup] Sep 02 23:13:03.973 INFO E| Finished `release` profile [optimized] target(s) in 4.40s
30022025-09-02T23:13:05.845Z[ helios-setup] Sep 02 23:13:03.985 INFO building project "pinprick" ok (4 seconds)
30032025-09-02T23:13:05.848Z[ helios-setup] Sep 02 23:13:03.986 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30042025-09-02T23:13:05.953Z[ helios-setup] Sep 02 23:13:04.093 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
30052025-09-02T23:13:05.953Z[ helios-setup] Sep 02 23:13:04.094 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30062025-09-02T23:13:05.956Z[ helios-setup] Sep 02 23:13:04.094 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30072025-09-02T23:13:06.293Z[ helios-setup] Sep 02 23:13:04.434 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30082025-09-02T23:13:07.254Z[ helios-setup] Sep 02 23:13:05.395 INFO E| From https://github.com/oxidecomputer/progenitor
30092025-09-02T23:13:07.254Z[ helios-setup] Sep 02 23:13:05.395 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
30102025-09-02T23:13:07.373Z[ helios-setup] Sep 02 23:13:05.513 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30112025-09-02T23:13:07.771Z[ helios-setup] Sep 02 23:13:05.911 INFO E| From https://github.com/jclulow/hiercmd
30122025-09-02T23:13:07.771Z[ helios-setup] Sep 02 23:13:05.911 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
30132025-09-02T23:13:07.789Z[ helios-setup] Sep 02 23:13:05.929 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
30142025-09-02T23:13:08.205Z[ helios-setup] Sep 02 23:13:06.345 INFO E| From https://github.com/jclulow/network-interface
30152025-09-02T23:13:08.205Z[ helios-setup] Sep 02 23:13:06.345 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
30162025-09-02T23:13:08.226Z[ helios-setup] Sep 02 23:13:06.365 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30172025-09-02T23:13:08.710Z[ helios-setup] Sep 02 23:13:06.850 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30182025-09-02T23:13:08.710Z[ helios-setup] Sep 02 23:13:06.850 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30192025-09-02T23:13:08.765Z[ helios-setup] Sep 02 23:13:06.902 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
30202025-09-02T23:13:08.768Z[ host-package] Compiling hickory-resolver v0.24.4
30212025-09-02T23:13:09.431Z[ helios-setup] Sep 02 23:13:07.571 INFO E| From https://github.com/oxidecomputer/facade
30222025-09-02T23:13:09.431Z[ helios-setup] Sep 02 23:13:07.571 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
30232025-09-02T23:13:09.474Z[ helios-setup] Sep 02 23:13:07.614 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30242025-09-02T23:13:10.150Z[ helios-setup] Sep 02 23:13:08.290 INFO E| From https://github.com/oxidecomputer/dropshot
30252025-09-02T23:13:10.150Z[ helios-setup] Sep 02 23:13:08.290 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30262025-09-02T23:13:10.190Z[ helios-setup] Sep 02 23:13:08.329 INFO E| Updating crates.io index
30272025-09-02T23:13:10.265Z[ helios-setup] Sep 02 23:13:08.404 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support`
30282025-09-02T23:13:10.727Z[ helios-setup] Sep 02 23:13:08.866 INFO E| From https://github.com/oxidecomputer/lpc55_support
30292025-09-02T23:13:10.727Z[ helios-setup] Sep 02 23:13:08.866 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253
30302025-09-02T23:13:10.792Z[ helios-setup] Sep 02 23:13:08.930 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
30312025-09-02T23:13:10.930Z[ host-package] Compiling hickory-resolver v0.25.2
30322025-09-02T23:13:11.441Z[ helios-setup] Sep 02 23:13:09.580 INFO E| From https://github.com/oxidecomputer/typify
30332025-09-02T23:13:11.441Z[ helios-setup] Sep 02 23:13:09.580 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
30342025-09-02T23:13:11.905Z[ helios-setup] Sep 02 23:13:10.044 INFO E| Downloading crates ...
30352025-09-02T23:13:12.043Z[ helios-setup] Sep 02 23:13:10.182 INFO E| Downloaded async-trait v0.1.68
30362025-09-02T23:13:12.078Z[ helios-setup] Sep 02 23:13:10.217 INFO E| Downloaded flagset v0.4.7
30372025-09-02T23:13:12.083Z[ helios-setup] Sep 02 23:13:10.222 INFO E| Downloaded form_urlencoded v1.1.0
30382025-09-02T23:13:12.086Z[ helios-setup] Sep 02 23:13:10.225 INFO E| Downloaded async-stream-impl v0.3.5
30392025-09-02T23:13:12.089Z[ helios-setup] Sep 02 23:13:10.228 INFO E| Downloaded const-random-macro v0.1.15
30402025-09-02T23:13:12.092Z[ helios-setup] Sep 02 23:13:10.230 INFO E| Downloaded concolor-query v0.3.3
30412025-09-02T23:13:12.129Z[ helios-setup] Sep 02 23:13:10.232 INFO E| Downloaded clap_lex v0.4.1
30422025-09-02T23:13:12.129Z[ helios-setup] Sep 02 23:13:10.235 INFO E| Downloaded const-random v0.1.15
30432025-09-02T23:13:12.129Z[ helios-setup] Sep 02 23:13:10.237 INFO E| Downloaded built v0.6.0
30442025-09-02T23:13:12.129Z[ helios-setup] Sep 02 23:13:10.240 INFO E| Downloaded byteorder v1.4.3
30452025-09-02T23:13:12.129Z[ helios-setup] Sep 02 23:13:10.243 INFO E| Downloaded clap_derive v4.2.0
30462025-09-02T23:13:12.129Z[ helios-setup] Sep 02 23:13:10.246 INFO E| Downloaded clap v4.2.1
30472025-09-02T23:13:12.132Z[ helios-setup] Sep 02 23:13:10.268 INFO E| Downloaded semver-parser v0.10.2
30482025-09-02T23:13:12.132Z[ helios-setup] Sep 02 23:13:10.272 INFO E| Downloaded serde_json v1.0.95
30492025-09-02T23:13:12.148Z[ helios-setup] Sep 02 23:13:10.288 INFO E| Downloaded sha1 v0.10.5
30502025-09-02T23:13:12.152Z[ helios-setup] Sep 02 23:13:10.291 INFO E| Downloaded sha2 v0.10.6
30512025-09-02T23:13:12.157Z[ helios-setup] Sep 02 23:13:10.297 INFO E| Downloaded signal-hook-registry v1.4.0
30522025-09-02T23:13:12.160Z[ helios-setup] Sep 02 23:13:10.300 INFO E| Downloaded serde_path_to_error v0.1.11
30532025-09-02T23:13:12.164Z[ helios-setup] Sep 02 23:13:10.303 INFO E| Downloaded smartstring v1.0.1
30542025-09-02T23:13:12.169Z[ helios-setup] Sep 02 23:13:10.309 INFO E| Downloaded socket2 v0.4.9
30552025-09-02T23:13:12.173Z[ helios-setup] Sep 02 23:13:10.312 INFO E| Downloaded tower-service v0.3.2
30562025-09-02T23:13:12.177Z[ helios-setup] Sep 02 23:13:10.316 INFO E| Downloaded unicode-ident v1.0.8
30572025-09-02T23:13:12.181Z[ helios-setup] Sep 02 23:13:10.321 INFO E| Downloaded unsafe-libyaml v0.2.8
30582025-09-02T23:13:12.241Z[ helios-setup] Sep 02 23:13:10.380 INFO E| Downloaded ucd-trie v0.1.5
30592025-09-02T23:13:12.244Z[ helios-setup] Sep 02 23:13:10.383 INFO E| Downloaded strsim v0.10.0
30602025-09-02T23:13:12.247Z[ helios-setup] Sep 02 23:13:10.386 INFO E| Downloaded jobserver v0.1.26
30612025-09-02T23:13:12.251Z[ helios-setup] Sep 02 23:13:10.390 INFO E| Downloaded want v0.3.0
30622025-09-02T23:13:12.254Z[ helios-setup] Sep 02 23:13:10.392 INFO E| Downloaded slog-async v2.7.0
30632025-09-02T23:13:12.257Z[ helios-setup] Sep 02 23:13:10.395 INFO E| Downloaded parking_lot_core v0.9.6
30642025-09-02T23:13:12.260Z[ helios-setup] Sep 02 23:13:10.399 INFO E| Downloaded toml_datetime v0.6.1
30652025-09-02T23:13:12.263Z[ helios-setup] Sep 02 23:13:10.402 INFO E| Downloaded smawk v0.3.1
30662025-09-02T23:13:12.266Z[ helios-setup] Sep 02 23:13:10.404 INFO E| Downloaded quote v1.0.36
30672025-09-02T23:13:12.272Z[ helios-setup] Sep 02 23:13:10.410 INFO E| Downloaded rustfmt-wrapper v0.2.0
30682025-09-02T23:13:12.275Z[ helios-setup] Sep 02 23:13:10.412 INFO E| Downloaded serde v1.0.204
30692025-09-02T23:13:12.279Z[ helios-setup] Sep 02 23:13:10.419 INFO E| Downloaded thiserror-impl v1.0.38
30702025-09-02T23:13:12.282Z[ helios-setup] Sep 02 23:13:10.422 INFO E| Downloaded pin-project-lite v0.2.9
30712025-09-02T23:13:12.299Z[ helios-setup] Sep 02 23:13:10.438 INFO E| Downloaded tls_codec_derive v0.4.2
30722025-09-02T23:13:12.302Z[ helios-setup] Sep 02 23:13:10.442 INFO E| Downloaded tls_codec v0.4.2
30732025-09-02T23:13:12.306Z[ helios-setup] Sep 02 23:13:10.445 INFO E| Downloaded thiserror v1.0.38
30742025-09-02T23:13:12.313Z[ helios-setup] Sep 02 23:13:10.453 INFO E| Downloaded tempfile v3.5.0
30752025-09-02T23:13:12.317Z[ helios-setup] Sep 02 23:13:10.457 INFO E| Downloaded rustls-pemfile v1.0.2
30762025-09-02T23:13:12.321Z[ helios-setup] Sep 02 23:13:10.461 INFO E| Downloaded proc-macro2 v1.0.86
30772025-09-02T23:13:12.326Z[ helios-setup] Sep 02 23:13:10.465 INFO E| Downloaded toml v0.7.3
30782025-09-02T23:13:12.332Z[ helios-setup] Sep 02 23:13:10.471 INFO E| Downloaded tinyvec v1.6.0
30792025-09-02T23:13:12.338Z[ helios-setup] Sep 02 23:13:10.477 INFO E| Downloaded uuid v1.3.0
30802025-09-02T23:13:12.345Z[ helios-setup] Sep 02 23:13:10.485 INFO E| Downloaded unicode-linebreak v0.1.4
30812025-09-02T23:13:12.349Z[ helios-setup] Sep 02 23:13:10.489 INFO E| Downloaded schemars v0.8.12
30822025-09-02T23:13:12.369Z[ helios-setup] Sep 02 23:13:10.508 INFO E| Downloaded rustls-webpki v0.100.1
30832025-09-02T23:13:12.379Z[ helios-setup] Sep 02 23:13:10.518 INFO E| Downloaded tracing v0.1.37
30842025-09-02T23:13:12.385Z[ helios-setup] Sep 02 23:13:10.525 INFO E| Downloaded rsa v0.9.8
30852025-09-02T23:13:12.394Z[ helios-setup] Sep 02 23:13:10.534 INFO E| Downloaded unicode-normalization v0.1.22
30862025-09-02T23:13:12.400Z[ helios-setup] Sep 02 23:13:10.540 INFO E| Downloaded winnow v0.4.1
30872025-09-02T23:13:12.413Z[ helios-setup] Sep 02 23:13:10.553 INFO E| Downloaded pest v2.5.7
30882025-09-02T23:13:12.420Z[ helios-setup] Sep 02 23:13:10.559 INFO E| Downloaded clap_builder v4.2.1
30892025-09-02T23:13:12.431Z[ helios-setup] Sep 02 23:13:10.570 INFO E| Downloaded mio v0.8.5
30902025-09-02T23:13:12.440Z[ helios-setup] Sep 02 23:13:10.579 INFO E| Downloaded hashbrown v0.15.3
30912025-09-02T23:13:12.448Z[ helios-setup] Sep 02 23:13:10.588 INFO E| Downloaded futures-util v0.3.28
30922025-09-02T23:13:12.467Z[ helios-setup] Sep 02 23:13:10.606 INFO E| Downloaded syn v2.0.72
30932025-09-02T23:13:12.483Z[ helios-setup] Sep 02 23:13:10.622 INFO E| Downloaded reqwest v0.11.16
30942025-09-02T23:13:12.494Z[ helios-setup] Sep 02 23:13:10.633 INFO E| Downloaded h2 v0.3.16
30952025-09-02T23:13:12.504Z[ helios-setup] Sep 02 23:13:10.643 INFO E| Downloaded git2 v0.16.1
30962025-09-02T23:13:12.516Z[ helios-setup] Sep 02 23:13:10.655 INFO E| Downloaded hyper v0.14.25
30972025-09-02T23:13:12.527Z[ helios-setup] Sep 02 23:13:10.666 INFO E| Downloaded rustls v0.21.0
30982025-09-02T23:13:12.544Z[ helios-setup] Sep 02 23:13:10.683 INFO E| Downloaded regress v0.5.0
30992025-09-02T23:13:12.552Z[ helios-setup] Sep 02 23:13:10.691 INFO E| Downloaded regex v1.7.3
31002025-09-02T23:13:12.616Z[ helios-setup] Sep 02 23:13:10.755 INFO E| Downloaded rustix v0.37.3
31012025-09-02T23:13:12.646Z[ helios-setup] Sep 02 23:13:10.785 INFO E| Downloaded idna v0.3.0
31022025-09-02T23:13:12.655Z[ helios-setup] Sep 02 23:13:10.795 INFO E| Downloaded syn v1.0.107
31032025-09-02T23:13:12.672Z[ helios-setup] Sep 02 23:13:10.811 INFO E| Downloaded libm v0.2.15
31042025-09-02T23:13:12.690Z[ helios-setup] Sep 02 23:13:10.829 INFO E| Downloaded rhai v1.14.0
31052025-09-02T23:13:12.708Z[ helios-setup] Sep 02 23:13:10.847 INFO E| Downloaded openapiv3 v1.0.2
31062025-09-02T23:13:12.725Z[ helios-setup] Sep 02 23:13:10.864 INFO E| Downloaded chrono v0.4.24
31072025-09-02T23:13:12.735Z[ helios-setup] Sep 02 23:13:10.875 INFO E| Downloaded toml_edit v0.19.8
31082025-09-02T23:13:12.763Z[ helios-setup] Sep 02 23:13:10.902 INFO E| Downloaded iddqd v0.3.1
31092025-09-02T23:13:12.770Z[ helios-setup] Sep 02 23:13:10.910 INFO E| Downloaded tokio-util v0.7.7
31102025-09-02T23:13:12.780Z[ helios-setup] Sep 02 23:13:10.919 INFO E| Downloaded http v0.2.9
31112025-09-02T23:13:12.785Z[ helios-setup] Sep 02 23:13:10.925 INFO E| Downloaded der v0.7.10
31122025-09-02T23:13:12.794Z[ helios-setup] Sep 02 23:13:10.933 INFO E| Downloaded crossbeam-channel v0.5.6
31132025-09-02T23:13:12.800Z[ helios-setup] Sep 02 23:13:10.940 INFO E| Downloaded memchr v2.5.0
31142025-09-02T23:13:12.811Z[ helios-setup] Sep 02 23:13:10.950 INFO E| Downloaded url v2.3.1
31152025-09-02T23:13:12.816Z[ helios-setup] Sep 02 23:13:10.955 INFO E| Downloaded unicode-bidi v0.3.13
31162025-09-02T23:13:12.819Z[ helios-setup] Sep 02 23:13:10.959 INFO E| Downloaded tracing-core v0.1.30
31172025-09-02T23:13:12.824Z[ helios-setup] Sep 02 23:13:10.963 INFO E| Downloaded ryu v1.0.13
31182025-09-02T23:13:12.831Z[ helios-setup] Sep 02 23:13:10.969 INFO E| Downloaded textwrap v0.16.0
31192025-09-02T23:13:12.835Z[ helios-setup] Sep 02 23:13:10.972 INFO E| Downloaded tokio v1.27.0
31202025-09-02T23:13:12.882Z[ helios-setup] Sep 02 23:13:11.021 INFO E| Downloaded tungstenite v0.18.0
31212025-09-02T23:13:12.886Z[ helios-setup] Sep 02 23:13:11.025 INFO E| Downloaded tokio-rustls v0.24.0
31222025-09-02T23:13:12.889Z[ helios-setup] Sep 02 23:13:11.028 INFO E| Downloaded time v0.1.45
31232025-09-02T23:13:12.892Z[ helios-setup] Sep 02 23:13:11.030 INFO E| Downloaded parking_lot v0.12.1
31242025-09-02T23:13:12.895Z[ helios-setup] Sep 02 23:13:11.033 INFO E| Downloaded num-traits v0.2.15
31252025-09-02T23:13:12.898Z[ helios-setup] Sep 02 23:13:11.038 INFO E| Downloaded futures v0.3.28
31262025-09-02T23:13:12.906Z[ helios-setup] Sep 02 23:13:11.046 INFO E| Downloaded crossbeam-utils v0.8.14
31272025-09-02T23:13:12.911Z[ helios-setup] Sep 02 23:13:11.050 INFO E| Downloaded termcolor v1.2.0
31282025-09-02T23:13:12.914Z[ helios-setup] Sep 02 23:13:11.052 INFO E| Downloaded derive-where v1.4.0
31292025-09-02T23:13:12.919Z[ helios-setup] Sep 02 23:13:11.058 INFO E| Downloaded libc v0.2.139
31302025-09-02T23:13:12.957Z[ helios-setup] Sep 02 23:13:11.097 INFO E| Downloaded num-iter v0.1.44
31312025-09-02T23:13:12.965Z[ helios-setup] Sep 02 23:13:11.105 INFO E| Downloaded log v0.4.17
31322025-09-02T23:13:12.971Z[ helios-setup] Sep 02 23:13:11.108 INFO E| Downloaded ipnet v2.7.2
31332025-09-02T23:13:12.974Z[ helios-setup] Sep 02 23:13:11.111 INFO E| Downloaded io-lifetimes v1.0.10
31342025-09-02T23:13:12.981Z[ helios-setup] Sep 02 23:13:11.121 INFO E| Downloaded futures-channel v0.3.28
31352025-09-02T23:13:12.985Z[ helios-setup] Sep 02 23:13:11.125 INFO E| Downloaded once_cell v1.17.0
31362025-09-02T23:13:12.988Z[ helios-setup] Sep 02 23:13:11.127 INFO E| Downloaded lock_api v0.4.9
31372025-09-02T23:13:12.991Z[ helios-setup] Sep 02 23:13:11.129 INFO E| Downloaded futures-core v0.3.28
31382025-09-02T23:13:12.993Z[ helios-setup] Sep 02 23:13:11.131 INFO E| Downloaded slog-bunyan v2.4.0
31392025-09-02T23:13:12.994Z[ helios-setup] Sep 02 23:13:11.132 INFO E| Downloaded ppv-lite86 v0.2.17
31402025-09-02T23:13:12.997Z[ helios-setup] Sep 02 23:13:11.134 INFO E| Downloaded itoa v1.0.6
31412025-09-02T23:13:12.997Z[ helios-setup] Sep 02 23:13:11.136 INFO E| Downloaded iana-time-zone v0.1.56
31422025-09-02T23:13:13.000Z[ helios-setup] Sep 02 23:13:11.139 INFO E| Downloaded getrandom v0.2.8
31432025-09-02T23:13:13.003Z[ helios-setup] Sep 02 23:13:11.143 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31442025-09-02T23:13:13.006Z[ helios-setup] Sep 02 23:13:11.146 INFO E| Downloaded proc-macro-crate v1.2.1
31452025-09-02T23:13:13.009Z[ helios-setup] Sep 02 23:13:11.147 INFO E| Downloaded num_cpus v1.15.0
31462025-09-02T23:13:13.012Z[ helios-setup] Sep 02 23:13:11.151 INFO E| Downloaded is-terminal v0.4.7
31472025-09-02T23:13:13.015Z[ helios-setup] Sep 02 23:13:11.153 INFO E| Downloaded tokio-tungstenite v0.18.0
31482025-09-02T23:13:13.018Z[ helios-setup] Sep 02 23:13:11.156 INFO E| Downloaded httparse v1.8.0
31492025-09-02T23:13:13.021Z[ helios-setup] Sep 02 23:13:11.159 INFO E| Downloaded utf8parse v0.2.1
31502025-09-02T23:13:13.021Z[ helios-setup] Sep 02 23:13:11.160 INFO E| Downloaded tokio-macros v2.0.0
31512025-09-02T23:13:13.024Z[ helios-setup] Sep 02 23:13:11.161 INFO E| Downloaded http-body v0.4.5
31522025-09-02T23:13:13.027Z[ helios-setup] Sep 02 23:13:11.164 INFO E| Downloaded futures-sink v0.3.28
31532025-09-02T23:13:13.027Z[ helios-setup] Sep 02 23:13:11.165 INFO E| Downloaded futures-io v0.3.28
31542025-09-02T23:13:13.027Z[ helios-setup] Sep 02 23:13:11.166 INFO E| Downloaded futures-executor v0.3.28
31552025-09-02T23:13:13.030Z[ helios-setup] Sep 02 23:13:11.168 INFO E| Downloaded cc v1.0.78
31562025-09-02T23:13:13.033Z[ helios-setup] Sep 02 23:13:11.173 INFO E| Downloaded toolchain_find v0.2.0
31572025-09-02T23:13:13.036Z[ helios-setup] Sep 02 23:13:11.175 INFO E| Downloaded pkg-config v0.3.26
31582025-09-02T23:13:13.039Z[ helios-setup] Sep 02 23:13:11.178 INFO E| Downloaded percent-encoding v2.2.0
31592025-09-02T23:13:13.042Z[ helios-setup] Sep 02 23:13:11.180 INFO E| Downloaded num_enum_derive v0.5.7
31602025-09-02T23:13:13.042Z[ helios-setup] Sep 02 23:13:11.181 INFO E| Downloaded num_enum v0.5.7
31612025-09-02T23:13:13.049Z[ helios-setup] Sep 02 23:13:11.188 INFO E| Downloaded num-integer v0.1.45
31622025-09-02T23:13:13.052Z[ helios-setup] Sep 02 23:13:11.191 INFO E| Downloaded lazy_static v1.4.0
31632025-09-02T23:13:13.055Z[ helios-setup] Sep 02 23:13:11.193 INFO E| Downloaded spin v0.5.2
31642025-09-02T23:13:13.058Z[ helios-setup] Sep 02 23:13:11.195 INFO E| Downloaded try-lock v0.2.4
31652025-09-02T23:13:13.058Z[ helios-setup] Sep 02 23:13:11.196 INFO E| Downloaded paste v1.0.12
31662025-09-02T23:13:13.061Z[ helios-setup] Sep 02 23:13:11.201 INFO E| Downloaded dyn-clone v1.0.11
31672025-09-02T23:13:13.064Z[ helios-setup] Sep 02 23:13:11.203 INFO E| Downloaded terminal_size v0.2.6
31682025-09-02T23:13:13.067Z[ helios-setup] Sep 02 23:13:11.205 INFO E| Downloaded smallvec v1.10.0
31692025-09-02T23:13:13.070Z[ helios-setup] Sep 02 23:13:11.208 INFO E| Downloaded slab v0.4.7
31702025-09-02T23:13:13.073Z[ helios-setup] Sep 02 23:13:11.210 INFO E| Downloaded serde_spanned v0.6.1
31712025-09-02T23:13:13.073Z[ helios-setup] Sep 02 23:13:11.211 INFO E| Downloaded project-root v0.2.2
31722025-09-02T23:13:13.073Z[ helios-setup] Sep 02 23:13:11.212 INFO E| Downloaded base64 v0.21.0
31732025-09-02T23:13:13.081Z[ helios-setup] Sep 02 23:13:11.218 INFO E| Downloaded serde_derive_internals v0.26.0
31742025-09-02T23:13:13.084Z[ helios-setup] Sep 02 23:13:11.220 INFO E| Downloaded crc v3.3.0
31752025-09-02T23:13:13.084Z[ helios-setup] Sep 02 23:13:11.223 INFO E| Downloaded httpdate v1.0.2
31762025-09-02T23:13:13.087Z[ helios-setup] Sep 02 23:13:11.225 INFO E| Downloaded futures-task v0.3.28
31772025-09-02T23:13:13.090Z[ helios-setup] Sep 02 23:13:11.227 INFO E| Downloaded futures-macro v0.3.28
31782025-09-02T23:13:13.090Z[ helios-setup] Sep 02 23:13:11.228 INFO E| Downloaded serde_tokenstream v0.2.0
31792025-09-02T23:13:13.094Z[ helios-setup] Sep 02 23:13:11.234 INFO E| Downloaded serde_derive v1.0.204
31802025-09-02T23:13:13.098Z[ helios-setup] Sep 02 23:13:11.238 INFO E| Downloaded scopeguard v1.1.0
31812025-09-02T23:13:13.101Z[ helios-setup] Sep 02 23:13:11.239 INFO E| Downloaded serde_yaml v0.9.21
31822025-09-02T23:13:13.105Z[ helios-setup] Sep 02 23:13:11.245 INFO E| Downloaded semver v1.0.17
31832025-09-02T23:13:13.109Z[ helios-setup] Sep 02 23:13:11.249 INFO E| Downloaded semver v0.11.0
31842025-09-02T23:13:13.112Z[ helios-setup] Sep 02 23:13:11.251 INFO E| Downloaded sct v0.7.0
31852025-09-02T23:13:13.117Z[ helios-setup] Sep 02 23:13:11.257 INFO E| Downloaded home v0.5.4
31862025-09-02T23:13:13.120Z[ helios-setup] Sep 02 23:13:11.258 INFO E| Downloaded encoding_rs v0.8.32
31872025-09-02T23:13:13.149Z[ helios-setup] Sep 02 23:13:11.288 INFO E| Downloaded schemars_derive v0.8.12
31882025-09-02T23:13:13.152Z[ helios-setup] Sep 02 23:13:11.291 INFO E| Downloaded rhai_codegen v1.5.0
31892025-09-02T23:13:13.164Z[ helios-setup] Sep 02 23:13:11.304 INFO E| Downloaded fastrand v1.9.0
31902025-09-02T23:13:13.167Z[ helios-setup] Sep 02 23:13:11.306 INFO E| Downloaded concolor-override v1.0.0
31912025-09-02T23:13:13.170Z[ helios-setup] Sep 02 23:13:11.307 INFO E| Downloaded bytes v1.4.0
31922025-09-02T23:13:13.175Z[ helios-setup] Sep 02 23:13:11.313 INFO E| Downloaded camino v1.1.4
31932025-09-02T23:13:13.179Z[ helios-setup] Sep 02 23:13:11.316 INFO E| Downloaded bincode v1.3.3
31942025-09-02T23:13:13.182Z[ helios-setup] Sep 02 23:13:11.319 INFO E| Downloaded cargo-lock v8.0.3
31952025-09-02T23:13:13.185Z[ helios-setup] Sep 02 23:13:11.323 INFO E| Downloaded base64ct v1.8.0
31962025-09-02T23:13:13.188Z[ helios-setup] Sep 02 23:13:11.327 INFO E| Downloaded anstyle-parse v0.1.1
31972025-09-02T23:13:13.191Z[ helios-setup] Sep 02 23:13:11.330 INFO E| Downloaded anstyle v0.3.5
31982025-09-02T23:13:13.194Z[ helios-setup] Sep 02 23:13:11.332 INFO E| Downloaded anstream v0.2.6
31992025-09-02T23:13:13.197Z[ helios-setup] Sep 02 23:13:11.336 INFO E| Downloaded aho-corasick v0.7.20
32002025-09-02T23:13:13.203Z[ helios-setup] Sep 02 23:13:11.342 INFO E| Downloaded ahash v0.8.3
32012025-09-02T23:13:13.207Z[ helios-setup] Sep 02 23:13:11.346 INFO E| Downloaded ahash v0.7.6
32022025-09-02T23:13:13.214Z[ helios-setup] Sep 02 23:13:11.351 INFO E| Downloaded autocfg v1.1.0
32032025-09-02T23:13:13.218Z[ helios-setup] Sep 02 23:13:11.353 INFO E| Downloaded async-stream v0.3.5
32042025-09-02T23:13:13.218Z[ helios-setup] Sep 02 23:13:11.356 INFO E| Downloaded anyhow v1.0.68
32052025-09-02T23:13:13.225Z[ helios-setup] Sep 02 23:13:11.363 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
32062025-09-02T23:13:13.433Z[ helios-setup] Sep 02 23:13:11.572 INFO E| Downloaded libz-sys v1.1.8
32072025-09-02T23:13:13.768Z[ helios-setup] Sep 02 23:13:11.907 INFO E| Downloaded ring v0.16.20
32082025-09-02T23:13:14.081Z[ helios-setup] Sep 02 23:13:12.220 INFO E| Compiling proc-macro2 v1.0.86
32092025-09-02T23:13:14.081Z[ helios-setup] Sep 02 23:13:12.221 INFO E| Compiling unicode-ident v1.0.8
32102025-09-02T23:13:14.084Z[ helios-setup] Sep 02 23:13:12.221 INFO E| Compiling libc v0.2.139
32112025-09-02T23:13:14.084Z[ helios-setup] Sep 02 23:13:12.221 INFO E| Compiling autocfg v1.1.0
32122025-09-02T23:13:14.084Z[ helios-setup] Sep 02 23:13:12.221 INFO E| Compiling cfg-if v1.0.0
32132025-09-02T23:13:14.084Z[ helios-setup] Sep 02 23:13:12.221 INFO E| Compiling version_check v0.9.4
32142025-09-02T23:13:14.084Z[ helios-setup] Sep 02 23:13:12.221 INFO E| Compiling serde v1.0.204
32152025-09-02T23:13:14.084Z[ helios-setup] Sep 02 23:13:12.222 INFO E| Compiling syn v1.0.107
32162025-09-02T23:13:15.105Z[ helios-setup] Sep 02 23:13:13.242 INFO E| Compiling memchr v2.5.0
32172025-09-02T23:13:15.219Z[ helios-setup] Sep 02 23:13:13.358 INFO E| Compiling once_cell v1.17.0
32182025-09-02T23:13:15.408Z[ helios-setup] Sep 02 23:13:13.547 INFO E| Compiling thiserror v1.0.38
32192025-09-02T23:13:16.118Z[ host-package] Compiling qorb v0.4.1
32202025-09-02T23:13:17.121Z[ helios-setup] Sep 02 23:13:15.259 INFO E| Compiling serde_json v1.0.95
32212025-09-02T23:13:17.124Z[ helios-setup] Sep 02 23:13:15.260 INFO E| Compiling log v0.4.17
32222025-09-02T23:13:17.124Z[ helios-setup] Sep 02 23:13:15.260 INFO E| Compiling itoa v1.0.6
32232025-09-02T23:13:17.717Z[ helios-setup] Sep 02 23:13:15.856 INFO E| Compiling indexmap v1.9.3
32242025-09-02T23:13:18.458Z[ helios-setup] Sep 02 23:13:16.597 INFO E| Compiling const-oid v0.9.6
32252025-09-02T23:13:18.643Z[ helios-setup] Sep 02 23:13:16.773 INFO E| Compiling typenum v1.16.0
32262025-09-02T23:13:18.787Z[ helios-setup] Sep 02 23:13:16.909 INFO E| Compiling pin-project-lite v0.2.9
32272025-09-02T23:13:19.065Z[ helios-setup] Sep 02 23:13:17.177 INFO E| Compiling getrandom v0.2.8
32282025-09-02T23:13:19.243Z[ helios-setup] Sep 02 23:13:17.373 INFO E| Compiling bitflags v1.3.2
32292025-09-02T23:13:19.581Z[ helios-setup] Sep 02 23:13:17.717 INFO E| Compiling quote v1.0.36
32302025-09-02T23:13:19.887Z[ helios-setup] Sep 02 23:13:18.025 INFO E| Compiling jobserver v0.1.26
32312025-09-02T23:13:19.940Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32322025-09-02T23:13:20.151Z[ helios-setup] Sep 02 23:13:18.289 INFO E| Compiling generic-array v0.14.6
32332025-09-02T23:13:20.354Z[ helios-setup] Sep 02 23:13:18.492 INFO E| Compiling futures-core v0.3.28
32342025-09-02T23:13:20.822Z[ helios-setup] Sep 02 23:13:18.960 INFO E| Compiling syn v2.0.72
32352025-09-02T23:13:21.171Z[ helios-setup] Sep 02 23:13:19.309 INFO E| Compiling cc v1.0.78
32362025-09-02T23:13:21.301Z[ helios-setup] Sep 02 23:13:19.437 INFO E| Compiling bytes v1.4.0
32372025-09-02T23:13:22.024Z[ helios-setup] Sep 02 23:13:20.161 INFO E| Compiling ryu v1.0.13
32382025-09-02T23:13:23.097Z[ helios-setup] Sep 02 23:13:21.234 INFO E| Compiling lock_api v0.4.9
32392025-09-02T23:13:23.391Z[ helios-setup] Sep 02 23:13:21.528 INFO E| Compiling parking_lot_core v0.9.6
32402025-09-02T23:13:24.808Z[ helios-setup] Sep 02 23:13:22.945 INFO E| Compiling slab v0.4.7
32412025-09-02T23:13:24.919Z[ helios-setup] Sep 02 23:13:23.057 INFO E| Compiling futures-sink v0.3.28
32422025-09-02T23:13:25.078Z[ helios-setup] Sep 02 23:13:23.215 INFO E| Compiling futures-task v0.3.28
32432025-09-02T23:13:25.116Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32442025-09-02T23:13:25.216Z[ helios-setup] Sep 02 23:13:23.353 INFO E| Compiling pkg-config v0.3.26
32452025-09-02T23:13:25.572Z[ helios-setup] Sep 02 23:13:23.709 INFO E| Compiling futures-channel v0.3.28
32462025-09-02T23:13:25.786Z[ helios-setup] Sep 02 23:13:23.923 INFO E| Compiling io-lifetimes v1.0.10
32472025-09-02T23:13:26.059Z[ helios-setup] Sep 02 23:13:24.196 INFO E| Compiling libm v0.2.15
32482025-09-02T23:13:26.144Z[ helios-setup] Sep 02 23:13:24.281 INFO E| Compiling scopeguard v1.1.0
32492025-09-02T23:13:26.988Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32502025-09-02T23:13:27.137Z[ helios-setup] Sep 02 23:13:25.273 INFO E| Compiling crypto-common v0.1.6
32512025-09-02T23:13:27.255Z[ helios-setup] Sep 02 23:13:25.391 INFO E| Compiling block-buffer v0.10.3
32522025-09-02T23:13:27.545Z[ helios-setup] Sep 02 23:13:25.681 INFO E| Compiling num-traits v0.2.15
32532025-09-02T23:13:27.603Z[ helios-setup] Sep 02 23:13:25.740 INFO E| Compiling tokio v1.27.0
32542025-09-02T23:13:27.826Z[ helios-setup] Sep 02 23:13:25.963 INFO E| Compiling futures-util v0.3.28
32552025-09-02T23:13:27.997Z[ helios-setup] Sep 02 23:13:26.111 INFO E| Compiling rustix v0.37.3
32562025-09-02T23:13:28.094Z[ helios-setup] Sep 02 23:13:26.229 INFO E| Compiling digest v0.10.7
32572025-09-02T23:13:29.854Z[ helios-setup] Sep 02 23:13:27.991 INFO E| Compiling mio v0.8.5
32582025-09-02T23:13:30.023Z[ helios-setup] Sep 02 23:13:28.159 INFO E| Compiling socket2 v0.4.9
32592025-09-02T23:13:30.413Z[ helios-setup] Sep 02 23:13:28.549 INFO E| Compiling num_cpus v1.15.0
32602025-09-02T23:13:30.556Z[ helios-setup] Sep 02 23:13:28.692 INFO E| Compiling signal-hook-registry v1.4.0
32612025-09-02T23:13:30.799Z[ helios-setup] Sep 02 23:13:28.935 INFO E| Compiling errno v0.3.1
32622025-09-02T23:13:30.799Z[ helios-setup] Sep 02 23:13:28.935 INFO E| Compiling spin v0.5.2
32632025-09-02T23:13:31.444Z[ helios-setup] Sep 02 23:13:29.580 INFO E| Compiling futures-io v0.3.28
32642025-09-02T23:13:31.903Z[ helios-setup] Sep 02 23:13:30.039 INFO E| Compiling pin-utils v0.1.0
32652025-09-02T23:13:32.006Z[ helios-setup] Sep 02 23:13:30.142 INFO E| Compiling crunchy v0.2.2
32662025-09-02T23:13:33.285Z[ helios-setup] Sep 02 23:13:31.421 INFO E| Compiling num-integer v0.1.45
32672025-09-02T23:13:33.517Z[ helios-setup] Sep 02 23:13:31.653 INFO E| Compiling cpufeatures v0.2.5
32682025-09-02T23:13:33.905Z[ helios-setup] Sep 02 23:13:32.040 INFO E| Compiling tiny-keccak v2.0.2
32692025-09-02T23:13:34.700Z[ helios-setup] Sep 02 23:13:32.834 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32702025-09-02T23:13:35.006Z[ helios-setup] Sep 02 23:13:33.141 INFO E| Compiling schemars v0.8.12
32712025-09-02T23:13:35.388Z[ helios-setup] Sep 02 23:13:33.521 INFO E| Compiling hashbrown v0.12.3
32722025-09-02T23:13:36.656Z[ helios-setup] Sep 02 23:13:34.791 INFO E| Compiling serde_derive_internals v0.26.0
32732025-09-02T23:13:36.707Z[ helios-setup] Sep 02 23:13:34.842 INFO E| Compiling ahash v0.7.6
32742025-09-02T23:13:36.841Z[ helios-setup] Sep 02 23:13:34.976 INFO E| Compiling heck v0.4.1
32752025-09-02T23:13:37.414Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32762025-09-02T23:13:37.479Z[ helios-setup] Sep 02 23:13:35.614 INFO E| Compiling slog v2.7.0
32772025-09-02T23:13:38.859Z[ helios-setup] Sep 02 23:13:36.994 INFO E| Compiling thiserror-impl v1.0.38
32782025-09-02T23:13:39.044Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32792025-09-02T23:13:39.176Z[ helios-setup] Sep 02 23:13:37.311 INFO E| Compiling ahash v0.8.3
32802025-09-02T23:13:39.862Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32812025-09-02T23:13:40.251Z[ helios-setup] Sep 02 23:13:38.386 INFO E| Compiling unicode-width v0.1.10
32822025-09-02T23:13:40.308Z[ helios-setup] Sep 02 23:13:38.440 INFO E| Compiling schemars_derive v0.8.12
32832025-09-02T23:13:40.515Z[ helios-setup] Sep 02 23:13:38.650 INFO E| Compiling anyhow v1.0.68
32842025-09-02T23:13:40.579Z[ helios-setup] Sep 02 23:13:38.713 INFO E| Compiling serde_derive v1.0.204
32852025-09-02T23:13:40.692Z[ helios-setup] Sep 02 23:13:38.826 INFO E| Compiling futures-macro v0.3.28
32862025-09-02T23:13:40.695Z[ helios-setup] Sep 02 23:13:38.828 INFO E| Compiling tokio-macros v2.0.0
32872025-09-02T23:13:41.618Z[ helios-setup] Sep 02 23:13:39.752 INFO E| Compiling const-random-macro v0.1.15
32882025-09-02T23:13:42.887Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32892025-09-02T23:13:44.464Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32902025-09-02T23:13:44.982Z[ helios-setup] Sep 02 23:13:43.116 INFO E| Compiling fnv v1.0.7
32912025-09-02T23:13:44.986Z[ helios-setup] Sep 02 23:13:43.117 INFO E| Compiling byteorder v1.4.3
32922025-09-02T23:13:45.434Z[ helios-setup] Sep 02 23:13:43.565 INFO E| Compiling http v0.2.9
32932025-09-02T23:13:45.606Z[ helios-setup] Sep 02 23:13:43.740 INFO E| Compiling const-random v0.1.15
32942025-09-02T23:13:46.233Z[ helios-setup] Sep 02 23:13:44.366 INFO E| Compiling getopts v0.2.21
32952025-09-02T23:13:46.996Z[ helios-setup] Sep 02 23:13:45.130 INFO E| Compiling aho-corasick v0.7.20
32962025-09-02T23:13:47.094Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32972025-09-02T23:13:47.168Z[ helios-setup] Sep 02 23:13:45.301 INFO E| Compiling rand_core v0.6.4
32982025-09-02T23:13:47.519Z[ helios-setup] Sep 02 23:13:45.652 INFO E| Compiling tinyvec_macros v0.1.1
32992025-09-02T23:13:47.874Z[ helios-setup] Sep 02 23:13:46.007 INFO E| Compiling regex-syntax v0.6.29
33002025-09-02T23:13:48.152Z[ helios-setup] Sep 02 23:13:46.285 INFO E| Compiling time-core v0.1.2
33012025-09-02T23:13:48.187Z[ host-package] Compiling maplit v1.0.2
33022025-09-02T23:13:48.921Z[ host-package] Compiling crunchy v0.2.2
33032025-09-02T23:13:48.929Z[ helios-setup] Sep 02 23:13:47.063 INFO E| Compiling httparse v1.8.0
33042025-09-02T23:13:49.015Z[ helios-setup] Sep 02 23:13:47.148 INFO E| Compiling percent-encoding v2.2.0
33052025-09-02T23:13:50.044Z[ helios-setup] Sep 02 23:13:48.176 INFO E| Compiling num-conv v0.1.0
33062025-09-02T23:13:50.270Z[ helios-setup] Sep 02 23:13:48.403 INFO E| Compiling crc32fast v1.3.2
33072025-09-02T23:13:50.290Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33082025-09-02T23:13:50.441Z[ helios-setup] Sep 02 23:13:48.574 INFO E| Compiling powerfmt v0.2.0
33092025-09-02T23:13:50.708Z[ helios-setup] Sep 02 23:13:48.840 INFO E| Compiling form_urlencoded v1.1.0
33102025-09-02T23:13:51.017Z[ helios-setup] Sep 02 23:13:49.149 INFO E| Compiling time-macros v0.2.18
33112025-09-02T23:13:51.412Z[ helios-setup] Sep 02 23:13:49.520 INFO E| Compiling deranged v0.3.11
33122025-09-02T23:13:51.981Z[ helios-setup] Sep 02 23:13:50.113 INFO E| Compiling tinyvec v1.6.0
33132025-09-02T23:13:53.432Z[ host-package] Compiling dsl_auto_type v0.1.2
33142025-09-02T23:13:55.197Z[ helios-setup] Sep 02 23:13:53.328 INFO E| Compiling regex v1.7.3
33152025-09-02T23:13:55.696Z[ helios-setup] Sep 02 23:13:53.828 INFO E| Compiling chrono v0.4.24
33162025-09-02T23:13:56.057Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33172025-09-02T23:13:56.071Z[ helios-setup] Sep 02 23:13:54.202 INFO E| Compiling hashbrown v0.13.2
33182025-09-02T23:13:56.460Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33192025-09-02T23:13:57.313Z[ helios-setup] Sep 02 23:13:55.445 INFO E| Compiling libz-sys v1.1.8
33202025-09-02T23:13:57.387Z[ helios-setup] Sep 02 23:13:55.519 INFO E| Compiling dyn-clone v1.0.11
33212025-09-02T23:13:57.758Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33222025-09-02T23:13:58.078Z[ helios-setup] Sep 02 23:13:56.209 INFO E| Compiling num_threads v0.1.6
33232025-09-02T23:13:58.120Z[ helios-setup] Sep 02 23:13:56.251 INFO E| Compiling uuid v1.3.0
33242025-09-02T23:13:58.282Z[ host-package] Compiling tiny-keccak v2.0.2
33252025-09-02T23:13:58.369Z[ host-package] Compiling diesel_derives v2.2.3
33262025-09-02T23:13:58.731Z[ helios-setup] Sep 02 23:13:56.857 INFO E| Compiling ppv-lite86 v0.2.17
33272025-09-02T23:13:58.918Z[ helios-setup] Sep 02 23:13:57.050 INFO E| Compiling time v0.3.36
33282025-09-02T23:13:58.989Z[ helios-setup] Sep 02 23:13:57.120 INFO E| Compiling regress v0.5.0
33292025-09-02T23:13:59.097Z[ helios-setup] Sep 02 23:13:57.228 INFO E| Compiling unicode-normalization v0.1.22
33302025-09-02T23:13:59.337Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33312025-09-02T23:13:59.563Z[ host-package] Compiling proc-macro-error2 v2.0.1
33322025-09-02T23:14:00.633Z[ helios-setup] Sep 02 23:13:58.763 INFO E| Compiling rand_chacha v0.3.1
33332025-09-02T23:14:01.121Z[ host-package] Compiling r2d2 v0.8.10
33342025-09-02T23:14:02.361Z[ helios-setup] Sep 02 23:14:00.489 INFO E| Compiling is-terminal v0.4.7
33352025-09-02T23:14:02.503Z[ host-package] Compiling const_format_proc_macros v0.2.34
33362025-09-02T23:14:02.801Z[ host-package] Compiling num-derive v0.3.3
33372025-09-02T23:14:02.953Z[ helios-setup] Sep 02 23:14:01.084 INFO E| Compiling sha2 v0.10.6
33382025-09-02T23:14:03.306Z[ helios-setup] Sep 02 23:14:01.435 INFO E| Compiling lazy_static v1.4.0
33392025-09-02T23:14:03.809Z[ helios-setup] Sep 02 23:14:01.939 INFO E| Compiling dirs-sys-next v0.1.2
33402025-09-02T23:14:04.025Z[ helios-setup] Sep 02 23:14:02.155 INFO E| Compiling tracing-core v0.1.30
33412025-09-02T23:14:04.112Z[ helios-setup] Sep 02 23:14:02.242 INFO E| Compiling toml v0.5.11
33422025-09-02T23:14:05.320Z[ host-package] Compiling bit-vec v0.6.3
33432025-09-02T23:14:05.715Z[ helios-setup] Sep 02 23:14:03.845 INFO E| Compiling smallvec v1.10.0
33442025-09-02T23:14:06.094Z[ host-package] Compiling bit-set v0.5.3
33452025-09-02T23:14:06.685Z[ host-package] Compiling const_format v0.2.34
33462025-09-02T23:14:07.049Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33472025-09-02T23:14:07.198Z[ host-package] Compiling libscf-sys v1.1.0
33482025-09-02T23:14:08.560Z[ helios-setup] Sep 02 23:14:06.689 INFO E| Compiling parking_lot v0.12.1
33492025-09-02T23:14:08.818Z[ helios-setup] Sep 02 23:14:06.948 INFO E| Compiling serde_tokenstream v0.2.0
33502025-09-02T23:14:09.125Z[ host-package] Compiling tabled_derive v0.10.0
33512025-09-02T23:14:09.264Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33522025-09-02T23:14:10.985Z[ helios-setup] Sep 02 23:14:09.114 INFO E| Compiling ucd-trie v0.1.5
33532025-09-02T23:14:11.062Z[ helios-setup] Sep 02 23:14:09.191 INFO E| Compiling unicode-bidi v0.3.13
33542025-09-02T23:14:12.230Z[ helios-setup] Sep 02 23:14:10.356 INFO E| Compiling base64 v0.21.0
33552025-09-02T23:14:13.798Z[ host-package] Compiling ascii-canvas v3.0.0
33562025-09-02T23:14:14.705Z[ helios-setup] Sep 02 23:14:12.803 INFO E| Compiling utf8parse v0.2.1
33572025-09-02T23:14:14.949Z[ host-package] Compiling papergrid v0.14.0
33582025-09-02T23:14:15.095Z[ helios-setup] Sep 02 23:14:13.223 INFO E| Compiling anstyle-parse v0.1.1
33592025-09-02T23:14:15.982Z[ helios-setup] Sep 02 23:14:14.110 INFO E| Compiling idna v0.3.0
33602025-09-02T23:14:16.228Z[ helios-setup] Sep 02 23:14:14.356 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33612025-09-02T23:14:16.583Z[ host-package] Compiling ena v0.14.3
33622025-09-02T23:14:17.506Z[ helios-setup] Sep 02 23:14:15.626 INFO E| Compiling pest v2.5.7
33632025-09-02T23:14:17.844Z[ helios-setup] Sep 02 23:14:15.968 INFO E| Compiling proc-macro-crate v1.2.1
33642025-09-02T23:14:17.881Z[ host-package] Compiling bindgen v0.71.1
33652025-09-02T23:14:18.400Z[ host-package] Compiling diesel v2.2.12
33662025-09-02T23:14:19.114Z[ host-package] Compiling regex-syntax v0.6.29
33672025-09-02T23:14:19.323Z[ helios-setup] Sep 02 23:14:17.450 INFO E| Compiling tracing v0.1.37
33682025-09-02T23:14:19.415Z[ helios-setup] Sep 02 23:14:17.542 INFO E| Compiling dirs-next v2.0.0
33692025-09-02T23:14:20.071Z[ helios-setup] Sep 02 23:14:18.198 INFO E| Compiling rand v0.8.5
33702025-09-02T23:14:23.368Z[ helios-setup] Sep 02 23:14:21.495 INFO E| Compiling futures-executor v0.3.28
33712025-09-02T23:14:23.695Z[ helios-setup] Sep 02 23:14:21.821 INFO E| Compiling terminal_size v0.2.6
33722025-09-02T23:14:23.874Z[ helios-setup] Sep 02 23:14:22.000 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33732025-09-02T23:14:24.101Z[ helios-setup] Sep 02 23:14:22.228 INFO E| Compiling time v0.1.45
33742025-09-02T23:14:24.145Z[ helios-setup] Sep 02 23:14:22.272 INFO E| Compiling thread_local v1.1.7
33752025-09-02T23:14:24.242Z[ helios-setup] Sep 02 23:14:22.368 INFO E| Compiling concolor-query v0.3.3
33762025-09-02T23:14:24.671Z[ helios-setup] Sep 02 23:14:22.796 INFO E| Compiling semver v1.0.17
33772025-09-02T23:14:25.268Z[ helios-setup] Sep 02 23:14:23.393 INFO E| Compiling concolor-override v1.0.0
33782025-09-02T23:14:25.958Z[ helios-setup] Sep 02 23:14:24.082 INFO E| Compiling iana-time-zone v0.1.56
33792025-09-02T23:14:26.036Z[ helios-setup] Sep 02 23:14:24.161 INFO E| Compiling anstyle v0.3.5
33802025-09-02T23:14:27.387Z[ helios-setup] Sep 02 23:14:25.514 INFO E| Compiling anstream v0.2.6
33812025-09-02T23:14:27.984Z[ helios-setup] Sep 02 23:14:26.110 INFO E| Compiling tokio-util v0.7.7
33822025-09-02T23:14:28.861Z[ helios-setup] Sep 02 23:14:26.987 INFO E| Compiling futures v0.3.28
33832025-09-02T23:14:28.870Z[ host-package] Compiling diff v0.1.13
33842025-09-02T23:14:29.467Z[ helios-setup] Sep 02 23:14:27.593 INFO E| Compiling semver-parser v0.10.2
33852025-09-02T23:14:29.540Z[ helios-setup] Sep 02 23:14:27.665 INFO E| Compiling term v0.7.0
33862025-09-02T23:14:29.725Z[ helios-setup] Sep 02 23:14:27.851 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33872025-09-02T23:14:30.164Z[ host-package] Compiling lalrpop v0.19.12
33882025-09-02T23:14:31.809Z[ helios-setup] Sep 02 23:14:29.934 INFO E| Compiling num_enum_derive v0.5.7
33892025-09-02T23:14:31.897Z[ helios-setup] Sep 02 23:14:30.022 INFO E| Compiling url v2.3.1
33902025-09-02T23:14:35.179Z[ helios-setup] Sep 02 23:14:33.304 INFO E| Compiling atty v0.2.14
33912025-09-02T23:14:35.710Z[ helios-setup] Sep 02 23:14:33.832 INFO E| Compiling clap_lex v0.4.1
33922025-09-02T23:14:35.799Z[ helios-setup] Sep 02 23:14:33.924 INFO E| Compiling same-file v1.0.6
33932025-09-02T23:14:35.911Z[ helios-setup] Sep 02 23:14:34.036 INFO E| Compiling try-lock v0.2.4
33942025-09-02T23:14:36.460Z[ helios-setup] Sep 02 23:14:34.584 INFO E| Compiling adler v1.0.2
33952025-09-02T23:14:36.618Z[ helios-setup] Sep 02 23:14:34.742 INFO E| Compiling strsim v0.10.0
33962025-09-02T23:14:37.217Z[ helios-setup] Sep 02 23:14:35.341 INFO E| Compiling miniz_oxide v0.6.2
33972025-09-02T23:14:37.502Z[ helios-setup] Sep 02 23:14:35.617 INFO E| Compiling walkdir v2.3.3
33982025-09-02T23:14:37.955Z[ host-package] Compiling tabled v0.18.0
33992025-09-02T23:14:38.029Z[ helios-setup] Sep 02 23:14:36.142 INFO E| Compiling clap_builder v4.2.1
34002025-09-02T23:14:39.263Z[ helios-setup] Sep 02 23:14:37.386 INFO E| Compiling want v0.3.0
34012025-09-02T23:14:39.964Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34022025-09-02T23:14:40.481Z[ helios-setup] Sep 02 23:14:38.604 INFO E| Compiling num_enum v0.5.7
34032025-09-02T23:14:40.600Z[ helios-setup] Sep 02 23:14:38.724 INFO E| Compiling slog-term v2.9.0
34042025-09-02T23:14:41.134Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34052025-09-02T23:14:42.843Z[ helios-setup] Sep 02 23:14:40.961 INFO E| Compiling semver v0.11.0
34062025-09-02T23:14:43.583Z[ helios-setup] Sep 02 23:14:41.705 INFO E| Compiling h2 v0.3.16
34072025-09-02T23:14:44.497Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34082025-09-02T23:14:45.765Z[ helios-setup] Sep 02 23:14:43.737 INFO E| Compiling http-body v0.4.5
34092025-09-02T23:14:46.465Z[ helios-setup] Sep 02 23:14:44.587 INFO E| Compiling clap_derive v4.2.0
34102025-09-02T23:14:46.809Z[ helios-setup] Sep 02 23:14:44.931 INFO E| Compiling ring v0.16.20
34112025-09-02T23:14:48.094Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34122025-09-02T23:14:52.973Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34132025-09-02T23:14:53.030Z[ helios-setup] Sep 02 23:14:47.431 INFO E| Compiling fastrand v1.9.0
34142025-09-02T23:14:53.030Z[ helios-setup] Sep 02 23:14:48.334 INFO E| Compiling home v0.5.4
34152025-09-02T23:14:53.030Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34162025-09-02T23:14:53.030Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34172025-09-02T23:14:53.030Z[ helios-setup] Sep 02 23:14:49.150 INFO E| Compiling httpdate v1.0.2
34182025-09-02T23:14:53.030Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34192025-09-02T23:14:53.089Z[ helios-setup] Sep 02 23:14:50.677 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
34202025-09-02T23:14:54.036Z[ helios-setup] Sep 02 23:14:52.157 INFO E| Compiling tower-service v0.3.2
34212025-09-02T23:14:54.535Z[ helios-setup] Sep 02 23:14:52.657 INFO E| Compiling base64ct v1.8.0
34222025-09-02T23:14:55.183Z[ helios-setup] Sep 02 23:14:53.304 INFO E| Compiling zeroize v1.8.1
34232025-09-02T23:14:56.037Z[ helios-setup] Sep 02 23:14:54.158 INFO E| Compiling pem-rfc7468 v0.7.0
34242025-09-02T23:14:56.231Z[ helios-setup] Sep 02 23:14:54.352 INFO E| Compiling hyper v0.14.25
34252025-09-02T23:14:57.560Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34262025-09-02T23:14:58.762Z[ helios-setup] Sep 02 23:14:56.882 INFO E| Compiling toolchain_find v0.2.0
34272025-09-02T23:14:58.897Z[ helios-setup] Sep 02 23:14:57.018 INFO E| Compiling clap v4.2.1
34282025-09-02T23:14:59.418Z[ helios-setup] Sep 02 23:14:57.536 INFO E| Compiling tempfile v3.5.0
34292025-09-02T23:15:00.987Z[ helios-setup] Sep 02 23:14:59.108 INFO E| Compiling cargo-lock v8.0.3
34302025-09-02T23:15:04.067Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34312025-09-02T23:15:05.125Z[ host-package] Compiling derive_builder_core v0.20.2
34322025-09-02T23:15:09.173Z[ host-package] Compiling headers-core v0.3.0
34332025-09-02T23:15:09.909Z[ host-package] Compiling libxml v0.3.3
34342025-09-02T23:15:10.722Z[ helios-setup] Sep 02 23:15:08.840 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
34352025-09-02T23:15:11.741Z[ host-package] Compiling headers v0.4.1
34362025-09-02T23:15:13.172Z[ helios-setup] Sep 02 23:15:11.291 INFO E| Compiling flate2 v1.0.25
34372025-09-02T23:15:15.243Z[ host-package] Compiling polar-core v0.27.3
34382025-09-02T23:15:15.935Z[ helios-setup] Sep 02 23:15:14.053 INFO E| Compiling serde_urlencoded v0.7.1
34392025-09-02T23:15:17.103Z[ helios-setup] Sep 02 23:15:15.220 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
34402025-09-02T23:15:17.424Z[ helios-setup] Sep 02 23:15:15.542 INFO E| Compiling der_derive v0.7.3
34412025-09-02T23:15:17.518Z[ host-package] Compiling derive_builder_macro v0.20.2
34422025-09-02T23:15:18.834Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34432025-09-02T23:15:19.329Z[ host-package] Compiling samael v0.0.19
34442025-09-02T23:15:19.551Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34452025-09-02T23:15:21.262Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34462025-09-02T23:15:22.056Z[ host-package] Compiling strum_macros v0.24.3
34472025-09-02T23:15:22.184Z[ host-package] Compiling convert_case v0.7.1
34482025-09-02T23:15:22.334Z[ helios-setup] Sep 02 23:15:20.450 INFO E| Compiling sha1 v0.10.5
34492025-09-02T23:15:22.955Z[ host-package] Compiling indoc v1.0.9
34502025-09-02T23:15:24.182Z[ host-package] Compiling termtree v0.5.1
34512025-09-02T23:15:24.340Z[ host-package] Compiling crc8 v0.1.1
34522025-09-02T23:15:24.493Z[ helios-setup] Sep 02 23:15:22.609 INFO E| Compiling flagset v0.4.7
34532025-09-02T23:15:24.862Z[ host-package] Compiling derive_more-impl v2.0.1
34542025-09-02T23:15:25.069Z[ helios-setup] Sep 02 23:15:23.180 INFO E| Compiling der v0.7.10
34552025-09-02T23:15:25.226Z[ host-package] Compiling derive_builder v0.20.2
34562025-09-02T23:15:28.339Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34572025-09-02T23:15:28.673Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34582025-09-02T23:15:29.446Z[ host-package] Compiling oso-derive v0.27.3
34592025-09-02T23:15:29.524Z[ host-package] Compiling quick-xml v0.37.2
34602025-09-02T23:15:30.117Z[ helios-setup] Sep 02 23:15:28.233 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34612025-09-02T23:15:30.294Z[ helios-setup] Sep 02 23:15:28.409 INFO E| Compiling rustfmt-wrapper v0.2.0
34622025-09-02T23:15:31.379Z[ host-package] Compiling derive_more v2.0.1
34632025-09-02T23:15:31.437Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34642025-09-02T23:15:31.843Z[ host-package] Compiling vte_generate_state_changes v0.1.2
34652025-09-02T23:15:32.302Z[ helios-setup] Sep 02 23:15:30.416 INFO E| Compiling openapiv3 v1.0.2
34662025-09-02T23:15:33.044Z[ helios-setup] Sep 02 23:15:31.158 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34672025-09-02T23:15:33.625Z[ host-package] Compiling diesel-dtrace v0.4.2
34682025-09-02T23:15:34.087Z[ helios-setup] Sep 02 23:15:32.201 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34692025-09-02T23:15:34.462Z[ host-package] Compiling arc-swap v1.7.1
34702025-09-02T23:15:34.669Z[ host-package] Compiling siphasher v1.0.1
34712025-09-02T23:15:34.910Z[ helios-setup] Sep 02 23:15:33.024 INFO E| Compiling encoding_rs v0.8.32
34722025-09-02T23:15:35.104Z[ host-package] Compiling vte v0.11.1
34732025-09-02T23:15:35.826Z[ helios-setup] Sep 02 23:15:33.939 INFO E| Compiling unsafe-libyaml v0.2.8
34742025-09-02T23:15:35.925Z[ host-package] Compiling phf_shared v0.12.1
34752025-09-02T23:15:36.089Z[ host-package] Compiling slog-scope v4.4.0
34762025-09-02T23:15:37.077Z[ host-package] Compiling crossterm v0.29.0
34772025-09-02T23:15:37.244Z[ helios-setup] Sep 02 23:15:35.358 INFO E| Compiling radium v0.7.0
34782025-09-02T23:15:37.420Z[ helios-setup] Sep 02 23:15:35.534 INFO E| Compiling ipnet v2.7.2
34792025-09-02T23:15:37.577Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
34802025-09-02T23:15:38.433Z[ helios-setup] Sep 02 23:15:36.546 INFO E| Compiling untrusted v0.7.1
34812025-09-02T23:15:38.860Z[ helios-setup] Sep 02 23:15:36.973 INFO E| Compiling project-root v0.2.2
34822025-09-02T23:15:38.899Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34832025-09-02T23:15:39.271Z[ helios-setup] Sep 02 23:15:37.384 INFO E| Compiling utf-8 v0.7.6
34842025-09-02T23:15:39.552Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34852025-09-02T23:15:39.588Z[ helios-setup] Sep 02 23:15:37.701 INFO E| Compiling base64 v0.13.1
34862025-09-02T23:15:40.097Z[ helios-setup] Sep 02 23:15:38.210 INFO E| Compiling mime v0.3.17
34872025-09-02T23:15:40.194Z[ helios-setup] Sep 02 23:15:38.307 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34882025-09-02T23:15:40.549Z[ host-package] Compiling bb8 v0.8.5
34892025-09-02T23:15:41.269Z[ helios-setup] Sep 02 23:15:39.377 INFO E| Compiling reqwest v0.11.16
34902025-09-02T23:15:42.010Z[ helios-setup] Sep 02 23:15:40.122 INFO E| Compiling tungstenite v0.18.0
34912025-09-02T23:15:42.218Z[ host-package] Compiling unicase v2.7.0
34922025-09-02T23:15:42.899Z[ helios-setup] Sep 02 23:15:41.012 INFO E| Compiling serde_yaml v0.9.21
34932025-09-02T23:15:46.056Z[ helios-setup] Sep 02 23:15:44.167 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34942025-09-02T23:15:49.616Z[ helios-setup] Sep 02 23:15:47.727 INFO E| Compiling spki v0.7.3
34952025-09-02T23:15:51.052Z[ helios-setup] Sep 02 23:15:49.163 INFO E| Compiling crossbeam-utils v0.8.14
34962025-09-02T23:15:51.570Z[ helios-setup] Sep 02 23:15:49.681 INFO E| Compiling maybe-uninit v2.0.0
34972025-09-02T23:15:51.613Z[ host-package] Compiling xshell-macros v0.2.7
34982025-09-02T23:15:52.833Z[ helios-setup] Sep 02 23:15:50.943 INFO E| Compiling tap v1.0.1
34992025-09-02T23:15:53.265Z[ helios-setup] Sep 02 23:15:51.376 INFO E| Compiling wyz v0.5.1
35002025-09-02T23:15:53.321Z[ host-package] Compiling chrono-tz v0.10.4
35012025-09-02T23:15:54.171Z[ host-package] Compiling xshell v0.2.7
35022025-09-02T23:15:54.371Z[ helios-setup] Sep 02 23:15:52.482 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35032025-09-02T23:15:56.812Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
35042025-09-02T23:16:00.552Z[ host-package] Compiling async-bb8-diesel v0.2.1
35052025-09-02T23:16:02.983Z[ host-package] Compiling strip-ansi-escapes v0.2.0
35062025-09-02T23:16:03.115Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35072025-09-02T23:16:04.503Z[ helios-setup] Sep 02 23:16:02.612 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35082025-09-02T23:16:04.696Z[ host-package] Compiling oso v0.27.3
35092025-09-02T23:16:06.304Z[ helios-setup] Sep 02 23:16:04.413 INFO E| Compiling tokio-tungstenite v0.18.0
35102025-09-02T23:16:07.803Z[ helios-setup] Sep 02 23:16:05.912 INFO E| Compiling toml_datetime v0.6.1
35112025-09-02T23:16:09.375Z[ helios-setup] Sep 02 23:16:07.484 INFO E| Compiling serde_spanned v0.6.1
35122025-09-02T23:16:10.179Z[ helios-setup] Sep 02 23:16:08.287 INFO E| Compiling zerocopy-derive v0.6.6
35132025-09-02T23:16:13.340Z[ helios-setup] Sep 02 23:16:11.448 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35142025-09-02T23:16:14.539Z[ helios-setup] Sep 02 23:16:12.647 INFO E| Compiling smartstring v1.0.1
35152025-09-02T23:16:14.952Z[ helios-setup] Sep 02 23:16:13.059 INFO E| Compiling num-bigint-dig v0.8.4
35162025-09-02T23:16:15.908Z[ helios-setup] Sep 02 23:16:14.015 INFO E| Compiling funty v2.0.0
35172025-09-02T23:16:16.070Z[ helios-setup] Sep 02 23:16:14.178 INFO E| Compiling rustls v0.21.0
35182025-09-02T23:16:17.155Z[ helios-setup] Sep 02 23:16:15.262 INFO E| Compiling packed_struct v0.10.1
35192025-09-02T23:16:18.225Z[ helios-setup] Sep 02 23:16:16.331 INFO E| Compiling winnow v0.4.1
35202025-09-02T23:16:18.549Z[ host-package] Compiling slog-stdlog v4.1.1
35212025-09-02T23:16:20.397Z[ helios-setup] Sep 02 23:16:18.503 INFO E| Compiling bitvec v1.0.1
35222025-09-02T23:16:20.438Z[ host-package] Compiling phf v0.12.1
35232025-09-02T23:16:21.661Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35242025-09-02T23:16:23.156Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35252025-09-02T23:16:24.072Z[ host-package] Compiling fd-lock v4.0.2
35262025-09-02T23:16:25.043Z[ host-package] Compiling peg-macros v0.8.5
35272025-09-02T23:16:25.483Z[ helios-setup] Sep 02 23:16:23.588 INFO E| Compiling toml_edit v0.19.8
35282025-09-02T23:16:29.495Z[ helios-setup] Sep 02 23:16:27.600 INFO E| Compiling sct v0.7.0
35292025-09-02T23:16:29.627Z[ helios-setup] Sep 02 23:16:27.732 INFO E| Compiling rustls-webpki v0.100.1
35302025-09-02T23:16:31.118Z[ helios-setup] Sep 02 23:16:29.223 INFO E| Compiling zerocopy v0.6.6
35312025-09-02T23:16:31.491Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35322025-09-02T23:16:33.566Z[ helios-setup] Sep 02 23:16:31.670 INFO E| Compiling pkcs8 v0.10.2
35332025-09-02T23:16:34.090Z[ host-package] Compiling nu-ansi-term v0.50.1
35342025-09-02T23:16:35.470Z[ helios-setup] Sep 02 23:16:33.573 INFO E| Compiling num-iter v0.1.44
35352025-09-02T23:16:36.159Z[ helios-setup] Sep 02 23:16:34.262 INFO E| Compiling packed_struct_codegen v0.10.1
35362025-09-02T23:16:36.262Z[ helios-setup] Sep 02 23:16:34.365 INFO E| Compiling async-trait v0.1.68
35372025-09-02T23:16:36.872Z[ helios-setup] Sep 02 23:16:34.976 INFO E| Compiling crc-catalog v2.4.0
35382025-09-02T23:16:36.949Z[ host-package] Compiling reedline v0.40.0
35392025-09-02T23:16:37.320Z[ helios-setup] Sep 02 23:16:35.423 INFO E| Compiling paste v1.0.12
35402025-09-02T23:16:37.413Z[ host-package] Compiling peg v0.8.5
35412025-09-02T23:16:37.609Z[ helios-setup] Sep 02 23:16:35.712 INFO E| Compiling slog-async v2.7.0
35422025-09-02T23:16:37.832Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35432025-09-02T23:16:38.660Z[ helios-setup] Sep 02 23:16:36.763 INFO E| Compiling static_assertions v1.1.0
35442025-09-02T23:16:38.978Z[ helios-setup] Sep 02 23:16:37.081 INFO E| Compiling camino v1.1.4
35452025-09-02T23:16:39.031Z[ helios-setup] Sep 02 23:16:37.135 INFO E| Compiling nodrop v0.1.14
35462025-09-02T23:16:39.986Z[ helios-setup] Sep 02 23:16:38.037 INFO E| Compiling match_cfg v0.1.0
35472025-09-02T23:16:40.569Z[ helios-setup] Sep 02 23:16:38.672 INFO E| Compiling hostname v0.3.1
35482025-09-02T23:16:41.056Z[ helios-setup] Sep 02 23:16:39.159 INFO E| Compiling array-init v0.0.4
35492025-09-02T23:16:43.515Z[ helios-setup] Sep 02 23:16:41.617 INFO E| Compiling crc v3.3.0
35502025-09-02T23:16:44.656Z[ helios-setup] Sep 02 23:16:42.758 INFO E| Compiling crossbeam-channel v0.5.6
35512025-09-02T23:16:46.881Z[ helios-setup] Sep 02 23:16:44.983 INFO E| Compiling pkcs1 v0.7.5
35522025-09-02T23:16:47.761Z[ helios-setup] Sep 02 23:16:45.863 INFO E| Compiling smallvec v0.6.14
35532025-09-02T23:16:48.674Z[ helios-setup] Sep 02 23:16:46.775 INFO E| Compiling toml v0.7.3
35542025-09-02T23:16:50.934Z[ helios-setup] Sep 02 23:16:49.035 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
35552025-09-02T23:16:53.395Z[ helios-setup] Sep 02 23:16:51.495 INFO E| Compiling slog-json v2.6.1
35562025-09-02T23:16:54.361Z[ helios-setup] Sep 02 23:16:52.462 INFO E| Compiling bitflags v2.9.1
35572025-09-02T23:16:56.403Z[ helios-setup] Sep 02 23:16:54.504 INFO E| Compiling bincode v1.3.3
35582025-09-02T23:16:58.206Z[ helios-setup] Sep 02 23:16:56.304 INFO E| Compiling unicode-linebreak v0.1.4
35592025-09-02T23:16:59.072Z[ helios-setup] Sep 02 23:16:57.168 INFO E| Compiling signature v2.2.0
35602025-09-02T23:16:59.811Z[ helios-setup] Sep 02 23:16:57.910 INFO E| Compiling async-stream-impl v0.3.5
35612025-09-02T23:17:00.064Z[ helios-setup] Sep 02 23:16:58.162 INFO E| Compiling rhai_codegen v1.5.0
35622025-09-02T23:17:02.673Z[ helios-setup] Sep 02 23:17:00.772 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35632025-09-02T23:17:02.735Z[ helios-setup] Sep 02 23:17:00.814 INFO E| Compiling allocator-api2 v0.2.21
35642025-09-02T23:17:02.929Z[ helios-setup] Sep 02 23:17:01.027 INFO E| Compiling foldhash v0.1.5
35652025-09-02T23:17:03.669Z[ helios-setup] Sep 02 23:17:01.768 INFO E| Compiling equivalent v1.0.2
35662025-09-02T23:17:04.057Z[ helios-setup] Sep 02 23:17:02.156 INFO E| Compiling subtle v2.6.1
35672025-09-02T23:17:04.126Z[ helios-setup] Sep 02 23:17:02.222 INFO E| Compiling bitfield v0.14.0
35682025-09-02T23:17:04.871Z[ helios-setup] Sep 02 23:17:02.968 INFO E| Compiling take_mut v0.2.2
35692025-09-02T23:17:05.016Z[ helios-setup] Sep 02 23:17:03.114 INFO E| Compiling termcolor v1.2.0
35702025-09-02T23:17:05.016Z[ helios-setup] Sep 02 23:17:03.114 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
35712025-09-02T23:17:05.640Z[ helios-setup] Sep 02 23:17:03.737 INFO E| Compiling rhai v1.14.0
35722025-09-02T23:17:06.874Z[ helios-setup] Sep 02 23:17:04.972 INFO E| Compiling env_logger v0.10.2
35732025-09-02T23:17:07.054Z[ helios-setup] Sep 02 23:17:05.152 INFO E| Compiling rsa v0.9.8
35742025-09-02T23:17:09.179Z[ helios-setup] Sep 02 23:17:07.276 INFO E| Compiling hashbrown v0.15.3
35752025-09-02T23:17:10.941Z[ helios-setup] Sep 02 23:17:09.039 INFO E| Compiling async-stream v0.3.5
35762025-09-02T23:17:11.224Z[ helios-setup] Sep 02 23:17:09.320 INFO E| Compiling tokio-rustls v0.24.0
35772025-09-02T23:17:12.127Z[ helios-setup] Sep 02 23:17:10.224 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
35782025-09-02T23:17:12.716Z[ helios-setup] Sep 02 23:17:10.813 INFO E| Compiling ron v0.8.1
35792025-09-02T23:17:12.968Z[ helios-setup] Sep 02 23:17:11.065 INFO E| Compiling slog-bunyan v2.4.0
35802025-09-02T23:17:13.079Z[ helios-setup] Sep 02 23:17:11.176 INFO E| Compiling serde-hex v0.1.0
35812025-09-02T23:17:13.810Z[ helios-setup] Sep 02 23:17:11.906 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35822025-09-02T23:17:15.702Z[ host-package] Compiling slog-envlogger v2.2.0
35832025-09-02T23:17:19.808Z[ helios-setup] Sep 02 23:17:17.904 INFO E| Compiling x509-cert v0.2.5
35842025-09-02T23:17:20.024Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35852025-09-02T23:17:21.426Z[ helios-setup] Sep 02 23:17:19.522 INFO E| Compiling rustls-pemfile v1.0.2
35862025-09-02T23:17:22.198Z[ helios-setup] Sep 02 23:17:20.294 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35872025-09-02T23:17:22.805Z[ helios-setup] Sep 02 23:17:20.900 INFO E| Compiling serde_path_to_error v0.1.11
35882025-09-02T23:17:22.921Z[ helios-setup] Sep 02 23:17:21.015 INFO E| Compiling derive-where v1.4.0
35892025-09-02T23:17:23.091Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35902025-09-02T23:17:24.967Z[ helios-setup] Sep 02 23:17:23.062 INFO E| Compiling hex v0.4.3
35912025-09-02T23:17:24.979Z[ host-package] Compiling typify-impl v0.2.0
35922025-09-02T23:17:25.139Z[ helios-setup] Sep 02 23:17:23.233 INFO E| Compiling crc-any v2.5.0
35932025-09-02T23:17:26.151Z[ host-package] Compiling bcs v0.1.6
35942025-09-02T23:17:26.200Z[ helios-setup] Sep 02 23:17:24.294 INFO E| Compiling rustc-hash v2.1.1
35952025-09-02T23:17:26.612Z[ helios-setup] Sep 02 23:17:24.707 INFO E| Compiling debug-ignore v1.0.5
35962025-09-02T23:17:26.899Z[ host-package] Compiling fxhash v0.2.1
35972025-09-02T23:17:27.068Z[ helios-setup] Sep 02 23:17:25.163 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35982025-09-02T23:17:27.922Z[ host-package] Compiling libz-sys v1.1.20
35992025-09-02T23:17:28.060Z[ host-package] Compiling half v1.8.3
36002025-09-02T23:17:29.068Z[ helios-setup] Sep 02 23:17:27.163 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
36012025-09-02T23:17:29.607Z[ helios-setup] Sep 02 23:17:27.701 INFO E| Compiling iddqd v0.3.1
36022025-09-02T23:17:29.775Z[ helios-setup] Sep 02 23:17:27.869 INFO E| Compiling object v0.30.4
36032025-09-02T23:17:30.118Z[ host-package] Compiling serde_cbor v0.11.2
36042025-09-02T23:17:35.312Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36052025-09-02T23:17:36.382Z[ helios-setup] Sep 02 23:17:34.475 INFO E| Compiling path-slash v0.1.5
36062025-09-02T23:17:37.137Z[ helios-setup] Sep 02 23:17:35.230 INFO E| Compiling smawk v0.3.1
36072025-09-02T23:17:38.055Z[ helios-setup] Sep 02 23:17:36.148 INFO E| Compiling textwrap v0.16.0
36082025-09-02T23:17:41.468Z[ helios-setup] Sep 02 23:17:39.560 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36092025-09-02T23:17:43.016Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36102025-09-02T23:17:43.593Z[ host-package] Compiling typify-macro v0.2.0
36112025-09-02T23:17:43.702Z[ helios-setup] Sep 02 23:17:41.794 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
36122025-09-02T23:17:44.947Z[ host-package] Compiling kstat-rs v0.2.4
36132025-09-02T23:17:46.721Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36142025-09-02T23:17:47.770Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36152025-09-02T23:17:49.853Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36162025-09-02T23:17:50.438Z[ host-package] Compiling nix v0.30.1
36172025-09-02T23:17:52.626Z[ host-package] Compiling nanorand v0.7.0
36182025-09-02T23:17:54.471Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
36192025-09-02T23:17:56.147Z[ host-package] Compiling parking_lot_core v0.8.6
36202025-09-02T23:17:58.949Z[ helios-setup] Sep 02 23:17:57.038 INFO E| Compiling bzip2 v0.4.4
36212025-09-02T23:18:00.096Z[ helios-setup] Sep 02 23:17:58.185 INFO E| Compiling zip v0.6.6
36222025-09-02T23:18:02.294Z[ helios-setup] Sep 02 23:18:00.382 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36232025-09-02T23:18:10.082Z[ helios-setup] Sep 02 23:18:08.169 INFO E| Compiling git2 v0.16.1
36242025-09-02T23:18:11.457Z[ host-package] Compiling flume v0.11.1
36252025-09-02T23:18:12.632Z[ host-package] Compiling mime_guess v2.0.5
36262025-09-02T23:18:15.678Z[ host-package] Compiling ignore v0.4.23
36272025-09-02T23:18:15.998Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36282025-09-02T23:18:16.041Z[ helios-setup] Sep 02 23:18:14.127 INFO E| Compiling built v0.6.0
36292025-09-02T23:18:17.876Z[ helios-setup] Sep 02 23:18:15.962 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
36302025-09-02T23:18:19.993Z[ helios-setup] Sep 02 23:18:18.079 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
36312025-09-02T23:18:20.884Z[ helios-setup] Sep 02 23:18:18.969 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
36322025-09-02T23:18:21.159Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36332025-09-02T23:18:22.038Z[ host-package] Compiling castaway v0.2.3
36342025-09-02T23:18:22.127Z[ helios-setup] Sep 02 23:18:20.213 INFO E| warning: struct `NeedRequestContext` is never constructed
36352025-09-02T23:18:22.127Z[ helios-setup] Sep 02 23:18:20.213 INFO E| --> racktest/agent/server/src/lib.rs:104:9
36362025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| |
36372025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
36382025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| | ^^^^^^^^^^^^^^
36392025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| |
36402025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| = note: `#[warn(dead_code)]` on by default
36412025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| warning: struct `NeedHttpResponse` is never constructed
36422025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| --> racktest/agent/server/src/lib.rs:107:6
36432025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| |
36442025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36452025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| | ^^^^^^^^
36462025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| warning: struct `NeedRequestContext` is never constructed
36472025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| --> racktest/agent/server/src/lib.rs:132:9
36482025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| |
36492025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
36502025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| | ^^^^^^^^^^^^^^
36512025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| warning: struct `NeedHttpResponse` is never constructed
36522025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| --> racktest/agent/server/src/lib.rs:135:6
36532025-09-02T23:18:22.131Z[ helios-setup] Sep 02 23:18:20.213 INFO E| |
36542025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36552025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| | ^^^^^^^^
36562025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| warning: struct `NeedRequestContext` is never constructed
36572025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| --> racktest/agent/server/src/lib.rs:284:9
36582025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| |
36592025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
36602025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| | ^^^^^^^^^^^^^^
36612025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| warning: struct `NeedRequestContext` is never constructed
36622025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| --> racktest/agent/server/src/lib.rs:406:9
36632025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| |
36642025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
36652025-09-02T23:18:22.132Z[ helios-setup] Sep 02 23:18:20.213 INFO E| | ^^^^^^^^^^^^^^
36662025-09-02T23:18:22.374Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36672025-09-02T23:18:23.134Z[ host-package] Compiling compact_str v0.8.0
36682025-09-02T23:18:23.365Z[ helios-setup] Sep 02 23:18:21.450 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
36692025-09-02T23:18:25.304Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36702025-09-02T23:18:26.176Z[ host-package] Compiling globwalk v0.9.1
36712025-09-02T23:18:28.612Z[ helios-setup] Sep 02 23:18:26.696 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
36722025-09-02T23:18:30.633Z[ host-package] Compiling typify v0.2.0
36732025-09-02T23:18:31.121Z[ host-package] Compiling predicates-tree v1.0.12
36742025-09-02T23:18:32.024Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36752025-09-02T23:18:33.070Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36762025-09-02T23:18:34.153Z[ host-package] Compiling unicode-truncate v1.1.0
36772025-09-02T23:18:38.119Z[ host-package] Compiling lru v0.12.5
36782025-09-02T23:18:39.098Z[ host-package] Compiling vergen v8.3.2
36792025-09-02T23:18:39.648Z[ helios-setup] Sep 02 23:18:37.729 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
36802025-09-02T23:18:40.364Z[ host-package] Compiling nibble_vec v0.1.0
36812025-09-02T23:18:41.104Z[ host-package] Compiling cargo-platform v0.1.8
36822025-09-02T23:18:42.255Z[ host-package] Compiling instability v0.3.2
36832025-09-02T23:18:44.390Z[ host-package] Compiling atty v0.2.14
36842025-09-02T23:18:44.602Z[ host-package] Compiling indoc v2.0.6
36852025-09-02T23:18:45.094Z[ host-package] Compiling endian-type v0.1.2
36862025-09-02T23:18:45.835Z[ host-package] Compiling cassowary v0.3.0
36872025-09-02T23:18:46.032Z[ host-package] Compiling http-range v0.1.5
36882025-09-02T23:18:46.705Z[ host-package] Compiling salty v0.3.0
36892025-09-02T23:18:47.332Z[ host-package] Compiling ratatui v0.29.0
36902025-09-02T23:18:48.242Z[ host-package] Compiling radix_trie v0.2.1
36912025-09-02T23:18:50.589Z[ host-package] Compiling cargo_metadata v0.18.1
36922025-09-02T23:18:52.306Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36932025-09-02T23:18:56.304Z[ host-package] Compiling camino-tempfile-ext v0.3.2
36942025-09-02T23:18:59.091Z[ host-package] Compiling progenitor-impl v0.8.0
36952025-09-02T23:19:03.912Z[ host-package] Compiling git2 v0.19.0
36962025-09-02T23:19:08.390Z[ helios-setup] Sep 02 23:19:06.467 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36972025-09-02T23:19:13.499Z[ host-package] Compiling parking_lot v0.11.2
36982025-09-02T23:19:15.243Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36992025-09-02T23:19:15.833Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37002025-09-02T23:19:16.564Z[ host-package] Compiling rand_seeder v0.4.0
37012025-09-02T23:19:16.645Z[ host-package] Compiling prefix-trie v0.7.0
37022025-09-02T23:19:17.149Z[ host-package] Compiling lzma-sys v0.1.20
37032025-09-02T23:19:17.909Z[ host-package] Compiling rustls v0.21.12
37042025-09-02T23:19:18.367Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
37052025-09-02T23:19:18.517Z[ host-package] Compiling hickory-server v0.25.2
37062025-09-02T23:19:25.622Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37072025-09-02T23:19:26.193Z[ host-package] Compiling hyper-staticfile v0.10.1
37082025-09-02T23:19:26.816Z[ host-package] Compiling sled v0.34.7
37092025-09-02T23:19:30.643Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37102025-09-02T23:19:37.037Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37112025-09-02T23:19:59.848Z[ host-package] Compiling progenitor-macro v0.8.0
37122025-09-02T23:20:02.129Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37132025-09-02T23:20:03.591Z[ helios-setup] Sep 02 23:20:01.659 INFO E| Finished `release` profile [optimized] target(s) in 6m 57s
37142025-09-02T23:20:03.731Z[ helios-setup] Sep 02 23:20:01.798 INFO building project "pilot" ok (417 seconds)
37152025-09-02T23:20:03.734Z[ helios-setup] rm -f helios-build
37162025-09-02T23:20:03.734Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37172025-09-02T23:20:03.737Z[ helios-setup]
37182025-09-02T23:20:03.741Z[ helios-setup] Setup complete! ./helios-build is now available.
37192025-09-02T23:20:03.741Z[ helios-setup]
37202025-09-02T23:20:03.744Z[ helios-setup]
37212025-09-02T23:20:03.744Z[ helios-setup] real 11:05.624097049
37222025-09-02T23:20:03.744Z[ helios-setup] user 29:46.352012729
37232025-09-02T23:20:03.744Z[ helios-setup] sys 2:39.389068995
37242025-09-02T23:20:03.744Z[ helios-setup] trap 1.832288961
37252025-09-02T23:20:03.744Z[ helios-setup] tflt 5.691269844
37262025-09-02T23:20:03.744Z[ helios-setup] dflt 14.029010170
37272025-09-02T23:20:03.744Z[ helios-setup] kflt 0.000323947
37282025-09-02T23:20:03.744Z[ helios-setup] lock 2:34:12.495359809
37292025-09-02T23:20:03.744Z[ helios-setup] slp 3:52:53.518314030
37302025-09-02T23:20:03.744Z[ helios-setup] lat 33:23.647216291
37312025-09-02T23:20:03.744Z[ helios-setup] stop 6:07.415677256
37322025-09-02T23:20:03.744ZSep 02 23:20:01.811 INFO [helios-setup] process exited with exit status: 0 (665.627480267s)
37332025-09-02T23:20:03.744ZSep 02 23:20:01.811 INFO [helios-record] running task
37342025-09-02T23:20:03.744ZSep 02 23:20:01.811 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37352025-09-02T23:20:03.749ZSep 02 23:20:01.817 DEBG process exited with exit status: 0 (6.413898ms)
37362025-09-02T23:20:03.753ZSep 02 23:20:01.817 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37372025-09-02T23:20:03.756ZSep 02 23:20:01.824 DEBG process exited with exit status: 0 (6.873073ms)
37382025-09-02T23:20:03.757ZSep 02 23:20:01.824 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37392025-09-02T23:20:03.764ZSep 02 23:20:01.831 DEBG process exited with exit status: 0 (7.034697ms)
37402025-09-02T23:20:03.764ZSep 02 23:20:01.831 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37412025-09-02T23:20:03.771ZSep 02 23:20:01.839 DEBG process exited with exit status: 0 (7.30209ms)
37422025-09-02T23:20:03.771ZSep 02 23:20:01.839 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37432025-09-02T23:20:03.778ZSep 02 23:20:01.846 DEBG process exited with exit status: 0 (7.135107ms)
37442025-09-02T23:20:03.778ZSep 02 23:20:01.846 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37452025-09-02T23:20:03.785ZSep 02 23:20:01.853 DEBG process exited with exit status: 0 (7.050285ms)
37462025-09-02T23:20:03.785ZSep 02 23:20:01.853 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37472025-09-02T23:20:03.792ZSep 02 23:20:01.860 DEBG process exited with exit status: 0 (6.715169ms)
37482025-09-02T23:20:03.792ZSep 02 23:20:01.860 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37492025-09-02T23:20:03.798ZSep 02 23:20:01.865 DEBG process exited with exit status: 0 (5.665252ms)
37502025-09-02T23:20:03.801ZSep 02 23:20:01.866 INFO [helios-record] task succeeded (55.437927ms)
37512025-09-02T23:20:09.777Z[ host-package] Compiling hickory-client v0.25.2
37522025-09-02T23:20:11.681Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37532025-09-02T23:20:12.750Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37542025-09-02T23:20:12.953Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37552025-09-02T23:20:13.497Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37562025-09-02T23:20:14.082Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37572025-09-02T23:20:17.608Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
37582025-09-02T23:20:19.214Z[ host-package] Compiling progenitor-client v0.8.0
37592025-09-02T23:20:19.253Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37602025-09-02T23:20:19.256Z[ host-package] Compiling sct v0.7.1
37612025-09-02T23:20:19.661Z[ host-package] Compiling rustls-webpki v0.101.7
37622025-09-02T23:20:19.785Z[ host-package] Compiling primeorder v0.13.6
37632025-09-02T23:20:20.153Z[ host-package] Compiling heck v0.3.3
37642025-09-02T23:20:20.421Z[ host-package] Compiling env_filter v0.1.2
37652025-09-02T23:20:20.539Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
37662025-09-02T23:20:20.966Z[ host-package] Compiling void v1.0.2
37672025-09-02T23:20:21.199Z[ host-package] Compiling lzss v0.8.2
37682025-09-02T23:20:21.855Z[ host-package] Compiling env_logger v0.11.5
37692025-09-02T23:20:23.245Z[ host-package] Compiling zone_cfg_derive v0.1.2
37702025-09-02T23:20:23.316Z[ host-package] Compiling p384 v0.13.0
37712025-09-02T23:20:24.721Z[ host-package] Compiling progenitor v0.8.0
37722025-09-02T23:20:25.035Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37732025-09-02T23:20:26.078Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37742025-09-02T23:20:26.209Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37752025-09-02T23:20:29.059Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37762025-09-02T23:20:33.911Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37772025-09-02T23:20:35.205Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37782025-09-02T23:20:36.607Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37792025-09-02T23:20:38.009Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37802025-09-02T23:20:45.195Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37812025-09-02T23:20:45.198Z[ host-package] Compiling tungstenite v0.23.0
37822025-09-02T23:20:45.622Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37832025-09-02T23:20:45.906Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37842025-09-02T23:20:46.037Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37852025-09-02T23:20:46.299Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37862025-09-02T23:20:46.427Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37872025-09-02T23:20:46.641Z[ host-package] Compiling nix v0.27.1
37882025-09-02T23:20:46.681Z[ host-package] Compiling serde_bytes v0.11.17
37892025-09-02T23:20:47.175Z[ host-package] Compiling base64 v0.13.1
37902025-09-02T23:20:47.268Z[ host-package] Compiling number_prefix v0.4.0
37912025-09-02T23:20:47.598Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
37922025-09-02T23:20:47.975Z[ host-package] Compiling ron v0.7.1
37932025-09-02T23:20:48.080Z[ host-package] Compiling indicatif v0.17.11
37942025-09-02T23:20:50.716Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37952025-09-02T23:20:51.562Z[ host-package] Compiling tokio-tungstenite v0.23.1
37962025-09-02T23:20:52.446Z[ host-package] Compiling xz2 v0.1.7
37972025-09-02T23:20:53.110Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37982025-09-02T23:20:54.501Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37992025-09-02T23:20:55.838Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38002025-09-02T23:21:00.052Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38012025-09-02T23:21:00.373Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38022025-09-02T23:21:02.111Z[ host-package] Compiling tokio-rustls v0.24.1
38032025-09-02T23:21:02.667Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38042025-09-02T23:21:03.197Z[ host-package] Compiling zone v0.1.8
38052025-09-02T23:21:03.828Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38062025-09-02T23:21:05.044Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38072025-09-02T23:21:05.911Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38082025-09-02T23:21:06.598Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38092025-09-02T23:21:07.990Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38102025-09-02T23:21:15.659Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38112025-09-02T23:21:17.166Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38122025-09-02T23:21:18.455Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38132025-09-02T23:21:19.840Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38142025-09-02T23:21:20.259Z[ host-package] Compiling rustls-pemfile v1.0.4
38152025-09-02T23:21:20.334Z[ host-package] Compiling signal-hook-tokio v0.3.1
38162025-09-02T23:21:20.643Z[ host-package] Compiling twox-hash v2.1.0
38172025-09-02T23:21:21.079Z[ host-package] Compiling yasna v0.5.2
38182025-09-02T23:21:21.777Z[ host-package] Compiling secrecy v0.8.0
38192025-09-02T23:21:22.105Z[ host-package] Compiling is_ci v1.2.0
38202025-09-02T23:21:22.489Z[ host-package] Compiling supports-color v3.0.2
38212025-09-02T23:21:22.994Z[ host-package] Compiling rcgen v0.12.1
38222025-09-02T23:21:29.655Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38232025-09-02T23:21:35.078Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38242025-09-02T23:21:35.129Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38252025-09-02T23:21:43.724Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38262025-09-02T23:21:54.418Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38272025-09-02T23:21:58.689Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
38282025-09-02T23:21:59.595Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38292025-09-02T23:22:04.043Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38302025-09-02T23:22:08.126Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38312025-09-02T23:22:09.308Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38322025-09-02T23:22:16.693Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38332025-09-02T23:22:16.811Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38342025-09-02T23:22:18.486Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352025-09-02T23:22:25.725Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38362025-09-02T23:22:25.814Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38372025-09-02T23:22:26.075Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38382025-09-02T23:22:26.237Z[ host-package] Compiling fatfs v0.3.6
38392025-09-02T23:22:26.487Z[ host-package] Compiling rtoolbox v0.0.2
38402025-09-02T23:22:26.917Z[ host-package] Compiling subprocess v0.2.9
38412025-09-02T23:22:26.969Z[ host-package] Compiling assert_matches v1.5.0
38422025-09-02T23:22:27.137Z[ host-package] Compiling rpassword v7.4.0
38432025-09-02T23:22:29.028Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38442025-09-02T23:22:31.609Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452025-09-02T23:22:36.759Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38462025-09-02T23:22:43.360Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38472025-09-02T23:22:48.853Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38482025-09-02T23:23:09.331Z[ host-package] Compiling tui-tree-widget v0.23.1
38492025-09-02T23:23:09.879Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38502025-09-02T23:23:16.488Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38512025-09-02T23:23:18.665Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38522025-09-02T23:23:19.090Z[ host-package] Compiling uzers v0.12.1
38532025-09-02T23:23:20.821Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38542025-09-02T23:23:22.238Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38552025-09-02T23:23:23.436Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38562025-09-02T23:23:38.049Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38572025-09-02T23:23:50.394Z[ host-package] Compiling support-bundle-viewer v0.1.2
38582025-09-02T23:23:51.837Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38592025-09-02T23:23:54.310Z[ host-package] Compiling multimap v0.10.1
38602025-09-02T23:26:23.710Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38612025-09-02T23:35:04.632Z[ host-package] Finished `release` profile [optimized] target(s) in 24m 20s
38622025-09-02T23:36:02.050ZSep 02 23:35:59.950 INFO [host-package] process exited with exit status: 0 (1517.919736323s)
38632025-09-02T23:36:02.050ZSep 02 23:35:59.950 INFO [host-stamp] running task
38642025-09-02T23:36:02.054ZSep 02 23:35:59.951 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+git1317dd70c0b
38652025-09-02T23:36:02.054ZSep 02 23:35:59.951 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38662025-09-02T23:36:02.054ZSep 02 23:35:59.951 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+git1317dd70c0b
38672025-09-02T23:36:02.054ZSep 02 23:35:59.952 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+git1317dd70c0b
38682025-09-02T23:36:02.054ZSep 02 23:35:59.952 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+git1317dd70c0b
38692025-09-02T23:36:02.054ZSep 02 23:35:59.952 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+git1317dd70c0b
38702025-09-02T23:36:02.054ZSep 02 23:35:59.952 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+git1317dd70c0b
38712025-09-02T23:36:02.054ZSep 02 23:35:59.953 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+git1317dd70c0b
38722025-09-02T23:36:02.054ZSep 02 23:35:59.953 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+git1317dd70c0b
38732025-09-02T23:36:02.066Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38742025-09-02T23:36:02.066Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38752025-09-02T23:36:02.066Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38762025-09-02T23:36:02.066Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
38772025-09-02T23:36:02.069Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38782025-09-02T23:36:02.069Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38792025-09-02T23:36:02.069Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38802025-09-02T23:36:02.069Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38812025-09-02T23:36:02.069Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
38822025-09-02T23:36:02.074Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38832025-09-02T23:36:02.074Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38842025-09-02T23:36:02.077ZSep 02 23:35:59.974 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (21.450076ms)
38852025-09-02T23:36:02.080ZSep 02 23:35:59.979 INFO [stamp-overlay] process exited with exit status: 0 (26.644974ms)
38862025-09-02T23:36:02.083Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38872025-09-02T23:36:02.088ZSep 02 23:35:59.988 INFO [stamp-oxlog] process exited with exit status: 0 (36.601554ms)
38882025-09-02T23:36:02.170Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38892025-09-02T23:36:02.173ZSep 02 23:36:00.070 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (117.964036ms)
38902025-09-02T23:36:02.382Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38912025-09-02T23:36:02.386ZSep 02 23:36:00.286 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (335.741147ms)
38922025-09-02T23:36:02.516Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38932025-09-02T23:36:02.521ZSep 02 23:36:00.421 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (469.300736ms)
38942025-09-02T23:36:03.412Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38952025-09-02T23:36:03.415ZSep 02 23:36:01.315 INFO [stamp-propolis-server] process exited with exit status: 0 (1.361454645s)
38962025-09-02T23:36:03.610Z[recovery-package] Compiling newtype-uuid v1.2.4
38972025-09-02T23:36:04.160Z[recovery-package] Compiling daft v0.1.4
38982025-09-02T23:36:04.533Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38992025-09-02T23:36:04.899Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39002025-09-02T23:36:04.899Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39012025-09-02T23:36:04.902Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39022025-09-02T23:36:04.956Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39032025-09-02T23:36:05.608Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39042025-09-02T23:36:10.081Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39052025-09-02T23:36:10.085ZSep 02 23:36:07.984 INFO [stamp-switch-asic] process exited with exit status: 0 (8.03205067s)
39062025-09-02T23:36:10.085ZSep 02 23:36:07.984 INFO [host-stamp] task succeeded (8.034108189s)
39072025-09-02T23:36:10.085ZSep 02 23:36:07.984 INFO [host-proto] running task
39082025-09-02T23:36:10.699ZSep 02 23:36:08.597 INFO [host-proto] task succeeded (613.010866ms)
39092025-09-02T23:36:10.699ZSep 02 23:36:08.597 INFO [host-profile] running task
39102025-09-02T23:36:10.702ZSep 02 23:36:08.598 INFO [host-profile] task succeeded (281.042µs)
39112025-09-02T23:36:10.703ZSep 02 23:36:08.598 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.402' -P /tmp/.tmpvoUPBR/proto/host/root -N 'ci 1317dd7/${os_short_commit} 2025-09-02 23:08' -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/'
39122025-09-02T23:36:10.708Z[ host-image] Sep 02 23:36:08.606 INFO Checking files for board 'cosmo'
39132025-09-02T23:36:10.708Z[ host-image] Sep 02 23:36:08.606 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39142025-09-02T23:36:10.711Z[ host-image] Sep 02 23:36:08.607 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39152025-09-02T23:36:10.711Z[ host-image] Sep 02 23:36:08.607 INFO Checking files for board 'gimlet'
39162025-09-02T23:36:10.711Z[ host-image] Sep 02 23:36:08.607 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39172025-09-02T23:36:10.711Z[ host-image] Sep 02 23:36:08.607 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39182025-09-02T23:36:10.724Z[ host-image] Sep 02 23:36:08.622 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpvoUPBR/proto/host/root"
39192025-09-02T23:36:10.724Z[ host-image] Sep 02 23:36:08.622 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39202025-09-02T23:36:10.727Z[ host-image] Sep 02 23:36:08.622 INFO image builder template: ramdisk-01-os...
39212025-09-02T23:36:10.727Z[ host-image] Sep 02 23:36:08.622 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/.tmpvoUPBR/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39222025-09-02T23:36:10.746Z[ host-image] Sep 02 23:36:08.644 INFO O| Sep 02 23:36:08.644 INFO CREATE DATASET: rpool/images/build/host/output
39232025-09-02T23:36:11.146Z[ host-image] Sep 02 23:36:09.044 INFO O| Sep 02 23:36:09.044 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39242025-09-02T23:36:11.149Z[ host-image] Sep 02 23:36:09.048 INFO O| Sep 02 23:36:09.048 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39252025-09-02T23:36:11.466Z[ host-image] Sep 02 23:36:09.364 INFO O| Sep 02 23:36:09.364 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39262025-09-02T23:36:11.546Z[ host-image] Sep 02 23:36:09.444 INFO O| Sep 02 23:36:09.444 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39272025-09-02T23:36:11.546Z[ host-image] Sep 02 23:36:09.444 INFO O| Sep 02 23:36:09.444 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39282025-09-02T23:36:11.549Z[ host-image] Sep 02 23:36:09.444 INFO O| Sep 02 23:36:09.444 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39292025-09-02T23:36:11.549Z[ host-image] Sep 02 23:36:09.444 INFO O| Sep 02 23:36:09.444 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39302025-09-02T23:36:11.554Z[ host-image] Sep 02 23:36:09.452 INFO O| Sep 02 23:36:09.452 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39312025-09-02T23:36:11.922Z[ host-image] Sep 02 23:36:09.820 INFO O| Sep 02 23:36:09.820 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39322025-09-02T23:36:11.931Z[ host-image] Sep 02 23:36:09.830 INFO O| Sep 02 23:36:09.829 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39332025-09-02T23:36:12.324Z[ host-image] Sep 02 23:36:10.222 INFO O| Sep 02 23:36:10.222 INFO O| Caching catalogs ... Done
39342025-09-02T23:36:12.419Z[ host-image] Sep 02 23:36:10.317 INFO O| Sep 02 23:36:10.317 INFO STEP 0 (pkg_image_create) COMPLETE
39352025-09-02T23:36:12.419Z[ host-image] Sep 02 23:36:10.317 INFO O| Sep 02 23:36:10.317 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39362025-09-02T23:36:12.428Z[ host-image] Sep 02 23:36:10.327 INFO O| Sep 02 23:36:10.327 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"]
39372025-09-02T23:36:12.801Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO STEP 1 (pkg_set_publisher) COMPLETE
39382025-09-02T23:36:12.801Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392025-09-02T23:36:12.805Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO skip step because feature "publisher_1_name" is not enabled
39402025-09-02T23:36:12.805Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39412025-09-02T23:36:12.805Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO skip step because feature "publisher_2_name" is not enabled
39422025-09-02T23:36:12.805Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432025-09-02T23:36:12.805Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO skip step because feature "publisher_3_name" is not enabled
39442025-09-02T23:36:12.805Z[ host-image] Sep 02 23:36:10.699 INFO O| Sep 02 23:36:10.699 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452025-09-02T23:36:13.160Z[ host-image] Sep 02 23:36:11.058 INFO O| Sep 02 23:36:11.058 INFO variant opensolaris.zone is already global
39462025-09-02T23:36:13.160Z[ host-image] Sep 02 23:36:11.058 INFO O| Sep 02 23:36:11.058 INFO STEP 5 (pkg_change_variant) COMPLETE
39472025-09-02T23:36:13.164Z[ host-image] Sep 02 23:36:11.058 INFO O| Sep 02 23:36:11.058 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482025-09-02T23:36:13.512Z[ host-image] Sep 02 23:36:11.409 INFO O| Sep 02 23:36:11.409 INFO variant opensolaris.imagetype is full; changing to partial
39492025-09-02T23:36:13.512Z[ host-image] Sep 02 23:36:11.409 INFO O| Sep 02 23:36:11.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39502025-09-02T23:36:15.382Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39512025-09-02T23:36:15.382Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39522025-09-02T23:36:15.385Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39532025-09-02T23:36:20.682Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39542025-09-02T23:36:20.742Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39552025-09-02T23:36:22.536Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39562025-09-02T23:36:22.699Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39572025-09-02T23:36:23.574Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39582025-09-02T23:36:25.432Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39592025-09-02T23:36:28.700Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39602025-09-02T23:36:40.002Z[ host-image] Sep 02 23:36:37.895 INFO O| Sep 02 23:36:37.895 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39612025-09-02T23:36:51.722Z[ host-image] Sep 02 23:36:49.613 INFO O| Sep 02 23:36:49.613 INFO O| Startup: Caching catalogs ... Done
39622025-09-02T23:36:51.814Z[ host-image] Sep 02 23:36:49.703 INFO O| Sep 02 23:36:49.703 INFO O| Planning: Planning completed in 0.00 seconds
39632025-09-02T23:36:51.817Z[ host-image] Sep 02 23:36:49.703 INFO O| Sep 02 23:36:49.703 INFO O| Planning: Consolidating action changes ... Done
39642025-09-02T23:36:51.818Z[ host-image] Sep 02 23:36:49.703 INFO O| Sep 02 23:36:49.703 INFO O| Planning: Evaluating mediators ... Done
39652025-09-02T23:36:51.818Z[ host-image] Sep 02 23:36:49.704 INFO O| Sep 02 23:36:49.704 INFO O| Planning: Planning completed in 0.00 seconds
39662025-09-02T23:36:51.818Z[ host-image] Sep 02 23:36:49.704 INFO O| Sep 02 23:36:49.704 INFO O| Variants/Facets to change: 1
39672025-09-02T23:36:52.216Z[ host-image] Sep 02 23:36:50.108 INFO O| Sep 02 23:36:50.107 INFO O| Done
39682025-09-02T23:36:52.216Z[ host-image] Sep 02 23:36:50.108 INFO O| Sep 02 23:36:50.108 INFO O| Done
39692025-09-02T23:36:52.936Z[recovery-package] Finished `release` profile [optimized] target(s) in 50.57s
39702025-09-02T23:36:53.461Z[ host-image] Sep 02 23:36:51.350 INFO O| Sep 02 23:36:51.350 INFO O| Done
39712025-09-02T23:36:53.555Z[ host-image] Sep 02 23:36:51.445 INFO O| Sep 02 23:36:51.445 INFO O| Done
39722025-09-02T23:36:53.559Z[ host-image] Sep 02 23:36:51.446 INFO O| Sep 02 23:36:51.446 INFO O| Done
39732025-09-02T23:36:53.559Z[ host-image] Sep 02 23:36:51.446 INFO O| Sep 02 23:36:51.446 INFO O| Done
39742025-09-02T23:36:53.559Z[ host-image] Sep 02 23:36:51.448 INFO O| Sep 02 23:36:51.447 INFO O| Done
39752025-09-02T23:36:54.703Z[ host-image] Sep 02 23:36:52.594 INFO O| Sep 02 23:36:52.594 INFO STEP 6 (pkg_change_variant) COMPLETE
39762025-09-02T23:36:54.704Z[ host-image] Sep 02 23:36:52.594 INFO O| Sep 02 23:36:52.594 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772025-09-02T23:36:54.707Z[ host-image] Sep 02 23:36:52.594 INFO O| Sep 02 23:36:52.594 INFO skip step because feature "debug_variant" is not enabled
39782025-09-02T23:36:54.707Z[ host-image] Sep 02 23:36:52.594 INFO O| Sep 02 23:36:52.594 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792025-09-02T23:36:54.753ZSep 02 23:36:52.644 INFO [recovery-package] process exited with exit status: 0 (52.693611697s)
39802025-09-02T23:36:54.753ZSep 02 23:36:52.644 INFO [recovery-stamp] running task
39812025-09-02T23:36:54.757ZSep 02 23:36:52.645 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39822025-09-02T23:36:54.757ZSep 02 23:36:52.645 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+git1317dd70c0b
39832025-09-02T23:36:54.757ZSep 02 23:36:52.645 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git1317dd70c0b
39842025-09-02T23:36:54.765Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39852025-09-02T23:36:54.768Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39862025-09-02T23:36:54.869Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39872025-09-02T23:36:54.873ZSep 02 23:36:52.764 INFO [stamp-installinator] process exited with exit status: 0 (118.850329ms)
39882025-09-02T23:36:54.945Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39892025-09-02T23:36:54.948ZSep 02 23:36:52.839 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (194.590565ms)
39902025-09-02T23:36:54.948ZSep 02 23:36:52.839 INFO [recovery-stamp] task succeeded (194.906953ms)
39912025-09-02T23:36:54.948ZSep 02 23:36:52.839 INFO [recovery-proto] running task
39922025-09-02T23:36:54.948ZSep 02 23:36:52.839 INFO [tuf-stamp] running task
39932025-09-02T23:36:54.952ZSep 02 23:36:52.840 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+git1317dd70c0b
39942025-09-02T23:36:54.952ZSep 02 23:36:52.841 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+git1317dd70c0b
39952025-09-02T23:36:54.952ZSep 02 23:36:52.841 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+git1317dd70c0b
39962025-09-02T23:36:54.952ZSep 02 23:36:52.841 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+git1317dd70c0b
39972025-09-02T23:36:54.952ZSep 02 23:36:52.841 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+git1317dd70c0b
39982025-09-02T23:36:54.952ZSep 02 23:36:52.842 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+git1317dd70c0b
39992025-09-02T23:36:54.955ZSep 02 23:36:52.845 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+git1317dd70c0b
40002025-09-02T23:36:54.955ZSep 02 23:36:52.846 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+git1317dd70c0b
40012025-09-02T23:36:54.959ZSep 02 23:36:52.848 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+git1317dd70c0b
40022025-09-02T23:36:54.962ZSep 02 23:36:52.850 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+git1317dd70c0b
40032025-09-02T23:36:54.962ZSep 02 23:36:52.851 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+git1317dd70c0b
40042025-09-02T23:36:54.966Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40052025-09-02T23:36:54.966ZSep 02 23:36:52.855 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+git1317dd70c0b
40062025-09-02T23:36:54.966Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40072025-09-02T23:36:54.969Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40082025-09-02T23:36:54.972Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40092025-09-02T23:36:54.972Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40102025-09-02T23:36:54.976Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40112025-09-02T23:36:54.979Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40122025-09-02T23:36:54.979Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40132025-09-02T23:36:54.983Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40142025-09-02T23:36:54.983Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40152025-09-02T23:36:54.983Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40162025-09-02T23:36:54.989Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40172025-09-02T23:36:55.114ZSep 02 23:36:53.004 INFO [recovery-proto] task succeeded (165.0202ms)
40182025-09-02T23:36:55.145ZSep 02 23:36:53.036 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.402' -P /tmp/.tmpvoUPBR/proto/recovery/root -N 'recovery 1317dd7/${os_short_commit} 2025-09-02 23:08' -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/'
40192025-09-02T23:36:55.155Z[ recovery-image] Sep 02 23:36:53.045 INFO Checking files for board 'cosmo'
40202025-09-02T23:36:55.155Z[ recovery-image] Sep 02 23:36:53.046 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40212025-09-02T23:36:55.158Z[ recovery-image] Sep 02 23:36:53.046 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40222025-09-02T23:36:55.158Z[ recovery-image] Sep 02 23:36:53.046 INFO Checking files for board 'gimlet'
40232025-09-02T23:36:55.159Z[ recovery-image] Sep 02 23:36:53.046 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40242025-09-02T23:36:55.159Z[ recovery-image] Sep 02 23:36:53.046 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40252025-09-02T23:36:55.220Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40262025-09-02T23:36:55.220Z[ recovery-image] Sep 02 23:36:53.062 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpvoUPBR/proto/recovery/root"
40272025-09-02T23:36:55.220Z[ recovery-image] Sep 02 23:36:53.062 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40282025-09-02T23:36:55.220Z[ recovery-image] Sep 02 23:36:53.062 INFO image builder template: ramdisk-01-os...
40292025-09-02T23:36:55.220Z[ recovery-image] Sep 02 23:36:53.062 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/.tmpvoUPBR/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40302025-09-02T23:36:55.220Z[ recovery-image] Sep 02 23:36:53.087 INFO O| Sep 02 23:36:53.087 INFO CREATE DATASET: rpool/images/build/recovery/output
40312025-09-02T23:36:55.253ZSep 02 23:36:53.141 INFO [stamp-probe] process exited with exit status: 0 (287.792052ms)
40322025-09-02T23:36:55.624Z[ host-image] Sep 02 23:36:53.514 INFO O| Sep 02 23:36:53.514 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40332025-09-02T23:36:55.710Z[ recovery-image] Sep 02 23:36:53.600 INFO O| Sep 02 23:36:53.600 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40342025-09-02T23:36:55.716Z[ recovery-image] Sep 02 23:36:53.607 INFO O| Sep 02 23:36:53.606 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40352025-09-02T23:36:56.124Z[ recovery-image] Sep 02 23:36:54.015 INFO O| Sep 02 23:36:54.015 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40362025-09-02T23:36:56.218Z[ recovery-image] Sep 02 23:36:54.108 INFO O| Sep 02 23:36:54.108 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40372025-09-02T23:36:56.218Z[ recovery-image] Sep 02 23:36:54.108 INFO O| Sep 02 23:36:54.108 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40382025-09-02T23:36:56.222Z[ recovery-image] Sep 02 23:36:54.109 INFO O| Sep 02 23:36:54.109 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40392025-09-02T23:36:56.222Z[ recovery-image] Sep 02 23:36:54.109 INFO O| Sep 02 23:36:54.109 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40402025-09-02T23:36:56.236Z[ recovery-image] Sep 02 23:36:54.125 INFO O| Sep 02 23:36:54.125 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40412025-09-02T23:36:56.352Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40422025-09-02T23:36:56.469ZSep 02 23:36:54.360 INFO [stamp-ntp] process exited with exit status: 0 (1.514219602s)
40432025-09-02T23:36:56.477Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
40442025-09-02T23:36:56.526Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40452025-09-02T23:36:56.745Z[ recovery-image] Sep 02 23:36:54.634 INFO O| Sep 02 23:36:54.634 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462025-09-02T23:36:56.765Z[ recovery-image] Sep 02 23:36:54.655 INFO O| Sep 02 23:36:54.655 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40472025-09-02T23:36:57.029Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40482025-09-02T23:36:57.047Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40492025-09-02T23:36:57.056ZSep 02 23:36:54.947 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.098346724s)
40502025-09-02T23:36:57.060ZSep 02 23:36:54.951 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.104763941s)
40512025-09-02T23:36:57.124Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40522025-09-02T23:36:57.141Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40532025-09-02T23:36:57.149ZSep 02 23:36:55.040 INFO [stamp-external-dns] process exited with exit status: 0 (2.199687398s)
40542025-09-02T23:36:57.180ZSep 02 23:36:55.070 INFO [stamp-internal-dns] process exited with exit status: 0 (2.22940874s)
40552025-09-02T23:36:57.447Z[ recovery-image] Sep 02 23:36:55.336 INFO O| Sep 02 23:36:55.336 INFO O| Caching catalogs ... Done
40562025-09-02T23:36:57.475Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40572025-09-02T23:36:57.483ZSep 02 23:36:55.373 INFO [stamp-oximeter] process exited with exit status: 0 (2.517957847s)
40582025-09-02T23:36:57.596Z[ recovery-image] Sep 02 23:36:55.486 INFO O| Sep 02 23:36:55.486 INFO STEP 0 (pkg_image_create) COMPLETE
40592025-09-02T23:36:57.599Z[ recovery-image] Sep 02 23:36:55.486 INFO O| Sep 02 23:36:55.486 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40602025-09-02T23:36:57.612Z[ recovery-image] Sep 02 23:36:55.502 INFO O| Sep 02 23:36:55.502 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"]
40612025-09-02T23:36:58.214Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO STEP 1 (pkg_set_publisher) COMPLETE
40622025-09-02T23:36:58.217Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40632025-09-02T23:36:58.217Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO skip step because feature "publisher_1_name" is not enabled
40642025-09-02T23:36:58.217Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40652025-09-02T23:36:58.217Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO skip step because feature "publisher_2_name" is not enabled
40662025-09-02T23:36:58.217Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40672025-09-02T23:36:58.218Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO skip step because feature "publisher_3_name" is not enabled
40682025-09-02T23:36:58.218Z[ recovery-image] Sep 02 23:36:56.104 INFO O| Sep 02 23:36:56.104 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40692025-09-02T23:36:58.757Z[ recovery-image] Sep 02 23:36:56.648 INFO O| Sep 02 23:36:56.647 INFO variant opensolaris.zone is already global
40702025-09-02T23:36:58.761Z[ recovery-image] Sep 02 23:36:56.648 INFO O| Sep 02 23:36:56.647 INFO STEP 5 (pkg_change_variant) COMPLETE
40712025-09-02T23:36:58.761Z[ recovery-image] Sep 02 23:36:56.648 INFO O| Sep 02 23:36:56.647 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40722025-09-02T23:36:59.419Z[ recovery-image] Sep 02 23:36:57.308 INFO O| Sep 02 23:36:57.308 INFO variant opensolaris.imagetype is full; changing to partial
40732025-09-02T23:36:59.422Z[ recovery-image] Sep 02 23:36:57.308 INFO O| Sep 02 23:36:57.308 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40742025-09-02T23:36:59.683Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40752025-09-02T23:36:59.690ZSep 02 23:36:57.579 INFO [stamp-nexus] process exited with exit status: 0 (4.738495939s)
40762025-09-02T23:37:00.986Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40772025-09-02T23:37:00.991ZSep 02 23:36:58.881 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.0395103s)
40782025-09-02T23:37:03.452Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40792025-09-02T23:37:03.694Z[verify-libraries] Compiling home v0.5.9
40802025-09-02T23:37:03.725Z[verify-libraries] Compiling cfg_aliases v0.1.1
40812025-09-02T23:37:03.725Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40822025-09-02T23:37:03.745Z[verify-libraries] Compiling sqlparser_derive v0.2.2
40832025-09-02T23:37:03.745Z[verify-libraries] Compiling unicode_categories v0.1.1
40842025-09-02T23:37:03.745Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40852025-09-02T23:37:03.780Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40862025-09-02T23:37:03.810ZSep 02 23:37:01.695 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.845275967s)
40872025-09-02T23:37:04.311Z[verify-libraries] Compiling nix v0.28.0
40882025-09-02T23:37:04.318Z[verify-libraries] Compiling polyval v0.6.2
40892025-09-02T23:37:04.321Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40902025-09-02T23:37:04.532Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40912025-09-02T23:37:04.556Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40922025-09-02T23:37:04.563ZSep 02 23:37:02.452 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.609695001s)
40932025-09-02T23:37:04.580ZSep 02 23:37:02.470 INFO [stamp-clickhouse] process exited with exit status: 0 (9.628048743s)
40942025-09-02T23:37:04.581ZSep 02 23:37:02.470 INFO [tuf-stamp] task succeeded (9.630295082s)
40952025-09-02T23:37:04.598Z[verify-libraries] Compiling ctr v0.9.2
40962025-09-02T23:37:04.786Z[verify-libraries] Compiling sqlformat v0.3.5
40972025-09-02T23:37:04.958Z[verify-libraries] Compiling ghash v0.5.1
40982025-09-02T23:37:05.125Z[verify-libraries] Compiling ssh-encoding v0.2.0
40992025-09-02T23:37:05.251Z[verify-libraries] Compiling sqlparser v0.45.0
41002025-09-02T23:37:05.337Z[verify-libraries] Compiling aes-gcm v0.10.3
41012025-09-02T23:37:05.340Z[verify-libraries] Compiling blowfish v0.9.1
41022025-09-02T23:37:05.761Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41032025-09-02T23:37:06.389Z[verify-libraries] Compiling ssh-cipher v0.2.0
41042025-09-02T23:37:06.890Z[verify-libraries] Compiling password-hash v0.4.2
41052025-09-02T23:37:09.328Z[verify-libraries] Compiling rustyline v14.0.0
41062025-09-02T23:37:10.936Z[verify-libraries] Compiling petname v2.0.2
41072025-09-02T23:37:11.876Z[verify-libraries] Compiling pbkdf2 v0.11.0
41082025-09-02T23:37:12.554Z[verify-libraries] Compiling ssh-key v0.6.6
41092025-09-02T23:37:12.653Z[verify-libraries] Compiling p521 v0.13.3
41102025-09-02T23:37:13.064Z[verify-libraries] Compiling p256 v0.13.2
41112025-09-02T23:37:16.122Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41122025-09-02T23:37:16.366Z[verify-libraries] Compiling md5 v0.7.0
41132025-09-02T23:37:17.153Z[verify-libraries] Compiling russh-keys v0.45.0
41142025-09-02T23:37:24.467Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41152025-09-02T23:37:24.639Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41162025-09-02T23:37:24.966Z[verify-libraries] Compiling num-bigint v0.4.6
41172025-09-02T23:37:25.150Z[verify-libraries] Compiling des v0.8.1
41182025-09-02T23:37:25.745Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41192025-09-02T23:37:26.799Z[verify-libraries] Compiling sync-ptr v0.1.4
41202025-09-02T23:37:27.277Z[verify-libraries] Compiling hex-literal v0.4.1
41212025-09-02T23:37:27.739Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41222025-09-02T23:37:31.783Z[ host-image] Sep 02 23:37:29.666 INFO O| Sep 02 23:37:29.666 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41232025-09-02T23:37:34.330Z[verify-libraries] Compiling russh v0.45.0
41242025-09-02T23:37:35.265Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41252025-09-02T23:37:35.920Z[ recovery-image] Sep 02 23:37:33.804 INFO O| Sep 02 23:37:33.804 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41262025-09-02T23:37:42.014Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41272025-09-02T23:37:46.137Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41282025-09-02T23:37:49.288Z[ host-image] Sep 02 23:37:47.169 INFO O| Sep 02 23:37:47.168 INFO O| Startup: Caching catalogs ... Done
41292025-09-02T23:37:49.424Z[ host-image] Sep 02 23:37:47.304 INFO O| Sep 02 23:37:47.304 INFO O| Planning: Planning completed in 0.00 seconds
41302025-09-02T23:37:49.429Z[ host-image] Sep 02 23:37:47.305 INFO O| Sep 02 23:37:47.305 INFO O| Planning: Consolidating action changes ... Done
41312025-09-02T23:37:49.429Z[ host-image] Sep 02 23:37:47.305 INFO O| Sep 02 23:37:47.305 INFO O| Planning: Evaluating mediators ... Done
41322025-09-02T23:37:49.429Z[ host-image] Sep 02 23:37:47.306 INFO O| Sep 02 23:37:47.306 INFO O| Planning: Planning completed in 0.00 seconds
41332025-09-02T23:37:49.429Z[ host-image] Sep 02 23:37:47.306 INFO O| Sep 02 23:37:47.306 INFO O| Variants/Facets to change: 1
41342025-09-02T23:37:49.492Z[ host-image] Sep 02 23:37:47.373 INFO O| Sep 02 23:37:47.372 INFO O| Done
41352025-09-02T23:37:49.492Z[ host-image] Sep 02 23:37:47.373 INFO O| Sep 02 23:37:47.372 INFO O| Done
41362025-09-02T23:37:52.220Z[ host-image] Sep 02 23:37:50.100 INFO O| Sep 02 23:37:50.100 INFO O| Done
41372025-09-02T23:37:52.387Z[ host-image] Sep 02 23:37:50.266 INFO O| Sep 02 23:37:50.266 INFO O| Done
41382025-09-02T23:37:52.393Z[ host-image] Sep 02 23:37:50.267 INFO O| Sep 02 23:37:50.267 INFO O| Done
41392025-09-02T23:37:52.393Z[ host-image] Sep 02 23:37:50.268 INFO O| Sep 02 23:37:50.268 INFO O| Done
41402025-09-02T23:37:52.393Z[ host-image] Sep 02 23:37:50.270 INFO O| Sep 02 23:37:50.269 INFO O| Done
41412025-09-02T23:37:53.545Z[ recovery-image] Sep 02 23:37:51.425 INFO O| Sep 02 23:37:51.425 INFO O| Startup: Caching catalogs ... Done
41422025-09-02T23:37:53.661Z[ recovery-image] Sep 02 23:37:51.541 INFO O| Sep 02 23:37:51.541 INFO O| Planning: Planning completed in 0.00 seconds
41432025-09-02T23:37:53.664Z[ recovery-image] Sep 02 23:37:51.542 INFO O| Sep 02 23:37:51.542 INFO O| Planning: Consolidating action changes ... Done
41442025-09-02T23:37:53.664Z[ recovery-image] Sep 02 23:37:51.542 INFO O| Sep 02 23:37:51.542 INFO O| Planning: Evaluating mediators ... Done
41452025-09-02T23:37:53.664Z[ recovery-image] Sep 02 23:37:51.543 INFO O| Sep 02 23:37:51.543 INFO O| Planning: Planning completed in 0.00 seconds
41462025-09-02T23:37:53.664Z[ recovery-image] Sep 02 23:37:51.543 INFO O| Sep 02 23:37:51.543 INFO O| Variants/Facets to change: 1
41472025-09-02T23:37:53.700Z[ recovery-image] Sep 02 23:37:51.580 INFO O| Sep 02 23:37:51.580 INFO O| Done
41482025-09-02T23:37:53.700Z[ recovery-image] Sep 02 23:37:51.580 INFO O| Sep 02 23:37:51.580 INFO O| Done
41492025-09-02T23:37:54.282Z[ host-image] Sep 02 23:37:52.162 INFO O| Sep 02 23:37:52.162 INFO STEP 8 (pkg_change_facet) COMPLETE
41502025-09-02T23:37:54.287Z[ host-image] Sep 02 23:37:52.163 INFO O| Sep 02 23:37:52.162 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41512025-09-02T23:37:54.287Z[ host-image] Sep 02 23:37:52.163 INFO O| Sep 02 23:37:52.162 INFO skip step because feature "recovery" is not enabled
41522025-09-02T23:37:54.287Z[ host-image] Sep 02 23:37:52.163 INFO O| Sep 02 23:37:52.162 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532025-09-02T23:37:54.287Z[ host-image] Sep 02 23:37:52.163 INFO O| Sep 02 23:37:52.163 INFO skip step because feature "recovery" is not enabled
41542025-09-02T23:37:54.288Z[ host-image] Sep 02 23:37:52.163 INFO O| Sep 02 23:37:52.163 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552025-09-02T23:37:54.300Z[ host-image] Sep 02 23:37:52.180 INFO O| Sep 02 23:37:52.180 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"]
41562025-09-02T23:37:55.827Z[ recovery-image] Sep 02 23:37:53.706 INFO O| Sep 02 23:37:53.706 INFO O| Done
41572025-09-02T23:37:55.978Z[ recovery-image] Sep 02 23:37:53.857 INFO O| Sep 02 23:37:53.857 INFO O| Done
41582025-09-02T23:37:55.983Z[ recovery-image] Sep 02 23:37:53.859 INFO O| Sep 02 23:37:53.859 INFO O| Done
41592025-09-02T23:37:55.983Z[ recovery-image] Sep 02 23:37:53.859 INFO O| Sep 02 23:37:53.859 INFO O| Done
41602025-09-02T23:37:55.983Z[ recovery-image] Sep 02 23:37:53.861 INFO O| Sep 02 23:37:53.861 INFO O| Done
41612025-09-02T23:37:57.656Z[ recovery-image] Sep 02 23:37:55.535 INFO O| Sep 02 23:37:55.535 INFO STEP 6 (pkg_change_variant) COMPLETE
41622025-09-02T23:37:57.656Z[ recovery-image] Sep 02 23:37:55.536 INFO O| Sep 02 23:37:55.535 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632025-09-02T23:37:57.663Z[ recovery-image] Sep 02 23:37:55.536 INFO O| Sep 02 23:37:55.535 INFO skip step because feature "debug_variant" is not enabled
41642025-09-02T23:37:57.664Z[ recovery-image] Sep 02 23:37:55.536 INFO O| Sep 02 23:37:55.535 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652025-09-02T23:37:57.790Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
41662025-09-02T23:37:58.293Z[ recovery-image] Sep 02 23:37:56.173 INFO O| Sep 02 23:37:56.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41672025-09-02T23:38:01.258Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41682025-09-02T23:38:02.887Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41692025-09-02T23:38:03.640Z[verify-libraries] Compiling internet-checksum v0.2.1
41702025-09-02T23:38:04.046Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41712025-09-02T23:38:26.387Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41722025-09-02T23:38:32.505Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41732025-09-02T23:38:36.759Z[ host-image] Sep 02 23:38:34.619 INFO O| Sep 02 23:38:34.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41742025-09-02T23:38:40.498Z[ recovery-image] Sep 02 23:38:38.370 INFO O| Sep 02 23:38:38.370 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41752025-09-02T23:38:44.214Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762025-09-02T23:38:51.129Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41772025-09-02T23:38:52.210Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41782025-09-02T23:38:54.025Z[ host-image] Sep 02 23:38:51.895 INFO O| Sep 02 23:38:51.895 INFO O| Startup: Caching catalogs ... Done
41792025-09-02T23:38:56.725Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41802025-09-02T23:38:57.449Z[ recovery-image] Sep 02 23:38:55.318 INFO O| Sep 02 23:38:55.318 INFO O| Startup: Caching catalogs ... Done
41812025-09-02T23:38:57.597Z[ recovery-image] Sep 02 23:38:55.466 INFO O| Sep 02 23:38:55.466 INFO O| Planning: Planning completed in 0.00 seconds
41822025-09-02T23:38:57.600Z[ recovery-image] Sep 02 23:38:55.467 INFO O| Sep 02 23:38:55.467 INFO O| Planning: Consolidating action changes ... Done
41832025-09-02T23:38:57.600Z[ recovery-image] Sep 02 23:38:55.467 INFO O| Sep 02 23:38:55.467 INFO O| Planning: Evaluating mediators ... Done
41842025-09-02T23:38:57.600Z[ recovery-image] Sep 02 23:38:55.468 INFO O| Sep 02 23:38:55.468 INFO O| Planning: Planning completed in 0.00 seconds
41852025-09-02T23:38:57.600Z[ recovery-image] Sep 02 23:38:55.468 INFO O| Sep 02 23:38:55.468 INFO O| Variants/Facets to change: 1
41862025-09-02T23:38:57.662Z[ recovery-image] Sep 02 23:38:55.531 INFO O| Sep 02 23:38:55.531 INFO O| Done
41872025-09-02T23:38:57.662Z[ recovery-image] Sep 02 23:38:55.531 INFO O| Sep 02 23:38:55.531 INFO O| Done
41882025-09-02T23:38:58.277Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41892025-09-02T23:38:59.637Z[ recovery-image] Sep 02 23:38:57.506 INFO O| Sep 02 23:38:57.506 INFO O| Done
41902025-09-02T23:38:59.777Z[ recovery-image] Sep 02 23:38:57.646 INFO O| Sep 02 23:38:57.646 INFO O| Done
41912025-09-02T23:38:59.781Z[ recovery-image] Sep 02 23:38:57.647 INFO O| Sep 02 23:38:57.647 INFO O| Done
41922025-09-02T23:38:59.781Z[ recovery-image] Sep 02 23:38:57.647 INFO O| Sep 02 23:38:57.647 INFO O| Done
41932025-09-02T23:38:59.781Z[ recovery-image] Sep 02 23:38:57.649 INFO O| Sep 02 23:38:57.649 INFO O| Done
41942025-09-02T23:39:00.918Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41952025-09-02T23:39:01.764Z[ recovery-image] Sep 02 23:38:59.633 INFO O| Sep 02 23:38:59.633 INFO STEP 8 (pkg_change_facet) COMPLETE
41962025-09-02T23:39:01.764Z[ recovery-image] Sep 02 23:38:59.633 INFO O| Sep 02 23:38:59.633 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972025-09-02T23:39:02.422Z[ recovery-image] Sep 02 23:39:00.290 INFO O| Sep 02 23:39:00.290 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41982025-09-02T23:39:29.652Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41992025-09-02T23:39:37.077Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42002025-09-02T23:39:40.685Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42012025-09-02T23:39:42.050Z[ recovery-image] Sep 02 23:39:39.911 INFO O| Sep 02 23:39:39.911 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42022025-09-02T23:39:42.966Z[verify-libraries] Compiling yansi v1.0.1
42032025-09-02T23:39:44.244Z[verify-libraries] Compiling heck v0.4.1
42042025-09-02T23:39:45.851Z[verify-libraries] Compiling diff v0.1.13
42052025-09-02T23:39:47.553Z[verify-libraries] Compiling pretty_assertions v1.4.1
42062025-09-02T23:39:48.759Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42072025-09-02T23:39:57.859Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42082025-09-02T23:39:59.075Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42092025-09-02T23:39:59.422Z[ recovery-image] Sep 02 23:39:57.280 INFO O| Sep 02 23:39:57.280 INFO O| Startup: Caching catalogs ... Done
42102025-09-02T23:39:59.538Z[ recovery-image] Sep 02 23:39:57.396 INFO O| Sep 02 23:39:57.396 INFO O| Planning: Planning completed in 0.00 seconds
42112025-09-02T23:39:59.541Z[ recovery-image] Sep 02 23:39:57.397 INFO O| Sep 02 23:39:57.397 INFO O| Planning: Consolidating action changes ... Done
42122025-09-02T23:39:59.541Z[ recovery-image] Sep 02 23:39:57.397 INFO O| Sep 02 23:39:57.397 INFO O| Planning: Evaluating mediators ... Done
42132025-09-02T23:39:59.541Z[ recovery-image] Sep 02 23:39:57.398 INFO O| Sep 02 23:39:57.398 INFO O| Planning: Planning completed in 0.00 seconds
42142025-09-02T23:39:59.541Z[ recovery-image] Sep 02 23:39:57.398 INFO O| Sep 02 23:39:57.398 INFO O| Variants/Facets to change: 1
42152025-09-02T23:39:59.603Z[ recovery-image] Sep 02 23:39:57.461 INFO O| Sep 02 23:39:57.461 INFO O| Done
42162025-09-02T23:39:59.603Z[ recovery-image] Sep 02 23:39:57.461 INFO O| Sep 02 23:39:57.461 INFO O| Done
42172025-09-02T23:40:01.811Z[ recovery-image] Sep 02 23:39:59.669 INFO O| Sep 02 23:39:59.669 INFO O| Done
42182025-09-02T23:40:01.966Z[ recovery-image] Sep 02 23:39:59.824 INFO O| Sep 02 23:39:59.824 INFO O| Done
42192025-09-02T23:40:01.972Z[ recovery-image] Sep 02 23:39:59.825 INFO O| Sep 02 23:39:59.825 INFO O| Done
42202025-09-02T23:40:01.972Z[ recovery-image] Sep 02 23:39:59.825 INFO O| Sep 02 23:39:59.825 INFO O| Done
42212025-09-02T23:40:01.972Z[ recovery-image] Sep 02 23:39:59.827 INFO O| Sep 02 23:39:59.827 INFO O| Done
42222025-09-02T23:40:03.654Z[ recovery-image] Sep 02 23:40:01.511 INFO O| Sep 02 23:40:01.511 INFO STEP 9 (pkg_change_facet) COMPLETE
42232025-09-02T23:40:03.655Z[ recovery-image] Sep 02 23:40:01.511 INFO O| Sep 02 23:40:01.511 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42242025-09-02T23:40:04.326Z[ recovery-image] Sep 02 23:40:02.184 INFO O| Sep 02 23:40:02.184 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42252025-09-02T23:40:23.244Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42262025-09-02T23:40:29.067Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42272025-09-02T23:40:29.664Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42282025-09-02T23:40:30.293Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42292025-09-02T23:40:30.954Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42302025-09-02T23:40:31.602Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42312025-09-02T23:40:32.231Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42322025-09-02T23:40:39.131Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42332025-09-02T23:40:44.763Z[ recovery-image] Sep 02 23:40:42.614 INFO O| Sep 02 23:40:42.614 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42342025-09-02T23:41:01.429Z[ recovery-image] Sep 02 23:40:59.275 INFO O| Sep 02 23:40:59.275 INFO O| Startup: Caching catalogs ... Done
42352025-09-02T23:41:01.582Z[ recovery-image] Sep 02 23:40:59.428 INFO O| Sep 02 23:40:59.428 INFO O| Planning: Planning completed in 0.00 seconds
42362025-09-02T23:41:01.591Z[ recovery-image] Sep 02 23:40:59.429 INFO O| Sep 02 23:40:59.429 INFO O| Planning: Consolidating action changes ... Done
42372025-09-02T23:41:01.591Z[ recovery-image] Sep 02 23:40:59.429 INFO O| Sep 02 23:40:59.429 INFO O| Planning: Evaluating mediators ... Done
42382025-09-02T23:41:01.592Z[ recovery-image] Sep 02 23:40:59.429 INFO O| Sep 02 23:40:59.429 INFO O| Planning: Planning completed in 0.00 seconds
42392025-09-02T23:41:01.592Z[ recovery-image] Sep 02 23:40:59.430 INFO O| Sep 02 23:40:59.430 INFO O| Variants/Facets to change: 1
42402025-09-02T23:41:01.682Z[ recovery-image] Sep 02 23:40:59.530 INFO O| Sep 02 23:40:59.530 INFO O| Done
42412025-09-02T23:41:01.688Z[ recovery-image] Sep 02 23:40:59.530 INFO O| Sep 02 23:40:59.530 INFO O| Done
42422025-09-02T23:41:03.913Z[ recovery-image] Sep 02 23:41:01.760 INFO O| Sep 02 23:41:01.760 INFO O| Done
42432025-09-02T23:41:04.108Z[ recovery-image] Sep 02 23:41:01.955 INFO O| Sep 02 23:41:01.955 INFO O| Done
42442025-09-02T23:41:04.116Z[ recovery-image] Sep 02 23:41:01.956 INFO O| Sep 02 23:41:01.956 INFO O| Done
42452025-09-02T23:41:04.117Z[ recovery-image] Sep 02 23:41:01.957 INFO O| Sep 02 23:41:01.956 INFO O| Done
42462025-09-02T23:41:04.117Z[ recovery-image] Sep 02 23:41:01.958 INFO O| Sep 02 23:41:01.958 INFO O| Done
42472025-09-02T23:41:05.974Z[ recovery-image] Sep 02 23:41:03.820 INFO O| Sep 02 23:41:03.820 INFO STEP 10 (pkg_change_facet) COMPLETE
42482025-09-02T23:41:05.978Z[ recovery-image] Sep 02 23:41:03.820 INFO O| Sep 02 23:41:03.820 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42492025-09-02T23:41:05.990Z[ recovery-image] Sep 02 23:41:03.837 INFO O| Sep 02 23:41:03.837 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"]
42502025-09-02T23:41:06.005Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42512025-09-02T23:41:24.519Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
42522025-09-02T23:41:25.057Z[ host-image] Sep 02 23:41:22.900 INFO O| Sep 02 23:41:22.900 INFO O| Planning: Solver setup ... Done
42532025-09-02T23:41:28.766Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42542025-09-02T23:41:32.690Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42552025-09-02T23:41:38.113Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42562025-09-02T23:41:42.877Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42572025-09-02T23:41:43.800Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42582025-09-02T23:41:44.686Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42592025-09-02T23:41:47.838Z[ recovery-image] Sep 02 23:41:45.677 INFO O| Sep 02 23:41:45.677 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42602025-09-02T23:41:49.344Z[verify-libraries] Compiling termios v0.3.3
42612025-09-02T23:41:49.870Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42622025-09-02T23:42:05.490Z[ recovery-image] Sep 02 23:42:03.326 INFO O| Sep 02 23:42:03.326 INFO O| Startup: Caching catalogs ... Done
42632025-09-02T23:42:16.248Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42642025-09-02T23:42:36.979Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42652025-09-02T23:42:46.734Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42662025-09-02T23:43:03.736Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42672025-09-02T23:44:53.061Z[ recovery-image] Sep 02 23:44:50.832 INFO O| Sep 02 23:44:50.832 INFO O| Planning: Solver setup ... Done
42682025-09-02T23:46:02.727Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42692025-09-02T23:46:14.145Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42702025-09-02T23:46:48.213Z[ host-image] Sep 02 23:46:46.000 INFO O| Sep 02 23:46:45.000 INFO O| Planning: Running solver ... Done
42712025-09-02T23:46:48.446Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42722025-09-02T23:46:48.572Z[ host-image] Sep 02 23:46:46.359 INFO O| Sep 02 23:46:46.359 INFO O| Planning: Finding local manifests ... Done
42732025-09-02T23:46:48.705Z[ host-image] Sep 02 23:46:46.492 INFO O| Sep 02 23:46:46.492 INFO O| Planning: Fetching manifests: 0/126 0% complete
42742025-09-02T23:46:53.711Z[ host-image] Sep 02 23:46:51.497 INFO O| Sep 02 23:46:51.497 INFO O| Planning: Fetching manifests: 83/126 65% complete
42752025-09-02T23:46:55.787Z[ host-image] Sep 02 23:46:53.573 INFO O| Sep 02 23:46:53.573 INFO O| Planning: Fetching manifests: 126/126 100% complete
42762025-09-02T23:46:57.506Z[ host-image] Sep 02 23:46:55.291 INFO O| Sep 02 23:46:55.291 INFO O| Planning: Package planning ... Done
42772025-09-02T23:46:59.096Z[ host-image] Sep 02 23:46:56.881 INFO O| Sep 02 23:46:56.881 INFO O| Planning: Merging actions ... Done
42782025-09-02T23:46:59.516Z[ host-image] Sep 02 23:46:57.301 INFO O| Sep 02 23:46:57.301 INFO O| Planning: Checking for conflicting actions ... Done
42792025-09-02T23:46:59.816Z[ host-image] Sep 02 23:46:57.601 INFO O| Sep 02 23:46:57.601 INFO O| Planning: Consolidating action changes ... Done
42802025-09-02T23:47:00.303Z[ host-image] Sep 02 23:46:58.088 INFO O| Sep 02 23:46:58.087 INFO O| Planning: Evaluating mediators ... Done
42812025-09-02T23:47:06.203Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42822025-09-02T23:47:06.326Z[ host-image] Sep 02 23:47:04.110 INFO O| Sep 02 23:47:04.110 INFO O| Planning: Planning completed in 492.07 seconds
42832025-09-02T23:47:06.336Z[ host-image] Sep 02 23:47:04.120 INFO O| Sep 02 23:47:04.120 INFO O| Packages to install: 126
42842025-09-02T23:47:06.339Z[ host-image] Sep 02 23:47:04.120 INFO O| Sep 02 23:47:04.120 INFO O| Mediators to change: 5
42852025-09-02T23:47:06.339Z[ host-image] Sep 02 23:47:04.120 INFO O| Sep 02 23:47:04.120 INFO O| Services to change: 6
42862025-09-02T23:47:06.537Z[ host-image] Sep 02 23:47:04.319 INFO O| Sep 02 23:47:04.319 INFO O| Download: 0/22885 items 0.0/207.3MB 0% complete
42872025-09-02T23:47:07.025Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42882025-09-02T23:47:11.544Z[ host-image] Sep 02 23:47:09.327 INFO O| Sep 02 23:47:09.327 INFO O| Download: 1399/22885 items 8.2/207.3MB 3% complete (1.7M/s)
42892025-09-02T23:47:12.598Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42902025-09-02T23:47:14.605Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42912025-09-02T23:47:16.701Z[ host-image] Sep 02 23:47:14.483 INFO O| Sep 02 23:47:14.483 INFO O| Download: 1793/22885 items 13.2/207.3MB 6% complete (1.3M/s)
42922025-09-02T23:47:21.715Z[ host-image] Sep 02 23:47:19.497 INFO O| Sep 02 23:47:19.497 INFO O| Download: 2507/22885 items 29.8/207.3MB 14% complete (2.1M/s)
42932025-09-02T23:47:26.775Z[ host-image] Sep 02 23:47:24.556 INFO O| Sep 02 23:47:24.555 INFO O| Download: 3813/22885 items 39.9/207.3MB 19% complete (2.7M/s)
42942025-09-02T23:47:32.073Z[ host-image] Sep 02 23:47:29.852 INFO O| Sep 02 23:47:29.852 INFO O| Download: 4730/22885 items 43.5/207.3MB 20% complete (1.5M/s)
42952025-09-02T23:47:37.081Z[ host-image] Sep 02 23:47:34.859 INFO O| Sep 02 23:47:34.859 INFO O| Download: 5872/22885 items 46.6/207.3MB 22% complete (676k/s)
42962025-09-02T23:47:42.465Z[ host-image] Sep 02 23:47:40.242 INFO O| Sep 02 23:47:40.242 INFO O| Download: 7072/22885 items 50.9/207.3MB 24% complete (743k/s)
42972025-09-02T23:47:47.515Z[ host-image] Sep 02 23:47:45.291 INFO O| Sep 02 23:47:45.291 INFO O| Download: 8216/22885 items 61.2/207.3MB 29% complete (1.4M/s)
42982025-09-02T23:47:52.515Z[ host-image] Sep 02 23:47:50.291 INFO O| Sep 02 23:47:50.291 INFO O| Download: 9357/22885 items 83.3/207.3MB 40% complete (3.2M/s)
42992025-09-02T23:47:57.516Z[ host-image] Sep 02 23:47:55.291 INFO O| Sep 02 23:47:55.291 INFO O| Download: 10493/22885 items 91.4/207.3MB 44% complete (3.0M/s)
43002025-09-02T23:48:02.649Z[ host-image] Sep 02 23:48:00.423 INFO O| Sep 02 23:48:00.423 INFO O| Download: 11313/22885 items 97.5/207.3MB 47% complete (1.9M/s)
43012025-09-02T23:48:07.744Z[ host-image] Sep 02 23:48:05.518 INFO O| Sep 02 23:48:05.517 INFO O| Download: 12250/22885 items 111.6/207.3MB 53% complete (2.0M/s)
43022025-09-02T23:48:12.748Z[ host-image] Sep 02 23:48:10.521 INFO O| Sep 02 23:48:10.520 INFO O| Download: 13435/22885 items 113.4/207.3MB 54% complete (1.6M/s)
43032025-09-02T23:48:18.092Z[ host-image] Sep 02 23:48:15.864 INFO O| Sep 02 23:48:15.864 INFO O| Download: 14531/22885 items 115.8/207.3MB 55% complete (411k/s)
43042025-09-02T23:48:23.094Z[ host-image] Sep 02 23:48:20.864 INFO O| Sep 02 23:48:20.864 INFO O| Download: 15696/22885 items 129.2/207.3MB 62% complete (1.6M/s)
43052025-09-02T23:48:28.095Z[ host-image] Sep 02 23:48:25.865 INFO O| Sep 02 23:48:25.864 INFO O| Download: 16963/22885 items 143.5/207.3MB 69% complete (2.8M/s)
43062025-09-02T23:48:33.097Z[ host-image] Sep 02 23:48:30.865 INFO O| Sep 02 23:48:30.865 INFO O| Download: 18408/22885 items 167.5/207.3MB 80% complete (3.8M/s)
43072025-09-02T23:48:38.098Z[ host-image] Sep 02 23:48:35.865 INFO O| Sep 02 23:48:35.865 INFO O| Download: 20090/22885 items 173.9/207.3MB 83% complete (3.0M/s)
43082025-09-02T23:48:43.431Z[ host-image] Sep 02 23:48:41.198 INFO O| Sep 02 23:48:41.198 INFO O| Download: 21060/22885 items 182.7/207.3MB 88% complete (1.5M/s)
43092025-09-02T23:48:48.458Z[ host-image] Sep 02 23:48:46.224 INFO O| Sep 02 23:48:46.224 INFO O| Download: 22009/22885 items 200.1/207.3MB 96% complete (2.6M/s)
43102025-09-02T23:48:53.472Z[ host-image] Sep 02 23:48:51.237 INFO O| Sep 02 23:48:51.237 INFO O| Download: 22747/22885 items 207.1/207.3MB 99% complete (2.4M/s)
43112025-09-02T23:48:54.588Z[ host-image] Sep 02 23:48:52.352 INFO O| Sep 02 23:48:52.352 INFO O| Download: Completed 207.34 MB in 108.03 seconds (1.9M/s)
43122025-09-02T23:48:56.203Z[ host-image] Sep 02 23:48:53.967 INFO O| Sep 02 23:48:53.967 INFO O| Actions: 1/50799 actions (Installing new actions)
43132025-09-02T23:49:01.205Z[ host-image] Sep 02 23:48:58.969 INFO O| Sep 02 23:48:58.969 INFO O| Actions: 11370/50799 actions (Installing new actions)
43142025-09-02T23:49:06.206Z[ host-image] Sep 02 23:49:03.969 INFO O| Sep 02 23:49:03.969 INFO O| Actions: 18297/50799 actions (Installing new actions)
43152025-09-02T23:49:11.227Z[ host-image] Sep 02 23:49:08.989 INFO O| Sep 02 23:49:08.989 INFO O| Actions: 24778/50799 actions (Installing new actions)
43162025-09-02T23:49:16.235Z[ host-image] Sep 02 23:49:13.995 INFO O| Sep 02 23:49:13.995 INFO O| Actions: 50383/50799 actions (Installing new actions)
43172025-09-02T23:49:16.622Z[ host-image] Sep 02 23:49:14.383 INFO O| Sep 02 23:49:14.383 INFO O| Actions: Completed 50799 actions in 20.41 seconds.
43182025-09-02T23:49:17.408Z[ host-image] Sep 02 23:49:15.169 INFO O| Sep 02 23:49:15.169 INFO O| Done
43192025-09-02T23:49:17.408Z[ host-image] Sep 02 23:49:15.169 INFO O| Sep 02 23:49:15.169 INFO O| Done
43202025-09-02T23:49:20.709Z[ host-image] Sep 02 23:49:18.469 INFO O| Sep 02 23:49:18.469 INFO O| Done
43212025-09-02T23:49:23.584Z[ host-image] Sep 02 23:49:21.344 INFO O| Sep 02 23:49:21.344 INFO O| Done
43222025-09-02T23:49:23.660Z[ host-image] Sep 02 23:49:21.420 INFO O| Sep 02 23:49:21.420 INFO O| Done
43232025-09-02T23:49:31.419Z[ host-image] Sep 02 23:49:29.178 INFO O| Sep 02 23:49:29.178 INFO O| Done
43242025-09-02T23:49:32.387Z[ host-image] Sep 02 23:49:30.146 INFO O| Sep 02 23:49:30.145 INFO O| Done
43252025-09-02T23:49:36.925Z[ host-image] Sep 02 23:49:34.682 INFO O| Sep 02 23:49:34.682 INFO STEP 11 (pkg_install) COMPLETE
43262025-09-02T23:49:36.929Z[ host-image] Sep 02 23:49:34.682 INFO O| Sep 02 23:49:34.682 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43272025-09-02T23:49:36.953Z[ host-image] Sep 02 23:49:34.710 INFO O| Sep 02 23:49:34.710 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"]
43282025-09-02T23:49:48.123Z[ recovery-image] Sep 02 23:49:45.876 INFO O| Sep 02 23:49:45.876 INFO O| Planning: Running solver ... Done
43292025-09-02T23:49:49.606Z[ recovery-image] Sep 02 23:49:47.362 INFO O| Sep 02 23:49:47.362 INFO O| Planning: Finding local manifests ... Done
43302025-09-02T23:49:49.709Z[ recovery-image] Sep 02 23:49:47.464 INFO O| Sep 02 23:49:47.464 INFO O| Planning: Fetching manifests: 0/126 0% complete
43312025-09-02T23:49:54.719Z[ recovery-image] Sep 02 23:49:52.474 INFO O| Sep 02 23:49:52.474 INFO O| Planning: Fetching manifests: 83/126 65% complete
43322025-09-02T23:49:57.381Z[ recovery-image] Sep 02 23:49:55.134 INFO O| Sep 02 23:49:55.134 INFO O| Planning: Fetching manifests: 126/126 100% complete
43332025-09-02T23:49:58.586Z[ recovery-image] Sep 02 23:49:56.340 INFO O| Sep 02 23:49:56.339 INFO O| Planning: Package planning ... Done
43342025-09-02T23:49:59.373Z[ recovery-image] Sep 02 23:49:57.127 INFO O| Sep 02 23:49:57.127 INFO O| Planning: Merging actions ... Done
43352025-09-02T23:49:59.595Z[ recovery-image] Sep 02 23:49:57.349 INFO O| Sep 02 23:49:57.349 INFO O| Planning: Checking for conflicting actions ... Done
43362025-09-02T23:49:59.755Z[ recovery-image] Sep 02 23:49:57.509 INFO O| Sep 02 23:49:57.509 INFO O| Planning: Consolidating action changes ... Done
43372025-09-02T23:50:00.194Z[ recovery-image] Sep 02 23:49:57.948 INFO O| Sep 02 23:49:57.947 INFO O| Planning: Evaluating mediators ... Done
43382025-09-02T23:50:06.967Z[ recovery-image] Sep 02 23:50:04.719 INFO O| Sep 02 23:50:04.719 INFO O| Planning: Planning completed in 481.28 seconds
43392025-09-02T23:50:06.971Z[ recovery-image] Sep 02 23:50:04.723 INFO O| Sep 02 23:50:04.723 INFO O| Packages to install: 126
43402025-09-02T23:50:06.971Z[ recovery-image] Sep 02 23:50:04.723 INFO O| Sep 02 23:50:04.723 INFO O| Mediators to change: 5
43412025-09-02T23:50:06.975Z[ recovery-image] Sep 02 23:50:04.723 INFO O| Sep 02 23:50:04.723 INFO O| Services to change: 5
43422025-09-02T23:50:07.128Z[ recovery-image] Sep 02 23:50:04.881 INFO O| Sep 02 23:50:04.880 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
43432025-09-02T23:50:12.363Z[ recovery-image] Sep 02 23:50:10.114 INFO O| Sep 02 23:50:10.114 INFO O| Download: 1099/15944 items 9.3/184.0MB 5% complete (2.0M/s)
43442025-09-02T23:50:17.463Z[ recovery-image] Sep 02 23:50:15.213 INFO O| Sep 02 23:50:15.213 INFO O| Download: 1507/15944 items 21.9/184.0MB 11% complete (2.4M/s)
43452025-09-02T23:50:18.895Z[ host-image] Sep 02 23:50:16.645 INFO O| Sep 02 23:50:16.645 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43462025-09-02T23:50:22.476Z[ recovery-image] Sep 02 23:50:20.225 INFO O| Sep 02 23:50:20.225 INFO O| Download: 2509/15944 items 31.6/184.0MB 17% complete (2.3M/s)
43472025-09-02T23:50:27.716Z[ recovery-image] Sep 02 23:50:25.464 INFO O| Sep 02 23:50:25.464 INFO O| Download: 3704/15944 items 39.7/184.0MB 21% complete (1.8M/s)
43482025-09-02T23:50:32.807Z[ recovery-image] Sep 02 23:50:30.464 INFO O| Sep 02 23:50:30.464 INFO O| Download: 4858/15944 items 43.3/184.0MB 23% complete (1.2M/s)
43492025-09-02T23:50:34.576Z[ host-image] Sep 02 23:50:32.324 INFO O| Sep 02 23:50:32.324 INFO O| Startup: Caching catalogs ... Done
43502025-09-02T23:50:38.360Z[ recovery-image] Sep 02 23:50:36.107 INFO O| Sep 02 23:50:36.107 INFO O| Download: 5808/15944 items 46.6/184.0MB 25% complete (691k/s)
43512025-09-02T23:50:43.399Z[ recovery-image] Sep 02 23:50:41.145 INFO O| Sep 02 23:50:41.145 INFO O| Download: 6224/15944 items 64.2/184.0MB 34% complete (1.9M/s)
43522025-09-02T23:50:44.156Z[ host-image] Sep 02 23:50:41.902 INFO O| Sep 02 23:50:41.902 INFO O| Planning: Solver setup ... Done
43532025-09-02T23:50:44.168Z[ host-image] Sep 02 23:50:41.914 INFO O| Sep 02 23:50:41.914 INFO O| Planning: Running solver ... Done
43542025-09-02T23:50:44.318Z[ host-image] Sep 02 23:50:42.064 INFO O| Sep 02 23:50:42.064 INFO O| Planning: Finding local manifests ... Done
43552025-09-02T23:50:44.382Z[ host-image] Sep 02 23:50:42.128 INFO O| Sep 02 23:50:42.128 INFO O| Planning: Fetching manifests: 0/5 0% complete
43562025-09-02T23:50:44.465Z[ host-image] Sep 02 23:50:42.210 INFO O| Sep 02 23:50:42.210 INFO O| Planning: Fetching manifests: 5/5 100% complete
43572025-09-02T23:50:44.512Z[ host-image] Sep 02 23:50:42.258 INFO O| Sep 02 23:50:42.258 INFO O| Planning: Package planning ... Done
43582025-09-02T23:50:44.519Z[ host-image] Sep 02 23:50:42.265 INFO O| Sep 02 23:50:42.265 INFO O| Planning: Merging actions ... Done
43592025-09-02T23:50:44.659Z[ host-image] Sep 02 23:50:42.405 INFO O| Sep 02 23:50:42.404 INFO O| Planning: Checking for conflicting actions ... Done
43602025-09-02T23:50:44.662Z[ host-image] Sep 02 23:50:42.407 INFO O| Sep 02 23:50:42.407 INFO O| Planning: Consolidating action changes ... Done
43612025-09-02T23:50:45.004Z[ host-image] Sep 02 23:50:42.749 INFO O| Sep 02 23:50:42.749 INFO O| Planning: Evaluating mediators ... Done
43622025-09-02T23:50:45.007Z[ host-image] Sep 02 23:50:42.752 INFO O| Sep 02 23:50:42.752 INFO O| Planning: Planning completed in 10.32 seconds
43632025-09-02T23:50:45.007Z[ host-image] Sep 02 23:50:42.753 INFO O| Sep 02 23:50:42.753 INFO O| Packages to install: 5
43642025-09-02T23:50:45.010Z[ host-image] Sep 02 23:50:42.753 INFO O| Sep 02 23:50:42.753 INFO O| Services to change: 2
43652025-09-02T23:50:45.037Z[ host-image] Sep 02 23:50:42.783 INFO O| Sep 02 23:50:42.783 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
43662025-09-02T23:50:46.880Z[ host-image] Sep 02 23:50:44.625 INFO O| Sep 02 23:50:44.625 INFO O| Download: Completed 1.48 MB in 1.84 seconds (820k/s)
43672025-09-02T23:50:46.996Z[ host-image] Sep 02 23:50:44.741 INFO O| Sep 02 23:50:44.741 INFO O| Actions: 1/313 actions (Installing new actions)
43682025-09-02T23:50:47.171Z[ host-image] Sep 02 23:50:44.917 INFO O| Sep 02 23:50:44.917 INFO O| Actions: Completed 313 actions in 0.18 seconds.
43692025-09-02T23:50:48.402Z[ recovery-image] Sep 02 23:50:46.147 INFO O| Sep 02 23:50:46.147 INFO O| Download: 7349/15944 items 76.7/184.0MB 41% complete (3.0M/s)
43702025-09-02T23:50:48.562Z[ host-image] Sep 02 23:50:46.307 INFO O| Sep 02 23:50:46.307 INFO O| Done
43712025-09-02T23:50:48.566Z[ host-image] Sep 02 23:50:46.307 INFO O| Sep 02 23:50:46.307 INFO O| Done
43722025-09-02T23:50:50.588Z[ host-image] Sep 02 23:50:48.332 INFO O| Sep 02 23:50:48.332 INFO O| Done
43732025-09-02T23:50:53.490Z[ host-image] Sep 02 23:50:51.234 INFO O| Sep 02 23:50:51.234 INFO O| Done
43742025-09-02T23:50:53.501Z[ recovery-image] Sep 02 23:50:51.245 INFO O| Sep 02 23:50:51.245 INFO O| Download: 7977/15944 items 80.2/184.0MB 43% complete (1.6M/s)
43752025-09-02T23:50:53.552Z[ host-image] Sep 02 23:50:51.296 INFO O| Sep 02 23:50:51.296 INFO O| Done
43762025-09-02T23:50:53.555Z[ host-image] Sep 02 23:50:51.296 INFO O| Sep 02 23:50:51.296 INFO O| Done
43772025-09-02T23:50:53.614Z[ host-image] Sep 02 23:50:51.357 INFO O| Sep 02 23:50:51.357 INFO O| Done
43782025-09-02T23:50:55.209Z[ host-image] Sep 02 23:50:52.952 INFO O| Sep 02 23:50:52.952 INFO STEP 12 (pkg_install) COMPLETE
43792025-09-02T23:50:55.209Z[ host-image] Sep 02 23:50:52.953 INFO O| Sep 02 23:50:52.952 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43802025-09-02T23:50:55.223Z[ host-image] Sep 02 23:50:52.967 INFO O| Sep 02 23:50:52.967 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43812025-09-02T23:50:58.681Z[ recovery-image] Sep 02 23:50:56.425 INFO O| Sep 02 23:50:56.425 INFO O| Download: 8841/15944 items 87.6/184.0MB 47% complete (1.1M/s)
43822025-09-02T23:51:03.697Z[ recovery-image] Sep 02 23:51:01.440 INFO O| Sep 02 23:51:01.440 INFO O| Download: 9919/15944 items 96.5/184.0MB 52% complete (1.6M/s)
43832025-09-02T23:51:08.804Z[ recovery-image] Sep 02 23:51:06.546 INFO O| Sep 02 23:51:06.546 INFO O| Download: 10975/15944 items 97.3/184.0MB 52% complete (1004k/s)
43842025-09-02T23:51:14.126Z[ recovery-image] Sep 02 23:51:11.866 INFO O| Sep 02 23:51:11.866 INFO O| Download: 11467/15944 items 110.5/184.0MB 60% complete (1.4M/s)
43852025-09-02T23:51:19.148Z[ recovery-image] Sep 02 23:51:16.887 INFO O| Sep 02 23:51:16.887 INFO O| Download: 12245/15944 items 144.4/184.0MB 78% complete (4.8M/s)
43862025-09-02T23:51:24.159Z[ recovery-image] Sep 02 23:51:21.896 INFO O| Sep 02 23:51:21.896 INFO O| Download: 13617/15944 items 150.4/184.0MB 81% complete (4.0M/s)
43872025-09-02T23:51:29.167Z[ recovery-image] Sep 02 23:51:26.904 INFO O| Sep 02 23:51:26.904 INFO O| Download: 14774/15944 items 155.0/184.0MB 84% complete (1.1M/s)
43882025-09-02T23:51:32.490Z[ host-image] Sep 02 23:51:30.224 INFO O| Sep 02 23:51:30.223 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43892025-09-02T23:51:34.168Z[ recovery-image] Sep 02 23:51:31.904 INFO O| Sep 02 23:51:31.904 INFO O| Download: 15366/15944 items 164.9/184.0MB 89% complete (1.4M/s)
43902025-09-02T23:51:39.169Z[ recovery-image] Sep 02 23:51:36.905 INFO O| Sep 02 23:51:36.905 INFO O| Download: 15716/15944 items 178.7/184.0MB 97% complete (2.4M/s)
43912025-09-02T23:51:42.056Z[ recovery-image] Sep 02 23:51:39.789 INFO O| Sep 02 23:51:39.789 INFO O| Download: Completed 183.99 MB in 94.91 seconds (1.9M/s)
43922025-09-02T23:51:43.116Z[ recovery-image] Sep 02 23:51:40.851 INFO O| Sep 02 23:51:40.851 INFO O| Actions: 1/26303 actions (Installing new actions)
43932025-09-02T23:51:48.132Z[ recovery-image] Sep 02 23:51:45.852 INFO O| Sep 02 23:51:45.852 INFO O| Actions: 9410/26303 actions (Installing new actions)
43942025-09-02T23:51:48.762Z[ host-image] Sep 02 23:51:46.495 INFO O| Sep 02 23:51:46.495 INFO O| Startup: Caching catalogs ... Done
43952025-09-02T23:51:53.119Z[ recovery-image] Sep 02 23:51:50.852 INFO O| Sep 02 23:51:50.852 INFO O| Actions: 16017/26303 actions (Installing new actions)
43962025-09-02T23:51:57.545Z[ host-image] Sep 02 23:51:55.278 INFO O| Sep 02 23:51:55.278 INFO O| Planning: Solver setup ... Done
43972025-09-02T23:51:57.557Z[ host-image] Sep 02 23:51:55.290 INFO O| Sep 02 23:51:55.290 INFO O| Planning: Running solver ... Done
43982025-09-02T23:51:57.719Z[ host-image] Sep 02 23:51:55.451 INFO O| Sep 02 23:51:55.451 INFO O| Planning: Finding local manifests ... Done
43992025-09-02T23:51:57.831Z[ host-image] Sep 02 23:51:55.564 INFO O| Sep 02 23:51:55.564 INFO O| Planning: Fetching manifests: 0/6 0% complete
44002025-09-02T23:51:58.064Z[ host-image] Sep 02 23:51:55.797 INFO O| Sep 02 23:51:55.797 INFO O| Planning: Fetching manifests: 6/6 100% complete
44012025-09-02T23:51:58.122Z[ host-image] Sep 02 23:51:55.854 INFO O| Sep 02 23:51:55.853 INFO O| Planning: Package planning ... Done
44022025-09-02T23:51:58.128Z[ recovery-image] Sep 02 23:51:55.860 INFO O| Sep 02 23:51:55.860 INFO O| Actions: 25876/26303 actions (Installing new actions)
44032025-09-02T23:51:58.177Z[ host-image] Sep 02 23:51:55.910 INFO O| Sep 02 23:51:55.909 INFO O| Planning: Merging actions ... Done
44042025-09-02T23:51:58.309Z[ host-image] Sep 02 23:51:56.041 INFO O| Sep 02 23:51:56.041 INFO O| Planning: Checking for conflicting actions ... Done
44052025-09-02T23:51:58.315Z[ host-image] Sep 02 23:51:56.048 INFO O| Sep 02 23:51:56.048 INFO O| Planning: Consolidating action changes ... Done
44062025-09-02T23:51:58.727Z[ recovery-image] Sep 02 23:51:56.459 INFO O| Sep 02 23:51:56.459 INFO O| Actions: Completed 26303 actions in 15.58 seconds.
44072025-09-02T23:51:58.797Z[ host-image] Sep 02 23:51:56.530 INFO O| Sep 02 23:51:56.529 INFO O| Planning: Evaluating mediators ... Done
44082025-09-02T23:51:58.803Z[ host-image] Sep 02 23:51:56.536 INFO O| Sep 02 23:51:56.536 INFO O| Planning: Planning completed in 9.90 seconds
44092025-09-02T23:51:58.806Z[ host-image] Sep 02 23:51:56.537 INFO O| Sep 02 23:51:56.537 INFO O| Packages to install: 6
44102025-09-02T23:51:58.806Z[ host-image] Sep 02 23:51:56.537 INFO O| Sep 02 23:51:56.537 INFO O| Mediators to change: 1
44112025-09-02T23:51:58.806Z[ host-image] Sep 02 23:51:56.537 INFO O| Sep 02 23:51:56.537 INFO O| Services to change: 1
44122025-09-02T23:51:58.846Z[ host-image] Sep 02 23:51:56.578 INFO O| Sep 02 23:51:56.578 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44132025-09-02T23:51:59.475Z[ recovery-image] Sep 02 23:51:57.206 INFO O| Sep 02 23:51:57.206 INFO O| Done
44142025-09-02T23:51:59.480Z[ recovery-image] Sep 02 23:51:57.206 INFO O| Sep 02 23:51:57.206 INFO O| Done
44152025-09-02T23:52:01.868Z[ recovery-image] Sep 02 23:51:59.600 INFO O| Sep 02 23:51:59.600 INFO O| Done
44162025-09-02T23:52:03.852Z[ recovery-image] Sep 02 23:52:01.584 INFO O| Sep 02 23:52:01.584 INFO O| Done
44172025-09-02T23:52:03.855Z[ host-image] Sep 02 23:52:01.584 INFO O| Sep 02 23:52:01.584 INFO O| Download: 646/1140 items 2.8/7.7MB 36% complete (590k/s)
44182025-09-02T23:52:03.876Z[ recovery-image] Sep 02 23:52:01.608 INFO O| Sep 02 23:52:01.607 INFO O| Done
44192025-09-02T23:52:06.245Z[ host-image] Sep 02 23:52:03.977 INFO O| Sep 02 23:52:03.977 INFO O| Download: Completed 7.71 MB in 7.40 seconds (1.0M/s)
44202025-09-02T23:52:06.407Z[ host-image] Sep 02 23:52:04.139 INFO O| Sep 02 23:52:04.138 INFO O| Actions: 1/1361 actions (Installing new actions)
44212025-09-02T23:52:07.021Z[ host-image] Sep 02 23:52:04.752 INFO O| Sep 02 23:52:04.752 INFO O| Actions: Completed 1361 actions in 0.61 seconds.
44222025-09-02T23:52:08.171Z[ recovery-image] Sep 02 23:52:05.902 INFO O| Sep 02 23:52:05.902 INFO O| Done
44232025-09-02T23:52:08.532Z[ host-image] Sep 02 23:52:06.263 INFO O| Sep 02 23:52:06.263 INFO O| Done
44242025-09-02T23:52:08.532Z[ host-image] Sep 02 23:52:06.263 INFO O| Sep 02 23:52:06.263 INFO O| Done
44252025-09-02T23:52:08.873Z[ recovery-image] Sep 02 23:52:06.603 INFO O| Sep 02 23:52:06.603 INFO O| Done
44262025-09-02T23:52:10.448Z[ host-image] Sep 02 23:52:08.179 INFO O| Sep 02 23:52:08.179 INFO O| Done
44272025-09-02T23:52:11.745Z[ recovery-image] Sep 02 23:52:09.476 INFO O| Sep 02 23:52:09.475 INFO STEP 11 (pkg_install) COMPLETE
44282025-09-02T23:52:11.745Z[ recovery-image] Sep 02 23:52:09.476 INFO O| Sep 02 23:52:09.476 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44292025-09-02T23:52:11.749Z[ recovery-image] Sep 02 23:52:09.476 INFO O| Sep 02 23:52:09.476 INFO skip step because feature "recovery" is enabled
44302025-09-02T23:52:11.749Z[ recovery-image] Sep 02 23:52:09.476 INFO O| Sep 02 23:52:09.476 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44312025-09-02T23:52:11.749Z[ recovery-image] Sep 02 23:52:09.476 INFO O| Sep 02 23:52:09.476 INFO skip step because feature "omicron1" is not enabled
44322025-09-02T23:52:11.749Z[ recovery-image] Sep 02 23:52:09.476 INFO O| Sep 02 23:52:09.476 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44332025-09-02T23:52:11.761Z[ recovery-image] Sep 02 23:52:09.491 INFO O| Sep 02 23:52:09.491 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44342025-09-02T23:52:13.105Z[ host-image] Sep 02 23:52:10.835 INFO O| Sep 02 23:52:10.835 INFO O| Done
44352025-09-02T23:52:13.151Z[ host-image] Sep 02 23:52:10.881 INFO O| Sep 02 23:52:10.881 INFO O| Done
44362025-09-02T23:52:13.154Z[ host-image] Sep 02 23:52:10.882 INFO O| Sep 02 23:52:10.882 INFO O| Done
44372025-09-02T23:52:13.235Z[ host-image] Sep 02 23:52:10.965 INFO O| Sep 02 23:52:10.965 INFO O| Done
44382025-09-02T23:52:15.212Z[ host-image] Sep 02 23:52:12.941 INFO O| Sep 02 23:52:12.941 INFO STEP 13 (pkg_install) COMPLETE
44392025-09-02T23:52:15.212Z[ host-image] Sep 02 23:52:12.941 INFO O| Sep 02 23:52:12.941 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44402025-09-02T23:52:15.231Z[ host-image] Sep 02 23:52:12.960 INFO O| Sep 02 23:52:12.960 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44412025-09-02T23:52:52.435Z[ host-image] Sep 02 23:52:50.158 INFO O| Sep 02 23:52:50.158 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44422025-09-02T23:52:52.785Z[ recovery-image] Sep 02 23:52:50.509 INFO O| Sep 02 23:52:50.508 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44432025-09-02T23:53:09.165Z[ host-image] Sep 02 23:53:06.881 INFO O| Sep 02 23:53:06.881 INFO O| Startup: Caching catalogs ... Done
44442025-09-02T23:53:09.283Z[ recovery-image] Sep 02 23:53:07.003 INFO O| Sep 02 23:53:07.003 INFO O| Startup: Caching catalogs ... Done
44452025-09-02T23:53:17.964Z[ host-image] Sep 02 23:53:15.682 INFO O| Sep 02 23:53:15.682 INFO O| Planning: Solver setup ... Done
44462025-09-02T23:53:17.975Z[ host-image] Sep 02 23:53:15.694 INFO O| Sep 02 23:53:15.694 INFO O| Planning: Running solver ... Done
44472025-09-02T23:53:18.045Z[ recovery-image] Sep 02 23:53:15.764 INFO O| Sep 02 23:53:15.764 INFO O| Planning: Solver setup ... Done
44482025-09-02T23:53:18.059Z[ recovery-image] Sep 02 23:53:15.778 INFO O| Sep 02 23:53:15.777 INFO O| Planning: Running solver ... Done
44492025-09-02T23:53:18.184Z[ host-image] Sep 02 23:53:15.902 INFO O| Sep 02 23:53:15.902 INFO O| Planning: Finding local manifests ... Done
44502025-09-02T23:53:18.214Z[ recovery-image] Sep 02 23:53:15.933 INFO O| Sep 02 23:53:15.933 INFO O| Planning: Finding local manifests ... Done
44512025-09-02T23:53:18.268Z[ host-image] Sep 02 23:53:15.986 INFO O| Sep 02 23:53:15.985 INFO O| Planning: Fetching manifests: 0/1 0% complete
44522025-09-02T23:53:18.283Z[ recovery-image] Sep 02 23:53:16.002 INFO O| Sep 02 23:53:16.001 INFO O| Planning: Fetching manifests: 0/1 0% complete
44532025-09-02T23:53:18.293Z[ host-image] Sep 02 23:53:16.011 INFO O| Sep 02 23:53:16.010 INFO O| Planning: Fetching manifests: 1/1 100% complete
44542025-09-02T23:53:18.312Z[ recovery-image] Sep 02 23:53:16.031 INFO O| Sep 02 23:53:16.031 INFO O| Planning: Fetching manifests: 1/1 100% complete
44552025-09-02T23:53:18.324Z[ host-image] Sep 02 23:53:16.042 INFO O| Sep 02 23:53:16.042 INFO O| Planning: Package planning ... Done
44562025-09-02T23:53:18.327Z[ host-image] Sep 02 23:53:16.043 INFO O| Sep 02 23:53:16.043 INFO O| Planning: Merging actions ... Done
44572025-09-02T23:53:18.363Z[ recovery-image] Sep 02 23:53:16.082 INFO O| Sep 02 23:53:16.082 INFO O| Planning: Package planning ... Done
44582025-09-02T23:53:18.366Z[ recovery-image] Sep 02 23:53:16.083 INFO O| Sep 02 23:53:16.083 INFO O| Planning: Merging actions ... Done
44592025-09-02T23:53:18.470Z[ recovery-image] Sep 02 23:53:16.189 INFO O| Sep 02 23:53:16.189 INFO O| Planning: Checking for conflicting actions ... Done
44602025-09-02T23:53:18.473Z[ recovery-image] Sep 02 23:53:16.190 INFO O| Sep 02 23:53:16.190 INFO O| Planning: Consolidating action changes ... Done
44612025-09-02T23:53:18.473Z[ host-image] Sep 02 23:53:16.191 INFO O| Sep 02 23:53:16.191 INFO O| Planning: Checking for conflicting actions ... Done
44622025-09-02T23:53:18.473Z[ host-image] Sep 02 23:53:16.192 INFO O| Sep 02 23:53:16.192 INFO O| Planning: Consolidating action changes ... Done
44632025-09-02T23:53:18.798Z[ recovery-image] Sep 02 23:53:16.517 INFO O| Sep 02 23:53:16.517 INFO O| Planning: Evaluating mediators ... Done
44642025-09-02T23:53:18.802Z[ recovery-image] Sep 02 23:53:16.518 INFO O| Sep 02 23:53:16.518 INFO O| Planning: Planning completed in 9.40 seconds
44652025-09-02T23:53:18.802Z[ recovery-image] Sep 02 23:53:16.518 INFO O| Sep 02 23:53:16.518 INFO O| Packages to install: 1
44662025-09-02T23:53:18.845Z[ recovery-image] Sep 02 23:53:16.564 INFO O| Sep 02 23:53:16.563 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44672025-09-02T23:53:18.885Z[ host-image] Sep 02 23:53:16.604 INFO O| Sep 02 23:53:16.604 INFO O| Planning: Evaluating mediators ... Done
44682025-09-02T23:53:18.891Z[ host-image] Sep 02 23:53:16.605 INFO O| Sep 02 23:53:16.605 INFO O| Planning: Planning completed in 9.57 seconds
44692025-09-02T23:53:18.891Z[ host-image] Sep 02 23:53:16.605 INFO O| Sep 02 23:53:16.605 INFO O| Packages to install: 1
44702025-09-02T23:53:18.919Z[ host-image] Sep 02 23:53:16.638 INFO O| Sep 02 23:53:16.638 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44712025-09-02T23:53:19.215Z[ host-image] Sep 02 23:53:16.934 INFO O| Sep 02 23:53:16.934 INFO O| Download: Completed 10.09 MB in 0.30 seconds (34.1M/s)
44722025-09-02T23:53:19.306Z[ host-image] Sep 02 23:53:17.024 INFO O| Sep 02 23:53:17.024 INFO O| Actions: 1/22 actions (Installing new actions)
44732025-09-02T23:53:19.461Z[ recovery-image] Sep 02 23:53:17.179 INFO O| Sep 02 23:53:17.179 INFO O| Download: Completed 10.09 MB in 0.62 seconds (16.4M/s)
44742025-09-02T23:53:19.570Z[ recovery-image] Sep 02 23:53:17.288 INFO O| Sep 02 23:53:17.288 INFO O| Actions: 1/22 actions (Installing new actions)
44752025-09-02T23:53:19.749Z[ host-image] Sep 02 23:53:17.468 INFO O| Sep 02 23:53:17.468 INFO O| Actions: Completed 22 actions in 0.44 seconds.
44762025-09-02T23:53:20.053Z[ recovery-image] Sep 02 23:53:17.764 INFO O| Sep 02 23:53:17.764 INFO O| Actions: Completed 22 actions in 0.48 seconds.
44772025-09-02T23:53:21.337Z[ host-image] Sep 02 23:53:19.045 INFO O| Sep 02 23:53:19.045 INFO O| Done
44782025-09-02T23:53:21.337Z[ host-image] Sep 02 23:53:19.045 INFO O| Sep 02 23:53:19.045 INFO O| Done
44792025-09-02T23:53:21.512Z[ recovery-image] Sep 02 23:53:19.230 INFO O| Sep 02 23:53:19.229 INFO O| Done
44802025-09-02T23:53:21.512Z[ recovery-image] Sep 02 23:53:19.230 INFO O| Sep 02 23:53:19.230 INFO O| Done
44812025-09-02T23:53:23.268Z[ host-image] Sep 02 23:53:20.985 INFO O| Sep 02 23:53:20.985 INFO O| Done
44822025-09-02T23:53:23.611Z[ recovery-image] Sep 02 23:53:21.326 INFO O| Sep 02 23:53:21.326 INFO O| Done
44832025-09-02T23:53:25.775Z[ recovery-image] Sep 02 23:53:23.492 INFO O| Sep 02 23:53:23.492 INFO O| Done
44842025-09-02T23:53:25.804Z[ recovery-image] Sep 02 23:53:23.520 INFO O| Sep 02 23:53:23.520 INFO O| Done
44852025-09-02T23:53:25.809Z[ recovery-image] Sep 02 23:53:23.520 INFO O| Sep 02 23:53:23.520 INFO O| Done
44862025-09-02T23:53:25.859Z[ recovery-image] Sep 02 23:53:23.563 INFO O| Sep 02 23:53:23.563 INFO O| Done
44872025-09-02T23:53:26.275Z[ host-image] Sep 02 23:53:23.982 INFO O| Sep 02 23:53:23.982 INFO O| Done
44882025-09-02T23:53:26.334Z[ host-image] Sep 02 23:53:24.051 INFO O| Sep 02 23:53:24.051 INFO O| Done
44892025-09-02T23:53:26.338Z[ host-image] Sep 02 23:53:24.052 INFO O| Sep 02 23:53:24.052 INFO O| Done
44902025-09-02T23:53:26.369Z[ host-image] Sep 02 23:53:24.085 INFO O| Sep 02 23:53:24.085 INFO O| Done
44912025-09-02T23:53:27.737Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO STEP 14 (pkg_install) COMPLETE
44922025-09-02T23:53:27.737Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO skip step because feature "mfg" is not enabled
44942025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO skip step because feature "compliance" is not enabled
44962025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO skip step because feature "stress" is not enabled
44982025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO skip step because feature "compliance" is not enabled
45002025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO skip step because feature "nfs" is not enabled
45022025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45032025-09-02T23:53:27.741Z[ recovery-image] Sep 02 23:53:25.454 INFO O| Sep 02 23:53:25.453 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45042025-09-02T23:53:27.829Z[ recovery-image] Sep 02 23:53:25.546 INFO O| Sep 02 23:53:25.546 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45052025-09-02T23:53:27.967Z[ recovery-image] Sep 02 23:53:25.684 INFO O| Sep 02 23:53:25.684 INFO completed processing sled/ramdisk-01-os
45062025-09-02T23:53:28.164Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO STEP 14 (pkg_install) COMPLETE
45072025-09-02T23:53:28.164Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45082025-09-02T23:53:28.169Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO skip step because feature "mfg" is not enabled
45092025-09-02T23:53:28.169Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102025-09-02T23:53:28.169Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO skip step because feature "compliance" is not enabled
45112025-09-02T23:53:28.169Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45122025-09-02T23:53:28.169Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO skip step because feature "stress" is not enabled
45132025-09-02T23:53:28.169Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142025-09-02T23:53:28.169Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO skip step because feature "compliance" is not enabled
45152025-09-02T23:53:28.170Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162025-09-02T23:53:28.170Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO skip step because feature "nfs" is not enabled
45172025-09-02T23:53:28.170Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45182025-09-02T23:53:28.170Z[ host-image] Sep 02 23:53:25.867 INFO O| Sep 02 23:53:25.867 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45192025-09-02T23:53:28.205Z[ host-image] Sep 02 23:53:25.921 INFO O| Sep 02 23:53:25.921 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45202025-09-02T23:53:28.283Z[ recovery-image] Sep 02 23:53:26.000 INFO image builder template: ramdisk-02-trim...
45212025-09-02T23:53:28.283Z[ recovery-image] Sep 02 23:53:26.000 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/.tmpvoUPBR/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45222025-09-02T23:53:28.323Z[ recovery-image] Sep 02 23:53:26.039 INFO O| Sep 02 23:53:26.039 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45232025-09-02T23:53:28.330Z[ recovery-image] Sep 02 23:53:26.046 INFO O| Sep 02 23:53:26.046 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45242025-09-02T23:53:28.334Z[ host-image] Sep 02 23:53:26.051 INFO O| Sep 02 23:53:26.051 INFO completed processing sled/ramdisk-01-os
45252025-09-02T23:53:28.662Z[ recovery-image] Sep 02 23:53:26.160 INFO O| Sep 02 23:53:26.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45262025-09-02T23:53:28.704Z[ recovery-image] Sep 02 23:53:26.227 INFO O| Sep 02 23:53:26.226 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45272025-09-02T23:53:28.704Z[ recovery-image] Sep 02 23:53:26.227 INFO O| Sep 02 23:53:26.227 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45282025-09-02T23:53:28.705Z[ recovery-image] Sep 02 23:53:26.234 INFO O| Sep 02 23:53:26.234 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45292025-09-02T23:53:28.708Z[ recovery-image] Sep 02 23:53:26.240 INFO O| Sep 02 23:53:26.240 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45302025-09-02T23:53:28.708Z[ recovery-image] Sep 02 23:53:26.246 INFO O| Sep 02 23:53:26.246 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45312025-09-02T23:53:29.167Z[ recovery-image] Sep 02 23:53:26.864 INFO O| Sep 02 23:53:26.864 INFO rolled back to input snapshot; work may begin
45322025-09-02T23:53:29.167Z[ recovery-image] Sep 02 23:53:26.864 INFO O| Sep 02 23:53:26.864 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45332025-09-02T23:53:29.172Z[ recovery-image] Sep 02 23:53:26.871 INFO O| Sep 02 23:53:26.870 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342025-09-02T23:53:29.172Z[ recovery-image] Sep 02 23:53:26.884 INFO O| Sep 02 23:53:26.883 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45352025-09-02T23:53:29.258Z[ recovery-image] Sep 02 23:53:26.958 INFO O| Sep 02 23:53:26.958 INFO STEP 0 (remove_files) COMPLETE
45362025-09-02T23:53:29.259Z[ recovery-image] Sep 02 23:53:26.958 INFO O| Sep 02 23:53:26.958 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45372025-09-02T23:53:29.287Z[ recovery-image] Sep 02 23:53:26.972 INFO O| Sep 02 23:53:26.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45382025-09-02T23:53:29.288Z[ recovery-image] Sep 02 23:53:26.975 INFO O| Sep 02 23:53:26.975 INFO STEP 1 (remove_files) COMPLETE
45392025-09-02T23:53:29.288Z[ recovery-image] Sep 02 23:53:26.975 INFO O| Sep 02 23:53:26.975 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402025-09-02T23:53:29.288Z[ recovery-image] Sep 02 23:53:26.988 INFO O| Sep 02 23:53:26.988 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45412025-09-02T23:53:29.301Z[ host-image] Sep 02 23:53:27.000 INFO omicron1 baseline generation...
45422025-09-02T23:53:29.302Z[ host-image] Sep 02 23:53:27.000 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45432025-09-02T23:53:29.314Z[ recovery-image] Sep 02 23:53:27.011 INFO O| Sep 02 23:53:27.011 INFO STEP 2 (remove_files) COMPLETE
45442025-09-02T23:53:29.314Z[ recovery-image] Sep 02 23:53:27.011 INFO O| Sep 02 23:53:27.011 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452025-09-02T23:53:29.335Z[ recovery-image] Sep 02 23:53:27.025 INFO O| Sep 02 23:53:27.025 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45462025-09-02T23:53:29.335Z[ recovery-image] Sep 02 23:53:27.028 INFO O| Sep 02 23:53:27.027 INFO STEP 3 (remove_files) COMPLETE
45472025-09-02T23:53:29.335Z[ recovery-image] Sep 02 23:53:27.028 INFO O| Sep 02 23:53:27.027 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482025-09-02T23:53:29.385Z[ recovery-image] Sep 02 23:53:27.040 INFO O| Sep 02 23:53:27.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45492025-09-02T23:53:29.385Z[ recovery-image] Sep 02 23:53:27.055 INFO O| Sep 02 23:53:27.055 INFO STEP 4 (remove_files) COMPLETE
45502025-09-02T23:53:29.395Z[ recovery-image] Sep 02 23:53:27.055 INFO O| Sep 02 23:53:27.055 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512025-09-02T23:53:29.395Z[ recovery-image] Sep 02 23:53:27.069 INFO O| Sep 02 23:53:27.069 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45522025-09-02T23:53:29.395Z[ recovery-image] Sep 02 23:53:27.070 INFO O| Sep 02 23:53:27.070 INFO STEP 5 (remove_files) COMPLETE
45532025-09-02T23:53:29.395Z[ recovery-image] Sep 02 23:53:27.070 INFO O| Sep 02 23:53:27.070 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542025-09-02T23:53:29.396Z[ recovery-image] Sep 02 23:53:27.080 INFO O| Sep 02 23:53:27.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45552025-09-02T23:53:29.431Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO STEP 6 (remove_files) COMPLETE
45562025-09-02T23:53:29.431Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572025-09-02T23:53:29.431Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO skip step because feature "recovery" is enabled
45582025-09-02T23:53:29.431Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592025-09-02T23:53:29.431Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO skip step because feature "recovery" is enabled
45602025-09-02T23:53:29.431Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612025-09-02T23:53:29.432Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO skip step because feature "recovery" is enabled
45622025-09-02T23:53:29.432Z[ recovery-image] Sep 02 23:53:27.096 INFO O| Sep 02 23:53:27.096 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632025-09-02T23:53:29.432Z[ recovery-image] Sep 02 23:53:27.108 INFO O| Sep 02 23:53:27.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45642025-09-02T23:53:29.432Z[ recovery-image] Sep 02 23:53:27.117 INFO O| Sep 02 23:53:27.114 INFO STEP 10 (remove_files) COMPLETE
45652025-09-02T23:53:29.432Z[ recovery-image] Sep 02 23:53:27.117 INFO O| Sep 02 23:53:27.114 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662025-09-02T23:53:29.477Z[ recovery-image] Sep 02 23:53:27.135 INFO O| Sep 02 23:53:27.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45672025-09-02T23:53:29.477Z[ recovery-image] Sep 02 23:53:27.137 INFO O| Sep 02 23:53:27.137 INFO STEP 11 (remove_files) COMPLETE
45682025-09-02T23:53:29.477Z[ recovery-image] Sep 02 23:53:27.137 INFO O| Sep 02 23:53:27.137 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692025-09-02T23:53:29.501Z[ recovery-image] Sep 02 23:53:27.161 INFO O| Sep 02 23:53:27.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45702025-09-02T23:53:29.501Z[ recovery-image] Sep 02 23:53:27.163 INFO O| Sep 02 23:53:27.163 INFO STEP 12 (remove_files) COMPLETE
45712025-09-02T23:53:29.501Z[ recovery-image] Sep 02 23:53:27.163 INFO O| Sep 02 23:53:27.163 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722025-09-02T23:53:29.513Z[ recovery-image] Sep 02 23:53:27.227 INFO O| Sep 02 23:53:27.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45732025-09-02T23:53:30.112Z[ host-image] Sep 02 23:53:27.823 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23527:20250902T124927Z
45742025-09-02T23:53:30.403Z[ recovery-image] Sep 02 23:53:28.119 INFO O| Sep 02 23:53:28.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45752025-09-02T23:53:30.407Z[ recovery-image] Sep 02 23:53:28.119 INFO O| Sep 02 23:53:28.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45762025-09-02T23:53:30.432Z[ recovery-image] Sep 02 23:53:28.145 INFO O| Sep 02 23:53:28.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45772025-09-02T23:53:30.437Z[ recovery-image] Sep 02 23:53:28.146 INFO O| Sep 02 23:53:28.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45782025-09-02T23:53:30.608Z[ recovery-image] Sep 02 23:53:28.323 INFO O| Sep 02 23:53:28.323 INFO STEP 13 (remove_files) COMPLETE
45792025-09-02T23:53:30.608Z[ recovery-image] Sep 02 23:53:28.323 INFO O| Sep 02 23:53:28.323 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802025-09-02T23:53:30.643Z[ recovery-image] Sep 02 23:53:28.357 INFO O| Sep 02 23:53:28.357 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45812025-09-02T23:53:30.653Z[ recovery-image] Sep 02 23:53:28.359 INFO O| Sep 02 23:53:28.359 INFO STEP 14 (remove_files) COMPLETE
45822025-09-02T23:53:30.653Z[ recovery-image] Sep 02 23:53:28.359 INFO O| Sep 02 23:53:28.359 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832025-09-02T23:53:30.659Z[ recovery-image] Sep 02 23:53:28.375 INFO O| Sep 02 23:53:28.375 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45842025-09-02T23:53:30.673Z[ recovery-image] Sep 02 23:53:28.387 INFO O| Sep 02 23:53:28.387 INFO STEP 15 (remove_files) COMPLETE
45852025-09-02T23:53:30.673Z[ recovery-image] Sep 02 23:53:28.387 INFO O| Sep 02 23:53:28.387 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862025-09-02T23:53:30.691Z[ recovery-image] Sep 02 23:53:28.402 INFO O| Sep 02 23:53:28.402 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45872025-09-02T23:53:30.696Z[ recovery-image] Sep 02 23:53:28.403 INFO O| Sep 02 23:53:28.403 INFO STEP 16 (remove_files) COMPLETE
45882025-09-02T23:53:30.697Z[ recovery-image] Sep 02 23:53:28.403 INFO O| Sep 02 23:53:28.403 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892025-09-02T23:53:30.708Z[ recovery-image] Sep 02 23:53:28.417 INFO O| Sep 02 23:53:28.417 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45902025-09-02T23:53:30.718Z[ recovery-image] Sep 02 23:53:28.420 INFO O| Sep 02 23:53:28.420 INFO STEP 17 (remove_files) COMPLETE
45912025-09-02T23:53:30.718Z[ recovery-image] Sep 02 23:53:28.420 INFO O| Sep 02 23:53:28.420 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922025-09-02T23:53:30.725Z[ recovery-image] Sep 02 23:53:28.435 INFO O| Sep 02 23:53:28.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45932025-09-02T23:53:30.726Z[ recovery-image] Sep 02 23:53:28.435 INFO O| Sep 02 23:53:28.435 INFO STEP 18 (remove_files) COMPLETE
45942025-09-02T23:53:30.726Z[ recovery-image] Sep 02 23:53:28.435 INFO O| Sep 02 23:53:28.435 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952025-09-02T23:53:30.734Z[ recovery-image] Sep 02 23:53:28.450 INFO O| Sep 02 23:53:28.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45962025-09-02T23:53:30.734Z[ recovery-image] Sep 02 23:53:28.450 INFO O| Sep 02 23:53:28.450 INFO STEP 19 (remove_files) COMPLETE
45972025-09-02T23:53:30.738Z[ recovery-image] Sep 02 23:53:28.450 INFO O| Sep 02 23:53:28.450 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982025-09-02T23:53:30.755Z[ recovery-image] Sep 02 23:53:28.463 INFO O| Sep 02 23:53:28.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45992025-09-02T23:53:30.755Z[ recovery-image] Sep 02 23:53:28.463 INFO O| Sep 02 23:53:28.463 INFO STEP 20 (remove_files) COMPLETE
46002025-09-02T23:53:30.755Z[ recovery-image] Sep 02 23:53:28.463 INFO O| Sep 02 23:53:28.463 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012025-09-02T23:53:30.773Z[ recovery-image] Sep 02 23:53:28.478 INFO O| Sep 02 23:53:28.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46022025-09-02T23:53:30.773Z[ recovery-image] Sep 02 23:53:28.478 INFO O| Sep 02 23:53:28.478 INFO STEP 21 (remove_files) COMPLETE
46032025-09-02T23:53:30.788Z[ recovery-image] Sep 02 23:53:28.478 INFO O| Sep 02 23:53:28.478 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042025-09-02T23:53:30.788Z[ recovery-image] Sep 02 23:53:28.492 INFO O| Sep 02 23:53:28.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46052025-09-02T23:53:30.788Z[ recovery-image] Sep 02 23:53:28.492 INFO O| Sep 02 23:53:28.492 INFO STEP 22 (remove_files) COMPLETE
46062025-09-02T23:53:30.788Z[ recovery-image] Sep 02 23:53:28.492 INFO O| Sep 02 23:53:28.492 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072025-09-02T23:53:30.796Z[ recovery-image] Sep 02 23:53:28.506 INFO O| Sep 02 23:53:28.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46082025-09-02T23:53:30.796Z[ recovery-image] Sep 02 23:53:28.506 INFO O| Sep 02 23:53:28.506 INFO STEP 23 (remove_files) COMPLETE
46092025-09-02T23:53:30.796Z[ recovery-image] Sep 02 23:53:28.506 INFO O| Sep 02 23:53:28.506 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102025-09-02T23:53:30.803Z[ recovery-image] Sep 02 23:53:28.519 INFO O| Sep 02 23:53:28.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46112025-09-02T23:53:30.803Z[ recovery-image] Sep 02 23:53:28.519 INFO O| Sep 02 23:53:28.519 INFO STEP 24 (remove_files) COMPLETE
46122025-09-02T23:53:30.808Z[ recovery-image] Sep 02 23:53:28.519 INFO O| Sep 02 23:53:28.519 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132025-09-02T23:53:30.817Z[ recovery-image] Sep 02 23:53:28.534 INFO O| Sep 02 23:53:28.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46142025-09-02T23:53:30.818Z[ recovery-image] Sep 02 23:53:28.534 INFO O| Sep 02 23:53:28.534 INFO STEP 25 (remove_files) COMPLETE
46152025-09-02T23:53:30.822Z[ recovery-image] Sep 02 23:53:28.534 INFO O| Sep 02 23:53:28.534 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162025-09-02T23:53:30.832Z[ recovery-image] Sep 02 23:53:28.547 INFO O| Sep 02 23:53:28.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46172025-09-02T23:53:30.838Z[ recovery-image] Sep 02 23:53:28.548 INFO O| Sep 02 23:53:28.547 INFO STEP 26 (remove_files) COMPLETE
46182025-09-02T23:53:30.838Z[ recovery-image] Sep 02 23:53:28.548 INFO O| Sep 02 23:53:28.547 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192025-09-02T23:53:30.887Z[ recovery-image] Sep 02 23:53:28.603 INFO O| Sep 02 23:53:28.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46202025-09-02T23:53:30.888Z[ recovery-image] Sep 02 23:53:28.603 INFO O| Sep 02 23:53:28.603 INFO STEP 27 (remove_files) COMPLETE
46212025-09-02T23:53:30.888Z[ recovery-image] Sep 02 23:53:28.603 INFO O| Sep 02 23:53:28.603 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222025-09-02T23:53:30.902Z[ recovery-image] Sep 02 23:53:28.617 INFO O| Sep 02 23:53:28.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46232025-09-02T23:53:30.902Z[ recovery-image] Sep 02 23:53:28.618 INFO O| Sep 02 23:53:28.618 INFO STEP 28 (remove_files) COMPLETE
46242025-09-02T23:53:30.906Z[ recovery-image] Sep 02 23:53:28.618 INFO O| Sep 02 23:53:28.618 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252025-09-02T23:53:30.934Z[ recovery-image] Sep 02 23:53:28.649 INFO O| Sep 02 23:53:28.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46262025-09-02T23:53:30.934Z[ recovery-image] Sep 02 23:53:28.650 INFO O| Sep 02 23:53:28.650 INFO STEP 29 (remove_files) COMPLETE
46272025-09-02T23:53:30.938Z[ recovery-image] Sep 02 23:53:28.650 INFO O| Sep 02 23:53:28.650 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282025-09-02T23:53:30.946Z[ recovery-image] Sep 02 23:53:28.663 INFO O| Sep 02 23:53:28.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46292025-09-02T23:53:30.946Z[ recovery-image] Sep 02 23:53:28.663 INFO O| Sep 02 23:53:28.663 INFO STEP 30 (remove_files) COMPLETE
46302025-09-02T23:53:30.950Z[ recovery-image] Sep 02 23:53:28.663 INFO O| Sep 02 23:53:28.663 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312025-09-02T23:53:30.959Z[ recovery-image] Sep 02 23:53:28.675 INFO O| Sep 02 23:53:28.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46322025-09-02T23:53:30.959Z[ recovery-image] Sep 02 23:53:28.675 INFO O| Sep 02 23:53:28.675 INFO STEP 31 (remove_files) COMPLETE
46332025-09-02T23:53:30.963Z[ recovery-image] Sep 02 23:53:28.675 INFO O| Sep 02 23:53:28.675 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342025-09-02T23:53:30.970Z[ recovery-image] Sep 02 23:53:28.686 INFO O| Sep 02 23:53:28.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46352025-09-02T23:53:30.970Z[ recovery-image] Sep 02 23:53:28.686 INFO O| Sep 02 23:53:28.686 INFO STEP 32 (remove_files) COMPLETE
46362025-09-02T23:53:30.976Z[ recovery-image] Sep 02 23:53:28.686 INFO O| Sep 02 23:53:28.686 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372025-09-02T23:53:30.999Z[ recovery-image] Sep 02 23:53:28.715 INFO O| Sep 02 23:53:28.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46382025-09-02T23:53:30.999Z[ recovery-image] Sep 02 23:53:28.715 INFO O| Sep 02 23:53:28.715 INFO STEP 33 (remove_files) COMPLETE
46392025-09-02T23:53:31.005Z[ recovery-image] Sep 02 23:53:28.715 INFO O| Sep 02 23:53:28.715 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402025-09-02T23:53:31.013Z[ recovery-image] Sep 02 23:53:28.729 INFO O| Sep 02 23:53:28.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46412025-09-02T23:53:31.014Z[ recovery-image] Sep 02 23:53:28.729 INFO O| Sep 02 23:53:28.729 INFO STEP 34 (remove_files) COMPLETE
46422025-09-02T23:53:31.019Z[ recovery-image] Sep 02 23:53:28.729 INFO O| Sep 02 23:53:28.729 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432025-09-02T23:53:31.077Z[ recovery-image] Sep 02 23:53:28.790 INFO O| Sep 02 23:53:28.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46442025-09-02T23:53:31.084Z[ recovery-image] Sep 02 23:53:28.790 INFO O| Sep 02 23:53:28.790 INFO STEP 35 (remove_files) COMPLETE
46452025-09-02T23:53:31.085Z[ recovery-image] Sep 02 23:53:28.790 INFO O| Sep 02 23:53:28.790 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462025-09-02T23:53:31.090Z[ recovery-image] Sep 02 23:53:28.805 INFO O| Sep 02 23:53:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46472025-09-02T23:53:31.090Z[ recovery-image] Sep 02 23:53:28.805 INFO O| Sep 02 23:53:28.805 INFO STEP 36 (remove_files) COMPLETE
46482025-09-02T23:53:31.090Z[ recovery-image] Sep 02 23:53:28.805 INFO O| Sep 02 23:53:28.805 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492025-09-02T23:53:31.105Z[ recovery-image] Sep 02 23:53:28.818 INFO O| Sep 02 23:53:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46502025-09-02T23:53:31.113Z[ recovery-image] Sep 02 23:53:28.818 INFO O| Sep 02 23:53:28.818 INFO STEP 37 (remove_files) COMPLETE
46512025-09-02T23:53:31.113Z[ recovery-image] Sep 02 23:53:28.818 INFO O| Sep 02 23:53:28.818 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522025-09-02T23:53:31.122Z[ recovery-image] Sep 02 23:53:28.831 INFO O| Sep 02 23:53:28.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46532025-09-02T23:53:31.123Z[ recovery-image] Sep 02 23:53:28.831 INFO O| Sep 02 23:53:28.831 INFO STEP 38 (remove_files) COMPLETE
46542025-09-02T23:53:31.124Z[ recovery-image] Sep 02 23:53:28.831 INFO O| Sep 02 23:53:28.831 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552025-09-02T23:53:31.137Z[ recovery-image] Sep 02 23:53:28.843 INFO O| Sep 02 23:53:28.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46562025-09-02T23:53:31.137Z[ recovery-image] Sep 02 23:53:28.843 INFO O| Sep 02 23:53:28.843 INFO STEP 39 (remove_files) COMPLETE
46572025-09-02T23:53:31.137Z[ recovery-image] Sep 02 23:53:28.843 INFO O| Sep 02 23:53:28.843 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582025-09-02T23:53:31.144Z[ recovery-image] Sep 02 23:53:28.854 INFO O| Sep 02 23:53:28.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46592025-09-02T23:53:31.144Z[ recovery-image] Sep 02 23:53:28.855 INFO O| Sep 02 23:53:28.855 INFO STEP 40 (remove_files) COMPLETE
46602025-09-02T23:53:31.145Z[ recovery-image] Sep 02 23:53:28.855 INFO O| Sep 02 23:53:28.855 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612025-09-02T23:53:31.152Z[ recovery-image] Sep 02 23:53:28.867 INFO O| Sep 02 23:53:28.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46622025-09-02T23:53:31.157Z[ recovery-image] Sep 02 23:53:28.868 INFO O| Sep 02 23:53:28.868 INFO STEP 41 (remove_files) COMPLETE
46632025-09-02T23:53:31.157Z[ recovery-image] Sep 02 23:53:28.868 INFO O| Sep 02 23:53:28.868 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642025-09-02T23:53:31.164Z[ recovery-image] Sep 02 23:53:28.881 INFO O| Sep 02 23:53:28.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46652025-09-02T23:53:31.171Z[ recovery-image] Sep 02 23:53:28.881 INFO O| Sep 02 23:53:28.881 INFO STEP 42 (remove_files) COMPLETE
46662025-09-02T23:53:31.171Z[ recovery-image] Sep 02 23:53:28.881 INFO O| Sep 02 23:53:28.881 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672025-09-02T23:53:31.179Z[ recovery-image] Sep 02 23:53:28.896 INFO O| Sep 02 23:53:28.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46682025-09-02T23:53:31.185Z[ recovery-image] Sep 02 23:53:28.896 INFO O| Sep 02 23:53:28.896 INFO STEP 43 (remove_files) COMPLETE
46692025-09-02T23:53:31.185Z[ recovery-image] Sep 02 23:53:28.896 INFO O| Sep 02 23:53:28.896 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702025-09-02T23:53:31.196Z[ recovery-image] Sep 02 23:53:28.910 INFO O| Sep 02 23:53:28.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46712025-09-02T23:53:31.200Z[ recovery-image] Sep 02 23:53:28.910 INFO O| Sep 02 23:53:28.910 INFO STEP 44 (remove_files) COMPLETE
46722025-09-02T23:53:31.201Z[ recovery-image] Sep 02 23:53:28.910 INFO O| Sep 02 23:53:28.910 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732025-09-02T23:53:31.208Z[ recovery-image] Sep 02 23:53:28.924 INFO O| Sep 02 23:53:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46742025-09-02T23:53:31.223Z[ recovery-image] Sep 02 23:53:28.924 INFO O| Sep 02 23:53:28.924 INFO STEP 45 (remove_files) COMPLETE
46752025-09-02T23:53:31.223Z[ recovery-image] Sep 02 23:53:28.924 INFO O| Sep 02 23:53:28.924 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762025-09-02T23:53:31.235Z[ recovery-image] Sep 02 23:53:28.938 INFO O| Sep 02 23:53:28.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46772025-09-02T23:53:31.235Z[ recovery-image] Sep 02 23:53:28.938 INFO O| Sep 02 23:53:28.938 INFO STEP 46 (remove_files) COMPLETE
46782025-09-02T23:53:31.235Z[ recovery-image] Sep 02 23:53:28.939 INFO O| Sep 02 23:53:28.939 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792025-09-02T23:53:31.250Z[ recovery-image] Sep 02 23:53:28.952 INFO O| Sep 02 23:53:28.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46802025-09-02T23:53:31.250Z[ recovery-image] Sep 02 23:53:28.952 INFO O| Sep 02 23:53:28.952 INFO STEP 47 (remove_files) COMPLETE
46812025-09-02T23:53:31.250Z[ recovery-image] Sep 02 23:53:28.953 INFO O| Sep 02 23:53:28.952 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822025-09-02T23:53:31.260Z[ recovery-image] Sep 02 23:53:28.966 INFO O| Sep 02 23:53:28.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46832025-09-02T23:53:31.260Z[ recovery-image] Sep 02 23:53:28.966 INFO O| Sep 02 23:53:28.966 INFO STEP 48 (remove_files) COMPLETE
46842025-09-02T23:53:31.260Z[ recovery-image] Sep 02 23:53:28.967 INFO O| Sep 02 23:53:28.967 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852025-09-02T23:53:31.288Z[ recovery-image] Sep 02 23:53:29.003 INFO O| Sep 02 23:53:29.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46862025-09-02T23:53:31.292Z[ recovery-image] Sep 02 23:53:29.004 INFO O| Sep 02 23:53:29.004 INFO STEP 49 (remove_files) COMPLETE
46872025-09-02T23:53:31.293Z[ recovery-image] Sep 02 23:53:29.004 INFO O| Sep 02 23:53:29.004 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882025-09-02T23:53:31.302Z[ recovery-image] Sep 02 23:53:29.018 INFO O| Sep 02 23:53:29.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46892025-09-02T23:53:31.308Z[ recovery-image] Sep 02 23:53:29.018 INFO O| Sep 02 23:53:29.018 INFO STEP 50 (remove_files) COMPLETE
46902025-09-02T23:53:31.308Z[ recovery-image] Sep 02 23:53:29.018 INFO O| Sep 02 23:53:29.018 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912025-09-02T23:53:31.315Z[ recovery-image] Sep 02 23:53:29.031 INFO O| Sep 02 23:53:29.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46922025-09-02T23:53:31.319Z[ recovery-image] Sep 02 23:53:29.032 INFO O| Sep 02 23:53:29.032 INFO STEP 51 (remove_files) COMPLETE
46932025-09-02T23:53:31.319Z[ recovery-image] Sep 02 23:53:29.032 INFO O| Sep 02 23:53:29.032 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942025-09-02T23:53:31.331Z[ recovery-image] Sep 02 23:53:29.045 INFO O| Sep 02 23:53:29.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46952025-09-02T23:53:31.338Z[ recovery-image] Sep 02 23:53:29.045 INFO O| Sep 02 23:53:29.045 INFO STEP 52 (remove_files) COMPLETE
46962025-09-02T23:53:31.338Z[ recovery-image] Sep 02 23:53:29.046 INFO O| Sep 02 23:53:29.046 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972025-09-02T23:53:31.344Z[ recovery-image] Sep 02 23:53:29.060 INFO O| Sep 02 23:53:29.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46982025-09-02T23:53:31.430Z[ recovery-image] Sep 02 23:53:29.060 INFO O| Sep 02 23:53:29.060 INFO STEP 53 (remove_files) COMPLETE
46992025-09-02T23:53:31.431Z[ recovery-image] Sep 02 23:53:29.060 INFO O| Sep 02 23:53:29.060 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002025-09-02T23:53:31.431Z[ recovery-image] Sep 02 23:53:29.076 INFO O| Sep 02 23:53:29.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47012025-09-02T23:53:31.431Z[ recovery-image] Sep 02 23:53:29.076 INFO O| Sep 02 23:53:29.076 INFO STEP 54 (remove_files) COMPLETE
47022025-09-02T23:53:31.431Z[ recovery-image] Sep 02 23:53:29.076 INFO O| Sep 02 23:53:29.076 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032025-09-02T23:53:31.442Z[ recovery-image] Sep 02 23:53:29.092 INFO O| Sep 02 23:53:29.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47042025-09-02T23:53:31.447Z[ recovery-image] Sep 02 23:53:29.093 INFO O| Sep 02 23:53:29.093 INFO STEP 55 (remove_files) COMPLETE
47052025-09-02T23:53:31.447Z[ recovery-image] Sep 02 23:53:29.093 INFO O| Sep 02 23:53:29.093 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062025-09-02T23:53:31.447Z[ recovery-image] Sep 02 23:53:29.107 INFO O| Sep 02 23:53:29.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47072025-09-02T23:53:31.447Z[ recovery-image] Sep 02 23:53:29.107 INFO O| Sep 02 23:53:29.107 INFO STEP 56 (remove_files) COMPLETE
47082025-09-02T23:53:31.447Z[ recovery-image] Sep 02 23:53:29.107 INFO O| Sep 02 23:53:29.107 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092025-09-02T23:53:31.447Z[ recovery-image] Sep 02 23:53:29.121 INFO O| Sep 02 23:53:29.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47102025-09-02T23:53:31.448Z[ recovery-image] Sep 02 23:53:29.121 INFO O| Sep 02 23:53:29.121 INFO STEP 57 (remove_files) COMPLETE
47112025-09-02T23:53:31.448Z[ recovery-image] Sep 02 23:53:29.121 INFO O| Sep 02 23:53:29.121 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122025-09-02T23:53:31.448Z[ recovery-image] Sep 02 23:53:29.136 INFO O| Sep 02 23:53:29.136 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47132025-09-02T23:53:31.448Z[ recovery-image] Sep 02 23:53:29.136 INFO O| Sep 02 23:53:29.136 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47142025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.136 INFO O| Sep 02 23:53:29.136 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47152025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.136 INFO O| Sep 02 23:53:29.136 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47162025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.136 INFO O| Sep 02 23:53:29.136 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47172025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.137 INFO O| Sep 02 23:53:29.136 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47182025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.137 INFO O| Sep 02 23:53:29.136 INFO ok!
47192025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.137 INFO O| Sep 02 23:53:29.136 INFO STEP 58 (ensure_file) COMPLETE
47202025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.137 INFO O| Sep 02 23:53:29.137 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212025-09-02T23:53:31.449Z[ recovery-image] Sep 02 23:53:29.152 INFO O| Sep 02 23:53:29.152 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47222025-09-02T23:53:31.450Z[ recovery-image] Sep 02 23:53:29.152 INFO O| Sep 02 23:53:29.152 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47232025-09-02T23:53:31.450Z[ recovery-image] Sep 02 23:53:29.153 INFO O| Sep 02 23:53:29.153 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47242025-09-02T23:53:31.450Z[ recovery-image] Sep 02 23:53:29.153 INFO O| Sep 02 23:53:29.153 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47252025-09-02T23:53:31.450Z[ recovery-image] Sep 02 23:53:29.153 INFO O| Sep 02 23:53:29.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47262025-09-02T23:53:31.450Z[ recovery-image] Sep 02 23:53:29.153 INFO O| Sep 02 23:53:29.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47272025-09-02T23:53:31.451Z[ recovery-image] Sep 02 23:53:29.153 INFO O| Sep 02 23:53:29.153 INFO ok!
47282025-09-02T23:53:31.451Z[ recovery-image] Sep 02 23:53:29.153 INFO O| Sep 02 23:53:29.153 INFO STEP 59 (ensure_file) COMPLETE
47292025-09-02T23:53:31.451Z[ recovery-image] Sep 02 23:53:29.153 INFO O| Sep 02 23:53:29.153 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302025-09-02T23:53:31.498Z[ recovery-image] Sep 02 23:53:29.168 INFO O| Sep 02 23:53:29.168 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47312025-09-02T23:53:31.498Z[ recovery-image] Sep 02 23:53:29.169 INFO O| Sep 02 23:53:29.168 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47322025-09-02T23:53:31.498Z[ recovery-image] Sep 02 23:53:29.169 INFO O| Sep 02 23:53:29.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47332025-09-02T23:53:31.498Z[ recovery-image] Sep 02 23:53:29.169 INFO O| Sep 02 23:53:29.169 INFO ok!
47342025-09-02T23:53:31.498Z[ recovery-image] Sep 02 23:53:29.169 INFO O| Sep 02 23:53:29.169 INFO STEP 60 (ensure_file) COMPLETE
47352025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.169 INFO O| Sep 02 23:53:29.169 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.184 INFO O| Sep 02 23:53:29.184 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47372025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.184 INFO O| Sep 02 23:53:29.184 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47382025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.184 INFO O| Sep 02 23:53:29.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47392025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.184 INFO O| Sep 02 23:53:29.184 INFO ok!
47402025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.184 INFO O| Sep 02 23:53:29.184 INFO STEP 61 (ensure_file) COMPLETE
47412025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.184 INFO O| Sep 02 23:53:29.184 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.200 INFO O| Sep 02 23:53:29.200 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47432025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.200 INFO O| Sep 02 23:53:29.200 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47442025-09-02T23:53:31.499Z[ recovery-image] Sep 02 23:53:29.200 INFO O| Sep 02 23:53:29.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47452025-09-02T23:53:31.500Z[ recovery-image] Sep 02 23:53:29.200 INFO O| Sep 02 23:53:29.200 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47462025-09-02T23:53:31.500Z[ recovery-image] Sep 02 23:53:29.200 INFO O| Sep 02 23:53:29.200 INFO ok!
47472025-09-02T23:53:31.501Z[ recovery-image] Sep 02 23:53:29.200 INFO O| Sep 02 23:53:29.200 INFO STEP 62 (ensure_file) COMPLETE
47482025-09-02T23:53:31.501Z[ recovery-image] Sep 02 23:53:29.200 INFO O| Sep 02 23:53:29.200 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492025-09-02T23:53:31.511Z[ recovery-image] Sep 02 23:53:29.215 INFO O| Sep 02 23:53:29.215 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47502025-09-02T23:53:31.511Z[ recovery-image] Sep 02 23:53:29.215 INFO O| Sep 02 23:53:29.215 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47512025-09-02T23:53:31.511Z[ recovery-image] Sep 02 23:53:29.215 INFO O| Sep 02 23:53:29.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47522025-09-02T23:53:31.511Z[ recovery-image] Sep 02 23:53:29.215 INFO O| Sep 02 23:53:29.215 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47532025-09-02T23:53:31.511Z[ recovery-image] Sep 02 23:53:29.215 INFO O| Sep 02 23:53:29.215 INFO ok!
47542025-09-02T23:53:31.511Z[ recovery-image] Sep 02 23:53:29.215 INFO O| Sep 02 23:53:29.215 INFO STEP 63 (ensure_file) COMPLETE
47552025-09-02T23:53:31.511Z[ recovery-image] Sep 02 23:53:29.215 INFO O| Sep 02 23:53:29.215 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562025-09-02T23:53:31.517Z[ recovery-image] Sep 02 23:53:29.231 INFO O| Sep 02 23:53:29.231 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47572025-09-02T23:53:31.518Z[ recovery-image] Sep 02 23:53:29.231 INFO O| Sep 02 23:53:29.231 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47582025-09-02T23:53:31.518Z[ recovery-image] Sep 02 23:53:29.231 INFO O| Sep 02 23:53:29.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47592025-09-02T23:53:31.518Z[ recovery-image] Sep 02 23:53:29.231 INFO O| Sep 02 23:53:29.231 INFO ok!
47602025-09-02T23:53:31.518Z[ recovery-image] Sep 02 23:53:29.231 INFO O| Sep 02 23:53:29.231 INFO STEP 64 (assemble_files) COMPLETE
47612025-09-02T23:53:31.518Z[ recovery-image] Sep 02 23:53:29.231 INFO O| Sep 02 23:53:29.231 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622025-09-02T23:53:31.531Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47632025-09-02T23:53:31.531Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47642025-09-02T23:53:31.550Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47652025-09-02T23:53:31.550Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47662025-09-02T23:53:31.550Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO ok!
47672025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO STEP 65 (ensure_file) COMPLETE
47682025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO skip step because feature "omicron1" is not enabled
47702025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO skip step because feature "omicron1" is not enabled
47722025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47732025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO skip step because feature "omicron1" is not enabled
47742025-09-02T23:53:31.551Z[ recovery-image] Sep 02 23:53:29.245 INFO O| Sep 02 23:53:29.245 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752025-09-02T23:53:31.564Z[ recovery-image] Sep 02 23:53:29.266 INFO O| Sep 02 23:53:29.266 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47762025-09-02T23:53:31.565Z[ recovery-image] Sep 02 23:53:29.266 INFO O| Sep 02 23:53:29.266 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47772025-09-02T23:53:34.925Z[ recovery-image] Sep 02 23:53:32.641 INFO O| Sep 02 23:53:32.641 INFO STEP 69 (pack_tar) COMPLETE
47782025-09-02T23:53:34.931Z[ recovery-image] Sep 02 23:53:32.641 INFO O| Sep 02 23:53:32.641 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47792025-09-02T23:53:34.931Z[ recovery-image] Sep 02 23:53:32.641 INFO O| Sep 02 23:53:32.641 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47802025-09-02T23:53:35.151Z[ recovery-image] Sep 02 23:53:32.867 INFO O| Sep 02 23:53:32.867 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47812025-09-02T23:53:35.289Z[ recovery-image] Sep 02 23:53:33.005 INFO O| Sep 02 23:53:33.005 INFO completed processing sled/ramdisk-02-trim
47822025-09-02T23:53:35.292Z[ recovery-image] Sep 02 23:53:33.008 INFO image builder template: ramdisk-03-recovery-trim...
47832025-09-02T23:53:35.292Z[ recovery-image] Sep 02 23:53:33.008 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/.tmpvoUPBR/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47842025-09-02T23:53:35.454Z[ recovery-image] Sep 02 23:53:33.168 INFO O| Sep 02 23:53:33.168 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47852025-09-02T23:53:35.458Z[ recovery-image] Sep 02 23:53:33.174 INFO O| Sep 02 23:53:33.174 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47862025-09-02T23:53:35.568Z[ recovery-image] Sep 02 23:53:33.283 INFO O| Sep 02 23:53:33.283 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47872025-09-02T23:53:35.648Z[ recovery-image] Sep 02 23:53:33.364 INFO O| Sep 02 23:53:33.364 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47882025-09-02T23:53:35.648Z[ recovery-image] Sep 02 23:53:33.364 INFO O| Sep 02 23:53:33.364 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47892025-09-02T23:53:35.660Z[ recovery-image] Sep 02 23:53:33.376 INFO O| Sep 02 23:53:33.376 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47902025-09-02T23:53:35.666Z[ recovery-image] Sep 02 23:53:33.382 INFO O| Sep 02 23:53:33.381 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47912025-09-02T23:53:35.672Z[ recovery-image] Sep 02 23:53:33.388 INFO O| Sep 02 23:53:33.388 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47922025-09-02T23:53:36.219Z[ recovery-image] Sep 02 23:53:33.933 INFO O| Sep 02 23:53:33.933 INFO rolled back to input snapshot; work may begin
47932025-09-02T23:53:36.219Z[ recovery-image] Sep 02 23:53:33.934 INFO O| Sep 02 23:53:33.933 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47942025-09-02T23:53:36.226Z[ recovery-image] Sep 02 23:53:33.940 INFO O| Sep 02 23:53:33.940 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-09-02T23:53:36.237Z[ recovery-image] Sep 02 23:53:33.953 INFO O| Sep 02 23:53:33.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47962025-09-02T23:53:36.255Z[ recovery-image] Sep 02 23:53:33.970 INFO O| Sep 02 23:53:33.970 INFO STEP 0 (remove_files) COMPLETE
47972025-09-02T23:53:36.258Z[ recovery-image] Sep 02 23:53:33.970 INFO O| Sep 02 23:53:33.970 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-09-02T23:53:36.273Z[ recovery-image] Sep 02 23:53:33.986 INFO O| Sep 02 23:53:33.986 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47992025-09-02T23:53:36.430Z[ recovery-image] Sep 02 23:53:34.143 INFO O| Sep 02 23:53:34.143 INFO STEP 1 (remove_files) COMPLETE
48002025-09-02T23:53:36.430Z[ recovery-image] Sep 02 23:53:34.143 INFO O| Sep 02 23:53:34.143 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-09-02T23:53:36.445Z[ recovery-image] Sep 02 23:53:34.158 INFO O| Sep 02 23:53:34.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48022025-09-02T23:53:36.448Z[ recovery-image] Sep 02 23:53:34.160 INFO O| Sep 02 23:53:34.160 INFO STEP 2 (remove_files) COMPLETE
48032025-09-02T23:53:36.448Z[ recovery-image] Sep 02 23:53:34.161 INFO O| Sep 02 23:53:34.160 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-09-02T23:53:36.458Z[ recovery-image] Sep 02 23:53:34.174 INFO O| Sep 02 23:53:34.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48052025-09-02T23:53:36.567Z[ recovery-image] Sep 02 23:53:34.267 INFO O| Sep 02 23:53:34.267 INFO STEP 3 (remove_files) COMPLETE
48062025-09-02T23:53:36.567Z[ recovery-image] Sep 02 23:53:34.267 INFO O| Sep 02 23:53:34.267 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-09-02T23:53:36.591Z[ recovery-image] Sep 02 23:53:34.307 INFO O| Sep 02 23:53:34.307 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48082025-09-02T23:53:36.852Z[ recovery-image] Sep 02 23:53:34.563 INFO O| Sep 02 23:53:34.563 INFO STEP 4 (remove_files) COMPLETE
48092025-09-02T23:53:36.852Z[ recovery-image] Sep 02 23:53:34.563 INFO O| Sep 02 23:53:34.563 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-09-02T23:53:36.887Z[ recovery-image] Sep 02 23:53:34.601 INFO O| Sep 02 23:53:34.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48112025-09-02T23:53:36.935Z[ recovery-image] Sep 02 23:53:34.651 INFO O| Sep 02 23:53:34.651 INFO STEP 5 (remove_files) COMPLETE
48122025-09-02T23:53:36.936Z[ recovery-image] Sep 02 23:53:34.651 INFO O| Sep 02 23:53:34.651 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-09-02T23:53:36.952Z[ recovery-image] Sep 02 23:53:34.668 INFO O| Sep 02 23:53:34.667 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48142025-09-02T23:53:36.980Z[ recovery-image] Sep 02 23:53:34.695 INFO O| Sep 02 23:53:34.695 INFO STEP 6 (remove_files) COMPLETE
48152025-09-02T23:53:36.980Z[ recovery-image] Sep 02 23:53:34.695 INFO O| Sep 02 23:53:34.695 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-09-02T23:53:37.020Z[ recovery-image] Sep 02 23:53:34.734 INFO O| Sep 02 23:53:34.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48172025-09-02T23:53:37.046Z[ recovery-image] Sep 02 23:53:34.761 INFO O| Sep 02 23:53:34.761 INFO STEP 7 (remove_files) COMPLETE
48182025-09-02T23:53:37.049Z[ recovery-image] Sep 02 23:53:34.761 INFO O| Sep 02 23:53:34.761 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-09-02T23:53:37.062Z[ recovery-image] Sep 02 23:53:34.777 INFO O| Sep 02 23:53:34.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48202025-09-02T23:53:37.087Z[ recovery-image] Sep 02 23:53:34.803 INFO O| Sep 02 23:53:34.803 INFO STEP 8 (remove_files) COMPLETE
48212025-09-02T23:53:37.088Z[ recovery-image] Sep 02 23:53:34.803 INFO O| Sep 02 23:53:34.803 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-09-02T23:53:37.106Z[ recovery-image] Sep 02 23:53:34.820 INFO O| Sep 02 23:53:34.820 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48232025-09-02T23:53:37.126Z[ recovery-image] Sep 02 23:53:34.841 INFO O| Sep 02 23:53:34.841 INFO STEP 9 (remove_files) COMPLETE
48242025-09-02T23:53:37.127Z[ recovery-image] Sep 02 23:53:34.842 INFO O| Sep 02 23:53:34.841 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-09-02T23:53:37.142Z[ recovery-image] Sep 02 23:53:34.857 INFO O| Sep 02 23:53:34.857 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48262025-09-02T23:53:37.488Z[ recovery-image] Sep 02 23:53:35.203 INFO O| Sep 02 23:53:35.203 INFO STEP 10 (remove_files) COMPLETE
48272025-09-02T23:53:37.492Z[ recovery-image] Sep 02 23:53:35.203 INFO O| Sep 02 23:53:35.203 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-09-02T23:53:37.502Z[ recovery-image] Sep 02 23:53:35.218 INFO O| Sep 02 23:53:35.218 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48292025-09-02T23:53:37.507Z[ recovery-image] Sep 02 23:53:35.222 INFO O| Sep 02 23:53:35.222 INFO STEP 11 (remove_files) COMPLETE
48302025-09-02T23:53:37.507Z[ recovery-image] Sep 02 23:53:35.222 INFO O| Sep 02 23:53:35.222 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-09-02T23:53:37.519Z[ recovery-image] Sep 02 23:53:35.235 INFO O| Sep 02 23:53:35.234 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48322025-09-02T23:53:37.522Z[ recovery-image] Sep 02 23:53:35.238 INFO O| Sep 02 23:53:35.238 INFO STEP 12 (remove_files) COMPLETE
48332025-09-02T23:53:37.522Z[ recovery-image] Sep 02 23:53:35.238 INFO O| Sep 02 23:53:35.238 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-09-02T23:53:37.536Z[ recovery-image] Sep 02 23:53:35.252 INFO O| Sep 02 23:53:35.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48352025-09-02T23:53:37.539Z[ recovery-image] Sep 02 23:53:35.253 INFO O| Sep 02 23:53:35.253 INFO STEP 13 (remove_files) COMPLETE
48362025-09-02T23:53:37.539Z[ recovery-image] Sep 02 23:53:35.253 INFO O| Sep 02 23:53:35.253 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-09-02T23:53:37.552Z[ recovery-image] Sep 02 23:53:35.267 INFO O| Sep 02 23:53:35.266 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48382025-09-02T23:53:37.598Z[ recovery-image] Sep 02 23:53:35.312 INFO O| Sep 02 23:53:35.312 INFO STEP 14 (remove_files) COMPLETE
48392025-09-02T23:53:37.599Z[ recovery-image] Sep 02 23:53:35.312 INFO O| Sep 02 23:53:35.312 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-09-02T23:53:37.613Z[ recovery-image] Sep 02 23:53:35.327 INFO O| Sep 02 23:53:35.326 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48412025-09-02T23:53:37.746Z[ recovery-image] Sep 02 23:53:35.461 INFO O| Sep 02 23:53:35.461 INFO STEP 15 (remove_files) COMPLETE
48422025-09-02T23:53:37.746Z[ recovery-image] Sep 02 23:53:35.461 INFO O| Sep 02 23:53:35.461 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-09-02T23:53:37.782Z[ recovery-image] Sep 02 23:53:35.498 INFO O| Sep 02 23:53:35.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48442025-09-02T23:53:37.789Z[ recovery-image] Sep 02 23:53:35.498 INFO O| Sep 02 23:53:35.498 INFO STEP 16 (remove_files) COMPLETE
48452025-09-02T23:53:37.789Z[ recovery-image] Sep 02 23:53:35.498 INFO O| Sep 02 23:53:35.498 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-09-02T23:53:37.799Z[ recovery-image] Sep 02 23:53:35.513 INFO O| Sep 02 23:53:35.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48472025-09-02T23:53:37.802Z[ recovery-image] Sep 02 23:53:35.513 INFO O| Sep 02 23:53:35.513 INFO STEP 17 (remove_files) COMPLETE
48482025-09-02T23:53:37.802Z[ recovery-image] Sep 02 23:53:35.513 INFO O| Sep 02 23:53:35.513 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-09-02T23:53:37.812Z[ recovery-image] Sep 02 23:53:35.528 INFO O| Sep 02 23:53:35.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48502025-09-02T23:53:38.224Z[ recovery-image] Sep 02 23:53:35.938 INFO O| Sep 02 23:53:35.938 INFO STEP 18 (remove_files) COMPLETE
48512025-09-02T23:53:38.224Z[ recovery-image] Sep 02 23:53:35.938 INFO O| Sep 02 23:53:35.938 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-09-02T23:53:38.259Z[ recovery-image] Sep 02 23:53:35.973 INFO O| Sep 02 23:53:35.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48532025-09-02T23:53:38.343Z[ recovery-image] Sep 02 23:53:36.058 INFO O| Sep 02 23:53:36.058 INFO STEP 19 (remove_files) COMPLETE
48542025-09-02T23:53:38.343Z[ recovery-image] Sep 02 23:53:36.058 INFO O| Sep 02 23:53:36.058 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-09-02T23:53:38.371Z[ recovery-image] Sep 02 23:53:36.086 INFO O| Sep 02 23:53:36.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48562025-09-02T23:53:38.397Z[ recovery-image] Sep 02 23:53:36.109 INFO O| Sep 02 23:53:36.109 INFO STEP 20 (remove_files) COMPLETE
48572025-09-02T23:53:38.397Z[ recovery-image] Sep 02 23:53:36.110 INFO O| Sep 02 23:53:36.109 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-09-02T23:53:38.415Z[ recovery-image] Sep 02 23:53:36.129 INFO O| Sep 02 23:53:36.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48592025-09-02T23:53:38.418Z[ recovery-image] Sep 02 23:53:36.130 INFO O| Sep 02 23:53:36.130 INFO STEP 21 (remove_files) COMPLETE
48602025-09-02T23:53:38.418Z[ recovery-image] Sep 02 23:53:36.130 INFO O| Sep 02 23:53:36.130 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-09-02T23:53:38.429Z[ recovery-image] Sep 02 23:53:36.145 INFO O| Sep 02 23:53:36.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48622025-09-02T23:53:38.429Z[ recovery-image] Sep 02 23:53:36.145 INFO O| Sep 02 23:53:36.145 INFO STEP 22 (remove_files) COMPLETE
48632025-09-02T23:53:38.434Z[ recovery-image] Sep 02 23:53:36.145 INFO O| Sep 02 23:53:36.145 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-09-02T23:53:38.443Z[ recovery-image] Sep 02 23:53:36.159 INFO O| Sep 02 23:53:36.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48652025-09-02T23:53:38.443Z[ recovery-image] Sep 02 23:53:36.159 INFO O| Sep 02 23:53:36.159 INFO STEP 23 (remove_files) COMPLETE
48662025-09-02T23:53:38.447Z[ recovery-image] Sep 02 23:53:36.159 INFO O| Sep 02 23:53:36.159 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-09-02T23:53:38.459Z[ recovery-image] Sep 02 23:53:36.172 INFO O| Sep 02 23:53:36.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48682025-09-02T23:53:38.459Z[ recovery-image] Sep 02 23:53:36.172 INFO O| Sep 02 23:53:36.172 INFO STEP 24 (remove_files) COMPLETE
48692025-09-02T23:53:38.462Z[ recovery-image] Sep 02 23:53:36.172 INFO O| Sep 02 23:53:36.172 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-09-02T23:53:38.471Z[ recovery-image] Sep 02 23:53:36.187 INFO O| Sep 02 23:53:36.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48712025-09-02T23:53:38.471Z[ recovery-image] Sep 02 23:53:36.187 INFO O| Sep 02 23:53:36.187 INFO STEP 25 (remove_files) COMPLETE
48722025-09-02T23:53:38.475Z[ recovery-image] Sep 02 23:53:36.187 INFO O| Sep 02 23:53:36.187 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-09-02T23:53:38.487Z[ recovery-image] Sep 02 23:53:36.201 INFO O| Sep 02 23:53:36.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48742025-09-02T23:53:38.490Z[ recovery-image] Sep 02 23:53:36.202 INFO O| Sep 02 23:53:36.202 INFO STEP 26 (remove_files) COMPLETE
48752025-09-02T23:53:38.490Z[ recovery-image] Sep 02 23:53:36.202 INFO O| Sep 02 23:53:36.202 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-09-02T23:53:38.501Z[ recovery-image] Sep 02 23:53:36.216 INFO O| Sep 02 23:53:36.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48772025-09-02T23:53:38.501Z[ recovery-image] Sep 02 23:53:36.216 INFO O| Sep 02 23:53:36.216 INFO STEP 27 (remove_files) COMPLETE
48782025-09-02T23:53:38.505Z[ recovery-image] Sep 02 23:53:36.216 INFO O| Sep 02 23:53:36.216 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-09-02T23:53:38.514Z[ recovery-image] Sep 02 23:53:36.230 INFO O| Sep 02 23:53:36.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48802025-09-02T23:53:38.515Z[ recovery-image] Sep 02 23:53:36.230 INFO O| Sep 02 23:53:36.230 INFO STEP 28 (remove_files) COMPLETE
48812025-09-02T23:53:38.519Z[ recovery-image] Sep 02 23:53:36.230 INFO O| Sep 02 23:53:36.230 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-09-02T23:53:38.529Z[ recovery-image] Sep 02 23:53:36.244 INFO O| Sep 02 23:53:36.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48832025-09-02T23:53:38.529Z[ recovery-image] Sep 02 23:53:36.244 INFO O| Sep 02 23:53:36.244 INFO STEP 29 (remove_files) COMPLETE
48842025-09-02T23:53:38.623Z[ recovery-image] Sep 02 23:53:36.244 INFO O| Sep 02 23:53:36.244 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-09-02T23:53:38.623Z[ recovery-image] Sep 02 23:53:36.258 INFO O| Sep 02 23:53:36.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48862025-09-02T23:53:38.623Z[ recovery-image] Sep 02 23:53:36.259 INFO O| Sep 02 23:53:36.259 INFO STEP 30 (remove_files) COMPLETE
48872025-09-02T23:53:38.624Z[ recovery-image] Sep 02 23:53:36.259 INFO O| Sep 02 23:53:36.259 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-09-02T23:53:38.624Z[ recovery-image] Sep 02 23:53:36.273 INFO O| Sep 02 23:53:36.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48892025-09-02T23:53:38.624Z[ recovery-image] Sep 02 23:53:36.273 INFO O| Sep 02 23:53:36.273 INFO STEP 31 (remove_files) COMPLETE
48902025-09-02T23:53:38.624Z[ recovery-image] Sep 02 23:53:36.273 INFO O| Sep 02 23:53:36.273 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-09-02T23:53:38.624Z[ recovery-image] Sep 02 23:53:36.287 INFO O| Sep 02 23:53:36.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48922025-09-02T23:53:38.624Z[ recovery-image] Sep 02 23:53:36.288 INFO O| Sep 02 23:53:36.288 INFO STEP 32 (remove_files) COMPLETE
48932025-09-02T23:53:38.626Z[ recovery-image] Sep 02 23:53:36.288 INFO O| Sep 02 23:53:36.288 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-09-02T23:53:38.631Z[ recovery-image] Sep 02 23:53:36.301 INFO O| Sep 02 23:53:36.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48952025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.302 INFO O| Sep 02 23:53:36.302 INFO STEP 33 (remove_files) COMPLETE
48962025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.302 INFO O| Sep 02 23:53:36.302 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.315 INFO O| Sep 02 23:53:36.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48982025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.315 INFO O| Sep 02 23:53:36.315 INFO STEP 34 (remove_files) COMPLETE
48992025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.315 INFO O| Sep 02 23:53:36.315 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.329 INFO O| Sep 02 23:53:36.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49012025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.329 INFO O| Sep 02 23:53:36.329 INFO STEP 35 (remove_files) COMPLETE
49022025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.329 INFO O| Sep 02 23:53:36.329 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.342 INFO O| Sep 02 23:53:36.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49042025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.343 INFO O| Sep 02 23:53:36.343 INFO STEP 36 (remove_files) COMPLETE
49052025-09-02T23:53:38.632Z[ recovery-image] Sep 02 23:53:36.343 INFO O| Sep 02 23:53:36.343 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-09-02T23:53:38.642Z[ recovery-image] Sep 02 23:53:36.356 INFO O| Sep 02 23:53:36.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49072025-09-02T23:53:38.642Z[ recovery-image] Sep 02 23:53:36.356 INFO O| Sep 02 23:53:36.356 INFO STEP 37 (remove_files) COMPLETE
49082025-09-02T23:53:38.650Z[ recovery-image] Sep 02 23:53:36.357 INFO O| Sep 02 23:53:36.356 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-09-02T23:53:38.655Z[ recovery-image] Sep 02 23:53:36.370 INFO O| Sep 02 23:53:36.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49102025-09-02T23:53:38.655Z[ recovery-image] Sep 02 23:53:36.370 INFO O| Sep 02 23:53:36.370 INFO STEP 38 (remove_files) COMPLETE
49112025-09-02T23:53:38.655Z[ recovery-image] Sep 02 23:53:36.370 INFO O| Sep 02 23:53:36.370 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-09-02T23:53:38.671Z[ recovery-image] Sep 02 23:53:36.385 INFO O| Sep 02 23:53:36.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49132025-09-02T23:53:38.671Z[ recovery-image] Sep 02 23:53:36.385 INFO O| Sep 02 23:53:36.385 INFO STEP 39 (remove_files) COMPLETE
49142025-09-02T23:53:38.674Z[ recovery-image] Sep 02 23:53:36.385 INFO O| Sep 02 23:53:36.385 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-09-02T23:53:38.684Z[ recovery-image] Sep 02 23:53:36.400 INFO O| Sep 02 23:53:36.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49162025-09-02T23:53:38.690Z[ recovery-image] Sep 02 23:53:36.400 INFO O| Sep 02 23:53:36.400 INFO STEP 40 (remove_files) COMPLETE
49172025-09-02T23:53:38.691Z[ recovery-image] Sep 02 23:53:36.400 INFO O| Sep 02 23:53:36.400 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-09-02T23:53:38.699Z[ recovery-image] Sep 02 23:53:36.414 INFO O| Sep 02 23:53:36.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49192025-09-02T23:53:38.699Z[ recovery-image] Sep 02 23:53:36.414 INFO O| Sep 02 23:53:36.414 INFO STEP 41 (remove_files) COMPLETE
49202025-09-02T23:53:38.700Z[ recovery-image] Sep 02 23:53:36.414 INFO O| Sep 02 23:53:36.414 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-09-02T23:53:38.714Z[ recovery-image] Sep 02 23:53:36.429 INFO O| Sep 02 23:53:36.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49222025-09-02T23:53:38.714Z[ recovery-image] Sep 02 23:53:36.429 INFO O| Sep 02 23:53:36.429 INFO STEP 42 (remove_files) COMPLETE
49232025-09-02T23:53:38.714Z[ recovery-image] Sep 02 23:53:36.429 INFO O| Sep 02 23:53:36.429 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-09-02T23:53:38.730Z[ recovery-image] Sep 02 23:53:36.443 INFO O| Sep 02 23:53:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49252025-09-02T23:53:38.730Z[ recovery-image] Sep 02 23:53:36.443 INFO O| Sep 02 23:53:36.443 INFO STEP 43 (remove_files) COMPLETE
49262025-09-02T23:53:38.730Z[ recovery-image] Sep 02 23:53:36.443 INFO O| Sep 02 23:53:36.443 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-09-02T23:53:38.742Z[ recovery-image] Sep 02 23:53:36.457 INFO O| Sep 02 23:53:36.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49282025-09-02T23:53:38.742Z[ recovery-image] Sep 02 23:53:36.457 INFO O| Sep 02 23:53:36.457 INFO STEP 44 (remove_files) COMPLETE
49292025-09-02T23:53:38.745Z[ recovery-image] Sep 02 23:53:36.457 INFO O| Sep 02 23:53:36.457 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-09-02T23:53:38.756Z[ recovery-image] Sep 02 23:53:36.471 INFO O| Sep 02 23:53:36.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49312025-09-02T23:53:38.759Z[ recovery-image] Sep 02 23:53:36.471 INFO O| Sep 02 23:53:36.471 INFO STEP 45 (remove_files) COMPLETE
49322025-09-02T23:53:38.759Z[ recovery-image] Sep 02 23:53:36.471 INFO O| Sep 02 23:53:36.471 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-09-02T23:53:38.773Z[ recovery-image] Sep 02 23:53:36.486 INFO O| Sep 02 23:53:36.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49342025-09-02T23:53:38.773Z[ recovery-image] Sep 02 23:53:36.486 INFO O| Sep 02 23:53:36.486 INFO STEP 46 (remove_files) COMPLETE
49352025-09-02T23:53:38.773Z[ recovery-image] Sep 02 23:53:36.486 INFO O| Sep 02 23:53:36.486 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-09-02T23:53:38.786Z[ recovery-image] Sep 02 23:53:36.501 INFO O| Sep 02 23:53:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49372025-09-02T23:53:38.789Z[ recovery-image] Sep 02 23:53:36.502 INFO O| Sep 02 23:53:36.502 INFO STEP 47 (remove_files) COMPLETE
49382025-09-02T23:53:38.789Z[ recovery-image] Sep 02 23:53:36.502 INFO O| Sep 02 23:53:36.502 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-09-02T23:53:38.804Z[ recovery-image] Sep 02 23:53:36.518 INFO O| Sep 02 23:53:36.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49402025-09-02T23:53:38.804Z[ recovery-image] Sep 02 23:53:36.518 INFO O| Sep 02 23:53:36.518 INFO STEP 48 (remove_files) COMPLETE
49412025-09-02T23:53:38.809Z[ recovery-image] Sep 02 23:53:36.518 INFO O| Sep 02 23:53:36.518 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-09-02T23:53:38.830Z[ recovery-image] Sep 02 23:53:36.532 INFO O| Sep 02 23:53:36.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49432025-09-02T23:53:38.830Z[ recovery-image] Sep 02 23:53:36.532 INFO O| Sep 02 23:53:36.532 INFO STEP 49 (remove_files) COMPLETE
49442025-09-02T23:53:38.838Z[ recovery-image] Sep 02 23:53:36.532 INFO O| Sep 02 23:53:36.532 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-09-02T23:53:38.838Z[ recovery-image] Sep 02 23:53:36.547 INFO O| Sep 02 23:53:36.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49462025-09-02T23:53:38.838Z[ recovery-image] Sep 02 23:53:36.547 INFO O| Sep 02 23:53:36.547 INFO STEP 50 (remove_files) COMPLETE
49472025-09-02T23:53:38.838Z[ recovery-image] Sep 02 23:53:36.547 INFO O| Sep 02 23:53:36.547 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-09-02T23:53:38.846Z[ recovery-image] Sep 02 23:53:36.561 INFO O| Sep 02 23:53:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49492025-09-02T23:53:38.846Z[ recovery-image] Sep 02 23:53:36.561 INFO O| Sep 02 23:53:36.561 INFO STEP 51 (remove_files) COMPLETE
49502025-09-02T23:53:38.849Z[ recovery-image] Sep 02 23:53:36.561 INFO O| Sep 02 23:53:36.561 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-09-02T23:53:38.860Z[ recovery-image] Sep 02 23:53:36.575 INFO O| Sep 02 23:53:36.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49522025-09-02T23:53:38.861Z[ recovery-image] Sep 02 23:53:36.575 INFO O| Sep 02 23:53:36.575 INFO STEP 52 (remove_files) COMPLETE
49532025-09-02T23:53:38.864Z[ recovery-image] Sep 02 23:53:36.575 INFO O| Sep 02 23:53:36.575 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-09-02T23:53:38.875Z[ recovery-image] Sep 02 23:53:36.591 INFO O| Sep 02 23:53:36.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49552025-09-02T23:53:38.879Z[ recovery-image] Sep 02 23:53:36.592 INFO O| Sep 02 23:53:36.592 INFO STEP 53 (remove_files) COMPLETE
49562025-09-02T23:53:38.879Z[ recovery-image] Sep 02 23:53:36.592 INFO O| Sep 02 23:53:36.592 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-09-02T23:53:38.894Z[ recovery-image] Sep 02 23:53:36.607 INFO O| Sep 02 23:53:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49582025-09-02T23:53:38.894Z[ recovery-image] Sep 02 23:53:36.607 INFO O| Sep 02 23:53:36.607 INFO STEP 54 (remove_files) COMPLETE
49592025-09-02T23:53:38.897Z[ recovery-image] Sep 02 23:53:36.607 INFO O| Sep 02 23:53:36.607 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-09-02T23:53:38.909Z[ recovery-image] Sep 02 23:53:36.624 INFO O| Sep 02 23:53:36.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49612025-09-02T23:53:38.909Z[ recovery-image] Sep 02 23:53:36.624 INFO O| Sep 02 23:53:36.624 INFO STEP 55 (remove_files) COMPLETE
49622025-09-02T23:53:38.914Z[ recovery-image] Sep 02 23:53:36.624 INFO O| Sep 02 23:53:36.624 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-09-02T23:53:38.927Z[ recovery-image] Sep 02 23:53:36.640 INFO O| Sep 02 23:53:36.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49642025-09-02T23:53:38.927Z[ recovery-image] Sep 02 23:53:36.640 INFO O| Sep 02 23:53:36.640 INFO STEP 56 (remove_files) COMPLETE
49652025-09-02T23:53:38.927Z[ recovery-image] Sep 02 23:53:36.640 INFO O| Sep 02 23:53:36.640 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-09-02T23:53:38.940Z[ recovery-image] Sep 02 23:53:36.655 INFO O| Sep 02 23:53:36.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49672025-09-02T23:53:38.945Z[ recovery-image] Sep 02 23:53:36.656 INFO O| Sep 02 23:53:36.656 INFO STEP 57 (remove_files) COMPLETE
49682025-09-02T23:53:38.945Z[ recovery-image] Sep 02 23:53:36.656 INFO O| Sep 02 23:53:36.656 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-09-02T23:53:38.956Z[ recovery-image] Sep 02 23:53:36.671 INFO O| Sep 02 23:53:36.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49702025-09-02T23:53:38.956Z[ recovery-image] Sep 02 23:53:36.671 INFO O| Sep 02 23:53:36.671 INFO STEP 58 (remove_files) COMPLETE
49712025-09-02T23:53:38.956Z[ recovery-image] Sep 02 23:53:36.671 INFO O| Sep 02 23:53:36.671 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-09-02T23:53:38.970Z[ recovery-image] Sep 02 23:53:36.685 INFO O| Sep 02 23:53:36.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49732025-09-02T23:53:38.970Z[ recovery-image] Sep 02 23:53:36.685 INFO O| Sep 02 23:53:36.685 INFO STEP 59 (remove_files) COMPLETE
49742025-09-02T23:53:38.973Z[ recovery-image] Sep 02 23:53:36.685 INFO O| Sep 02 23:53:36.685 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-09-02T23:53:38.987Z[ recovery-image] Sep 02 23:53:36.702 INFO O| Sep 02 23:53:36.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49762025-09-02T23:53:38.987Z[ recovery-image] Sep 02 23:53:36.702 INFO O| Sep 02 23:53:36.702 INFO STEP 60 (remove_files) COMPLETE
49772025-09-02T23:53:38.995Z[ recovery-image] Sep 02 23:53:36.702 INFO O| Sep 02 23:53:36.702 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-09-02T23:53:39.002Z[ recovery-image] Sep 02 23:53:36.716 INFO O| Sep 02 23:53:36.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49792025-09-02T23:53:39.007Z[ recovery-image] Sep 02 23:53:36.717 INFO O| Sep 02 23:53:36.717 INFO STEP 61 (remove_files) COMPLETE
49802025-09-02T23:53:39.007Z[ recovery-image] Sep 02 23:53:36.717 INFO O| Sep 02 23:53:36.717 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-09-02T23:53:39.017Z[ recovery-image] Sep 02 23:53:36.732 INFO O| Sep 02 23:53:36.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49822025-09-02T23:53:39.017Z[ recovery-image] Sep 02 23:53:36.732 INFO O| Sep 02 23:53:36.732 INFO STEP 62 (remove_files) COMPLETE
49832025-09-02T23:53:39.022Z[ recovery-image] Sep 02 23:53:36.732 INFO O| Sep 02 23:53:36.732 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-09-02T23:53:39.032Z[ recovery-image] Sep 02 23:53:36.747 INFO O| Sep 02 23:53:36.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49852025-09-02T23:53:39.035Z[ recovery-image] Sep 02 23:53:36.747 INFO O| Sep 02 23:53:36.747 INFO STEP 63 (remove_files) COMPLETE
49862025-09-02T23:53:39.035Z[ recovery-image] Sep 02 23:53:36.747 INFO O| Sep 02 23:53:36.747 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-09-02T23:53:39.047Z[ recovery-image] Sep 02 23:53:36.762 INFO O| Sep 02 23:53:36.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49882025-09-02T23:53:39.047Z[ recovery-image] Sep 02 23:53:36.762 INFO O| Sep 02 23:53:36.762 INFO STEP 64 (remove_files) COMPLETE
49892025-09-02T23:53:39.047Z[ recovery-image] Sep 02 23:53:36.762 INFO O| Sep 02 23:53:36.762 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-09-02T23:53:39.063Z[ recovery-image] Sep 02 23:53:36.777 INFO O| Sep 02 23:53:36.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49912025-09-02T23:53:39.063Z[ recovery-image] Sep 02 23:53:36.777 INFO O| Sep 02 23:53:36.777 INFO STEP 65 (remove_files) COMPLETE
49922025-09-02T23:53:39.067Z[ recovery-image] Sep 02 23:53:36.777 INFO O| Sep 02 23:53:36.777 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-09-02T23:53:39.077Z[ recovery-image] Sep 02 23:53:36.792 INFO O| Sep 02 23:53:36.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49942025-09-02T23:53:39.077Z[ recovery-image] Sep 02 23:53:36.792 INFO O| Sep 02 23:53:36.792 INFO STEP 66 (remove_files) COMPLETE
49952025-09-02T23:53:39.083Z[ recovery-image] Sep 02 23:53:36.792 INFO O| Sep 02 23:53:36.792 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-09-02T23:53:39.091Z[ recovery-image] Sep 02 23:53:36.806 INFO O| Sep 02 23:53:36.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49972025-09-02T23:53:39.091Z[ recovery-image] Sep 02 23:53:36.806 INFO O| Sep 02 23:53:36.806 INFO STEP 67 (remove_files) COMPLETE
49982025-09-02T23:53:39.091Z[ recovery-image] Sep 02 23:53:36.806 INFO O| Sep 02 23:53:36.806 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-09-02T23:53:39.106Z[ recovery-image] Sep 02 23:53:36.820 INFO O| Sep 02 23:53:36.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50002025-09-02T23:53:39.106Z[ recovery-image] Sep 02 23:53:36.820 INFO O| Sep 02 23:53:36.820 INFO STEP 68 (remove_files) COMPLETE
50012025-09-02T23:53:39.106Z[ recovery-image] Sep 02 23:53:36.820 INFO O| Sep 02 23:53:36.820 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-09-02T23:53:39.121Z[ recovery-image] Sep 02 23:53:36.836 INFO O| Sep 02 23:53:36.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50032025-09-02T23:53:39.121Z[ recovery-image] Sep 02 23:53:36.836 INFO O| Sep 02 23:53:36.836 INFO STEP 69 (remove_files) COMPLETE
50042025-09-02T23:53:39.121Z[ recovery-image] Sep 02 23:53:36.836 INFO O| Sep 02 23:53:36.836 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-09-02T23:53:39.137Z[ recovery-image] Sep 02 23:53:36.852 INFO O| Sep 02 23:53:36.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50062025-09-02T23:53:39.140Z[ recovery-image] Sep 02 23:53:36.853 INFO O| Sep 02 23:53:36.852 INFO STEP 70 (remove_files) COMPLETE
50072025-09-02T23:53:39.140Z[ recovery-image] Sep 02 23:53:36.853 INFO O| Sep 02 23:53:36.853 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-09-02T23:53:39.154Z[ recovery-image] Sep 02 23:53:36.869 INFO O| Sep 02 23:53:36.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50092025-09-02T23:53:39.163Z[ recovery-image] Sep 02 23:53:36.870 INFO O| Sep 02 23:53:36.870 INFO STEP 71 (remove_files) COMPLETE
50102025-09-02T23:53:39.163Z[ recovery-image] Sep 02 23:53:36.870 INFO O| Sep 02 23:53:36.870 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-09-02T23:53:39.170Z[ recovery-image] Sep 02 23:53:36.885 INFO O| Sep 02 23:53:36.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50122025-09-02T23:53:39.170Z[ recovery-image] Sep 02 23:53:36.885 INFO O| Sep 02 23:53:36.885 INFO STEP 72 (remove_files) COMPLETE
50132025-09-02T23:53:39.173Z[ recovery-image] Sep 02 23:53:36.885 INFO O| Sep 02 23:53:36.885 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-09-02T23:53:39.186Z[ recovery-image] Sep 02 23:53:36.900 INFO O| Sep 02 23:53:36.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50152025-09-02T23:53:39.186Z[ recovery-image] Sep 02 23:53:36.900 INFO O| Sep 02 23:53:36.900 INFO STEP 73 (remove_files) COMPLETE
50162025-09-02T23:53:39.187Z[ recovery-image] Sep 02 23:53:36.900 INFO O| Sep 02 23:53:36.900 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-09-02T23:53:39.203Z[ recovery-image] Sep 02 23:53:36.917 INFO O| Sep 02 23:53:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50182025-09-02T23:53:39.203Z[ recovery-image] Sep 02 23:53:36.918 INFO O| Sep 02 23:53:36.917 INFO STEP 74 (remove_files) COMPLETE
50192025-09-02T23:53:39.207Z[ recovery-image] Sep 02 23:53:36.918 INFO O| Sep 02 23:53:36.917 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-09-02T23:53:39.220Z[ recovery-image] Sep 02 23:53:36.933 INFO O| Sep 02 23:53:36.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50212025-09-02T23:53:39.220Z[ recovery-image] Sep 02 23:53:36.934 INFO O| Sep 02 23:53:36.934 INFO STEP 75 (remove_files) COMPLETE
50222025-09-02T23:53:39.220Z[ recovery-image] Sep 02 23:53:36.934 INFO O| Sep 02 23:53:36.934 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-09-02T23:53:39.233Z[ recovery-image] Sep 02 23:53:36.948 INFO O| Sep 02 23:53:36.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50242025-09-02T23:53:39.233Z[ recovery-image] Sep 02 23:53:36.948 INFO O| Sep 02 23:53:36.948 INFO STEP 76 (remove_files) COMPLETE
50252025-09-02T23:53:39.233Z[ recovery-image] Sep 02 23:53:36.948 INFO O| Sep 02 23:53:36.948 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-09-02T23:53:39.248Z[ recovery-image] Sep 02 23:53:36.963 INFO O| Sep 02 23:53:36.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50272025-09-02T23:53:39.253Z[ recovery-image] Sep 02 23:53:36.963 INFO O| Sep 02 23:53:36.963 INFO STEP 77 (remove_files) COMPLETE
50282025-09-02T23:53:39.253Z[ recovery-image] Sep 02 23:53:36.963 INFO O| Sep 02 23:53:36.963 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-09-02T23:53:39.262Z[ recovery-image] Sep 02 23:53:36.977 INFO O| Sep 02 23:53:36.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50302025-09-02T23:53:39.265Z[ recovery-image] Sep 02 23:53:36.977 INFO O| Sep 02 23:53:36.977 INFO STEP 78 (remove_files) COMPLETE
50312025-09-02T23:53:39.265Z[ recovery-image] Sep 02 23:53:36.977 INFO O| Sep 02 23:53:36.977 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-09-02T23:53:39.276Z[ recovery-image] Sep 02 23:53:36.991 INFO O| Sep 02 23:53:36.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50332025-09-02T23:53:39.276Z[ recovery-image] Sep 02 23:53:36.991 INFO O| Sep 02 23:53:36.991 INFO STEP 79 (remove_files) COMPLETE
50342025-09-02T23:53:39.281Z[ recovery-image] Sep 02 23:53:36.991 INFO O| Sep 02 23:53:36.991 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-09-02T23:53:39.290Z[ recovery-image] Sep 02 23:53:37.005 INFO O| Sep 02 23:53:37.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50362025-09-02T23:53:39.290Z[ recovery-image] Sep 02 23:53:37.005 INFO O| Sep 02 23:53:37.005 INFO STEP 80 (remove_files) COMPLETE
50372025-09-02T23:53:39.294Z[ recovery-image] Sep 02 23:53:37.005 INFO O| Sep 02 23:53:37.005 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-09-02T23:53:39.307Z[ recovery-image] Sep 02 23:53:37.021 INFO O| Sep 02 23:53:37.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50392025-09-02T23:53:39.307Z[ recovery-image] Sep 02 23:53:37.021 INFO O| Sep 02 23:53:37.021 INFO STEP 81 (remove_files) COMPLETE
50402025-09-02T23:53:39.310Z[ recovery-image] Sep 02 23:53:37.021 INFO O| Sep 02 23:53:37.021 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-09-02T23:53:39.320Z[ recovery-image] Sep 02 23:53:37.035 INFO O| Sep 02 23:53:37.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50422025-09-02T23:53:39.320Z[ recovery-image] Sep 02 23:53:37.036 INFO O| Sep 02 23:53:37.036 INFO STEP 82 (remove_files) COMPLETE
50432025-09-02T23:53:39.324Z[ recovery-image] Sep 02 23:53:37.036 INFO O| Sep 02 23:53:37.036 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-09-02T23:53:39.335Z[ recovery-image] Sep 02 23:53:37.050 INFO O| Sep 02 23:53:37.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50452025-09-02T23:53:39.335Z[ recovery-image] Sep 02 23:53:37.051 INFO O| Sep 02 23:53:37.050 INFO STEP 83 (remove_files) COMPLETE
50462025-09-02T23:53:39.343Z[ recovery-image] Sep 02 23:53:37.051 INFO O| Sep 02 23:53:37.051 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-09-02T23:53:39.349Z[ recovery-image] Sep 02 23:53:37.064 INFO O| Sep 02 23:53:37.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50482025-09-02T23:53:39.349Z[ recovery-image] Sep 02 23:53:37.064 INFO O| Sep 02 23:53:37.064 INFO STEP 84 (remove_files) COMPLETE
50492025-09-02T23:53:39.349Z[ recovery-image] Sep 02 23:53:37.064 INFO O| Sep 02 23:53:37.064 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-09-02T23:53:39.362Z[ recovery-image] Sep 02 23:53:37.077 INFO O| Sep 02 23:53:37.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50512025-09-02T23:53:39.362Z[ recovery-image] Sep 02 23:53:37.077 INFO O| Sep 02 23:53:37.077 INFO STEP 85 (remove_files) COMPLETE
50522025-09-02T23:53:39.365Z[ recovery-image] Sep 02 23:53:37.077 INFO O| Sep 02 23:53:37.077 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-09-02T23:53:39.372Z[ recovery-image] Sep 02 23:53:37.087 INFO O| Sep 02 23:53:37.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50542025-09-02T23:53:39.372Z[ recovery-image] Sep 02 23:53:37.088 INFO O| Sep 02 23:53:37.088 INFO STEP 86 (remove_files) COMPLETE
50552025-09-02T23:53:39.372Z[ recovery-image] Sep 02 23:53:37.088 INFO O| Sep 02 23:53:37.088 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-09-02T23:53:39.385Z[ recovery-image] Sep 02 23:53:37.100 INFO O| Sep 02 23:53:37.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50572025-09-02T23:53:39.385Z[ recovery-image] Sep 02 23:53:37.100 INFO O| Sep 02 23:53:37.100 INFO STEP 87 (remove_files) COMPLETE
50582025-09-02T23:53:39.388Z[ recovery-image] Sep 02 23:53:37.100 INFO O| Sep 02 23:53:37.100 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-09-02T23:53:39.401Z[ recovery-image] Sep 02 23:53:37.114 INFO O| Sep 02 23:53:37.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50602025-09-02T23:53:39.401Z[ recovery-image] Sep 02 23:53:37.114 INFO O| Sep 02 23:53:37.114 INFO STEP 88 (remove_files) COMPLETE
50612025-09-02T23:53:39.405Z[ recovery-image] Sep 02 23:53:37.114 INFO O| Sep 02 23:53:37.114 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-09-02T23:53:39.412Z[ recovery-image] Sep 02 23:53:37.127 INFO O| Sep 02 23:53:37.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50632025-09-02T23:53:39.412Z[ recovery-image] Sep 02 23:53:37.127 INFO O| Sep 02 23:53:37.127 INFO STEP 89 (remove_files) COMPLETE
50642025-09-02T23:53:39.415Z[ recovery-image] Sep 02 23:53:37.127 INFO O| Sep 02 23:53:37.127 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-09-02T23:53:39.426Z[ recovery-image] Sep 02 23:53:37.140 INFO O| Sep 02 23:53:37.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50662025-09-02T23:53:39.426Z[ recovery-image] Sep 02 23:53:37.140 INFO O| Sep 02 23:53:37.140 INFO STEP 90 (remove_files) COMPLETE
50672025-09-02T23:53:39.432Z[ recovery-image] Sep 02 23:53:37.140 INFO O| Sep 02 23:53:37.140 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-09-02T23:53:39.440Z[ recovery-image] Sep 02 23:53:37.154 INFO O| Sep 02 23:53:37.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50692025-09-02T23:53:39.440Z[ recovery-image] Sep 02 23:53:37.154 INFO O| Sep 02 23:53:37.154 INFO STEP 91 (remove_files) COMPLETE
50702025-09-02T23:53:39.440Z[ recovery-image] Sep 02 23:53:37.154 INFO O| Sep 02 23:53:37.154 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-09-02T23:53:39.452Z[ recovery-image] Sep 02 23:53:37.167 INFO O| Sep 02 23:53:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50722025-09-02T23:53:39.452Z[ recovery-image] Sep 02 23:53:37.167 INFO O| Sep 02 23:53:37.167 INFO STEP 92 (remove_files) COMPLETE
50732025-09-02T23:53:39.457Z[ recovery-image] Sep 02 23:53:37.167 INFO O| Sep 02 23:53:37.167 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-09-02T23:53:39.465Z[ recovery-image] Sep 02 23:53:37.180 INFO O| Sep 02 23:53:37.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50752025-09-02T23:53:39.465Z[ recovery-image] Sep 02 23:53:37.180 INFO O| Sep 02 23:53:37.180 INFO STEP 93 (remove_files) COMPLETE
50762025-09-02T23:53:39.465Z[ recovery-image] Sep 02 23:53:37.180 INFO O| Sep 02 23:53:37.180 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-09-02T23:53:39.479Z[ recovery-image] Sep 02 23:53:37.194 INFO O| Sep 02 23:53:37.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50782025-09-02T23:53:39.479Z[ recovery-image] Sep 02 23:53:37.194 INFO O| Sep 02 23:53:37.194 INFO STEP 94 (remove_files) COMPLETE
50792025-09-02T23:53:39.479Z[ recovery-image] Sep 02 23:53:37.194 INFO O| Sep 02 23:53:37.194 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-09-02T23:53:39.493Z[ recovery-image] Sep 02 23:53:37.208 INFO O| Sep 02 23:53:37.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50812025-09-02T23:53:39.493Z[ recovery-image] Sep 02 23:53:37.208 INFO O| Sep 02 23:53:37.208 INFO STEP 95 (remove_files) COMPLETE
50822025-09-02T23:53:39.493Z[ recovery-image] Sep 02 23:53:37.208 INFO O| Sep 02 23:53:37.208 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-09-02T23:53:39.508Z[ recovery-image] Sep 02 23:53:37.222 INFO O| Sep 02 23:53:37.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50842025-09-02T23:53:39.508Z[ recovery-image] Sep 02 23:53:37.222 INFO O| Sep 02 23:53:37.222 INFO STEP 96 (remove_files) COMPLETE
50852025-09-02T23:53:39.511Z[ recovery-image] Sep 02 23:53:37.222 INFO O| Sep 02 23:53:37.222 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-09-02T23:53:39.521Z[ recovery-image] Sep 02 23:53:37.237 INFO O| Sep 02 23:53:37.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50872025-09-02T23:53:39.522Z[ recovery-image] Sep 02 23:53:37.237 INFO O| Sep 02 23:53:37.237 INFO STEP 97 (remove_files) COMPLETE
50882025-09-02T23:53:39.522Z[ recovery-image] Sep 02 23:53:37.237 INFO O| Sep 02 23:53:37.237 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-09-02T23:53:39.534Z[ recovery-image] Sep 02 23:53:37.250 INFO O| Sep 02 23:53:37.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50902025-09-02T23:53:39.535Z[ recovery-image] Sep 02 23:53:37.250 INFO O| Sep 02 23:53:37.250 INFO STEP 98 (remove_files) COMPLETE
50912025-09-02T23:53:39.539Z[ recovery-image] Sep 02 23:53:37.250 INFO O| Sep 02 23:53:37.250 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-09-02T23:53:39.547Z[ recovery-image] Sep 02 23:53:37.263 INFO O| Sep 02 23:53:37.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50932025-09-02T23:53:39.548Z[ recovery-image] Sep 02 23:53:37.263 INFO O| Sep 02 23:53:37.263 INFO STEP 99 (remove_files) COMPLETE
50942025-09-02T23:53:39.551Z[ recovery-image] Sep 02 23:53:37.263 INFO O| Sep 02 23:53:37.263 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-09-02T23:53:39.560Z[ recovery-image] Sep 02 23:53:37.274 INFO O| Sep 02 23:53:37.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50962025-09-02T23:53:39.561Z[ recovery-image] Sep 02 23:53:37.274 INFO O| Sep 02 23:53:37.274 INFO STEP 100 (remove_files) COMPLETE
50972025-09-02T23:53:39.561Z[ recovery-image] Sep 02 23:53:37.274 INFO O| Sep 02 23:53:37.274 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-09-02T23:53:39.572Z[ recovery-image] Sep 02 23:53:37.286 INFO O| Sep 02 23:53:37.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50992025-09-02T23:53:39.572Z[ recovery-image] Sep 02 23:53:37.286 INFO O| Sep 02 23:53:37.286 INFO STEP 101 (remove_files) COMPLETE
51002025-09-02T23:53:39.573Z[ recovery-image] Sep 02 23:53:37.286 INFO O| Sep 02 23:53:37.286 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-09-02T23:53:39.612Z[ recovery-image] Sep 02 23:53:37.298 INFO O| Sep 02 23:53:37.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51022025-09-02T23:53:39.612Z[ recovery-image] Sep 02 23:53:37.298 INFO O| Sep 02 23:53:37.298 INFO STEP 102 (remove_files) COMPLETE
51032025-09-02T23:53:39.612Z[ recovery-image] Sep 02 23:53:37.298 INFO O| Sep 02 23:53:37.298 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-09-02T23:53:39.617Z[ recovery-image] Sep 02 23:53:37.310 INFO O| Sep 02 23:53:37.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51052025-09-02T23:53:39.617Z[ recovery-image] Sep 02 23:53:37.310 INFO O| Sep 02 23:53:37.310 INFO STEP 103 (remove_files) COMPLETE
51062025-09-02T23:53:39.617Z[ recovery-image] Sep 02 23:53:37.310 INFO O| Sep 02 23:53:37.310 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-09-02T23:53:39.617Z[ recovery-image] Sep 02 23:53:37.321 INFO O| Sep 02 23:53:37.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51082025-09-02T23:53:39.617Z[ recovery-image] Sep 02 23:53:37.322 INFO O| Sep 02 23:53:37.322 INFO STEP 104 (remove_files) COMPLETE
51092025-09-02T23:53:39.617Z[ recovery-image] Sep 02 23:53:37.322 INFO O| Sep 02 23:53:37.322 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-09-02T23:53:39.627Z[ recovery-image] Sep 02 23:53:37.333 INFO O| Sep 02 23:53:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51112025-09-02T23:53:39.627Z[ recovery-image] Sep 02 23:53:37.333 INFO O| Sep 02 23:53:37.333 INFO STEP 105 (remove_files) COMPLETE
51122025-09-02T23:53:39.627Z[ recovery-image] Sep 02 23:53:37.333 INFO O| Sep 02 23:53:37.333 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-09-02T23:53:39.633Z[ recovery-image] Sep 02 23:53:37.343 INFO O| Sep 02 23:53:37.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51142025-09-02T23:53:39.633Z[ recovery-image] Sep 02 23:53:37.343 INFO O| Sep 02 23:53:37.343 INFO STEP 106 (remove_files) COMPLETE
51152025-09-02T23:53:39.633Z[ recovery-image] Sep 02 23:53:37.343 INFO O| Sep 02 23:53:37.343 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-09-02T23:53:39.641Z[ recovery-image] Sep 02 23:53:37.356 INFO O| Sep 02 23:53:37.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51172025-09-02T23:53:39.641Z[ recovery-image] Sep 02 23:53:37.356 INFO O| Sep 02 23:53:37.356 INFO STEP 107 (remove_files) COMPLETE
51182025-09-02T23:53:39.644Z[ recovery-image] Sep 02 23:53:37.356 INFO O| Sep 02 23:53:37.356 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-09-02T23:53:39.654Z[ recovery-image] Sep 02 23:53:37.369 INFO O| Sep 02 23:53:37.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51202025-09-02T23:53:39.654Z[ recovery-image] Sep 02 23:53:37.369 INFO O| Sep 02 23:53:37.369 INFO STEP 108 (remove_files) COMPLETE
51212025-09-02T23:53:39.654Z[ recovery-image] Sep 02 23:53:37.369 INFO O| Sep 02 23:53:37.369 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-09-02T23:53:39.666Z[ recovery-image] Sep 02 23:53:37.381 INFO O| Sep 02 23:53:37.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51232025-09-02T23:53:39.666Z[ recovery-image] Sep 02 23:53:37.381 INFO O| Sep 02 23:53:37.381 INFO STEP 109 (remove_files) COMPLETE
51242025-09-02T23:53:39.669Z[ recovery-image] Sep 02 23:53:37.381 INFO O| Sep 02 23:53:37.381 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-09-02T23:53:39.681Z[ recovery-image] Sep 02 23:53:37.396 INFO O| Sep 02 23:53:37.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51262025-09-02T23:53:39.681Z[ recovery-image] Sep 02 23:53:37.396 INFO O| Sep 02 23:53:37.396 INFO STEP 110 (remove_files) COMPLETE
51272025-09-02T23:53:39.684Z[ recovery-image] Sep 02 23:53:37.396 INFO O| Sep 02 23:53:37.396 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-09-02T23:53:39.697Z[ recovery-image] Sep 02 23:53:37.412 INFO O| Sep 02 23:53:37.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51292025-09-02T23:53:39.697Z[ recovery-image] Sep 02 23:53:37.412 INFO O| Sep 02 23:53:37.412 INFO STEP 111 (remove_files) COMPLETE
51302025-09-02T23:53:39.700Z[ recovery-image] Sep 02 23:53:37.412 INFO O| Sep 02 23:53:37.412 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-09-02T23:53:39.711Z[ recovery-image] Sep 02 23:53:37.426 INFO O| Sep 02 23:53:37.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51322025-09-02T23:53:39.711Z[ recovery-image] Sep 02 23:53:37.426 INFO O| Sep 02 23:53:37.426 INFO STEP 112 (remove_files) COMPLETE
51332025-09-02T23:53:39.716Z[ recovery-image] Sep 02 23:53:37.426 INFO O| Sep 02 23:53:37.426 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-09-02T23:53:39.724Z[ recovery-image] Sep 02 23:53:37.439 INFO O| Sep 02 23:53:37.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51352025-09-02T23:53:39.724Z[ recovery-image] Sep 02 23:53:37.439 INFO O| Sep 02 23:53:37.439 INFO STEP 113 (remove_files) COMPLETE
51362025-09-02T23:53:39.727Z[ recovery-image] Sep 02 23:53:37.439 INFO O| Sep 02 23:53:37.439 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-09-02T23:53:39.736Z[ recovery-image] Sep 02 23:53:37.451 INFO O| Sep 02 23:53:37.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51382025-09-02T23:53:39.736Z[ recovery-image] Sep 02 23:53:37.451 INFO O| Sep 02 23:53:37.451 INFO STEP 114 (remove_files) COMPLETE
51392025-09-02T23:53:39.736Z[ recovery-image] Sep 02 23:53:37.451 INFO O| Sep 02 23:53:37.451 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-09-02T23:53:39.747Z[ recovery-image] Sep 02 23:53:37.462 INFO O| Sep 02 23:53:37.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51412025-09-02T23:53:39.747Z[ recovery-image] Sep 02 23:53:37.462 INFO O| Sep 02 23:53:37.462 INFO STEP 115 (remove_files) COMPLETE
51422025-09-02T23:53:39.747Z[ recovery-image] Sep 02 23:53:37.462 INFO O| Sep 02 23:53:37.462 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-09-02T23:53:39.760Z[ recovery-image] Sep 02 23:53:37.475 INFO O| Sep 02 23:53:37.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51442025-09-02T23:53:39.760Z[ recovery-image] Sep 02 23:53:37.475 INFO O| Sep 02 23:53:37.475 INFO STEP 116 (remove_files) COMPLETE
51452025-09-02T23:53:39.763Z[ recovery-image] Sep 02 23:53:37.475 INFO O| Sep 02 23:53:37.475 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-09-02T23:53:39.772Z[ recovery-image] Sep 02 23:53:37.487 INFO O| Sep 02 23:53:37.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51472025-09-02T23:53:39.772Z[ recovery-image] Sep 02 23:53:37.488 INFO O| Sep 02 23:53:37.487 INFO STEP 117 (remove_files) COMPLETE
51482025-09-02T23:53:39.776Z[ recovery-image] Sep 02 23:53:37.488 INFO O| Sep 02 23:53:37.487 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-09-02T23:53:39.785Z[ recovery-image] Sep 02 23:53:37.500 INFO O| Sep 02 23:53:37.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51502025-09-02T23:53:39.785Z[ recovery-image] Sep 02 23:53:37.500 INFO O| Sep 02 23:53:37.500 INFO STEP 118 (remove_files) COMPLETE
51512025-09-02T23:53:39.785Z[ recovery-image] Sep 02 23:53:37.500 INFO O| Sep 02 23:53:37.500 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-09-02T23:53:39.799Z[ recovery-image] Sep 02 23:53:37.514 INFO O| Sep 02 23:53:37.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51532025-09-02T23:53:39.800Z[ recovery-image] Sep 02 23:53:37.514 INFO O| Sep 02 23:53:37.514 INFO STEP 119 (remove_files) COMPLETE
51542025-09-02T23:53:39.800Z[ recovery-image] Sep 02 23:53:37.514 INFO O| Sep 02 23:53:37.514 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-09-02T23:53:39.814Z[ recovery-image] Sep 02 23:53:37.529 INFO O| Sep 02 23:53:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51562025-09-02T23:53:39.822Z[ recovery-image] Sep 02 23:53:37.529 INFO O| Sep 02 23:53:37.529 INFO STEP 120 (remove_files) COMPLETE
51572025-09-02T23:53:39.822Z[ recovery-image] Sep 02 23:53:37.530 INFO O| Sep 02 23:53:37.529 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-09-02T23:53:39.827Z[ recovery-image] Sep 02 23:53:37.542 INFO O| Sep 02 23:53:37.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51592025-09-02T23:53:39.827Z[ recovery-image] Sep 02 23:53:37.542 INFO O| Sep 02 23:53:37.542 INFO STEP 121 (remove_files) COMPLETE
51602025-09-02T23:53:39.829Z[ recovery-image] Sep 02 23:53:37.542 INFO O| Sep 02 23:53:37.542 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-09-02T23:53:39.840Z[ recovery-image] Sep 02 23:53:37.555 INFO O| Sep 02 23:53:37.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51622025-09-02T23:53:39.840Z[ recovery-image] Sep 02 23:53:37.555 INFO O| Sep 02 23:53:37.555 INFO STEP 122 (remove_files) COMPLETE
51632025-09-02T23:53:39.840Z[ recovery-image] Sep 02 23:53:37.555 INFO O| Sep 02 23:53:37.555 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-09-02T23:53:39.853Z[ recovery-image] Sep 02 23:53:37.568 INFO O| Sep 02 23:53:37.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51652025-09-02T23:53:39.853Z[ recovery-image] Sep 02 23:53:37.568 INFO O| Sep 02 23:53:37.568 INFO STEP 123 (remove_files) COMPLETE
51662025-09-02T23:53:39.857Z[ recovery-image] Sep 02 23:53:37.568 INFO O| Sep 02 23:53:37.568 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-09-02T23:53:39.866Z[ recovery-image] Sep 02 23:53:37.581 INFO O| Sep 02 23:53:37.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51682025-09-02T23:53:39.866Z[ recovery-image] Sep 02 23:53:37.581 INFO O| Sep 02 23:53:37.581 INFO STEP 124 (remove_files) COMPLETE
51692025-09-02T23:53:39.870Z[ recovery-image] Sep 02 23:53:37.581 INFO O| Sep 02 23:53:37.581 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-09-02T23:53:39.880Z[ recovery-image] Sep 02 23:53:37.595 INFO O| Sep 02 23:53:37.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51712025-09-02T23:53:39.880Z[ recovery-image] Sep 02 23:53:37.595 INFO O| Sep 02 23:53:37.595 INFO STEP 125 (remove_files) COMPLETE
51722025-09-02T23:53:39.886Z[ recovery-image] Sep 02 23:53:37.595 INFO O| Sep 02 23:53:37.595 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-09-02T23:53:39.895Z[ recovery-image] Sep 02 23:53:37.609 INFO O| Sep 02 23:53:37.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51742025-09-02T23:53:39.895Z[ recovery-image] Sep 02 23:53:37.609 INFO O| Sep 02 23:53:37.609 INFO STEP 126 (remove_files) COMPLETE
51752025-09-02T23:53:39.895Z[ recovery-image] Sep 02 23:53:37.609 INFO O| Sep 02 23:53:37.609 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-09-02T23:53:39.907Z[ recovery-image] Sep 02 23:53:37.622 INFO O| Sep 02 23:53:37.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51772025-09-02T23:53:39.907Z[ recovery-image] Sep 02 23:53:37.623 INFO O| Sep 02 23:53:37.623 INFO STEP 127 (remove_files) COMPLETE
51782025-09-02T23:53:39.908Z[ recovery-image] Sep 02 23:53:37.623 INFO O| Sep 02 23:53:37.623 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-09-02T23:53:39.922Z[ recovery-image] Sep 02 23:53:37.637 INFO O| Sep 02 23:53:37.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51802025-09-02T23:53:39.922Z[ recovery-image] Sep 02 23:53:37.637 INFO O| Sep 02 23:53:37.637 INFO STEP 128 (remove_files) COMPLETE
51812025-09-02T23:53:39.925Z[ recovery-image] Sep 02 23:53:37.637 INFO O| Sep 02 23:53:37.637 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-09-02T23:53:39.936Z[ recovery-image] Sep 02 23:53:37.651 INFO O| Sep 02 23:53:37.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51832025-09-02T23:53:39.936Z[ recovery-image] Sep 02 23:53:37.651 INFO O| Sep 02 23:53:37.651 INFO STEP 129 (remove_files) COMPLETE
51842025-09-02T23:53:39.936Z[ recovery-image] Sep 02 23:53:37.651 INFO O| Sep 02 23:53:37.651 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-09-02T23:53:39.952Z[ recovery-image] Sep 02 23:53:37.665 INFO O| Sep 02 23:53:37.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51862025-09-02T23:53:39.952Z[ recovery-image] Sep 02 23:53:37.665 INFO O| Sep 02 23:53:37.665 INFO STEP 130 (remove_files) COMPLETE
51872025-09-02T23:53:39.955Z[ recovery-image] Sep 02 23:53:37.665 INFO O| Sep 02 23:53:37.665 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-09-02T23:53:39.977Z[ recovery-image] Sep 02 23:53:37.679 INFO O| Sep 02 23:53:37.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51892025-09-02T23:53:39.977Z[ recovery-image] Sep 02 23:53:37.679 INFO O| Sep 02 23:53:37.679 INFO STEP 131 (remove_files) COMPLETE
51902025-09-02T23:53:39.977Z[ recovery-image] Sep 02 23:53:37.679 INFO O| Sep 02 23:53:37.679 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-09-02T23:53:39.977Z[ recovery-image] Sep 02 23:53:37.691 INFO O| Sep 02 23:53:37.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51922025-09-02T23:53:39.977Z[ recovery-image] Sep 02 23:53:37.691 INFO O| Sep 02 23:53:37.691 INFO STEP 132 (remove_files) COMPLETE
51932025-09-02T23:53:39.977Z[ recovery-image] Sep 02 23:53:37.691 INFO O| Sep 02 23:53:37.691 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-09-02T23:53:39.989Z[ recovery-image] Sep 02 23:53:37.704 INFO O| Sep 02 23:53:37.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51952025-09-02T23:53:39.989Z[ recovery-image] Sep 02 23:53:37.704 INFO O| Sep 02 23:53:37.704 INFO STEP 133 (remove_files) COMPLETE
51962025-09-02T23:53:39.989Z[ recovery-image] Sep 02 23:53:37.704 INFO O| Sep 02 23:53:37.704 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-09-02T23:53:40.004Z[ recovery-image] Sep 02 23:53:37.716 INFO O| Sep 02 23:53:37.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51982025-09-02T23:53:40.004Z[ recovery-image] Sep 02 23:53:37.716 INFO O| Sep 02 23:53:37.716 INFO STEP 134 (remove_files) COMPLETE
51992025-09-02T23:53:40.022Z[ recovery-image] Sep 02 23:53:37.716 INFO O| Sep 02 23:53:37.716 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-09-02T23:53:40.027Z[ recovery-image] Sep 02 23:53:37.731 INFO O| Sep 02 23:53:37.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52012025-09-02T23:53:40.027Z[ recovery-image] Sep 02 23:53:37.731 INFO O| Sep 02 23:53:37.731 INFO STEP 135 (remove_files) COMPLETE
52022025-09-02T23:53:40.027Z[ recovery-image] Sep 02 23:53:37.731 INFO O| Sep 02 23:53:37.731 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-09-02T23:53:40.031Z[ recovery-image] Sep 02 23:53:37.744 INFO O| Sep 02 23:53:37.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52042025-09-02T23:53:40.032Z[ recovery-image] Sep 02 23:53:37.744 INFO O| Sep 02 23:53:37.744 INFO STEP 136 (remove_files) COMPLETE
52052025-09-02T23:53:40.032Z[ recovery-image] Sep 02 23:53:37.744 INFO O| Sep 02 23:53:37.744 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-09-02T23:53:40.044Z[ recovery-image] Sep 02 23:53:37.758 INFO O| Sep 02 23:53:37.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52072025-09-02T23:53:40.044Z[ recovery-image] Sep 02 23:53:37.758 INFO O| Sep 02 23:53:37.758 INFO STEP 137 (remove_files) COMPLETE
52082025-09-02T23:53:40.044Z[ recovery-image] Sep 02 23:53:37.758 INFO O| Sep 02 23:53:37.758 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-09-02T23:53:40.057Z[ recovery-image] Sep 02 23:53:37.772 INFO O| Sep 02 23:53:37.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52102025-09-02T23:53:40.060Z[ recovery-image] Sep 02 23:53:37.775 INFO O| Sep 02 23:53:37.775 INFO STEP 138 (remove_files) COMPLETE
52112025-09-02T23:53:40.061Z[ recovery-image] Sep 02 23:53:37.775 INFO O| Sep 02 23:53:37.775 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-09-02T23:53:40.073Z[ recovery-image] Sep 02 23:53:37.788 INFO O| Sep 02 23:53:37.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52132025-09-02T23:53:40.073Z[ recovery-image] Sep 02 23:53:37.788 INFO O| Sep 02 23:53:37.788 INFO STEP 139 (remove_files) COMPLETE
52142025-09-02T23:53:40.077Z[ recovery-image] Sep 02 23:53:37.788 INFO O| Sep 02 23:53:37.788 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-09-02T23:53:40.087Z[ recovery-image] Sep 02 23:53:37.802 INFO O| Sep 02 23:53:37.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52162025-09-02T23:53:40.087Z[ recovery-image] Sep 02 23:53:37.802 INFO O| Sep 02 23:53:37.802 INFO STEP 140 (remove_files) COMPLETE
52172025-09-02T23:53:40.093Z[ recovery-image] Sep 02 23:53:37.802 INFO O| Sep 02 23:53:37.802 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-09-02T23:53:40.101Z[ recovery-image] Sep 02 23:53:37.815 INFO O| Sep 02 23:53:37.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52192025-09-02T23:53:40.101Z[ recovery-image] Sep 02 23:53:37.815 INFO O| Sep 02 23:53:37.815 INFO STEP 141 (remove_files) COMPLETE
52202025-09-02T23:53:40.101Z[ recovery-image] Sep 02 23:53:37.815 INFO O| Sep 02 23:53:37.815 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-09-02T23:53:40.114Z[ recovery-image] Sep 02 23:53:37.829 INFO O| Sep 02 23:53:37.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52222025-09-02T23:53:40.114Z[ recovery-image] Sep 02 23:53:37.829 INFO O| Sep 02 23:53:37.829 INFO STEP 142 (remove_files) COMPLETE
52232025-09-02T23:53:40.117Z[ recovery-image] Sep 02 23:53:37.829 INFO O| Sep 02 23:53:37.829 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-09-02T23:53:40.127Z[ recovery-image] Sep 02 23:53:37.842 INFO O| Sep 02 23:53:37.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52252025-09-02T23:53:40.127Z[ recovery-image] Sep 02 23:53:37.842 INFO O| Sep 02 23:53:37.842 INFO STEP 143 (remove_files) COMPLETE
52262025-09-02T23:53:40.130Z[ recovery-image] Sep 02 23:53:37.842 INFO O| Sep 02 23:53:37.842 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-09-02T23:53:40.141Z[ recovery-image] Sep 02 23:53:37.855 INFO O| Sep 02 23:53:37.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52282025-09-02T23:53:40.141Z[ recovery-image] Sep 02 23:53:37.855 INFO O| Sep 02 23:53:37.855 INFO STEP 144 (remove_files) COMPLETE
52292025-09-02T23:53:40.141Z[ recovery-image] Sep 02 23:53:37.855 INFO O| Sep 02 23:53:37.855 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-09-02T23:53:40.154Z[ recovery-image] Sep 02 23:53:37.869 INFO O| Sep 02 23:53:37.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52312025-09-02T23:53:40.154Z[ recovery-image] Sep 02 23:53:37.869 INFO O| Sep 02 23:53:37.869 INFO STEP 145 (remove_files) COMPLETE
52322025-09-02T23:53:40.154Z[ recovery-image] Sep 02 23:53:37.869 INFO O| Sep 02 23:53:37.869 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-09-02T23:53:40.167Z[ recovery-image] Sep 02 23:53:37.882 INFO O| Sep 02 23:53:37.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52342025-09-02T23:53:40.167Z[ recovery-image] Sep 02 23:53:37.882 INFO O| Sep 02 23:53:37.882 INFO STEP 146 (remove_files) COMPLETE
52352025-09-02T23:53:40.177Z[ recovery-image] Sep 02 23:53:37.882 INFO O| Sep 02 23:53:37.882 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-09-02T23:53:40.182Z[ recovery-image] Sep 02 23:53:37.897 INFO O| Sep 02 23:53:37.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52372025-09-02T23:53:40.182Z[ recovery-image] Sep 02 23:53:37.897 INFO O| Sep 02 23:53:37.897 INFO STEP 147 (remove_files) COMPLETE
52382025-09-02T23:53:40.182Z[ recovery-image] Sep 02 23:53:37.897 INFO O| Sep 02 23:53:37.897 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-09-02T23:53:40.195Z[ recovery-image] Sep 02 23:53:37.910 INFO O| Sep 02 23:53:37.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52402025-09-02T23:53:40.195Z[ recovery-image] Sep 02 23:53:37.910 INFO O| Sep 02 23:53:37.910 INFO STEP 148 (remove_files) COMPLETE
52412025-09-02T23:53:40.199Z[ recovery-image] Sep 02 23:53:37.910 INFO O| Sep 02 23:53:37.910 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-09-02T23:53:40.207Z[ recovery-image] Sep 02 23:53:37.922 INFO O| Sep 02 23:53:37.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52432025-09-02T23:53:40.207Z[ recovery-image] Sep 02 23:53:37.922 INFO O| Sep 02 23:53:37.922 INFO STEP 149 (remove_files) COMPLETE
52442025-09-02T23:53:40.211Z[ recovery-image] Sep 02 23:53:37.922 INFO O| Sep 02 23:53:37.922 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-09-02T23:53:40.220Z[ recovery-image] Sep 02 23:53:37.935 INFO O| Sep 02 23:53:37.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52462025-09-02T23:53:40.220Z[ recovery-image] Sep 02 23:53:37.935 INFO O| Sep 02 23:53:37.935 INFO STEP 150 (remove_files) COMPLETE
52472025-09-02T23:53:40.220Z[ recovery-image] Sep 02 23:53:37.935 INFO O| Sep 02 23:53:37.935 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-09-02T23:53:40.233Z[ recovery-image] Sep 02 23:53:37.948 INFO O| Sep 02 23:53:37.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52492025-09-02T23:53:40.233Z[ recovery-image] Sep 02 23:53:37.948 INFO O| Sep 02 23:53:37.948 INFO STEP 151 (remove_files) COMPLETE
52502025-09-02T23:53:40.233Z[ recovery-image] Sep 02 23:53:37.948 INFO O| Sep 02 23:53:37.948 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-09-02T23:53:40.246Z[ recovery-image] Sep 02 23:53:37.961 INFO O| Sep 02 23:53:37.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52522025-09-02T23:53:40.246Z[ recovery-image] Sep 02 23:53:37.961 INFO O| Sep 02 23:53:37.961 INFO STEP 152 (remove_files) COMPLETE
52532025-09-02T23:53:40.249Z[ recovery-image] Sep 02 23:53:37.961 INFO O| Sep 02 23:53:37.961 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-09-02T23:53:40.257Z[ recovery-image] Sep 02 23:53:37.972 INFO O| Sep 02 23:53:37.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52552025-09-02T23:53:40.262Z[ recovery-image] Sep 02 23:53:37.973 INFO O| Sep 02 23:53:37.973 INFO STEP 153 (remove_files) COMPLETE
52562025-09-02T23:53:40.262Z[ recovery-image] Sep 02 23:53:37.973 INFO O| Sep 02 23:53:37.973 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-09-02T23:53:40.269Z[ recovery-image] Sep 02 23:53:37.984 INFO O| Sep 02 23:53:37.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52582025-09-02T23:53:40.269Z[ recovery-image] Sep 02 23:53:37.984 INFO O| Sep 02 23:53:37.984 INFO STEP 154 (remove_files) COMPLETE
52592025-09-02T23:53:40.269Z[ recovery-image] Sep 02 23:53:37.984 INFO O| Sep 02 23:53:37.984 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-09-02T23:53:40.280Z[ recovery-image] Sep 02 23:53:37.995 INFO O| Sep 02 23:53:37.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52612025-09-02T23:53:40.280Z[ recovery-image] Sep 02 23:53:37.995 INFO O| Sep 02 23:53:37.995 INFO STEP 155 (remove_files) COMPLETE
52622025-09-02T23:53:40.280Z[ recovery-image] Sep 02 23:53:37.995 INFO O| Sep 02 23:53:37.995 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-09-02T23:53:40.293Z[ recovery-image] Sep 02 23:53:38.008 INFO O| Sep 02 23:53:38.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52642025-09-02T23:53:40.293Z[ recovery-image] Sep 02 23:53:38.008 INFO O| Sep 02 23:53:38.008 INFO STEP 156 (remove_files) COMPLETE
52652025-09-02T23:53:40.293Z[ recovery-image] Sep 02 23:53:38.008 INFO O| Sep 02 23:53:38.008 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-09-02T23:53:40.306Z[ recovery-image] Sep 02 23:53:38.021 INFO O| Sep 02 23:53:38.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52672025-09-02T23:53:40.306Z[ recovery-image] Sep 02 23:53:38.021 INFO O| Sep 02 23:53:38.021 INFO STEP 157 (remove_files) COMPLETE
52682025-09-02T23:53:40.310Z[ recovery-image] Sep 02 23:53:38.021 INFO O| Sep 02 23:53:38.021 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-09-02T23:53:40.318Z[ recovery-image] Sep 02 23:53:38.033 INFO O| Sep 02 23:53:38.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52702025-09-02T23:53:40.318Z[ recovery-image] Sep 02 23:53:38.033 INFO O| Sep 02 23:53:38.033 INFO STEP 158 (remove_files) COMPLETE
52712025-09-02T23:53:40.321Z[ recovery-image] Sep 02 23:53:38.033 INFO O| Sep 02 23:53:38.033 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-09-02T23:53:40.331Z[ recovery-image] Sep 02 23:53:38.046 INFO O| Sep 02 23:53:38.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52732025-09-02T23:53:40.334Z[ recovery-image] Sep 02 23:53:38.047 INFO O| Sep 02 23:53:38.047 INFO STEP 159 (remove_files) COMPLETE
52742025-09-02T23:53:40.334Z[ recovery-image] Sep 02 23:53:38.047 INFO O| Sep 02 23:53:38.047 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-09-02T23:53:40.345Z[ recovery-image] Sep 02 23:53:38.059 INFO O| Sep 02 23:53:38.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52762025-09-02T23:53:40.345Z[ recovery-image] Sep 02 23:53:38.059 INFO O| Sep 02 23:53:38.059 INFO STEP 160 (remove_files) COMPLETE
52772025-09-02T23:53:40.349Z[ recovery-image] Sep 02 23:53:38.059 INFO O| Sep 02 23:53:38.059 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-09-02T23:53:40.356Z[ recovery-image] Sep 02 23:53:38.072 INFO O| Sep 02 23:53:38.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52792025-09-02T23:53:40.357Z[ recovery-image] Sep 02 23:53:38.072 INFO O| Sep 02 23:53:38.072 INFO STEP 161 (remove_files) COMPLETE
52802025-09-02T23:53:40.360Z[ recovery-image] Sep 02 23:53:38.072 INFO O| Sep 02 23:53:38.072 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-09-02T23:53:40.369Z[ recovery-image] Sep 02 23:53:38.084 INFO O| Sep 02 23:53:38.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52822025-09-02T23:53:40.372Z[ recovery-image] Sep 02 23:53:38.085 INFO O| Sep 02 23:53:38.085 INFO STEP 162 (remove_files) COMPLETE
52832025-09-02T23:53:40.372Z[ recovery-image] Sep 02 23:53:38.085 INFO O| Sep 02 23:53:38.085 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-09-02T23:53:40.382Z[ recovery-image] Sep 02 23:53:38.097 INFO O| Sep 02 23:53:38.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52852025-09-02T23:53:40.384Z[ recovery-image] Sep 02 23:53:38.097 INFO O| Sep 02 23:53:38.097 INFO STEP 163 (remove_files) COMPLETE
52862025-09-02T23:53:40.384Z[ recovery-image] Sep 02 23:53:38.097 INFO O| Sep 02 23:53:38.097 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-09-02T23:53:40.394Z[ recovery-image] Sep 02 23:53:38.109 INFO O| Sep 02 23:53:38.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52882025-09-02T23:53:40.394Z[ recovery-image] Sep 02 23:53:38.109 INFO O| Sep 02 23:53:38.109 INFO STEP 164 (remove_files) COMPLETE
52892025-09-02T23:53:40.398Z[ recovery-image] Sep 02 23:53:38.109 INFO O| Sep 02 23:53:38.109 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-09-02T23:53:40.407Z[ recovery-image] Sep 02 23:53:38.122 INFO O| Sep 02 23:53:38.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52912025-09-02T23:53:40.407Z[ recovery-image] Sep 02 23:53:38.122 INFO O| Sep 02 23:53:38.122 INFO STEP 165 (remove_files) COMPLETE
52922025-09-02T23:53:40.410Z[ recovery-image] Sep 02 23:53:38.122 INFO O| Sep 02 23:53:38.122 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-09-02T23:53:40.422Z[ recovery-image] Sep 02 23:53:38.137 INFO O| Sep 02 23:53:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52942025-09-02T23:53:40.426Z[ recovery-image] Sep 02 23:53:38.137 INFO O| Sep 02 23:53:38.137 INFO STEP 166 (remove_files) COMPLETE
52952025-09-02T23:53:40.426Z[ recovery-image] Sep 02 23:53:38.137 INFO O| Sep 02 23:53:38.137 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-09-02T23:53:40.436Z[ recovery-image] Sep 02 23:53:38.151 INFO O| Sep 02 23:53:38.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52972025-09-02T23:53:40.436Z[ recovery-image] Sep 02 23:53:38.151 INFO O| Sep 02 23:53:38.151 INFO STEP 167 (remove_files) COMPLETE
52982025-09-02T23:53:40.441Z[ recovery-image] Sep 02 23:53:38.151 INFO O| Sep 02 23:53:38.151 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-09-02T23:53:40.450Z[ recovery-image] Sep 02 23:53:38.165 INFO O| Sep 02 23:53:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53002025-09-02T23:53:40.450Z[ recovery-image] Sep 02 23:53:38.165 INFO O| Sep 02 23:53:38.165 INFO STEP 168 (remove_files) COMPLETE
53012025-09-02T23:53:40.456Z[ recovery-image] Sep 02 23:53:38.165 INFO O| Sep 02 23:53:38.165 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-09-02T23:53:40.462Z[ recovery-image] Sep 02 23:53:38.177 INFO O| Sep 02 23:53:38.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53032025-09-02T23:53:40.463Z[ recovery-image] Sep 02 23:53:38.178 INFO O| Sep 02 23:53:38.178 INFO STEP 169 (remove_files) COMPLETE
53042025-09-02T23:53:40.469Z[ recovery-image] Sep 02 23:53:38.178 INFO O| Sep 02 23:53:38.178 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-09-02T23:53:40.474Z[ recovery-image] Sep 02 23:53:38.189 INFO O| Sep 02 23:53:38.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53062025-09-02T23:53:40.477Z[ recovery-image] Sep 02 23:53:38.189 INFO O| Sep 02 23:53:38.189 INFO STEP 170 (remove_files) COMPLETE
53072025-09-02T23:53:40.477Z[ recovery-image] Sep 02 23:53:38.189 INFO O| Sep 02 23:53:38.189 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-09-02T23:53:40.488Z[ recovery-image] Sep 02 23:53:38.203 INFO O| Sep 02 23:53:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53092025-09-02T23:53:40.491Z[ recovery-image] Sep 02 23:53:38.203 INFO O| Sep 02 23:53:38.203 INFO STEP 171 (remove_files) COMPLETE
53102025-09-02T23:53:40.491Z[ recovery-image] Sep 02 23:53:38.203 INFO O| Sep 02 23:53:38.203 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-09-02T23:53:40.503Z[ recovery-image] Sep 02 23:53:38.217 INFO O| Sep 02 23:53:38.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53122025-09-02T23:53:40.503Z[ recovery-image] Sep 02 23:53:38.217 INFO O| Sep 02 23:53:38.217 INFO STEP 172 (remove_files) COMPLETE
53132025-09-02T23:53:40.503Z[ recovery-image] Sep 02 23:53:38.217 INFO O| Sep 02 23:53:38.217 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-09-02T23:53:40.525Z[ recovery-image] Sep 02 23:53:38.231 INFO O| Sep 02 23:53:38.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53152025-09-02T23:53:40.525Z[ recovery-image] Sep 02 23:53:38.231 INFO O| Sep 02 23:53:38.231 INFO STEP 173 (remove_files) COMPLETE
53162025-09-02T23:53:40.525Z[ recovery-image] Sep 02 23:53:38.231 INFO O| Sep 02 23:53:38.231 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-09-02T23:53:40.532Z[ recovery-image] Sep 02 23:53:38.245 INFO O| Sep 02 23:53:38.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53182025-09-02T23:53:40.532Z[ recovery-image] Sep 02 23:53:38.245 INFO O| Sep 02 23:53:38.245 INFO STEP 174 (remove_files) COMPLETE
53192025-09-02T23:53:40.532Z[ recovery-image] Sep 02 23:53:38.245 INFO O| Sep 02 23:53:38.245 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-09-02T23:53:40.545Z[ recovery-image] Sep 02 23:53:38.259 INFO O| Sep 02 23:53:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53212025-09-02T23:53:40.545Z[ recovery-image] Sep 02 23:53:38.259 INFO O| Sep 02 23:53:38.259 INFO STEP 175 (remove_files) COMPLETE
53222025-09-02T23:53:40.549Z[ recovery-image] Sep 02 23:53:38.259 INFO O| Sep 02 23:53:38.259 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-09-02T23:53:40.561Z[ recovery-image] Sep 02 23:53:38.273 INFO O| Sep 02 23:53:38.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53242025-09-02T23:53:40.566Z[ recovery-image] Sep 02 23:53:38.274 INFO O| Sep 02 23:53:38.274 INFO STEP 176 (remove_files) COMPLETE
53252025-09-02T23:53:40.566Z[ recovery-image] Sep 02 23:53:38.274 INFO O| Sep 02 23:53:38.274 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-09-02T23:53:40.572Z[ recovery-image] Sep 02 23:53:38.286 INFO O| Sep 02 23:53:38.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53272025-09-02T23:53:40.572Z[ recovery-image] Sep 02 23:53:38.286 INFO O| Sep 02 23:53:38.286 INFO STEP 177 (remove_files) COMPLETE
53282025-09-02T23:53:40.572Z[ recovery-image] Sep 02 23:53:38.286 INFO O| Sep 02 23:53:38.286 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-09-02T23:53:40.586Z[ recovery-image] Sep 02 23:53:38.299 INFO O| Sep 02 23:53:38.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53302025-09-02T23:53:40.586Z[ recovery-image] Sep 02 23:53:38.299 INFO O| Sep 02 23:53:38.299 INFO STEP 178 (remove_files) COMPLETE
53312025-09-02T23:53:40.596Z[ recovery-image] Sep 02 23:53:38.299 INFO O| Sep 02 23:53:38.299 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-09-02T23:53:40.602Z[ recovery-image] Sep 02 23:53:38.314 INFO O| Sep 02 23:53:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53332025-09-02T23:53:40.602Z[ recovery-image] Sep 02 23:53:38.314 INFO O| Sep 02 23:53:38.314 INFO STEP 179 (remove_files) COMPLETE
53342025-09-02T23:53:40.602Z[ recovery-image] Sep 02 23:53:38.314 INFO O| Sep 02 23:53:38.314 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-09-02T23:53:40.613Z[ recovery-image] Sep 02 23:53:38.327 INFO O| Sep 02 23:53:38.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53362025-09-02T23:53:40.613Z[ recovery-image] Sep 02 23:53:38.328 INFO O| Sep 02 23:53:38.328 INFO STEP 180 (remove_files) COMPLETE
53372025-09-02T23:53:40.613Z[ recovery-image] Sep 02 23:53:38.328 INFO O| Sep 02 23:53:38.328 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-09-02T23:53:40.627Z[ recovery-image] Sep 02 23:53:38.342 INFO O| Sep 02 23:53:38.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53392025-09-02T23:53:40.627Z[ recovery-image] Sep 02 23:53:38.342 INFO O| Sep 02 23:53:38.342 INFO STEP 181 (remove_files) COMPLETE
53402025-09-02T23:53:40.636Z[ recovery-image] Sep 02 23:53:38.342 INFO O| Sep 02 23:53:38.342 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-09-02T23:53:40.641Z[ recovery-image] Sep 02 23:53:38.356 INFO O| Sep 02 23:53:38.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53422025-09-02T23:53:40.641Z[ recovery-image] Sep 02 23:53:38.356 INFO O| Sep 02 23:53:38.356 INFO STEP 182 (remove_files) COMPLETE
53432025-09-02T23:53:40.645Z[ recovery-image] Sep 02 23:53:38.357 INFO O| Sep 02 23:53:38.356 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-09-02T23:53:40.656Z[ recovery-image] Sep 02 23:53:38.370 INFO O| Sep 02 23:53:38.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53452025-09-02T23:53:40.659Z[ recovery-image] Sep 02 23:53:38.372 INFO O| Sep 02 23:53:38.372 INFO STEP 183 (remove_files) COMPLETE
53462025-09-02T23:53:40.659Z[ recovery-image] Sep 02 23:53:38.372 INFO O| Sep 02 23:53:38.372 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-09-02T23:53:40.672Z[ recovery-image] Sep 02 23:53:38.387 INFO O| Sep 02 23:53:38.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53482025-09-02T23:53:40.672Z[ recovery-image] Sep 02 23:53:38.387 INFO O| Sep 02 23:53:38.387 INFO STEP 184 (remove_files) COMPLETE
53492025-09-02T23:53:40.672Z[ recovery-image] Sep 02 23:53:38.387 INFO O| Sep 02 23:53:38.387 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-09-02T23:53:40.687Z[ recovery-image] Sep 02 23:53:38.402 INFO O| Sep 02 23:53:38.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53512025-09-02T23:53:40.687Z[ recovery-image] Sep 02 23:53:38.402 INFO O| Sep 02 23:53:38.402 INFO STEP 185 (remove_files) COMPLETE
53522025-09-02T23:53:40.687Z[ recovery-image] Sep 02 23:53:38.402 INFO O| Sep 02 23:53:38.402 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-09-02T23:53:40.701Z[ recovery-image] Sep 02 23:53:38.416 INFO O| Sep 02 23:53:38.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53542025-09-02T23:53:40.701Z[ recovery-image] Sep 02 23:53:38.416 INFO O| Sep 02 23:53:38.416 INFO STEP 186 (remove_files) COMPLETE
53552025-09-02T23:53:40.701Z[ recovery-image] Sep 02 23:53:38.416 INFO O| Sep 02 23:53:38.416 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-09-02T23:53:40.716Z[ recovery-image] Sep 02 23:53:38.430 INFO O| Sep 02 23:53:38.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53572025-09-02T23:53:40.716Z[ recovery-image] Sep 02 23:53:38.431 INFO O| Sep 02 23:53:38.431 INFO STEP 187 (remove_files) COMPLETE
53582025-09-02T23:53:40.717Z[ recovery-image] Sep 02 23:53:38.431 INFO O| Sep 02 23:53:38.431 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-09-02T23:53:40.730Z[ recovery-image] Sep 02 23:53:38.444 INFO O| Sep 02 23:53:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53602025-09-02T23:53:40.730Z[ recovery-image] Sep 02 23:53:38.445 INFO O| Sep 02 23:53:38.444 INFO STEP 188 (remove_files) COMPLETE
53612025-09-02T23:53:40.730Z[ recovery-image] Sep 02 23:53:38.445 INFO O| Sep 02 23:53:38.444 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-09-02T23:53:40.744Z[ recovery-image] Sep 02 23:53:38.458 INFO O| Sep 02 23:53:38.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53632025-09-02T23:53:40.744Z[ recovery-image] Sep 02 23:53:38.458 INFO O| Sep 02 23:53:38.458 INFO STEP 189 (remove_files) COMPLETE
53642025-09-02T23:53:40.747Z[ recovery-image] Sep 02 23:53:38.458 INFO O| Sep 02 23:53:38.458 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-09-02T23:53:40.768Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53662025-09-02T23:53:40.772Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO STEP 190 (remove_files) COMPLETE
53672025-09-02T23:53:40.772Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-09-02T23:53:40.782Z[ recovery-image] Sep 02 23:53:38.487 INFO O| Sep 02 23:53:38.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53692025-09-02T23:53:40.782Z[ recovery-image] Sep 02 23:53:38.487 INFO O| Sep 02 23:53:38.487 INFO STEP 191 (remove_files) COMPLETE
53702025-09-02T23:53:40.782Z[ recovery-image] Sep 02 23:53:38.487 INFO O| Sep 02 23:53:38.487 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-09-02T23:53:40.787Z[ recovery-image] Sep 02 23:53:38.502 INFO O| Sep 02 23:53:38.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53722025-09-02T23:53:40.788Z[ recovery-image] Sep 02 23:53:38.502 INFO O| Sep 02 23:53:38.502 INFO STEP 192 (remove_files) COMPLETE
53732025-09-02T23:53:40.788Z[ recovery-image] Sep 02 23:53:38.503 INFO O| Sep 02 23:53:38.502 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-09-02T23:53:40.805Z[ recovery-image] Sep 02 23:53:38.518 INFO O| Sep 02 23:53:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53752025-09-02T23:53:40.805Z[ recovery-image] Sep 02 23:53:38.518 INFO O| Sep 02 23:53:38.518 INFO STEP 193 (remove_files) COMPLETE
53762025-09-02T23:53:40.809Z[ recovery-image] Sep 02 23:53:38.518 INFO O| Sep 02 23:53:38.518 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-09-02T23:53:40.819Z[ recovery-image] Sep 02 23:53:38.534 INFO O| Sep 02 23:53:38.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53782025-09-02T23:53:40.819Z[ recovery-image] Sep 02 23:53:38.534 INFO O| Sep 02 23:53:38.534 INFO STEP 194 (remove_files) COMPLETE
53792025-09-02T23:53:40.823Z[ recovery-image] Sep 02 23:53:38.534 INFO O| Sep 02 23:53:38.534 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-09-02T23:53:40.836Z[ recovery-image] Sep 02 23:53:38.549 INFO O| Sep 02 23:53:38.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53812025-09-02T23:53:40.836Z[ recovery-image] Sep 02 23:53:38.549 INFO O| Sep 02 23:53:38.549 INFO STEP 195 (remove_files) COMPLETE
53822025-09-02T23:53:40.836Z[ recovery-image] Sep 02 23:53:38.549 INFO O| Sep 02 23:53:38.549 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-09-02T23:53:40.849Z[ recovery-image] Sep 02 23:53:38.564 INFO O| Sep 02 23:53:38.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53842025-09-02T23:53:40.849Z[ recovery-image] Sep 02 23:53:38.564 INFO O| Sep 02 23:53:38.564 INFO STEP 196 (remove_files) COMPLETE
53852025-09-02T23:53:40.852Z[ recovery-image] Sep 02 23:53:38.564 INFO O| Sep 02 23:53:38.564 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-09-02T23:53:40.863Z[ recovery-image] Sep 02 23:53:38.577 INFO O| Sep 02 23:53:38.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53872025-09-02T23:53:40.863Z[ recovery-image] Sep 02 23:53:38.578 INFO O| Sep 02 23:53:38.578 INFO STEP 197 (remove_files) COMPLETE
53882025-09-02T23:53:40.869Z[ recovery-image] Sep 02 23:53:38.578 INFO O| Sep 02 23:53:38.578 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-09-02T23:53:40.877Z[ recovery-image] Sep 02 23:53:38.592 INFO O| Sep 02 23:53:38.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53902025-09-02T23:53:40.877Z[ recovery-image] Sep 02 23:53:38.592 INFO O| Sep 02 23:53:38.592 INFO STEP 198 (remove_files) COMPLETE
53912025-09-02T23:53:40.877Z[ recovery-image] Sep 02 23:53:38.592 INFO O| Sep 02 23:53:38.592 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-09-02T23:53:40.892Z[ recovery-image] Sep 02 23:53:38.606 INFO O| Sep 02 23:53:38.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53932025-09-02T23:53:40.892Z[ recovery-image] Sep 02 23:53:38.606 INFO O| Sep 02 23:53:38.606 INFO STEP 199 (remove_files) COMPLETE
53942025-09-02T23:53:40.892Z[ recovery-image] Sep 02 23:53:38.606 INFO O| Sep 02 23:53:38.606 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-09-02T23:53:40.907Z[ recovery-image] Sep 02 23:53:38.619 INFO O| Sep 02 23:53:38.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53962025-09-02T23:53:40.907Z[ recovery-image] Sep 02 23:53:38.620 INFO O| Sep 02 23:53:38.619 INFO STEP 200 (remove_files) COMPLETE
53972025-09-02T23:53:40.907Z[ recovery-image] Sep 02 23:53:38.620 INFO O| Sep 02 23:53:38.620 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-09-02T23:53:40.920Z[ recovery-image] Sep 02 23:53:38.635 INFO O| Sep 02 23:53:38.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53992025-09-02T23:53:40.920Z[ recovery-image] Sep 02 23:53:38.635 INFO O| Sep 02 23:53:38.635 INFO STEP 201 (remove_files) COMPLETE
54002025-09-02T23:53:40.920Z[ recovery-image] Sep 02 23:53:38.635 INFO O| Sep 02 23:53:38.635 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-09-02T23:53:40.936Z[ recovery-image] Sep 02 23:53:38.650 INFO O| Sep 02 23:53:38.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54022025-09-02T23:53:40.939Z[ recovery-image] Sep 02 23:53:38.651 INFO O| Sep 02 23:53:38.650 INFO STEP 202 (remove_files) COMPLETE
54032025-09-02T23:53:40.939Z[ recovery-image] Sep 02 23:53:38.651 INFO O| Sep 02 23:53:38.651 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-09-02T23:53:40.954Z[ recovery-image] Sep 02 23:53:38.667 INFO O| Sep 02 23:53:38.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54052025-09-02T23:53:40.957Z[ recovery-image] Sep 02 23:53:38.668 INFO O| Sep 02 23:53:38.667 INFO STEP 203 (remove_files) COMPLETE
54062025-09-02T23:53:40.958Z[ recovery-image] Sep 02 23:53:38.668 INFO O| Sep 02 23:53:38.668 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-09-02T23:53:40.968Z[ recovery-image] Sep 02 23:53:38.683 INFO O| Sep 02 23:53:38.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54082025-09-02T23:53:40.974Z[ recovery-image] Sep 02 23:53:38.684 INFO O| Sep 02 23:53:38.684 INFO STEP 204 (remove_files) COMPLETE
54092025-09-02T23:53:40.974Z[ recovery-image] Sep 02 23:53:38.684 INFO O| Sep 02 23:53:38.684 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-09-02T23:53:40.983Z[ recovery-image] Sep 02 23:53:38.698 INFO O| Sep 02 23:53:38.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54112025-09-02T23:53:40.983Z[ recovery-image] Sep 02 23:53:38.698 INFO O| Sep 02 23:53:38.698 INFO STEP 205 (remove_files) COMPLETE
54122025-09-02T23:53:40.983Z[ recovery-image] Sep 02 23:53:38.698 INFO O| Sep 02 23:53:38.698 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-09-02T23:53:40.998Z[ recovery-image] Sep 02 23:53:38.712 INFO O| Sep 02 23:53:38.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54142025-09-02T23:53:40.998Z[ recovery-image] Sep 02 23:53:38.712 INFO O| Sep 02 23:53:38.712 INFO STEP 206 (remove_files) COMPLETE
54152025-09-02T23:53:41.001Z[ recovery-image] Sep 02 23:53:38.712 INFO O| Sep 02 23:53:38.712 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-09-02T23:53:41.011Z[ recovery-image] Sep 02 23:53:38.726 INFO O| Sep 02 23:53:38.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54172025-09-02T23:53:41.012Z[ recovery-image] Sep 02 23:53:38.726 INFO O| Sep 02 23:53:38.726 INFO STEP 207 (remove_files) COMPLETE
54182025-09-02T23:53:41.012Z[ recovery-image] Sep 02 23:53:38.726 INFO O| Sep 02 23:53:38.726 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-09-02T23:53:41.034Z[ recovery-image] Sep 02 23:53:38.739 INFO O| Sep 02 23:53:38.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54202025-09-02T23:53:41.034Z[ recovery-image] Sep 02 23:53:38.739 INFO O| Sep 02 23:53:38.739 INFO STEP 208 (remove_files) COMPLETE
54212025-09-02T23:53:41.034Z[ recovery-image] Sep 02 23:53:38.739 INFO O| Sep 02 23:53:38.739 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-09-02T23:53:41.040Z[ recovery-image] Sep 02 23:53:38.752 INFO O| Sep 02 23:53:38.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54232025-09-02T23:53:41.040Z[ recovery-image] Sep 02 23:53:38.753 INFO O| Sep 02 23:53:38.753 INFO STEP 209 (remove_files) COMPLETE
54242025-09-02T23:53:41.040Z[ recovery-image] Sep 02 23:53:38.753 INFO O| Sep 02 23:53:38.753 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-09-02T23:53:41.051Z[ recovery-image] Sep 02 23:53:38.765 INFO O| Sep 02 23:53:38.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54262025-09-02T23:53:41.051Z[ recovery-image] Sep 02 23:53:38.766 INFO O| Sep 02 23:53:38.765 INFO STEP 210 (remove_files) COMPLETE
54272025-09-02T23:53:41.051Z[ recovery-image] Sep 02 23:53:38.766 INFO O| Sep 02 23:53:38.766 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-09-02T23:53:41.062Z[ recovery-image] Sep 02 23:53:38.776 INFO O| Sep 02 23:53:38.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54292025-09-02T23:53:41.062Z[ recovery-image] Sep 02 23:53:38.777 INFO O| Sep 02 23:53:38.777 INFO STEP 211 (remove_files) COMPLETE
54302025-09-02T23:53:41.062Z[ recovery-image] Sep 02 23:53:38.777 INFO O| Sep 02 23:53:38.777 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-09-02T23:53:41.072Z[ recovery-image] Sep 02 23:53:38.787 INFO O| Sep 02 23:53:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54322025-09-02T23:53:41.072Z[ recovery-image] Sep 02 23:53:38.787 INFO O| Sep 02 23:53:38.787 INFO STEP 212 (remove_files) COMPLETE
54332025-09-02T23:53:41.072Z[ recovery-image] Sep 02 23:53:38.787 INFO O| Sep 02 23:53:38.787 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-09-02T23:53:41.086Z[ recovery-image] Sep 02 23:53:38.801 INFO O| Sep 02 23:53:38.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54352025-09-02T23:53:41.086Z[ recovery-image] Sep 02 23:53:38.801 INFO O| Sep 02 23:53:38.801 INFO STEP 213 (remove_files) COMPLETE
54362025-09-02T23:53:41.086Z[ recovery-image] Sep 02 23:53:38.801 INFO O| Sep 02 23:53:38.801 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-09-02T23:53:41.100Z[ recovery-image] Sep 02 23:53:38.815 INFO O| Sep 02 23:53:38.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54382025-09-02T23:53:41.100Z[ recovery-image] Sep 02 23:53:38.815 INFO O| Sep 02 23:53:38.815 INFO STEP 214 (remove_files) COMPLETE
54392025-09-02T23:53:41.100Z[ recovery-image] Sep 02 23:53:38.815 INFO O| Sep 02 23:53:38.815 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-09-02T23:53:41.114Z[ recovery-image] Sep 02 23:53:38.829 INFO O| Sep 02 23:53:38.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54412025-09-02T23:53:41.114Z[ recovery-image] Sep 02 23:53:38.829 INFO O| Sep 02 23:53:38.829 INFO STEP 215 (remove_files) COMPLETE
54422025-09-02T23:53:41.114Z[ recovery-image] Sep 02 23:53:38.829 INFO O| Sep 02 23:53:38.829 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-09-02T23:53:41.130Z[ recovery-image] Sep 02 23:53:38.843 INFO O| Sep 02 23:53:38.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54442025-09-02T23:53:41.130Z[ recovery-image] Sep 02 23:53:38.843 INFO O| Sep 02 23:53:38.843 INFO STEP 216 (remove_files) COMPLETE
54452025-09-02T23:53:41.130Z[ recovery-image] Sep 02 23:53:38.843 INFO O| Sep 02 23:53:38.843 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-09-02T23:53:41.143Z[ recovery-image] Sep 02 23:53:38.858 INFO O| Sep 02 23:53:38.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54472025-09-02T23:53:41.143Z[ recovery-image] Sep 02 23:53:38.858 INFO O| Sep 02 23:53:38.858 INFO STEP 217 (remove_files) COMPLETE
54482025-09-02T23:53:41.143Z[ recovery-image] Sep 02 23:53:38.858 INFO O| Sep 02 23:53:38.858 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-09-02T23:53:41.159Z[ recovery-image] Sep 02 23:53:38.872 INFO O| Sep 02 23:53:38.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54502025-09-02T23:53:41.159Z[ recovery-image] Sep 02 23:53:38.872 INFO O| Sep 02 23:53:38.872 INFO STEP 218 (remove_files) COMPLETE
54512025-09-02T23:53:41.159Z[ recovery-image] Sep 02 23:53:38.872 INFO O| Sep 02 23:53:38.872 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-09-02T23:53:41.171Z[ recovery-image] Sep 02 23:53:38.886 INFO O| Sep 02 23:53:38.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54532025-09-02T23:53:41.171Z[ recovery-image] Sep 02 23:53:38.886 INFO O| Sep 02 23:53:38.886 INFO STEP 219 (remove_files) COMPLETE
54542025-09-02T23:53:41.171Z[ recovery-image] Sep 02 23:53:38.886 INFO O| Sep 02 23:53:38.886 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-09-02T23:53:41.185Z[ recovery-image] Sep 02 23:53:38.899 INFO O| Sep 02 23:53:38.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54562025-09-02T23:53:41.206Z[ recovery-image] Sep 02 23:53:38.900 INFO O| Sep 02 23:53:38.900 INFO STEP 220 (remove_files) COMPLETE
54572025-09-02T23:53:41.206Z[ recovery-image] Sep 02 23:53:38.900 INFO O| Sep 02 23:53:38.900 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-09-02T23:53:41.211Z[ recovery-image] Sep 02 23:53:38.914 INFO O| Sep 02 23:53:38.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54592025-09-02T23:53:41.211Z[ recovery-image] Sep 02 23:53:38.914 INFO O| Sep 02 23:53:38.914 INFO STEP 221 (remove_files) COMPLETE
54602025-09-02T23:53:41.211Z[ recovery-image] Sep 02 23:53:38.914 INFO O| Sep 02 23:53:38.914 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-09-02T23:53:41.216Z[ recovery-image] Sep 02 23:53:38.929 INFO O| Sep 02 23:53:38.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54622025-09-02T23:53:41.216Z[ recovery-image] Sep 02 23:53:38.929 INFO O| Sep 02 23:53:38.929 INFO STEP 222 (remove_files) COMPLETE
54632025-09-02T23:53:41.221Z[ recovery-image] Sep 02 23:53:38.929 INFO O| Sep 02 23:53:38.929 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-09-02T23:53:41.227Z[ recovery-image] Sep 02 23:53:38.942 INFO O| Sep 02 23:53:38.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54652025-09-02T23:53:41.228Z[ recovery-image] Sep 02 23:53:38.942 INFO O| Sep 02 23:53:38.942 INFO STEP 223 (remove_files) COMPLETE
54662025-09-02T23:53:41.235Z[ recovery-image] Sep 02 23:53:38.942 INFO O| Sep 02 23:53:38.942 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-09-02T23:53:41.240Z[ recovery-image] Sep 02 23:53:38.955 INFO O| Sep 02 23:53:38.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54682025-09-02T23:53:41.240Z[ recovery-image] Sep 02 23:53:38.955 INFO O| Sep 02 23:53:38.955 INFO STEP 224 (remove_files) COMPLETE
54692025-09-02T23:53:41.240Z[ recovery-image] Sep 02 23:53:38.955 INFO O| Sep 02 23:53:38.955 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-09-02T23:53:41.256Z[ recovery-image] Sep 02 23:53:38.969 INFO O| Sep 02 23:53:38.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54712025-09-02T23:53:41.256Z[ recovery-image] Sep 02 23:53:38.969 INFO O| Sep 02 23:53:38.969 INFO STEP 225 (remove_files) COMPLETE
54722025-09-02T23:53:41.256Z[ recovery-image] Sep 02 23:53:38.969 INFO O| Sep 02 23:53:38.969 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-09-02T23:53:41.273Z[ recovery-image] Sep 02 23:53:38.980 INFO O| Sep 02 23:53:38.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54742025-09-02T23:53:41.273Z[ recovery-image] Sep 02 23:53:38.980 INFO O| Sep 02 23:53:38.980 INFO STEP 226 (remove_files) COMPLETE
54752025-09-02T23:53:41.273Z[ recovery-image] Sep 02 23:53:38.980 INFO O| Sep 02 23:53:38.980 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-09-02T23:53:41.279Z[ recovery-image] Sep 02 23:53:38.993 INFO O| Sep 02 23:53:38.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54772025-09-02T23:53:41.281Z[ recovery-image] Sep 02 23:53:38.993 INFO O| Sep 02 23:53:38.993 INFO STEP 227 (remove_files) COMPLETE
54782025-09-02T23:53:41.281Z[ recovery-image] Sep 02 23:53:38.993 INFO O| Sep 02 23:53:38.993 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-09-02T23:53:41.311Z[ recovery-image] Sep 02 23:53:39.026 INFO O| Sep 02 23:53:39.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54802025-09-02T23:53:41.311Z[ recovery-image] Sep 02 23:53:39.026 INFO O| Sep 02 23:53:39.026 INFO STEP 228 (remove_files) COMPLETE
54812025-09-02T23:53:41.311Z[ recovery-image] Sep 02 23:53:39.026 INFO O| Sep 02 23:53:39.026 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-09-02T23:53:41.344Z[ recovery-image] Sep 02 23:53:39.058 INFO O| Sep 02 23:53:39.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54832025-09-02T23:53:41.347Z[ recovery-image] Sep 02 23:53:39.058 INFO O| Sep 02 23:53:39.058 INFO STEP 229 (remove_files) COMPLETE
54842025-09-02T23:53:41.347Z[ recovery-image] Sep 02 23:53:39.058 INFO O| Sep 02 23:53:39.058 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-09-02T23:53:41.403Z[ recovery-image] Sep 02 23:53:39.118 INFO O| Sep 02 23:53:39.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54862025-09-02T23:53:41.403Z[ recovery-image] Sep 02 23:53:39.118 INFO O| Sep 02 23:53:39.118 INFO STEP 230 (remove_files) COMPLETE
54872025-09-02T23:53:41.403Z[ recovery-image] Sep 02 23:53:39.118 INFO O| Sep 02 23:53:39.118 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-09-02T23:53:41.420Z[ recovery-image] Sep 02 23:53:39.135 INFO O| Sep 02 23:53:39.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54892025-09-02T23:53:41.421Z[ recovery-image] Sep 02 23:53:39.135 INFO O| Sep 02 23:53:39.135 INFO STEP 231 (remove_files) COMPLETE
54902025-09-02T23:53:41.421Z[ recovery-image] Sep 02 23:53:39.135 INFO O| Sep 02 23:53:39.135 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-09-02T23:53:41.436Z[ recovery-image] Sep 02 23:53:39.151 INFO O| Sep 02 23:53:39.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54922025-09-02T23:53:41.436Z[ recovery-image] Sep 02 23:53:39.151 INFO O| Sep 02 23:53:39.151 INFO STEP 232 (remove_files) COMPLETE
54932025-09-02T23:53:41.436Z[ recovery-image] Sep 02 23:53:39.151 INFO O| Sep 02 23:53:39.151 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-09-02T23:53:41.449Z[ recovery-image] Sep 02 23:53:39.164 INFO O| Sep 02 23:53:39.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54952025-09-02T23:53:41.449Z[ recovery-image] Sep 02 23:53:39.164 INFO O| Sep 02 23:53:39.164 INFO STEP 233 (remove_files) COMPLETE
54962025-09-02T23:53:41.452Z[ recovery-image] Sep 02 23:53:39.164 INFO O| Sep 02 23:53:39.164 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-09-02T23:53:41.463Z[ recovery-image] Sep 02 23:53:39.178 INFO O| Sep 02 23:53:39.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54982025-09-02T23:53:41.464Z[ recovery-image] Sep 02 23:53:39.178 INFO O| Sep 02 23:53:39.178 INFO STEP 234 (remove_files) COMPLETE
54992025-09-02T23:53:41.467Z[ recovery-image] Sep 02 23:53:39.178 INFO O| Sep 02 23:53:39.178 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-09-02T23:53:41.475Z[ recovery-image] Sep 02 23:53:39.190 INFO O| Sep 02 23:53:39.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55012025-09-02T23:53:41.476Z[ recovery-image] Sep 02 23:53:39.190 INFO O| Sep 02 23:53:39.190 INFO STEP 235 (remove_files) COMPLETE
55022025-09-02T23:53:41.479Z[ recovery-image] Sep 02 23:53:39.191 INFO O| Sep 02 23:53:39.190 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-09-02T23:53:41.491Z[ recovery-image] Sep 02 23:53:39.205 INFO O| Sep 02 23:53:39.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55042025-09-02T23:53:41.491Z[ recovery-image] Sep 02 23:53:39.205 INFO O| Sep 02 23:53:39.205 INFO STEP 236 (remove_files) COMPLETE
55052025-09-02T23:53:41.491Z[ recovery-image] Sep 02 23:53:39.205 INFO O| Sep 02 23:53:39.205 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-09-02T23:53:41.505Z[ recovery-image] Sep 02 23:53:39.219 INFO O| Sep 02 23:53:39.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55072025-09-02T23:53:41.505Z[ recovery-image] Sep 02 23:53:39.219 INFO O| Sep 02 23:53:39.219 INFO STEP 237 (remove_files) COMPLETE
55082025-09-02T23:53:41.505Z[ recovery-image] Sep 02 23:53:39.219 INFO O| Sep 02 23:53:39.219 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-09-02T23:53:41.519Z[ recovery-image] Sep 02 23:53:39.234 INFO O| Sep 02 23:53:39.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55102025-09-02T23:53:41.519Z[ recovery-image] Sep 02 23:53:39.234 INFO O| Sep 02 23:53:39.234 INFO STEP 238 (remove_files) COMPLETE
55112025-09-02T23:53:41.519Z[ recovery-image] Sep 02 23:53:39.234 INFO O| Sep 02 23:53:39.234 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-09-02T23:53:41.535Z[ recovery-image] Sep 02 23:53:39.249 INFO O| Sep 02 23:53:39.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55132025-09-02T23:53:41.535Z[ recovery-image] Sep 02 23:53:39.249 INFO O| Sep 02 23:53:39.249 INFO STEP 239 (remove_files) COMPLETE
55142025-09-02T23:53:41.538Z[ recovery-image] Sep 02 23:53:39.249 INFO O| Sep 02 23:53:39.249 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-09-02T23:53:41.550Z[ recovery-image] Sep 02 23:53:39.265 INFO O| Sep 02 23:53:39.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55162025-09-02T23:53:41.551Z[ recovery-image] Sep 02 23:53:39.265 INFO O| Sep 02 23:53:39.265 INFO STEP 240 (remove_files) COMPLETE
55172025-09-02T23:53:41.551Z[ recovery-image] Sep 02 23:53:39.265 INFO O| Sep 02 23:53:39.265 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-09-02T23:53:41.565Z[ recovery-image] Sep 02 23:53:39.280 INFO O| Sep 02 23:53:39.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55192025-09-02T23:53:41.565Z[ recovery-image] Sep 02 23:53:39.280 INFO O| Sep 02 23:53:39.280 INFO STEP 241 (remove_files) COMPLETE
55202025-09-02T23:53:41.565Z[ recovery-image] Sep 02 23:53:39.280 INFO O| Sep 02 23:53:39.280 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-09-02T23:53:41.581Z[ recovery-image] Sep 02 23:53:39.296 INFO O| Sep 02 23:53:39.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55222025-09-02T23:53:41.581Z[ recovery-image] Sep 02 23:53:39.296 INFO O| Sep 02 23:53:39.296 INFO STEP 242 (remove_files) COMPLETE
55232025-09-02T23:53:41.581Z[ recovery-image] Sep 02 23:53:39.296 INFO O| Sep 02 23:53:39.296 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-09-02T23:53:41.596Z[ recovery-image] Sep 02 23:53:39.311 INFO O| Sep 02 23:53:39.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55252025-09-02T23:53:41.596Z[ recovery-image] Sep 02 23:53:39.311 INFO O| Sep 02 23:53:39.311 INFO STEP 243 (remove_files) COMPLETE
55262025-09-02T23:53:41.596Z[ recovery-image] Sep 02 23:53:39.311 INFO O| Sep 02 23:53:39.311 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-09-02T23:53:41.613Z[ recovery-image] Sep 02 23:53:39.325 INFO O| Sep 02 23:53:39.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55282025-09-02T23:53:41.613Z[ recovery-image] Sep 02 23:53:39.325 INFO O| Sep 02 23:53:39.325 INFO STEP 244 (remove_files) COMPLETE
55292025-09-02T23:53:41.617Z[ recovery-image] Sep 02 23:53:39.325 INFO O| Sep 02 23:53:39.325 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-09-02T23:53:41.625Z[ recovery-image] Sep 02 23:53:39.339 INFO O| Sep 02 23:53:39.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55312025-09-02T23:53:41.625Z[ recovery-image] Sep 02 23:53:39.339 INFO O| Sep 02 23:53:39.339 INFO STEP 245 (remove_files) COMPLETE
55322025-09-02T23:53:41.628Z[ recovery-image] Sep 02 23:53:39.339 INFO O| Sep 02 23:53:39.339 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-09-02T23:53:41.639Z[ recovery-image] Sep 02 23:53:39.354 INFO O| Sep 02 23:53:39.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55342025-09-02T23:53:41.639Z[ recovery-image] Sep 02 23:53:39.354 INFO O| Sep 02 23:53:39.354 INFO STEP 246 (remove_files) COMPLETE
55352025-09-02T23:53:41.639Z[ recovery-image] Sep 02 23:53:39.354 INFO O| Sep 02 23:53:39.354 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-09-02T23:53:41.654Z[ recovery-image] Sep 02 23:53:39.369 INFO O| Sep 02 23:53:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55372025-09-02T23:53:41.654Z[ recovery-image] Sep 02 23:53:39.369 INFO O| Sep 02 23:53:39.369 INFO STEP 247 (remove_files) COMPLETE
55382025-09-02T23:53:41.654Z[ recovery-image] Sep 02 23:53:39.369 INFO O| Sep 02 23:53:39.369 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-09-02T23:53:41.669Z[ recovery-image] Sep 02 23:53:39.384 INFO O| Sep 02 23:53:39.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55402025-09-02T23:53:41.669Z[ recovery-image] Sep 02 23:53:39.384 INFO O| Sep 02 23:53:39.384 INFO STEP 248 (remove_files) COMPLETE
55412025-09-02T23:53:41.670Z[ recovery-image] Sep 02 23:53:39.384 INFO O| Sep 02 23:53:39.384 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-09-02T23:53:41.685Z[ recovery-image] Sep 02 23:53:39.399 INFO O| Sep 02 23:53:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55432025-09-02T23:53:41.688Z[ recovery-image] Sep 02 23:53:39.399 INFO O| Sep 02 23:53:39.399 INFO STEP 249 (remove_files) COMPLETE
55442025-09-02T23:53:41.688Z[ recovery-image] Sep 02 23:53:39.399 INFO O| Sep 02 23:53:39.399 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-09-02T23:53:41.699Z[ recovery-image] Sep 02 23:53:39.414 INFO O| Sep 02 23:53:39.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55462025-09-02T23:53:41.699Z[ recovery-image] Sep 02 23:53:39.414 INFO O| Sep 02 23:53:39.414 INFO STEP 250 (remove_files) COMPLETE
55472025-09-02T23:53:41.702Z[ recovery-image] Sep 02 23:53:39.414 INFO O| Sep 02 23:53:39.414 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-09-02T23:53:41.714Z[ recovery-image] Sep 02 23:53:39.429 INFO O| Sep 02 23:53:39.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55492025-09-02T23:53:41.718Z[ recovery-image] Sep 02 23:53:39.430 INFO O| Sep 02 23:53:39.430 INFO STEP 251 (remove_files) COMPLETE
55502025-09-02T23:53:41.718Z[ recovery-image] Sep 02 23:53:39.430 INFO O| Sep 02 23:53:39.430 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-09-02T23:53:41.731Z[ recovery-image] Sep 02 23:53:39.445 INFO O| Sep 02 23:53:39.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55522025-09-02T23:53:41.731Z[ recovery-image] Sep 02 23:53:39.445 INFO O| Sep 02 23:53:39.445 INFO STEP 252 (remove_files) COMPLETE
55532025-09-02T23:53:41.731Z[ recovery-image] Sep 02 23:53:39.445 INFO O| Sep 02 23:53:39.445 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-09-02T23:53:41.746Z[ recovery-image] Sep 02 23:53:39.461 INFO O| Sep 02 23:53:39.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55552025-09-02T23:53:41.750Z[ recovery-image] Sep 02 23:53:39.465 INFO O| Sep 02 23:53:39.465 INFO STEP 253 (remove_files) COMPLETE
55562025-09-02T23:53:41.750Z[ recovery-image] Sep 02 23:53:39.465 INFO O| Sep 02 23:53:39.465 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-09-02T23:53:41.765Z[ recovery-image] Sep 02 23:53:39.480 INFO O| Sep 02 23:53:39.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55582025-09-02T23:53:41.765Z[ recovery-image] Sep 02 23:53:39.480 INFO O| Sep 02 23:53:39.480 INFO STEP 254 (remove_files) COMPLETE
55592025-09-02T23:53:41.769Z[ recovery-image] Sep 02 23:53:39.480 INFO O| Sep 02 23:53:39.480 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-09-02T23:53:41.781Z[ recovery-image] Sep 02 23:53:39.496 INFO O| Sep 02 23:53:39.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55612025-09-02T23:53:41.784Z[ recovery-image] Sep 02 23:53:39.499 INFO O| Sep 02 23:53:39.499 INFO STEP 255 (remove_files) COMPLETE
55622025-09-02T23:53:41.784Z[ recovery-image] Sep 02 23:53:39.499 INFO O| Sep 02 23:53:39.499 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-09-02T23:53:41.799Z[ recovery-image] Sep 02 23:53:39.513 INFO O| Sep 02 23:53:39.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55642025-09-02T23:53:41.804Z[ recovery-image] Sep 02 23:53:39.514 INFO O| Sep 02 23:53:39.514 INFO STEP 256 (remove_files) COMPLETE
55652025-09-02T23:53:41.804Z[ recovery-image] Sep 02 23:53:39.514 INFO O| Sep 02 23:53:39.514 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-09-02T23:53:41.816Z[ recovery-image] Sep 02 23:53:39.530 INFO O| Sep 02 23:53:39.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55672025-09-02T23:53:41.816Z[ recovery-image] Sep 02 23:53:39.530 INFO O| Sep 02 23:53:39.530 INFO STEP 257 (remove_files) COMPLETE
55682025-09-02T23:53:41.823Z[ recovery-image] Sep 02 23:53:39.530 INFO O| Sep 02 23:53:39.530 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-09-02T23:53:41.829Z[ recovery-image] Sep 02 23:53:39.544 INFO O| Sep 02 23:53:39.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55702025-09-02T23:53:41.829Z[ recovery-image] Sep 02 23:53:39.544 INFO O| Sep 02 23:53:39.544 INFO STEP 258 (remove_files) COMPLETE
55712025-09-02T23:53:41.829Z[ recovery-image] Sep 02 23:53:39.544 INFO O| Sep 02 23:53:39.544 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-09-02T23:53:41.844Z[ recovery-image] Sep 02 23:53:39.559 INFO O| Sep 02 23:53:39.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55732025-09-02T23:53:41.844Z[ recovery-image] Sep 02 23:53:39.559 INFO O| Sep 02 23:53:39.559 INFO STEP 259 (remove_files) COMPLETE
55742025-09-02T23:53:41.844Z[ recovery-image] Sep 02 23:53:39.559 INFO O| Sep 02 23:53:39.559 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-09-02T23:53:41.857Z[ recovery-image] Sep 02 23:53:39.571 INFO O| Sep 02 23:53:39.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55762025-09-02T23:53:41.857Z[ recovery-image] Sep 02 23:53:39.572 INFO O| Sep 02 23:53:39.572 INFO STEP 260 (remove_files) COMPLETE
55772025-09-02T23:53:41.857Z[ recovery-image] Sep 02 23:53:39.572 INFO O| Sep 02 23:53:39.572 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-09-02T23:53:41.871Z[ recovery-image] Sep 02 23:53:39.585 INFO O| Sep 02 23:53:39.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55792025-09-02T23:53:41.871Z[ recovery-image] Sep 02 23:53:39.585 INFO O| Sep 02 23:53:39.585 INFO STEP 261 (remove_files) COMPLETE
55802025-09-02T23:53:41.874Z[ recovery-image] Sep 02 23:53:39.585 INFO O| Sep 02 23:53:39.585 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-09-02T23:53:41.884Z[ recovery-image] Sep 02 23:53:39.599 INFO O| Sep 02 23:53:39.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55822025-09-02T23:53:41.885Z[ recovery-image] Sep 02 23:53:39.599 INFO O| Sep 02 23:53:39.599 INFO STEP 262 (remove_files) COMPLETE
55832025-09-02T23:53:41.885Z[ recovery-image] Sep 02 23:53:39.599 INFO O| Sep 02 23:53:39.599 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-09-02T23:53:41.898Z[ recovery-image] Sep 02 23:53:39.613 INFO O| Sep 02 23:53:39.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55852025-09-02T23:53:41.898Z[ recovery-image] Sep 02 23:53:39.613 INFO O| Sep 02 23:53:39.613 INFO STEP 263 (remove_files) COMPLETE
55862025-09-02T23:53:41.898Z[ recovery-image] Sep 02 23:53:39.613 INFO O| Sep 02 23:53:39.613 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-09-02T23:53:41.912Z[ recovery-image] Sep 02 23:53:39.627 INFO O| Sep 02 23:53:39.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55882025-09-02T23:53:41.916Z[ recovery-image] Sep 02 23:53:39.627 INFO O| Sep 02 23:53:39.627 INFO STEP 264 (remove_files) COMPLETE
55892025-09-02T23:53:41.916Z[ recovery-image] Sep 02 23:53:39.627 INFO O| Sep 02 23:53:39.627 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-09-02T23:53:41.928Z[ recovery-image] Sep 02 23:53:39.641 INFO O| Sep 02 23:53:39.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55912025-09-02T23:53:41.928Z[ recovery-image] Sep 02 23:53:39.641 INFO O| Sep 02 23:53:39.641 INFO STEP 265 (remove_files) COMPLETE
55922025-09-02T23:53:41.928Z[ recovery-image] Sep 02 23:53:39.641 INFO O| Sep 02 23:53:39.641 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-09-02T23:53:41.940Z[ recovery-image] Sep 02 23:53:39.654 INFO O| Sep 02 23:53:39.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55942025-09-02T23:53:41.940Z[ recovery-image] Sep 02 23:53:39.655 INFO O| Sep 02 23:53:39.655 INFO STEP 266 (remove_files) COMPLETE
55952025-09-02T23:53:41.940Z[ recovery-image] Sep 02 23:53:39.655 INFO O| Sep 02 23:53:39.655 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-09-02T23:53:41.953Z[ recovery-image] Sep 02 23:53:39.668 INFO O| Sep 02 23:53:39.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55972025-09-02T23:53:41.953Z[ recovery-image] Sep 02 23:53:39.668 INFO O| Sep 02 23:53:39.668 INFO STEP 267 (remove_files) COMPLETE
55982025-09-02T23:53:41.953Z[ recovery-image] Sep 02 23:53:39.668 INFO O| Sep 02 23:53:39.668 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-09-02T23:53:41.967Z[ recovery-image] Sep 02 23:53:39.682 INFO O| Sep 02 23:53:39.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56002025-09-02T23:53:41.967Z[ recovery-image] Sep 02 23:53:39.682 INFO O| Sep 02 23:53:39.682 INFO STEP 268 (remove_files) COMPLETE
56012025-09-02T23:53:41.967Z[ recovery-image] Sep 02 23:53:39.682 INFO O| Sep 02 23:53:39.682 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-09-02T23:53:41.983Z[ recovery-image] Sep 02 23:53:39.697 INFO O| Sep 02 23:53:39.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56032025-09-02T23:53:41.983Z[ recovery-image] Sep 02 23:53:39.697 INFO O| Sep 02 23:53:39.697 INFO STEP 269 (remove_files) COMPLETE
56042025-09-02T23:53:41.983Z[ recovery-image] Sep 02 23:53:39.697 INFO O| Sep 02 23:53:39.697 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-09-02T23:53:41.997Z[ recovery-image] Sep 02 23:53:39.711 INFO O| Sep 02 23:53:39.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56062025-09-02T23:53:41.997Z[ recovery-image] Sep 02 23:53:39.711 INFO O| Sep 02 23:53:39.711 INFO STEP 270 (remove_files) COMPLETE
56072025-09-02T23:53:41.997Z[ recovery-image] Sep 02 23:53:39.711 INFO O| Sep 02 23:53:39.711 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-09-02T23:53:42.013Z[ recovery-image] Sep 02 23:53:39.723 INFO O| Sep 02 23:53:39.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56092025-09-02T23:53:42.013Z[ recovery-image] Sep 02 23:53:39.723 INFO O| Sep 02 23:53:39.723 INFO STEP 271 (remove_files) COMPLETE
56102025-09-02T23:53:42.018Z[ recovery-image] Sep 02 23:53:39.723 INFO O| Sep 02 23:53:39.723 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-09-02T23:53:42.027Z[ recovery-image] Sep 02 23:53:39.736 INFO O| Sep 02 23:53:39.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56122025-09-02T23:53:42.028Z[ recovery-image] Sep 02 23:53:39.736 INFO O| Sep 02 23:53:39.736 INFO STEP 272 (remove_files) COMPLETE
56132025-09-02T23:53:42.028Z[ recovery-image] Sep 02 23:53:39.736 INFO O| Sep 02 23:53:39.736 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-09-02T23:53:42.035Z[ recovery-image] Sep 02 23:53:39.749 INFO O| Sep 02 23:53:39.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56152025-09-02T23:53:42.035Z[ recovery-image] Sep 02 23:53:39.750 INFO O| Sep 02 23:53:39.750 INFO STEP 273 (remove_files) COMPLETE
56162025-09-02T23:53:42.036Z[ recovery-image] Sep 02 23:53:39.750 INFO O| Sep 02 23:53:39.750 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-09-02T23:53:42.049Z[ recovery-image] Sep 02 23:53:39.763 INFO O| Sep 02 23:53:39.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56182025-09-02T23:53:42.049Z[ recovery-image] Sep 02 23:53:39.763 INFO O| Sep 02 23:53:39.763 INFO STEP 274 (remove_files) COMPLETE
56192025-09-02T23:53:42.049Z[ recovery-image] Sep 02 23:53:39.763 INFO O| Sep 02 23:53:39.763 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-09-02T23:53:42.061Z[ recovery-image] Sep 02 23:53:39.775 INFO O| Sep 02 23:53:39.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56212025-09-02T23:53:42.061Z[ recovery-image] Sep 02 23:53:39.775 INFO O| Sep 02 23:53:39.775 INFO STEP 275 (remove_files) COMPLETE
56222025-09-02T23:53:42.064Z[ recovery-image] Sep 02 23:53:39.775 INFO O| Sep 02 23:53:39.775 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-09-02T23:53:42.075Z[ recovery-image] Sep 02 23:53:39.789 INFO O| Sep 02 23:53:39.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56242025-09-02T23:53:42.075Z[ recovery-image] Sep 02 23:53:39.790 INFO O| Sep 02 23:53:39.790 INFO STEP 276 (remove_files) COMPLETE
56252025-09-02T23:53:42.075Z[ recovery-image] Sep 02 23:53:39.790 INFO O| Sep 02 23:53:39.790 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-09-02T23:53:42.091Z[ recovery-image] Sep 02 23:53:39.804 INFO O| Sep 02 23:53:39.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56272025-09-02T23:53:42.091Z[ recovery-image] Sep 02 23:53:39.804 INFO O| Sep 02 23:53:39.804 INFO STEP 277 (remove_files) COMPLETE
56282025-09-02T23:53:42.092Z[ recovery-image] Sep 02 23:53:39.804 INFO O| Sep 02 23:53:39.804 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-09-02T23:53:42.104Z[ recovery-image] Sep 02 23:53:39.819 INFO O| Sep 02 23:53:39.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56302025-09-02T23:53:42.105Z[ recovery-image] Sep 02 23:53:39.819 INFO O| Sep 02 23:53:39.819 INFO STEP 278 (remove_files) COMPLETE
56312025-09-02T23:53:42.110Z[ recovery-image] Sep 02 23:53:39.819 INFO O| Sep 02 23:53:39.819 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-09-02T23:53:42.118Z[ recovery-image] Sep 02 23:53:39.831 INFO O| Sep 02 23:53:39.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56332025-09-02T23:53:42.121Z[ recovery-image] Sep 02 23:53:39.832 INFO O| Sep 02 23:53:39.832 INFO STEP 279 (remove_files) COMPLETE
56342025-09-02T23:53:42.121Z[ recovery-image] Sep 02 23:53:39.832 INFO O| Sep 02 23:53:39.832 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-09-02T23:53:42.130Z[ recovery-image] Sep 02 23:53:39.844 INFO O| Sep 02 23:53:39.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56362025-09-02T23:53:42.130Z[ recovery-image] Sep 02 23:53:39.844 INFO O| Sep 02 23:53:39.844 INFO STEP 280 (remove_files) COMPLETE
56372025-09-02T23:53:42.133Z[ recovery-image] Sep 02 23:53:39.844 INFO O| Sep 02 23:53:39.844 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-09-02T23:53:42.143Z[ recovery-image] Sep 02 23:53:39.858 INFO O| Sep 02 23:53:39.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56392025-09-02T23:53:42.143Z[ recovery-image] Sep 02 23:53:39.858 INFO O| Sep 02 23:53:39.858 INFO STEP 281 (remove_files) COMPLETE
56402025-09-02T23:53:42.143Z[ recovery-image] Sep 02 23:53:39.858 INFO O| Sep 02 23:53:39.858 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-09-02T23:53:42.180Z[ recovery-image] Sep 02 23:53:39.894 INFO O| Sep 02 23:53:39.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56422025-09-02T23:53:42.180Z[ recovery-image] Sep 02 23:53:39.895 INFO O| Sep 02 23:53:39.895 INFO STEP 282 (remove_files) COMPLETE
56432025-09-02T23:53:42.180Z[ recovery-image] Sep 02 23:53:39.895 INFO O| Sep 02 23:53:39.895 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-09-02T23:53:42.194Z[ recovery-image] Sep 02 23:53:39.909 INFO O| Sep 02 23:53:39.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56452025-09-02T23:53:42.194Z[ recovery-image] Sep 02 23:53:39.909 INFO O| Sep 02 23:53:39.909 INFO STEP 283 (remove_files) COMPLETE
56462025-09-02T23:53:42.194Z[ recovery-image] Sep 02 23:53:39.909 INFO O| Sep 02 23:53:39.909 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-09-02T23:53:42.209Z[ recovery-image] Sep 02 23:53:39.923 INFO O| Sep 02 23:53:39.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56482025-09-02T23:53:42.209Z[ recovery-image] Sep 02 23:53:39.923 INFO O| Sep 02 23:53:39.923 INFO STEP 284 (remove_files) COMPLETE
56492025-09-02T23:53:42.209Z[ recovery-image] Sep 02 23:53:39.923 INFO O| Sep 02 23:53:39.923 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-09-02T23:53:42.223Z[ recovery-image] Sep 02 23:53:39.937 INFO O| Sep 02 23:53:39.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56512025-09-02T23:53:42.223Z[ recovery-image] Sep 02 23:53:39.938 INFO O| Sep 02 23:53:39.937 INFO STEP 285 (remove_files) COMPLETE
56522025-09-02T23:53:42.223Z[ recovery-image] Sep 02 23:53:39.938 INFO O| Sep 02 23:53:39.938 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-09-02T23:53:42.237Z[ recovery-image] Sep 02 23:53:39.952 INFO O| Sep 02 23:53:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56542025-09-02T23:53:42.237Z[ recovery-image] Sep 02 23:53:39.952 INFO O| Sep 02 23:53:39.952 INFO STEP 286 (remove_files) COMPLETE
56552025-09-02T23:53:42.240Z[ recovery-image] Sep 02 23:53:39.952 INFO O| Sep 02 23:53:39.952 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-09-02T23:53:42.251Z[ recovery-image] Sep 02 23:53:39.965 INFO O| Sep 02 23:53:39.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56572025-09-02T23:53:42.251Z[ recovery-image] Sep 02 23:53:39.965 INFO O| Sep 02 23:53:39.965 INFO STEP 287 (remove_files) COMPLETE
56582025-09-02T23:53:42.251Z[ recovery-image] Sep 02 23:53:39.965 INFO O| Sep 02 23:53:39.965 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-09-02T23:53:42.265Z[ recovery-image] Sep 02 23:53:39.978 INFO O| Sep 02 23:53:39.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56602025-09-02T23:53:42.265Z[ recovery-image] Sep 02 23:53:39.979 INFO O| Sep 02 23:53:39.979 INFO STEP 288 (remove_files) COMPLETE
56612025-09-02T23:53:42.265Z[ recovery-image] Sep 02 23:53:39.979 INFO O| Sep 02 23:53:39.979 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-09-02T23:53:42.279Z[ recovery-image] Sep 02 23:53:39.993 INFO O| Sep 02 23:53:39.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56632025-09-02T23:53:42.279Z[ recovery-image] Sep 02 23:53:39.994 INFO O| Sep 02 23:53:39.994 INFO STEP 289 (remove_files) COMPLETE
56642025-09-02T23:53:42.279Z[ recovery-image] Sep 02 23:53:39.994 INFO O| Sep 02 23:53:39.994 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-09-02T23:53:42.294Z[ recovery-image] Sep 02 23:53:40.009 INFO O| Sep 02 23:53:40.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56662025-09-02T23:53:42.294Z[ recovery-image] Sep 02 23:53:40.009 INFO O| Sep 02 23:53:40.009 INFO STEP 290 (remove_files) COMPLETE
56672025-09-02T23:53:42.295Z[ recovery-image] Sep 02 23:53:40.009 INFO O| Sep 02 23:53:40.009 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-09-02T23:53:42.307Z[ recovery-image] Sep 02 23:53:40.022 INFO O| Sep 02 23:53:40.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56692025-09-02T23:53:42.308Z[ recovery-image] Sep 02 23:53:40.022 INFO O| Sep 02 23:53:40.022 INFO STEP 291 (remove_files) COMPLETE
56702025-09-02T23:53:42.308Z[ recovery-image] Sep 02 23:53:40.022 INFO O| Sep 02 23:53:40.022 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-09-02T23:53:42.322Z[ recovery-image] Sep 02 23:53:40.037 INFO O| Sep 02 23:53:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56722025-09-02T23:53:42.322Z[ recovery-image] Sep 02 23:53:40.037 INFO O| Sep 02 23:53:40.037 INFO STEP 292 (remove_files) COMPLETE
56732025-09-02T23:53:42.325Z[ recovery-image] Sep 02 23:53:40.037 INFO O| Sep 02 23:53:40.037 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-09-02T23:53:42.336Z[ recovery-image] Sep 02 23:53:40.051 INFO O| Sep 02 23:53:40.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56752025-09-02T23:53:42.339Z[ recovery-image] Sep 02 23:53:40.051 INFO O| Sep 02 23:53:40.051 INFO STEP 293 (remove_files) COMPLETE
56762025-09-02T23:53:42.339Z[ recovery-image] Sep 02 23:53:40.052 INFO O| Sep 02 23:53:40.051 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-09-02T23:53:42.356Z[ recovery-image] Sep 02 23:53:40.066 INFO O| Sep 02 23:53:40.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56782025-09-02T23:53:42.356Z[ recovery-image] Sep 02 23:53:40.067 INFO O| Sep 02 23:53:40.066 INFO STEP 294 (remove_files) COMPLETE
56792025-09-02T23:53:42.356Z[ recovery-image] Sep 02 23:53:40.067 INFO O| Sep 02 23:53:40.067 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-09-02T23:53:42.367Z[ recovery-image] Sep 02 23:53:40.081 INFO O| Sep 02 23:53:40.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56812025-09-02T23:53:42.367Z[ recovery-image] Sep 02 23:53:40.081 INFO O| Sep 02 23:53:40.081 INFO STEP 295 (remove_files) COMPLETE
56822025-09-02T23:53:42.370Z[ recovery-image] Sep 02 23:53:40.081 INFO O| Sep 02 23:53:40.081 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-09-02T23:53:42.381Z[ recovery-image] Sep 02 23:53:40.096 INFO O| Sep 02 23:53:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56842025-09-02T23:53:42.381Z[ recovery-image] Sep 02 23:53:40.096 INFO O| Sep 02 23:53:40.096 INFO STEP 296 (remove_files) COMPLETE
56852025-09-02T23:53:42.382Z[ recovery-image] Sep 02 23:53:40.096 INFO O| Sep 02 23:53:40.096 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-09-02T23:53:42.400Z[ recovery-image] Sep 02 23:53:40.115 INFO O| Sep 02 23:53:40.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56872025-09-02T23:53:42.400Z[ recovery-image] Sep 02 23:53:40.115 INFO O| Sep 02 23:53:40.115 INFO STEP 297 (remove_files) COMPLETE
56882025-09-02T23:53:42.400Z[ recovery-image] Sep 02 23:53:40.115 INFO O| Sep 02 23:53:40.115 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-09-02T23:53:42.414Z[ recovery-image] Sep 02 23:53:40.129 INFO O| Sep 02 23:53:40.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56902025-09-02T23:53:42.414Z[ recovery-image] Sep 02 23:53:40.129 INFO O| Sep 02 23:53:40.129 INFO STEP 298 (remove_files) COMPLETE
56912025-09-02T23:53:42.418Z[ recovery-image] Sep 02 23:53:40.129 INFO O| Sep 02 23:53:40.129 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-09-02T23:53:42.428Z[ recovery-image] Sep 02 23:53:40.143 INFO O| Sep 02 23:53:40.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56932025-09-02T23:53:42.428Z[ recovery-image] Sep 02 23:53:40.143 INFO O| Sep 02 23:53:40.143 INFO STEP 299 (remove_files) COMPLETE
56942025-09-02T23:53:42.428Z[ recovery-image] Sep 02 23:53:40.143 INFO O| Sep 02 23:53:40.143 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-09-02T23:53:42.441Z[ recovery-image] Sep 02 23:53:40.155 INFO O| Sep 02 23:53:40.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56962025-09-02T23:53:42.443Z[ recovery-image] Sep 02 23:53:40.155 INFO O| Sep 02 23:53:40.155 INFO STEP 300 (remove_files) COMPLETE
56972025-09-02T23:53:42.443Z[ recovery-image] Sep 02 23:53:40.155 INFO O| Sep 02 23:53:40.155 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-09-02T23:53:42.453Z[ recovery-image] Sep 02 23:53:40.168 INFO O| Sep 02 23:53:40.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56992025-09-02T23:53:42.456Z[ recovery-image] Sep 02 23:53:40.168 INFO O| Sep 02 23:53:40.168 INFO STEP 301 (remove_files) COMPLETE
57002025-09-02T23:53:42.456Z[ recovery-image] Sep 02 23:53:40.168 INFO O| Sep 02 23:53:40.168 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-09-02T23:53:42.467Z[ recovery-image] Sep 02 23:53:40.181 INFO O| Sep 02 23:53:40.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57022025-09-02T23:53:42.467Z[ recovery-image] Sep 02 23:53:40.181 INFO O| Sep 02 23:53:40.181 INFO STEP 302 (remove_files) COMPLETE
57032025-09-02T23:53:42.471Z[ recovery-image] Sep 02 23:53:40.181 INFO O| Sep 02 23:53:40.181 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-09-02T23:53:42.481Z[ recovery-image] Sep 02 23:53:40.195 INFO O| Sep 02 23:53:40.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57052025-09-02T23:53:42.481Z[ recovery-image] Sep 02 23:53:40.195 INFO O| Sep 02 23:53:40.195 INFO STEP 303 (remove_files) COMPLETE
57062025-09-02T23:53:42.485Z[ recovery-image] Sep 02 23:53:40.195 INFO O| Sep 02 23:53:40.195 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-09-02T23:53:42.494Z[ recovery-image] Sep 02 23:53:40.209 INFO O| Sep 02 23:53:40.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57082025-09-02T23:53:42.495Z[ recovery-image] Sep 02 23:53:40.209 INFO O| Sep 02 23:53:40.209 INFO STEP 304 (remove_files) COMPLETE
57092025-09-02T23:53:42.499Z[ recovery-image] Sep 02 23:53:40.209 INFO O| Sep 02 23:53:40.209 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-09-02T23:53:42.508Z[ recovery-image] Sep 02 23:53:40.223 INFO O| Sep 02 23:53:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57112025-09-02T23:53:42.508Z[ recovery-image] Sep 02 23:53:40.223 INFO O| Sep 02 23:53:40.223 INFO STEP 305 (remove_files) COMPLETE
57122025-09-02T23:53:42.508Z[ recovery-image] Sep 02 23:53:40.223 INFO O| Sep 02 23:53:40.223 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-09-02T23:53:42.521Z[ recovery-image] Sep 02 23:53:40.236 INFO O| Sep 02 23:53:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57142025-09-02T23:53:42.521Z[ recovery-image] Sep 02 23:53:40.236 INFO O| Sep 02 23:53:40.236 INFO STEP 306 (remove_files) COMPLETE
57152025-09-02T23:53:42.521Z[ recovery-image] Sep 02 23:53:40.236 INFO O| Sep 02 23:53:40.236 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-09-02T23:53:42.535Z[ recovery-image] Sep 02 23:53:40.249 INFO O| Sep 02 23:53:40.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57172025-09-02T23:53:42.535Z[ recovery-image] Sep 02 23:53:40.249 INFO O| Sep 02 23:53:40.249 INFO STEP 307 (remove_files) COMPLETE
57182025-09-02T23:53:42.535Z[ recovery-image] Sep 02 23:53:40.249 INFO O| Sep 02 23:53:40.249 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-09-02T23:53:42.548Z[ recovery-image] Sep 02 23:53:40.262 INFO O| Sep 02 23:53:40.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57202025-09-02T23:53:42.548Z[ recovery-image] Sep 02 23:53:40.262 INFO O| Sep 02 23:53:40.262 INFO STEP 308 (remove_files) COMPLETE
57212025-09-02T23:53:42.548Z[ recovery-image] Sep 02 23:53:40.262 INFO O| Sep 02 23:53:40.262 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-09-02T23:53:42.560Z[ recovery-image] Sep 02 23:53:40.275 INFO O| Sep 02 23:53:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57232025-09-02T23:53:42.560Z[ recovery-image] Sep 02 23:53:40.275 INFO O| Sep 02 23:53:40.275 INFO STEP 309 (remove_files) COMPLETE
57242025-09-02T23:53:42.561Z[ recovery-image] Sep 02 23:53:40.275 INFO O| Sep 02 23:53:40.275 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-09-02T23:53:42.572Z[ recovery-image] Sep 02 23:53:40.287 INFO O| Sep 02 23:53:40.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57262025-09-02T23:53:42.572Z[ recovery-image] Sep 02 23:53:40.287 INFO O| Sep 02 23:53:40.287 INFO STEP 310 (remove_files) COMPLETE
57272025-09-02T23:53:42.572Z[ recovery-image] Sep 02 23:53:40.287 INFO O| Sep 02 23:53:40.287 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-09-02T23:53:42.585Z[ recovery-image] Sep 02 23:53:40.299 INFO O| Sep 02 23:53:40.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57292025-09-02T23:53:42.585Z[ recovery-image] Sep 02 23:53:40.299 INFO O| Sep 02 23:53:40.299 INFO STEP 311 (remove_files) COMPLETE
57302025-09-02T23:53:42.585Z[ recovery-image] Sep 02 23:53:40.299 INFO O| Sep 02 23:53:40.299 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-09-02T23:53:42.598Z[ recovery-image] Sep 02 23:53:40.312 INFO O| Sep 02 23:53:40.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57322025-09-02T23:53:42.598Z[ recovery-image] Sep 02 23:53:40.312 INFO O| Sep 02 23:53:40.312 INFO STEP 312 (remove_files) COMPLETE
57332025-09-02T23:53:42.598Z[ recovery-image] Sep 02 23:53:40.312 INFO O| Sep 02 23:53:40.312 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-09-02T23:53:42.610Z[ recovery-image] Sep 02 23:53:40.324 INFO O| Sep 02 23:53:40.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57352025-09-02T23:53:42.611Z[ recovery-image] Sep 02 23:53:40.325 INFO O| Sep 02 23:53:40.325 INFO STEP 313 (remove_files) COMPLETE
57362025-09-02T23:53:42.616Z[ recovery-image] Sep 02 23:53:40.325 INFO O| Sep 02 23:53:40.325 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-09-02T23:53:42.622Z[ recovery-image] Sep 02 23:53:40.336 INFO O| Sep 02 23:53:40.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57382025-09-02T23:53:42.622Z[ recovery-image] Sep 02 23:53:40.336 INFO O| Sep 02 23:53:40.336 INFO STEP 314 (remove_files) COMPLETE
57392025-09-02T23:53:42.622Z[ recovery-image] Sep 02 23:53:40.336 INFO O| Sep 02 23:53:40.336 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-09-02T23:53:42.652Z[ recovery-image] Sep 02 23:53:40.349 INFO O| Sep 02 23:53:40.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57412025-09-02T23:53:42.652Z[ recovery-image] Sep 02 23:53:40.349 INFO O| Sep 02 23:53:40.349 INFO STEP 315 (remove_files) COMPLETE
57422025-09-02T23:53:42.652Z[ recovery-image] Sep 02 23:53:40.349 INFO O| Sep 02 23:53:40.349 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-09-02T23:53:42.657Z[ recovery-image] Sep 02 23:53:40.361 INFO O| Sep 02 23:53:40.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57442025-09-02T23:53:42.657Z[ recovery-image] Sep 02 23:53:40.361 INFO O| Sep 02 23:53:40.361 INFO STEP 316 (remove_files) COMPLETE
57452025-09-02T23:53:42.657Z[ recovery-image] Sep 02 23:53:40.361 INFO O| Sep 02 23:53:40.361 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-09-02T23:53:42.660Z[ recovery-image] Sep 02 23:53:40.374 INFO O| Sep 02 23:53:40.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57472025-09-02T23:53:42.661Z[ recovery-image] Sep 02 23:53:40.374 INFO O| Sep 02 23:53:40.374 INFO STEP 317 (remove_files) COMPLETE
57482025-09-02T23:53:42.661Z[ recovery-image] Sep 02 23:53:40.374 INFO O| Sep 02 23:53:40.374 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-09-02T23:53:42.672Z[ recovery-image] Sep 02 23:53:40.386 INFO O| Sep 02 23:53:40.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57502025-09-02T23:53:42.672Z[ recovery-image] Sep 02 23:53:40.387 INFO O| Sep 02 23:53:40.386 INFO STEP 318 (remove_files) COMPLETE
57512025-09-02T23:53:42.672Z[ recovery-image] Sep 02 23:53:40.387 INFO O| Sep 02 23:53:40.387 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-09-02T23:53:42.685Z[ recovery-image] Sep 02 23:53:40.398 INFO O| Sep 02 23:53:40.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57532025-09-02T23:53:42.685Z[ recovery-image] Sep 02 23:53:40.398 INFO O| Sep 02 23:53:40.398 INFO STEP 319 (remove_files) COMPLETE
57542025-09-02T23:53:42.685Z[ recovery-image] Sep 02 23:53:40.398 INFO O| Sep 02 23:53:40.398 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-09-02T23:53:42.696Z[ recovery-image] Sep 02 23:53:40.411 INFO O| Sep 02 23:53:40.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57562025-09-02T23:53:42.697Z[ recovery-image] Sep 02 23:53:40.411 INFO O| Sep 02 23:53:40.411 INFO STEP 320 (remove_files) COMPLETE
57572025-09-02T23:53:42.700Z[ recovery-image] Sep 02 23:53:40.411 INFO O| Sep 02 23:53:40.411 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-09-02T23:53:42.712Z[ recovery-image] Sep 02 23:53:40.423 INFO O| Sep 02 23:53:40.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57592025-09-02T23:53:42.712Z[ recovery-image] Sep 02 23:53:40.423 INFO O| Sep 02 23:53:40.423 INFO STEP 321 (remove_files) COMPLETE
57602025-09-02T23:53:42.712Z[ recovery-image] Sep 02 23:53:40.423 INFO O| Sep 02 23:53:40.423 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-09-02T23:53:42.721Z[ recovery-image] Sep 02 23:53:40.435 INFO O| Sep 02 23:53:40.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57622025-09-02T23:53:42.721Z[ recovery-image] Sep 02 23:53:40.435 INFO O| Sep 02 23:53:40.435 INFO STEP 322 (remove_files) COMPLETE
57632025-09-02T23:53:42.721Z[ recovery-image] Sep 02 23:53:40.435 INFO O| Sep 02 23:53:40.435 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-09-02T23:53:42.734Z[ recovery-image] Sep 02 23:53:40.449 INFO O| Sep 02 23:53:40.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57652025-09-02T23:53:42.734Z[ recovery-image] Sep 02 23:53:40.449 INFO O| Sep 02 23:53:40.449 INFO STEP 323 (remove_files) COMPLETE
57662025-09-02T23:53:42.734Z[ recovery-image] Sep 02 23:53:40.449 INFO O| Sep 02 23:53:40.449 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-09-02T23:53:42.748Z[ recovery-image] Sep 02 23:53:40.463 INFO O| Sep 02 23:53:40.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57682025-09-02T23:53:42.748Z[ recovery-image] Sep 02 23:53:40.463 INFO O| Sep 02 23:53:40.463 INFO STEP 324 (remove_files) COMPLETE
57692025-09-02T23:53:42.752Z[ recovery-image] Sep 02 23:53:40.463 INFO O| Sep 02 23:53:40.463 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-09-02T23:53:42.761Z[ recovery-image] Sep 02 23:53:40.476 INFO O| Sep 02 23:53:40.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57712025-09-02T23:53:42.761Z[ recovery-image] Sep 02 23:53:40.476 INFO O| Sep 02 23:53:40.476 INFO STEP 325 (remove_files) COMPLETE
57722025-09-02T23:53:42.764Z[ recovery-image] Sep 02 23:53:40.476 INFO O| Sep 02 23:53:40.476 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-09-02T23:53:42.775Z[ recovery-image] Sep 02 23:53:40.489 INFO O| Sep 02 23:53:40.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57742025-09-02T23:53:42.775Z[ recovery-image] Sep 02 23:53:40.489 INFO O| Sep 02 23:53:40.489 INFO STEP 326 (remove_files) COMPLETE
57752025-09-02T23:53:42.775Z[ recovery-image] Sep 02 23:53:40.490 INFO O| Sep 02 23:53:40.489 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-09-02T23:53:42.788Z[ recovery-image] Sep 02 23:53:40.503 INFO O| Sep 02 23:53:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57772025-09-02T23:53:42.788Z[ recovery-image] Sep 02 23:53:40.503 INFO O| Sep 02 23:53:40.503 INFO STEP 327 (remove_files) COMPLETE
57782025-09-02T23:53:42.793Z[ recovery-image] Sep 02 23:53:40.503 INFO O| Sep 02 23:53:40.503 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-09-02T23:53:42.801Z[ recovery-image] Sep 02 23:53:40.515 INFO O| Sep 02 23:53:40.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57802025-09-02T23:53:42.801Z[ recovery-image] Sep 02 23:53:40.515 INFO O| Sep 02 23:53:40.515 INFO STEP 328 (remove_files) COMPLETE
57812025-09-02T23:53:42.801Z[ recovery-image] Sep 02 23:53:40.515 INFO O| Sep 02 23:53:40.515 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-09-02T23:53:42.814Z[ recovery-image] Sep 02 23:53:40.528 INFO O| Sep 02 23:53:40.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57832025-09-02T23:53:42.814Z[ recovery-image] Sep 02 23:53:40.528 INFO O| Sep 02 23:53:40.528 INFO STEP 329 (remove_files) COMPLETE
57842025-09-02T23:53:42.814Z[ recovery-image] Sep 02 23:53:40.529 INFO O| Sep 02 23:53:40.528 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-09-02T23:53:42.828Z[ recovery-image] Sep 02 23:53:40.542 INFO O| Sep 02 23:53:40.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57862025-09-02T23:53:42.828Z[ recovery-image] Sep 02 23:53:40.542 INFO O| Sep 02 23:53:40.542 INFO STEP 330 (remove_files) COMPLETE
57872025-09-02T23:53:42.828Z[ recovery-image] Sep 02 23:53:40.542 INFO O| Sep 02 23:53:40.542 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-09-02T23:53:42.842Z[ recovery-image] Sep 02 23:53:40.556 INFO O| Sep 02 23:53:40.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57892025-09-02T23:53:42.842Z[ recovery-image] Sep 02 23:53:40.556 INFO O| Sep 02 23:53:40.556 INFO STEP 331 (remove_files) COMPLETE
57902025-09-02T23:53:42.845Z[ recovery-image] Sep 02 23:53:40.556 INFO O| Sep 02 23:53:40.556 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-09-02T23:53:42.856Z[ recovery-image] Sep 02 23:53:40.570 INFO O| Sep 02 23:53:40.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57922025-09-02T23:53:42.856Z[ recovery-image] Sep 02 23:53:40.570 INFO O| Sep 02 23:53:40.570 INFO STEP 332 (remove_files) COMPLETE
57932025-09-02T23:53:42.859Z[ recovery-image] Sep 02 23:53:40.570 INFO O| Sep 02 23:53:40.570 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-09-02T23:53:42.871Z[ recovery-image] Sep 02 23:53:40.584 INFO O| Sep 02 23:53:40.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57952025-09-02T23:53:42.871Z[ recovery-image] Sep 02 23:53:40.584 INFO O| Sep 02 23:53:40.584 INFO STEP 333 (remove_files) COMPLETE
57962025-09-02T23:53:42.871Z[ recovery-image] Sep 02 23:53:40.584 INFO O| Sep 02 23:53:40.584 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-09-02T23:53:42.884Z[ recovery-image] Sep 02 23:53:40.598 INFO O| Sep 02 23:53:40.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57982025-09-02T23:53:42.884Z[ recovery-image] Sep 02 23:53:40.598 INFO O| Sep 02 23:53:40.598 INFO STEP 334 (remove_files) COMPLETE
57992025-09-02T23:53:42.889Z[ recovery-image] Sep 02 23:53:40.598 INFO O| Sep 02 23:53:40.598 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-09-02T23:53:42.897Z[ recovery-image] Sep 02 23:53:40.611 INFO O| Sep 02 23:53:40.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58012025-09-02T23:53:42.897Z[ recovery-image] Sep 02 23:53:40.611 INFO O| Sep 02 23:53:40.611 INFO STEP 335 (remove_files) COMPLETE
58022025-09-02T23:53:42.897Z[ recovery-image] Sep 02 23:53:40.611 INFO O| Sep 02 23:53:40.611 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-09-02T23:53:42.911Z[ recovery-image] Sep 02 23:53:40.626 INFO O| Sep 02 23:53:40.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58042025-09-02T23:53:42.912Z[ recovery-image] Sep 02 23:53:40.626 INFO O| Sep 02 23:53:40.626 INFO STEP 336 (remove_files) COMPLETE
58052025-09-02T23:53:42.915Z[ recovery-image] Sep 02 23:53:40.626 INFO O| Sep 02 23:53:40.626 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-09-02T23:53:42.925Z[ recovery-image] Sep 02 23:53:40.640 INFO O| Sep 02 23:53:40.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58072025-09-02T23:53:42.925Z[ recovery-image] Sep 02 23:53:40.640 INFO O| Sep 02 23:53:40.640 INFO STEP 337 (remove_files) COMPLETE
58082025-09-02T23:53:42.928Z[ recovery-image] Sep 02 23:53:40.640 INFO O| Sep 02 23:53:40.640 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-09-02T23:53:42.940Z[ recovery-image] Sep 02 23:53:40.653 INFO O| Sep 02 23:53:40.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58102025-09-02T23:53:42.940Z[ recovery-image] Sep 02 23:53:40.653 INFO O| Sep 02 23:53:40.653 INFO STEP 338 (remove_files) COMPLETE
58112025-09-02T23:53:42.940Z[ recovery-image] Sep 02 23:53:40.653 INFO O| Sep 02 23:53:40.653 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-09-02T23:53:42.952Z[ recovery-image] Sep 02 23:53:40.666 INFO O| Sep 02 23:53:40.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58132025-09-02T23:53:42.952Z[ recovery-image] Sep 02 23:53:40.666 INFO O| Sep 02 23:53:40.666 INFO STEP 339 (remove_files) COMPLETE
58142025-09-02T23:53:42.952Z[ recovery-image] Sep 02 23:53:40.666 INFO O| Sep 02 23:53:40.666 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-09-02T23:53:42.984Z[ recovery-image] Sep 02 23:53:40.679 INFO O| Sep 02 23:53:40.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58162025-09-02T23:53:42.984Z[ recovery-image] Sep 02 23:53:40.679 INFO O| Sep 02 23:53:40.679 INFO STEP 340 (remove_files) COMPLETE
58172025-09-02T23:53:42.984Z[ recovery-image] Sep 02 23:53:40.679 INFO O| Sep 02 23:53:40.679 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-09-02T23:53:43.000Z[ recovery-image] Sep 02 23:53:40.693 INFO O| Sep 02 23:53:40.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58192025-09-02T23:53:43.000Z[ recovery-image] Sep 02 23:53:40.693 INFO O| Sep 02 23:53:40.693 INFO STEP 341 (remove_files) COMPLETE
58202025-09-02T23:53:43.000Z[ recovery-image] Sep 02 23:53:40.693 INFO O| Sep 02 23:53:40.693 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-09-02T23:53:43.001Z[ recovery-image] Sep 02 23:53:40.706 INFO O| Sep 02 23:53:40.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58222025-09-02T23:53:43.001Z[ recovery-image] Sep 02 23:53:40.706 INFO O| Sep 02 23:53:40.706 INFO STEP 342 (remove_files) COMPLETE
58232025-09-02T23:53:43.001Z[ recovery-image] Sep 02 23:53:40.706 INFO O| Sep 02 23:53:40.706 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-09-02T23:53:43.015Z[ recovery-image] Sep 02 23:53:40.719 INFO O| Sep 02 23:53:40.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58252025-09-02T23:53:43.015Z[ recovery-image] Sep 02 23:53:40.719 INFO O| Sep 02 23:53:40.719 INFO STEP 343 (remove_files) COMPLETE
58262025-09-02T23:53:43.015Z[ recovery-image] Sep 02 23:53:40.719 INFO O| Sep 02 23:53:40.719 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-09-02T23:53:43.023Z[ recovery-image] Sep 02 23:53:40.732 INFO O| Sep 02 23:53:40.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58282025-09-02T23:53:43.023Z[ recovery-image] Sep 02 23:53:40.732 INFO O| Sep 02 23:53:40.732 INFO STEP 344 (remove_files) COMPLETE
58292025-09-02T23:53:43.023Z[ recovery-image] Sep 02 23:53:40.732 INFO O| Sep 02 23:53:40.732 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-09-02T23:53:43.034Z[ recovery-image] Sep 02 23:53:40.746 INFO O| Sep 02 23:53:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58312025-09-02T23:53:43.034Z[ recovery-image] Sep 02 23:53:40.746 INFO O| Sep 02 23:53:40.746 INFO STEP 345 (remove_files) COMPLETE
58322025-09-02T23:53:43.034Z[ recovery-image] Sep 02 23:53:40.746 INFO O| Sep 02 23:53:40.746 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-09-02T23:53:43.049Z[ recovery-image] Sep 02 23:53:40.760 INFO O| Sep 02 23:53:40.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58342025-09-02T23:53:43.049Z[ recovery-image] Sep 02 23:53:40.760 INFO O| Sep 02 23:53:40.760 INFO STEP 346 (remove_files) COMPLETE
58352025-09-02T23:53:43.049Z[ recovery-image] Sep 02 23:53:40.760 INFO O| Sep 02 23:53:40.760 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-09-02T23:53:43.059Z[ recovery-image] Sep 02 23:53:40.773 INFO O| Sep 02 23:53:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58372025-09-02T23:53:43.063Z[ recovery-image] Sep 02 23:53:40.773 INFO O| Sep 02 23:53:40.773 INFO STEP 347 (remove_files) COMPLETE
58382025-09-02T23:53:43.063Z[ recovery-image] Sep 02 23:53:40.773 INFO O| Sep 02 23:53:40.773 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-09-02T23:53:43.071Z[ recovery-image] Sep 02 23:53:40.785 INFO O| Sep 02 23:53:40.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58402025-09-02T23:53:43.071Z[ recovery-image] Sep 02 23:53:40.786 INFO O| Sep 02 23:53:40.786 INFO STEP 348 (remove_files) COMPLETE
58412025-09-02T23:53:43.071Z[ recovery-image] Sep 02 23:53:40.786 INFO O| Sep 02 23:53:40.786 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-09-02T23:53:43.084Z[ recovery-image] Sep 02 23:53:40.797 INFO O| Sep 02 23:53:40.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58432025-09-02T23:53:43.084Z[ recovery-image] Sep 02 23:53:40.797 INFO O| Sep 02 23:53:40.797 INFO STEP 349 (remove_files) COMPLETE
58442025-09-02T23:53:43.085Z[ recovery-image] Sep 02 23:53:40.797 INFO O| Sep 02 23:53:40.797 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-09-02T23:53:43.095Z[ recovery-image] Sep 02 23:53:40.809 INFO O| Sep 02 23:53:40.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58462025-09-02T23:53:43.095Z[ recovery-image] Sep 02 23:53:40.810 INFO O| Sep 02 23:53:40.809 INFO STEP 350 (remove_files) COMPLETE
58472025-09-02T23:53:43.095Z[ recovery-image] Sep 02 23:53:40.810 INFO O| Sep 02 23:53:40.810 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-09-02T23:53:43.109Z[ recovery-image] Sep 02 23:53:40.823 INFO O| Sep 02 23:53:40.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58492025-09-02T23:53:43.109Z[ recovery-image] Sep 02 23:53:40.823 INFO O| Sep 02 23:53:40.823 INFO STEP 351 (remove_files) COMPLETE
58502025-09-02T23:53:43.109Z[ recovery-image] Sep 02 23:53:40.823 INFO O| Sep 02 23:53:40.823 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-09-02T23:53:43.124Z[ recovery-image] Sep 02 23:53:40.838 INFO O| Sep 02 23:53:40.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58522025-09-02T23:53:43.125Z[ recovery-image] Sep 02 23:53:40.839 INFO O| Sep 02 23:53:40.839 INFO STEP 352 (remove_files) COMPLETE
58532025-09-02T23:53:43.125Z[ recovery-image] Sep 02 23:53:40.839 INFO O| Sep 02 23:53:40.839 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-09-02T23:53:43.143Z[ recovery-image] Sep 02 23:53:40.853 INFO O| Sep 02 23:53:40.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58552025-09-02T23:53:43.143Z[ recovery-image] Sep 02 23:53:40.854 INFO O| Sep 02 23:53:40.854 INFO STEP 353 (remove_files) COMPLETE
58562025-09-02T23:53:43.143Z[ recovery-image] Sep 02 23:53:40.854 INFO O| Sep 02 23:53:40.854 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-09-02T23:53:43.155Z[ recovery-image] Sep 02 23:53:40.869 INFO O| Sep 02 23:53:40.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58582025-09-02T23:53:43.160Z[ recovery-image] Sep 02 23:53:40.870 INFO O| Sep 02 23:53:40.870 INFO STEP 354 (remove_files) COMPLETE
58592025-09-02T23:53:43.160Z[ recovery-image] Sep 02 23:53:40.870 INFO O| Sep 02 23:53:40.870 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-09-02T23:53:43.172Z[ recovery-image] Sep 02 23:53:40.886 INFO O| Sep 02 23:53:40.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58612025-09-02T23:53:43.172Z[ recovery-image] Sep 02 23:53:40.886 INFO O| Sep 02 23:53:40.886 INFO STEP 355 (remove_files) COMPLETE
58622025-09-02T23:53:43.172Z[ recovery-image] Sep 02 23:53:40.886 INFO O| Sep 02 23:53:40.886 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-09-02T23:53:43.187Z[ recovery-image] Sep 02 23:53:40.900 INFO O| Sep 02 23:53:40.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58642025-09-02T23:53:43.188Z[ recovery-image] Sep 02 23:53:40.901 INFO O| Sep 02 23:53:40.900 INFO STEP 356 (remove_files) COMPLETE
58652025-09-02T23:53:43.191Z[ recovery-image] Sep 02 23:53:40.901 INFO O| Sep 02 23:53:40.901 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-09-02T23:53:43.202Z[ recovery-image] Sep 02 23:53:40.916 INFO O| Sep 02 23:53:40.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58672025-09-02T23:53:43.202Z[ recovery-image] Sep 02 23:53:40.917 INFO O| Sep 02 23:53:40.917 INFO STEP 357 (remove_files) COMPLETE
58682025-09-02T23:53:43.203Z[ recovery-image] Sep 02 23:53:40.917 INFO O| Sep 02 23:53:40.917 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-09-02T23:53:43.225Z[ recovery-image] Sep 02 23:53:40.933 INFO O| Sep 02 23:53:40.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58702025-09-02T23:53:43.225Z[ recovery-image] Sep 02 23:53:40.933 INFO O| Sep 02 23:53:40.933 INFO STEP 358 (remove_files) COMPLETE
58712025-09-02T23:53:43.225Z[ recovery-image] Sep 02 23:53:40.933 INFO O| Sep 02 23:53:40.933 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-09-02T23:53:43.235Z[ recovery-image] Sep 02 23:53:40.947 INFO O| Sep 02 23:53:40.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58732025-09-02T23:53:43.235Z[ recovery-image] Sep 02 23:53:40.948 INFO O| Sep 02 23:53:40.948 INFO STEP 359 (remove_files) COMPLETE
58742025-09-02T23:53:43.249Z[ recovery-image] Sep 02 23:53:40.948 INFO O| Sep 02 23:53:40.948 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-09-02T23:53:43.253Z[ recovery-image] Sep 02 23:53:40.962 INFO O| Sep 02 23:53:40.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58762025-09-02T23:53:43.253Z[ recovery-image] Sep 02 23:53:40.962 INFO O| Sep 02 23:53:40.962 INFO STEP 360 (remove_files) COMPLETE
58772025-09-02T23:53:43.253Z[ recovery-image] Sep 02 23:53:40.962 INFO O| Sep 02 23:53:40.962 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-09-02T23:53:43.275Z[ recovery-image] Sep 02 23:53:40.976 INFO O| Sep 02 23:53:40.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58792025-09-02T23:53:43.275Z[ recovery-image] Sep 02 23:53:40.976 INFO O| Sep 02 23:53:40.976 INFO STEP 361 (remove_files) COMPLETE
58802025-09-02T23:53:43.294Z[ recovery-image] Sep 02 23:53:40.976 INFO O| Sep 02 23:53:40.976 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-09-02T23:53:43.294Z[ recovery-image] Sep 02 23:53:40.991 INFO O| Sep 02 23:53:40.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58822025-09-02T23:53:43.294Z[ recovery-image] Sep 02 23:53:40.991 INFO O| Sep 02 23:53:40.991 INFO STEP 362 (remove_files) COMPLETE
58832025-09-02T23:53:43.294Z[ recovery-image] Sep 02 23:53:40.991 INFO O| Sep 02 23:53:40.991 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-09-02T23:53:43.299Z[ recovery-image] Sep 02 23:53:41.005 INFO O| Sep 02 23:53:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58852025-09-02T23:53:43.299Z[ recovery-image] Sep 02 23:53:41.005 INFO O| Sep 02 23:53:41.005 INFO STEP 363 (remove_files) COMPLETE
58862025-09-02T23:53:43.300Z[ recovery-image] Sep 02 23:53:41.005 INFO O| Sep 02 23:53:41.005 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-09-02T23:53:43.323Z[ recovery-image] Sep 02 23:53:41.019 INFO O| Sep 02 23:53:41.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58882025-09-02T23:53:43.323Z[ recovery-image] Sep 02 23:53:41.019 INFO O| Sep 02 23:53:41.019 INFO STEP 364 (remove_files) COMPLETE
58892025-09-02T23:53:43.329Z[ recovery-image] Sep 02 23:53:41.019 INFO O| Sep 02 23:53:41.019 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-09-02T23:53:43.329Z[ recovery-image] Sep 02 23:53:41.034 INFO O| Sep 02 23:53:41.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58912025-09-02T23:53:43.329Z[ recovery-image] Sep 02 23:53:41.034 INFO O| Sep 02 23:53:41.034 INFO STEP 365 (remove_files) COMPLETE
58922025-09-02T23:53:43.329Z[ recovery-image] Sep 02 23:53:41.034 INFO O| Sep 02 23:53:41.034 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-09-02T23:53:43.334Z[ recovery-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58942025-09-02T23:53:43.334Z[ recovery-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.048 INFO STEP 366 (remove_files) COMPLETE
58952025-09-02T23:53:43.337Z[ recovery-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.048 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-09-02T23:53:43.350Z[ recovery-image] Sep 02 23:53:41.064 INFO O| Sep 02 23:53:41.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58972025-09-02T23:53:43.350Z[ recovery-image] Sep 02 23:53:41.064 INFO O| Sep 02 23:53:41.064 INFO STEP 367 (remove_files) COMPLETE
58982025-09-02T23:53:43.355Z[ recovery-image] Sep 02 23:53:41.064 INFO O| Sep 02 23:53:41.064 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-09-02T23:53:43.364Z[ recovery-image] Sep 02 23:53:41.078 INFO O| Sep 02 23:53:41.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59002025-09-02T23:53:43.364Z[ recovery-image] Sep 02 23:53:41.078 INFO O| Sep 02 23:53:41.078 INFO STEP 368 (remove_files) COMPLETE
59012025-09-02T23:53:43.364Z[ recovery-image] Sep 02 23:53:41.078 INFO O| Sep 02 23:53:41.078 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-09-02T23:53:43.379Z[ recovery-image] Sep 02 23:53:41.093 INFO O| Sep 02 23:53:41.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59032025-09-02T23:53:43.379Z[ recovery-image] Sep 02 23:53:41.093 INFO O| Sep 02 23:53:41.093 INFO STEP 369 (remove_files) COMPLETE
59042025-09-02T23:53:43.384Z[ recovery-image] Sep 02 23:53:41.093 INFO O| Sep 02 23:53:41.093 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-09-02T23:53:43.394Z[ recovery-image] Sep 02 23:53:41.108 INFO O| Sep 02 23:53:41.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59062025-09-02T23:53:43.394Z[ recovery-image] Sep 02 23:53:41.108 INFO O| Sep 02 23:53:41.108 INFO STEP 370 (remove_files) COMPLETE
59072025-09-02T23:53:43.401Z[ recovery-image] Sep 02 23:53:41.108 INFO O| Sep 02 23:53:41.108 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-09-02T23:53:43.409Z[ recovery-image] Sep 02 23:53:41.123 INFO O| Sep 02 23:53:41.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59092025-09-02T23:53:43.409Z[ recovery-image] Sep 02 23:53:41.123 INFO O| Sep 02 23:53:41.123 INFO STEP 371 (remove_files) COMPLETE
59102025-09-02T23:53:43.409Z[ recovery-image] Sep 02 23:53:41.123 INFO O| Sep 02 23:53:41.123 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-09-02T23:53:43.421Z[ recovery-image] Sep 02 23:53:41.135 INFO O| Sep 02 23:53:41.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59122025-09-02T23:53:43.421Z[ recovery-image] Sep 02 23:53:41.135 INFO O| Sep 02 23:53:41.135 INFO STEP 372 (remove_files) COMPLETE
59132025-09-02T23:53:43.425Z[ recovery-image] Sep 02 23:53:41.136 INFO O| Sep 02 23:53:41.135 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-09-02T23:53:43.434Z[ recovery-image] Sep 02 23:53:41.147 INFO O| Sep 02 23:53:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59152025-09-02T23:53:43.434Z[ recovery-image] Sep 02 23:53:41.147 INFO O| Sep 02 23:53:41.147 INFO STEP 373 (remove_files) COMPLETE
59162025-09-02T23:53:43.434Z[ recovery-image] Sep 02 23:53:41.147 INFO O| Sep 02 23:53:41.147 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-09-02T23:53:43.447Z[ recovery-image] Sep 02 23:53:41.161 INFO O| Sep 02 23:53:41.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59182025-09-02T23:53:43.447Z[ recovery-image] Sep 02 23:53:41.161 INFO O| Sep 02 23:53:41.161 INFO STEP 374 (remove_files) COMPLETE
59192025-09-02T23:53:43.452Z[ recovery-image] Sep 02 23:53:41.161 INFO O| Sep 02 23:53:41.161 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-09-02T23:53:43.461Z[ recovery-image] Sep 02 23:53:41.175 INFO O| Sep 02 23:53:41.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59212025-09-02T23:53:43.461Z[ recovery-image] Sep 02 23:53:41.175 INFO O| Sep 02 23:53:41.175 INFO STEP 375 (remove_files) COMPLETE
59222025-09-02T23:53:43.461Z[ recovery-image] Sep 02 23:53:41.175 INFO O| Sep 02 23:53:41.175 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-09-02T23:53:43.474Z[ recovery-image] Sep 02 23:53:41.188 INFO O| Sep 02 23:53:41.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59242025-09-02T23:53:43.474Z[ recovery-image] Sep 02 23:53:41.188 INFO O| Sep 02 23:53:41.188 INFO STEP 376 (remove_files) COMPLETE
59252025-09-02T23:53:43.474Z[ recovery-image] Sep 02 23:53:41.188 INFO O| Sep 02 23:53:41.188 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-09-02T23:53:43.487Z[ recovery-image] Sep 02 23:53:41.201 INFO O| Sep 02 23:53:41.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59272025-09-02T23:53:43.487Z[ recovery-image] Sep 02 23:53:41.201 INFO O| Sep 02 23:53:41.201 INFO STEP 377 (remove_files) COMPLETE
59282025-09-02T23:53:43.487Z[ recovery-image] Sep 02 23:53:41.201 INFO O| Sep 02 23:53:41.201 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-09-02T23:53:43.500Z[ recovery-image] Sep 02 23:53:41.214 INFO O| Sep 02 23:53:41.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59302025-09-02T23:53:43.500Z[ recovery-image] Sep 02 23:53:41.214 INFO O| Sep 02 23:53:41.214 INFO STEP 378 (remove_files) COMPLETE
59312025-09-02T23:53:43.504Z[ recovery-image] Sep 02 23:53:41.214 INFO O| Sep 02 23:53:41.214 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-09-02T23:53:43.513Z[ recovery-image] Sep 02 23:53:41.227 INFO O| Sep 02 23:53:41.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59332025-09-02T23:53:43.513Z[ recovery-image] Sep 02 23:53:41.228 INFO O| Sep 02 23:53:41.228 INFO STEP 379 (remove_files) COMPLETE
59342025-09-02T23:53:43.522Z[ recovery-image] Sep 02 23:53:41.228 INFO O| Sep 02 23:53:41.228 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-09-02T23:53:43.527Z[ recovery-image] Sep 02 23:53:41.241 INFO O| Sep 02 23:53:41.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59362025-09-02T23:53:43.531Z[ recovery-image] Sep 02 23:53:41.242 INFO O| Sep 02 23:53:41.242 INFO STEP 380 (remove_files) COMPLETE
59372025-09-02T23:53:43.531Z[ recovery-image] Sep 02 23:53:41.242 INFO O| Sep 02 23:53:41.242 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-09-02T23:53:43.540Z[ recovery-image] Sep 02 23:53:41.255 INFO O| Sep 02 23:53:41.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59392025-09-02T23:53:43.541Z[ recovery-image] Sep 02 23:53:41.255 INFO O| Sep 02 23:53:41.255 INFO STEP 381 (remove_files) COMPLETE
59402025-09-02T23:53:43.541Z[ recovery-image] Sep 02 23:53:41.255 INFO O| Sep 02 23:53:41.255 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-09-02T23:53:43.553Z[ recovery-image] Sep 02 23:53:41.267 INFO O| Sep 02 23:53:41.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59422025-09-02T23:53:43.554Z[ recovery-image] Sep 02 23:53:41.267 INFO O| Sep 02 23:53:41.267 INFO STEP 382 (remove_files) COMPLETE
59432025-09-02T23:53:43.558Z[ recovery-image] Sep 02 23:53:41.267 INFO O| Sep 02 23:53:41.267 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-09-02T23:53:43.567Z[ recovery-image] Sep 02 23:53:41.281 INFO O| Sep 02 23:53:41.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59452025-09-02T23:53:43.567Z[ recovery-image] Sep 02 23:53:41.281 INFO O| Sep 02 23:53:41.281 INFO STEP 383 (remove_files) COMPLETE
59462025-09-02T23:53:43.567Z[ recovery-image] Sep 02 23:53:41.281 INFO O| Sep 02 23:53:41.281 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-09-02T23:53:43.581Z[ recovery-image] Sep 02 23:53:41.295 INFO O| Sep 02 23:53:41.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59482025-09-02T23:53:43.581Z[ recovery-image] Sep 02 23:53:41.295 INFO O| Sep 02 23:53:41.295 INFO STEP 384 (remove_files) COMPLETE
59492025-09-02T23:53:43.585Z[ recovery-image] Sep 02 23:53:41.295 INFO O| Sep 02 23:53:41.295 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-09-02T23:53:43.595Z[ recovery-image] Sep 02 23:53:41.310 INFO O| Sep 02 23:53:41.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59512025-09-02T23:53:43.595Z[ recovery-image] Sep 02 23:53:41.310 INFO O| Sep 02 23:53:41.310 INFO STEP 385 (remove_files) COMPLETE
59522025-09-02T23:53:43.596Z[ recovery-image] Sep 02 23:53:41.310 INFO O| Sep 02 23:53:41.310 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-09-02T23:53:43.609Z[ recovery-image] Sep 02 23:53:41.323 INFO O| Sep 02 23:53:41.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59542025-09-02T23:53:43.609Z[ recovery-image] Sep 02 23:53:41.323 INFO O| Sep 02 23:53:41.323 INFO STEP 386 (remove_files) COMPLETE
59552025-09-02T23:53:43.609Z[ recovery-image] Sep 02 23:53:41.323 INFO O| Sep 02 23:53:41.323 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-09-02T23:53:43.623Z[ recovery-image] Sep 02 23:53:41.337 INFO O| Sep 02 23:53:41.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59572025-09-02T23:53:43.626Z[ recovery-image] Sep 02 23:53:41.337 INFO O| Sep 02 23:53:41.337 INFO STEP 387 (remove_files) COMPLETE
59582025-09-02T23:53:43.626Z[ recovery-image] Sep 02 23:53:41.337 INFO O| Sep 02 23:53:41.337 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-09-02T23:53:43.637Z[ recovery-image] Sep 02 23:53:41.351 INFO O| Sep 02 23:53:41.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59602025-09-02T23:53:43.637Z[ recovery-image] Sep 02 23:53:41.351 INFO O| Sep 02 23:53:41.351 INFO STEP 388 (remove_files) COMPLETE
59612025-09-02T23:53:43.637Z[ recovery-image] Sep 02 23:53:41.351 INFO O| Sep 02 23:53:41.351 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-09-02T23:53:43.651Z[ recovery-image] Sep 02 23:53:41.365 INFO O| Sep 02 23:53:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59632025-09-02T23:53:43.651Z[ recovery-image] Sep 02 23:53:41.366 INFO O| Sep 02 23:53:41.365 INFO STEP 389 (remove_files) COMPLETE
59642025-09-02T23:53:43.651Z[ recovery-image] Sep 02 23:53:41.366 INFO O| Sep 02 23:53:41.365 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-09-02T23:53:43.665Z[ recovery-image] Sep 02 23:53:41.379 INFO O| Sep 02 23:53:41.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59662025-09-02T23:53:43.669Z[ recovery-image] Sep 02 23:53:41.384 INFO O| Sep 02 23:53:41.384 INFO STEP 390 (remove_files) COMPLETE
59672025-09-02T23:53:43.669Z[ recovery-image] Sep 02 23:53:41.384 INFO O| Sep 02 23:53:41.384 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-09-02T23:53:43.684Z[ recovery-image] Sep 02 23:53:41.398 INFO O| Sep 02 23:53:41.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59692025-09-02T23:53:43.684Z[ recovery-image] Sep 02 23:53:41.398 INFO O| Sep 02 23:53:41.398 INFO STEP 391 (remove_files) COMPLETE
59702025-09-02T23:53:43.684Z[ recovery-image] Sep 02 23:53:41.398 INFO O| Sep 02 23:53:41.398 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-09-02T23:53:43.699Z[ recovery-image] Sep 02 23:53:41.414 INFO O| Sep 02 23:53:41.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59722025-09-02T23:53:43.699Z[ recovery-image] Sep 02 23:53:41.414 INFO O| Sep 02 23:53:41.414 INFO STEP 392 (remove_files) COMPLETE
59732025-09-02T23:53:43.703Z[ recovery-image] Sep 02 23:53:41.414 INFO O| Sep 02 23:53:41.414 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-09-02T23:53:43.716Z[ recovery-image] Sep 02 23:53:41.431 INFO O| Sep 02 23:53:41.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59752025-09-02T23:53:43.716Z[ recovery-image] Sep 02 23:53:41.431 INFO O| Sep 02 23:53:41.431 INFO STEP 393 (remove_files) COMPLETE
59762025-09-02T23:53:43.716Z[ recovery-image] Sep 02 23:53:41.431 INFO O| Sep 02 23:53:41.431 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-09-02T23:53:43.731Z[ recovery-image] Sep 02 23:53:41.445 INFO O| Sep 02 23:53:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59782025-09-02T23:53:43.732Z[ recovery-image] Sep 02 23:53:41.445 INFO O| Sep 02 23:53:41.445 INFO STEP 394 (remove_files) COMPLETE
59792025-09-02T23:53:43.735Z[ recovery-image] Sep 02 23:53:41.445 INFO O| Sep 02 23:53:41.445 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-09-02T23:53:43.745Z[ recovery-image] Sep 02 23:53:41.459 INFO O| Sep 02 23:53:41.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59812025-09-02T23:53:43.745Z[ recovery-image] Sep 02 23:53:41.459 INFO O| Sep 02 23:53:41.459 INFO STEP 395 (remove_files) COMPLETE
59822025-09-02T23:53:43.751Z[ recovery-image] Sep 02 23:53:41.459 INFO O| Sep 02 23:53:41.459 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-09-02T23:53:43.759Z[ recovery-image] Sep 02 23:53:41.474 INFO O| Sep 02 23:53:41.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59842025-09-02T23:53:43.759Z[ recovery-image] Sep 02 23:53:41.474 INFO O| Sep 02 23:53:41.474 INFO STEP 396 (remove_files) COMPLETE
59852025-09-02T23:53:43.759Z[ recovery-image] Sep 02 23:53:41.474 INFO O| Sep 02 23:53:41.474 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-09-02T23:53:43.773Z[ recovery-image] Sep 02 23:53:41.487 INFO O| Sep 02 23:53:41.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59872025-09-02T23:53:43.773Z[ recovery-image] Sep 02 23:53:41.488 INFO O| Sep 02 23:53:41.487 INFO STEP 397 (remove_files) COMPLETE
59882025-09-02T23:53:43.776Z[ recovery-image] Sep 02 23:53:41.488 INFO O| Sep 02 23:53:41.488 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-09-02T23:53:43.790Z[ recovery-image] Sep 02 23:53:41.502 INFO O| Sep 02 23:53:41.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59902025-09-02T23:53:43.790Z[ recovery-image] Sep 02 23:53:41.502 INFO O| Sep 02 23:53:41.502 INFO STEP 398 (remove_files) COMPLETE
59912025-09-02T23:53:43.790Z[ recovery-image] Sep 02 23:53:41.502 INFO O| Sep 02 23:53:41.502 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-09-02T23:53:43.802Z[ recovery-image] Sep 02 23:53:41.517 INFO O| Sep 02 23:53:41.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59932025-09-02T23:53:43.803Z[ recovery-image] Sep 02 23:53:41.517 INFO O| Sep 02 23:53:41.517 INFO STEP 399 (remove_files) COMPLETE
59942025-09-02T23:53:43.803Z[ recovery-image] Sep 02 23:53:41.517 INFO O| Sep 02 23:53:41.517 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-09-02T23:53:43.817Z[ recovery-image] Sep 02 23:53:41.531 INFO O| Sep 02 23:53:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59962025-09-02T23:53:43.817Z[ recovery-image] Sep 02 23:53:41.531 INFO O| Sep 02 23:53:41.531 INFO STEP 400 (remove_files) COMPLETE
59972025-09-02T23:53:43.824Z[ recovery-image] Sep 02 23:53:41.531 INFO O| Sep 02 23:53:41.531 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-09-02T23:53:43.831Z[ recovery-image] Sep 02 23:53:41.545 INFO O| Sep 02 23:53:41.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59992025-09-02T23:53:43.831Z[ recovery-image] Sep 02 23:53:41.546 INFO O| Sep 02 23:53:41.546 INFO STEP 401 (remove_files) COMPLETE
60002025-09-02T23:53:43.831Z[ recovery-image] Sep 02 23:53:41.546 INFO O| Sep 02 23:53:41.546 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-09-02T23:53:43.846Z[ recovery-image] Sep 02 23:53:41.560 INFO O| Sep 02 23:53:41.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60022025-09-02T23:53:43.849Z[ recovery-image] Sep 02 23:53:41.560 INFO O| Sep 02 23:53:41.560 INFO STEP 402 (remove_files) COMPLETE
60032025-09-02T23:53:43.849Z[ recovery-image] Sep 02 23:53:41.560 INFO O| Sep 02 23:53:41.560 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-09-02T23:53:43.861Z[ recovery-image] Sep 02 23:53:41.575 INFO O| Sep 02 23:53:41.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60052025-09-02T23:53:43.861Z[ recovery-image] Sep 02 23:53:41.575 INFO O| Sep 02 23:53:41.575 INFO STEP 403 (remove_files) COMPLETE
60062025-09-02T23:53:43.861Z[ recovery-image] Sep 02 23:53:41.575 INFO O| Sep 02 23:53:41.575 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-09-02T23:53:43.875Z[ recovery-image] Sep 02 23:53:41.589 INFO O| Sep 02 23:53:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60082025-09-02T23:53:43.875Z[ recovery-image] Sep 02 23:53:41.589 INFO O| Sep 02 23:53:41.589 INFO STEP 404 (remove_files) COMPLETE
60092025-09-02T23:53:43.879Z[ recovery-image] Sep 02 23:53:41.589 INFO O| Sep 02 23:53:41.589 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-09-02T23:53:43.889Z[ recovery-image] Sep 02 23:53:41.604 INFO O| Sep 02 23:53:41.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60112025-09-02T23:53:43.889Z[ recovery-image] Sep 02 23:53:41.604 INFO O| Sep 02 23:53:41.604 INFO STEP 405 (remove_files) COMPLETE
60122025-09-02T23:53:43.889Z[ recovery-image] Sep 02 23:53:41.604 INFO O| Sep 02 23:53:41.604 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-09-02T23:53:43.904Z[ recovery-image] Sep 02 23:53:41.618 INFO O| Sep 02 23:53:41.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60142025-09-02T23:53:43.904Z[ recovery-image] Sep 02 23:53:41.618 INFO O| Sep 02 23:53:41.618 INFO STEP 406 (remove_files) COMPLETE
60152025-09-02T23:53:43.904Z[ recovery-image] Sep 02 23:53:41.618 INFO O| Sep 02 23:53:41.618 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-09-02T23:53:43.919Z[ recovery-image] Sep 02 23:53:41.632 INFO O| Sep 02 23:53:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60172025-09-02T23:53:43.919Z[ recovery-image] Sep 02 23:53:41.632 INFO O| Sep 02 23:53:41.632 INFO STEP 407 (remove_files) COMPLETE
60182025-09-02T23:53:43.919Z[ recovery-image] Sep 02 23:53:41.632 INFO O| Sep 02 23:53:41.632 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-09-02T23:53:43.932Z[ recovery-image] Sep 02 23:53:41.647 INFO O| Sep 02 23:53:41.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60202025-09-02T23:53:43.933Z[ recovery-image] Sep 02 23:53:41.647 INFO O| Sep 02 23:53:41.647 INFO STEP 408 (remove_files) COMPLETE
60212025-09-02T23:53:43.933Z[ recovery-image] Sep 02 23:53:41.647 INFO O| Sep 02 23:53:41.647 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-09-02T23:53:43.946Z[ recovery-image] Sep 02 23:53:41.660 INFO O| Sep 02 23:53:41.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60232025-09-02T23:53:43.946Z[ recovery-image] Sep 02 23:53:41.660 INFO O| Sep 02 23:53:41.660 INFO STEP 409 (remove_files) COMPLETE
60242025-09-02T23:53:43.946Z[ recovery-image] Sep 02 23:53:41.660 INFO O| Sep 02 23:53:41.660 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-09-02T23:53:43.960Z[ recovery-image] Sep 02 23:53:41.674 INFO O| Sep 02 23:53:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60262025-09-02T23:53:43.960Z[ recovery-image] Sep 02 23:53:41.674 INFO O| Sep 02 23:53:41.674 INFO STEP 410 (remove_files) COMPLETE
60272025-09-02T23:53:43.964Z[ recovery-image] Sep 02 23:53:41.674 INFO O| Sep 02 23:53:41.674 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-09-02T23:53:43.974Z[ recovery-image] Sep 02 23:53:41.688 INFO O| Sep 02 23:53:41.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60292025-09-02T23:53:43.974Z[ recovery-image] Sep 02 23:53:41.689 INFO O| Sep 02 23:53:41.689 INFO STEP 411 (remove_files) COMPLETE
60302025-09-02T23:53:43.974Z[ recovery-image] Sep 02 23:53:41.689 INFO O| Sep 02 23:53:41.689 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-09-02T23:53:43.990Z[ recovery-image] Sep 02 23:53:41.704 INFO O| Sep 02 23:53:41.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60322025-09-02T23:53:43.990Z[ recovery-image] Sep 02 23:53:41.704 INFO O| Sep 02 23:53:41.704 INFO STEP 412 (remove_files) COMPLETE
60332025-09-02T23:53:43.993Z[ recovery-image] Sep 02 23:53:41.704 INFO O| Sep 02 23:53:41.704 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-09-02T23:53:44.005Z[ recovery-image] Sep 02 23:53:41.719 INFO O| Sep 02 23:53:41.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60352025-09-02T23:53:44.005Z[ recovery-image] Sep 02 23:53:41.719 INFO O| Sep 02 23:53:41.719 INFO STEP 413 (remove_files) COMPLETE
60362025-09-02T23:53:44.008Z[ recovery-image] Sep 02 23:53:41.719 INFO O| Sep 02 23:53:41.719 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-09-02T23:53:44.022Z[ recovery-image] Sep 02 23:53:41.736 INFO O| Sep 02 23:53:41.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60382025-09-02T23:53:44.022Z[ recovery-image] Sep 02 23:53:41.736 INFO O| Sep 02 23:53:41.736 INFO STEP 414 (remove_files) COMPLETE
60392025-09-02T23:53:44.022Z[ recovery-image] Sep 02 23:53:41.736 INFO O| Sep 02 23:53:41.736 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-09-02T23:53:44.038Z[ recovery-image] Sep 02 23:53:41.752 INFO O| Sep 02 23:53:41.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60412025-09-02T23:53:44.038Z[ recovery-image] Sep 02 23:53:41.752 INFO O| Sep 02 23:53:41.752 INFO STEP 415 (remove_files) COMPLETE
60422025-09-02T23:53:44.038Z[ recovery-image] Sep 02 23:53:41.752 INFO O| Sep 02 23:53:41.752 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-09-02T23:53:44.054Z[ recovery-image] Sep 02 23:53:41.768 INFO O| Sep 02 23:53:41.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60442025-09-02T23:53:44.054Z[ recovery-image] Sep 02 23:53:41.768 INFO O| Sep 02 23:53:41.768 INFO STEP 416 (remove_files) COMPLETE
60452025-09-02T23:53:44.054Z[ recovery-image] Sep 02 23:53:41.768 INFO O| Sep 02 23:53:41.768 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-09-02T23:53:44.069Z[ recovery-image] Sep 02 23:53:41.783 INFO O| Sep 02 23:53:41.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60472025-09-02T23:53:44.069Z[ recovery-image] Sep 02 23:53:41.783 INFO O| Sep 02 23:53:41.783 INFO STEP 417 (remove_files) COMPLETE
60482025-09-02T23:53:44.069Z[ recovery-image] Sep 02 23:53:41.783 INFO O| Sep 02 23:53:41.783 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-09-02T23:53:44.082Z[ recovery-image] Sep 02 23:53:41.796 INFO O| Sep 02 23:53:41.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60502025-09-02T23:53:44.082Z[ recovery-image] Sep 02 23:53:41.797 INFO O| Sep 02 23:53:41.797 INFO STEP 418 (remove_files) COMPLETE
60512025-09-02T23:53:44.082Z[ recovery-image] Sep 02 23:53:41.797 INFO O| Sep 02 23:53:41.797 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-09-02T23:53:44.097Z[ recovery-image] Sep 02 23:53:41.810 INFO O| Sep 02 23:53:41.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60532025-09-02T23:53:44.097Z[ recovery-image] Sep 02 23:53:41.811 INFO O| Sep 02 23:53:41.811 INFO STEP 419 (remove_files) COMPLETE
60542025-09-02T23:53:44.097Z[ recovery-image] Sep 02 23:53:41.811 INFO O| Sep 02 23:53:41.811 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-09-02T23:53:44.110Z[ recovery-image] Sep 02 23:53:41.823 INFO O| Sep 02 23:53:41.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60562025-09-02T23:53:44.111Z[ recovery-image] Sep 02 23:53:41.823 INFO O| Sep 02 23:53:41.823 INFO STEP 420 (remove_files) COMPLETE
60572025-09-02T23:53:44.111Z[ recovery-image] Sep 02 23:53:41.823 INFO O| Sep 02 23:53:41.823 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-09-02T23:53:44.123Z[ recovery-image] Sep 02 23:53:41.836 INFO O| Sep 02 23:53:41.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60592025-09-02T23:53:44.123Z[ recovery-image] Sep 02 23:53:41.836 INFO O| Sep 02 23:53:41.836 INFO STEP 421 (remove_files) COMPLETE
60602025-09-02T23:53:44.123Z[ recovery-image] Sep 02 23:53:41.836 INFO O| Sep 02 23:53:41.836 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-09-02T23:53:44.136Z[ recovery-image] Sep 02 23:53:41.850 INFO O| Sep 02 23:53:41.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60622025-09-02T23:53:44.136Z[ recovery-image] Sep 02 23:53:41.850 INFO O| Sep 02 23:53:41.850 INFO STEP 422 (remove_files) COMPLETE
60632025-09-02T23:53:44.136Z[ recovery-image] Sep 02 23:53:41.850 INFO O| Sep 02 23:53:41.850 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-09-02T23:53:44.148Z[ recovery-image] Sep 02 23:53:41.862 INFO O| Sep 02 23:53:41.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60652025-09-02T23:53:44.148Z[ recovery-image] Sep 02 23:53:41.862 INFO O| Sep 02 23:53:41.862 INFO STEP 423 (remove_files) COMPLETE
60662025-09-02T23:53:44.148Z[ recovery-image] Sep 02 23:53:41.862 INFO O| Sep 02 23:53:41.862 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-09-02T23:53:44.164Z[ recovery-image] Sep 02 23:53:41.878 INFO O| Sep 02 23:53:41.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60682025-09-02T23:53:44.164Z[ recovery-image] Sep 02 23:53:41.878 INFO O| Sep 02 23:53:41.878 INFO STEP 424 (remove_files) COMPLETE
60692025-09-02T23:53:44.171Z[ recovery-image] Sep 02 23:53:41.878 INFO O| Sep 02 23:53:41.878 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-09-02T23:53:44.178Z[ recovery-image] Sep 02 23:53:41.892 INFO O| Sep 02 23:53:41.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60712025-09-02T23:53:44.178Z[ recovery-image] Sep 02 23:53:41.892 INFO O| Sep 02 23:53:41.892 INFO STEP 425 (remove_files) COMPLETE
60722025-09-02T23:53:44.185Z[ recovery-image] Sep 02 23:53:41.892 INFO O| Sep 02 23:53:41.892 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-09-02T23:53:44.191Z[ recovery-image] Sep 02 23:53:41.905 INFO O| Sep 02 23:53:41.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60742025-09-02T23:53:44.191Z[ recovery-image] Sep 02 23:53:41.905 INFO O| Sep 02 23:53:41.905 INFO STEP 426 (remove_files) COMPLETE
60752025-09-02T23:53:44.194Z[ recovery-image] Sep 02 23:53:41.905 INFO O| Sep 02 23:53:41.905 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-09-02T23:53:44.202Z[ recovery-image] Sep 02 23:53:41.916 INFO O| Sep 02 23:53:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60772025-09-02T23:53:44.205Z[ recovery-image] Sep 02 23:53:41.917 INFO O| Sep 02 23:53:41.917 INFO STEP 427 (remove_files) COMPLETE
60782025-09-02T23:53:44.205Z[ recovery-image] Sep 02 23:53:41.917 INFO O| Sep 02 23:53:41.917 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-09-02T23:53:44.216Z[ recovery-image] Sep 02 23:53:41.931 INFO O| Sep 02 23:53:41.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60802025-09-02T23:53:44.217Z[ recovery-image] Sep 02 23:53:41.931 INFO O| Sep 02 23:53:41.931 INFO STEP 428 (remove_files) COMPLETE
60812025-09-02T23:53:44.220Z[ recovery-image] Sep 02 23:53:41.931 INFO O| Sep 02 23:53:41.931 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-09-02T23:53:44.228Z[ recovery-image] Sep 02 23:53:41.942 INFO O| Sep 02 23:53:41.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60832025-09-02T23:53:44.228Z[ recovery-image] Sep 02 23:53:41.942 INFO O| Sep 02 23:53:41.942 INFO STEP 429 (remove_files) COMPLETE
60842025-09-02T23:53:44.228Z[ recovery-image] Sep 02 23:53:41.942 INFO O| Sep 02 23:53:41.942 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-09-02T23:53:44.240Z[ recovery-image] Sep 02 23:53:41.954 INFO O| Sep 02 23:53:41.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60862025-09-02T23:53:44.240Z[ recovery-image] Sep 02 23:53:41.954 INFO O| Sep 02 23:53:41.954 INFO STEP 430 (remove_files) COMPLETE
60872025-09-02T23:53:44.240Z[ recovery-image] Sep 02 23:53:41.954 INFO O| Sep 02 23:53:41.954 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-09-02T23:53:44.253Z[ recovery-image] Sep 02 23:53:41.967 INFO O| Sep 02 23:53:41.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60892025-09-02T23:53:44.253Z[ recovery-image] Sep 02 23:53:41.967 INFO O| Sep 02 23:53:41.967 INFO STEP 431 (remove_files) COMPLETE
60902025-09-02T23:53:44.253Z[ recovery-image] Sep 02 23:53:41.968 INFO O| Sep 02 23:53:41.967 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-09-02T23:53:44.268Z[ recovery-image] Sep 02 23:53:41.982 INFO O| Sep 02 23:53:41.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60922025-09-02T23:53:44.268Z[ recovery-image] Sep 02 23:53:41.982 INFO O| Sep 02 23:53:41.982 INFO STEP 432 (remove_files) COMPLETE
60932025-09-02T23:53:44.268Z[ recovery-image] Sep 02 23:53:41.982 INFO O| Sep 02 23:53:41.982 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-09-02T23:53:44.282Z[ recovery-image] Sep 02 23:53:41.996 INFO O| Sep 02 23:53:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60952025-09-02T23:53:44.282Z[ recovery-image] Sep 02 23:53:41.996 INFO O| Sep 02 23:53:41.996 INFO STEP 433 (remove_files) COMPLETE
60962025-09-02T23:53:44.282Z[ recovery-image] Sep 02 23:53:41.996 INFO O| Sep 02 23:53:41.996 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-09-02T23:53:44.296Z[ recovery-image] Sep 02 23:53:42.010 INFO O| Sep 02 23:53:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60982025-09-02T23:53:44.296Z[ recovery-image] Sep 02 23:53:42.010 INFO O| Sep 02 23:53:42.010 INFO STEP 434 (remove_files) COMPLETE
60992025-09-02T23:53:44.296Z[ recovery-image] Sep 02 23:53:42.010 INFO O| Sep 02 23:53:42.010 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-09-02T23:53:44.310Z[ recovery-image] Sep 02 23:53:42.024 INFO O| Sep 02 23:53:42.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61012025-09-02T23:53:44.310Z[ recovery-image] Sep 02 23:53:42.024 INFO O| Sep 02 23:53:42.024 INFO STEP 435 (remove_files) COMPLETE
61022025-09-02T23:53:44.310Z[ recovery-image] Sep 02 23:53:42.024 INFO O| Sep 02 23:53:42.024 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-09-02T23:53:44.323Z[ recovery-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61042025-09-02T23:53:44.323Z[ recovery-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO STEP 436 (remove_files) COMPLETE
61052025-09-02T23:53:44.326Z[ recovery-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-09-02T23:53:44.337Z[ recovery-image] Sep 02 23:53:42.051 INFO O| Sep 02 23:53:42.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61072025-09-02T23:53:44.337Z[ recovery-image] Sep 02 23:53:42.052 INFO O| Sep 02 23:53:42.052 INFO STEP 437 (remove_files) COMPLETE
61082025-09-02T23:53:44.342Z[ recovery-image] Sep 02 23:53:42.052 INFO O| Sep 02 23:53:42.052 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-09-02T23:53:44.356Z[ recovery-image] Sep 02 23:53:42.066 INFO O| Sep 02 23:53:42.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61102025-09-02T23:53:44.357Z[ recovery-image] Sep 02 23:53:42.066 INFO O| Sep 02 23:53:42.066 INFO STEP 438 (remove_files) COMPLETE
61112025-09-02T23:53:44.357Z[ recovery-image] Sep 02 23:53:42.066 INFO O| Sep 02 23:53:42.066 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-09-02T23:53:44.367Z[ recovery-image] Sep 02 23:53:42.079 INFO O| Sep 02 23:53:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61132025-09-02T23:53:44.367Z[ recovery-image] Sep 02 23:53:42.079 INFO O| Sep 02 23:53:42.079 INFO STEP 439 (remove_files) COMPLETE
61142025-09-02T23:53:44.375Z[ recovery-image] Sep 02 23:53:42.079 INFO O| Sep 02 23:53:42.079 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-09-02T23:53:44.379Z[ recovery-image] Sep 02 23:53:42.093 INFO O| Sep 02 23:53:42.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61162025-09-02T23:53:44.379Z[ recovery-image] Sep 02 23:53:42.093 INFO O| Sep 02 23:53:42.093 INFO STEP 440 (remove_files) COMPLETE
61172025-09-02T23:53:44.383Z[ recovery-image] Sep 02 23:53:42.093 INFO O| Sep 02 23:53:42.093 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-09-02T23:53:44.393Z[ recovery-image] Sep 02 23:53:42.107 INFO O| Sep 02 23:53:42.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61192025-09-02T23:53:44.393Z[ recovery-image] Sep 02 23:53:42.107 INFO O| Sep 02 23:53:42.107 INFO STEP 441 (remove_files) COMPLETE
61202025-09-02T23:53:44.393Z[ recovery-image] Sep 02 23:53:42.107 INFO O| Sep 02 23:53:42.107 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-09-02T23:53:44.415Z[ recovery-image] Sep 02 23:53:42.127 INFO O| Sep 02 23:53:42.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61222025-09-02T23:53:44.415Z[ recovery-image] Sep 02 23:53:42.127 INFO O| Sep 02 23:53:42.127 INFO STEP 442 (remove_files) COMPLETE
61232025-09-02T23:53:44.415Z[ recovery-image] Sep 02 23:53:42.127 INFO O| Sep 02 23:53:42.127 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-09-02T23:53:44.428Z[ recovery-image] Sep 02 23:53:42.142 INFO O| Sep 02 23:53:42.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61252025-09-02T23:53:44.429Z[ recovery-image] Sep 02 23:53:42.142 INFO O| Sep 02 23:53:42.142 INFO STEP 443 (remove_files) COMPLETE
61262025-09-02T23:53:44.429Z[ recovery-image] Sep 02 23:53:42.142 INFO O| Sep 02 23:53:42.142 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-09-02T23:53:44.445Z[ recovery-image] Sep 02 23:53:42.158 INFO O| Sep 02 23:53:42.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61282025-09-02T23:53:44.445Z[ recovery-image] Sep 02 23:53:42.158 INFO O| Sep 02 23:53:42.158 INFO STEP 444 (remove_files) COMPLETE
61292025-09-02T23:53:44.445Z[ recovery-image] Sep 02 23:53:42.158 INFO O| Sep 02 23:53:42.158 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-09-02T23:53:44.459Z[ recovery-image] Sep 02 23:53:42.174 INFO O| Sep 02 23:53:42.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61312025-09-02T23:53:44.459Z[ recovery-image] Sep 02 23:53:42.174 INFO O| Sep 02 23:53:42.174 INFO STEP 445 (remove_files) COMPLETE
61322025-09-02T23:53:44.466Z[ recovery-image] Sep 02 23:53:42.174 INFO O| Sep 02 23:53:42.174 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-09-02T23:53:44.472Z[ recovery-image] Sep 02 23:53:42.186 INFO O| Sep 02 23:53:42.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61342025-09-02T23:53:44.472Z[ recovery-image] Sep 02 23:53:42.186 INFO O| Sep 02 23:53:42.186 INFO STEP 446 (remove_files) COMPLETE
61352025-09-02T23:53:44.473Z[ recovery-image] Sep 02 23:53:42.186 INFO O| Sep 02 23:53:42.186 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-09-02T23:53:44.494Z[ recovery-image] Sep 02 23:53:42.201 INFO O| Sep 02 23:53:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61372025-09-02T23:53:44.494Z[ recovery-image] Sep 02 23:53:42.201 INFO O| Sep 02 23:53:42.201 INFO STEP 447 (remove_files) COMPLETE
61382025-09-02T23:53:44.501Z[ recovery-image] Sep 02 23:53:42.201 INFO O| Sep 02 23:53:42.201 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-09-02T23:53:44.512Z[ recovery-image] Sep 02 23:53:42.216 INFO O| Sep 02 23:53:42.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61402025-09-02T23:53:44.512Z[ recovery-image] Sep 02 23:53:42.216 INFO O| Sep 02 23:53:42.216 INFO STEP 448 (remove_files) COMPLETE
61412025-09-02T23:53:44.512Z[ recovery-image] Sep 02 23:53:42.216 INFO O| Sep 02 23:53:42.216 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-09-02T23:53:44.517Z[ recovery-image] Sep 02 23:53:42.230 INFO O| Sep 02 23:53:42.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61432025-09-02T23:53:44.521Z[ recovery-image] Sep 02 23:53:42.231 INFO O| Sep 02 23:53:42.231 INFO STEP 449 (remove_files) COMPLETE
61442025-09-02T23:53:44.521Z[ recovery-image] Sep 02 23:53:42.231 INFO O| Sep 02 23:53:42.231 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-09-02T23:53:44.531Z[ recovery-image] Sep 02 23:53:42.245 INFO O| Sep 02 23:53:42.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61462025-09-02T23:53:44.532Z[ recovery-image] Sep 02 23:53:42.245 INFO O| Sep 02 23:53:42.245 INFO STEP 450 (remove_files) COMPLETE
61472025-09-02T23:53:44.532Z[ recovery-image] Sep 02 23:53:42.245 INFO O| Sep 02 23:53:42.245 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-09-02T23:53:44.546Z[ recovery-image] Sep 02 23:53:42.260 INFO O| Sep 02 23:53:42.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61492025-09-02T23:53:44.546Z[ recovery-image] Sep 02 23:53:42.260 INFO O| Sep 02 23:53:42.260 INFO STEP 451 (remove_files) COMPLETE
61502025-09-02T23:53:44.549Z[ recovery-image] Sep 02 23:53:42.260 INFO O| Sep 02 23:53:42.260 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-09-02T23:53:44.560Z[ recovery-image] Sep 02 23:53:42.274 INFO O| Sep 02 23:53:42.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61522025-09-02T23:53:44.561Z[ recovery-image] Sep 02 23:53:42.275 INFO O| Sep 02 23:53:42.274 INFO STEP 452 (remove_files) COMPLETE
61532025-09-02T23:53:44.561Z[ recovery-image] Sep 02 23:53:42.275 INFO O| Sep 02 23:53:42.274 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-09-02T23:53:44.576Z[ recovery-image] Sep 02 23:53:42.290 INFO O| Sep 02 23:53:42.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61552025-09-02T23:53:44.577Z[ recovery-image] Sep 02 23:53:42.290 INFO O| Sep 02 23:53:42.290 INFO STEP 453 (remove_files) COMPLETE
61562025-09-02T23:53:44.577Z[ recovery-image] Sep 02 23:53:42.290 INFO O| Sep 02 23:53:42.290 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-09-02T23:53:44.594Z[ recovery-image] Sep 02 23:53:42.304 INFO O| Sep 02 23:53:42.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61582025-09-02T23:53:44.594Z[ recovery-image] Sep 02 23:53:42.305 INFO O| Sep 02 23:53:42.304 INFO STEP 454 (remove_files) COMPLETE
61592025-09-02T23:53:44.594Z[ recovery-image] Sep 02 23:53:42.305 INFO O| Sep 02 23:53:42.304 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-09-02T23:53:44.605Z[ recovery-image] Sep 02 23:53:42.319 INFO O| Sep 02 23:53:42.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61612025-09-02T23:53:44.609Z[ recovery-image] Sep 02 23:53:42.320 INFO O| Sep 02 23:53:42.320 INFO STEP 455 (remove_files) COMPLETE
61622025-09-02T23:53:44.609Z[ recovery-image] Sep 02 23:53:42.320 INFO O| Sep 02 23:53:42.320 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-09-02T23:53:44.622Z[ recovery-image] Sep 02 23:53:42.335 INFO O| Sep 02 23:53:42.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61642025-09-02T23:53:44.622Z[ recovery-image] Sep 02 23:53:42.336 INFO O| Sep 02 23:53:42.336 INFO STEP 456 (remove_files) COMPLETE
61652025-09-02T23:53:44.625Z[ recovery-image] Sep 02 23:53:42.336 INFO O| Sep 02 23:53:42.336 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-09-02T23:53:44.656Z[ recovery-image] Sep 02 23:53:42.351 INFO O| Sep 02 23:53:42.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61672025-09-02T23:53:44.661Z[ recovery-image] Sep 02 23:53:42.351 INFO O| Sep 02 23:53:42.351 INFO STEP 457 (remove_files) COMPLETE
61682025-09-02T23:53:44.662Z[ recovery-image] Sep 02 23:53:42.351 INFO O| Sep 02 23:53:42.351 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-09-02T23:53:44.662Z[ recovery-image] Sep 02 23:53:42.366 INFO O| Sep 02 23:53:42.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61702025-09-02T23:53:44.662Z[ recovery-image] Sep 02 23:53:42.366 INFO O| Sep 02 23:53:42.366 INFO STEP 458 (remove_files) COMPLETE
61712025-09-02T23:53:44.662Z[ recovery-image] Sep 02 23:53:42.366 INFO O| Sep 02 23:53:42.366 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-09-02T23:53:44.668Z[ recovery-image] Sep 02 23:53:42.381 INFO O| Sep 02 23:53:42.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61732025-09-02T23:53:44.668Z[ recovery-image] Sep 02 23:53:42.381 INFO O| Sep 02 23:53:42.381 INFO STEP 459 (remove_files) COMPLETE
61742025-09-02T23:53:44.672Z[ recovery-image] Sep 02 23:53:42.381 INFO O| Sep 02 23:53:42.381 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-09-02T23:53:44.681Z[ recovery-image] Sep 02 23:53:42.395 INFO O| Sep 02 23:53:42.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61762025-09-02T23:53:44.681Z[ recovery-image] Sep 02 23:53:42.395 INFO O| Sep 02 23:53:42.395 INFO STEP 460 (remove_files) COMPLETE
61772025-09-02T23:53:44.684Z[ recovery-image] Sep 02 23:53:42.395 INFO O| Sep 02 23:53:42.395 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-09-02T23:53:44.696Z[ recovery-image] Sep 02 23:53:42.410 INFO O| Sep 02 23:53:42.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61792025-09-02T23:53:44.696Z[ recovery-image] Sep 02 23:53:42.410 INFO O| Sep 02 23:53:42.410 INFO STEP 461 (remove_files) COMPLETE
61802025-09-02T23:53:44.700Z[ recovery-image] Sep 02 23:53:42.410 INFO O| Sep 02 23:53:42.410 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-09-02T23:53:44.712Z[ recovery-image] Sep 02 23:53:42.425 INFO O| Sep 02 23:53:42.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61822025-09-02T23:53:44.712Z[ recovery-image] Sep 02 23:53:42.425 INFO O| Sep 02 23:53:42.425 INFO STEP 462 (remove_files) COMPLETE
61832025-09-02T23:53:44.721Z[ recovery-image] Sep 02 23:53:42.425 INFO O| Sep 02 23:53:42.425 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-09-02T23:53:44.725Z[ recovery-image] Sep 02 23:53:42.438 INFO O| Sep 02 23:53:42.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61852025-09-02T23:53:44.725Z[ recovery-image] Sep 02 23:53:42.438 INFO O| Sep 02 23:53:42.438 INFO STEP 463 (remove_files) COMPLETE
61862025-09-02T23:53:44.725Z[ recovery-image] Sep 02 23:53:42.438 INFO O| Sep 02 23:53:42.438 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-09-02T23:53:44.737Z[ recovery-image] Sep 02 23:53:42.451 INFO O| Sep 02 23:53:42.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61882025-09-02T23:53:44.737Z[ recovery-image] Sep 02 23:53:42.451 INFO O| Sep 02 23:53:42.451 INFO STEP 464 (remove_files) COMPLETE
61892025-09-02T23:53:44.741Z[ recovery-image] Sep 02 23:53:42.452 INFO O| Sep 02 23:53:42.451 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-09-02T23:53:44.752Z[ recovery-image] Sep 02 23:53:42.466 INFO O| Sep 02 23:53:42.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61912025-09-02T23:53:44.753Z[ recovery-image] Sep 02 23:53:42.466 INFO O| Sep 02 23:53:42.466 INFO STEP 465 (remove_files) COMPLETE
61922025-09-02T23:53:44.757Z[ recovery-image] Sep 02 23:53:42.466 INFO O| Sep 02 23:53:42.466 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-09-02T23:53:44.766Z[ recovery-image] Sep 02 23:53:42.479 INFO O| Sep 02 23:53:42.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61942025-09-02T23:53:44.766Z[ recovery-image] Sep 02 23:53:42.480 INFO O| Sep 02 23:53:42.480 INFO STEP 466 (remove_files) COMPLETE
61952025-09-02T23:53:44.770Z[ recovery-image] Sep 02 23:53:42.480 INFO O| Sep 02 23:53:42.480 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-09-02T23:53:44.781Z[ recovery-image] Sep 02 23:53:42.495 INFO O| Sep 02 23:53:42.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61972025-09-02T23:53:44.781Z[ recovery-image] Sep 02 23:53:42.496 INFO O| Sep 02 23:53:42.495 INFO STEP 467 (remove_files) COMPLETE
61982025-09-02T23:53:44.786Z[ recovery-image] Sep 02 23:53:42.496 INFO O| Sep 02 23:53:42.496 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-09-02T23:53:44.797Z[ recovery-image] Sep 02 23:53:42.510 INFO O| Sep 02 23:53:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62002025-09-02T23:53:44.797Z[ recovery-image] Sep 02 23:53:42.510 INFO O| Sep 02 23:53:42.510 INFO STEP 468 (remove_files) COMPLETE
62012025-09-02T23:53:44.797Z[ recovery-image] Sep 02 23:53:42.510 INFO O| Sep 02 23:53:42.510 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-09-02T23:53:44.809Z[ recovery-image] Sep 02 23:53:42.524 INFO O| Sep 02 23:53:42.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62032025-09-02T23:53:44.810Z[ recovery-image] Sep 02 23:53:42.524 INFO O| Sep 02 23:53:42.524 INFO STEP 469 (remove_files) COMPLETE
62042025-09-02T23:53:44.810Z[ recovery-image] Sep 02 23:53:42.524 INFO O| Sep 02 23:53:42.524 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-09-02T23:53:44.823Z[ recovery-image] Sep 02 23:53:42.537 INFO O| Sep 02 23:53:42.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62062025-09-02T23:53:44.825Z[ recovery-image] Sep 02 23:53:42.537 INFO O| Sep 02 23:53:42.537 INFO STEP 470 (remove_files) COMPLETE
62072025-09-02T23:53:44.825Z[ recovery-image] Sep 02 23:53:42.537 INFO O| Sep 02 23:53:42.537 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-09-02T23:53:44.835Z[ recovery-image] Sep 02 23:53:42.549 INFO O| Sep 02 23:53:42.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62092025-09-02T23:53:44.835Z[ recovery-image] Sep 02 23:53:42.549 INFO O| Sep 02 23:53:42.549 INFO STEP 471 (remove_files) COMPLETE
62102025-09-02T23:53:44.838Z[ recovery-image] Sep 02 23:53:42.549 INFO O| Sep 02 23:53:42.549 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-09-02T23:53:44.846Z[ recovery-image] Sep 02 23:53:42.560 INFO O| Sep 02 23:53:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62122025-09-02T23:53:44.846Z[ recovery-image] Sep 02 23:53:42.560 INFO O| Sep 02 23:53:42.560 INFO STEP 472 (remove_files) COMPLETE
62132025-09-02T23:53:44.849Z[ recovery-image] Sep 02 23:53:42.560 INFO O| Sep 02 23:53:42.560 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-09-02T23:53:44.860Z[ recovery-image] Sep 02 23:53:42.572 INFO O| Sep 02 23:53:42.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62152025-09-02T23:53:44.860Z[ recovery-image] Sep 02 23:53:42.572 INFO O| Sep 02 23:53:42.572 INFO STEP 473 (remove_files) COMPLETE
62162025-09-02T23:53:44.863Z[ recovery-image] Sep 02 23:53:42.572 INFO O| Sep 02 23:53:42.572 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-09-02T23:53:44.871Z[ recovery-image] Sep 02 23:53:42.585 INFO O| Sep 02 23:53:42.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62182025-09-02T23:53:44.871Z[ recovery-image] Sep 02 23:53:42.585 INFO O| Sep 02 23:53:42.585 INFO STEP 474 (remove_files) COMPLETE
62192025-09-02T23:53:44.871Z[ recovery-image] Sep 02 23:53:42.585 INFO O| Sep 02 23:53:42.585 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-09-02T23:53:44.884Z[ recovery-image] Sep 02 23:53:42.598 INFO O| Sep 02 23:53:42.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62212025-09-02T23:53:44.884Z[ recovery-image] Sep 02 23:53:42.598 INFO O| Sep 02 23:53:42.598 INFO STEP 475 (remove_files) COMPLETE
62222025-09-02T23:53:44.884Z[ recovery-image] Sep 02 23:53:42.598 INFO O| Sep 02 23:53:42.598 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-09-02T23:53:44.899Z[ recovery-image] Sep 02 23:53:42.613 INFO O| Sep 02 23:53:42.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62242025-09-02T23:53:44.899Z[ recovery-image] Sep 02 23:53:42.613 INFO O| Sep 02 23:53:42.613 INFO STEP 476 (remove_files) COMPLETE
62252025-09-02T23:53:44.899Z[ recovery-image] Sep 02 23:53:42.613 INFO O| Sep 02 23:53:42.613 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-09-02T23:53:44.910Z[ recovery-image] Sep 02 23:53:42.624 INFO O| Sep 02 23:53:42.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62272025-09-02T23:53:44.910Z[ recovery-image] Sep 02 23:53:42.624 INFO O| Sep 02 23:53:42.624 INFO STEP 477 (remove_files) COMPLETE
62282025-09-02T23:53:44.913Z[ recovery-image] Sep 02 23:53:42.624 INFO O| Sep 02 23:53:42.624 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-09-02T23:53:44.923Z[ recovery-image] Sep 02 23:53:42.637 INFO O| Sep 02 23:53:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62302025-09-02T23:53:44.926Z[ recovery-image] Sep 02 23:53:42.638 INFO O| Sep 02 23:53:42.638 INFO STEP 478 (remove_files) COMPLETE
62312025-09-02T23:53:44.926Z[ recovery-image] Sep 02 23:53:42.638 INFO O| Sep 02 23:53:42.638 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-09-02T23:53:44.936Z[ recovery-image] Sep 02 23:53:42.650 INFO O| Sep 02 23:53:42.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62332025-09-02T23:53:44.936Z[ recovery-image] Sep 02 23:53:42.650 INFO O| Sep 02 23:53:42.650 INFO STEP 479 (remove_files) COMPLETE
62342025-09-02T23:53:44.941Z[ recovery-image] Sep 02 23:53:42.650 INFO O| Sep 02 23:53:42.650 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-09-02T23:53:44.948Z[ recovery-image] Sep 02 23:53:42.662 INFO O| Sep 02 23:53:42.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62362025-09-02T23:53:44.953Z[ recovery-image] Sep 02 23:53:42.662 INFO O| Sep 02 23:53:42.662 INFO STEP 480 (remove_files) COMPLETE
62372025-09-02T23:53:44.953Z[ recovery-image] Sep 02 23:53:42.662 INFO O| Sep 02 23:53:42.662 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-09-02T23:53:44.963Z[ recovery-image] Sep 02 23:53:42.675 INFO O| Sep 02 23:53:42.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62392025-09-02T23:53:44.963Z[ recovery-image] Sep 02 23:53:42.675 INFO O| Sep 02 23:53:42.675 INFO STEP 481 (remove_files) COMPLETE
62402025-09-02T23:53:44.963Z[ recovery-image] Sep 02 23:53:42.675 INFO O| Sep 02 23:53:42.675 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-09-02T23:53:44.974Z[ recovery-image] Sep 02 23:53:42.688 INFO O| Sep 02 23:53:42.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62422025-09-02T23:53:44.974Z[ recovery-image] Sep 02 23:53:42.688 INFO O| Sep 02 23:53:42.688 INFO STEP 482 (remove_files) COMPLETE
62432025-09-02T23:53:44.974Z[ recovery-image] Sep 02 23:53:42.688 INFO O| Sep 02 23:53:42.688 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-09-02T23:53:44.987Z[ recovery-image] Sep 02 23:53:42.701 INFO O| Sep 02 23:53:42.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62452025-09-02T23:53:44.987Z[ recovery-image] Sep 02 23:53:42.701 INFO O| Sep 02 23:53:42.701 INFO STEP 483 (remove_files) COMPLETE
62462025-09-02T23:53:44.987Z[ recovery-image] Sep 02 23:53:42.701 INFO O| Sep 02 23:53:42.701 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-09-02T23:53:45.002Z[ recovery-image] Sep 02 23:53:42.716 INFO O| Sep 02 23:53:42.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62482025-09-02T23:53:45.002Z[ recovery-image] Sep 02 23:53:42.716 INFO O| Sep 02 23:53:42.716 INFO STEP 484 (remove_files) COMPLETE
62492025-09-02T23:53:45.005Z[ recovery-image] Sep 02 23:53:42.716 INFO O| Sep 02 23:53:42.716 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-09-02T23:53:45.015Z[ recovery-image] Sep 02 23:53:42.729 INFO O| Sep 02 23:53:42.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62512025-09-02T23:53:45.015Z[ recovery-image] Sep 02 23:53:42.729 INFO O| Sep 02 23:53:42.729 INFO STEP 485 (remove_files) COMPLETE
62522025-09-02T23:53:45.016Z[ recovery-image] Sep 02 23:53:42.729 INFO O| Sep 02 23:53:42.729 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-09-02T23:53:45.029Z[ recovery-image] Sep 02 23:53:42.743 INFO O| Sep 02 23:53:42.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62542025-09-02T23:53:45.029Z[ recovery-image] Sep 02 23:53:42.743 INFO O| Sep 02 23:53:42.743 INFO STEP 486 (remove_files) COMPLETE
62552025-09-02T23:53:45.030Z[ recovery-image] Sep 02 23:53:42.743 INFO O| Sep 02 23:53:42.743 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-09-02T23:53:45.041Z[ recovery-image] Sep 02 23:53:42.755 INFO O| Sep 02 23:53:42.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62572025-09-02T23:53:45.041Z[ recovery-image] Sep 02 23:53:42.755 INFO O| Sep 02 23:53:42.755 INFO STEP 487 (remove_files) COMPLETE
62582025-09-02T23:53:45.041Z[ recovery-image] Sep 02 23:53:42.755 INFO O| Sep 02 23:53:42.755 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-09-02T23:53:45.054Z[ recovery-image] Sep 02 23:53:42.768 INFO O| Sep 02 23:53:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62602025-09-02T23:53:45.054Z[ recovery-image] Sep 02 23:53:42.768 INFO O| Sep 02 23:53:42.768 INFO STEP 488 (remove_files) COMPLETE
62612025-09-02T23:53:45.058Z[ recovery-image] Sep 02 23:53:42.768 INFO O| Sep 02 23:53:42.768 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-09-02T23:53:45.066Z[ recovery-image] Sep 02 23:53:42.780 INFO O| Sep 02 23:53:42.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62632025-09-02T23:53:45.066Z[ recovery-image] Sep 02 23:53:42.780 INFO O| Sep 02 23:53:42.780 INFO STEP 489 (remove_files) COMPLETE
62642025-09-02T23:53:45.070Z[ recovery-image] Sep 02 23:53:42.780 INFO O| Sep 02 23:53:42.780 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-09-02T23:53:45.080Z[ recovery-image] Sep 02 23:53:42.794 INFO O| Sep 02 23:53:42.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62662025-09-02T23:53:45.080Z[ recovery-image] Sep 02 23:53:42.794 INFO O| Sep 02 23:53:42.794 INFO STEP 490 (remove_files) COMPLETE
62672025-09-02T23:53:45.080Z[ recovery-image] Sep 02 23:53:42.794 INFO O| Sep 02 23:53:42.794 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-09-02T23:53:45.094Z[ recovery-image] Sep 02 23:53:42.806 INFO O| Sep 02 23:53:42.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62692025-09-02T23:53:45.094Z[ recovery-image] Sep 02 23:53:42.806 INFO O| Sep 02 23:53:42.806 INFO STEP 491 (remove_files) COMPLETE
62702025-09-02T23:53:45.094Z[ recovery-image] Sep 02 23:53:42.806 INFO O| Sep 02 23:53:42.806 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-09-02T23:53:45.104Z[ recovery-image] Sep 02 23:53:42.817 INFO O| Sep 02 23:53:42.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62722025-09-02T23:53:45.104Z[ recovery-image] Sep 02 23:53:42.817 INFO O| Sep 02 23:53:42.817 INFO STEP 492 (remove_files) COMPLETE
62732025-09-02T23:53:45.109Z[ recovery-image] Sep 02 23:53:42.817 INFO O| Sep 02 23:53:42.817 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-09-02T23:53:45.117Z[ recovery-image] Sep 02 23:53:42.831 INFO O| Sep 02 23:53:42.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62752025-09-02T23:53:45.117Z[ recovery-image] Sep 02 23:53:42.831 INFO O| Sep 02 23:53:42.831 INFO STEP 493 (remove_files) COMPLETE
62762025-09-02T23:53:45.117Z[ recovery-image] Sep 02 23:53:42.831 INFO O| Sep 02 23:53:42.831 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-09-02T23:53:45.130Z[ recovery-image] Sep 02 23:53:42.842 INFO O| Sep 02 23:53:42.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62782025-09-02T23:53:45.130Z[ recovery-image] Sep 02 23:53:42.842 INFO O| Sep 02 23:53:42.842 INFO STEP 494 (remove_files) COMPLETE
62792025-09-02T23:53:45.130Z[ recovery-image] Sep 02 23:53:42.842 INFO O| Sep 02 23:53:42.842 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-09-02T23:53:45.141Z[ recovery-image] Sep 02 23:53:42.855 INFO O| Sep 02 23:53:42.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62812025-09-02T23:53:45.141Z[ recovery-image] Sep 02 23:53:42.855 INFO O| Sep 02 23:53:42.855 INFO STEP 495 (remove_files) COMPLETE
62822025-09-02T23:53:45.141Z[ recovery-image] Sep 02 23:53:42.855 INFO O| Sep 02 23:53:42.855 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-09-02T23:53:45.161Z[ recovery-image] Sep 02 23:53:42.869 INFO O| Sep 02 23:53:42.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62842025-09-02T23:53:45.161Z[ recovery-image] Sep 02 23:53:42.869 INFO O| Sep 02 23:53:42.869 INFO STEP 496 (remove_files) COMPLETE
62852025-09-02T23:53:45.179Z[ recovery-image] Sep 02 23:53:42.869 INFO O| Sep 02 23:53:42.869 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-09-02T23:53:45.180Z[ recovery-image] Sep 02 23:53:42.882 INFO O| Sep 02 23:53:42.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62872025-09-02T23:53:45.180Z[ recovery-image] Sep 02 23:53:42.882 INFO O| Sep 02 23:53:42.882 INFO STEP 497 (remove_files) COMPLETE
62882025-09-02T23:53:45.180Z[ recovery-image] Sep 02 23:53:42.882 INFO O| Sep 02 23:53:42.882 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-09-02T23:53:45.184Z[ recovery-image] Sep 02 23:53:42.896 INFO O| Sep 02 23:53:42.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62902025-09-02T23:53:45.184Z[ recovery-image] Sep 02 23:53:42.896 INFO O| Sep 02 23:53:42.896 INFO STEP 498 (remove_files) COMPLETE
62912025-09-02T23:53:45.184Z[ recovery-image] Sep 02 23:53:42.896 INFO O| Sep 02 23:53:42.896 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-09-02T23:53:45.196Z[ recovery-image] Sep 02 23:53:42.909 INFO O| Sep 02 23:53:42.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62932025-09-02T23:53:45.200Z[ recovery-image] Sep 02 23:53:42.910 INFO O| Sep 02 23:53:42.910 INFO STEP 499 (remove_files) COMPLETE
62942025-09-02T23:53:45.200Z[ recovery-image] Sep 02 23:53:42.910 INFO O| Sep 02 23:53:42.910 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-09-02T23:53:45.210Z[ recovery-image] Sep 02 23:53:42.923 INFO O| Sep 02 23:53:42.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62962025-09-02T23:53:45.210Z[ recovery-image] Sep 02 23:53:42.924 INFO O| Sep 02 23:53:42.924 INFO STEP 500 (remove_files) COMPLETE
62972025-09-02T23:53:45.210Z[ recovery-image] Sep 02 23:53:42.924 INFO O| Sep 02 23:53:42.924 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-09-02T23:53:45.224Z[ recovery-image] Sep 02 23:53:42.938 INFO O| Sep 02 23:53:42.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62992025-09-02T23:53:45.227Z[ recovery-image] Sep 02 23:53:42.938 INFO O| Sep 02 23:53:42.938 INFO STEP 501 (remove_files) COMPLETE
63002025-09-02T23:53:45.227Z[ recovery-image] Sep 02 23:53:42.938 INFO O| Sep 02 23:53:42.938 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-09-02T23:53:45.239Z[ recovery-image] Sep 02 23:53:42.953 INFO O| Sep 02 23:53:42.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63022025-09-02T23:53:45.239Z[ recovery-image] Sep 02 23:53:42.953 INFO O| Sep 02 23:53:42.953 INFO STEP 502 (remove_files) COMPLETE
63032025-09-02T23:53:45.239Z[ recovery-image] Sep 02 23:53:42.953 INFO O| Sep 02 23:53:42.953 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-09-02T23:53:45.252Z[ recovery-image] Sep 02 23:53:42.966 INFO O| Sep 02 23:53:42.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63052025-09-02T23:53:45.252Z[ recovery-image] Sep 02 23:53:42.966 INFO O| Sep 02 23:53:42.966 INFO STEP 503 (remove_files) COMPLETE
63062025-09-02T23:53:45.255Z[ recovery-image] Sep 02 23:53:42.966 INFO O| Sep 02 23:53:42.966 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-09-02T23:53:45.268Z[ recovery-image] Sep 02 23:53:42.981 INFO O| Sep 02 23:53:42.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63082025-09-02T23:53:45.268Z[ recovery-image] Sep 02 23:53:42.981 INFO O| Sep 02 23:53:42.981 INFO STEP 504 (remove_files) COMPLETE
63092025-09-02T23:53:45.268Z[ recovery-image] Sep 02 23:53:42.981 INFO O| Sep 02 23:53:42.981 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-09-02T23:53:45.281Z[ recovery-image] Sep 02 23:53:42.995 INFO O| Sep 02 23:53:42.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63112025-09-02T23:53:45.281Z[ recovery-image] Sep 02 23:53:42.995 INFO O| Sep 02 23:53:42.995 INFO STEP 505 (remove_files) COMPLETE
63122025-09-02T23:53:45.281Z[ recovery-image] Sep 02 23:53:42.995 INFO O| Sep 02 23:53:42.995 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-09-02T23:53:45.298Z[ recovery-image] Sep 02 23:53:43.009 INFO O| Sep 02 23:53:43.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63142025-09-02T23:53:45.298Z[ recovery-image] Sep 02 23:53:43.009 INFO O| Sep 02 23:53:43.009 INFO STEP 506 (remove_files) COMPLETE
63152025-09-02T23:53:45.298Z[ recovery-image] Sep 02 23:53:43.010 INFO O| Sep 02 23:53:43.009 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-09-02T23:53:45.309Z[ recovery-image] Sep 02 23:53:43.023 INFO O| Sep 02 23:53:43.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63172025-09-02T23:53:45.309Z[ recovery-image] Sep 02 23:53:43.023 INFO O| Sep 02 23:53:43.023 INFO STEP 507 (remove_files) COMPLETE
63182025-09-02T23:53:45.309Z[ recovery-image] Sep 02 23:53:43.023 INFO O| Sep 02 23:53:43.023 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-09-02T23:53:45.322Z[ recovery-image] Sep 02 23:53:43.036 INFO O| Sep 02 23:53:43.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63202025-09-02T23:53:45.322Z[ recovery-image] Sep 02 23:53:43.036 INFO O| Sep 02 23:53:43.036 INFO STEP 508 (remove_files) COMPLETE
63212025-09-02T23:53:45.322Z[ recovery-image] Sep 02 23:53:43.036 INFO O| Sep 02 23:53:43.036 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-09-02T23:53:45.335Z[ recovery-image] Sep 02 23:53:43.049 INFO O| Sep 02 23:53:43.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63232025-09-02T23:53:45.338Z[ recovery-image] Sep 02 23:53:43.049 INFO O| Sep 02 23:53:43.049 INFO STEP 509 (remove_files) COMPLETE
63242025-09-02T23:53:45.338Z[ recovery-image] Sep 02 23:53:43.049 INFO O| Sep 02 23:53:43.049 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-09-02T23:53:45.347Z[ recovery-image] Sep 02 23:53:43.061 INFO O| Sep 02 23:53:43.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63262025-09-02T23:53:45.353Z[ recovery-image] Sep 02 23:53:43.061 INFO O| Sep 02 23:53:43.061 INFO STEP 510 (remove_files) COMPLETE
63272025-09-02T23:53:45.353Z[ recovery-image] Sep 02 23:53:43.061 INFO O| Sep 02 23:53:43.061 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-09-02T23:53:45.359Z[ recovery-image] Sep 02 23:53:43.073 INFO O| Sep 02 23:53:43.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63292025-09-02T23:53:45.359Z[ recovery-image] Sep 02 23:53:43.073 INFO O| Sep 02 23:53:43.073 INFO STEP 511 (remove_files) COMPLETE
63302025-09-02T23:53:45.362Z[ recovery-image] Sep 02 23:53:43.073 INFO O| Sep 02 23:53:43.073 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-09-02T23:53:45.373Z[ recovery-image] Sep 02 23:53:43.086 INFO O| Sep 02 23:53:43.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63322025-09-02T23:53:45.373Z[ recovery-image] Sep 02 23:53:43.087 INFO O| Sep 02 23:53:43.086 INFO STEP 512 (remove_files) COMPLETE
63332025-09-02T23:53:45.373Z[ recovery-image] Sep 02 23:53:43.087 INFO O| Sep 02 23:53:43.087 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-09-02T23:53:45.385Z[ recovery-image] Sep 02 23:53:43.099 INFO O| Sep 02 23:53:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63352025-09-02T23:53:45.390Z[ recovery-image] Sep 02 23:53:43.099 INFO O| Sep 02 23:53:43.099 INFO STEP 513 (remove_files) COMPLETE
63362025-09-02T23:53:45.390Z[ recovery-image] Sep 02 23:53:43.099 INFO O| Sep 02 23:53:43.099 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-09-02T23:53:45.407Z[ recovery-image] Sep 02 23:53:43.121 INFO O| Sep 02 23:53:43.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63382025-09-02T23:53:45.407Z[ recovery-image] Sep 02 23:53:43.121 INFO O| Sep 02 23:53:43.121 INFO STEP 514 (remove_files) COMPLETE
63392025-09-02T23:53:45.407Z[ recovery-image] Sep 02 23:53:43.121 INFO O| Sep 02 23:53:43.121 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-09-02T23:53:45.421Z[ recovery-image] Sep 02 23:53:43.135 INFO O| Sep 02 23:53:43.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63412025-09-02T23:53:45.422Z[ recovery-image] Sep 02 23:53:43.135 INFO O| Sep 02 23:53:43.135 INFO STEP 515 (remove_files) COMPLETE
63422025-09-02T23:53:45.425Z[ recovery-image] Sep 02 23:53:43.135 INFO O| Sep 02 23:53:43.135 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-09-02T23:53:45.435Z[ recovery-image] Sep 02 23:53:43.149 INFO O| Sep 02 23:53:43.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63442025-09-02T23:53:45.436Z[ recovery-image] Sep 02 23:53:43.149 INFO O| Sep 02 23:53:43.149 INFO STEP 516 (remove_files) COMPLETE
63452025-09-02T23:53:45.440Z[ recovery-image] Sep 02 23:53:43.149 INFO O| Sep 02 23:53:43.149 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-09-02T23:53:45.449Z[ recovery-image] Sep 02 23:53:43.162 INFO O| Sep 02 23:53:43.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63472025-09-02T23:53:45.449Z[ recovery-image] Sep 02 23:53:43.162 INFO O| Sep 02 23:53:43.162 INFO STEP 517 (remove_files) COMPLETE
63482025-09-02T23:53:45.449Z[ recovery-image] Sep 02 23:53:43.162 INFO O| Sep 02 23:53:43.162 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-09-02T23:53:45.464Z[ recovery-image] Sep 02 23:53:43.177 INFO O| Sep 02 23:53:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63502025-09-02T23:53:45.464Z[ recovery-image] Sep 02 23:53:43.177 INFO O| Sep 02 23:53:43.177 INFO STEP 518 (remove_files) COMPLETE
63512025-09-02T23:53:45.464Z[ recovery-image] Sep 02 23:53:43.177 INFO O| Sep 02 23:53:43.177 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-09-02T23:53:45.476Z[ recovery-image] Sep 02 23:53:43.190 INFO O| Sep 02 23:53:43.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63532025-09-02T23:53:45.476Z[ recovery-image] Sep 02 23:53:43.190 INFO O| Sep 02 23:53:43.190 INFO STEP 519 (remove_files) COMPLETE
63542025-09-02T23:53:45.476Z[ recovery-image] Sep 02 23:53:43.190 INFO O| Sep 02 23:53:43.190 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-09-02T23:53:45.489Z[ recovery-image] Sep 02 23:53:43.202 INFO O| Sep 02 23:53:43.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63562025-09-02T23:53:45.489Z[ recovery-image] Sep 02 23:53:43.202 INFO O| Sep 02 23:53:43.202 INFO STEP 520 (remove_files) COMPLETE
63572025-09-02T23:53:45.489Z[ recovery-image] Sep 02 23:53:43.202 INFO O| Sep 02 23:53:43.202 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-09-02T23:53:45.504Z[ recovery-image] Sep 02 23:53:43.217 INFO O| Sep 02 23:53:43.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63592025-09-02T23:53:45.507Z[ recovery-image] Sep 02 23:53:43.218 INFO O| Sep 02 23:53:43.218 INFO STEP 521 (remove_files) COMPLETE
63602025-09-02T23:53:45.507Z[ recovery-image] Sep 02 23:53:43.218 INFO O| Sep 02 23:53:43.218 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-09-02T23:53:45.533Z[ recovery-image] Sep 02 23:53:43.231 INFO O| Sep 02 23:53:43.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63622025-09-02T23:53:45.533Z[ recovery-image] Sep 02 23:53:43.231 INFO O| Sep 02 23:53:43.231 INFO STEP 522 (remove_files) COMPLETE
63632025-09-02T23:53:45.533Z[ recovery-image] Sep 02 23:53:43.231 INFO O| Sep 02 23:53:43.231 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-09-02T23:53:45.542Z[ recovery-image] Sep 02 23:53:43.244 INFO O| Sep 02 23:53:43.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63652025-09-02T23:53:45.542Z[ recovery-image] Sep 02 23:53:43.245 INFO O| Sep 02 23:53:43.245 INFO STEP 523 (remove_files) COMPLETE
63662025-09-02T23:53:45.542Z[ recovery-image] Sep 02 23:53:43.245 INFO O| Sep 02 23:53:43.245 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-09-02T23:53:45.548Z[ recovery-image] Sep 02 23:53:43.258 INFO O| Sep 02 23:53:43.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63682025-09-02T23:53:45.548Z[ recovery-image] Sep 02 23:53:43.258 INFO O| Sep 02 23:53:43.258 INFO STEP 524 (remove_files) COMPLETE
63692025-09-02T23:53:45.548Z[ recovery-image] Sep 02 23:53:43.258 INFO O| Sep 02 23:53:43.258 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-09-02T23:53:45.557Z[ recovery-image] Sep 02 23:53:43.270 INFO O| Sep 02 23:53:43.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63712025-09-02T23:53:45.557Z[ recovery-image] Sep 02 23:53:43.270 INFO O| Sep 02 23:53:43.270 INFO STEP 525 (remove_files) COMPLETE
63722025-09-02T23:53:45.558Z[ recovery-image] Sep 02 23:53:43.270 INFO O| Sep 02 23:53:43.270 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-09-02T23:53:45.572Z[ recovery-image] Sep 02 23:53:43.284 INFO O| Sep 02 23:53:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63742025-09-02T23:53:45.572Z[ recovery-image] Sep 02 23:53:43.284 INFO O| Sep 02 23:53:43.284 INFO STEP 526 (remove_files) COMPLETE
63752025-09-02T23:53:45.572Z[ recovery-image] Sep 02 23:53:43.284 INFO O| Sep 02 23:53:43.284 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-09-02T23:53:45.583Z[ recovery-image] Sep 02 23:53:43.297 INFO O| Sep 02 23:53:43.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63772025-09-02T23:53:45.583Z[ recovery-image] Sep 02 23:53:43.297 INFO O| Sep 02 23:53:43.297 INFO STEP 527 (remove_files) COMPLETE
63782025-09-02T23:53:45.583Z[ recovery-image] Sep 02 23:53:43.297 INFO O| Sep 02 23:53:43.297 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-09-02T23:53:45.599Z[ recovery-image] Sep 02 23:53:43.310 INFO O| Sep 02 23:53:43.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63802025-09-02T23:53:45.599Z[ recovery-image] Sep 02 23:53:43.311 INFO O| Sep 02 23:53:43.311 INFO STEP 528 (remove_files) COMPLETE
63812025-09-02T23:53:45.599Z[ recovery-image] Sep 02 23:53:43.311 INFO O| Sep 02 23:53:43.311 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-09-02T23:53:45.611Z[ recovery-image] Sep 02 23:53:43.325 INFO O| Sep 02 23:53:43.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63832025-09-02T23:53:45.611Z[ recovery-image] Sep 02 23:53:43.325 INFO O| Sep 02 23:53:43.325 INFO STEP 529 (remove_files) COMPLETE
63842025-09-02T23:53:45.616Z[ recovery-image] Sep 02 23:53:43.325 INFO O| Sep 02 23:53:43.325 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-09-02T23:53:45.625Z[ recovery-image] Sep 02 23:53:43.339 INFO O| Sep 02 23:53:43.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63862025-09-02T23:53:45.625Z[ recovery-image] Sep 02 23:53:43.339 INFO O| Sep 02 23:53:43.339 INFO STEP 530 (remove_files) COMPLETE
63872025-09-02T23:53:45.630Z[ recovery-image] Sep 02 23:53:43.339 INFO O| Sep 02 23:53:43.339 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-09-02T23:53:45.637Z[ recovery-image] Sep 02 23:53:43.351 INFO O| Sep 02 23:53:43.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63892025-09-02T23:53:45.637Z[ recovery-image] Sep 02 23:53:43.351 INFO O| Sep 02 23:53:43.351 INFO STEP 531 (remove_files) COMPLETE
63902025-09-02T23:53:45.637Z[ recovery-image] Sep 02 23:53:43.351 INFO O| Sep 02 23:53:43.351 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-09-02T23:53:45.657Z[ recovery-image] Sep 02 23:53:43.365 INFO O| Sep 02 23:53:43.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63922025-09-02T23:53:45.657Z[ recovery-image] Sep 02 23:53:43.365 INFO O| Sep 02 23:53:43.365 INFO STEP 532 (remove_files) COMPLETE
63932025-09-02T23:53:45.657Z[ recovery-image] Sep 02 23:53:43.365 INFO O| Sep 02 23:53:43.365 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-09-02T23:53:45.665Z[ recovery-image] Sep 02 23:53:43.379 INFO O| Sep 02 23:53:43.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63952025-09-02T23:53:45.665Z[ recovery-image] Sep 02 23:53:43.379 INFO O| Sep 02 23:53:43.379 INFO STEP 533 (remove_files) COMPLETE
63962025-09-02T23:53:45.665Z[ recovery-image] Sep 02 23:53:43.379 INFO O| Sep 02 23:53:43.379 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-09-02T23:53:45.678Z[ recovery-image] Sep 02 23:53:43.392 INFO O| Sep 02 23:53:43.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63982025-09-02T23:53:45.678Z[ recovery-image] Sep 02 23:53:43.392 INFO O| Sep 02 23:53:43.392 INFO STEP 534 (remove_files) COMPLETE
63992025-09-02T23:53:45.681Z[ recovery-image] Sep 02 23:53:43.392 INFO O| Sep 02 23:53:43.392 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-09-02T23:53:45.690Z[ recovery-image] Sep 02 23:53:43.404 INFO O| Sep 02 23:53:43.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64012025-09-02T23:53:45.690Z[ recovery-image] Sep 02 23:53:43.404 INFO O| Sep 02 23:53:43.404 INFO STEP 535 (remove_files) COMPLETE
64022025-09-02T23:53:45.695Z[ recovery-image] Sep 02 23:53:43.404 INFO O| Sep 02 23:53:43.404 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-09-02T23:53:45.703Z[ recovery-image] Sep 02 23:53:43.417 INFO O| Sep 02 23:53:43.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64042025-09-02T23:53:45.703Z[ recovery-image] Sep 02 23:53:43.417 INFO O| Sep 02 23:53:43.417 INFO STEP 536 (remove_files) COMPLETE
64052025-09-02T23:53:45.706Z[ recovery-image] Sep 02 23:53:43.417 INFO O| Sep 02 23:53:43.417 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-09-02T23:53:45.715Z[ recovery-image] Sep 02 23:53:43.429 INFO O| Sep 02 23:53:43.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64072025-09-02T23:53:45.715Z[ recovery-image] Sep 02 23:53:43.429 INFO O| Sep 02 23:53:43.429 INFO STEP 537 (remove_files) COMPLETE
64082025-09-02T23:53:45.715Z[ recovery-image] Sep 02 23:53:43.429 INFO O| Sep 02 23:53:43.429 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-09-02T23:53:45.729Z[ recovery-image] Sep 02 23:53:43.442 INFO O| Sep 02 23:53:43.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64102025-09-02T23:53:45.732Z[ recovery-image] Sep 02 23:53:43.442 INFO O| Sep 02 23:53:43.442 INFO STEP 538 (remove_files) COMPLETE
64112025-09-02T23:53:45.732Z[ recovery-image] Sep 02 23:53:43.442 INFO O| Sep 02 23:53:43.442 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-09-02T23:53:45.741Z[ recovery-image] Sep 02 23:53:43.455 INFO O| Sep 02 23:53:43.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64132025-09-02T23:53:45.741Z[ recovery-image] Sep 02 23:53:43.455 INFO O| Sep 02 23:53:43.455 INFO STEP 539 (remove_files) COMPLETE
64142025-09-02T23:53:45.741Z[ recovery-image] Sep 02 23:53:43.455 INFO O| Sep 02 23:53:43.455 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-09-02T23:53:45.753Z[ recovery-image] Sep 02 23:53:43.467 INFO O| Sep 02 23:53:43.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64162025-09-02T23:53:45.753Z[ recovery-image] Sep 02 23:53:43.467 INFO O| Sep 02 23:53:43.467 INFO STEP 540 (remove_files) COMPLETE
64172025-09-02T23:53:45.753Z[ recovery-image] Sep 02 23:53:43.467 INFO O| Sep 02 23:53:43.467 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-09-02T23:53:45.766Z[ recovery-image] Sep 02 23:53:43.480 INFO O| Sep 02 23:53:43.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64192025-09-02T23:53:45.766Z[ recovery-image] Sep 02 23:53:43.480 INFO O| Sep 02 23:53:43.480 INFO STEP 541 (remove_files) COMPLETE
64202025-09-02T23:53:45.766Z[ recovery-image] Sep 02 23:53:43.480 INFO O| Sep 02 23:53:43.480 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-09-02T23:53:45.778Z[ recovery-image] Sep 02 23:53:43.492 INFO O| Sep 02 23:53:43.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64222025-09-02T23:53:45.779Z[ recovery-image] Sep 02 23:53:43.492 INFO O| Sep 02 23:53:43.492 INFO STEP 542 (remove_files) COMPLETE
64232025-09-02T23:53:45.783Z[ recovery-image] Sep 02 23:53:43.492 INFO O| Sep 02 23:53:43.492 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-09-02T23:53:45.791Z[ recovery-image] Sep 02 23:53:43.504 INFO O| Sep 02 23:53:43.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64252025-09-02T23:53:45.792Z[ recovery-image] Sep 02 23:53:43.504 INFO O| Sep 02 23:53:43.504 INFO STEP 543 (remove_files) COMPLETE
64262025-09-02T23:53:45.792Z[ recovery-image] Sep 02 23:53:43.504 INFO O| Sep 02 23:53:43.504 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-09-02T23:53:45.803Z[ recovery-image] Sep 02 23:53:43.516 INFO O| Sep 02 23:53:43.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64282025-09-02T23:53:45.803Z[ recovery-image] Sep 02 23:53:43.516 INFO O| Sep 02 23:53:43.516 INFO STEP 544 (remove_files) COMPLETE
64292025-09-02T23:53:45.808Z[ recovery-image] Sep 02 23:53:43.516 INFO O| Sep 02 23:53:43.516 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-09-02T23:53:45.815Z[ recovery-image] Sep 02 23:53:43.529 INFO O| Sep 02 23:53:43.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64312025-09-02T23:53:45.815Z[ recovery-image] Sep 02 23:53:43.529 INFO O| Sep 02 23:53:43.529 INFO STEP 545 (remove_files) COMPLETE
64322025-09-02T23:53:45.815Z[ recovery-image] Sep 02 23:53:43.529 INFO O| Sep 02 23:53:43.529 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-09-02T23:53:45.828Z[ recovery-image] Sep 02 23:53:43.542 INFO O| Sep 02 23:53:43.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64342025-09-02T23:53:45.828Z[ recovery-image] Sep 02 23:53:43.542 INFO O| Sep 02 23:53:43.542 INFO STEP 546 (remove_files) COMPLETE
64352025-09-02T23:53:45.831Z[ recovery-image] Sep 02 23:53:43.542 INFO O| Sep 02 23:53:43.542 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-09-02T23:53:45.839Z[ recovery-image] Sep 02 23:53:43.553 INFO O| Sep 02 23:53:43.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64372025-09-02T23:53:45.839Z[ recovery-image] Sep 02 23:53:43.553 INFO O| Sep 02 23:53:43.553 INFO STEP 547 (remove_files) COMPLETE
64382025-09-02T23:53:45.842Z[ recovery-image] Sep 02 23:53:43.553 INFO O| Sep 02 23:53:43.553 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-09-02T23:53:45.855Z[ recovery-image] Sep 02 23:53:43.566 INFO O| Sep 02 23:53:43.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64402025-09-02T23:53:45.855Z[ recovery-image] Sep 02 23:53:43.566 INFO O| Sep 02 23:53:43.566 INFO STEP 548 (remove_files) COMPLETE
64412025-09-02T23:53:45.858Z[ recovery-image] Sep 02 23:53:43.566 INFO O| Sep 02 23:53:43.566 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-09-02T23:53:45.864Z[ recovery-image] Sep 02 23:53:43.578 INFO O| Sep 02 23:53:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64432025-09-02T23:53:45.864Z[ recovery-image] Sep 02 23:53:43.578 INFO O| Sep 02 23:53:43.578 INFO STEP 549 (remove_files) COMPLETE
64442025-09-02T23:53:45.864Z[ recovery-image] Sep 02 23:53:43.578 INFO O| Sep 02 23:53:43.578 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-09-02T23:53:45.879Z[ recovery-image] Sep 02 23:53:43.592 INFO O| Sep 02 23:53:43.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64462025-09-02T23:53:45.879Z[ recovery-image] Sep 02 23:53:43.592 INFO O| Sep 02 23:53:43.592 INFO STEP 550 (remove_files) COMPLETE
64472025-09-02T23:53:45.882Z[ recovery-image] Sep 02 23:53:43.592 INFO O| Sep 02 23:53:43.592 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-09-02T23:53:45.892Z[ recovery-image] Sep 02 23:53:43.604 INFO O| Sep 02 23:53:43.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64492025-09-02T23:53:45.893Z[ recovery-image] Sep 02 23:53:43.605 INFO O| Sep 02 23:53:43.605 INFO STEP 551 (remove_files) COMPLETE
64502025-09-02T23:53:45.893Z[ recovery-image] Sep 02 23:53:43.605 INFO O| Sep 02 23:53:43.605 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-09-02T23:53:45.905Z[ recovery-image] Sep 02 23:53:43.619 INFO O| Sep 02 23:53:43.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64522025-09-02T23:53:45.905Z[ recovery-image] Sep 02 23:53:43.619 INFO O| Sep 02 23:53:43.619 INFO STEP 552 (remove_files) COMPLETE
64532025-09-02T23:53:45.905Z[ recovery-image] Sep 02 23:53:43.619 INFO O| Sep 02 23:53:43.619 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-09-02T23:53:45.918Z[ recovery-image] Sep 02 23:53:43.632 INFO O| Sep 02 23:53:43.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64552025-09-02T23:53:45.918Z[ recovery-image] Sep 02 23:53:43.632 INFO O| Sep 02 23:53:43.632 INFO STEP 553 (remove_files) COMPLETE
64562025-09-02T23:53:45.921Z[ recovery-image] Sep 02 23:53:43.632 INFO O| Sep 02 23:53:43.632 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-09-02T23:53:45.942Z[ recovery-image] Sep 02 23:53:43.644 INFO O| Sep 02 23:53:43.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64582025-09-02T23:53:45.942Z[ recovery-image] Sep 02 23:53:43.644 INFO O| Sep 02 23:53:43.644 INFO STEP 554 (remove_files) COMPLETE
64592025-09-02T23:53:45.946Z[ recovery-image] Sep 02 23:53:43.644 INFO O| Sep 02 23:53:43.644 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-09-02T23:53:45.946Z[ recovery-image] Sep 02 23:53:43.657 INFO O| Sep 02 23:53:43.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64612025-09-02T23:53:45.946Z[ recovery-image] Sep 02 23:53:43.657 INFO O| Sep 02 23:53:43.657 INFO STEP 555 (remove_files) COMPLETE
64622025-09-02T23:53:45.946Z[ recovery-image] Sep 02 23:53:43.657 INFO O| Sep 02 23:53:43.657 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-09-02T23:53:45.957Z[ recovery-image] Sep 02 23:53:43.671 INFO O| Sep 02 23:53:43.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64642025-09-02T23:53:45.957Z[ recovery-image] Sep 02 23:53:43.671 INFO O| Sep 02 23:53:43.671 INFO STEP 556 (remove_files) COMPLETE
64652025-09-02T23:53:45.960Z[ recovery-image] Sep 02 23:53:43.671 INFO O| Sep 02 23:53:43.671 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-09-02T23:53:45.970Z[ recovery-image] Sep 02 23:53:43.684 INFO O| Sep 02 23:53:43.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64672025-09-02T23:53:45.973Z[ recovery-image] Sep 02 23:53:43.685 INFO O| Sep 02 23:53:43.685 INFO STEP 557 (remove_files) COMPLETE
64682025-09-02T23:53:45.974Z[ recovery-image] Sep 02 23:53:43.685 INFO O| Sep 02 23:53:43.685 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-09-02T23:53:45.985Z[ recovery-image] Sep 02 23:53:43.699 INFO O| Sep 02 23:53:43.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64702025-09-02T23:53:45.991Z[ recovery-image] Sep 02 23:53:43.699 INFO O| Sep 02 23:53:43.699 INFO STEP 558 (remove_files) COMPLETE
64712025-09-02T23:53:45.991Z[ recovery-image] Sep 02 23:53:43.699 INFO O| Sep 02 23:53:43.699 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-09-02T23:53:46.000Z[ recovery-image] Sep 02 23:53:43.713 INFO O| Sep 02 23:53:43.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64732025-09-02T23:53:46.005Z[ recovery-image] Sep 02 23:53:43.714 INFO O| Sep 02 23:53:43.714 INFO STEP 559 (remove_files) COMPLETE
64742025-09-02T23:53:46.005Z[ recovery-image] Sep 02 23:53:43.714 INFO O| Sep 02 23:53:43.714 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-09-02T23:53:46.014Z[ recovery-image] Sep 02 23:53:43.728 INFO O| Sep 02 23:53:43.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64762025-09-02T23:53:46.014Z[ recovery-image] Sep 02 23:53:43.728 INFO O| Sep 02 23:53:43.728 INFO STEP 560 (remove_files) COMPLETE
64772025-09-02T23:53:46.014Z[ recovery-image] Sep 02 23:53:43.728 INFO O| Sep 02 23:53:43.728 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-09-02T23:53:46.027Z[ recovery-image] Sep 02 23:53:43.741 INFO O| Sep 02 23:53:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64792025-09-02T23:53:46.027Z[ recovery-image] Sep 02 23:53:43.741 INFO O| Sep 02 23:53:43.741 INFO STEP 561 (remove_files) COMPLETE
64802025-09-02T23:53:46.030Z[ recovery-image] Sep 02 23:53:43.741 INFO O| Sep 02 23:53:43.741 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-09-02T23:53:46.041Z[ recovery-image] Sep 02 23:53:43.755 INFO O| Sep 02 23:53:43.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64822025-09-02T23:53:46.041Z[ recovery-image] Sep 02 23:53:43.755 INFO O| Sep 02 23:53:43.755 INFO STEP 562 (remove_files) COMPLETE
64832025-09-02T23:53:46.041Z[ recovery-image] Sep 02 23:53:43.755 INFO O| Sep 02 23:53:43.755 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-09-02T23:53:46.053Z[ recovery-image] Sep 02 23:53:43.767 INFO O| Sep 02 23:53:43.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64852025-09-02T23:53:46.054Z[ recovery-image] Sep 02 23:53:43.767 INFO O| Sep 02 23:53:43.767 INFO STEP 563 (remove_files) COMPLETE
64862025-09-02T23:53:46.057Z[ recovery-image] Sep 02 23:53:43.767 INFO O| Sep 02 23:53:43.767 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-09-02T23:53:46.067Z[ recovery-image] Sep 02 23:53:43.781 INFO O| Sep 02 23:53:43.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64882025-09-02T23:53:46.067Z[ recovery-image] Sep 02 23:53:43.781 INFO O| Sep 02 23:53:43.781 INFO STEP 564 (remove_files) COMPLETE
64892025-09-02T23:53:46.074Z[ recovery-image] Sep 02 23:53:43.781 INFO O| Sep 02 23:53:43.781 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-09-02T23:53:46.081Z[ recovery-image] Sep 02 23:53:43.794 INFO O| Sep 02 23:53:43.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64912025-09-02T23:53:46.086Z[ recovery-image] Sep 02 23:53:43.794 INFO O| Sep 02 23:53:43.794 INFO STEP 565 (remove_files) COMPLETE
64922025-09-02T23:53:46.086Z[ recovery-image] Sep 02 23:53:43.794 INFO O| Sep 02 23:53:43.794 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-09-02T23:53:46.093Z[ recovery-image] Sep 02 23:53:43.807 INFO O| Sep 02 23:53:43.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64942025-09-02T23:53:46.094Z[ recovery-image] Sep 02 23:53:43.807 INFO O| Sep 02 23:53:43.807 INFO STEP 566 (remove_files) COMPLETE
64952025-09-02T23:53:46.098Z[ recovery-image] Sep 02 23:53:43.807 INFO O| Sep 02 23:53:43.807 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-09-02T23:53:46.108Z[ recovery-image] Sep 02 23:53:43.821 INFO O| Sep 02 23:53:43.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64972025-09-02T23:53:46.108Z[ recovery-image] Sep 02 23:53:43.821 INFO O| Sep 02 23:53:43.821 INFO STEP 567 (remove_files) COMPLETE
64982025-09-02T23:53:46.108Z[ recovery-image] Sep 02 23:53:43.821 INFO O| Sep 02 23:53:43.821 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-09-02T23:53:46.120Z[ recovery-image] Sep 02 23:53:43.834 INFO O| Sep 02 23:53:43.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65002025-09-02T23:53:46.120Z[ recovery-image] Sep 02 23:53:43.834 INFO O| Sep 02 23:53:43.834 INFO STEP 568 (remove_files) COMPLETE
65012025-09-02T23:53:46.120Z[ recovery-image] Sep 02 23:53:43.834 INFO O| Sep 02 23:53:43.834 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-09-02T23:53:46.135Z[ recovery-image] Sep 02 23:53:43.848 INFO O| Sep 02 23:53:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65032025-09-02T23:53:46.135Z[ recovery-image] Sep 02 23:53:43.848 INFO O| Sep 02 23:53:43.848 INFO STEP 569 (remove_files) COMPLETE
65042025-09-02T23:53:46.135Z[ recovery-image] Sep 02 23:53:43.849 INFO O| Sep 02 23:53:43.848 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-09-02T23:53:46.148Z[ recovery-image] Sep 02 23:53:43.861 INFO O| Sep 02 23:53:43.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65062025-09-02T23:53:46.152Z[ recovery-image] Sep 02 23:53:43.862 INFO O| Sep 02 23:53:43.862 INFO STEP 570 (remove_files) COMPLETE
65072025-09-02T23:53:46.152Z[ recovery-image] Sep 02 23:53:43.862 INFO O| Sep 02 23:53:43.862 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-09-02T23:53:46.163Z[ recovery-image] Sep 02 23:53:43.876 INFO O| Sep 02 23:53:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65092025-09-02T23:53:46.163Z[ recovery-image] Sep 02 23:53:43.876 INFO O| Sep 02 23:53:43.876 INFO STEP 571 (remove_files) COMPLETE
65102025-09-02T23:53:46.169Z[ recovery-image] Sep 02 23:53:43.876 INFO O| Sep 02 23:53:43.876 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-09-02T23:53:46.175Z[ recovery-image] Sep 02 23:53:43.889 INFO O| Sep 02 23:53:43.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65122025-09-02T23:53:46.178Z[ recovery-image] Sep 02 23:53:43.889 INFO O| Sep 02 23:53:43.889 INFO STEP 572 (remove_files) COMPLETE
65132025-09-02T23:53:46.178Z[ recovery-image] Sep 02 23:53:43.889 INFO O| Sep 02 23:53:43.889 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-09-02T23:53:46.188Z[ recovery-image] Sep 02 23:53:43.902 INFO O| Sep 02 23:53:43.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65152025-09-02T23:53:46.191Z[ recovery-image] Sep 02 23:53:43.902 INFO O| Sep 02 23:53:43.902 INFO STEP 573 (remove_files) COMPLETE
65162025-09-02T23:53:46.192Z[ recovery-image] Sep 02 23:53:43.902 INFO O| Sep 02 23:53:43.902 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-09-02T23:53:46.203Z[ recovery-image] Sep 02 23:53:43.915 INFO O| Sep 02 23:53:43.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65182025-09-02T23:53:46.206Z[ recovery-image] Sep 02 23:53:43.915 INFO O| Sep 02 23:53:43.915 INFO STEP 574 (remove_files) COMPLETE
65192025-09-02T23:53:46.206Z[ recovery-image] Sep 02 23:53:43.915 INFO O| Sep 02 23:53:43.915 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-09-02T23:53:46.218Z[ recovery-image] Sep 02 23:53:43.928 INFO O| Sep 02 23:53:43.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65212025-09-02T23:53:46.218Z[ recovery-image] Sep 02 23:53:43.928 INFO O| Sep 02 23:53:43.928 INFO STEP 575 (remove_files) COMPLETE
65222025-09-02T23:53:46.228Z[ recovery-image] Sep 02 23:53:43.928 INFO O| Sep 02 23:53:43.928 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-09-02T23:53:46.233Z[ recovery-image] Sep 02 23:53:43.941 INFO O| Sep 02 23:53:43.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65242025-09-02T23:53:46.233Z[ recovery-image] Sep 02 23:53:43.941 INFO O| Sep 02 23:53:43.941 INFO STEP 576 (remove_files) COMPLETE
65252025-09-02T23:53:46.233Z[ recovery-image] Sep 02 23:53:43.941 INFO O| Sep 02 23:53:43.941 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-09-02T23:53:46.238Z[ recovery-image] Sep 02 23:53:43.952 INFO O| Sep 02 23:53:43.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65272025-09-02T23:53:46.238Z[ recovery-image] Sep 02 23:53:43.952 INFO O| Sep 02 23:53:43.952 INFO STEP 577 (remove_files) COMPLETE
65282025-09-02T23:53:46.243Z[ recovery-image] Sep 02 23:53:43.952 INFO O| Sep 02 23:53:43.952 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-09-02T23:53:46.251Z[ recovery-image] Sep 02 23:53:43.965 INFO O| Sep 02 23:53:43.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65302025-09-02T23:53:46.251Z[ recovery-image] Sep 02 23:53:43.965 INFO O| Sep 02 23:53:43.965 INFO STEP 578 (remove_files) COMPLETE
65312025-09-02T23:53:46.251Z[ recovery-image] Sep 02 23:53:43.965 INFO O| Sep 02 23:53:43.965 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-09-02T23:53:46.264Z[ recovery-image] Sep 02 23:53:43.977 INFO O| Sep 02 23:53:43.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65332025-09-02T23:53:46.264Z[ recovery-image] Sep 02 23:53:43.977 INFO O| Sep 02 23:53:43.977 INFO STEP 579 (remove_files) COMPLETE
65342025-09-02T23:53:46.267Z[ recovery-image] Sep 02 23:53:43.977 INFO O| Sep 02 23:53:43.977 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-09-02T23:53:46.279Z[ recovery-image] Sep 02 23:53:43.991 INFO O| Sep 02 23:53:43.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65362025-09-02T23:53:46.279Z[ recovery-image] Sep 02 23:53:43.991 INFO O| Sep 02 23:53:43.991 INFO STEP 580 (remove_files) COMPLETE
65372025-09-02T23:53:46.279Z[ recovery-image] Sep 02 23:53:43.991 INFO O| Sep 02 23:53:43.991 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-09-02T23:53:46.290Z[ recovery-image] Sep 02 23:53:44.004 INFO O| Sep 02 23:53:44.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65392025-09-02T23:53:46.290Z[ recovery-image] Sep 02 23:53:44.004 INFO O| Sep 02 23:53:44.004 INFO STEP 581 (remove_files) COMPLETE
65402025-09-02T23:53:46.290Z[ recovery-image] Sep 02 23:53:44.004 INFO O| Sep 02 23:53:44.004 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-09-02T23:53:46.302Z[ recovery-image] Sep 02 23:53:44.016 INFO O| Sep 02 23:53:44.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65422025-09-02T23:53:46.305Z[ recovery-image] Sep 02 23:53:44.016 INFO O| Sep 02 23:53:44.016 INFO STEP 582 (remove_files) COMPLETE
65432025-09-02T23:53:46.305Z[ recovery-image] Sep 02 23:53:44.016 INFO O| Sep 02 23:53:44.016 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-09-02T23:53:46.315Z[ recovery-image] Sep 02 23:53:44.029 INFO O| Sep 02 23:53:44.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65452025-09-02T23:53:46.319Z[ recovery-image] Sep 02 23:53:44.029 INFO O| Sep 02 23:53:44.029 INFO STEP 583 (remove_files) COMPLETE
65462025-09-02T23:53:46.320Z[ recovery-image] Sep 02 23:53:44.029 INFO O| Sep 02 23:53:44.029 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-09-02T23:53:46.328Z[ recovery-image] Sep 02 23:53:44.041 INFO O| Sep 02 23:53:44.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65482025-09-02T23:53:46.328Z[ recovery-image] Sep 02 23:53:44.041 INFO O| Sep 02 23:53:44.041 INFO STEP 584 (remove_files) COMPLETE
65492025-09-02T23:53:46.328Z[ recovery-image] Sep 02 23:53:44.041 INFO O| Sep 02 23:53:44.041 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-09-02T23:53:46.341Z[ recovery-image] Sep 02 23:53:44.055 INFO O| Sep 02 23:53:44.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65512025-09-02T23:53:46.341Z[ recovery-image] Sep 02 23:53:44.055 INFO O| Sep 02 23:53:44.055 INFO STEP 585 (remove_files) COMPLETE
65522025-09-02T23:53:46.341Z[ recovery-image] Sep 02 23:53:44.055 INFO O| Sep 02 23:53:44.055 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-09-02T23:53:46.354Z[ recovery-image] Sep 02 23:53:44.068 INFO O| Sep 02 23:53:44.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65542025-09-02T23:53:46.354Z[ recovery-image] Sep 02 23:53:44.068 INFO O| Sep 02 23:53:44.068 INFO STEP 586 (remove_files) COMPLETE
65552025-09-02T23:53:46.354Z[ recovery-image] Sep 02 23:53:44.068 INFO O| Sep 02 23:53:44.068 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-09-02T23:53:46.366Z[ recovery-image] Sep 02 23:53:44.080 INFO O| Sep 02 23:53:44.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65572025-09-02T23:53:46.367Z[ recovery-image] Sep 02 23:53:44.080 INFO O| Sep 02 23:53:44.080 INFO STEP 587 (remove_files) COMPLETE
65582025-09-02T23:53:46.371Z[ recovery-image] Sep 02 23:53:44.080 INFO O| Sep 02 23:53:44.080 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-09-02T23:53:46.379Z[ recovery-image] Sep 02 23:53:44.093 INFO O| Sep 02 23:53:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65602025-09-02T23:53:46.379Z[ recovery-image] Sep 02 23:53:44.093 INFO O| Sep 02 23:53:44.093 INFO STEP 588 (remove_files) COMPLETE
65612025-09-02T23:53:46.379Z[ recovery-image] Sep 02 23:53:44.093 INFO O| Sep 02 23:53:44.093 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-09-02T23:53:46.393Z[ recovery-image] Sep 02 23:53:44.107 INFO O| Sep 02 23:53:44.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65632025-09-02T23:53:46.393Z[ recovery-image] Sep 02 23:53:44.107 INFO O| Sep 02 23:53:44.107 INFO STEP 589 (remove_files) COMPLETE
65642025-09-02T23:53:46.397Z[ recovery-image] Sep 02 23:53:44.107 INFO O| Sep 02 23:53:44.107 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-09-02T23:53:46.414Z[ recovery-image] Sep 02 23:53:44.128 INFO O| Sep 02 23:53:44.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65662025-09-02T23:53:46.414Z[ recovery-image] Sep 02 23:53:44.128 INFO O| Sep 02 23:53:44.128 INFO STEP 590 (remove_files) COMPLETE
65672025-09-02T23:53:46.414Z[ recovery-image] Sep 02 23:53:44.128 INFO O| Sep 02 23:53:44.128 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-09-02T23:53:46.428Z[ recovery-image] Sep 02 23:53:44.141 INFO O| Sep 02 23:53:44.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65692025-09-02T23:53:46.428Z[ recovery-image] Sep 02 23:53:44.141 INFO O| Sep 02 23:53:44.141 INFO STEP 591 (remove_files) COMPLETE
65702025-09-02T23:53:46.433Z[ recovery-image] Sep 02 23:53:44.141 INFO O| Sep 02 23:53:44.141 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-09-02T23:53:46.441Z[ recovery-image] Sep 02 23:53:44.155 INFO O| Sep 02 23:53:44.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65722025-09-02T23:53:46.441Z[ recovery-image] Sep 02 23:53:44.155 INFO O| Sep 02 23:53:44.155 INFO STEP 592 (remove_files) COMPLETE
65732025-09-02T23:53:46.441Z[ recovery-image] Sep 02 23:53:44.155 INFO O| Sep 02 23:53:44.155 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-09-02T23:53:46.456Z[ recovery-image] Sep 02 23:53:44.170 INFO O| Sep 02 23:53:44.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65752025-09-02T23:53:46.456Z[ recovery-image] Sep 02 23:53:44.170 INFO O| Sep 02 23:53:44.170 INFO STEP 593 (remove_files) COMPLETE
65762025-09-02T23:53:46.461Z[ recovery-image] Sep 02 23:53:44.170 INFO O| Sep 02 23:53:44.170 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-09-02T23:53:46.470Z[ recovery-image] Sep 02 23:53:44.184 INFO O| Sep 02 23:53:44.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65782025-09-02T23:53:46.471Z[ recovery-image] Sep 02 23:53:44.184 INFO O| Sep 02 23:53:44.184 INFO STEP 594 (remove_files) COMPLETE
65792025-09-02T23:53:46.471Z[ recovery-image] Sep 02 23:53:44.185 INFO O| Sep 02 23:53:44.184 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-09-02T23:53:46.485Z[ recovery-image] Sep 02 23:53:44.199 INFO O| Sep 02 23:53:44.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65812025-09-02T23:53:46.485Z[ recovery-image] Sep 02 23:53:44.199 INFO O| Sep 02 23:53:44.199 INFO STEP 595 (remove_files) COMPLETE
65822025-09-02T23:53:46.488Z[ recovery-image] Sep 02 23:53:44.199 INFO O| Sep 02 23:53:44.199 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-09-02T23:53:46.502Z[ recovery-image] Sep 02 23:53:44.213 INFO O| Sep 02 23:53:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65842025-09-02T23:53:46.503Z[ recovery-image] Sep 02 23:53:44.213 INFO O| Sep 02 23:53:44.213 INFO STEP 596 (remove_files) COMPLETE
65852025-09-02T23:53:46.506Z[ recovery-image] Sep 02 23:53:44.213 INFO O| Sep 02 23:53:44.213 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-09-02T23:53:46.514Z[ recovery-image] Sep 02 23:53:44.228 INFO O| Sep 02 23:53:44.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65872025-09-02T23:53:46.514Z[ recovery-image] Sep 02 23:53:44.228 INFO O| Sep 02 23:53:44.228 INFO STEP 597 (remove_files) COMPLETE
65882025-09-02T23:53:46.517Z[ recovery-image] Sep 02 23:53:44.228 INFO O| Sep 02 23:53:44.228 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-09-02T23:53:46.530Z[ recovery-image] Sep 02 23:53:44.243 INFO O| Sep 02 23:53:44.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65902025-09-02T23:53:46.530Z[ recovery-image] Sep 02 23:53:44.243 INFO O| Sep 02 23:53:44.243 INFO STEP 598 (remove_files) COMPLETE
65912025-09-02T23:53:46.530Z[ recovery-image] Sep 02 23:53:44.243 INFO O| Sep 02 23:53:44.243 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-09-02T23:53:46.545Z[ recovery-image] Sep 02 23:53:44.258 INFO O| Sep 02 23:53:44.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65932025-09-02T23:53:46.545Z[ recovery-image] Sep 02 23:53:44.258 INFO O| Sep 02 23:53:44.258 INFO STEP 599 (remove_files) COMPLETE
65942025-09-02T23:53:46.545Z[ recovery-image] Sep 02 23:53:44.258 INFO O| Sep 02 23:53:44.258 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-09-02T23:53:46.560Z[ recovery-image] Sep 02 23:53:44.273 INFO O| Sep 02 23:53:44.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65962025-09-02T23:53:46.560Z[ recovery-image] Sep 02 23:53:44.273 INFO O| Sep 02 23:53:44.273 INFO STEP 600 (remove_files) COMPLETE
65972025-09-02T23:53:46.560Z[ recovery-image] Sep 02 23:53:44.273 INFO O| Sep 02 23:53:44.273 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-09-02T23:53:46.578Z[ recovery-image] Sep 02 23:53:44.288 INFO O| Sep 02 23:53:44.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65992025-09-02T23:53:46.578Z[ recovery-image] Sep 02 23:53:44.288 INFO O| Sep 02 23:53:44.288 INFO STEP 601 (remove_files) COMPLETE
66002025-09-02T23:53:46.578Z[ recovery-image] Sep 02 23:53:44.288 INFO O| Sep 02 23:53:44.288 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-09-02T23:53:46.589Z[ recovery-image] Sep 02 23:53:44.303 INFO O| Sep 02 23:53:44.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66022025-09-02T23:53:46.590Z[ recovery-image] Sep 02 23:53:44.303 INFO O| Sep 02 23:53:44.303 INFO STEP 602 (remove_files) COMPLETE
66032025-09-02T23:53:46.593Z[ recovery-image] Sep 02 23:53:44.303 INFO O| Sep 02 23:53:44.303 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-09-02T23:53:46.604Z[ recovery-image] Sep 02 23:53:44.318 INFO O| Sep 02 23:53:44.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66052025-09-02T23:53:46.604Z[ recovery-image] Sep 02 23:53:44.318 INFO O| Sep 02 23:53:44.318 INFO STEP 603 (remove_files) COMPLETE
66062025-09-02T23:53:46.605Z[ recovery-image] Sep 02 23:53:44.318 INFO O| Sep 02 23:53:44.318 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-09-02T23:53:46.620Z[ recovery-image] Sep 02 23:53:44.333 INFO O| Sep 02 23:53:44.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66082025-09-02T23:53:46.620Z[ recovery-image] Sep 02 23:53:44.333 INFO O| Sep 02 23:53:44.333 INFO STEP 604 (remove_files) COMPLETE
66092025-09-02T23:53:46.620Z[ recovery-image] Sep 02 23:53:44.333 INFO O| Sep 02 23:53:44.333 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-09-02T23:53:46.635Z[ recovery-image] Sep 02 23:53:44.347 INFO O| Sep 02 23:53:44.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66112025-09-02T23:53:46.640Z[ recovery-image] Sep 02 23:53:44.348 INFO O| Sep 02 23:53:44.348 INFO STEP 605 (remove_files) COMPLETE
66122025-09-02T23:53:46.640Z[ recovery-image] Sep 02 23:53:44.348 INFO O| Sep 02 23:53:44.348 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-09-02T23:53:46.648Z[ recovery-image] Sep 02 23:53:44.361 INFO O| Sep 02 23:53:44.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66142025-09-02T23:53:46.649Z[ recovery-image] Sep 02 23:53:44.361 INFO O| Sep 02 23:53:44.361 INFO STEP 606 (remove_files) COMPLETE
66152025-09-02T23:53:46.669Z[ recovery-image] Sep 02 23:53:44.361 INFO O| Sep 02 23:53:44.361 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-09-02T23:53:46.674Z[ recovery-image] Sep 02 23:53:44.375 INFO O| Sep 02 23:53:44.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66172025-09-02T23:53:46.674Z[ recovery-image] Sep 02 23:53:44.375 INFO O| Sep 02 23:53:44.375 INFO STEP 607 (remove_files) COMPLETE
66182025-09-02T23:53:46.674Z[ recovery-image] Sep 02 23:53:44.375 INFO O| Sep 02 23:53:44.375 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-09-02T23:53:46.682Z[ recovery-image] Sep 02 23:53:44.389 INFO O| Sep 02 23:53:44.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66202025-09-02T23:53:46.682Z[ recovery-image] Sep 02 23:53:44.389 INFO O| Sep 02 23:53:44.389 INFO STEP 608 (remove_files) COMPLETE
66212025-09-02T23:53:46.682Z[ recovery-image] Sep 02 23:53:44.389 INFO O| Sep 02 23:53:44.389 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-09-02T23:53:46.689Z[ recovery-image] Sep 02 23:53:44.403 INFO O| Sep 02 23:53:44.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66232025-09-02T23:53:46.695Z[ recovery-image] Sep 02 23:53:44.403 INFO O| Sep 02 23:53:44.403 INFO STEP 609 (remove_files) COMPLETE
66242025-09-02T23:53:46.695Z[ recovery-image] Sep 02 23:53:44.403 INFO O| Sep 02 23:53:44.403 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-09-02T23:53:46.704Z[ recovery-image] Sep 02 23:53:44.417 INFO O| Sep 02 23:53:44.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66262025-09-02T23:53:46.704Z[ recovery-image] Sep 02 23:53:44.417 INFO O| Sep 02 23:53:44.417 INFO STEP 610 (remove_files) COMPLETE
66272025-09-02T23:53:46.704Z[ recovery-image] Sep 02 23:53:44.417 INFO O| Sep 02 23:53:44.417 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-09-02T23:53:46.719Z[ recovery-image] Sep 02 23:53:44.431 INFO O| Sep 02 23:53:44.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66292025-09-02T23:53:46.719Z[ recovery-image] Sep 02 23:53:44.431 INFO O| Sep 02 23:53:44.431 INFO STEP 611 (remove_files) COMPLETE
66302025-09-02T23:53:46.719Z[ recovery-image] Sep 02 23:53:44.431 INFO O| Sep 02 23:53:44.431 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-09-02T23:53:46.745Z[ recovery-image] Sep 02 23:53:44.445 INFO O| Sep 02 23:53:44.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66322025-09-02T23:53:46.745Z[ recovery-image] Sep 02 23:53:44.445 INFO O| Sep 02 23:53:44.445 INFO STEP 612 (remove_files) COMPLETE
66332025-09-02T23:53:46.749Z[ recovery-image] Sep 02 23:53:44.445 INFO O| Sep 02 23:53:44.445 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-09-02T23:53:46.749Z[ recovery-image] Sep 02 23:53:44.459 INFO O| Sep 02 23:53:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66352025-09-02T23:53:46.749Z[ recovery-image] Sep 02 23:53:44.459 INFO O| Sep 02 23:53:44.459 INFO STEP 613 (remove_files) COMPLETE
66362025-09-02T23:53:46.749Z[ recovery-image] Sep 02 23:53:44.459 INFO O| Sep 02 23:53:44.459 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-09-02T23:53:46.760Z[ recovery-image] Sep 02 23:53:44.474 INFO O| Sep 02 23:53:44.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66382025-09-02T23:53:46.760Z[ recovery-image] Sep 02 23:53:44.474 INFO O| Sep 02 23:53:44.474 INFO STEP 614 (remove_files) COMPLETE
66392025-09-02T23:53:46.760Z[ recovery-image] Sep 02 23:53:44.474 INFO O| Sep 02 23:53:44.474 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-09-02T23:53:46.774Z[ recovery-image] Sep 02 23:53:44.487 INFO O| Sep 02 23:53:44.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66412025-09-02T23:53:46.774Z[ recovery-image] Sep 02 23:53:44.487 INFO O| Sep 02 23:53:44.487 INFO STEP 615 (remove_files) COMPLETE
66422025-09-02T23:53:46.774Z[ recovery-image] Sep 02 23:53:44.487 INFO O| Sep 02 23:53:44.487 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-09-02T23:53:46.784Z[ recovery-image] Sep 02 23:53:44.498 INFO O| Sep 02 23:53:44.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66442025-09-02T23:53:46.785Z[ recovery-image] Sep 02 23:53:44.498 INFO O| Sep 02 23:53:44.498 INFO STEP 616 (remove_files) COMPLETE
66452025-09-02T23:53:46.785Z[ recovery-image] Sep 02 23:53:44.498 INFO O| Sep 02 23:53:44.498 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-09-02T23:53:46.796Z[ recovery-image] Sep 02 23:53:44.510 INFO O| Sep 02 23:53:44.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66472025-09-02T23:53:46.797Z[ recovery-image] Sep 02 23:53:44.510 INFO O| Sep 02 23:53:44.510 INFO STEP 617 (remove_files) COMPLETE
66482025-09-02T23:53:46.797Z[ recovery-image] Sep 02 23:53:44.510 INFO O| Sep 02 23:53:44.510 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-09-02T23:53:46.808Z[ recovery-image] Sep 02 23:53:44.522 INFO O| Sep 02 23:53:44.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66502025-09-02T23:53:46.808Z[ recovery-image] Sep 02 23:53:44.522 INFO O| Sep 02 23:53:44.522 INFO STEP 618 (remove_files) COMPLETE
66512025-09-02T23:53:46.808Z[ recovery-image] Sep 02 23:53:44.522 INFO O| Sep 02 23:53:44.522 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-09-02T23:53:46.822Z[ recovery-image] Sep 02 23:53:44.536 INFO O| Sep 02 23:53:44.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66532025-09-02T23:53:46.822Z[ recovery-image] Sep 02 23:53:44.536 INFO O| Sep 02 23:53:44.536 INFO STEP 619 (remove_files) COMPLETE
66542025-09-02T23:53:46.822Z[ recovery-image] Sep 02 23:53:44.536 INFO O| Sep 02 23:53:44.536 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-09-02T23:53:46.844Z[ recovery-image] Sep 02 23:53:44.550 INFO O| Sep 02 23:53:44.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66562025-09-02T23:53:46.844Z[ recovery-image] Sep 02 23:53:44.550 INFO O| Sep 02 23:53:44.550 INFO STEP 620 (remove_files) COMPLETE
66572025-09-02T23:53:46.848Z[ recovery-image] Sep 02 23:53:44.550 INFO O| Sep 02 23:53:44.550 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-09-02T23:53:46.851Z[ recovery-image] Sep 02 23:53:44.564 INFO O| Sep 02 23:53:44.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66592025-09-02T23:53:46.852Z[ recovery-image] Sep 02 23:53:44.565 INFO O| Sep 02 23:53:44.564 INFO STEP 621 (remove_files) COMPLETE
66602025-09-02T23:53:46.852Z[ recovery-image] Sep 02 23:53:44.565 INFO O| Sep 02 23:53:44.565 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-09-02T23:53:46.865Z[ recovery-image] Sep 02 23:53:44.579 INFO O| Sep 02 23:53:44.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66622025-09-02T23:53:46.866Z[ recovery-image] Sep 02 23:53:44.579 INFO O| Sep 02 23:53:44.579 INFO STEP 622 (remove_files) COMPLETE
66632025-09-02T23:53:46.866Z[ recovery-image] Sep 02 23:53:44.579 INFO O| Sep 02 23:53:44.579 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-09-02T23:53:46.879Z[ recovery-image] Sep 02 23:53:44.593 INFO O| Sep 02 23:53:44.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66652025-09-02T23:53:46.879Z[ recovery-image] Sep 02 23:53:44.593 INFO O| Sep 02 23:53:44.593 INFO STEP 623 (remove_files) COMPLETE
66662025-09-02T23:53:46.883Z[ recovery-image] Sep 02 23:53:44.593 INFO O| Sep 02 23:53:44.593 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-09-02T23:53:46.893Z[ recovery-image] Sep 02 23:53:44.607 INFO O| Sep 02 23:53:44.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66682025-09-02T23:53:46.893Z[ recovery-image] Sep 02 23:53:44.607 INFO O| Sep 02 23:53:44.607 INFO STEP 624 (remove_files) COMPLETE
66692025-09-02T23:53:46.893Z[ recovery-image] Sep 02 23:53:44.607 INFO O| Sep 02 23:53:44.607 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-09-02T23:53:46.908Z[ recovery-image] Sep 02 23:53:44.621 INFO O| Sep 02 23:53:44.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66712025-09-02T23:53:46.908Z[ recovery-image] Sep 02 23:53:44.622 INFO O| Sep 02 23:53:44.622 INFO STEP 625 (remove_files) COMPLETE
66722025-09-02T23:53:46.908Z[ recovery-image] Sep 02 23:53:44.622 INFO O| Sep 02 23:53:44.622 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-09-02T23:53:46.924Z[ recovery-image] Sep 02 23:53:44.637 INFO O| Sep 02 23:53:44.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66742025-09-02T23:53:46.924Z[ recovery-image] Sep 02 23:53:44.637 INFO O| Sep 02 23:53:44.637 INFO STEP 626 (remove_files) COMPLETE
66752025-09-02T23:53:46.924Z[ recovery-image] Sep 02 23:53:44.637 INFO O| Sep 02 23:53:44.637 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-09-02T23:53:46.939Z[ recovery-image] Sep 02 23:53:44.651 INFO O| Sep 02 23:53:44.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66772025-09-02T23:53:46.939Z[ recovery-image] Sep 02 23:53:44.652 INFO O| Sep 02 23:53:44.652 INFO STEP 627 (remove_files) COMPLETE
66782025-09-02T23:53:46.945Z[ recovery-image] Sep 02 23:53:44.652 INFO O| Sep 02 23:53:44.652 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-09-02T23:53:46.952Z[ recovery-image] Sep 02 23:53:44.666 INFO O| Sep 02 23:53:44.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66802025-09-02T23:53:46.955Z[ recovery-image] Sep 02 23:53:44.666 INFO O| Sep 02 23:53:44.666 INFO STEP 628 (remove_files) COMPLETE
66812025-09-02T23:53:46.955Z[ recovery-image] Sep 02 23:53:44.666 INFO O| Sep 02 23:53:44.666 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-09-02T23:53:46.964Z[ recovery-image] Sep 02 23:53:44.678 INFO O| Sep 02 23:53:44.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66832025-09-02T23:53:46.964Z[ recovery-image] Sep 02 23:53:44.678 INFO O| Sep 02 23:53:44.678 INFO STEP 629 (remove_files) COMPLETE
66842025-09-02T23:53:46.967Z[ recovery-image] Sep 02 23:53:44.678 INFO O| Sep 02 23:53:44.678 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-09-02T23:53:46.980Z[ recovery-image] Sep 02 23:53:44.693 INFO O| Sep 02 23:53:44.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66862025-09-02T23:53:46.980Z[ recovery-image] Sep 02 23:53:44.693 INFO O| Sep 02 23:53:44.693 INFO STEP 630 (remove_files) COMPLETE
66872025-09-02T23:53:46.983Z[ recovery-image] Sep 02 23:53:44.693 INFO O| Sep 02 23:53:44.693 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-09-02T23:53:46.994Z[ recovery-image] Sep 02 23:53:44.707 INFO O| Sep 02 23:53:44.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66892025-09-02T23:53:46.994Z[ recovery-image] Sep 02 23:53:44.707 INFO O| Sep 02 23:53:44.707 INFO STEP 631 (remove_files) COMPLETE
66902025-09-02T23:53:46.994Z[ recovery-image] Sep 02 23:53:44.707 INFO O| Sep 02 23:53:44.707 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-09-02T23:53:47.007Z[ recovery-image] Sep 02 23:53:44.720 INFO O| Sep 02 23:53:44.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66922025-09-02T23:53:47.007Z[ recovery-image] Sep 02 23:53:44.720 INFO O| Sep 02 23:53:44.720 INFO STEP 632 (remove_files) COMPLETE
66932025-09-02T23:53:47.007Z[ recovery-image] Sep 02 23:53:44.720 INFO O| Sep 02 23:53:44.720 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-09-02T23:53:47.021Z[ recovery-image] Sep 02 23:53:44.735 INFO O| Sep 02 23:53:44.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66952025-09-02T23:53:47.021Z[ recovery-image] Sep 02 23:53:44.735 INFO O| Sep 02 23:53:44.735 INFO STEP 633 (remove_files) COMPLETE
66962025-09-02T23:53:47.021Z[ recovery-image] Sep 02 23:53:44.735 INFO O| Sep 02 23:53:44.735 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-09-02T23:53:47.037Z[ recovery-image] Sep 02 23:53:44.750 INFO O| Sep 02 23:53:44.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66982025-09-02T23:53:47.037Z[ recovery-image] Sep 02 23:53:44.750 INFO O| Sep 02 23:53:44.750 INFO STEP 634 (remove_files) COMPLETE
66992025-09-02T23:53:47.040Z[ recovery-image] Sep 02 23:53:44.750 INFO O| Sep 02 23:53:44.750 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-09-02T23:53:47.052Z[ recovery-image] Sep 02 23:53:44.766 INFO O| Sep 02 23:53:44.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67012025-09-02T23:53:47.052Z[ recovery-image] Sep 02 23:53:44.766 INFO O| Sep 02 23:53:44.766 INFO STEP 635 (remove_files) COMPLETE
67022025-09-02T23:53:47.053Z[ recovery-image] Sep 02 23:53:44.766 INFO O| Sep 02 23:53:44.766 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-09-02T23:53:47.067Z[ recovery-image] Sep 02 23:53:44.781 INFO O| Sep 02 23:53:44.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67042025-09-02T23:53:47.067Z[ recovery-image] Sep 02 23:53:44.781 INFO O| Sep 02 23:53:44.781 INFO STEP 636 (remove_files) COMPLETE
67052025-09-02T23:53:47.067Z[ recovery-image] Sep 02 23:53:44.781 INFO O| Sep 02 23:53:44.781 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-09-02T23:53:47.083Z[ recovery-image] Sep 02 23:53:44.795 INFO O| Sep 02 23:53:44.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67072025-09-02T23:53:47.083Z[ recovery-image] Sep 02 23:53:44.795 INFO O| Sep 02 23:53:44.795 INFO STEP 637 (remove_files) COMPLETE
67082025-09-02T23:53:47.084Z[ recovery-image] Sep 02 23:53:44.795 INFO O| Sep 02 23:53:44.795 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-09-02T23:53:47.096Z[ recovery-image] Sep 02 23:53:44.810 INFO O| Sep 02 23:53:44.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67102025-09-02T23:53:47.097Z[ recovery-image] Sep 02 23:53:44.810 INFO O| Sep 02 23:53:44.810 INFO STEP 638 (remove_files) COMPLETE
67112025-09-02T23:53:47.097Z[ recovery-image] Sep 02 23:53:44.810 INFO O| Sep 02 23:53:44.810 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-09-02T23:53:47.111Z[ recovery-image] Sep 02 23:53:44.824 INFO O| Sep 02 23:53:44.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67132025-09-02T23:53:47.111Z[ recovery-image] Sep 02 23:53:44.824 INFO O| Sep 02 23:53:44.824 INFO STEP 639 (remove_files) COMPLETE
67142025-09-02T23:53:47.125Z[ recovery-image] Sep 02 23:53:44.824 INFO O| Sep 02 23:53:44.824 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-09-02T23:53:47.125Z[ recovery-image] Sep 02 23:53:44.838 INFO O| Sep 02 23:53:44.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67162025-09-02T23:53:47.125Z[ recovery-image] Sep 02 23:53:44.838 INFO O| Sep 02 23:53:44.838 INFO STEP 640 (remove_files) COMPLETE
67172025-09-02T23:53:47.125Z[ recovery-image] Sep 02 23:53:44.838 INFO O| Sep 02 23:53:44.838 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-09-02T23:53:47.138Z[ recovery-image] Sep 02 23:53:44.852 INFO O| Sep 02 23:53:44.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67192025-09-02T23:53:47.138Z[ recovery-image] Sep 02 23:53:44.852 INFO O| Sep 02 23:53:44.852 INFO STEP 641 (remove_files) COMPLETE
67202025-09-02T23:53:47.138Z[ recovery-image] Sep 02 23:53:44.852 INFO O| Sep 02 23:53:44.852 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-09-02T23:53:47.156Z[ recovery-image] Sep 02 23:53:44.866 INFO O| Sep 02 23:53:44.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67222025-09-02T23:53:47.161Z[ recovery-image] Sep 02 23:53:44.867 INFO O| Sep 02 23:53:44.866 INFO STEP 642 (remove_files) COMPLETE
67232025-09-02T23:53:47.161Z[ recovery-image] Sep 02 23:53:44.867 INFO O| Sep 02 23:53:44.867 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-09-02T23:53:47.168Z[ recovery-image] Sep 02 23:53:44.882 INFO O| Sep 02 23:53:44.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67252025-09-02T23:53:47.168Z[ recovery-image] Sep 02 23:53:44.882 INFO O| Sep 02 23:53:44.882 INFO STEP 643 (remove_files) COMPLETE
67262025-09-02T23:53:47.177Z[ recovery-image] Sep 02 23:53:44.882 INFO O| Sep 02 23:53:44.882 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-09-02T23:53:47.182Z[ recovery-image] Sep 02 23:53:44.896 INFO O| Sep 02 23:53:44.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67282025-09-02T23:53:47.182Z[ recovery-image] Sep 02 23:53:44.896 INFO O| Sep 02 23:53:44.896 INFO STEP 644 (remove_files) COMPLETE
67292025-09-02T23:53:47.182Z[ recovery-image] Sep 02 23:53:44.896 INFO O| Sep 02 23:53:44.896 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-09-02T23:53:47.195Z[ recovery-image] Sep 02 23:53:44.909 INFO O| Sep 02 23:53:44.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67312025-09-02T23:53:47.195Z[ recovery-image] Sep 02 23:53:44.909 INFO O| Sep 02 23:53:44.909 INFO STEP 645 (remove_files) COMPLETE
67322025-09-02T23:53:47.195Z[ recovery-image] Sep 02 23:53:44.909 INFO O| Sep 02 23:53:44.909 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-09-02T23:53:47.210Z[ recovery-image] Sep 02 23:53:44.923 INFO O| Sep 02 23:53:44.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67342025-09-02T23:53:47.210Z[ recovery-image] Sep 02 23:53:44.923 INFO O| Sep 02 23:53:44.923 INFO STEP 646 (remove_files) COMPLETE
67352025-09-02T23:53:47.213Z[ recovery-image] Sep 02 23:53:44.923 INFO O| Sep 02 23:53:44.923 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-09-02T23:53:47.223Z[ recovery-image] Sep 02 23:53:44.936 INFO O| Sep 02 23:53:44.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67372025-09-02T23:53:47.223Z[ recovery-image] Sep 02 23:53:44.936 INFO O| Sep 02 23:53:44.936 INFO STEP 647 (remove_files) COMPLETE
67382025-09-02T23:53:47.223Z[ recovery-image] Sep 02 23:53:44.936 INFO O| Sep 02 23:53:44.936 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-09-02T23:53:47.238Z[ recovery-image] Sep 02 23:53:44.951 INFO O| Sep 02 23:53:44.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67402025-09-02T23:53:47.238Z[ recovery-image] Sep 02 23:53:44.951 INFO O| Sep 02 23:53:44.951 INFO STEP 648 (remove_files) COMPLETE
67412025-09-02T23:53:47.238Z[ recovery-image] Sep 02 23:53:44.951 INFO O| Sep 02 23:53:44.951 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-09-02T23:53:47.251Z[ recovery-image] Sep 02 23:53:44.964 INFO O| Sep 02 23:53:44.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67432025-09-02T23:53:47.251Z[ recovery-image] Sep 02 23:53:44.965 INFO O| Sep 02 23:53:44.965 INFO STEP 649 (remove_files) COMPLETE
67442025-09-02T23:53:47.251Z[ recovery-image] Sep 02 23:53:44.965 INFO O| Sep 02 23:53:44.965 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-09-02T23:53:47.265Z[ recovery-image] Sep 02 23:53:44.979 INFO O| Sep 02 23:53:44.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67462025-09-02T23:53:47.265Z[ recovery-image] Sep 02 23:53:44.979 INFO O| Sep 02 23:53:44.979 INFO STEP 650 (remove_files) COMPLETE
67472025-09-02T23:53:47.268Z[ recovery-image] Sep 02 23:53:44.979 INFO O| Sep 02 23:53:44.979 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-09-02T23:53:47.279Z[ recovery-image] Sep 02 23:53:44.993 INFO O| Sep 02 23:53:44.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67492025-09-02T23:53:47.279Z[ recovery-image] Sep 02 23:53:44.993 INFO O| Sep 02 23:53:44.993 INFO STEP 651 (remove_files) COMPLETE
67502025-09-02T23:53:47.283Z[ recovery-image] Sep 02 23:53:44.993 INFO O| Sep 02 23:53:44.993 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-09-02T23:53:47.294Z[ recovery-image] Sep 02 23:53:45.007 INFO O| Sep 02 23:53:45.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67522025-09-02T23:53:47.294Z[ recovery-image] Sep 02 23:53:45.007 INFO O| Sep 02 23:53:45.007 INFO STEP 652 (remove_files) COMPLETE
67532025-09-02T23:53:47.294Z[ recovery-image] Sep 02 23:53:45.007 INFO O| Sep 02 23:53:45.007 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-09-02T23:53:47.308Z[ recovery-image] Sep 02 23:53:45.020 INFO O| Sep 02 23:53:45.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67552025-09-02T23:53:47.308Z[ recovery-image] Sep 02 23:53:45.020 INFO O| Sep 02 23:53:45.020 INFO STEP 653 (remove_files) COMPLETE
67562025-09-02T23:53:47.308Z[ recovery-image] Sep 02 23:53:45.020 INFO O| Sep 02 23:53:45.020 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-09-02T23:53:47.320Z[ recovery-image] Sep 02 23:53:45.034 INFO O| Sep 02 23:53:45.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67582025-09-02T23:53:47.320Z[ recovery-image] Sep 02 23:53:45.034 INFO O| Sep 02 23:53:45.034 INFO STEP 654 (remove_files) COMPLETE
67592025-09-02T23:53:47.320Z[ recovery-image] Sep 02 23:53:45.034 INFO O| Sep 02 23:53:45.034 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-09-02T23:53:47.334Z[ recovery-image] Sep 02 23:53:45.048 INFO O| Sep 02 23:53:45.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67612025-09-02T23:53:47.337Z[ recovery-image] Sep 02 23:53:45.048 INFO O| Sep 02 23:53:45.048 INFO STEP 655 (remove_files) COMPLETE
67622025-09-02T23:53:47.337Z[ recovery-image] Sep 02 23:53:45.048 INFO O| Sep 02 23:53:45.048 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-09-02T23:53:47.349Z[ recovery-image] Sep 02 23:53:45.062 INFO O| Sep 02 23:53:45.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67642025-09-02T23:53:47.349Z[ recovery-image] Sep 02 23:53:45.062 INFO O| Sep 02 23:53:45.062 INFO STEP 656 (remove_files) COMPLETE
67652025-09-02T23:53:47.363Z[ recovery-image] Sep 02 23:53:45.062 INFO O| Sep 02 23:53:45.062 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-09-02T23:53:47.367Z[ recovery-image] Sep 02 23:53:45.077 INFO O| Sep 02 23:53:45.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67672025-09-02T23:53:47.367Z[ recovery-image] Sep 02 23:53:45.077 INFO O| Sep 02 23:53:45.077 INFO STEP 657 (remove_files) COMPLETE
67682025-09-02T23:53:47.367Z[ recovery-image] Sep 02 23:53:45.077 INFO O| Sep 02 23:53:45.077 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-09-02T23:53:47.376Z[ recovery-image] Sep 02 23:53:45.090 INFO O| Sep 02 23:53:45.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67702025-09-02T23:53:47.376Z[ recovery-image] Sep 02 23:53:45.090 INFO O| Sep 02 23:53:45.090 INFO STEP 658 (remove_files) COMPLETE
67712025-09-02T23:53:47.379Z[ recovery-image] Sep 02 23:53:45.090 INFO O| Sep 02 23:53:45.090 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-09-02T23:53:47.390Z[ recovery-image] Sep 02 23:53:45.104 INFO O| Sep 02 23:53:45.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67732025-09-02T23:53:47.391Z[ recovery-image] Sep 02 23:53:45.104 INFO O| Sep 02 23:53:45.104 INFO STEP 659 (remove_files) COMPLETE
67742025-09-02T23:53:47.391Z[ recovery-image] Sep 02 23:53:45.104 INFO O| Sep 02 23:53:45.104 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-09-02T23:53:47.415Z[ recovery-image] Sep 02 23:53:45.129 INFO O| Sep 02 23:53:45.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67762025-09-02T23:53:47.415Z[ recovery-image] Sep 02 23:53:45.129 INFO O| Sep 02 23:53:45.129 INFO STEP 660 (remove_files) COMPLETE
67772025-09-02T23:53:47.424Z[ recovery-image] Sep 02 23:53:45.129 INFO O| Sep 02 23:53:45.129 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-09-02T23:53:47.431Z[ recovery-image] Sep 02 23:53:45.144 INFO O| Sep 02 23:53:45.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67792025-09-02T23:53:47.431Z[ recovery-image] Sep 02 23:53:45.144 INFO O| Sep 02 23:53:45.144 INFO STEP 661 (remove_files) COMPLETE
67802025-09-02T23:53:47.431Z[ recovery-image] Sep 02 23:53:45.144 INFO O| Sep 02 23:53:45.144 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-09-02T23:53:47.447Z[ recovery-image] Sep 02 23:53:45.160 INFO O| Sep 02 23:53:45.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67822025-09-02T23:53:47.447Z[ recovery-image] Sep 02 23:53:45.160 INFO O| Sep 02 23:53:45.160 INFO STEP 662 (remove_files) COMPLETE
67832025-09-02T23:53:47.454Z[ recovery-image] Sep 02 23:53:45.160 INFO O| Sep 02 23:53:45.160 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-09-02T23:53:47.461Z[ recovery-image] Sep 02 23:53:45.175 INFO O| Sep 02 23:53:45.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67852025-09-02T23:53:47.461Z[ recovery-image] Sep 02 23:53:45.175 INFO O| Sep 02 23:53:45.175 INFO STEP 663 (remove_files) COMPLETE
67862025-09-02T23:53:47.461Z[ recovery-image] Sep 02 23:53:45.175 INFO O| Sep 02 23:53:45.175 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-09-02T23:53:47.475Z[ recovery-image] Sep 02 23:53:45.189 INFO O| Sep 02 23:53:45.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67882025-09-02T23:53:47.475Z[ recovery-image] Sep 02 23:53:45.189 INFO O| Sep 02 23:53:45.189 INFO STEP 664 (remove_files) COMPLETE
67892025-09-02T23:53:47.488Z[ recovery-image] Sep 02 23:53:45.189 INFO O| Sep 02 23:53:45.189 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-09-02T23:53:47.493Z[ recovery-image] Sep 02 23:53:45.203 INFO O| Sep 02 23:53:45.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67912025-09-02T23:53:47.493Z[ recovery-image] Sep 02 23:53:45.203 INFO O| Sep 02 23:53:45.203 INFO STEP 665 (remove_files) COMPLETE
67922025-09-02T23:53:47.493Z[ recovery-image] Sep 02 23:53:45.203 INFO O| Sep 02 23:53:45.203 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-09-02T23:53:47.515Z[ recovery-image] Sep 02 23:53:45.217 INFO O| Sep 02 23:53:45.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67942025-09-02T23:53:47.519Z[ recovery-image] Sep 02 23:53:45.217 INFO O| Sep 02 23:53:45.217 INFO STEP 666 (remove_files) COMPLETE
67952025-09-02T23:53:47.519Z[ recovery-image] Sep 02 23:53:45.218 INFO O| Sep 02 23:53:45.217 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-09-02T23:53:47.519Z[ recovery-image] Sep 02 23:53:45.229 INFO O| Sep 02 23:53:45.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67972025-09-02T23:53:47.519Z[ recovery-image] Sep 02 23:53:45.229 INFO O| Sep 02 23:53:45.229 INFO STEP 667 (remove_files) COMPLETE
67982025-09-02T23:53:47.519Z[ recovery-image] Sep 02 23:53:45.229 INFO O| Sep 02 23:53:45.229 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-09-02T23:53:47.531Z[ recovery-image] Sep 02 23:53:45.243 INFO O| Sep 02 23:53:45.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68002025-09-02T23:53:47.531Z[ recovery-image] Sep 02 23:53:45.243 INFO O| Sep 02 23:53:45.243 INFO STEP 668 (remove_files) COMPLETE
68012025-09-02T23:53:47.537Z[ recovery-image] Sep 02 23:53:45.243 INFO O| Sep 02 23:53:45.243 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-09-02T23:53:47.543Z[ recovery-image] Sep 02 23:53:45.256 INFO O| Sep 02 23:53:45.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68032025-09-02T23:53:47.547Z[ recovery-image] Sep 02 23:53:45.256 INFO O| Sep 02 23:53:45.256 INFO STEP 669 (remove_files) COMPLETE
68042025-09-02T23:53:47.548Z[ recovery-image] Sep 02 23:53:45.256 INFO O| Sep 02 23:53:45.256 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-09-02T23:53:47.563Z[ recovery-image] Sep 02 23:53:45.270 INFO O| Sep 02 23:53:45.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68062025-09-02T23:53:47.568Z[ recovery-image] Sep 02 23:53:45.270 INFO O| Sep 02 23:53:45.270 INFO STEP 670 (remove_files) COMPLETE
68072025-09-02T23:53:47.568Z[ recovery-image] Sep 02 23:53:45.270 INFO O| Sep 02 23:53:45.270 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-09-02T23:53:47.599Z[ recovery-image] Sep 02 23:53:45.285 INFO O| Sep 02 23:53:45.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68092025-09-02T23:53:47.599Z[ recovery-image] Sep 02 23:53:45.285 INFO O| Sep 02 23:53:45.285 INFO STEP 671 (remove_files) COMPLETE
68102025-09-02T23:53:47.599Z[ recovery-image] Sep 02 23:53:45.285 INFO O| Sep 02 23:53:45.285 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-09-02T23:53:47.599Z[ recovery-image] Sep 02 23:53:45.300 INFO O| Sep 02 23:53:45.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68122025-09-02T23:53:47.599Z[ recovery-image] Sep 02 23:53:45.300 INFO O| Sep 02 23:53:45.300 INFO STEP 672 (remove_files) COMPLETE
68132025-09-02T23:53:47.599Z[ recovery-image] Sep 02 23:53:45.300 INFO O| Sep 02 23:53:45.300 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-09-02T23:53:47.604Z[ recovery-image] Sep 02 23:53:45.313 INFO O| Sep 02 23:53:45.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68152025-09-02T23:53:47.604Z[ recovery-image] Sep 02 23:53:45.313 INFO O| Sep 02 23:53:45.313 INFO STEP 673 (remove_files) COMPLETE
68162025-09-02T23:53:47.604Z[ recovery-image] Sep 02 23:53:45.313 INFO O| Sep 02 23:53:45.313 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-09-02T23:53:47.614Z[ recovery-image] Sep 02 23:53:45.327 INFO O| Sep 02 23:53:45.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68182025-09-02T23:53:47.614Z[ recovery-image] Sep 02 23:53:45.327 INFO O| Sep 02 23:53:45.327 INFO STEP 674 (remove_files) COMPLETE
68192025-09-02T23:53:47.614Z[ recovery-image] Sep 02 23:53:45.327 INFO O| Sep 02 23:53:45.327 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-09-02T23:53:47.626Z[ recovery-image] Sep 02 23:53:45.340 INFO O| Sep 02 23:53:45.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68212025-09-02T23:53:47.626Z[ recovery-image] Sep 02 23:53:45.340 INFO O| Sep 02 23:53:45.340 INFO STEP 675 (remove_files) COMPLETE
68222025-09-02T23:53:47.626Z[ recovery-image] Sep 02 23:53:45.340 INFO O| Sep 02 23:53:45.340 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-09-02T23:53:47.639Z[ recovery-image] Sep 02 23:53:45.352 INFO O| Sep 02 23:53:45.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68242025-09-02T23:53:47.639Z[ recovery-image] Sep 02 23:53:45.352 INFO O| Sep 02 23:53:45.352 INFO STEP 676 (remove_files) COMPLETE
68252025-09-02T23:53:47.639Z[ recovery-image] Sep 02 23:53:45.352 INFO O| Sep 02 23:53:45.352 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-09-02T23:53:47.653Z[ recovery-image] Sep 02 23:53:45.367 INFO O| Sep 02 23:53:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68272025-09-02T23:53:47.653Z[ recovery-image] Sep 02 23:53:45.367 INFO O| Sep 02 23:53:45.367 INFO STEP 677 (remove_files) COMPLETE
68282025-09-02T23:53:47.653Z[ recovery-image] Sep 02 23:53:45.367 INFO O| Sep 02 23:53:45.367 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-09-02T23:53:47.666Z[ recovery-image] Sep 02 23:53:45.379 INFO O| Sep 02 23:53:45.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68302025-09-02T23:53:47.666Z[ recovery-image] Sep 02 23:53:45.380 INFO O| Sep 02 23:53:45.380 INFO STEP 678 (remove_files) COMPLETE
68312025-09-02T23:53:47.670Z[ recovery-image] Sep 02 23:53:45.380 INFO O| Sep 02 23:53:45.380 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-09-02T23:53:47.678Z[ recovery-image] Sep 02 23:53:45.391 INFO O| Sep 02 23:53:45.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68332025-09-02T23:53:47.678Z[ recovery-image] Sep 02 23:53:45.391 INFO O| Sep 02 23:53:45.391 INFO STEP 679 (remove_files) COMPLETE
68342025-09-02T23:53:47.683Z[ recovery-image] Sep 02 23:53:45.392 INFO O| Sep 02 23:53:45.391 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-09-02T23:53:47.691Z[ recovery-image] Sep 02 23:53:45.403 INFO O| Sep 02 23:53:45.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68362025-09-02T23:53:47.691Z[ recovery-image] Sep 02 23:53:45.403 INFO O| Sep 02 23:53:45.403 INFO STEP 680 (remove_files) COMPLETE
68372025-09-02T23:53:47.695Z[ recovery-image] Sep 02 23:53:45.403 INFO O| Sep 02 23:53:45.403 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-09-02T23:53:47.704Z[ recovery-image] Sep 02 23:53:45.416 INFO O| Sep 02 23:53:45.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68392025-09-02T23:53:47.704Z[ recovery-image] Sep 02 23:53:45.416 INFO O| Sep 02 23:53:45.416 INFO STEP 681 (remove_files) COMPLETE
68402025-09-02T23:53:47.704Z[ recovery-image] Sep 02 23:53:45.416 INFO O| Sep 02 23:53:45.416 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-09-02T23:53:47.715Z[ recovery-image] Sep 02 23:53:45.429 INFO O| Sep 02 23:53:45.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68422025-09-02T23:53:47.715Z[ recovery-image] Sep 02 23:53:45.429 INFO O| Sep 02 23:53:45.429 INFO STEP 682 (remove_files) COMPLETE
68432025-09-02T23:53:47.720Z[ recovery-image] Sep 02 23:53:45.429 INFO O| Sep 02 23:53:45.429 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-09-02T23:53:47.728Z[ recovery-image] Sep 02 23:53:45.441 INFO O| Sep 02 23:53:45.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68452025-09-02T23:53:47.728Z[ recovery-image] Sep 02 23:53:45.441 INFO O| Sep 02 23:53:45.441 INFO STEP 683 (remove_files) COMPLETE
68462025-09-02T23:53:47.731Z[ recovery-image] Sep 02 23:53:45.441 INFO O| Sep 02 23:53:45.441 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-09-02T23:53:47.740Z[ recovery-image] Sep 02 23:53:45.454 INFO O| Sep 02 23:53:45.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68482025-09-02T23:53:47.740Z[ recovery-image] Sep 02 23:53:45.454 INFO O| Sep 02 23:53:45.454 INFO STEP 684 (remove_files) COMPLETE
68492025-09-02T23:53:47.745Z[ recovery-image] Sep 02 23:53:45.454 INFO O| Sep 02 23:53:45.454 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-09-02T23:53:47.755Z[ recovery-image] Sep 02 23:53:45.468 INFO O| Sep 02 23:53:45.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68512025-09-02T23:53:47.755Z[ recovery-image] Sep 02 23:53:45.468 INFO O| Sep 02 23:53:45.468 INFO STEP 685 (remove_files) COMPLETE
68522025-09-02T23:53:47.758Z[ recovery-image] Sep 02 23:53:45.468 INFO O| Sep 02 23:53:45.468 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-09-02T23:53:47.770Z[ recovery-image] Sep 02 23:53:45.482 INFO O| Sep 02 23:53:45.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68542025-09-02T23:53:47.770Z[ recovery-image] Sep 02 23:53:45.482 INFO O| Sep 02 23:53:45.482 INFO STEP 686 (remove_files) COMPLETE
68552025-09-02T23:53:47.770Z[ recovery-image] Sep 02 23:53:45.482 INFO O| Sep 02 23:53:45.482 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-09-02T23:53:47.784Z[ recovery-image] Sep 02 23:53:45.497 INFO O| Sep 02 23:53:45.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68572025-09-02T23:53:47.784Z[ recovery-image] Sep 02 23:53:45.497 INFO O| Sep 02 23:53:45.497 INFO STEP 687 (remove_files) COMPLETE
68582025-09-02T23:53:47.784Z[ recovery-image] Sep 02 23:53:45.497 INFO O| Sep 02 23:53:45.497 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-09-02T23:53:47.798Z[ recovery-image] Sep 02 23:53:45.511 INFO O| Sep 02 23:53:45.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68602025-09-02T23:53:47.798Z[ recovery-image] Sep 02 23:53:45.511 INFO O| Sep 02 23:53:45.511 INFO STEP 688 (remove_files) COMPLETE
68612025-09-02T23:53:47.798Z[ recovery-image] Sep 02 23:53:45.511 INFO O| Sep 02 23:53:45.511 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-09-02T23:53:47.825Z[ recovery-image] Sep 02 23:53:45.525 INFO O| Sep 02 23:53:45.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68632025-09-02T23:53:47.825Z[ recovery-image] Sep 02 23:53:45.525 INFO O| Sep 02 23:53:45.525 INFO STEP 689 (remove_files) COMPLETE
68642025-09-02T23:53:47.830Z[ recovery-image] Sep 02 23:53:45.525 INFO O| Sep 02 23:53:45.525 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-09-02T23:53:47.830Z[ recovery-image] Sep 02 23:53:45.539 INFO O| Sep 02 23:53:45.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68662025-09-02T23:53:47.830Z[ recovery-image] Sep 02 23:53:45.539 INFO O| Sep 02 23:53:45.539 INFO STEP 690 (remove_files) COMPLETE
68672025-09-02T23:53:47.830Z[ recovery-image] Sep 02 23:53:45.539 INFO O| Sep 02 23:53:45.539 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-09-02T23:53:47.840Z[ recovery-image] Sep 02 23:53:45.553 INFO O| Sep 02 23:53:45.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68692025-09-02T23:53:47.840Z[ recovery-image] Sep 02 23:53:45.553 INFO O| Sep 02 23:53:45.553 INFO STEP 691 (remove_files) COMPLETE
68702025-09-02T23:53:47.840Z[ recovery-image] Sep 02 23:53:45.553 INFO O| Sep 02 23:53:45.553 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-09-02T23:53:47.853Z[ recovery-image] Sep 02 23:53:45.566 INFO O| Sep 02 23:53:45.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68722025-09-02T23:53:47.853Z[ recovery-image] Sep 02 23:53:45.566 INFO O| Sep 02 23:53:45.566 INFO STEP 692 (remove_files) COMPLETE
68732025-09-02T23:53:47.858Z[ recovery-image] Sep 02 23:53:45.566 INFO O| Sep 02 23:53:45.566 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-09-02T23:53:47.869Z[ recovery-image] Sep 02 23:53:45.580 INFO O| Sep 02 23:53:45.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68752025-09-02T23:53:47.869Z[ recovery-image] Sep 02 23:53:45.580 INFO O| Sep 02 23:53:45.580 INFO STEP 693 (remove_files) COMPLETE
68762025-09-02T23:53:47.873Z[ recovery-image] Sep 02 23:53:45.580 INFO O| Sep 02 23:53:45.580 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-09-02T23:53:47.879Z[ recovery-image] Sep 02 23:53:45.592 INFO O| Sep 02 23:53:45.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68782025-09-02T23:53:47.879Z[ recovery-image] Sep 02 23:53:45.592 INFO O| Sep 02 23:53:45.592 INFO STEP 694 (remove_files) COMPLETE
68792025-09-02T23:53:47.902Z[ recovery-image] Sep 02 23:53:45.593 INFO O| Sep 02 23:53:45.592 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-09-02T23:53:47.908Z[ recovery-image] Sep 02 23:53:45.604 INFO O| Sep 02 23:53:45.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68812025-09-02T23:53:47.908Z[ recovery-image] Sep 02 23:53:45.605 INFO O| Sep 02 23:53:45.604 INFO STEP 695 (remove_files) COMPLETE
68822025-09-02T23:53:47.908Z[ recovery-image] Sep 02 23:53:45.605 INFO O| Sep 02 23:53:45.604 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-09-02T23:53:47.908Z[ recovery-image] Sep 02 23:53:45.617 INFO O| Sep 02 23:53:45.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68842025-09-02T23:53:47.908Z[ recovery-image] Sep 02 23:53:45.617 INFO O| Sep 02 23:53:45.617 INFO STEP 696 (remove_files) COMPLETE
68852025-09-02T23:53:47.908Z[ recovery-image] Sep 02 23:53:45.617 INFO O| Sep 02 23:53:45.617 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-09-02T23:53:47.916Z[ recovery-image] Sep 02 23:53:45.630 INFO O| Sep 02 23:53:45.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68872025-09-02T23:53:47.923Z[ recovery-image] Sep 02 23:53:45.631 INFO O| Sep 02 23:53:45.631 INFO STEP 697 (remove_files) COMPLETE
68882025-09-02T23:53:47.923Z[ recovery-image] Sep 02 23:53:45.631 INFO O| Sep 02 23:53:45.631 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-09-02T23:53:47.929Z[ recovery-image] Sep 02 23:53:45.642 INFO O| Sep 02 23:53:45.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68902025-09-02T23:53:47.929Z[ recovery-image] Sep 02 23:53:45.642 INFO O| Sep 02 23:53:45.642 INFO STEP 698 (remove_files) COMPLETE
68912025-09-02T23:53:47.929Z[ recovery-image] Sep 02 23:53:45.642 INFO O| Sep 02 23:53:45.642 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-09-02T23:53:47.942Z[ recovery-image] Sep 02 23:53:45.654 INFO O| Sep 02 23:53:45.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68932025-09-02T23:53:47.947Z[ recovery-image] Sep 02 23:53:45.654 INFO O| Sep 02 23:53:45.654 INFO STEP 699 (remove_files) COMPLETE
68942025-09-02T23:53:47.947Z[ recovery-image] Sep 02 23:53:45.654 INFO O| Sep 02 23:53:45.654 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-09-02T23:53:47.952Z[ recovery-image] Sep 02 23:53:45.665 INFO O| Sep 02 23:53:45.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68962025-09-02T23:53:47.952Z[ recovery-image] Sep 02 23:53:45.666 INFO O| Sep 02 23:53:45.666 INFO STEP 700 (remove_files) COMPLETE
68972025-09-02T23:53:47.952Z[ recovery-image] Sep 02 23:53:45.666 INFO O| Sep 02 23:53:45.666 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-09-02T23:53:47.964Z[ recovery-image] Sep 02 23:53:45.678 INFO O| Sep 02 23:53:45.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68992025-09-02T23:53:47.969Z[ recovery-image] Sep 02 23:53:45.678 INFO O| Sep 02 23:53:45.678 INFO STEP 701 (remove_files) COMPLETE
69002025-09-02T23:53:47.969Z[ recovery-image] Sep 02 23:53:45.678 INFO O| Sep 02 23:53:45.678 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-09-02T23:53:47.978Z[ recovery-image] Sep 02 23:53:45.691 INFO O| Sep 02 23:53:45.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69022025-09-02T23:53:47.978Z[ recovery-image] Sep 02 23:53:45.691 INFO O| Sep 02 23:53:45.691 INFO STEP 702 (remove_files) COMPLETE
69032025-09-02T23:53:47.981Z[ recovery-image] Sep 02 23:53:45.691 INFO O| Sep 02 23:53:45.691 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-09-02T23:53:47.991Z[ recovery-image] Sep 02 23:53:45.704 INFO O| Sep 02 23:53:45.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69052025-09-02T23:53:47.991Z[ recovery-image] Sep 02 23:53:45.704 INFO O| Sep 02 23:53:45.704 INFO STEP 703 (remove_files) COMPLETE
69062025-09-02T23:53:47.995Z[ recovery-image] Sep 02 23:53:45.704 INFO O| Sep 02 23:53:45.704 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-09-02T23:53:48.005Z[ recovery-image] Sep 02 23:53:45.717 INFO O| Sep 02 23:53:45.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69082025-09-02T23:53:48.005Z[ recovery-image] Sep 02 23:53:45.717 INFO O| Sep 02 23:53:45.717 INFO STEP 704 (remove_files) COMPLETE
69092025-09-02T23:53:48.005Z[ recovery-image] Sep 02 23:53:45.717 INFO O| Sep 02 23:53:45.717 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-09-02T23:53:48.021Z[ recovery-image] Sep 02 23:53:45.730 INFO O| Sep 02 23:53:45.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69112025-09-02T23:53:48.021Z[ recovery-image] Sep 02 23:53:45.730 INFO O| Sep 02 23:53:45.730 INFO STEP 705 (remove_files) COMPLETE
69122025-09-02T23:53:48.021Z[ recovery-image] Sep 02 23:53:45.730 INFO O| Sep 02 23:53:45.730 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-09-02T23:53:48.029Z[ recovery-image] Sep 02 23:53:45.743 INFO O| Sep 02 23:53:45.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69142025-09-02T23:53:48.032Z[ recovery-image] Sep 02 23:53:45.743 INFO O| Sep 02 23:53:45.743 INFO STEP 706 (remove_files) COMPLETE
69152025-09-02T23:53:48.032Z[ recovery-image] Sep 02 23:53:45.743 INFO O| Sep 02 23:53:45.743 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-09-02T23:53:48.043Z[ recovery-image] Sep 02 23:53:45.756 INFO O| Sep 02 23:53:45.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69172025-09-02T23:53:48.043Z[ recovery-image] Sep 02 23:53:45.756 INFO O| Sep 02 23:53:45.756 INFO STEP 707 (remove_files) COMPLETE
69182025-09-02T23:53:48.043Z[ recovery-image] Sep 02 23:53:45.756 INFO O| Sep 02 23:53:45.756 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-09-02T23:53:48.055Z[ recovery-image] Sep 02 23:53:45.768 INFO O| Sep 02 23:53:45.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69202025-09-02T23:53:48.055Z[ recovery-image] Sep 02 23:53:45.768 INFO O| Sep 02 23:53:45.768 INFO STEP 708 (remove_files) COMPLETE
69212025-09-02T23:53:48.059Z[ recovery-image] Sep 02 23:53:45.768 INFO O| Sep 02 23:53:45.768 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-09-02T23:53:48.069Z[ recovery-image] Sep 02 23:53:45.782 INFO O| Sep 02 23:53:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69232025-09-02T23:53:48.069Z[ recovery-image] Sep 02 23:53:45.782 INFO O| Sep 02 23:53:45.782 INFO STEP 709 (remove_files) COMPLETE
69242025-09-02T23:53:48.072Z[ recovery-image] Sep 02 23:53:45.782 INFO O| Sep 02 23:53:45.782 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-09-02T23:53:48.084Z[ recovery-image] Sep 02 23:53:45.796 INFO O| Sep 02 23:53:45.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69262025-09-02T23:53:48.084Z[ recovery-image] Sep 02 23:53:45.796 INFO O| Sep 02 23:53:45.796 INFO STEP 710 (remove_files) COMPLETE
69272025-09-02T23:53:48.085Z[ recovery-image] Sep 02 23:53:45.796 INFO O| Sep 02 23:53:45.796 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-09-02T23:53:48.098Z[ recovery-image] Sep 02 23:53:45.811 INFO O| Sep 02 23:53:45.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69292025-09-02T23:53:48.098Z[ recovery-image] Sep 02 23:53:45.811 INFO O| Sep 02 23:53:45.811 INFO STEP 711 (remove_files) COMPLETE
69302025-09-02T23:53:48.098Z[ recovery-image] Sep 02 23:53:45.811 INFO O| Sep 02 23:53:45.811 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-09-02T23:53:48.111Z[ recovery-image] Sep 02 23:53:45.825 INFO O| Sep 02 23:53:45.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69322025-09-02T23:53:48.111Z[ recovery-image] Sep 02 23:53:45.825 INFO O| Sep 02 23:53:45.825 INFO STEP 712 (remove_files) COMPLETE
69332025-09-02T23:53:48.115Z[ recovery-image] Sep 02 23:53:45.825 INFO O| Sep 02 23:53:45.825 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-09-02T23:53:48.124Z[ recovery-image] Sep 02 23:53:45.837 INFO O| Sep 02 23:53:45.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69352025-09-02T23:53:48.124Z[ recovery-image] Sep 02 23:53:45.837 INFO O| Sep 02 23:53:45.837 INFO STEP 713 (remove_files) COMPLETE
69362025-09-02T23:53:48.124Z[ recovery-image] Sep 02 23:53:45.837 INFO O| Sep 02 23:53:45.837 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-09-02T23:53:48.138Z[ recovery-image] Sep 02 23:53:45.851 INFO O| Sep 02 23:53:45.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69382025-09-02T23:53:48.138Z[ recovery-image] Sep 02 23:53:45.851 INFO O| Sep 02 23:53:45.851 INFO STEP 714 (remove_files) COMPLETE
69392025-09-02T23:53:48.138Z[ recovery-image] Sep 02 23:53:45.851 INFO O| Sep 02 23:53:45.851 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-09-02T23:53:48.150Z[ recovery-image] Sep 02 23:53:45.863 INFO O| Sep 02 23:53:45.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69412025-09-02T23:53:48.150Z[ recovery-image] Sep 02 23:53:45.864 INFO O| Sep 02 23:53:45.864 INFO STEP 715 (remove_files) COMPLETE
69422025-09-02T23:53:48.150Z[ recovery-image] Sep 02 23:53:45.864 INFO O| Sep 02 23:53:45.864 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-09-02T23:53:48.164Z[ recovery-image] Sep 02 23:53:45.877 INFO O| Sep 02 23:53:45.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69442025-09-02T23:53:48.164Z[ recovery-image] Sep 02 23:53:45.877 INFO O| Sep 02 23:53:45.877 INFO STEP 716 (remove_files) COMPLETE
69452025-09-02T23:53:48.164Z[ recovery-image] Sep 02 23:53:45.877 INFO O| Sep 02 23:53:45.877 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-09-02T23:53:48.176Z[ recovery-image] Sep 02 23:53:45.890 INFO O| Sep 02 23:53:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69472025-09-02T23:53:48.176Z[ recovery-image] Sep 02 23:53:45.890 INFO O| Sep 02 23:53:45.890 INFO STEP 717 (remove_files) COMPLETE
69482025-09-02T23:53:48.177Z[ recovery-image] Sep 02 23:53:45.890 INFO O| Sep 02 23:53:45.890 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-09-02T23:53:48.190Z[ recovery-image] Sep 02 23:53:45.903 INFO O| Sep 02 23:53:45.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69502025-09-02T23:53:48.190Z[ recovery-image] Sep 02 23:53:45.903 INFO O| Sep 02 23:53:45.903 INFO STEP 718 (remove_files) COMPLETE
69512025-09-02T23:53:48.190Z[ recovery-image] Sep 02 23:53:45.903 INFO O| Sep 02 23:53:45.903 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-09-02T23:53:48.203Z[ recovery-image] Sep 02 23:53:45.916 INFO O| Sep 02 23:53:45.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69532025-09-02T23:53:48.203Z[ recovery-image] Sep 02 23:53:45.916 INFO O| Sep 02 23:53:45.916 INFO STEP 719 (remove_files) COMPLETE
69542025-09-02T23:53:48.203Z[ recovery-image] Sep 02 23:53:45.916 INFO O| Sep 02 23:53:45.916 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-09-02T23:53:48.218Z[ recovery-image] Sep 02 23:53:45.931 INFO O| Sep 02 23:53:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69562025-09-02T23:53:48.218Z[ recovery-image] Sep 02 23:53:45.931 INFO O| Sep 02 23:53:45.931 INFO STEP 720 (remove_files) COMPLETE
69572025-09-02T23:53:48.218Z[ recovery-image] Sep 02 23:53:45.931 INFO O| Sep 02 23:53:45.931 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-09-02T23:53:48.232Z[ recovery-image] Sep 02 23:53:45.945 INFO O| Sep 02 23:53:45.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69592025-09-02T23:53:48.232Z[ recovery-image] Sep 02 23:53:45.945 INFO O| Sep 02 23:53:45.945 INFO STEP 721 (remove_files) COMPLETE
69602025-09-02T23:53:48.232Z[ recovery-image] Sep 02 23:53:45.945 INFO O| Sep 02 23:53:45.945 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-09-02T23:53:48.246Z[ recovery-image] Sep 02 23:53:45.959 INFO O| Sep 02 23:53:45.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69622025-09-02T23:53:48.246Z[ recovery-image] Sep 02 23:53:45.959 INFO O| Sep 02 23:53:45.959 INFO STEP 722 (remove_files) COMPLETE
69632025-09-02T23:53:48.249Z[ recovery-image] Sep 02 23:53:45.959 INFO O| Sep 02 23:53:45.959 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-09-02T23:53:48.261Z[ recovery-image] Sep 02 23:53:45.974 INFO O| Sep 02 23:53:45.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69652025-09-02T23:53:48.261Z[ recovery-image] Sep 02 23:53:45.974 INFO O| Sep 02 23:53:45.974 INFO STEP 723 (remove_files) COMPLETE
69662025-09-02T23:53:48.261Z[ recovery-image] Sep 02 23:53:45.974 INFO O| Sep 02 23:53:45.974 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-09-02T23:53:48.277Z[ recovery-image] Sep 02 23:53:45.989 INFO O| Sep 02 23:53:45.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69682025-09-02T23:53:48.277Z[ recovery-image] Sep 02 23:53:45.989 INFO O| Sep 02 23:53:45.989 INFO STEP 724 (remove_files) COMPLETE
69692025-09-02T23:53:48.277Z[ recovery-image] Sep 02 23:53:45.989 INFO O| Sep 02 23:53:45.989 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-09-02T23:53:48.291Z[ recovery-image] Sep 02 23:53:46.005 INFO O| Sep 02 23:53:46.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69712025-09-02T23:53:48.291Z[ recovery-image] Sep 02 23:53:46.005 INFO O| Sep 02 23:53:46.005 INFO STEP 725 (remove_files) COMPLETE
69722025-09-02T23:53:48.292Z[ recovery-image] Sep 02 23:53:46.005 INFO O| Sep 02 23:53:46.005 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-09-02T23:53:48.305Z[ recovery-image] Sep 02 23:53:46.019 INFO O| Sep 02 23:53:46.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69742025-09-02T23:53:48.305Z[ recovery-image] Sep 02 23:53:46.019 INFO O| Sep 02 23:53:46.019 INFO STEP 726 (remove_files) COMPLETE
69752025-09-02T23:53:48.305Z[ recovery-image] Sep 02 23:53:46.019 INFO O| Sep 02 23:53:46.019 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-09-02T23:53:48.319Z[ recovery-image] Sep 02 23:53:46.033 INFO O| Sep 02 23:53:46.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69772025-09-02T23:53:48.319Z[ recovery-image] Sep 02 23:53:46.033 INFO O| Sep 02 23:53:46.033 INFO STEP 727 (remove_files) COMPLETE
69782025-09-02T23:53:48.323Z[ recovery-image] Sep 02 23:53:46.033 INFO O| Sep 02 23:53:46.033 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-09-02T23:53:48.333Z[ recovery-image] Sep 02 23:53:46.046 INFO O| Sep 02 23:53:46.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69802025-09-02T23:53:48.333Z[ recovery-image] Sep 02 23:53:46.046 INFO O| Sep 02 23:53:46.046 INFO STEP 728 (remove_files) COMPLETE
69812025-09-02T23:53:48.333Z[ recovery-image] Sep 02 23:53:46.046 INFO O| Sep 02 23:53:46.046 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-09-02T23:53:48.346Z[ recovery-image] Sep 02 23:53:46.059 INFO O| Sep 02 23:53:46.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69832025-09-02T23:53:48.346Z[ recovery-image] Sep 02 23:53:46.059 INFO O| Sep 02 23:53:46.059 INFO STEP 729 (remove_files) COMPLETE
69842025-09-02T23:53:48.349Z[ recovery-image] Sep 02 23:53:46.059 INFO O| Sep 02 23:53:46.059 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-09-02T23:53:48.360Z[ recovery-image] Sep 02 23:53:46.073 INFO O| Sep 02 23:53:46.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69862025-09-02T23:53:48.360Z[ recovery-image] Sep 02 23:53:46.073 INFO O| Sep 02 23:53:46.073 INFO STEP 730 (remove_files) COMPLETE
69872025-09-02T23:53:48.362Z[ recovery-image] Sep 02 23:53:46.073 INFO O| Sep 02 23:53:46.073 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-09-02T23:53:48.374Z[ recovery-image] Sep 02 23:53:46.087 INFO O| Sep 02 23:53:46.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69892025-09-02T23:53:48.374Z[ recovery-image] Sep 02 23:53:46.087 INFO O| Sep 02 23:53:46.087 INFO STEP 731 (remove_files) COMPLETE
69902025-09-02T23:53:48.377Z[ recovery-image] Sep 02 23:53:46.087 INFO O| Sep 02 23:53:46.087 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-09-02T23:53:48.388Z[ recovery-image] Sep 02 23:53:46.102 INFO O| Sep 02 23:53:46.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69922025-09-02T23:53:48.388Z[ recovery-image] Sep 02 23:53:46.102 INFO O| Sep 02 23:53:46.102 INFO STEP 732 (remove_files) COMPLETE
69932025-09-02T23:53:48.388Z[ recovery-image] Sep 02 23:53:46.102 INFO O| Sep 02 23:53:46.102 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-09-02T23:53:48.403Z[ recovery-image] Sep 02 23:53:46.116 INFO O| Sep 02 23:53:46.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69952025-09-02T23:53:48.425Z[ recovery-image] Sep 02 23:53:46.117 INFO O| Sep 02 23:53:46.117 INFO STEP 733 (remove_files) COMPLETE
69962025-09-02T23:53:48.425Z[ recovery-image] Sep 02 23:53:46.117 INFO O| Sep 02 23:53:46.117 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-09-02T23:53:48.427Z[ recovery-image] Sep 02 23:53:46.132 INFO O| Sep 02 23:53:46.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69982025-09-02T23:53:48.427Z[ recovery-image] Sep 02 23:53:46.132 INFO O| Sep 02 23:53:46.132 INFO STEP 734 (remove_files) COMPLETE
69992025-09-02T23:53:48.428Z[ recovery-image] Sep 02 23:53:46.132 INFO O| Sep 02 23:53:46.132 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-09-02T23:53:48.433Z[ recovery-image] Sep 02 23:53:46.146 INFO O| Sep 02 23:53:46.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70012025-09-02T23:53:48.433Z[ recovery-image] Sep 02 23:53:46.146 INFO O| Sep 02 23:53:46.146 INFO STEP 735 (remove_files) COMPLETE
70022025-09-02T23:53:48.436Z[ recovery-image] Sep 02 23:53:46.147 INFO O| Sep 02 23:53:46.146 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-09-02T23:53:48.446Z[ recovery-image] Sep 02 23:53:46.160 INFO O| Sep 02 23:53:46.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70042025-09-02T23:53:48.446Z[ recovery-image] Sep 02 23:53:46.160 INFO O| Sep 02 23:53:46.160 INFO STEP 736 (remove_files) COMPLETE
70052025-09-02T23:53:48.447Z[ recovery-image] Sep 02 23:53:46.160 INFO O| Sep 02 23:53:46.160 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-09-02T23:53:48.479Z[ recovery-image] Sep 02 23:53:46.174 INFO O| Sep 02 23:53:46.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70072025-09-02T23:53:48.479Z[ recovery-image] Sep 02 23:53:46.174 INFO O| Sep 02 23:53:46.174 INFO STEP 737 (remove_files) COMPLETE
70082025-09-02T23:53:48.482Z[ recovery-image] Sep 02 23:53:46.174 INFO O| Sep 02 23:53:46.174 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-09-02T23:53:48.482Z[ recovery-image] Sep 02 23:53:46.186 INFO O| Sep 02 23:53:46.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70102025-09-02T23:53:48.482Z[ recovery-image] Sep 02 23:53:46.186 INFO O| Sep 02 23:53:46.186 INFO STEP 738 (remove_files) COMPLETE
70112025-09-02T23:53:48.482Z[ recovery-image] Sep 02 23:53:46.186 INFO O| Sep 02 23:53:46.186 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-09-02T23:53:48.485Z[ recovery-image] Sep 02 23:53:46.198 INFO O| Sep 02 23:53:46.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70132025-09-02T23:53:48.485Z[ recovery-image] Sep 02 23:53:46.198 INFO O| Sep 02 23:53:46.198 INFO STEP 739 (remove_files) COMPLETE
70142025-09-02T23:53:48.485Z[ recovery-image] Sep 02 23:53:46.198 INFO O| Sep 02 23:53:46.198 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-09-02T23:53:48.499Z[ recovery-image] Sep 02 23:53:46.210 INFO O| Sep 02 23:53:46.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70162025-09-02T23:53:48.499Z[ recovery-image] Sep 02 23:53:46.211 INFO O| Sep 02 23:53:46.211 INFO STEP 740 (remove_files) COMPLETE
70172025-09-02T23:53:48.503Z[ recovery-image] Sep 02 23:53:46.211 INFO O| Sep 02 23:53:46.211 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-09-02T23:53:48.511Z[ recovery-image] Sep 02 23:53:46.225 INFO O| Sep 02 23:53:46.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70192025-09-02T23:53:48.511Z[ recovery-image] Sep 02 23:53:46.225 INFO O| Sep 02 23:53:46.225 INFO STEP 741 (remove_files) COMPLETE
70202025-09-02T23:53:48.511Z[ recovery-image] Sep 02 23:53:46.225 INFO O| Sep 02 23:53:46.225 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-09-02T23:53:48.526Z[ recovery-image] Sep 02 23:53:46.239 INFO O| Sep 02 23:53:46.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70222025-09-02T23:53:48.526Z[ recovery-image] Sep 02 23:53:46.239 INFO O| Sep 02 23:53:46.239 INFO STEP 742 (remove_files) COMPLETE
70232025-09-02T23:53:48.529Z[ recovery-image] Sep 02 23:53:46.239 INFO O| Sep 02 23:53:46.239 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-09-02T23:53:48.540Z[ recovery-image] Sep 02 23:53:46.254 INFO O| Sep 02 23:53:46.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70252025-09-02T23:53:48.540Z[ recovery-image] Sep 02 23:53:46.254 INFO O| Sep 02 23:53:46.254 INFO STEP 743 (remove_files) COMPLETE
70262025-09-02T23:53:48.543Z[ recovery-image] Sep 02 23:53:46.254 INFO O| Sep 02 23:53:46.254 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-09-02T23:53:48.553Z[ recovery-image] Sep 02 23:53:46.267 INFO O| Sep 02 23:53:46.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70282025-09-02T23:53:48.553Z[ recovery-image] Sep 02 23:53:46.267 INFO O| Sep 02 23:53:46.267 INFO STEP 744 (remove_files) COMPLETE
70292025-09-02T23:53:48.553Z[ recovery-image] Sep 02 23:53:46.267 INFO O| Sep 02 23:53:46.267 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-09-02T23:53:48.567Z[ recovery-image] Sep 02 23:53:46.280 INFO O| Sep 02 23:53:46.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70312025-09-02T23:53:48.570Z[ recovery-image] Sep 02 23:53:46.280 INFO O| Sep 02 23:53:46.280 INFO STEP 745 (remove_files) COMPLETE
70322025-09-02T23:53:48.570Z[ recovery-image] Sep 02 23:53:46.281 INFO O| Sep 02 23:53:46.280 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-09-02T23:53:48.582Z[ recovery-image] Sep 02 23:53:46.294 INFO O| Sep 02 23:53:46.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70342025-09-02T23:53:48.583Z[ recovery-image] Sep 02 23:53:46.294 INFO O| Sep 02 23:53:46.294 INFO STEP 746 (remove_files) COMPLETE
70352025-09-02T23:53:48.587Z[ recovery-image] Sep 02 23:53:46.294 INFO O| Sep 02 23:53:46.294 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-09-02T23:53:48.595Z[ recovery-image] Sep 02 23:53:46.309 INFO O| Sep 02 23:53:46.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70372025-09-02T23:53:48.595Z[ recovery-image] Sep 02 23:53:46.309 INFO O| Sep 02 23:53:46.309 INFO STEP 747 (remove_files) COMPLETE
70382025-09-02T23:53:48.595Z[ recovery-image] Sep 02 23:53:46.309 INFO O| Sep 02 23:53:46.309 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-09-02T23:53:48.609Z[ recovery-image] Sep 02 23:53:46.322 INFO O| Sep 02 23:53:46.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70402025-09-02T23:53:48.609Z[ recovery-image] Sep 02 23:53:46.322 INFO O| Sep 02 23:53:46.322 INFO STEP 748 (remove_files) COMPLETE
70412025-09-02T23:53:48.612Z[ recovery-image] Sep 02 23:53:46.322 INFO O| Sep 02 23:53:46.322 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-09-02T23:53:48.623Z[ recovery-image] Sep 02 23:53:46.336 INFO O| Sep 02 23:53:46.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70432025-09-02T23:53:48.623Z[ recovery-image] Sep 02 23:53:46.336 INFO O| Sep 02 23:53:46.336 INFO STEP 749 (remove_files) COMPLETE
70442025-09-02T23:53:48.627Z[ recovery-image] Sep 02 23:53:46.336 INFO O| Sep 02 23:53:46.336 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-09-02T23:53:48.636Z[ recovery-image] Sep 02 23:53:46.349 INFO O| Sep 02 23:53:46.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70462025-09-02T23:53:48.636Z[ recovery-image] Sep 02 23:53:46.349 INFO O| Sep 02 23:53:46.349 INFO STEP 750 (remove_files) COMPLETE
70472025-09-02T23:53:48.640Z[ recovery-image] Sep 02 23:53:46.349 INFO O| Sep 02 23:53:46.349 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-09-02T23:53:48.649Z[ recovery-image] Sep 02 23:53:46.362 INFO O| Sep 02 23:53:46.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70492025-09-02T23:53:48.649Z[ recovery-image] Sep 02 23:53:46.363 INFO O| Sep 02 23:53:46.363 INFO STEP 751 (remove_files) COMPLETE
70502025-09-02T23:53:48.652Z[ recovery-image] Sep 02 23:53:46.363 INFO O| Sep 02 23:53:46.363 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-09-02T23:53:48.666Z[ recovery-image] Sep 02 23:53:46.377 INFO O| Sep 02 23:53:46.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70522025-09-02T23:53:48.666Z[ recovery-image] Sep 02 23:53:46.377 INFO O| Sep 02 23:53:46.377 INFO STEP 752 (remove_files) COMPLETE
70532025-09-02T23:53:48.669Z[ recovery-image] Sep 02 23:53:46.377 INFO O| Sep 02 23:53:46.377 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-09-02T23:53:48.678Z[ recovery-image] Sep 02 23:53:46.391 INFO O| Sep 02 23:53:46.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70552025-09-02T23:53:48.678Z[ recovery-image] Sep 02 23:53:46.391 INFO O| Sep 02 23:53:46.391 INFO STEP 753 (remove_files) COMPLETE
70562025-09-02T23:53:48.678Z[ recovery-image] Sep 02 23:53:46.391 INFO O| Sep 02 23:53:46.391 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-09-02T23:53:48.692Z[ recovery-image] Sep 02 23:53:46.405 INFO O| Sep 02 23:53:46.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70582025-09-02T23:53:48.692Z[ recovery-image] Sep 02 23:53:46.405 INFO O| Sep 02 23:53:46.405 INFO STEP 754 (remove_files) COMPLETE
70592025-09-02T23:53:48.692Z[ recovery-image] Sep 02 23:53:46.405 INFO O| Sep 02 23:53:46.405 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-09-02T23:53:48.704Z[ recovery-image] Sep 02 23:53:46.417 INFO O| Sep 02 23:53:46.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70612025-09-02T23:53:48.704Z[ recovery-image] Sep 02 23:53:46.417 INFO O| Sep 02 23:53:46.417 INFO STEP 755 (remove_files) COMPLETE
70622025-09-02T23:53:48.704Z[ recovery-image] Sep 02 23:53:46.418 INFO O| Sep 02 23:53:46.417 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-09-02T23:53:48.716Z[ recovery-image] Sep 02 23:53:46.429 INFO O| Sep 02 23:53:46.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70642025-09-02T23:53:48.716Z[ recovery-image] Sep 02 23:53:46.430 INFO O| Sep 02 23:53:46.430 INFO STEP 756 (remove_files) COMPLETE
70652025-09-02T23:53:48.716Z[ recovery-image] Sep 02 23:53:46.430 INFO O| Sep 02 23:53:46.430 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-09-02T23:53:48.728Z[ recovery-image] Sep 02 23:53:46.442 INFO O| Sep 02 23:53:46.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70672025-09-02T23:53:48.728Z[ recovery-image] Sep 02 23:53:46.442 INFO O| Sep 02 23:53:46.442 INFO STEP 757 (remove_files) COMPLETE
70682025-09-02T23:53:48.733Z[ recovery-image] Sep 02 23:53:46.442 INFO O| Sep 02 23:53:46.442 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-09-02T23:53:48.740Z[ recovery-image] Sep 02 23:53:46.453 INFO O| Sep 02 23:53:46.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70702025-09-02T23:53:48.740Z[ recovery-image] Sep 02 23:53:46.453 INFO O| Sep 02 23:53:46.453 INFO STEP 758 (remove_files) COMPLETE
70712025-09-02T23:53:48.740Z[ recovery-image] Sep 02 23:53:46.453 INFO O| Sep 02 23:53:46.453 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-09-02T23:53:48.752Z[ recovery-image] Sep 02 23:53:46.466 INFO O| Sep 02 23:53:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70732025-09-02T23:53:48.752Z[ recovery-image] Sep 02 23:53:46.466 INFO O| Sep 02 23:53:46.466 INFO STEP 759 (remove_files) COMPLETE
70742025-09-02T23:53:48.752Z[ recovery-image] Sep 02 23:53:46.466 INFO O| Sep 02 23:53:46.466 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-09-02T23:53:48.769Z[ recovery-image] Sep 02 23:53:46.481 INFO O| Sep 02 23:53:46.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70762025-09-02T23:53:48.769Z[ recovery-image] Sep 02 23:53:46.481 INFO O| Sep 02 23:53:46.481 INFO STEP 760 (remove_files) COMPLETE
70772025-09-02T23:53:48.769Z[ recovery-image] Sep 02 23:53:46.481 INFO O| Sep 02 23:53:46.481 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-09-02T23:53:48.782Z[ recovery-image] Sep 02 23:53:46.496 INFO O| Sep 02 23:53:46.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70792025-09-02T23:53:48.783Z[ recovery-image] Sep 02 23:53:46.496 INFO O| Sep 02 23:53:46.496 INFO STEP 761 (remove_files) COMPLETE
70802025-09-02T23:53:48.783Z[ recovery-image] Sep 02 23:53:46.496 INFO O| Sep 02 23:53:46.496 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-09-02T23:53:48.797Z[ recovery-image] Sep 02 23:53:46.510 INFO O| Sep 02 23:53:46.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70822025-09-02T23:53:48.800Z[ recovery-image] Sep 02 23:53:46.510 INFO O| Sep 02 23:53:46.510 INFO STEP 762 (remove_files) COMPLETE
70832025-09-02T23:53:48.800Z[ recovery-image] Sep 02 23:53:46.510 INFO O| Sep 02 23:53:46.510 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-09-02T23:53:48.811Z[ recovery-image] Sep 02 23:53:46.524 INFO O| Sep 02 23:53:46.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70852025-09-02T23:53:48.815Z[ recovery-image] Sep 02 23:53:46.525 INFO O| Sep 02 23:53:46.525 INFO STEP 763 (remove_files) COMPLETE
70862025-09-02T23:53:48.815Z[ recovery-image] Sep 02 23:53:46.525 INFO O| Sep 02 23:53:46.525 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-09-02T23:53:48.825Z[ recovery-image] Sep 02 23:53:46.538 INFO O| Sep 02 23:53:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70882025-09-02T23:53:48.825Z[ recovery-image] Sep 02 23:53:46.538 INFO O| Sep 02 23:53:46.538 INFO STEP 764 (remove_files) COMPLETE
70892025-09-02T23:53:48.825Z[ recovery-image] Sep 02 23:53:46.538 INFO O| Sep 02 23:53:46.538 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-09-02T23:53:48.838Z[ recovery-image] Sep 02 23:53:46.551 INFO O| Sep 02 23:53:46.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70912025-09-02T23:53:48.838Z[ recovery-image] Sep 02 23:53:46.551 INFO O| Sep 02 23:53:46.551 INFO STEP 765 (remove_files) COMPLETE
70922025-09-02T23:53:48.838Z[ recovery-image] Sep 02 23:53:46.551 INFO O| Sep 02 23:53:46.551 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-09-02T23:53:48.849Z[ recovery-image] Sep 02 23:53:46.563 INFO O| Sep 02 23:53:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70942025-09-02T23:53:48.849Z[ recovery-image] Sep 02 23:53:46.563 INFO O| Sep 02 23:53:46.563 INFO STEP 766 (remove_files) COMPLETE
70952025-09-02T23:53:48.849Z[ recovery-image] Sep 02 23:53:46.563 INFO O| Sep 02 23:53:46.563 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-09-02T23:53:48.862Z[ recovery-image] Sep 02 23:53:46.576 INFO O| Sep 02 23:53:46.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70972025-09-02T23:53:48.863Z[ recovery-image] Sep 02 23:53:46.576 INFO O| Sep 02 23:53:46.576 INFO STEP 767 (remove_files) COMPLETE
70982025-09-02T23:53:48.863Z[ recovery-image] Sep 02 23:53:46.576 INFO O| Sep 02 23:53:46.576 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-09-02T23:53:48.877Z[ recovery-image] Sep 02 23:53:46.589 INFO O| Sep 02 23:53:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71002025-09-02T23:53:48.881Z[ recovery-image] Sep 02 23:53:46.590 INFO O| Sep 02 23:53:46.590 INFO STEP 768 (remove_files) COMPLETE
71012025-09-02T23:53:48.881Z[ recovery-image] Sep 02 23:53:46.590 INFO O| Sep 02 23:53:46.590 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-09-02T23:53:48.891Z[ recovery-image] Sep 02 23:53:46.604 INFO O| Sep 02 23:53:46.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71032025-09-02T23:53:48.891Z[ recovery-image] Sep 02 23:53:46.604 INFO O| Sep 02 23:53:46.604 INFO STEP 769 (remove_files) COMPLETE
71042025-09-02T23:53:48.895Z[ recovery-image] Sep 02 23:53:46.604 INFO O| Sep 02 23:53:46.604 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-09-02T23:53:48.905Z[ recovery-image] Sep 02 23:53:46.616 INFO O| Sep 02 23:53:46.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71062025-09-02T23:53:48.905Z[ recovery-image] Sep 02 23:53:46.616 INFO O| Sep 02 23:53:46.616 INFO STEP 770 (remove_files) COMPLETE
71072025-09-02T23:53:48.905Z[ recovery-image] Sep 02 23:53:46.616 INFO O| Sep 02 23:53:46.616 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-09-02T23:53:48.916Z[ recovery-image] Sep 02 23:53:46.628 INFO O| Sep 02 23:53:46.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71092025-09-02T23:53:48.916Z[ recovery-image] Sep 02 23:53:46.628 INFO O| Sep 02 23:53:46.628 INFO STEP 771 (remove_files) COMPLETE
71102025-09-02T23:53:48.917Z[ recovery-image] Sep 02 23:53:46.628 INFO O| Sep 02 23:53:46.628 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-09-02T23:53:48.927Z[ recovery-image] Sep 02 23:53:46.641 INFO O| Sep 02 23:53:46.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71122025-09-02T23:53:48.927Z[ recovery-image] Sep 02 23:53:46.641 INFO O| Sep 02 23:53:46.641 INFO STEP 772 (remove_files) COMPLETE
71132025-09-02T23:53:48.927Z[ recovery-image] Sep 02 23:53:46.641 INFO O| Sep 02 23:53:46.641 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-09-02T23:53:48.940Z[ recovery-image] Sep 02 23:53:46.653 INFO O| Sep 02 23:53:46.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71152025-09-02T23:53:48.940Z[ recovery-image] Sep 02 23:53:46.653 INFO O| Sep 02 23:53:46.653 INFO STEP 773 (remove_files) COMPLETE
71162025-09-02T23:53:48.940Z[ recovery-image] Sep 02 23:53:46.653 INFO O| Sep 02 23:53:46.653 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-09-02T23:53:48.953Z[ recovery-image] Sep 02 23:53:46.666 INFO O| Sep 02 23:53:46.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71182025-09-02T23:53:48.954Z[ recovery-image] Sep 02 23:53:46.666 INFO O| Sep 02 23:53:46.666 INFO STEP 774 (remove_files) COMPLETE
71192025-09-02T23:53:48.957Z[ recovery-image] Sep 02 23:53:46.666 INFO O| Sep 02 23:53:46.666 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-09-02T23:53:48.969Z[ recovery-image] Sep 02 23:53:46.681 INFO O| Sep 02 23:53:46.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71212025-09-02T23:53:48.969Z[ recovery-image] Sep 02 23:53:46.681 INFO O| Sep 02 23:53:46.681 INFO STEP 775 (remove_files) COMPLETE
71222025-09-02T23:53:48.969Z[ recovery-image] Sep 02 23:53:46.681 INFO O| Sep 02 23:53:46.681 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-09-02T23:53:48.982Z[ recovery-image] Sep 02 23:53:46.695 INFO O| Sep 02 23:53:46.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71242025-09-02T23:53:48.982Z[ recovery-image] Sep 02 23:53:46.695 INFO O| Sep 02 23:53:46.695 INFO STEP 776 (remove_files) COMPLETE
71252025-09-02T23:53:48.982Z[ recovery-image] Sep 02 23:53:46.695 INFO O| Sep 02 23:53:46.695 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-09-02T23:53:48.996Z[ recovery-image] Sep 02 23:53:46.709 INFO O| Sep 02 23:53:46.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71272025-09-02T23:53:48.996Z[ recovery-image] Sep 02 23:53:46.709 INFO O| Sep 02 23:53:46.709 INFO STEP 777 (remove_files) COMPLETE
71282025-09-02T23:53:49.002Z[ recovery-image] Sep 02 23:53:46.709 INFO O| Sep 02 23:53:46.709 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-09-02T23:53:49.011Z[ recovery-image] Sep 02 23:53:46.724 INFO O| Sep 02 23:53:46.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71302025-09-02T23:53:49.011Z[ recovery-image] Sep 02 23:53:46.724 INFO O| Sep 02 23:53:46.724 INFO STEP 778 (remove_files) COMPLETE
71312025-09-02T23:53:49.011Z[ recovery-image] Sep 02 23:53:46.724 INFO O| Sep 02 23:53:46.724 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-09-02T23:53:49.023Z[ recovery-image] Sep 02 23:53:46.737 INFO O| Sep 02 23:53:46.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71332025-09-02T23:53:49.023Z[ recovery-image] Sep 02 23:53:46.737 INFO O| Sep 02 23:53:46.737 INFO STEP 779 (remove_files) COMPLETE
71342025-09-02T23:53:49.023Z[ recovery-image] Sep 02 23:53:46.737 INFO O| Sep 02 23:53:46.737 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-09-02T23:53:49.036Z[ recovery-image] Sep 02 23:53:46.749 INFO O| Sep 02 23:53:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71362025-09-02T23:53:49.036Z[ recovery-image] Sep 02 23:53:46.749 INFO O| Sep 02 23:53:46.749 INFO STEP 780 (remove_files) COMPLETE
71372025-09-02T23:53:49.036Z[ recovery-image] Sep 02 23:53:46.749 INFO O| Sep 02 23:53:46.749 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-09-02T23:53:49.048Z[ recovery-image] Sep 02 23:53:46.761 INFO O| Sep 02 23:53:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71392025-09-02T23:53:49.048Z[ recovery-image] Sep 02 23:53:46.761 INFO O| Sep 02 23:53:46.761 INFO STEP 781 (remove_files) COMPLETE
71402025-09-02T23:53:49.051Z[ recovery-image] Sep 02 23:53:46.761 INFO O| Sep 02 23:53:46.761 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-09-02T23:53:49.061Z[ recovery-image] Sep 02 23:53:46.773 INFO O| Sep 02 23:53:46.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71422025-09-02T23:53:49.061Z[ recovery-image] Sep 02 23:53:46.773 INFO O| Sep 02 23:53:46.773 INFO STEP 782 (remove_files) COMPLETE
71432025-09-02T23:53:49.065Z[ recovery-image] Sep 02 23:53:46.773 INFO O| Sep 02 23:53:46.773 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-09-02T23:53:49.074Z[ recovery-image] Sep 02 23:53:46.787 INFO O| Sep 02 23:53:46.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71452025-09-02T23:53:49.074Z[ recovery-image] Sep 02 23:53:46.787 INFO O| Sep 02 23:53:46.787 INFO STEP 783 (remove_files) COMPLETE
71462025-09-02T23:53:49.074Z[ recovery-image] Sep 02 23:53:46.787 INFO O| Sep 02 23:53:46.787 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-09-02T23:53:49.087Z[ recovery-image] Sep 02 23:53:46.800 INFO O| Sep 02 23:53:46.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71482025-09-02T23:53:49.087Z[ recovery-image] Sep 02 23:53:46.801 INFO O| Sep 02 23:53:46.800 INFO STEP 784 (remove_files) COMPLETE
71492025-09-02T23:53:49.087Z[ recovery-image] Sep 02 23:53:46.801 INFO O| Sep 02 23:53:46.800 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-09-02T23:53:49.100Z[ recovery-image] Sep 02 23:53:46.814 INFO O| Sep 02 23:53:46.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71512025-09-02T23:53:49.101Z[ recovery-image] Sep 02 23:53:46.814 INFO O| Sep 02 23:53:46.814 INFO STEP 785 (remove_files) COMPLETE
71522025-09-02T23:53:49.101Z[ recovery-image] Sep 02 23:53:46.814 INFO O| Sep 02 23:53:46.814 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-09-02T23:53:49.114Z[ recovery-image] Sep 02 23:53:46.827 INFO O| Sep 02 23:53:46.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71542025-09-02T23:53:49.114Z[ recovery-image] Sep 02 23:53:46.828 INFO O| Sep 02 23:53:46.827 INFO STEP 786 (remove_files) COMPLETE
71552025-09-02T23:53:49.114Z[ recovery-image] Sep 02 23:53:46.828 INFO O| Sep 02 23:53:46.828 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-09-02T23:53:49.126Z[ recovery-image] Sep 02 23:53:46.839 INFO O| Sep 02 23:53:46.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71572025-09-02T23:53:49.126Z[ recovery-image] Sep 02 23:53:46.839 INFO O| Sep 02 23:53:46.839 INFO STEP 787 (remove_files) COMPLETE
71582025-09-02T23:53:49.131Z[ recovery-image] Sep 02 23:53:46.839 INFO O| Sep 02 23:53:46.839 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-09-02T23:53:49.139Z[ recovery-image] Sep 02 23:53:46.852 INFO O| Sep 02 23:53:46.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71602025-09-02T23:53:49.139Z[ recovery-image] Sep 02 23:53:46.852 INFO O| Sep 02 23:53:46.852 INFO STEP 788 (remove_files) COMPLETE
71612025-09-02T23:53:49.139Z[ recovery-image] Sep 02 23:53:46.852 INFO O| Sep 02 23:53:46.852 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-09-02T23:53:49.155Z[ recovery-image] Sep 02 23:53:46.865 INFO O| Sep 02 23:53:46.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71632025-09-02T23:53:49.155Z[ recovery-image] Sep 02 23:53:46.865 INFO O| Sep 02 23:53:46.865 INFO STEP 789 (remove_files) COMPLETE
71642025-09-02T23:53:49.159Z[ recovery-image] Sep 02 23:53:46.865 INFO O| Sep 02 23:53:46.865 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-09-02T23:53:49.164Z[ recovery-image] Sep 02 23:53:46.876 INFO O| Sep 02 23:53:46.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71662025-09-02T23:53:49.164Z[ recovery-image] Sep 02 23:53:46.876 INFO O| Sep 02 23:53:46.876 INFO STEP 790 (remove_files) COMPLETE
71672025-09-02T23:53:49.167Z[ recovery-image] Sep 02 23:53:46.876 INFO O| Sep 02 23:53:46.876 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-09-02T23:53:49.174Z[ recovery-image] Sep 02 23:53:46.888 INFO O| Sep 02 23:53:46.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71692025-09-02T23:53:49.174Z[ recovery-image] Sep 02 23:53:46.888 INFO O| Sep 02 23:53:46.888 INFO STEP 791 (remove_files) COMPLETE
71702025-09-02T23:53:49.178Z[ recovery-image] Sep 02 23:53:46.888 INFO O| Sep 02 23:53:46.888 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-09-02T23:53:49.186Z[ recovery-image] Sep 02 23:53:46.899 INFO O| Sep 02 23:53:46.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71722025-09-02T23:53:49.186Z[ recovery-image] Sep 02 23:53:46.899 INFO O| Sep 02 23:53:46.899 INFO STEP 792 (remove_files) COMPLETE
71732025-09-02T23:53:49.186Z[ recovery-image] Sep 02 23:53:46.899 INFO O| Sep 02 23:53:46.899 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-09-02T23:53:49.199Z[ recovery-image] Sep 02 23:53:46.911 INFO O| Sep 02 23:53:46.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71752025-09-02T23:53:49.199Z[ recovery-image] Sep 02 23:53:46.911 INFO O| Sep 02 23:53:46.911 INFO STEP 793 (remove_files) COMPLETE
71762025-09-02T23:53:49.205Z[ recovery-image] Sep 02 23:53:46.911 INFO O| Sep 02 23:53:46.911 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-09-02T23:53:49.210Z[ recovery-image] Sep 02 23:53:46.923 INFO O| Sep 02 23:53:46.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71782025-09-02T23:53:49.210Z[ recovery-image] Sep 02 23:53:46.923 INFO O| Sep 02 23:53:46.923 INFO STEP 794 (remove_files) COMPLETE
71792025-09-02T23:53:49.210Z[ recovery-image] Sep 02 23:53:46.923 INFO O| Sep 02 23:53:46.923 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-09-02T23:53:49.224Z[ recovery-image] Sep 02 23:53:46.938 INFO O| Sep 02 23:53:46.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71812025-09-02T23:53:49.229Z[ recovery-image] Sep 02 23:53:46.938 INFO O| Sep 02 23:53:46.938 INFO STEP 795 (remove_files) COMPLETE
71822025-09-02T23:53:49.229Z[ recovery-image] Sep 02 23:53:46.938 INFO O| Sep 02 23:53:46.938 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-09-02T23:53:49.238Z[ recovery-image] Sep 02 23:53:46.951 INFO O| Sep 02 23:53:46.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71842025-09-02T23:53:49.238Z[ recovery-image] Sep 02 23:53:46.952 INFO O| Sep 02 23:53:46.952 INFO STEP 796 (remove_files) COMPLETE
71852025-09-02T23:53:49.238Z[ recovery-image] Sep 02 23:53:46.952 INFO O| Sep 02 23:53:46.952 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-09-02T23:53:49.251Z[ recovery-image] Sep 02 23:53:46.964 INFO O| Sep 02 23:53:46.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71872025-09-02T23:53:49.251Z[ recovery-image] Sep 02 23:53:46.964 INFO O| Sep 02 23:53:46.964 INFO STEP 797 (remove_files) COMPLETE
71882025-09-02T23:53:49.251Z[ recovery-image] Sep 02 23:53:46.964 INFO O| Sep 02 23:53:46.964 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-09-02T23:53:49.266Z[ recovery-image] Sep 02 23:53:46.978 INFO O| Sep 02 23:53:46.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71902025-09-02T23:53:49.266Z[ recovery-image] Sep 02 23:53:46.978 INFO O| Sep 02 23:53:46.978 INFO STEP 798 (remove_files) COMPLETE
71912025-09-02T23:53:49.267Z[ recovery-image] Sep 02 23:53:46.978 INFO O| Sep 02 23:53:46.978 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-09-02T23:53:49.276Z[ recovery-image] Sep 02 23:53:46.989 INFO O| Sep 02 23:53:46.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71932025-09-02T23:53:49.276Z[ recovery-image] Sep 02 23:53:46.989 INFO O| Sep 02 23:53:46.989 INFO STEP 799 (remove_files) COMPLETE
71942025-09-02T23:53:49.281Z[ recovery-image] Sep 02 23:53:46.989 INFO O| Sep 02 23:53:46.989 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-09-02T23:53:49.288Z[ recovery-image] Sep 02 23:53:47.001 INFO O| Sep 02 23:53:47.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71962025-09-02T23:53:49.288Z[ recovery-image] Sep 02 23:53:47.001 INFO O| Sep 02 23:53:47.001 INFO STEP 800 (remove_files) COMPLETE
71972025-09-02T23:53:49.288Z[ recovery-image] Sep 02 23:53:47.001 INFO O| Sep 02 23:53:47.001 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-09-02T23:53:49.301Z[ recovery-image] Sep 02 23:53:47.014 INFO O| Sep 02 23:53:47.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71992025-09-02T23:53:49.301Z[ recovery-image] Sep 02 23:53:47.014 INFO O| Sep 02 23:53:47.014 INFO STEP 801 (remove_files) COMPLETE
72002025-09-02T23:53:49.301Z[ recovery-image] Sep 02 23:53:47.014 INFO O| Sep 02 23:53:47.014 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-09-02T23:53:49.316Z[ recovery-image] Sep 02 23:53:47.027 INFO O| Sep 02 23:53:47.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72022025-09-02T23:53:49.316Z[ recovery-image] Sep 02 23:53:47.028 INFO O| Sep 02 23:53:47.027 INFO STEP 802 (remove_files) COMPLETE
72032025-09-02T23:53:49.316Z[ recovery-image] Sep 02 23:53:47.028 INFO O| Sep 02 23:53:47.028 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-09-02T23:53:49.329Z[ recovery-image] Sep 02 23:53:47.042 INFO O| Sep 02 23:53:47.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72052025-09-02T23:53:49.329Z[ recovery-image] Sep 02 23:53:47.042 INFO O| Sep 02 23:53:47.042 INFO STEP 803 (remove_files) COMPLETE
72062025-09-02T23:53:49.329Z[ recovery-image] Sep 02 23:53:47.042 INFO O| Sep 02 23:53:47.042 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-09-02T23:53:49.345Z[ recovery-image] Sep 02 23:53:47.058 INFO O| Sep 02 23:53:47.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72082025-09-02T23:53:49.345Z[ recovery-image] Sep 02 23:53:47.059 INFO O| Sep 02 23:53:47.059 INFO STEP 804 (remove_files) COMPLETE
72092025-09-02T23:53:49.345Z[ recovery-image] Sep 02 23:53:47.059 INFO O| Sep 02 23:53:47.059 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-09-02T23:53:49.360Z[ recovery-image] Sep 02 23:53:47.073 INFO O| Sep 02 23:53:47.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72112025-09-02T23:53:49.360Z[ recovery-image] Sep 02 23:53:47.073 INFO O| Sep 02 23:53:47.073 INFO STEP 805 (remove_files) COMPLETE
72122025-09-02T23:53:49.360Z[ recovery-image] Sep 02 23:53:47.073 INFO O| Sep 02 23:53:47.073 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-09-02T23:53:49.374Z[ recovery-image] Sep 02 23:53:47.087 INFO O| Sep 02 23:53:47.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72142025-09-02T23:53:49.374Z[ recovery-image] Sep 02 23:53:47.087 INFO O| Sep 02 23:53:47.087 INFO STEP 806 (remove_files) COMPLETE
72152025-09-02T23:53:49.374Z[ recovery-image] Sep 02 23:53:47.087 INFO O| Sep 02 23:53:47.087 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-09-02T23:53:49.388Z[ recovery-image] Sep 02 23:53:47.101 INFO O| Sep 02 23:53:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72172025-09-02T23:53:49.388Z[ recovery-image] Sep 02 23:53:47.101 INFO O| Sep 02 23:53:47.101 INFO STEP 807 (remove_files) COMPLETE
72182025-09-02T23:53:49.388Z[ recovery-image] Sep 02 23:53:47.101 INFO O| Sep 02 23:53:47.101 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-09-02T23:53:49.407Z[ recovery-image] Sep 02 23:53:47.121 INFO O| Sep 02 23:53:47.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72202025-09-02T23:53:49.407Z[ recovery-image] Sep 02 23:53:47.121 INFO O| Sep 02 23:53:47.121 INFO STEP 808 (remove_files) COMPLETE
72212025-09-02T23:53:49.407Z[ recovery-image] Sep 02 23:53:47.121 INFO O| Sep 02 23:53:47.121 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-09-02T23:53:49.423Z[ recovery-image] Sep 02 23:53:47.136 INFO O| Sep 02 23:53:47.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72232025-09-02T23:53:49.423Z[ recovery-image] Sep 02 23:53:47.136 INFO O| Sep 02 23:53:47.136 INFO STEP 809 (remove_files) COMPLETE
72242025-09-02T23:53:49.426Z[ recovery-image] Sep 02 23:53:47.136 INFO O| Sep 02 23:53:47.136 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-09-02T23:53:49.437Z[ recovery-image] Sep 02 23:53:47.150 INFO O| Sep 02 23:53:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72262025-09-02T23:53:49.437Z[ recovery-image] Sep 02 23:53:47.150 INFO O| Sep 02 23:53:47.150 INFO STEP 810 (remove_files) COMPLETE
72272025-09-02T23:53:49.438Z[ recovery-image] Sep 02 23:53:47.150 INFO O| Sep 02 23:53:47.150 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-09-02T23:53:49.453Z[ recovery-image] Sep 02 23:53:47.166 INFO O| Sep 02 23:53:47.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72292025-09-02T23:53:49.453Z[ recovery-image] Sep 02 23:53:47.166 INFO O| Sep 02 23:53:47.166 INFO STEP 811 (remove_files) COMPLETE
72302025-09-02T23:53:49.457Z[ recovery-image] Sep 02 23:53:47.166 INFO O| Sep 02 23:53:47.166 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-09-02T23:53:49.469Z[ recovery-image] Sep 02 23:53:47.182 INFO O| Sep 02 23:53:47.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72322025-09-02T23:53:49.469Z[ recovery-image] Sep 02 23:53:47.182 INFO O| Sep 02 23:53:47.182 INFO STEP 812 (remove_files) COMPLETE
72332025-09-02T23:53:49.469Z[ recovery-image] Sep 02 23:53:47.182 INFO O| Sep 02 23:53:47.182 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-09-02T23:53:49.497Z[ recovery-image] Sep 02 23:53:47.197 INFO O| Sep 02 23:53:47.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72352025-09-02T23:53:49.497Z[ recovery-image] Sep 02 23:53:47.197 INFO O| Sep 02 23:53:47.197 INFO STEP 813 (remove_files) COMPLETE
72362025-09-02T23:53:49.497Z[ recovery-image] Sep 02 23:53:47.197 INFO O| Sep 02 23:53:47.197 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-09-02T23:53:49.503Z[ recovery-image] Sep 02 23:53:47.212 INFO O| Sep 02 23:53:47.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72382025-09-02T23:53:49.503Z[ recovery-image] Sep 02 23:53:47.212 INFO O| Sep 02 23:53:47.212 INFO STEP 814 (remove_files) COMPLETE
72392025-09-02T23:53:49.503Z[ recovery-image] Sep 02 23:53:47.212 INFO O| Sep 02 23:53:47.212 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-09-02T23:53:49.513Z[ recovery-image] Sep 02 23:53:47.226 INFO O| Sep 02 23:53:47.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72412025-09-02T23:53:49.513Z[ recovery-image] Sep 02 23:53:47.226 INFO O| Sep 02 23:53:47.226 INFO STEP 815 (remove_files) COMPLETE
72422025-09-02T23:53:49.516Z[ recovery-image] Sep 02 23:53:47.226 INFO O| Sep 02 23:53:47.226 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-09-02T23:53:49.529Z[ recovery-image] Sep 02 23:53:47.241 INFO O| Sep 02 23:53:47.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72442025-09-02T23:53:49.533Z[ recovery-image] Sep 02 23:53:47.242 INFO O| Sep 02 23:53:47.242 INFO STEP 816 (remove_files) COMPLETE
72452025-09-02T23:53:49.533Z[ recovery-image] Sep 02 23:53:47.242 INFO O| Sep 02 23:53:47.242 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-09-02T23:53:49.543Z[ recovery-image] Sep 02 23:53:47.257 INFO O| Sep 02 23:53:47.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72472025-09-02T23:53:49.543Z[ recovery-image] Sep 02 23:53:47.257 INFO O| Sep 02 23:53:47.257 INFO STEP 817 (remove_files) COMPLETE
72482025-09-02T23:53:49.544Z[ recovery-image] Sep 02 23:53:47.257 INFO O| Sep 02 23:53:47.257 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-09-02T23:53:49.559Z[ recovery-image] Sep 02 23:53:47.272 INFO O| Sep 02 23:53:47.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72502025-09-02T23:53:49.559Z[ recovery-image] Sep 02 23:53:47.272 INFO O| Sep 02 23:53:47.272 INFO STEP 818 (remove_files) COMPLETE
72512025-09-02T23:53:49.559Z[ recovery-image] Sep 02 23:53:47.272 INFO O| Sep 02 23:53:47.272 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-09-02T23:53:49.575Z[ recovery-image] Sep 02 23:53:47.288 INFO O| Sep 02 23:53:47.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72532025-09-02T23:53:49.575Z[ recovery-image] Sep 02 23:53:47.288 INFO O| Sep 02 23:53:47.288 INFO STEP 819 (remove_files) COMPLETE
72542025-09-02T23:53:49.575Z[ recovery-image] Sep 02 23:53:47.288 INFO O| Sep 02 23:53:47.288 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-09-02T23:53:49.589Z[ recovery-image] Sep 02 23:53:47.302 INFO O| Sep 02 23:53:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72562025-09-02T23:53:49.589Z[ recovery-image] Sep 02 23:53:47.302 INFO O| Sep 02 23:53:47.302 INFO STEP 820 (remove_files) COMPLETE
72572025-09-02T23:53:49.589Z[ recovery-image] Sep 02 23:53:47.302 INFO O| Sep 02 23:53:47.302 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-09-02T23:53:49.603Z[ recovery-image] Sep 02 23:53:47.316 INFO O| Sep 02 23:53:47.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72592025-09-02T23:53:49.603Z[ recovery-image] Sep 02 23:53:47.316 INFO O| Sep 02 23:53:47.316 INFO STEP 821 (remove_files) COMPLETE
72602025-09-02T23:53:49.603Z[ recovery-image] Sep 02 23:53:47.316 INFO O| Sep 02 23:53:47.316 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-09-02T23:53:49.756Z[ recovery-image] Sep 02 23:53:47.330 INFO O| Sep 02 23:53:47.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72622025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.330 INFO O| Sep 02 23:53:47.330 INFO STEP 822 (remove_files) COMPLETE
72632025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.330 INFO O| Sep 02 23:53:47.330 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.344 INFO O| Sep 02 23:53:47.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72652025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.344 INFO O| Sep 02 23:53:47.344 INFO STEP 823 (remove_files) COMPLETE
72662025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.344 INFO O| Sep 02 23:53:47.344 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.357 INFO O| Sep 02 23:53:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72682025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.357 INFO O| Sep 02 23:53:47.357 INFO STEP 824 (remove_files) COMPLETE
72692025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.357 INFO O| Sep 02 23:53:47.357 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.372 INFO O| Sep 02 23:53:47.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72712025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.372 INFO O| Sep 02 23:53:47.372 INFO STEP 825 (remove_files) COMPLETE
72722025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.372 INFO O| Sep 02 23:53:47.372 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.387 INFO O| Sep 02 23:53:47.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72742025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.388 INFO O| Sep 02 23:53:47.388 INFO STEP 826 (remove_files) COMPLETE
72752025-09-02T23:53:49.771Z[ recovery-image] Sep 02 23:53:47.388 INFO O| Sep 02 23:53:47.388 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.404 INFO O| Sep 02 23:53:47.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72772025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.404 INFO O| Sep 02 23:53:47.404 INFO STEP 827 (remove_files) COMPLETE
72782025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.404 INFO O| Sep 02 23:53:47.404 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.420 INFO O| Sep 02 23:53:47.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72802025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.420 INFO O| Sep 02 23:53:47.420 INFO STEP 828 (remove_files) COMPLETE
72812025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.420 INFO O| Sep 02 23:53:47.420 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.436 INFO O| Sep 02 23:53:47.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72832025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.436 INFO O| Sep 02 23:53:47.436 INFO STEP 829 (remove_files) COMPLETE
72842025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.436 INFO O| Sep 02 23:53:47.436 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.451 INFO O| Sep 02 23:53:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72862025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.451 INFO O| Sep 02 23:53:47.451 INFO STEP 830 (remove_files) COMPLETE
72872025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.451 INFO O| Sep 02 23:53:47.451 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.466 INFO O| Sep 02 23:53:47.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72892025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.466 INFO O| Sep 02 23:53:47.466 INFO STEP 831 (remove_files) COMPLETE
72902025-09-02T23:53:49.772Z[ recovery-image] Sep 02 23:53:47.466 INFO O| Sep 02 23:53:47.466 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-09-02T23:53:49.780Z[ recovery-image] Sep 02 23:53:47.481 INFO O| Sep 02 23:53:47.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72922025-09-02T23:53:49.780Z[ recovery-image] Sep 02 23:53:47.481 INFO O| Sep 02 23:53:47.481 INFO STEP 832 (remove_files) COMPLETE
72932025-09-02T23:53:49.780Z[ recovery-image] Sep 02 23:53:47.481 INFO O| Sep 02 23:53:47.481 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-09-02T23:53:49.783Z[ recovery-image] Sep 02 23:53:47.496 INFO O| Sep 02 23:53:47.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72952025-09-02T23:53:49.783Z[ recovery-image] Sep 02 23:53:47.496 INFO O| Sep 02 23:53:47.496 INFO STEP 833 (remove_files) COMPLETE
72962025-09-02T23:53:49.784Z[ recovery-image] Sep 02 23:53:47.496 INFO O| Sep 02 23:53:47.496 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-09-02T23:53:49.798Z[ recovery-image] Sep 02 23:53:47.511 INFO O| Sep 02 23:53:47.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72982025-09-02T23:53:49.798Z[ recovery-image] Sep 02 23:53:47.511 INFO O| Sep 02 23:53:47.511 INFO STEP 834 (remove_files) COMPLETE
72992025-09-02T23:53:49.802Z[ recovery-image] Sep 02 23:53:47.511 INFO O| Sep 02 23:53:47.511 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-09-02T23:53:49.812Z[ recovery-image] Sep 02 23:53:47.525 INFO O| Sep 02 23:53:47.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73012025-09-02T23:53:49.812Z[ recovery-image] Sep 02 23:53:47.525 INFO O| Sep 02 23:53:47.525 INFO STEP 835 (remove_files) COMPLETE
73022025-09-02T23:53:49.812Z[ recovery-image] Sep 02 23:53:47.525 INFO O| Sep 02 23:53:47.525 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-09-02T23:53:49.826Z[ recovery-image] Sep 02 23:53:47.539 INFO O| Sep 02 23:53:47.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73042025-09-02T23:53:49.827Z[ recovery-image] Sep 02 23:53:47.539 INFO O| Sep 02 23:53:47.539 INFO STEP 836 (remove_files) COMPLETE
73052025-09-02T23:53:49.827Z[ recovery-image] Sep 02 23:53:47.539 INFO O| Sep 02 23:53:47.539 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-09-02T23:53:49.840Z[ recovery-image] Sep 02 23:53:47.553 INFO O| Sep 02 23:53:47.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73072025-09-02T23:53:49.840Z[ recovery-image] Sep 02 23:53:47.553 INFO O| Sep 02 23:53:47.553 INFO STEP 837 (remove_files) COMPLETE
73082025-09-02T23:53:49.840Z[ recovery-image] Sep 02 23:53:47.553 INFO O| Sep 02 23:53:47.553 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-09-02T23:53:49.852Z[ recovery-image] Sep 02 23:53:47.565 INFO O| Sep 02 23:53:47.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73102025-09-02T23:53:49.856Z[ recovery-image] Sep 02 23:53:47.565 INFO O| Sep 02 23:53:47.565 INFO STEP 838 (remove_files) COMPLETE
73112025-09-02T23:53:49.856Z[ recovery-image] Sep 02 23:53:47.565 INFO O| Sep 02 23:53:47.565 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-09-02T23:53:49.864Z[ recovery-image] Sep 02 23:53:47.577 INFO O| Sep 02 23:53:47.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73132025-09-02T23:53:49.864Z[ recovery-image] Sep 02 23:53:47.577 INFO O| Sep 02 23:53:47.577 INFO STEP 839 (remove_files) COMPLETE
73142025-09-02T23:53:49.864Z[ recovery-image] Sep 02 23:53:47.577 INFO O| Sep 02 23:53:47.577 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-09-02T23:53:49.876Z[ recovery-image] Sep 02 23:53:47.590 INFO O| Sep 02 23:53:47.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73162025-09-02T23:53:49.880Z[ recovery-image] Sep 02 23:53:47.590 INFO O| Sep 02 23:53:47.590 INFO STEP 840 (remove_files) COMPLETE
73172025-09-02T23:53:49.880Z[ recovery-image] Sep 02 23:53:47.590 INFO O| Sep 02 23:53:47.590 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-09-02T23:53:49.891Z[ recovery-image] Sep 02 23:53:47.605 INFO O| Sep 02 23:53:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73192025-09-02T23:53:49.892Z[ recovery-image] Sep 02 23:53:47.605 INFO O| Sep 02 23:53:47.605 INFO STEP 841 (remove_files) COMPLETE
73202025-09-02T23:53:49.895Z[ recovery-image] Sep 02 23:53:47.605 INFO O| Sep 02 23:53:47.605 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-09-02T23:53:49.904Z[ recovery-image] Sep 02 23:53:47.617 INFO O| Sep 02 23:53:47.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73222025-09-02T23:53:49.904Z[ recovery-image] Sep 02 23:53:47.617 INFO O| Sep 02 23:53:47.617 INFO STEP 842 (remove_files) COMPLETE
73232025-09-02T23:53:49.904Z[ recovery-image] Sep 02 23:53:47.617 INFO O| Sep 02 23:53:47.617 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-09-02T23:53:49.917Z[ recovery-image] Sep 02 23:53:47.629 INFO O| Sep 02 23:53:47.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73252025-09-02T23:53:49.917Z[ recovery-image] Sep 02 23:53:47.630 INFO O| Sep 02 23:53:47.630 INFO STEP 843 (remove_files) COMPLETE
73262025-09-02T23:53:49.917Z[ recovery-image] Sep 02 23:53:47.630 INFO O| Sep 02 23:53:47.630 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-09-02T23:53:49.929Z[ recovery-image] Sep 02 23:53:47.642 INFO O| Sep 02 23:53:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73282025-09-02T23:53:49.929Z[ recovery-image] Sep 02 23:53:47.642 INFO O| Sep 02 23:53:47.642 INFO STEP 844 (remove_files) COMPLETE
73292025-09-02T23:53:49.929Z[ recovery-image] Sep 02 23:53:47.642 INFO O| Sep 02 23:53:47.642 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-09-02T23:53:49.945Z[ recovery-image] Sep 02 23:53:47.656 INFO O| Sep 02 23:53:47.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73312025-09-02T23:53:49.946Z[ recovery-image] Sep 02 23:53:47.656 INFO O| Sep 02 23:53:47.656 INFO STEP 845 (remove_files) COMPLETE
73322025-09-02T23:53:49.946Z[ recovery-image] Sep 02 23:53:47.656 INFO O| Sep 02 23:53:47.656 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-09-02T23:53:49.956Z[ recovery-image] Sep 02 23:53:47.669 INFO O| Sep 02 23:53:47.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73342025-09-02T23:53:49.959Z[ recovery-image] Sep 02 23:53:47.669 INFO O| Sep 02 23:53:47.669 INFO STEP 846 (remove_files) COMPLETE
73352025-09-02T23:53:49.959Z[ recovery-image] Sep 02 23:53:47.669 INFO O| Sep 02 23:53:47.669 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-09-02T23:53:49.969Z[ recovery-image] Sep 02 23:53:47.682 INFO O| Sep 02 23:53:47.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73372025-09-02T23:53:49.969Z[ recovery-image] Sep 02 23:53:47.682 INFO O| Sep 02 23:53:47.682 INFO STEP 847 (remove_files) COMPLETE
73382025-09-02T23:53:49.972Z[ recovery-image] Sep 02 23:53:47.682 INFO O| Sep 02 23:53:47.682 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-09-02T23:53:49.982Z[ recovery-image] Sep 02 23:53:47.693 INFO O| Sep 02 23:53:47.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73402025-09-02T23:53:49.982Z[ recovery-image] Sep 02 23:53:47.694 INFO O| Sep 02 23:53:47.693 INFO STEP 848 (remove_files) COMPLETE
73412025-09-02T23:53:49.982Z[ recovery-image] Sep 02 23:53:47.694 INFO O| Sep 02 23:53:47.694 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-09-02T23:53:49.992Z[ recovery-image] Sep 02 23:53:47.705 INFO O| Sep 02 23:53:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73432025-09-02T23:53:49.996Z[ recovery-image] Sep 02 23:53:47.705 INFO O| Sep 02 23:53:47.705 INFO STEP 849 (remove_files) COMPLETE
73442025-09-02T23:53:49.996Z[ recovery-image] Sep 02 23:53:47.705 INFO O| Sep 02 23:53:47.705 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-09-02T23:53:50.004Z[ recovery-image] Sep 02 23:53:47.717 INFO O| Sep 02 23:53:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73462025-09-02T23:53:50.007Z[ recovery-image] Sep 02 23:53:47.717 INFO O| Sep 02 23:53:47.717 INFO STEP 850 (remove_files) COMPLETE
73472025-09-02T23:53:50.008Z[ recovery-image] Sep 02 23:53:47.717 INFO O| Sep 02 23:53:47.717 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-09-02T23:53:50.017Z[ recovery-image] Sep 02 23:53:47.730 INFO O| Sep 02 23:53:47.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73492025-09-02T23:53:50.017Z[ recovery-image] Sep 02 23:53:47.730 INFO O| Sep 02 23:53:47.730 INFO STEP 851 (remove_files) COMPLETE
73502025-09-02T23:53:50.017Z[ recovery-image] Sep 02 23:53:47.730 INFO O| Sep 02 23:53:47.730 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-09-02T23:53:50.030Z[ recovery-image] Sep 02 23:53:47.743 INFO O| Sep 02 23:53:47.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73522025-09-02T23:53:50.030Z[ recovery-image] Sep 02 23:53:47.743 INFO O| Sep 02 23:53:47.743 INFO STEP 852 (remove_files) COMPLETE
73532025-09-02T23:53:50.030Z[ recovery-image] Sep 02 23:53:47.743 INFO O| Sep 02 23:53:47.743 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-09-02T23:53:50.042Z[ recovery-image] Sep 02 23:53:47.755 INFO O| Sep 02 23:53:47.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73552025-09-02T23:53:50.042Z[ recovery-image] Sep 02 23:53:47.755 INFO O| Sep 02 23:53:47.755 INFO STEP 853 (remove_files) COMPLETE
73562025-09-02T23:53:50.043Z[ recovery-image] Sep 02 23:53:47.755 INFO O| Sep 02 23:53:47.755 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-09-02T23:53:50.054Z[ recovery-image] Sep 02 23:53:47.767 INFO O| Sep 02 23:53:47.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73582025-09-02T23:53:50.058Z[ recovery-image] Sep 02 23:53:47.768 INFO O| Sep 02 23:53:47.768 INFO STEP 854 (remove_files) COMPLETE
73592025-09-02T23:53:50.058Z[ recovery-image] Sep 02 23:53:47.768 INFO O| Sep 02 23:53:47.768 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-09-02T23:53:50.067Z[ recovery-image] Sep 02 23:53:47.780 INFO O| Sep 02 23:53:47.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73612025-09-02T23:53:50.070Z[ recovery-image] Sep 02 23:53:47.780 INFO O| Sep 02 23:53:47.780 INFO STEP 855 (remove_files) COMPLETE
73622025-09-02T23:53:50.071Z[ recovery-image] Sep 02 23:53:47.780 INFO O| Sep 02 23:53:47.780 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-09-02T23:53:50.080Z[ recovery-image] Sep 02 23:53:47.792 INFO O| Sep 02 23:53:47.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73642025-09-02T23:53:50.080Z[ recovery-image] Sep 02 23:53:47.792 INFO O| Sep 02 23:53:47.792 INFO STEP 856 (remove_files) COMPLETE
73652025-09-02T23:53:50.084Z[ recovery-image] Sep 02 23:53:47.792 INFO O| Sep 02 23:53:47.792 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-09-02T23:53:50.092Z[ recovery-image] Sep 02 23:53:47.805 INFO O| Sep 02 23:53:47.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73672025-09-02T23:53:50.093Z[ recovery-image] Sep 02 23:53:47.805 INFO O| Sep 02 23:53:47.805 INFO STEP 857 (remove_files) COMPLETE
73682025-09-02T23:53:50.093Z[ recovery-image] Sep 02 23:53:47.805 INFO O| Sep 02 23:53:47.805 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-09-02T23:53:50.106Z[ recovery-image] Sep 02 23:53:47.818 INFO O| Sep 02 23:53:47.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73702025-09-02T23:53:50.106Z[ recovery-image] Sep 02 23:53:47.819 INFO O| Sep 02 23:53:47.819 INFO STEP 858 (remove_files) COMPLETE
73712025-09-02T23:53:50.106Z[ recovery-image] Sep 02 23:53:47.819 INFO O| Sep 02 23:53:47.819 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-09-02T23:53:50.120Z[ recovery-image] Sep 02 23:53:47.833 INFO O| Sep 02 23:53:47.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73732025-09-02T23:53:50.120Z[ recovery-image] Sep 02 23:53:47.833 INFO O| Sep 02 23:53:47.833 INFO STEP 859 (remove_files) COMPLETE
73742025-09-02T23:53:50.124Z[ recovery-image] Sep 02 23:53:47.833 INFO O| Sep 02 23:53:47.833 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-09-02T23:53:50.134Z[ recovery-image] Sep 02 23:53:47.847 INFO O| Sep 02 23:53:47.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73762025-09-02T23:53:50.134Z[ recovery-image] Sep 02 23:53:47.847 INFO O| Sep 02 23:53:47.847 INFO STEP 860 (remove_files) COMPLETE
73772025-09-02T23:53:50.134Z[ recovery-image] Sep 02 23:53:47.847 INFO O| Sep 02 23:53:47.847 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-09-02T23:53:50.148Z[ recovery-image] Sep 02 23:53:47.861 INFO O| Sep 02 23:53:47.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73792025-09-02T23:53:50.148Z[ recovery-image] Sep 02 23:53:47.861 INFO O| Sep 02 23:53:47.861 INFO STEP 861 (remove_files) COMPLETE
73802025-09-02T23:53:50.152Z[ recovery-image] Sep 02 23:53:47.861 INFO O| Sep 02 23:53:47.861 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-09-02T23:53:50.163Z[ recovery-image] Sep 02 23:53:47.876 INFO O| Sep 02 23:53:47.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73822025-09-02T23:53:50.164Z[ recovery-image] Sep 02 23:53:47.876 INFO O| Sep 02 23:53:47.876 INFO STEP 862 (remove_files) COMPLETE
73832025-09-02T23:53:50.168Z[ recovery-image] Sep 02 23:53:47.876 INFO O| Sep 02 23:53:47.876 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-09-02T23:53:50.179Z[ recovery-image] Sep 02 23:53:47.890 INFO O| Sep 02 23:53:47.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73852025-09-02T23:53:50.179Z[ recovery-image] Sep 02 23:53:47.890 INFO O| Sep 02 23:53:47.890 INFO STEP 863 (remove_files) COMPLETE
73862025-09-02T23:53:50.179Z[ recovery-image] Sep 02 23:53:47.890 INFO O| Sep 02 23:53:47.890 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-09-02T23:53:50.191Z[ recovery-image] Sep 02 23:53:47.904 INFO O| Sep 02 23:53:47.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73882025-09-02T23:53:50.191Z[ recovery-image] Sep 02 23:53:47.904 INFO O| Sep 02 23:53:47.904 INFO STEP 864 (remove_files) COMPLETE
73892025-09-02T23:53:50.191Z[ recovery-image] Sep 02 23:53:47.904 INFO O| Sep 02 23:53:47.904 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-09-02T23:53:50.206Z[ recovery-image] Sep 02 23:53:47.919 INFO O| Sep 02 23:53:47.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73912025-09-02T23:53:50.210Z[ recovery-image] Sep 02 23:53:47.920 INFO O| Sep 02 23:53:47.920 INFO STEP 865 (remove_files) COMPLETE
73922025-09-02T23:53:50.210Z[ recovery-image] Sep 02 23:53:47.920 INFO O| Sep 02 23:53:47.920 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-09-02T23:53:50.221Z[ recovery-image] Sep 02 23:53:47.934 INFO O| Sep 02 23:53:47.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73942025-09-02T23:53:50.221Z[ recovery-image] Sep 02 23:53:47.934 INFO O| Sep 02 23:53:47.934 INFO STEP 866 (remove_files) COMPLETE
73952025-09-02T23:53:50.221Z[ recovery-image] Sep 02 23:53:47.934 INFO O| Sep 02 23:53:47.934 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-09-02T23:53:50.235Z[ recovery-image] Sep 02 23:53:47.948 INFO O| Sep 02 23:53:47.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73972025-09-02T23:53:50.236Z[ recovery-image] Sep 02 23:53:47.948 INFO O| Sep 02 23:53:47.948 INFO STEP 867 (remove_files) COMPLETE
73982025-09-02T23:53:50.239Z[ recovery-image] Sep 02 23:53:47.948 INFO O| Sep 02 23:53:47.948 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-09-02T23:53:50.249Z[ recovery-image] Sep 02 23:53:47.962 INFO O| Sep 02 23:53:47.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74002025-09-02T23:53:50.249Z[ recovery-image] Sep 02 23:53:47.962 INFO O| Sep 02 23:53:47.962 INFO STEP 868 (remove_files) COMPLETE
74012025-09-02T23:53:50.253Z[ recovery-image] Sep 02 23:53:47.962 INFO O| Sep 02 23:53:47.962 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-09-02T23:53:50.261Z[ recovery-image] Sep 02 23:53:47.974 INFO O| Sep 02 23:53:47.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74032025-09-02T23:53:50.261Z[ recovery-image] Sep 02 23:53:47.975 INFO O| Sep 02 23:53:47.975 INFO STEP 869 (remove_files) COMPLETE
74042025-09-02T23:53:50.262Z[ recovery-image] Sep 02 23:53:47.975 INFO O| Sep 02 23:53:47.975 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-09-02T23:53:50.276Z[ recovery-image] Sep 02 23:53:47.988 INFO O| Sep 02 23:53:47.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74062025-09-02T23:53:50.276Z[ recovery-image] Sep 02 23:53:47.988 INFO O| Sep 02 23:53:47.988 INFO STEP 870 (remove_files) COMPLETE
74072025-09-02T23:53:50.276Z[ recovery-image] Sep 02 23:53:47.988 INFO O| Sep 02 23:53:47.988 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-09-02T23:53:50.289Z[ recovery-image] Sep 02 23:53:48.002 INFO O| Sep 02 23:53:48.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74092025-09-02T23:53:50.289Z[ recovery-image] Sep 02 23:53:48.002 INFO O| Sep 02 23:53:48.002 INFO STEP 871 (remove_files) COMPLETE
74102025-09-02T23:53:50.289Z[ recovery-image] Sep 02 23:53:48.002 INFO O| Sep 02 23:53:48.002 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-09-02T23:53:50.302Z[ recovery-image] Sep 02 23:53:48.014 INFO O| Sep 02 23:53:48.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74122025-09-02T23:53:50.302Z[ recovery-image] Sep 02 23:53:48.014 INFO O| Sep 02 23:53:48.014 INFO STEP 872 (remove_files) COMPLETE
74132025-09-02T23:53:50.305Z[ recovery-image] Sep 02 23:53:48.014 INFO O| Sep 02 23:53:48.014 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-09-02T23:53:50.314Z[ recovery-image] Sep 02 23:53:48.027 INFO O| Sep 02 23:53:48.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74152025-09-02T23:53:50.320Z[ recovery-image] Sep 02 23:53:48.027 INFO O| Sep 02 23:53:48.027 INFO STEP 873 (remove_files) COMPLETE
74162025-09-02T23:53:50.320Z[ recovery-image] Sep 02 23:53:48.027 INFO O| Sep 02 23:53:48.027 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-09-02T23:53:50.327Z[ recovery-image] Sep 02 23:53:48.040 INFO O| Sep 02 23:53:48.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74182025-09-02T23:53:50.327Z[ recovery-image] Sep 02 23:53:48.040 INFO O| Sep 02 23:53:48.040 INFO STEP 874 (remove_files) COMPLETE
74192025-09-02T23:53:50.330Z[ recovery-image] Sep 02 23:53:48.040 INFO O| Sep 02 23:53:48.040 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-09-02T23:53:50.341Z[ recovery-image] Sep 02 23:53:48.052 INFO O| Sep 02 23:53:48.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74212025-09-02T23:53:50.341Z[ recovery-image] Sep 02 23:53:48.052 INFO O| Sep 02 23:53:48.052 INFO STEP 875 (remove_files) COMPLETE
74222025-09-02T23:53:50.341Z[ recovery-image] Sep 02 23:53:48.053 INFO O| Sep 02 23:53:48.052 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-09-02T23:53:50.353Z[ recovery-image] Sep 02 23:53:48.066 INFO O| Sep 02 23:53:48.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74242025-09-02T23:53:50.353Z[ recovery-image] Sep 02 23:53:48.066 INFO O| Sep 02 23:53:48.066 INFO STEP 876 (remove_files) COMPLETE
74252025-09-02T23:53:50.353Z[ recovery-image] Sep 02 23:53:48.066 INFO O| Sep 02 23:53:48.066 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-09-02T23:53:50.367Z[ recovery-image] Sep 02 23:53:48.080 INFO O| Sep 02 23:53:48.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74272025-09-02T23:53:50.367Z[ recovery-image] Sep 02 23:53:48.080 INFO O| Sep 02 23:53:48.080 INFO STEP 877 (remove_files) COMPLETE
74282025-09-02T23:53:50.367Z[ recovery-image] Sep 02 23:53:48.080 INFO O| Sep 02 23:53:48.080 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-09-02T23:53:50.391Z[ recovery-image] Sep 02 23:53:48.094 INFO O| Sep 02 23:53:48.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74302025-09-02T23:53:50.391Z[ recovery-image] Sep 02 23:53:48.094 INFO O| Sep 02 23:53:48.094 INFO STEP 878 (remove_files) COMPLETE
74312025-09-02T23:53:50.391Z[ recovery-image] Sep 02 23:53:48.094 INFO O| Sep 02 23:53:48.094 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-09-02T23:53:50.419Z[ recovery-image] Sep 02 23:53:48.110 INFO O| Sep 02 23:53:48.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74332025-09-02T23:53:50.419Z[ recovery-image] Sep 02 23:53:48.110 INFO O| Sep 02 23:53:48.110 INFO STEP 879 (remove_files) COMPLETE
74342025-09-02T23:53:50.419Z[ recovery-image] Sep 02 23:53:48.110 INFO O| Sep 02 23:53:48.110 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.127 INFO O| Sep 02 23:53:48.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74362025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.127 INFO O| Sep 02 23:53:48.127 INFO STEP 880 (remove_files) COMPLETE
74372025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.128 INFO O| Sep 02 23:53:48.127 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.143 INFO O| Sep 02 23:53:48.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74392025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.143 INFO O| Sep 02 23:53:48.143 INFO STEP 881 (remove_files) COMPLETE
74402025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.143 INFO O| Sep 02 23:53:48.143 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.158 INFO O| Sep 02 23:53:48.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74422025-09-02T23:53:50.468Z[ recovery-image] Sep 02 23:53:48.158 INFO O| Sep 02 23:53:48.158 INFO STEP 882 (remove_files) COMPLETE
74432025-09-02T23:53:50.469Z[ recovery-image] Sep 02 23:53:48.158 INFO O| Sep 02 23:53:48.158 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-09-02T23:53:50.477Z[ recovery-image] Sep 02 23:53:48.173 INFO O| Sep 02 23:53:48.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74452025-09-02T23:53:50.477Z[ recovery-image] Sep 02 23:53:48.173 INFO O| Sep 02 23:53:48.173 INFO STEP 883 (remove_files) COMPLETE
74462025-09-02T23:53:50.481Z[ recovery-image] Sep 02 23:53:48.173 INFO O| Sep 02 23:53:48.173 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-09-02T23:53:50.481Z[ recovery-image] Sep 02 23:53:48.185 INFO O| Sep 02 23:53:48.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74482025-09-02T23:53:50.481Z[ recovery-image] Sep 02 23:53:48.185 INFO O| Sep 02 23:53:48.185 INFO STEP 884 (remove_files) COMPLETE
74492025-09-02T23:53:50.481Z[ recovery-image] Sep 02 23:53:48.185 INFO O| Sep 02 23:53:48.185 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-09-02T23:53:50.488Z[ recovery-image] Sep 02 23:53:48.198 INFO O| Sep 02 23:53:48.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74512025-09-02T23:53:50.488Z[ recovery-image] Sep 02 23:53:48.198 INFO O| Sep 02 23:53:48.198 INFO STEP 885 (remove_files) COMPLETE
74522025-09-02T23:53:50.488Z[ recovery-image] Sep 02 23:53:48.198 INFO O| Sep 02 23:53:48.198 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-09-02T23:53:50.498Z[ recovery-image] Sep 02 23:53:48.211 INFO O| Sep 02 23:53:48.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74542025-09-02T23:53:50.498Z[ recovery-image] Sep 02 23:53:48.211 INFO O| Sep 02 23:53:48.211 INFO STEP 886 (remove_files) COMPLETE
74552025-09-02T23:53:50.498Z[ recovery-image] Sep 02 23:53:48.211 INFO O| Sep 02 23:53:48.211 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-09-02T23:53:50.513Z[ recovery-image] Sep 02 23:53:48.226 INFO O| Sep 02 23:53:48.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74572025-09-02T23:53:50.513Z[ recovery-image] Sep 02 23:53:48.226 INFO O| Sep 02 23:53:48.226 INFO STEP 887 (remove_files) COMPLETE
74582025-09-02T23:53:50.518Z[ recovery-image] Sep 02 23:53:48.226 INFO O| Sep 02 23:53:48.226 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-09-02T23:53:50.534Z[ recovery-image] Sep 02 23:53:48.241 INFO O| Sep 02 23:53:48.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74602025-09-02T23:53:50.534Z[ recovery-image] Sep 02 23:53:48.241 INFO O| Sep 02 23:53:48.241 INFO STEP 888 (remove_files) COMPLETE
74612025-09-02T23:53:50.534Z[ recovery-image] Sep 02 23:53:48.241 INFO O| Sep 02 23:53:48.241 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-09-02T23:53:50.544Z[ recovery-image] Sep 02 23:53:48.255 INFO O| Sep 02 23:53:48.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74632025-09-02T23:53:50.549Z[ recovery-image] Sep 02 23:53:48.255 INFO O| Sep 02 23:53:48.255 INFO STEP 889 (remove_files) COMPLETE
74642025-09-02T23:53:50.549Z[ recovery-image] Sep 02 23:53:48.255 INFO O| Sep 02 23:53:48.255 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-09-02T23:53:50.557Z[ recovery-image] Sep 02 23:53:48.270 INFO O| Sep 02 23:53:48.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74662025-09-02T23:53:50.558Z[ recovery-image] Sep 02 23:53:48.270 INFO O| Sep 02 23:53:48.270 INFO STEP 890 (remove_files) COMPLETE
74672025-09-02T23:53:50.563Z[ recovery-image] Sep 02 23:53:48.270 INFO O| Sep 02 23:53:48.270 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-09-02T23:53:50.570Z[ recovery-image] Sep 02 23:53:48.283 INFO O| Sep 02 23:53:48.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74692025-09-02T23:53:50.570Z[ recovery-image] Sep 02 23:53:48.284 INFO O| Sep 02 23:53:48.284 INFO STEP 891 (remove_files) COMPLETE
74702025-09-02T23:53:50.571Z[ recovery-image] Sep 02 23:53:48.284 INFO O| Sep 02 23:53:48.284 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-09-02T23:53:50.584Z[ recovery-image] Sep 02 23:53:48.297 INFO O| Sep 02 23:53:48.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74722025-09-02T23:53:50.584Z[ recovery-image] Sep 02 23:53:48.297 INFO O| Sep 02 23:53:48.297 INFO STEP 892 (remove_files) COMPLETE
74732025-09-02T23:53:50.584Z[ recovery-image] Sep 02 23:53:48.297 INFO O| Sep 02 23:53:48.297 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-09-02T23:53:50.601Z[ recovery-image] Sep 02 23:53:48.310 INFO O| Sep 02 23:53:48.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74752025-09-02T23:53:50.601Z[ recovery-image] Sep 02 23:53:48.310 INFO O| Sep 02 23:53:48.310 INFO STEP 893 (remove_files) COMPLETE
74762025-09-02T23:53:50.601Z[ recovery-image] Sep 02 23:53:48.310 INFO O| Sep 02 23:53:48.310 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-09-02T23:53:50.616Z[ recovery-image] Sep 02 23:53:48.323 INFO O| Sep 02 23:53:48.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74782025-09-02T23:53:50.616Z[ recovery-image] Sep 02 23:53:48.323 INFO O| Sep 02 23:53:48.323 INFO STEP 894 (remove_files) COMPLETE
74792025-09-02T23:53:50.616Z[ recovery-image] Sep 02 23:53:48.323 INFO O| Sep 02 23:53:48.323 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-09-02T23:53:50.626Z[ recovery-image] Sep 02 23:53:48.338 INFO O| Sep 02 23:53:48.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74812025-09-02T23:53:50.630Z[ recovery-image] Sep 02 23:53:48.338 INFO O| Sep 02 23:53:48.338 INFO STEP 895 (remove_files) COMPLETE
74822025-09-02T23:53:50.630Z[ recovery-image] Sep 02 23:53:48.338 INFO O| Sep 02 23:53:48.338 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-09-02T23:53:50.640Z[ recovery-image] Sep 02 23:53:48.352 INFO O| Sep 02 23:53:48.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74842025-09-02T23:53:50.640Z[ recovery-image] Sep 02 23:53:48.353 INFO O| Sep 02 23:53:48.352 INFO STEP 896 (remove_files) COMPLETE
74852025-09-02T23:53:50.646Z[ recovery-image] Sep 02 23:53:48.353 INFO O| Sep 02 23:53:48.353 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-09-02T23:53:50.654Z[ recovery-image] Sep 02 23:53:48.366 INFO O| Sep 02 23:53:48.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74872025-09-02T23:53:50.654Z[ recovery-image] Sep 02 23:53:48.367 INFO O| Sep 02 23:53:48.367 INFO STEP 897 (remove_files) COMPLETE
74882025-09-02T23:53:50.654Z[ recovery-image] Sep 02 23:53:48.367 INFO O| Sep 02 23:53:48.367 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-09-02T23:53:50.669Z[ recovery-image] Sep 02 23:53:48.381 INFO O| Sep 02 23:53:48.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74902025-09-02T23:53:50.669Z[ recovery-image] Sep 02 23:53:48.382 INFO O| Sep 02 23:53:48.382 INFO STEP 898 (remove_files) COMPLETE
74912025-09-02T23:53:50.673Z[ recovery-image] Sep 02 23:53:48.382 INFO O| Sep 02 23:53:48.382 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-09-02T23:53:50.684Z[ recovery-image] Sep 02 23:53:48.396 INFO O| Sep 02 23:53:48.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74932025-09-02T23:53:50.688Z[ recovery-image] Sep 02 23:53:48.396 INFO O| Sep 02 23:53:48.396 INFO STEP 899 (remove_files) COMPLETE
74942025-09-02T23:53:50.688Z[ recovery-image] Sep 02 23:53:48.396 INFO O| Sep 02 23:53:48.396 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-09-02T23:53:50.700Z[ recovery-image] Sep 02 23:53:48.410 INFO O| Sep 02 23:53:48.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74962025-09-02T23:53:50.700Z[ recovery-image] Sep 02 23:53:48.410 INFO O| Sep 02 23:53:48.410 INFO STEP 900 (remove_files) COMPLETE
74972025-09-02T23:53:50.702Z[ recovery-image] Sep 02 23:53:48.410 INFO O| Sep 02 23:53:48.410 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-09-02T23:53:50.712Z[ recovery-image] Sep 02 23:53:48.424 INFO O| Sep 02 23:53:48.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74992025-09-02T23:53:50.712Z[ recovery-image] Sep 02 23:53:48.424 INFO O| Sep 02 23:53:48.424 INFO STEP 901 (remove_files) COMPLETE
75002025-09-02T23:53:50.713Z[ recovery-image] Sep 02 23:53:48.424 INFO O| Sep 02 23:53:48.424 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-09-02T23:53:50.725Z[ recovery-image] Sep 02 23:53:48.438 INFO O| Sep 02 23:53:48.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75022025-09-02T23:53:50.725Z[ recovery-image] Sep 02 23:53:48.438 INFO O| Sep 02 23:53:48.438 INFO STEP 902 (remove_files) COMPLETE
75032025-09-02T23:53:50.725Z[ recovery-image] Sep 02 23:53:48.438 INFO O| Sep 02 23:53:48.438 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-09-02T23:53:50.737Z[ recovery-image] Sep 02 23:53:48.450 INFO O| Sep 02 23:53:48.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75052025-09-02T23:53:50.737Z[ recovery-image] Sep 02 23:53:48.450 INFO O| Sep 02 23:53:48.450 INFO STEP 903 (remove_files) COMPLETE
75062025-09-02T23:53:50.737Z[ recovery-image] Sep 02 23:53:48.450 INFO O| Sep 02 23:53:48.450 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-09-02T23:53:50.750Z[ recovery-image] Sep 02 23:53:48.463 INFO O| Sep 02 23:53:48.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75082025-09-02T23:53:50.750Z[ recovery-image] Sep 02 23:53:48.463 INFO O| Sep 02 23:53:48.463 INFO STEP 904 (remove_files) COMPLETE
75092025-09-02T23:53:50.754Z[ recovery-image] Sep 02 23:53:48.463 INFO O| Sep 02 23:53:48.463 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-09-02T23:53:50.762Z[ recovery-image] Sep 02 23:53:48.475 INFO O| Sep 02 23:53:48.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75112025-09-02T23:53:50.762Z[ recovery-image] Sep 02 23:53:48.475 INFO O| Sep 02 23:53:48.475 INFO STEP 905 (remove_files) COMPLETE
75122025-09-02T23:53:50.766Z[ recovery-image] Sep 02 23:53:48.475 INFO O| Sep 02 23:53:48.475 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-09-02T23:53:50.777Z[ recovery-image] Sep 02 23:53:48.490 INFO O| Sep 02 23:53:48.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75142025-09-02T23:53:50.782Z[ recovery-image] Sep 02 23:53:48.490 INFO O| Sep 02 23:53:48.490 INFO STEP 906 (remove_files) COMPLETE
75152025-09-02T23:53:50.782Z[ recovery-image] Sep 02 23:53:48.490 INFO O| Sep 02 23:53:48.490 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-09-02T23:53:50.791Z[ recovery-image] Sep 02 23:53:48.504 INFO O| Sep 02 23:53:48.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75172025-09-02T23:53:50.791Z[ recovery-image] Sep 02 23:53:48.504 INFO O| Sep 02 23:53:48.504 INFO STEP 907 (remove_files) COMPLETE
75182025-09-02T23:53:50.794Z[ recovery-image] Sep 02 23:53:48.504 INFO O| Sep 02 23:53:48.504 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-09-02T23:53:50.805Z[ recovery-image] Sep 02 23:53:48.518 INFO O| Sep 02 23:53:48.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75202025-09-02T23:53:50.806Z[ recovery-image] Sep 02 23:53:48.518 INFO O| Sep 02 23:53:48.518 INFO STEP 908 (remove_files) COMPLETE
75212025-09-02T23:53:50.810Z[ recovery-image] Sep 02 23:53:48.518 INFO O| Sep 02 23:53:48.518 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-09-02T23:53:50.819Z[ recovery-image] Sep 02 23:53:48.532 INFO O| Sep 02 23:53:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75232025-09-02T23:53:50.819Z[ recovery-image] Sep 02 23:53:48.532 INFO O| Sep 02 23:53:48.532 INFO STEP 909 (remove_files) COMPLETE
75242025-09-02T23:53:50.823Z[ recovery-image] Sep 02 23:53:48.532 INFO O| Sep 02 23:53:48.532 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-09-02T23:53:50.838Z[ recovery-image] Sep 02 23:53:48.546 INFO O| Sep 02 23:53:48.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75262025-09-02T23:53:50.838Z[ recovery-image] Sep 02 23:53:48.546 INFO O| Sep 02 23:53:48.546 INFO STEP 910 (remove_files) COMPLETE
75272025-09-02T23:53:50.844Z[ recovery-image] Sep 02 23:53:48.546 INFO O| Sep 02 23:53:48.546 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-09-02T23:53:50.849Z[ recovery-image] Sep 02 23:53:48.557 INFO O| Sep 02 23:53:48.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75292025-09-02T23:53:50.849Z[ recovery-image] Sep 02 23:53:48.557 INFO O| Sep 02 23:53:48.557 INFO STEP 911 (remove_files) COMPLETE
75302025-09-02T23:53:50.849Z[ recovery-image] Sep 02 23:53:48.557 INFO O| Sep 02 23:53:48.557 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-09-02T23:53:50.857Z[ recovery-image] Sep 02 23:53:48.570 INFO O| Sep 02 23:53:48.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75322025-09-02T23:53:50.857Z[ recovery-image] Sep 02 23:53:48.570 INFO O| Sep 02 23:53:48.570 INFO STEP 912 (remove_files) COMPLETE
75332025-09-02T23:53:50.861Z[ recovery-image] Sep 02 23:53:48.570 INFO O| Sep 02 23:53:48.570 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-09-02T23:53:50.873Z[ recovery-image] Sep 02 23:53:48.585 INFO O| Sep 02 23:53:48.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75352025-09-02T23:53:50.873Z[ recovery-image] Sep 02 23:53:48.586 INFO O| Sep 02 23:53:48.585 INFO STEP 913 (remove_files) COMPLETE
75362025-09-02T23:53:50.873Z[ recovery-image] Sep 02 23:53:48.586 INFO O| Sep 02 23:53:48.585 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-09-02T23:53:50.887Z[ recovery-image] Sep 02 23:53:48.600 INFO O| Sep 02 23:53:48.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75382025-09-02T23:53:50.888Z[ recovery-image] Sep 02 23:53:48.600 INFO O| Sep 02 23:53:48.600 INFO STEP 914 (remove_files) COMPLETE
75392025-09-02T23:53:50.888Z[ recovery-image] Sep 02 23:53:48.600 INFO O| Sep 02 23:53:48.600 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-09-02T23:53:50.901Z[ recovery-image] Sep 02 23:53:48.614 INFO O| Sep 02 23:53:48.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75412025-09-02T23:53:50.901Z[ recovery-image] Sep 02 23:53:48.614 INFO O| Sep 02 23:53:48.614 INFO STEP 915 (remove_files) COMPLETE
75422025-09-02T23:53:50.905Z[ recovery-image] Sep 02 23:53:48.614 INFO O| Sep 02 23:53:48.614 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-09-02T23:53:50.921Z[ recovery-image] Sep 02 23:53:48.627 INFO O| Sep 02 23:53:48.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75442025-09-02T23:53:50.922Z[ recovery-image] Sep 02 23:53:48.627 INFO O| Sep 02 23:53:48.627 INFO STEP 916 (remove_files) COMPLETE
75452025-09-02T23:53:50.929Z[ recovery-image] Sep 02 23:53:48.627 INFO O| Sep 02 23:53:48.627 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-09-02T23:53:50.933Z[ recovery-image] Sep 02 23:53:48.641 INFO O| Sep 02 23:53:48.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75472025-09-02T23:53:50.933Z[ recovery-image] Sep 02 23:53:48.641 INFO O| Sep 02 23:53:48.641 INFO STEP 917 (remove_files) COMPLETE
75482025-09-02T23:53:50.933Z[ recovery-image] Sep 02 23:53:48.641 INFO O| Sep 02 23:53:48.641 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-09-02T23:53:50.942Z[ recovery-image] Sep 02 23:53:48.654 INFO O| Sep 02 23:53:48.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75502025-09-02T23:53:50.942Z[ recovery-image] Sep 02 23:53:48.655 INFO O| Sep 02 23:53:48.654 INFO STEP 918 (remove_files) COMPLETE
75512025-09-02T23:53:50.946Z[ recovery-image] Sep 02 23:53:48.655 INFO O| Sep 02 23:53:48.654 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-09-02T23:53:50.954Z[ recovery-image] Sep 02 23:53:48.667 INFO O| Sep 02 23:53:48.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75532025-09-02T23:53:50.954Z[ recovery-image] Sep 02 23:53:48.667 INFO O| Sep 02 23:53:48.667 INFO STEP 919 (remove_files) COMPLETE
75542025-09-02T23:53:50.954Z[ recovery-image] Sep 02 23:53:48.667 INFO O| Sep 02 23:53:48.667 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-09-02T23:53:50.969Z[ recovery-image] Sep 02 23:53:48.681 INFO O| Sep 02 23:53:48.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75562025-09-02T23:53:50.969Z[ recovery-image] Sep 02 23:53:48.681 INFO O| Sep 02 23:53:48.681 INFO STEP 920 (remove_files) COMPLETE
75572025-09-02T23:53:50.979Z[ recovery-image] Sep 02 23:53:48.682 INFO O| Sep 02 23:53:48.681 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-09-02T23:53:50.983Z[ recovery-image] Sep 02 23:53:48.694 INFO O| Sep 02 23:53:48.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75592025-09-02T23:53:50.983Z[ recovery-image] Sep 02 23:53:48.694 INFO O| Sep 02 23:53:48.694 INFO STEP 921 (remove_files) COMPLETE
75602025-09-02T23:53:50.983Z[ recovery-image] Sep 02 23:53:48.694 INFO O| Sep 02 23:53:48.694 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-09-02T23:53:50.995Z[ recovery-image] Sep 02 23:53:48.707 INFO O| Sep 02 23:53:48.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75622025-09-02T23:53:50.995Z[ recovery-image] Sep 02 23:53:48.708 INFO O| Sep 02 23:53:48.707 INFO STEP 922 (remove_files) COMPLETE
75632025-09-02T23:53:50.998Z[ recovery-image] Sep 02 23:53:48.708 INFO O| Sep 02 23:53:48.708 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-09-02T23:53:51.007Z[ recovery-image] Sep 02 23:53:48.720 INFO O| Sep 02 23:53:48.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75652025-09-02T23:53:51.007Z[ recovery-image] Sep 02 23:53:48.720 INFO O| Sep 02 23:53:48.720 INFO STEP 923 (remove_files) COMPLETE
75662025-09-02T23:53:51.007Z[ recovery-image] Sep 02 23:53:48.720 INFO O| Sep 02 23:53:48.720 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-09-02T23:53:51.020Z[ recovery-image] Sep 02 23:53:48.733 INFO O| Sep 02 23:53:48.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75682025-09-02T23:53:51.021Z[ recovery-image] Sep 02 23:53:48.734 INFO O| Sep 02 23:53:48.734 INFO STEP 924 (remove_files) COMPLETE
75692025-09-02T23:53:51.025Z[ recovery-image] Sep 02 23:53:48.734 INFO O| Sep 02 23:53:48.734 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-09-02T23:53:51.035Z[ recovery-image] Sep 02 23:53:48.747 INFO O| Sep 02 23:53:48.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75712025-09-02T23:53:51.036Z[ recovery-image] Sep 02 23:53:48.747 INFO O| Sep 02 23:53:48.747 INFO STEP 925 (remove_files) COMPLETE
75722025-09-02T23:53:51.040Z[ recovery-image] Sep 02 23:53:48.747 INFO O| Sep 02 23:53:48.747 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-09-02T23:53:51.047Z[ recovery-image] Sep 02 23:53:48.759 INFO O| Sep 02 23:53:48.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75742025-09-02T23:53:51.047Z[ recovery-image] Sep 02 23:53:48.760 INFO O| Sep 02 23:53:48.760 INFO STEP 926 (remove_files) COMPLETE
75752025-09-02T23:53:51.051Z[ recovery-image] Sep 02 23:53:48.760 INFO O| Sep 02 23:53:48.760 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-09-02T23:53:51.058Z[ recovery-image] Sep 02 23:53:48.771 INFO O| Sep 02 23:53:48.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75772025-09-02T23:53:51.058Z[ recovery-image] Sep 02 23:53:48.771 INFO O| Sep 02 23:53:48.771 INFO STEP 927 (remove_files) COMPLETE
75782025-09-02T23:53:51.058Z[ recovery-image] Sep 02 23:53:48.771 INFO O| Sep 02 23:53:48.771 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-09-02T23:53:51.071Z[ recovery-image] Sep 02 23:53:48.783 INFO O| Sep 02 23:53:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75802025-09-02T23:53:51.071Z[ recovery-image] Sep 02 23:53:48.783 INFO O| Sep 02 23:53:48.783 INFO STEP 928 (remove_files) COMPLETE
75812025-09-02T23:53:51.075Z[ recovery-image] Sep 02 23:53:48.783 INFO O| Sep 02 23:53:48.783 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-09-02T23:53:51.085Z[ recovery-image] Sep 02 23:53:48.798 INFO O| Sep 02 23:53:48.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75832025-09-02T23:53:51.085Z[ recovery-image] Sep 02 23:53:48.798 INFO O| Sep 02 23:53:48.798 INFO STEP 929 (remove_files) COMPLETE
75842025-09-02T23:53:51.085Z[ recovery-image] Sep 02 23:53:48.798 INFO O| Sep 02 23:53:48.798 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-09-02T23:53:51.097Z[ recovery-image] Sep 02 23:53:48.810 INFO O| Sep 02 23:53:48.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75862025-09-02T23:53:51.097Z[ recovery-image] Sep 02 23:53:48.810 INFO O| Sep 02 23:53:48.810 INFO STEP 930 (remove_files) COMPLETE
75872025-09-02T23:53:51.101Z[ recovery-image] Sep 02 23:53:48.810 INFO O| Sep 02 23:53:48.810 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-09-02T23:53:51.111Z[ recovery-image] Sep 02 23:53:48.824 INFO O| Sep 02 23:53:48.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75892025-09-02T23:53:51.111Z[ recovery-image] Sep 02 23:53:48.824 INFO O| Sep 02 23:53:48.824 INFO STEP 931 (remove_files) COMPLETE
75902025-09-02T23:53:51.115Z[ recovery-image] Sep 02 23:53:48.824 INFO O| Sep 02 23:53:48.824 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-09-02T23:53:51.143Z[ recovery-image] Sep 02 23:53:48.838 INFO O| Sep 02 23:53:48.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75922025-09-02T23:53:51.144Z[ recovery-image] Sep 02 23:53:48.838 INFO O| Sep 02 23:53:48.838 INFO STEP 932 (remove_files) COMPLETE
75932025-09-02T23:53:51.182Z[ recovery-image] Sep 02 23:53:48.838 INFO O| Sep 02 23:53:48.838 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-09-02T23:53:51.182Z[ recovery-image] Sep 02 23:53:48.850 INFO O| Sep 02 23:53:48.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75952025-09-02T23:53:51.182Z[ recovery-image] Sep 02 23:53:48.851 INFO O| Sep 02 23:53:48.850 INFO STEP 933 (remove_files) COMPLETE
75962025-09-02T23:53:51.182Z[ recovery-image] Sep 02 23:53:48.851 INFO O| Sep 02 23:53:48.851 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-09-02T23:53:51.182Z[ recovery-image] Sep 02 23:53:48.863 INFO O| Sep 02 23:53:48.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75982025-09-02T23:53:51.182Z[ recovery-image] Sep 02 23:53:48.863 INFO O| Sep 02 23:53:48.863 INFO STEP 934 (remove_files) COMPLETE
75992025-09-02T23:53:51.182Z[ recovery-image] Sep 02 23:53:48.863 INFO O| Sep 02 23:53:48.863 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-09-02T23:53:51.187Z[ recovery-image] Sep 02 23:53:48.876 INFO O| Sep 02 23:53:48.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76012025-09-02T23:53:51.188Z[ recovery-image] Sep 02 23:53:48.876 INFO O| Sep 02 23:53:48.876 INFO STEP 935 (remove_files) COMPLETE
76022025-09-02T23:53:51.188Z[ recovery-image] Sep 02 23:53:48.876 INFO O| Sep 02 23:53:48.876 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-09-02T23:53:51.188Z[ recovery-image] Sep 02 23:53:48.889 INFO O| Sep 02 23:53:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76042025-09-02T23:53:51.188Z[ recovery-image] Sep 02 23:53:48.889 INFO O| Sep 02 23:53:48.889 INFO STEP 936 (remove_files) COMPLETE
76052025-09-02T23:53:51.188Z[ recovery-image] Sep 02 23:53:48.889 INFO O| Sep 02 23:53:48.889 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-09-02T23:53:51.193Z[ recovery-image] Sep 02 23:53:48.903 INFO O| Sep 02 23:53:48.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76072025-09-02T23:53:51.193Z[ recovery-image] Sep 02 23:53:48.903 INFO O| Sep 02 23:53:48.903 INFO STEP 937 (remove_files) COMPLETE
76082025-09-02T23:53:51.193Z[ recovery-image] Sep 02 23:53:48.903 INFO O| Sep 02 23:53:48.903 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-09-02T23:53:51.204Z[ recovery-image] Sep 02 23:53:48.916 INFO O| Sep 02 23:53:48.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76102025-09-02T23:53:51.204Z[ recovery-image] Sep 02 23:53:48.916 INFO O| Sep 02 23:53:48.916 INFO STEP 938 (remove_files) COMPLETE
76112025-09-02T23:53:51.204Z[ recovery-image] Sep 02 23:53:48.916 INFO O| Sep 02 23:53:48.916 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-09-02T23:53:51.220Z[ recovery-image] Sep 02 23:53:48.931 INFO O| Sep 02 23:53:48.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76132025-09-02T23:53:51.224Z[ recovery-image] Sep 02 23:53:48.931 INFO O| Sep 02 23:53:48.931 INFO STEP 939 (remove_files) COMPLETE
76142025-09-02T23:53:51.224Z[ recovery-image] Sep 02 23:53:48.931 INFO O| Sep 02 23:53:48.931 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-09-02T23:53:51.234Z[ recovery-image] Sep 02 23:53:48.946 INFO O| Sep 02 23:53:48.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76162025-09-02T23:53:51.234Z[ recovery-image] Sep 02 23:53:48.946 INFO O| Sep 02 23:53:48.946 INFO STEP 940 (remove_files) COMPLETE
76172025-09-02T23:53:51.240Z[ recovery-image] Sep 02 23:53:48.946 INFO O| Sep 02 23:53:48.946 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-09-02T23:53:51.248Z[ recovery-image] Sep 02 23:53:48.961 INFO O| Sep 02 23:53:48.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76192025-09-02T23:53:51.248Z[ recovery-image] Sep 02 23:53:48.961 INFO O| Sep 02 23:53:48.961 INFO STEP 941 (remove_files) COMPLETE
76202025-09-02T23:53:51.249Z[ recovery-image] Sep 02 23:53:48.961 INFO O| Sep 02 23:53:48.961 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-09-02T23:53:51.265Z[ recovery-image] Sep 02 23:53:48.976 INFO O| Sep 02 23:53:48.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76222025-09-02T23:53:51.265Z[ recovery-image] Sep 02 23:53:48.976 INFO O| Sep 02 23:53:48.976 INFO STEP 942 (remove_files) COMPLETE
76232025-09-02T23:53:51.265Z[ recovery-image] Sep 02 23:53:48.976 INFO O| Sep 02 23:53:48.976 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-09-02T23:53:51.280Z[ recovery-image] Sep 02 23:53:48.992 INFO O| Sep 02 23:53:48.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76252025-09-02T23:53:51.283Z[ recovery-image] Sep 02 23:53:48.992 INFO O| Sep 02 23:53:48.992 INFO STEP 943 (remove_files) COMPLETE
76262025-09-02T23:53:51.283Z[ recovery-image] Sep 02 23:53:48.992 INFO O| Sep 02 23:53:48.992 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-09-02T23:53:51.294Z[ recovery-image] Sep 02 23:53:49.006 INFO O| Sep 02 23:53:49.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76282025-09-02T23:53:51.294Z[ recovery-image] Sep 02 23:53:49.006 INFO O| Sep 02 23:53:49.006 INFO STEP 944 (remove_files) COMPLETE
76292025-09-02T23:53:51.299Z[ recovery-image] Sep 02 23:53:49.006 INFO O| Sep 02 23:53:49.006 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-09-02T23:53:51.307Z[ recovery-image] Sep 02 23:53:49.019 INFO O| Sep 02 23:53:49.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76312025-09-02T23:53:51.316Z[ recovery-image] Sep 02 23:53:49.029 INFO O| Sep 02 23:53:49.029 INFO STEP 945 (remove_files) COMPLETE
76322025-09-02T23:53:51.319Z[ recovery-image] Sep 02 23:53:49.029 INFO O| Sep 02 23:53:49.029 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-09-02T23:53:51.331Z[ recovery-image] Sep 02 23:53:49.044 INFO O| Sep 02 23:53:49.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76342025-09-02T23:53:51.331Z[ recovery-image] Sep 02 23:53:49.044 INFO O| Sep 02 23:53:49.044 INFO STEP 946 (remove_files) COMPLETE
76352025-09-02T23:53:51.331Z[ recovery-image] Sep 02 23:53:49.044 INFO O| Sep 02 23:53:49.044 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-09-02T23:53:51.344Z[ recovery-image] Sep 02 23:53:49.057 INFO O| Sep 02 23:53:49.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76372025-09-02T23:53:51.345Z[ recovery-image] Sep 02 23:53:49.057 INFO O| Sep 02 23:53:49.057 INFO STEP 947 (remove_files) COMPLETE
76382025-09-02T23:53:51.351Z[ recovery-image] Sep 02 23:53:49.057 INFO O| Sep 02 23:53:49.057 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-09-02T23:53:51.357Z[ recovery-image] Sep 02 23:53:49.070 INFO O| Sep 02 23:53:49.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76402025-09-02T23:53:51.357Z[ recovery-image] Sep 02 23:53:49.070 INFO O| Sep 02 23:53:49.070 INFO STEP 948 (remove_files) COMPLETE
76412025-09-02T23:53:51.362Z[ recovery-image] Sep 02 23:53:49.070 INFO O| Sep 02 23:53:49.070 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-09-02T23:53:51.440Z[ recovery-image] Sep 02 23:53:49.107 INFO O| Sep 02 23:53:49.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76432025-09-02T23:53:51.440Z[ recovery-image] Sep 02 23:53:49.107 INFO O| Sep 02 23:53:49.107 INFO STEP 949 (remove_files) COMPLETE
76442025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.107 INFO O| Sep 02 23:53:49.107 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.123 INFO O| Sep 02 23:53:49.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76462025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.123 INFO O| Sep 02 23:53:49.123 INFO STEP 950 (remove_files) COMPLETE
76472025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.123 INFO O| Sep 02 23:53:49.123 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.138 INFO O| Sep 02 23:53:49.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76492025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.138 INFO O| Sep 02 23:53:49.138 INFO STEP 951 (remove_files) COMPLETE
76502025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.138 INFO O| Sep 02 23:53:49.138 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.153 INFO O| Sep 02 23:53:49.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76522025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.153 INFO O| Sep 02 23:53:49.153 INFO STEP 952 (remove_files) COMPLETE
76532025-09-02T23:53:51.491Z[ recovery-image] Sep 02 23:53:49.153 INFO O| Sep 02 23:53:49.153 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-09-02T23:53:51.495Z[ recovery-image] Sep 02 23:53:49.169 INFO O| Sep 02 23:53:49.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76552025-09-02T23:53:51.495Z[ recovery-image] Sep 02 23:53:49.169 INFO O| Sep 02 23:53:49.169 INFO STEP 953 (remove_files) COMPLETE
76562025-09-02T23:53:51.495Z[ recovery-image] Sep 02 23:53:49.169 INFO O| Sep 02 23:53:49.169 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-09-02T23:53:51.496Z[ recovery-image] Sep 02 23:53:49.182 INFO O| Sep 02 23:53:49.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76582025-09-02T23:53:51.496Z[ recovery-image] Sep 02 23:53:49.182 INFO O| Sep 02 23:53:49.182 INFO STEP 954 (remove_files) COMPLETE
76592025-09-02T23:53:51.496Z[ recovery-image] Sep 02 23:53:49.182 INFO O| Sep 02 23:53:49.182 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-09-02T23:53:51.496Z[ recovery-image] Sep 02 23:53:49.196 INFO O| Sep 02 23:53:49.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76612025-09-02T23:53:51.496Z[ recovery-image] Sep 02 23:53:49.196 INFO O| Sep 02 23:53:49.196 INFO STEP 955 (remove_files) COMPLETE
76622025-09-02T23:53:51.496Z[ recovery-image] Sep 02 23:53:49.196 INFO O| Sep 02 23:53:49.196 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-09-02T23:53:51.519Z[ recovery-image] Sep 02 23:53:49.211 INFO O| Sep 02 23:53:49.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76642025-09-02T23:53:51.519Z[ recovery-image] Sep 02 23:53:49.211 INFO O| Sep 02 23:53:49.211 INFO STEP 956 (remove_files) COMPLETE
76652025-09-02T23:53:51.519Z[ recovery-image] Sep 02 23:53:49.211 INFO O| Sep 02 23:53:49.211 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-09-02T23:53:51.519Z[ recovery-image] Sep 02 23:53:49.223 INFO O| Sep 02 23:53:49.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76672025-09-02T23:53:51.519Z[ recovery-image] Sep 02 23:53:49.223 INFO O| Sep 02 23:53:49.223 INFO STEP 957 (remove_files) COMPLETE
76682025-09-02T23:53:51.519Z[ recovery-image] Sep 02 23:53:49.223 INFO O| Sep 02 23:53:49.223 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-09-02T23:53:51.525Z[ recovery-image] Sep 02 23:53:49.237 INFO O| Sep 02 23:53:49.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76702025-09-02T23:53:51.525Z[ recovery-image] Sep 02 23:53:49.237 INFO O| Sep 02 23:53:49.237 INFO STEP 958 (remove_files) COMPLETE
76712025-09-02T23:53:51.634Z[ recovery-image] Sep 02 23:53:49.237 INFO O| Sep 02 23:53:49.237 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-09-02T23:53:51.634Z[ recovery-image] Sep 02 23:53:49.250 INFO O| Sep 02 23:53:49.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76732025-09-02T23:53:51.634Z[ recovery-image] Sep 02 23:53:49.250 INFO O| Sep 02 23:53:49.250 INFO STEP 959 (remove_files) COMPLETE
76742025-09-02T23:53:51.634Z[ recovery-image] Sep 02 23:53:49.250 INFO O| Sep 02 23:53:49.250 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.263 INFO O| Sep 02 23:53:49.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76762025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.263 INFO O| Sep 02 23:53:49.263 INFO STEP 960 (remove_files) COMPLETE
76772025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.263 INFO O| Sep 02 23:53:49.263 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.276 INFO O| Sep 02 23:53:49.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76792025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.276 INFO O| Sep 02 23:53:49.276 INFO STEP 961 (remove_files) COMPLETE
76802025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.276 INFO O| Sep 02 23:53:49.276 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.288 INFO O| Sep 02 23:53:49.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76822025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.288 INFO O| Sep 02 23:53:49.288 INFO STEP 962 (remove_files) COMPLETE
76832025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.289 INFO O| Sep 02 23:53:49.288 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.301 INFO O| Sep 02 23:53:49.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76852025-09-02T23:53:51.636Z[ recovery-image] Sep 02 23:53:49.301 INFO O| Sep 02 23:53:49.301 INFO STEP 963 (remove_files) COMPLETE
76862025-09-02T23:53:51.637Z[ recovery-image] Sep 02 23:53:49.301 INFO O| Sep 02 23:53:49.301 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-09-02T23:53:51.637Z[ recovery-image] Sep 02 23:53:49.312 INFO O| Sep 02 23:53:49.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76882025-09-02T23:53:51.637Z[ recovery-image] Sep 02 23:53:49.312 INFO O| Sep 02 23:53:49.312 INFO STEP 964 (remove_files) COMPLETE
76892025-09-02T23:53:51.637Z[ recovery-image] Sep 02 23:53:49.312 INFO O| Sep 02 23:53:49.312 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-09-02T23:53:51.638Z[ recovery-image] Sep 02 23:53:49.325 INFO O| Sep 02 23:53:49.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76912025-09-02T23:53:51.638Z[ recovery-image] Sep 02 23:53:49.325 INFO O| Sep 02 23:53:49.325 INFO STEP 965 (remove_files) COMPLETE
76922025-09-02T23:53:51.638Z[ recovery-image] Sep 02 23:53:49.325 INFO O| Sep 02 23:53:49.325 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-09-02T23:53:51.638Z[ recovery-image] Sep 02 23:53:49.336 INFO O| Sep 02 23:53:49.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76942025-09-02T23:53:51.638Z[ recovery-image] Sep 02 23:53:49.336 INFO O| Sep 02 23:53:49.336 INFO STEP 966 (remove_files) COMPLETE
76952025-09-02T23:53:51.639Z[ recovery-image] Sep 02 23:53:49.336 INFO O| Sep 02 23:53:49.336 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-09-02T23:53:51.658Z[ recovery-image] Sep 02 23:53:49.348 INFO O| Sep 02 23:53:49.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76972025-09-02T23:53:51.658Z[ recovery-image] Sep 02 23:53:49.348 INFO O| Sep 02 23:53:49.348 INFO STEP 967 (remove_files) COMPLETE
76982025-09-02T23:53:51.658Z[ recovery-image] Sep 02 23:53:49.348 INFO O| Sep 02 23:53:49.348 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-09-02T23:53:51.678Z[ recovery-image] Sep 02 23:53:49.360 INFO O| Sep 02 23:53:49.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77002025-09-02T23:53:51.678Z[ recovery-image] Sep 02 23:53:49.360 INFO O| Sep 02 23:53:49.360 INFO STEP 968 (remove_files) COMPLETE
77012025-09-02T23:53:51.678Z[ recovery-image] Sep 02 23:53:49.360 INFO O| Sep 02 23:53:49.360 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-09-02T23:53:51.678Z[ recovery-image] Sep 02 23:53:49.371 INFO O| Sep 02 23:53:49.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77032025-09-02T23:53:51.678Z[ recovery-image] Sep 02 23:53:49.371 INFO O| Sep 02 23:53:49.371 INFO STEP 969 (remove_files) COMPLETE
77042025-09-02T23:53:51.678Z[ recovery-image] Sep 02 23:53:49.371 INFO O| Sep 02 23:53:49.371 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-09-02T23:53:51.682Z[ recovery-image] Sep 02 23:53:49.384 INFO O| Sep 02 23:53:49.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77062025-09-02T23:53:51.682Z[ recovery-image] Sep 02 23:53:49.384 INFO O| Sep 02 23:53:49.384 INFO STEP 970 (remove_files) COMPLETE
77072025-09-02T23:53:51.682Z[ recovery-image] Sep 02 23:53:49.384 INFO O| Sep 02 23:53:49.384 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-09-02T23:53:51.686Z[ recovery-image] Sep 02 23:53:49.396 INFO O| Sep 02 23:53:49.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77092025-09-02T23:53:51.686Z[ recovery-image] Sep 02 23:53:49.396 INFO O| Sep 02 23:53:49.396 INFO STEP 971 (remove_files) COMPLETE
77102025-09-02T23:53:51.686Z[ recovery-image] Sep 02 23:53:49.396 INFO O| Sep 02 23:53:49.396 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-09-02T23:53:51.695Z[ recovery-image] Sep 02 23:53:49.408 INFO O| Sep 02 23:53:49.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77122025-09-02T23:53:51.695Z[ recovery-image] Sep 02 23:53:49.408 INFO O| Sep 02 23:53:49.408 INFO STEP 972 (remove_files) COMPLETE
77132025-09-02T23:53:51.699Z[ recovery-image] Sep 02 23:53:49.408 INFO O| Sep 02 23:53:49.408 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-09-02T23:53:51.708Z[ recovery-image] Sep 02 23:53:49.420 INFO O| Sep 02 23:53:49.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77152025-09-02T23:53:51.712Z[ recovery-image] Sep 02 23:53:49.420 INFO O| Sep 02 23:53:49.420 INFO STEP 973 (remove_files) COMPLETE
77162025-09-02T23:53:51.712Z[ recovery-image] Sep 02 23:53:49.421 INFO O| Sep 02 23:53:49.420 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-09-02T23:53:51.719Z[ recovery-image] Sep 02 23:53:49.432 INFO O| Sep 02 23:53:49.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77182025-09-02T23:53:51.723Z[ recovery-image] Sep 02 23:53:49.432 INFO O| Sep 02 23:53:49.432 INFO STEP 974 (remove_files) COMPLETE
77192025-09-02T23:53:51.723Z[ recovery-image] Sep 02 23:53:49.432 INFO O| Sep 02 23:53:49.432 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-09-02T23:53:51.731Z[ recovery-image] Sep 02 23:53:49.444 INFO O| Sep 02 23:53:49.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77212025-09-02T23:53:51.734Z[ recovery-image] Sep 02 23:53:49.444 INFO O| Sep 02 23:53:49.444 INFO STEP 975 (remove_files) COMPLETE
77222025-09-02T23:53:51.734Z[ recovery-image] Sep 02 23:53:49.444 INFO O| Sep 02 23:53:49.444 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-09-02T23:53:51.745Z[ recovery-image] Sep 02 23:53:49.458 INFO O| Sep 02 23:53:49.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77242025-09-02T23:53:51.745Z[ recovery-image] Sep 02 23:53:49.458 INFO O| Sep 02 23:53:49.458 INFO STEP 976 (remove_files) COMPLETE
77252025-09-02T23:53:51.749Z[ recovery-image] Sep 02 23:53:49.458 INFO O| Sep 02 23:53:49.458 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-09-02T23:53:51.760Z[ recovery-image] Sep 02 23:53:49.473 INFO O| Sep 02 23:53:49.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77272025-09-02T23:53:51.760Z[ recovery-image] Sep 02 23:53:49.473 INFO O| Sep 02 23:53:49.473 INFO STEP 977 (remove_files) COMPLETE
77282025-09-02T23:53:51.764Z[ recovery-image] Sep 02 23:53:49.473 INFO O| Sep 02 23:53:49.473 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-09-02T23:53:51.775Z[ recovery-image] Sep 02 23:53:49.487 INFO O| Sep 02 23:53:49.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77302025-09-02T23:53:51.775Z[ recovery-image] Sep 02 23:53:49.487 INFO O| Sep 02 23:53:49.487 INFO STEP 978 (remove_files) COMPLETE
77312025-09-02T23:53:51.775Z[ recovery-image] Sep 02 23:53:49.487 INFO O| Sep 02 23:53:49.487 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-09-02T23:53:51.787Z[ recovery-image] Sep 02 23:53:49.500 INFO O| Sep 02 23:53:49.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77332025-09-02T23:53:51.787Z[ recovery-image] Sep 02 23:53:49.500 INFO O| Sep 02 23:53:49.500 INFO STEP 979 (remove_files) COMPLETE
77342025-09-02T23:53:51.787Z[ recovery-image] Sep 02 23:53:49.500 INFO O| Sep 02 23:53:49.500 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-09-02T23:53:51.802Z[ recovery-image] Sep 02 23:53:49.514 INFO O| Sep 02 23:53:49.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77362025-09-02T23:53:51.802Z[ recovery-image] Sep 02 23:53:49.514 INFO O| Sep 02 23:53:49.514 INFO STEP 980 (remove_files) COMPLETE
77372025-09-02T23:53:51.802Z[ recovery-image] Sep 02 23:53:49.514 INFO O| Sep 02 23:53:49.514 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-09-02T23:53:51.826Z[ recovery-image] Sep 02 23:53:49.525 INFO O| Sep 02 23:53:49.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77392025-09-02T23:53:51.826Z[ recovery-image] Sep 02 23:53:49.525 INFO O| Sep 02 23:53:49.525 INFO STEP 981 (remove_files) COMPLETE
77402025-09-02T23:53:51.826Z[ recovery-image] Sep 02 23:53:49.525 INFO O| Sep 02 23:53:49.525 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-09-02T23:53:51.826Z[ recovery-image] Sep 02 23:53:49.537 INFO O| Sep 02 23:53:49.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77422025-09-02T23:53:51.826Z[ recovery-image] Sep 02 23:53:49.538 INFO O| Sep 02 23:53:49.538 INFO STEP 982 (remove_files) COMPLETE
77432025-09-02T23:53:51.826Z[ recovery-image] Sep 02 23:53:49.538 INFO O| Sep 02 23:53:49.538 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-09-02T23:53:51.838Z[ recovery-image] Sep 02 23:53:49.551 INFO O| Sep 02 23:53:49.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77452025-09-02T23:53:51.838Z[ recovery-image] Sep 02 23:53:49.551 INFO O| Sep 02 23:53:49.551 INFO STEP 983 (remove_files) COMPLETE
77462025-09-02T23:53:51.838Z[ recovery-image] Sep 02 23:53:49.551 INFO O| Sep 02 23:53:49.551 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-09-02T23:53:51.853Z[ recovery-image] Sep 02 23:53:49.566 INFO O| Sep 02 23:53:49.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77482025-09-02T23:53:51.853Z[ recovery-image] Sep 02 23:53:49.566 INFO O| Sep 02 23:53:49.566 INFO STEP 984 (remove_files) COMPLETE
77492025-09-02T23:53:51.853Z[ recovery-image] Sep 02 23:53:49.566 INFO O| Sep 02 23:53:49.566 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-09-02T23:53:51.868Z[ recovery-image] Sep 02 23:53:49.580 INFO O| Sep 02 23:53:49.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77512025-09-02T23:53:51.868Z[ recovery-image] Sep 02 23:53:49.580 INFO O| Sep 02 23:53:49.580 INFO STEP 985 (remove_files) COMPLETE
77522025-09-02T23:53:51.868Z[ recovery-image] Sep 02 23:53:49.580 INFO O| Sep 02 23:53:49.580 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-09-02T23:53:51.882Z[ recovery-image] Sep 02 23:53:49.595 INFO O| Sep 02 23:53:49.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77542025-09-02T23:53:51.883Z[ recovery-image] Sep 02 23:53:49.595 INFO O| Sep 02 23:53:49.595 INFO STEP 986 (remove_files) COMPLETE
77552025-09-02T23:53:51.883Z[ recovery-image] Sep 02 23:53:49.595 INFO O| Sep 02 23:53:49.595 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-09-02T23:53:51.896Z[ recovery-image] Sep 02 23:53:49.609 INFO O| Sep 02 23:53:49.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77572025-09-02T23:53:51.896Z[ recovery-image] Sep 02 23:53:49.609 INFO O| Sep 02 23:53:49.609 INFO STEP 987 (remove_files) COMPLETE
77582025-09-02T23:53:51.896Z[ recovery-image] Sep 02 23:53:49.609 INFO O| Sep 02 23:53:49.609 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-09-02T23:53:51.911Z[ recovery-image] Sep 02 23:53:49.624 INFO O| Sep 02 23:53:49.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77602025-09-02T23:53:51.919Z[ recovery-image] Sep 02 23:53:49.625 INFO O| Sep 02 23:53:49.625 INFO STEP 988 (remove_files) COMPLETE
77612025-09-02T23:53:51.919Z[ recovery-image] Sep 02 23:53:49.625 INFO O| Sep 02 23:53:49.625 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-09-02T23:53:51.926Z[ recovery-image] Sep 02 23:53:49.639 INFO O| Sep 02 23:53:49.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77632025-09-02T23:53:51.927Z[ recovery-image] Sep 02 23:53:49.639 INFO O| Sep 02 23:53:49.639 INFO STEP 989 (remove_files) COMPLETE
77642025-09-02T23:53:51.927Z[ recovery-image] Sep 02 23:53:49.639 INFO O| Sep 02 23:53:49.639 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-09-02T23:53:51.940Z[ recovery-image] Sep 02 23:53:49.653 INFO O| Sep 02 23:53:49.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77662025-09-02T23:53:51.940Z[ recovery-image] Sep 02 23:53:49.653 INFO O| Sep 02 23:53:49.653 INFO STEP 990 (remove_files) COMPLETE
77672025-09-02T23:53:51.940Z[ recovery-image] Sep 02 23:53:49.653 INFO O| Sep 02 23:53:49.653 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-09-02T23:53:51.957Z[ recovery-image] Sep 02 23:53:49.667 INFO O| Sep 02 23:53:49.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77692025-09-02T23:53:51.957Z[ recovery-image] Sep 02 23:53:49.667 INFO O| Sep 02 23:53:49.667 INFO STEP 991 (remove_files) COMPLETE
77702025-09-02T23:53:51.957Z[ recovery-image] Sep 02 23:53:49.667 INFO O| Sep 02 23:53:49.667 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-09-02T23:53:51.978Z[ recovery-image] Sep 02 23:53:49.679 INFO O| Sep 02 23:53:49.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77722025-09-02T23:53:51.978Z[ recovery-image] Sep 02 23:53:49.679 INFO O| Sep 02 23:53:49.679 INFO STEP 992 (remove_files) COMPLETE
77732025-09-02T23:53:51.992Z[ recovery-image] Sep 02 23:53:49.679 INFO O| Sep 02 23:53:49.679 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-09-02T23:53:51.992Z[ recovery-image] Sep 02 23:53:49.693 INFO O| Sep 02 23:53:49.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77752025-09-02T23:53:51.992Z[ recovery-image] Sep 02 23:53:49.693 INFO O| Sep 02 23:53:49.693 INFO STEP 993 (remove_files) COMPLETE
77762025-09-02T23:53:51.992Z[ recovery-image] Sep 02 23:53:49.693 INFO O| Sep 02 23:53:49.693 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-09-02T23:53:52.010Z[ recovery-image] Sep 02 23:53:49.705 INFO O| Sep 02 23:53:49.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77782025-09-02T23:53:52.010Z[ recovery-image] Sep 02 23:53:49.705 INFO O| Sep 02 23:53:49.705 INFO STEP 994 (remove_files) COMPLETE
77792025-09-02T23:53:52.010Z[ recovery-image] Sep 02 23:53:49.705 INFO O| Sep 02 23:53:49.705 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-09-02T23:53:52.019Z[ recovery-image] Sep 02 23:53:49.718 INFO O| Sep 02 23:53:49.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77812025-09-02T23:53:52.020Z[ recovery-image] Sep 02 23:53:49.718 INFO O| Sep 02 23:53:49.718 INFO STEP 995 (remove_files) COMPLETE
77822025-09-02T23:53:52.020Z[ recovery-image] Sep 02 23:53:49.718 INFO O| Sep 02 23:53:49.718 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-09-02T23:53:52.020Z[ recovery-image] Sep 02 23:53:49.730 INFO O| Sep 02 23:53:49.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77842025-09-02T23:53:52.020Z[ recovery-image] Sep 02 23:53:49.731 INFO O| Sep 02 23:53:49.731 INFO STEP 996 (remove_files) COMPLETE
77852025-09-02T23:53:52.020Z[ recovery-image] Sep 02 23:53:49.731 INFO O| Sep 02 23:53:49.731 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-09-02T23:53:52.032Z[ recovery-image] Sep 02 23:53:49.745 INFO O| Sep 02 23:53:49.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77872025-09-02T23:53:52.032Z[ recovery-image] Sep 02 23:53:49.745 INFO O| Sep 02 23:53:49.745 INFO STEP 997 (remove_files) COMPLETE
77882025-09-02T23:53:52.060Z[ recovery-image] Sep 02 23:53:49.745 INFO O| Sep 02 23:53:49.745 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-09-02T23:53:52.076Z[ recovery-image] Sep 02 23:53:49.758 INFO O| Sep 02 23:53:49.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77902025-09-02T23:53:52.076Z[ recovery-image] Sep 02 23:53:49.759 INFO O| Sep 02 23:53:49.759 INFO STEP 998 (remove_files) COMPLETE
77912025-09-02T23:53:52.076Z[ recovery-image] Sep 02 23:53:49.759 INFO O| Sep 02 23:53:49.759 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-09-02T23:53:52.076Z[ recovery-image] Sep 02 23:53:49.772 INFO O| Sep 02 23:53:49.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77932025-09-02T23:53:52.076Z[ recovery-image] Sep 02 23:53:49.772 INFO O| Sep 02 23:53:49.772 INFO STEP 999 (remove_files) COMPLETE
77942025-09-02T23:53:52.076Z[ recovery-image] Sep 02 23:53:49.772 INFO O| Sep 02 23:53:49.772 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-09-02T23:53:52.114Z[ recovery-image] Sep 02 23:53:49.786 INFO O| Sep 02 23:53:49.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77962025-09-02T23:53:52.114Z[ recovery-image] Sep 02 23:53:49.786 INFO O| Sep 02 23:53:49.786 INFO STEP 1000 (remove_files) COMPLETE
77972025-09-02T23:53:52.114Z[ recovery-image] Sep 02 23:53:49.786 INFO O| Sep 02 23:53:49.786 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-09-02T23:53:52.114Z[ recovery-image] Sep 02 23:53:49.798 INFO O| Sep 02 23:53:49.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77992025-09-02T23:53:52.114Z[ recovery-image] Sep 02 23:53:49.799 INFO O| Sep 02 23:53:49.799 INFO STEP 1001 (remove_files) COMPLETE
78002025-09-02T23:53:52.114Z[ recovery-image] Sep 02 23:53:49.799 INFO O| Sep 02 23:53:49.799 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-09-02T23:53:52.146Z[ recovery-image] Sep 02 23:53:49.811 INFO O| Sep 02 23:53:49.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78022025-09-02T23:53:52.146Z[ recovery-image] Sep 02 23:53:49.811 INFO O| Sep 02 23:53:49.811 INFO STEP 1002 (remove_files) COMPLETE
78032025-09-02T23:53:52.147Z[ recovery-image] Sep 02 23:53:49.811 INFO O| Sep 02 23:53:49.811 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-09-02T23:53:52.147Z[ recovery-image] Sep 02 23:53:49.824 INFO O| Sep 02 23:53:49.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78052025-09-02T23:53:52.147Z[ recovery-image] Sep 02 23:53:49.824 INFO O| Sep 02 23:53:49.824 INFO STEP 1003 (remove_files) COMPLETE
78062025-09-02T23:53:52.147Z[ recovery-image] Sep 02 23:53:49.824 INFO O| Sep 02 23:53:49.824 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-09-02T23:53:52.183Z[ recovery-image] Sep 02 23:53:49.837 INFO O| Sep 02 23:53:49.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78082025-09-02T23:53:52.183Z[ recovery-image] Sep 02 23:53:49.837 INFO O| Sep 02 23:53:49.837 INFO STEP 1004 (remove_files) COMPLETE
78092025-09-02T23:53:52.183Z[ recovery-image] Sep 02 23:53:49.837 INFO O| Sep 02 23:53:49.837 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-09-02T23:53:52.183Z[ recovery-image] Sep 02 23:53:49.850 INFO O| Sep 02 23:53:49.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78112025-09-02T23:53:52.183Z[ recovery-image] Sep 02 23:53:49.850 INFO O| Sep 02 23:53:49.850 INFO STEP 1005 (remove_files) COMPLETE
78122025-09-02T23:53:52.184Z[ recovery-image] Sep 02 23:53:49.850 INFO O| Sep 02 23:53:49.850 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-09-02T23:53:52.184Z[ recovery-image] Sep 02 23:53:49.861 INFO O| Sep 02 23:53:49.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78142025-09-02T23:53:52.184Z[ recovery-image] Sep 02 23:53:49.862 INFO O| Sep 02 23:53:49.861 INFO STEP 1006 (remove_files) COMPLETE
78152025-09-02T23:53:52.184Z[ recovery-image] Sep 02 23:53:49.862 INFO O| Sep 02 23:53:49.862 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-09-02T23:53:52.209Z[ recovery-image] Sep 02 23:53:49.875 INFO O| Sep 02 23:53:49.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78172025-09-02T23:53:52.209Z[ recovery-image] Sep 02 23:53:49.875 INFO O| Sep 02 23:53:49.875 INFO STEP 1007 (remove_files) COMPLETE
78182025-09-02T23:53:52.209Z[ recovery-image] Sep 02 23:53:49.875 INFO O| Sep 02 23:53:49.875 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-09-02T23:53:52.209Z[ recovery-image] Sep 02 23:53:49.887 INFO O| Sep 02 23:53:49.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78202025-09-02T23:53:52.209Z[ recovery-image] Sep 02 23:53:49.888 INFO O| Sep 02 23:53:49.887 INFO STEP 1008 (remove_files) COMPLETE
78212025-09-02T23:53:52.209Z[ recovery-image] Sep 02 23:53:49.888 INFO O| Sep 02 23:53:49.887 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-09-02T23:53:52.215Z[ recovery-image] Sep 02 23:53:49.900 INFO O| Sep 02 23:53:49.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78232025-09-02T23:53:52.215Z[ recovery-image] Sep 02 23:53:49.901 INFO O| Sep 02 23:53:49.901 INFO STEP 1009 (remove_files) COMPLETE
78242025-09-02T23:53:52.215Z[ recovery-image] Sep 02 23:53:49.901 INFO O| Sep 02 23:53:49.901 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.913 INFO O| Sep 02 23:53:49.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78262025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.913 INFO O| Sep 02 23:53:49.913 INFO STEP 1010 (remove_files) COMPLETE
78272025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.913 INFO O| Sep 02 23:53:49.913 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.925 INFO O| Sep 02 23:53:49.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78292025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.925 INFO O| Sep 02 23:53:49.925 INFO STEP 1011 (remove_files) COMPLETE
78302025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.925 INFO O| Sep 02 23:53:49.925 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.937 INFO O| Sep 02 23:53:49.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78322025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.937 INFO O| Sep 02 23:53:49.937 INFO STEP 1012 (remove_files) COMPLETE
78332025-09-02T23:53:52.259Z[ recovery-image] Sep 02 23:53:49.937 INFO O| Sep 02 23:53:49.937 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.949 INFO O| Sep 02 23:53:49.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78352025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.949 INFO O| Sep 02 23:53:49.949 INFO STEP 1013 (remove_files) COMPLETE
78362025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.949 INFO O| Sep 02 23:53:49.949 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.961 INFO O| Sep 02 23:53:49.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78382025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.961 INFO O| Sep 02 23:53:49.961 INFO STEP 1014 (remove_files) COMPLETE
78392025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.961 INFO O| Sep 02 23:53:49.961 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.973 INFO O| Sep 02 23:53:49.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78412025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.973 INFO O| Sep 02 23:53:49.973 INFO STEP 1015 (remove_files) COMPLETE
78422025-09-02T23:53:52.271Z[ recovery-image] Sep 02 23:53:49.973 INFO O| Sep 02 23:53:49.973 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-09-02T23:53:52.288Z[ recovery-image] Sep 02 23:53:49.987 INFO O| Sep 02 23:53:49.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78442025-09-02T23:53:52.288Z[ recovery-image] Sep 02 23:53:49.987 INFO O| Sep 02 23:53:49.987 INFO STEP 1016 (remove_files) COMPLETE
78452025-09-02T23:53:52.288Z[ recovery-image] Sep 02 23:53:49.987 INFO O| Sep 02 23:53:49.987 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-09-02T23:53:52.299Z[ recovery-image] Sep 02 23:53:49.999 INFO O| Sep 02 23:53:49.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78472025-09-02T23:53:52.299Z[ recovery-image] Sep 02 23:53:49.999 INFO O| Sep 02 23:53:49.999 INFO STEP 1017 (remove_files) COMPLETE
78482025-09-02T23:53:52.299Z[ recovery-image] Sep 02 23:53:49.999 INFO O| Sep 02 23:53:49.999 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-09-02T23:53:52.312Z[ recovery-image] Sep 02 23:53:50.014 INFO O| Sep 02 23:53:50.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78502025-09-02T23:53:52.312Z[ recovery-image] Sep 02 23:53:50.014 INFO O| Sep 02 23:53:50.014 INFO STEP 1018 (remove_files) COMPLETE
78512025-09-02T23:53:52.312Z[ recovery-image] Sep 02 23:53:50.014 INFO O| Sep 02 23:53:50.014 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-09-02T23:53:52.323Z[ recovery-image] Sep 02 23:53:50.029 INFO O| Sep 02 23:53:50.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78532025-09-02T23:53:52.323Z[ recovery-image] Sep 02 23:53:50.029 INFO O| Sep 02 23:53:50.029 INFO STEP 1019 (remove_files) COMPLETE
78542025-09-02T23:53:52.330Z[ recovery-image] Sep 02 23:53:50.029 INFO O| Sep 02 23:53:50.029 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-09-02T23:53:52.349Z[ recovery-image] Sep 02 23:53:50.055 INFO O| Sep 02 23:53:50.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78562025-09-02T23:53:52.382Z[ recovery-image] Sep 02 23:53:50.055 INFO O| Sep 02 23:53:50.055 INFO STEP 1020 (remove_files) COMPLETE
78572025-09-02T23:53:52.383Z[ recovery-image] Sep 02 23:53:50.055 INFO O| Sep 02 23:53:50.055 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-09-02T23:53:52.397Z[ recovery-image] Sep 02 23:53:50.069 INFO O| Sep 02 23:53:50.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78592025-09-02T23:53:52.397Z[ recovery-image] Sep 02 23:53:50.069 INFO O| Sep 02 23:53:50.069 INFO STEP 1021 (remove_files) COMPLETE
78602025-09-02T23:53:52.397Z[ recovery-image] Sep 02 23:53:50.069 INFO O| Sep 02 23:53:50.069 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-09-02T23:53:52.397Z[ recovery-image] Sep 02 23:53:50.082 INFO O| Sep 02 23:53:50.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78622025-09-02T23:53:52.397Z[ recovery-image] Sep 02 23:53:50.082 INFO O| Sep 02 23:53:50.082 INFO STEP 1022 (remove_files) COMPLETE
78632025-09-02T23:53:52.397Z[ recovery-image] Sep 02 23:53:50.082 INFO O| Sep 02 23:53:50.082 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-09-02T23:53:52.408Z[ recovery-image] Sep 02 23:53:50.096 INFO O| Sep 02 23:53:50.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78652025-09-02T23:53:52.408Z[ recovery-image] Sep 02 23:53:50.096 INFO O| Sep 02 23:53:50.096 INFO STEP 1023 (remove_files) COMPLETE
78662025-09-02T23:53:52.416Z[ recovery-image] Sep 02 23:53:50.096 INFO O| Sep 02 23:53:50.096 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-09-02T23:53:52.416Z[ recovery-image] Sep 02 23:53:50.107 INFO O| Sep 02 23:53:50.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78682025-09-02T23:53:52.416Z[ recovery-image] Sep 02 23:53:50.107 INFO O| Sep 02 23:53:50.107 INFO STEP 1024 (remove_files) COMPLETE
78692025-09-02T23:53:52.416Z[ recovery-image] Sep 02 23:53:50.107 INFO O| Sep 02 23:53:50.107 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-09-02T23:53:52.433Z[ recovery-image] Sep 02 23:53:50.128 INFO O| Sep 02 23:53:50.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78712025-09-02T23:53:52.433Z[ recovery-image] Sep 02 23:53:50.128 INFO O| Sep 02 23:53:50.128 INFO STEP 1025 (remove_files) COMPLETE
78722025-09-02T23:53:52.433Z[ recovery-image] Sep 02 23:53:50.128 INFO O| Sep 02 23:53:50.128 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-09-02T23:53:52.443Z[ recovery-image] Sep 02 23:53:50.143 INFO O| Sep 02 23:53:50.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78742025-09-02T23:53:52.443Z[ recovery-image] Sep 02 23:53:50.143 INFO O| Sep 02 23:53:50.143 INFO STEP 1026 (remove_files) COMPLETE
78752025-09-02T23:53:52.443Z[ recovery-image] Sep 02 23:53:50.143 INFO O| Sep 02 23:53:50.143 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-09-02T23:53:52.453Z[ recovery-image] Sep 02 23:53:50.158 INFO O| Sep 02 23:53:50.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78772025-09-02T23:53:52.453Z[ recovery-image] Sep 02 23:53:50.158 INFO O| Sep 02 23:53:50.158 INFO STEP 1027 (remove_files) COMPLETE
78782025-09-02T23:53:52.453Z[ recovery-image] Sep 02 23:53:50.158 INFO O| Sep 02 23:53:50.158 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-09-02T23:53:52.462Z[ recovery-image] Sep 02 23:53:50.173 INFO O| Sep 02 23:53:50.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78802025-09-02T23:53:52.462Z[ recovery-image] Sep 02 23:53:50.173 INFO O| Sep 02 23:53:50.173 INFO STEP 1028 (remove_files) COMPLETE
78812025-09-02T23:53:52.462Z[ recovery-image] Sep 02 23:53:50.173 INFO O| Sep 02 23:53:50.173 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-09-02T23:53:52.475Z[ recovery-image] Sep 02 23:53:50.188 INFO O| Sep 02 23:53:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78832025-09-02T23:53:52.475Z[ recovery-image] Sep 02 23:53:50.188 INFO O| Sep 02 23:53:50.188 INFO STEP 1029 (remove_files) COMPLETE
78842025-09-02T23:53:52.475Z[ recovery-image] Sep 02 23:53:50.188 INFO O| Sep 02 23:53:50.188 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-09-02T23:53:52.489Z[ recovery-image] Sep 02 23:53:50.202 INFO O| Sep 02 23:53:50.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78862025-09-02T23:53:52.498Z[ recovery-image] Sep 02 23:53:50.202 INFO O| Sep 02 23:53:50.202 INFO STEP 1030 (remove_files) COMPLETE
78872025-09-02T23:53:52.498Z[ recovery-image] Sep 02 23:53:50.202 INFO O| Sep 02 23:53:50.202 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-09-02T23:53:52.506Z[ recovery-image] Sep 02 23:53:50.215 INFO O| Sep 02 23:53:50.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78892025-09-02T23:53:52.506Z[ recovery-image] Sep 02 23:53:50.215 INFO O| Sep 02 23:53:50.215 INFO STEP 1031 (remove_files) COMPLETE
78902025-09-02T23:53:52.506Z[ recovery-image] Sep 02 23:53:50.215 INFO O| Sep 02 23:53:50.215 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-09-02T23:53:52.517Z[ recovery-image] Sep 02 23:53:50.230 INFO O| Sep 02 23:53:50.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78922025-09-02T23:53:52.517Z[ recovery-image] Sep 02 23:53:50.230 INFO O| Sep 02 23:53:50.230 INFO STEP 1032 (remove_files) COMPLETE
78932025-09-02T23:53:52.517Z[ recovery-image] Sep 02 23:53:50.230 INFO O| Sep 02 23:53:50.230 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-09-02T23:53:52.532Z[ recovery-image] Sep 02 23:53:50.243 INFO O| Sep 02 23:53:50.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78952025-09-02T23:53:52.537Z[ recovery-image] Sep 02 23:53:50.243 INFO O| Sep 02 23:53:50.243 INFO STEP 1033 (remove_files) COMPLETE
78962025-09-02T23:53:52.546Z[ recovery-image] Sep 02 23:53:50.243 INFO O| Sep 02 23:53:50.243 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-09-02T23:53:52.547Z[ recovery-image] Sep 02 23:53:50.257 INFO O| Sep 02 23:53:50.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78982025-09-02T23:53:52.547Z[ recovery-image] Sep 02 23:53:50.257 INFO O| Sep 02 23:53:50.257 INFO STEP 1034 (remove_files) COMPLETE
78992025-09-02T23:53:52.547Z[ recovery-image] Sep 02 23:53:50.257 INFO O| Sep 02 23:53:50.257 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-09-02T23:53:52.558Z[ recovery-image] Sep 02 23:53:50.270 INFO O| Sep 02 23:53:50.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79012025-09-02T23:53:52.558Z[ recovery-image] Sep 02 23:53:50.271 INFO O| Sep 02 23:53:50.270 INFO STEP 1035 (remove_files) COMPLETE
79022025-09-02T23:53:52.558Z[ recovery-image] Sep 02 23:53:50.271 INFO O| Sep 02 23:53:50.271 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-09-02T23:53:52.572Z[ recovery-image] Sep 02 23:53:50.284 INFO O| Sep 02 23:53:50.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79042025-09-02T23:53:52.572Z[ recovery-image] Sep 02 23:53:50.285 INFO O| Sep 02 23:53:50.285 INFO STEP 1036 (remove_files) COMPLETE
79052025-09-02T23:53:52.582Z[ recovery-image] Sep 02 23:53:50.285 INFO O| Sep 02 23:53:50.285 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-09-02T23:53:52.592Z[ recovery-image] Sep 02 23:53:50.298 INFO O| Sep 02 23:53:50.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79072025-09-02T23:53:52.593Z[ recovery-image] Sep 02 23:53:50.299 INFO O| Sep 02 23:53:50.299 INFO STEP 1037 (remove_files) COMPLETE
79082025-09-02T23:53:52.593Z[ recovery-image] Sep 02 23:53:50.299 INFO O| Sep 02 23:53:50.299 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-09-02T23:53:52.612Z[ recovery-image] Sep 02 23:53:50.313 INFO O| Sep 02 23:53:50.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79102025-09-02T23:53:52.612Z[ recovery-image] Sep 02 23:53:50.314 INFO O| Sep 02 23:53:50.314 INFO STEP 1038 (remove_files) COMPLETE
79112025-09-02T23:53:52.612Z[ recovery-image] Sep 02 23:53:50.314 INFO O| Sep 02 23:53:50.314 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-09-02T23:53:52.623Z[ recovery-image] Sep 02 23:53:50.328 INFO O| Sep 02 23:53:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79132025-09-02T23:53:52.623Z[ recovery-image] Sep 02 23:53:50.328 INFO O| Sep 02 23:53:50.328 INFO STEP 1039 (remove_files) COMPLETE
79142025-09-02T23:53:52.623Z[ recovery-image] Sep 02 23:53:50.328 INFO O| Sep 02 23:53:50.328 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-09-02T23:53:52.632Z[ recovery-image] Sep 02 23:53:50.341 INFO O| Sep 02 23:53:50.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79162025-09-02T23:53:52.632Z[ recovery-image] Sep 02 23:53:50.341 INFO O| Sep 02 23:53:50.341 INFO STEP 1040 (remove_files) COMPLETE
79172025-09-02T23:53:52.632Z[ recovery-image] Sep 02 23:53:50.341 INFO O| Sep 02 23:53:50.341 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-09-02T23:53:52.642Z[ recovery-image] Sep 02 23:53:50.355 INFO O| Sep 02 23:53:50.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79192025-09-02T23:53:52.642Z[ recovery-image] Sep 02 23:53:50.355 INFO O| Sep 02 23:53:50.355 INFO STEP 1041 (remove_files) COMPLETE
79202025-09-02T23:53:52.642Z[ recovery-image] Sep 02 23:53:50.355 INFO O| Sep 02 23:53:50.355 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-09-02T23:53:52.657Z[ recovery-image] Sep 02 23:53:50.370 INFO O| Sep 02 23:53:50.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79222025-09-02T23:53:52.657Z[ recovery-image] Sep 02 23:53:50.370 INFO O| Sep 02 23:53:50.370 INFO STEP 1042 (remove_files) COMPLETE
79232025-09-02T23:53:52.657Z[ recovery-image] Sep 02 23:53:50.370 INFO O| Sep 02 23:53:50.370 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-09-02T23:53:52.671Z[ recovery-image] Sep 02 23:53:50.384 INFO O| Sep 02 23:53:50.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79252025-09-02T23:53:52.671Z[ recovery-image] Sep 02 23:53:50.384 INFO O| Sep 02 23:53:50.384 INFO STEP 1043 (remove_files) COMPLETE
79262025-09-02T23:53:52.687Z[ recovery-image] Sep 02 23:53:50.384 INFO O| Sep 02 23:53:50.384 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-09-02T23:53:52.698Z[ recovery-image] Sep 02 23:53:50.398 INFO O| Sep 02 23:53:50.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79282025-09-02T23:53:52.698Z[ recovery-image] Sep 02 23:53:50.398 INFO O| Sep 02 23:53:50.398 INFO STEP 1044 (remove_files) COMPLETE
79292025-09-02T23:53:52.698Z[ recovery-image] Sep 02 23:53:50.398 INFO O| Sep 02 23:53:50.398 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302025-09-02T23:53:52.711Z[ recovery-image] Sep 02 23:53:50.412 INFO O| Sep 02 23:53:50.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79312025-09-02T23:53:52.712Z[ recovery-image] Sep 02 23:53:50.412 INFO O| Sep 02 23:53:50.412 INFO STEP 1045 (remove_files) COMPLETE
79322025-09-02T23:53:52.712Z[ recovery-image] Sep 02 23:53:50.412 INFO O| Sep 02 23:53:50.412 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332025-09-02T23:53:52.721Z[ recovery-image] Sep 02 23:53:50.427 INFO O| Sep 02 23:53:50.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79342025-09-02T23:53:52.721Z[ recovery-image] Sep 02 23:53:50.427 INFO O| Sep 02 23:53:50.427 INFO STEP 1046 (remove_files) COMPLETE
79352025-09-02T23:53:52.721Z[ recovery-image] Sep 02 23:53:50.427 INFO O| Sep 02 23:53:50.427 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362025-09-02T23:53:52.730Z[ recovery-image] Sep 02 23:53:50.441 INFO O| Sep 02 23:53:50.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79372025-09-02T23:53:52.730Z[ recovery-image] Sep 02 23:53:50.441 INFO O| Sep 02 23:53:50.441 INFO STEP 1047 (remove_files) COMPLETE
79382025-09-02T23:53:52.730Z[ recovery-image] Sep 02 23:53:50.441 INFO O| Sep 02 23:53:50.441 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392025-09-02T23:53:52.743Z[ recovery-image] Sep 02 23:53:50.455 INFO O| Sep 02 23:53:50.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79402025-09-02T23:53:52.743Z[ recovery-image] Sep 02 23:53:50.456 INFO O| Sep 02 23:53:50.455 INFO STEP 1048 (remove_files) COMPLETE
79412025-09-02T23:53:52.750Z[ recovery-image] Sep 02 23:53:50.456 INFO O| Sep 02 23:53:50.455 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422025-09-02T23:53:52.761Z[ recovery-image] Sep 02 23:53:50.469 INFO O| Sep 02 23:53:50.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79432025-09-02T23:53:52.761Z[ recovery-image] Sep 02 23:53:50.469 INFO O| Sep 02 23:53:50.469 INFO STEP 1049 (remove_files) COMPLETE
79442025-09-02T23:53:52.761Z[ recovery-image] Sep 02 23:53:50.469 INFO O| Sep 02 23:53:50.469 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452025-09-02T23:53:52.780Z[ recovery-image] Sep 02 23:53:50.482 INFO O| Sep 02 23:53:50.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79462025-09-02T23:53:52.780Z[ recovery-image] Sep 02 23:53:50.482 INFO O| Sep 02 23:53:50.482 INFO STEP 1050 (remove_files) COMPLETE
79472025-09-02T23:53:52.780Z[ recovery-image] Sep 02 23:53:50.482 INFO O| Sep 02 23:53:50.482 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482025-09-02T23:53:52.788Z[ recovery-image] Sep 02 23:53:50.496 INFO O| Sep 02 23:53:50.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79492025-09-02T23:53:52.788Z[ recovery-image] Sep 02 23:53:50.496 INFO O| Sep 02 23:53:50.496 INFO STEP 1051 (remove_files) COMPLETE
79502025-09-02T23:53:52.788Z[ recovery-image] Sep 02 23:53:50.496 INFO O| Sep 02 23:53:50.496 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512025-09-02T23:53:52.796Z[ recovery-image] Sep 02 23:53:50.509 INFO O| Sep 02 23:53:50.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79522025-09-02T23:53:52.796Z[ recovery-image] Sep 02 23:53:50.509 INFO O| Sep 02 23:53:50.509 INFO STEP 1052 (remove_files) COMPLETE
79532025-09-02T23:53:52.796Z[ recovery-image] Sep 02 23:53:50.509 INFO O| Sep 02 23:53:50.509 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542025-09-02T23:53:52.808Z[ recovery-image] Sep 02 23:53:50.520 INFO O| Sep 02 23:53:50.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79552025-09-02T23:53:52.812Z[ recovery-image] Sep 02 23:53:50.520 INFO O| Sep 02 23:53:50.520 INFO STEP 1053 (remove_files) COMPLETE
79562025-09-02T23:53:52.812Z[ recovery-image] Sep 02 23:53:50.520 INFO O| Sep 02 23:53:50.520 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572025-09-02T23:53:52.819Z[ recovery-image] Sep 02 23:53:50.532 INFO O| Sep 02 23:53:50.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79582025-09-02T23:53:52.819Z[ recovery-image] Sep 02 23:53:50.532 INFO O| Sep 02 23:53:50.532 INFO STEP 1054 (remove_files) COMPLETE
79592025-09-02T23:53:52.819Z[ recovery-image] Sep 02 23:53:50.532 INFO O| Sep 02 23:53:50.532 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602025-09-02T23:53:52.830Z[ recovery-image] Sep 02 23:53:50.543 INFO O| Sep 02 23:53:50.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79612025-09-02T23:53:52.830Z[ recovery-image] Sep 02 23:53:50.543 INFO O| Sep 02 23:53:50.543 INFO STEP 1055 (remove_files) COMPLETE
79622025-09-02T23:53:52.830Z[ recovery-image] Sep 02 23:53:50.543 INFO O| Sep 02 23:53:50.543 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632025-09-02T23:53:52.860Z[ recovery-image] Sep 02 23:53:50.559 INFO O| Sep 02 23:53:50.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79642025-09-02T23:53:52.866Z[ recovery-image] Sep 02 23:53:50.559 INFO O| Sep 02 23:53:50.559 INFO STEP 1056 (remove_files) COMPLETE
79652025-09-02T23:53:52.867Z[ recovery-image] Sep 02 23:53:50.559 INFO O| Sep 02 23:53:50.559 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662025-09-02T23:53:52.896Z[ recovery-image] Sep 02 23:53:50.573 INFO O| Sep 02 23:53:50.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79672025-09-02T23:53:52.896Z[ recovery-image] Sep 02 23:53:50.573 INFO O| Sep 02 23:53:50.573 INFO STEP 1057 (remove_files) COMPLETE
79682025-09-02T23:53:52.896Z[ recovery-image] Sep 02 23:53:50.573 INFO O| Sep 02 23:53:50.573 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692025-09-02T23:53:52.896Z[ recovery-image] Sep 02 23:53:50.586 INFO O| Sep 02 23:53:50.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79702025-09-02T23:53:52.896Z[ recovery-image] Sep 02 23:53:50.586 INFO O| Sep 02 23:53:50.586 INFO STEP 1058 (remove_files) COMPLETE
79712025-09-02T23:53:52.897Z[ recovery-image] Sep 02 23:53:50.586 INFO O| Sep 02 23:53:50.586 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722025-09-02T23:53:52.904Z[ recovery-image] Sep 02 23:53:50.600 INFO O| Sep 02 23:53:50.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79732025-09-02T23:53:52.904Z[ recovery-image] Sep 02 23:53:50.601 INFO O| Sep 02 23:53:50.601 INFO STEP 1059 (remove_files) COMPLETE
79742025-09-02T23:53:52.904Z[ recovery-image] Sep 02 23:53:50.601 INFO O| Sep 02 23:53:50.601 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752025-09-02T23:53:52.910Z[ recovery-image] Sep 02 23:53:50.617 INFO O| Sep 02 23:53:50.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79762025-09-02T23:53:52.910Z[ recovery-image] Sep 02 23:53:50.618 INFO O| Sep 02 23:53:50.617 INFO STEP 1060 (remove_files) COMPLETE
79772025-09-02T23:53:52.910Z[ recovery-image] Sep 02 23:53:50.618 INFO O| Sep 02 23:53:50.618 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782025-09-02T23:53:52.922Z[ recovery-image] Sep 02 23:53:50.634 INFO O| Sep 02 23:53:50.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79792025-09-02T23:53:52.922Z[ recovery-image] Sep 02 23:53:50.634 INFO O| Sep 02 23:53:50.634 INFO STEP 1061 (remove_files) COMPLETE
79802025-09-02T23:53:52.922Z[ recovery-image] Sep 02 23:53:50.634 INFO O| Sep 02 23:53:50.634 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812025-09-02T23:53:52.937Z[ recovery-image] Sep 02 23:53:50.650 INFO O| Sep 02 23:53:50.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79822025-09-02T23:53:52.937Z[ recovery-image] Sep 02 23:53:50.650 INFO O| Sep 02 23:53:50.650 INFO STEP 1062 (remove_files) COMPLETE
79832025-09-02T23:53:52.937Z[ recovery-image] Sep 02 23:53:50.650 INFO O| Sep 02 23:53:50.650 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842025-09-02T23:53:52.958Z[ recovery-image] Sep 02 23:53:50.664 INFO O| Sep 02 23:53:50.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79852025-09-02T23:53:52.958Z[ recovery-image] Sep 02 23:53:50.664 INFO O| Sep 02 23:53:50.664 INFO STEP 1063 (remove_files) COMPLETE
79862025-09-02T23:53:52.958Z[ recovery-image] Sep 02 23:53:50.664 INFO O| Sep 02 23:53:50.664 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872025-09-02T23:53:52.974Z[ recovery-image] Sep 02 23:53:50.679 INFO O| Sep 02 23:53:50.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79882025-09-02T23:53:52.974Z[ recovery-image] Sep 02 23:53:50.679 INFO O| Sep 02 23:53:50.679 INFO STEP 1064 (remove_files) COMPLETE
79892025-09-02T23:53:52.974Z[ recovery-image] Sep 02 23:53:50.679 INFO O| Sep 02 23:53:50.679 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902025-09-02T23:53:53.082Z[ recovery-image] Sep 02 23:53:50.694 INFO O| Sep 02 23:53:50.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79912025-09-02T23:53:53.082Z[ recovery-image] Sep 02 23:53:50.694 INFO O| Sep 02 23:53:50.694 INFO STEP 1065 (remove_files) COMPLETE
79922025-09-02T23:53:53.082Z[ recovery-image] Sep 02 23:53:50.694 INFO O| Sep 02 23:53:50.694 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932025-09-02T23:53:53.092Z[ recovery-image] Sep 02 23:53:50.710 INFO O| Sep 02 23:53:50.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79942025-09-02T23:53:53.119Z[ recovery-image] Sep 02 23:53:50.710 INFO O| Sep 02 23:53:50.710 INFO STEP 1066 (remove_files) COMPLETE
79952025-09-02T23:53:53.119Z[ recovery-image] Sep 02 23:53:50.710 INFO O| Sep 02 23:53:50.710 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962025-09-02T23:53:53.119Z[ recovery-image] Sep 02 23:53:50.726 INFO O| Sep 02 23:53:50.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79972025-09-02T23:53:53.119Z[ recovery-image] Sep 02 23:53:50.726 INFO O| Sep 02 23:53:50.726 INFO STEP 1067 (remove_files) COMPLETE
79982025-09-02T23:53:53.119Z[ recovery-image] Sep 02 23:53:50.726 INFO O| Sep 02 23:53:50.726 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.741 INFO O| Sep 02 23:53:50.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80002025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.742 INFO O| Sep 02 23:53:50.742 INFO STEP 1068 (remove_files) COMPLETE
80012025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.742 INFO O| Sep 02 23:53:50.742 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.756 INFO O| Sep 02 23:53:50.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80032025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.756 INFO O| Sep 02 23:53:50.756 INFO STEP 1069 (remove_files) COMPLETE
80042025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.756 INFO O| Sep 02 23:53:50.756 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.771 INFO O| Sep 02 23:53:50.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80062025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.771 INFO O| Sep 02 23:53:50.771 INFO STEP 1070 (remove_files) COMPLETE
80072025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.771 INFO O| Sep 02 23:53:50.771 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.785 INFO O| Sep 02 23:53:50.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80092025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.785 INFO O| Sep 02 23:53:50.785 INFO STEP 1071 (remove_files) COMPLETE
80102025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.785 INFO O| Sep 02 23:53:50.785 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.798 INFO O| Sep 02 23:53:50.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80122025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.798 INFO O| Sep 02 23:53:50.798 INFO STEP 1072 (remove_files) COMPLETE
80132025-09-02T23:53:53.120Z[ recovery-image] Sep 02 23:53:50.798 INFO O| Sep 02 23:53:50.798 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142025-09-02T23:53:53.128Z[ recovery-image] Sep 02 23:53:50.812 INFO O| Sep 02 23:53:50.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80152025-09-02T23:53:53.128Z[ recovery-image] Sep 02 23:53:50.812 INFO O| Sep 02 23:53:50.812 INFO STEP 1073 (remove_files) COMPLETE
80162025-09-02T23:53:53.129Z[ recovery-image] Sep 02 23:53:50.812 INFO O| Sep 02 23:53:50.812 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172025-09-02T23:53:53.129Z[ recovery-image] Sep 02 23:53:50.825 INFO O| Sep 02 23:53:50.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80182025-09-02T23:53:53.129Z[ recovery-image] Sep 02 23:53:50.825 INFO O| Sep 02 23:53:50.825 INFO STEP 1074 (remove_files) COMPLETE
80192025-09-02T23:53:53.129Z[ recovery-image] Sep 02 23:53:50.825 INFO O| Sep 02 23:53:50.825 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202025-09-02T23:53:53.157Z[ recovery-image] Sep 02 23:53:50.839 INFO O| Sep 02 23:53:50.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80212025-09-02T23:53:53.157Z[ recovery-image] Sep 02 23:53:50.839 INFO O| Sep 02 23:53:50.839 INFO STEP 1075 (remove_files) COMPLETE
80222025-09-02T23:53:53.157Z[ recovery-image] Sep 02 23:53:50.839 INFO O| Sep 02 23:53:50.839 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232025-09-02T23:53:53.158Z[ recovery-image] Sep 02 23:53:50.853 INFO O| Sep 02 23:53:50.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80242025-09-02T23:53:53.158Z[ recovery-image] Sep 02 23:53:50.853 INFO O| Sep 02 23:53:50.853 INFO STEP 1076 (remove_files) COMPLETE
80252025-09-02T23:53:53.158Z[ recovery-image] Sep 02 23:53:50.853 INFO O| Sep 02 23:53:50.853 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262025-09-02T23:53:53.158Z[ recovery-image] Sep 02 23:53:50.869 INFO O| Sep 02 23:53:50.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80272025-09-02T23:53:53.158Z[ recovery-image] Sep 02 23:53:50.869 INFO O| Sep 02 23:53:50.869 INFO STEP 1077 (remove_files) COMPLETE
80282025-09-02T23:53:53.160Z[ recovery-image] Sep 02 23:53:50.869 INFO O| Sep 02 23:53:50.869 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292025-09-02T23:53:53.177Z[ recovery-image] Sep 02 23:53:50.884 INFO O| Sep 02 23:53:50.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80302025-09-02T23:53:53.177Z[ recovery-image] Sep 02 23:53:50.884 INFO O| Sep 02 23:53:50.884 INFO STEP 1078 (remove_files) COMPLETE
80312025-09-02T23:53:53.177Z[ recovery-image] Sep 02 23:53:50.884 INFO O| Sep 02 23:53:50.884 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322025-09-02T23:53:53.189Z[ recovery-image] Sep 02 23:53:50.900 INFO O| Sep 02 23:53:50.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80332025-09-02T23:53:53.189Z[ recovery-image] Sep 02 23:53:50.900 INFO O| Sep 02 23:53:50.900 INFO STEP 1079 (remove_files) COMPLETE
80342025-09-02T23:53:53.201Z[ recovery-image] Sep 02 23:53:50.900 INFO O| Sep 02 23:53:50.900 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352025-09-02T23:53:53.226Z[ recovery-image] Sep 02 23:53:50.933 INFO O| Sep 02 23:53:50.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80362025-09-02T23:53:53.226Z[ recovery-image] Sep 02 23:53:50.934 INFO O| Sep 02 23:53:50.933 INFO STEP 1080 (remove_files) COMPLETE
80372025-09-02T23:53:53.226Z[ recovery-image] Sep 02 23:53:50.934 INFO O| Sep 02 23:53:50.934 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382025-09-02T23:53:53.278Z[ recovery-image] Sep 02 23:53:50.947 INFO O| Sep 02 23:53:50.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80392025-09-02T23:53:53.278Z[ recovery-image] Sep 02 23:53:50.947 INFO O| Sep 02 23:53:50.947 INFO STEP 1081 (remove_files) COMPLETE
80402025-09-02T23:53:53.278Z[ recovery-image] Sep 02 23:53:50.947 INFO O| Sep 02 23:53:50.947 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412025-09-02T23:53:53.292Z[ recovery-image] Sep 02 23:53:50.960 INFO O| Sep 02 23:53:50.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80422025-09-02T23:53:53.292Z[ recovery-image] Sep 02 23:53:50.960 INFO O| Sep 02 23:53:50.960 INFO STEP 1082 (remove_files) COMPLETE
80432025-09-02T23:53:53.293Z[ recovery-image] Sep 02 23:53:50.960 INFO O| Sep 02 23:53:50.960 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442025-09-02T23:53:53.296Z[ recovery-image] Sep 02 23:53:50.972 INFO O| Sep 02 23:53:50.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80452025-09-02T23:53:53.296Z[ recovery-image] Sep 02 23:53:50.972 INFO O| Sep 02 23:53:50.972 INFO STEP 1083 (remove_files) COMPLETE
80462025-09-02T23:53:53.296Z[ recovery-image] Sep 02 23:53:50.972 INFO O| Sep 02 23:53:50.972 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472025-09-02T23:53:53.296Z[ recovery-image] Sep 02 23:53:50.985 INFO O| Sep 02 23:53:50.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80482025-09-02T23:53:53.297Z[ recovery-image] Sep 02 23:53:50.985 INFO O| Sep 02 23:53:50.985 INFO STEP 1084 (remove_files) COMPLETE
80492025-09-02T23:53:53.297Z[ recovery-image] Sep 02 23:53:50.985 INFO O| Sep 02 23:53:50.985 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502025-09-02T23:53:53.297Z[ recovery-image] Sep 02 23:53:51.000 INFO O| Sep 02 23:53:51.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80512025-09-02T23:53:53.297Z[ recovery-image] Sep 02 23:53:51.000 INFO O| Sep 02 23:53:51.000 INFO STEP 1085 (remove_files) COMPLETE
80522025-09-02T23:53:53.297Z[ recovery-image] Sep 02 23:53:51.000 INFO O| Sep 02 23:53:51.000 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532025-09-02T23:53:53.320Z[ recovery-image] Sep 02 23:53:51.015 INFO O| Sep 02 23:53:51.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80542025-09-02T23:53:53.320Z[ recovery-image] Sep 02 23:53:51.015 INFO O| Sep 02 23:53:51.015 INFO STEP 1086 (remove_files) COMPLETE
80552025-09-02T23:53:53.320Z[ recovery-image] Sep 02 23:53:51.015 INFO O| Sep 02 23:53:51.015 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562025-09-02T23:53:53.335Z[ recovery-image] Sep 02 23:53:51.028 INFO O| Sep 02 23:53:51.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80572025-09-02T23:53:53.335Z[ recovery-image] Sep 02 23:53:51.028 INFO O| Sep 02 23:53:51.028 INFO STEP 1087 (remove_files) COMPLETE
80582025-09-02T23:53:53.335Z[ recovery-image] Sep 02 23:53:51.028 INFO O| Sep 02 23:53:51.028 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592025-09-02T23:53:53.336Z[ recovery-image] Sep 02 23:53:51.041 INFO O| Sep 02 23:53:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80602025-09-02T23:53:53.336Z[ recovery-image] Sep 02 23:53:51.041 INFO O| Sep 02 23:53:51.041 INFO STEP 1088 (remove_files) COMPLETE
80612025-09-02T23:53:53.336Z[ recovery-image] Sep 02 23:53:51.041 INFO O| Sep 02 23:53:51.041 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622025-09-02T23:53:53.353Z[ recovery-image] Sep 02 23:53:51.053 INFO O| Sep 02 23:53:51.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80632025-09-02T23:53:53.353Z[ recovery-image] Sep 02 23:53:51.053 INFO O| Sep 02 23:53:51.053 INFO STEP 1089 (remove_files) COMPLETE
80642025-09-02T23:53:53.354Z[ recovery-image] Sep 02 23:53:51.053 INFO O| Sep 02 23:53:51.053 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652025-09-02T23:53:53.367Z[ recovery-image] Sep 02 23:53:51.067 INFO O| Sep 02 23:53:51.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80662025-09-02T23:53:53.367Z[ recovery-image] Sep 02 23:53:51.067 INFO O| Sep 02 23:53:51.067 INFO STEP 1090 (remove_files) COMPLETE
80672025-09-02T23:53:53.367Z[ recovery-image] Sep 02 23:53:51.067 INFO O| Sep 02 23:53:51.067 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682025-09-02T23:53:53.387Z[ recovery-image] Sep 02 23:53:51.081 INFO O| Sep 02 23:53:51.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80692025-09-02T23:53:53.387Z[ recovery-image] Sep 02 23:53:51.081 INFO O| Sep 02 23:53:51.081 INFO STEP 1091 (remove_files) COMPLETE
80702025-09-02T23:53:53.387Z[ recovery-image] Sep 02 23:53:51.081 INFO O| Sep 02 23:53:51.081 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712025-09-02T23:53:53.401Z[ recovery-image] Sep 02 23:53:51.094 INFO O| Sep 02 23:53:51.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80722025-09-02T23:53:53.401Z[ recovery-image] Sep 02 23:53:51.095 INFO O| Sep 02 23:53:51.094 INFO STEP 1092 (remove_files) COMPLETE
80732025-09-02T23:53:53.401Z[ recovery-image] Sep 02 23:53:51.095 INFO O| Sep 02 23:53:51.095 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742025-09-02T23:53:53.401Z[ recovery-image] Sep 02 23:53:51.107 INFO O| Sep 02 23:53:51.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80752025-09-02T23:53:53.401Z[ recovery-image] Sep 02 23:53:51.108 INFO O| Sep 02 23:53:51.108 INFO STEP 1093 (remove_files) COMPLETE
80762025-09-02T23:53:53.401Z[ recovery-image] Sep 02 23:53:51.108 INFO O| Sep 02 23:53:51.108 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772025-09-02T23:53:53.467Z[ recovery-image] Sep 02 23:53:51.125 INFO O| Sep 02 23:53:51.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80782025-09-02T23:53:53.467Z[ recovery-image] Sep 02 23:53:51.125 INFO O| Sep 02 23:53:51.125 INFO STEP 1094 (remove_files) COMPLETE
80792025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.125 INFO O| Sep 02 23:53:51.125 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.139 INFO O| Sep 02 23:53:51.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80812025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.139 INFO O| Sep 02 23:53:51.139 INFO STEP 1095 (remove_files) COMPLETE
80822025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.139 INFO O| Sep 02 23:53:51.139 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.152 INFO O| Sep 02 23:53:51.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80842025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.152 INFO O| Sep 02 23:53:51.152 INFO STEP 1096 (remove_files) COMPLETE
80852025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.152 INFO O| Sep 02 23:53:51.152 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.165 INFO O| Sep 02 23:53:51.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80872025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.165 INFO O| Sep 02 23:53:51.165 INFO STEP 1097 (remove_files) COMPLETE
80882025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.165 INFO O| Sep 02 23:53:51.165 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.178 INFO O| Sep 02 23:53:51.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80902025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.178 INFO O| Sep 02 23:53:51.178 INFO STEP 1098 (remove_files) COMPLETE
80912025-09-02T23:53:53.508Z[ recovery-image] Sep 02 23:53:51.178 INFO O| Sep 02 23:53:51.178 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922025-09-02T23:53:53.540Z[ recovery-image] Sep 02 23:53:51.192 INFO O| Sep 02 23:53:51.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80932025-09-02T23:53:53.540Z[ recovery-image] Sep 02 23:53:51.192 INFO O| Sep 02 23:53:51.192 INFO STEP 1099 (remove_files) COMPLETE
80942025-09-02T23:53:53.540Z[ recovery-image] Sep 02 23:53:51.192 INFO O| Sep 02 23:53:51.192 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952025-09-02T23:53:53.543Z[ recovery-image] Sep 02 23:53:51.206 INFO O| Sep 02 23:53:51.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80962025-09-02T23:53:53.543Z[ recovery-image] Sep 02 23:53:51.206 INFO O| Sep 02 23:53:51.206 INFO STEP 1100 (remove_files) COMPLETE
80972025-09-02T23:53:53.543Z[ recovery-image] Sep 02 23:53:51.206 INFO O| Sep 02 23:53:51.206 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982025-09-02T23:53:53.543Z[ recovery-image] Sep 02 23:53:51.219 INFO O| Sep 02 23:53:51.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80992025-09-02T23:53:53.543Z[ recovery-image] Sep 02 23:53:51.219 INFO O| Sep 02 23:53:51.219 INFO STEP 1101 (remove_files) COMPLETE
81002025-09-02T23:53:53.543Z[ recovery-image] Sep 02 23:53:51.219 INFO O| Sep 02 23:53:51.219 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012025-09-02T23:53:53.572Z[ recovery-image] Sep 02 23:53:51.234 INFO O| Sep 02 23:53:51.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81022025-09-02T23:53:53.572Z[ recovery-image] Sep 02 23:53:51.234 INFO O| Sep 02 23:53:51.234 INFO STEP 1102 (remove_files) COMPLETE
81032025-09-02T23:53:53.572Z[ recovery-image] Sep 02 23:53:51.234 INFO O| Sep 02 23:53:51.234 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042025-09-02T23:53:53.572Z[ recovery-image] Sep 02 23:53:51.249 INFO O| Sep 02 23:53:51.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81052025-09-02T23:53:53.575Z[ recovery-image] Sep 02 23:53:51.249 INFO O| Sep 02 23:53:51.249 INFO STEP 1103 (remove_files) COMPLETE
81062025-09-02T23:53:53.575Z[ recovery-image] Sep 02 23:53:51.249 INFO O| Sep 02 23:53:51.249 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072025-09-02T23:53:53.576Z[ recovery-image] Sep 02 23:53:51.263 INFO O| Sep 02 23:53:51.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81082025-09-02T23:53:53.576Z[ recovery-image] Sep 02 23:53:51.263 INFO O| Sep 02 23:53:51.263 INFO STEP 1104 (remove_files) COMPLETE
81092025-09-02T23:53:53.576Z[ recovery-image] Sep 02 23:53:51.263 INFO O| Sep 02 23:53:51.263 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102025-09-02T23:53:53.600Z[ recovery-image] Sep 02 23:53:51.278 INFO O| Sep 02 23:53:51.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81112025-09-02T23:53:53.600Z[ recovery-image] Sep 02 23:53:51.278 INFO O| Sep 02 23:53:51.278 INFO STEP 1105 (remove_files) COMPLETE
81122025-09-02T23:53:53.600Z[ recovery-image] Sep 02 23:53:51.278 INFO O| Sep 02 23:53:51.278 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132025-09-02T23:53:53.600Z[ recovery-image] Sep 02 23:53:51.292 INFO O| Sep 02 23:53:51.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81142025-09-02T23:53:53.600Z[ recovery-image] Sep 02 23:53:51.292 INFO O| Sep 02 23:53:51.292 INFO STEP 1106 (remove_files) COMPLETE
81152025-09-02T23:53:53.600Z[ recovery-image] Sep 02 23:53:51.292 INFO O| Sep 02 23:53:51.292 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162025-09-02T23:53:53.615Z[ recovery-image] Sep 02 23:53:51.307 INFO O| Sep 02 23:53:51.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81172025-09-02T23:53:53.615Z[ recovery-image] Sep 02 23:53:51.307 INFO O| Sep 02 23:53:51.307 INFO STEP 1107 (remove_files) COMPLETE
81182025-09-02T23:53:53.615Z[ recovery-image] Sep 02 23:53:51.307 INFO O| Sep 02 23:53:51.307 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192025-09-02T23:53:53.616Z[ recovery-image] Sep 02 23:53:51.321 INFO O| Sep 02 23:53:51.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81202025-09-02T23:53:53.616Z[ recovery-image] Sep 02 23:53:51.321 INFO O| Sep 02 23:53:51.321 INFO STEP 1108 (remove_files) COMPLETE
81212025-09-02T23:53:53.616Z[ recovery-image] Sep 02 23:53:51.321 INFO O| Sep 02 23:53:51.321 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222025-09-02T23:53:53.636Z[ recovery-image] Sep 02 23:53:51.335 INFO O| Sep 02 23:53:51.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81232025-09-02T23:53:53.636Z[ recovery-image] Sep 02 23:53:51.335 INFO O| Sep 02 23:53:51.335 INFO STEP 1109 (remove_files) COMPLETE
81242025-09-02T23:53:53.636Z[ recovery-image] Sep 02 23:53:51.335 INFO O| Sep 02 23:53:51.335 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252025-09-02T23:53:53.656Z[ recovery-image] Sep 02 23:53:51.348 INFO O| Sep 02 23:53:51.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81262025-09-02T23:53:53.656Z[ recovery-image] Sep 02 23:53:51.349 INFO O| Sep 02 23:53:51.349 INFO STEP 1110 (remove_files) COMPLETE
81272025-09-02T23:53:53.656Z[ recovery-image] Sep 02 23:53:51.349 INFO O| Sep 02 23:53:51.349 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282025-09-02T23:53:53.672Z[ recovery-image] Sep 02 23:53:51.363 INFO O| Sep 02 23:53:51.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81292025-09-02T23:53:53.673Z[ recovery-image] Sep 02 23:53:51.363 INFO O| Sep 02 23:53:51.363 INFO STEP 1111 (remove_files) COMPLETE
81302025-09-02T23:53:53.673Z[ recovery-image] Sep 02 23:53:51.363 INFO O| Sep 02 23:53:51.363 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312025-09-02T23:53:53.673Z[ recovery-image] Sep 02 23:53:51.377 INFO O| Sep 02 23:53:51.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81322025-09-02T23:53:53.673Z[ recovery-image] Sep 02 23:53:51.377 INFO O| Sep 02 23:53:51.377 INFO STEP 1112 (remove_files) COMPLETE
81332025-09-02T23:53:53.673Z[ recovery-image] Sep 02 23:53:51.377 INFO O| Sep 02 23:53:51.377 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342025-09-02T23:53:53.686Z[ recovery-image] Sep 02 23:53:51.391 INFO O| Sep 02 23:53:51.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81352025-09-02T23:53:53.686Z[ recovery-image] Sep 02 23:53:51.392 INFO O| Sep 02 23:53:51.392 INFO STEP 1113 (remove_files) COMPLETE
81362025-09-02T23:53:53.686Z[ recovery-image] Sep 02 23:53:51.392 INFO O| Sep 02 23:53:51.392 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372025-09-02T23:53:53.703Z[ recovery-image] Sep 02 23:53:51.405 INFO O| Sep 02 23:53:51.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81382025-09-02T23:53:53.703Z[ recovery-image] Sep 02 23:53:51.405 INFO O| Sep 02 23:53:51.405 INFO STEP 1114 (remove_files) COMPLETE
81392025-09-02T23:53:53.703Z[ recovery-image] Sep 02 23:53:51.405 INFO O| Sep 02 23:53:51.405 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402025-09-02T23:53:53.712Z[ recovery-image] Sep 02 23:53:51.419 INFO O| Sep 02 23:53:51.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81412025-09-02T23:53:53.712Z[ recovery-image] Sep 02 23:53:51.419 INFO O| Sep 02 23:53:51.419 INFO STEP 1115 (remove_files) COMPLETE
81422025-09-02T23:53:53.712Z[ recovery-image] Sep 02 23:53:51.419 INFO O| Sep 02 23:53:51.419 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432025-09-02T23:53:53.723Z[ recovery-image] Sep 02 23:53:51.433 INFO O| Sep 02 23:53:51.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81442025-09-02T23:53:53.738Z[ recovery-image] Sep 02 23:53:51.433 INFO O| Sep 02 23:53:51.433 INFO STEP 1116 (remove_files) COMPLETE
81452025-09-02T23:53:53.738Z[ recovery-image] Sep 02 23:53:51.433 INFO O| Sep 02 23:53:51.433 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462025-09-02T23:53:53.750Z[ recovery-image] Sep 02 23:53:51.446 INFO O| Sep 02 23:53:51.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81472025-09-02T23:53:53.750Z[ recovery-image] Sep 02 23:53:51.446 INFO O| Sep 02 23:53:51.446 INFO STEP 1117 (remove_files) COMPLETE
81482025-09-02T23:53:53.750Z[ recovery-image] Sep 02 23:53:51.446 INFO O| Sep 02 23:53:51.446 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492025-09-02T23:53:53.750Z[ recovery-image] Sep 02 23:53:51.460 INFO O| Sep 02 23:53:51.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81502025-09-02T23:53:53.750Z[ recovery-image] Sep 02 23:53:51.460 INFO O| Sep 02 23:53:51.460 INFO STEP 1118 (remove_files) COMPLETE
81512025-09-02T23:53:53.750Z[ recovery-image] Sep 02 23:53:51.460 INFO O| Sep 02 23:53:51.460 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522025-09-02T23:53:53.762Z[ recovery-image] Sep 02 23:53:51.474 INFO O| Sep 02 23:53:51.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81532025-09-02T23:53:53.762Z[ recovery-image] Sep 02 23:53:51.475 INFO O| Sep 02 23:53:51.474 INFO STEP 1119 (remove_files) COMPLETE
81542025-09-02T23:53:53.783Z[ recovery-image] Sep 02 23:53:51.475 INFO O| Sep 02 23:53:51.475 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552025-09-02T23:53:53.797Z[ recovery-image] Sep 02 23:53:51.489 INFO O| Sep 02 23:53:51.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81562025-09-02T23:53:53.797Z[ recovery-image] Sep 02 23:53:51.490 INFO O| Sep 02 23:53:51.489 INFO STEP 1120 (remove_files) COMPLETE
81572025-09-02T23:53:53.797Z[ recovery-image] Sep 02 23:53:51.490 INFO O| Sep 02 23:53:51.490 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582025-09-02T23:53:53.811Z[ recovery-image] Sep 02 23:53:51.505 INFO O| Sep 02 23:53:51.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81592025-09-02T23:53:53.811Z[ recovery-image] Sep 02 23:53:51.505 INFO O| Sep 02 23:53:51.505 INFO STEP 1121 (remove_files) COMPLETE
81602025-09-02T23:53:53.811Z[ recovery-image] Sep 02 23:53:51.505 INFO O| Sep 02 23:53:51.505 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612025-09-02T23:53:53.811Z[ recovery-image] Sep 02 23:53:51.521 INFO O| Sep 02 23:53:51.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81622025-09-02T23:53:53.811Z[ recovery-image] Sep 02 23:53:51.521 INFO O| Sep 02 23:53:51.521 INFO STEP 1122 (remove_files) COMPLETE
81632025-09-02T23:53:53.811Z[ recovery-image] Sep 02 23:53:51.521 INFO O| Sep 02 23:53:51.521 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642025-09-02T23:53:53.840Z[ recovery-image] Sep 02 23:53:51.550 INFO O| Sep 02 23:53:51.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81652025-09-02T23:53:53.840Z[ recovery-image] Sep 02 23:53:51.550 INFO O| Sep 02 23:53:51.550 INFO STEP 1123 (remove_files) COMPLETE
81662025-09-02T23:53:53.860Z[ recovery-image] Sep 02 23:53:51.550 INFO O| Sep 02 23:53:51.550 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672025-09-02T23:53:53.867Z[ recovery-image] Sep 02 23:53:51.564 INFO O| Sep 02 23:53:51.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81682025-09-02T23:53:53.867Z[ recovery-image] Sep 02 23:53:51.564 INFO O| Sep 02 23:53:51.564 INFO STEP 1124 (remove_files) COMPLETE
81692025-09-02T23:53:53.868Z[ recovery-image] Sep 02 23:53:51.564 INFO O| Sep 02 23:53:51.564 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702025-09-02T23:53:53.868Z[ recovery-image] Sep 02 23:53:51.577 INFO O| Sep 02 23:53:51.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81712025-09-02T23:53:53.868Z[ recovery-image] Sep 02 23:53:51.577 INFO O| Sep 02 23:53:51.577 INFO STEP 1125 (remove_files) COMPLETE
81722025-09-02T23:53:53.868Z[ recovery-image] Sep 02 23:53:51.577 INFO O| Sep 02 23:53:51.577 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732025-09-02T23:53:53.886Z[ recovery-image] Sep 02 23:53:51.591 INFO O| Sep 02 23:53:51.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81742025-09-02T23:53:53.886Z[ recovery-image] Sep 02 23:53:51.591 INFO O| Sep 02 23:53:51.591 INFO STEP 1126 (remove_files) COMPLETE
81752025-09-02T23:53:53.886Z[ recovery-image] Sep 02 23:53:51.591 INFO O| Sep 02 23:53:51.591 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762025-09-02T23:53:53.896Z[ recovery-image] Sep 02 23:53:51.604 INFO O| Sep 02 23:53:51.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81772025-09-02T23:53:53.897Z[ recovery-image] Sep 02 23:53:51.604 INFO O| Sep 02 23:53:51.604 INFO STEP 1127 (remove_files) COMPLETE
81782025-09-02T23:53:53.897Z[ recovery-image] Sep 02 23:53:51.604 INFO O| Sep 02 23:53:51.604 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792025-09-02T23:53:53.907Z[ recovery-image] Sep 02 23:53:51.617 INFO O| Sep 02 23:53:51.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81802025-09-02T23:53:53.907Z[ recovery-image] Sep 02 23:53:51.617 INFO O| Sep 02 23:53:51.617 INFO STEP 1128 (remove_files) COMPLETE
81812025-09-02T23:53:53.907Z[ recovery-image] Sep 02 23:53:51.617 INFO O| Sep 02 23:53:51.617 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822025-09-02T23:53:53.922Z[ recovery-image] Sep 02 23:53:51.632 INFO O| Sep 02 23:53:51.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81832025-09-02T23:53:53.923Z[ recovery-image] Sep 02 23:53:51.632 INFO O| Sep 02 23:53:51.632 INFO STEP 1129 (remove_files) COMPLETE
81842025-09-02T23:53:53.923Z[ recovery-image] Sep 02 23:53:51.632 INFO O| Sep 02 23:53:51.632 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852025-09-02T23:53:53.939Z[ recovery-image] Sep 02 23:53:51.646 INFO O| Sep 02 23:53:51.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81862025-09-02T23:53:53.939Z[ recovery-image] Sep 02 23:53:51.646 INFO O| Sep 02 23:53:51.646 INFO STEP 1130 (remove_files) COMPLETE
81872025-09-02T23:53:53.939Z[ recovery-image] Sep 02 23:53:51.646 INFO O| Sep 02 23:53:51.646 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882025-09-02T23:53:53.949Z[ recovery-image] Sep 02 23:53:51.660 INFO O| Sep 02 23:53:51.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81892025-09-02T23:53:53.949Z[ recovery-image] Sep 02 23:53:51.660 INFO O| Sep 02 23:53:51.660 INFO STEP 1131 (remove_files) COMPLETE
81902025-09-02T23:53:53.949Z[ recovery-image] Sep 02 23:53:51.660 INFO O| Sep 02 23:53:51.660 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912025-09-02T23:53:53.961Z[ recovery-image] Sep 02 23:53:51.673 INFO O| Sep 02 23:53:51.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81922025-09-02T23:53:53.972Z[ recovery-image] Sep 02 23:53:51.674 INFO O| Sep 02 23:53:51.673 INFO STEP 1132 (remove_files) COMPLETE
81932025-09-02T23:53:53.972Z[ recovery-image] Sep 02 23:53:51.674 INFO O| Sep 02 23:53:51.674 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942025-09-02T23:53:53.989Z[ recovery-image] Sep 02 23:53:51.687 INFO O| Sep 02 23:53:51.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81952025-09-02T23:53:53.992Z[ recovery-image] Sep 02 23:53:51.687 INFO O| Sep 02 23:53:51.687 INFO STEP 1133 (remove_files) COMPLETE
81962025-09-02T23:53:53.992Z[ recovery-image] Sep 02 23:53:51.687 INFO O| Sep 02 23:53:51.687 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972025-09-02T23:53:54.002Z[ recovery-image] Sep 02 23:53:51.700 INFO O| Sep 02 23:53:51.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81982025-09-02T23:53:54.002Z[ recovery-image] Sep 02 23:53:51.700 INFO O| Sep 02 23:53:51.700 INFO STEP 1134 (remove_files) COMPLETE
81992025-09-02T23:53:54.002Z[ recovery-image] Sep 02 23:53:51.700 INFO O| Sep 02 23:53:51.700 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002025-09-02T23:53:54.002Z[ recovery-image] Sep 02 23:53:51.712 INFO O| Sep 02 23:53:51.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82012025-09-02T23:53:54.012Z[ recovery-image] Sep 02 23:53:51.713 INFO O| Sep 02 23:53:51.712 INFO STEP 1135 (remove_files) COMPLETE
82022025-09-02T23:53:54.012Z[ recovery-image] Sep 02 23:53:51.713 INFO O| Sep 02 23:53:51.713 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032025-09-02T23:53:54.023Z[ recovery-image] Sep 02 23:53:51.726 INFO O| Sep 02 23:53:51.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82042025-09-02T23:53:54.024Z[ recovery-image] Sep 02 23:53:51.726 INFO O| Sep 02 23:53:51.726 INFO STEP 1136 (remove_files) COMPLETE
82052025-09-02T23:53:54.024Z[ recovery-image] Sep 02 23:53:51.726 INFO O| Sep 02 23:53:51.726 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062025-09-02T23:53:54.043Z[ recovery-image] Sep 02 23:53:51.740 INFO O| Sep 02 23:53:51.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82072025-09-02T23:53:54.043Z[ recovery-image] Sep 02 23:53:51.740 INFO O| Sep 02 23:53:51.740 INFO STEP 1137 (remove_files) COMPLETE
82082025-09-02T23:53:54.043Z[ recovery-image] Sep 02 23:53:51.740 INFO O| Sep 02 23:53:51.740 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092025-09-02T23:53:54.060Z[ recovery-image] Sep 02 23:53:51.754 INFO O| Sep 02 23:53:51.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82102025-09-02T23:53:54.061Z[ recovery-image] Sep 02 23:53:51.754 INFO O| Sep 02 23:53:51.754 INFO STEP 1138 (remove_files) COMPLETE
82112025-09-02T23:53:54.061Z[ recovery-image] Sep 02 23:53:51.754 INFO O| Sep 02 23:53:51.754 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122025-09-02T23:53:54.078Z[ recovery-image] Sep 02 23:53:51.767 INFO O| Sep 02 23:53:51.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82132025-09-02T23:53:54.079Z[ recovery-image] Sep 02 23:53:51.767 INFO O| Sep 02 23:53:51.767 INFO STEP 1139 (remove_files) COMPLETE
82142025-09-02T23:53:54.079Z[ recovery-image] Sep 02 23:53:51.767 INFO O| Sep 02 23:53:51.767 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152025-09-02T23:53:54.079Z[ recovery-image] Sep 02 23:53:51.780 INFO O| Sep 02 23:53:51.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82162025-09-02T23:53:54.079Z[ recovery-image] Sep 02 23:53:51.780 INFO O| Sep 02 23:53:51.780 INFO STEP 1140 (remove_files) COMPLETE
82172025-09-02T23:53:54.079Z[ recovery-image] Sep 02 23:53:51.780 INFO O| Sep 02 23:53:51.780 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182025-09-02T23:53:54.096Z[ recovery-image] Sep 02 23:53:51.795 INFO O| Sep 02 23:53:51.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82192025-09-02T23:53:54.097Z[ recovery-image] Sep 02 23:53:51.795 INFO O| Sep 02 23:53:51.795 INFO STEP 1141 (remove_files) COMPLETE
82202025-09-02T23:53:54.097Z[ recovery-image] Sep 02 23:53:51.795 INFO O| Sep 02 23:53:51.795 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212025-09-02T23:53:54.112Z[ recovery-image] Sep 02 23:53:51.808 INFO O| Sep 02 23:53:51.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82222025-09-02T23:53:54.112Z[ recovery-image] Sep 02 23:53:51.808 INFO O| Sep 02 23:53:51.808 INFO STEP 1142 (remove_files) COMPLETE
82232025-09-02T23:53:54.117Z[ recovery-image] Sep 02 23:53:51.808 INFO O| Sep 02 23:53:51.808 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242025-09-02T23:53:54.137Z[ recovery-image] Sep 02 23:53:51.822 INFO O| Sep 02 23:53:51.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82252025-09-02T23:53:54.137Z[ recovery-image] Sep 02 23:53:51.822 INFO O| Sep 02 23:53:51.822 INFO STEP 1143 (remove_files) COMPLETE
82262025-09-02T23:53:54.137Z[ recovery-image] Sep 02 23:53:51.822 INFO O| Sep 02 23:53:51.822 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272025-09-02T23:53:54.137Z[ recovery-image] Sep 02 23:53:51.836 INFO O| Sep 02 23:53:51.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82282025-09-02T23:53:54.137Z[ recovery-image] Sep 02 23:53:51.836 INFO O| Sep 02 23:53:51.836 INFO STEP 1144 (remove_files) COMPLETE
82292025-09-02T23:53:54.137Z[ recovery-image] Sep 02 23:53:51.836 INFO O| Sep 02 23:53:51.836 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302025-09-02T23:53:54.154Z[ recovery-image] Sep 02 23:53:51.849 INFO O| Sep 02 23:53:51.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82312025-09-02T23:53:54.154Z[ recovery-image] Sep 02 23:53:51.850 INFO O| Sep 02 23:53:51.850 INFO STEP 1145 (remove_files) COMPLETE
82322025-09-02T23:53:54.154Z[ recovery-image] Sep 02 23:53:51.850 INFO O| Sep 02 23:53:51.850 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332025-09-02T23:53:54.511Z[ recovery-image] Sep 02 23:53:51.863 INFO O| Sep 02 23:53:51.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82342025-09-02T23:53:54.511Z[ recovery-image] Sep 02 23:53:51.863 INFO O| Sep 02 23:53:51.863 INFO STEP 1146 (remove_files) COMPLETE
82352025-09-02T23:53:54.511Z[ recovery-image] Sep 02 23:53:51.863 INFO O| Sep 02 23:53:51.863 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362025-09-02T23:53:54.511Z[ recovery-image] Sep 02 23:53:51.877 INFO O| Sep 02 23:53:51.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82372025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.877 INFO O| Sep 02 23:53:51.877 INFO STEP 1147 (remove_files) COMPLETE
82382025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.877 INFO O| Sep 02 23:53:51.877 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.891 INFO O| Sep 02 23:53:51.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82402025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.891 INFO O| Sep 02 23:53:51.891 INFO STEP 1148 (remove_files) COMPLETE
82412025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.891 INFO O| Sep 02 23:53:51.891 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.905 INFO O| Sep 02 23:53:51.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82432025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.905 INFO O| Sep 02 23:53:51.905 INFO STEP 1149 (remove_files) COMPLETE
82442025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.905 INFO O| Sep 02 23:53:51.905 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.919 INFO O| Sep 02 23:53:51.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82462025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.919 INFO O| Sep 02 23:53:51.919 INFO STEP 1150 (remove_files) COMPLETE
82472025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.919 INFO O| Sep 02 23:53:51.919 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.933 INFO O| Sep 02 23:53:51.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82492025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.933 INFO O| Sep 02 23:53:51.933 INFO STEP 1151 (remove_files) COMPLETE
82502025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.933 INFO O| Sep 02 23:53:51.933 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.947 INFO O| Sep 02 23:53:51.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82522025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.947 INFO O| Sep 02 23:53:51.947 INFO STEP 1152 (remove_files) COMPLETE
82532025-09-02T23:53:54.521Z[ recovery-image] Sep 02 23:53:51.947 INFO O| Sep 02 23:53:51.947 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.961 INFO O| Sep 02 23:53:51.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82552025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.961 INFO O| Sep 02 23:53:51.961 INFO STEP 1153 (remove_files) COMPLETE
82562025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.961 INFO O| Sep 02 23:53:51.961 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.975 INFO O| Sep 02 23:53:51.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82582025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.975 INFO O| Sep 02 23:53:51.975 INFO STEP 1154 (remove_files) COMPLETE
82592025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.975 INFO O| Sep 02 23:53:51.975 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.989 INFO O| Sep 02 23:53:51.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82612025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.989 INFO O| Sep 02 23:53:51.989 INFO STEP 1155 (remove_files) COMPLETE
82622025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:51.989 INFO O| Sep 02 23:53:51.989 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82632025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.004 INFO O| Sep 02 23:53:52.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82642025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.004 INFO O| Sep 02 23:53:52.004 INFO STEP 1156 (remove_files) COMPLETE
82652025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.004 INFO O| Sep 02 23:53:52.004 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82662025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.018 INFO O| Sep 02 23:53:52.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82672025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.018 INFO O| Sep 02 23:53:52.018 INFO STEP 1157 (remove_files) COMPLETE
82682025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.018 INFO O| Sep 02 23:53:52.018 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82692025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.032 INFO O| Sep 02 23:53:52.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82702025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.032 INFO O| Sep 02 23:53:52.032 INFO STEP 1158 (remove_files) COMPLETE
82712025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.032 INFO O| Sep 02 23:53:52.032 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82722025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.046 INFO O| Sep 02 23:53:52.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82732025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.046 INFO O| Sep 02 23:53:52.046 INFO STEP 1159 (remove_files) COMPLETE
82742025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.046 INFO O| Sep 02 23:53:52.046 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82752025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.061 INFO O| Sep 02 23:53:52.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82762025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.061 INFO O| Sep 02 23:53:52.061 INFO STEP 1160 (remove_files) COMPLETE
82772025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.061 INFO O| Sep 02 23:53:52.061 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82782025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.075 INFO O| Sep 02 23:53:52.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82792025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.076 INFO O| Sep 02 23:53:52.076 INFO STEP 1161 (remove_files) COMPLETE
82802025-09-02T23:53:54.522Z[ recovery-image] Sep 02 23:53:52.076 INFO O| Sep 02 23:53:52.076 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82812025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.090 INFO O| Sep 02 23:53:52.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82822025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.090 INFO O| Sep 02 23:53:52.090 INFO STEP 1162 (remove_files) COMPLETE
82832025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.090 INFO O| Sep 02 23:53:52.090 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82842025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.104 INFO O| Sep 02 23:53:52.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82852025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.104 INFO O| Sep 02 23:53:52.104 INFO STEP 1163 (remove_files) COMPLETE
82862025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.104 INFO O| Sep 02 23:53:52.104 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82872025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.125 INFO O| Sep 02 23:53:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82882025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.125 INFO O| Sep 02 23:53:52.125 INFO STEP 1164 (remove_files) COMPLETE
82892025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.125 INFO O| Sep 02 23:53:52.125 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82902025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.142 INFO O| Sep 02 23:53:52.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82912025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.142 INFO O| Sep 02 23:53:52.142 INFO STEP 1165 (remove_files) COMPLETE
82922025-09-02T23:53:54.523Z[ recovery-image] Sep 02 23:53:52.142 INFO O| Sep 02 23:53:52.142 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82932025-09-02T23:53:54.564Z[ recovery-image] Sep 02 23:53:52.162 INFO O| Sep 02 23:53:52.162 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82942025-09-02T23:53:54.564Z[ recovery-image] Sep 02 23:53:52.162 INFO O| Sep 02 23:53:52.162 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82952025-09-02T23:53:56.330Z[ recovery-image] Sep 02 23:53:54.039 INFO O| Sep 02 23:53:54.039 INFO STEP 1166 (pack_tar) COMPLETE
82962025-09-02T23:53:56.330Z[ recovery-image] Sep 02 23:53:54.039 INFO O| Sep 02 23:53:54.039 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82972025-09-02T23:53:56.346Z[ recovery-image] Sep 02 23:53:54.039 INFO O| Sep 02 23:53:54.039 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82982025-09-02T23:53:56.637Z[ recovery-image] Sep 02 23:53:54.349 INFO O| Sep 02 23:53:54.349 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82992025-09-02T23:53:56.775Z[ recovery-image] Sep 02 23:53:54.475 INFO O| Sep 02 23:53:54.475 INFO completed processing sled/ramdisk-03-recovery-trim
83002025-09-02T23:53:56.783Z[ recovery-image] Sep 02 23:53:54.480 INFO image builder template: zfs-recovery...
83012025-09-02T23:53:56.783Z[ recovery-image] Sep 02 23:53:54.481 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/.tmpvoUPBR/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None
83022025-09-02T23:53:56.813Z[ recovery-image] Sep 02 23:53:54.524 INFO O| Sep 02 23:53:54.524 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83032025-09-02T23:53:56.825Z[ recovery-image] Sep 02 23:53:54.530 INFO O| Sep 02 23:53:54.529 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83042025-09-02T23:53:56.936Z[ recovery-image] Sep 02 23:53:54.642 INFO O| Sep 02 23:53:54.642 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83052025-09-02T23:53:57.012Z[ recovery-image] Sep 02 23:53:54.723 INFO O| Sep 02 23:53:54.723 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83062025-09-02T23:53:57.012Z[ recovery-image] Sep 02 23:53:54.723 INFO O| Sep 02 23:53:54.723 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83072025-09-02T23:53:57.018Z[ recovery-image] Sep 02 23:53:54.729 INFO O| Sep 02 23:53:54.729 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83082025-09-02T23:53:57.115Z[ recovery-image] Sep 02 23:53:54.827 INFO O| Sep 02 23:53:54.827 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83092025-09-02T23:53:57.192Z[ recovery-image] Sep 02 23:53:54.903 INFO O| Sep 02 23:53:54.903 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83102025-09-02T23:53:57.207Z[ recovery-image] Sep 02 23:53:54.919 INFO O| Sep 02 23:53:54.919 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83112025-09-02T23:53:57.218Z[ recovery-image] Sep 02 23:53:54.924 INFO O| Sep 02 23:53:54.924 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83122025-09-02T23:53:57.238Z[ recovery-image] Sep 02 23:53:54.937 INFO O| Sep 02 23:53:54.937 INFO no lofi found
83132025-09-02T23:53:57.238Z[ recovery-image] Sep 02 23:53:54.937 INFO O| Sep 02 23:53:54.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83142025-09-02T23:53:57.238Z[ recovery-image] Sep 02 23:53:54.937 INFO O| Sep 02 23:53:54.937 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83152025-09-02T23:54:02.714Z[ recovery-image] Sep 02 23:53:57.004 INFO O| Sep 02 23:53:57.004 INFO lofi device = /dev/dsk/c2t1d0p0
83162025-09-02T23:54:02.717Z[ recovery-image] Sep 02 23:53:57.004 INFO O| Sep 02 23:53:57.004 INFO pool device = /dev/dsk/c2t1d0p0
83172025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.004 INFO O| Sep 02 23:53:57.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"]
83182025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.329 INFO O| Sep 02 23:53:57.328 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83192025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.329 INFO O| Sep 02 23:53:57.328 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83202025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.359 INFO O| Sep 02 23:53:57.359 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83212025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.820 INFO O| Sep 02 23:53:57.820 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83222025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.887 INFO O| Sep 02 23:53:57.886 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83232025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.912 INFO O| Sep 02 23:53:57.912 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83242025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:57.933 INFO O| Sep 02 23:53:57.933 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83252025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.002 INFO O| Sep 02 23:53:58.001 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83262025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.002 INFO O| Sep 02 23:53:58.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83272025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.002 INFO O| Sep 02 23:53:58.002 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83282025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.019 INFO O| Sep 02 23:53:58.019 INFO boot environment UUID: c73502a5-a9e1-4603-b7a8-8514c7ed0b02
83292025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.019 INFO O| Sep 02 23:53:58.019 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c73502a5-a9e1-4603-b7a8-8514c7ed0b02
83302025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.039 INFO O| Sep 02 23:53:58.039 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83312025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.060 INFO O| Sep 02 23:53:58.060 INFO STEP 0 (create_be) COMPLETE
83322025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.060 INFO O| Sep 02 23:53:58.060 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83332025-09-02T23:54:02.951Z[ recovery-image] Sep 02 23:53:58.082 INFO O| Sep 02 23:53:58.082 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"]
83342025-09-02T23:54:07.147Z[ recovery-image] Sep 02 23:54:04.858 INFO O| Sep 02 23:54:04.857 INFO STEP 1 (unpack_tar) COMPLETE
83352025-09-02T23:54:07.147Z[ recovery-image] Sep 02 23:54:04.858 INFO O| Sep 02 23:54:04.858 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83362025-09-02T23:54:07.163Z[ recovery-image] Sep 02 23:54:04.873 INFO O| Sep 02 23:54:04.873 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83372025-09-02T23:54:08.255Z[ recovery-image] Sep 02 23:54:05.965 INFO O| Sep 02 23:54:05.965 INFO STEP 2 (devfsadm) COMPLETE
83382025-09-02T23:54:08.255Z[ recovery-image] Sep 02 23:54:05.965 INFO O| Sep 02 23:54:05.965 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83392025-09-02T23:54:08.270Z[ recovery-image] Sep 02 23:54:05.980 INFO O| Sep 02 23:54:05.980 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83402025-09-02T23:54:08.270Z[ recovery-image] Sep 02 23:54:05.980 INFO O| Sep 02 23:54:05.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83412025-09-02T23:54:08.274Z[ recovery-image] Sep 02 23:54:05.980 INFO O| Sep 02 23:54:05.980 INFO STEP 3 (ensure_dir) COMPLETE
83422025-09-02T23:54:08.274Z[ recovery-image] Sep 02 23:54:05.980 INFO O| Sep 02 23:54:05.980 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83432025-09-02T23:54:08.285Z[ recovery-image] Sep 02 23:54:05.995 INFO O| Sep 02 23:54:05.995 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83442025-09-02T23:54:08.285Z[ recovery-image] Sep 02 23:54:05.995 INFO O| Sep 02 23:54:05.995 INFO STEP 4 (ensure_dir) COMPLETE
83452025-09-02T23:54:08.288Z[ recovery-image] Sep 02 23:54:05.995 INFO O| Sep 02 23:54:05.995 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83462025-09-02T23:54:08.299Z[ recovery-image] Sep 02 23:54:06.009 INFO O| Sep 02 23:54:06.009 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83472025-09-02T23:54:08.303Z[ recovery-image] Sep 02 23:54:06.009 INFO O| Sep 02 23:54:06.009 INFO STEP 5 (ensure_dir) COMPLETE
83482025-09-02T23:54:08.303Z[ recovery-image] Sep 02 23:54:06.009 INFO O| Sep 02 23:54:06.009 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83492025-09-02T23:54:08.313Z[ recovery-image] Sep 02 23:54:06.023 INFO O| Sep 02 23:54:06.023 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83502025-09-02T23:54:08.313Z[ recovery-image] Sep 02 23:54:06.023 INFO O| Sep 02 23:54:06.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83512025-09-02T23:54:08.316Z[ recovery-image] Sep 02 23:54:06.023 INFO O| Sep 02 23:54:06.023 INFO STEP 6 (ensure_dir) COMPLETE
83522025-09-02T23:54:08.316Z[ recovery-image] Sep 02 23:54:06.023 INFO O| Sep 02 23:54:06.023 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83532025-09-02T23:54:08.328Z[ recovery-image] Sep 02 23:54:06.038 INFO O| Sep 02 23:54:06.038 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83542025-09-02T23:54:08.328Z[ recovery-image] Sep 02 23:54:06.038 INFO O| Sep 02 23:54:06.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83552025-09-02T23:54:08.329Z[ recovery-image] Sep 02 23:54:06.038 INFO O| Sep 02 23:54:06.038 INFO STEP 7 (ensure_dir) COMPLETE
83562025-09-02T23:54:08.329Z[ recovery-image] Sep 02 23:54:06.038 INFO O| Sep 02 23:54:06.038 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83572025-09-02T23:54:08.342Z[ recovery-image] Sep 02 23:54:06.052 INFO O| Sep 02 23:54:06.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83582025-09-02T23:54:08.346Z[ recovery-image] Sep 02 23:54:06.052 INFO O| Sep 02 23:54:06.052 INFO STEP 8 (remove_files) COMPLETE
83592025-09-02T23:54:08.346Z[ recovery-image] Sep 02 23:54:06.052 INFO O| Sep 02 23:54:06.052 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83602025-09-02T23:54:08.356Z[ recovery-image] Sep 02 23:54:06.066 INFO O| Sep 02 23:54:06.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83612025-09-02T23:54:08.361Z[ recovery-image] Sep 02 23:54:06.067 INFO O| Sep 02 23:54:06.067 INFO STEP 9 (remove_files) COMPLETE
83622025-09-02T23:54:08.361Z[ recovery-image] Sep 02 23:54:06.067 INFO O| Sep 02 23:54:06.067 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83632025-09-02T23:54:08.371Z[ recovery-image] Sep 02 23:54:06.081 INFO O| Sep 02 23:54:06.081 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83642025-09-02T23:54:08.374Z[ recovery-image] Sep 02 23:54:06.082 INFO O| Sep 02 23:54:06.082 INFO STEP 10 (remove_files) COMPLETE
83652025-09-02T23:54:08.374Z[ recovery-image] Sep 02 23:54:06.082 INFO O| Sep 02 23:54:06.082 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83662025-09-02T23:54:08.386Z[ recovery-image] Sep 02 23:54:06.096 INFO O| Sep 02 23:54:06.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83672025-09-02T23:54:08.386Z[ recovery-image] Sep 02 23:54:06.096 INFO O| Sep 02 23:54:06.096 INFO STEP 11 (remove_files) COMPLETE
83682025-09-02T23:54:08.386Z[ recovery-image] Sep 02 23:54:06.096 INFO O| Sep 02 23:54:06.096 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83692025-09-02T23:54:08.400Z[ recovery-image] Sep 02 23:54:06.110 INFO O| Sep 02 23:54:06.110 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83702025-09-02T23:54:08.400Z[ recovery-image] Sep 02 23:54:06.110 INFO O| Sep 02 23:54:06.110 INFO STEP 12 (remove_files) COMPLETE
83712025-09-02T23:54:08.404Z[ recovery-image] Sep 02 23:54:06.110 INFO O| Sep 02 23:54:06.110 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83722025-09-02T23:54:08.416Z[ recovery-image] Sep 02 23:54:06.126 INFO O| Sep 02 23:54:06.125 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83732025-09-02T23:54:08.416Z[ recovery-image] Sep 02 23:54:06.126 INFO O| Sep 02 23:54:06.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83742025-09-02T23:54:08.416Z[ recovery-image] Sep 02 23:54:06.126 INFO O| Sep 02 23:54:06.126 INFO STEP 13 (ensure_dir) COMPLETE
83752025-09-02T23:54:08.416Z[ recovery-image] Sep 02 23:54:06.126 INFO O| Sep 02 23:54:06.126 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83762025-09-02T23:54:08.429Z[ recovery-image] Sep 02 23:54:06.139 INFO O| Sep 02 23:54:06.139 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83772025-09-02T23:54:08.430Z[ recovery-image] Sep 02 23:54:06.140 INFO O| Sep 02 23:54:06.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83782025-09-02T23:54:08.430Z[ recovery-image] Sep 02 23:54:06.140 INFO O| Sep 02 23:54:06.140 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83792025-09-02T23:54:08.433Z[ recovery-image] Sep 02 23:54:06.140 INFO O| Sep 02 23:54:06.140 INFO STEP 14 (ensure_dir) COMPLETE
83802025-09-02T23:54:08.433Z[ recovery-image] Sep 02 23:54:06.140 INFO O| Sep 02 23:54:06.140 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812025-09-02T23:54:08.445Z[ recovery-image] Sep 02 23:54:06.155 INFO O| Sep 02 23:54:06.155 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83822025-09-02T23:54:08.449Z[ recovery-image] Sep 02 23:54:06.155 INFO O| Sep 02 23:54:06.155 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83832025-09-02T23:54:08.449Z[ recovery-image] Sep 02 23:54:06.155 INFO O| Sep 02 23:54:06.155 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83842025-09-02T23:54:08.449Z[ recovery-image] Sep 02 23:54:06.155 INFO O| Sep 02 23:54:06.155 INFO STEP 15 (ensure_dir) COMPLETE
83852025-09-02T23:54:08.449Z[ recovery-image] Sep 02 23:54:06.155 INFO O| Sep 02 23:54:06.155 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83862025-09-02T23:54:08.460Z[ recovery-image] Sep 02 23:54:06.170 INFO O| Sep 02 23:54:06.169 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83872025-09-02T23:54:08.460Z[ recovery-image] Sep 02 23:54:06.170 INFO O| Sep 02 23:54:06.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83882025-09-02T23:54:08.463Z[ recovery-image] Sep 02 23:54:06.170 INFO O| Sep 02 23:54:06.170 INFO STEP 16 (ensure_dir) COMPLETE
83892025-09-02T23:54:08.463Z[ recovery-image] Sep 02 23:54:06.170 INFO O| Sep 02 23:54:06.170 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83902025-09-02T23:54:08.476Z[ recovery-image] Sep 02 23:54:06.186 INFO O| Sep 02 23:54:06.186 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83912025-09-02T23:54:08.477Z[ recovery-image] Sep 02 23:54:06.186 INFO O| Sep 02 23:54:06.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83922025-09-02T23:54:08.477Z[ recovery-image] Sep 02 23:54:06.186 INFO O| Sep 02 23:54:06.186 INFO STEP 17 (ensure_dir) COMPLETE
83932025-09-02T23:54:08.477Z[ recovery-image] Sep 02 23:54:06.186 INFO O| Sep 02 23:54:06.186 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942025-09-02T23:54:08.491Z[ recovery-image] Sep 02 23:54:06.201 INFO O| Sep 02 23:54:06.201 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83952025-09-02T23:54:08.491Z[ recovery-image] Sep 02 23:54:06.201 INFO O| Sep 02 23:54:06.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83962025-09-02T23:54:08.491Z[ recovery-image] Sep 02 23:54:06.201 INFO O| Sep 02 23:54:06.201 INFO ok!
83972025-09-02T23:54:08.491Z[ recovery-image] Sep 02 23:54:06.201 INFO O| Sep 02 23:54:06.201 INFO STEP 18 (ensure_symlink) COMPLETE
83982025-09-02T23:54:08.495Z[ recovery-image] Sep 02 23:54:06.201 INFO O| Sep 02 23:54:06.201 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83992025-09-02T23:54:08.506Z[ recovery-image] Sep 02 23:54:06.216 INFO O| Sep 02 23:54:06.216 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84002025-09-02T23:54:08.506Z[ recovery-image] Sep 02 23:54:06.216 INFO O| Sep 02 23:54:06.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84012025-09-02T23:54:08.506Z[ recovery-image] Sep 02 23:54:06.216 INFO O| Sep 02 23:54:06.216 INFO ok!
84022025-09-02T23:54:08.506Z[ recovery-image] Sep 02 23:54:06.216 INFO O| Sep 02 23:54:06.216 INFO STEP 19 (ensure_file) COMPLETE
84032025-09-02T23:54:08.510Z[ recovery-image] Sep 02 23:54:06.216 INFO O| Sep 02 23:54:06.216 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84042025-09-02T23:54:08.521Z[ recovery-image] Sep 02 23:54:06.231 INFO O| Sep 02 23:54:06.231 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84052025-09-02T23:54:08.521Z[ recovery-image] Sep 02 23:54:06.231 INFO O| Sep 02 23:54:06.231 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84062025-09-02T23:54:08.521Z[ recovery-image] Sep 02 23:54:06.231 INFO O| Sep 02 23:54:06.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84072025-09-02T23:54:08.525Z[ recovery-image] Sep 02 23:54:06.231 INFO O| Sep 02 23:54:06.231 INFO ok!
84082025-09-02T23:54:08.525Z[ recovery-image] Sep 02 23:54:06.231 INFO O| Sep 02 23:54:06.231 INFO STEP 20 (ensure_symlink) COMPLETE
84092025-09-02T23:54:08.525Z[ recovery-image] Sep 02 23:54:06.231 INFO O| Sep 02 23:54:06.231 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84102025-09-02T23:54:08.535Z[ recovery-image] Sep 02 23:54:06.244 INFO O| Sep 02 23:54:06.244 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84112025-09-02T23:54:08.535Z[ recovery-image] Sep 02 23:54:06.244 INFO O| Sep 02 23:54:06.244 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84122025-09-02T23:54:08.538Z[ recovery-image] Sep 02 23:54:06.245 INFO O| Sep 02 23:54:06.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84132025-09-02T23:54:08.538Z[ recovery-image] Sep 02 23:54:06.245 INFO O| Sep 02 23:54:06.244 INFO ok!
84142025-09-02T23:54:08.538Z[ recovery-image] Sep 02 23:54:06.245 INFO O| Sep 02 23:54:06.244 INFO STEP 21 (ensure_symlink) COMPLETE
84152025-09-02T23:54:08.538Z[ recovery-image] Sep 02 23:54:06.245 INFO O| Sep 02 23:54:06.244 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84162025-09-02T23:54:08.548Z[ recovery-image] Sep 02 23:54:06.258 INFO O| Sep 02 23:54:06.258 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84172025-09-02T23:54:08.548Z[ recovery-image] Sep 02 23:54:06.258 INFO O| Sep 02 23:54:06.258 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84182025-09-02T23:54:08.552Z[ recovery-image] Sep 02 23:54:06.258 INFO O| Sep 02 23:54:06.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84192025-09-02T23:54:08.552Z[ recovery-image] Sep 02 23:54:06.258 INFO O| Sep 02 23:54:06.258 INFO ok!
84202025-09-02T23:54:08.552Z[ recovery-image] Sep 02 23:54:06.258 INFO O| Sep 02 23:54:06.258 INFO STEP 22 (ensure_symlink) COMPLETE
84212025-09-02T23:54:08.552Z[ recovery-image] Sep 02 23:54:06.258 INFO O| Sep 02 23:54:06.258 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84222025-09-02T23:54:08.561Z[ recovery-image] Sep 02 23:54:06.271 INFO O| Sep 02 23:54:06.271 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84232025-09-02T23:54:08.562Z[ recovery-image] Sep 02 23:54:06.271 INFO O| Sep 02 23:54:06.271 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84242025-09-02T23:54:08.565Z[ recovery-image] Sep 02 23:54:06.271 INFO O| Sep 02 23:54:06.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84252025-09-02T23:54:08.565Z[ recovery-image] Sep 02 23:54:06.271 INFO O| Sep 02 23:54:06.271 INFO ok!
84262025-09-02T23:54:08.565Z[ recovery-image] Sep 02 23:54:06.271 INFO O| Sep 02 23:54:06.271 INFO STEP 23 (ensure_symlink) COMPLETE
84272025-09-02T23:54:08.565Z[ recovery-image] Sep 02 23:54:06.271 INFO O| Sep 02 23:54:06.271 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84282025-09-02T23:54:08.574Z[ recovery-image] Sep 02 23:54:06.284 INFO O| Sep 02 23:54:06.284 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84292025-09-02T23:54:08.574Z[ recovery-image] Sep 02 23:54:06.284 INFO O| Sep 02 23:54:06.284 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 ...
84302025-09-02T23:54:08.578Z[ recovery-image] Sep 02 23:54:06.285 INFO O| Sep 02 23:54:06.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84312025-09-02T23:54:08.578Z[ recovery-image] Sep 02 23:54:06.285 INFO O| Sep 02 23:54:06.285 INFO ok!
84322025-09-02T23:54:08.578Z[ recovery-image] Sep 02 23:54:06.285 INFO O| Sep 02 23:54:06.285 INFO STEP 24 (ensure_file) COMPLETE
84332025-09-02T23:54:08.578Z[ recovery-image] Sep 02 23:54:06.285 INFO O| Sep 02 23:54:06.285 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84342025-09-02T23:54:08.589Z[ recovery-image] Sep 02 23:54:06.298 INFO O| Sep 02 23:54:06.298 INFO updating shadow file
84352025-09-02T23:54:08.592Z[ recovery-image] Sep 02 23:54:06.299 INFO O| Sep 02 23:54:06.299 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84362025-09-02T23:54:08.593Z[ recovery-image] Sep 02 23:54:06.299 INFO O| Sep 02 23:54:06.299 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84372025-09-02T23:54:08.593Z[ recovery-image] Sep 02 23:54:06.299 INFO O| Sep 02 23:54:06.299 INFO STEP 25 (shadow) COMPLETE
84382025-09-02T23:54:08.593Z[ recovery-image] Sep 02 23:54:06.299 INFO O| Sep 02 23:54:06.299 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84392025-09-02T23:54:08.603Z[ recovery-image] Sep 02 23:54:06.313 INFO O| Sep 02 23:54:06.313 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84402025-09-02T23:54:08.603Z[ recovery-image] Sep 02 23:54:06.313 INFO O| Sep 02 23:54:06.313 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84412025-09-02T23:54:08.607Z[ recovery-image] Sep 02 23:54:06.313 INFO O| Sep 02 23:54:06.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84422025-09-02T23:54:08.607Z[ recovery-image] Sep 02 23:54:06.313 INFO O| Sep 02 23:54:06.313 INFO ok!
84432025-09-02T23:54:08.607Z[ recovery-image] Sep 02 23:54:06.313 INFO O| Sep 02 23:54:06.313 INFO STEP 26 (ensure_file) COMPLETE
84442025-09-02T23:54:08.607Z[ recovery-image] Sep 02 23:54:06.313 INFO O| Sep 02 23:54:06.313 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84452025-09-02T23:54:08.617Z[ recovery-image] Sep 02 23:54:06.327 INFO O| Sep 02 23:54:06.327 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84462025-09-02T23:54:08.617Z[ recovery-image] Sep 02 23:54:06.327 INFO O| Sep 02 23:54:06.327 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84472025-09-02T23:54:08.617Z[ recovery-image] Sep 02 23:54:06.327 INFO O| Sep 02 23:54:06.327 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84482025-09-02T23:54:08.617Z[ recovery-image] Sep 02 23:54:06.327 INFO O| Sep 02 23:54:06.327 INFO ok!
84492025-09-02T23:54:08.621Z[ recovery-image] Sep 02 23:54:06.327 INFO O| Sep 02 23:54:06.327 INFO STEP 27 (ensure_file) COMPLETE
84502025-09-02T23:54:08.621Z[ recovery-image] Sep 02 23:54:06.327 INFO O| Sep 02 23:54:06.327 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84512025-09-02T23:54:08.631Z[ recovery-image] Sep 02 23:54:06.341 INFO O| Sep 02 23:54:06.341 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84522025-09-02T23:54:08.631Z[ recovery-image] Sep 02 23:54:06.341 INFO O| Sep 02 23:54:06.341 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84532025-09-02T23:54:08.635Z[ recovery-image] Sep 02 23:54:06.341 INFO O| Sep 02 23:54:06.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84542025-09-02T23:54:08.635Z[ recovery-image] Sep 02 23:54:06.341 INFO O| Sep 02 23:54:06.341 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84552025-09-02T23:54:08.638Z[ recovery-image] Sep 02 23:54:06.341 INFO O| Sep 02 23:54:06.341 INFO ok!
84562025-09-02T23:54:08.639Z[ recovery-image] Sep 02 23:54:06.341 INFO O| Sep 02 23:54:06.341 INFO STEP 28 (ensure_file) COMPLETE
84572025-09-02T23:54:08.639Z[ recovery-image] Sep 02 23:54:06.341 INFO O| Sep 02 23:54:06.341 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84582025-09-02T23:54:08.644Z[ recovery-image] Sep 02 23:54:06.354 INFO O| Sep 02 23:54:06.354 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84592025-09-02T23:54:08.644Z[ recovery-image] Sep 02 23:54:06.354 INFO O| Sep 02 23:54:06.354 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84602025-09-02T23:54:08.644Z[ recovery-image] Sep 02 23:54:06.354 INFO O| Sep 02 23:54:06.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84612025-09-02T23:54:08.648Z[ recovery-image] Sep 02 23:54:06.354 INFO O| Sep 02 23:54:06.354 INFO ok!
84622025-09-02T23:54:08.648Z[ recovery-image] Sep 02 23:54:06.354 INFO O| Sep 02 23:54:06.354 INFO STEP 29 (ensure_file) COMPLETE
84632025-09-02T23:54:08.648Z[ recovery-image] Sep 02 23:54:06.354 INFO O| Sep 02 23:54:06.354 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84642025-09-02T23:54:08.658Z[ recovery-image] Sep 02 23:54:06.368 INFO O| Sep 02 23:54:06.368 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84652025-09-02T23:54:08.658Z[ recovery-image] Sep 02 23:54:06.368 INFO O| Sep 02 23:54:06.368 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84662025-09-02T23:54:08.662Z[ recovery-image] Sep 02 23:54:06.368 INFO O| Sep 02 23:54:06.368 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84672025-09-02T23:54:08.662Z[ recovery-image] Sep 02 23:54:06.368 INFO O| Sep 02 23:54:06.368 INFO STEP 30 (ensure_dir) COMPLETE
84682025-09-02T23:54:08.662Z[ recovery-image] Sep 02 23:54:06.368 INFO O| Sep 02 23:54:06.368 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84692025-09-02T23:54:08.671Z[ recovery-image] Sep 02 23:54:06.381 INFO O| Sep 02 23:54:06.381 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84702025-09-02T23:54:08.672Z[ recovery-image] Sep 02 23:54:06.381 INFO O| Sep 02 23:54:06.381 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 ...
84712025-09-02T23:54:08.672Z[ recovery-image] Sep 02 23:54:06.382 INFO O| Sep 02 23:54:06.382 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
84722025-09-02T23:54:08.672Z[ recovery-image] Sep 02 23:54:06.382 INFO O| Sep 02 23:54:06.382 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84732025-09-02T23:54:08.675Z[ recovery-image] Sep 02 23:54:06.382 INFO O| Sep 02 23:54:06.382 INFO ok!
84742025-09-02T23:54:08.675Z[ recovery-image] Sep 02 23:54:06.382 INFO O| Sep 02 23:54:06.382 INFO STEP 31 (ensure_file) COMPLETE
84752025-09-02T23:54:08.675Z[ recovery-image] Sep 02 23:54:06.382 INFO O| Sep 02 23:54:06.382 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84762025-09-02T23:54:08.687Z[ recovery-image] Sep 02 23:54:06.394 INFO O| Sep 02 23:54:06.394 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84772025-09-02T23:54:08.687Z[ recovery-image] Sep 02 23:54:06.395 INFO O| Sep 02 23:54:06.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84782025-09-02T23:54:08.687Z[ recovery-image] Sep 02 23:54:06.395 INFO O| Sep 02 23:54:06.395 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84792025-09-02T23:54:08.691Z[ recovery-image] Sep 02 23:54:06.395 INFO O| Sep 02 23:54:06.395 INFO STEP 32 (ensure_dir) COMPLETE
84802025-09-02T23:54:08.691Z[ recovery-image] Sep 02 23:54:06.395 INFO O| Sep 02 23:54:06.395 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84812025-09-02T23:54:08.699Z[ recovery-image] Sep 02 23:54:06.409 INFO O| Sep 02 23:54:06.409 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84822025-09-02T23:54:08.699Z[ recovery-image] Sep 02 23:54:06.409 INFO O| Sep 02 23:54:06.409 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 ...
84832025-09-02T23:54:08.702Z[ recovery-image] Sep 02 23:54:06.409 INFO O| Sep 02 23:54:06.409 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
84842025-09-02T23:54:08.702Z[ recovery-image] Sep 02 23:54:06.409 INFO O| Sep 02 23:54:06.409 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84852025-09-02T23:54:08.702Z[ recovery-image] Sep 02 23:54:06.409 INFO O| Sep 02 23:54:06.409 INFO ok!
84862025-09-02T23:54:08.702Z[ recovery-image] Sep 02 23:54:06.409 INFO O| Sep 02 23:54:06.409 INFO STEP 33 (ensure_file) COMPLETE
84872025-09-02T23:54:08.702Z[ recovery-image] Sep 02 23:54:06.409 INFO O| Sep 02 23:54:06.409 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84882025-09-02T23:54:08.713Z[ recovery-image] Sep 02 23:54:06.423 INFO O| Sep 02 23:54:06.423 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84892025-09-02T23:54:08.713Z[ recovery-image] Sep 02 23:54:06.423 INFO O| Sep 02 23:54:06.423 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84902025-09-02T23:54:08.716Z[ recovery-image] Sep 02 23:54:06.423 INFO O| Sep 02 23:54:06.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84912025-09-02T23:54:08.716Z[ recovery-image] Sep 02 23:54:06.423 INFO O| Sep 02 23:54:06.423 INFO ok!
84922025-09-02T23:54:08.716Z[ recovery-image] Sep 02 23:54:06.423 INFO O| Sep 02 23:54:06.423 INFO STEP 34 (ensure_file) COMPLETE
84932025-09-02T23:54:08.716Z[ recovery-image] Sep 02 23:54:06.423 INFO O| Sep 02 23:54:06.423 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84942025-09-02T23:54:08.728Z[ recovery-image] Sep 02 23:54:06.438 INFO O| Sep 02 23:54:06.437 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84952025-09-02T23:54:08.728Z[ recovery-image] Sep 02 23:54:06.438 INFO O| Sep 02 23:54:06.438 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84962025-09-02T23:54:08.731Z[ recovery-image] Sep 02 23:54:06.438 INFO O| Sep 02 23:54:06.438 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84972025-09-02T23:54:08.731Z[ recovery-image] Sep 02 23:54:06.438 INFO O| Sep 02 23:54:06.438 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84982025-09-02T23:54:08.731Z[ recovery-image] Sep 02 23:54:06.438 INFO O| Sep 02 23:54:06.438 INFO ok!
84992025-09-02T23:54:08.731Z[ recovery-image] Sep 02 23:54:06.438 INFO O| Sep 02 23:54:06.438 INFO STEP 35 (ensure_file) COMPLETE
85002025-09-02T23:54:08.731Z[ recovery-image] Sep 02 23:54:06.438 INFO O| Sep 02 23:54:06.438 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85012025-09-02T23:54:08.743Z[ recovery-image] Sep 02 23:54:06.453 INFO O| Sep 02 23:54:06.452 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85022025-09-02T23:54:08.743Z[ recovery-image] Sep 02 23:54:06.453 INFO O| Sep 02 23:54:06.453 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85032025-09-02T23:54:08.743Z[ recovery-image] Sep 02 23:54:06.453 INFO O| Sep 02 23:54:06.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85042025-09-02T23:54:08.743Z[ recovery-image] Sep 02 23:54:06.453 INFO O| Sep 02 23:54:06.453 INFO ok!
85052025-09-02T23:54:08.746Z[ recovery-image] Sep 02 23:54:06.453 INFO O| Sep 02 23:54:06.453 INFO STEP 36 (ensure_file) COMPLETE
85062025-09-02T23:54:08.746Z[ recovery-image] Sep 02 23:54:06.453 INFO O| Sep 02 23:54:06.453 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85072025-09-02T23:54:08.757Z[ recovery-image] Sep 02 23:54:06.467 INFO O| Sep 02 23:54:06.467 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85082025-09-02T23:54:08.757Z[ recovery-image] Sep 02 23:54:06.467 INFO O| Sep 02 23:54:06.467 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85092025-09-02T23:54:08.757Z[ recovery-image] Sep 02 23:54:06.467 INFO O| Sep 02 23:54:06.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85102025-09-02T23:54:08.757Z[ recovery-image] Sep 02 23:54:06.467 INFO O| Sep 02 23:54:06.467 INFO ok!
85112025-09-02T23:54:08.757Z[ recovery-image] Sep 02 23:54:06.467 INFO O| Sep 02 23:54:06.467 INFO STEP 37 (ensure_file) COMPLETE
85122025-09-02T23:54:08.757Z[ recovery-image] Sep 02 23:54:06.467 INFO O| Sep 02 23:54:06.467 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85132025-09-02T23:54:08.771Z[ recovery-image] Sep 02 23:54:06.481 INFO O| Sep 02 23:54:06.481 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85142025-09-02T23:54:08.772Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.481 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85152025-09-02T23:54:08.776Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.482 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85162025-09-02T23:54:08.776Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.482 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85172025-09-02T23:54:08.776Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.482 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85182025-09-02T23:54:08.776Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.482 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85192025-09-02T23:54:08.777Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.482 INFO ok!
85202025-09-02T23:54:08.777Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.482 INFO STEP 38 (ensure_file) COMPLETE
85212025-09-02T23:54:08.777Z[ recovery-image] Sep 02 23:54:06.482 INFO O| Sep 02 23:54:06.482 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85222025-09-02T23:54:08.786Z[ recovery-image] Sep 02 23:54:06.496 INFO O| Sep 02 23:54:06.496 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85232025-09-02T23:54:08.786Z[ recovery-image] Sep 02 23:54:06.496 INFO O| Sep 02 23:54:06.496 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85242025-09-02T23:54:08.790Z[ recovery-image] Sep 02 23:54:06.496 INFO O| Sep 02 23:54:06.496 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85252025-09-02T23:54:08.790Z[ recovery-image] Sep 02 23:54:06.497 INFO O| Sep 02 23:54:06.496 INFO STEP 39 (ensure_dir) COMPLETE
85262025-09-02T23:54:08.790Z[ recovery-image] Sep 02 23:54:06.497 INFO O| Sep 02 23:54:06.497 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85272025-09-02T23:54:08.805Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 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
85282025-09-02T23:54:08.805Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 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 ...
85292025-09-02T23:54:08.805Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 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
85302025-09-02T23:54:08.805Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 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
85312025-09-02T23:54:08.808Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 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
85322025-09-02T23:54:08.808Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 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
85332025-09-02T23:54:08.808Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 INFO ok!
85342025-09-02T23:54:08.808Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 INFO STEP 40 (ensure_file) COMPLETE
85352025-09-02T23:54:08.809Z[ recovery-image] Sep 02 23:54:06.515 INFO O| Sep 02 23:54:06.515 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85362025-09-02T23:54:08.822Z[ recovery-image] Sep 02 23:54:06.531 INFO O| Sep 02 23:54:06.531 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85372025-09-02T23:54:08.822Z[ recovery-image] Sep 02 23:54:06.532 INFO O| Sep 02 23:54:06.531 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 ...
85382025-09-02T23:54:08.822Z[ recovery-image] Sep 02 23:54:06.532 INFO O| Sep 02 23:54:06.532 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85392025-09-02T23:54:08.825Z[ recovery-image] Sep 02 23:54:06.532 INFO O| Sep 02 23:54:06.532 INFO ok!
85402025-09-02T23:54:08.825Z[ recovery-image] Sep 02 23:54:06.532 INFO O| Sep 02 23:54:06.532 INFO STEP 41 (ensure_symlink) COMPLETE
85412025-09-02T23:54:08.825Z[ recovery-image] Sep 02 23:54:06.532 INFO O| Sep 02 23:54:06.532 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85422025-09-02T23:54:08.837Z[ recovery-image] Sep 02 23:54:06.547 INFO O| Sep 02 23:54:06.547 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85432025-09-02T23:54:08.837Z[ recovery-image] Sep 02 23:54:06.547 INFO O| Sep 02 23:54:06.547 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85442025-09-02T23:54:08.841Z[ recovery-image] Sep 02 23:54:06.548 INFO O| Sep 02 23:54:06.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85452025-09-02T23:54:08.841Z[ recovery-image] Sep 02 23:54:06.548 INFO O| Sep 02 23:54:06.547 INFO ok!
85462025-09-02T23:54:08.841Z[ recovery-image] Sep 02 23:54:06.548 INFO O| Sep 02 23:54:06.547 INFO STEP 42 (ensure_symlink) COMPLETE
85472025-09-02T23:54:08.841Z[ recovery-image] Sep 02 23:54:06.548 INFO O| Sep 02 23:54:06.548 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85482025-09-02T23:54:08.853Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85492025-09-02T23:54:08.853Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85502025-09-02T23:54:08.856Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85512025-09-02T23:54:08.856Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85522025-09-02T23:54:08.856Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85532025-09-02T23:54:08.856Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85542025-09-02T23:54:08.856Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO ok!
85552025-09-02T23:54:08.856Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO STEP 43 (ensure_file) COMPLETE
85562025-09-02T23:54:08.856Z[ recovery-image] Sep 02 23:54:06.563 INFO O| Sep 02 23:54:06.563 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85572025-09-02T23:54:08.869Z[ recovery-image] Sep 02 23:54:06.579 INFO O| Sep 02 23:54:06.579 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85582025-09-02T23:54:08.869Z[ recovery-image] Sep 02 23:54:06.579 INFO O| Sep 02 23:54:06.579 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 ...
85592025-09-02T23:54:08.892Z[ recovery-image] Sep 02 23:54:06.579 INFO O| Sep 02 23:54:06.579 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
85602025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.579 INFO O| Sep 02 23:54:06.579 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85612025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.579 INFO O| Sep 02 23:54:06.579 INFO ok!
85622025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.579 INFO O| Sep 02 23:54:06.579 INFO STEP 44 (ensure_file) COMPLETE
85632025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.579 INFO O| Sep 02 23:54:06.579 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85642025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.595 INFO O| Sep 02 23:54:06.595 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85652025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.595 INFO O| Sep 02 23:54:06.595 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85662025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.595 INFO O| Sep 02 23:54:06.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85672025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.595 INFO O| Sep 02 23:54:06.595 INFO ok!
85682025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.595 INFO O| Sep 02 23:54:06.595 INFO STEP 45 (ensure_file) COMPLETE
85692025-09-02T23:54:08.893Z[ recovery-image] Sep 02 23:54:06.595 INFO O| Sep 02 23:54:06.595 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85702025-09-02T23:54:08.899Z[ recovery-image] Sep 02 23:54:06.609 INFO O| Sep 02 23:54:06.609 INFO updating shadow file
85712025-09-02T23:54:08.902Z[ recovery-image] Sep 02 23:54:06.609 INFO O| Sep 02 23:54:06.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85722025-09-02T23:54:08.902Z[ recovery-image] Sep 02 23:54:06.609 INFO O| Sep 02 23:54:06.609 INFO STEP 46 (shadow) COMPLETE
85732025-09-02T23:54:08.902Z[ recovery-image] Sep 02 23:54:06.609 INFO O| Sep 02 23:54:06.609 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85742025-09-02T23:54:08.914Z[ recovery-image] Sep 02 23:54:06.624 INFO O| Sep 02 23:54:06.624 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85752025-09-02T23:54:08.914Z[ recovery-image] Sep 02 23:54:06.624 INFO O| Sep 02 23:54:06.624 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85762025-09-02T23:54:08.918Z[ recovery-image] Sep 02 23:54:06.624 INFO O| Sep 02 23:54:06.624 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85772025-09-02T23:54:08.918Z[ recovery-image] Sep 02 23:54:06.624 INFO O| Sep 02 23:54:06.624 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85782025-09-02T23:54:08.918Z[ recovery-image] Sep 02 23:54:06.624 INFO O| Sep 02 23:54:06.624 INFO ok!
85792025-09-02T23:54:08.918Z[ recovery-image] Sep 02 23:54:06.624 INFO O| Sep 02 23:54:06.624 INFO STEP 47 (ensure_file) COMPLETE
85802025-09-02T23:54:08.918Z[ recovery-image] Sep 02 23:54:06.624 INFO O| Sep 02 23:54:06.624 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812025-09-02T23:54:08.929Z[ recovery-image] Sep 02 23:54:06.639 INFO O| Sep 02 23:54:06.639 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85822025-09-02T23:54:08.929Z[ recovery-image] Sep 02 23:54:06.639 INFO O| Sep 02 23:54:06.639 INFO STEP 48 (ensure_dir) COMPLETE
85832025-09-02T23:54:08.933Z[ recovery-image] Sep 02 23:54:06.639 INFO O| Sep 02 23:54:06.639 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85842025-09-02T23:54:08.944Z[ recovery-image] Sep 02 23:54:06.654 INFO O| Sep 02 23:54:06.653 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85852025-09-02T23:54:08.944Z[ recovery-image] Sep 02 23:54:06.654 INFO O| Sep 02 23:54:06.654 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85862025-09-02T23:54:08.947Z[ recovery-image] Sep 02 23:54:06.654 INFO O| Sep 02 23:54:06.654 INFO STEP 49 (ensure_dir) COMPLETE
85872025-09-02T23:54:08.947Z[ recovery-image] Sep 02 23:54:06.654 INFO O| Sep 02 23:54:06.654 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85882025-09-02T23:54:08.957Z[ recovery-image] Sep 02 23:54:06.667 INFO O| Sep 02 23:54:06.667 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85892025-09-02T23:54:08.957Z[ recovery-image] Sep 02 23:54:06.667 INFO O| Sep 02 23:54:06.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85902025-09-02T23:54:08.961Z[ recovery-image] Sep 02 23:54:06.667 INFO O| Sep 02 23:54:06.667 INFO STEP 50 (ensure_dir) COMPLETE
85912025-09-02T23:54:08.961Z[ recovery-image] Sep 02 23:54:06.667 INFO O| Sep 02 23:54:06.667 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85922025-09-02T23:54:08.972Z[ recovery-image] Sep 02 23:54:06.681 INFO O| Sep 02 23:54:06.681 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85932025-09-02T23:54:08.972Z[ recovery-image] Sep 02 23:54:06.682 INFO O| Sep 02 23:54:06.681 INFO copying /tmp/.tmpvoUPBR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85942025-09-02T23:54:09.051Z[ recovery-image] Sep 02 23:54:06.761 INFO O| Sep 02 23:54:06.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85952025-09-02T23:54:09.051Z[ recovery-image] Sep 02 23:54:06.761 INFO O| Sep 02 23:54:06.761 INFO ok!
85962025-09-02T23:54:09.051Z[ recovery-image] Sep 02 23:54:06.761 INFO O| Sep 02 23:54:06.761 INFO STEP 51 (ensure_file) COMPLETE
85972025-09-02T23:54:09.055Z[ recovery-image] Sep 02 23:54:06.761 INFO O| Sep 02 23:54:06.761 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85982025-09-02T23:54:09.068Z[ recovery-image] Sep 02 23:54:06.777 INFO O| Sep 02 23:54:06.777 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85992025-09-02T23:54:09.068Z[ recovery-image] Sep 02 23:54:06.778 INFO O| Sep 02 23:54:06.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86002025-09-02T23:54:09.071Z[ recovery-image] Sep 02 23:54:06.778 INFO O| Sep 02 23:54:06.778 INFO STEP 52 (ensure_dir) COMPLETE
86012025-09-02T23:54:09.071Z[ recovery-image] Sep 02 23:54:06.778 INFO O| Sep 02 23:54:06.778 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86022025-09-02T23:54:09.082Z[ recovery-image] Sep 02 23:54:06.792 INFO O| Sep 02 23:54:06.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86032025-09-02T23:54:09.082Z[ recovery-image] Sep 02 23:54:06.792 INFO O| Sep 02 23:54:06.792 INFO copying /tmp/.tmpvoUPBR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86042025-09-02T23:54:09.082Z[ recovery-image] Sep 02 23:54:06.792 INFO O| Sep 02 23:54:06.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86052025-09-02T23:54:09.083Z[ recovery-image] Sep 02 23:54:06.792 INFO O| Sep 02 23:54:06.792 INFO ok!
86062025-09-02T23:54:09.086Z[ recovery-image] Sep 02 23:54:06.792 INFO O| Sep 02 23:54:06.792 INFO STEP 53 (ensure_file) COMPLETE
86072025-09-02T23:54:09.086Z[ recovery-image] Sep 02 23:54:06.792 INFO O| Sep 02 23:54:06.792 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86082025-09-02T23:54:09.096Z[ recovery-image] Sep 02 23:54:06.806 INFO O| Sep 02 23:54:06.806 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86092025-09-02T23:54:09.096Z[ recovery-image] Sep 02 23:54:06.806 INFO O| Sep 02 23:54:06.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86102025-09-02T23:54:09.097Z[ recovery-image] Sep 02 23:54:06.806 INFO O| Sep 02 23:54:06.806 INFO STEP 54 (ensure_dir) COMPLETE
86112025-09-02T23:54:09.097Z[ recovery-image] Sep 02 23:54:06.806 INFO O| Sep 02 23:54:06.806 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86122025-09-02T23:54:09.111Z[ recovery-image] Sep 02 23:54:06.820 INFO O| Sep 02 23:54:06.820 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86132025-09-02T23:54:09.111Z[ recovery-image] Sep 02 23:54:06.820 INFO O| Sep 02 23:54:06.820 INFO copying /tmp/.tmpvoUPBR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86142025-09-02T23:54:11.080Z[ recovery-image] Sep 02 23:54:08.789 INFO O| Sep 02 23:54:08.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86152025-09-02T23:54:11.080Z[ recovery-image] Sep 02 23:54:08.789 INFO O| Sep 02 23:54:08.789 INFO ok!
86162025-09-02T23:54:11.080Z[ recovery-image] Sep 02 23:54:08.789 INFO O| Sep 02 23:54:08.789 INFO STEP 55 (ensure_file) COMPLETE
86172025-09-02T23:54:11.083Z[ recovery-image] Sep 02 23:54:08.789 INFO O| Sep 02 23:54:08.789 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86182025-09-02T23:54:11.095Z[ recovery-image] Sep 02 23:54:08.804 INFO O| Sep 02 23:54:08.804 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86192025-09-02T23:54:11.095Z[ recovery-image] Sep 02 23:54:08.804 INFO O| Sep 02 23:54:08.804 INFO copying /tmp/.tmpvoUPBR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86202025-09-02T23:54:12.987Z[ recovery-image] Sep 02 23:54:10.696 INFO O| Sep 02 23:54:10.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86212025-09-02T23:54:12.987Z[ recovery-image] Sep 02 23:54:10.696 INFO O| Sep 02 23:54:10.696 INFO ok!
86222025-09-02T23:54:12.991Z[ recovery-image] Sep 02 23:54:10.696 INFO O| Sep 02 23:54:10.696 INFO STEP 56 (ensure_file) COMPLETE
86232025-09-02T23:54:12.991Z[ recovery-image] Sep 02 23:54:10.696 INFO O| Sep 02 23:54:10.696 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242025-09-02T23:54:13.004Z[ recovery-image] Sep 02 23:54:10.713 INFO O| Sep 02 23:54:10.713 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86252025-09-02T23:54:13.004Z[ recovery-image] Sep 02 23:54:10.713 INFO O| Sep 02 23:54:10.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86262025-09-02T23:54:13.004Z[ recovery-image] Sep 02 23:54:10.713 INFO O| Sep 02 23:54:10.713 INFO STEP 57 (ensure_dir) COMPLETE
86272025-09-02T23:54:13.004Z[ recovery-image] Sep 02 23:54:10.713 INFO O| Sep 02 23:54:10.713 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86282025-09-02T23:54:13.019Z[ recovery-image] Sep 02 23:54:10.728 INFO O| Sep 02 23:54:10.728 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86292025-09-02T23:54:13.019Z[ recovery-image] Sep 02 23:54:10.728 INFO O| Sep 02 23:54:10.728 INFO copying /tmp/.tmpvoUPBR/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 ...
86302025-09-02T23:54:13.022Z[ recovery-image] Sep 02 23:54:10.728 INFO O| Sep 02 23:54:10.728 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
86312025-09-02T23:54:13.022Z[ recovery-image] Sep 02 23:54:10.728 INFO O| Sep 02 23:54:10.728 INFO ok!
86322025-09-02T23:54:13.022Z[ recovery-image] Sep 02 23:54:10.728 INFO O| Sep 02 23:54:10.728 INFO STEP 58 (ensure_file) COMPLETE
86332025-09-02T23:54:13.022Z[ recovery-image] Sep 02 23:54:10.728 INFO O| Sep 02 23:54:10.728 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342025-09-02T23:54:13.034Z[ recovery-image] Sep 02 23:54:10.743 INFO O| Sep 02 23:54:10.743 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86352025-09-02T23:54:13.034Z[ recovery-image] Sep 02 23:54:10.743 INFO O| Sep 02 23:54:10.743 INFO copying /tmp/.tmpvoUPBR/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 ...
86362025-09-02T23:54:13.034Z[ recovery-image] Sep 02 23:54:10.743 INFO O| Sep 02 23:54:10.743 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
86372025-09-02T23:54:13.034Z[ recovery-image] Sep 02 23:54:10.744 INFO O| Sep 02 23:54:10.743 INFO ok!
86382025-09-02T23:54:13.034Z[ recovery-image] Sep 02 23:54:10.744 INFO O| Sep 02 23:54:10.743 INFO STEP 59 (ensure_file) COMPLETE
86392025-09-02T23:54:13.038Z[ recovery-image] Sep 02 23:54:10.744 INFO O| Sep 02 23:54:10.744 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86402025-09-02T23:54:13.048Z[ recovery-image] Sep 02 23:54:10.758 INFO O| Sep 02 23:54:10.758 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86412025-09-02T23:54:13.048Z[ recovery-image] Sep 02 23:54:10.758 INFO O| Sep 02 23:54:10.758 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86422025-09-02T23:54:13.049Z[ recovery-image] Sep 02 23:54:10.758 INFO O| Sep 02 23:54:10.758 INFO STEP 60 (ensure_dir) COMPLETE
86432025-09-02T23:54:13.063Z[ recovery-image] Sep 02 23:54:10.758 INFO O| Sep 02 23:54:10.758 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86442025-09-02T23:54:13.067Z[ recovery-image] Sep 02 23:54:10.771 INFO O| Sep 02 23:54:10.771 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86452025-09-02T23:54:13.067Z[ recovery-image] Sep 02 23:54:10.771 INFO O| Sep 02 23:54:10.771 INFO copying /tmp/.tmpvoUPBR/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 ...
86462025-09-02T23:54:13.067Z[ recovery-image] Sep 02 23:54:10.772 INFO O| Sep 02 23:54:10.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86472025-09-02T23:54:13.067Z[ recovery-image] Sep 02 23:54:10.772 INFO O| Sep 02 23:54:10.772 INFO ok!
86482025-09-02T23:54:13.067Z[ recovery-image] Sep 02 23:54:10.772 INFO O| Sep 02 23:54:10.772 INFO STEP 61 (ensure_file) COMPLETE
86492025-09-02T23:54:13.067Z[ recovery-image] Sep 02 23:54:10.772 INFO O| Sep 02 23:54:10.772 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86502025-09-02T23:54:13.077Z[ recovery-image] Sep 02 23:54:10.786 INFO O| Sep 02 23:54:10.786 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86512025-09-02T23:54:13.077Z[ recovery-image] Sep 02 23:54:10.786 INFO O| Sep 02 23:54:10.786 INFO copying /tmp/.tmpvoUPBR/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 ...
86522025-09-02T23:54:13.077Z[ recovery-image] Sep 02 23:54:10.786 INFO O| Sep 02 23:54:10.786 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
86532025-09-02T23:54:13.078Z[ recovery-image] Sep 02 23:54:10.786 INFO O| Sep 02 23:54:10.786 INFO ok!
86542025-09-02T23:54:13.114Z[ recovery-image] Sep 02 23:54:10.786 INFO O| Sep 02 23:54:10.786 INFO STEP 62 (ensure_file) COMPLETE
86552025-09-02T23:54:13.114Z[ recovery-image] Sep 02 23:54:10.786 INFO O| Sep 02 23:54:10.786 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86562025-09-02T23:54:13.114Z[ recovery-image] Sep 02 23:54:10.800 INFO O| Sep 02 23:54:10.800 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86572025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.800 INFO O| Sep 02 23:54:10.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86582025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.800 INFO O| Sep 02 23:54:10.800 INFO STEP 63 (ensure_dir) COMPLETE
86592025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.800 INFO O| Sep 02 23:54:10.800 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86602025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.813 INFO O| Sep 02 23:54:10.813 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86612025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.813 INFO O| Sep 02 23:54:10.813 INFO copying /tmp/.tmpvoUPBR/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 ...
86622025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.814 INFO O| Sep 02 23:54:10.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86632025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.814 INFO O| Sep 02 23:54:10.814 INFO ok!
86642025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.814 INFO O| Sep 02 23:54:10.814 INFO STEP 64 (ensure_file) COMPLETE
86652025-09-02T23:54:13.115Z[ recovery-image] Sep 02 23:54:10.814 INFO O| Sep 02 23:54:10.814 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86662025-09-02T23:54:13.120Z[ recovery-image] Sep 02 23:54:10.826 INFO O| Sep 02 23:54:10.826 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86672025-09-02T23:54:13.120Z[ recovery-image] Sep 02 23:54:10.827 INFO O| Sep 02 23:54:10.826 INFO copying /tmp/.tmpvoUPBR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86682025-09-02T23:54:13.120Z[ recovery-image] Sep 02 23:54:10.827 INFO O| Sep 02 23:54:10.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86692025-09-02T23:54:13.120Z[ recovery-image] Sep 02 23:54:10.827 INFO O| Sep 02 23:54:10.827 INFO ok!
86702025-09-02T23:54:13.120Z[ recovery-image] Sep 02 23:54:10.827 INFO O| Sep 02 23:54:10.827 INFO STEP 65 (ensure_file) COMPLETE
86712025-09-02T23:54:13.120Z[ recovery-image] Sep 02 23:54:10.827 INFO O| Sep 02 23:54:10.827 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86722025-09-02T23:54:13.132Z[ recovery-image] Sep 02 23:54:10.841 INFO O| Sep 02 23:54:10.841 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86732025-09-02T23:54:13.132Z[ recovery-image] Sep 02 23:54:10.841 INFO O| Sep 02 23:54:10.841 INFO STEP 66 (ensure_dir) COMPLETE
86742025-09-02T23:54:13.135Z[ recovery-image] Sep 02 23:54:10.841 INFO O| Sep 02 23:54:10.841 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752025-09-02T23:54:13.143Z[ recovery-image] Sep 02 23:54:10.852 INFO O| Sep 02 23:54:10.852 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86762025-09-02T23:54:13.143Z[ recovery-image] Sep 02 23:54:10.852 INFO O| Sep 02 23:54:10.852 INFO STEP 67 (ensure_dir) COMPLETE
86772025-09-02T23:54:13.147Z[ recovery-image] Sep 02 23:54:10.852 INFO O| Sep 02 23:54:10.852 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86782025-09-02T23:54:13.156Z[ recovery-image] Sep 02 23:54:10.865 INFO O| Sep 02 23:54:10.864 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86792025-09-02T23:54:13.156Z[ recovery-image] Sep 02 23:54:10.865 INFO O| Sep 02 23:54:10.864 INFO STEP 68 (ensure_dir) COMPLETE
86802025-09-02T23:54:13.159Z[ recovery-image] Sep 02 23:54:10.865 INFO O| Sep 02 23:54:10.864 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812025-09-02T23:54:13.168Z[ recovery-image] Sep 02 23:54:10.877 INFO O| Sep 02 23:54:10.877 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86822025-09-02T23:54:13.168Z[ recovery-image] Sep 02 23:54:10.877 INFO O| Sep 02 23:54:10.877 INFO STEP 69 (ensure_dir) COMPLETE
86832025-09-02T23:54:13.171Z[ recovery-image] Sep 02 23:54:10.877 INFO O| Sep 02 23:54:10.877 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842025-09-02T23:54:13.180Z[ recovery-image] Sep 02 23:54:10.889 INFO O| Sep 02 23:54:10.889 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86852025-09-02T23:54:13.184Z[ recovery-image] Sep 02 23:54:10.889 INFO O| Sep 02 23:54:10.889 INFO copying /tmp/.tmpvoUPBR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86862025-09-02T23:54:13.184Z[ recovery-image] Sep 02 23:54:10.889 INFO O| Sep 02 23:54:10.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86872025-09-02T23:54:13.184Z[ recovery-image] Sep 02 23:54:10.889 INFO O| Sep 02 23:54:10.889 INFO ok!
86882025-09-02T23:54:13.184Z[ recovery-image] Sep 02 23:54:10.889 INFO O| Sep 02 23:54:10.889 INFO STEP 70 (ensure_file) COMPLETE
86892025-09-02T23:54:13.184Z[ recovery-image] Sep 02 23:54:10.889 INFO O| Sep 02 23:54:10.889 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902025-09-02T23:54:13.192Z[ recovery-image] Sep 02 23:54:10.901 INFO O| Sep 02 23:54:10.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86912025-09-02T23:54:13.195Z[ recovery-image] Sep 02 23:54:10.901 INFO O| Sep 02 23:54:10.901 INFO STEP 71 (remove_files) COMPLETE
86922025-09-02T23:54:13.195Z[ recovery-image] Sep 02 23:54:10.901 INFO O| Sep 02 23:54:10.901 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932025-09-02T23:54:13.206Z[ recovery-image] Sep 02 23:54:10.915 INFO O| Sep 02 23:54:10.915 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86942025-09-02T23:54:13.210Z[ recovery-image] Sep 02 23:54:10.916 INFO O| Sep 02 23:54:10.915 INFO STEP 72 (remove_files) COMPLETE
86952025-09-02T23:54:13.210Z[ recovery-image] Sep 02 23:54:10.916 INFO O| Sep 02 23:54:10.916 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962025-09-02T23:54:13.220Z[ recovery-image] Sep 02 23:54:10.929 INFO O| Sep 02 23:54:10.928 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86972025-09-02T23:54:13.223Z[ recovery-image] Sep 02 23:54:10.929 INFO O| Sep 02 23:54:10.929 INFO STEP 73 (remove_files) COMPLETE
86982025-09-02T23:54:13.223Z[ recovery-image] Sep 02 23:54:10.929 INFO O| Sep 02 23:54:10.929 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992025-09-02T23:54:13.231Z[ recovery-image] Sep 02 23:54:10.940 INFO O| Sep 02 23:54:10.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87002025-09-02T23:54:13.234Z[ recovery-image] Sep 02 23:54:10.940 INFO O| Sep 02 23:54:10.940 INFO STEP 74 (remove_files) COMPLETE
87012025-09-02T23:54:13.234Z[ recovery-image] Sep 02 23:54:10.940 INFO O| Sep 02 23:54:10.940 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87022025-09-02T23:54:13.244Z[ recovery-image] Sep 02 23:54:10.953 INFO O| Sep 02 23:54:10.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87032025-09-02T23:54:13.247Z[ recovery-image] Sep 02 23:54:10.953 INFO O| Sep 02 23:54:10.953 INFO STEP 75 (remove_files) COMPLETE
87042025-09-02T23:54:13.247Z[ recovery-image] Sep 02 23:54:10.953 INFO O| Sep 02 23:54:10.953 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052025-09-02T23:54:13.259Z[ recovery-image] Sep 02 23:54:10.968 INFO O| Sep 02 23:54:10.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87062025-09-02T23:54:13.262Z[ recovery-image] Sep 02 23:54:10.968 INFO O| Sep 02 23:54:10.968 INFO STEP 76 (remove_files) COMPLETE
87072025-09-02T23:54:13.262Z[ recovery-image] Sep 02 23:54:10.968 INFO O| Sep 02 23:54:10.968 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082025-09-02T23:54:13.273Z[ recovery-image] Sep 02 23:54:10.982 INFO O| Sep 02 23:54:10.982 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87092025-09-02T23:54:13.273Z[ recovery-image] Sep 02 23:54:10.982 INFO O| Sep 02 23:54:10.982 INFO STEP 77 (remove_files) COMPLETE
87102025-09-02T23:54:13.276Z[ recovery-image] Sep 02 23:54:10.982 INFO O| Sep 02 23:54:10.982 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112025-09-02T23:54:13.287Z[ recovery-image] Sep 02 23:54:10.996 INFO O| Sep 02 23:54:10.996 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87122025-09-02T23:54:13.287Z[ recovery-image] Sep 02 23:54:10.996 INFO O| Sep 02 23:54:10.996 INFO STEP 78 (remove_files) COMPLETE
87132025-09-02T23:54:13.287Z[ recovery-image] Sep 02 23:54:10.996 INFO O| Sep 02 23:54:10.996 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142025-09-02T23:54:13.303Z[ recovery-image] Sep 02 23:54:11.012 INFO O| Sep 02 23:54:11.012 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87152025-09-02T23:54:13.303Z[ recovery-image] Sep 02 23:54:11.012 INFO O| Sep 02 23:54:11.012 INFO STEP 79 (remove_files) COMPLETE
87162025-09-02T23:54:13.303Z[ recovery-image] Sep 02 23:54:11.012 INFO O| Sep 02 23:54:11.012 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172025-09-02T23:54:13.318Z[ recovery-image] Sep 02 23:54:11.027 INFO O| Sep 02 23:54:11.027 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87182025-09-02T23:54:13.318Z[ recovery-image] Sep 02 23:54:11.027 INFO O| Sep 02 23:54:11.027 INFO STEP 80 (remove_files) COMPLETE
87192025-09-02T23:54:13.318Z[ recovery-image] Sep 02 23:54:11.027 INFO O| Sep 02 23:54:11.027 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202025-09-02T23:54:13.334Z[ recovery-image] Sep 02 23:54:11.043 INFO O| Sep 02 23:54:11.043 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87212025-09-02T23:54:13.334Z[ recovery-image] Sep 02 23:54:11.043 INFO O| Sep 02 23:54:11.043 INFO STEP 81 (remove_files) COMPLETE
87222025-09-02T23:54:13.337Z[ recovery-image] Sep 02 23:54:11.043 INFO O| Sep 02 23:54:11.043 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232025-09-02T23:54:13.349Z[ recovery-image] Sep 02 23:54:11.058 INFO O| Sep 02 23:54:11.058 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87242025-09-02T23:54:13.349Z[ recovery-image] Sep 02 23:54:11.058 INFO O| Sep 02 23:54:11.058 INFO STEP 82 (remove_files) COMPLETE
87252025-09-02T23:54:13.352Z[ recovery-image] Sep 02 23:54:11.058 INFO O| Sep 02 23:54:11.058 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262025-09-02T23:54:13.364Z[ recovery-image] Sep 02 23:54:11.073 INFO O| Sep 02 23:54:11.073 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87272025-09-02T23:54:13.364Z[ recovery-image] Sep 02 23:54:11.073 INFO O| Sep 02 23:54:11.073 INFO STEP 83 (remove_files) COMPLETE
87282025-09-02T23:54:13.368Z[ recovery-image] Sep 02 23:54:11.073 INFO O| Sep 02 23:54:11.073 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292025-09-02T23:54:13.379Z[ recovery-image] Sep 02 23:54:11.088 INFO O| Sep 02 23:54:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87302025-09-02T23:54:13.382Z[ recovery-image] Sep 02 23:54:11.088 INFO O| Sep 02 23:54:11.088 INFO STEP 84 (remove_files) COMPLETE
87312025-09-02T23:54:13.382Z[ recovery-image] Sep 02 23:54:11.088 INFO O| Sep 02 23:54:11.088 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322025-09-02T23:54:13.394Z[ recovery-image] Sep 02 23:54:11.103 INFO O| Sep 02 23:54:11.103 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87332025-09-02T23:54:13.394Z[ recovery-image] Sep 02 23:54:11.103 INFO O| Sep 02 23:54:11.103 INFO STEP 85 (remove_files) COMPLETE
87342025-09-02T23:54:13.394Z[ recovery-image] Sep 02 23:54:11.103 INFO O| Sep 02 23:54:11.103 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352025-09-02T23:54:13.413Z[ recovery-image] Sep 02 23:54:11.122 INFO O| Sep 02 23:54:11.122 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87362025-09-02T23:54:13.413Z[ recovery-image] Sep 02 23:54:11.122 INFO O| Sep 02 23:54:11.122 INFO STEP 86 (remove_files) COMPLETE
87372025-09-02T23:54:13.416Z[ recovery-image] Sep 02 23:54:11.122 INFO O| Sep 02 23:54:11.122 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382025-09-02T23:54:13.428Z[ recovery-image] Sep 02 23:54:11.137 INFO O| Sep 02 23:54:11.137 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87392025-09-02T23:54:13.428Z[ recovery-image] Sep 02 23:54:11.137 INFO O| Sep 02 23:54:11.137 INFO STEP 87 (remove_files) COMPLETE
87402025-09-02T23:54:13.428Z[ recovery-image] Sep 02 23:54:11.137 INFO O| Sep 02 23:54:11.137 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412025-09-02T23:54:13.444Z[ recovery-image] Sep 02 23:54:11.153 INFO O| Sep 02 23:54:11.153 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87422025-09-02T23:54:13.444Z[ recovery-image] Sep 02 23:54:11.153 INFO O| Sep 02 23:54:11.153 INFO STEP 88 (remove_files) COMPLETE
87432025-09-02T23:54:13.444Z[ recovery-image] Sep 02 23:54:11.153 INFO O| Sep 02 23:54:11.153 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442025-09-02T23:54:13.459Z[ recovery-image] Sep 02 23:54:11.168 INFO O| Sep 02 23:54:11.168 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87452025-09-02T23:54:13.462Z[ recovery-image] Sep 02 23:54:11.168 INFO O| Sep 02 23:54:11.168 INFO STEP 89 (remove_files) COMPLETE
87462025-09-02T23:54:13.462Z[ recovery-image] Sep 02 23:54:11.168 INFO O| Sep 02 23:54:11.168 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472025-09-02T23:54:13.474Z[ recovery-image] Sep 02 23:54:11.183 INFO O| Sep 02 23:54:11.183 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87482025-09-02T23:54:13.474Z[ recovery-image] Sep 02 23:54:11.183 INFO O| Sep 02 23:54:11.183 INFO STEP 90 (remove_files) COMPLETE
87492025-09-02T23:54:13.474Z[ recovery-image] Sep 02 23:54:11.183 INFO O| Sep 02 23:54:11.183 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502025-09-02T23:54:13.489Z[ recovery-image] Sep 02 23:54:11.198 INFO O| Sep 02 23:54:11.198 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87512025-09-02T23:54:13.489Z[ recovery-image] Sep 02 23:54:11.198 INFO O| Sep 02 23:54:11.198 INFO STEP 91 (remove_files) COMPLETE
87522025-09-02T23:54:13.492Z[ recovery-image] Sep 02 23:54:11.198 INFO O| Sep 02 23:54:11.198 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532025-09-02T23:54:13.503Z[ recovery-image] Sep 02 23:54:11.213 INFO O| Sep 02 23:54:11.212 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87542025-09-02T23:54:13.504Z[ recovery-image] Sep 02 23:54:11.213 INFO O| Sep 02 23:54:11.213 INFO STEP 92 (remove_files) COMPLETE
87552025-09-02T23:54:13.507Z[ recovery-image] Sep 02 23:54:11.213 INFO O| Sep 02 23:54:11.213 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562025-09-02T23:54:13.519Z[ recovery-image] Sep 02 23:54:11.228 INFO O| Sep 02 23:54:11.227 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87572025-09-02T23:54:13.519Z[ recovery-image] Sep 02 23:54:11.228 INFO O| Sep 02 23:54:11.228 INFO STEP 93 (remove_files) COMPLETE
87582025-09-02T23:54:13.519Z[ recovery-image] Sep 02 23:54:11.228 INFO O| Sep 02 23:54:11.228 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592025-09-02T23:54:13.534Z[ recovery-image] Sep 02 23:54:11.243 INFO O| Sep 02 23:54:11.243 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87602025-09-02T23:54:13.534Z[ recovery-image] Sep 02 23:54:11.243 INFO O| Sep 02 23:54:11.243 INFO STEP 94 (remove_files) COMPLETE
87612025-09-02T23:54:13.534Z[ recovery-image] Sep 02 23:54:11.243 INFO O| Sep 02 23:54:11.243 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622025-09-02T23:54:13.549Z[ recovery-image] Sep 02 23:54:11.257 INFO O| Sep 02 23:54:11.257 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87632025-09-02T23:54:13.549Z[ recovery-image] Sep 02 23:54:11.257 INFO O| Sep 02 23:54:11.257 INFO STEP 95 (remove_files) COMPLETE
87642025-09-02T23:54:13.549Z[ recovery-image] Sep 02 23:54:11.257 INFO O| Sep 02 23:54:11.257 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652025-09-02T23:54:13.563Z[ recovery-image] Sep 02 23:54:11.272 INFO O| Sep 02 23:54:11.272 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87662025-09-02T23:54:13.564Z[ recovery-image] Sep 02 23:54:11.272 INFO O| Sep 02 23:54:11.272 INFO STEP 96 (remove_files) COMPLETE
87672025-09-02T23:54:13.564Z[ recovery-image] Sep 02 23:54:11.272 INFO O| Sep 02 23:54:11.272 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682025-09-02T23:54:13.578Z[ recovery-image] Sep 02 23:54:11.287 INFO O| Sep 02 23:54:11.287 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87692025-09-02T23:54:13.578Z[ recovery-image] Sep 02 23:54:11.287 INFO O| Sep 02 23:54:11.287 INFO STEP 97 (remove_files) COMPLETE
87702025-09-02T23:54:13.582Z[ recovery-image] Sep 02 23:54:11.287 INFO O| Sep 02 23:54:11.287 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712025-09-02T23:54:13.592Z[ recovery-image] Sep 02 23:54:11.301 INFO O| Sep 02 23:54:11.300 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87722025-09-02T23:54:13.592Z[ recovery-image] Sep 02 23:54:11.301 INFO O| Sep 02 23:54:11.301 INFO STEP 98 (remove_files) COMPLETE
87732025-09-02T23:54:13.595Z[ recovery-image] Sep 02 23:54:11.301 INFO O| Sep 02 23:54:11.301 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742025-09-02T23:54:13.606Z[ recovery-image] Sep 02 23:54:11.315 INFO O| Sep 02 23:54:11.315 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87752025-09-02T23:54:13.606Z[ recovery-image] Sep 02 23:54:11.315 INFO O| Sep 02 23:54:11.315 INFO STEP 99 (remove_files) COMPLETE
87762025-09-02T23:54:13.609Z[ recovery-image] Sep 02 23:54:11.315 INFO O| Sep 02 23:54:11.315 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87772025-09-02T23:54:13.628Z[ recovery-image] Sep 02 23:54:11.337 INFO O| Sep 02 23:54:11.337 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87782025-09-02T23:54:13.633Z[ recovery-image] Sep 02 23:54:11.338 INFO O| Sep 02 23:54:11.338 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87792025-09-02T23:54:24.760Z[ recovery-image] Sep 02 23:54:22.466 INFO O| Sep 02 23:54:22.466 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
87802025-09-02T23:54:24.760Z[ recovery-image] Sep 02 23:54:22.466 INFO O| Sep 02 23:54:22.466 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87812025-09-02T23:54:24.804Z[ recovery-image] Sep 02 23:54:22.509 INFO O| Sep 02 23:54:22.509 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87822025-09-02T23:54:25.083Z[ recovery-image] Sep 02 23:54:22.790 INFO O| Sep 02 23:54:22.790 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_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_CHECKHASH": "1"}
87832025-09-02T23:54:25.255Z[ recovery-image] Sep 02 23:54:22.962 INFO O| Sep 02 23:54:22.962 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87842025-09-02T23:54:25.423Z[ recovery-image] Sep 02 23:54:23.129 INFO O| Sep 02 23:54:23.129 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87852025-09-02T23:54:25.426Z[ recovery-image] Sep 02 23:54:23.129 INFO O| Sep 02 23:54:23.129 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 ...
87862025-09-02T23:54:25.427Z[ recovery-image] Sep 02 23:54:23.132 INFO O| Sep 02 23:54:23.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87872025-09-02T23:54:25.427Z[ recovery-image] Sep 02 23:54:23.132 INFO O| Sep 02 23:54:23.132 INFO ok!
87882025-09-02T23:54:25.427Z[ recovery-image] Sep 02 23:54:23.132 INFO O| Sep 02 23:54:23.132 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87892025-09-02T23:54:25.427Z[ recovery-image] Sep 02 23:54:23.132 INFO O| Sep 02 23:54:23.132 INFO STEP 100 (seed_smf) COMPLETE
87902025-09-02T23:54:25.427Z[ recovery-image] Sep 02 23:54:23.132 INFO O| Sep 02 23:54:23.132 INFO steps complete; finalising image!
87912025-09-02T23:54:25.427Z[ recovery-image] Sep 02 23:54:23.132 INFO O| Sep 02 23:54:23.132 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87922025-09-02T23:54:25.498Z[ recovery-image] Sep 02 23:54:23.205 INFO O| Sep 02 23:54:23.205 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Sep 2 23:54:23 2025)
87932025-09-02T23:54:25.707Z[ recovery-image] Sep 02 23:54:23.414 INFO O| Sep 02 23:54:23.414 INFO trim TEMPORARY-sled-zfs-recovery: (65% trimmed, started at Tue Sep 2 23:54:23 2025)
87942025-09-02T23:54:25.939Z[ recovery-image] Sep 02 23:54:23.646 INFO O| Sep 02 23:54:23.646 INFO temporary pool has 414M used, 1.35G avail, 1.00x compressratio
87952025-09-02T23:54:25.939Z[ recovery-image] Sep 02 23:54:23.646 INFO O| Sep 02 23:54:23.646 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87962025-09-02T23:54:26.686Z[ recovery-image] Sep 02 23:54:24.392 INFO O| Sep 02 23:54:24.392 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
87972025-09-02T23:54:26.686Z[ recovery-image] Sep 02 23:54:24.392 INFO O| Sep 02 23:54:24.392 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87982025-09-02T23:54:32.168Z[ recovery-image] Sep 02 23:54:29.874 INFO O| Sep 02 23:54:29.873 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87992025-09-02T23:54:32.168Z[ recovery-image] Sep 02 23:54:29.874 INFO O| Sep 02 23:54:29.874 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88002025-09-02T23:54:32.173Z[ recovery-image] Sep 02 23:54:29.874 INFO O| Sep 02 23:54:29.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88012025-09-02T23:54:32.174Z[ recovery-image] Sep 02 23:54:29.874 INFO O| Sep 02 23:54:29.874 INFO completed processing sled/zfs-recovery
88022025-09-02T23:54:32.174Z[ recovery-image] Sep 02 23:54:29.874 INFO O| Sep 02 23:54:29.874 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88032025-09-02T23:54:33.071Z[ recovery-image] Sep 02 23:54:30.776 INFO O| Sep 02 23:54:30.776 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88042025-09-02T23:54:33.208Z[ recovery-image] Sep 02 23:54:30.913 INFO BUILD STRING "heads/stlouis-0-gd0515406d3\n"
88052025-09-02T23:54:33.213Z[ recovery-image] Sep 02 23:54:30.914 INFO expanded image name: "recovery 1317dd7/${os_short_commit} 2025-09-02 23:08" -> "recovery 1317dd7/d051540 2025-09-02 23:08"
88062025-09-02T23:54:33.213Z[ recovery-image] Sep 02 23:54:30.915 INFO output artefacts stored in: "/work/os-recovery"
88072025-09-02T23:54:33.213Z[ recovery-image] Sep 02 23:54:30.916 INFO collecting git info from project "pinprick"...
88082025-09-02T23:54:33.295Z[ recovery-image] Sep 02 23:54:30.999 INFO collecting git info from project "bootserver"...
88092025-09-02T23:54:33.314Z[ recovery-image] Sep 02 23:54:31.019 INFO collecting git info from project "chelsio-t6-roms"...
88102025-09-02T23:54:33.360Z[ recovery-image] Sep 02 23:54:31.065 INFO collecting git info from project "amd-host-image-builder"...
88112025-09-02T23:54:33.475Z[ recovery-image] Sep 02 23:54:31.181 INFO collecting git info from project "image-builder"...
88122025-09-02T23:54:33.500Z[ recovery-image] Sep 02 23:54:31.205 INFO collecting git info from project "amd-firmware"...
88132025-09-02T23:54:35.147Z[ recovery-image] Sep 02 23:54:32.852 INFO collecting git info from project "pilot"...
88142025-09-02T23:54:35.212Z[ recovery-image] Sep 02 23:54:32.917 INFO collecting git info from project "phbl"...
88152025-09-02T23:54:35.231Z[ recovery-image] Sep 02 23:54:32.936 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88162025-09-02T23:54:36.549Z[ recovery-image] Sep 02 23:54:34.254 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88172025-09-02T23:54:37.459Z[ recovery-image] Sep 02 23:54:35.160 INFO creating Oxide boot image...
88182025-09-02T23:54:37.463Z[ recovery-image] Sep 02 23:54:35.161 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1317dd7/d051540 2025-09-02 23:08", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88192025-09-02T23:55:17.010Z[ host-image] Sep 02 23:55:14.708 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23527:20250902T125001Z
88202025-09-02T23:55:17.010Z[ host-image] Sep 02 23:55:14.708 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23527:20250902T125001Z
88212025-09-02T23:55:17.010Z[ host-image] Sep 02 23:55:14.708 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88222025-09-02T23:55:17.010Z[ host-image] Sep 02 23:55:14.708 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88232025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.708 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88242025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.708 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88252025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.709 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88262025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.709 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88272025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.710 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250902T230948Z
88282025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.710 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88292025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.710 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88302025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.710 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23527:20250902T125001Z
88312025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.711 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23527:20250902T125002Z
88322025-09-02T23:55:17.016Z[ host-image] Sep 02 23:55:14.712 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23527:20250902T125002Z
88332025-09-02T23:55:17.022Z[ host-image] Sep 02 23:55:14.712 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23527:20250902T125002Z
88342025-09-02T23:55:17.022Z[ host-image] Sep 02 23:55:14.712 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88352025-09-02T23:55:17.022Z[ host-image] Sep 02 23:55:14.713 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23527:20250902T125002Z
88362025-09-02T23:55:17.022Z[ host-image] Sep 02 23:55:14.713 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23527:20250902T125003Z
88372025-09-02T23:55:17.022Z[ host-image] Sep 02 23:55:14.713 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23527:20250902T125003Z
88382025-09-02T23:55:17.022Z[ host-image] Sep 02 23:55:14.713 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23527:20250902T125003Z
88392025-09-02T23:55:17.025Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23527:20250902T125004Z
88402025-09-02T23:55:17.025Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23527:20250902T125004Z
88412025-09-02T23:55:17.025Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23527:20250902T125004Z
88422025-09-02T23:55:17.025Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23527:20250902T125004Z
88432025-09-02T23:55:17.025Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23527:20250902T125005Z
88442025-09-02T23:55:17.025Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23527:20250902T125005Z
88452025-09-02T23:55:17.026Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23527:20250902T125006Z
88462025-09-02T23:55:17.026Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23527:20250902T125007Z
88472025-09-02T23:55:17.026Z[ host-image] Sep 02 23:55:14.714 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23527:20250902T125008Z
88482025-09-02T23:55:17.026Z[ host-image] Sep 02 23:55:14.715 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23527:20250902T125009Z
88492025-09-02T23:55:17.026Z[ host-image] Sep 02 23:55:14.715 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z
88502025-09-02T23:55:17.028Z[ host-image] Sep 02 23:55:14.715 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23527:20250902T125010Z
88512025-09-02T23:55:17.028Z[ host-image] Sep 02 23:55:14.715 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23527:20250902T125012Z
88522025-09-02T23:55:17.028Z[ host-image] Sep 02 23:55:14.715 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23527:20250902T125013Z
88532025-09-02T23:55:17.028Z[ host-image] Sep 02 23:55:14.715 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23527:20250902T125014Z
88542025-09-02T23:55:17.028Z[ host-image] Sep 02 23:55:14.716 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23527:20250902T125015Z
88552025-09-02T23:55:17.028Z[ host-image] Sep 02 23:55:14.716 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23527:20250902T125015Z
88562025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.722 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88572025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.722 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23527:20250902T125015Z
88582025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.722 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
88592025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.722 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88602025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.723 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88612025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.723 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23527:20250902T125015Z
88622025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.723 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88632025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.723 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88642025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.724 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88652025-09-02T23:55:17.033Z[ host-image] Sep 02 23:55:14.724 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88662025-09-02T23:55:17.049Z[ host-image] Sep 02 23:55:14.732 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88672025-09-02T23:55:17.049Z[ host-image] Sep 02 23:55:14.732 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88682025-09-02T23:55:17.049Z[ host-image] Sep 02 23:55:14.732 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88692025-09-02T23:55:17.049Z[ host-image] Sep 02 23:55:14.733 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88702025-09-02T23:55:17.049Z[ host-image] Sep 02 23:55:14.733 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88712025-09-02T23:55:17.049Z[ host-image] Sep 02 23:55:14.733 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88722025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.758 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
88732025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.759 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88742025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.759 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88752025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.759 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23527:20250902T125017Z
88762025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.759 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23527:20250902T125023Z
88772025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.759 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
88782025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.759 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23527:20250902T125024Z
88792025-09-02T23:55:17.082Z[ host-image] Sep 02 23:55:14.760 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
88802025-09-02T23:55:17.083Z[ host-image] Sep 02 23:55:14.760 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
88812025-09-02T23:55:17.083Z[ host-image] Sep 02 23:55:14.760 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
88822025-09-02T23:55:17.083Z[ host-image] Sep 02 23:55:14.760 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
88832025-09-02T23:55:17.087Z[ host-image] Sep 02 23:55:14.760 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23527:20250902T125024Z
88842025-09-02T23:55:17.087Z[ host-image] Sep 02 23:55:14.760 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
88852025-09-02T23:55:17.087Z[ host-image] Sep 02 23:55:14.763 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
88862025-09-02T23:55:17.087Z[ host-image] Sep 02 23:55:14.763 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
88872025-09-02T23:55:17.087Z[ host-image] Sep 02 23:55:14.763 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
88882025-09-02T23:55:17.087Z[ host-image] Sep 02 23:55:14.763 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23527:20250902T125024Z
88892025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.763 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
88902025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.772 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
88912025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.772 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23527:20250902T125025Z
88922025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.774 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23527:20250902T125025Z
88932025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.774 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23527:20250902T125025Z
88942025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.774 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
88952025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.775 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23527:20250902T125026Z
88962025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.775 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23527:20250902T125027Z
88972025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.775 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23527:20250902T125027Z
88982025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.776 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23527:20250902T125027Z
88992025-09-02T23:55:17.088Z[ host-image] Sep 02 23:55:14.778 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89002025-09-02T23:55:17.089Z[ host-image] Sep 02 23:55:14.778 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23527:20250902T125027Z
89012025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.779 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23527:20250902T125028Z
89022025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.779 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89032025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.779 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23527:20250902T125029Z
89042025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.779 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23527:20250902T125029Z
89052025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.779 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23527:20250902T125029Z
89062025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.780 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23527:20250902T125029Z
89072025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.785 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23527:20250902T125029Z
89082025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.785 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89092025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.787 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23527:20250902T125029Z
89102025-09-02T23:55:17.136Z[ host-image] Sep 02 23:55:14.788 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23527:20250902T125029Z
89112025-09-02T23:55:17.141Z[ host-image] Sep 02 23:55:14.788 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23527:20250902T125029Z
89122025-09-02T23:55:17.141Z[ host-image] Sep 02 23:55:14.788 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23527:20250902T125030Z
89132025-09-02T23:55:17.141Z[ host-image] Sep 02 23:55:14.789 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23527:20250902T125030Z
89142025-09-02T23:55:17.141Z[ host-image] Sep 02 23:55:14.789 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23527:20250902T125030Z
89152025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.803 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23527:20250902T125032Z
89162025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.803 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23527:20250902T125031Z
89172025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.803 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23527:20250902T125031Z
89182025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.804 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23527:20250902T125031Z
89192025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.805 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23527:20250902T125032Z
89202025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.820 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23527:20250902T125035Z
89212025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.820 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23527:20250902T125032Z
89222025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.820 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23527:20250902T125032Z
89232025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.820 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89242025-09-02T23:55:17.148Z[ host-image] Sep 02 23:55:14.820 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89252025-09-02T23:55:17.157Z[ host-image] Sep 02 23:55:14.850 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23527:20250902T125032Z
89262025-09-02T23:55:17.157Z[ host-image] Sep 02 23:55:14.850 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89272025-09-02T23:55:17.158Z[ host-image] Sep 02 23:55:14.850 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23527:20250902T125032Z
89282025-09-02T23:55:17.158Z[ host-image] Sep 02 23:55:14.850 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23527:20250902T125033Z
89292025-09-02T23:55:17.158Z[ host-image] Sep 02 23:55:14.851 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23527:20250902T125033Z
89302025-09-02T23:55:17.159Z[ host-image] Sep 02 23:55:14.851 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89312025-09-02T23:55:17.159Z[ host-image] Sep 02 23:55:14.852 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89322025-09-02T23:55:17.167Z[ host-image] Sep 02 23:55:14.852 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23527:20250902T125034Z
89332025-09-02T23:55:17.167Z[ host-image] Sep 02 23:55:14.852 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23527:20250902T125034Z
89342025-09-02T23:55:17.167Z[ host-image] Sep 02 23:55:14.852 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23527:20250902T125034Z
89352025-09-02T23:55:17.167Z[ host-image] Sep 02 23:55:14.853 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23527:20250902T125034Z
89362025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.853 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23527:20250902T125035Z
89372025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.853 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23527:20250902T125035Z
89382025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.855 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89392025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.855 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23527:20250902T125035Z
89402025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.857 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23527:20250902T125035Z
89412025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.857 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23527:20250902T125035Z
89422025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.857 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23527:20250902T125037Z
89432025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.857 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23527:20250902T125036Z
89442025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.858 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23527:20250902T125036Z
89452025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.858 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89462025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.858 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89472025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.858 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23527:20250902T125039Z
89482025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.858 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23527:20250902T125039Z
89492025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.858 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89502025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.858 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89512025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.859 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89522025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.859 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89532025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.859 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89542025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.859 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89552025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.862 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
89562025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.862 INFO O| tempdir @ "/tmp/.tmp7A6FVh/tmp"
89572025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.862 INFO O| image root @ "/tmp/.tmp7A6FVh/tmp/root"
89582025-09-02T23:55:17.168Z[ host-image] Sep 02 23:55:14.862 INFO O| creating image...
89592025-09-02T23:55:18.170Z[ host-image] Sep 02 23:55:15.863 INFO O| copying publishers...
89602025-09-02T23:55:55.246Z[ recovery-image] Sep 02 23:55:52.937 INFO O| ok, image written!
89612025-09-02T23:55:55.246Z[ recovery-image] Sep 02 23:55:52.937 INFO O| ok, boot_image_csum file written!
89622025-09-02T23:55:55.251Z[ recovery-image] Sep 02 23:55:52.942 INFO creating boot archive (CPIO)...
89632025-09-02T23:55:55.251Z[ recovery-image] Sep 02 23:55:52.942 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
89642025-09-02T23:55:55.261Z[ recovery-image] Sep 02 23:55:52.953 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89652025-09-02T23:55:55.261Z[ recovery-image] Sep 02 23:55:52.953 INFO E| + outfile=/work/os-recovery/cpio
89662025-09-02T23:55:55.261Z[ recovery-image] Sep 02 23:55:52.953 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89672025-09-02T23:55:55.265Z[ recovery-image] Sep 02 23:55:52.957 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89682025-09-02T23:55:55.269Z[ recovery-image] Sep 02 23:55:52.957 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89692025-09-02T23:55:55.311Z[ recovery-image] Sep 02 23:55:53.002 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89702025-09-02T23:55:55.311Z[ recovery-image] Sep 02 23:55:53.002 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89712025-09-02T23:55:55.322Z[ recovery-image] Sep 02 23:55:53.012 INFO creating compressed cpio/unix for dev loaders...
89722025-09-02T23:55:55.322Z[ recovery-image] Sep 02 23:55:53.012 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
89732025-09-02T23:55:55.621Z[ recovery-image] Sep 02 23:55:53.312 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
89742025-09-02T23:56:00.053Z[ recovery-image] Sep 02 23:55:57.744 INFO creating reset image...
89752025-09-02T23:56:00.053Z[ recovery-image] Sep 02 23:55:57.744 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89762025-09-02T23:56:00.562Z[ host-image] Sep 02 23:55:58.252 INFO O| adding properties...
89772025-09-02T23:56:01.676Z[ host-image] Sep 02 23:55:59.366 INFO O| installing packages...
89782025-09-02T23:56:30.316Z[ host-image] Sep 02 23:56:28.000 INFO O| seeding SMF database...
89792025-09-02T23:56:44.143Z[ host-image] Sep 02 23:56:41.826 INFO O| configuring SMF profile...
89802025-09-02T23:56:44.143Z[ host-image] Sep 02 23:56:41.826 INFO O| modifying shadow(5)...
89812025-09-02T23:56:44.147Z[ host-image] Sep 02 23:56:41.826 INFO O| loading user and group database...
89822025-09-02T23:56:44.147Z[ host-image] Sep 02 23:56:41.826 INFO O| loading facet selections...
89832025-09-02T23:56:45.159Z[ host-image] Sep 02 23:56:42.841 INFO O| devel -> true
89842025-09-02T23:56:45.159Z[ host-image] Sep 02 23:56:42.841 INFO O| doc.man -> true
89852025-09-02T23:56:45.163Z[ host-image] Sep 02 23:56:42.841 INFO O| version-lock.shell/ksh93 -> true
89862025-09-02T23:56:45.163Z[ host-image] Sep 02 23:56:42.841 INFO O| version-lock.system/data/hardware-registry -> true
89872025-09-02T23:56:45.163Z[ host-image] Sep 02 23:56:42.841 INFO O| version-lock.system/data/zoneinfo -> true
89882025-09-02T23:56:45.163Z[ host-image] Sep 02 23:56:42.841 INFO O| version-lock.system/microcode/amd -> true
89892025-09-02T23:56:45.163Z[ host-image] Sep 02 23:56:42.841 INFO O| version-lock.system/microcode/intel -> true
89902025-09-02T23:56:45.163Z[ host-image] Sep 02 23:56:42.841 INFO O| version-lock.system/microcode/oxide -> true
89912025-09-02T23:56:45.163Z[ host-image] Sep 02 23:56:42.841 INFO O| assessing packaged files...
89922025-09-02T23:56:50.951Z[ host-image] Sep 02 23:56:48.631 INFO O| creating archive...
89932025-09-02T23:56:51.016Z[ host-image] Sep 02 23:56:48.691 INFO O| missing from packaging:
89942025-09-02T23:56:51.016Z[ host-image] Sep 02 23:56:48.691 INFO O| "etc/.pwd.lock"
89952025-09-02T23:56:51.021Z[ host-image] Sep 02 23:56:48.691 INFO O| "etc/bash"
89962025-09-02T23:56:51.022Z[ host-image] Sep 02 23:56:48.700 INFO O| "etc/svc/profile/generic.xml"
89972025-09-02T23:56:51.022Z[ host-image] Sep 02 23:56:48.700 INFO O| "etc/svc/profile/inetd_services.xml"
89982025-09-02T23:56:51.022Z[ host-image] Sep 02 23:56:48.700 INFO O| "etc/svc/profile/name_service.xml"
89992025-09-02T23:56:51.022Z[ host-image] Sep 02 23:56:48.700 INFO O| "etc/svc/profile/platform.xml"
90002025-09-02T23:56:51.022Z[ host-image] Sep 02 23:56:48.700 INFO O| "etc/svc/profile/platform_omicron1.xml"
90012025-09-02T23:56:51.022Z[ host-image] Sep 02 23:56:48.700 INFO O| "etc/svc/repository.db"
90022025-09-02T23:56:51.035Z[ host-image] Sep 02 23:56:48.717 INFO O| "opt/ooce/share"
90032025-09-02T23:56:51.035Z[ host-image] Sep 02 23:56:48.717 INFO O| "opt/ooce/share/man"
90042025-09-02T23:56:51.039Z[ host-image] Sep 02 23:56:48.717 INFO O| "opt/ooce/share/man/man1"
90052025-09-02T23:56:51.054Z[ host-image] Sep 02 23:56:48.734 INFO O| finishing archive...
90062025-09-02T23:56:55.626Z[ recovery-image] Sep 02 23:56:53.306 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')"
90072025-09-02T23:56:55.630Z[ recovery-image] Sep 02 23:56:53.307 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")
90082025-09-02T23:56:55.745Z[ host-image] Sep 02 23:56:53.425 INFO O| creating gzonly manifest...
90092025-09-02T23:56:55.756Z[ host-image] Sep 02 23:56:53.437 INFO O| ok
90102025-09-02T23:56:56.034Z[ host-image] Sep 02 23:56:53.714 INFO image builder template: ramdisk-02-trim...
90112025-09-02T23:56:56.034Z[ host-image] Sep 02 23:56:53.714 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/.tmpvoUPBR/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90122025-09-02T23:56:56.069Z[ host-image] Sep 02 23:56:53.748 INFO O| Sep 02 23:56:53.748 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90132025-09-02T23:56:56.073Z[ host-image] Sep 02 23:56:53.754 INFO O| Sep 02 23:56:53.754 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90142025-09-02T23:56:56.219Z[ recovery-image] Sep 02 23:56:53.887 INFO E| Updating crates.io index
90152025-09-02T23:56:56.310Z[ host-image] Sep 02 23:56:53.991 INFO O| Sep 02 23:56:53.991 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90162025-09-02T23:56:56.459Z[ host-image] Sep 02 23:56:54.139 INFO O| Sep 02 23:56:54.139 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90172025-09-02T23:56:56.459Z[ host-image] Sep 02 23:56:54.139 INFO O| Sep 02 23:56:54.139 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90182025-09-02T23:56:56.465Z[ host-image] Sep 02 23:56:54.146 INFO O| Sep 02 23:56:54.146 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90192025-09-02T23:56:56.471Z[ host-image] Sep 02 23:56:54.152 INFO O| Sep 02 23:56:54.152 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90202025-09-02T23:56:56.478Z[ host-image] Sep 02 23:56:54.158 INFO O| Sep 02 23:56:54.158 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90212025-09-02T23:56:56.706Z[ recovery-image] Sep 02 23:56:54.386 INFO E| Downloading crates ...
90222025-09-02T23:56:56.821Z[ recovery-image] Sep 02 23:56:54.502 INFO E| Downloaded colorchoice v1.0.4
90232025-09-02T23:56:56.825Z[ recovery-image] Sep 02 23:56:54.505 INFO E| Downloaded signal-hook-registry v1.4.5
90242025-09-02T23:56:56.829Z[ recovery-image] Sep 02 23:56:54.507 INFO E| Downloaded shared_thread v0.1.0
90252025-09-02T23:56:56.831Z[ recovery-image] Sep 02 23:56:54.509 INFO E| Downloaded duct v1.0.0
90262025-09-02T23:56:56.836Z[ recovery-image] Sep 02 23:56:54.512 INFO E| Downloaded os_pipe v1.2.2
90272025-09-02T23:56:56.836Z[ recovery-image] Sep 02 23:56:54.514 INFO E| Downloaded sigchld v0.2.4
90282025-09-02T23:56:56.836Z[ recovery-image] Sep 02 23:56:54.515 INFO E| Downloaded shared_child v1.1.1
90292025-09-02T23:56:56.841Z[ recovery-image] Sep 02 23:56:54.517 INFO E| Downloaded anstyle-parse v0.2.7
90302025-09-02T23:56:56.841Z[ recovery-image] Sep 02 23:56:54.519 INFO E| Downloaded anstream v0.6.19
90312025-09-02T23:56:56.845Z[ recovery-image] Sep 02 23:56:54.523 INFO E| Downloaded clap_lex v0.7.5
90322025-09-02T23:56:56.845Z[ recovery-image] Sep 02 23:56:54.524 INFO E| Downloaded anstyle-query v1.1.3
90332025-09-02T23:56:56.920Z[ recovery-image] Sep 02 23:56:54.600 INFO E| Compiling libc v0.2.174
90342025-09-02T23:56:56.924Z[ recovery-image] Sep 02 23:56:54.600 INFO E| Compiling proc-macro2 v1.0.95
90352025-09-02T23:56:56.924Z[ recovery-image] Sep 02 23:56:54.600 INFO E| Compiling unicode-ident v1.0.18
90362025-09-02T23:56:56.924Z[ recovery-image] Sep 02 23:56:54.600 INFO E| Compiling signal-hook v0.3.18
90372025-09-02T23:56:56.924Z[ recovery-image] Sep 02 23:56:54.601 INFO E| Compiling utf8parse v0.2.2
90382025-09-02T23:56:56.924Z[ recovery-image] Sep 02 23:56:54.601 INFO E| Compiling anstyle-query v1.1.3
90392025-09-02T23:56:56.924Z[ recovery-image] Sep 02 23:56:54.601 INFO E| Compiling is_terminal_polyfill v1.70.1
90402025-09-02T23:56:56.924Z[ recovery-image] Sep 02 23:56:54.601 INFO E| Compiling colorchoice v1.0.4
90412025-09-02T23:56:57.231Z[ host-image] Sep 02 23:56:54.911 INFO O| Sep 02 23:56:54.911 INFO rolled back to input snapshot; work may begin
90422025-09-02T23:56:57.231Z[ host-image] Sep 02 23:56:54.911 INFO O| Sep 02 23:56:54.911 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90432025-09-02T23:56:57.238Z[ host-image] Sep 02 23:56:54.918 INFO O| Sep 02 23:56:54.918 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442025-09-02T23:56:57.252Z[ host-image] Sep 02 23:56:54.932 INFO O| Sep 02 23:56:54.932 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90452025-09-02T23:56:57.337Z[ host-image] Sep 02 23:56:55.017 INFO O| Sep 02 23:56:55.017 INFO STEP 0 (remove_files) COMPLETE
90462025-09-02T23:56:57.337Z[ host-image] Sep 02 23:56:55.017 INFO O| Sep 02 23:56:55.017 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472025-09-02T23:56:57.351Z[ host-image] Sep 02 23:56:55.032 INFO O| Sep 02 23:56:55.032 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90482025-09-02T23:56:57.355Z[ host-image] Sep 02 23:56:55.035 INFO O| Sep 02 23:56:55.034 INFO STEP 1 (remove_files) COMPLETE
90492025-09-02T23:56:57.355Z[ host-image] Sep 02 23:56:55.035 INFO O| Sep 02 23:56:55.034 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502025-09-02T23:56:57.368Z[ host-image] Sep 02 23:56:55.048 INFO O| Sep 02 23:56:55.048 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90512025-09-02T23:56:57.398Z[ host-image] Sep 02 23:56:55.074 INFO O| Sep 02 23:56:55.074 INFO STEP 2 (remove_files) COMPLETE
90522025-09-02T23:56:57.398Z[ host-image] Sep 02 23:56:55.074 INFO O| Sep 02 23:56:55.074 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532025-09-02T23:56:57.425Z[ host-image] Sep 02 23:56:55.104 INFO O| Sep 02 23:56:55.104 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90542025-09-02T23:56:57.429Z[ host-image] Sep 02 23:56:55.107 INFO O| Sep 02 23:56:55.107 INFO STEP 3 (remove_files) COMPLETE
90552025-09-02T23:56:57.434Z[ host-image] Sep 02 23:56:55.115 INFO O| Sep 02 23:56:55.107 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562025-09-02T23:56:57.447Z[ host-image] Sep 02 23:56:55.128 INFO O| Sep 02 23:56:55.128 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90572025-09-02T23:56:57.453Z[ host-image] Sep 02 23:56:55.133 INFO O| Sep 02 23:56:55.133 INFO STEP 4 (remove_files) COMPLETE
90582025-09-02T23:56:57.453Z[ host-image] Sep 02 23:56:55.133 INFO O| Sep 02 23:56:55.133 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592025-09-02T23:56:57.468Z[ host-image] Sep 02 23:56:55.148 INFO O| Sep 02 23:56:55.148 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90602025-09-02T23:56:57.472Z[ host-image] Sep 02 23:56:55.153 INFO O| Sep 02 23:56:55.153 INFO STEP 5 (remove_files) COMPLETE
90612025-09-02T23:56:57.475Z[ host-image] Sep 02 23:56:55.153 INFO O| Sep 02 23:56:55.153 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622025-09-02T23:56:57.487Z[ host-image] Sep 02 23:56:55.168 INFO O| Sep 02 23:56:55.168 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90632025-09-02T23:56:57.503Z[ host-image] Sep 02 23:56:55.184 INFO O| Sep 02 23:56:55.184 INFO STEP 6 (remove_files) COMPLETE
90642025-09-02T23:56:57.503Z[ host-image] Sep 02 23:56:55.184 INFO O| Sep 02 23:56:55.184 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652025-09-02T23:56:57.518Z[ host-image] Sep 02 23:56:55.199 INFO O| Sep 02 23:56:55.198 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
90662025-09-02T23:56:57.555Z[ host-image] Sep 02 23:56:55.235 INFO O| Sep 02 23:56:55.235 INFO STEP 7 (remove_files) COMPLETE
90672025-09-02T23:56:57.555Z[ host-image] Sep 02 23:56:55.235 INFO O| Sep 02 23:56:55.235 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682025-09-02T23:56:57.571Z[ host-image] Sep 02 23:56:55.251 INFO O| Sep 02 23:56:55.251 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90692025-09-02T23:56:57.715Z[ host-image] Sep 02 23:56:55.396 INFO O| Sep 02 23:56:55.396 INFO STEP 8 (remove_files) COMPLETE
90702025-09-02T23:56:57.715Z[ host-image] Sep 02 23:56:55.396 INFO O| Sep 02 23:56:55.396 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712025-09-02T23:56:57.839Z[ host-image] Sep 02 23:56:55.520 INFO O| Sep 02 23:56:55.520 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90722025-09-02T23:56:57.869Z[ recovery-image] Sep 02 23:56:55.548 INFO E| Compiling anstyle-parse v0.2.7
90732025-09-02T23:56:57.901Z[ recovery-image] Sep 02 23:56:55.580 INFO E| Compiling anstyle v1.0.11
90742025-09-02T23:56:57.904Z[ recovery-image] Sep 02 23:56:55.581 INFO E| Compiling clap_lex v0.7.5
90752025-09-02T23:56:57.932Z[ recovery-image] Sep 02 23:56:55.612 INFO E| Compiling strsim v0.11.1
90762025-09-02T23:56:57.946Z[ recovery-image] Sep 02 23:56:55.626 INFO E| Compiling heck v0.5.0
90772025-09-02T23:56:58.118Z[ recovery-image] Sep 02 23:56:55.796 INFO E| Compiling shared_thread v0.1.0
90782025-09-02T23:56:58.190Z[ host-image] Sep 02 23:56:55.870 INFO O| Sep 02 23:56:55.868 INFO STEP 9 (remove_files) COMPLETE
90792025-09-02T23:56:58.190Z[ host-image] Sep 02 23:56:55.870 INFO O| Sep 02 23:56:55.868 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802025-09-02T23:56:58.257Z[ host-image] Sep 02 23:56:55.937 INFO O| Sep 02 23:56:55.937 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90812025-09-02T23:56:58.262Z[ host-image] Sep 02 23:56:55.942 INFO O| Sep 02 23:56:55.942 INFO STEP 10 (remove_files) COMPLETE
90822025-09-02T23:56:58.262Z[ host-image] Sep 02 23:56:55.942 INFO O| Sep 02 23:56:55.942 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832025-09-02T23:56:58.322Z[ host-image] Sep 02 23:56:56.002 INFO O| Sep 02 23:56:56.002 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90842025-09-02T23:56:58.325Z[ host-image] Sep 02 23:56:56.003 INFO O| Sep 02 23:56:56.003 INFO STEP 11 (remove_files) COMPLETE
90852025-09-02T23:56:58.325Z[ host-image] Sep 02 23:56:56.003 INFO O| Sep 02 23:56:56.003 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90862025-09-02T23:56:58.336Z[ host-image] Sep 02 23:56:56.016 INFO O| Sep 02 23:56:56.016 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90872025-09-02T23:56:58.339Z[ host-image] Sep 02 23:56:56.018 INFO O| Sep 02 23:56:56.018 INFO STEP 12 (remove_files) COMPLETE
90882025-09-02T23:56:58.339Z[ host-image] Sep 02 23:56:56.018 INFO O| Sep 02 23:56:56.018 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90892025-09-02T23:56:58.378Z[ host-image] Sep 02 23:56:56.058 INFO O| Sep 02 23:56:56.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90902025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.059 INFO O| Sep 02 23:56:56.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90912025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.059 INFO O| Sep 02 23:56:56.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90922025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.059 INFO O| Sep 02 23:56:56.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90932025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.059 INFO O| Sep 02 23:56:56.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90942025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.060 INFO O| Sep 02 23:56:56.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90952025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.060 INFO O| Sep 02 23:56:56.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90962025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.060 INFO O| Sep 02 23:56:56.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90972025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.061 INFO O| Sep 02 23:56:56.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90982025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.061 INFO O| Sep 02 23:56:56.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90992025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.061 INFO O| Sep 02 23:56:56.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91002025-09-02T23:56:58.381Z[ host-image] Sep 02 23:56:56.061 INFO O| Sep 02 23:56:56.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91012025-09-02T23:56:58.385Z[ host-image] Sep 02 23:56:56.062 INFO O| Sep 02 23:56:56.062 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91022025-09-02T23:56:58.385Z[ host-image] Sep 02 23:56:56.062 INFO O| Sep 02 23:56:56.062 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91032025-09-02T23:56:58.385Z[ host-image] Sep 02 23:56:56.062 INFO O| Sep 02 23:56:56.062 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91042025-09-02T23:56:58.385Z[ host-image] Sep 02 23:56:56.062 INFO O| Sep 02 23:56:56.062 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91052025-09-02T23:56:58.385Z[ host-image] Sep 02 23:56:56.063 INFO O| Sep 02 23:56:56.063 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91062025-09-02T23:56:58.489Z[ recovery-image] Sep 02 23:56:56.169 INFO E| Compiling anstream v0.6.19
91072025-09-02T23:56:59.053Z[ host-image] Sep 02 23:56:56.733 INFO O| Sep 02 23:56:56.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91082025-09-02T23:56:59.108Z[ host-image] Sep 02 23:56:56.788 INFO O| Sep 02 23:56:56.788 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91092025-09-02T23:56:59.112Z[ host-image] Sep 02 23:56:56.791 INFO O| Sep 02 23:56:56.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91102025-09-02T23:56:59.202Z[ host-image] Sep 02 23:56:56.882 INFO O| Sep 02 23:56:56.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91112025-09-02T23:56:59.206Z[ recovery-image] Sep 02 23:56:56.884 INFO E| Compiling clap_builder v4.5.41
91122025-09-02T23:56:59.337Z[ host-image] Sep 02 23:56:57.017 INFO O| Sep 02 23:56:57.017 INFO STEP 13 (remove_files) COMPLETE
91132025-09-02T23:56:59.337Z[ host-image] Sep 02 23:56:57.017 INFO O| Sep 02 23:56:57.017 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91142025-09-02T23:56:59.361Z[ host-image] Sep 02 23:56:57.041 INFO O| Sep 02 23:56:57.041 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91152025-09-02T23:56:59.365Z[ host-image] Sep 02 23:56:57.044 INFO O| Sep 02 23:56:57.044 INFO STEP 14 (remove_files) COMPLETE
91162025-09-02T23:56:59.365Z[ host-image] Sep 02 23:56:57.044 INFO O| Sep 02 23:56:57.044 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91172025-09-02T23:56:59.381Z[ host-image] Sep 02 23:56:57.061 INFO O| Sep 02 23:56:57.061 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91182025-09-02T23:56:59.393Z[ host-image] Sep 02 23:56:57.073 INFO O| Sep 02 23:56:57.073 INFO STEP 15 (remove_files) COMPLETE
91192025-09-02T23:56:59.396Z[ host-image] Sep 02 23:56:57.074 INFO O| Sep 02 23:56:57.074 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202025-09-02T23:56:59.410Z[ host-image] Sep 02 23:56:57.090 INFO O| Sep 02 23:56:57.090 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91212025-09-02T23:56:59.414Z[ host-image] Sep 02 23:56:57.091 INFO O| Sep 02 23:56:57.091 INFO STEP 16 (remove_files) COMPLETE
91222025-09-02T23:56:59.414Z[ host-image] Sep 02 23:56:57.091 INFO O| Sep 02 23:56:57.091 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232025-09-02T23:56:59.440Z[ host-image] Sep 02 23:56:57.120 INFO O| Sep 02 23:56:57.120 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91242025-09-02T23:56:59.444Z[ host-image] Sep 02 23:56:57.122 INFO O| Sep 02 23:56:57.122 INFO STEP 17 (remove_files) COMPLETE
91252025-09-02T23:56:59.444Z[ host-image] Sep 02 23:56:57.122 INFO O| Sep 02 23:56:57.122 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262025-09-02T23:56:59.458Z[ host-image] Sep 02 23:56:57.136 INFO O| Sep 02 23:56:57.136 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91272025-09-02T23:56:59.458Z[ host-image] Sep 02 23:56:57.136 INFO O| Sep 02 23:56:57.136 INFO STEP 18 (remove_files) COMPLETE
91282025-09-02T23:56:59.462Z[ host-image] Sep 02 23:56:57.136 INFO O| Sep 02 23:56:57.136 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292025-09-02T23:56:59.471Z[ host-image] Sep 02 23:56:57.151 INFO O| Sep 02 23:56:57.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91302025-09-02T23:56:59.471Z[ host-image] Sep 02 23:56:57.151 INFO O| Sep 02 23:56:57.151 INFO STEP 19 (remove_files) COMPLETE
91312025-09-02T23:56:59.476Z[ host-image] Sep 02 23:56:57.151 INFO O| Sep 02 23:56:57.151 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322025-09-02T23:56:59.486Z[ host-image] Sep 02 23:56:57.166 INFO O| Sep 02 23:56:57.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91332025-09-02T23:56:59.486Z[ host-image] Sep 02 23:56:57.166 INFO O| Sep 02 23:56:57.165 INFO STEP 20 (remove_files) COMPLETE
91342025-09-02T23:56:59.489Z[ host-image] Sep 02 23:56:57.166 INFO O| Sep 02 23:56:57.165 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.178 INFO O| Sep 02 23:56:57.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91362025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.178 INFO O| Sep 02 23:56:57.178 INFO STEP 21 (remove_files) COMPLETE
91372025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.178 INFO O| Sep 02 23:56:57.178 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.192 INFO O| Sep 02 23:56:57.192 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91392025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.192 INFO O| Sep 02 23:56:57.192 INFO STEP 22 (remove_files) COMPLETE
91402025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.192 INFO O| Sep 02 23:56:57.192 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.214 INFO O| Sep 02 23:56:57.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91422025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.214 INFO O| Sep 02 23:56:57.214 INFO STEP 23 (remove_files) COMPLETE
91432025-09-02T23:56:59.536Z[ host-image] Sep 02 23:56:57.214 INFO O| Sep 02 23:56:57.214 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442025-09-02T23:56:59.548Z[ host-image] Sep 02 23:56:57.228 INFO O| Sep 02 23:56:57.228 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91452025-09-02T23:56:59.548Z[ host-image] Sep 02 23:56:57.228 INFO O| Sep 02 23:56:57.228 INFO STEP 24 (remove_files) COMPLETE
91462025-09-02T23:56:59.548Z[ host-image] Sep 02 23:56:57.228 INFO O| Sep 02 23:56:57.228 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472025-09-02T23:56:59.573Z[ host-image] Sep 02 23:56:57.250 INFO O| Sep 02 23:56:57.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91482025-09-02T23:56:59.573Z[ host-image] Sep 02 23:56:57.250 INFO O| Sep 02 23:56:57.250 INFO STEP 25 (remove_files) COMPLETE
91492025-09-02T23:56:59.573Z[ host-image] Sep 02 23:56:57.250 INFO O| Sep 02 23:56:57.250 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502025-09-02T23:56:59.583Z[ host-image] Sep 02 23:56:57.263 INFO O| Sep 02 23:56:57.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91512025-09-02T23:56:59.587Z[ host-image] Sep 02 23:56:57.264 INFO O| Sep 02 23:56:57.264 INFO STEP 26 (remove_files) COMPLETE
91522025-09-02T23:56:59.587Z[ host-image] Sep 02 23:56:57.264 INFO O| Sep 02 23:56:57.264 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532025-09-02T23:56:59.596Z[ host-image] Sep 02 23:56:57.276 INFO O| Sep 02 23:56:57.276 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91542025-09-02T23:56:59.597Z[ host-image] Sep 02 23:56:57.276 INFO O| Sep 02 23:56:57.276 INFO STEP 27 (remove_files) COMPLETE
91552025-09-02T23:56:59.600Z[ host-image] Sep 02 23:56:57.277 INFO O| Sep 02 23:56:57.276 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562025-09-02T23:56:59.611Z[ host-image] Sep 02 23:56:57.291 INFO O| Sep 02 23:56:57.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91572025-09-02T23:56:59.611Z[ host-image] Sep 02 23:56:57.292 INFO O| Sep 02 23:56:57.291 INFO STEP 28 (remove_files) COMPLETE
91582025-09-02T23:56:59.611Z[ host-image] Sep 02 23:56:57.292 INFO O| Sep 02 23:56:57.292 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592025-09-02T23:56:59.625Z[ host-image] Sep 02 23:56:57.305 INFO O| Sep 02 23:56:57.305 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91602025-09-02T23:56:59.625Z[ host-image] Sep 02 23:56:57.305 INFO O| Sep 02 23:56:57.305 INFO STEP 29 (remove_files) COMPLETE
91612025-09-02T23:56:59.625Z[ host-image] Sep 02 23:56:57.305 INFO O| Sep 02 23:56:57.305 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622025-09-02T23:56:59.637Z[ host-image] Sep 02 23:56:57.317 INFO O| Sep 02 23:56:57.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91632025-09-02T23:56:59.641Z[ host-image] Sep 02 23:56:57.318 INFO O| Sep 02 23:56:57.317 INFO STEP 30 (remove_files) COMPLETE
91642025-09-02T23:56:59.641Z[ host-image] Sep 02 23:56:57.318 INFO O| Sep 02 23:56:57.318 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652025-09-02T23:56:59.650Z[ host-image] Sep 02 23:56:57.331 INFO O| Sep 02 23:56:57.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91662025-09-02T23:56:59.651Z[ host-image] Sep 02 23:56:57.331 INFO O| Sep 02 23:56:57.331 INFO STEP 31 (remove_files) COMPLETE
91672025-09-02T23:56:59.655Z[ host-image] Sep 02 23:56:57.331 INFO O| Sep 02 23:56:57.331 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682025-09-02T23:56:59.664Z[ host-image] Sep 02 23:56:57.344 INFO O| Sep 02 23:56:57.344 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91692025-09-02T23:56:59.667Z[ host-image] Sep 02 23:56:57.344 INFO O| Sep 02 23:56:57.344 INFO STEP 32 (remove_files) COMPLETE
91702025-09-02T23:56:59.667Z[ host-image] Sep 02 23:56:57.344 INFO O| Sep 02 23:56:57.344 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712025-09-02T23:56:59.678Z[ host-image] Sep 02 23:56:57.358 INFO O| Sep 02 23:56:57.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91722025-09-02T23:56:59.678Z[ host-image] Sep 02 23:56:57.358 INFO O| Sep 02 23:56:57.358 INFO STEP 33 (remove_files) COMPLETE
91732025-09-02T23:56:59.678Z[ host-image] Sep 02 23:56:57.358 INFO O| Sep 02 23:56:57.358 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742025-09-02T23:56:59.694Z[ host-image] Sep 02 23:56:57.374 INFO O| Sep 02 23:56:57.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91752025-09-02T23:56:59.694Z[ host-image] Sep 02 23:56:57.374 INFO O| Sep 02 23:56:57.374 INFO STEP 34 (remove_files) COMPLETE
91762025-09-02T23:56:59.698Z[ host-image] Sep 02 23:56:57.374 INFO O| Sep 02 23:56:57.374 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772025-09-02T23:56:59.710Z[ host-image] Sep 02 23:56:57.390 INFO O| Sep 02 23:56:57.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91782025-09-02T23:56:59.710Z[ host-image] Sep 02 23:56:57.390 INFO O| Sep 02 23:56:57.390 INFO STEP 35 (remove_files) COMPLETE
91792025-09-02T23:56:59.713Z[ host-image] Sep 02 23:56:57.390 INFO O| Sep 02 23:56:57.390 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802025-09-02T23:56:59.725Z[ host-image] Sep 02 23:56:57.405 INFO O| Sep 02 23:56:57.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91812025-09-02T23:56:59.725Z[ host-image] Sep 02 23:56:57.405 INFO O| Sep 02 23:56:57.405 INFO STEP 36 (remove_files) COMPLETE
91822025-09-02T23:56:59.725Z[ host-image] Sep 02 23:56:57.405 INFO O| Sep 02 23:56:57.405 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832025-09-02T23:56:59.741Z[ host-image] Sep 02 23:56:57.421 INFO O| Sep 02 23:56:57.421 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91842025-09-02T23:56:59.741Z[ host-image] Sep 02 23:56:57.421 INFO O| Sep 02 23:56:57.421 INFO STEP 37 (remove_files) COMPLETE
91852025-09-02T23:56:59.745Z[ host-image] Sep 02 23:56:57.421 INFO O| Sep 02 23:56:57.421 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862025-09-02T23:56:59.757Z[ host-image] Sep 02 23:56:57.437 INFO O| Sep 02 23:56:57.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91872025-09-02T23:56:59.757Z[ host-image] Sep 02 23:56:57.437 INFO O| Sep 02 23:56:57.437 INFO STEP 38 (remove_files) COMPLETE
91882025-09-02T23:56:59.757Z[ host-image] Sep 02 23:56:57.437 INFO O| Sep 02 23:56:57.437 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892025-09-02T23:56:59.807Z[ host-image] Sep 02 23:56:57.453 INFO O| Sep 02 23:56:57.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91902025-09-02T23:56:59.808Z[ host-image] Sep 02 23:56:57.453 INFO O| Sep 02 23:56:57.453 INFO STEP 39 (remove_files) COMPLETE
91912025-09-02T23:56:59.808Z[ host-image] Sep 02 23:56:57.453 INFO O| Sep 02 23:56:57.453 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922025-09-02T23:56:59.813Z[ host-image] Sep 02 23:56:57.467 INFO O| Sep 02 23:56:57.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91932025-09-02T23:56:59.813Z[ host-image] Sep 02 23:56:57.467 INFO O| Sep 02 23:56:57.467 INFO STEP 40 (remove_files) COMPLETE
91942025-09-02T23:56:59.814Z[ host-image] Sep 02 23:56:57.467 INFO O| Sep 02 23:56:57.467 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952025-09-02T23:56:59.814Z[ host-image] Sep 02 23:56:57.482 INFO O| Sep 02 23:56:57.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91962025-09-02T23:56:59.814Z[ host-image] Sep 02 23:56:57.482 INFO O| Sep 02 23:56:57.482 INFO STEP 41 (remove_files) COMPLETE
91972025-09-02T23:56:59.814Z[ host-image] Sep 02 23:56:57.482 INFO O| Sep 02 23:56:57.482 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982025-09-02T23:56:59.817Z[ host-image] Sep 02 23:56:57.496 INFO O| Sep 02 23:56:57.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91992025-09-02T23:56:59.817Z[ host-image] Sep 02 23:56:57.496 INFO O| Sep 02 23:56:57.496 INFO STEP 42 (remove_files) COMPLETE
92002025-09-02T23:56:59.817Z[ host-image] Sep 02 23:56:57.496 INFO O| Sep 02 23:56:57.496 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012025-09-02T23:56:59.830Z[ host-image] Sep 02 23:56:57.510 INFO O| Sep 02 23:56:57.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92022025-09-02T23:56:59.830Z[ host-image] Sep 02 23:56:57.510 INFO O| Sep 02 23:56:57.510 INFO STEP 43 (remove_files) COMPLETE
92032025-09-02T23:56:59.830Z[ host-image] Sep 02 23:56:57.510 INFO O| Sep 02 23:56:57.510 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042025-09-02T23:56:59.845Z[ host-image] Sep 02 23:56:57.524 INFO O| Sep 02 23:56:57.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92052025-09-02T23:56:59.845Z[ host-image] Sep 02 23:56:57.525 INFO O| Sep 02 23:56:57.525 INFO STEP 44 (remove_files) COMPLETE
92062025-09-02T23:56:59.848Z[ host-image] Sep 02 23:56:57.525 INFO O| Sep 02 23:56:57.525 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072025-09-02T23:56:59.859Z[ host-image] Sep 02 23:56:57.539 INFO O| Sep 02 23:56:57.539 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92082025-09-02T23:56:59.859Z[ host-image] Sep 02 23:56:57.539 INFO O| Sep 02 23:56:57.539 INFO STEP 45 (remove_files) COMPLETE
92092025-09-02T23:56:59.863Z[ host-image] Sep 02 23:56:57.539 INFO O| Sep 02 23:56:57.539 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102025-09-02T23:56:59.875Z[ host-image] Sep 02 23:56:57.555 INFO O| Sep 02 23:56:57.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92112025-09-02T23:56:59.876Z[ host-image] Sep 02 23:56:57.555 INFO O| Sep 02 23:56:57.555 INFO STEP 46 (remove_files) COMPLETE
92122025-09-02T23:56:59.876Z[ host-image] Sep 02 23:56:57.555 INFO O| Sep 02 23:56:57.555 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132025-09-02T23:56:59.891Z[ host-image] Sep 02 23:56:57.571 INFO O| Sep 02 23:56:57.571 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92142025-09-02T23:56:59.894Z[ host-image] Sep 02 23:56:57.571 INFO O| Sep 02 23:56:57.571 INFO STEP 47 (remove_files) COMPLETE
92152025-09-02T23:56:59.894Z[ host-image] Sep 02 23:56:57.571 INFO O| Sep 02 23:56:57.571 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162025-09-02T23:56:59.906Z[ host-image] Sep 02 23:56:57.587 INFO O| Sep 02 23:56:57.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92172025-09-02T23:56:59.906Z[ host-image] Sep 02 23:56:57.587 INFO O| Sep 02 23:56:57.587 INFO STEP 48 (remove_files) COMPLETE
92182025-09-02T23:56:59.907Z[ host-image] Sep 02 23:56:57.587 INFO O| Sep 02 23:56:57.587 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192025-09-02T23:56:59.922Z[ host-image] Sep 02 23:56:57.602 INFO O| Sep 02 23:56:57.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92202025-09-02T23:56:59.922Z[ host-image] Sep 02 23:56:57.602 INFO O| Sep 02 23:56:57.602 INFO STEP 49 (remove_files) COMPLETE
92212025-09-02T23:56:59.926Z[ host-image] Sep 02 23:56:57.602 INFO O| Sep 02 23:56:57.602 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222025-09-02T23:56:59.938Z[ host-image] Sep 02 23:56:57.618 INFO O| Sep 02 23:56:57.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92232025-09-02T23:56:59.938Z[ host-image] Sep 02 23:56:57.618 INFO O| Sep 02 23:56:57.618 INFO STEP 50 (remove_files) COMPLETE
92242025-09-02T23:56:59.938Z[ host-image] Sep 02 23:56:57.618 INFO O| Sep 02 23:56:57.618 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252025-09-02T23:56:59.952Z[ host-image] Sep 02 23:56:57.632 INFO O| Sep 02 23:56:57.632 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92262025-09-02T23:56:59.952Z[ host-image] Sep 02 23:56:57.632 INFO O| Sep 02 23:56:57.632 INFO STEP 51 (remove_files) COMPLETE
92272025-09-02T23:56:59.956Z[ host-image] Sep 02 23:56:57.632 INFO O| Sep 02 23:56:57.632 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282025-09-02T23:56:59.967Z[ host-image] Sep 02 23:56:57.647 INFO O| Sep 02 23:56:57.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92292025-09-02T23:56:59.967Z[ host-image] Sep 02 23:56:57.647 INFO O| Sep 02 23:56:57.647 INFO STEP 52 (remove_files) COMPLETE
92302025-09-02T23:56:59.970Z[ host-image] Sep 02 23:56:57.647 INFO O| Sep 02 23:56:57.647 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312025-09-02T23:56:59.980Z[ host-image] Sep 02 23:56:57.660 INFO O| Sep 02 23:56:57.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92322025-09-02T23:56:59.980Z[ host-image] Sep 02 23:56:57.660 INFO O| Sep 02 23:56:57.660 INFO STEP 53 (remove_files) COMPLETE
92332025-09-02T23:56:59.983Z[ host-image] Sep 02 23:56:57.660 INFO O| Sep 02 23:56:57.660 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342025-09-02T23:56:59.994Z[ host-image] Sep 02 23:56:57.674 INFO O| Sep 02 23:56:57.674 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92352025-09-02T23:56:59.994Z[ host-image] Sep 02 23:56:57.674 INFO O| Sep 02 23:56:57.674 INFO STEP 54 (remove_files) COMPLETE
92362025-09-02T23:56:59.998Z[ host-image] Sep 02 23:56:57.674 INFO O| Sep 02 23:56:57.674 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372025-09-02T23:57:00.008Z[ host-image] Sep 02 23:56:57.688 INFO O| Sep 02 23:56:57.688 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92382025-09-02T23:57:00.008Z[ host-image] Sep 02 23:56:57.688 INFO O| Sep 02 23:56:57.688 INFO STEP 55 (remove_files) COMPLETE
92392025-09-02T23:57:00.008Z[ host-image] Sep 02 23:56:57.688 INFO O| Sep 02 23:56:57.688 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402025-09-02T23:57:00.022Z[ host-image] Sep 02 23:56:57.702 INFO O| Sep 02 23:56:57.702 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92412025-09-02T23:57:00.022Z[ host-image] Sep 02 23:56:57.702 INFO O| Sep 02 23:56:57.702 INFO STEP 56 (remove_files) COMPLETE
92422025-09-02T23:57:00.025Z[ host-image] Sep 02 23:56:57.702 INFO O| Sep 02 23:56:57.702 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432025-09-02T23:57:00.036Z[ host-image] Sep 02 23:56:57.716 INFO O| Sep 02 23:56:57.716 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92442025-09-02T23:57:00.036Z[ host-image] Sep 02 23:56:57.716 INFO O| Sep 02 23:56:57.716 INFO STEP 57 (remove_files) COMPLETE
92452025-09-02T23:57:00.038Z[ host-image] Sep 02 23:56:57.716 INFO O| Sep 02 23:56:57.716 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462025-09-02T23:57:00.050Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92472025-09-02T23:57:00.050Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92482025-09-02T23:57:00.053Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92492025-09-02T23:57:00.053Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92502025-09-02T23:57:00.053Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92512025-09-02T23:57:00.053Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92522025-09-02T23:57:00.053Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO ok!
92532025-09-02T23:57:00.053Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO STEP 58 (ensure_file) COMPLETE
92542025-09-02T23:57:00.053Z[ host-image] Sep 02 23:56:57.730 INFO O| Sep 02 23:56:57.730 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92552025-09-02T23:57:00.063Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92562025-09-02T23:57:00.063Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92572025-09-02T23:57:00.067Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92582025-09-02T23:57:00.067Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92592025-09-02T23:57:00.067Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92602025-09-02T23:57:00.067Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92612025-09-02T23:57:00.067Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO ok!
92622025-09-02T23:57:00.067Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO STEP 59 (ensure_file) COMPLETE
92632025-09-02T23:57:00.067Z[ host-image] Sep 02 23:56:57.743 INFO O| Sep 02 23:56:57.743 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642025-09-02T23:57:00.076Z[ host-image] Sep 02 23:56:57.756 INFO O| Sep 02 23:56:57.756 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92652025-09-02T23:57:00.076Z[ host-image] Sep 02 23:56:57.756 INFO O| Sep 02 23:56:57.756 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92662025-09-02T23:57:00.080Z[ host-image] Sep 02 23:56:57.756 INFO O| Sep 02 23:56:57.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92672025-09-02T23:57:00.080Z[ host-image] Sep 02 23:56:57.756 INFO O| Sep 02 23:56:57.756 INFO ok!
92682025-09-02T23:57:00.080Z[ host-image] Sep 02 23:56:57.757 INFO O| Sep 02 23:56:57.756 INFO STEP 60 (ensure_file) COMPLETE
92692025-09-02T23:57:00.080Z[ host-image] Sep 02 23:56:57.757 INFO O| Sep 02 23:56:57.756 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92702025-09-02T23:57:00.089Z[ host-image] Sep 02 23:56:57.768 INFO O| Sep 02 23:56:57.768 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92712025-09-02T23:57:00.090Z[ host-image] Sep 02 23:56:57.768 INFO O| Sep 02 23:56:57.768 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92722025-09-02T23:57:00.095Z[ host-image] Sep 02 23:56:57.768 INFO O| Sep 02 23:56:57.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92732025-09-02T23:57:00.095Z[ host-image] Sep 02 23:56:57.768 INFO O| Sep 02 23:56:57.768 INFO ok!
92742025-09-02T23:57:00.095Z[ host-image] Sep 02 23:56:57.768 INFO O| Sep 02 23:56:57.768 INFO STEP 61 (ensure_file) COMPLETE
92752025-09-02T23:57:00.096Z[ host-image] Sep 02 23:56:57.768 INFO O| Sep 02 23:56:57.768 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762025-09-02T23:57:00.102Z[ host-image] Sep 02 23:56:57.782 INFO O| Sep 02 23:56:57.781 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92772025-09-02T23:57:00.102Z[ host-image] Sep 02 23:56:57.782 INFO O| Sep 02 23:56:57.782 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92782025-09-02T23:57:00.106Z[ host-image] Sep 02 23:56:57.782 INFO O| Sep 02 23:56:57.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92792025-09-02T23:57:00.106Z[ host-image] Sep 02 23:56:57.782 INFO O| Sep 02 23:56:57.782 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92802025-09-02T23:57:00.106Z[ host-image] Sep 02 23:56:57.782 INFO O| Sep 02 23:56:57.782 INFO ok!
92812025-09-02T23:57:00.106Z[ host-image] Sep 02 23:56:57.782 INFO O| Sep 02 23:56:57.782 INFO STEP 62 (ensure_file) COMPLETE
92822025-09-02T23:57:00.106Z[ host-image] Sep 02 23:56:57.782 INFO O| Sep 02 23:56:57.782 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832025-09-02T23:57:00.115Z[ host-image] Sep 02 23:56:57.795 INFO O| Sep 02 23:56:57.795 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92842025-09-02T23:57:00.115Z[ host-image] Sep 02 23:56:57.795 INFO O| Sep 02 23:56:57.795 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92852025-09-02T23:57:00.115Z[ host-image] Sep 02 23:56:57.795 INFO O| Sep 02 23:56:57.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92862025-09-02T23:57:00.118Z[ host-image] Sep 02 23:56:57.795 INFO O| Sep 02 23:56:57.795 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92872025-09-02T23:57:00.119Z[ host-image] Sep 02 23:56:57.795 INFO O| Sep 02 23:56:57.795 INFO ok!
92882025-09-02T23:57:00.119Z[ host-image] Sep 02 23:56:57.795 INFO O| Sep 02 23:56:57.795 INFO STEP 63 (ensure_file) COMPLETE
92892025-09-02T23:57:00.119Z[ host-image] Sep 02 23:56:57.795 INFO O| Sep 02 23:56:57.795 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902025-09-02T23:57:00.128Z[ host-image] Sep 02 23:56:57.808 INFO O| Sep 02 23:56:57.808 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92912025-09-02T23:57:00.128Z[ host-image] Sep 02 23:56:57.808 INFO O| Sep 02 23:56:57.808 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92922025-09-02T23:57:00.128Z[ host-image] Sep 02 23:56:57.808 INFO O| Sep 02 23:56:57.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92932025-09-02T23:57:00.132Z[ host-image] Sep 02 23:56:57.808 INFO O| Sep 02 23:56:57.808 INFO ok!
92942025-09-02T23:57:00.132Z[ host-image] Sep 02 23:56:57.808 INFO O| Sep 02 23:56:57.808 INFO STEP 64 (assemble_files) COMPLETE
92952025-09-02T23:57:00.132Z[ host-image] Sep 02 23:56:57.808 INFO O| Sep 02 23:56:57.808 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962025-09-02T23:57:00.141Z[ host-image] Sep 02 23:56:57.821 INFO O| Sep 02 23:56:57.821 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92972025-09-02T23:57:00.141Z[ host-image] Sep 02 23:56:57.821 INFO O| Sep 02 23:56:57.821 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92982025-09-02T23:57:00.145Z[ host-image] Sep 02 23:56:57.822 INFO O| Sep 02 23:56:57.821 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92992025-09-02T23:57:00.145Z[ host-image] Sep 02 23:56:57.822 INFO O| Sep 02 23:56:57.821 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93002025-09-02T23:57:00.145Z[ host-image] Sep 02 23:56:57.822 INFO O| Sep 02 23:56:57.822 INFO ok!
93012025-09-02T23:57:00.145Z[ host-image] Sep 02 23:56:57.822 INFO O| Sep 02 23:56:57.822 INFO STEP 65 (ensure_file) COMPLETE
93022025-09-02T23:57:00.145Z[ host-image] Sep 02 23:56:57.822 INFO O| Sep 02 23:56:57.822 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93032025-09-02T23:57:00.155Z[ host-image] Sep 02 23:56:57.834 INFO O| Sep 02 23:56:57.834 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93042025-09-02T23:57:00.155Z[ host-image] Sep 02 23:56:57.835 INFO O| Sep 02 23:56:57.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93052025-09-02T23:57:00.155Z[ host-image] Sep 02 23:56:57.835 INFO O| Sep 02 23:56:57.835 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93062025-09-02T23:57:00.159Z[ host-image] Sep 02 23:56:57.835 INFO O| Sep 02 23:56:57.835 INFO STEP 66 (ensure_dir) COMPLETE
93072025-09-02T23:57:00.159Z[ host-image] Sep 02 23:56:57.835 INFO O| Sep 02 23:56:57.835 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082025-09-02T23:57:00.169Z[ host-image] Sep 02 23:56:57.849 INFO O| Sep 02 23:56:57.849 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93092025-09-02T23:57:00.169Z[ host-image] Sep 02 23:56:57.849 INFO O| Sep 02 23:56:57.849 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 ...
93102025-09-02T23:57:00.218Z[ host-image] Sep 02 23:56:57.898 INFO O| Sep 02 23:56:57.898 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
93112025-09-02T23:57:00.218Z[ host-image] Sep 02 23:56:57.898 INFO O| Sep 02 23:56:57.898 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93122025-09-02T23:57:00.218Z[ host-image] Sep 02 23:56:57.898 INFO O| Sep 02 23:56:57.898 INFO ok!
93132025-09-02T23:57:00.222Z[ host-image] Sep 02 23:56:57.898 INFO O| Sep 02 23:56:57.898 INFO STEP 67 (ensure_file) COMPLETE
93142025-09-02T23:57:00.222Z[ host-image] Sep 02 23:56:57.898 INFO O| Sep 02 23:56:57.898 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93152025-09-02T23:57:00.233Z[ host-image] Sep 02 23:56:57.913 INFO O| Sep 02 23:56:57.913 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93162025-09-02T23:57:00.233Z[ host-image] Sep 02 23:56:57.913 INFO O| Sep 02 23:56:57.913 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 ...
93172025-09-02T23:57:00.236Z[ host-image] Sep 02 23:56:57.913 INFO O| Sep 02 23:56:57.913 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
93182025-09-02T23:57:00.236Z[ host-image] Sep 02 23:56:57.913 INFO O| Sep 02 23:56:57.913 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93192025-09-02T23:57:00.236Z[ host-image] Sep 02 23:56:57.913 INFO O| Sep 02 23:56:57.913 INFO ok!
93202025-09-02T23:57:00.236Z[ host-image] Sep 02 23:56:57.913 INFO O| Sep 02 23:56:57.913 INFO STEP 68 (ensure_file) COMPLETE
93212025-09-02T23:57:00.236Z[ host-image] Sep 02 23:56:57.913 INFO O| Sep 02 23:56:57.913 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222025-09-02T23:57:00.271Z[ host-image] Sep 02 23:56:57.951 INFO O| Sep 02 23:56:57.951 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93232025-09-02T23:57:00.271Z[ host-image] Sep 02 23:56:57.951 INFO O| Sep 02 23:56:57.951 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93242025-09-02T23:57:00.517Z[ recovery-image] Sep 02 23:56:58.197 INFO E| Compiling quote v1.0.40
93252025-09-02T23:57:00.662Z[ recovery-image] Sep 02 23:56:58.341 INFO E| Compiling signal-hook-registry v1.4.5
93262025-09-02T23:57:00.662Z[ recovery-image] Sep 02 23:56:58.342 INFO E| Compiling os_pipe v1.2.2
93272025-09-02T23:57:01.243Z[ recovery-image] Sep 02 23:56:58.923 INFO E| Compiling syn v2.0.104
93282025-09-02T23:57:01.516Z[ recovery-image] Sep 02 23:56:59.195 INFO E| Compiling sigchld v0.2.4
93292025-09-02T23:57:01.696Z[ recovery-image] Sep 02 23:56:59.375 INFO E| Compiling shared_child v1.1.1
93302025-09-02T23:57:02.160Z[ recovery-image] Sep 02 23:56:59.839 INFO E| Compiling duct v1.0.0
93312025-09-02T23:57:05.067Z[ host-image] Sep 02 23:57:02.746 INFO O| Sep 02 23:57:02.746 INFO STEP 69 (pack_tar) COMPLETE
93322025-09-02T23:57:05.067Z[ host-image] Sep 02 23:57:02.746 INFO O| Sep 02 23:57:02.746 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93332025-09-02T23:57:05.071Z[ host-image] Sep 02 23:57:02.746 INFO O| Sep 02 23:57:02.746 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93342025-09-02T23:57:05.512Z[ host-image] Sep 02 23:57:03.191 INFO O| Sep 02 23:57:03.191 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93352025-09-02T23:57:05.702Z[ host-image] Sep 02 23:57:03.381 INFO O| Sep 02 23:57:03.381 INFO completed processing sled/ramdisk-02-trim
93362025-09-02T23:57:05.706Z[ host-image] Sep 02 23:57:03.383 INFO image builder template: zfs...
93372025-09-02T23:57:05.706Z[ host-image] Sep 02 23:57:03.383 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/.tmpvoUPBR/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None
93382025-09-02T23:57:05.728Z[ host-image] Sep 02 23:57:03.407 INFO O| Sep 02 23:57:03.406 INFO skip include "stress" because feature "stress" is not enabled
93392025-09-02T23:57:05.728Z[ host-image] Sep 02 23:57:03.407 INFO O| Sep 02 23:57:03.406 INFO skip include "stress" because feature "compliance" is not enabled
93402025-09-02T23:57:05.782Z[ host-image] Sep 02 23:57:03.461 INFO O| Sep 02 23:57:03.461 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93412025-09-02T23:57:05.788Z[ host-image] Sep 02 23:57:03.467 INFO O| Sep 02 23:57:03.467 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93422025-09-02T23:57:05.951Z[ host-image] Sep 02 23:57:03.629 INFO O| Sep 02 23:57:03.629 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93432025-09-02T23:57:06.048Z[ host-image] Sep 02 23:57:03.725 INFO O| Sep 02 23:57:03.725 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93442025-09-02T23:57:06.048Z[ host-image] Sep 02 23:57:03.725 INFO O| Sep 02 23:57:03.725 INFO work dataset: rpool/images/build/host/work/sled/zfs
93452025-09-02T23:57:06.053Z[ host-image] Sep 02 23:57:03.732 INFO O| Sep 02 23:57:03.732 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93462025-09-02T23:57:06.353Z[ host-image] Sep 02 23:57:04.032 INFO O| Sep 02 23:57:04.031 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93472025-09-02T23:57:06.461Z[ host-image] Sep 02 23:57:04.139 INFO O| Sep 02 23:57:04.139 INFO DESTROY POOL: TEMPORARY-sled-zfs
93482025-09-02T23:57:06.474Z[ host-image] Sep 02 23:57:04.153 INFO O| Sep 02 23:57:04.153 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93492025-09-02T23:57:06.480Z[ host-image] Sep 02 23:57:04.159 INFO O| Sep 02 23:57:04.159 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93502025-09-02T23:57:06.480Z[ host-image] Sep 02 23:57:04.159 INFO O| Sep 02 23:57:04.159 INFO no lofi found
93512025-09-02T23:57:06.480Z[ host-image] Sep 02 23:57:04.159 INFO O| Sep 02 23:57:04.159 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93522025-09-02T23:57:06.484Z[ host-image] Sep 02 23:57:04.159 INFO O| Sep 02 23:57:04.159 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93532025-09-02T23:57:08.325Z[ host-image] Sep 02 23:57:06.003 INFO O| Sep 02 23:57:06.003 INFO lofi device = /dev/dsk/c2t1d0p0
93542025-09-02T23:57:08.325Z[ host-image] Sep 02 23:57:06.003 INFO O| Sep 02 23:57:06.003 INFO pool device = /dev/dsk/c2t1d0p0
93552025-09-02T23:57:08.328Z[ host-image] Sep 02 23:57:06.003 INFO O| Sep 02 23:57:06.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"]
93562025-09-02T23:57:08.684Z[ host-image] Sep 02 23:57:06.362 INFO O| Sep 02 23:57:06.362 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93572025-09-02T23:57:08.684Z[ host-image] Sep 02 23:57:06.362 INFO O| Sep 02 23:57:06.362 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93582025-09-02T23:57:08.711Z[ host-image] Sep 02 23:57:06.389 INFO O| Sep 02 23:57:06.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93592025-09-02T23:57:08.843Z[ host-image] Sep 02 23:57:06.522 INFO O| Sep 02 23:57:06.521 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93602025-09-02T23:57:08.900Z[ host-image] Sep 02 23:57:06.578 INFO O| Sep 02 23:57:06.578 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93612025-09-02T23:57:08.927Z[ host-image] Sep 02 23:57:06.605 INFO O| Sep 02 23:57:06.605 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93622025-09-02T23:57:08.983Z[ host-image] Sep 02 23:57:06.625 INFO O| Sep 02 23:57:06.625 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93632025-09-02T23:57:09.018Z[ host-image] Sep 02 23:57:06.697 INFO O| Sep 02 23:57:06.696 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93642025-09-02T23:57:09.022Z[ host-image] Sep 02 23:57:06.697 INFO O| Sep 02 23:57:06.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93652025-09-02T23:57:09.022Z[ host-image] Sep 02 23:57:06.697 INFO O| Sep 02 23:57:06.697 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93662025-09-02T23:57:09.060Z[ host-image] Sep 02 23:57:06.739 INFO O| Sep 02 23:57:06.739 INFO boot environment UUID: 49a18cd6-9c84-4dcb-bf56-f21ed7c4095d
93672025-09-02T23:57:09.064Z[ host-image] Sep 02 23:57:06.739 INFO O| Sep 02 23:57:06.739 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 49a18cd6-9c84-4dcb-bf56-f21ed7c4095d
93682025-09-02T23:57:09.082Z[ host-image] Sep 02 23:57:06.760 INFO O| Sep 02 23:57:06.760 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93692025-09-02T23:57:09.105Z[ host-image] Sep 02 23:57:06.782 INFO O| Sep 02 23:57:06.782 INFO STEP 0 (create_be) COMPLETE
93702025-09-02T23:57:09.105Z[ host-image] Sep 02 23:57:06.783 INFO O| Sep 02 23:57:06.782 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93712025-09-02T23:57:09.126Z[ host-image] Sep 02 23:57:06.805 INFO O| Sep 02 23:57:06.805 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93722025-09-02T23:57:12.882Z[ recovery-image] Sep 02 23:57:10.518 INFO E| Compiling clap_derive v4.5.41
93732025-09-02T23:57:17.488Z[ recovery-image] Sep 02 23:57:15.157 INFO E| Compiling clap v4.5.41
93742025-09-02T23:57:17.579Z[ recovery-image] Sep 02 23:57:15.256 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
93752025-09-02T23:57:19.317Z[ recovery-image] Sep 02 23:57:16.992 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.54s
93762025-09-02T23:57:19.340Z[ recovery-image] Sep 02 23:57:17.009 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
93772025-09-02T23:57:19.717Z[ recovery-image] Sep 02 23:57:17.386 INFO E| Downloading crates ...
93782025-09-02T23:57:19.829Z[ recovery-image] Sep 02 23:57:17.503 INFO E| Downloaded cpio_reader v0.1.2
93792025-09-02T23:57:19.833Z[ recovery-image] Sep 02 23:57:17.506 INFO E| Downloaded bitstruct v0.1.1
93802025-09-02T23:57:19.841Z[ recovery-image] Sep 02 23:57:17.518 INFO E| Downloaded scroll_derive v0.13.0
93812025-09-02T23:57:19.845Z[ recovery-image] Sep 02 23:57:17.518 INFO E| Downloaded bit_field v0.10.2
93822025-09-02T23:57:19.845Z[ recovery-image] Sep 02 23:57:17.520 INFO E| Downloaded adler2 v2.0.1
93832025-09-02T23:57:19.848Z[ recovery-image] Sep 02 23:57:17.522 INFO E| Downloaded seq-macro v0.3.6
93842025-09-02T23:57:19.851Z[ recovery-image] Sep 02 23:57:17.526 INFO E| Downloaded bitstruct_derive v0.1.0
93852025-09-02T23:57:19.851Z[ recovery-image] Sep 02 23:57:17.526 INFO E| Downloaded scroll v0.13.0
93862025-09-02T23:57:19.858Z[ recovery-image] Sep 02 23:57:17.532 INFO E| Downloaded raw-cpuid v10.7.0
93872025-09-02T23:57:19.861Z[ recovery-image] Sep 02 23:57:17.535 INFO E| Downloaded miniz_oxide v0.8.9
93882025-09-02T23:57:19.872Z[ recovery-image] Sep 02 23:57:17.548 INFO E| Downloaded goblin v0.10.0
93892025-09-02T23:57:19.968Z[ recovery-image] Sep 02 23:57:17.644 INFO E| Downloaded x86 v0.52.0
93902025-09-02T23:57:20.017Z[ recovery-image] Sep 02 23:57:17.694 INFO E| Updating crates.io index
93912025-09-02T23:57:20.169Z[ recovery-image] Sep 02 23:57:17.844 INFO E| Downloading crates ...
93922025-09-02T23:57:20.281Z[ recovery-image] Sep 02 23:57:17.957 INFO E| Downloaded rustc-demangle v0.1.25
93932025-09-02T23:57:20.285Z[ recovery-image] Sep 02 23:57:17.962 INFO E| Downloaded rustc-literal-escaper v0.0.5
93942025-09-02T23:57:20.289Z[ recovery-image] Sep 02 23:57:17.962 INFO E| Downloaded getopts v0.2.23
93952025-09-02T23:57:20.313Z[ recovery-image] Sep 02 23:57:17.988 INFO E| Downloaded unicode-width v0.2.1
93962025-09-02T23:57:20.412Z[ recovery-image] Sep 02 23:57:18.088 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)
93972025-09-02T23:57:20.412Z[ recovery-image] Sep 02 23:57:18.088 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)
93982025-09-02T23:57:20.412Z[ recovery-image] Sep 02 23:57:18.088 INFO E| Compiling proc-macro2 v1.0.95
93992025-09-02T23:57:20.416Z[ recovery-image] Sep 02 23:57:18.088 INFO E| Compiling unicode-ident v1.0.18
94002025-09-02T23:57:20.416Z[ recovery-image] Sep 02 23:57:18.088 INFO E| Compiling syn v1.0.109
94012025-09-02T23:57:20.416Z[ recovery-image] Sep 02 23:57:18.089 INFO E| Compiling x86 v0.52.0
94022025-09-02T23:57:20.428Z[ recovery-image] Sep 02 23:57:18.104 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94032025-09-02T23:57:20.428Z[ recovery-image] Sep 02 23:57:18.104 INFO E| Compiling seq-macro v0.3.6
94042025-09-02T23:57:22.398Z[ recovery-image] Sep 02 23:57:20.068 INFO E| Compiling quote v1.0.40
94052025-09-02T23:57:22.942Z[ recovery-image] Sep 02 23:57:20.617 INFO E| Compiling syn v2.0.104
94062025-09-02T23:57:28.574Z[ recovery-image] Sep 02 23:57:26.245 INFO E| Compiling scroll_derive v0.13.0
94072025-09-02T23:57:30.676Z[verify-libraries] Finished `release` profile [optimized] target(s) in 20m 29s
94082025-09-02T23:57:31.265Z[ host-image] Sep 02 23:57:28.940 INFO O| Sep 02 23:57:28.939 INFO STEP 1 (unpack_tar) COMPLETE
94092025-09-02T23:57:31.265Z[ host-image] Sep 02 23:57:28.940 INFO O| Sep 02 23:57:28.940 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94102025-09-02T23:57:31.278Z[ host-image] Sep 02 23:57:28.952 INFO O| Sep 02 23:57:28.952 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94112025-09-02T23:57:31.864Z[ host-image] Sep 02 23:57:29.539 INFO O| Sep 02 23:57:29.539 INFO STEP 2 (devfsadm) COMPLETE
94122025-09-02T23:57:31.868Z[ host-image] Sep 02 23:57:29.539 INFO O| Sep 02 23:57:29.539 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94132025-09-02T23:57:31.877Z[ host-image] Sep 02 23:57:29.551 INFO O| Sep 02 23:57:29.551 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94142025-09-02T23:57:31.877Z[ host-image] Sep 02 23:57:29.551 INFO O| Sep 02 23:57:29.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94152025-09-02T23:57:31.877Z[ host-image] Sep 02 23:57:29.551 INFO O| Sep 02 23:57:29.551 INFO STEP 3 (ensure_dir) COMPLETE
94162025-09-02T23:57:31.880Z[ host-image] Sep 02 23:57:29.551 INFO O| Sep 02 23:57:29.551 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94172025-09-02T23:57:31.889Z[ host-image] Sep 02 23:57:29.563 INFO O| Sep 02 23:57:29.563 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94182025-09-02T23:57:31.889Z[ host-image] Sep 02 23:57:29.563 INFO O| Sep 02 23:57:29.563 INFO STEP 4 (ensure_dir) COMPLETE
94192025-09-02T23:57:31.892Z[ host-image] Sep 02 23:57:29.563 INFO O| Sep 02 23:57:29.563 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94202025-09-02T23:57:31.899Z[ host-image] Sep 02 23:57:29.573 INFO O| Sep 02 23:57:29.573 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94212025-09-02T23:57:31.899Z[ host-image] Sep 02 23:57:29.573 INFO O| Sep 02 23:57:29.573 INFO STEP 5 (ensure_dir) COMPLETE
94222025-09-02T23:57:31.902Z[ host-image] Sep 02 23:57:29.573 INFO O| Sep 02 23:57:29.573 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94232025-09-02T23:57:31.910Z[ host-image] Sep 02 23:57:29.584 INFO O| Sep 02 23:57:29.584 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94242025-09-02T23:57:31.913Z[ host-image] Sep 02 23:57:29.584 INFO O| Sep 02 23:57:29.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94252025-09-02T23:57:31.913Z[ host-image] Sep 02 23:57:29.584 INFO O| Sep 02 23:57:29.584 INFO STEP 6 (ensure_dir) COMPLETE
94262025-09-02T23:57:31.913Z[ host-image] Sep 02 23:57:29.584 INFO O| Sep 02 23:57:29.584 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94272025-09-02T23:57:31.922Z[ host-image] Sep 02 23:57:29.596 INFO O| Sep 02 23:57:29.596 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94282025-09-02T23:57:31.922Z[ host-image] Sep 02 23:57:29.596 INFO O| Sep 02 23:57:29.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94292025-09-02T23:57:31.926Z[ host-image] Sep 02 23:57:29.596 INFO O| Sep 02 23:57:29.596 INFO STEP 7 (ensure_dir) COMPLETE
94302025-09-02T23:57:31.926Z[ host-image] Sep 02 23:57:29.596 INFO O| Sep 02 23:57:29.596 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94312025-09-02T23:57:31.934Z[ host-image] Sep 02 23:57:29.608 INFO O| Sep 02 23:57:29.608 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94322025-09-02T23:57:31.934Z[ host-image] Sep 02 23:57:29.609 INFO O| Sep 02 23:57:29.609 INFO STEP 8 (remove_files) COMPLETE
94332025-09-02T23:57:31.937Z[ host-image] Sep 02 23:57:29.609 INFO O| Sep 02 23:57:29.609 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94342025-09-02T23:57:31.946Z[ host-image] Sep 02 23:57:29.620 INFO O| Sep 02 23:57:29.620 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94352025-09-02T23:57:31.949Z[ host-image] Sep 02 23:57:29.621 INFO O| Sep 02 23:57:29.621 INFO STEP 9 (remove_files) COMPLETE
94362025-09-02T23:57:31.949Z[ host-image] Sep 02 23:57:29.621 INFO O| Sep 02 23:57:29.621 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94372025-09-02T23:57:31.958Z[ host-image] Sep 02 23:57:29.633 INFO O| Sep 02 23:57:29.633 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94382025-09-02T23:57:31.963Z[ host-image] Sep 02 23:57:29.634 INFO O| Sep 02 23:57:29.634 INFO STEP 10 (remove_files) COMPLETE
94392025-09-02T23:57:31.963Z[ host-image] Sep 02 23:57:29.634 INFO O| Sep 02 23:57:29.634 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94402025-09-02T23:57:32.076Z[ recovery-image] Sep 02 23:57:29.750 INFO E| Compiling bitstruct_derive v0.1.0
94412025-09-02T23:57:32.079Z[ host-image] Sep 02 23:57:29.643 INFO O| Sep 02 23:57:29.643 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94422025-09-02T23:57:32.327Z[ host-image] Sep 02 23:57:29.643 INFO O| Sep 02 23:57:29.643 INFO STEP 11 (remove_files) COMPLETE
94432025-09-02T23:57:32.327Z[ host-image] Sep 02 23:57:29.643 INFO O| Sep 02 23:57:29.643 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94442025-09-02T23:57:32.327Z[ host-image] Sep 02 23:57:29.654 INFO O| Sep 02 23:57:29.654 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94452025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.654 INFO O| Sep 02 23:57:29.654 INFO STEP 12 (remove_files) COMPLETE
94462025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.654 INFO O| Sep 02 23:57:29.654 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94472025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.663 INFO O| Sep 02 23:57:29.663 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94482025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.663 INFO O| Sep 02 23:57:29.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94492025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.663 INFO O| Sep 02 23:57:29.663 INFO STEP 13 (ensure_dir) COMPLETE
94502025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.663 INFO O| Sep 02 23:57:29.663 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94512025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.672 INFO O| Sep 02 23:57:29.671 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94522025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.672 INFO O| Sep 02 23:57:29.672 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94532025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.672 INFO O| Sep 02 23:57:29.672 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94542025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.672 INFO O| Sep 02 23:57:29.672 INFO STEP 14 (ensure_dir) COMPLETE
94552025-09-02T23:57:32.331Z[ host-image] Sep 02 23:57:29.672 INFO O| Sep 02 23:57:29.672 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94562025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.683 INFO O| Sep 02 23:57:29.683 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94572025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.683 INFO O| Sep 02 23:57:29.683 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94582025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.683 INFO O| Sep 02 23:57:29.683 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94592025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.683 INFO O| Sep 02 23:57:29.683 INFO STEP 15 (ensure_dir) COMPLETE
94602025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.683 INFO O| Sep 02 23:57:29.683 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94612025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.692 INFO O| Sep 02 23:57:29.692 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94622025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.692 INFO O| Sep 02 23:57:29.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94632025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.692 INFO O| Sep 02 23:57:29.692 INFO STEP 16 (ensure_dir) COMPLETE
94642025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.692 INFO O| Sep 02 23:57:29.692 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94652025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.701 INFO O| Sep 02 23:57:29.700 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94662025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.701 INFO O| Sep 02 23:57:29.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94672025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.701 INFO O| Sep 02 23:57:29.701 INFO STEP 17 (ensure_dir) COMPLETE
94682025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.701 INFO O| Sep 02 23:57:29.701 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94692025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.710 INFO O| Sep 02 23:57:29.709 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94702025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.710 INFO O| Sep 02 23:57:29.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94712025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.710 INFO O| Sep 02 23:57:29.710 INFO ok!
94722025-09-02T23:57:32.332Z[ host-image] Sep 02 23:57:29.710 INFO O| Sep 02 23:57:29.710 INFO STEP 18 (ensure_symlink) COMPLETE
94732025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.710 INFO O| Sep 02 23:57:29.710 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94742025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.718 INFO O| Sep 02 23:57:29.718 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94752025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.718 INFO O| Sep 02 23:57:29.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94762025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.718 INFO O| Sep 02 23:57:29.718 INFO ok!
94772025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.718 INFO O| Sep 02 23:57:29.718 INFO STEP 19 (ensure_file) COMPLETE
94782025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.718 INFO O| Sep 02 23:57:29.718 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94792025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.726 INFO O| Sep 02 23:57:29.726 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94802025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.726 INFO O| Sep 02 23:57:29.726 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94812025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.726 INFO O| Sep 02 23:57:29.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94822025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.726 INFO O| Sep 02 23:57:29.726 INFO ok!
94832025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.726 INFO O| Sep 02 23:57:29.726 INFO STEP 20 (ensure_symlink) COMPLETE
94842025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.726 INFO O| Sep 02 23:57:29.726 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94852025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.735 INFO O| Sep 02 23:57:29.735 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94862025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.735 INFO O| Sep 02 23:57:29.735 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94872025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.735 INFO O| Sep 02 23:57:29.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94882025-09-02T23:57:32.333Z[ host-image] Sep 02 23:57:29.735 INFO O| Sep 02 23:57:29.735 INFO ok!
94892025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.735 INFO O| Sep 02 23:57:29.735 INFO STEP 21 (ensure_symlink) COMPLETE
94902025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.735 INFO O| Sep 02 23:57:29.735 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94912025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.743 INFO O| Sep 02 23:57:29.743 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94922025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.743 INFO O| Sep 02 23:57:29.743 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94932025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.743 INFO O| Sep 02 23:57:29.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
94942025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.743 INFO O| Sep 02 23:57:29.743 INFO ok!
94952025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.743 INFO O| Sep 02 23:57:29.743 INFO STEP 22 (ensure_symlink) COMPLETE
94962025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.743 INFO O| Sep 02 23:57:29.743 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94972025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.751 INFO O| Sep 02 23:57:29.751 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94982025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.751 INFO O| Sep 02 23:57:29.751 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94992025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.751 INFO O| Sep 02 23:57:29.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95002025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.751 INFO O| Sep 02 23:57:29.751 INFO ok!
95012025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.751 INFO O| Sep 02 23:57:29.751 INFO STEP 23 (ensure_symlink) COMPLETE
95022025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.751 INFO O| Sep 02 23:57:29.751 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95032025-09-02T23:57:32.334Z[ host-image] Sep 02 23:57:29.759 INFO O| Sep 02 23:57:29.759 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95042025-09-02T23:57:32.335Z[ host-image] Sep 02 23:57:29.760 INFO O| Sep 02 23:57:29.759 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95052025-09-02T23:57:32.335Z[ host-image] Sep 02 23:57:29.760 INFO O| Sep 02 23:57:29.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95062025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.760 INFO O| Sep 02 23:57:29.760 INFO ok!
95072025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.760 INFO O| Sep 02 23:57:29.760 INFO STEP 24 (ensure_file) COMPLETE
95082025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.760 INFO O| Sep 02 23:57:29.760 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95092025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.769 INFO O| Sep 02 23:57:29.768 INFO updating shadow file
95102025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.769 INFO O| Sep 02 23:57:29.769 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95112025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.769 INFO O| Sep 02 23:57:29.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95122025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.769 INFO O| Sep 02 23:57:29.769 INFO STEP 25 (shadow) COMPLETE
95132025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.769 INFO O| Sep 02 23:57:29.769 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95142025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.777 INFO O| Sep 02 23:57:29.776 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95152025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.777 INFO O| Sep 02 23:57:29.777 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95162025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.777 INFO O| Sep 02 23:57:29.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95172025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.777 INFO O| Sep 02 23:57:29.777 INFO ok!
95182025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.777 INFO O| Sep 02 23:57:29.777 INFO STEP 26 (ensure_file) COMPLETE
95192025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.777 INFO O| Sep 02 23:57:29.777 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95202025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.785 INFO O| Sep 02 23:57:29.785 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95212025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.785 INFO O| Sep 02 23:57:29.785 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95222025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.785 INFO O| Sep 02 23:57:29.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95232025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.785 INFO O| Sep 02 23:57:29.785 INFO ok!
95242025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.785 INFO O| Sep 02 23:57:29.785 INFO STEP 27 (ensure_file) COMPLETE
95252025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.785 INFO O| Sep 02 23:57:29.785 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95262025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.794 INFO O| Sep 02 23:57:29.794 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95272025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.794 INFO O| Sep 02 23:57:29.794 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95282025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.795 INFO O| Sep 02 23:57:29.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95292025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.795 INFO O| Sep 02 23:57:29.795 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95302025-09-02T23:57:32.340Z[ host-image] Sep 02 23:57:29.795 INFO O| Sep 02 23:57:29.795 INFO ok!
95312025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.795 INFO O| Sep 02 23:57:29.795 INFO STEP 28 (ensure_file) COMPLETE
95322025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.795 INFO O| Sep 02 23:57:29.795 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95332025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.803 INFO O| Sep 02 23:57:29.803 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95342025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.803 INFO O| Sep 02 23:57:29.803 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95352025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.803 INFO O| Sep 02 23:57:29.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95362025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.803 INFO O| Sep 02 23:57:29.803 INFO ok!
95372025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.803 INFO O| Sep 02 23:57:29.803 INFO STEP 29 (ensure_file) COMPLETE
95382025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.803 INFO O| Sep 02 23:57:29.803 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95392025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.811 INFO O| Sep 02 23:57:29.811 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95402025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.811 INFO O| Sep 02 23:57:29.811 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95412025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.811 INFO O| Sep 02 23:57:29.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95422025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.811 INFO O| Sep 02 23:57:29.811 INFO STEP 30 (ensure_dir) COMPLETE
95432025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.811 INFO O| Sep 02 23:57:29.811 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95442025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.820 INFO O| Sep 02 23:57:29.820 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95452025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.820 INFO O| Sep 02 23:57:29.820 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95462025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.820 INFO O| Sep 02 23:57:29.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95472025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.820 INFO O| Sep 02 23:57:29.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95482025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.820 INFO O| Sep 02 23:57:29.820 INFO ok!
95492025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.820 INFO O| Sep 02 23:57:29.820 INFO STEP 31 (ensure_file) COMPLETE
95502025-09-02T23:57:32.341Z[ host-image] Sep 02 23:57:29.820 INFO O| Sep 02 23:57:29.820 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95512025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.828 INFO O| Sep 02 23:57:29.828 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95522025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.828 INFO O| Sep 02 23:57:29.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95532025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.828 INFO O| Sep 02 23:57:29.828 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95542025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.828 INFO O| Sep 02 23:57:29.828 INFO STEP 32 (ensure_dir) COMPLETE
95552025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.828 INFO O| Sep 02 23:57:29.828 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95562025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.839 INFO O| Sep 02 23:57:29.839 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95572025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.839 INFO O| Sep 02 23:57:29.839 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 ...
95582025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.839 INFO O| Sep 02 23:57:29.839 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
95592025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.839 INFO O| Sep 02 23:57:29.839 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95602025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.839 INFO O| Sep 02 23:57:29.839 INFO ok!
95612025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.839 INFO O| Sep 02 23:57:29.839 INFO STEP 33 (ensure_file) COMPLETE
95622025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.839 INFO O| Sep 02 23:57:29.839 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95632025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.848 INFO O| Sep 02 23:57:29.848 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95642025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.848 INFO O| Sep 02 23:57:29.848 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95652025-09-02T23:57:32.342Z[ host-image] Sep 02 23:57:29.848 INFO O| Sep 02 23:57:29.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95662025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.848 INFO O| Sep 02 23:57:29.848 INFO ok!
95672025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.848 INFO O| Sep 02 23:57:29.848 INFO STEP 34 (ensure_file) COMPLETE
95682025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.848 INFO O| Sep 02 23:57:29.848 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95692025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.857 INFO O| Sep 02 23:57:29.857 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95702025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.857 INFO O| Sep 02 23:57:29.857 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95712025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.857 INFO O| Sep 02 23:57:29.857 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95722025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.857 INFO O| Sep 02 23:57:29.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95732025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.857 INFO O| Sep 02 23:57:29.857 INFO ok!
95742025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.857 INFO O| Sep 02 23:57:29.857 INFO STEP 35 (ensure_file) COMPLETE
95752025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.857 INFO O| Sep 02 23:57:29.857 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95762025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.869 INFO O| Sep 02 23:57:29.868 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95772025-09-02T23:57:32.343Z[ host-image] Sep 02 23:57:29.869 INFO O| Sep 02 23:57:29.869 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95782025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.869 INFO O| Sep 02 23:57:29.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95792025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.869 INFO O| Sep 02 23:57:29.869 INFO ok!
95802025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.869 INFO O| Sep 02 23:57:29.869 INFO STEP 36 (ensure_file) COMPLETE
95812025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.869 INFO O| Sep 02 23:57:29.869 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95822025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.880 INFO O| Sep 02 23:57:29.880 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95832025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.880 INFO O| Sep 02 23:57:29.880 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95842025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.880 INFO O| Sep 02 23:57:29.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95852025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.880 INFO O| Sep 02 23:57:29.880 INFO ok!
95862025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.880 INFO O| Sep 02 23:57:29.880 INFO STEP 37 (ensure_file) COMPLETE
95872025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.880 INFO O| Sep 02 23:57:29.880 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95882025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.891 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95892025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.891 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95902025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.892 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95912025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.892 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95922025-09-02T23:57:32.344Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.892 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95932025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.892 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95942025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.892 INFO ok!
95952025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.892 INFO STEP 38 (ensure_file) COMPLETE
95962025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.892 INFO O| Sep 02 23:57:29.892 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95972025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.907 INFO O| Sep 02 23:57:29.907 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95982025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.907 INFO O| Sep 02 23:57:29.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95992025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.907 INFO O| Sep 02 23:57:29.907 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96002025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.907 INFO O| Sep 02 23:57:29.907 INFO STEP 39 (ensure_dir) COMPLETE
96012025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.907 INFO O| Sep 02 23:57:29.907 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96022025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 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
96032025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 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 ...
96042025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 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
96052025-09-02T23:57:32.345Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 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
96062025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 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
96072025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 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
96082025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 INFO ok!
96092025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 INFO STEP 40 (ensure_file) COMPLETE
96102025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.918 INFO O| Sep 02 23:57:29.918 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96112025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.933 INFO O| Sep 02 23:57:29.933 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96122025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.933 INFO O| Sep 02 23:57:29.933 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 ...
96132025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.933 INFO O| Sep 02 23:57:29.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96142025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.933 INFO O| Sep 02 23:57:29.933 INFO ok!
96152025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.933 INFO O| Sep 02 23:57:29.933 INFO STEP 41 (ensure_symlink) COMPLETE
96162025-09-02T23:57:32.349Z[ host-image] Sep 02 23:57:29.933 INFO O| Sep 02 23:57:29.933 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96172025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:29.945 INFO O| Sep 02 23:57:29.945 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96182025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:29.945 INFO O| Sep 02 23:57:29.945 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96192025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:29.945 INFO O| Sep 02 23:57:29.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96202025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:29.945 INFO O| Sep 02 23:57:29.945 INFO ok!
96212025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:29.945 INFO O| Sep 02 23:57:29.945 INFO STEP 42 (ensure_symlink) COMPLETE
96222025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:29.945 INFO O| Sep 02 23:57:29.945 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96232025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96242025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96252025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96262025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96272025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96282025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96292025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO ok!
96302025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO STEP 43 (ensure_file) COMPLETE
96312025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.956 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96322025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.968 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96332025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.968 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 ...
96342025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.968 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
96352025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96362025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.968 INFO ok!
96372025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.968 INFO STEP 44 (ensure_file) COMPLETE
96382025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.968 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96392025-09-02T23:57:32.350Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.979 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96402025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.979 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96412025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96422025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.979 INFO ok!
96432025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.979 INFO STEP 45 (ensure_file) COMPLETE
96442025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.980 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96452025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.989 INFO updating shadow file
96462025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96472025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.989 INFO STEP 46 (shadow) COMPLETE
96482025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:29.989 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96492025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96502025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96512025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96522025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96532025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO ok!
96542025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO STEP 47 (ensure_file) COMPLETE
96552025-09-02T23:57:32.351Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96562025-09-02T23:57:32.352Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO skip step because feature "mfg" is not enabled
96572025-09-02T23:57:32.352Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96582025-09-02T23:57:32.352Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO skip step because feature "mfg" is not enabled
96592025-09-02T23:57:32.352Z[ host-image] Sep 02 23:57:30.005 INFO O| Sep 02 23:57:30.001 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96602025-09-02T23:57:32.352Z[ host-image] Sep 02 23:57:30.015 INFO O| Sep 02 23:57:30.015 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96612025-09-02T23:57:32.352Z[ host-image] Sep 02 23:57:30.015 INFO O| Sep 02 23:57:30.015 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96622025-09-02T23:57:32.988Z[ host-image] Sep 02 23:57:30.662 INFO O| Sep 02 23:57:30.662 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96632025-09-02T23:57:32.988Z[ host-image] Sep 02 23:57:30.662 INFO O| Sep 02 23:57:30.662 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96642025-09-02T23:57:32.988Z[ host-image] Sep 02 23:57:30.662 INFO O| Sep 02 23:57:30.662 INFO ok!
96652025-09-02T23:57:32.988Z[ host-image] Sep 02 23:57:30.662 INFO O| Sep 02 23:57:30.662 INFO STEP 50 (ensure_file) COMPLETE
96662025-09-02T23:57:32.992Z[ host-image] Sep 02 23:57:30.662 INFO O| Sep 02 23:57:30.662 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96672025-09-02T23:57:32.992Z[ host-image] Sep 02 23:57:30.662 INFO O| Sep 02 23:57:30.662 INFO skip step because feature "compliance" is not enabled
96682025-09-02T23:57:32.992Z[ host-image] Sep 02 23:57:30.662 INFO O| Sep 02 23:57:30.662 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96692025-09-02T23:57:33.000Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96702025-09-02T23:57:33.000Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96712025-09-02T23:57:33.004Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96722025-09-02T23:57:33.004Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96732025-09-02T23:57:33.005Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96742025-09-02T23:57:33.005Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96752025-09-02T23:57:33.005Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO ok!
96762025-09-02T23:57:33.006Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO STEP 52 (ensure_file) COMPLETE
96772025-09-02T23:57:33.006Z[ host-image] Sep 02 23:57:30.674 INFO O| Sep 02 23:57:30.674 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96782025-09-02T23:57:33.010Z[ host-image] Sep 02 23:57:30.684 INFO O| Sep 02 23:57:30.684 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96792025-09-02T23:57:33.010Z[ host-image] Sep 02 23:57:30.684 INFO O| Sep 02 23:57:30.684 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 ...
96802025-09-02T23:57:33.010Z[ host-image] Sep 02 23:57:30.684 INFO O| Sep 02 23:57:30.684 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
96812025-09-02T23:57:33.010Z[ host-image] Sep 02 23:57:30.685 INFO O| Sep 02 23:57:30.684 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96822025-09-02T23:57:33.015Z[ host-image] Sep 02 23:57:30.685 INFO O| Sep 02 23:57:30.685 INFO ok!
96832025-09-02T23:57:33.015Z[ host-image] Sep 02 23:57:30.685 INFO O| Sep 02 23:57:30.685 INFO STEP 53 (ensure_file) COMPLETE
96842025-09-02T23:57:33.015Z[ host-image] Sep 02 23:57:30.685 INFO O| Sep 02 23:57:30.685 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96852025-09-02T23:57:33.020Z[ host-image] Sep 02 23:57:30.695 INFO O| Sep 02 23:57:30.695 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96862025-09-02T23:57:33.020Z[ host-image] Sep 02 23:57:30.695 INFO O| Sep 02 23:57:30.695 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 ...
96872025-09-02T23:57:33.024Z[ host-image] Sep 02 23:57:30.695 INFO O| Sep 02 23:57:30.695 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96882025-09-02T23:57:33.024Z[ host-image] Sep 02 23:57:30.695 INFO O| Sep 02 23:57:30.695 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96892025-09-02T23:57:33.024Z[ host-image] Sep 02 23:57:30.695 INFO O| Sep 02 23:57:30.695 INFO ok!
96902025-09-02T23:57:33.024Z[ host-image] Sep 02 23:57:30.695 INFO O| Sep 02 23:57:30.695 INFO STEP 54 (ensure_file) COMPLETE
96912025-09-02T23:57:33.024Z[ host-image] Sep 02 23:57:30.695 INFO O| Sep 02 23:57:30.695 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96922025-09-02T23:57:33.029Z[ host-image] Sep 02 23:57:30.704 INFO O| Sep 02 23:57:30.704 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96932025-09-02T23:57:33.029Z[ host-image] Sep 02 23:57:30.704 INFO O| Sep 02 23:57:30.704 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 ...
96942025-09-02T23:57:33.029Z[ host-image] Sep 02 23:57:30.704 INFO O| Sep 02 23:57:30.704 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
96952025-09-02T23:57:33.033Z[ host-image] Sep 02 23:57:30.704 INFO O| Sep 02 23:57:30.704 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96962025-09-02T23:57:33.033Z[ host-image] Sep 02 23:57:30.704 INFO O| Sep 02 23:57:30.704 INFO ok!
96972025-09-02T23:57:33.033Z[ host-image] Sep 02 23:57:30.704 INFO O| Sep 02 23:57:30.704 INFO STEP 55 (ensure_file) COMPLETE
96982025-09-02T23:57:33.033Z[ host-image] Sep 02 23:57:30.704 INFO O| Sep 02 23:57:30.704 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96992025-09-02T23:57:33.039Z[ host-image] Sep 02 23:57:30.714 INFO O| Sep 02 23:57:30.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97002025-09-02T23:57:33.043Z[ host-image] Sep 02 23:57:30.714 INFO O| Sep 02 23:57:30.714 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ...
97012025-09-02T23:57:33.043Z[ host-image] Sep 02 23:57:30.714 INFO O| Sep 02 23:57:30.714 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97022025-09-02T23:57:33.043Z[ host-image] Sep 02 23:57:30.714 INFO O| Sep 02 23:57:30.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97032025-09-02T23:57:33.043Z[ host-image] Sep 02 23:57:30.714 INFO O| Sep 02 23:57:30.714 INFO ok!
97042025-09-02T23:57:33.043Z[ host-image] Sep 02 23:57:30.714 INFO O| Sep 02 23:57:30.714 INFO STEP 56 (ensure_file) COMPLETE
97052025-09-02T23:57:33.043Z[ host-image] Sep 02 23:57:30.714 INFO O| Sep 02 23:57:30.714 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97062025-09-02T23:57:33.047Z[ host-image] Sep 02 23:57:30.722 INFO O| Sep 02 23:57:30.722 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97072025-09-02T23:57:33.048Z[ host-image] Sep 02 23:57:30.722 INFO O| Sep 02 23:57:30.722 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 ...
97082025-09-02T23:57:33.048Z[ host-image] Sep 02 23:57:30.722 INFO O| Sep 02 23:57:30.722 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
97092025-09-02T23:57:33.052Z[ host-image] Sep 02 23:57:30.722 INFO O| Sep 02 23:57:30.722 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97102025-09-02T23:57:33.052Z[ host-image] Sep 02 23:57:30.722 INFO O| Sep 02 23:57:30.722 INFO ok!
97112025-09-02T23:57:33.052Z[ host-image] Sep 02 23:57:30.722 INFO O| Sep 02 23:57:30.722 INFO STEP 57 (ensure_file) COMPLETE
97122025-09-02T23:57:33.052Z[ host-image] Sep 02 23:57:30.722 INFO O| Sep 02 23:57:30.722 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97132025-09-02T23:57:33.059Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97142025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 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 ...
97152025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97162025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97172025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97182025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97192025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO ok!
97202025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO STEP 58 (ensure_file) COMPLETE
97212025-09-02T23:57:33.063Z[ host-image] Sep 02 23:57:30.734 INFO O| Sep 02 23:57:30.734 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97222025-09-02T23:57:33.069Z[ host-image] Sep 02 23:57:30.743 INFO O| Sep 02 23:57:30.743 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97232025-09-02T23:57:33.069Z[ host-image] Sep 02 23:57:30.743 INFO O| Sep 02 23:57:30.743 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 ...
97242025-09-02T23:57:33.069Z[ host-image] Sep 02 23:57:30.743 INFO O| Sep 02 23:57:30.743 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
97252025-09-02T23:57:33.072Z[ host-image] Sep 02 23:57:30.743 INFO O| Sep 02 23:57:30.743 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97262025-09-02T23:57:33.072Z[ host-image] Sep 02 23:57:30.743 INFO O| Sep 02 23:57:30.743 INFO ok!
97272025-09-02T23:57:33.072Z[ host-image] Sep 02 23:57:30.743 INFO O| Sep 02 23:57:30.743 INFO STEP 59 (ensure_file) COMPLETE
97282025-09-02T23:57:33.072Z[ host-image] Sep 02 23:57:30.743 INFO O| Sep 02 23:57:30.743 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97292025-09-02T23:57:33.078Z[ host-image] Sep 02 23:57:30.752 INFO O| Sep 02 23:57:30.752 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97302025-09-02T23:57:33.079Z[ host-image] Sep 02 23:57:30.752 INFO O| Sep 02 23:57:30.752 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97312025-09-02T23:57:33.082Z[ host-image] Sep 02 23:57:30.752 INFO O| Sep 02 23:57:30.752 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97322025-09-02T23:57:33.082Z[ host-image] Sep 02 23:57:30.752 INFO O| Sep 02 23:57:30.752 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97332025-09-02T23:57:33.082Z[ host-image] Sep 02 23:57:30.752 INFO O| Sep 02 23:57:30.752 INFO ok!
97342025-09-02T23:57:33.082Z[ host-image] Sep 02 23:57:30.752 INFO O| Sep 02 23:57:30.752 INFO STEP 60 (ensure_file) COMPLETE
97352025-09-02T23:57:33.082Z[ host-image] Sep 02 23:57:30.752 INFO O| Sep 02 23:57:30.752 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97362025-09-02T23:57:33.087Z[ host-image] Sep 02 23:57:30.762 INFO O| Sep 02 23:57:30.762 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97372025-09-02T23:57:33.092Z[ host-image] Sep 02 23:57:30.762 INFO O| Sep 02 23:57:30.762 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 ...
97382025-09-02T23:57:33.092Z[ host-image] Sep 02 23:57:30.762 INFO O| Sep 02 23:57:30.762 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
97392025-09-02T23:57:33.092Z[ host-image] Sep 02 23:57:30.762 INFO O| Sep 02 23:57:30.762 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97402025-09-02T23:57:33.092Z[ host-image] Sep 02 23:57:30.762 INFO O| Sep 02 23:57:30.762 INFO ok!
97412025-09-02T23:57:33.092Z[ host-image] Sep 02 23:57:30.762 INFO O| Sep 02 23:57:30.762 INFO STEP 61 (ensure_file) COMPLETE
97422025-09-02T23:57:33.092Z[ host-image] Sep 02 23:57:30.762 INFO O| Sep 02 23:57:30.762 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97432025-09-02T23:57:33.099Z[ host-image] Sep 02 23:57:30.773 INFO O| Sep 02 23:57:30.773 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97442025-09-02T23:57:33.099Z[ host-image] Sep 02 23:57:30.773 INFO O| Sep 02 23:57:30.773 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97452025-09-02T23:57:33.103Z[ host-image] Sep 02 23:57:30.773 INFO O| Sep 02 23:57:30.773 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97462025-09-02T23:57:33.103Z[ host-image] Sep 02 23:57:30.773 INFO O| Sep 02 23:57:30.773 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97472025-09-02T23:57:33.103Z[ host-image] Sep 02 23:57:30.773 INFO O| Sep 02 23:57:30.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97482025-09-02T23:57:33.103Z[ host-image] Sep 02 23:57:30.774 INFO O| Sep 02 23:57:30.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97492025-09-02T23:57:33.103Z[ host-image] Sep 02 23:57:30.774 INFO O| Sep 02 23:57:30.773 INFO ok!
97502025-09-02T23:57:33.103Z[ host-image] Sep 02 23:57:30.774 INFO O| Sep 02 23:57:30.774 INFO STEP 62 (ensure_file) COMPLETE
97512025-09-02T23:57:33.103Z[ host-image] Sep 02 23:57:30.774 INFO O| Sep 02 23:57:30.774 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97522025-09-02T23:57:33.109Z[ host-image] Sep 02 23:57:30.783 INFO O| Sep 02 23:57:30.783 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97532025-09-02T23:57:33.109Z[ host-image] Sep 02 23:57:30.783 INFO O| Sep 02 23:57:30.783 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 ...
97542025-09-02T23:57:33.113Z[ host-image] Sep 02 23:57:30.783 INFO O| Sep 02 23:57:30.783 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
97552025-09-02T23:57:33.113Z[ host-image] Sep 02 23:57:30.784 INFO O| Sep 02 23:57:30.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97562025-09-02T23:57:33.113Z[ host-image] Sep 02 23:57:30.784 INFO O| Sep 02 23:57:30.783 INFO ok!
97572025-09-02T23:57:33.113Z[ host-image] Sep 02 23:57:30.784 INFO O| Sep 02 23:57:30.783 INFO STEP 63 (ensure_file) COMPLETE
97582025-09-02T23:57:33.113Z[ host-image] Sep 02 23:57:30.784 INFO O| Sep 02 23:57:30.784 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97592025-09-02T23:57:33.119Z[ host-image] Sep 02 23:57:30.793 INFO O| Sep 02 23:57:30.793 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97602025-09-02T23:57:33.119Z[ host-image] Sep 02 23:57:30.793 INFO O| Sep 02 23:57:30.793 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 ...
97612025-09-02T23:57:33.122Z[ host-image] Sep 02 23:57:30.793 INFO O| Sep 02 23:57:30.793 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
97622025-09-02T23:57:33.123Z[ host-image] Sep 02 23:57:30.793 INFO O| Sep 02 23:57:30.793 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97632025-09-02T23:57:33.123Z[ host-image] Sep 02 23:57:30.793 INFO O| Sep 02 23:57:30.793 INFO ok!
97642025-09-02T23:57:33.123Z[ host-image] Sep 02 23:57:30.793 INFO O| Sep 02 23:57:30.793 INFO STEP 64 (ensure_file) COMPLETE
97652025-09-02T23:57:33.123Z[ host-image] Sep 02 23:57:30.793 INFO O| Sep 02 23:57:30.793 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97662025-09-02T23:57:33.128Z[ host-image] Sep 02 23:57:30.802 INFO O| Sep 02 23:57:30.802 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97672025-09-02T23:57:33.132Z[ host-image] Sep 02 23:57:30.802 INFO O| Sep 02 23:57:30.802 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 ...
97682025-09-02T23:57:33.132Z[ host-image] Sep 02 23:57:30.803 INFO O| Sep 02 23:57:30.802 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
97692025-09-02T23:57:33.132Z[ host-image] Sep 02 23:57:30.803 INFO O| Sep 02 23:57:30.803 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97702025-09-02T23:57:33.132Z[ host-image] Sep 02 23:57:30.803 INFO O| Sep 02 23:57:30.803 INFO ok!
97712025-09-02T23:57:33.132Z[ host-image] Sep 02 23:57:30.803 INFO O| Sep 02 23:57:30.803 INFO STEP 65 (ensure_file) COMPLETE
97722025-09-02T23:57:33.132Z[ host-image] Sep 02 23:57:30.803 INFO O| Sep 02 23:57:30.803 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732025-09-02T23:57:33.138Z[ host-image] Sep 02 23:57:30.812 INFO O| Sep 02 23:57:30.812 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97742025-09-02T23:57:33.138Z[ host-image] Sep 02 23:57:30.812 INFO O| Sep 02 23:57:30.812 INFO STEP 66 (ensure_dir) COMPLETE
97752025-09-02T23:57:33.141Z[ host-image] Sep 02 23:57:30.812 INFO O| Sep 02 23:57:30.812 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762025-09-02T23:57:33.146Z[ host-image] Sep 02 23:57:30.820 INFO O| Sep 02 23:57:30.820 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97772025-09-02T23:57:33.146Z[ host-image] Sep 02 23:57:30.820 INFO O| Sep 02 23:57:30.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97782025-09-02T23:57:33.150Z[ host-image] Sep 02 23:57:30.820 INFO O| Sep 02 23:57:30.820 INFO STEP 67 (ensure_dir) COMPLETE
97792025-09-02T23:57:33.150Z[ host-image] Sep 02 23:57:30.820 INFO O| Sep 02 23:57:30.820 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802025-09-02T23:57:33.155Z[ host-image] Sep 02 23:57:30.829 INFO O| Sep 02 23:57:30.829 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97812025-09-02T23:57:33.155Z[ host-image] Sep 02 23:57:30.829 INFO O| Sep 02 23:57:30.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97822025-09-02T23:57:33.155Z[ host-image] Sep 02 23:57:30.829 INFO O| Sep 02 23:57:30.829 INFO STEP 68 (ensure_dir) COMPLETE
97832025-09-02T23:57:33.155Z[ host-image] Sep 02 23:57:30.829 INFO O| Sep 02 23:57:30.829 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97842025-09-02T23:57:33.164Z[ host-image] Sep 02 23:57:30.839 INFO O| Sep 02 23:57:30.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97852025-09-02T23:57:33.164Z[ host-image] Sep 02 23:57:30.839 INFO O| Sep 02 23:57:30.838 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97862025-09-02T23:57:33.331ZSep 02 23:57:31.003 INFO [verify-libraries] process exited with exit status: 0 (1237.356404253s)
97872025-09-02T23:57:34.284Z[ host-image] Sep 02 23:57:31.958 INFO O| Sep 02 23:57:31.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97882025-09-02T23:57:34.284Z[ host-image] Sep 02 23:57:31.958 INFO O| Sep 02 23:57:31.958 INFO ok!
97892025-09-02T23:57:34.284Z[ host-image] Sep 02 23:57:31.958 INFO O| Sep 02 23:57:31.958 INFO STEP 69 (ensure_file) COMPLETE
97902025-09-02T23:57:34.284Z[ host-image] Sep 02 23:57:31.958 INFO O| Sep 02 23:57:31.958 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912025-09-02T23:57:34.293Z[ host-image] Sep 02 23:57:31.967 INFO O| Sep 02 23:57:31.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97922025-09-02T23:57:34.293Z[ host-image] Sep 02 23:57:31.967 INFO O| Sep 02 23:57:31.967 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
97932025-09-02T23:57:35.373Z[ host-image] Sep 02 23:57:33.046 INFO O| Sep 02 23:57:33.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
97942025-09-02T23:57:35.373Z[ host-image] Sep 02 23:57:33.047 INFO O| Sep 02 23:57:33.046 INFO ok!
97952025-09-02T23:57:35.376Z[ host-image] Sep 02 23:57:33.047 INFO O| Sep 02 23:57:33.046 INFO STEP 70 (ensure_file) COMPLETE
97962025-09-02T23:57:35.376Z[ host-image] Sep 02 23:57:33.047 INFO O| Sep 02 23:57:33.046 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972025-09-02T23:57:35.385Z[ host-image] Sep 02 23:57:33.059 INFO O| Sep 02 23:57:33.058 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97982025-09-02T23:57:35.388Z[ host-image] Sep 02 23:57:33.059 INFO O| Sep 02 23:57:33.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97992025-09-02T23:57:35.388Z[ host-image] Sep 02 23:57:33.059 INFO O| Sep 02 23:57:33.059 INFO STEP 71 (ensure_dir) COMPLETE
98002025-09-02T23:57:35.388Z[ host-image] Sep 02 23:57:33.059 INFO O| Sep 02 23:57:33.059 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012025-09-02T23:57:35.392Z[ host-image] Sep 02 23:57:33.067 INFO O| Sep 02 23:57:33.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98022025-09-02T23:57:35.392Z[ host-image] Sep 02 23:57:33.067 INFO O| Sep 02 23:57:33.067 INFO copying /tmp/.tmpvoUPBR/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 ...
98032025-09-02T23:57:35.396Z[ host-image] Sep 02 23:57:33.067 INFO O| Sep 02 23:57:33.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98042025-09-02T23:57:35.396Z[ host-image] Sep 02 23:57:33.067 INFO O| Sep 02 23:57:33.067 INFO ok!
98052025-09-02T23:57:35.396Z[ host-image] Sep 02 23:57:33.067 INFO O| Sep 02 23:57:33.067 INFO STEP 72 (ensure_file) COMPLETE
98062025-09-02T23:57:35.396Z[ host-image] Sep 02 23:57:33.067 INFO O| Sep 02 23:57:33.067 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072025-09-02T23:57:35.403Z[ host-image] Sep 02 23:57:33.077 INFO O| Sep 02 23:57:33.077 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98082025-09-02T23:57:35.406Z[ host-image] Sep 02 23:57:33.077 INFO O| Sep 02 23:57:33.077 INFO copying /tmp/.tmpvoUPBR/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 ...
98092025-09-02T23:57:35.406Z[ host-image] Sep 02 23:57:33.077 INFO O| Sep 02 23:57:33.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98102025-09-02T23:57:35.406Z[ host-image] Sep 02 23:57:33.077 INFO O| Sep 02 23:57:33.077 INFO ok!
98112025-09-02T23:57:35.406Z[ host-image] Sep 02 23:57:33.077 INFO O| Sep 02 23:57:33.077 INFO STEP 73 (ensure_file) COMPLETE
98122025-09-02T23:57:35.406Z[ host-image] Sep 02 23:57:33.077 INFO O| Sep 02 23:57:33.077 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132025-09-02T23:57:35.411Z[ host-image] Sep 02 23:57:33.085 INFO O| Sep 02 23:57:33.085 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98142025-09-02T23:57:35.411Z[ host-image] Sep 02 23:57:33.086 INFO O| Sep 02 23:57:33.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98152025-09-02T23:57:35.416Z[ host-image] Sep 02 23:57:33.086 INFO O| Sep 02 23:57:33.085 INFO STEP 74 (ensure_dir) COMPLETE
98162025-09-02T23:57:35.416Z[ host-image] Sep 02 23:57:33.086 INFO O| Sep 02 23:57:33.086 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-09-02T23:57:35.420Z[ host-image] Sep 02 23:57:33.094 INFO O| Sep 02 23:57:33.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98182025-09-02T23:57:35.420Z[ host-image] Sep 02 23:57:33.094 INFO O| Sep 02 23:57:33.094 INFO copying /tmp/.tmpvoUPBR/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 ...
98192025-09-02T23:57:35.423Z[ host-image] Sep 02 23:57:33.094 INFO O| Sep 02 23:57:33.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98202025-09-02T23:57:35.423Z[ host-image] Sep 02 23:57:33.094 INFO O| Sep 02 23:57:33.094 INFO ok!
98212025-09-02T23:57:35.423Z[ host-image] Sep 02 23:57:33.094 INFO O| Sep 02 23:57:33.094 INFO STEP 75 (ensure_file) COMPLETE
98222025-09-02T23:57:35.423Z[ host-image] Sep 02 23:57:33.094 INFO O| Sep 02 23:57:33.094 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-09-02T23:57:35.428Z[ host-image] Sep 02 23:57:33.102 INFO O| Sep 02 23:57:33.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98242025-09-02T23:57:35.428Z[ host-image] Sep 02 23:57:33.102 INFO O| Sep 02 23:57:33.102 INFO copying /tmp/.tmpvoUPBR/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 ...
98252025-09-02T23:57:35.432Z[ host-image] Sep 02 23:57:33.102 INFO O| Sep 02 23:57:33.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98262025-09-02T23:57:35.432Z[ host-image] Sep 02 23:57:33.102 INFO O| Sep 02 23:57:33.102 INFO ok!
98272025-09-02T23:57:35.432Z[ host-image] Sep 02 23:57:33.102 INFO O| Sep 02 23:57:33.102 INFO STEP 76 (ensure_file) COMPLETE
98282025-09-02T23:57:35.432Z[ host-image] Sep 02 23:57:33.102 INFO O| Sep 02 23:57:33.102 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-09-02T23:57:35.435Z[ host-image] Sep 02 23:57:33.109 INFO O| Sep 02 23:57:33.109 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98302025-09-02T23:57:35.440Z[ host-image] Sep 02 23:57:33.110 INFO O| Sep 02 23:57:33.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98312025-09-02T23:57:35.440Z[ host-image] Sep 02 23:57:33.110 INFO O| Sep 02 23:57:33.110 INFO STEP 77 (ensure_dir) COMPLETE
98322025-09-02T23:57:35.440Z[ host-image] Sep 02 23:57:33.110 INFO O| Sep 02 23:57:33.110 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332025-09-02T23:57:35.444Z[ host-image] Sep 02 23:57:33.119 INFO O| Sep 02 23:57:33.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98342025-09-02T23:57:35.448Z[ host-image] Sep 02 23:57:33.119 INFO O| Sep 02 23:57:33.119 INFO copying /tmp/.tmpvoUPBR/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 ...
98352025-09-02T23:57:35.448Z[ host-image] Sep 02 23:57:33.119 INFO O| Sep 02 23:57:33.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98362025-09-02T23:57:35.449Z[ host-image] Sep 02 23:57:33.119 INFO O| Sep 02 23:57:33.119 INFO ok!
98372025-09-02T23:57:35.449Z[ host-image] Sep 02 23:57:33.119 INFO O| Sep 02 23:57:33.119 INFO STEP 78 (ensure_file) COMPLETE
98382025-09-02T23:57:35.449Z[ host-image] Sep 02 23:57:33.119 INFO O| Sep 02 23:57:33.119 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392025-09-02T23:57:35.453Z[ host-image] Sep 02 23:57:33.126 INFO O| Sep 02 23:57:33.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98402025-09-02T23:57:35.453Z[ host-image] Sep 02 23:57:33.126 INFO O| Sep 02 23:57:33.126 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98412025-09-02T23:57:35.453Z[ host-image] Sep 02 23:57:33.126 INFO O| Sep 02 23:57:33.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98422025-09-02T23:57:35.453Z[ host-image] Sep 02 23:57:33.126 INFO O| Sep 02 23:57:33.126 INFO ok!
98432025-09-02T23:57:35.453Z[ host-image] Sep 02 23:57:33.126 INFO O| Sep 02 23:57:33.126 INFO STEP 79 (ensure_file) COMPLETE
98442025-09-02T23:57:35.453Z[ host-image] Sep 02 23:57:33.127 INFO O| Sep 02 23:57:33.126 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452025-09-02T23:57:35.460Z[ host-image] Sep 02 23:57:33.134 INFO O| Sep 02 23:57:33.134 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98462025-09-02T23:57:35.460Z[ host-image] Sep 02 23:57:33.134 INFO O| Sep 02 23:57:33.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98472025-09-02T23:57:35.460Z[ host-image] Sep 02 23:57:33.134 INFO O| Sep 02 23:57:33.134 INFO STEP 80 (ensure_dir) COMPLETE
98482025-09-02T23:57:35.464Z[ host-image] Sep 02 23:57:33.134 INFO O| Sep 02 23:57:33.134 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492025-09-02T23:57:35.468Z[ host-image] Sep 02 23:57:33.142 INFO O| Sep 02 23:57:33.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98502025-09-02T23:57:35.468Z[ host-image] Sep 02 23:57:33.142 INFO O| Sep 02 23:57:33.142 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98512025-09-02T23:57:35.981Z[ host-image] Sep 02 23:57:33.655 INFO O| Sep 02 23:57:33.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98522025-09-02T23:57:35.981Z[ host-image] Sep 02 23:57:33.655 INFO O| Sep 02 23:57:33.655 INFO ok!
98532025-09-02T23:57:35.986Z[ host-image] Sep 02 23:57:33.655 INFO O| Sep 02 23:57:33.655 INFO STEP 81 (ensure_file) COMPLETE
98542025-09-02T23:57:35.986Z[ host-image] Sep 02 23:57:33.655 INFO O| Sep 02 23:57:33.655 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552025-09-02T23:57:35.990Z[ host-image] Sep 02 23:57:33.664 INFO O| Sep 02 23:57:33.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98562025-09-02T23:57:35.990Z[ host-image] Sep 02 23:57:33.664 INFO O| Sep 02 23:57:33.664 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98572025-09-02T23:57:38.430Z[ host-image] Sep 02 23:57:36.103 INFO O| Sep 02 23:57:36.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98582025-09-02T23:57:38.430Z[ host-image] Sep 02 23:57:36.104 INFO O| Sep 02 23:57:36.103 INFO ok!
98592025-09-02T23:57:38.434Z[ host-image] Sep 02 23:57:36.104 INFO O| Sep 02 23:57:36.103 INFO STEP 82 (ensure_file) COMPLETE
98602025-09-02T23:57:38.434Z[ host-image] Sep 02 23:57:36.104 INFO O| Sep 02 23:57:36.103 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612025-09-02T23:57:38.440Z[ host-image] Sep 02 23:57:36.113 INFO O| Sep 02 23:57:36.113 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98622025-09-02T23:57:38.444Z[ host-image] Sep 02 23:57:36.114 INFO O| Sep 02 23:57:36.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98632025-09-02T23:57:38.444Z[ host-image] Sep 02 23:57:36.114 INFO O| Sep 02 23:57:36.114 INFO STEP 83 (ensure_dir) COMPLETE
98642025-09-02T23:57:38.444Z[ host-image] Sep 02 23:57:36.114 INFO O| Sep 02 23:57:36.114 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-09-02T23:57:38.449Z[ host-image] Sep 02 23:57:36.122 INFO O| Sep 02 23:57:36.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98662025-09-02T23:57:38.452Z[ host-image] Sep 02 23:57:36.122 INFO O| Sep 02 23:57:36.122 INFO copying /tmp/.tmpvoUPBR/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 ...
98672025-09-02T23:57:38.452Z[ host-image] Sep 02 23:57:36.122 INFO O| Sep 02 23:57:36.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98682025-09-02T23:57:38.452Z[ host-image] Sep 02 23:57:36.122 INFO O| Sep 02 23:57:36.122 INFO ok!
98692025-09-02T23:57:38.452Z[ host-image] Sep 02 23:57:36.122 INFO O| Sep 02 23:57:36.122 INFO STEP 84 (ensure_file) COMPLETE
98702025-09-02T23:57:38.452Z[ host-image] Sep 02 23:57:36.122 INFO O| Sep 02 23:57:36.122 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-09-02T23:57:38.457Z[ host-image] Sep 02 23:57:36.130 INFO O| Sep 02 23:57:36.130 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98722025-09-02T23:57:38.457Z[ host-image] Sep 02 23:57:36.130 INFO O| Sep 02 23:57:36.130 INFO copying /tmp/.tmpvoUPBR/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 ...
98732025-09-02T23:57:38.460Z[ host-image] Sep 02 23:57:36.130 INFO O| Sep 02 23:57:36.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98742025-09-02T23:57:38.460Z[ host-image] Sep 02 23:57:36.130 INFO O| Sep 02 23:57:36.130 INFO ok!
98752025-09-02T23:57:38.460Z[ host-image] Sep 02 23:57:36.130 INFO O| Sep 02 23:57:36.130 INFO STEP 85 (ensure_file) COMPLETE
98762025-09-02T23:57:38.460Z[ host-image] Sep 02 23:57:36.130 INFO O| Sep 02 23:57:36.130 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-09-02T23:57:38.465Z[ host-image] Sep 02 23:57:36.139 INFO O| Sep 02 23:57:36.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98782025-09-02T23:57:38.468Z[ host-image] Sep 02 23:57:36.139 INFO O| Sep 02 23:57:36.139 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98792025-09-02T23:57:38.468Z[ host-image] Sep 02 23:57:36.139 INFO O| Sep 02 23:57:36.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98802025-09-02T23:57:38.468Z[ host-image] Sep 02 23:57:36.139 INFO O| Sep 02 23:57:36.139 INFO ok!
98812025-09-02T23:57:38.468Z[ host-image] Sep 02 23:57:36.139 INFO O| Sep 02 23:57:36.139 INFO STEP 86 (ensure_file) COMPLETE
98822025-09-02T23:57:38.469Z[ host-image] Sep 02 23:57:36.139 INFO O| Sep 02 23:57:36.139 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-09-02T23:57:38.473Z[ host-image] Sep 02 23:57:36.147 INFO O| Sep 02 23:57:36.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98842025-09-02T23:57:38.474Z[ host-image] Sep 02 23:57:36.147 INFO O| Sep 02 23:57:36.147 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98852025-09-02T23:57:38.478Z[ host-image] Sep 02 23:57:36.147 INFO O| Sep 02 23:57:36.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98862025-09-02T23:57:38.478Z[ host-image] Sep 02 23:57:36.147 INFO O| Sep 02 23:57:36.147 INFO ok!
98872025-09-02T23:57:38.478Z[ host-image] Sep 02 23:57:36.147 INFO O| Sep 02 23:57:36.147 INFO STEP 87 (ensure_file) COMPLETE
98882025-09-02T23:57:38.478Z[ host-image] Sep 02 23:57:36.147 INFO O| Sep 02 23:57:36.147 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892025-09-02T23:57:38.483Z[ host-image] Sep 02 23:57:36.156 INFO O| Sep 02 23:57:36.156 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98902025-09-02T23:57:38.483Z[ host-image] Sep 02 23:57:36.156 INFO O| Sep 02 23:57:36.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98912025-09-02T23:57:38.486Z[ host-image] Sep 02 23:57:36.156 INFO O| Sep 02 23:57:36.156 INFO STEP 88 (ensure_dir) COMPLETE
98922025-09-02T23:57:38.486Z[ host-image] Sep 02 23:57:36.156 INFO O| Sep 02 23:57:36.156 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98932025-09-02T23:57:38.491Z[ host-image] Sep 02 23:57:36.165 INFO O| Sep 02 23:57:36.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
98942025-09-02T23:57:38.491Z[ host-image] Sep 02 23:57:36.165 INFO O| Sep 02 23:57:36.165 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
98952025-09-02T23:57:38.498Z[ host-image] Sep 02 23:57:36.170 INFO O| Sep 02 23:57:36.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98962025-09-02T23:57:38.498Z[ host-image] Sep 02 23:57:36.170 INFO O| Sep 02 23:57:36.170 INFO ok!
98972025-09-02T23:57:38.498Z[ host-image] Sep 02 23:57:36.170 INFO O| Sep 02 23:57:36.170 INFO STEP 89 (ensure_file) COMPLETE
98982025-09-02T23:57:38.498Z[ host-image] Sep 02 23:57:36.170 INFO O| Sep 02 23:57:36.170 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992025-09-02T23:57:38.507Z[ host-image] Sep 02 23:57:36.181 INFO O| Sep 02 23:57:36.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99002025-09-02T23:57:38.507Z[ host-image] Sep 02 23:57:36.181 INFO O| Sep 02 23:57:36.181 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99012025-09-02T23:57:38.510Z[ host-image] Sep 02 23:57:36.181 INFO O| Sep 02 23:57:36.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99022025-09-02T23:57:38.511Z[ host-image] Sep 02 23:57:36.181 INFO O| Sep 02 23:57:36.181 INFO ok!
99032025-09-02T23:57:38.511Z[ host-image] Sep 02 23:57:36.181 INFO O| Sep 02 23:57:36.181 INFO STEP 90 (ensure_file) COMPLETE
99042025-09-02T23:57:38.511Z[ host-image] Sep 02 23:57:36.181 INFO O| Sep 02 23:57:36.181 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052025-09-02T23:57:38.518Z[ host-image] Sep 02 23:57:36.192 INFO O| Sep 02 23:57:36.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99062025-09-02T23:57:38.518Z[ host-image] Sep 02 23:57:36.192 INFO O| Sep 02 23:57:36.192 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99072025-09-02T23:57:39.699Z[ host-image] Sep 02 23:57:37.373 INFO O| Sep 02 23:57:37.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99082025-09-02T23:57:39.700Z[ host-image] Sep 02 23:57:37.373 INFO O| Sep 02 23:57:37.373 INFO ok!
99092025-09-02T23:57:39.703Z[ host-image] Sep 02 23:57:37.373 INFO O| Sep 02 23:57:37.373 INFO STEP 91 (ensure_file) COMPLETE
99102025-09-02T23:57:39.703Z[ host-image] Sep 02 23:57:37.373 INFO O| Sep 02 23:57:37.373 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112025-09-02T23:57:39.711Z[ host-image] Sep 02 23:57:37.384 INFO O| Sep 02 23:57:37.384 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99122025-09-02T23:57:39.711Z[ host-image] Sep 02 23:57:37.384 INFO O| Sep 02 23:57:37.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99132025-09-02T23:57:39.714Z[ host-image] Sep 02 23:57:37.384 INFO O| Sep 02 23:57:37.384 INFO STEP 92 (ensure_dir) COMPLETE
99142025-09-02T23:57:39.714Z[ host-image] Sep 02 23:57:37.384 INFO O| Sep 02 23:57:37.384 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152025-09-02T23:57:39.721Z[ host-image] Sep 02 23:57:37.394 INFO O| Sep 02 23:57:37.394 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99162025-09-02T23:57:39.721Z[ host-image] Sep 02 23:57:37.394 INFO O| Sep 02 23:57:37.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99172025-09-02T23:57:39.721Z[ host-image] Sep 02 23:57:37.394 INFO O| Sep 02 23:57:37.394 INFO STEP 93 (ensure_dir) COMPLETE
99182025-09-02T23:57:39.721Z[ host-image] Sep 02 23:57:37.394 INFO O| Sep 02 23:57:37.394 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-09-02T23:57:39.730Z[ host-image] Sep 02 23:57:37.403 INFO O| Sep 02 23:57:37.403 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99202025-09-02T23:57:39.730Z[ host-image] Sep 02 23:57:37.403 INFO O| Sep 02 23:57:37.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99212025-09-02T23:57:39.734Z[ host-image] Sep 02 23:57:37.403 INFO O| Sep 02 23:57:37.403 INFO STEP 94 (ensure_dir) COMPLETE
99222025-09-02T23:57:39.734Z[ host-image] Sep 02 23:57:37.403 INFO O| Sep 02 23:57:37.403 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232025-09-02T23:57:39.739Z[ host-image] Sep 02 23:57:37.411 INFO O| Sep 02 23:57:37.411 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99242025-09-02T23:57:39.742Z[ host-image] Sep 02 23:57:37.411 INFO O| Sep 02 23:57:37.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99252025-09-02T23:57:39.742Z[ host-image] Sep 02 23:57:37.411 INFO O| Sep 02 23:57:37.411 INFO STEP 95 (ensure_dir) COMPLETE
99262025-09-02T23:57:39.742Z[ host-image] Sep 02 23:57:37.411 INFO O| Sep 02 23:57:37.411 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272025-09-02T23:57:39.746Z[ host-image] Sep 02 23:57:37.419 INFO O| Sep 02 23:57:37.419 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99282025-09-02T23:57:39.746Z[ host-image] Sep 02 23:57:37.419 INFO O| Sep 02 23:57:37.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99292025-09-02T23:57:39.746Z[ host-image] Sep 02 23:57:37.419 INFO O| Sep 02 23:57:37.419 INFO STEP 96 (ensure_dir) COMPLETE
99302025-09-02T23:57:39.750Z[ host-image] Sep 02 23:57:37.419 INFO O| Sep 02 23:57:37.419 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312025-09-02T23:57:39.756Z[ host-image] Sep 02 23:57:37.429 INFO O| Sep 02 23:57:37.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99322025-09-02T23:57:39.756Z[ host-image] Sep 02 23:57:37.429 INFO O| Sep 02 23:57:37.429 INFO copying /tmp/.tmpvoUPBR/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 ...
99332025-09-02T23:57:39.759Z[ host-image] Sep 02 23:57:37.429 INFO O| Sep 02 23:57:37.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99342025-09-02T23:57:39.759Z[ host-image] Sep 02 23:57:37.429 INFO O| Sep 02 23:57:37.429 INFO ok!
99352025-09-02T23:57:39.759Z[ host-image] Sep 02 23:57:37.429 INFO O| Sep 02 23:57:37.429 INFO STEP 97 (ensure_file) COMPLETE
99362025-09-02T23:57:39.759Z[ host-image] Sep 02 23:57:37.429 INFO O| Sep 02 23:57:37.429 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-09-02T23:57:39.765Z[ host-image] Sep 02 23:57:37.438 INFO O| Sep 02 23:57:37.438 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99382025-09-02T23:57:39.765Z[ host-image] Sep 02 23:57:37.438 INFO O| Sep 02 23:57:37.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99392025-09-02T23:57:39.771Z[ host-image] Sep 02 23:57:37.438 INFO O| Sep 02 23:57:37.438 INFO STEP 98 (ensure_dir) COMPLETE
99402025-09-02T23:57:39.771Z[ host-image] Sep 02 23:57:37.438 INFO O| Sep 02 23:57:37.438 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412025-09-02T23:57:39.823Z[ host-image] Sep 02 23:57:37.447 INFO O| Sep 02 23:57:37.447 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99422025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.447 INFO O| Sep 02 23:57:37.447 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99432025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.447 INFO O| Sep 02 23:57:37.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99442025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.447 INFO O| Sep 02 23:57:37.447 INFO ok!
99452025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.447 INFO O| Sep 02 23:57:37.447 INFO STEP 99 (ensure_file) COMPLETE
99462025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.447 INFO O| Sep 02 23:57:37.447 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.456 INFO O| Sep 02 23:57:37.455 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99482025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.456 INFO O| Sep 02 23:57:37.456 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99492025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.469 INFO O| Sep 02 23:57:37.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99502025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.469 INFO O| Sep 02 23:57:37.469 INFO ok!
99512025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.469 INFO O| Sep 02 23:57:37.469 INFO STEP 100 (ensure_file) COMPLETE
99522025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.469 INFO O| Sep 02 23:57:37.469 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.479 INFO O| Sep 02 23:57:37.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99542025-09-02T23:57:39.824Z[ host-image] Sep 02 23:57:37.479 INFO O| Sep 02 23:57:37.479 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99552025-09-02T23:57:40.280Z[ host-image] Sep 02 23:57:37.953 INFO O| Sep 02 23:57:37.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99562025-09-02T23:57:40.280Z[ host-image] Sep 02 23:57:37.953 INFO O| Sep 02 23:57:37.953 INFO ok!
99572025-09-02T23:57:40.284Z[ host-image] Sep 02 23:57:37.953 INFO O| Sep 02 23:57:37.953 INFO STEP 101 (ensure_file) COMPLETE
99582025-09-02T23:57:40.284Z[ host-image] Sep 02 23:57:37.953 INFO O| Sep 02 23:57:37.953 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592025-09-02T23:57:40.290Z[ host-image] Sep 02 23:57:37.963 INFO O| Sep 02 23:57:37.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99602025-09-02T23:57:40.290Z[ host-image] Sep 02 23:57:37.963 INFO O| Sep 02 23:57:37.963 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99612025-09-02T23:57:40.294Z[ host-image] Sep 02 23:57:37.963 INFO O| Sep 02 23:57:37.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99622025-09-02T23:57:40.294Z[ host-image] Sep 02 23:57:37.963 INFO O| Sep 02 23:57:37.963 INFO ok!
99632025-09-02T23:57:40.294Z[ host-image] Sep 02 23:57:37.963 INFO O| Sep 02 23:57:37.963 INFO STEP 102 (ensure_file) COMPLETE
99642025-09-02T23:57:40.294Z[ host-image] Sep 02 23:57:37.963 INFO O| Sep 02 23:57:37.963 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652025-09-02T23:57:40.298Z[ host-image] Sep 02 23:57:37.971 INFO O| Sep 02 23:57:37.971 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99662025-09-02T23:57:40.298Z[ host-image] Sep 02 23:57:37.971 INFO O| Sep 02 23:57:37.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99672025-09-02T23:57:40.301Z[ host-image] Sep 02 23:57:37.971 INFO O| Sep 02 23:57:37.971 INFO STEP 103 (ensure_dir) COMPLETE
99682025-09-02T23:57:40.301Z[ host-image] Sep 02 23:57:37.971 INFO O| Sep 02 23:57:37.971 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692025-09-02T23:57:40.307Z[ host-image] Sep 02 23:57:37.980 INFO O| Sep 02 23:57:37.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
99702025-09-02T23:57:40.307Z[ host-image] Sep 02 23:57:37.980 INFO O| Sep 02 23:57:37.980 INFO copying /tmp/.tmpvoUPBR/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 ...
99712025-09-02T23:57:40.310Z[ host-image] Sep 02 23:57:37.980 INFO O| Sep 02 23:57:37.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
99722025-09-02T23:57:40.310Z[ host-image] Sep 02 23:57:37.980 INFO O| Sep 02 23:57:37.980 INFO ok!
99732025-09-02T23:57:40.310Z[ host-image] Sep 02 23:57:37.980 INFO O| Sep 02 23:57:37.980 INFO STEP 104 (ensure_file) COMPLETE
99742025-09-02T23:57:40.310Z[ host-image] Sep 02 23:57:37.980 INFO O| Sep 02 23:57:37.980 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752025-09-02T23:57:40.315Z[ host-image] Sep 02 23:57:37.988 INFO O| Sep 02 23:57:37.988 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
99762025-09-02T23:57:40.315Z[ host-image] Sep 02 23:57:37.989 INFO O| Sep 02 23:57:37.988 INFO copying /tmp/.tmpvoUPBR/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 ...
99772025-09-02T23:57:40.319Z[ host-image] Sep 02 23:57:37.989 INFO O| Sep 02 23:57:37.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
99782025-09-02T23:57:40.319Z[ host-image] Sep 02 23:57:37.989 INFO O| Sep 02 23:57:37.989 INFO ok!
99792025-09-02T23:57:40.319Z[ host-image] Sep 02 23:57:37.989 INFO O| Sep 02 23:57:37.989 INFO STEP 105 (ensure_file) COMPLETE
99802025-09-02T23:57:40.319Z[ host-image] Sep 02 23:57:37.989 INFO O| Sep 02 23:57:37.989 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812025-09-02T23:57:40.326Z[ host-image] Sep 02 23:57:37.999 INFO O| Sep 02 23:57:37.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
99822025-09-02T23:57:40.330Z[ host-image] Sep 02 23:57:37.999 INFO O| Sep 02 23:57:37.999 INFO copying /tmp/.tmpvoUPBR/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 ...
99832025-09-02T23:57:40.330Z[ host-image] Sep 02 23:57:37.999 INFO O| Sep 02 23:57:37.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
99842025-09-02T23:57:40.330Z[ host-image] Sep 02 23:57:37.999 INFO O| Sep 02 23:57:37.999 INFO ok!
99852025-09-02T23:57:40.330Z[ host-image] Sep 02 23:57:37.999 INFO O| Sep 02 23:57:37.999 INFO STEP 106 (ensure_file) COMPLETE
99862025-09-02T23:57:40.330Z[ host-image] Sep 02 23:57:37.999 INFO O| Sep 02 23:57:37.999 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872025-09-02T23:57:40.336Z[ host-image] Sep 02 23:57:38.009 INFO O| Sep 02 23:57:38.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
99882025-09-02T23:57:40.336Z[ host-image] Sep 02 23:57:38.010 INFO O| Sep 02 23:57:38.009 INFO copying /tmp/.tmpvoUPBR/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 ...
99892025-09-02T23:57:40.340Z[ host-image] Sep 02 23:57:38.010 INFO O| Sep 02 23:57:38.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
99902025-09-02T23:57:40.340Z[ host-image] Sep 02 23:57:38.010 INFO O| Sep 02 23:57:38.010 INFO ok!
99912025-09-02T23:57:40.340Z[ host-image] Sep 02 23:57:38.010 INFO O| Sep 02 23:57:38.010 INFO STEP 107 (ensure_file) COMPLETE
99922025-09-02T23:57:40.340Z[ host-image] Sep 02 23:57:38.010 INFO O| Sep 02 23:57:38.010 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932025-09-02T23:57:40.349Z[ host-image] Sep 02 23:57:38.022 INFO O| Sep 02 23:57:38.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
99942025-09-02T23:57:40.349Z[ host-image] Sep 02 23:57:38.022 INFO O| Sep 02 23:57:38.022 INFO copying /tmp/.tmpvoUPBR/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 ...
99952025-09-02T23:57:40.353Z[ host-image] Sep 02 23:57:38.022 INFO O| Sep 02 23:57:38.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
99962025-09-02T23:57:40.353Z[ host-image] Sep 02 23:57:38.022 INFO O| Sep 02 23:57:38.022 INFO ok!
99972025-09-02T23:57:40.353Z[ host-image] Sep 02 23:57:38.022 INFO O| Sep 02 23:57:38.022 INFO STEP 108 (ensure_file) COMPLETE
99982025-09-02T23:57:40.353Z[ host-image] Sep 02 23:57:38.022 INFO O| Sep 02 23:57:38.022 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992025-09-02T23:57:40.361Z[ host-image] Sep 02 23:57:38.034 INFO O| Sep 02 23:57:38.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100002025-09-02T23:57:40.361Z[ host-image] Sep 02 23:57:38.034 INFO O| Sep 02 23:57:38.034 INFO copying /tmp/.tmpvoUPBR/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 ...
100012025-09-02T23:57:40.365Z[ host-image] Sep 02 23:57:38.034 INFO O| Sep 02 23:57:38.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100022025-09-02T23:57:40.365Z[ host-image] Sep 02 23:57:38.034 INFO O| Sep 02 23:57:38.034 INFO ok!
100032025-09-02T23:57:40.365Z[ host-image] Sep 02 23:57:38.034 INFO O| Sep 02 23:57:38.034 INFO STEP 109 (ensure_file) COMPLETE
100042025-09-02T23:57:40.365Z[ host-image] Sep 02 23:57:38.034 INFO O| Sep 02 23:57:38.034 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052025-09-02T23:57:40.371Z[ host-image] Sep 02 23:57:38.044 INFO O| Sep 02 23:57:38.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100062025-09-02T23:57:40.371Z[ host-image] Sep 02 23:57:38.044 INFO O| Sep 02 23:57:38.044 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100072025-09-02T23:57:40.374Z[ host-image] Sep 02 23:57:38.044 INFO O| Sep 02 23:57:38.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100082025-09-02T23:57:40.375Z[ host-image] Sep 02 23:57:38.044 INFO O| Sep 02 23:57:38.044 INFO ok!
100092025-09-02T23:57:40.375Z[ host-image] Sep 02 23:57:38.044 INFO O| Sep 02 23:57:38.044 INFO STEP 110 (ensure_file) COMPLETE
100102025-09-02T23:57:40.375Z[ host-image] Sep 02 23:57:38.045 INFO O| Sep 02 23:57:38.044 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112025-09-02T23:57:40.381Z[ host-image] Sep 02 23:57:38.053 INFO O| Sep 02 23:57:38.053 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100122025-09-02T23:57:40.384Z[ host-image] Sep 02 23:57:38.053 INFO O| Sep 02 23:57:38.053 INFO copying /tmp/.tmpvoUPBR/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 ...
100132025-09-02T23:57:40.384Z[ host-image] Sep 02 23:57:38.054 INFO O| Sep 02 23:57:38.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100142025-09-02T23:57:40.384Z[ host-image] Sep 02 23:57:38.054 INFO O| Sep 02 23:57:38.054 INFO ok!
100152025-09-02T23:57:40.384Z[ host-image] Sep 02 23:57:38.054 INFO O| Sep 02 23:57:38.054 INFO STEP 111 (ensure_file) COMPLETE
100162025-09-02T23:57:40.384Z[ host-image] Sep 02 23:57:38.054 INFO O| Sep 02 23:57:38.054 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172025-09-02T23:57:40.389Z[ host-image] Sep 02 23:57:38.062 INFO O| Sep 02 23:57:38.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100182025-09-02T23:57:40.389Z[ host-image] Sep 02 23:57:38.062 INFO O| Sep 02 23:57:38.062 INFO copying /tmp/.tmpvoUPBR/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 ...
100192025-09-02T23:57:40.389Z[ host-image] Sep 02 23:57:38.062 INFO O| Sep 02 23:57:38.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100202025-09-02T23:57:40.392Z[ host-image] Sep 02 23:57:38.062 INFO O| Sep 02 23:57:38.062 INFO ok!
100212025-09-02T23:57:40.392Z[ host-image] Sep 02 23:57:38.062 INFO O| Sep 02 23:57:38.062 INFO STEP 112 (ensure_file) COMPLETE
100222025-09-02T23:57:40.392Z[ host-image] Sep 02 23:57:38.062 INFO O| Sep 02 23:57:38.062 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232025-09-02T23:57:40.398Z[ host-image] Sep 02 23:57:38.071 INFO O| Sep 02 23:57:38.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100242025-09-02T23:57:40.398Z[ host-image] Sep 02 23:57:38.071 INFO O| Sep 02 23:57:38.071 INFO copying /tmp/.tmpvoUPBR/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 ...
100252025-09-02T23:57:40.402Z[ host-image] Sep 02 23:57:38.071 INFO O| Sep 02 23:57:38.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100262025-09-02T23:57:40.402Z[ host-image] Sep 02 23:57:38.071 INFO O| Sep 02 23:57:38.071 INFO ok!
100272025-09-02T23:57:40.402Z[ host-image] Sep 02 23:57:38.071 INFO O| Sep 02 23:57:38.071 INFO STEP 113 (ensure_file) COMPLETE
100282025-09-02T23:57:40.402Z[ host-image] Sep 02 23:57:38.071 INFO O| Sep 02 23:57:38.071 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292025-09-02T23:57:40.409Z[ host-image] Sep 02 23:57:38.082 INFO O| Sep 02 23:57:38.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100302025-09-02T23:57:40.409Z[ host-image] Sep 02 23:57:38.082 INFO O| Sep 02 23:57:38.082 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100312025-09-02T23:57:40.409Z[ host-image] Sep 02 23:57:38.082 INFO O| Sep 02 23:57:38.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100322025-09-02T23:57:40.412Z[ host-image] Sep 02 23:57:38.082 INFO O| Sep 02 23:57:38.082 INFO ok!
100332025-09-02T23:57:40.412Z[ host-image] Sep 02 23:57:38.082 INFO O| Sep 02 23:57:38.082 INFO STEP 114 (ensure_file) COMPLETE
100342025-09-02T23:57:40.412Z[ host-image] Sep 02 23:57:38.082 INFO O| Sep 02 23:57:38.082 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352025-09-02T23:57:40.417Z[ host-image] Sep 02 23:57:38.090 INFO O| Sep 02 23:57:38.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
100362025-09-02T23:57:40.421Z[ host-image] Sep 02 23:57:38.090 INFO O| Sep 02 23:57:38.090 INFO copying /tmp/.tmpvoUPBR/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 ...
100372025-09-02T23:57:40.421Z[ host-image] Sep 02 23:57:38.090 INFO O| Sep 02 23:57:38.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
100382025-09-02T23:57:40.421Z[ host-image] Sep 02 23:57:38.090 INFO O| Sep 02 23:57:38.090 INFO ok!
100392025-09-02T23:57:40.421Z[ host-image] Sep 02 23:57:38.090 INFO O| Sep 02 23:57:38.090 INFO STEP 115 (ensure_file) COMPLETE
100402025-09-02T23:57:40.421Z[ host-image] Sep 02 23:57:38.091 INFO O| Sep 02 23:57:38.090 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412025-09-02T23:57:40.427Z[ host-image] Sep 02 23:57:38.099 INFO O| Sep 02 23:57:38.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
100422025-09-02T23:57:40.427Z[ host-image] Sep 02 23:57:38.099 INFO O| Sep 02 23:57:38.099 INFO copying /tmp/.tmpvoUPBR/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 ...
100432025-09-02T23:57:40.427Z[ host-image] Sep 02 23:57:38.099 INFO O| Sep 02 23:57:38.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
100442025-09-02T23:57:40.430Z[ host-image] Sep 02 23:57:38.099 INFO O| Sep 02 23:57:38.099 INFO ok!
100452025-09-02T23:57:40.431Z[ host-image] Sep 02 23:57:38.099 INFO O| Sep 02 23:57:38.099 INFO STEP 116 (ensure_file) COMPLETE
100462025-09-02T23:57:40.431Z[ host-image] Sep 02 23:57:38.099 INFO O| Sep 02 23:57:38.099 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100472025-09-02T23:57:40.435Z[ host-image] Sep 02 23:57:38.108 INFO O| Sep 02 23:57:38.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
100482025-09-02T23:57:40.435Z[ host-image] Sep 02 23:57:38.108 INFO O| Sep 02 23:57:38.108 INFO copying /tmp/.tmpvoUPBR/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 ...
100492025-09-02T23:57:40.438Z[ host-image] Sep 02 23:57:38.108 INFO O| Sep 02 23:57:38.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
100502025-09-02T23:57:40.438Z[ host-image] Sep 02 23:57:38.108 INFO O| Sep 02 23:57:38.108 INFO ok!
100512025-09-02T23:57:40.438Z[ host-image] Sep 02 23:57:38.108 INFO O| Sep 02 23:57:38.108 INFO STEP 117 (ensure_file) COMPLETE
100522025-09-02T23:57:40.438Z[ host-image] Sep 02 23:57:38.108 INFO O| Sep 02 23:57:38.108 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100532025-09-02T23:57:40.444Z[ host-image] Sep 02 23:57:38.117 INFO O| Sep 02 23:57:38.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
100542025-09-02T23:57:40.444Z[ host-image] Sep 02 23:57:38.117 INFO O| Sep 02 23:57:38.117 INFO copying /tmp/.tmpvoUPBR/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 ...
100552025-09-02T23:57:40.447Z[ host-image] Sep 02 23:57:38.117 INFO O| Sep 02 23:57:38.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
100562025-09-02T23:57:40.447Z[ host-image] Sep 02 23:57:38.117 INFO O| Sep 02 23:57:38.117 INFO ok!
100572025-09-02T23:57:40.448Z[ host-image] Sep 02 23:57:38.117 INFO O| Sep 02 23:57:38.117 INFO STEP 118 (ensure_file) COMPLETE
100582025-09-02T23:57:40.448Z[ host-image] Sep 02 23:57:38.117 INFO O| Sep 02 23:57:38.117 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592025-09-02T23:57:40.453Z[ host-image] Sep 02 23:57:38.126 INFO O| Sep 02 23:57:38.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
100602025-09-02T23:57:40.453Z[ host-image] Sep 02 23:57:38.126 INFO O| Sep 02 23:57:38.126 INFO copying /tmp/.tmpvoUPBR/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 ...
100612025-09-02T23:57:40.456Z[ host-image] Sep 02 23:57:38.126 INFO O| Sep 02 23:57:38.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
100622025-09-02T23:57:40.456Z[ host-image] Sep 02 23:57:38.126 INFO O| Sep 02 23:57:38.126 INFO ok!
100632025-09-02T23:57:40.456Z[ host-image] Sep 02 23:57:38.126 INFO O| Sep 02 23:57:38.126 INFO STEP 119 (ensure_file) COMPLETE
100642025-09-02T23:57:40.456Z[ host-image] Sep 02 23:57:38.126 INFO O| Sep 02 23:57:38.126 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652025-09-02T23:57:40.462Z[ host-image] Sep 02 23:57:38.134 INFO O| Sep 02 23:57:38.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
100662025-09-02T23:57:40.462Z[ host-image] Sep 02 23:57:38.134 INFO O| Sep 02 23:57:38.134 INFO copying /tmp/.tmpvoUPBR/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 ...
100672025-09-02T23:57:40.465Z[ host-image] Sep 02 23:57:38.134 INFO O| Sep 02 23:57:38.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
100682025-09-02T23:57:40.465Z[ host-image] Sep 02 23:57:38.134 INFO O| Sep 02 23:57:38.134 INFO ok!
100692025-09-02T23:57:40.465Z[ host-image] Sep 02 23:57:38.134 INFO O| Sep 02 23:57:38.134 INFO STEP 120 (ensure_file) COMPLETE
100702025-09-02T23:57:40.465Z[ host-image] Sep 02 23:57:38.134 INFO O| Sep 02 23:57:38.134 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712025-09-02T23:57:40.469Z[ host-image] Sep 02 23:57:38.143 INFO O| Sep 02 23:57:38.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
100722025-09-02T23:57:40.469Z[ host-image] Sep 02 23:57:38.143 INFO O| Sep 02 23:57:38.143 INFO copying /tmp/.tmpvoUPBR/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 ...
100732025-09-02T23:57:40.473Z[ host-image] Sep 02 23:57:38.143 INFO O| Sep 02 23:57:38.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
100742025-09-02T23:57:40.473Z[ host-image] Sep 02 23:57:38.143 INFO O| Sep 02 23:57:38.143 INFO ok!
100752025-09-02T23:57:40.473Z[ host-image] Sep 02 23:57:38.143 INFO O| Sep 02 23:57:38.143 INFO STEP 121 (ensure_file) COMPLETE
100762025-09-02T23:57:40.473Z[ host-image] Sep 02 23:57:38.143 INFO O| Sep 02 23:57:38.143 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772025-09-02T23:57:40.478Z[ host-image] Sep 02 23:57:38.151 INFO O| Sep 02 23:57:38.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
100782025-09-02T23:57:40.481Z[ host-image] Sep 02 23:57:38.151 INFO O| Sep 02 23:57:38.151 INFO copying /tmp/.tmpvoUPBR/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 ...
100792025-09-02T23:57:40.481Z[ host-image] Sep 02 23:57:38.151 INFO O| Sep 02 23:57:38.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
100802025-09-02T23:57:40.481Z[ host-image] Sep 02 23:57:38.151 INFO O| Sep 02 23:57:38.151 INFO ok!
100812025-09-02T23:57:40.481Z[ host-image] Sep 02 23:57:38.151 INFO O| Sep 02 23:57:38.151 INFO STEP 122 (ensure_file) COMPLETE
100822025-09-02T23:57:40.481Z[ host-image] Sep 02 23:57:38.151 INFO O| Sep 02 23:57:38.151 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832025-09-02T23:57:40.486Z[ host-image] Sep 02 23:57:38.159 INFO O| Sep 02 23:57:38.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
100842025-09-02T23:57:40.486Z[ host-image] Sep 02 23:57:38.159 INFO O| Sep 02 23:57:38.159 INFO copying /tmp/.tmpvoUPBR/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 ...
100852025-09-02T23:57:40.489Z[ host-image] Sep 02 23:57:38.159 INFO O| Sep 02 23:57:38.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
100862025-09-02T23:57:40.489Z[ host-image] Sep 02 23:57:38.159 INFO O| Sep 02 23:57:38.159 INFO ok!
100872025-09-02T23:57:40.490Z[ host-image] Sep 02 23:57:38.159 INFO O| Sep 02 23:57:38.159 INFO STEP 123 (ensure_file) COMPLETE
100882025-09-02T23:57:40.490Z[ host-image] Sep 02 23:57:38.159 INFO O| Sep 02 23:57:38.159 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892025-09-02T23:57:40.494Z[ host-image] Sep 02 23:57:38.167 INFO O| Sep 02 23:57:38.167 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
100902025-09-02T23:57:40.494Z[ host-image] Sep 02 23:57:38.167 INFO O| Sep 02 23:57:38.167 INFO copying /tmp/.tmpvoUPBR/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 ...
100912025-09-02T23:57:40.499Z[ host-image] Sep 02 23:57:38.167 INFO O| Sep 02 23:57:38.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
100922025-09-02T23:57:40.499Z[ host-image] Sep 02 23:57:38.167 INFO O| Sep 02 23:57:38.167 INFO ok!
100932025-09-02T23:57:40.499Z[ host-image] Sep 02 23:57:38.167 INFO O| Sep 02 23:57:38.167 INFO STEP 124 (ensure_file) COMPLETE
100942025-09-02T23:57:40.499Z[ host-image] Sep 02 23:57:38.167 INFO O| Sep 02 23:57:38.167 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952025-09-02T23:57:40.503Z[ host-image] Sep 02 23:57:38.176 INFO O| Sep 02 23:57:38.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
100962025-09-02T23:57:40.503Z[ host-image] Sep 02 23:57:38.176 INFO O| Sep 02 23:57:38.176 INFO copying /tmp/.tmpvoUPBR/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 ...
100972025-09-02T23:57:40.506Z[ host-image] Sep 02 23:57:38.176 INFO O| Sep 02 23:57:38.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
100982025-09-02T23:57:40.506Z[ host-image] Sep 02 23:57:38.176 INFO O| Sep 02 23:57:38.176 INFO ok!
100992025-09-02T23:57:40.506Z[ host-image] Sep 02 23:57:38.176 INFO O| Sep 02 23:57:38.176 INFO STEP 125 (ensure_file) COMPLETE
101002025-09-02T23:57:40.506Z[ host-image] Sep 02 23:57:38.176 INFO O| Sep 02 23:57:38.176 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012025-09-02T23:57:40.511Z[ host-image] Sep 02 23:57:38.185 INFO O| Sep 02 23:57:38.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101022025-09-02T23:57:40.511Z[ host-image] Sep 02 23:57:38.185 INFO O| Sep 02 23:57:38.184 INFO copying /tmp/.tmpvoUPBR/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 ...
101032025-09-02T23:57:40.515Z[ host-image] Sep 02 23:57:38.185 INFO O| Sep 02 23:57:38.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101042025-09-02T23:57:40.515Z[ host-image] Sep 02 23:57:38.185 INFO O| Sep 02 23:57:38.185 INFO ok!
101052025-09-02T23:57:40.515Z[ host-image] Sep 02 23:57:38.185 INFO O| Sep 02 23:57:38.185 INFO STEP 126 (ensure_file) COMPLETE
101062025-09-02T23:57:40.515Z[ host-image] Sep 02 23:57:38.185 INFO O| Sep 02 23:57:38.185 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072025-09-02T23:57:40.520Z[ host-image] Sep 02 23:57:38.193 INFO O| Sep 02 23:57:38.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101082025-09-02T23:57:40.520Z[ host-image] Sep 02 23:57:38.194 INFO O| Sep 02 23:57:38.193 INFO copying /tmp/.tmpvoUPBR/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 ...
101092025-09-02T23:57:40.524Z[ host-image] Sep 02 23:57:38.194 INFO O| Sep 02 23:57:38.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101102025-09-02T23:57:40.524Z[ host-image] Sep 02 23:57:38.194 INFO O| Sep 02 23:57:38.194 INFO ok!
101112025-09-02T23:57:40.524Z[ host-image] Sep 02 23:57:38.194 INFO O| Sep 02 23:57:38.194 INFO STEP 127 (ensure_file) COMPLETE
101122025-09-02T23:57:40.524Z[ host-image] Sep 02 23:57:38.194 INFO O| Sep 02 23:57:38.194 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132025-09-02T23:57:40.529Z[ host-image] Sep 02 23:57:38.202 INFO O| Sep 02 23:57:38.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101142025-09-02T23:57:40.530Z[ host-image] Sep 02 23:57:38.202 INFO O| Sep 02 23:57:38.202 INFO copying /tmp/.tmpvoUPBR/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 ...
101152025-09-02T23:57:40.533Z[ host-image] Sep 02 23:57:38.202 INFO O| Sep 02 23:57:38.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101162025-09-02T23:57:40.533Z[ host-image] Sep 02 23:57:38.202 INFO O| Sep 02 23:57:38.202 INFO ok!
101172025-09-02T23:57:40.533Z[ host-image] Sep 02 23:57:38.202 INFO O| Sep 02 23:57:38.202 INFO STEP 128 (ensure_file) COMPLETE
101182025-09-02T23:57:40.533Z[ host-image] Sep 02 23:57:38.202 INFO O| Sep 02 23:57:38.202 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192025-09-02T23:57:40.538Z[ host-image] Sep 02 23:57:38.211 INFO O| Sep 02 23:57:38.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101202025-09-02T23:57:40.538Z[ host-image] Sep 02 23:57:38.212 INFO O| Sep 02 23:57:38.211 INFO copying /tmp/.tmpvoUPBR/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 ...
101212025-09-02T23:57:40.542Z[ host-image] Sep 02 23:57:38.212 INFO O| Sep 02 23:57:38.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101222025-09-02T23:57:40.542Z[ host-image] Sep 02 23:57:38.212 INFO O| Sep 02 23:57:38.212 INFO ok!
101232025-09-02T23:57:40.542Z[ host-image] Sep 02 23:57:38.212 INFO O| Sep 02 23:57:38.212 INFO STEP 129 (ensure_file) COMPLETE
101242025-09-02T23:57:40.542Z[ host-image] Sep 02 23:57:38.212 INFO O| Sep 02 23:57:38.212 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252025-09-02T23:57:40.547Z[ host-image] Sep 02 23:57:38.220 INFO O| Sep 02 23:57:38.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101262025-09-02T23:57:40.551Z[ host-image] Sep 02 23:57:38.220 INFO O| Sep 02 23:57:38.220 INFO copying /tmp/.tmpvoUPBR/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 ...
101272025-09-02T23:57:40.551Z[ host-image] Sep 02 23:57:38.220 INFO O| Sep 02 23:57:38.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101282025-09-02T23:57:40.551Z[ host-image] Sep 02 23:57:38.220 INFO O| Sep 02 23:57:38.220 INFO ok!
101292025-09-02T23:57:40.551Z[ host-image] Sep 02 23:57:38.220 INFO O| Sep 02 23:57:38.220 INFO STEP 130 (ensure_file) COMPLETE
101302025-09-02T23:57:40.551Z[ host-image] Sep 02 23:57:38.220 INFO O| Sep 02 23:57:38.220 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312025-09-02T23:57:40.555Z[ host-image] Sep 02 23:57:38.228 INFO O| Sep 02 23:57:38.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101322025-09-02T23:57:40.559Z[ host-image] Sep 02 23:57:38.229 INFO O| Sep 02 23:57:38.228 INFO copying /tmp/.tmpvoUPBR/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 ...
101332025-09-02T23:57:40.559Z[ host-image] Sep 02 23:57:38.229 INFO O| Sep 02 23:57:38.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101342025-09-02T23:57:40.559Z[ host-image] Sep 02 23:57:38.229 INFO O| Sep 02 23:57:38.229 INFO ok!
101352025-09-02T23:57:40.559Z[ host-image] Sep 02 23:57:38.229 INFO O| Sep 02 23:57:38.229 INFO STEP 131 (ensure_file) COMPLETE
101362025-09-02T23:57:40.559Z[ host-image] Sep 02 23:57:38.229 INFO O| Sep 02 23:57:38.229 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372025-09-02T23:57:40.568Z[ host-image] Sep 02 23:57:38.237 INFO O| Sep 02 23:57:38.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
101382025-09-02T23:57:40.568Z[ host-image] Sep 02 23:57:38.237 INFO O| Sep 02 23:57:38.237 INFO copying /tmp/.tmpvoUPBR/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 ...
101392025-09-02T23:57:40.568Z[ host-image] Sep 02 23:57:38.237 INFO O| Sep 02 23:57:38.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
101402025-09-02T23:57:40.568Z[ host-image] Sep 02 23:57:38.237 INFO O| Sep 02 23:57:38.237 INFO ok!
101412025-09-02T23:57:40.572Z[ host-image] Sep 02 23:57:38.237 INFO O| Sep 02 23:57:38.237 INFO STEP 132 (ensure_file) COMPLETE
101422025-09-02T23:57:40.572Z[ host-image] Sep 02 23:57:38.237 INFO O| Sep 02 23:57:38.237 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432025-09-02T23:57:40.572Z[ host-image] Sep 02 23:57:38.245 INFO O| Sep 02 23:57:38.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
101442025-09-02T23:57:40.572Z[ host-image] Sep 02 23:57:38.245 INFO O| Sep 02 23:57:38.245 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
101452025-09-02T23:57:40.573Z[ host-image] Sep 02 23:57:38.245 INFO O| Sep 02 23:57:38.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
101462025-09-02T23:57:40.573Z[ host-image] Sep 02 23:57:38.245 INFO O| Sep 02 23:57:38.245 INFO ok!
101472025-09-02T23:57:40.573Z[ host-image] Sep 02 23:57:38.245 INFO O| Sep 02 23:57:38.245 INFO STEP 133 (ensure_file) COMPLETE
101482025-09-02T23:57:40.573Z[ host-image] Sep 02 23:57:38.245 INFO O| Sep 02 23:57:38.245 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492025-09-02T23:57:40.580Z[ host-image] Sep 02 23:57:38.253 INFO O| Sep 02 23:57:38.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
101502025-09-02T23:57:40.580Z[ host-image] Sep 02 23:57:38.253 INFO O| Sep 02 23:57:38.253 INFO copying /tmp/.tmpvoUPBR/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 ...
101512025-09-02T23:57:40.584Z[ host-image] Sep 02 23:57:38.253 INFO O| Sep 02 23:57:38.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
101522025-09-02T23:57:40.584Z[ host-image] Sep 02 23:57:38.253 INFO O| Sep 02 23:57:38.253 INFO ok!
101532025-09-02T23:57:40.584Z[ host-image] Sep 02 23:57:38.253 INFO O| Sep 02 23:57:38.253 INFO STEP 134 (ensure_file) COMPLETE
101542025-09-02T23:57:40.584Z[ host-image] Sep 02 23:57:38.253 INFO O| Sep 02 23:57:38.253 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552025-09-02T23:57:40.589Z[ host-image] Sep 02 23:57:38.262 INFO O| Sep 02 23:57:38.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
101562025-09-02T23:57:40.589Z[ host-image] Sep 02 23:57:38.262 INFO O| Sep 02 23:57:38.262 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
101572025-09-02T23:57:40.592Z[ host-image] Sep 02 23:57:38.262 INFO O| Sep 02 23:57:38.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
101582025-09-02T23:57:40.592Z[ host-image] Sep 02 23:57:38.262 INFO O| Sep 02 23:57:38.262 INFO ok!
101592025-09-02T23:57:40.592Z[ host-image] Sep 02 23:57:38.262 INFO O| Sep 02 23:57:38.262 INFO STEP 135 (ensure_file) COMPLETE
101602025-09-02T23:57:40.592Z[ host-image] Sep 02 23:57:38.262 INFO O| Sep 02 23:57:38.262 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612025-09-02T23:57:40.597Z[ host-image] Sep 02 23:57:38.270 INFO O| Sep 02 23:57:38.270 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101622025-09-02T23:57:40.600Z[ host-image] Sep 02 23:57:38.270 INFO O| Sep 02 23:57:38.270 INFO copying /tmp/.tmpvoUPBR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101632025-09-02T23:57:46.663Z[ host-image] Sep 02 23:57:44.335 INFO O| Sep 02 23:57:44.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101642025-09-02T23:57:46.663Z[ host-image] Sep 02 23:57:44.335 INFO O| Sep 02 23:57:44.334 INFO ok!
101652025-09-02T23:57:46.666Z[ host-image] Sep 02 23:57:44.335 INFO O| Sep 02 23:57:44.334 INFO STEP 136 (ensure_file) COMPLETE
101662025-09-02T23:57:46.666Z[ host-image] Sep 02 23:57:44.335 INFO O| Sep 02 23:57:44.335 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672025-09-02T23:57:46.672Z[ host-image] Sep 02 23:57:44.344 INFO O| Sep 02 23:57:44.344 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101682025-09-02T23:57:46.673Z[ host-image] Sep 02 23:57:44.344 INFO O| Sep 02 23:57:44.344 INFO STEP 137 (ensure_dir) COMPLETE
101692025-09-02T23:57:46.676Z[ host-image] Sep 02 23:57:44.344 INFO O| Sep 02 23:57:44.344 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702025-09-02T23:57:46.680Z[ host-image] Sep 02 23:57:44.352 INFO O| Sep 02 23:57:44.352 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
101712025-09-02T23:57:46.680Z[ host-image] Sep 02 23:57:44.352 INFO O| Sep 02 23:57:44.352 INFO STEP 138 (ensure_dir) COMPLETE
101722025-09-02T23:57:46.680Z[ host-image] Sep 02 23:57:44.352 INFO O| Sep 02 23:57:44.352 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732025-09-02T23:57:46.689Z[ host-image] Sep 02 23:57:44.361 INFO O| Sep 02 23:57:44.361 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
101742025-09-02T23:57:46.689Z[ host-image] Sep 02 23:57:44.361 INFO O| Sep 02 23:57:44.361 INFO STEP 139 (ensure_dir) COMPLETE
101752025-09-02T23:57:46.693Z[ host-image] Sep 02 23:57:44.361 INFO O| Sep 02 23:57:44.361 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762025-09-02T23:57:46.699Z[ host-image] Sep 02 23:57:44.371 INFO O| Sep 02 23:57:44.371 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
101772025-09-02T23:57:46.699Z[ host-image] Sep 02 23:57:44.371 INFO O| Sep 02 23:57:44.371 INFO STEP 140 (ensure_dir) COMPLETE
101782025-09-02T23:57:46.703Z[ host-image] Sep 02 23:57:44.371 INFO O| Sep 02 23:57:44.371 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792025-09-02T23:57:46.708Z[ host-image] Sep 02 23:57:44.380 INFO O| Sep 02 23:57:44.380 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
101802025-09-02T23:57:46.708Z[ host-image] Sep 02 23:57:44.380 INFO O| Sep 02 23:57:44.380 INFO copying /tmp/.tmpvoUPBR/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 ...
101812025-09-02T23:57:46.711Z[ host-image] Sep 02 23:57:44.380 INFO O| Sep 02 23:57:44.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
101822025-09-02T23:57:46.711Z[ host-image] Sep 02 23:57:44.380 INFO O| Sep 02 23:57:44.380 INFO ok!
101832025-09-02T23:57:46.711Z[ host-image] Sep 02 23:57:44.380 INFO O| Sep 02 23:57:44.380 INFO STEP 141 (ensure_file) COMPLETE
101842025-09-02T23:57:46.711Z[ host-image] Sep 02 23:57:44.380 INFO O| Sep 02 23:57:44.380 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852025-09-02T23:57:46.719Z[ host-image] Sep 02 23:57:44.391 INFO O| Sep 02 23:57:44.391 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101862025-09-02T23:57:46.719Z[ host-image] Sep 02 23:57:44.391 INFO O| Sep 02 23:57:44.391 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
101872025-09-02T23:57:46.719Z[ host-image] Sep 02 23:57:44.391 INFO O| Sep 02 23:57:44.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
101882025-09-02T23:57:46.722Z[ host-image] Sep 02 23:57:44.391 INFO O| Sep 02 23:57:44.391 INFO STEP 142 (ensure_dir) COMPLETE
101892025-09-02T23:57:46.722Z[ host-image] Sep 02 23:57:44.391 INFO O| Sep 02 23:57:44.391 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902025-09-02T23:57:46.727Z[ host-image] Sep 02 23:57:44.399 INFO O| Sep 02 23:57:44.399 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101912025-09-02T23:57:46.731Z[ host-image] Sep 02 23:57:44.400 INFO O| Sep 02 23:57:44.400 INFO copying /tmp/.tmpvoUPBR/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101922025-09-02T23:57:46.731Z[ host-image] Sep 02 23:57:44.400 INFO O| Sep 02 23:57:44.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101932025-09-02T23:57:46.731Z[ host-image] Sep 02 23:57:44.400 INFO O| Sep 02 23:57:44.400 INFO ok!
101942025-09-02T23:57:46.731Z[ host-image] Sep 02 23:57:44.400 INFO O| Sep 02 23:57:44.400 INFO STEP 143 (ensure_file) COMPLETE
101952025-09-02T23:57:46.731Z[ host-image] Sep 02 23:57:44.400 INFO O| Sep 02 23:57:44.400 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101962025-09-02T23:57:46.736Z[ host-image] Sep 02 23:57:44.409 INFO O| Sep 02 23:57:44.408 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101972025-09-02T23:57:46.740Z[ host-image] Sep 02 23:57:44.409 INFO O| Sep 02 23:57:44.409 INFO STEP 144 (remove_files) COMPLETE
101982025-09-02T23:57:46.740Z[ host-image] Sep 02 23:57:44.409 INFO O| Sep 02 23:57:44.409 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101992025-09-02T23:57:46.744Z[ host-image] Sep 02 23:57:44.416 INFO O| Sep 02 23:57:44.416 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102002025-09-02T23:57:46.748Z[ host-image] Sep 02 23:57:44.417 INFO O| Sep 02 23:57:44.417 INFO STEP 145 (remove_files) COMPLETE
102012025-09-02T23:57:46.748Z[ host-image] Sep 02 23:57:44.417 INFO O| Sep 02 23:57:44.417 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102022025-09-02T23:57:46.752Z[ host-image] Sep 02 23:57:44.424 INFO O| Sep 02 23:57:44.424 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102032025-09-02T23:57:46.757Z[ host-image] Sep 02 23:57:44.424 INFO O| Sep 02 23:57:44.424 INFO STEP 146 (remove_files) COMPLETE
102042025-09-02T23:57:46.757Z[ host-image] Sep 02 23:57:44.424 INFO O| Sep 02 23:57:44.424 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102052025-09-02T23:57:46.760Z[ host-image] Sep 02 23:57:44.433 INFO O| Sep 02 23:57:44.432 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102062025-09-02T23:57:46.764Z[ host-image] Sep 02 23:57:44.433 INFO O| Sep 02 23:57:44.433 INFO STEP 147 (remove_files) COMPLETE
102072025-09-02T23:57:46.764Z[ host-image] Sep 02 23:57:44.433 INFO O| Sep 02 23:57:44.433 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102082025-09-02T23:57:46.770Z[ host-image] Sep 02 23:57:44.442 INFO O| Sep 02 23:57:44.442 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102092025-09-02T23:57:46.773Z[ host-image] Sep 02 23:57:44.442 INFO O| Sep 02 23:57:44.442 INFO STEP 148 (remove_files) COMPLETE
102102025-09-02T23:57:46.773Z[ host-image] Sep 02 23:57:44.442 INFO O| Sep 02 23:57:44.442 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102112025-09-02T23:57:46.777Z[ host-image] Sep 02 23:57:44.450 INFO O| Sep 02 23:57:44.449 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102122025-09-02T23:57:46.781Z[ host-image] Sep 02 23:57:44.450 INFO O| Sep 02 23:57:44.450 INFO STEP 149 (remove_files) COMPLETE
102132025-09-02T23:57:46.781Z[ host-image] Sep 02 23:57:44.450 INFO O| Sep 02 23:57:44.450 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102142025-09-02T23:57:46.786Z[ host-image] Sep 02 23:57:44.458 INFO O| Sep 02 23:57:44.458 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102152025-09-02T23:57:46.789Z[ host-image] Sep 02 23:57:44.458 INFO O| Sep 02 23:57:44.458 INFO STEP 150 (remove_files) COMPLETE
102162025-09-02T23:57:46.789Z[ host-image] Sep 02 23:57:44.458 INFO O| Sep 02 23:57:44.458 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102172025-09-02T23:57:46.793Z[ host-image] Sep 02 23:57:44.465 INFO O| Sep 02 23:57:44.465 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102182025-09-02T23:57:46.793Z[ host-image] Sep 02 23:57:44.465 INFO O| Sep 02 23:57:44.465 INFO STEP 151 (remove_files) COMPLETE
102192025-09-02T23:57:46.793Z[ host-image] Sep 02 23:57:44.465 INFO O| Sep 02 23:57:44.465 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102202025-09-02T23:57:46.801Z[ host-image] Sep 02 23:57:44.474 INFO O| Sep 02 23:57:44.474 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102212025-09-02T23:57:46.802Z[ host-image] Sep 02 23:57:44.474 INFO O| Sep 02 23:57:44.474 INFO STEP 152 (remove_files) COMPLETE
102222025-09-02T23:57:46.805Z[ host-image] Sep 02 23:57:44.474 INFO O| Sep 02 23:57:44.474 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102232025-09-02T23:57:46.809Z[ host-image] Sep 02 23:57:44.481 INFO O| Sep 02 23:57:44.481 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102242025-09-02T23:57:46.809Z[ host-image] Sep 02 23:57:44.481 INFO O| Sep 02 23:57:44.481 INFO STEP 153 (remove_files) COMPLETE
102252025-09-02T23:57:46.809Z[ host-image] Sep 02 23:57:44.481 INFO O| Sep 02 23:57:44.481 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102262025-09-02T23:57:46.820Z[ host-image] Sep 02 23:57:44.491 INFO O| Sep 02 23:57:44.491 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102272025-09-02T23:57:46.820Z[ host-image] Sep 02 23:57:44.491 INFO O| Sep 02 23:57:44.491 INFO STEP 154 (remove_files) COMPLETE
102282025-09-02T23:57:46.823Z[ host-image] Sep 02 23:57:44.491 INFO O| Sep 02 23:57:44.491 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102292025-09-02T23:57:46.828Z[ host-image] Sep 02 23:57:44.500 INFO O| Sep 02 23:57:44.499 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102302025-09-02T23:57:46.828Z[ host-image] Sep 02 23:57:44.500 INFO O| Sep 02 23:57:44.500 INFO STEP 155 (remove_files) COMPLETE
102312025-09-02T23:57:46.828Z[ host-image] Sep 02 23:57:44.500 INFO O| Sep 02 23:57:44.500 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102322025-09-02T23:57:46.836Z[ host-image] Sep 02 23:57:44.508 INFO O| Sep 02 23:57:44.508 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102332025-09-02T23:57:46.836Z[ host-image] Sep 02 23:57:44.508 INFO O| Sep 02 23:57:44.508 INFO STEP 156 (remove_files) COMPLETE
102342025-09-02T23:57:46.836Z[ host-image] Sep 02 23:57:44.508 INFO O| Sep 02 23:57:44.508 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102352025-09-02T23:57:46.844Z[ host-image] Sep 02 23:57:44.516 INFO O| Sep 02 23:57:44.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102362025-09-02T23:57:46.844Z[ host-image] Sep 02 23:57:44.516 INFO O| Sep 02 23:57:44.516 INFO STEP 157 (remove_files) COMPLETE
102372025-09-02T23:57:46.847Z[ host-image] Sep 02 23:57:44.516 INFO O| Sep 02 23:57:44.516 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102382025-09-02T23:57:46.854Z[ host-image] Sep 02 23:57:44.525 INFO O| Sep 02 23:57:44.525 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102392025-09-02T23:57:46.854Z[ host-image] Sep 02 23:57:44.525 INFO O| Sep 02 23:57:44.525 INFO STEP 158 (remove_files) COMPLETE
102402025-09-02T23:57:46.854Z[ host-image] Sep 02 23:57:44.525 INFO O| Sep 02 23:57:44.525 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102412025-09-02T23:57:46.861Z[ host-image] Sep 02 23:57:44.533 INFO O| Sep 02 23:57:44.533 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102422025-09-02T23:57:46.865Z[ host-image] Sep 02 23:57:44.533 INFO O| Sep 02 23:57:44.533 INFO STEP 159 (remove_files) COMPLETE
102432025-09-02T23:57:46.865Z[ host-image] Sep 02 23:57:44.533 INFO O| Sep 02 23:57:44.533 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102442025-09-02T23:57:46.870Z[ host-image] Sep 02 23:57:44.542 INFO O| Sep 02 23:57:44.541 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102452025-09-02T23:57:46.870Z[ host-image] Sep 02 23:57:44.542 INFO O| Sep 02 23:57:44.542 INFO STEP 160 (remove_files) COMPLETE
102462025-09-02T23:57:46.870Z[ host-image] Sep 02 23:57:44.542 INFO O| Sep 02 23:57:44.542 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102472025-09-02T23:57:46.878Z[ host-image] Sep 02 23:57:44.550 INFO O| Sep 02 23:57:44.550 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102482025-09-02T23:57:46.878Z[ host-image] Sep 02 23:57:44.550 INFO O| Sep 02 23:57:44.550 INFO STEP 161 (remove_files) COMPLETE
102492025-09-02T23:57:46.882Z[ host-image] Sep 02 23:57:44.550 INFO O| Sep 02 23:57:44.550 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102502025-09-02T23:57:46.887Z[ host-image] Sep 02 23:57:44.559 INFO O| Sep 02 23:57:44.559 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102512025-09-02T23:57:46.887Z[ host-image] Sep 02 23:57:44.559 INFO O| Sep 02 23:57:44.559 INFO STEP 162 (remove_files) COMPLETE
102522025-09-02T23:57:46.887Z[ host-image] Sep 02 23:57:44.559 INFO O| Sep 02 23:57:44.559 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102532025-09-02T23:57:46.896Z[ host-image] Sep 02 23:57:44.568 INFO O| Sep 02 23:57:44.568 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102542025-09-02T23:57:46.896Z[ host-image] Sep 02 23:57:44.568 INFO O| Sep 02 23:57:44.568 INFO STEP 163 (remove_files) COMPLETE
102552025-09-02T23:57:46.899Z[ host-image] Sep 02 23:57:44.568 INFO O| Sep 02 23:57:44.568 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102562025-09-02T23:57:46.905Z[ host-image] Sep 02 23:57:44.577 INFO O| Sep 02 23:57:44.577 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102572025-09-02T23:57:46.908Z[ host-image] Sep 02 23:57:44.577 INFO O| Sep 02 23:57:44.577 INFO STEP 164 (remove_files) COMPLETE
102582025-09-02T23:57:46.908Z[ host-image] Sep 02 23:57:44.577 INFO O| Sep 02 23:57:44.577 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102592025-09-02T23:57:46.915Z[ host-image] Sep 02 23:57:44.587 INFO O| Sep 02 23:57:44.587 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102602025-09-02T23:57:46.920Z[ host-image] Sep 02 23:57:44.588 INFO O| Sep 02 23:57:44.588 INFO STEP 165 (remove_files) COMPLETE
102612025-09-02T23:57:46.920Z[ host-image] Sep 02 23:57:44.588 INFO O| Sep 02 23:57:44.588 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102622025-09-02T23:57:46.924Z[ host-image] Sep 02 23:57:44.595 INFO O| Sep 02 23:57:44.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102632025-09-02T23:57:46.927Z[ host-image] Sep 02 23:57:44.595 INFO O| Sep 02 23:57:44.595 INFO STEP 166 (remove_files) COMPLETE
102642025-09-02T23:57:46.927Z[ host-image] Sep 02 23:57:44.595 INFO O| Sep 02 23:57:44.595 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102652025-09-02T23:57:46.931Z[ host-image] Sep 02 23:57:44.603 INFO O| Sep 02 23:57:44.603 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102662025-09-02T23:57:46.934Z[ host-image] Sep 02 23:57:44.603 INFO O| Sep 02 23:57:44.603 INFO STEP 167 (remove_files) COMPLETE
102672025-09-02T23:57:46.934Z[ host-image] Sep 02 23:57:44.603 INFO O| Sep 02 23:57:44.603 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102682025-09-02T23:57:46.939Z[ host-image] Sep 02 23:57:44.611 INFO O| Sep 02 23:57:44.611 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102692025-09-02T23:57:46.939Z[ host-image] Sep 02 23:57:44.612 INFO O| Sep 02 23:57:44.612 INFO STEP 168 (remove_files) COMPLETE
102702025-09-02T23:57:46.943Z[ host-image] Sep 02 23:57:44.612 INFO O| Sep 02 23:57:44.612 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102712025-09-02T23:57:46.947Z[ host-image] Sep 02 23:57:44.619 INFO O| Sep 02 23:57:44.619 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
102722025-09-02T23:57:46.951Z[ host-image] Sep 02 23:57:44.619 INFO O| Sep 02 23:57:44.619 INFO STEP 169 (remove_files) COMPLETE
102732025-09-02T23:57:46.951Z[ host-image] Sep 02 23:57:44.619 INFO O| Sep 02 23:57:44.619 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102742025-09-02T23:57:46.957Z[ host-image] Sep 02 23:57:44.629 INFO O| Sep 02 23:57:44.629 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
102752025-09-02T23:57:46.960Z[ host-image] Sep 02 23:57:44.629 INFO O| Sep 02 23:57:44.629 INFO STEP 170 (remove_files) COMPLETE
102762025-09-02T23:57:46.960Z[ host-image] Sep 02 23:57:44.629 INFO O| Sep 02 23:57:44.629 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102772025-09-02T23:57:46.965Z[ host-image] Sep 02 23:57:44.638 INFO O| Sep 02 23:57:44.638 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
102782025-09-02T23:57:46.969Z[ host-image] Sep 02 23:57:44.638 INFO O| Sep 02 23:57:44.638 INFO STEP 171 (remove_files) COMPLETE
102792025-09-02T23:57:46.969Z[ host-image] Sep 02 23:57:44.638 INFO O| Sep 02 23:57:44.638 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102802025-09-02T23:57:46.974Z[ host-image] Sep 02 23:57:44.646 INFO O| Sep 02 23:57:44.646 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
102812025-09-02T23:57:46.974Z[ host-image] Sep 02 23:57:44.646 INFO O| Sep 02 23:57:44.646 INFO STEP 172 (remove_files) COMPLETE
102822025-09-02T23:57:46.977Z[ host-image] Sep 02 23:57:44.646 INFO O| Sep 02 23:57:44.646 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102832025-09-02T23:57:46.990Z[ host-image] Sep 02 23:57:44.661 INFO O| Sep 02 23:57:44.661 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102842025-09-02T23:57:46.990Z[ host-image] Sep 02 23:57:44.661 INFO O| Sep 02 23:57:44.661 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
102852025-09-02T23:57:53.672Z[ recovery-image] Sep 02 23:57:51.343 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)
102862025-09-02T23:57:54.166Z[ host-image] Sep 02 23:57:51.836 INFO O| Sep 02 23:57:51.836 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
102872025-09-02T23:57:54.166Z[ host-image] Sep 02 23:57:51.836 INFO O| Sep 02 23:57:51.836 INFO E| svccfg: Loaded 79 smf(7) service descriptions
102882025-09-02T23:57:54.192Z[ host-image] Sep 02 23:57:51.863 INFO O| Sep 02 23:57:51.863 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
102892025-09-02T23:57:54.402Z[ host-image] Sep 02 23:57:52.072 INFO O| Sep 02 23:57:52.072 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
102902025-09-02T23:57:54.493Z[ host-image] Sep 02 23:57:52.163 INFO O| Sep 02 23:57:52.163 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
102912025-09-02T23:57:54.584Z[ host-image] Sep 02 23:57:52.255 INFO O| Sep 02 23:57:52.255 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
102922025-09-02T23:57:54.585Z[ host-image] Sep 02 23:57:52.255 INFO O| Sep 02 23:57:52.255 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
102932025-09-02T23:57:54.588Z[ host-image] Sep 02 23:57:52.258 INFO O| Sep 02 23:57:52.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
102942025-09-02T23:57:54.588Z[ host-image] Sep 02 23:57:52.258 INFO O| Sep 02 23:57:52.258 INFO ok!
102952025-09-02T23:57:54.588Z[ host-image] Sep 02 23:57:52.258 INFO O| Sep 02 23:57:52.258 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
102962025-09-02T23:57:54.588Z[ host-image] Sep 02 23:57:52.258 INFO O| Sep 02 23:57:52.258 INFO STEP 173 (seed_smf) COMPLETE
102972025-09-02T23:57:54.589Z[ host-image] Sep 02 23:57:52.258 INFO O| Sep 02 23:57:52.258 INFO steps complete; finalising image!
102982025-09-02T23:57:54.589Z[ host-image] Sep 02 23:57:52.258 INFO O| Sep 02 23:57:52.258 INFO TRIM POOL: TEMPORARY-sled-zfs
102992025-09-02T23:57:54.736Z[ host-image] Sep 02 23:57:52.407 INFO O| Sep 02 23:57:52.406 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Sep 2 23:57:52 2025)
103002025-09-02T23:57:54.957Z[ host-image] Sep 02 23:57:52.627 INFO O| Sep 02 23:57:52.627 INFO temporary pool has 755M used, 76.5M avail, 1.80x compressratio
103012025-09-02T23:57:54.957Z[ host-image] Sep 02 23:57:52.627 INFO O| Sep 02 23:57:52.627 INFO EXPORT POOL: TEMPORARY-sled-zfs
103022025-09-02T23:57:55.304Z[ host-image] Sep 02 23:57:52.974 INFO O| Sep 02 23:57:52.974 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103032025-09-02T23:57:55.304Z[ host-image] Sep 02 23:57:52.974 INFO O| Sep 02 23:57:52.974 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103042025-09-02T23:57:56.273Z[ host-image] Sep 02 23:57:53.943 INFO O| Sep 02 23:57:53.943 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103052025-09-02T23:57:56.273Z[ host-image] Sep 02 23:57:53.943 INFO O| Sep 02 23:57:53.943 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103062025-09-02T23:57:56.276Z[ host-image] Sep 02 23:57:53.943 INFO O| Sep 02 23:57:53.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103072025-09-02T23:57:56.276Z[ host-image] Sep 02 23:57:53.943 INFO O| Sep 02 23:57:53.943 INFO completed processing sled/zfs
103082025-09-02T23:57:56.276Z[ host-image] Sep 02 23:57:53.943 INFO O| Sep 02 23:57:53.943 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103092025-09-02T23:57:57.522Z[ recovery-image] Sep 02 23:57:55.192 INFO E| Compiling bitflags v1.3.2
103102025-09-02T23:57:57.522Z[ recovery-image] Sep 02 23:57:55.192 INFO E| Compiling adler2 v2.0.1
103112025-09-02T23:57:57.525Z[ recovery-image] Sep 02 23:57:55.192 INFO E| Compiling plain v0.2.3
103122025-09-02T23:57:57.525Z[ recovery-image] Sep 02 23:57:55.192 INFO E| Compiling log v0.4.27
103132025-09-02T23:57:57.525Z[ recovery-image] Sep 02 23:57:55.192 INFO E| Compiling bitflags v2.9.1
103142025-09-02T23:57:57.525Z[ recovery-image] Sep 02 23:57:55.192 INFO E| Compiling scroll v0.13.0
103152025-09-02T23:57:57.525Z[ recovery-image] Sep 02 23:57:55.192 INFO E| Compiling bit_field v0.10.2
103162025-09-02T23:57:57.642Z[ recovery-image] Sep 02 23:57:55.312 INFO E| Compiling raw-cpuid v10.7.0
103172025-09-02T23:57:57.756Z[ recovery-image] Sep 02 23:57:55.423 INFO E| Compiling miniz_oxide v0.8.9
103182025-09-02T23:57:57.794Z[ recovery-image] Sep 02 23:57:55.464 INFO E| Compiling static_assertions v1.1.0
103192025-09-02T23:57:57.814Z[ recovery-image] Sep 02 23:57:55.484 INFO E| Compiling bitstruct v0.1.1
103202025-09-02T23:57:57.909Z[ recovery-image] Sep 02 23:57:55.579 INFO E| Compiling cpio_reader v0.1.2
103212025-09-02T23:57:58.036Z[ recovery-image] Sep 02 23:57:55.705 INFO E| Compiling goblin v0.10.0
103222025-09-02T23:58:03.819Z[ recovery-image] Sep 02 23:58:01.487 INFO E| Finished `release` profile [optimized] target(s) in 44.45s
103232025-09-02T23:58:03.838Z[ recovery-image] Sep 02 23:58:01.507 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103242025-09-02T23:58:03.907Z[ recovery-image] Sep 02 23:58:01.574 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
103252025-09-02T23:58:03.907Z[ recovery-image] Sep 02 23:58:01.574 INFO building ROM for cosmo
103262025-09-02T23:58:03.911Z[ recovery-image] Sep 02 23:58:01.574 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-recovery/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
103272025-09-02T23:58:04.097Z[ recovery-image] Sep 02 23:58:01.766 INFO E| Downloading crates ...
103282025-09-02T23:58:04.215Z[ recovery-image] Sep 02 23:58:01.884 INFO E| Downloaded anstyle-query v1.1.2
103292025-09-02T23:58:04.222Z[ recovery-image] Sep 02 23:58:01.891 INFO E| Downloaded anstyle-parse v0.2.6
103302025-09-02T23:58:04.238Z[ recovery-image] Sep 02 23:58:01.906 INFO E| Downloaded colorchoice v1.0.3
103312025-09-02T23:58:04.246Z[ recovery-image] Sep 02 23:58:01.914 INFO E| Downloaded anstyle v1.0.10
103322025-09-02T23:58:04.250Z[ recovery-image] Sep 02 23:58:01.916 INFO E| Downloaded toml_datetime v0.6.9
103332025-09-02T23:58:04.250Z[ recovery-image] Sep 02 23:58:01.917 INFO E| Downloaded shared_child v1.0.1
103342025-09-02T23:58:04.253Z[ recovery-image] Sep 02 23:58:01.919 INFO E| Downloaded toml_write v0.1.1
103352025-09-02T23:58:04.253Z[ recovery-image] Sep 02 23:58:01.920 INFO E| Downloaded serde_spanned v0.6.8
103362025-09-02T23:58:04.253Z[ recovery-image] Sep 02 23:58:01.921 INFO E| Downloaded os_pipe v1.2.1
103372025-09-02T23:58:04.260Z[ recovery-image] Sep 02 23:58:01.929 INFO E| Downloaded clap_derive v4.5.32
103382025-09-02T23:58:04.263Z[ recovery-image] Sep 02 23:58:01.931 INFO E| Downloaded duct v0.13.7
103392025-09-02T23:58:04.278Z[ recovery-image] Sep 02 23:58:01.947 INFO E| Downloaded clap v4.5.37
103402025-09-02T23:58:04.287Z[ recovery-image] Sep 02 23:58:01.956 INFO E| Downloaded toml v0.8.22
103412025-09-02T23:58:04.319Z[ recovery-image] Sep 02 23:58:01.987 INFO E| Downloaded toml_edit v0.22.26
103422025-09-02T23:58:04.350Z[ recovery-image] Sep 02 23:58:02.019 INFO E| Downloaded clap_builder v4.5.37
103432025-09-02T23:58:04.356Z[ recovery-image] Sep 02 23:58:02.025 INFO E| Downloaded cc v1.2.20
103442025-09-02T23:58:04.360Z[ recovery-image] Sep 02 23:58:02.028 INFO E| Downloaded winnow v0.7.7
103452025-09-02T23:58:04.393Z[ recovery-image] Sep 02 23:58:02.062 INFO E| Compiling libc v0.2.172
103462025-09-02T23:58:04.393Z[ recovery-image] Sep 02 23:58:02.062 INFO E| Compiling utf8parse v0.2.2
103472025-09-02T23:58:04.398Z[ recovery-image] Sep 02 23:58:02.062 INFO E| Compiling anstyle v1.0.10
103482025-09-02T23:58:04.398Z[ recovery-image] Sep 02 23:58:02.062 INFO E| Compiling anstyle-query v1.1.2
103492025-09-02T23:58:04.398Z[ recovery-image] Sep 02 23:58:02.062 INFO E| Compiling hashbrown v0.15.2
103502025-09-02T23:58:04.399Z[ recovery-image] Sep 02 23:58:02.062 INFO E| Compiling shlex v1.3.0
103512025-09-02T23:58:04.418Z[ recovery-image] Sep 02 23:58:02.087 INFO E| Compiling is_terminal_polyfill v1.70.1
103522025-09-02T23:58:04.423Z[ recovery-image] Sep 02 23:58:02.092 INFO E| Compiling syn v2.0.101
103532025-09-02T23:58:04.565Z[ recovery-image] Sep 02 23:58:02.233 INFO E| Compiling anstyle-parse v0.2.6
103542025-09-02T23:58:04.592Z[ recovery-image] Sep 02 23:58:02.259 INFO E| Compiling once_cell v1.21.3
103552025-09-02T23:58:04.597Z[ recovery-image] Sep 02 23:58:02.265 INFO E| Compiling equivalent v1.0.2
103562025-09-02T23:58:04.724Z[ recovery-image] Sep 02 23:58:02.393 INFO E| Compiling colorchoice v1.0.3
103572025-09-02T23:58:04.785Z[ recovery-image] Sep 02 23:58:02.454 INFO E| Compiling cc v1.2.20
103582025-09-02T23:58:04.863Z[ recovery-image] Sep 02 23:58:02.532 INFO E| Compiling anstream v0.6.18
103592025-09-02T23:58:04.910Z[ recovery-image] Sep 02 23:58:02.579 INFO E| Compiling strsim v0.11.1
103602025-09-02T23:58:04.920Z[ recovery-image] Sep 02 23:58:02.589 INFO E| Compiling toml_write v0.1.1
103612025-09-02T23:58:05.021Z[ recovery-image] Sep 02 23:58:02.690 INFO E| Compiling winnow v0.7.7
103622025-09-02T23:58:05.314Z[ recovery-image] Sep 02 23:58:02.982 INFO E| Compiling anyhow v1.0.98
103632025-09-02T23:58:05.542Z[ recovery-image] Sep 02 23:58:03.211 INFO E| Compiling indexmap v2.9.0
103642025-09-02T23:58:05.618Z[ recovery-image] Sep 02 23:58:03.286 INFO E| Compiling clap_lex v0.7.4
103652025-09-02T23:58:05.893Z[ recovery-image] Sep 02 23:58:03.562 INFO E| Compiling clap_builder v4.5.37
103662025-09-02T23:58:06.002Z[ recovery-image] Sep 02 23:58:03.671 INFO E| Compiling os_pipe v1.2.1
103672025-09-02T23:58:06.014Z[ recovery-image] Sep 02 23:58:03.682 INFO E| Compiling shared_child v1.0.1
103682025-09-02T23:58:06.345Z[ recovery-image] Sep 02 23:58:04.013 INFO E| Compiling duct v0.13.7
103692025-09-02T23:58:06.908Z[ host-image] Sep 02 23:58:04.576 INFO O| Sep 02 23:58:04.576 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103702025-09-02T23:58:07.034Z[ host-image] Sep 02 23:58:04.702 INFO BUILD STRING "heads/stlouis-0-gd0515406d3\n"
103712025-09-02T23:58:07.034Z[ host-image] Sep 02 23:58:04.702 INFO expanded image name: "ci 1317dd7/${os_short_commit} 2025-09-02 23:08" -> "ci 1317dd7/d051540 2025-09-02 23:08"
103722025-09-02T23:58:07.037Z[ host-image] Sep 02 23:58:04.702 INFO output artefacts stored in: "/work/os-host"
103732025-09-02T23:58:07.037Z[ host-image] Sep 02 23:58:04.702 INFO collecting git info from project "pinprick"...
103742025-09-02T23:58:07.045Z[ host-image] Sep 02 23:58:04.714 INFO collecting git info from project "bootserver"...
103752025-09-02T23:58:07.056Z[ host-image] Sep 02 23:58:04.724 INFO collecting git info from project "chelsio-t6-roms"...
103762025-09-02T23:58:07.065Z[ host-image] Sep 02 23:58:04.733 INFO collecting git info from project "amd-host-image-builder"...
103772025-09-02T23:58:07.075Z[ host-image] Sep 02 23:58:04.744 INFO collecting git info from project "image-builder"...
103782025-09-02T23:58:07.099Z[ host-image] Sep 02 23:58:04.767 INFO collecting git info from project "amd-firmware"...
103792025-09-02T23:58:07.124Z[ host-image] Sep 02 23:58:04.793 INFO collecting git info from project "pilot"...
103802025-09-02T23:58:07.135Z[ host-image] Sep 02 23:58:04.803 INFO collecting git info from project "phbl"...
103812025-09-02T23:58:07.143Z[ host-image] Sep 02 23:58:04.811 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103822025-09-02T23:58:07.581Z[ recovery-image] Sep 02 23:58:05.249 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103832025-09-02T23:58:07.768Z[ host-image] Sep 02 23:58:05.436 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103842025-09-02T23:58:08.279Z[ host-image] Sep 02 23:58:05.946 INFO creating Oxide boot image...
103852025-09-02T23:58:08.279Z[ host-image] Sep 02 23:58:05.947 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1317dd7/d051540 2025-09-02 23:08", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103862025-09-02T23:58:09.634Z[ recovery-image] Sep 02 23:58:07.302 INFO E| Compiling serde_derive v1.0.219
103872025-09-02T23:58:09.634Z[ recovery-image] Sep 02 23:58:07.302 INFO E| Compiling clap_derive v4.5.32
103882025-09-02T23:58:09.741Z[ host-image] Sep 02 23:58:07.409 INFO O| ok, image written!
103892025-09-02T23:58:09.741Z[ host-image] Sep 02 23:58:07.409 INFO O| ok, boot_image_csum file written!
103902025-09-02T23:58:09.744Z[ host-image] Sep 02 23:58:07.412 INFO creating boot archive (CPIO)...
103912025-09-02T23:58:09.744Z[ host-image] Sep 02 23:58:07.412 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
103922025-09-02T23:58:09.749Z[ host-image] Sep 02 23:58:07.417 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103932025-09-02T23:58:09.749Z[ host-image] Sep 02 23:58:07.417 INFO E| + outfile=/work/os-host/cpio
103942025-09-02T23:58:09.753Z[ host-image] Sep 02 23:58:07.417 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103952025-09-02T23:58:09.753Z[ host-image] Sep 02 23:58:07.420 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103962025-09-02T23:58:09.753Z[ host-image] Sep 02 23:58:07.420 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103972025-09-02T23:58:09.801Z[ host-image] Sep 02 23:58:07.469 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103982025-09-02T23:58:09.801Z[ host-image] Sep 02 23:58:07.469 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103992025-09-02T23:58:09.813Z[ host-image] Sep 02 23:58:07.480 INFO creating compressed cpio/unix for dev loaders...
104002025-09-02T23:58:09.813Z[ host-image] Sep 02 23:58:07.481 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
104012025-09-02T23:58:10.150Z[ host-image] Sep 02 23:58:07.817 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104022025-09-02T23:58:12.257Z[ recovery-image] Sep 02 23:58:09.924 INFO E| Compiling clap v4.5.37
104032025-09-02T23:58:13.546Z[ recovery-image] Sep 02 23:58:11.213 INFO E| Compiling serde v1.0.219
104042025-09-02T23:58:14.721Z[ host-image] Sep 02 23:58:12.388 INFO creating reset image...
104052025-09-02T23:58:14.721Z[ host-image] Sep 02 23:58:12.388 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104062025-09-02T23:58:14.799Z[ host-image] Sep 02 23:58:12.466 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')"
104072025-09-02T23:58:14.802Z[ host-image] Sep 02 23:58:12.466 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")
104082025-09-02T23:58:14.932Z[ host-image] Sep 02 23:58:12.599 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
104092025-09-02T23:58:14.936Z[ host-image] Sep 02 23:58:12.600 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104102025-09-02T23:58:15.341Z[ host-image] Sep 02 23:58:13.007 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)
104112025-09-02T23:58:15.341Z[ host-image] Sep 02 23:58:13.008 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)
104122025-09-02T23:58:15.341Z[ host-image] Sep 02 23:58:13.008 INFO E| Compiling proc-macro2 v1.0.95
104132025-09-02T23:58:15.341Z[ host-image] Sep 02 23:58:13.008 INFO E| Compiling unicode-ident v1.0.18
104142025-09-02T23:58:15.344Z[ host-image] Sep 02 23:58:13.008 INFO E| Compiling syn v1.0.109
104152025-09-02T23:58:15.344Z[ host-image] Sep 02 23:58:13.008 INFO E| Compiling x86 v0.52.0
104162025-09-02T23:58:15.344Z[ host-image] Sep 02 23:58:13.008 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104172025-09-02T23:58:15.353Z[ host-image] Sep 02 23:58:13.020 INFO E| Compiling seq-macro v0.3.6
104182025-09-02T23:58:16.769Z[ host-image] Sep 02 23:58:14.435 INFO E| Compiling quote v1.0.40
104192025-09-02T23:58:17.095Z[ host-image] Sep 02 23:58:14.761 INFO E| Compiling syn v2.0.104
104202025-09-02T23:58:17.584Z[ recovery-image] Sep 02 23:58:15.249 INFO E| Compiling toml_datetime v0.6.9
104212025-09-02T23:58:17.584Z[ recovery-image] Sep 02 23:58:15.249 INFO E| Compiling serde_spanned v0.6.8
104222025-09-02T23:58:17.892Z[ recovery-image] Sep 02 23:58:15.557 INFO E| Compiling toml_edit v0.22.26
104232025-09-02T23:58:20.309Z[ host-image] Sep 02 23:58:17.974 INFO E| Compiling scroll_derive v0.13.0
104242025-09-02T23:58:20.854Z[ recovery-image] Sep 02 23:58:18.519 INFO E| Compiling toml v0.8.22
104252025-09-02T23:58:23.076Z[ host-image] Sep 02 23:58:20.742 INFO E| Compiling bitstruct_derive v0.1.0
104262025-09-02T23:58:24.758Z[ recovery-image] Sep 02 23:58:22.423 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.78s
104272025-09-02T23:58:24.775Z[ recovery-image] Sep 02 23:58:22.440 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-recovery/cosmo.rom`
104282025-09-02T23:58:24.789Z[ recovery-image] Sep 02 23:58:22.454 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104292025-09-02T23:58:25.069Z[ recovery-image] Sep 02 23:58:22.734 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
104302025-09-02T23:58:25.074Z[ recovery-image] Sep 02 23:58:22.739 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6 -o /work/os-recovery/cosmo.rom`
104312025-09-02T23:58:25.445Z[ recovery-image] Sep 02 23:58:23.110 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104322025-09-02T23:58:25.445Z[ recovery-image] Sep 02 23:58:23.110 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104332025-09-02T23:58:25.450Z[ recovery-image] Sep 02 23:58:23.110 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
104342025-09-02T23:58:25.450Z[ recovery-image] Sep 02 23:58:23.110 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
104352025-09-02T23:58:25.450Z[ recovery-image] Sep 02 23:58:23.110 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104362025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104372025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104382025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
104392025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
104402025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
104412025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
104422025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104432025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104442025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104452025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104462025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104472025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
104482025-09-02T23:58:25.451Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104492025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
104502025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.111 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
104512025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104522025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104532025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
104542025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104552025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
104562025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
104572025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
104582025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104592025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
104602025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104612025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
104622025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
104632025-09-02T23:58:25.452Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
104642025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104652025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
104662025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
104672025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
104682025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
104692025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
104702025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
104712025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
104722025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
104732025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
104742025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
104752025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
104762025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104772025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
104782025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
104792025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
104802025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
104812025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
104822025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
104832025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO O| Info: ABL version: 0x1006f010
104842025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
104852025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.113 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
104862025-09-02T23:58:25.453Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
104872025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104882025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104892025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104902025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104912025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104922025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104932025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104942025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104952025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104962025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104972025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104982025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104992025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105002025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105012025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105022025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105032025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105042025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105052025-09-02T23:58:25.457Z[ recovery-image] Sep 02 23:58:23.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105062025-09-02T23:58:25.493Z[ recovery-image] Sep 02 23:58:23.158 INFO building ROM for gimlet
105072025-09-02T23:58:25.497Z[ recovery-image] Sep 02 23:58:23.158 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")
105082025-09-02T23:58:25.664Z[ recovery-image] Sep 02 23:58:23.329 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105092025-09-02T23:58:25.670Z[ recovery-image] Sep 02 23:58:23.334 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`
105102025-09-02T23:58:25.681Z[ recovery-image] Sep 02 23:58:23.346 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105112025-09-02T23:58:25.786Z[ recovery-image] Sep 02 23:58:23.448 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105122025-09-02T23:58:25.790Z[ recovery-image] Sep 02 23:58:23.455 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`
105132025-09-02T23:58:25.974Z[ recovery-image] Sep 02 23:58:23.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105142025-09-02T23:58:25.975Z[ recovery-image] Sep 02 23:58:23.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105152025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105162025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105172025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105182025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105192025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105202025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105212025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105222025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105232025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105242025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105252025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105262025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105272025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105282025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.641 INFO O| Info: ABL version: 0x100a5010
105292025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.641 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105302025-09-02T23:58:25.981Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105312025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105322025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105332025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105342025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105352025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105362025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105372025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105382025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105392025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105402025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105412025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105422025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105432025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105442025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105452025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105462025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105472025-09-02T23:58:25.982Z[ recovery-image] Sep 02 23:58:23.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105482025-09-02T23:58:26.019Z[ recovery-image] Sep 02 23:58:23.684 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105492025-09-02T23:58:29.269Z[ recovery-image] Sep 02 23:58:26.933 INFO image complete! materials are in "/work/os-recovery"
105502025-09-02T23:58:29.339Z[ recovery-image]
105512025-09-02T23:58:29.343Z[ recovery-image] real 21:33.896546761
105522025-09-02T23:58:29.343Z[ recovery-image] user 15:50.547659719
105532025-09-02T23:58:29.343Z[ recovery-image] sys 1:33.387992817
105542025-09-02T23:58:29.343Z[ recovery-image] trap 0.948606508
105552025-09-02T23:58:29.343Z[ recovery-image] tflt 0.965896021
105562025-09-02T23:58:29.343Z[ recovery-image] dflt 5.585498003
105572025-09-02T23:58:29.343Z[ recovery-image] kflt 0.016097057
105582025-09-02T23:58:29.343Z[ recovery-image] lock 29:27.649337553
105592025-09-02T23:58:29.343Z[ recovery-image] slp 2:07:02.078622253
105602025-09-02T23:58:29.343Z[ recovery-image] lat 6:01.501952597
105612025-09-02T23:58:29.343Z[ recovery-image] stop 10.354296390
105622025-09-02T23:58:29.343ZSep 02 23:58:27.005 INFO [recovery-image] process exited with exit status: 0 (1294.000599517s)
105632025-09-02T23:58:39.729Z[ host-image] Sep 02 23:58:37.391 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)
105642025-09-02T23:58:43.348Z[ host-image] Sep 02 23:58:41.009 INFO E| Compiling bitflags v1.3.2
105652025-09-02T23:58:43.348Z[ host-image] Sep 02 23:58:41.009 INFO E| Compiling bitflags v2.9.1
105662025-09-02T23:58:43.348Z[ host-image] Sep 02 23:58:41.009 INFO E| Compiling plain v0.2.3
105672025-09-02T23:58:43.352Z[ host-image] Sep 02 23:58:41.009 INFO E| Compiling bit_field v0.10.2
105682025-09-02T23:58:43.352Z[ host-image] Sep 02 23:58:41.009 INFO E| Compiling adler2 v2.0.1
105692025-09-02T23:58:43.352Z[ host-image] Sep 02 23:58:41.010 INFO E| Compiling scroll v0.13.0
105702025-09-02T23:58:43.353Z[ host-image] Sep 02 23:58:41.010 INFO E| Compiling log v0.4.27
105712025-09-02T23:58:43.479Z[ host-image] Sep 02 23:58:41.141 INFO E| Compiling raw-cpuid v10.7.0
105722025-09-02T23:58:43.587Z[ host-image] Sep 02 23:58:41.247 INFO E| Compiling miniz_oxide v0.8.9
105732025-09-02T23:58:43.640Z[ host-image] Sep 02 23:58:41.302 INFO E| Compiling bitstruct v0.1.1
105742025-09-02T23:58:43.669Z[ host-image] Sep 02 23:58:41.330 INFO E| Compiling cpio_reader v0.1.2
105752025-09-02T23:58:43.787Z[ host-image] Sep 02 23:58:41.449 INFO E| Compiling static_assertions v1.1.0
105762025-09-02T23:58:43.919Z[ host-image] Sep 02 23:58:41.581 INFO E| Compiling goblin v0.10.0
105772025-09-02T23:58:49.713Z[ host-image] Sep 02 23:58:47.374 INFO E| Finished `release` profile [optimized] target(s) in 34.75s
105782025-09-02T23:58:49.727Z[ host-image] Sep 02 23:58:47.388 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105792025-09-02T23:58:49.788Z[ host-image] Sep 02 23:58:47.449 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
105802025-09-02T23:58:49.788Z[ host-image] Sep 02 23:58:47.449 INFO building ROM for cosmo
105812025-09-02T23:58:49.788Z[ host-image] Sep 02 23:58:47.449 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-host/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105822025-09-02T23:58:49.932Z[ host-image] Sep 02 23:58:47.593 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105832025-09-02T23:58:49.936Z[ host-image] Sep 02 23:58:47.597 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-host/cosmo.rom`
105842025-09-02T23:58:49.947Z[ host-image] Sep 02 23:58:47.608 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
105852025-09-02T23:58:50.039Z[ host-image] Sep 02 23:58:47.699 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105862025-09-02T23:58:50.044Z[ host-image] Sep 02 23:58:47.704 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6 -o /work/os-host/cosmo.rom`
105872025-09-02T23:58:50.382Z[ host-image] Sep 02 23:58:48.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
105882025-09-02T23:58:50.382Z[ host-image] Sep 02 23:58:48.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
105892025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
105902025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
105912025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105922025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.042 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105932025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105942025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
105952025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
105962025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
105972025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
105982025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105992025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106002025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106012025-09-02T23:58:50.386Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106022025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106032025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106042025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106052025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106062025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106072025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106082025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106092025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106102025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.043 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106112025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106122025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106132025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
106142025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106152025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
106162025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106172025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
106182025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
106192025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
106202025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106212025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
106222025-09-02T23:58:50.387Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
106232025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
106242025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
106252025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
106262025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
106272025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
106282025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
106292025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
106302025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.044 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
106312025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
106322025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106332025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
106342025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
106352025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
106362025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
106372025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
106382025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
106392025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO O| Info: ABL version: 0x1006f010
106402025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
106412025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.045 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
106422025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
106432025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106442025-09-02T23:58:50.388Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106452025-09-02T23:58:50.389Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106462025-09-02T23:58:50.389Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106472025-09-02T23:58:50.389Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106482025-09-02T23:58:50.389Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106492025-09-02T23:58:50.389Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106502025-09-02T23:58:50.389Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106512025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106522025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106532025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106542025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106552025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106562025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106572025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106582025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106592025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106602025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106612025-09-02T23:58:50.393Z[ host-image] Sep 02 23:58:48.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106622025-09-02T23:58:50.430Z[ host-image] Sep 02 23:58:48.091 INFO building ROM for gimlet
106632025-09-02T23:58:50.430Z[ host-image] Sep 02 23:58:48.091 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")
106642025-09-02T23:58:50.615Z[ host-image] Sep 02 23:58:48.230 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106652025-09-02T23:58:50.646Z[ host-image] Sep 02 23:58:48.234 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`
106662025-09-02T23:58:50.646Z[ host-image] Sep 02 23:58:48.246 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
106672025-09-02T23:58:50.682Z[ host-image] Sep 02 23:58:48.338 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106682025-09-02T23:58:50.692Z[ host-image] Sep 02 23:58:48.343 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`
106692025-09-02T23:58:50.874Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
106702025-09-02T23:58:50.875Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
106712025-09-02T23:58:50.899Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
106722025-09-02T23:58:50.899Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
106732025-09-02T23:58:50.899Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
106742025-09-02T23:58:50.899Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
106752025-09-02T23:58:50.899Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
106762025-09-02T23:58:50.900Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
106772025-09-02T23:58:50.900Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
106782025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
106792025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
106802025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
106812025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
106822025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
106832025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
106842025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.521 INFO O| Info: ABL version: 0x100a5010
106852025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.521 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
106862025-09-02T23:58:50.901Z[ host-image] Sep 02 23:58:48.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106872025-09-02T23:58:50.902Z[ host-image] Sep 02 23:58:48.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106882025-09-02T23:58:50.902Z[ host-image] Sep 02 23:58:48.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106892025-09-02T23:58:50.902Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106902025-09-02T23:58:50.902Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106912025-09-02T23:58:50.902Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106922025-09-02T23:58:50.902Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106932025-09-02T23:58:50.902Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106942025-09-02T23:58:50.903Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106952025-09-02T23:58:50.903Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106962025-09-02T23:58:50.903Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106972025-09-02T23:58:50.903Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106982025-09-02T23:58:50.903Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106992025-09-02T23:58:50.903Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107002025-09-02T23:58:50.904Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107012025-09-02T23:58:50.904Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107022025-09-02T23:58:50.904Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107032025-09-02T23:58:50.904Z[ host-image] Sep 02 23:58:48.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107042025-09-02T23:58:50.917Z[ host-image] Sep 02 23:58:48.564 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107052025-09-02T23:59:09.277Z[ host-image] Sep 02 23:59:06.932 INFO image complete! materials are in "/work/os-host"
107062025-09-02T23:59:09.344Z[ host-image]
107072025-09-02T23:59:09.345Z[ host-image] real 22:58.332890972
107082025-09-02T23:59:09.349Z[ host-image] user 16:14.312268439
107092025-09-02T23:59:09.349Z[ host-image] sys 1:34.328448970
107102025-09-02T23:59:09.349Z[ host-image] trap 0.859795282
107112025-09-02T23:59:09.349Z[ host-image] tflt 0.223807489
107122025-09-02T23:59:09.349Z[ host-image] dflt 0.399426158
107132025-09-02T23:59:09.349Z[ host-image] kflt 0.128515783
107142025-09-02T23:59:09.349Z[ host-image] lock 22:28.738819148
107152025-09-02T23:59:09.349Z[ host-image] slp 2:12:28.316617901
107162025-09-02T23:59:09.349Z[ host-image] lat 5:02.422842802
107172025-09-02T23:59:09.349Z[ host-image] stop 3.026750743
107182025-09-02T23:59:09.349ZSep 02 23:59:07.003 INFO [host-image] process exited with exit status: 0 (1378.40506666s)
107192025-09-02T23:59:09.349ZSep 02 23:59:07.003 INFO [tuf-repo] running task
107202025-09-02T23:59:33.489ZSep 02 23:59:31.142 INFO assembling repository in `/tmp/tufaceousSoHhgl`, component: OmicronRepoAssembler
107212025-09-02T23:59:40.409ZSep 02 23:59:38.061 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107222025-09-02T23:59:40.914ZSep 02 23:59:38.566 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107232025-09-02T23:59:58.952ZSep 02 23:59:56.601 INFO extracting uploaded archive to /tmp/.tmpneaS1w
107242025-09-03T00:00:02.099ZSep 02 23:59:59.724 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Cr8XrL
107252025-09-03T00:00:02.156ZSep 02 23:59:59.793 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a
107262025-09-03T00:00:02.273ZSep 02 23:59:59.921 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b
107272025-09-03T00:00:02.394ZSep 03 00:00:00.042 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c
107282025-09-03T00:00:02.514ZSep 03 00:00:00.162 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d
107292025-09-03T00:00:02.631ZSep 03 00:00:00.279 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e
107302025-09-03T00:00:02.749ZSep 03 00:00:00.397 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f
107312025-09-03T00:00:02.889ZSep 03 00:00:00.535 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107322025-09-03T00:00:02.889ZSep 03 00:00:00.536 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107332025-09-03T00:00:02.971ZSep 03 00:00:00.619 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107342025-09-03T00:00:02.971ZSep 03 00:00:00.619 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107352025-09-03T00:00:03.053ZSep 03 00:00:00.701 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107362025-09-03T00:00:03.053ZSep 03 00:00:00.701 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107372025-09-03T00:00:03.133ZSep 03 00:00:00.781 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107382025-09-03T00:00:03.133ZSep 03 00:00:00.781 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
107392025-09-03T00:00:03.136ZSep 03 00:00:00.782 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
107402025-09-03T00:00:03.137ZSep 03 00:00:00.783 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107412025-09-03T00:00:03.138ZSep 03 00:00:00.784 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
107422025-09-03T00:00:11.293ZSep 03 00:00:08.939 INFO added artifact, length: 33554432, hash: 515e8775c681ac4944f90f3105bb63f1f9dd7402d14550970e00891f454cdcc7, version: 16.0.0-0.ci+git1317dd70c0b, kind: host_phase_1, name: host
107432025-09-03T00:00:11.293ZSep 03 00:00:08.940 INFO added artifact, length: 1048580096, hash: 70a13322774a2c1d7658bb7a1275d1b6ba531b34c597bd8ed5e477f084ad412c, version: 16.0.0-0.ci+git1317dd70c0b, kind: host_phase_2, name: host
107442025-09-03T00:00:12.777ZSep 03 00:00:10.423 INFO added artifact, length: 33554432, hash: f14fa8c256ade897ec48c74eaf9f8124731d56b7e75eb3131eecfbfcd036880d, version: 16.0.0-0.ci+git1317dd70c0b, kind: trampoline_phase_1, name: trampoline
107452025-09-03T00:00:12.777ZSep 03 00:00:10.423 INFO added artifact, length: 142991861, hash: a495553b3c8bdf08e0bcb175022a49b9de93fce7ac91ee3790fbc50014154fb6, version: 16.0.0-0.ci+git1317dd70c0b, kind: trampoline_phase_2, name: trampoline
107462025-09-03T00:00:15.862ZSep 03 00:00:13.504 INFO added artifact, length: 309616412, hash: ad3061b43f1c386f52dd112cbb9a637191616ed03b49fa13d5007e2abe35aa5a, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: clickhouse_keeper
107472025-09-03T00:00:19.082ZSep 03 00:00:16.727 INFO added artifact, length: 326315010, hash: 63b181a6fe013ea1ac4c898f91cc0ed2a68ec8bbfc3b08b30889bfe107a9eb29, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: clickhouse_server
107482025-09-03T00:00:22.333ZSep 03 00:00:19.976 INFO added artifact, length: 326315006, hash: 8ddbadfb91e495d6402976fd82e155e2d1f23818713c122e3787fd7b604cb1d5, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: clickhouse
107492025-09-03T00:00:23.998ZSep 03 00:00:21.642 INFO added artifact, length: 166968119, hash: ac3a9cdd4ab5aac6f038b1ad9a22b214b30f4b3f5314536602a0999a07f6d59c, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: cockroachdb
107502025-09-03T00:00:24.393ZSep 03 00:00:22.037 INFO added artifact, length: 39279913, hash: 36a0e97d26321b8a5f90b8cea32ce973a764c0ba7272414241d26e90a2fdf497, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: crucible-pantry-zone
107512025-09-03T00:00:24.891ZSep 03 00:00:22.535 INFO added artifact, length: 49318682, hash: f556c25827c050673ed3539590f9e6e3ca8ebeb362c4126f0acfe141728a522e, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: crucible-zone
107522025-09-03T00:00:25.414ZSep 03 00:00:23.058 INFO added artifact, length: 52308330, hash: 8fa2d0c2d71ac01d8bd87f55877713536942d490d07414ccb083cf4d3457fa2a, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: external-dns
107532025-09-03T00:00:25.943ZSep 03 00:00:23.581 INFO added artifact, length: 52307929, hash: 74d29586b9ec41dec16d2ac759518b8e980cce1f4103ecfdab67b889b3a8fecc, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: internal-dns
107542025-09-03T00:00:27.326ZSep 03 00:00:24.970 INFO added artifact, length: 138023692, hash: f427c01f0474fc13232510181d635355a0e1dc35b8db7dc8725e594aa43eece1, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: nexus
107552025-09-03T00:00:27.671ZSep 03 00:00:25.315 INFO added artifact, length: 34196587, hash: 52c9616ad92e49c4bc99d722c27e7a439fc5d3f7402b62607eeee32d0fca0876, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: ntp
107562025-09-03T00:00:28.340ZSep 03 00:00:25.984 INFO added artifact, length: 65319520, hash: 8eb29a7be7c93f807655b4095e2917861c5df3d4498d55228ed0500b6a8bff3b, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: oximeter
107572025-09-03T00:00:28.372ZSep 03 00:00:26.016 INFO added artifact, length: 3109590, hash: a517e44bd0b186bd3371823509125cda0b1fb6a836b9e06341af1b3a4e417fab, version: 16.0.0-0.ci+git1317dd70c0b, kind: zone, name: probe
107582025-09-03T00:00:28.420ZSep 03 00:00:26.064 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b
107592025-09-03T00:00:28.468ZSep 03 00:00:26.112 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c
107602025-09-03T00:00:28.552ZSep 03 00:00:26.194 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
107612025-09-03T00:00:28.552ZSep 03 00:00:26.194 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
107622025-09-03T00:00:28.636ZSep 03 00:00:26.279 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107632025-09-03T00:00:28.636ZSep 03 00:00:26.279 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107642025-09-03T00:00:28.720ZSep 03 00:00:26.364 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107652025-09-03T00:00:28.720ZSep 03 00:00:26.364 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107662025-09-03T00:00:28.802ZSep 03 00:00:26.445 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
107672025-09-03T00:00:28.802ZSep 03 00:00:26.445 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
107682025-09-03T00:00:28.806ZSep 03 00:00:26.446 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
107692025-09-03T00:00:28.806ZSep 03 00:00:26.447 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107702025-09-03T00:00:28.806ZSep 03 00:00:26.448 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
107712025-09-03T00:00:28.885ZSep 03 00:00:26.528 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b
107722025-09-03T00:00:29.034ZSep 03 00:00:26.677 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c
107732025-09-03T00:00:29.185ZSep 03 00:00:26.828 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d
107742025-09-03T00:00:29.340ZSep 03 00:00:26.983 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
107752025-09-03T00:00:29.340ZSep 03 00:00:26.983 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
107762025-09-03T00:00:29.426ZSep 03 00:00:27.069 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107772025-09-03T00:00:29.426ZSep 03 00:00:27.069 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107782025-09-03T00:00:29.513ZSep 03 00:00:27.155 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107792025-09-03T00:00:29.513ZSep 03 00:00:27.156 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107802025-09-03T00:00:29.592ZSep 03 00:00:27.236 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
107812025-09-03T00:00:29.592ZSep 03 00:00:27.236 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
107822025-09-03T00:00:29.596ZSep 03 00:00:27.237 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
107832025-09-03T00:00:29.596ZSep 03 00:00:27.238 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107842025-09-03T00:00:29.596ZSep 03 00:00:27.239 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
107852025-09-03T00:00:29.596ZSep 03 00:00:27.239 INFO added artifact, length: 383, hash: 1148d5967fe022fa86f715798d7e1cbd709450c2f5028cabc2b39218e05936a5, version: 16.0.0-0.ci+git1317dd70c0b, kind: installinator_document, name: installinator_document
107862025-09-03T00:00:30.237ZSep 03 00:00:27.881 INFO extracting uploaded archive to /tmp/.tmpw8K1P4
107872025-09-03T00:00:33.350ZSep 03 00:00:30.993 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.FQIqF2
107882025-09-03T00:00:33.418ZSep 03 00:00:31.061 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a
107892025-09-03T00:00:33.548ZSep 03 00:00:31.190 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b
107902025-09-03T00:00:33.669ZSep 03 00:00:31.312 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c
107912025-09-03T00:00:33.790ZSep 03 00:00:31.433 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d
107922025-09-03T00:00:33.912ZSep 03 00:00:31.554 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e
107932025-09-03T00:00:34.033ZSep 03 00:00:31.676 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f
107942025-09-03T00:00:34.172ZSep 03 00:00:31.814 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107952025-09-03T00:00:34.172ZSep 03 00:00:31.814 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107962025-09-03T00:00:34.255ZSep 03 00:00:31.897 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107972025-09-03T00:00:34.255ZSep 03 00:00:31.898 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107982025-09-03T00:00:34.339ZSep 03 00:00:31.981 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107992025-09-03T00:00:34.339ZSep 03 00:00:31.982 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108002025-09-03T00:00:34.419ZSep 03 00:00:32.062 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108012025-09-03T00:00:34.420ZSep 03 00:00:32.062 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108022025-09-03T00:00:34.423ZSep 03 00:00:32.063 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108032025-09-03T00:00:34.423ZSep 03 00:00:32.064 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108042025-09-03T00:00:34.423ZSep 03 00:00:32.065 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108052025-09-03T00:00:42.546ZSep 03 00:00:40.187 INFO added artifact, length: 33554432, hash: 515e8775c681ac4944f90f3105bb63f1f9dd7402d14550970e00891f454cdcc7, version: 16.0.0-0.ci+git1317dd70c0b, kind: host_phase_1, name: host
108062025-09-03T00:00:42.546ZSep 03 00:00:40.187 INFO added artifact, length: 1048580096, hash: 70a13322774a2c1d7658bb7a1275d1b6ba531b34c597bd8ed5e477f084ad412c, version: 16.0.0-0.ci+git1317dd70c0b, kind: host_phase_2, name: host
108072025-09-03T00:00:44.023ZSep 03 00:00:41.663 INFO added artifact, length: 33554432, hash: f14fa8c256ade897ec48c74eaf9f8124731d56b7e75eb3131eecfbfcd036880d, version: 16.0.0-0.ci+git1317dd70c0b, kind: trampoline_phase_1, name: trampoline
108082025-09-03T00:00:44.023ZSep 03 00:00:41.664 INFO added artifact, length: 142991861, hash: a495553b3c8bdf08e0bcb175022a49b9de93fce7ac91ee3790fbc50014154fb6, version: 16.0.0-0.ci+git1317dd70c0b, kind: trampoline_phase_2, name: trampoline
108092025-09-03T00:00:55.121ZSep 03 00:00:52.760 INFO added artifact, length: 1617574788, hash: 6c1bfb14f9582d0b3c9c61b0619d77b87fca95307c6f4f6c68928d96d8fa4941, version: 16.0.0-0.ci+git1317dd70c0b, kind: control_plane, name: control-plane
108102025-09-03T00:00:55.170ZSep 03 00:00:52.809 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b
108112025-09-03T00:00:55.219ZSep 03 00:00:52.858 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c
108122025-09-03T00:00:55.305ZSep 03 00:00:52.943 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108132025-09-03T00:00:55.305ZSep 03 00:00:52.943 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108142025-09-03T00:00:55.427ZSep 03 00:00:53.066 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108152025-09-03T00:00:55.427ZSep 03 00:00:53.066 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108162025-09-03T00:00:55.527ZSep 03 00:00:53.164 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108172025-09-03T00:00:55.527ZSep 03 00:00:53.164 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108182025-09-03T00:00:55.610ZSep 03 00:00:53.249 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108192025-09-03T00:00:55.610ZSep 03 00:00:53.249 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108202025-09-03T00:00:55.614ZSep 03 00:00:53.250 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108212025-09-03T00:00:55.614ZSep 03 00:00:53.251 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108222025-09-03T00:00:55.614ZSep 03 00:00:53.252 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108232025-09-03T00:00:55.691ZSep 03 00:00:53.330 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b
108242025-09-03T00:00:55.843ZSep 03 00:00:53.482 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c
108252025-09-03T00:00:55.999ZSep 03 00:00:53.638 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d
108262025-09-03T00:00:56.158ZSep 03 00:00:53.797 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108272025-09-03T00:00:56.158ZSep 03 00:00:53.797 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108282025-09-03T00:00:56.248ZSep 03 00:00:53.886 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108292025-09-03T00:00:56.248ZSep 03 00:00:53.886 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108302025-09-03T00:00:56.342ZSep 03 00:00:53.981 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108312025-09-03T00:00:56.342ZSep 03 00:00:53.981 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108322025-09-03T00:00:56.429ZSep 03 00:00:54.068 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108332025-09-03T00:00:56.429ZSep 03 00:00:54.068 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108342025-09-03T00:00:56.432ZSep 03 00:00:54.069 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108352025-09-03T00:00:56.432ZSep 03 00:00:54.070 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108362025-09-03T00:00:56.432ZSep 03 00:00:54.071 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108372025-09-03T00:00:56.433ZSep 03 00:00:54.071 INFO added artifact, length: 383, hash: 1148d5967fe022fa86f715798d7e1cbd709450c2f5028cabc2b39218e05936a5, version: 16.0.0-0.ci+git1317dd70c0b, kind: installinator_document, name: installinator_document
108382025-09-03T00:00:57.081ZSep 03 00:00:54.719 INFO [tuf-repo] task succeeded (107.716064379s)
108392025-09-03T00:00:57.081ZSep 03 00:00:54.719 INFO all jobs completed in 3118.537178065s
108402025-09-03T00:00:58.408Zprocess exited: duration 3800526 ms, exit code 0
 
108412025-09-03T00:00:58.428Zfound 41 output files
108422025-09-03T00:00:58.428Zuploading: /work/manifest.toml (14007 bytes)
108432025-09-03T00:00:59.441Zuploaded: /work/manifest.toml
108442025-09-03T00:00:59.441Zuploading: /work/repo.zip (2768430816 bytes)
108452025-09-03T00:02:06.200Zuploaded: /work/repo.zip
108462025-09-03T00:02:06.200Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108472025-09-03T00:02:07.235Zuploaded: /work/repo.zip.sha256.txt
108482025-09-03T00:02:07.238Zuploading: /work/helios.json (584 bytes)
108492025-09-03T00:02:08.246Zuploaded: /work/helios.json
108502025-09-03T00:02:08.247Zuploading: /work/incorporation.p5m (99188 bytes)
108512025-09-03T00:02:09.265Zuploaded: /work/incorporation.p5m
108522025-09-03T00:02:09.265Zuploading: /work/incorporation.p5p (112640 bytes)
108532025-09-03T00:02:10.285Zuploaded: /work/incorporation.p5p
108542025-09-03T00:02:10.285Zuploading: /work/helios-incorp.log (526 bytes)
108552025-09-03T00:02:11.307Zuploaded: /work/helios-incorp.log
108562025-09-03T00:02:11.307Zuploading: /work/helios-setup.log (71966 bytes)
108572025-09-03T00:02:12.355Zuploaded: /work/helios-setup.log
108582025-09-03T00:02:12.355Zuploading: /work/host-image.log (230662 bytes)
108592025-09-03T00:02:13.375Zuploaded: /work/host-image.log
108602025-09-03T00:02:13.375Zuploading: /work/host-package.log (30044 bytes)
108612025-09-03T00:02:14.388Zuploaded: /work/host-package.log
108622025-09-03T00:02:14.388Zuploading: /work/host-target.log (101 bytes)
108632025-09-03T00:02:15.411Zuploaded: /work/host-target.log
108642025-09-03T00:02:15.411Zuploading: /work/incorp-create.log (0 bytes)
108652025-09-03T00:02:16.423Zuploaded: /work/incorp-create.log
108662025-09-03T00:02:16.423Zuploading: /work/incorp-fmt.log (0 bytes)
108672025-09-03T00:02:17.432Zuploaded: /work/incorp-fmt.log
108682025-09-03T00:02:17.435Zuploading: /work/incorp-pkgsend.log (108 bytes)
108692025-09-03T00:02:18.453Zuploaded: /work/incorp-pkgsend.log
108702025-09-03T00:02:18.453Zuploading: /work/incorp-publisher.log (0 bytes)
108712025-09-03T00:02:19.471Zuploaded: /work/incorp-publisher.log
108722025-09-03T00:02:19.471Zuploading: /work/omicron-package.log (6872 bytes)
108732025-09-03T00:02:20.489Zuploaded: /work/omicron-package.log
108742025-09-03T00:02:20.489Zuploading: /work/recovery-image.log (602528 bytes)
108752025-09-03T00:02:23.108Zuploaded: /work/recovery-image.log
108762025-09-03T00:02:23.108Zuploading: /work/recovery-package.log (1685 bytes)
108772025-09-03T00:02:24.137Zuploaded: /work/recovery-package.log
108782025-09-03T00:02:24.137Zuploading: /work/recovery-target.log (98 bytes)
108792025-09-03T00:02:25.167Zuploaded: /work/recovery-target.log
108802025-09-03T00:02:25.167Zuploading: /work/stamp-clickhouse.log (117 bytes)
108812025-09-03T00:02:26.188Zuploaded: /work/stamp-clickhouse.log
108822025-09-03T00:02:26.189Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108832025-09-03T00:02:27.204Zuploaded: /work/stamp-clickhouse_keeper.log
108842025-09-03T00:02:27.204Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108852025-09-03T00:02:28.216Zuploaded: /work/stamp-clickhouse_server.log
108862025-09-03T00:02:28.217Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108872025-09-03T00:02:29.229Zuploaded: /work/stamp-cockroachdb.log
108882025-09-03T00:02:29.229Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
108892025-09-03T00:02:30.241Zuploaded: /work/stamp-crucible-dtrace.log
108902025-09-03T00:02:30.245Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108912025-09-03T00:02:31.254Zuploaded: /work/stamp-crucible-pantry-zone.log
108922025-09-03T00:02:31.254Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108932025-09-03T00:02:32.276Zuploaded: /work/stamp-crucible-zone.log
108942025-09-03T00:02:32.280Zuploading: /work/stamp-external-dns.log (119 bytes)
108952025-09-03T00:02:33.288Zuploaded: /work/stamp-external-dns.log
108962025-09-03T00:02:33.293Zuploading: /work/stamp-installinator.log (103 bytes)
108972025-09-03T00:02:34.302Zuploaded: /work/stamp-installinator.log
108982025-09-03T00:02:34.303Zuploading: /work/stamp-internal-dns.log (119 bytes)
108992025-09-03T00:02:35.314Zuploaded: /work/stamp-internal-dns.log
109002025-09-03T00:02:35.314Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109012025-09-03T00:02:36.327Zuploaded: /work/stamp-mg-ddm-gz.log
109022025-09-03T00:02:36.327Zuploading: /work/stamp-nexus.log (112 bytes)
109032025-09-03T00:02:37.338Zuploaded: /work/stamp-nexus.log
109042025-09-03T00:02:37.338Zuploading: /work/stamp-ntp.log (110 bytes)
109052025-09-03T00:02:38.349Zuploaded: /work/stamp-ntp.log
109062025-09-03T00:02:38.349Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109072025-09-03T00:02:39.361Zuploaded: /work/stamp-omicron-sled-agent.log
109082025-09-03T00:02:39.361Zuploading: /work/stamp-overlay.log (114 bytes)
109092025-09-03T00:02:40.379Zuploaded: /work/stamp-overlay.log
109102025-09-03T00:02:40.379Zuploading: /work/stamp-oximeter.log (115 bytes)
109112025-09-03T00:02:41.392Zuploaded: /work/stamp-oximeter.log
109122025-09-03T00:02:41.392Zuploading: /work/stamp-oxlog.log (109 bytes)
109132025-09-03T00:02:42.404Zuploaded: /work/stamp-oxlog.log
109142025-09-03T00:02:42.408Zuploading: /work/stamp-probe.log (112 bytes)
109152025-09-03T00:02:43.426Zuploaded: /work/stamp-probe.log
109162025-09-03T00:02:43.429Zuploading: /work/stamp-propolis-server.log (122 bytes)
109172025-09-03T00:02:44.438Zuploaded: /work/stamp-propolis-server.log
109182025-09-03T00:02:44.438Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109192025-09-03T00:02:45.450Zuploaded: /work/stamp-pumpkind-gz.log
109202025-09-03T00:02:45.450Zuploading: /work/stamp-switch-asic.log (118 bytes)
109212025-09-03T00:02:46.466Zuploaded: /work/stamp-switch-asic.log
109222025-09-03T00:02:46.466Zuploading: /work/verify-libraries.log (7659 bytes)
109232025-09-03T00:02:47.475Zuploaded: /work/verify-libraries.log