01K5Y6B4RVYBM97GBMPBB4X68V: 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: 01K5Y6BTJ8SBTXT40C2PX0TVP0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-24T15:45:37.212Zjob assigned to worker 01K5Y6BRR14ZHSWHWS3NDE1WYX [factory aws, i-083fdb436573492b7] (queued for 59 s)
 
22025-09-24T15:45:45.811Zstarting task 0: "setup"
32025-09-24T15:45:45.834Z++ uname -s
42025-09-24T15:45:45.834Z+ kern=SunOS
52025-09-24T15:45:45.834Z+ build_user=build
62025-09-24T15:45:45.834Z+ build_uid=12345
72025-09-24T15:45:45.834Z+ work_dir=/work
82025-09-24T15:45:45.834Z+ input_dir=/input
92025-09-24T15:45:45.834Z+ [[ 0 == 12345 ]]
102025-09-24T15:45:45.834Z+ case "$kern" in
112025-09-24T15:45:45.834Z+ groupadd -g 12345 build
122025-09-24T15:45:45.866Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-24T15:45:52.098Z+ zfs create -o mountpoint=/work rpool/work
142025-09-24T15:45:52.189Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-24T15:45:52.189Z+ home_fs=zfs
162025-09-24T15:45:52.190Z+ [[ zfs == autofs ]]
172025-09-24T15:45:52.190Z+ mkdir -p /home/build
182025-09-24T15:45:52.190Z+ chown build:build /home/build /work
192025-09-24T15:45:52.190Z+ chmod 0700 /home/build /work
202025-09-24T15:45:52.190Zprocess exited: duration 4091 ms, exit code 0
 
212025-09-24T15:45:52.323Zstarting task 1: "rust-toolchain"
222025-09-24T15:45:52.350Z * rust toolchain channel = "1.89.0"
232025-09-24T15:45:52.350Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
242025-09-24T15:45:52.350Z * rust toolchain profile = "default"
252025-09-24T15:45:52.350Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-09-24T15:45:52.350Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-24T15:45:52.350Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-24T15:45:52.350Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-24T15:45:52.350Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-24T15:45:52.412Zinfo: downloading installer
312025-09-24T15:45:53.865Zwarn: It looks like you have an existing installation of Rust at:
322025-09-24T15:45:53.865Zwarn: /opt/ooce/bin
332025-09-24T15:45:53.865Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-24T15:45:53.865Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-24T15:45:53.865Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-24T15:45:53.865Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-24T15:45:53.865Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-24T15:45:53.866Zerror: cannot install while Rust is installed
392025-09-24T15:45:53.866Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-24T15:45:53.879Zinfo: profile set to 'default'
412025-09-24T15:45:53.879Zinfo: default host triple is x86_64-unknown-illumos
422025-09-24T15:45:53.881Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-24T15:45:54.055Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-24T15:45:54.056Zinfo: downloading component 'cargo'
452025-09-24T15:45:54.853Zinfo: downloading component 'clippy'
462025-09-24T15:45:55.173Zinfo: downloading component 'rust-docs'
472025-09-24T15:45:56.382Zinfo: downloading component 'rust-std'
482025-09-24T15:45:58.004Zinfo: downloading component 'rustc'
492025-09-24T15:46:04.279Zinfo: downloading component 'rustfmt'
502025-09-24T15:46:04.520Zinfo: installing component 'cargo'
512025-09-24T15:46:05.394Zinfo: installing component 'clippy'
522025-09-24T15:46:05.786Zinfo: installing component 'rust-docs'
532025-09-24T15:46:07.624Zinfo: installing component 'rust-std'
542025-09-24T15:46:09.523Zinfo: installing component 'rustc'
552025-09-24T15:46:16.014Zinfo: installing component 'rustfmt'
562025-09-24T15:46:16.346Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-24T15:46:16.346Z
582025-09-24T15:46:16.767Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-24T15:46:16.767Z
602025-09-24T15:46:16.769Z
612025-09-24T15:46:16.769ZRust is installed now. Great!
622025-09-24T15:46:16.769Z
632025-09-24T15:46:16.769ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-24T15:46:16.769Zenvironment variable. This has not been done automatically.
652025-09-24T15:46:16.770Z
662025-09-24T15:46:16.770ZTo configure your current shell, you need to source
672025-09-24T15:46:16.770Zthe corresponding env file under $HOME/.cargo.
682025-09-24T15:46:16.770Z
692025-09-24T15:46:16.770ZThis is usually done by running one of the following (note the leading DOT):
702025-09-24T15:46:16.770Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-24T15:46:16.770Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-24T15:46:16.770Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-24T15:46:16.849Z+ rustup --version
742025-09-24T15:46:16.861Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-24T15:46:16.864Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-24T15:46:16.953Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-24T15:46:16.958Z+ cargo --version
782025-09-24T15:46:17.059Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-24T15:46:17.062Z+ rustc --version
802025-09-24T15:46:17.140Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-24T15:46:17.143Zprocess exited: duration 24852 ms, exit code 0
 
822025-09-24T15:46:17.150Zstarting task 2: "authentication"
832025-09-24T15:46:17.172Zprocess exited: duration 21 ms, exit code 0
 
842025-09-24T15:46:17.180Zstarting task 3: "clone repository"
852025-09-24T15:46:17.184Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-24T15:46:17.187Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-24T15:46:17.224ZCloning into '/work/oxidecomputer/omicron'...
882025-09-24T15:46:25.905Z+ cd /work/oxidecomputer/omicron
892025-09-24T15:46:25.908Z+ git fetch origin ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766
902025-09-24T15:46:26.237ZFrom https://github.com/oxidecomputer/omicron
912025-09-24T15:46:26.237Z * branch ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766 -> FETCH_HEAD
922025-09-24T15:46:26.247Z+ [[ -n dap/handoff-dns ]]
932025-09-24T15:46:26.250Z++ git branch --show-current
942025-09-24T15:46:26.253Z+ current=main
952025-09-24T15:46:26.253Z+ [[ main != dap/handoff-dns ]]
962025-09-24T15:46:26.253Z+ git branch -f dap/handoff-dns ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766
972025-09-24T15:46:26.256Z+ git checkout -f dap/handoff-dns
982025-09-24T15:46:26.510ZSwitched to branch 'dap/handoff-dns'
992025-09-24T15:46:26.514Z+ git reset --hard ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766
1002025-09-24T15:46:26.537ZHEAD is now at ec7a0a7d5 Merge branch 'main' into dap/handoff-dns
1012025-09-24T15:46:26.540Zprocess exited: duration 9359 ms, exit code 0
 
1022025-09-24T15:46:26.547Zstarting task 4: "build"
1032025-09-24T15:46:26.553Z+ source .github/buildomat/ci-env.sh
1042025-09-24T15:46:26.556Z++ export CARGO_TERM_COLOR=always
1052025-09-24T15:46:26.556Z++ CARGO_TERM_COLOR=always
1062025-09-24T15:46:26.556Z+ cargo --version
1072025-09-24T15:46:26.612Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-24T15:46:26.616Z+ rustc --version
1092025-09-24T15:46:26.682Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-24T15:46:26.686Z+ cargo tree --locked
1112025-09-24T15:46:26.964Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-09-24T15:46:27.255Z Updating crates.io index
1132025-09-24T15:46:27.317Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-09-24T15:46:27.680Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-09-24T15:46:28.275Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-09-24T15:46:28.548Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-09-24T15:46:28.797Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-09-24T15:46:29.153Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-09-24T15:46:30.562Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-09-24T15:46:32.708Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-09-24T15:46:33.691Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-09-24T15:46:34.400Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232025-09-24T15:46:34.889Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-09-24T15:46:35.283Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-09-24T15:46:35.566Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-09-24T15:46:36.066Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-09-24T15:46:36.654Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-09-24T15:46:36.974Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-09-24T15:46:37.349Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-09-24T15:46:37.604Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-09-24T15:46:37.870Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-09-24T15:46:38.125Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-09-24T15:46:38.425Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-09-24T15:46:38.794Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352025-09-24T15:46:39.267Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-09-24T15:46:39.746Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-09-24T15:46:40.159Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382025-09-24T15:46:40.642Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392025-09-24T15:46:41.071Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402025-09-24T15:46:41.347Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1412025-09-24T15:46:41.909Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1422025-09-24T15:46:42.390Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432025-09-24T15:46:42.654Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442025-09-24T15:46:42.958Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452025-09-24T15:46:43.295Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462025-09-24T15:46:53.995Z Updating git repository `https://github.com/illumos/smf-rs`
1472025-09-24T15:46:55.499Z Downloading crates ...
1482025-09-24T15:46:55.599Z Downloaded anstyle-query v1.1.1
1492025-09-24T15:46:55.603Z Downloaded aead v0.5.2
1502025-09-24T15:46:55.606Z Downloaded async-attributes v1.1.2
1512025-09-24T15:46:55.606Z Downloaded async-channel v1.9.0
1522025-09-24T15:46:55.611Z Downloaded async-bb8-diesel v0.2.1
1532025-09-24T15:46:55.611Z Downloaded adler2 v2.0.0
1542025-09-24T15:46:55.614Z Downloaded aes v0.8.4
1552025-09-24T15:46:55.618Z Downloaded foldhash v0.2.0
1562025-09-24T15:46:55.621Z Downloaded ascii-canvas v3.0.0
1572025-09-24T15:46:55.621Z Downloaded assert_cmd v2.0.17
1582025-09-24T15:46:55.625Z Downloaded addr2line v0.24.2
1592025-09-24T15:46:55.629Z Downloaded embedded-io v0.6.1
1602025-09-24T15:46:55.629Z Downloaded heck v0.5.0
1612025-09-24T15:46:55.632Z Downloaded ena v0.14.3
1622025-09-24T15:46:55.632Z Downloaded cfg-expr v0.20.1
1632025-09-24T15:46:55.636Z Downloaded anstyle v1.0.11
1642025-09-24T15:46:55.639Z Downloaded bzip2 v0.5.2
1652025-09-24T15:46:55.643Z Downloaded anstyle-parse v0.2.5
1662025-09-24T15:46:55.643Z Downloaded git2 v0.19.0
1672025-09-24T15:46:55.653Z Downloaded flagset v0.4.6
1682025-09-24T15:46:55.658Z Downloaded escape8259 v0.5.3
1692025-09-24T15:46:55.662Z Downloaded either v1.15.0
1702025-09-24T15:46:55.662Z Downloaded dyn-clone v1.0.20
1712025-09-24T15:46:55.665Z Downloaded atomicwrites v0.4.4
1722025-09-24T15:46:55.665Z Downloaded equivalent v1.0.2
1732025-09-24T15:46:55.666Z Downloaded fixedbitset v0.4.2
1742025-09-24T15:46:55.670Z Downloaded async-channel v2.3.1
1752025-09-24T15:46:55.670Z Downloaded arrayvec v0.7.6
1762025-09-24T15:46:55.674Z Downloaded event-listener-strategy v0.5.2
1772025-09-24T15:46:55.674Z Downloaded endian-type v0.1.2
1782025-09-24T15:46:55.678Z Downloaded embedded-io v0.4.0
1792025-09-24T15:46:55.678Z Downloaded ed25519 v2.2.3
1802025-09-24T15:46:55.681Z Downloaded async-stream-impl v0.3.6
1812025-09-24T15:46:55.682Z Downloaded bitfield-macros v0.19.2
1822025-09-24T15:46:55.686Z Downloaded async-signal v0.2.10
1832025-09-24T15:46:55.686Z Downloaded ff v0.13.0
1842025-09-24T15:46:55.689Z Downloaded async-recursion v1.1.1
1852025-09-24T15:46:55.693Z Downloaded cexpr v0.6.0
1862025-09-24T15:46:55.697Z Downloaded arc-swap v1.7.1
1872025-09-24T15:46:55.701Z Downloaded cbc v0.1.2
1882025-09-24T15:46:55.701Z Downloaded float-cmp v0.10.0
1892025-09-24T15:46:55.705Z Downloaded castaway v0.2.3
1902025-09-24T15:46:55.705Z Downloaded camino-tempfile v1.4.1
1912025-09-24T15:46:55.711Z Downloaded md5 v0.7.0
1922025-09-24T15:46:55.714Z Downloaded oso-derive v0.27.3
1932025-09-24T15:46:55.715Z Downloaded nested v0.1.1
1942025-09-24T15:46:55.715Z Downloaded num-iter v0.1.45
1952025-09-24T15:46:55.718Z Downloaded fallible-iterator v0.2.0
1962025-09-24T15:46:55.718Z Downloaded cassowary v0.3.0
1972025-09-24T15:46:55.721Z Downloaded foreign-types-macros v0.2.3
1982025-09-24T15:46:55.721Z Downloaded fxhash v0.2.1
1992025-09-24T15:46:55.725Z Downloaded camino-tempfile-ext v0.3.2
2002025-09-24T15:46:55.728Z Downloaded byteorder v1.5.0
2012025-09-24T15:46:55.728Z Downloaded bb8 v0.8.5
2022025-09-24T15:46:55.732Z Downloaded pathdiff v0.2.3
2032025-09-24T15:46:55.732Z Downloaded cargo-platform v0.1.8
2042025-09-24T15:46:55.736Z Downloaded block-buffer v0.10.4
2052025-09-24T15:46:55.736Z Downloaded globwalk v0.9.1
2062025-09-24T15:46:55.739Z Downloaded hex-literal v0.4.1
2072025-09-24T15:46:55.739Z Downloaded generic-array v0.14.7
2082025-09-24T15:46:55.743Z Downloaded futures-task v0.3.31
2092025-09-24T15:46:55.746Z Downloaded hex v0.4.3
2102025-09-24T15:46:55.747Z Downloaded env_filter v0.1.2
2112025-09-24T15:46:55.750Z Downloaded phf_shared v0.12.1
2122025-09-24T15:46:55.750Z Downloaded fastrand v2.1.1
2132025-09-24T15:46:55.754Z Downloaded normalize-line-endings v0.3.0
2142025-09-24T15:46:55.754Z Downloaded cargo_metadata v0.21.0
2152025-09-24T15:46:55.759Z Downloaded bitflags v2.9.1
2162025-09-24T15:46:55.763Z Downloaded num-derive v0.4.2
2172025-09-24T15:46:55.766Z Downloaded native-tls v0.2.12
2182025-09-24T15:46:55.770Z Downloaded pbkdf2 v0.11.0
2192025-09-24T15:46:55.773Z Downloaded blake2b_simd v1.0.2
2202025-09-24T15:46:55.773Z Downloaded heck v0.3.3
2212025-09-24T15:46:55.777Z Downloaded futures-macro v0.3.31
2222025-09-24T15:46:55.777Z Downloaded futures-executor v0.3.31
2232025-09-24T15:46:55.781Z Downloaded hash32 v0.2.1
2242025-09-24T15:46:55.784Z Downloaded getrandom v0.2.15
2252025-09-24T15:46:55.788Z Downloaded fs_extra v1.3.0
2262025-09-24T15:46:55.789Z Downloaded cargo_metadata v0.18.1
2272025-09-24T15:46:55.793Z Downloaded bzip2 v0.4.4
2282025-09-24T15:46:55.793Z Downloaded sigpipe v0.1.3
2292025-09-24T15:46:55.796Z Downloaded pin-project-internal v1.1.6
2302025-09-24T15:46:55.796Z Downloaded phf_shared v0.11.2
2312025-09-24T15:46:55.800Z Downloaded phf v0.12.1
2322025-09-24T15:46:55.803Z Downloaded gethostname v0.5.0
2332025-09-24T15:46:55.803Z Downloaded mime_guess v2.0.5
2342025-09-24T15:46:55.808Z Downloaded progenitor-macro v0.9.1
2352025-09-24T15:46:55.808Z Downloaded percent-encoding v2.3.2
2362025-09-24T15:46:55.812Z Downloaded proc-macro-crate v3.2.0
2372025-09-24T15:46:55.812Z Downloaded proc-macro-crate v1.3.1
2382025-09-24T15:46:55.816Z Downloaded primeorder v0.13.6
2392025-09-24T15:46:55.820Z Downloaded piper v0.2.4
2402025-09-24T15:46:55.820Z Downloaded rand_core v0.6.4
2412025-09-24T15:46:55.821Z Downloaded quinn-udp v0.5.5
2422025-09-24T15:46:55.825Z Downloaded heck v0.4.1
2432025-09-24T15:46:55.825Z Downloaded take_mut v0.2.2
2442025-09-24T15:46:55.828Z Downloaded sync_wrapper v1.0.1
2452025-09-24T15:46:55.829Z Downloaded rustc-hash v2.1.1
2462025-09-24T15:46:55.832Z Downloaded rtoolbox v0.0.2
2472025-09-24T15:46:55.832Z Downloaded rusty-fork v0.3.0
2482025-09-24T15:46:55.836Z Downloaded camino v1.2.0
2492025-09-24T15:46:55.839Z Downloaded thiserror-impl-no-std v2.0.2
2502025-09-24T15:46:55.840Z Downloaded secrecy v0.10.3
2512025-09-24T15:46:55.843Z Downloaded argon2 v0.5.3
2522025-09-24T15:46:55.843Z Downloaded serde_urlencoded v0.7.1
2532025-09-24T15:46:55.846Z Downloaded typify-macro v0.2.0
2542025-09-24T15:46:55.847Z Downloaded topological-sort v0.2.2
2552025-09-24T15:46:55.850Z Downloaded toml_write v0.1.2
2562025-09-24T15:46:55.857Z Downloaded serde_spanned v1.0.0
2572025-09-24T15:46:55.857Z Downloaded simd-adler32 v0.3.7
2582025-09-24T15:46:55.861Z Downloaded static_assertions v1.1.0
2592025-09-24T15:46:55.861Z Downloaded write16 v1.0.0
2602025-09-24T15:46:55.861Z Downloaded progenitor-client v0.11.0
2612025-09-24T15:46:55.864Z Downloaded usdt v0.5.0
2622025-09-24T15:46:55.864Z Downloaded untrusted v0.7.1
2632025-09-24T15:46:55.868Z Downloaded smf v0.2.3
2642025-09-24T15:46:55.868Z Downloaded cfg_aliases v0.2.1
2652025-09-24T15:46:55.872Z Downloaded cfg_aliases v0.1.1
2662025-09-24T15:46:55.872Z Downloaded usdt-macro v0.5.0
2672025-09-24T15:46:55.872Z Downloaded usdt-attr-macro v0.5.0
2682025-09-24T15:46:55.875Z Downloaded tap v1.0.1
2692025-09-24T15:46:55.875Z Downloaded fatfs v0.3.6
2702025-09-24T15:46:55.879Z Downloaded strum_macros v0.27.1
2712025-09-24T15:46:55.883Z Downloaded thiserror-impl v2.0.16
2722025-09-24T15:46:55.887Z Downloaded thiserror-impl v1.0.69
2732025-09-24T15:46:55.887Z Downloaded thiserror v1.0.69
2742025-09-24T15:46:55.892Z Downloaded convert_case v0.4.0
2752025-09-24T15:46:55.895Z Downloaded constant_time_eq v0.3.1
2762025-09-24T15:46:55.899Z Downloaded diesel_table_macro_syntax v0.2.0
2772025-09-24T15:46:55.899Z Downloaded darling_macro v0.21.0
2782025-09-24T15:46:55.899Z Downloaded toml_writer v1.0.2
2792025-09-24T15:46:55.903Z Downloaded doc-comment v0.3.3
2802025-09-24T15:46:55.906Z Downloaded utf8_iter v1.0.4
2812025-09-24T15:46:55.906Z Downloaded utf16_iter v1.0.5
2822025-09-24T15:46:55.910Z Downloaded utf-8 v0.7.6
2832025-09-24T15:46:55.910Z Downloaded half v1.8.3
2842025-09-24T15:46:55.913Z Downloaded zerofrom v0.1.4
2852025-09-24T15:46:55.913Z Downloaded snafu-derive v0.8.5
2862025-09-24T15:46:55.917Z Downloaded papergrid v0.14.0
2872025-09-24T15:46:55.921Z Downloaded http-range v0.1.5
2882025-09-24T15:46:55.924Z Downloaded wyz v0.5.1
2892025-09-24T15:46:55.928Z Downloaded term v0.7.0
2902025-09-24T15:46:55.931Z Downloaded strum_macros v0.26.4
2912025-09-24T15:46:55.934Z Downloaded chacha20 v0.9.1
2922025-09-24T15:46:55.938Z Downloaded tokio-macros v2.5.0
2932025-09-24T15:46:55.938Z Downloaded colorchoice v1.0.2
2942025-09-24T15:46:55.941Z Downloaded cobs v0.2.3
2952025-09-24T15:46:55.941Z Downloaded tokio-rustls v0.25.0
2962025-09-24T15:46:55.956Z Downloaded crc-catalog v2.4.0
2972025-09-24T15:46:55.957Z Downloaded displaydoc v0.2.5
2982025-09-24T15:46:55.957Z Downloaded macaddr v1.0.1
2992025-09-24T15:46:55.957Z Downloaded number_prefix v0.4.0
3002025-09-24T15:46:55.957Z Downloaded dof v0.3.0
3012025-09-24T15:46:55.957Z Downloaded toml_parser v1.0.2
3022025-09-24T15:46:55.960Z Downloaded similar v2.7.0
3032025-09-24T15:46:55.964Z Downloaded httpdate v1.0.3
3042025-09-24T15:46:55.968Z Downloaded zerocopy-derive v0.7.35
3052025-09-24T15:46:55.973Z Downloaded plotters-svg v0.3.7
3062025-09-24T15:46:55.976Z Downloaded unicode-truncate v1.1.0
3072025-09-24T15:46:55.976Z Downloaded ipnet v2.11.0
3082025-09-24T15:46:55.980Z Downloaded fancy-regex v0.14.0
3092025-09-24T15:46:55.984Z Downloaded proc-macro-error-attr2 v2.0.0
3102025-09-24T15:46:55.984Z Downloaded progenitor-client v0.8.0
3112025-09-24T15:46:55.989Z Downloaded internet-checksum v0.2.1
3122025-09-24T15:46:55.989Z Downloaded textwrap v0.16.2
3132025-09-24T15:46:55.993Z Downloaded itoa v1.0.11
3142025-09-24T15:46:55.993Z Downloaded lalrpop-util v0.19.12
3152025-09-24T15:46:55.996Z Downloaded kv-log-macro v1.0.7
3162025-09-24T15:46:55.997Z Downloaded kstat-rs v0.2.4
3172025-09-24T15:46:56.001Z Downloaded radium v0.7.0
3182025-09-24T15:46:56.001Z Downloaded lru-cache v0.1.2
3192025-09-24T15:46:56.004Z Downloaded progenitor v0.9.1
3202025-09-24T15:46:56.004Z Downloaded heapless v0.8.0
3212025-09-24T15:46:56.008Z Downloaded rcgen v0.12.1
3222025-09-24T15:46:56.013Z Downloaded crc32fast v1.4.2
3232025-09-24T15:46:56.018Z Downloaded num_threads v0.1.7
3242025-09-24T15:46:56.018Z Downloaded num_enum_derive v0.5.11
3252025-09-24T15:46:56.021Z Downloaded hickory-resolver v0.24.4
3262025-09-24T15:46:56.025Z Downloaded derive-ex v0.1.8
3272025-09-24T15:46:56.029Z Downloaded plain v0.2.3
3282025-09-24T15:46:56.029Z Downloaded peg-macros v0.8.5
3292025-09-24T15:46:56.033Z Downloaded minimal-lexical v0.2.1
3302025-09-24T15:46:56.037Z Downloaded progenitor-client v0.9.1
3312025-09-24T15:46:56.037Z Downloaded iana-time-zone v0.1.63
3322025-09-24T15:46:56.041Z Downloaded swrite v0.1.0
3332025-09-24T15:46:56.045Z Downloaded progenitor v0.11.0
3342025-09-24T15:46:56.045Z Downloaded lzss v0.8.2
3352025-09-24T15:46:56.048Z Downloaded testing_table v0.3.0
3362025-09-24T15:46:56.053Z Downloaded tower-service v0.3.3
3372025-09-24T15:46:56.053Z Downloaded bumpalo v3.16.0
3382025-09-24T15:46:56.056Z Downloaded salsa20 v0.10.2
3392025-09-24T15:46:56.056Z Downloaded r2d2 v0.8.10
3402025-09-24T15:46:56.060Z Downloaded rayon-core v1.12.1
3412025-09-24T15:46:56.064Z Downloaded parking_lot v0.11.2
3422025-09-24T15:46:56.069Z Downloaded socket2 v0.5.10
3432025-09-24T15:46:56.073Z Downloaded serde-big-array v0.5.1
3442025-09-24T15:46:56.073Z Downloaded plotters-backend v0.3.7
3452025-09-24T15:46:56.073Z Downloaded parking_lot_core v0.8.6
3462025-09-24T15:46:56.077Z Downloaded slog-async v2.8.0
3472025-09-24T15:46:56.080Z Downloaded cc v1.2.30
3482025-09-24T15:46:56.084Z Downloaded stringmetrics v2.2.2
3492025-09-24T15:46:56.087Z Downloaded zone_cfg_derive v0.1.2
3502025-09-24T15:46:56.087Z Downloaded stringprep v0.1.5
3512025-09-24T15:46:56.091Z Downloaded string_cache v0.8.9
3522025-09-24T15:46:56.091Z Downloaded progenitor v0.10.0
3532025-09-24T15:46:56.095Z Downloaded yoke-derive v0.7.4
3542025-09-24T15:46:56.095Z Downloaded icu_normalizer v1.5.0
3552025-09-24T15:46:56.099Z Downloaded tokio-native-tls v0.3.1
3562025-09-24T15:46:56.103Z Downloaded tiny-keccak v2.0.2
3572025-09-24T15:46:56.106Z Downloaded target-spec v3.5.0
3582025-09-24T15:46:56.110Z Downloaded toml_datetime v0.6.11
3592025-09-24T15:46:56.110Z Downloaded tinystr v0.7.6
3602025-09-24T15:46:56.114Z Downloaded support-bundle-viewer v0.1.2
3612025-09-24T15:46:56.117Z Downloaded hashbrown v0.12.3
3622025-09-24T15:46:56.121Z Downloaded parking_lot v0.12.3
3632025-09-24T15:46:56.125Z Downloaded http-body v1.0.1
3642025-09-24T15:46:56.125Z Downloaded hickory-server v0.25.2
3652025-09-24T15:46:56.130Z Downloaded unicode-linebreak v0.1.5
3662025-09-24T15:46:56.133Z Downloaded unicase v2.7.0
3672025-09-24T15:46:56.133Z Downloaded zerocopy-derive v0.8.26
3682025-09-24T15:46:56.141Z Downloaded difflib v0.4.0
3692025-09-24T15:46:56.144Z Downloaded smallvec v1.15.1
3702025-09-24T15:46:56.148Z Downloaded smallvec v0.6.14
3712025-09-24T15:46:56.148Z Downloaded hubpack v0.1.2
3722025-09-24T15:46:56.151Z Downloaded xz2 v0.1.7
3732025-09-24T15:46:56.155Z Downloaded whoami v1.5.2
3742025-09-24T15:46:56.158Z Downloaded crossbeam-deque v0.8.5
3752025-09-24T15:46:56.158Z Downloaded cipher v0.4.4
3762025-09-24T15:46:56.162Z Downloaded openssl-probe v0.1.5
3772025-09-24T15:46:56.162Z Downloaded path-slash v0.1.5
3782025-09-24T15:46:56.166Z Downloaded managed v0.8.0
3792025-09-24T15:46:56.166Z Downloaded tokio-stream v0.1.17
3802025-09-24T15:46:56.171Z Downloaded defmt v0.3.8
3812025-09-24T15:46:56.175Z Downloaded aws-lc-rs v1.12.4
3822025-09-24T15:46:56.185Z Downloaded num v0.4.3
3832025-09-24T15:46:56.189Z Downloaded http-body-util v0.1.3
3842025-09-24T15:46:56.193Z Downloaded ryu v1.0.18
3852025-09-24T15:46:56.197Z Downloaded proc-macro-error-attr v1.0.4
3862025-09-24T15:46:56.197Z Downloaded walkdir v2.5.0
3872025-09-24T15:46:56.200Z Downloaded signal-hook v0.3.18
3882025-09-24T15:46:56.206Z Downloaded idna_adapter v1.2.0
3892025-09-24T15:46:56.206Z Downloaded num-traits v0.2.19
3902025-09-24T15:46:56.209Z Downloaded darling_core v0.21.0
3912025-09-24T15:46:56.212Z Downloaded indoc v2.0.6
3922025-09-24T15:46:56.216Z Downloaded signal-hook-tokio v0.3.1
3932025-09-24T15:46:56.220Z Downloaded url v2.5.4
3942025-09-24T15:46:56.224Z Downloaded pem v3.0.5
3952025-09-24T15:46:56.227Z Downloaded maplit v1.0.2
3962025-09-24T15:46:56.227Z Downloaded darling v0.21.0
3972025-09-24T15:46:56.232Z Downloaded typenum v1.17.0
3982025-09-24T15:46:56.236Z Downloaded guppy v0.17.20
3992025-09-24T15:46:56.242Z Downloaded thread-id v4.2.2
4002025-09-24T15:46:56.247Z Downloaded smawk v0.3.2
4012025-09-24T15:46:56.250Z Downloaded rustyline v14.0.0
4022025-09-24T15:46:56.255Z Downloaded pest_generator v2.7.14
4032025-09-24T15:46:56.259Z Downloaded des v0.8.1
4042025-09-24T15:46:56.259Z Downloaded rand_chacha v0.9.0
4052025-09-24T15:46:56.263Z Downloaded try-lock v0.2.5
4062025-09-24T15:46:56.263Z Downloaded futures-util v0.3.31
4072025-09-24T15:46:56.274Z Downloaded which v4.4.2
4082025-09-24T15:46:56.277Z Downloaded vte_generate_state_changes v0.1.2
4092025-09-24T15:46:56.277Z Downloaded unit-prefix v0.5.1
4102025-09-24T15:46:56.281Z Downloaded typify-macro v0.3.0
4112025-09-24T15:46:56.281Z Downloaded serde-untagged v0.1.7
4122025-09-24T15:46:56.284Z Downloaded serde_repr v0.1.19
4132025-09-24T15:46:56.284Z Downloaded serde_regex v1.1.0
4142025-09-24T15:46:56.288Z Downloaded test-strategy v0.4.3
4152025-09-24T15:46:56.291Z Downloaded cookie v0.18.1
4162025-09-24T15:46:56.295Z Downloaded rand v0.8.5
4172025-09-24T15:46:56.298Z Downloaded instant v0.1.13
4182025-09-24T15:46:56.302Z Downloaded ident_case v1.0.1
4192025-09-24T15:46:56.305Z Downloaded thiserror-no-std v2.0.2
4202025-09-24T15:46:56.309Z Downloaded thread_local v1.1.8
4212025-09-24T15:46:56.312Z Downloaded rand_chacha v0.3.1
4222025-09-24T15:46:56.312Z Downloaded tokio-dtrace v0.1.0
4232025-09-24T15:46:56.316Z Downloaded pest_derive v2.7.14
4242025-09-24T15:46:56.316Z Downloaded universal-hash v0.5.1
4252025-09-24T15:46:56.320Z Downloaded indexmap v1.9.3
4262025-09-24T15:46:56.323Z Downloaded rand_core v0.9.3
4272025-09-24T15:46:56.326Z Downloaded openssl-macros v0.1.1
4282025-09-24T15:46:56.326Z Downloaded compact_str v0.8.0
4292025-09-24T15:46:56.330Z Downloaded zerovec-derive v0.10.3
4302025-09-24T15:46:56.333Z Downloaded slog v2.7.0
4312025-09-24T15:46:56.337Z Downloaded tracing v0.1.40
4322025-09-24T15:46:56.341Z Downloaded pretty-hex v0.2.1
4332025-09-24T15:46:56.344Z Downloaded predicates-core v1.0.8
4342025-09-24T15:46:56.347Z Downloaded defmt-parser v0.3.4
4352025-09-24T15:46:56.347Z Downloaded precomputed-hash v0.1.1
4362025-09-24T15:46:56.354Z Downloaded oso v0.27.3
4372025-09-24T15:46:56.358Z Downloaded csv-core v0.1.11
4382025-09-24T15:46:56.358Z Downloaded h2 v0.4.6
4392025-09-24T15:46:56.363Z Downloaded rfc6979 v0.4.0
4402025-09-24T15:46:56.367Z Downloaded ipnetwork v0.21.1
4412025-09-24T15:46:56.367Z Downloaded structmeta v0.3.0
4422025-09-24T15:46:56.372Z Downloaded libz-rs-sys v0.5.1
4432025-09-24T15:46:56.372Z Downloaded scroll_derive v0.12.0
4442025-09-24T15:46:56.372Z Downloaded scopeguard v1.2.0
4452025-09-24T15:46:56.378Z Downloaded newtype-uuid v1.2.4
4462025-09-24T15:46:56.379Z Downloaded linear-map v1.2.0
4472025-09-24T15:46:56.379Z Downloaded lazy_static v1.5.0
4482025-09-24T15:46:56.382Z Downloaded libsw-core v0.3.1
4492025-09-24T15:46:56.383Z Downloaded typify v0.2.0
4502025-09-24T15:46:56.386Z Downloaded strum v0.26.3
4512025-09-24T15:46:56.392Z Downloaded waitgroup v0.1.2
4522025-09-24T15:46:56.392Z Downloaded colored v2.2.0
4532025-09-24T15:46:56.396Z Downloaded clap_lex v0.7.4
4542025-09-24T15:46:56.396Z Downloaded predicates-tree v1.0.12
4552025-09-24T15:46:56.399Z Downloaded path-tree v0.8.1
4562025-09-24T15:46:56.399Z Downloaded tabled_derive v0.7.0
4572025-09-24T15:46:56.405Z Downloaded password-hash v0.5.0
4582025-09-24T15:46:56.405Z Downloaded libxml v0.3.3
4592025-09-24T15:46:56.409Z Downloaded is_terminal_polyfill v1.70.1
4602025-09-24T15:46:56.413Z Downloaded const-oid v0.9.6
4612025-09-24T15:46:56.417Z Downloaded console v0.15.10
4622025-09-24T15:46:56.420Z Downloaded signature v2.2.0
4632025-09-24T15:46:56.420Z Downloaded want v0.3.1
4642025-09-24T15:46:56.424Z Downloaded num-conv v0.1.0
4652025-09-24T15:46:56.424Z Downloaded progenitor-impl v0.11.0
4662025-09-24T15:46:56.428Z Downloaded progenitor-impl v0.10.0
4672025-09-24T15:46:56.432Z Downloaded structmeta-derive v0.3.0
4682025-09-24T15:46:56.432Z Downloaded tracing-core v0.1.32
4692025-09-24T15:46:56.435Z Downloaded icu_provider_macros v1.5.0
4702025-09-24T15:46:56.440Z Downloaded ssh-cipher v0.2.0
4712025-09-24T15:46:56.440Z Downloaded siphasher v0.3.11
4722025-09-24T15:46:56.443Z Downloaded jobserver v0.1.32
4732025-09-24T15:46:56.443Z Downloaded powerfmt v0.2.0
4742025-09-24T15:46:56.447Z Downloaded ppv-lite86 v0.2.20
4752025-09-24T15:46:56.447Z Downloaded openssl-sys v0.9.109
4762025-09-24T15:46:56.453Z Downloaded peg-runtime v0.8.5
4772025-09-24T15:46:56.456Z Downloaded strum_macros v0.24.3
4782025-09-24T15:46:56.460Z Downloaded typed-path v0.9.3
4792025-09-24T15:46:56.465Z Downloaded tinyvec_macros v0.1.1
4802025-09-24T15:46:56.469Z Downloaded tui-tree-widget v0.23.1
4812025-09-24T15:46:56.469Z Downloaded synstructure v0.13.1
4822025-09-24T15:46:56.473Z Downloaded strum v0.27.2
4832025-09-24T15:46:56.473Z Downloaded ingot-types v0.1.2
4842025-09-24T15:46:56.477Z Downloaded rayon v1.10.0
4852025-09-24T15:46:56.483Z Downloaded xshell-macros v0.2.7
4862025-09-24T15:46:56.487Z Downloaded xattr v1.3.1
4872025-09-24T15:46:56.493Z Downloaded nodrop v0.1.14
4882025-09-24T15:46:56.493Z Downloaded ignore v0.4.23
4892025-09-24T15:46:56.493Z Downloaded void v1.0.2
4902025-09-24T15:46:56.497Z Downloaded strsim v0.11.1
4912025-09-24T15:46:56.497Z Downloaded p521 v0.13.3
4922025-09-24T15:46:56.501Z Downloaded crossterm v0.28.1
4932025-09-24T15:46:56.505Z Downloaded hyper-tls v0.6.0
4942025-09-24T15:46:56.509Z Downloaded new_debug_unreachable v1.0.6
4952025-09-24T15:46:56.512Z Downloaded darling v0.20.10
4962025-09-24T15:46:56.518Z Downloaded sqlformat v0.3.5
4972025-09-24T15:46:56.521Z Downloaded bindgen v0.69.5
4982025-09-24T15:46:56.525Z Downloaded progenitor-macro v0.11.0
4992025-09-24T15:46:56.529Z Downloaded subprocess v0.2.9
5002025-09-24T15:46:56.529Z Downloaded parse-size v1.1.0
5012025-09-24T15:46:56.548Z Downloaded progenitor v0.8.0
5022025-09-24T15:46:56.548Z Downloaded vergen v9.0.6
5032025-09-24T15:46:56.557Z Downloaded version_check v0.9.5
5042025-09-24T15:46:56.557Z Downloaded vergen-lib v0.1.6
5052025-09-24T15:46:56.557Z Downloaded memmap2 v0.9.5
5062025-09-24T15:46:56.557Z Downloaded hyper-rustls v0.27.7
5072025-09-24T15:46:56.557Z Downloaded tower-layer v0.3.3
5082025-09-24T15:46:56.557Z Downloaded memoffset v0.9.1
5092025-09-24T15:46:56.557Z Downloaded samael v0.0.19
5102025-09-24T15:46:56.562Z Downloaded russh-cryptovec v0.7.3
5112025-09-24T15:46:56.562Z Downloaded crunchy v0.2.2
5122025-09-24T15:46:56.562Z Downloaded tabled_derive v0.10.0
5132025-09-24T15:46:56.562Z Downloaded crc8 v0.1.1
5142025-09-24T15:46:56.565Z Downloaded newline-converter v0.3.0
5152025-09-24T15:46:56.565Z Downloaded shell-words v1.1.0
5162025-09-24T15:46:56.570Z Downloaded yansi v1.0.1
5172025-09-24T15:46:56.571Z Downloaded sqlparser_derive v0.2.2
5182025-09-24T15:46:56.577Z Downloaded impl-trait-for-tuples v0.2.2
5192025-09-24T15:46:56.577Z Downloaded zip v0.6.6
5202025-09-24T15:46:56.582Z Downloaded tinytemplate v1.2.1
5212025-09-24T15:46:56.582Z Downloaded humantime v2.2.0
5222025-09-24T15:46:56.589Z Downloaded home v0.5.9
5232025-09-24T15:46:56.589Z Downloaded icu_provider v1.5.0
5242025-09-24T15:46:56.592Z Downloaded cstr-argument v0.1.2
5252025-09-24T15:46:56.592Z Downloaded libscf-sys v1.1.0
5262025-09-24T15:46:56.592Z Downloaded spki v0.7.3
5272025-09-24T15:46:56.596Z Downloaded trybuild v1.0.106
5282025-09-24T15:46:56.602Z Downloaded termtree v0.5.1
5292025-09-24T15:46:56.606Z Downloaded packed_struct_codegen v0.10.1
5302025-09-24T15:46:56.606Z Downloaded icu_collections v1.5.0
5312025-09-24T15:46:56.630Z Downloaded quick-error v1.2.3
5322025-09-24T15:46:56.638Z Downloaded match_cfg v0.1.0
5332025-09-24T15:46:56.638Z Downloaded zone v0.1.8
5342025-09-24T15:46:56.638Z Downloaded crossbeam-utils v0.8.21
5352025-09-24T15:46:56.638Z Downloaded crossbeam-epoch v0.9.18
5362025-09-24T15:46:56.638Z Downloaded zone_cfg_derive v0.3.0
5372025-09-24T15:46:56.638Z Downloaded darling_core v0.20.10
5382025-09-24T15:46:56.638Z Downloaded typify-macro v0.4.3
5392025-09-24T15:46:56.638Z Downloaded progenitor-impl v0.9.1
5402025-09-24T15:46:56.638Z Downloaded phf v0.11.2
5412025-09-24T15:46:56.646Z Downloaded spin v0.9.8
5422025-09-24T15:46:56.646Z Downloaded p256 v0.13.2
5432025-09-24T15:46:56.646Z Downloaded rustls-webpki v0.101.7
5442025-09-24T15:46:56.659Z Downloaded siphasher v1.0.1
5452025-09-24T15:46:56.663Z Downloaded gimli v0.31.1
5462025-09-24T15:46:56.668Z Downloaded clang-sys v1.8.1
5472025-09-24T15:46:56.671Z Downloaded serde-value v0.7.0
5482025-09-24T15:46:56.679Z Downloaded serde-hex v0.1.0
5492025-09-24T15:46:56.679Z Downloaded scheduled-thread-pool v0.2.7
5502025-09-24T15:46:56.679Z Downloaded target-triple v0.1.3
5512025-09-24T15:46:56.679Z Downloaded russh-keys v0.45.0
5522025-09-24T15:46:56.689Z Downloaded hyper-staticfile v0.10.1
5532025-09-24T15:46:56.689Z Downloaded serde_bytes v0.11.17
5542025-09-24T15:46:56.689Z Downloaded toml v0.8.23
5552025-09-24T15:46:56.693Z Downloaded ciborium-io v0.2.2
5562025-09-24T15:46:56.693Z Downloaded serde_path_to_error v0.1.17
5572025-09-24T15:46:56.693Z Downloaded unicode-properties v0.1.3
5582025-09-24T15:46:56.696Z Downloaded const_format v0.2.34
5592025-09-24T15:46:56.714Z Downloaded packed_struct v0.10.1
5602025-09-24T15:46:56.714Z Downloaded cfg-if v1.0.1
5612025-09-24T15:46:56.718Z Downloaded progenitor-impl v0.8.0
5622025-09-24T15:46:56.718Z Downloaded icu_locid v1.5.0
5632025-09-24T15:46:56.719Z Downloaded scrypt v0.11.0
5642025-09-24T15:46:56.719Z Downloaded mime v0.3.17
5652025-09-24T15:46:56.719Z Downloaded sha1 v0.10.6
5662025-09-24T15:46:56.719Z Downloaded progenitor-client v0.10.0
5672025-09-24T15:46:56.719Z Downloaded maybe-uninit v2.0.0
5682025-09-24T15:46:56.722Z Downloaded zone v0.3.1
5692025-09-24T15:46:56.723Z Downloaded lazycell v1.3.0
5702025-09-24T15:46:56.723Z Downloaded time-core v0.1.6
5712025-09-24T15:46:56.726Z Downloaded oorandom v11.1.4
5722025-09-24T15:46:56.726Z Downloaded instability v0.3.2
5732025-09-24T15:46:56.734Z Downloaded crc v3.2.1
5742025-09-24T15:46:56.735Z Downloaded tokio-rustls v0.24.1
5752025-09-24T15:46:56.739Z Downloaded data-encoding v2.9.0
5762025-09-24T15:46:56.739Z Downloaded strip-ansi-escapes v0.2.0
5772025-09-24T15:46:56.739Z Downloaded ssh-encoding v0.2.0
5782025-09-24T15:46:56.739Z Downloaded zeroize v1.8.1
5792025-09-24T15:46:56.743Z Downloaded dtrace-parser v0.2.0
5802025-09-24T15:46:56.743Z Downloaded tar v0.4.44
5812025-09-24T15:46:56.746Z Downloaded indent_write v2.2.0
5822025-09-24T15:46:56.746Z Downloaded derive_builder v0.20.2
5832025-09-24T15:46:56.751Z Downloaded hyper-util v0.1.16
5842025-09-24T15:46:56.757Z Downloaded utf8parse v0.2.2
5852025-09-24T15:46:56.760Z Downloaded quinn-proto v0.11.8
5862025-09-24T15:46:56.765Z Downloaded memchr v2.7.4
5872025-09-24T15:46:56.770Z Downloaded libloading v0.8.5
5882025-09-24T15:46:56.773Z Downloaded tls_codec v0.4.1
5892025-09-24T15:46:56.776Z Downloaded num-bigint-dig v0.8.4
5902025-09-24T15:46:56.780Z Downloaded unarray v0.1.4
5912025-09-24T15:46:56.783Z Downloaded ingot v0.1.1
5922025-09-24T15:46:56.788Z Downloaded term v1.1.0
5932025-09-24T15:46:56.788Z Downloaded yasna v0.5.2
5942025-09-24T15:46:56.792Z Downloaded rand v0.9.2
5952025-09-24T15:46:56.795Z Downloaded schemars_derive v0.8.22
5962025-09-24T15:46:56.798Z Downloaded psl-types v2.0.11
5972025-09-24T15:46:56.798Z Downloaded pkg-config v0.3.31
5982025-09-24T15:46:56.802Z Downloaded resolv-conf v0.7.0
5992025-09-24T15:46:56.802Z Downloaded hmac v0.12.1
6002025-09-24T15:46:56.807Z Downloaded portable-atomic v1.11.0
6012025-09-24T15:46:56.813Z Downloaded icu_locid_transform_data v1.5.0
6022025-09-24T15:46:56.816Z Downloaded password-hash v0.4.2
6032025-09-24T15:46:56.816Z Downloaded zerovec v0.10.4
6042025-09-24T15:46:56.821Z Downloaded pbkdf2 v0.12.2
6052025-09-24T15:46:56.825Z Downloaded salty v0.3.0
6062025-09-24T15:46:56.829Z Downloaded yoke v0.7.4
6072025-09-24T15:46:56.832Z Downloaded vergen-gitcl v1.0.8
6082025-09-24T15:46:56.833Z Downloaded inout v0.1.3
6092025-09-24T15:46:56.836Z Downloaded once_cell v1.21.3
6102025-09-24T15:46:56.840Z Downloaded multer v3.1.0
6112025-09-24T15:46:56.840Z Downloaded derive_builder_core v0.20.2
6122025-09-24T15:46:56.843Z Downloaded log v0.4.27
6132025-09-24T15:46:56.846Z Downloaded serde_cbor v0.11.2
6142025-09-24T15:46:56.850Z Downloaded publicsuffix v2.3.0
6152025-09-24T15:46:56.850Z Downloaded tempfile v3.20.0
6162025-09-24T15:46:56.853Z Downloaded qorb v0.4.1
6172025-09-24T15:46:56.857Z Downloaded ucd-trie v0.1.7
6182025-09-24T15:46:56.861Z Downloaded crypto-bigint v0.5.5
6192025-09-24T15:46:56.866Z Downloaded crossbeam-channel v0.5.15
6202025-09-24T15:46:56.870Z Downloaded snafu v0.8.5
6212025-09-24T15:46:56.877Z Downloaded vergen v8.3.2
6222025-09-24T15:46:56.882Z Downloaded uuid v1.18.1
6232025-09-24T15:46:56.885Z Downloaded schemars v0.8.22
6242025-09-24T15:46:56.896Z Downloaded tokio-postgres v0.7.13
6252025-09-24T15:46:56.901Z Downloaded tower v0.5.2
6262025-09-24T15:46:56.909Z Downloaded unicode-segmentation v1.12.0
6272025-09-24T15:46:56.913Z Downloaded der v0.7.9
6282025-09-24T15:46:56.935Z Downloaded tower-http v0.6.6
6292025-09-24T15:46:56.935Z Downloaded object v0.30.4
6302025-09-24T15:46:56.948Z Downloaded itertools v0.12.1
6312025-09-24T15:46:56.958Z Downloaded serde_json v1.0.145
6322025-09-24T15:46:56.968Z Downloaded hyper v1.7.0
6332025-09-24T15:46:56.976Z Downloaded libm v0.2.8
6342025-09-24T15:46:56.984Z Downloaded criterion v0.7.0
6352025-09-24T15:46:56.991Z Downloaded bstr v1.10.0
6362025-09-24T15:46:57.002Z Downloaded unicode-normalization v0.1.24
6372025-09-24T15:46:57.005Z Downloaded openapiv3 v2.2.0
6382025-09-24T15:46:57.016Z Downloaded nix v0.29.0
6392025-09-24T15:46:57.027Z Downloaded tabled v0.18.0
6402025-09-24T15:46:57.044Z Downloaded webpki-roots v1.0.1
6412025-09-24T15:46:57.048Z Downloaded nix v0.28.0
6422025-09-24T15:46:57.057Z Downloaded reqwest v0.12.22
6432025-09-24T15:46:57.066Z Downloaded hkdf v0.12.4
6442025-09-24T15:46:57.070Z Downloaded tabled v0.20.0
6452025-09-24T15:46:57.086Z Downloaded iri-string v0.7.8
6462025-09-24T15:46:57.092Z Downloaded hickory-proto v0.24.4
6472025-09-24T15:46:57.107Z Downloaded proptest v1.7.0
6482025-09-24T15:46:57.116Z Downloaded quick-xml v0.37.2
6492025-09-24T15:46:57.120Z Downloaded zlib-rs v0.5.1
6502025-09-24T15:46:57.125Z Downloaded rustls v0.23.19
6512025-09-24T15:46:57.135Z Downloaded hickory-proto v0.25.2
6522025-09-24T15:46:57.148Z Downloaded regex v1.11.1
6532025-09-24T15:46:57.161Z Downloaded rustix v0.38.37
6542025-09-24T15:46:57.183Z Downloaded p384 v0.13.0
6552025-09-24T15:46:57.188Z Downloaded rustls v0.21.12
6562025-09-24T15:46:57.199Z Downloaded petname v2.0.2
6572025-09-24T15:46:57.204Z Downloaded typify-impl v0.2.0
6582025-09-24T15:46:57.217Z Downloaded moka v0.12.10
6592025-09-24T15:46:57.225Z Downloaded object v0.36.5
6602025-09-24T15:46:57.236Z Downloaded unicode-width v0.2.0
6612025-09-24T15:46:57.240Z Downloaded typify-impl v0.3.0
6622025-09-24T15:46:57.253Z Downloaded smoltcp v0.11.0
6632025-09-24T15:46:57.265Z Downloaded dropshot v0.16.4
6642025-09-24T15:46:57.285Z Downloaded ratatui v0.29.0
6652025-09-24T15:46:57.302Z Downloaded zerocopy-derive v0.6.6
6662025-09-24T15:46:57.312Z Downloaded regress v0.10.4
6672025-09-24T15:46:57.319Z Downloaded sled v0.34.7
6682025-09-24T15:46:57.328Z Downloaded rustix v1.0.7
6692025-09-24T15:46:57.350Z Downloaded regex-syntax v0.8.5
6702025-09-24T15:46:57.357Z Downloaded nix v0.30.1
6712025-09-24T15:46:57.367Z Downloaded bzip2-sys v0.1.13+1.0.8
6722025-09-24T15:46:57.391Z Downloaded typify-impl v0.4.3
6732025-09-24T15:46:57.397Z Downloaded rustls v0.22.4
6742025-09-24T15:46:57.402Z Downloaded diesel v2.2.12
6752025-09-24T15:46:57.421Z Downloaded chrono v0.4.41
6762025-09-24T15:46:57.427Z Downloaded regex-syntax v0.6.29
6772025-09-24T15:46:57.433Z Downloaded tabled v0.15.0
6782025-09-24T15:46:57.449Z Downloaded smoltcp v0.9.1
6792025-09-24T15:46:57.459Z Downloaded nix v0.27.1
6802025-09-24T15:46:57.469Z Downloaded winnow v0.6.26
6812025-09-24T15:46:57.477Z Downloaded curve25519-dalek v4.1.3
6822025-09-24T15:46:57.485Z Downloaded lzma-sys v0.1.20
6832025-09-24T15:46:57.514Z Downloaded encoding_rs v0.8.34
6842025-09-24T15:46:57.532Z Downloaded regex-automata v0.4.8
6852025-09-24T15:46:57.545Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6862025-09-24T15:46:57.562Z Downloaded petgraph v0.6.5
6872025-09-24T15:46:57.577Z Downloaded petgraph v0.8.2
6882025-09-24T15:46:57.594Z Downloaded jiff v0.2.15
6892025-09-24T15:46:57.609Z Downloaded time v0.3.43
6902025-09-24T15:46:57.616Z Downloaded polar-core v0.27.3
6912025-09-24T15:46:57.623Z Downloaded iddqd v0.3.13
6922025-09-24T15:46:57.628Z Downloaded libc v0.2.174
6932025-09-24T15:46:57.650Z Downloaded libz-sys v1.1.20
6942025-09-24T15:46:57.667Z Downloaded vcpkg v0.2.15
6952025-09-24T15:46:57.706Z Downloaded syn v2.0.106
6962025-09-24T15:46:57.717Z Downloaded clap_builder v4.5.41
6972025-09-24T15:46:57.723Z Downloaded chrono-tz v0.10.4
6982025-09-24T15:46:57.740Z Downloaded sha3 v0.10.8
6992025-09-24T15:46:57.745Z Downloaded csv v1.3.1
7002025-09-24T15:46:57.763Z Downloaded openssl v0.10.73
7012025-09-24T15:46:57.772Z Downloaded tokio v1.47.0
7022025-09-24T15:46:57.807Z Downloaded highway v1.3.0
7032025-09-24T15:46:57.811Z Downloaded unicode-width v0.1.14
7042025-09-24T15:46:57.815Z Downloaded jiff-static v0.2.15
7052025-09-24T15:46:57.818Z Downloaded toml_edit v0.19.15
7062025-09-24T15:46:57.849Z Downloaded x509-cert v0.2.5
7072025-09-24T15:46:57.859Z Downloaded lalrpop v0.19.12
7082025-09-24T15:46:57.869Z Downloaded datatest-stable v0.3.2
7092025-09-24T15:46:57.873Z Downloaded ingot-macros v0.1.1
7102025-09-24T15:46:57.876Z Downloaded idna v1.0.3
7112025-09-24T15:46:57.879Z Downloaded icu_properties_data v1.5.0
7122025-09-24T15:46:57.887Z Downloaded partial-io v0.5.4
7132025-09-24T15:46:57.891Z Downloaded parking_lot_core v0.9.10
7142025-09-24T15:46:58.897Z Downloaded critical-section v1.1.3
7152025-09-24T15:46:58.897Z Downloaded criterion-plot v0.6.0
7162025-09-24T15:46:58.897Z Downloaded papergrid v0.11.0
7172025-09-24T15:46:58.902Z Downloaded terminal_size v0.4.0
7182025-09-24T15:46:58.902Z Downloaded tungstenite v0.23.0
7192025-09-24T15:46:58.902Z Downloaded sqlparser v0.45.0
7202025-09-24T15:46:58.902Z Downloaded poly1305 v0.8.0
7212025-09-24T15:46:58.902Z Downloaded zopfli v0.8.1
7222025-09-24T15:46:58.902Z Downloaded zerocopy v0.8.26
7232025-09-24T15:46:58.902Z Downloaded itertools v0.14.0
7242025-09-24T15:46:58.902Z Downloaded httpmock v0.8.0-alpha.1
7252025-09-24T15:46:58.902Z Downloaded itertools v0.13.0
7262025-09-24T15:46:58.902Z Downloaded ring v0.17.14
7272025-09-24T15:46:58.902Z Downloaded syn v1.0.109
7282025-09-24T15:46:58.902Z Downloaded radix_trie v0.2.1
7292025-09-24T15:46:58.903Z Downloaded serde_plain v1.0.2
7302025-09-24T15:46:58.903Z Downloaded tls_codec_derive v0.4.1
7312025-09-24T15:46:58.903Z Downloaded termcolor v1.4.1
7322025-09-24T15:46:58.903Z Downloaded zstd v0.13.3
7332025-09-24T15:46:58.903Z Downloaded twox-hash v2.1.0
7342025-09-24T15:46:58.903Z Downloaded winnow v0.5.40
7352025-09-24T15:46:58.903Z Downloaded tokio-rustls v0.26.0
7362025-09-24T15:46:58.903Z Downloaded icu_locid_transform v1.5.0
7372025-09-24T15:46:58.903Z Downloaded xshell v0.2.7
7382025-09-24T15:46:58.903Z Downloaded rustls-webpki v0.102.8
7392025-09-24T15:46:58.903Z Downloaded daft-derive v0.1.4
7402025-09-24T15:46:58.903Z Downloaded tinyvec v1.8.0
7412025-09-24T15:46:58.903Z Downloaded clap v4.5.41
7422025-09-24T15:46:58.903Z Downloaded bindgen v0.71.1
7432025-09-24T15:46:58.903Z Downloaded rustc-demangle v0.1.24
7442025-09-24T15:46:58.903Z Downloaded rust-argon2 v2.1.0
7452025-09-24T15:46:58.903Z Downloaded proc-macro2 v1.0.101
7462025-09-24T15:46:58.903Z Downloaded postgres-types v0.2.9
7472025-09-24T15:46:58.903Z Downloaded rstest_macros v0.25.0
7482025-09-24T15:46:58.904Z Downloaded rstest v0.25.0
7492025-09-24T15:46:58.904Z Downloaded derive_more-impl v2.0.1
7502025-09-24T15:46:58.904Z Downloaded zip v4.2.0
7512025-09-24T15:46:58.904Z Downloaded pretty_assertions v1.4.1
7522025-09-24T15:46:58.904Z Downloaded prefix-trie v0.7.0
7532025-09-24T15:46:58.904Z Downloaded num-bigint v0.4.6
7542025-09-24T15:46:58.904Z Downloaded plotters v0.3.7
7552025-09-24T15:46:58.904Z Downloaded bitvec v1.0.1
7562025-09-24T15:46:58.904Z Downloaded async-std v1.13.0
7572025-09-24T15:46:58.904Z Downloaded pest_meta v2.7.14
7582025-09-24T15:46:58.904Z Downloaded polling v3.7.3
7592025-09-24T15:46:58.904Z Downloaded tungstenite v0.21.0
7602025-09-24T15:46:58.904Z Downloaded http v1.3.1
7612025-09-24T15:46:58.904Z Downloaded libgit2-sys v0.17.0+1.8.1
7622025-09-24T15:46:58.904Z Downloaded dunce v1.0.5
7632025-09-24T15:46:58.904Z Downloaded cpufeatures v0.2.14
7642025-09-24T15:46:58.904Z Downloaded toml_datetime v0.7.0
7652025-09-24T15:46:58.904Z Downloaded rustc-hash v1.1.0
7662025-09-24T15:46:58.904Z Downloaded dropshot_endpoint v0.16.4
7672025-09-24T15:46:58.904Z Downloaded rustls-pemfile v1.0.4
7682025-09-24T15:46:58.905Z Downloaded num-rational v0.4.2
7692025-09-24T15:46:58.905Z Downloaded nu-ansi-term v0.50.1
7702025-09-24T15:46:58.905Z Downloaded diff v0.1.13
7712025-09-24T15:46:58.905Z Downloaded unicode_categories v0.1.1
7722025-09-24T15:46:58.905Z Downloaded derive_more v2.0.1
7732025-09-24T15:46:58.905Z Downloaded shlex v1.3.0
7742025-09-24T15:46:58.905Z Downloaded serde_core v1.0.223
7752025-09-24T15:46:58.905Z Downloaded winnow v0.7.10
7762025-09-24T15:46:58.905Z Downloaded goblin v0.8.2
7772025-09-24T15:46:58.905Z Downloaded const_format_proc_macros v0.2.34
7782025-09-24T15:46:58.905Z Downloaded vsss-rs v3.3.4
7792025-09-24T15:46:58.905Z Downloaded hubpack_derive v0.1.1
7802025-09-24T15:46:58.905Z Downloaded lockfree-object-pool v0.1.6
7812025-09-24T15:46:58.905Z Downloaded dsl_auto_type v0.1.2
7822025-09-24T15:46:58.905Z Downloaded toml v0.7.8
7832025-09-24T15:46:58.905Z Downloaded rand_distr v0.5.1
7842025-09-24T15:46:58.905Z Downloaded same-file v1.0.6
7852025-09-24T15:46:58.906Z Downloaded memmap v0.7.0
7862025-09-24T15:46:58.906Z Downloaded proc-macro-error v1.0.4
7872025-09-24T15:46:58.906Z Downloaded wait-timeout v0.2.0
7882025-09-24T15:46:58.906Z Downloaded rustls-native-certs v0.8.1
7892025-09-24T15:46:58.906Z Downloaded predicates v3.1.3
7902025-09-24T15:46:58.906Z Downloaded derive_more v0.99.20
7912025-09-24T15:46:58.906Z Downloaded typify v0.3.0
7922025-09-24T15:46:58.906Z Downloaded itertools v0.10.5
7932025-09-24T15:46:58.906Z Downloaded zerocopy v0.7.35
7942025-09-24T15:46:58.906Z Downloaded serde_with v3.14.0
7952025-09-24T15:46:58.906Z Downloaded similar-asserts v1.7.0
7962025-09-24T15:46:58.906Z Downloaded num-complex v0.4.6
7972025-09-24T15:46:58.906Z Downloaded crossterm v0.29.0
7982025-09-24T15:46:58.906Z Downloaded is_ci v1.2.0
7992025-09-24T15:46:58.906Z Downloaded sha2 v0.10.9
8002025-09-24T15:46:58.906Z Downloaded paste v1.0.15
8012025-09-24T15:46:58.906Z Downloaded console v0.16.0
8022025-09-24T15:46:58.906Z Downloaded quinn v0.11.5
8032025-09-24T15:46:58.908Z Downloaded reedline v0.40.0
8042025-09-24T15:46:58.908Z Downloaded daft v0.1.4
8052025-09-24T15:46:58.908Z Downloaded clap_derive v4.5.41
8062025-09-24T15:46:58.908Z Downloaded ciborium v0.2.2
8072025-09-24T15:46:58.908Z Downloaded lock_api v0.4.12
8082025-09-24T15:46:58.908Z Downloaded proc-macro-error2 v2.0.1
8092025-09-24T15:46:58.908Z Downloaded libsw v3.5.0
8102025-09-24T15:46:58.908Z Downloaded diesel-dtrace v0.4.2
8112025-09-24T15:46:58.908Z Downloaded tokio-tungstenite v0.21.0
8122025-09-24T15:46:58.908Z Downloaded postcard v1.0.10
8132025-09-24T15:46:58.908Z Downloaded slab v0.4.9
8142025-09-24T15:46:58.908Z Downloaded rsa v0.9.6
8152025-09-24T15:46:58.908Z Downloaded indexmap v2.11.0
8162025-09-24T15:46:58.908Z Downloaded ssh-key v0.6.6
8172025-09-24T15:46:58.914Z Downloaded zeroize_derive v1.4.2
8182025-09-24T15:46:58.914Z Downloaded litrs v0.4.1
8192025-09-24T15:46:58.914Z Downloaded opaque-debug v0.3.1
8202025-09-24T15:46:58.914Z Downloaded tokio-util v0.7.15
8212025-09-24T15:46:58.914Z Downloaded tough v0.20.0
8222025-09-24T15:46:58.914Z Downloaded unicode-xid v0.2.6
8232025-09-24T15:46:58.914Z Downloaded blake3 v1.5.4
8242025-09-24T15:46:58.914Z Downloaded mio v1.0.2
8252025-09-24T15:46:58.914Z Downloaded tagptr v0.2.0
8262025-09-24T15:46:58.914Z Downloaded tabwriter v1.4.0
8272025-09-24T15:46:58.914Z Downloaded tabled_derive v0.11.0
8282025-09-24T15:46:58.914Z Downloaded derive_builder_macro v0.20.2
8292025-09-24T15:46:58.914Z Downloaded slog-stdlog v4.1.1
8302025-09-24T15:46:58.914Z Downloaded slog-scope v4.4.0
8312025-09-24T15:46:58.914Z Downloaded slog-json v2.6.1
8322025-09-24T15:46:58.914Z Downloaded unicode-bidi v0.3.17
8332025-09-24T15:46:58.914Z Downloaded ref-cast-impl v1.0.24
8342025-09-24T15:46:58.914Z Downloaded rand_xorshift v0.4.0
8352025-09-24T15:46:58.914Z Downloaded rand_seeder v0.4.0
8362025-09-24T15:46:58.914Z Downloaded progenitor-macro v0.10.0
8372025-09-24T15:46:58.915Z Downloaded libtest-mimic v0.8.1
8382025-09-24T15:46:58.915Z Downloaded rustls-pemfile v2.2.0
8392025-09-24T15:46:58.915Z Downloaded postgres-protocol v0.6.8
8402025-09-24T15:46:58.915Z Downloaded icu_properties v1.5.1
8412025-09-24T15:46:58.915Z Downloaded rpassword v7.4.0
8422025-09-24T15:46:58.915Z Downloaded oxnet v0.1.3
8432025-09-24T15:46:58.915Z Downloaded hashbrown v0.16.0
8442025-09-24T15:46:58.915Z Downloaded polyval v0.6.2
8452025-09-24T15:46:58.915Z Downloaded olpc-cjson v0.1.4
8462025-09-24T15:46:58.915Z Downloaded dirs-sys-next v0.1.2
8472025-09-24T15:46:58.915Z Downloaded cookie_store v0.21.1
8482025-09-24T15:46:58.915Z Downloaded vte v0.11.1
8492025-09-24T15:46:58.915Z Downloaded serde_yaml v0.9.34+deprecated
8502025-09-24T15:46:58.915Z Downloaded ron v0.7.1
8512025-09-24T15:46:58.915Z Downloaded pest v2.7.14
8522025-09-24T15:46:58.915Z Downloaded ron v0.8.1
8532025-09-24T15:46:58.915Z Downloaded hashbrown v0.15.4
8542025-09-24T15:46:58.915Z Downloaded toml v0.9.5
8552025-09-24T15:46:58.915Z Downloaded ordered-float v2.10.1
8562025-09-24T15:46:58.915Z Downloaded lru v0.12.5
8572025-09-24T15:46:58.915Z Downloaded libefi-sys v0.1.0
8582025-09-24T15:46:58.916Z Downloaded concurrent-queue v2.5.0
8592025-09-24T15:46:58.916Z Downloaded zstd-safe v7.2.3
8602025-09-24T15:46:58.916Z Downloaded time-macros v0.2.24
8612025-09-24T15:46:58.916Z Downloaded indoc v1.0.9
8622025-09-24T15:46:58.916Z Downloaded httptest v0.16.3
8632025-09-24T15:46:58.916Z Downloaded russh v0.45.0
8642025-09-24T15:46:58.916Z Downloaded digest v0.10.7
8652025-09-24T15:46:58.916Z Downloaded defmt-macros v0.3.9
8662025-09-24T15:46:58.916Z Downloaded value-bag v1.9.0
8672025-09-24T15:46:58.916Z Downloaded uzers v0.12.1
8682025-09-24T15:46:58.916Z Downloaded unicode-ident v1.0.18
8692025-09-24T15:46:58.916Z Downloaded aes-gcm v0.10.3
8702025-09-24T15:46:58.916Z Downloaded hostname v0.4.0
8712025-09-24T15:46:58.916Z Downloaded newtype_derive v0.1.6
8722025-09-24T15:46:58.916Z Downloaded multimap v0.10.1
8732025-09-24T15:46:58.917Z Downloaded hostname v0.3.1
8742025-09-24T15:46:58.917Z Downloaded dirs-next v2.0.0
8752025-09-24T15:46:58.917Z Downloaded rustls-pki-types v1.10.0
8762025-09-24T15:46:58.917Z Downloaded miniz_oxide v0.8.5
8772025-09-24T15:46:58.917Z Downloaded debug-ignore v1.0.5
8782025-09-24T15:46:58.917Z Downloaded crypto-common v0.1.6
8792025-09-24T15:46:58.917Z Downloaded steno v0.4.1
8802025-09-24T15:46:58.917Z Downloaded is-terminal v0.4.13
8812025-09-24T15:46:58.917Z Downloaded ctr v0.9.2
8822025-09-24T15:46:58.917Z Downloaded convert_case v0.7.1
8832025-09-24T15:46:58.917Z Downloaded indicatif v0.18.0
8842025-09-24T15:46:58.917Z Downloaded ciborium-ll v0.2.2
8852025-09-24T15:46:58.917Z Downloaded indicatif v0.17.11
8862025-09-24T15:46:58.917Z Downloaded zerofrom-derive v0.1.4
8872025-09-24T15:46:58.917Z Downloaded slog-term v2.9.2
8882025-09-24T15:46:58.918Z Downloaded icu_normalizer_data v1.5.0
8892025-09-24T15:46:58.918Z Downloaded toml_edit v0.22.27
8902025-09-24T15:46:58.918Z Downloaded tracing-attributes v0.1.27
8912025-09-24T15:46:58.918Z Downloaded serde v1.0.223
8922025-09-24T15:46:58.918Z Downloaded semver v1.0.26
8932025-09-24T15:46:58.918Z Downloaded sct v0.7.1
8942025-09-24T15:46:58.918Z Downloaded relative-path v1.9.3
8952025-09-24T15:46:58.918Z Downloaded quote v1.0.40
8962025-09-24T15:46:58.918Z Downloaded unsafe-libyaml v0.2.11
8972025-09-24T15:46:58.918Z Downloaded target-lexicon v0.13.2
8982025-09-24T15:46:58.918Z Downloaded supports-color v3.0.2
8992025-09-24T15:46:58.918Z Downloaded subtle v2.6.1
9002025-09-24T15:46:58.918Z Downloaded litemap v0.7.3
9012025-09-24T15:46:58.918Z Downloaded diesel_derives v2.2.3
9022025-09-24T15:46:58.918Z Downloaded nom v7.1.3
9032025-09-24T15:46:58.918Z Downloaded aho-corasick v1.1.3
9042025-09-24T15:46:58.918Z Downloaded derive-where v1.5.0
9052025-09-24T15:46:58.918Z Downloaded signal-hook-registry v1.4.2
9062025-09-24T15:46:58.919Z Downloaded signal-hook-mio v0.2.4
9072025-09-24T15:46:58.919Z Downloaded serde_spanned v0.6.9
9082025-09-24T15:46:58.919Z Downloaded crc-any v2.5.0
9092025-09-24T15:46:58.919Z Downloaded chacha20poly1305 v0.10.1
9102025-09-24T15:46:58.919Z Downloaded pin-project v1.1.6
9112025-09-24T15:46:58.919Z Downloaded zerocopy v0.6.6
9122025-09-24T15:46:58.919Z Downloaded hashbrown v0.13.2
9132025-09-24T15:46:58.919Z Downloaded peg v0.8.5
9142025-09-24T15:46:58.919Z Downloaded num_enum v0.5.11
9152025-09-24T15:46:58.919Z Downloaded typify v0.4.3
9162025-09-24T15:46:58.919Z Downloaded socket2 v0.6.0
9172025-09-24T15:46:58.924Z Downloaded hickory-resolver v0.25.2
9182025-09-24T15:46:58.924Z Downloaded deranged v0.5.3
9192025-09-24T15:46:58.924Z Downloaded der_derive v0.7.3
9202025-09-24T15:46:58.924Z Downloaded serde_derive v1.0.223
9212025-09-24T15:46:58.924Z Downloaded httparse v1.9.5
9222025-09-24T15:46:58.924Z Downloaded linked-hash-map v0.5.6
9232025-09-24T15:46:58.924Z Downloaded keccak v0.1.5
9242025-09-24T15:46:58.924Z Downloaded curve25519-dalek-derive v0.1.1
9252025-09-24T15:46:58.924Z Downloaded pretty-hex v0.4.1
9262025-09-24T15:46:58.924Z Downloaded expectorate v1.2.0
9272025-09-24T15:46:58.924Z Downloaded parking v2.2.1
9282025-09-24T15:46:58.924Z Downloaded half v2.4.1
9292025-09-24T15:46:58.924Z Downloaded prettyplease v0.2.36
9302025-09-24T15:46:58.924Z Downloaded papergrid v0.17.0
9312025-09-24T15:46:58.924Z Downloaded document-features v0.2.11
9322025-09-24T15:46:58.924Z Downloaded display-error-chain v0.2.2
9332025-09-24T15:46:58.925Z Downloaded nibble_vec v0.1.0
9342025-09-24T15:46:58.925Z Downloaded cmake v0.1.51
9352025-09-24T15:46:58.925Z Downloaded bytes v1.10.1
9362025-09-24T15:46:58.925Z Downloaded serde_tokenstream v0.2.2
9372025-09-24T15:46:58.925Z Downloaded thiserror v2.0.16
9382025-09-24T15:46:58.925Z Downloaded heapless v0.7.17
9392025-09-24T15:46:58.925Z Downloaded headers v0.4.1
9402025-09-24T15:46:58.925Z Downloaded writeable v0.5.5
9412025-09-24T15:46:58.925Z Downloaded untrusted v0.9.0
9422025-09-24T15:46:58.925Z Downloaded pkcs5 v0.7.1
9432025-09-24T15:46:58.925Z Downloaded getrandom v0.3.1
9442025-09-24T15:46:58.925Z Downloaded usdt-impl v0.5.0
9452025-09-24T15:46:58.925Z Downloaded typeid v1.0.3
9462025-09-24T15:46:58.925Z Downloaded tokio-tungstenite v0.23.1
9472025-09-24T15:46:58.925Z Downloaded serde_derive_internals v0.29.1
9482025-09-24T15:46:58.925Z Downloaded darling_macro v0.20.10
9492025-09-24T15:46:58.925Z Downloaded crucible-workspace-hack v0.1.0
9502025-09-24T15:46:58.925Z Downloaded serde_with_macros v3.14.0
9512025-09-24T15:46:58.925Z Downloaded scroll v0.12.0
9522025-09-24T15:46:58.925Z Downloaded futures-lite v2.3.0
9532025-09-24T15:46:58.925Z Downloaded base64 v0.22.1
9542025-09-24T15:46:58.925Z Downloaded base64 v0.21.7
9552025-09-24T15:46:58.926Z Downloaded termios v0.3.3
9562025-09-24T15:46:58.926Z Downloaded futures v0.3.31
9572025-09-24T15:46:58.926Z Downloaded pkcs8 v0.10.2
9582025-09-24T15:46:58.926Z Downloaded pkcs1 v0.7.5
9592025-09-24T15:46:58.926Z Downloaded pin-project-lite v0.2.14
9602025-09-24T15:46:58.926Z Downloaded stable_deref_trait v1.2.0
9612025-09-24T15:46:58.926Z Downloaded slog-envlogger v2.2.0
9622025-09-24T15:46:58.926Z Downloaded slog-dtrace v0.3.0
9632025-09-24T15:46:58.926Z Downloaded slog-bunyan v2.5.0
9642025-09-24T15:46:58.926Z Downloaded hickory-client v0.25.2
9652025-09-24T15:46:58.926Z Downloaded oxide-tokio-rt v0.1.2
9662025-09-24T15:46:58.926Z Downloaded owo-colors v4.2.2
9672025-09-24T15:46:58.926Z Downloaded erased-serde v0.4.6
9682025-09-24T15:46:58.926Z Downloaded sec1 v0.7.3
9692025-09-24T15:46:58.926Z Downloaded futures-channel v0.3.31
9702025-09-24T15:46:58.926Z Downloaded semver v0.1.20
9712025-09-24T15:46:58.926Z Downloaded secrecy v0.8.0
9722025-09-24T15:46:58.926Z Downloaded rustc_version v0.4.1
9732025-09-24T15:46:58.926Z Downloaded rustc_version v0.1.7
9742025-09-24T15:46:58.926Z Downloaded flume v0.11.1
9752025-09-24T15:46:58.927Z Downloaded rustversion v1.0.22
9762025-09-24T15:46:58.927Z Downloaded ref-cast v1.0.24
9772025-09-24T15:46:58.930Z Downloaded sync-ptr v0.1.4
9782025-09-24T15:46:58.930Z Downloaded env_logger v0.11.5
9792025-09-24T15:46:58.930Z Downloaded globset v0.4.15
9802025-09-24T15:46:58.930Z Downloaded event-listener v5.3.1
9812025-09-24T15:46:58.930Z Downloaded pin-utils v0.1.0
9822025-09-24T15:46:58.930Z Downloaded parse-display-derive v0.10.0
9832025-09-24T15:46:58.931Z Downloaded progenitor-macro v0.8.0
9842025-09-24T15:46:58.931Z Downloaded omicron-zone-package v0.12.2
9852025-09-24T15:46:58.931Z Downloaded num-integer v0.1.46
9862025-09-24T15:46:58.931Z Downloaded hash32 v0.3.1
9872025-09-24T15:46:58.931Z Downloaded base64 v0.13.1
9882025-09-24T15:46:58.931Z Downloaded futures-timer v3.0.3
9892025-09-24T15:46:58.931Z Downloaded backtrace v0.3.74
9902025-09-24T15:46:58.931Z Downloaded async-io v2.3.4
9912025-09-24T15:46:58.931Z Downloaded pem-rfc7468 v0.7.0
9922025-09-24T15:46:58.931Z Downloaded blake2 v0.10.6
9932025-09-24T15:46:58.931Z Downloaded blowfish v0.9.1
9942025-09-24T15:46:58.931Z Downloaded fixedbitset v0.5.7
9952025-09-24T15:46:58.931Z Downloaded fs-err v3.1.1
9962025-09-24T15:46:58.931Z Downloaded foreign-types v0.5.0
9972025-09-24T15:46:58.931Z Downloaded cancel-safe-futures v0.1.5
9982025-09-24T15:46:58.931Z Downloaded async-lock v3.4.0
9992025-09-24T15:46:58.931Z Downloaded bit-vec v0.8.0
10002025-09-24T15:46:58.931Z Downloaded base64ct v1.6.0
10012025-09-24T15:46:58.931Z Downloaded async-process v2.3.0
10022025-09-24T15:46:58.931Z Downloaded parse-display v0.10.0
10032025-09-24T15:46:58.931Z Downloaded ghash v0.5.1
10042025-09-24T15:46:58.931Z Downloaded futures-core v0.3.31
10052025-09-24T15:46:58.931Z Downloaded fs-err v2.11.0
10062025-09-24T15:46:58.931Z Downloaded form_urlencoded v1.2.2
10072025-09-24T15:46:58.931Z Downloaded foldhash v0.1.5
10082025-09-24T15:46:58.931Z Downloaded event-listener v2.5.3
10092025-09-24T15:46:58.931Z Downloaded bit-set v0.8.0
10102025-09-24T15:46:58.931Z Downloaded bcs v0.1.6
10112025-09-24T15:46:58.931Z Downloaded backoff v0.4.0
10122025-09-24T15:46:58.931Z Downloaded group v0.13.0
10132025-09-24T15:46:58.931Z Downloaded num-derive v0.3.3
10142025-09-24T15:46:58.931Z Downloaded nanorand v0.7.0
10152025-09-24T15:46:58.931Z Downloaded md-5 v0.10.6
10162025-09-24T15:46:58.932Z Downloaded futures-sink v0.3.31
10172025-09-24T15:46:58.936Z Downloaded cargo-util-schemas v0.8.2
10182025-09-24T15:46:58.936Z Downloaded async-trait v0.1.89
10192025-09-24T15:46:58.937Z Downloaded async-task v4.7.1
10202025-09-24T15:46:58.937Z Downloaded async-executor v1.13.1
10212025-09-24T15:46:58.937Z Downloaded futures-io v0.3.31
10222025-09-24T15:46:58.937Z Downloaded buf-list v1.0.3
10232025-09-24T15:46:58.937Z Downloaded bitfield v0.19.2
10242025-09-24T15:46:58.937Z Downloaded bytecount v0.6.8
10252025-09-24T15:46:58.937Z Downloaded headers-core v0.3.0
10262025-09-24T15:46:58.937Z Downloaded guppy-workspace-hack v0.1.0
10272025-09-24T15:46:58.937Z Downloaded foreign-types v0.3.2
10282025-09-24T15:46:58.937Z Downloaded arrayref v0.3.9
10292025-09-24T15:46:58.937Z Downloaded bcrypt-pbkdf v0.10.0
10302025-09-24T15:46:58.937Z Downloaded array-init v0.0.4
10312025-09-24T15:46:58.937Z Downloaded foreign-types-shared v0.1.1
10322025-09-24T15:46:58.937Z Downloaded float-ord v0.3.2
10332025-09-24T15:46:58.938Z Downloaded bitfield-struct v0.6.2
10342025-09-24T15:46:58.938Z Downloaded autocfg v1.4.0
10352025-09-24T15:46:58.938Z Downloaded errno v0.3.12
10362025-09-24T15:46:58.938Z Downloaded ecdsa v0.16.9
10372025-09-24T15:46:58.938Z Downloaded glob v0.3.2
10382025-09-24T15:46:58.938Z Downloaded funty v2.0.0
10392025-09-24T15:46:58.938Z Downloaded fnv v1.0.7
10402025-09-24T15:46:58.938Z Downloaded enum-as-inner v0.6.1
10412025-09-24T15:46:58.938Z Downloaded foreign-types-shared v0.3.1
10422025-09-24T15:46:58.938Z Downloaded filetime v0.2.25
10432025-09-24T15:46:58.938Z Downloaded fd-lock v4.0.2
10442025-09-24T15:46:58.938Z Downloaded cast v0.3.0
10452025-09-24T15:46:58.938Z Downloaded bit-set v0.5.3
10462025-09-24T15:46:58.939Z Downloaded async-stream v0.3.6
10472025-09-24T15:46:58.939Z Downloaded flate2 v1.1.2
10482025-09-24T15:46:58.939Z Downloaded ed25519-dalek v2.1.1
10492025-09-24T15:46:58.939Z Downloaded base16ct v0.2.0
10502025-09-24T15:46:58.939Z Downloaded cargo-platform v0.2.0
10512025-09-24T15:46:58.939Z Downloaded blocking v1.6.1
10522025-09-24T15:46:58.939Z Downloaded block-padding v0.3.3
10532025-09-24T15:46:58.939Z Downloaded bitflags v1.3.2
10542025-09-24T15:46:58.939Z Downloaded bit-vec v0.6.3
10552025-09-24T15:46:58.939Z Downloaded atomic-waker v1.1.2
10562025-09-24T15:46:58.939Z Downloaded async-object-pool v0.1.5
10572025-09-24T15:46:58.939Z Downloaded async-global-executor v2.4.1
10582025-09-24T15:46:58.939Z Downloaded assert-json-diff v2.0.2
10592025-09-24T15:46:58.939Z Downloaded elliptic-curve v0.13.8
10602025-09-24T15:46:58.939Z Downloaded atty v0.2.14
10612025-09-24T15:46:58.940Z Downloaded ahash v0.8.12
10622025-09-24T15:46:58.940Z Downloaded assert_matches v1.5.0
10632025-09-24T15:46:58.940Z Downloaded approx v0.5.1
10642025-09-24T15:46:58.940Z Downloaded anstream v0.6.18
10652025-09-24T15:46:58.940Z Downloaded anyhow v1.0.99
10662025-09-24T15:46:58.940Z Downloaded anes v0.1.6
10672025-09-24T15:46:58.940Z Downloaded allocator-api2 v0.2.21
10682025-09-24T15:46:58.965Z Downloaded aws-lc-sys v0.26.0
10692025-09-24T15:46:59.421Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10702025-09-24T15:47:14.336Z Startup: Refreshing catalog 'helios-dev' ... Done
10712025-09-24T15:47:22.108Z Startup: Caching catalogs ... Done
10722025-09-24T15:47:30.028ZPlanning: Solver setup ... Done (6.679s)
10732025-09-24T15:47:30.090ZPlanning: Running solver ... Done (0.062s)
10742025-09-24T15:47:30.193ZPlanning: Finding local manifests ... Done (0.003s)
10752025-09-24T15:47:30.207ZPlanning: Fetching manifests: 0/4 0% complete
10762025-09-24T15:47:30.345ZPlanning: Fetching manifests: 4/4 100% complete
10772025-09-24T15:47:30.393ZPlanning: Package planning ... Done (0.048s)
10782025-09-24T15:47:30.444ZPlanning: Merging actions ... Done (0.050s)
10792025-09-24T15:47:30.735ZPlanning: Checking for conflicting actions ... Done (0.291s)
10802025-09-24T15:47:30.746ZPlanning: Consolidating action changes ... Done (0.011s)
10812025-09-24T15:47:31.851ZPlanning: Evaluating mediators ... Done (1.104s)
10822025-09-24T15:47:31.861ZPlanning: Planning completed in 9.62 seconds
10832025-09-24T15:47:31.876Z Packages to install: 4
10842025-09-24T15:47:31.876Z Mediators to change: 2
10852025-09-24T15:47:31.880Z Services to change: 1
10862025-09-24T15:47:31.880Z Estimated space available: 155.17 GB
10872025-09-24T15:47:31.880ZEstimated space to be consumed: 1.73 GB
10882025-09-24T15:47:31.880Z Create boot environment: No
10892025-09-24T15:47:31.880ZCreate backup boot environment: No
10902025-09-24T15:47:31.880Z Rebuild boot archive: No
10912025-09-24T15:47:31.880Z
10922025-09-24T15:47:31.880ZChanged mediators:
10932025-09-24T15:47:31.880Z mediator clang:
10942025-09-24T15:47:31.880Z version: None -> 15 (system default)
10952025-09-24T15:47:31.880Z
10962025-09-24T15:47:31.880Z mediator llvm:
10972025-09-24T15:47:31.880Z version: 14 (system default) -> 15 (system default)
10982025-09-24T15:47:31.880Z
10992025-09-24T15:47:31.880ZChanged packages:
11002025-09-24T15:47:31.880Zhelios-dev
11012025-09-24T15:47:31.880Z developer/build-essential
11022025-09-24T15:47:31.880Z None -> 11-2.0
11032025-09-24T15:47:31.881Z library/libxmlsec1
11042025-09-24T15:47:31.881Z None -> 1.2.35-2.0
11052025-09-24T15:47:31.881Z ooce/developer/clang-15
11062025-09-24T15:47:31.881Z None -> 15.0.7-2.0
11072025-09-24T15:47:31.881Z ooce/developer/llvm-15
11082025-09-24T15:47:31.881Z None -> 15.0.7-2.0
11092025-09-24T15:47:31.881Z
11102025-09-24T15:47:31.881ZServices:
11112025-09-24T15:47:31.881Z restart_fmri:
11122025-09-24T15:47:31.881Z svc:/system/update-man-index:default
11132025-09-24T15:47:31.932Z
11142025-09-24T15:47:31.932ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11152025-09-24T15:47:36.932ZDownload: 3145/3290 items 160.7/212.6MB 75% complete (31.8M/s)
11162025-09-24T15:47:38.257ZDownload: Completed 212.60 MB in 6.33 seconds (33.6M/s)
11172025-09-24T15:47:39.490Z Actions: 1/3689 actions (Installing new actions)
11182025-09-24T15:47:44.019Z Actions: Completed 3689 actions in 4.51 seconds.
11192025-09-24T15:47:44.617Z Done (0.605s)
11202025-09-24T15:47:44.617Z Done (0.000s)
11212025-09-24T15:47:45.531Z Done (0.916s)
11222025-09-24T15:47:49.936Z Done (4.078s)
11232025-09-24T15:47:50.024Z Done (0.020s)
11242025-09-24T15:47:50.028Z Done (0.000s)
11252025-09-24T15:47:50.194Z Done (0.000s)
11262025-09-24T15:47:51.046ZPlanning: Evaluating mediator changes ... Done
11272025-09-24T15:47:51.207ZPlanning: Checking for conflicting actions ... Done
11282025-09-24T15:47:51.210ZPlanning: Consolidating action changes ... Done
11292025-09-24T15:47:51.480ZPlanning: Evaluating mediators ... Done
11302025-09-24T15:47:51.483ZPlanning: Planning completed in 0.43 seconds
11312025-09-24T15:47:51.515Z Mediators to change: 2
11322025-09-24T15:47:51.518Z Create boot environment: No
11332025-09-24T15:47:51.518ZCreate backup boot environment: No
11342025-09-24T15:47:51.587Z Done
11352025-09-24T15:47:51.587Z Done
11362025-09-24T15:47:52.223Z Done
11372025-09-24T15:47:55.745Z Done
11382025-09-24T15:47:55.825Z Done
11392025-09-24T15:47:55.829Z Done
11402025-09-24T15:47:55.993Z Done
11412025-09-24T15:47:56.606ZPlanning: Evaluating mediator changes ... Done
11422025-09-24T15:47:56.610ZPlanning: Merging actions ... Done
11432025-09-24T15:47:56.798ZPlanning: Checking for conflicting actions ... Done
11442025-09-24T15:47:56.801ZPlanning: Consolidating action changes ... Done
11452025-09-24T15:47:57.066ZPlanning: Evaluating mediators ... Done
11462025-09-24T15:47:57.122ZPlanning: Planning completed in 0.76 seconds
11472025-09-24T15:47:57.158Z Packages to change: 1
11482025-09-24T15:47:57.158Z Mediators to change: 1
11492025-09-24T15:47:57.164Z Services to change: 1
11502025-09-24T15:47:57.164Z Create boot environment: No
11512025-09-24T15:47:57.164ZCreate backup boot environment: Yes
11522025-09-24T15:47:59.640Z Actions: 1/6 actions (Updating modified actions)
11532025-09-24T15:47:59.643Z Actions: Completed 6 actions in 0.00 seconds.
11542025-09-24T15:47:59.643Z Done
11552025-09-24T15:47:59.643Z Done
11562025-09-24T15:47:59.822Z Done
11572025-09-24T15:48:03.473Z Done
11582025-09-24T15:48:03.563Z Done
11592025-09-24T15:48:03.566Z Done
11602025-09-24T15:48:03.734Z Done
11612025-09-24T15:48:04.173ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11622025-09-24T15:48:04.173Zclang system 15 system
11632025-09-24T15:48:04.173Zcsh system system illumos
11642025-09-24T15:48:04.173Zctags system system illumos
11652025-09-24T15:48:04.173Zfile system system illumos
11662025-09-24T15:48:04.173Zgcc vendor 12 vendor
11672025-09-24T15:48:04.173Zgcc system 10 system
11682025-09-24T15:48:04.173Zgcc system 7 system
11692025-09-24T15:48:04.173Zgo system 1.20 system
11702025-09-24T15:48:04.173Zgo system 1.19 system
11712025-09-24T15:48:04.173Zllvm system 15 system
11722025-09-24T15:48:04.173Zllvm system 14 system
11732025-09-24T15:48:04.173Zmariadb system 10.6 system
11742025-09-24T15:48:04.173Zmta vendor vendor dma
11752025-09-24T15:48:04.173Zopenjdk system 17 system
11762025-09-24T15:48:04.173Zopenjdk system 11 system
11772025-09-24T15:48:04.173Zopenjdk system 1.8 system
11782025-09-24T15:48:04.173Zopenssl vendor 3 vendor
11792025-09-24T15:48:04.173Zperl system 5.36 system
11802025-09-24T15:48:04.173Zpostgresql system 15 system
11812025-09-24T15:48:04.173Zpostgresql system 13 system
11822025-09-24T15:48:04.173Zpython vendor 3 vendor
11832025-09-24T15:48:04.173Zpython system 2 system
11842025-09-24T15:48:04.174Zpython3 system 3.11 system
11852025-09-24T15:48:04.174Zruby system 3.0 system
11862025-09-24T15:48:04.174Zwords vendor vendor american-english
11872025-09-24T15:48:04.174Zwords system system australian-english
11882025-09-24T15:48:04.174Zwords system system british-english
11892025-09-24T15:48:04.174Zwords system system canadian-english
11902025-09-24T15:48:04.174Zwords system system french
11912025-09-24T15:48:04.174Zwords system system italian
11922025-09-24T15:48:04.174Zwords system system ngerman
11932025-09-24T15:48:04.174Zwords system system ogerman
11942025-09-24T15:48:04.174Zwords system system spanish
11952025-09-24T15:48:04.503ZPUBLISHER TYPE STATUS P LOCATION
11962025-09-24T15:48:04.503Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11972025-09-24T15:48:09.424ZFMRI IFO
11982025-09-24T15:48:09.424Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11992025-09-24T15:48:09.424Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12002025-09-24T15:48:09.424Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12012025-09-24T15:48:09.424Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12022025-09-24T15:48:09.424Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12032025-09-24T15:48:09.424Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12042025-09-24T15:48:09.424Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12052025-09-24T15:48:09.424Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12062025-09-24T15:48:09.424Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12072025-09-24T15:48:09.424Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12082025-09-24T15:48:09.424Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12092025-09-24T15:48:09.424Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12102025-09-24T15:48:09.424Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12112025-09-24T15:48:09.424Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12122025-09-24T15:48:09.424Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12132025-09-24T15:48:09.424Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12142025-09-24T15:48:10.934Z Downloading crates ...
12152025-09-24T15:48:11.020Z Downloaded cargo_toml v0.21.0
12162025-09-24T15:48:11.081Z Compiling proc-macro2 v1.0.101
12172025-09-24T15:48:11.081Z Compiling unicode-ident v1.0.18
12182025-09-24T15:48:11.084Z Compiling serde_core v1.0.223
12192025-09-24T15:48:11.084Z Compiling serde v1.0.223
12202025-09-24T15:48:11.084Z Compiling version_check v0.9.5
12212025-09-24T15:48:11.084Z Compiling libc v0.2.174
12222025-09-24T15:48:11.084Z Compiling memchr v2.7.4
12232025-09-24T15:48:11.084Z Compiling thiserror v1.0.69
12242025-09-24T15:48:11.437Z Compiling stable_deref_trait v1.2.0
12252025-09-24T15:48:11.567Z Compiling ucd-trie v0.1.7
12262025-09-24T15:48:11.865Z Compiling ryu v1.0.18
12272025-09-24T15:48:11.880Z Compiling autocfg v1.4.0
12282025-09-24T15:48:12.025Z Compiling writeable v0.5.5
12292025-09-24T15:48:12.182Z Compiling litemap v0.7.3
12302025-09-24T15:48:12.519Z Compiling itoa v1.0.11
12312025-09-24T15:48:12.558Z Compiling once_cell v1.21.3
12322025-09-24T15:48:12.735Z Compiling byteorder v1.5.0
12332025-09-24T15:48:12.751Z Compiling icu_locid_transform_data v1.5.0
12342025-09-24T15:48:12.863Z Compiling bitflags v2.9.1
12352025-09-24T15:48:12.938Z Compiling icu_properties_data v1.5.0
12362025-09-24T15:48:13.132Z Compiling quote v1.0.40
12372025-09-24T15:48:13.168Z Compiling errno v0.3.12
12382025-09-24T15:48:13.242Z Compiling serde_json v1.0.145
12392025-09-24T15:48:13.276Z Compiling num-traits v0.2.19
12402025-09-24T15:48:13.408Z Compiling smallvec v1.15.1
12412025-09-24T15:48:13.563Z Compiling syn v2.0.106
12422025-09-24T15:48:13.635Z Compiling rustix v0.38.37
12432025-09-24T15:48:13.772Z Compiling write16 v1.0.0
12442025-09-24T15:48:13.796Z Compiling equivalent v1.0.2
12452025-09-24T15:48:13.911Z Compiling hashbrown v0.15.4
12462025-09-24T15:48:13.925Z Compiling utf8_iter v1.0.4
12472025-09-24T15:48:14.032Z Compiling utf16_iter v1.0.5
12482025-09-24T15:48:14.123Z Compiling typeid v1.0.3
12492025-09-24T15:48:14.174Z Compiling icu_normalizer_data v1.5.0
12502025-09-24T15:48:14.399Z Compiling proc-macro-error-attr v1.0.4
12512025-09-24T15:48:14.559Z Compiling usdt-impl v0.5.0
12522025-09-24T15:48:14.712Z Compiling toml_write v0.1.2
12532025-09-24T15:48:14.727Z Compiling winnow v0.7.10
12542025-09-24T15:48:14.934Z Compiling indexmap v2.11.0
12552025-09-24T15:48:14.962Z Compiling syn v1.0.109
12562025-09-24T15:48:15.081Z Compiling thread-id v4.2.2
12572025-09-24T15:48:15.641Z Compiling proc-macro-error v1.0.4
12582025-09-24T15:48:15.964Z Compiling percent-encoding v2.3.2
12592025-09-24T15:48:16.237Z Compiling camino v1.2.0
12602025-09-24T15:48:16.512Z Compiling semver v1.0.26
12612025-09-24T15:48:16.759Z Compiling utf8parse v0.2.2
12622025-09-24T15:48:16.811Z Compiling getrandom v0.3.1
12632025-09-24T15:48:16.915Z Compiling log v0.4.27
12642025-09-24T15:48:16.937Z Compiling plain v0.2.3
12652025-09-24T15:48:17.045Z Compiling rustix v1.0.7
12662025-09-24T15:48:17.103Z Compiling thiserror v2.0.16
12672025-09-24T15:48:17.485Z Compiling anstyle-parse v0.2.5
12682025-09-24T15:48:17.613Z Compiling ordered-float v2.10.1
12692025-09-24T15:48:17.848Z Compiling terminal_size v0.4.0
12702025-09-24T15:48:17.863Z Compiling form_urlencoded v1.2.2
12712025-09-24T15:48:18.176Z Compiling anstyle v1.0.11
12722025-09-24T15:48:18.190Z Compiling cfg-if v1.0.1
12732025-09-24T15:48:18.308Z Compiling pretty-hex v0.4.1
12742025-09-24T15:48:18.509Z Compiling colorchoice v1.0.2
12752025-09-24T15:48:18.564Z Compiling is_terminal_polyfill v1.70.1
12762025-09-24T15:48:18.611Z Compiling anstyle-query v1.1.1
12772025-09-24T15:48:18.809Z Compiling anstream v0.6.18
12782025-09-24T15:48:19.182Z Compiling fs-err v3.1.1
12792025-09-24T15:48:19.464Z Compiling heck v0.5.0
12802025-09-24T15:48:19.567Z Compiling bytecount v0.6.8
12812025-09-24T15:48:19.723Z Compiling unicode-width v0.1.14
12822025-09-24T15:48:19.825Z Compiling anyhow v1.0.99
12832025-09-24T15:48:19.939Z Compiling fastrand v2.1.1
12842025-09-24T15:48:20.109Z Compiling clap_lex v0.7.4
12852025-09-24T15:48:20.159Z Compiling synstructure v0.13.1
12862025-09-24T15:48:20.327Z Compiling heck v0.4.1
12872025-09-24T15:48:20.389Z Compiling fnv v1.0.7
12882025-09-24T15:48:20.530Z Compiling unicode-xid v0.2.6
12892025-09-24T15:48:20.542Z Compiling strsim v0.11.1
12902025-09-24T15:48:20.712Z Compiling papergrid v0.11.0
12912025-09-24T15:48:21.129Z Compiling clap_builder v4.5.41
12922025-09-24T15:48:21.254Z Compiling tempfile v3.20.0
12932025-09-24T15:48:21.484Z Compiling memmap v0.7.0
12942025-09-24T15:48:21.501Z Compiling unicode-width v0.2.0
12952025-09-24T15:48:21.810Z Compiling smawk v0.3.2
12962025-09-24T15:48:22.019Z Compiling unicode-linebreak v0.1.5
12972025-09-24T15:48:22.035Z Compiling camino-tempfile v1.4.1
12982025-09-24T15:48:22.461Z Compiling textwrap v0.16.2
12992025-09-24T15:48:22.561Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13002025-09-24T15:48:23.012Z Compiling swrite v0.1.0
13012025-09-24T15:48:23.275Z Compiling tabled_derive v0.7.0
13022025-09-24T15:48:24.031Z Compiling serde_derive v1.0.223
13032025-09-24T15:48:24.031Z Compiling zerofrom-derive v0.1.4
13042025-09-24T15:48:24.068Z Compiling yoke-derive v0.7.4
13052025-09-24T15:48:24.100Z Compiling thiserror-impl v1.0.69
13062025-09-24T15:48:24.215Z Compiling zerovec-derive v0.10.3
13072025-09-24T15:48:24.691Z Compiling displaydoc v0.2.5
13082025-09-24T15:48:26.246Z Compiling icu_provider_macros v1.5.0
13092025-09-24T15:48:26.637Z Compiling zerocopy-derive v0.7.35
13102025-09-24T15:48:26.698Z Compiling scroll_derive v0.12.0
13112025-09-24T15:48:27.081Z Compiling pest v2.7.14
13122025-09-24T15:48:27.264Z Compiling thiserror-impl v2.0.16
13132025-09-24T15:48:27.463Z Compiling zerofrom v0.1.4
13142025-09-24T15:48:27.687Z Compiling yoke v0.7.4
13152025-09-24T15:48:28.030Z Compiling zerovec v0.10.4
13162025-09-24T15:48:28.056Z Compiling scroll v0.12.0
13172025-09-24T15:48:28.506Z Compiling clap_derive v4.5.41
13182025-09-24T15:48:28.529Z Compiling zerocopy v0.7.35
13192025-09-24T15:48:28.581Z Compiling goblin v0.8.2
13202025-09-24T15:48:29.278Z Compiling tabled v0.15.0
13212025-09-24T15:48:29.845Z Compiling tinystr v0.7.6
13222025-09-24T15:48:30.007Z Compiling pest_meta v2.7.14
13232025-09-24T15:48:30.113Z Compiling icu_collections v1.5.0
13242025-09-24T15:48:30.237Z Compiling icu_locid v1.5.0
13252025-09-24T15:48:31.331Z Compiling icu_provider v1.5.0
13262025-09-24T15:48:32.183Z Compiling icu_locid_transform v1.5.0
13272025-09-24T15:48:32.252Z Compiling pest_generator v2.7.14
13282025-09-24T15:48:32.299Z Compiling serde_spanned v0.6.9
13292025-09-24T15:48:32.437Z Compiling toml_datetime v0.6.11
13302025-09-24T15:48:32.449Z Compiling dof v0.3.0
13312025-09-24T15:48:32.539Z Compiling erased-serde v0.4.6
13322025-09-24T15:48:32.899Z Compiling toml_edit v0.22.27
13332025-09-24T15:48:33.275Z Compiling serde_tokenstream v0.2.2
13342025-09-24T15:48:33.709Z Compiling icu_properties v1.5.1
13352025-09-24T15:48:33.889Z Compiling serde-untagged v0.1.7
13362025-09-24T15:48:34.288Z Compiling pest_derive v2.7.14
13372025-09-24T15:48:34.406Z Compiling serde-value v0.7.0
13382025-09-24T15:48:34.685Z Compiling cargo-platform v0.2.0
13392025-09-24T15:48:34.997Z Compiling macaddr v1.0.1
13402025-09-24T15:48:35.088Z Compiling dtrace-parser v0.2.0
13412025-09-24T15:48:35.169Z Compiling clap v4.5.41
13422025-09-24T15:48:36.204Z Compiling toml v0.8.23
13432025-09-24T15:48:36.871Z Compiling usdt-attr-macro v0.5.0
13442025-09-24T15:48:36.886Z Compiling usdt-macro v0.5.0
13452025-09-24T15:48:37.083Z Compiling cargo_toml v0.21.0
13462025-09-24T15:48:37.220Z Compiling icu_normalizer v1.5.0
13472025-09-24T15:48:37.954Z Compiling idna_adapter v1.2.0
13482025-09-24T15:48:38.017Z Compiling usdt v0.5.0
13492025-09-24T15:48:38.089Z Compiling idna v1.0.3
13502025-09-24T15:48:38.474Z Compiling url v2.5.4
13512025-09-24T15:48:39.175Z Compiling cargo-util-schemas v0.8.2
13522025-09-24T15:48:40.736Z Compiling cargo_metadata v0.21.0
13532025-09-24T15:48:42.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13542025-09-24T15:48:45.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.43s
13552025-09-24T15:48:45.727Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13562025-09-24T15:48:46.809Z Compiling value-bag v1.9.0
13572025-09-24T15:48:46.809Z Compiling shlex v1.3.0
13582025-09-24T15:48:46.809Z Compiling lock_api v0.4.12
13592025-09-24T15:48:46.813Z Compiling scopeguard v1.2.0
13602025-09-24T15:48:46.813Z Compiling typenum v1.17.0
13612025-09-24T15:48:46.813Z Compiling syn v2.0.106
13622025-09-24T15:48:46.813Z Compiling getrandom v0.2.15
13632025-09-24T15:48:46.813Z Compiling jobserver v0.1.32
13642025-09-24T15:48:47.112Z Compiling generic-array v0.14.7
13652025-09-24T15:48:47.282Z Compiling rand_core v0.6.4
13662025-09-24T15:48:47.305Z Compiling log v0.4.27
13672025-09-24T15:48:47.423Z Compiling cc v1.2.30
13682025-09-24T15:48:47.466Z Compiling smallvec v1.15.1
13692025-09-24T15:48:47.815Z Compiling portable-atomic v1.11.0
13702025-09-24T15:48:47.856Z Compiling subtle v2.6.1
13712025-09-24T15:48:47.878Z Compiling critical-section v1.1.3
13722025-09-24T15:48:48.001Z Compiling const-oid v0.9.6
13732025-09-24T15:48:48.024Z Compiling pkg-config v0.3.31
13742025-09-24T15:48:48.046Z Compiling parking_lot_core v0.9.10
13752025-09-24T15:48:48.211Z Compiling pin-project-lite v0.2.14
13762025-09-24T15:48:48.379Z Compiling rustix v0.38.37
13772025-09-24T15:48:49.118Z Compiling signal-hook-registry v1.4.2
13782025-09-24T15:48:49.227Z Compiling parking_lot v0.12.3
13792025-09-24T15:48:49.247Z Compiling mio v1.0.2
13802025-09-24T15:48:49.266Z Compiling futures-core v0.3.31
13812025-09-24T15:48:49.514Z Compiling spin v0.9.8
13822025-09-24T15:48:49.806Z Compiling libm v0.2.8
13832025-09-24T15:48:49.925Z Compiling once_cell v1.21.3
13842025-09-24T15:48:50.032Z Compiling socket2 v0.6.0
13852025-09-24T15:48:50.099Z Compiling slab v0.4.9
13862025-09-24T15:48:50.116Z Compiling aho-corasick v1.1.3
13872025-09-24T15:48:50.204Z Compiling num-traits v0.2.19
13882025-09-24T15:48:50.275Z Compiling getrandom v0.3.1
13892025-09-24T15:48:50.296Z Compiling cpufeatures v0.2.14
13902025-09-24T15:48:50.395Z Compiling foldhash v0.1.5
13912025-09-24T15:48:50.421Z Compiling regex-syntax v0.8.5
13922025-09-24T15:48:50.547Z Compiling allocator-api2 v0.2.21
13932025-09-24T15:48:50.683Z Compiling serde_json v1.0.145
13942025-09-24T15:48:51.077Z Compiling percent-encoding v2.3.2
13952025-09-24T15:48:51.150Z Compiling glob v0.3.2
13962025-09-24T15:48:51.172Z Compiling hashbrown v0.15.4
13972025-09-24T15:48:51.211Z Compiling futures-sink v0.3.31
13982025-09-24T15:48:51.380Z Compiling futures-channel v0.3.31
13992025-09-24T15:48:51.926Z Compiling clang-sys v1.8.1
14002025-09-24T15:48:52.333Z Compiling either v1.15.0
14012025-09-24T15:48:52.336Z Compiling futures-io v0.3.31
14022025-09-24T15:48:52.640Z Compiling futures-task v0.3.31
14032025-09-24T15:48:52.643Z Compiling pin-utils v0.1.0
14042025-09-24T15:48:52.720Z Compiling prettyplease v0.2.36
14052025-09-24T15:48:52.806Z Compiling lazy_static v1.5.0
14062025-09-24T15:48:52.957Z Compiling minimal-lexical v0.2.1
14072025-09-24T15:48:52.962Z Compiling libloading v0.8.5
14082025-09-24T15:48:53.114Z Compiling home v0.5.9
14092025-09-24T15:48:53.342Z Compiling nom v7.1.3
14102025-09-24T15:48:53.363Z Compiling bindgen v0.69.5
14112025-09-24T15:48:53.454Z Compiling base64ct v1.6.0
14122025-09-24T15:48:53.998Z Compiling synstructure v0.13.1
14132025-09-24T15:48:54.097Z Compiling regex-automata v0.4.8
14142025-09-24T15:48:54.254Z Compiling pem-rfc7468 v0.7.0
14152025-09-24T15:48:54.853Z Compiling itertools v0.12.1
14162025-09-24T15:48:55.358Z Compiling rustc-hash v1.1.0
14172025-09-24T15:48:55.533Z Compiling flagset v0.4.6
14182025-09-24T15:48:55.770Z Compiling lazycell v1.3.0
14192025-09-24T15:48:55.960Z Compiling cmake v0.1.51
14202025-09-24T15:48:56.129Z Compiling fs_extra v1.3.0
14212025-09-24T15:48:56.596Z Compiling cexpr v0.6.0
14222025-09-24T15:48:56.681Z Compiling dunce v1.0.5
14232025-09-24T15:48:56.777Z Compiling form_urlencoded v1.2.2
14242025-09-24T15:48:56.833Z Compiling vcpkg v0.2.15
14252025-09-24T15:48:57.096Z Compiling paste v1.0.15
14262025-09-24T15:48:57.321Z Compiling iana-time-zone v0.1.63
14272025-09-24T15:48:57.709Z Compiling ring v0.17.14
14282025-09-24T15:48:57.712Z Compiling tracing-core v0.1.32
14292025-09-24T15:48:58.090Z Compiling aws-lc-rs v1.12.4
14302025-09-24T15:48:58.491Z Compiling openssl-sys v0.9.109
14312025-09-24T15:48:58.550Z Compiling tinyvec_macros v0.1.1
14322025-09-24T15:48:58.699Z Compiling httparse v1.9.5
14332025-09-24T15:48:58.751Z Compiling rustversion v1.0.22
14342025-09-24T15:48:58.885Z Compiling serde_derive v1.0.223
14352025-09-24T15:48:58.918Z Compiling zeroize_derive v1.4.2
14362025-09-24T15:48:59.394Z Compiling zerofrom-derive v0.1.4
14372025-09-24T15:48:59.416Z Compiling yoke-derive v0.7.4
14382025-09-24T15:48:59.585Z Compiling zerovec-derive v0.10.3
14392025-09-24T15:49:00.279Z Compiling zeroize v1.8.1
14402025-09-24T15:49:01.867Z Compiling displaydoc v0.2.5
14412025-09-24T15:49:01.870Z Compiling zerocopy-derive v0.7.35
14422025-09-24T15:49:02.024Z Compiling crypto-common v0.1.6
14432025-09-24T15:49:02.271Z Compiling block-buffer v0.10.4
14442025-09-24T15:49:02.558Z Compiling digest v0.10.7
14452025-09-24T15:49:02.783Z Compiling zerofrom v0.1.4
14462025-09-24T15:49:03.010Z Compiling yoke v0.7.4
14472025-09-24T15:49:03.030Z Compiling tokio-macros v2.5.0
14482025-09-24T15:49:03.293Z Compiling zerovec v0.10.4
14492025-09-24T15:49:03.323Z Compiling hmac v0.12.1
14502025-09-24T15:49:03.564Z Compiling icu_provider_macros v1.5.0
14512025-09-24T15:49:03.802Z Compiling zerocopy v0.7.35
14522025-09-24T15:49:03.861Z Compiling block-padding v0.3.3
14532025-09-24T15:49:04.132Z Compiling futures-macro v0.3.31
14542025-09-24T15:49:04.423Z Compiling inout v0.1.3
14552025-09-24T15:49:04.450Z Compiling sha2 v0.10.9
14562025-09-24T15:49:04.453Z Compiling regex v1.11.1
14572025-09-24T15:49:04.635Z Compiling der_derive v0.7.3
14582025-09-24T15:49:04.732Z Compiling cipher v0.4.4
14592025-09-24T15:49:05.128Z Compiling tinystr v0.7.6
14602025-09-24T15:49:05.261Z Compiling icu_collections v1.5.0
14612025-09-24T15:49:05.284Z Compiling thiserror-impl v1.0.69
14622025-09-24T15:49:05.368Z Compiling salsa20 v0.10.2
14632025-09-24T15:49:05.506Z Compiling icu_locid v1.5.0
14642025-09-24T15:49:05.602Z Compiling ppv-lite86 v0.2.20
14652025-09-24T15:49:05.862Z Compiling serde v1.0.223
14662025-09-24T15:49:05.884Z Compiling futures-util v0.3.31
14672025-09-24T15:49:06.382Z Compiling pbkdf2 v0.12.2
14682025-09-24T15:49:06.459Z Compiling aes v0.8.4
14692025-09-24T15:49:06.576Z Compiling icu_provider v1.5.0
14702025-09-24T15:49:06.913Z Compiling der v0.7.9
14712025-09-24T15:49:07.100Z Compiling bitflags v2.9.1
14722025-09-24T15:49:07.424Z Compiling bytes v1.10.1
14732025-09-24T15:49:07.535Z Compiling semver v1.0.26
14742025-09-24T15:49:07.853Z Compiling icu_locid_transform v1.5.0
14752025-09-24T15:49:08.087Z Compiling indexmap v2.11.0
14762025-09-24T15:49:08.247Z Compiling thiserror v1.0.69
14772025-09-24T15:49:08.416Z Compiling tokio v1.47.0
14782025-09-24T15:49:08.746Z Compiling http v1.3.1
14792025-09-24T15:49:09.177Z Compiling icu_properties v1.5.1
14802025-09-24T15:49:09.598Z Compiling spki v0.7.3
14812025-09-24T15:49:09.881Z Compiling rustc_version v0.4.1
14822025-09-24T15:49:09.985Z Compiling scrypt v0.11.0
14832025-09-24T15:49:10.228Z Compiling cbc v0.1.2
14842025-09-24T15:49:10.466Z Compiling pkcs5 v0.7.1
14852025-09-24T15:49:10.489Z Compiling pest v2.7.14
14862025-09-24T15:49:10.547Z Compiling uuid v1.18.1
14872025-09-24T15:49:10.813Z Compiling chrono v0.4.41
14882025-09-24T15:49:11.326Z Compiling which v4.4.2
14892025-09-24T15:49:11.612Z Compiling tracing-attributes v0.1.27
14902025-09-24T15:49:12.073Z Compiling pkcs8 v0.10.2
14912025-09-24T15:49:12.236Z Compiling http-body v1.0.1
14922025-09-24T15:49:12.486Z Compiling scroll_derive v0.12.0
14932025-09-24T15:49:12.717Z Compiling base64 v0.22.1
14942025-09-24T15:49:13.380Z Compiling icu_normalizer v1.5.0
14952025-09-24T15:49:13.401Z Compiling pest_meta v2.7.14
14962025-09-24T15:49:13.787Z Compiling rustls-pki-types v1.10.0
14972025-09-24T15:49:13.842Z Compiling scroll v0.12.0
14982025-09-24T15:49:14.216Z Compiling tinyvec v1.8.0
14992025-09-24T15:49:14.393Z Compiling idna_adapter v1.2.0
15002025-09-24T15:49:14.636Z Compiling idna v1.0.3
15012025-09-24T15:49:14.728Z Compiling pest_generator v2.7.14
15022025-09-24T15:49:14.731Z Compiling tracing v0.1.40
15032025-09-24T15:49:15.122Z Compiling serde_derive_internals v0.29.1
15042025-09-24T15:49:15.232Z Compiling url v2.5.4
15052025-09-24T15:49:15.661Z Compiling rand_core v0.9.3
15062025-09-24T15:49:16.083Z Compiling bzip2-sys v0.1.13+1.0.8
15072025-09-24T15:49:16.231Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15082025-09-24T15:49:16.394Z Compiling try-lock v0.2.5
15092025-09-24T15:49:16.577Z Compiling num-conv v0.1.0
15102025-09-24T15:49:16.612Z Compiling tower-service v0.3.3
15112025-09-24T15:49:16.758Z Compiling tokio-util v0.7.15
15122025-09-24T15:49:16.868Z Compiling openssl v0.10.73
15132025-09-24T15:49:16.938Z Compiling atomic-waker v1.1.2
15142025-09-24T15:49:16.985Z Compiling foreign-types-shared v0.1.1
15152025-09-24T15:49:17.127Z Compiling time-core v0.1.6
15162025-09-24T15:49:17.148Z Compiling untrusted v0.7.1
15172025-09-24T15:49:17.251Z Compiling openssl-probe v0.1.5
15182025-09-24T15:49:17.302Z Compiling schemars v0.8.22
15192025-09-24T15:49:17.359Z Compiling untrusted v0.9.0
15202025-09-24T15:49:17.430Z Compiling powerfmt v0.2.0
15212025-09-24T15:49:17.555Z Compiling adler2 v2.0.0
15222025-09-24T15:49:17.605Z Compiling pest_derive v2.7.14
15232025-09-24T15:49:17.716Z Compiling deranged v0.5.3
15242025-09-24T15:49:17.794Z Compiling miniz_oxide v0.8.5
15252025-09-24T15:49:17.815Z Compiling time-macros v0.2.24
15262025-09-24T15:49:18.434Z Compiling h2 v0.4.6
15272025-09-24T15:49:19.035Z Compiling schemars_derive v0.8.22
15282025-09-24T15:49:19.266Z Compiling foreign-types v0.3.2
15292025-09-24T15:49:19.380Z Compiling goblin v0.8.2
15302025-09-24T15:49:21.556Z Compiling want v0.3.1
15312025-09-24T15:49:21.695Z Compiling rand_chacha v0.9.0
15322025-09-24T15:49:22.455Z Compiling ipnet v2.11.0
15332025-09-24T15:49:23.029Z Compiling openssl-macros v0.1.1
15342025-09-24T15:49:23.075Z Compiling httpdate v1.0.3
15352025-09-24T15:49:23.517Z Compiling crossbeam-utils v0.8.21
15362025-09-24T15:49:23.535Z Compiling native-tls v0.2.12
15372025-09-24T15:49:23.736Z Compiling syn v1.0.109
15382025-09-24T15:49:23.804Z Compiling num_threads v0.1.7
15392025-09-24T15:49:23.917Z Compiling zerocopy v0.8.26
15402025-09-24T15:49:23.942Z Compiling dyn-clone v1.0.20
15412025-09-24T15:49:24.119Z Compiling rustls v0.23.19
15422025-09-24T15:49:24.406Z Compiling time v0.3.43
15432025-09-24T15:49:24.756Z Compiling dof v0.3.0
15442025-09-24T15:49:26.470Z Compiling hyper v1.7.0
15452025-09-24T15:49:27.353Z Compiling rand v0.9.2
15462025-09-24T15:49:27.793Z Compiling dtrace-parser v0.2.0
15472025-09-24T15:49:27.827Z Compiling unicode-normalization v0.1.24
15482025-09-24T15:49:28.167Z Compiling heapless v0.7.17
15492025-09-24T15:49:28.647Z Compiling signature v2.2.0
15502025-09-24T15:49:28.875Z Compiling zerocopy-derive v0.8.26
15512025-09-24T15:49:28.967Z Compiling cookie v0.18.1
15522025-09-24T15:49:29.158Z Compiling crc32fast v1.4.2
15532025-09-24T15:49:29.281Z Compiling siphasher v0.3.11
15542025-09-24T15:49:29.479Z Compiling signal-hook v0.3.18
15552025-09-24T15:49:29.652Z Compiling zlib-rs v0.5.1
15562025-09-24T15:49:29.674Z Compiling slog v2.7.0
15572025-09-24T15:49:29.754Z Compiling zstd-safe v7.2.3
15582025-09-24T15:49:29.978Z Compiling unicode-properties v0.1.3
15592025-09-24T15:49:30.110Z Compiling unicode-bidi v0.3.17
15602025-09-24T15:49:30.398Z Compiling phf_shared v0.11.2
15612025-09-24T15:49:30.843Z Compiling stringprep v0.1.5
15622025-09-24T15:49:30.860Z Compiling usdt-impl v0.5.0
15632025-09-24T15:49:31.283Z Compiling hyper-util v0.1.16
15642025-09-24T15:49:32.110Z Compiling curve25519-dalek v4.1.3
15652025-09-24T15:49:32.663Z Compiling serde_tokenstream v0.2.2
15662025-09-24T15:49:32.922Z Compiling toml_datetime v0.6.11
15672025-09-24T15:49:33.213Z Compiling serde_spanned v0.6.9
15682025-09-24T15:49:33.415Z Compiling rand_chacha v0.3.1
15692025-09-24T15:49:33.465Z Compiling md-5 v0.10.6
15702025-09-24T15:49:33.741Z Compiling num-integer v0.1.46
15712025-09-24T15:49:34.474Z Compiling sync_wrapper v1.0.1
15722025-09-24T15:49:34.682Z Compiling ff v0.13.0
15732025-09-24T15:49:34.711Z Compiling hash32 v0.2.1
15742025-09-24T15:49:34.747Z Compiling memoffset v0.9.1
15752025-09-24T15:49:34.920Z Compiling gimli v0.31.1
15762025-09-24T15:49:35.086Z Compiling psl-types v2.0.11
15772025-09-24T15:49:35.106Z Compiling fallible-iterator v0.2.0
15782025-09-24T15:49:35.307Z Compiling litrs v0.4.1
15792025-09-24T15:49:35.391Z Compiling cfg_aliases v0.2.1
15802025-09-24T15:49:35.514Z Compiling base16ct v0.2.0
15812025-09-24T15:49:35.622Z Compiling tower-layer v0.3.3
15822025-09-24T15:49:35.757Z Compiling libz-rs-sys v0.5.1
15832025-09-24T15:49:35.847Z Compiling smoltcp v0.9.1
15842025-09-24T15:49:35.923Z Compiling num-bigint-dig v0.8.4
15852025-09-24T15:49:36.071Z Compiling newtype-uuid v1.2.4
15862025-09-24T15:49:36.302Z Compiling flate2 v1.1.2
15872025-09-24T15:49:36.349Z Compiling document-features v0.2.11
15882025-09-24T15:49:36.432Z Compiling tower v0.5.2
15892025-09-24T15:49:36.571Z Compiling sec1 v0.7.3
15902025-09-24T15:49:36.593Z Compiling postgres-protocol v0.6.8
15912025-09-24T15:49:37.110Z Compiling nix v0.29.0
15922025-09-24T15:49:37.222Z Compiling publicsuffix v2.3.0
15932025-09-24T15:49:37.531Z Compiling group v0.13.0
15942025-09-24T15:49:37.785Z Compiling num-iter v0.1.45
15952025-09-24T15:49:37.863Z Compiling rand v0.8.5
15962025-09-24T15:49:37.991Z Compiling tokio-native-tls v0.3.1
15972025-09-24T15:49:38.384Z Compiling ipnetwork v0.21.1
15982025-09-24T15:49:38.918Z Compiling addr2line v0.24.2
15992025-09-24T15:49:39.030Z Compiling strum_macros v0.27.1
16002025-09-24T15:49:39.112Z Compiling rustls-native-certs v0.8.1
16012025-09-24T15:49:39.222Z Compiling webpki-roots v1.0.1
16022025-09-24T15:49:39.442Z Compiling http-body-util v0.1.3
16032025-09-24T15:49:39.506Z Compiling terminal_size v0.4.0
16042025-09-24T15:49:39.616Z Compiling hkdf v0.12.4
16052025-09-24T15:49:39.655Z Compiling crypto-bigint v0.5.5
16062025-09-24T15:49:39.746Z Compiling thiserror-impl v2.0.16
16072025-09-24T15:49:39.797Z Compiling async-trait v0.1.89
16082025-09-24T15:49:39.903Z Compiling curve25519-dalek-derive v0.1.1
16092025-09-24T15:49:39.924Z Compiling ahash v0.8.12
16102025-09-24T15:49:40.287Z Compiling fs-err v3.1.1
16112025-09-24T15:49:40.641Z Compiling object v0.36.5
16122025-09-24T15:49:41.302Z Compiling winnow v0.5.40
16132025-09-24T15:49:42.185Z Compiling simd-adler32 v0.3.7
16142025-09-24T15:49:42.721Z Compiling managed v0.8.0
16152025-09-24T15:49:42.892Z Compiling iri-string v0.7.8
16162025-09-24T15:49:42.969Z Compiling hubpack_derive v0.1.1
16172025-09-24T15:49:43.174Z Compiling rustix v1.0.7
16182025-09-24T15:49:43.844Z Compiling lockfree-object-pool v0.1.6
16192025-09-24T15:49:43.866Z Compiling rustc-demangle v0.1.24
16202025-09-24T15:49:43.884Z Compiling buf-list v1.0.3
16212025-09-24T15:49:44.108Z Compiling anyhow v1.0.99
16222025-09-24T15:49:44.492Z Compiling bumpalo v3.16.0
16232025-09-24T15:49:44.700Z Compiling bitflags v1.3.2
16242025-09-24T15:49:44.818Z Compiling zopfli v0.8.1
16252025-09-24T15:49:44.929Z Compiling toml_edit v0.19.15
16262025-09-24T15:49:45.126Z Compiling hubpack v0.1.2
16272025-09-24T15:49:45.472Z Compiling strum v0.27.2
16282025-09-24T15:49:45.556Z Compiling thiserror v2.0.16
16292025-09-24T15:49:45.686Z Compiling elliptic-curve v0.13.8
16302025-09-24T15:49:45.790Z Compiling tower-http v0.6.6
16312025-09-24T15:49:46.337Z Compiling clap_builder v4.5.41
16322025-09-24T15:49:46.745Z Compiling hyper-tls v0.6.0
16332025-09-24T15:49:46.815Z Compiling oxnet v0.1.3
16342025-09-24T15:49:47.124Z Compiling backtrace v0.3.74
16352025-09-24T15:49:47.568Z Compiling cookie_store v0.21.1
16362025-09-24T15:49:47.589Z Compiling signal-hook-mio v0.2.4
16372025-09-24T15:49:47.814Z Compiling zstd v0.13.3
16382025-09-24T15:49:48.477Z Compiling postgres-types v0.2.9
16392025-09-24T15:49:49.423Z Compiling usdt-attr-macro v0.5.0
16402025-09-24T15:49:49.755Z Compiling usdt-macro v0.5.0
16412025-09-24T15:49:49.992Z Compiling phf v0.11.2
16422025-09-24T15:49:50.291Z Compiling ed25519 v2.2.3
16432025-09-24T15:49:50.967Z Compiling bzip2 v0.4.4
16442025-09-24T15:49:51.197Z Compiling bzip2 v0.5.2
16452025-09-24T15:49:51.328Z Compiling strum_macros v0.26.4
16462025-09-24T15:49:51.539Z Compiling pkcs1 v0.7.5
16472025-09-24T15:49:51.594Z Compiling serde_urlencoded v0.7.1
16482025-09-24T15:49:52.106Z Compiling serde-big-array v0.5.1
16492025-09-24T15:49:52.178Z Compiling rfc6979 v0.4.0
16502025-09-24T15:49:52.360Z Compiling bstr v1.10.0
16512025-09-24T15:49:52.389Z Compiling clap_derive v4.5.41
16522025-09-24T15:49:52.431Z Compiling serde_repr v0.1.19
16532025-09-24T15:49:53.497Z Compiling daft-derive v0.1.4
16542025-09-24T15:49:53.808Z Compiling enum-as-inner v0.6.1
16552025-09-24T15:49:53.849Z Compiling float-cmp v0.10.0
16562025-09-24T15:49:53.883Z Compiling env_filter v0.1.2
16572025-09-24T15:49:54.127Z Compiling socket2 v0.5.10
16582025-09-24T15:49:54.487Z Compiling encoding_rs v0.8.34
16592025-09-24T15:49:54.838Z Compiling difflib v0.4.0
16602025-09-24T15:49:55.003Z Compiling new_debug_unreachable v1.0.6
16612025-09-24T15:49:55.081Z Compiling static_assertions v1.1.0
16622025-09-24T15:49:55.116Z Compiling unicode-segmentation v1.12.0
16632025-09-24T15:49:55.202Z Compiling data-encoding v2.9.0
16642025-09-24T15:49:55.696Z Compiling fixedbitset v0.4.2
16652025-09-24T15:49:55.983Z Compiling normalize-line-endings v0.3.0
16662025-09-24T15:49:56.065Z Compiling mime v0.3.17
16672025-09-24T15:49:56.131Z Compiling precomputed-hash v0.1.1
16682025-09-24T15:49:56.151Z Compiling whoami v1.5.2
16692025-09-24T15:49:56.262Z Compiling predicates-core v1.0.8
16702025-09-24T15:49:56.561Z Compiling predicates v3.1.3
16712025-09-24T15:49:56.591Z Compiling tokio-postgres v0.7.13
16722025-09-24T15:49:56.684Z Compiling string_cache v0.8.9
16732025-09-24T15:49:56.742Z Compiling clap v4.5.41
16742025-09-24T15:49:56.879Z Compiling toml_edit v0.22.27
16752025-09-24T15:49:56.909Z Compiling petgraph v0.6.5
16762025-09-24T15:49:57.109Z Compiling hickory-proto v0.25.2
16772025-09-24T15:49:57.994Z Compiling similar v2.7.0
16782025-09-24T15:49:58.150Z Compiling strum v0.26.3
16792025-09-24T15:49:58.364Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16802025-09-24T15:49:59.587Z Compiling daft v0.1.4
16812025-09-24T15:50:00.008Z Compiling usdt v0.5.0
16822025-09-24T15:50:00.142Z Compiling env_logger v0.11.5
16832025-09-24T15:50:00.463Z Compiling ecdsa v0.16.9
16842025-09-24T15:50:00.485Z Compiling rsa v0.9.6
16852025-09-24T15:50:00.870Z Compiling zip v4.2.0
16862025-09-24T15:50:01.299Z Compiling zip v0.6.6
16872025-09-24T15:50:01.906Z Compiling ed25519-dalek v2.1.1
16882025-09-24T15:50:03.003Z Compiling toml v0.7.8
16892025-09-24T15:50:03.777Z Compiling crossterm v0.28.1
16902025-09-24T15:50:04.986Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16912025-09-24T15:50:05.084Z Compiling crossbeam-epoch v0.9.18
16922025-09-24T15:50:05.232Z Compiling tokio-stream v0.1.17
16932025-09-24T15:50:05.422Z Compiling x509-cert v0.2.5
16942025-09-24T15:50:05.756Z Compiling openapiv3 v2.2.0
16952025-09-24T15:50:06.183Z Compiling sha1 v0.10.6
16962025-09-24T15:50:06.627Z Compiling itertools v0.10.5
16972025-09-24T15:50:06.827Z Compiling winnow v0.6.26
16982025-09-24T15:50:07.539Z Compiling peg-runtime v0.8.5
16992025-09-24T15:50:07.951Z Compiling lalrpop-util v0.19.12
17002025-09-24T15:50:08.135Z Compiling rustc-hash v2.1.1
17012025-09-24T15:50:08.312Z Compiling thread_local v1.1.8
17022025-09-24T15:50:08.361Z Compiling slog-async v2.8.0
17032025-09-24T15:50:08.491Z Compiling crossbeam-channel v0.5.15
17042025-09-24T15:50:08.837Z Compiling xattr v1.3.1
17052025-09-24T15:50:08.986Z Compiling futures-executor v0.3.31
17062025-09-24T15:50:09.116Z Compiling is-terminal v0.4.13
17072025-09-24T15:50:09.138Z Compiling filetime v0.2.25
17082025-09-24T15:50:09.271Z Compiling term v1.1.0
17092025-09-24T15:50:09.464Z Compiling take_mut v0.2.2
17102025-09-24T15:50:09.486Z Compiling tar v0.4.44
17112025-09-24T15:50:09.506Z Compiling futures v0.3.31
17122025-09-24T15:50:10.227Z Compiling slog-term v2.9.2
17132025-09-24T15:50:13.712Z Compiling aws-lc-sys v0.26.0
17142025-09-24T15:50:42.802Z Compiling rustls-webpki v0.102.8
17152025-09-24T15:50:47.192Z Compiling tokio-rustls v0.26.0
17162025-09-24T15:50:47.457Z Compiling hyper-rustls v0.27.7
17172025-09-24T15:50:47.833Z Compiling reqwest v0.12.22
17182025-09-24T15:50:51.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192025-09-24T15:50:51.626Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202025-09-24T15:50:56.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
17212025-09-24T15:50:56.290Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222025-09-24T15:50:56.341ZSep 24 15:50:55.037 INFO Starting download, target: Cockroach
17232025-09-24T15:50:56.341ZSep 24 15:50:55.038 INFO Starting download, target: DendriteStub
17242025-09-24T15:50:56.341ZSep 24 15:50:55.038 INFO Starting download, target: Console
17252025-09-24T15:50:56.341ZSep 24 15:50:55.038 INFO Starting download, target: Clickhouse
17262025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Starting download, target: MaghemiteMgd
17272025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Starting download, target: TransceiverControl
17282025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332025-09-24T15:50:56.345ZSep 24 15:50:55.038 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342025-09-24T15:50:56.721ZSep 24 15:50:55.406 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352025-09-24T15:50:56.868ZSep 24 15:50:55.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362025-09-24T15:50:57.137ZSep 24 15:50:55.832 INFO Download complete, target: TransceiverControl
17372025-09-24T15:50:57.322ZSep 24 15:50:55.980 INFO Download complete, target: Console
17382025-09-24T15:50:58.035ZSep 24 15:50:56.731 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392025-09-24T15:50:58.077ZSep 24 15:50:56.772 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402025-09-24T15:50:58.168ZSep 24 15:50:56.857 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412025-09-24T15:50:58.555ZSep 24 15:50:57.252 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422025-09-24T15:50:58.555ZSep 24 15:50:57.252 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432025-09-24T15:51:02.815ZSep 24 15:51:01.508 INFO Download complete, target: MaghemiteMgd
17442025-09-24T15:51:02.917ZSep 24 15:51:01.608 INFO Download complete, target: DendriteStub
17452025-09-24T15:51:06.013ZSep 24 15:51:04.709 INFO Checking that binary works, target: Cockroach
17462025-09-24T15:51:06.145ZSep 24 15:51:04.840 INFO Download complete, target: Cockroach
17472025-09-24T15:51:09.570ZSep 24 15:51:08.265 INFO Checking that binary works, target: Clickhouse
17482025-09-24T15:51:09.746ZSep 24 15:51:08.441 INFO Download complete, target: Clickhouse
17492025-09-24T15:51:09.751ZAll prerequisites installed successfully
17502025-09-24T15:51:09.755Z
17512025-09-24T15:51:09.755Zreal 4:10.313117960
17522025-09-24T15:51:09.755Zuser 16:07.780716850
17532025-09-24T15:51:09.755Zsys 2:13.820149643
17542025-09-24T15:51:09.755Ztrap 0.563259337
17552025-09-24T15:51:09.755Ztflt 0.909418764
17562025-09-24T15:51:09.755Zdflt 1.302040153
17572025-09-24T15:51:09.755Zkflt 0.027083796
17582025-09-24T15:51:09.755Zlock 40:30.416473398
17592025-09-24T15:51:09.755Zslp 58:43.602110573
17602025-09-24T15:51:09.755Zlat 1:10.664156976
17612025-09-24T15:51:09.755Zstop 2:46.288582525
17622025-09-24T15:51:09.755Z+ source ./tools/include/force-git-over-https.sh
17632025-09-24T15:51:09.755Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17642025-09-24T15:51:09.755Z++ (( i = 0 ))
17652025-09-24T15:51:09.755Z++ (( i < 5 ))
17662025-09-24T15:51:09.755Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17672025-09-24T15:51:09.759Z++ (( i++ ))
17682025-09-24T15:51:09.759Z++ (( i < 5 ))
17692025-09-24T15:51:09.759Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17702025-09-24T15:51:09.762Z++ (( i++ ))
17712025-09-24T15:51:09.762Z++ (( i < 5 ))
17722025-09-24T15:51:09.762Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17732025-09-24T15:51:09.765Z++ (( i++ ))
17742025-09-24T15:51:09.765Z++ (( i < 5 ))
17752025-09-24T15:51:09.765Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17762025-09-24T15:51:09.765Z++ (( i++ ))
17772025-09-24T15:51:09.765Z++ (( i < 5 ))
17782025-09-24T15:51:09.766Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17792025-09-24T15:51:09.769Z++ (( i++ ))
17802025-09-24T15:51:09.769Z++ (( i < 5 ))
17812025-09-24T15:51:09.769Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17822025-09-24T15:51:09.769Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17832025-09-24T15:51:09.769Z+ rc=0
17842025-09-24T15:51:09.769Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17852025-09-24T15:51:39.417Z+ case $rc in
17862025-09-24T15:51:39.417Z+ pfexec zfs create -p rpool/images/build/host
17872025-09-24T15:51:39.698Z+ pfexec zfs create -p rpool/images/build/recovery
17882025-09-24T15:51:39.790Z+ cargo xtask releng --output-dir /work --mkincorp
17892025-09-24T15:51:40.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17902025-09-24T15:51:40.531Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17912025-09-24T15:51:41.722Z Compiling proc-macro2 v1.0.101
17922025-09-24T15:51:41.722Z Compiling unicode-ident v1.0.18
17932025-09-24T15:51:41.726Z Compiling libc v0.2.174
17942025-09-24T15:51:41.726Z Compiling serde_core v1.0.223
17952025-09-24T15:51:41.726Z Compiling serde v1.0.223
17962025-09-24T15:51:41.726Z Compiling autocfg v1.4.0
17972025-09-24T15:51:41.726Z Compiling cfg-if v1.0.1
17982025-09-24T15:51:42.048Z Compiling version_check v0.9.5
17992025-09-24T15:51:42.087Z Compiling memchr v2.7.4
18002025-09-24T15:51:42.135Z Compiling shlex v1.3.0
18012025-09-24T15:51:42.606Z Compiling typenum v1.17.0
18022025-09-24T15:51:42.626Z Compiling lock_api v0.4.12
18032025-09-24T15:51:42.966Z Compiling generic-array v0.14.7
18042025-09-24T15:51:43.323Z Compiling value-bag v1.9.0
18052025-09-24T15:51:43.327Z Compiling portable-atomic v1.11.0
18062025-09-24T15:51:43.903Z Compiling quote v1.0.40
18072025-09-24T15:51:43.946Z Compiling jobserver v0.1.32
18082025-09-24T15:51:44.238Z Compiling log v0.4.27
18092025-09-24T15:51:44.298Z Compiling libm v0.2.8
18102025-09-24T15:51:44.337Z Compiling getrandom v0.3.1
18112025-09-24T15:51:44.552Z Compiling syn v2.0.106
18122025-09-24T15:51:44.645Z Compiling cc v1.2.30
18132025-09-24T15:51:44.689Z Compiling num-traits v0.2.19
18142025-09-24T15:51:45.090Z Compiling scopeguard v1.2.0
18152025-09-24T15:51:45.121Z Compiling serde_json v1.0.145
18162025-09-24T15:51:45.153Z Compiling parking_lot_core v0.9.10
18172025-09-24T15:51:45.509Z Compiling semver v1.0.26
18182025-09-24T15:51:45.685Z Compiling smallvec v1.15.1
18192025-09-24T15:51:45.870Z Compiling pkg-config v0.3.31
18202025-09-24T15:51:46.079Z Compiling rustix v0.38.37
18212025-09-24T15:51:46.244Z Compiling getrandom v0.2.15
18222025-09-24T15:51:47.087Z Compiling aho-corasick v1.1.3
18232025-09-24T15:51:47.121Z Compiling slab v0.4.9
18242025-09-24T15:51:47.220Z Compiling itoa v1.0.11
18252025-09-24T15:51:47.329Z Compiling regex-syntax v0.8.5
18262025-09-24T15:51:47.493Z Compiling errno v0.3.12
18272025-09-24T15:51:47.863Z Compiling spin v0.9.8
18282025-09-24T15:51:47.959Z Compiling subtle v2.6.1
18292025-09-24T15:51:47.985Z Compiling stable_deref_trait v1.2.0
18302025-09-24T15:51:48.126Z Compiling glob v0.3.2
18312025-09-24T15:51:48.169Z Compiling rand_core v0.6.4
18322025-09-24T15:51:48.292Z Compiling prettyplease v0.2.36
18332025-09-24T15:51:48.324Z Compiling either v1.15.0
18342025-09-24T15:51:48.416Z Compiling lazy_static v1.5.0
18352025-09-24T15:51:48.824Z Compiling heck v0.5.0
18362025-09-24T15:51:48.927Z Compiling clang-sys v1.8.1
18372025-09-24T15:51:49.004Z Compiling minimal-lexical v0.2.1
18382025-09-24T15:51:49.498Z Compiling nom v7.1.3
18392025-09-24T15:51:50.073Z Compiling libloading v0.8.5
18402025-09-24T15:51:50.367Z Compiling bindgen v0.69.5
18412025-09-24T15:51:50.535Z Compiling home v0.5.9
18422025-09-24T15:51:50.628Z Compiling critical-section v1.1.3
18432025-09-24T15:51:50.844Z Compiling once_cell v1.21.3
18442025-09-24T15:51:51.110Z Compiling regex-automata v0.4.8
18452025-09-24T15:51:51.390Z Compiling itertools v0.12.1
18462025-09-24T15:51:51.823Z Compiling lazycell v1.3.0
18472025-09-24T15:51:52.039Z Compiling paste v1.0.15
18482025-09-24T15:51:52.686Z Compiling synstructure v0.13.1
18492025-09-24T15:51:52.975Z Compiling cexpr v0.6.0
18502025-09-24T15:51:53.775Z Compiling rustc-hash v1.1.0
18512025-09-24T15:51:54.122Z Compiling cmake v0.1.51
18522025-09-24T15:51:54.559Z Compiling fs_extra v1.3.0
18532025-09-24T15:51:54.598Z Compiling dunce v1.0.5
18542025-09-24T15:51:55.150Z Compiling allocator-api2 v0.2.21
18552025-09-24T15:51:55.729Z Compiling ryu v1.0.18
18562025-09-24T15:51:56.093Z Compiling writeable v0.5.5
18572025-09-24T15:51:56.255Z Compiling serde_derive v1.0.223
18582025-09-24T15:51:56.419Z Compiling zeroize_derive v1.4.2
18592025-09-24T15:51:56.445Z Compiling zerofrom-derive v0.1.4
18602025-09-24T15:51:56.475Z Compiling yoke-derive v0.7.4
18612025-09-24T15:51:56.568Z Compiling zerovec-derive v0.10.3
18622025-09-24T15:51:57.226Z Compiling displaydoc v0.2.5
18632025-09-24T15:51:58.032Z Compiling icu_provider_macros v1.5.0
18642025-09-24T15:51:58.614Z Compiling zeroize v1.8.1
18652025-09-24T15:51:58.968Z Compiling tokio-macros v2.5.0
18662025-09-24T15:51:59.205Z Compiling zerocopy-derive v0.7.35
18672025-09-24T15:51:59.275Z Compiling regex v1.11.1
18682025-09-24T15:51:59.498Z Compiling futures-macro v0.3.31
18692025-09-24T15:51:59.533Z Compiling zerofrom v0.1.4
18702025-09-24T15:51:59.833Z Compiling yoke v0.7.4
18712025-09-24T15:52:00.314Z Compiling zerovec v0.10.4
18722025-09-24T15:52:00.775Z Compiling litemap v0.7.3
18732025-09-24T15:52:01.255Z Compiling pin-project-lite v0.2.14
18742025-09-24T15:52:01.347Z Compiling equivalent v1.0.2
18752025-09-24T15:52:01.416Z Compiling percent-encoding v2.3.2
18762025-09-24T15:52:01.482Z Compiling schemars v0.8.22
18772025-09-24T15:52:01.747Z Compiling serde_derive_internals v0.29.1
18782025-09-24T15:52:02.118Z Compiling foldhash v0.1.5
18792025-09-24T15:52:02.518Z Compiling tinystr v0.7.6
18802025-09-24T15:52:02.711Z Compiling icu_locid_transform_data v1.5.0
18812025-09-24T15:52:02.822Z Compiling hashbrown v0.15.4
18822025-09-24T15:52:02.895Z Compiling icu_locid v1.5.0
18832025-09-24T15:52:03.608Z Compiling icu_collections v1.5.0
18842025-09-24T15:52:03.793Z Compiling schemars_derive v0.8.22
18852025-09-24T15:52:04.186Z Compiling crypto-common v0.1.6
18862025-09-24T15:52:04.466Z Compiling bitflags v2.9.1
18872025-09-24T15:52:04.559Z Compiling bytes v1.10.1
18882025-09-24T15:52:06.224Z Compiling icu_provider v1.5.0
18892025-09-24T15:52:06.657Z Compiling der_derive v0.7.3
18902025-09-24T15:52:06.766Z Compiling ring v0.17.14
18912025-09-24T15:52:06.872Z Compiling icu_properties_data v1.5.0
18922025-09-24T15:52:07.224Z Compiling icu_locid_transform v1.5.0
18932025-09-24T15:52:08.400Z Compiling futures-core v0.3.31
18942025-09-24T15:52:08.447Z Compiling utf16_iter v1.0.5
18952025-09-24T15:52:08.519Z Compiling write16 v1.0.0
18962025-09-24T15:52:08.728Z Compiling which v4.4.2
18972025-09-24T15:52:08.793Z Compiling icu_properties v1.5.1
18982025-09-24T15:52:08.796Z Compiling const-oid v0.9.6
18992025-09-24T15:52:09.312Z Compiling byteorder v1.5.0
19002025-09-24T15:52:09.882Z Compiling vcpkg v0.2.15
19012025-09-24T15:52:10.024Z Compiling aws-lc-rs v1.12.4
19022025-09-24T15:52:10.618Z Compiling utf8_iter v1.0.4
19032025-09-24T15:52:10.777Z Compiling icu_normalizer_data v1.5.0
19042025-09-24T15:52:11.222Z Compiling signal-hook-registry v1.4.2
19052025-09-24T15:52:11.300Z Compiling openssl-sys v0.9.109
19062025-09-24T15:52:12.360Z Compiling parking_lot v0.12.3
19072025-09-24T15:52:12.871Z Compiling icu_normalizer v1.5.0
19082025-09-24T15:52:13.098Z Compiling tracing-attributes v0.1.27
19092025-09-24T15:52:13.147Z Compiling mio v1.0.2
19102025-09-24T15:52:13.570Z Compiling thiserror v2.0.16
19112025-09-24T15:52:14.082Z Compiling idna_adapter v1.2.0
19122025-09-24T15:52:14.372Z Compiling thiserror v1.0.69
19132025-09-24T15:52:14.861Z Compiling idna v1.0.3
19142025-09-24T15:52:15.177Z Compiling form_urlencoded v1.2.2
19152025-09-24T15:52:15.819Z Compiling block-buffer v0.10.4
19162025-09-24T15:52:16.220Z Compiling httparse v1.9.5
19172025-09-24T15:52:16.294Z Compiling digest v0.10.7
19182025-09-24T15:52:16.889Z Compiling thiserror-impl v2.0.16
19192025-09-24T15:52:16.952Z Compiling thiserror-impl v1.0.69
19202025-09-24T15:52:17.113Z Compiling socket2 v0.6.0
19212025-09-24T15:52:18.347Z Compiling tokio v1.47.0
19222025-09-24T15:52:18.468Z Compiling url v2.5.4
19232025-09-24T15:52:19.807Z Compiling indexmap v2.11.0
19242025-09-24T15:52:20.235Z Compiling num-conv v0.1.0
19252025-09-24T15:52:20.296Z Compiling futures-sink v0.3.31
19262025-09-24T15:52:20.603Z Compiling time-core v0.1.6
19272025-09-24T15:52:20.650Z Compiling futures-channel v0.3.31
19282025-09-24T15:52:20.982Z Compiling time-macros v0.2.24
19292025-09-24T15:52:21.596Z Compiling aws-lc-sys v0.26.0
19302025-09-24T15:52:22.208Z Compiling fnv v1.0.7
19312025-09-24T15:52:22.388Z Compiling pin-utils v0.1.0
19322025-09-24T15:52:22.491Z Compiling futures-io v0.3.31
19332025-09-24T15:52:22.602Z Compiling openssl v0.10.73
19342025-09-24T15:52:23.111Z Compiling futures-task v0.3.31
19352025-09-24T15:52:23.115Z Compiling zerocopy v0.7.35
19362025-09-24T15:52:23.176Z Compiling iana-time-zone v0.1.63
19372025-09-24T15:52:23.418Z Compiling futures-util v0.3.31
19382025-09-24T15:52:23.465Z Compiling chrono v0.4.41
19392025-09-24T15:52:23.964Z Compiling uuid v1.18.1
19402025-09-24T15:52:24.653Z Compiling openssl-macros v0.1.1
19412025-09-24T15:52:25.556Z Compiling cpufeatures v0.2.14
19422025-09-24T15:52:25.877Z Compiling native-tls v0.2.12
19432025-09-24T15:52:25.906Z Compiling rustls v0.23.19
19442025-09-24T15:52:26.197Z Compiling hmac v0.12.1
19452025-09-24T15:52:26.290Z Compiling rustc_version v0.4.1
19462025-09-24T15:52:28.191Z Compiling block-padding v0.3.3
19472025-09-24T15:52:28.894Z Compiling cookie v0.18.1
19482025-09-24T15:52:28.922Z Compiling zerocopy v0.8.26
19492025-09-24T15:52:29.339Z Compiling inout v0.1.3
19502025-09-24T15:52:29.662Z Compiling http v1.3.1
19512025-09-24T15:52:29.725Z Compiling serde_tokenstream v0.2.2
19522025-09-24T15:52:30.035Z Compiling bzip2-sys v0.1.13+1.0.8
19532025-09-24T15:52:30.388Z Compiling dyn-clone v1.0.20
19542025-09-24T15:52:31.033Z Compiling cipher v0.4.4
19552025-09-24T15:52:31.113Z Compiling sha2 v0.10.9
19562025-09-24T15:52:32.684Z Compiling zerocopy-derive v0.8.26
19572025-09-24T15:52:33.698Z Compiling scroll_derive v0.12.0
19582025-09-24T15:52:34.069Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19592025-09-24T15:52:34.346Z Compiling syn v1.0.109
19602025-09-24T15:52:34.965Z Compiling ucd-trie v0.1.7
19612025-09-24T15:52:35.063Z Compiling base64ct v1.6.0
19622025-09-24T15:52:35.175Z Compiling rustls-pki-types v1.10.0
19632025-09-24T15:52:35.397Z Compiling rustversion v1.0.22
19642025-09-24T15:52:35.697Z Compiling rustix v1.0.7
19652025-09-24T15:52:35.760Z Compiling crossbeam-utils v0.8.21
19662025-09-24T15:52:36.344Z Compiling slog v2.7.0
19672025-09-24T15:52:37.025Z Compiling pem-rfc7468 v0.7.0
19682025-09-24T15:52:37.063Z Compiling pest v2.7.14
19692025-09-24T15:52:37.592Z Compiling ppv-lite86 v0.2.20
19702025-09-24T15:52:38.467Z Compiling litrs v0.4.1
19712025-09-24T15:52:38.870Z Compiling flagset v0.4.6
19722025-09-24T15:52:39.111Z Compiling der v0.7.9
19732025-09-24T15:52:39.531Z Compiling document-features v0.2.11
19742025-09-24T15:52:40.173Z Compiling pest_meta v2.7.14
19752025-09-24T15:52:42.798Z Compiling tokio-util v0.7.15
19762025-09-24T15:52:43.804Z Compiling tracing-core v0.1.32
19772025-09-24T15:52:43.854Z Compiling powerfmt v0.2.0
19782025-09-24T15:52:44.427Z Compiling untrusted v0.9.0
19792025-09-24T15:52:45.449Z Compiling newtype-uuid v1.2.4
19802025-09-24T15:52:45.845Z Compiling untrusted v0.7.1
19812025-09-24T15:52:46.068Z Compiling base64 v0.22.1
19822025-09-24T15:52:47.251Z Compiling tracing v0.1.40
19832025-09-24T15:52:47.476Z Compiling deranged v0.5.3
19842025-09-24T15:52:47.760Z Compiling pest_generator v2.7.14
19852025-09-24T15:52:47.985Z Compiling spki v0.7.3
19862025-09-24T15:52:48.157Z Compiling http-body v1.0.1
19872025-09-24T15:52:48.483Z Compiling salsa20 v0.10.2
19882025-09-24T15:52:48.509Z Compiling pbkdf2 v0.12.2
19892025-09-24T15:52:49.417Z Compiling num_threads v0.1.7
19902025-09-24T15:52:49.936Z Compiling atomic-waker v1.1.2
19912025-09-24T15:52:50.235Z Compiling pest_derive v2.7.14
19922025-09-24T15:52:50.748Z Compiling time v0.3.43
19932025-09-24T15:52:51.549Z Compiling scrypt v0.11.0
19942025-09-24T15:52:52.106Z Compiling aes v0.8.4
19952025-09-24T15:52:52.524Z Compiling cbc v0.1.2
19962025-09-24T15:52:53.381Z Compiling usdt-impl v0.5.0
19972025-09-24T15:52:53.808Z Compiling zstd-safe v7.2.3
19982025-09-24T15:52:53.908Z Compiling num-bigint-dig v0.8.4
19992025-09-24T15:52:54.240Z Compiling try-lock v0.2.5
20002025-09-24T15:52:54.434Z Compiling tower-service v0.3.3
20012025-09-24T15:52:54.490Z Compiling want v0.3.1
20022025-09-24T15:52:54.759Z Compiling pkcs5 v0.7.1
20032025-09-24T15:52:55.822Z Compiling h2 v0.4.6
20042025-09-24T15:52:56.477Z Compiling scroll v0.12.0
20052025-09-24T15:52:57.469Z Compiling heapless v0.7.17
20062025-09-24T15:52:57.817Z Compiling ipnet v2.11.0
20072025-09-24T15:52:58.085Z Compiling async-trait v0.1.89
20082025-09-24T15:52:58.934Z Compiling ahash v0.8.12
20092025-09-24T15:52:59.244Z Compiling anyhow v1.0.99
20102025-09-24T15:52:59.428Z Compiling httpdate v1.0.3
20112025-09-24T15:53:00.097Z Compiling openssl-probe v0.1.5
20122025-09-24T15:53:00.345Z Compiling signal-hook v0.3.18
20132025-09-24T15:53:00.388Z Compiling plain v0.2.3
20142025-09-24T15:53:00.641Z Compiling foreign-types-shared v0.1.1
20152025-09-24T15:53:00.681Z Compiling goblin v0.8.2
20162025-09-24T15:53:00.790Z Compiling foreign-types v0.3.2
20172025-09-24T15:53:01.419Z Compiling pkcs8 v0.10.2
20182025-09-24T15:53:05.254Z Compiling hyper v1.7.0
20192025-09-24T15:53:06.959Z Compiling daft-derive v0.1.4
20202025-09-24T15:53:08.648Z Compiling tinyvec_macros v0.1.1
20212025-09-24T15:53:09.295Z Compiling pretty-hex v0.4.1
20222025-09-24T15:53:09.494Z Compiling strsim v0.11.1
20232025-09-24T15:53:09.582Z Compiling dof v0.3.0
20242025-09-24T15:53:09.809Z Compiling tinyvec v1.8.0
20252025-09-24T15:53:10.324Z Compiling hyper-util v0.1.16
20262025-09-24T15:53:15.587Z Compiling dtrace-parser v0.2.0
20272025-09-24T15:53:17.332Z Compiling curve25519-dalek v4.1.3
20282025-09-24T15:53:17.554Z Compiling rand_core v0.9.3
20292025-09-24T15:53:17.870Z Compiling clap_derive v4.5.41
20302025-09-24T15:53:18.146Z Compiling thread-id v4.2.2
20312025-09-24T15:53:18.379Z Compiling memoffset v0.9.1
20322025-09-24T15:53:19.218Z Compiling smoltcp v0.9.1
20332025-09-24T15:53:19.947Z Compiling adler2 v2.0.0
20342025-09-24T15:53:20.781Z Compiling miniz_oxide v0.8.5
20352025-09-24T15:53:27.330Z Compiling rand_chacha v0.9.0
20362025-09-24T15:53:29.198Z Compiling http-body-util v0.1.3
20372025-09-24T15:53:29.795Z Compiling strum_macros v0.26.4
20382025-09-24T15:53:31.142Z Compiling sync_wrapper v1.0.1
20392025-09-24T15:53:31.358Z Compiling encoding_rs v0.8.34
20402025-09-24T15:53:32.158Z Compiling cfg_aliases v0.2.1
20412025-09-24T15:53:32.603Z Compiling mime v0.3.17
20422025-09-24T15:53:32.900Z Compiling psl-types v2.0.11
20432025-09-24T15:53:33.258Z Compiling tower-layer v0.3.3
20442025-09-24T15:53:33.739Z Compiling anstyle v1.0.11
20452025-09-24T15:53:33.985Z Compiling utf8parse v0.2.2
20462025-09-24T15:53:34.053Z Compiling buf-list v1.0.3
20472025-09-24T15:53:34.190Z Compiling anstyle-parse v0.2.5
20482025-09-24T15:53:34.559Z Compiling tower v0.5.2
20492025-09-24T15:53:34.851Z Compiling publicsuffix v2.3.0
20502025-09-24T15:53:37.207Z Compiling nix v0.29.0
20512025-09-24T15:53:40.645Z Compiling rand v0.9.2
20522025-09-24T15:53:43.095Z Compiling tokio-native-tls v0.3.1
20532025-09-24T15:53:43.450Z Compiling unicode-normalization v0.1.24
20542025-09-24T15:53:43.874Z Compiling rustls-native-certs v0.8.1
20552025-09-24T15:53:44.142Z Compiling hubpack_derive v0.1.1
20562025-09-24T15:53:44.579Z Compiling strum_macros v0.27.1
20572025-09-24T15:53:45.010Z Compiling webpki-roots v1.0.1
20582025-09-24T15:53:45.324Z Compiling openapiv3 v2.2.0
20592025-09-24T15:53:45.388Z Compiling signature v2.2.0
20602025-09-24T15:53:45.478Z Compiling serde_urlencoded v0.7.1
20612025-09-24T15:53:45.799Z Compiling serde_spanned v0.6.9
20622025-09-24T15:53:46.131Z Compiling toml_datetime v0.6.11
20632025-09-24T15:53:46.279Z Compiling curve25519-dalek-derive v0.1.1
20642025-09-24T15:53:47.043Z Compiling fs-err v3.1.1
20652025-09-24T15:53:47.491Z Compiling crc32fast v1.4.2
20662025-09-24T15:53:47.620Z Compiling colorchoice v1.0.2
20672025-09-24T15:53:47.860Z Compiling zlib-rs v0.5.1
20682025-09-24T15:53:48.174Z Compiling is_terminal_polyfill v1.70.1
20692025-09-24T15:53:48.414Z Compiling anstyle-query v1.1.1
20702025-09-24T15:53:48.656Z Compiling unicode-properties v0.1.3
20712025-09-24T15:53:48.735Z Compiling unicode-bidi v0.3.17
20722025-09-24T15:53:49.088Z Compiling siphasher v0.3.11
20732025-09-24T15:53:49.277Z Compiling iri-string v0.7.8
20742025-09-24T15:53:49.463Z Compiling phf_shared v0.11.2
20752025-09-24T15:53:49.519Z Compiling stringprep v0.1.5
20762025-09-24T15:53:49.909Z Compiling anstream v0.6.18
20772025-09-24T15:53:53.156Z Compiling tower-http v0.6.6
20782025-09-24T15:53:53.594Z Compiling libz-rs-sys v0.5.1
20792025-09-24T15:53:54.829Z Compiling hyper-tls v0.6.0
20802025-09-24T15:53:55.485Z Compiling cookie_store v0.21.1
20812025-09-24T15:53:55.598Z Compiling usdt-attr-macro v0.5.0
20822025-09-24T15:53:55.870Z Compiling usdt-macro v0.5.0
20832025-09-24T15:53:56.868Z Compiling rand_chacha v0.3.1
20842025-09-24T15:53:57.398Z Compiling md-5 v0.10.6
20852025-09-24T15:53:57.582Z Compiling num-integer v0.1.46
20862025-09-24T15:53:57.815Z Compiling hash32 v0.2.1
20872025-09-24T15:53:58.297Z Compiling ff v0.13.0
20882025-09-24T15:53:58.776Z Compiling winnow v0.7.10
20892025-09-24T15:53:58.814Z Compiling base16ct v0.2.0
20902025-09-24T15:53:59.201Z Compiling fallible-iterator v0.2.0
20912025-09-24T15:53:59.348Z Compiling gimli v0.31.1
20922025-09-24T15:54:00.036Z Compiling postgres-protocol v0.6.8
20932025-09-24T15:54:00.994Z Compiling sec1 v0.7.3
20942025-09-24T15:54:01.293Z Compiling group v0.13.0
20952025-09-24T15:54:01.705Z Compiling num-iter v0.1.45
20962025-09-24T15:54:01.929Z Compiling rand v0.8.5
20972025-09-24T15:54:03.424Z Compiling flate2 v1.1.2
20982025-09-24T15:54:03.820Z Compiling addr2line v0.24.2
20992025-09-24T15:54:04.617Z Compiling ipnetwork v0.21.1
21002025-09-24T15:54:05.050Z Compiling hkdf v0.12.4
21012025-09-24T15:54:05.587Z Compiling terminal_size v0.4.0
21022025-09-24T15:54:05.813Z Compiling crypto-bigint v0.5.5
21032025-09-24T15:54:05.927Z Compiling enum-as-inner v0.6.1
21042025-09-24T15:54:06.484Z Compiling serde_repr v0.1.19
21052025-09-24T15:54:07.028Z Compiling object v0.36.5
21062025-09-24T15:54:07.552Z Compiling bumpalo v3.16.0
21072025-09-24T15:54:09.287Z Compiling rustls-webpki v0.102.8
21082025-09-24T15:54:11.524Z Compiling clap_lex v0.7.4
21092025-09-24T15:54:11.993Z Compiling rustc-demangle v0.1.24
21102025-09-24T15:54:12.206Z Compiling bitflags v1.3.2
21112025-09-24T15:54:12.432Z Compiling simd-adler32 v0.3.7
21122025-09-24T15:54:12.960Z Compiling winnow v0.5.40
21132025-09-24T15:54:13.012Z Compiling managed v0.8.0
21142025-09-24T15:54:13.536Z Compiling lockfree-object-pool v0.1.6
21152025-09-24T15:54:13.987Z Compiling zopfli v0.8.1
21162025-09-24T15:54:14.212Z Compiling backtrace v0.3.74
21172025-09-24T15:54:16.542Z Compiling toml_edit v0.19.15
21182025-09-24T15:54:16.775Z Compiling clap_builder v4.5.41
21192025-09-24T15:54:18.522Z Compiling tokio-rustls v0.26.0
21202025-09-24T15:54:18.754Z Compiling elliptic-curve v0.13.8
21212025-09-24T15:54:18.938Z Compiling oxnet v0.1.3
21222025-09-24T15:54:19.120Z Compiling hyper-rustls v0.27.7
21232025-09-24T15:54:22.681Z Compiling zstd v0.13.3
21242025-09-24T15:54:22.740Z Compiling signal-hook-mio v0.2.4
21252025-09-24T15:54:23.240Z Compiling postgres-types v0.2.9
21262025-09-24T15:54:23.445Z Compiling phf v0.11.2
21272025-09-24T15:54:23.837Z Compiling strum v0.27.2
21282025-09-24T15:54:24.155Z Compiling ed25519 v2.2.3
21292025-09-24T15:54:24.271Z Compiling hubpack v0.1.2
21302025-09-24T15:54:24.353Z Compiling bzip2 v0.5.2
21312025-09-24T15:54:24.402Z Compiling bzip2 v0.4.4
21322025-09-24T15:54:24.730Z Compiling pkcs1 v0.7.5
21332025-09-24T15:54:25.009Z Compiling rfc6979 v0.4.0
21342025-09-24T15:54:25.145Z Compiling float-cmp v0.10.0
21352025-09-24T15:54:25.267Z Compiling serde-big-array v0.5.1
21362025-09-24T15:54:25.300Z Compiling regress v0.10.4
21372025-09-24T15:54:25.486Z Compiling bstr v1.10.0
21382025-09-24T15:54:25.580Z Compiling env_filter v0.1.2
21392025-09-24T15:54:26.719Z Compiling socket2 v0.5.10
21402025-09-24T15:54:26.923Z Compiling memmap v0.7.0
21412025-09-24T15:54:29.138Z Compiling fixedbitset v0.4.2
21422025-09-24T15:54:29.556Z Compiling unicode-segmentation v1.12.0
21432025-09-24T15:54:30.465Z Compiling normalize-line-endings v0.3.0
21442025-09-24T15:54:30.784Z Compiling static_assertions v1.1.0
21452025-09-24T15:54:30.852Z Compiling toml_write v0.1.2
21462025-09-24T15:54:31.211Z Compiling new_debug_unreachable v1.0.6
21472025-09-24T15:54:31.298Z Compiling precomputed-hash v0.1.1
21482025-09-24T15:54:31.399Z Compiling fastrand v2.1.1
21492025-09-24T15:54:31.441Z Compiling difflib v0.4.0
21502025-09-24T15:54:31.507Z Compiling whoami v1.5.2
21512025-09-24T15:54:32.597Z Compiling predicates-core v1.0.8
21522025-09-24T15:54:33.020Z Compiling data-encoding v2.9.0
21532025-09-24T15:54:34.135Z Compiling hickory-proto v0.25.2
21542025-09-24T15:54:34.463Z Compiling toml_edit v0.22.27
21552025-09-24T15:54:34.560Z Compiling predicates v3.1.3
21562025-09-24T15:54:38.781Z Compiling reqwest v0.12.22
21572025-09-24T15:54:40.834Z Compiling tokio-postgres v0.7.13
21582025-09-24T15:54:45.448Z Compiling tempfile v3.20.0
21592025-09-24T15:54:45.654Z Compiling string_cache v0.8.9
21602025-09-24T15:54:46.215Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21612025-09-24T15:54:47.483Z Compiling similar v2.7.0
21622025-09-24T15:54:49.518Z Compiling petgraph v0.6.5
21632025-09-24T15:54:50.739Z Compiling typify-impl v0.3.0
21642025-09-24T15:54:53.223Z Compiling usdt v0.5.0
21652025-09-24T15:54:53.809Z Compiling env_logger v0.11.5
21662025-09-24T15:54:54.589Z Compiling ecdsa v0.16.9
21672025-09-24T15:54:54.651Z Compiling rsa v0.9.6
21682025-09-24T15:54:56.974Z Compiling zip v0.6.6
21692025-09-24T15:54:57.004Z Compiling zip v4.2.0
21702025-09-24T15:54:58.154Z Compiling ed25519-dalek v2.1.1
21712025-09-24T15:54:59.159Z Compiling crossterm v0.28.1
21722025-09-24T15:54:59.530Z Compiling daft v0.1.4
21732025-09-24T15:55:00.633Z Compiling crossbeam-epoch v0.9.18
21742025-09-24T15:55:00.708Z Compiling clap v4.5.41
21752025-09-24T15:55:00.711Z Compiling toml v0.7.8
21762025-09-24T15:55:00.939Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21772025-09-24T15:55:01.367Z Compiling strum v0.26.3
21782025-09-24T15:55:02.160Z Compiling tokio-stream v0.1.17
21792025-09-24T15:55:02.235Z Compiling x509-cert v0.2.5
21802025-09-24T15:55:02.370Z Compiling sha1 v0.10.6
21812025-09-24T15:55:02.867Z Compiling hex v0.4.3
21822025-09-24T15:55:02.964Z Compiling structmeta-derive v0.3.0
21832025-09-24T15:55:03.091Z Compiling itertools v0.10.5
21842025-09-24T15:55:03.527Z Compiling winnow v0.6.26
21852025-09-24T15:55:05.575Z Compiling lalrpop-util v0.19.12
21862025-09-24T15:55:05.928Z Compiling camino v1.2.0
21872025-09-24T15:55:06.543Z Compiling peg-runtime v0.8.5
21882025-09-24T15:55:07.012Z Compiling rustc-hash v2.1.1
21892025-09-24T15:55:07.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21902025-09-24T15:55:07.757Z Compiling structmeta v0.3.0
21912025-09-24T15:55:11.860Z Compiling typify-macro v0.3.0
21922025-09-24T15:55:19.248Z Compiling radium v0.7.0
21932025-09-24T15:55:27.471Z Compiling maybe-uninit v2.0.0
21942025-09-24T15:55:27.945Z Compiling tap v1.0.1
21952025-09-24T15:55:28.172Z Compiling wyz v0.5.1
21962025-09-24T15:55:31.652Z Compiling futures-executor v0.3.31
21972025-09-24T15:55:32.421Z Compiling wait-timeout v0.2.0
21982025-09-24T15:55:32.719Z Compiling typeid v1.0.3
21992025-09-24T15:55:32.899Z Compiling quick-error v1.2.3
22002025-09-24T15:55:33.212Z Compiling ident_case v1.0.1
22012025-09-24T15:55:33.238Z Compiling packed_struct v0.10.1
22022025-09-24T15:55:33.343Z Compiling bit-vec v0.8.0
22032025-09-24T15:55:33.435Z Compiling funty v2.0.0
22042025-09-24T15:55:33.731Z Compiling darling_core v0.20.10
22052025-09-24T15:55:33.944Z Compiling bit-set v0.8.0
22062025-09-24T15:55:34.465Z Compiling rusty-fork v0.3.0
22072025-09-24T15:55:36.781Z Compiling bitvec v1.0.1
22082025-09-24T15:55:37.116Z Compiling futures v0.3.31
22092025-09-24T15:55:38.932Z Compiling typify v0.3.0
22102025-09-24T15:55:39.130Z Compiling derive-ex v0.1.8
22112025-09-24T15:55:41.213Z Compiling rand_xorshift v0.4.0
22122025-09-24T15:55:41.506Z Compiling packed_struct_codegen v0.10.1
22132025-09-24T15:55:42.089Z Compiling bitfield-macros v0.19.2
22142025-09-24T15:55:42.565Z Compiling zerocopy-derive v0.6.6
22152025-09-24T15:55:42.922Z Compiling indexmap v1.9.3
22162025-09-24T15:55:43.493Z Compiling crc-catalog v2.4.0
22172025-09-24T15:55:43.687Z Compiling unarray v0.1.4
22182025-09-24T15:55:43.690Z Compiling unsafe-libyaml v0.2.11
22192025-09-24T15:55:43.947Z Compiling nodrop v0.1.14
22202025-09-24T15:55:44.917Z Compiling rustls v0.22.4
22212025-09-24T15:55:45.045Z Compiling serde_yaml v0.9.34+deprecated
22222025-09-24T15:55:48.144Z Compiling zerocopy v0.6.6
22232025-09-24T15:55:49.012Z Compiling array-init v0.0.4
22242025-09-24T15:55:49.667Z Compiling proptest v1.7.0
22252025-09-24T15:55:52.331Z Compiling crc v3.2.1
22262025-09-24T15:55:53.995Z Compiling bitfield v0.19.2
22272025-09-24T15:55:54.395Z Compiling test-strategy v0.4.3
22282025-09-24T15:55:57.512Z Compiling progenitor-impl v0.9.1
22292025-09-24T15:55:57.712Z Compiling darling_macro v0.20.10
22302025-09-24T15:55:57.770Z Compiling smallvec v0.6.14
22312025-09-24T15:55:58.810Z Compiling toml v0.8.23
22322025-09-24T15:56:01.591Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22332025-09-24T15:56:02.111Z Compiling xattr v1.3.1
22342025-09-24T15:56:02.471Z Compiling pin-project-internal v1.1.6
22352025-09-24T15:56:03.075Z Compiling thread_local v1.1.8
22362025-09-24T15:56:03.734Z Compiling filetime v0.2.25
22372025-09-24T15:56:04.119Z Compiling multer v3.1.0
22382025-09-24T15:56:04.477Z Compiling hashbrown v0.12.3
22392025-09-24T15:56:04.503Z Compiling base64 v0.21.7
22402025-09-24T15:56:04.938Z Compiling match_cfg v0.1.0
22412025-09-24T15:56:05.615Z Compiling ref-cast v1.0.24
22422025-09-24T15:56:05.743Z Compiling same-file v1.0.6
22432025-09-24T15:56:06.044Z Compiling slog-async v2.8.0
22442025-09-24T15:56:06.100Z Compiling rayon-core v1.12.1
22452025-09-24T15:56:06.391Z Compiling walkdir v2.5.0
22462025-09-24T15:56:06.610Z Compiling ron v0.8.1
22472025-09-24T15:56:06.804Z Compiling hostname v0.3.1
22482025-09-24T15:56:07.259Z Compiling pin-project v1.1.6
22492025-09-24T15:56:07.496Z Compiling tar v0.4.44
22502025-09-24T15:56:07.531Z Compiling progenitor-macro v0.9.1
22512025-09-24T15:56:07.791Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
22522025-09-24T15:56:07.940Z Compiling darling v0.20.10
22532025-09-24T15:56:08.094Z Compiling erased-serde v0.4.6
22542025-09-24T15:56:08.894Z Compiling serde-hex v0.1.0
22552025-09-24T15:56:11.057Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
22562025-09-24T15:56:12.337Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22572025-09-24T15:56:13.135Z Compiling hashbrown v0.13.2
22582025-09-24T15:56:14.117Z Compiling progenitor-client v0.9.1
22592025-09-24T15:56:14.374Z Compiling toml_parser v1.0.2
22602025-09-24T15:56:15.063Z Compiling crossbeam-channel v0.5.15
22612025-09-24T15:56:16.578Z Compiling slog-json v2.6.1
22622025-09-24T15:56:17.025Z Compiling toml_datetime v0.7.0
22632025-09-24T15:56:17.626Z Compiling serde_spanned v1.0.0
22642025-09-24T15:56:17.853Z Compiling serde_path_to_error v0.1.17
22652025-09-24T15:56:17.940Z Compiling snafu-derive v0.8.5
22662025-09-24T15:56:18.611Z Compiling async-stream-impl v0.3.6
22672025-09-24T15:56:18.881Z Compiling ref-cast-impl v1.0.24
22682025-09-24T15:56:18.909Z Compiling ordered-float v2.10.1
22692025-09-24T15:56:19.520Z Compiling is-terminal v0.4.13
22702025-09-24T15:56:19.698Z Compiling fs-err v2.11.0
22712025-09-24T15:56:19.810Z Compiling dropshot v0.16.4
22722025-09-24T15:56:19.976Z Compiling toml_writer v1.0.2
22732025-09-24T15:56:20.097Z Compiling take_mut v0.2.2
22742025-09-24T15:56:20.181Z Compiling debug-ignore v1.0.5
22752025-09-24T15:56:20.317Z Compiling term v1.1.0
22762025-09-24T15:56:20.397Z Compiling crc-any v2.5.0
22772025-09-24T15:56:20.515Z Compiling toml v0.9.5
22782025-09-24T15:56:21.269Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
22792025-09-24T15:56:21.880Z Compiling snafu v0.8.5
22802025-09-24T15:56:23.038Z Compiling slog-term v2.9.2
22812025-09-24T15:56:26.485Z Compiling async-stream v0.3.6
22822025-09-24T15:56:26.834Z Compiling serde-value v0.7.0
22832025-09-24T15:56:26.952Z Compiling progenitor v0.9.1
22842025-09-24T15:56:27.214Z Compiling tokio-rustls v0.25.0
22852025-09-24T15:56:27.716Z Compiling slog-bunyan v2.5.0
22862025-09-24T15:56:28.037Z Compiling object v0.30.4
22872025-09-24T15:56:28.562Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22882025-09-24T15:56:29.753Z Compiling serde-untagged v0.1.7
22892025-09-24T15:56:29.945Z Compiling serde_with_macros v3.14.0
22902025-09-24T15:56:32.325Z Compiling camino-tempfile v1.4.1
22912025-09-24T15:56:33.009Z Compiling globset v0.4.15
22922025-09-24T15:56:33.108Z Compiling crossbeam-deque v0.8.5
22932025-09-24T15:56:33.553Z Compiling parse-display-derive v0.10.0
22942025-09-24T15:56:35.331Z Compiling olpc-cjson v0.1.4
22952025-09-24T15:56:35.666Z Compiling waitgroup v0.1.2
22962025-09-24T15:56:35.973Z Compiling pem v3.0.5
22972025-09-24T15:56:36.984Z Compiling rustls-pemfile v2.2.0
22982025-09-24T15:56:37.386Z Compiling dropshot_endpoint v0.16.4
22992025-09-24T15:56:37.494Z Compiling serde_plain v1.0.2
23002025-09-24T15:56:37.676Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012025-09-24T15:56:38.059Z Compiling async-recursion v1.1.1
23022025-09-24T15:56:38.425Z Compiling derive-where v1.5.0
23032025-09-24T15:56:38.685Z Compiling hashbrown v0.16.0
23042025-09-24T15:56:38.990Z Compiling blake3 v1.5.4
23052025-09-24T15:56:39.309Z Compiling hostname v0.4.0
23062025-09-24T15:56:39.618Z Compiling instant v0.1.13
23072025-09-24T15:56:39.622Z Compiling typed-path v0.9.3
23082025-09-24T15:56:39.786Z Compiling foldhash v0.2.0
23092025-09-24T15:56:39.840Z Compiling path-slash v0.1.5
23102025-09-24T15:56:40.114Z Compiling unicode-xid v0.2.6
23112025-09-24T15:56:40.139Z Compiling iddqd v0.3.13
23122025-09-24T15:56:40.220Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23132025-09-24T15:56:40.363Z Compiling cargo-util-schemas v0.8.2
23142025-09-24T15:56:40.387Z Compiling backoff v0.4.0
23152025-09-24T15:56:41.188Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23162025-09-24T15:56:41.377Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172025-09-24T15:56:41.582Z Compiling parse-display v0.10.0
23182025-09-24T15:56:43.516Z Compiling tough v0.20.0
23192025-09-24T15:56:43.858Z Compiling serde_with v3.14.0
23202025-09-24T15:56:44.988Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212025-09-24T15:56:45.428Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
23222025-09-24T15:56:45.732Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23232025-09-24T15:56:46.260Z Compiling itertools v0.13.0
23242025-09-24T15:56:46.332Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
23252025-09-24T15:56:46.506Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23262025-09-24T15:56:47.442Z Compiling progenitor-client v0.10.0
23272025-09-24T15:56:47.604Z Compiling macaddr v1.0.1
23282025-09-24T15:56:48.196Z Compiling cargo-platform v0.2.0
23292025-09-24T15:56:48.398Z Compiling memmap2 v0.9.5
23302025-09-24T15:56:48.980Z Compiling parse-size v1.1.0
23312025-09-24T15:56:49.329Z Compiling constant_time_eq v0.3.1
23322025-09-24T15:56:49.397Z Compiling indent_write v2.2.0
23332025-09-24T15:56:49.550Z Compiling arrayref v0.3.9
23342025-09-24T15:56:49.684Z Compiling arrayvec v0.7.6
23352025-09-24T15:56:49.711Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23362025-09-24T15:56:49.828Z Compiling cargo_metadata v0.21.0
23372025-09-24T15:56:52.569Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23382025-09-24T15:56:53.737Z Compiling topological-sort v0.2.2
23392025-09-24T15:56:54.069Z Compiling display-error-chain v0.2.2
23402025-09-24T15:56:54.333Z Compiling omicron-zone-package v0.12.2
23412025-09-24T15:56:54.986Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23422025-09-24T15:56:59.039Z Compiling shell-words v1.1.0
23432025-09-24T15:57:09.162Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23442025-09-24T15:57:17.560Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23452025-09-24T15:57:35.395Z Finished `release` profile [optimized] target(s) in 5m 54s
23462025-09-24T15:57:35.593Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23472025-09-24T15:57:35.652ZSep 24 15:57:34.326 DEBG changing working directory to /work/oxidecomputer/omicron
23482025-09-24T15:57:35.802ZSep 24 15:57:34.476 DEBG running: git rev-parse HEAD
23492025-09-24T15:57:35.806ZSep 24 15:57:34.480 DEBG process exited with exit status: 0 (3.219002ms)
23502025-09-24T15:57:35.806ZSep 24 15:57:34.480 INFO version: 16.0.0-0.ci+gitec7a0a7d5cb
23512025-09-24T15:57:35.845ZSep 24 15:57:34.520 INFO cloning helios to /work/oxidecomputer/helios
23522025-09-24T15:57:35.846ZSep 24 15:57:34.520 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23532025-09-24T15:57:35.854ZCloning into '/work/oxidecomputer/helios'...
23542025-09-24T15:57:36.347ZSep 24 15:57:35.021 DEBG process exited with exit status: 0 (501.558736ms)
23552025-09-24T15:57:36.347ZSep 24 15:57:35.022 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23562025-09-24T15:57:36.351ZSep 24 15:57:35.025 DEBG process exited with exit status: 0 (3.257621ms)
23572025-09-24T15:57:36.351ZSep 24 15:57:35.025 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23582025-09-24T15:57:37.512ZSep 24 15:57:36.186 DEBG process exited with exit status: 0 (1.161429032s)
23592025-09-24T15:57:37.512ZSep 24 15:57:36.186 DEBG running: zfs list rpool/images/build/host
23602025-09-24T15:57:37.517ZNAME USED AVAIL REFER MOUNTPOINT
23612025-09-24T15:57:37.517Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
23622025-09-24T15:57:37.520ZSep 24 15:57:36.192 DEBG process exited with exit status: 0 (5.375334ms)
23632025-09-24T15:57:37.520ZSep 24 15:57:36.192 DEBG running: zfs list rpool/images/build/recovery
23642025-09-24T15:57:37.524ZNAME USED AVAIL REFER MOUNTPOINT
23652025-09-24T15:57:37.524Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
23662025-09-24T15:57:37.524ZSep 24 15:57:36.196 DEBG process exited with exit status: 0 (4.555874ms)
23672025-09-24T15:57:37.524ZSep 24 15:57:36.197 INFO [hubris-staging] running task
23682025-09-24T15:57:37.524ZSep 24 15:57:36.197 INFO [incorp-manifest] running task
23692025-09-24T15:57:37.524ZSep 24 15:57:36.197 INFO [hubris-production] running task
23702025-09-24T15:57:37.524ZSep 24 15:57:36.197 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23712025-09-24T15:57:37.524ZSep 24 15:57:36.197 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23722025-09-24T15:57:37.524ZSep 24 15:57:36.198 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
23732025-09-24T15:57:37.527ZSep 24 15:57:36.199 INFO [incorp-create] running: pkgrepo create /work/incorporation
23742025-09-24T15:57:37.614Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23752025-09-24T15:57:37.884ZSep 24 15:57:36.558 INFO [incorp-create] process exited with exit status: 0 (359.290922ms)
23762025-09-24T15:57:37.887ZSep 24 15:57:36.558 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23772025-09-24T15:57:38.203ZSep 24 15:57:36.877 INFO [incorp-publisher] process exited with exit status: 0 (318.632425ms)
23782025-09-24T15:57:38.281Z[ omicron-package] Blocking waiting for file lock on package cache
23792025-09-24T15:57:38.804Z[ omicron-package] Blocking waiting for file lock on package cache
23802025-09-24T15:57:39.112Z[ omicron-package] Blocking waiting for file lock on package cache
23812025-09-24T15:57:39.824ZSep 24 15:57:38.498 INFO [hubris-production] task succeeded (2.301429504s)
23822025-09-24T15:57:40.067Z[ omicron-package] Compiling ring v0.17.14
23832025-09-24T15:57:40.076Z[ omicron-package] Compiling darling_core v0.21.0
23842025-09-24T15:57:40.080Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23852025-09-24T15:57:40.080Z[ omicron-package] Compiling itertools v0.14.0
23862025-09-24T15:57:40.080Z[ omicron-package] Compiling heapless v0.8.0
23872025-09-24T15:57:40.080Z[ omicron-package] Compiling hash32 v0.3.1
23882025-09-24T15:57:40.081Z[ omicron-package] Compiling smoltcp v0.11.0
23892025-09-24T15:57:41.482Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23902025-09-24T15:57:42.175Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23912025-09-24T15:57:42.258Z[ omicron-package] Compiling num_enum_derive v0.5.11
23922025-09-24T15:57:42.785Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23932025-09-24T15:57:43.106Z[ omicron-package] Compiling cobs v0.2.3
23942025-09-24T15:57:44.041Z[ omicron-package] Compiling postcard v1.0.10
23952025-09-24T15:57:44.377Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
23962025-09-24T15:57:45.659Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
23972025-09-24T15:57:46.152Z[ omicron-package] Compiling proc-macro-error v1.0.4
23982025-09-24T15:57:46.523Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23992025-09-24T15:57:46.807Z[ omicron-package] Compiling num_enum v0.5.11
24002025-09-24T15:57:46.981Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24012025-09-24T15:57:47.378Z[ omicron-package] Compiling rustls v0.23.19
24022025-09-24T15:57:47.545Z[ omicron-package] Compiling unicode-width v0.1.14
24032025-09-24T15:57:48.985Z[ omicron-package] Compiling tabwriter v1.4.0
24042025-09-24T15:57:49.298Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052025-09-24T15:57:49.624Z[ omicron-package] Compiling foreign-types v0.5.0
24062025-09-24T15:57:50.029Z[ omicron-package] Compiling cstr-argument v0.1.2
24072025-09-24T15:57:50.377Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24082025-09-24T15:57:50.592Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24092025-09-24T15:57:50.769Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24102025-09-24T15:57:51.189Z[ omicron-package] Compiling darling_macro v0.21.0
24112025-09-24T15:57:51.369Z[ omicron-package] Compiling pretty-hex v0.2.1
24122025-09-24T15:57:51.790Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24132025-09-24T15:57:51.915Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24142025-09-24T15:57:52.186Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152025-09-24T15:57:52.488Z[ omicron-package] Compiling rayon v1.10.0
24162025-09-24T15:57:52.586Z[ omicron-package] Compiling colored v2.2.0
24172025-09-24T15:57:53.040Z[ omicron-package] Compiling rustls-webpki v0.102.8
24182025-09-24T15:57:53.466Z[ omicron-package] Compiling darling v0.21.0
24192025-09-24T15:57:53.870Z[ omicron-package] Compiling heck v0.4.1
24202025-09-24T15:57:53.986Z[ omicron-package] Compiling ingot-macros v0.1.1
24212025-09-24T15:57:54.669Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24222025-09-24T15:57:56.099Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24232025-09-24T15:57:56.656Z[ omicron-package] Compiling sigpipe v0.1.3
24242025-09-24T15:57:56.962Z[ omicron-package] Compiling num-derive v0.4.2
24252025-09-24T15:57:57.075Z[ omicron-package] Compiling jiff v0.2.15
24262025-09-24T15:57:58.248Z[ omicron-package] Compiling libefi-sys v0.1.0
24272025-09-24T15:57:58.831Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24282025-09-24T15:57:59.505Z[ omicron-package] Compiling glob v0.3.2
24292025-09-24T15:58:00.068Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24302025-09-24T15:58:01.768Z[ omicron-package] Compiling rustls v0.22.4
24312025-09-24T15:58:02.132Z[ omicron-package] Compiling zone v0.3.1
24322025-09-24T15:58:02.313Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24332025-09-24T15:58:03.408Z[ omicron-package] Compiling smf v0.2.3
24342025-09-24T15:58:03.696Z[ omicron-package] Compiling ingot-types v0.1.2
24352025-09-24T15:58:05.385Z[ omicron-package] Compiling tokio-rustls v0.26.0
24362025-09-24T15:58:06.273Z[ omicron-package] Compiling hyper-rustls v0.27.7
24372025-09-24T15:58:06.937Z[ omicron-package] Compiling reqwest v0.12.22
24382025-09-24T15:58:07.013Z[ omicron-package] Compiling ingot v0.1.1
24392025-09-24T15:58:10.986Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24402025-09-24T15:58:11.963Z[ omicron-package] Compiling bitfield-struct v0.6.2
24412025-09-24T15:58:13.087Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24422025-09-24T15:58:13.953Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24432025-09-24T15:58:14.098Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24442025-09-24T15:58:14.694Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24452025-09-24T15:58:14.965Z[ omicron-package] Compiling unicode-width v0.2.0
24462025-09-24T15:58:15.012Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472025-09-24T15:58:16.077Z[ omicron-package] Compiling console v0.16.0
24482025-09-24T15:58:17.473Z[ omicron-package] Compiling tokio-rustls v0.25.0
24492025-09-24T15:58:17.519ZSep 24 15:58:16.191 INFO [hubris-staging] task succeeded (39.994003648s)
24502025-09-24T15:58:18.314Z[ omicron-package] Compiling dropshot v0.16.4
24512025-09-24T15:58:19.236Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24522025-09-24T15:58:19.683Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24532025-09-24T15:58:19.785Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24542025-09-24T15:58:20.553Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24552025-09-24T15:58:20.553Z[ helios-setup] --> src/main.rs:79:10
24562025-09-24T15:58:20.557Z[ helios-setup] |
24572025-09-24T15:58:20.557Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24582025-09-24T15:58:20.557Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24592025-09-24T15:58:20.557Z[ helios-setup] | |
24602025-09-24T15:58:20.557Z[ helios-setup] | the lifetime is elided here
24612025-09-24T15:58:20.557Z[ helios-setup] |
24622025-09-24T15:58:20.557Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24632025-09-24T15:58:20.557Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24642025-09-24T15:58:20.557Z[ helios-setup] help: use `'_` for type paths
24652025-09-24T15:58:20.557Z[ helios-setup] |
24662025-09-24T15:58:20.557Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24672025-09-24T15:58:20.557Z[ helios-setup] | ++++
24682025-09-24T15:58:20.557Z[ helios-setup]
24692025-09-24T15:58:20.593Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24702025-09-24T15:58:20.792Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24712025-09-24T15:58:21.768Z[ omicron-package] Compiling gethostname v0.5.0
24722025-09-24T15:58:22.173Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24732025-09-24T15:58:22.816Z[ omicron-package] Compiling unit-prefix v0.5.1
24742025-09-24T15:58:23.356Z[ omicron-package] Compiling fixedbitset v0.5.7
24752025-09-24T15:58:23.987Z[ omicron-package] Compiling indicatif v0.18.0
24762025-09-24T15:58:25.081Z[ omicron-package] Compiling petgraph v0.8.2
24772025-09-24T15:58:27.472Z[ helios-setup] Sep 24 15:58:26.144 INFO helios repository root is: /work/oxidecomputer/helios
24782025-09-24T15:58:27.477Z[ helios-setup] Sep 24 15:58:26.146 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24792025-09-24T15:58:27.477Z[ helios-setup] Sep 24 15:58:26.146 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
24802025-09-24T15:58:27.477Z[ helios-setup] Sep 24 15:58:26.146 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24812025-09-24T15:58:27.481Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24822025-09-24T15:58:28.994Z[ helios-setup] Sep 24 15:58:27.630 INFO clone ok!, project: chelsio-t6-roms
24832025-09-24T15:58:28.998Z[ helios-setup] Sep 24 15:58:27.630 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24842025-09-24T15:58:28.999Z[ helios-setup] Sep 24 15:58:27.630 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
24852025-09-24T15:58:28.999Z[ helios-setup] Sep 24 15:58:27.630 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
24862025-09-24T15:58:28.999Z[ helios-setup] Sep 24 15:58:27.630 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24872025-09-24T15:58:28.999Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24882025-09-24T15:58:29.810Z[ helios-setup] Sep 24 15:58:28.481 INFO clone ok!, project: phbl
24892025-09-24T15:58:29.814Z[ helios-setup] Sep 24 15:58:28.482 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
24902025-09-24T15:58:29.814Z[ helios-setup] Sep 24 15:58:28.482 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24912025-09-24T15:58:29.814Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24922025-09-24T15:58:30.445Z[ omicron-package] Compiling progenitor-client v0.9.1
24932025-09-24T15:58:30.810Z[ helios-setup] Sep 24 15:58:29.482 INFO clone ok!, project: image-builder
24942025-09-24T15:58:30.814Z[ helios-setup] Sep 24 15:58:29.482 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
24952025-09-24T15:58:30.814Z[ helios-setup] Sep 24 15:58:29.482 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24962025-09-24T15:58:30.814Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24972025-09-24T15:58:31.299ZSep 24 15:58:29.970 DEBG process exited with exit status: 0 (53.772545144s)
24982025-09-24T15:58:31.302ZSep 24 15:58:29.973 INFO [incorp-manifest] task succeeded (53.775933651s)
24992025-09-24T15:58:31.302ZSep 24 15:58:29.973 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25002025-09-24T15:58:31.450Z[ omicron-package] Compiling progenitor v0.9.1
25012025-09-24T15:58:31.492Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25022025-09-24T15:58:31.727Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
25032025-09-24T15:58:31.775Z[ omicron-package] Compiling progenitor-client v0.10.0
25042025-09-24T15:58:31.908ZSep 24 15:58:30.579 INFO [incorp-fmt] process exited with exit status: 0 (606.376615ms)
25052025-09-24T15:58:31.909ZSep 24 15:58:30.580 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25062025-09-24T15:58:32.237Z[ helios-setup] Sep 24 15:58:30.908 INFO clone ok!, project: pilot
25072025-09-24T15:58:32.240Z[ helios-setup] Sep 24 15:58:30.908 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
25082025-09-24T15:58:32.240Z[ helios-setup] Sep 24 15:58:30.908 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25092025-09-24T15:58:32.240Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25102025-09-24T15:58:32.301Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25112025-09-24T15:58:32.511Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250924T155831Z
25122025-09-24T15:58:32.511Z[ incorp-pkgsend] PUBLISHED
25132025-09-24T15:58:32.581ZSep 24 15:58:31.252 INFO [incorp-pkgsend] process exited with exit status: 0 (671.932285ms)
25142025-09-24T15:58:32.584ZSep 24 15:58:31.252 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25152025-09-24T15:58:32.811Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25162025-09-24T15:58:32.966Z[ helios-setup] Sep 24 15:58:31.637 INFO clone ok!, project: pinprick
25172025-09-24T15:58:32.969Z[ helios-setup] Sep 24 15:58:31.637 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
25182025-09-24T15:58:32.969Z[ helios-setup] Sep 24 15:58:31.637 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25192025-09-24T15:58:32.969Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25202025-09-24T15:58:33.054Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25212025-09-24T15:58:33.063Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25222025-09-24T15:58:33.130Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25232025-09-24T15:58:33.130Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25242025-09-24T15:58:33.134Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25252025-09-24T15:58:33.139Z[ helios-incorp]
25262025-09-24T15:58:33.143Z[ helios-incorp] Archiving packages ...
25272025-09-24T15:58:33.143Z[ helios-incorp] Packages to add: 1
25282025-09-24T15:58:33.143Z[ helios-incorp] Files to retrieve: 0
25292025-09-24T15:58:33.143Z[ helios-incorp] Estimated transfer size: 0.00 B
25302025-09-24T15:58:33.143Z[ helios-incorp]
25312025-09-24T15:58:33.143Z[ helios-incorp] Packages to archive:
25322025-09-24T15:58:33.143Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250924T155831Z
25332025-09-24T15:58:33.143Z[ helios-incorp]
25342025-09-24T15:58:33.143Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25352025-09-24T15:58:33.143Z[ helios-incorp] Archiving: Completed 107.19 kB in 0.00 seconds
25362025-09-24T15:58:33.251ZSep 24 15:58:31.921 INFO [helios-incorp] process exited with exit status: 0 (669.563092ms)
25372025-09-24T15:58:33.747Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25382025-09-24T15:58:33.775Z[ helios-setup] Sep 24 15:58:32.446 INFO clone ok!, project: bootserver
25392025-09-24T15:58:33.775Z[ helios-setup] Sep 24 15:58:32.446 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
25402025-09-24T15:58:33.779Z[ helios-setup] Sep 24 15:58:32.447 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25412025-09-24T15:58:33.779Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25422025-09-24T15:58:34.425Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25432025-09-24T15:58:41.084Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25442025-09-24T15:58:44.415Z[ helios-setup] Sep 24 15:58:43.085 INFO clone ok!, project: amd-firmware
25452025-09-24T15:58:44.418Z[ helios-setup] Sep 24 15:58:43.085 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
25462025-09-24T15:58:44.418Z[ helios-setup] Sep 24 15:58:43.085 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
25472025-09-24T15:58:44.421Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25482025-09-24T15:58:45.671Z[ helios-setup] Sep 24 15:58:44.341 INFO clone ok!, project: amd-host-image-builder
25492025-09-24T15:58:45.675Z[ helios-setup] Sep 24 15:58:44.342 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25502025-09-24T15:58:46.241Z[ helios-setup] Sep 24 15:58:44.910 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25512025-09-24T15:58:46.777Z[ helios-setup] Sep 24 15:58:45.447 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25522025-09-24T15:58:46.780Z[ helios-setup] Sep 24 15:58:45.447 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25532025-09-24T15:58:47.513Z[ helios-setup] Sep 24 15:58:46.183 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25542025-09-24T15:58:48.046Z[ helios-setup] Sep 24 15:58:46.716 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25552025-09-24T15:58:48.046Z[ helios-setup] Sep 24 15:58:46.716 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25562025-09-24T15:58:48.660Z[ helios-setup] Sep 24 15:58:47.330 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25572025-09-24T15:58:49.282Z[ helios-setup] Sep 24 15:58:47.952 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25582025-09-24T15:58:49.282Z[ helios-setup] Sep 24 15:58:47.953 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25592025-09-24T15:58:49.286Z[ helios-setup] Sep 24 15:58:47.953 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25602025-09-24T15:58:49.286Z[ helios-setup] Sep 24 15:58:47.953 INFO ok!
25612025-09-24T15:58:49.287Z[ helios-setup] Sep 24 15:58:47.953 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25622025-09-24T15:58:49.287Z[ helios-setup] Sep 24 15:58:47.953 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25632025-09-24T15:58:49.287Z[ helios-setup] Sep 24 15:58:47.953 INFO ok!
25642025-09-24T15:58:49.287Z[ helios-setup] Sep 24 15:58:47.953 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25652025-09-24T15:58:49.287Z[ helios-setup] Sep 24 15:58:47.953 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25662025-09-24T15:58:49.287Z[ helios-setup] Sep 24 15:58:47.953 INFO ok!
25672025-09-24T15:58:49.287Z[ helios-setup] Sep 24 15:58:47.953 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
25682025-09-24T15:58:49.381Z[ helios-setup] Sep 24 15:58:48.051 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
25692025-09-24T15:58:49.381Z[ helios-setup] Sep 24 15:58:48.051 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
25702025-09-24T15:58:49.385Z[ helios-setup] Sep 24 15:58:48.051 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
25712025-09-24T15:58:49.662Z[ helios-setup] Sep 24 15:58:48.332 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
25722025-09-24T15:58:50.141Z[ helios-setup] Sep 24 15:58:48.811 INFO E| From https://github.com/jclulow/rust-jmclib
25732025-09-24T15:58:50.141Z[ helios-setup] Sep 24 15:58:48.811 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
25742025-09-24T15:58:50.159Z[ helios-setup] Sep 24 15:58:48.829 INFO E| Updating crates.io index
25752025-09-24T15:58:50.372Z[ helios-setup] Sep 24 15:58:49.042 INFO E| Downloading crates ...
25762025-09-24T15:58:50.480Z[ helios-setup] Sep 24 15:58:49.150 INFO E| Downloaded serde_derive v1.0.193
25772025-09-24T15:58:50.486Z[ helios-setup] Sep 24 15:58:49.156 INFO E| Downloaded typenum v1.16.0
25782025-09-24T15:58:50.490Z[ helios-setup] Sep 24 15:58:49.160 INFO E| Downloaded md-5 v0.9.1
25792025-09-24T15:58:50.493Z[ helios-setup] Sep 24 15:58:49.162 INFO E| Downloaded glob v0.3.1
25802025-09-24T15:58:50.496Z[ helios-setup] Sep 24 15:58:49.164 INFO E| Downloaded anyhow v1.0.72
25812025-09-24T15:58:50.500Z[ helios-setup] Sep 24 15:58:49.170 INFO E| Downloaded cpufeatures v0.2.9
25822025-09-24T15:58:50.503Z[ helios-setup] Sep 24 15:58:49.172 INFO E| Downloaded opaque-debug v0.3.0
25832025-09-24T15:58:50.519Z[ helios-setup] Sep 24 15:58:49.189 INFO E| Downloaded walkdir v2.3.3
25842025-09-24T15:58:50.523Z[ helios-setup] Sep 24 15:58:49.192 INFO E| Downloaded once_cell v1.18.0
25852025-09-24T15:58:50.526Z[ helios-setup] Sep 24 15:58:49.195 INFO E| Downloaded itoa v1.0.9
25862025-09-24T15:58:50.530Z[ helios-setup] Sep 24 15:58:49.197 INFO E| Downloaded digest v0.9.0
25872025-09-24T15:58:50.530Z[ helios-setup] Sep 24 15:58:49.199 INFO E| Downloaded getrandom v0.2.10
25882025-09-24T15:58:50.533Z[ helios-setup] Sep 24 15:58:49.204 INFO E| Downloaded bitflags v2.3.3
25892025-09-24T15:58:50.537Z[ helios-setup] Sep 24 15:58:49.208 INFO E| Downloaded uuid v0.8.2
25902025-09-24T15:58:50.542Z[ helios-setup] Sep 24 15:58:49.213 INFO E| Downloaded ryu v1.0.15
25912025-09-24T15:58:50.547Z[ helios-setup] Sep 24 15:58:49.217 INFO E| Downloaded proc-macro2 v1.0.66
25922025-09-24T15:58:50.551Z[ helios-setup] Sep 24 15:58:49.221 INFO E| Downloaded unicode-ident v1.0.11
25932025-09-24T15:58:50.554Z[ helios-setup] Sep 24 15:58:49.225 INFO E| Downloaded serde v1.0.193
25942025-09-24T15:58:50.559Z[ helios-setup] Sep 24 15:58:49.229 INFO E| Downloaded quote v1.0.31
25952025-09-24T15:58:50.584Z[ helios-setup] Sep 24 15:58:49.254 INFO E| Downloaded toml v0.5.11
25962025-09-24T15:58:50.588Z[ helios-setup] Sep 24 15:58:49.258 INFO E| Downloaded tempfile v3.7.0
25972025-09-24T15:58:50.592Z[ helios-setup] Sep 24 15:58:49.261 INFO E| Downloaded unicode-width v0.1.10
25982025-09-24T15:58:50.595Z[ helios-setup] Sep 24 15:58:49.264 INFO E| Downloaded serde_json v1.0.103
25992025-09-24T15:58:50.604Z[ helios-setup] Sep 24 15:58:49.275 INFO E| Downloaded sha-1 v0.9.8
26002025-09-24T15:58:50.608Z[ helios-setup] Sep 24 15:58:49.277 INFO E| Downloaded libdevinfo-sys v1.0.0
26012025-09-24T15:58:50.611Z[ helios-setup] Sep 24 15:58:49.279 INFO E| Downloaded fastrand v2.0.0
26022025-09-24T15:58:50.611Z[ helios-setup] Sep 24 15:58:49.281 INFO E| Downloaded errno v0.3.1
26032025-09-24T15:58:50.652Z[ helios-setup] Sep 24 15:58:49.284 INFO E| Downloaded block-buffer v0.9.0
26042025-09-24T15:58:50.652Z[ helios-setup] Sep 24 15:58:49.311 INFO E| Downloaded syn v2.0.32
26052025-09-24T15:58:50.657Z[ helios-setup] Sep 24 15:58:49.324 INFO E| Downloaded rustix v0.38.4
26062025-09-24T15:58:50.703Z[ helios-setup] Sep 24 15:58:49.373 INFO E| Downloaded libc v0.2.147
26072025-09-24T15:58:50.803Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling libc v0.2.147
26082025-09-24T15:58:50.803Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling proc-macro2 v1.0.66
26092025-09-24T15:58:50.806Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling unicode-ident v1.0.11
26102025-09-24T15:58:50.806Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling cfg-if v1.0.0
26112025-09-24T15:58:50.807Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling typenum v1.16.0
26122025-09-24T15:58:50.807Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling version_check v0.9.4
26132025-09-24T15:58:50.807Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling serde v1.0.193
26142025-09-24T15:58:50.807Z[ helios-setup] Sep 24 15:58:49.473 INFO E| Compiling slog v2.7.0
26152025-09-24T15:58:51.335Z[ helios-setup] Sep 24 15:58:50.004 INFO E| Compiling rustix v0.38.4
26162025-09-24T15:58:51.572Z[ helios-setup] Sep 24 15:58:50.240 INFO E| Compiling generic-array v0.14.7
26172025-09-24T15:58:51.701Z[ helios-setup] Sep 24 15:58:50.371 INFO E| Compiling time-core v0.1.2
26182025-09-24T15:58:51.838Z[ helios-setup] Sep 24 15:58:50.508 INFO E| Compiling powerfmt v0.2.0
26192025-09-24T15:58:51.877Z[ helios-setup] Sep 24 15:58:50.547 INFO E| Compiling itoa v1.0.9
26202025-09-24T15:58:51.906Z[ helios-setup] Sep 24 15:58:50.576 INFO E| Compiling num-conv v0.1.0
26212025-09-24T15:58:52.083Z[ helios-setup] Sep 24 15:58:50.753 INFO E| Compiling deranged v0.3.11
26222025-09-24T15:58:52.200Z[ helios-setup] Sep 24 15:58:50.870 INFO E| Compiling time-macros v0.2.18
26232025-09-24T15:58:52.241Z[ helios-setup] Sep 24 15:58:50.911 INFO E| Compiling num_threads v0.1.6
26242025-09-24T15:58:52.271Z[ helios-setup] Sep 24 15:58:50.941 INFO E| Compiling once_cell v1.18.0
26252025-09-24T15:58:52.384Z[ helios-setup] Sep 24 15:58:51.054 INFO E| Compiling bitflags v2.3.3
26262025-09-24T15:58:52.709Z[ helios-setup] Sep 24 15:58:51.378 INFO E| Compiling quote v1.0.31
26272025-09-24T15:58:52.848Z[ helios-setup] Sep 24 15:58:51.518 INFO E| Compiling dirs-sys-next v0.1.2
26282025-09-24T15:58:53.098Z[ helios-setup] Sep 24 15:58:51.767 INFO E| Compiling syn v2.0.32
26292025-09-24T15:58:53.132Z[ helios-setup] Sep 24 15:58:51.802 INFO E| Compiling dirs-next v2.0.0
26302025-09-24T15:58:53.138Z[ helios-setup] Sep 24 15:58:51.808 INFO E| Compiling errno v0.3.1
26312025-09-24T15:58:53.357Z[ helios-setup] Sep 24 15:58:52.027 INFO E| Compiling term v0.7.0
26322025-09-24T15:58:53.395Z[ helios-setup] Sep 24 15:58:52.065 INFO E| Compiling atty v0.2.14
26332025-09-24T15:58:53.540Z[ helios-setup] Sep 24 15:58:52.210 INFO E| Compiling thread_local v1.1.7
26342025-09-24T15:58:53.540Z[ helios-setup] Sep 24 15:58:52.210 INFO E| Compiling serde_json v1.0.103
26352025-09-24T15:58:53.594Z[ helios-setup] Sep 24 15:58:52.263 INFO E| Compiling fastrand v2.0.0
26362025-09-24T15:58:54.116Z[ helios-setup] Sep 24 15:58:52.786 INFO E| Compiling digest v0.9.0
26372025-09-24T15:58:54.146Z[ helios-setup] Sep 24 15:58:52.816 INFO E| Compiling block-buffer v0.9.0
26382025-09-24T15:58:54.146Z[ helios-setup] Sep 24 15:58:52.816 INFO E| Compiling anyhow v1.0.72
26392025-09-24T15:58:54.183Z[ helios-setup] Sep 24 15:58:52.853 INFO E| Compiling opaque-debug v0.3.0
26402025-09-24T15:58:54.335Z[ helios-setup] Sep 24 15:58:53.003 INFO E| Compiling getrandom v0.2.10
26412025-09-24T15:58:54.335Z[ helios-setup] Sep 24 15:58:53.003 INFO E| Compiling ryu v1.0.15
26422025-09-24T15:58:54.343Z[ helios-setup] Sep 24 15:58:53.012 INFO E| Compiling same-file v1.0.6
26432025-09-24T15:58:54.682Z[ helios-setup] Sep 24 15:58:53.352 INFO E| Compiling cpufeatures v0.2.9
26442025-09-24T15:58:54.695Z[ helios-setup] Sep 24 15:58:53.365 INFO E| Compiling unicode-width v0.1.10
26452025-09-24T15:58:54.739Z[ helios-setup] Sep 24 15:58:53.409 INFO E| Compiling walkdir v2.3.3
26462025-09-24T15:58:54.793Z[ helios-setup] Sep 24 15:58:53.463 INFO E| Compiling sha-1 v0.9.8
26472025-09-24T15:58:54.918Z[ helios-setup] Sep 24 15:58:53.588 INFO E| Compiling tempfile v3.7.0
26482025-09-24T15:58:54.934Z[ helios-setup] Sep 24 15:58:53.604 INFO E| Compiling getopts v0.2.21
26492025-09-24T15:58:55.241Z[ helios-setup] Sep 24 15:58:53.909 INFO E| Compiling time v0.3.36
26502025-09-24T15:58:55.337Z[ helios-setup] Sep 24 15:58:54.007 INFO E| Compiling md-5 v0.9.1
26512025-09-24T15:58:55.451Z[ helios-setup] Sep 24 15:58:54.117 INFO E| Compiling glob v0.3.1
26522025-09-24T15:58:55.567Z[ helios-setup] Sep 24 15:58:54.237 INFO E| Compiling libdevinfo-sys v1.0.0
26532025-09-24T15:58:57.007Z[ helios-setup] Sep 24 15:58:55.677 INFO E| Compiling serde_derive v1.0.193
26542025-09-24T15:58:57.308Z[ helios-setup] Sep 24 15:58:55.977 INFO E| Compiling slog-term v2.9.0
26552025-09-24T15:59:02.126Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26562025-09-24T15:59:03.124Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572025-09-24T15:59:05.971Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26582025-09-24T15:59:07.746Z[ helios-setup] Sep 24 15:59:06.415 INFO E| Compiling toml v0.5.11
26592025-09-24T15:59:07.746Z[ helios-setup] Sep 24 15:59:06.415 INFO E| Compiling uuid v0.8.2
26602025-09-24T15:59:09.453Z[ helios-setup] Sep 24 15:59:08.122 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26612025-09-24T15:59:10.549Z[ helios-setup] Sep 24 15:59:09.218 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26622025-09-24T15:59:16.703Z[ helios-setup] Sep 24 15:59:15.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.19s
26632025-09-24T15:59:16.735Z[ helios-setup] Sep 24 15:59:15.404 INFO building project "image-builder" ok (27 seconds)
26642025-09-24T15:59:16.735Z[ helios-setup] Sep 24 15:59:15.404 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26652025-09-24T15:59:16.838Z[ helios-setup] Sep 24 15:59:15.506 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
26662025-09-24T15:59:16.838Z[ helios-setup] Sep 24 15:59:15.506 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26672025-09-24T15:59:16.841Z[ helios-setup] Sep 24 15:59:15.506 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26682025-09-24T15:59:17.106Z[ helios-setup] Sep 24 15:59:15.774 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26692025-09-24T15:59:18.461Z[ helios-setup] Sep 24 15:59:17.130 INFO E| From https://github.com/oxidecomputer/progenitor
26702025-09-24T15:59:18.461Z[ helios-setup] Sep 24 15:59:17.130 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26712025-09-24T15:59:18.596Z[ helios-setup] Sep 24 15:59:17.264 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26722025-09-24T15:59:19.058Z[ helios-setup] Sep 24 15:59:17.726 INFO E| From https://github.com/jclulow/hiercmd
26732025-09-24T15:59:19.058Z[ helios-setup] Sep 24 15:59:17.726 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26742025-09-24T15:59:19.076Z[ helios-setup] Sep 24 15:59:17.744 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26752025-09-24T15:59:19.477Z[ helios-setup] Sep 24 15:59:18.145 INFO E| From https://github.com/jclulow/network-interface
26762025-09-24T15:59:19.477Z[ helios-setup] Sep 24 15:59:18.145 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26772025-09-24T15:59:19.491Z[ helios-setup] Sep 24 15:59:18.160 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26782025-09-24T15:59:19.893Z[ helios-setup] Sep 24 15:59:18.561 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26792025-09-24T15:59:19.893Z[ helios-setup] Sep 24 15:59:18.562 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26802025-09-24T15:59:19.928Z[ helios-setup] Sep 24 15:59:18.596 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26812025-09-24T15:59:20.748Z[ helios-setup] Sep 24 15:59:19.417 INFO E| From https://github.com/oxidecomputer/facade
26822025-09-24T15:59:20.748Z[ helios-setup] Sep 24 15:59:19.417 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26832025-09-24T15:59:20.779Z[ helios-setup] Sep 24 15:59:19.447 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26842025-09-24T15:59:21.214Z[ helios-setup] Sep 24 15:59:19.882 INFO E| From https://github.com/oxidecomputer/dropshot
26852025-09-24T15:59:21.214Z[ helios-setup] Sep 24 15:59:19.882 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26862025-09-24T15:59:21.238Z[ helios-setup] Sep 24 15:59:19.906 INFO E| Updating crates.io index
26872025-09-24T15:59:21.332Z[ helios-setup] Sep 24 15:59:20.001 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26882025-09-24T15:59:21.785Z[ helios-setup] Sep 24 15:59:20.454 INFO E| From https://github.com/oxidecomputer/typify
26892025-09-24T15:59:21.785Z[ helios-setup] Sep 24 15:59:20.454 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26902025-09-24T15:59:21.953Z[ helios-setup] Sep 24 15:59:20.621 INFO E| Downloading crates ...
26912025-09-24T15:59:22.039Z[ helios-setup] Sep 24 15:59:20.707 INFO E| Downloaded anstream v0.2.6
26922025-09-24T15:59:22.047Z[ helios-setup] Sep 24 15:59:20.716 INFO E| Downloaded async-trait v0.1.68
26932025-09-24T15:59:22.051Z[ helios-setup] Sep 24 15:59:20.719 INFO E| Downloaded anstyle-parse v0.1.1
26942025-09-24T15:59:22.054Z[ helios-setup] Sep 24 15:59:20.721 INFO E| Downloaded anstyle v0.3.5
26952025-09-24T15:59:22.058Z[ helios-setup] Sep 24 15:59:20.723 INFO E| Downloaded async-stream v0.3.5
26962025-09-24T15:59:22.064Z[ helios-setup] Sep 24 15:59:20.732 INFO E| Downloaded async-stream-impl v0.3.5
26972025-09-24T15:59:22.067Z[ helios-setup] Sep 24 15:59:20.734 INFO E| Downloaded anyhow v1.0.68
26982025-09-24T15:59:22.071Z[ helios-setup] Sep 24 15:59:20.737 INFO E| Downloaded ahash v0.8.3
26992025-09-24T15:59:22.074Z[ helios-setup] Sep 24 15:59:20.740 INFO E| Downloaded ryu v1.0.13
27002025-09-24T15:59:22.077Z[ helios-setup] Sep 24 15:59:20.743 INFO E| Downloaded env_logger v0.10.2
27012025-09-24T15:59:22.081Z[ helios-setup] Sep 24 15:59:20.747 INFO E| Downloaded smawk v0.3.1
27022025-09-24T15:59:22.081Z[ helios-setup] Sep 24 15:59:20.749 INFO E| Downloaded proc-macro2 v1.0.86
27032025-09-24T15:59:22.084Z[ helios-setup] Sep 24 15:59:20.751 INFO E| Downloaded httpdate v1.0.2
27042025-09-24T15:59:22.088Z[ helios-setup] Sep 24 15:59:20.753 INFO E| Downloaded smallvec v1.10.0
27052025-09-24T15:59:22.088Z[ helios-setup] Sep 24 15:59:20.755 INFO E| Downloaded http-body v0.4.5
27062025-09-24T15:59:22.091Z[ helios-setup] Sep 24 15:59:20.757 INFO E| Downloaded sha2 v0.10.6
27072025-09-24T15:59:22.091Z[ helios-setup] Sep 24 15:59:20.759 INFO E| Downloaded futures-task v0.3.28
27082025-09-24T15:59:22.094Z[ helios-setup] Sep 24 15:59:20.761 INFO E| Downloaded aho-corasick v0.7.20
27092025-09-24T15:59:22.098Z[ helios-setup] Sep 24 15:59:20.765 INFO E| Downloaded num_enum_derive v0.5.7
27102025-09-24T15:59:22.098Z[ helios-setup] Sep 24 15:59:20.766 INFO E| Downloaded generic-array v0.14.6
27112025-09-24T15:59:22.101Z[ helios-setup] Sep 24 15:59:20.768 INFO E| Downloaded futures-sink v0.3.28
27122025-09-24T15:59:22.101Z[ helios-setup] Sep 24 15:59:20.769 INFO E| Downloaded httparse v1.8.0
27132025-09-24T15:59:22.104Z[ helios-setup] Sep 24 15:59:20.772 INFO E| Downloaded sha1 v0.10.5
27142025-09-24T15:59:22.108Z[ helios-setup] Sep 24 15:59:20.774 INFO E| Downloaded home v0.5.4
27152025-09-24T15:59:22.108Z[ helios-setup] Sep 24 15:59:20.775 INFO E| Downloaded rustls-pemfile v1.0.2
27162025-09-24T15:59:22.111Z[ helios-setup] Sep 24 15:59:20.777 INFO E| Downloaded rsa v0.9.8
27172025-09-24T15:59:22.114Z[ helios-setup] Sep 24 15:59:20.782 INFO E| Downloaded signal-hook-registry v1.4.0
27182025-09-24T15:59:22.118Z[ helios-setup] Sep 24 15:59:20.784 INFO E| Downloaded serde_yaml v0.9.21
27192025-09-24T15:59:22.121Z[ helios-setup] Sep 24 15:59:20.787 INFO E| Downloaded schemars v0.8.12
27202025-09-24T15:59:22.130Z[ helios-setup] Sep 24 15:59:20.799 INFO E| Downloaded serde_spanned v0.6.1
27212025-09-24T15:59:22.134Z[ helios-setup] Sep 24 15:59:20.800 INFO E| Downloaded reqwest v0.11.16
27222025-09-24T15:59:22.139Z[ helios-setup] Sep 24 15:59:20.808 INFO E| Downloaded want v0.3.0
27232025-09-24T15:59:22.143Z[ helios-setup] Sep 24 15:59:20.809 INFO E| Downloaded is-terminal v0.4.7
27242025-09-24T15:59:22.143Z[ helios-setup] Sep 24 15:59:20.810 INFO E| Downloaded futures-io v0.3.28
27252025-09-24T15:59:22.146Z[ helios-setup] Sep 24 15:59:20.811 INFO E| Downloaded try-lock v0.2.4
27262025-09-24T15:59:22.146Z[ helios-setup] Sep 24 15:59:20.813 INFO E| Downloaded toml_datetime v0.6.1
27272025-09-24T15:59:22.146Z[ helios-setup] Sep 24 15:59:20.814 INFO E| Downloaded strsim v0.10.0
27282025-09-24T15:59:22.149Z[ helios-setup] Sep 24 15:59:20.816 INFO E| Downloaded spin v0.5.2
27292025-09-24T15:59:22.149Z[ helios-setup] Sep 24 15:59:20.817 INFO E| Downloaded const-random v0.1.15
27302025-09-24T15:59:22.153Z[ helios-setup] Sep 24 15:59:20.818 INFO E| Downloaded serde_tokenstream v0.2.0
27312025-09-24T15:59:22.153Z[ helios-setup] Sep 24 15:59:20.821 INFO E| Downloaded semver-parser v0.10.2
27322025-09-24T15:59:22.156Z[ helios-setup] Sep 24 15:59:20.823 INFO E| Downloaded slog-bunyan v2.4.0
27332025-09-24T15:59:22.156Z[ helios-setup] Sep 24 15:59:20.824 INFO E| Downloaded tower-service v0.3.2
27342025-09-24T15:59:22.159Z[ helios-setup] Sep 24 15:59:20.825 INFO E| Downloaded const-random-macro v0.1.15
27352025-09-24T15:59:22.159Z[ helios-setup] Sep 24 15:59:20.827 INFO E| Downloaded scopeguard v1.1.0
27362025-09-24T15:59:22.159Z[ helios-setup] Sep 24 15:59:20.828 INFO E| Downloaded rustfmt-wrapper v0.2.0
27372025-09-24T15:59:22.163Z[ helios-setup] Sep 24 15:59:20.829 INFO E| Downloaded futures-channel v0.3.28
27382025-09-24T15:59:22.163Z[ helios-setup] Sep 24 15:59:20.831 INFO E| Downloaded form_urlencoded v1.1.0
27392025-09-24T15:59:22.166Z[ helios-setup] Sep 24 15:59:20.832 INFO E| Downloaded concolor-override v1.0.0
27402025-09-24T15:59:22.166Z[ helios-setup] Sep 24 15:59:20.833 INFO E| Downloaded lazy_static v1.4.0
27412025-09-24T15:59:22.166Z[ helios-setup] Sep 24 15:59:20.835 INFO E| Downloaded byteorder v1.4.3
27422025-09-24T15:59:22.169Z[ helios-setup] Sep 24 15:59:20.836 INFO E| Downloaded thiserror v1.0.38
27432025-09-24T15:59:22.173Z[ helios-setup] Sep 24 15:59:20.840 INFO E| Downloaded slog-async v2.7.0
27442025-09-24T15:59:22.178Z[ helios-setup] Sep 24 15:59:20.842 INFO E| Downloaded utf8parse v0.2.1
27452025-09-24T15:59:22.178Z[ helios-setup] Sep 24 15:59:20.843 INFO E| Downloaded clap_derive v4.2.0
27462025-09-24T15:59:22.178Z[ helios-setup] Sep 24 15:59:20.845 INFO E| Downloaded toolchain_find v0.2.0
27472025-09-24T15:59:22.181Z[ helios-setup] Sep 24 15:59:20.846 INFO E| Downloaded tokio-macros v2.0.0
27482025-09-24T15:59:22.181Z[ helios-setup] Sep 24 15:59:20.847 INFO E| Downloaded concolor-query v0.3.3
27492025-09-24T15:59:22.181Z[ helios-setup] Sep 24 15:59:20.849 INFO E| Downloaded socket2 v0.4.9
27502025-09-24T15:59:22.184Z[ helios-setup] Sep 24 15:59:20.850 INFO E| Downloaded tls_codec v0.4.2
27512025-09-24T15:59:22.185Z[ helios-setup] Sep 24 15:59:20.852 INFO E| Downloaded smartstring v1.0.1
27522025-09-24T15:59:22.188Z[ helios-setup] Sep 24 15:59:20.854 INFO E| Downloaded schemars_derive v0.8.12
27532025-09-24T15:59:22.188Z[ helios-setup] Sep 24 15:59:20.856 INFO E| Downloaded tinyvec v1.6.0
27542025-09-24T15:59:22.192Z[ helios-setup] Sep 24 15:59:20.859 INFO E| Downloaded futures-core v0.3.28
27552025-09-24T15:59:22.192Z[ helios-setup] Sep 24 15:59:20.860 INFO E| Downloaded built v0.6.0
27562025-09-24T15:59:22.195Z[ helios-setup] Sep 24 15:59:20.862 INFO E| Downloaded project-root v0.2.2
27572025-09-24T15:59:22.195Z[ helios-setup] Sep 24 15:59:20.862 INFO E| Downloaded sct v0.7.0
27582025-09-24T15:59:22.198Z[ helios-setup] Sep 24 15:59:20.866 INFO E| Downloaded dyn-clone v1.0.11
27592025-09-24T15:59:22.201Z[ helios-setup] Sep 24 15:59:20.867 INFO E| Downloaded crc v3.3.0
27602025-09-24T15:59:22.201Z[ helios-setup] Sep 24 15:59:20.869 INFO E| Downloaded autocfg v1.1.0
27612025-09-24T15:59:22.206Z[ helios-setup] Sep 24 15:59:20.870 INFO E| Downloaded terminal_size v0.2.6
27622025-09-24T15:59:22.206Z[ helios-setup] Sep 24 15:59:20.872 INFO E| Downloaded num-integer v0.1.45
27632025-09-24T15:59:22.206Z[ helios-setup] Sep 24 15:59:20.873 INFO E| Downloaded serde_path_to_error v0.1.11
27642025-09-24T15:59:22.209Z[ helios-setup] Sep 24 15:59:20.875 INFO E| Downloaded termcolor v1.2.0
27652025-09-24T15:59:22.209Z[ helios-setup] Sep 24 15:59:20.876 INFO E| Downloaded semver v0.11.0
27662025-09-24T15:59:22.212Z[ helios-setup] Sep 24 15:59:20.878 INFO E| Downloaded quote v1.0.36
27672025-09-24T15:59:22.212Z[ helios-setup] Sep 24 15:59:20.881 INFO E| Downloaded clap_lex v0.4.1
27682025-09-24T15:59:22.215Z[ helios-setup] Sep 24 15:59:20.882 INFO E| Downloaded tokio-tungstenite v0.18.0
27692025-09-24T15:59:22.216Z[ helios-setup] Sep 24 15:59:20.884 INFO E| Downloaded unicode-bidi v0.3.13
27702025-09-24T15:59:22.219Z[ helios-setup] Sep 24 15:59:20.886 INFO E| Downloaded time v0.1.45
27712025-09-24T15:59:22.219Z[ helios-setup] Sep 24 15:59:20.888 INFO E| Downloaded tokio-rustls v0.24.0
27722025-09-24T15:59:22.222Z[ helios-setup] Sep 24 15:59:20.889 INFO E| Downloaded tempfile v3.5.0
27732025-09-24T15:59:22.226Z[ helios-setup] Sep 24 15:59:20.892 INFO E| Downloaded unicode-ident v1.0.8
27742025-09-24T15:59:22.229Z[ helios-setup] Sep 24 15:59:20.894 INFO E| Downloaded serde_derive_internals v0.26.0
27752025-09-24T15:59:22.229Z[ helios-setup] Sep 24 15:59:20.896 INFO E| Downloaded fastrand v1.9.0
27762025-09-24T15:59:22.229Z[ helios-setup] Sep 24 15:59:20.897 INFO E| Downloaded tls_codec_derive v0.4.2
27772025-09-24T15:59:22.232Z[ helios-setup] Sep 24 15:59:20.899 INFO E| Downloaded thiserror-impl v1.0.38
27782025-09-24T15:59:22.232Z[ helios-setup] Sep 24 15:59:20.900 INFO E| Downloaded rustls-webpki v0.100.1
27792025-09-24T15:59:22.237Z[ helios-setup] Sep 24 15:59:20.906 INFO E| Downloaded ucd-trie v0.1.5
27802025-09-24T15:59:22.241Z[ helios-setup] Sep 24 15:59:20.908 INFO E| Downloaded num-iter v0.1.44
27812025-09-24T15:59:22.241Z[ helios-setup] Sep 24 15:59:20.909 INFO E| Downloaded paste v1.0.12
27822025-09-24T15:59:22.244Z[ helios-setup] Sep 24 15:59:20.912 INFO E| Downloaded textwrap v0.16.0
27832025-09-24T15:59:22.248Z[ helios-setup] Sep 24 15:59:20.914 INFO E| Downloaded tracing-core v0.1.30
27842025-09-24T15:59:22.251Z[ helios-setup] Sep 24 15:59:20.916 INFO E| Downloaded once_cell v1.17.0
27852025-09-24T15:59:22.251Z[ helios-setup] Sep 24 15:59:20.919 INFO E| Downloaded toml v0.7.3
27862025-09-24T15:59:22.254Z[ helios-setup] Sep 24 15:59:20.922 INFO E| Downloaded uuid v1.3.0
27872025-09-24T15:59:22.259Z[ helios-setup] Sep 24 15:59:20.925 INFO E| Downloaded tungstenite v0.18.0
27882025-09-24T15:59:22.263Z[ helios-setup] Sep 24 15:59:20.928 INFO E| Downloaded slab v0.4.7
27892025-09-24T15:59:22.263Z[ helios-setup] Sep 24 15:59:20.929 INFO E| Downloaded num_enum v0.5.7
27902025-09-24T15:59:22.313Z[ helios-setup] Sep 24 15:59:20.937 INFO E| Downloaded lock_api v0.4.9
27912025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.938 INFO E| Downloaded getrandom v0.2.8
27922025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.941 INFO E| Downloaded unsafe-libyaml v0.2.8
27932025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.944 INFO E| Downloaded serde v1.0.204
27942025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.947 INFO E| Downloaded ppv-lite86 v0.2.17
27952025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.949 INFO E| Downloaded tracing v0.1.37
27962025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.952 INFO E| Downloaded parking_lot_core v0.9.6
27972025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.954 INFO E| Downloaded url v2.3.1
27982025-09-24T15:59:22.317Z[ helios-setup] Sep 24 15:59:20.957 INFO E| Downloaded miniz_oxide v0.6.2
27992025-09-24T15:59:22.318Z[ helios-setup] Sep 24 15:59:20.959 INFO E| Downloaded derive-where v1.4.0
28002025-09-24T15:59:22.318Z[ helios-setup] Sep 24 15:59:20.962 INFO E| Downloaded tokio-util v0.7.7
28012025-09-24T15:59:22.318Z[ helios-setup] Sep 24 15:59:20.968 INFO E| Downloaded unicode-normalization v0.1.22
28022025-09-24T15:59:22.318Z[ helios-setup] Sep 24 15:59:20.971 INFO E| Downloaded clap v4.2.1
28032025-09-24T15:59:22.318Z[ helios-setup] Sep 24 15:59:20.979 INFO E| Downloaded winnow v0.4.1
28042025-09-24T15:59:22.321Z[ helios-setup] Sep 24 15:59:20.986 INFO E| Downloaded memchr v2.5.0
28052025-09-24T15:59:22.325Z[ helios-setup] Sep 24 15:59:20.990 INFO E| Downloaded base64 v0.21.0
28062025-09-24T15:59:22.325Z[ helios-setup] Sep 24 15:59:20.993 INFO E| Downloaded cc v1.0.78
28072025-09-24T15:59:22.328Z[ helios-setup] Sep 24 15:59:20.995 INFO E| Downloaded parking_lot v0.12.1
28082025-09-24T15:59:22.328Z[ helios-setup] Sep 24 15:59:20.997 INFO E| Downloaded serde_json v1.0.95
28092025-09-24T15:59:22.335Z[ helios-setup] Sep 24 15:59:21.004 INFO E| Downloaded flate2 v1.0.25
28102025-09-24T15:59:22.339Z[ helios-setup] Sep 24 15:59:21.008 INFO E| Downloaded log v0.4.17
28112025-09-24T15:59:22.343Z[ helios-setup] Sep 24 15:59:21.010 INFO E| Downloaded rustls v0.21.0
28122025-09-24T15:59:22.351Z[ helios-setup] Sep 24 15:59:21.019 INFO E| Downloaded num-traits v0.2.15
28132025-09-24T15:59:22.354Z[ helios-setup] Sep 24 15:59:21.022 INFO E| Downloaded mio v0.8.5
28142025-09-24T15:59:22.358Z[ helios-setup] Sep 24 15:59:21.026 INFO E| Downloaded libm v0.2.15
28152025-09-24T15:59:22.367Z[ helios-setup] Sep 24 15:59:21.036 INFO E| Downloaded regress v0.5.0
28162025-09-24T15:59:22.374Z[ helios-setup] Sep 24 15:59:21.042 INFO E| Downloaded syn v1.0.107
28172025-09-24T15:59:22.383Z[ helios-setup] Sep 24 15:59:21.051 INFO E| Downloaded rustix v0.37.3
28182025-09-24T15:59:22.398Z[ helios-setup] Sep 24 15:59:21.067 INFO E| Downloaded syn v2.0.72
28192025-09-24T15:59:22.408Z[ helios-setup] Sep 24 15:59:21.076 INFO E| Downloaded h2 v0.3.16
28202025-09-24T15:59:22.413Z[ helios-setup] Sep 24 15:59:21.081 INFO E| Downloaded hashbrown v0.15.3
28212025-09-24T15:59:22.417Z[ helios-setup] Sep 24 15:59:21.086 INFO E| Downloaded clap_builder v4.2.1
28222025-09-24T15:59:22.423Z[ helios-setup] Sep 24 15:59:21.092 INFO E| Downloaded futures-util v0.3.28
28232025-09-24T15:59:22.436Z[ helios-setup] Sep 24 15:59:21.104 INFO E| Downloaded hyper v0.14.25
28242025-09-24T15:59:22.443Z[ helios-setup] Sep 24 15:59:21.112 INFO E| Downloaded chrono v0.4.24
28252025-09-24T15:59:22.451Z[ helios-setup] Sep 24 15:59:21.119 INFO E| Downloaded idna v0.3.0
28262025-09-24T15:59:22.457Z[ helios-setup] Sep 24 15:59:21.126 INFO E| Downloaded git2 v0.16.1
28272025-09-24T15:59:22.464Z[ helios-setup] Sep 24 15:59:21.133 INFO E| Downloaded rhai v1.14.0
28282025-09-24T15:59:22.475Z[ helios-setup] Sep 24 15:59:21.144 INFO E| Downloaded pest v2.5.7
28292025-09-24T15:59:22.480Z[ helios-setup] Sep 24 15:59:21.148 INFO E| Downloaded regex v1.7.3
28302025-09-24T15:59:22.487Z[ helios-setup] Sep 24 15:59:21.155 INFO E| Downloaded der v0.7.10
28312025-09-24T15:59:22.491Z[ helios-setup] Sep 24 15:59:21.160 INFO E| Downloaded openapiv3 v1.0.2
28322025-09-24T15:59:22.502Z[ helios-setup] Sep 24 15:59:21.171 INFO E| Downloaded crossbeam-channel v0.5.6
28332025-09-24T15:59:22.507Z[ helios-setup] Sep 24 15:59:21.175 INFO E| Downloaded iddqd v0.3.1
28342025-09-24T15:59:22.511Z[ helios-setup] Sep 24 15:59:21.180 INFO E| Downloaded crossbeam-utils v0.8.14
28352025-09-24T15:59:22.515Z[ helios-setup] Sep 24 15:59:21.182 INFO E| Downloaded bytes v1.4.0
28362025-09-24T15:59:22.519Z[ helios-setup] Sep 24 15:59:21.186 INFO E| Downloaded futures v0.3.28
28372025-09-24T15:59:22.522Z[ helios-setup] Sep 24 15:59:21.190 INFO E| Downloaded pin-project-lite v0.2.9
28382025-09-24T15:59:22.526Z[ helios-setup] Sep 24 15:59:21.194 INFO E| Downloaded io-lifetimes v1.0.10
28392025-09-24T15:59:22.529Z[ helios-setup] Sep 24 15:59:21.196 INFO E| Downloaded camino v1.1.4
28402025-09-24T15:59:22.532Z[ helios-setup] Sep 24 15:59:21.198 INFO E| Downloaded unicode-linebreak v0.1.4
28412025-09-24T15:59:22.532Z[ helios-setup] Sep 24 15:59:21.199 INFO E| Downloaded toml_edit v0.19.8
28422025-09-24T15:59:22.546Z[ helios-setup] Sep 24 15:59:21.215 INFO E| Downloaded tokio v1.27.0
28432025-09-24T15:59:22.574Z[ helios-setup] Sep 24 15:59:21.243 INFO E| Downloaded cpufeatures v0.2.5
28442025-09-24T15:59:22.578Z[ helios-setup] Sep 24 15:59:21.244 INFO E| Downloaded bincode v1.3.3
28452025-09-24T15:59:22.578Z[ helios-setup] Sep 24 15:59:21.246 INFO E| Downloaded ipnet v2.7.2
28462025-09-24T15:59:22.582Z[ helios-setup] Sep 24 15:59:21.247 INFO E| Downloaded serde_derive v1.0.204
28472025-09-24T15:59:22.582Z[ helios-setup] Sep 24 15:59:21.249 INFO E| Downloaded flagset v0.4.7
28482025-09-24T15:59:22.585Z[ helios-setup] Sep 24 15:59:21.251 INFO E| Downloaded base64ct v1.8.0
28492025-09-24T15:59:22.585Z[ helios-setup] Sep 24 15:59:21.253 INFO E| Downloaded futures-executor v0.3.28
28502025-09-24T15:59:22.585Z[ helios-setup] Sep 24 15:59:21.254 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28512025-09-24T15:59:22.589Z[ helios-setup] Sep 24 15:59:21.256 INFO E| Downloaded pkg-config v0.3.26
28522025-09-24T15:59:22.589Z[ helios-setup] Sep 24 15:59:21.257 INFO E| Downloaded percent-encoding v2.2.0
28532025-09-24T15:59:22.592Z[ helios-setup] Sep 24 15:59:21.258 INFO E| Downloaded num_cpus v1.15.0
28542025-09-24T15:59:22.593Z[ helios-setup] Sep 24 15:59:21.260 INFO E| Downloaded http v0.2.9
28552025-09-24T15:59:22.596Z[ helios-setup] Sep 24 15:59:21.264 INFO E| Downloaded bitfield v0.14.0
28562025-09-24T15:59:22.596Z[ helios-setup] Sep 24 15:59:21.265 INFO E| Downloaded semver v1.0.17
28572025-09-24T15:59:22.600Z[ helios-setup] Sep 24 15:59:21.267 INFO E| Downloaded proc-macro-crate v1.2.1
28582025-09-24T15:59:22.600Z[ helios-setup] Sep 24 15:59:21.268 INFO E| Downloaded cargo-lock v8.0.3
28592025-09-24T15:59:22.603Z[ helios-setup] Sep 24 15:59:21.270 INFO E| Downloaded jobserver v0.1.26
28602025-09-24T15:59:22.603Z[ helios-setup] Sep 24 15:59:21.272 INFO E| Downloaded block-buffer v0.10.3
28612025-09-24T15:59:22.606Z[ helios-setup] Sep 24 15:59:21.273 INFO E| Downloaded iana-time-zone v0.1.56
28622025-09-24T15:59:22.606Z[ helios-setup] Sep 24 15:59:21.275 INFO E| Downloaded rhai_codegen v1.5.0
28632025-09-24T15:59:22.613Z[ helios-setup] Sep 24 15:59:21.282 INFO E| Downloaded itoa v1.0.6
28642025-09-24T15:59:22.617Z[ helios-setup] Sep 24 15:59:21.283 INFO E| Downloaded libc v0.2.139
28652025-09-24T15:59:22.637Z[ helios-setup] Sep 24 15:59:21.305 INFO E| Downloaded futures-macro v0.3.28
28662025-09-24T15:59:22.640Z[ helios-setup] Sep 24 15:59:21.306 INFO E| Downloaded ahash v0.7.6
28672025-09-24T15:59:22.771Z[ helios-setup] Sep 24 15:59:21.439 INFO E| Downloaded encoding_rs v0.8.32
28682025-09-24T15:59:22.825Z[ helios-setup] Sep 24 15:59:21.494 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28692025-09-24T15:59:22.840Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 45s
28702025-09-24T15:59:22.893Z[ helios-setup] Sep 24 15:59:21.561 INFO E| Downloaded libz-sys v1.1.8
28712025-09-24T15:59:22.941Z[ helios-setup] Sep 24 15:59:21.609 INFO E| Downloaded ring v0.16.20
28722025-09-24T15:59:23.116Z[ omicron-package]
28732025-09-24T15:59:23.116Z[ omicron-package] real 1:45.533791200
28742025-09-24T15:59:23.116Z[ omicron-package] user 8:35.049285357
28752025-09-24T15:59:23.120Z[ omicron-package] sys 33.197218606
28762025-09-24T15:59:23.120Z[ omicron-package] trap 0.949010144
28772025-09-24T15:59:23.120Z[ omicron-package] tflt 1.026494735
28782025-09-24T15:59:23.120Z[ omicron-package] dflt 0.967390213
28792025-09-24T15:59:23.120Z[ omicron-package] kflt 0.001529323
28802025-09-24T15:59:23.120Z[ omicron-package] lock 28:45.793380521
28812025-09-24T15:59:23.120Z[ omicron-package] slp 33:28.286664681
28822025-09-24T15:59:23.120Z[ omicron-package] lat 3:26.621133286
28832025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling proc-macro2 v1.0.86
28842025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling unicode-ident v1.0.8
28852025-09-24T15:59:23.120Z[ omicron-package] stop 1:27.424106453
28862025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling libc v0.2.139
28872025-09-24T15:59:23.120ZSep 24 15:59:21.785 INFO [omicron-package] process exited with exit status: 0 (105.586819956s)
28882025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling autocfg v1.1.0
28892025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling cfg-if v1.0.0
28902025-09-24T15:59:23.120ZSep 24 15:59:21.785 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28912025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling version_check v0.9.4
28922025-09-24T15:59:23.120ZSep 24 15:59:21.785 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28932025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling serde v1.0.204
28942025-09-24T15:59:23.120Z[ helios-setup] Sep 24 15:59:21.785 INFO E| Compiling syn v1.0.107
28952025-09-24T15:59:23.130Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28962025-09-24T15:59:23.130Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28972025-09-24T15:59:23.133Z[ recovery-target] Created new build target 'recovery' and set it as active
28982025-09-24T15:59:23.133Z[ host-target] Created new build target 'host' and set it as active
28992025-09-24T15:59:23.133ZSep 24 15:59:21.801 INFO [host-target] process exited with exit status: 0 (16.230149ms)
29002025-09-24T15:59:23.133ZSep 24 15:59:21.802 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29012025-09-24T15:59:23.134ZSep 24 15:59:21.802 INFO [recovery-target] process exited with exit status: 0 (16.317216ms)
29022025-09-24T15:59:23.141Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29032025-09-24T15:59:23.366Z[ helios-setup] Sep 24 15:59:22.035 INFO E| Compiling memchr v2.5.0
29042025-09-24T15:59:23.379Z[ helios-setup] Sep 24 15:59:22.048 INFO E| Compiling once_cell v1.17.0
29052025-09-24T15:59:23.703Z[ helios-setup] Sep 24 15:59:22.371 INFO E| Compiling thiserror v1.0.38
29062025-09-24T15:59:23.947Z[ helios-setup] Sep 24 15:59:22.615 INFO E| Compiling serde_json v1.0.95
29072025-09-24T15:59:23.989Z[ helios-setup] Sep 24 15:59:22.647 INFO E| Compiling itoa v1.0.6
29082025-09-24T15:59:24.257Z[ helios-setup] Sep 24 15:59:22.925 INFO E| Compiling log v0.4.17
29092025-09-24T15:59:24.513Z[ helios-setup] Sep 24 15:59:23.181 INFO E| Compiling indexmap v1.9.3
29102025-09-24T15:59:24.582Z[ helios-setup] Sep 24 15:59:23.251 INFO E| Compiling pin-project-lite v0.2.9
29112025-09-24T15:59:24.765Z[ helios-setup] Sep 24 15:59:23.433 INFO E| Compiling bitflags v1.3.2
29122025-09-24T15:59:24.912Z[ helios-setup] Sep 24 15:59:23.580 INFO E| Compiling typenum v1.16.0
29132025-09-24T15:59:24.991Z[ helios-setup] Sep 24 15:59:23.659 INFO E| Compiling const-oid v0.9.6
29142025-09-24T15:59:25.126Z[ helios-setup] Sep 24 15:59:23.795 INFO E| Compiling quote v1.0.36
29152025-09-24T15:59:25.268Z[ helios-setup] Sep 24 15:59:23.936 INFO E| Compiling getrandom v0.2.8
29162025-09-24T15:59:25.424Z[ helios-setup] Sep 24 15:59:24.092 INFO E| Compiling jobserver v0.1.26
29172025-09-24T15:59:25.714Z[ helios-setup] Sep 24 15:59:24.382 INFO E| Compiling syn v2.0.72
29182025-09-24T15:59:25.868Z[ helios-setup] Sep 24 15:59:24.536 INFO E| Compiling cc v1.0.78
29192025-09-24T15:59:26.082Z[ helios-setup] Sep 24 15:59:24.748 INFO E| Compiling generic-array v0.14.6
29202025-09-24T15:59:26.138Z[ helios-setup] Sep 24 15:59:24.806 INFO E| Compiling futures-core v0.3.28
29212025-09-24T15:59:26.198Z[ helios-setup] Sep 24 15:59:24.866 INFO E| Compiling bytes v1.4.0
29222025-09-24T15:59:26.701Z[ host-package] Compiling ring v0.17.14
29232025-09-24T15:59:26.855Z[ helios-setup] Sep 24 15:59:25.523 INFO E| Compiling ryu v1.0.13
29242025-09-24T15:59:27.105Z[ host-package] Compiling typify-impl v0.4.3
29252025-09-24T15:59:27.109Z[ host-package] Compiling camino v1.2.0
29262025-09-24T15:59:27.112Z[ host-package] Compiling is-terminal v0.4.13
29272025-09-24T15:59:27.112Z[ host-package] Compiling fastrand v2.1.1
29282025-09-24T15:59:27.112Z[ host-package] Compiling thread_local v1.1.8
29292025-09-24T15:59:27.585Z[ helios-setup] Sep 24 15:59:26.253 INFO E| Compiling lock_api v0.4.9
29302025-09-24T15:59:27.600Z[ helios-setup] Sep 24 15:59:26.268 INFO E| Compiling parking_lot_core v0.9.6
29312025-09-24T15:59:28.296Z[ host-package] Compiling wait-timeout v0.2.0
29322025-09-24T15:59:28.496Z[ host-package] Compiling tempfile v3.20.0
29332025-09-24T15:59:28.513Z[ helios-setup] Sep 24 15:59:27.181 INFO E| Compiling slab v0.4.7
29342025-09-24T15:59:28.517Z[ helios-setup] Sep 24 15:59:27.182 INFO E| Compiling scopeguard v1.1.0
29352025-09-24T15:59:28.601Z[ host-package] Compiling quick-error v1.2.3
29362025-09-24T15:59:28.826Z[ helios-setup] Sep 24 15:59:27.494 INFO E| Compiling futures-task v0.3.28
29372025-09-24T15:59:28.928Z[ helios-setup] Sep 24 15:59:27.595 INFO E| Compiling futures-sink v0.3.28
29382025-09-24T15:59:29.043Z[ helios-setup] Sep 24 15:59:27.711 INFO E| Compiling libm v0.2.15
29392025-09-24T15:59:29.085Z[ host-package] Compiling bit-vec v0.8.0
29402025-09-24T15:59:29.209Z[ host-package] Compiling match_cfg v0.1.0
29412025-09-24T15:59:29.324Z[ host-package] Compiling rusty-fork v0.3.0
29422025-09-24T15:59:29.477Z[ helios-setup] Sep 24 15:59:28.145 INFO E| Compiling io-lifetimes v1.0.10
29432025-09-24T15:59:29.485Z[ host-package] Compiling hostname v0.3.1
29442025-09-24T15:59:29.559Z[ helios-setup] Sep 24 15:59:28.226 INFO E| Compiling futures-channel v0.3.28
29452025-09-24T15:59:29.664Z[ helios-setup] Sep 24 15:59:28.332 INFO E| Compiling pkg-config v0.3.26
29462025-09-24T15:59:29.685Z[ host-package] Compiling ref-cast v1.0.24
29472025-09-24T15:59:29.896Z[ host-package] Compiling bit-set v0.8.0
29482025-09-24T15:59:30.005Z[ host-package] Compiling multer v3.1.0
29492025-09-24T15:59:30.221Z[ host-package] Compiling slog-async v2.8.0
29502025-09-24T15:59:30.317Z[ host-package] Compiling crossbeam-channel v0.5.15
29512025-09-24T15:59:30.465Z[ host-package] Compiling toml_parser v1.0.2
29522025-09-24T15:59:30.568Z[ helios-setup] Sep 24 15:59:29.236 INFO E| Compiling tokio v1.27.0
29532025-09-24T15:59:30.585Z[ host-package] Compiling slog-json v2.6.1
29542025-09-24T15:59:30.707Z[ host-package] Compiling rand_xorshift v0.4.0
29552025-09-24T15:59:30.758Z[ helios-setup] Sep 24 15:59:29.426 INFO E| Compiling num-traits v0.2.15
29562025-09-24T15:59:30.919Z[ helios-setup] Sep 24 15:59:29.587 INFO E| Compiling block-buffer v0.10.3
29572025-09-24T15:59:31.185Z[ helios-setup] Sep 24 15:59:29.853 INFO E| Compiling crypto-common v0.1.6
29582025-09-24T15:59:31.293Z[ host-package] Compiling futures-executor v0.3.31
29592025-09-24T15:59:31.369Z[ helios-setup] Sep 24 15:59:30.036 INFO E| Compiling futures-util v0.3.28
29602025-09-24T15:59:31.457Z[ host-package] Compiling toml_datetime v0.7.0
29612025-09-24T15:59:31.592Z[ helios-setup] Sep 24 15:59:30.259 INFO E| Compiling rustix v0.37.3
29622025-09-24T15:59:32.017Z[ helios-setup] Sep 24 15:59:30.685 INFO E| Compiling digest v0.10.7
29632025-09-24T15:59:32.104Z[ host-package] Compiling serde_spanned v1.0.0
29642025-09-24T15:59:32.241Z[ host-package] Compiling hex v0.4.3
29652025-09-24T15:59:32.443Z[ host-package] Compiling toml_writer v1.0.2
29662025-09-24T15:59:32.599Z[ host-package] Compiling unarray v0.1.4
29672025-09-24T15:59:32.828Z[ host-package] Compiling convert_case v0.4.0
29682025-09-24T15:59:33.300Z[ host-package] Compiling rustls v0.23.19
29692025-09-24T15:59:33.340Z[ helios-setup] Sep 24 15:59:32.008 INFO E| Compiling mio v0.8.5
29702025-09-24T15:59:33.398Z[ helios-setup] Sep 24 15:59:32.066 INFO E| Compiling errno v0.3.1
29712025-09-24T15:59:33.451Z[ helios-setup] Sep 24 15:59:32.118 INFO E| Compiling socket2 v0.4.9
29722025-09-24T15:59:33.455Z[ host-package] Compiling rustls v0.22.4
29732025-09-24T15:59:33.463Z[ host-package] Compiling term v1.1.0
29742025-09-24T15:59:33.463Z[ host-package] Compiling take_mut v0.2.2
29752025-09-24T15:59:33.469Z[ helios-setup] Sep 24 15:59:32.135 INFO E| Compiling num_cpus v1.15.0
29762025-09-24T15:59:33.708Z[ host-package] Compiling toml v0.9.5
29772025-09-24T15:59:33.795Z[ host-package] Compiling derive_more v0.99.20
29782025-09-24T15:59:33.872Z[ helios-setup] Sep 24 15:59:32.539 INFO E| Compiling signal-hook-registry v1.4.0
29792025-09-24T15:59:34.013Z[ helios-setup] Sep 24 15:59:32.681 INFO E| Compiling spin v0.5.2
29802025-09-24T15:59:34.175Z[ helios-setup] Sep 24 15:59:32.843 INFO E| Compiling futures-io v0.3.28
29812025-09-24T15:59:34.628Z[ helios-setup] Sep 24 15:59:33.295 INFO E| Compiling pin-utils v0.1.0
29822025-09-24T15:59:35.111Z[ helios-setup] Sep 24 15:59:33.778 INFO E| Compiling crunchy v0.2.2
29832025-09-24T15:59:35.657Z[ host-package] Compiling slog-term v2.9.2
29842025-09-24T15:59:36.062Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29852025-09-24T15:59:36.358Z[ helios-setup] Sep 24 15:59:35.026 INFO E| Compiling num-integer v0.1.45
29862025-09-24T15:59:36.509Z[ host-package] Compiling proptest v1.7.0
29872025-09-24T15:59:36.619Z[ helios-setup] Sep 24 15:59:35.286 INFO E| Compiling cpufeatures v0.2.5
29882025-09-24T15:59:37.021Z[ helios-setup] Sep 24 15:59:35.689 INFO E| Compiling schemars v0.8.12
29892025-09-24T15:59:37.148Z[ helios-setup] Sep 24 15:59:35.816 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29902025-09-24T15:59:37.529Z[ helios-setup] Sep 24 15:59:36.196 INFO E| Compiling tiny-keccak v2.0.2
29912025-09-24T15:59:38.219Z[ host-package] Compiling rustls-webpki v0.102.8
29922025-09-24T15:59:38.407Z[ helios-setup] Sep 24 15:59:37.074 INFO E| Compiling hashbrown v0.12.3
29932025-09-24T15:59:38.816Z[ host-package] Compiling futures v0.3.31
29942025-09-24T15:59:38.865Z[ helios-setup] Sep 24 15:59:37.532 INFO E| Compiling serde_derive_internals v0.26.0
29952025-09-24T15:59:39.175Z[ host-package] Compiling slog-bunyan v2.5.0
29962025-09-24T15:59:39.343Z[ helios-setup] Sep 24 15:59:38.010 INFO E| Compiling ahash v0.7.6
29972025-09-24T15:59:40.040Z[ helios-setup] Sep 24 15:59:38.707 INFO E| Compiling slog v2.7.0
29982025-09-24T15:59:40.291Z[ helios-setup] Sep 24 15:59:38.958 INFO E| Compiling heck v0.4.1
29992025-09-24T15:59:41.486Z[ host-package] Compiling async-stream v0.3.6
30002025-09-24T15:59:41.585Z[ helios-setup] Sep 24 15:59:40.252 INFO E| Compiling thiserror-impl v1.0.38
30012025-09-24T15:59:42.388Z[ helios-setup] Sep 24 15:59:41.056 INFO E| Compiling ahash v0.8.3
30022025-09-24T15:59:42.445Z[ helios-setup] Sep 24 15:59:41.112 INFO E| Compiling unicode-width v0.1.10
30032025-09-24T15:59:42.486Z[ host-package] Compiling dropshot v0.16.4
30042025-09-24T15:59:42.614Z[ helios-setup] Sep 24 15:59:41.281 INFO E| Compiling schemars_derive v0.8.12
30052025-09-24T15:59:42.838Z[ helios-setup] Sep 24 15:59:41.505 INFO E| Compiling anyhow v1.0.68
30062025-09-24T15:59:42.841Z[ host-package] Compiling waitgroup v0.1.2
30072025-09-24T15:59:42.892Z[ host-package] Compiling typify-macro v0.4.3
30082025-09-24T15:59:43.275Z[ helios-setup] Sep 24 15:59:41.942 INFO E| Compiling serde_derive v1.0.204
30092025-09-24T15:59:43.420Z[ host-package] Compiling rustls-pemfile v2.2.0
30102025-09-24T15:59:43.477Z[ helios-setup] Sep 24 15:59:42.112 INFO E| Compiling tokio-macros v2.0.0
30112025-09-24T15:59:43.557Z[ helios-setup] Sep 24 15:59:42.224 INFO E| Compiling futures-macro v0.3.28
30122025-09-24T15:59:43.798Z[ host-package] Compiling hashbrown v0.16.0
30132025-09-24T15:59:44.281Z[ host-package] Compiling serde_path_to_error v0.1.17
30142025-09-24T15:59:44.644Z[ helios-setup] Sep 24 15:59:43.311 INFO E| Compiling const-random-macro v0.1.15
30152025-09-24T15:59:46.044Z[ host-package] Compiling hostname v0.4.0
30162025-09-24T15:59:46.423Z[ host-package] Compiling instant v0.1.13
30172025-09-24T15:59:46.525Z[ host-package] Compiling foldhash v0.2.0
30182025-09-24T15:59:46.942Z[ helios-setup] Sep 24 15:59:45.609 INFO E| Compiling fnv v1.0.7
30192025-09-24T15:59:46.945Z[ helios-setup] Sep 24 15:59:45.609 INFO E| Compiling byteorder v1.4.3
30202025-09-24T15:59:47.003Z[ host-package] Compiling debug-ignore v1.0.5
30212025-09-24T15:59:47.230Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
30222025-09-24T15:59:47.506Z[ helios-setup] Sep 24 15:59:46.171 INFO E| Compiling http v0.2.9
30232025-09-24T15:59:47.727Z[ host-package] Compiling iddqd v0.3.13
30242025-09-24T15:59:48.030Z[ helios-setup] Sep 24 15:59:46.697 INFO E| Compiling const-random v0.1.15
30252025-09-24T15:59:48.522Z[ helios-setup] Sep 24 15:59:47.189 INFO E| Compiling getopts v0.2.21
30262025-09-24T15:59:48.537Z[ host-package] Compiling typify v0.4.3
30272025-09-24T15:59:49.086Z[ helios-setup] Sep 24 15:59:47.752 INFO E| Compiling aho-corasick v0.7.20
30282025-09-24T15:59:49.272Z[ helios-setup] Sep 24 15:59:47.938 INFO E| Compiling rand_core v0.6.4
30292025-09-24T15:59:49.476Z[ host-package] Compiling progenitor-impl v0.10.0
30302025-09-24T15:59:50.115Z[ helios-setup] Sep 24 15:59:48.782 INFO E| Compiling tinyvec_macros v0.1.1
30312025-09-24T15:59:50.192Z[ helios-setup] Sep 24 15:59:48.859 INFO E| Compiling crc32fast v1.3.2
30322025-09-24T15:59:50.288Z[ helios-setup] Sep 24 15:59:48.955 INFO E| Compiling httparse v1.8.0
30332025-09-24T15:59:50.820Z[ helios-setup] Sep 24 15:59:49.486 INFO E| Compiling powerfmt v0.2.0
30342025-09-24T15:59:51.238Z[ helios-setup] Sep 24 15:59:49.904 INFO E| Compiling num-conv v0.1.0
30352025-09-24T15:59:51.273Z[ host-package] Compiling tokio-rustls v0.25.0
30362025-09-24T15:59:51.506Z[ helios-setup] Sep 24 15:59:50.173 INFO E| Compiling regex-syntax v0.6.29
30372025-09-24T15:59:51.522Z[ host-package] Compiling backoff v0.4.0
30382025-09-24T15:59:51.827Z[ helios-setup] Sep 24 15:59:50.494 INFO E| Compiling time-core v0.1.2
30392025-09-24T15:59:52.164Z[ helios-setup] Sep 24 15:59:50.831 INFO E| Compiling percent-encoding v2.2.0
30402025-09-24T15:59:52.208Z[ host-package] Compiling parse-display v0.10.0
30412025-09-24T15:59:52.492Z[ helios-setup] Sep 24 15:59:51.159 INFO E| Compiling time-macros v0.2.18
30422025-09-24T15:59:52.725Z[ helios-setup] Sep 24 15:59:51.391 INFO E| Compiling form_urlencoded v1.1.0
30432025-09-24T15:59:53.253Z[ helios-setup] Sep 24 15:59:51.920 INFO E| Compiling deranged v0.3.11
30442025-09-24T15:59:53.275Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30452025-09-24T15:59:53.675Z[ helios-setup] Sep 24 15:59:52.342 INFO E| Compiling tinyvec v1.6.0
30462025-09-24T15:59:53.814Z[ host-package] Compiling serde_with v3.14.0
30472025-09-24T15:59:54.516Z[ host-package] Compiling tokio-rustls v0.26.0
30482025-09-24T15:59:55.795Z[ host-package] Compiling hyper-rustls v0.27.7
30492025-09-24T15:59:56.383Z[ helios-setup] Sep 24 15:59:55.049 INFO E| Compiling hashbrown v0.13.2
30502025-09-24T15:59:57.137Z[ host-package] Compiling reqwest v0.12.22
30512025-09-24T15:59:57.447Z[ helios-setup] Sep 24 15:59:56.113 INFO E| Compiling chrono v0.4.24
30522025-09-24T15:59:58.332Z[ helios-setup] Sep 24 15:59:56.998 INFO E| Compiling libz-sys v1.1.8
30532025-09-24T15:59:59.092Z[ helios-setup] Sep 24 15:59:57.758 INFO E| Compiling regex v1.7.3
30542025-09-24T15:59:59.399Z[ helios-setup] Sep 24 15:59:58.065 INFO E| Compiling uuid v1.3.0
30552025-09-24T15:59:59.830Z[ helios-setup] Sep 24 15:59:58.497 INFO E| Compiling dyn-clone v1.0.11
30562025-09-24T15:59:59.869Z[ helios-setup] Sep 24 15:59:58.535 INFO E| Compiling ppv-lite86 v0.2.17
30572025-09-24T16:00:00.266Z[ host-package] Compiling progenitor-macro v0.10.0
30582025-09-24T16:00:00.491Z[ helios-setup] Sep 24 15:59:59.157 INFO E| Compiling num_threads v0.1.6
30592025-09-24T16:00:00.759Z[ helios-setup] Sep 24 15:59:59.425 INFO E| Compiling regress v0.5.0
30602025-09-24T16:00:00.993Z[ helios-setup] Sep 24 15:59:59.659 INFO E| Compiling time v0.3.36
30612025-09-24T16:00:01.135Z[ helios-setup] Sep 24 15:59:59.802 INFO E| Compiling unicode-normalization v0.1.22
30622025-09-24T16:00:01.943Z[ helios-setup] Sep 24 16:00:00.610 INFO E| Compiling rand_chacha v0.3.1
30632025-09-24T16:00:04.567Z[ helios-setup] Sep 24 16:00:03.233 INFO E| Compiling is-terminal v0.4.7
30642025-09-24T16:00:05.186Z[ helios-setup] Sep 24 16:00:03.852 INFO E| Compiling sha2 v0.10.6
30652025-09-24T16:00:05.717Z[ helios-setup] Sep 24 16:00:04.382 INFO E| Compiling lazy_static v1.4.0
30662025-09-24T16:00:05.957Z[ helios-setup] Sep 24 16:00:04.607 INFO E| Compiling dirs-sys-next v0.1.2
30672025-09-24T16:00:05.982Z[ helios-setup] Sep 24 16:00:04.648 INFO E| Compiling tracing-core v0.1.30
30682025-09-24T16:00:07.318Z[ helios-setup] Sep 24 16:00:05.984 INFO E| Compiling toml v0.5.11
30692025-09-24T16:00:07.443Z[ host-package] Compiling progenitor-client v0.9.1
30702025-09-24T16:00:07.814Z[ helios-setup] Sep 24 16:00:06.480 INFO E| Compiling smallvec v1.10.0
30712025-09-24T16:00:08.602Z[ host-package] Compiling progenitor v0.9.1
30722025-09-24T16:00:09.208Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
30732025-09-24T16:00:09.493Z[ host-package] Compiling progenitor-client v0.10.0
30742025-09-24T16:00:10.335Z[ helios-setup] Sep 24 16:00:09.000 INFO E| Compiling parking_lot v0.12.1
30752025-09-24T16:00:11.188Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30762025-09-24T16:00:11.717Z[ helios-setup] Sep 24 16:00:10.383 INFO E| Compiling serde_tokenstream v0.2.0
30772025-09-24T16:00:12.759Z[ host-package] Compiling num-rational v0.4.2
30782025-09-24T16:00:12.824Z[ helios-setup] Sep 24 16:00:11.489 INFO E| Compiling unicode-bidi v0.3.13
30792025-09-24T16:00:13.981Z[ helios-setup] Sep 24 16:00:12.646 INFO E| Compiling ucd-trie v0.1.5
30802025-09-24T16:00:14.921Z[ helios-setup] Sep 24 16:00:13.586 INFO E| Compiling base64 v0.21.0
30812025-09-24T16:00:14.955Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30822025-09-24T16:00:15.119Z[ helios-setup] Sep 24 16:00:13.785 INFO E| Compiling utf8parse v0.2.1
30832025-09-24T16:00:15.916Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
30842025-09-24T16:00:16.589Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852025-09-24T16:00:17.641Z[ helios-setup] Sep 24 16:00:16.306 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30862025-09-24T16:00:18.620Z[ helios-setup] Sep 24 16:00:17.285 INFO E| Compiling anstyle-parse v0.1.1
30872025-09-24T16:00:18.991Z[ helios-setup] Sep 24 16:00:17.657 INFO E| Compiling idna v0.3.0
30882025-09-24T16:00:19.294Z[ helios-setup] Sep 24 16:00:17.959 INFO E| Compiling pest v2.5.7
30892025-09-24T16:00:19.426Z[ helios-setup] Sep 24 16:00:18.092 INFO E| Compiling proc-macro-crate v1.2.1
30902025-09-24T16:00:20.287Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30912025-09-24T16:00:20.916Z[ helios-setup] Sep 24 16:00:19.532 INFO E| Compiling tracing v0.1.37
30922025-09-24T16:00:20.964Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
30932025-09-24T16:00:21.791Z[ host-package] Compiling num-complex v0.4.6
30942025-09-24T16:00:21.873Z[ helios-setup] Sep 24 16:00:20.538 INFO E| Compiling dirs-next v2.0.0
30952025-09-24T16:00:22.118Z[ helios-setup] Sep 24 16:00:20.783 INFO E| Compiling rand v0.8.5
30962025-09-24T16:00:24.323Z[ host-package] Compiling macaddr v1.0.1
30972025-09-24T16:00:24.737Z[ helios-setup] Sep 24 16:00:23.402 INFO E| Compiling futures-executor v0.3.28
30982025-09-24T16:00:25.083Z[ host-package] Compiling num v0.4.3
30992025-09-24T16:00:25.173Z[ helios-setup] Sep 24 16:00:23.838 INFO E| Compiling terminal_size v0.2.6
31002025-09-24T16:00:25.381Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31012025-09-24T16:00:25.814Z[ helios-setup] Sep 24 16:00:24.479 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31022025-09-24T16:00:25.954Z[ helios-setup] Sep 24 16:00:24.619 INFO E| Compiling time v0.1.45
31032025-09-24T16:00:26.022Z[ helios-setup] Sep 24 16:00:24.687 INFO E| Compiling thread_local v1.1.7
31042025-09-24T16:00:26.763Z[ helios-setup] Sep 24 16:00:25.428 INFO E| Compiling concolor-override v1.0.0
31052025-09-24T16:00:27.173Z[ helios-setup] Sep 24 16:00:25.835 INFO E| Compiling concolor-query v0.3.3
31062025-09-24T16:00:27.449Z[ helios-setup] Sep 24 16:00:26.114 INFO E| Compiling iana-time-zone v0.1.56
31072025-09-24T16:00:27.738Z[ helios-setup] Sep 24 16:00:26.402 INFO E| Compiling semver v1.0.17
31082025-09-24T16:00:28.716Z[ helios-setup] Sep 24 16:00:27.381 INFO E| Compiling anstyle v0.3.5
31092025-09-24T16:00:29.632Z[ helios-setup] Sep 24 16:00:28.297 INFO E| Compiling anstream v0.2.6
31102025-09-24T16:00:30.066Z[ helios-setup] Sep 24 16:00:28.731 INFO E| Compiling tokio-util v0.7.7
31112025-09-24T16:00:30.211Z[ helios-setup] Sep 24 16:00:28.875 INFO E| Compiling futures v0.3.28
31122025-09-24T16:00:30.504Z[ helios-setup] Sep 24 16:00:29.168 INFO E| Compiling semver-parser v0.10.2
31132025-09-24T16:00:30.553Z[ helios-setup] Sep 24 16:00:29.217 INFO E| Compiling term v0.7.0
31142025-09-24T16:00:30.704Z[ helios-setup] Sep 24 16:00:29.368 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31152025-09-24T16:00:31.503Z[ helios-setup] Sep 24 16:00:30.168 INFO E| Compiling url v2.3.1
31162025-09-24T16:00:34.104Z[ helios-setup] Sep 24 16:00:32.768 INFO E| Compiling num_enum_derive v0.5.7
31172025-09-24T16:00:35.967Z[ helios-setup] Sep 24 16:00:34.631 INFO E| Compiling atty v0.2.14
31182025-09-24T16:00:36.340Z[ helios-setup] Sep 24 16:00:35.005 INFO E| Compiling clap_lex v0.4.1
31192025-09-24T16:00:36.523Z[ helios-setup] Sep 24 16:00:35.187 INFO E| Compiling strsim v0.10.0
31202025-09-24T16:00:37.593Z[ helios-setup] Sep 24 16:00:36.257 INFO E| Compiling same-file v1.0.6
31212025-09-24T16:00:37.636Z[ helios-setup] Sep 24 16:00:36.300 INFO E| Compiling adler v1.0.2
31222025-09-24T16:00:37.798Z[ helios-setup] Sep 24 16:00:36.462 INFO E| Compiling try-lock v0.2.4
31232025-09-24T16:00:38.305Z[ helios-setup] Sep 24 16:00:36.969 INFO E| Compiling want v0.3.0
31242025-09-24T16:00:38.465Z[ helios-setup] Sep 24 16:00:37.129 INFO E| Compiling walkdir v2.3.3
31252025-09-24T16:00:38.737Z[ helios-setup] Sep 24 16:00:37.402 INFO E| Compiling miniz_oxide v0.6.2
31262025-09-24T16:00:39.067Z[ helios-setup] Sep 24 16:00:37.731 INFO E| Compiling num_enum v0.5.7
31272025-09-24T16:00:39.603Z[ helios-setup] Sep 24 16:00:38.267 INFO E| Compiling clap_builder v4.2.1
31282025-09-24T16:00:39.925Z[ helios-setup] Sep 24 16:00:38.589 INFO E| Compiling slog-term v2.9.0
31292025-09-24T16:00:43.710Z[ helios-setup] Sep 24 16:00:42.373 INFO E| Compiling h2 v0.3.16
31302025-09-24T16:00:44.612Z[ helios-setup] Sep 24 16:00:43.275 INFO E| Compiling semver v0.11.0
31312025-09-24T16:00:45.633Z[ helios-setup] Sep 24 16:00:44.296 INFO E| Compiling http-body v0.4.5
31322025-09-24T16:00:46.482Z[ helios-setup] Sep 24 16:00:45.145 INFO E| Compiling clap_derive v4.2.0
31332025-09-24T16:00:46.589Z[ helios-setup] Sep 24 16:00:45.253 INFO E| Compiling ring v0.16.20
31342025-09-24T16:00:48.787Z[ helios-setup] Sep 24 16:00:47.450 INFO E| Compiling fastrand v1.9.0
31352025-09-24T16:00:54.598Z[ helios-setup] Sep 24 16:00:53.261 INFO E| Compiling zeroize v1.8.1
31362025-09-24T16:00:55.226Z[ helios-setup] Sep 24 16:00:53.888 INFO E| Compiling home v0.5.4
31372025-09-24T16:00:55.581Z[ helios-setup] Sep 24 16:00:54.244 INFO E| Compiling base64ct v1.8.0
31382025-09-24T16:00:56.579Z[ helios-setup] Sep 24 16:00:55.242 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31392025-09-24T16:00:57.464Z[ helios-setup] Sep 24 16:00:56.127 INFO E| Compiling httpdate v1.0.2
31402025-09-24T16:00:58.565Z[ helios-setup] Sep 24 16:00:57.228 INFO E| Compiling tower-service v0.3.2
31412025-09-24T16:00:59.029Z[ helios-setup] Sep 24 16:00:57.692 INFO E| Compiling hyper v0.14.25
31422025-09-24T16:01:00.093Z[ helios-setup] Sep 24 16:00:58.755 INFO E| Compiling pem-rfc7468 v0.7.0
31432025-09-24T16:01:02.325Z[ helios-setup] Sep 24 16:01:00.987 INFO E| Compiling toolchain_find v0.2.0
31442025-09-24T16:01:03.491Z[ helios-setup] Sep 24 16:01:02.154 INFO E| Compiling clap v4.2.1
31452025-09-24T16:01:03.573Z[ helios-setup] Sep 24 16:01:02.236 INFO E| Compiling tempfile v3.5.0
31462025-09-24T16:01:03.972Z[ host-package] Compiling progenitor v0.10.0
31472025-09-24T16:01:04.453Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31482025-09-24T16:01:04.902Z[ helios-setup] Sep 24 16:01:03.564 INFO E| Compiling cargo-lock v8.0.3
31492025-09-24T16:01:05.163Z[ host-package] Compiling float-ord v0.3.2
31502025-09-24T16:01:07.236Z[ host-package] Compiling toml v0.8.23
31512025-09-24T16:01:10.417Z[ host-package] Compiling prettyplease v0.2.36
31522025-09-24T16:01:10.599Z[ host-package] Compiling bytecount v0.6.8
31532025-09-24T16:01:12.001Z[ helios-setup] Sep 24 16:01:10.663 INFO E| Compiling flate2 v1.0.25
31542025-09-24T16:01:13.447Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31552025-09-24T16:01:13.838Z[ helios-setup] Sep 24 16:01:12.500 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31562025-09-24T16:01:14.069Z[ host-package] Compiling secrecy v0.10.3
31572025-09-24T16:01:14.697Z[ host-package] Compiling console v0.15.10
31582025-09-24T16:01:15.490Z[ host-package] Compiling swrite v0.1.0
31592025-09-24T16:01:15.949Z[ helios-setup] Sep 24 16:01:14.611 INFO E| Compiling serde_urlencoded v0.7.1
31602025-09-24T16:01:16.043Z[ host-package] Compiling password-hash v0.5.0
31612025-09-24T16:01:16.764Z[ helios-setup] Sep 24 16:01:15.426 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31622025-09-24T16:01:17.310Z[ helios-setup] Sep 24 16:01:15.972 INFO E| Compiling der_derive v0.7.3
31632025-09-24T16:01:19.959Z[ host-package] Compiling blake2 v0.10.6
31642025-09-24T16:01:20.026Z[ host-package] Compiling slog-dtrace v0.3.0
31652025-09-24T16:01:21.145Z[ host-package] Compiling argon2 v0.5.3
31662025-09-24T16:01:21.688Z[ helios-setup] Sep 24 16:01:20.350 INFO E| Compiling sha1 v0.10.5
31672025-09-24T16:01:22.487Z[ host-package] Compiling atomicwrites v0.4.4
31682025-09-24T16:01:22.584Z[ helios-setup] Sep 24 16:01:21.246 INFO E| Compiling flagset v0.4.7
31692025-09-24T16:01:23.824Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702025-09-24T16:01:23.953Z[ host-package] Compiling newline-converter v0.3.0
31712025-09-24T16:01:24.490Z[ host-package] Compiling expectorate v1.2.0
31722025-09-24T16:01:25.513Z[ host-package] Compiling resolv-conf v0.7.0
31732025-09-24T16:01:25.887Z[ host-package] Compiling cancel-safe-futures v0.1.5
31742025-09-24T16:01:27.117Z[ host-package] Compiling owo-colors v4.2.2
31752025-09-24T16:01:27.811Z[ helios-setup] Sep 24 16:01:26.472 INFO E| Compiling der v0.7.10
31762025-09-24T16:01:28.464Z[ host-package] Compiling libsw-core v0.3.1
31772025-09-24T16:01:28.711Z[ host-package] Compiling linked-hash-map v0.5.6
31782025-09-24T16:01:29.574Z[ host-package] Compiling lru-cache v0.1.2
31792025-09-24T16:01:29.685Z[ host-package] Compiling libsw v3.5.0
31802025-09-24T16:01:30.048Z[ helios-setup] Sep 24 16:01:28.709 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31812025-09-24T16:01:30.211Z[ helios-setup] Sep 24 16:01:28.862 INFO E| Compiling rustfmt-wrapper v0.2.0
31822025-09-24T16:01:30.589Z[ host-package] Compiling unicode-xid v0.2.6
31832025-09-24T16:01:31.258Z[ host-package] Compiling linear-map v1.2.0
31842025-09-24T16:01:31.742Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31852025-09-24T16:01:31.831Z[ helios-setup] Sep 24 16:01:30.493 INFO E| Compiling openapiv3 v1.0.2
31862025-09-24T16:01:32.501Z[ helios-setup] Sep 24 16:01:31.162 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31872025-09-24T16:01:32.505Z[ host-package] Compiling hickory-proto v0.24.4
31882025-09-24T16:01:32.830Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31892025-09-24T16:01:33.012Z[ helios-setup] Sep 24 16:01:31.672 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31902025-09-24T16:01:33.219Z[ helios-setup] Sep 24 16:01:31.879 INFO E| Compiling encoding_rs v0.8.32
31912025-09-24T16:01:33.835Z[ helios-setup] Sep 24 16:01:32.496 INFO E| Compiling mime v0.3.17
31922025-09-24T16:01:34.313Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932025-09-24T16:01:35.215Z[ helios-setup] Sep 24 16:01:33.876 INFO E| Compiling untrusted v0.7.1
31942025-09-24T16:01:35.592Z[ helios-setup] Sep 24 16:01:34.253 INFO E| Compiling project-root v0.2.2
31952025-09-24T16:01:35.667Z[ helios-setup] Sep 24 16:01:34.328 INFO E| Compiling utf-8 v0.7.6
31962025-09-24T16:01:35.881Z[ host-package] Compiling convert_case v0.7.1
31972025-09-24T16:01:36.195Z[ helios-setup] Sep 24 16:01:34.856 INFO E| Compiling radium v0.7.0
31982025-09-24T16:01:36.505Z[ helios-setup] Sep 24 16:01:35.165 INFO E| Compiling unsafe-libyaml v0.2.8
31992025-09-24T16:01:37.335Z[ host-package] Compiling derive_more-impl v2.0.1
32002025-09-24T16:01:37.574Z[ helios-setup] Sep 24 16:01:36.235 INFO E| Compiling base64 v0.13.1
32012025-09-24T16:01:39.560Z[ helios-setup] Sep 24 16:01:38.221 INFO E| Compiling ipnet v2.7.2
32022025-09-24T16:01:39.742Z[ helios-setup] Sep 24 16:01:38.403 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32032025-09-24T16:01:39.943Z[ helios-setup] Sep 24 16:01:38.604 INFO E| Compiling serde_yaml v0.9.21
32042025-09-24T16:01:39.947Z[ helios-setup] Sep 24 16:01:38.604 INFO E| Compiling tungstenite v0.18.0
32052025-09-24T16:01:40.786Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32062025-09-24T16:01:43.768Z[ helios-setup] Sep 24 16:01:42.428 INFO E| Compiling reqwest v0.11.16
32072025-09-24T16:01:46.700Z[ helios-setup] Sep 24 16:01:45.360 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32082025-09-24T16:01:47.385Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32092025-09-24T16:01:49.467Z[ helios-setup] Sep 24 16:01:48.127 INFO E| Compiling spki v0.7.3
32102025-09-24T16:01:50.520Z[ helios-setup] Sep 24 16:01:49.180 INFO E| Compiling maybe-uninit v2.0.0
32112025-09-24T16:01:51.830Z[ helios-setup] Sep 24 16:01:50.490 INFO E| Compiling tap v1.0.1
32122025-09-24T16:01:52.074Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
32132025-09-24T16:01:52.230Z[ helios-setup] Sep 24 16:01:50.890 INFO E| Compiling crossbeam-utils v0.8.14
32142025-09-24T16:01:52.369Z[ host-package] Compiling hickory-resolver v0.24.4
32152025-09-24T16:01:54.078Z[ helios-setup] Sep 24 16:01:52.738 INFO E| Compiling wyz v0.5.1
32162025-09-24T16:01:55.249Z[ helios-setup] Sep 24 16:01:53.909 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32172025-09-24T16:01:56.064Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32182025-09-24T16:02:01.647Z[ host-package] Compiling qorb v0.4.1
32192025-09-24T16:02:03.644Z[ helios-setup] Sep 24 16:02:02.303 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32202025-09-24T16:02:04.077Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32212025-09-24T16:02:06.587Z[ helios-setup] Sep 24 16:02:05.246 INFO E| Compiling tokio-tungstenite v0.18.0
32222025-09-24T16:02:08.409Z[ helios-setup] Sep 24 16:02:07.068 INFO E| Compiling toml_datetime v0.6.1
32232025-09-24T16:02:09.918Z[ helios-setup] Sep 24 16:02:08.577 INFO E| Compiling serde_spanned v0.6.1
32242025-09-24T16:02:10.486Z[ helios-setup] Sep 24 16:02:09.145 INFO E| Compiling zerocopy-derive v0.6.6
32252025-09-24T16:02:14.380Z[ helios-setup] Sep 24 16:02:13.039 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32262025-09-24T16:02:15.643Z[ helios-setup] Sep 24 16:02:14.301 INFO E| Compiling smartstring v1.0.1
32272025-09-24T16:02:16.200Z[ helios-setup] Sep 24 16:02:14.859 INFO E| Compiling packed_struct v0.10.1
32282025-09-24T16:02:16.620Z[ helios-setup] Sep 24 16:02:15.279 INFO E| Compiling winnow v0.4.1
32292025-09-24T16:02:16.698Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302025-09-24T16:02:17.525Z[ helios-setup] Sep 24 16:02:16.183 INFO E| Compiling rustls v0.21.0
32312025-09-24T16:02:18.506Z[ helios-setup] Sep 24 16:02:17.165 INFO E| Compiling num-bigint-dig v0.8.4
32322025-09-24T16:02:20.053Z[ helios-setup] Sep 24 16:02:18.711 INFO E| Compiling funty v2.0.0
32332025-09-24T16:02:22.767Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32342025-09-24T16:02:24.082Z[ helios-setup] Sep 24 16:02:22.740 INFO E| Compiling toml_edit v0.19.8
32352025-09-24T16:02:25.140Z[ host-package] Compiling derive_more v2.0.1
32362025-09-24T16:02:25.529Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32372025-09-24T16:02:25.643Z[ host-package] Compiling utf-8 v0.7.6
32382025-09-24T16:02:25.721Z[ helios-setup] Sep 24 16:02:24.379 INFO E| Compiling bitvec v1.0.1
32392025-09-24T16:02:26.542Z[ host-package] Compiling termtree v0.5.1
32402025-09-24T16:02:27.172Z[ host-package] Compiling siphasher v1.0.1
32412025-09-24T16:02:27.400Z[ host-package] Compiling vte v0.11.1
32422025-09-24T16:02:27.971Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32432025-09-24T16:02:28.385Z[ host-package] Compiling phf_shared v0.12.1
32442025-09-24T16:02:29.605Z[ host-package] Compiling crossterm v0.29.0
32452025-09-24T16:02:30.543Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32462025-09-24T16:02:30.843Z[ helios-setup] Sep 24 16:02:29.501 INFO E| Compiling zerocopy v0.6.6
32472025-09-24T16:02:32.027Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32482025-09-24T16:02:34.540Z[ host-package] Compiling chrono-tz v0.10.4
32492025-09-24T16:02:35.357Z[ helios-setup] Sep 24 16:02:34.015 INFO E| Compiling sct v0.7.0
32502025-09-24T16:02:35.799Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32512025-09-24T16:02:35.919Z[ helios-setup] Sep 24 16:02:34.577 INFO E| Compiling rustls-webpki v0.100.1
32522025-09-24T16:02:36.197Z[ helios-setup] Sep 24 16:02:34.853 INFO E| Compiling pkcs8 v0.10.2
32532025-09-24T16:02:37.003Z[ helios-setup] Sep 24 16:02:35.658 INFO E| Compiling num-iter v0.1.44
32542025-09-24T16:02:37.138Z[ host-package] Compiling phf v0.12.1
32552025-09-24T16:02:37.498Z[ helios-setup] Sep 24 16:02:36.156 INFO E| Compiling packed_struct_codegen v0.10.1
32562025-09-24T16:02:38.024Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32572025-09-24T16:02:38.107Z[ host-package] Compiling const_format_proc_macros v0.2.34
32582025-09-24T16:02:39.233Z[ host-package] Compiling papergrid v0.11.0
32592025-09-24T16:02:39.566Z[ helios-setup] Sep 24 16:02:38.223 INFO E| Compiling match_cfg v0.1.0
32602025-09-24T16:02:39.749Z[ helios-setup] Sep 24 16:02:38.406 INFO E| Compiling paste v1.0.12
32612025-09-24T16:02:40.185Z[ helios-setup] Sep 24 16:02:38.843 INFO E| Compiling static_assertions v1.1.0
32622025-09-24T16:02:40.504Z[ helios-setup] Sep 24 16:02:39.162 INFO E| Compiling camino v1.1.4
32632025-09-24T16:02:41.455Z[ helios-setup] Sep 24 16:02:40.113 INFO E| Compiling crc-catalog v2.4.0
32642025-09-24T16:02:41.459Z[ host-package] Compiling tabled_derive v0.7.0
32652025-09-24T16:02:41.583Z[ host-package] Compiling fd-lock v4.0.2
32662025-09-24T16:02:41.800Z[ helios-setup] Sep 24 16:02:40.457 INFO E| Compiling async-trait v0.1.68
32672025-09-24T16:02:41.866Z[ helios-setup] Sep 24 16:02:40.523 INFO E| Compiling slog-async v2.7.0
32682025-09-24T16:02:42.230Z[ helios-setup] Sep 24 16:02:40.887 INFO E| Compiling nodrop v0.1.14
32692025-09-24T16:02:42.496Z[ host-package] Compiling peg-macros v0.8.5
32702025-09-24T16:02:42.530Z[ helios-setup] Sep 24 16:02:41.187 INFO E| Compiling array-init v0.0.4
32712025-09-24T16:02:43.006Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32722025-09-24T16:02:43.759Z[ helios-setup] Sep 24 16:02:42.416 INFO E| Compiling crc v3.3.0
32732025-09-24T16:02:44.469Z[ host-package] Compiling csv-core v0.1.11
32742025-09-24T16:02:44.737Z[ helios-setup] Sep 24 16:02:43.394 INFO E| Compiling hostname v0.3.1
32752025-09-24T16:02:45.009Z[ host-package] Compiling keccak v0.1.5
32762025-09-24T16:02:45.124Z[ host-package] Compiling nu-ansi-term v0.50.1
32772025-09-24T16:02:46.069Z[ helios-setup] Sep 24 16:02:44.726 INFO E| Compiling pkcs1 v0.7.5
32782025-09-24T16:02:46.296Z[ host-package] Compiling highway v1.3.0
32792025-09-24T16:02:47.516Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802025-09-24T16:02:48.068Z[ host-package] Compiling reedline v0.40.0
32812025-09-24T16:02:48.537Z[ host-package] Compiling sha3 v0.10.8
32822025-09-24T16:02:48.659Z[ host-package] Compiling peg v0.8.5
32832025-09-24T16:02:49.290Z[ host-package] Compiling csv v1.3.1
32842025-09-24T16:02:49.382Z[ host-package] Compiling tabled v0.15.0
32852025-09-24T16:02:50.512Z[ host-package] Compiling tough v0.20.0
32862025-09-24T16:02:52.413Z[ helios-setup] Sep 24 16:02:51.069 INFO E| Compiling crossbeam-channel v0.5.6
32872025-09-24T16:02:52.610Z[ helios-setup] Sep 24 16:02:51.267 INFO E| Compiling smallvec v0.6.14
32882025-09-24T16:02:53.579Z[ helios-setup] Sep 24 16:02:52.235 INFO E| Compiling toml v0.7.3
32892025-09-24T16:02:53.801Z[ host-package] Compiling const_format v0.2.34
32902025-09-24T16:02:54.941Z[ helios-setup] Sep 24 16:02:53.597 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32912025-09-24T16:02:55.385Z[ helios-setup] Sep 24 16:02:54.042 INFO E| Compiling slog-json v2.6.1
32922025-09-24T16:02:55.571Z[ helios-setup] Sep 24 16:02:54.227 INFO E| Compiling bincode v1.3.3
32932025-09-24T16:02:56.500Z[ helios-setup] Sep 24 16:02:55.156 INFO E| Compiling bitflags v2.9.1
32942025-09-24T16:02:57.378Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32952025-09-24T16:02:57.513Z[ helios-setup] Sep 24 16:02:56.169 INFO E| Compiling unicode-linebreak v0.1.4
32962025-09-24T16:02:57.926Z[ helios-setup] Sep 24 16:02:56.582 INFO E| Compiling signature v2.2.0
32972025-09-24T16:02:58.485Z[ host-package] Compiling bcs v0.1.6
32982025-09-24T16:02:58.621Z[ helios-setup] Sep 24 16:02:57.277 INFO E| Compiling async-stream-impl v0.3.5
32992025-09-24T16:03:00.520Z[ host-package] Compiling semver v0.1.20
33002025-09-24T16:03:00.875Z[ helios-setup] Sep 24 16:02:59.531 INFO E| Compiling rhai_codegen v1.5.0
33012025-09-24T16:03:01.318Z[ helios-setup] Sep 24 16:02:59.973 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33022025-09-24T16:03:01.712Z[ host-package] Compiling rustc_version v0.1.7
33032025-09-24T16:03:02.260Z[ helios-setup] Sep 24 16:03:00.915 INFO E| Compiling bitfield v0.14.0
33042025-09-24T16:03:02.558Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33052025-09-24T16:03:03.001Z[ helios-setup] Sep 24 16:03:01.657 INFO E| Compiling equivalent v1.0.2
33062025-09-24T16:03:03.073Z[ helios-setup] Sep 24 16:03:01.729 INFO E| Compiling subtle v2.6.1
33072025-09-24T16:03:03.144Z[ helios-setup] Sep 24 16:03:01.799 INFO E| Compiling take_mut v0.2.2
33082025-09-24T16:03:03.368Z[ helios-setup] Sep 24 16:03:02.024 INFO E| Compiling foldhash v0.1.5
33092025-09-24T16:03:03.504Z[ helios-setup] Sep 24 16:03:02.160 INFO E| Compiling termcolor v1.2.0
33102025-09-24T16:03:03.632Z[ helios-setup] Sep 24 16:03:02.288 INFO E| Compiling allocator-api2 v0.2.21
33112025-09-24T16:03:03.879Z[ host-package] Compiling newtype_derive v0.1.6
33122025-09-24T16:03:03.992Z[ helios-setup] Sep 24 16:03:02.646 INFO E| Compiling rsa v0.9.8
33132025-09-24T16:03:04.749Z[ host-package] Compiling tungstenite v0.21.0
33142025-09-24T16:03:05.470Z[ helios-setup] Sep 24 16:03:04.126 INFO E| Compiling hashbrown v0.15.3
33152025-09-24T16:03:05.602Z[ helios-setup] Sep 24 16:03:04.258 INFO E| Compiling env_logger v0.10.2
33162025-09-24T16:03:06.443Z[ helios-setup] Sep 24 16:03:05.099 INFO E| Compiling rhai v1.14.0
33172025-09-24T16:03:07.949Z[ helios-setup] Sep 24 16:03:06.605 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
33182025-09-24T16:03:09.292Z[ helios-setup] Sep 24 16:03:07.948 INFO E| Compiling async-stream v0.3.5
33192025-09-24T16:03:09.511Z[ helios-setup] Sep 24 16:03:08.167 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33202025-09-24T16:03:10.021Z[ helios-setup] Sep 24 16:03:08.677 INFO E| Compiling ron v0.8.1
33212025-09-24T16:03:10.214Z[ helios-setup] Sep 24 16:03:08.870 INFO E| Compiling slog-bunyan v2.4.0
33222025-09-24T16:03:11.228Z[ helios-setup] Sep 24 16:03:09.884 INFO E| Compiling tokio-rustls v0.24.0
33232025-09-24T16:03:11.330Z[ helios-setup] Sep 24 16:03:09.986 INFO E| Compiling serde-hex v0.1.0
33242025-09-24T16:03:12.871Z[ host-package] Compiling half v2.4.1
33252025-09-24T16:03:13.039Z[ host-package] Compiling unicode-linebreak v0.1.5
33262025-09-24T16:03:14.187Z[ helios-setup] Sep 24 16:03:12.842 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272025-09-24T16:03:14.620Z[ host-package] Compiling ciborium-io v0.2.2
33282025-09-24T16:03:14.694Z[ host-package] Compiling humantime v2.2.0
33292025-09-24T16:03:15.219Z[ host-package] Compiling smawk v0.3.2
33302025-09-24T16:03:16.523Z[ host-package] Compiling textwrap v0.16.2
33312025-09-24T16:03:16.805Z[ host-package] Compiling ciborium-ll v0.2.2
33322025-09-24T16:03:17.640Z[ host-package] Compiling tokio-tungstenite v0.21.0
33332025-09-24T16:03:18.131Z[ helios-setup] Sep 24 16:03:16.786 INFO E| Compiling x509-cert v0.2.5
33342025-09-24T16:03:18.290Z[ host-package] Compiling ciborium v0.2.2
33352025-09-24T16:03:18.516Z[ host-package] Compiling steno v0.4.1
33362025-09-24T16:03:18.898Z[ helios-setup] Sep 24 16:03:17.553 INFO E| Compiling rustls-pemfile v1.0.2
33372025-09-24T16:03:18.949Z[ helios-setup] Sep 24 16:03:17.604 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33382025-09-24T16:03:19.170Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33392025-09-24T16:03:20.059Z[ helios-setup] Sep 24 16:03:18.714 INFO E| Compiling serde_path_to_error v0.1.11
33402025-09-24T16:03:20.270Z[ helios-setup] Sep 24 16:03:18.925 INFO E| Compiling derive-where v1.4.0
33412025-09-24T16:03:22.507Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33422025-09-24T16:03:22.749Z[ helios-setup] Sep 24 16:03:21.405 INFO E| Compiling crc-any v2.5.0
33432025-09-24T16:03:23.155Z[ host-package] Compiling universal-hash v0.5.1
33442025-09-24T16:03:23.342Z[ helios-setup] Sep 24 16:03:21.996 INFO E| Compiling debug-ignore v1.0.5
33452025-09-24T16:03:23.536Z[ helios-setup] Sep 24 16:03:22.185 INFO E| Compiling hex v0.4.3
33462025-09-24T16:03:23.862Z[ helios-setup] Sep 24 16:03:22.517 INFO E| Compiling rustc-hash v2.1.1
33472025-09-24T16:03:23.881Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
33482025-09-24T16:03:24.517Z[ helios-setup] Sep 24 16:03:23.169 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492025-09-24T16:03:26.300Z[ helios-setup] Sep 24 16:03:24.955 INFO E| Compiling object v0.30.4
33502025-09-24T16:03:26.505Z[ helios-setup] Sep 24 16:03:25.160 INFO E| Compiling iddqd v0.3.1
33512025-09-24T16:03:26.875Z[ host-package] Compiling opaque-debug v0.3.1
33522025-09-24T16:03:26.966Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33532025-09-24T16:03:27.176Z[ helios-setup] Sep 24 16:03:25.830 INFO E| Compiling smawk v0.3.1
33542025-09-24T16:03:27.192Z[ host-package] Compiling poly1305 v0.8.0
33552025-09-24T16:03:27.894Z[ helios-setup] Sep 24 16:03:26.549 INFO E| Compiling path-slash v0.1.5
33562025-09-24T16:03:28.625Z[ helios-setup] Sep 24 16:03:27.279 INFO E| Compiling textwrap v0.16.0
33572025-09-24T16:03:28.631Z[ host-package] Compiling thiserror-no-std v2.0.2
33582025-09-24T16:03:28.974Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33592025-09-24T16:03:29.137Z[ host-package] Compiling chacha20 v0.9.1
33602025-09-24T16:03:29.918Z[ host-package] Compiling aead v0.5.2
33612025-09-24T16:03:30.307Z[ host-package] Compiling vsss-rs v3.3.4
33622025-09-24T16:03:30.600Z[ host-package] Compiling chacha20poly1305 v0.10.1
33632025-09-24T16:03:30.703Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33642025-09-24T16:03:31.471Z[ host-package] Compiling moka v0.12.10
33652025-09-24T16:03:32.772Z[ host-package] Compiling tagptr v0.2.0
33662025-09-24T16:03:33.178Z[ host-package] Compiling derive_builder_core v0.20.2
33672025-09-24T16:03:33.657Z[ helios-setup] Sep 24 16:03:32.311 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
33682025-09-24T16:03:35.105Z[ helios-setup] Sep 24 16:03:33.759 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33692025-09-24T16:03:37.541Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33702025-09-24T16:03:38.478Z[ host-package] Compiling derive_builder_macro v0.20.2
33712025-09-24T16:03:39.206Z[ helios-setup] Sep 24 16:03:37.860 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33722025-09-24T16:03:39.993Z[ host-package] Compiling hickory-resolver v0.25.2
33732025-09-24T16:03:40.623Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33742025-09-24T16:03:41.359Z[ host-package] Compiling nix v0.30.1
33752025-09-24T16:03:43.231Z[ host-package] Compiling vergen-lib v0.1.6
33762025-09-24T16:03:44.627Z[ host-package] Compiling derive_builder v0.20.2
33772025-09-24T16:03:45.498Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33782025-09-24T16:03:55.833Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33792025-09-24T16:03:55.915Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802025-09-24T16:03:57.624Z[ host-package] Compiling vergen v9.0.6
33812025-09-24T16:03:58.403Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33822025-09-24T16:04:00.491Z[ host-package] Compiling proc-macro-error2 v2.0.1
33832025-09-24T16:04:01.381Z[ helios-setup] Sep 24 16:04:00.034 INFO E| Compiling bzip2 v0.4.4
33842025-09-24T16:04:01.842Z[ helios-setup] Sep 24 16:04:00.495 INFO E| Compiling zip v0.6.6
33852025-09-24T16:04:02.520Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862025-09-24T16:04:04.234Z[ helios-setup] Sep 24 16:04:02.886 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33872025-09-24T16:04:05.564Z[ host-package] Compiling vergen-gitcl v1.0.8
33882025-09-24T16:04:05.599Z[ helios-setup] Sep 24 16:04:04.251 INFO E| Compiling git2 v0.16.1
33892025-09-24T16:04:06.114Z[ host-package] Compiling dirs-sys-next v0.1.2
33902025-09-24T16:04:06.501Z[ host-package] Compiling crunchy v0.2.2
33912025-09-24T16:04:07.056Z[ host-package] Compiling maplit v1.0.2
33922025-09-24T16:04:07.500Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33932025-09-24T16:04:07.674Z[ host-package] Compiling dirs-next v2.0.0
33942025-09-24T16:04:08.643Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33952025-09-24T16:04:10.126Z[ host-package] Compiling dsl_auto_type v0.1.2
33962025-09-24T16:04:10.509Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33972025-09-24T16:04:12.391Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33982025-09-24T16:04:12.466Z[ host-package] Compiling tiny-keccak v2.0.2
33992025-09-24T16:04:12.856Z[ helios-setup] Sep 24 16:04:11.509 INFO E| Compiling built v0.6.0
34002025-09-24T16:04:12.877Z[ host-package] Compiling diesel_derives v2.2.3
34012025-09-24T16:04:13.321Z[ host-package] Compiling r2d2 v0.8.10
34022025-09-24T16:04:14.026Z[ helios-setup] Sep 24 16:04:12.678 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34032025-09-24T16:04:15.680Z[ helios-setup] Sep 24 16:04:14.332 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34042025-09-24T16:04:16.085Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34052025-09-24T16:04:16.541Z[ helios-setup] Sep 24 16:04:15.193 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34062025-09-24T16:04:17.278Z[ host-package] Compiling term v0.7.0
34072025-09-24T16:04:17.772Z[ helios-setup] Sep 24 16:04:16.424 INFO E| warning: struct `NeedRequestContext` is never constructed
34082025-09-24T16:04:17.772Z[ helios-setup] Sep 24 16:04:16.424 INFO E| --> racktest/agent/server/src/lib.rs:104:9
34092025-09-24T16:04:17.772Z[ helios-setup] Sep 24 16:04:16.424 INFO E| |
34102025-09-24T16:04:17.777Z[ helios-setup] Sep 24 16:04:16.424 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
34112025-09-24T16:04:17.777Z[ helios-setup] Sep 24 16:04:16.424 INFO E| | ^^^^^^^^^^^^^^
34122025-09-24T16:04:17.777Z[ helios-setup] Sep 24 16:04:16.424 INFO E| |
34132025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| = note: `#[warn(dead_code)]` on by default
34142025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| warning: struct `NeedHttpResponse` is never constructed
34152025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| --> racktest/agent/server/src/lib.rs:107:6
34162025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| |
34172025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
34182025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| | ^^^^^^^^
34192025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| warning: struct `NeedRequestContext` is never constructed
34202025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| --> racktest/agent/server/src/lib.rs:132:9
34212025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| |
34222025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
34232025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| | ^^^^^^^^^^^^^^
34242025-09-24T16:04:17.778Z[ helios-setup] Sep 24 16:04:16.424 INFO E| warning: struct `NeedHttpResponse` is never constructed
34252025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| --> racktest/agent/server/src/lib.rs:135:6
34262025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| |
34272025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
34282025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| | ^^^^^^^^
34292025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| warning: struct `NeedRequestContext` is never constructed
34302025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| --> racktest/agent/server/src/lib.rs:284:9
34312025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| |
34322025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
34332025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| | ^^^^^^^^^^^^^^
34342025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| warning: struct `NeedRequestContext` is never constructed
34352025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| --> racktest/agent/server/src/lib.rs:406:9
34362025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| |
34372025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
34382025-09-24T16:04:17.779Z[ helios-setup] Sep 24 16:04:16.424 INFO E| | ^^^^^^^^^^^^^^
34392025-09-24T16:04:18.611Z[ host-package] Compiling num-derive v0.3.3
34402025-09-24T16:04:20.267Z[ host-package] Compiling bit-vec v0.6.3
34412025-09-24T16:04:21.367Z[ host-package] Compiling bit-set v0.5.3
34422025-09-24T16:04:21.612Z[ host-package] Compiling libscf-sys v1.1.0
34432025-09-24T16:04:22.013Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34442025-09-24T16:04:22.407Z[ host-package] Compiling ascii-canvas v3.0.0
34452025-09-24T16:04:22.806Z[ helios-setup] Sep 24 16:04:21.457 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34462025-09-24T16:04:24.492Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34472025-09-24T16:04:27.093Z[ host-package] Compiling diesel v2.2.12
34482025-09-24T16:04:29.050Z[ helios-setup] Sep 24 16:04:27.701 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34492025-09-24T16:04:29.983Z[ helios-setup] Sep 24 16:04:28.634 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
34502025-09-24T16:04:32.282Z[ host-package] Compiling ena v0.14.3
34512025-09-24T16:04:33.361Z[ host-package] Compiling bindgen v0.71.1
34522025-09-24T16:04:34.831Z[ host-package] Compiling regex-syntax v0.6.29
34532025-09-24T16:04:44.726Z[ host-package] Compiling arc-swap v1.7.1
34542025-09-24T16:04:46.508Z[ host-package] Compiling diff v0.1.13
34552025-09-24T16:04:47.705Z[ host-package] Compiling lalrpop v0.19.12
34562025-09-24T16:04:52.079Z[ host-package] Compiling slog-scope v4.4.0
34572025-09-24T16:04:53.968Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34582025-09-24T16:04:55.532Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34592025-09-24T16:04:58.747Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34602025-09-24T16:05:00.029Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612025-09-24T16:05:03.006Z[ host-package] Compiling tabled_derive v0.11.0
34622025-09-24T16:05:04.541Z[ helios-setup] Sep 24 16:05:03.173 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34632025-09-24T16:05:05.850Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34642025-09-24T16:05:07.006Z[ host-package] Compiling papergrid v0.17.0
34652025-09-24T16:05:08.741Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34662025-09-24T16:05:09.365Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34672025-09-24T16:05:09.686Z[ host-package] Compiling testing_table v0.3.0
34682025-09-24T16:05:10.643Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34692025-09-24T16:05:14.431Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34702025-09-24T16:05:15.325Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34712025-09-24T16:05:17.187Z[ host-package] Compiling polar-core v0.27.3
34722025-09-24T16:05:18.988Z[ host-package] Compiling tabled v0.20.0
34732025-09-24T16:05:25.196Z[ host-package] Compiling slog-stdlog v4.1.1
34742025-09-24T16:05:26.917Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34752025-09-24T16:05:28.226Z[ host-package] Compiling headers-core v0.3.0
34762025-09-24T16:05:28.907Z[ host-package] Compiling libxml v0.3.3
34772025-09-24T16:05:29.928Z[ host-package] Compiling headers v0.4.1
34782025-09-24T16:05:39.334Z[ host-package] Compiling slog-envlogger v2.2.0
34792025-09-24T16:05:43.575Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34802025-09-24T16:05:48.810Z[ host-package] Compiling samael v0.0.19
34812025-09-24T16:05:48.888Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34822025-09-24T16:05:48.888Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34832025-09-24T16:05:48.913Z[ host-package] Compiling strum_macros v0.24.3
34842025-09-24T16:05:49.081Z[ host-package] Compiling indoc v1.0.9
34852025-09-24T16:05:49.257Z[ host-package] Compiling crc8 v0.1.1
34862025-09-24T16:05:52.142Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34872025-09-24T16:05:52.516Z[ host-package] Compiling progenitor-impl v0.11.0
34882025-09-24T16:05:52.828Z[ host-package] Compiling oso-derive v0.27.3
34892025-09-24T16:05:53.658Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34902025-09-24T16:05:54.215Z[ host-package] Compiling quick-xml v0.37.2
34912025-09-24T16:05:55.123Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34922025-09-24T16:05:57.319Z[ host-package] Compiling progenitor-client v0.11.0
34932025-09-24T16:05:58.638Z[ host-package] Compiling diesel-dtrace v0.4.2
34942025-09-24T16:05:59.046Z[ helios-setup] Sep 24 16:05:57.692 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s
34952025-09-24T16:05:59.181Z[ helios-setup] Sep 24 16:05:57.827 INFO building project "pilot" ok (402 seconds)
34962025-09-24T16:05:59.185Z[ helios-setup] Sep 24 16:05:57.827 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34972025-09-24T16:05:59.263Z[ host-package] Compiling progenitor-macro v0.11.0
34982025-09-24T16:05:59.282Z[ helios-setup] Sep 24 16:05:57.928 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
34992025-09-24T16:05:59.282Z[ helios-setup] Sep 24 16:05:57.928 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35002025-09-24T16:05:59.282Z[ helios-setup] Sep 24 16:05:57.928 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35012025-09-24T16:05:59.508Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35022025-09-24T16:05:59.657Z[ helios-setup] Sep 24 16:05:58.302 INFO E| Downloading crates ...
35032025-09-24T16:05:59.718Z[ helios-setup] Sep 24 16:05:58.362 INFO E| Downloaded miniz_oxide v0.8.8
35042025-09-24T16:05:59.792Z[ helios-setup] Sep 24 16:05:58.437 INFO E| Compiling adler2 v2.0.0
35052025-09-24T16:05:59.904Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35062025-09-24T16:06:00.006Z[ helios-setup] Sep 24 16:05:58.652 INFO E| Compiling miniz_oxide v0.8.8
35072025-09-24T16:06:02.649Z[ helios-setup] Sep 24 16:06:01.295 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35082025-09-24T16:06:03.540Z[ helios-setup] Sep 24 16:06:02.185 INFO E| Finished `release` profile [optimized] target(s) in 4.13s
35092025-09-24T16:06:03.551Z[ helios-setup] Sep 24 16:06:02.196 INFO building project "pinprick" ok (4 seconds)
35102025-09-24T16:06:03.551Z[ helios-setup] Sep 24 16:06:02.197 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35112025-09-24T16:06:03.701Z[ helios-setup] Sep 24 16:06:02.347 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
35122025-09-24T16:06:03.701Z[ helios-setup] Sep 24 16:06:02.347 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35132025-09-24T16:06:03.705Z[ helios-setup] Sep 24 16:06:02.347 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35142025-09-24T16:06:03.990Z[ helios-setup] Sep 24 16:06:02.635 INFO E| Downloading crates ...
35152025-09-24T16:06:04.157Z[ helios-setup] Sep 24 16:06:02.803 INFO E| Downloaded typenum v1.15.0
35162025-09-24T16:06:04.161Z[ helios-setup] Sep 24 16:06:02.808 INFO E| Downloaded sha2 v0.10.5
35172025-09-24T16:06:04.165Z[ helios-setup] Sep 24 16:06:02.811 INFO E| Downloaded digest v0.10.3
35182025-09-24T16:06:04.169Z[ helios-setup] Sep 24 16:06:02.813 INFO E| Downloaded anyhow v1.0.62
35192025-09-24T16:06:04.173Z[ helios-setup] Sep 24 16:06:02.819 INFO E| Downloaded bytes v1.2.1
35202025-09-24T16:06:04.244Z[ helios-setup] Sep 24 16:06:02.888 INFO E| Compiling typenum v1.15.0
35212025-09-24T16:06:04.244Z[ helios-setup] Sep 24 16:06:02.888 INFO E| Compiling version_check v0.9.4
35222025-09-24T16:06:04.248Z[ helios-setup] Sep 24 16:06:02.889 INFO E| Compiling crc32fast v1.3.2
35232025-09-24T16:06:04.248Z[ helios-setup] Sep 24 16:06:02.889 INFO E| Compiling cfg-if v1.0.0
35242025-09-24T16:06:04.248Z[ helios-setup] Sep 24 16:06:02.889 INFO E| Compiling adler v1.0.2
35252025-09-24T16:06:04.248Z[ helios-setup] Sep 24 16:06:02.889 INFO E| Compiling anyhow v1.0.62
35262025-09-24T16:06:04.248Z[ helios-setup] Sep 24 16:06:02.889 INFO E| Compiling cpufeatures v0.2.5
35272025-09-24T16:06:04.248Z[ helios-setup] Sep 24 16:06:02.889 INFO E| Compiling unicode-width v0.1.10
35282025-09-24T16:06:04.485Z[ helios-setup] Sep 24 16:06:03.131 INFO E| Compiling bytes v1.2.1
35292025-09-24T16:06:04.813Z[ helios-setup] Sep 24 16:06:03.459 INFO E| Compiling getopts v0.2.21
35302025-09-24T16:06:04.873Z[ helios-setup] Sep 24 16:06:03.518 INFO E| Compiling miniz_oxide v0.6.2
35312025-09-24T16:06:05.310Z[ helios-setup] Sep 24 16:06:03.956 INFO E| Compiling bitflags v1.3.2
35322025-09-24T16:06:05.648Z[ helios-setup] Sep 24 16:06:04.293 INFO E| Compiling generic-array v0.14.6
35332025-09-24T16:06:06.482Z[ helios-setup] Sep 24 16:06:05.128 INFO E| Compiling flate2 v1.0.25
35342025-09-24T16:06:09.844Z[ helios-setup] Sep 24 16:06:08.489 INFO E| Compiling crypto-common v0.1.6
35352025-09-24T16:06:09.844Z[ helios-setup] Sep 24 16:06:08.489 INFO E| Compiling block-buffer v0.10.3
35362025-09-24T16:06:10.118Z[ helios-setup] Sep 24 16:06:08.741 INFO E| Compiling digest v0.10.3
35372025-09-24T16:06:10.476Z[ helios-setup] Sep 24 16:06:09.121 INFO E| Compiling sha2 v0.10.5
35382025-09-24T16:06:11.034Z[ helios-setup] Sep 24 16:06:09.679 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35392025-09-24T16:06:14.051Z[ host-package] Compiling oso v0.27.3
35402025-09-24T16:06:16.057Z[ helios-setup] Sep 24 16:06:14.702 INFO E| Finished `release` profile [optimized] target(s) in 12.24s
35412025-09-24T16:06:16.074Z[ helios-setup] Sep 24 16:06:14.720 INFO building project "bootserver" ok (12 seconds)
35422025-09-24T16:06:16.074Z[ helios-setup] Sep 24 16:06:14.720 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35432025-09-24T16:06:16.180Z[ helios-setup] Sep 24 16:06:14.825 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')"
35442025-09-24T16:06:16.180Z[ helios-setup] Sep 24 16:06:14.825 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35452025-09-24T16:06:16.183Z[ helios-setup] Sep 24 16:06:14.825 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35462025-09-24T16:06:16.565Z[ helios-setup] Sep 24 16:06:15.211 INFO E| Updating crates.io index
35472025-09-24T16:06:16.634Z[ helios-setup] Sep 24 16:06:15.280 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35482025-09-24T16:06:17.561Z[ helios-setup] Sep 24 16:06:16.207 INFO E| From https://github.com/oxidecomputer/amd-apcb
35492025-09-24T16:06:17.561Z[ helios-setup] Sep 24 16:06:16.207 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
35502025-09-24T16:06:17.584Z[ helios-setup] Sep 24 16:06:16.229 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35512025-09-24T16:06:17.935Z[ host-package] Compiling progenitor v0.11.0
35522025-09-24T16:06:18.181Z[ helios-setup] Sep 24 16:06:16.826 INFO E| From https://github.com/oxidecomputer/amd-efs
35532025-09-24T16:06:18.181Z[ helios-setup] Sep 24 16:06:16.826 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35542025-09-24T16:06:18.251Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35552025-09-24T16:06:18.494Z[ helios-setup] Sep 24 16:06:17.139 INFO E| Downloading crates ...
35562025-09-24T16:06:18.562Z[ helios-setup] Sep 24 16:06:17.208 INFO E| Downloaded ansi_term v0.12.1
35572025-09-24T16:06:18.566Z[ helios-setup] Sep 24 16:06:17.211 INFO E| Downloaded cpufeatures v0.2.17
35582025-09-24T16:06:18.569Z[ helios-setup] Sep 24 16:06:17.213 INFO E| Downloaded dyn-clone v1.0.19
35592025-09-24T16:06:18.572Z[ helios-setup] Sep 24 16:06:17.216 INFO E| Downloaded bytesize v2.0.1
35602025-09-24T16:06:18.575Z[ helios-setup] Sep 24 16:06:17.219 INFO E| Downloaded four-cc v0.4.0
35612025-09-24T16:06:18.579Z[ helios-setup] Sep 24 16:06:17.225 INFO E| Downloaded parse_int v0.9.0
35622025-09-24T16:06:18.583Z[ helios-setup] Sep 24 16:06:17.226 INFO E| Downloaded modular-bitfield-impl v0.11.2
35632025-09-24T16:06:18.590Z[ helios-setup] Sep 24 16:06:17.235 INFO E| Downloaded unic-common v0.9.0
35642025-09-24T16:06:18.593Z[ helios-setup] Sep 24 16:06:17.237 INFO E| Downloaded unic-ucd-version v0.9.0
35652025-09-24T16:06:18.593Z[ helios-setup] Sep 24 16:06:17.238 INFO E| Downloaded unic-char-property v0.9.0
35662025-09-24T16:06:18.596Z[ helios-setup] Sep 24 16:06:17.240 INFO E| Downloaded strum v0.27.1
35672025-09-24T16:06:18.596Z[ helios-setup] Sep 24 16:06:17.242 INFO E| Downloaded scroll_derive v0.12.1
35682025-09-24T16:06:18.599Z[ helios-setup] Sep 24 16:06:17.243 INFO E| Downloaded unic-char-range v0.9.0
35692025-09-24T16:06:18.602Z[ helios-setup] Sep 24 16:06:17.245 INFO E| Downloaded fletcher v1.0.0
35702025-09-24T16:06:18.602Z[ helios-setup] Sep 24 16:06:17.246 INFO E| Downloaded unic-ucd-ident v0.9.0
35712025-09-24T16:06:18.605Z[ helios-setup] Sep 24 16:06:17.249 INFO E| Downloaded thiserror-impl v2.0.12
35722025-09-24T16:06:18.621Z[ helios-setup] Sep 24 16:06:17.267 INFO E| Downloaded vec_map v0.8.2
35732025-09-24T16:06:18.625Z[ helios-setup] Sep 24 16:06:17.269 INFO E| Downloaded rustversion v1.0.20
35742025-09-24T16:06:18.628Z[ helios-setup] Sep 24 16:06:17.273 INFO E| Downloaded textwrap v0.11.0
35752025-09-24T16:06:18.631Z[ helios-setup] Sep 24 16:06:17.276 INFO E| Downloaded structopt-derive v0.4.18
35762025-09-24T16:06:18.635Z[ helios-setup] Sep 24 16:06:17.278 INFO E| Downloaded strsim v0.8.0
35772025-09-24T16:06:18.635Z[ helios-setup] Sep 24 16:06:17.280 INFO E| Downloaded pest_generator v2.8.0
35782025-09-24T16:06:18.638Z[ helios-setup] Sep 24 16:06:17.282 INFO E| Downloaded itoa v1.0.15
35792025-09-24T16:06:18.660Z[ helios-setup] Sep 24 16:06:17.305 INFO E| Downloaded thiserror v2.0.12
35802025-09-24T16:06:18.669Z[ helios-setup] Sep 24 16:06:17.315 INFO E| Downloaded structopt v0.3.26
35812025-09-24T16:06:18.680Z[ helios-setup] Sep 24 16:06:17.325 INFO E| Downloaded pest_derive v2.8.0
35822025-09-24T16:06:18.683Z[ helios-setup] Sep 24 16:06:17.329 INFO E| Downloaded ryu v1.0.20
35832025-09-24T16:06:18.688Z[ helios-setup] Sep 24 16:06:17.334 INFO E| Downloaded typenum v1.18.0
35842025-09-24T16:06:18.692Z[ helios-setup] Sep 24 16:06:17.338 INFO E| Downloaded serde_derive v1.0.219
35852025-09-24T16:06:18.695Z[ host-package] Compiling bb8 v0.8.5
35862025-09-24T16:06:18.700Z[ helios-setup] Sep 24 16:06:17.343 INFO E| Downloaded zerocopy-derive v0.8.25
35872025-09-24T16:06:18.708Z[ helios-setup] Sep 24 16:06:17.353 INFO E| Downloaded serde v1.0.219
35882025-09-24T16:06:18.713Z[ helios-setup] Sep 24 16:06:17.358 INFO E| Downloaded proc-macro2 v1.0.95
35892025-09-24T16:06:18.717Z[ helios-setup] Sep 24 16:06:17.363 INFO E| Downloaded modular-bitfield v0.11.2
35902025-09-24T16:06:18.734Z[ helios-setup] Sep 24 16:06:17.379 INFO E| Downloaded serde_json v1.0.140
35912025-09-24T16:06:18.744Z[ helios-setup] Sep 24 16:06:17.390 INFO E| Downloaded zerocopy v0.8.25
35922025-09-24T16:06:18.842Z[ helios-setup] Sep 24 16:06:17.488 INFO E| Downloaded goblin v0.9.3
35932025-09-24T16:06:18.851Z[ helios-setup] Sep 24 16:06:17.496 INFO E| Downloaded pest v2.8.0
35942025-09-24T16:06:18.857Z[ helios-setup] Sep 24 16:06:17.503 INFO E| Downloaded clap v2.34.0
35952025-09-24T16:06:18.871Z[ helios-setup] Sep 24 16:06:17.516 INFO E| Downloaded pest_meta v2.8.0
35962025-09-24T16:06:18.902Z[ helios-setup] Sep 24 16:06:17.547 INFO E| Downloaded syn v2.0.101
35972025-09-24T16:06:18.966Z[ helios-setup] Sep 24 16:06:17.612 INFO E| Downloaded libc v0.2.172
35982025-09-24T16:06:19.109Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling proc-macro2 v1.0.95
35992025-09-24T16:06:19.112Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling unicode-ident v1.0.18
36002025-09-24T16:06:19.112Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling memchr v2.7.4
36012025-09-24T16:06:19.112Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling thiserror v2.0.12
36022025-09-24T16:06:19.112Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling autocfg v1.4.0
36032025-09-24T16:06:19.112Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling syn v1.0.109
36042025-09-24T16:06:19.112Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling serde v1.0.219
36052025-09-24T16:06:19.112Z[ helios-setup] Sep 24 16:06:17.754 INFO E| Compiling version_check v0.9.5
36062025-09-24T16:06:19.521Z[ host-package] Compiling unicase v2.7.0
36072025-09-24T16:06:19.910Z[ helios-setup] Sep 24 16:06:18.555 INFO E| Compiling serde_json v1.0.140
36082025-09-24T16:06:20.476Z[ host-package] Compiling xshell-macros v0.2.7
36092025-09-24T16:06:20.657Z[ helios-setup] Sep 24 16:06:19.302 INFO E| Compiling schemars v0.8.22
36102025-09-24T16:06:20.679Z[ helios-setup] Sep 24 16:06:19.325 INFO E| Compiling itoa v1.0.15
36112025-09-24T16:06:20.813Z[ helios-setup] Sep 24 16:06:19.458 INFO E| Compiling num-traits v0.2.19
36122025-09-24T16:06:20.928Z[ helios-setup] Sep 24 16:06:19.573 INFO E| Compiling ryu v1.0.20
36132025-09-24T16:06:21.164Z[ helios-setup] Sep 24 16:06:19.809 INFO E| Compiling memoffset v0.9.1
36142025-09-24T16:06:21.351Z[ helios-setup] Sep 24 16:06:19.997 INFO E| Compiling proc-macro-error-attr v1.0.4
36152025-09-24T16:06:22.513Z[ helios-setup] Sep 24 16:06:20.155 INFO E| Compiling zerocopy v0.8.25
36162025-09-24T16:06:22.516Z[ helios-setup] Sep 24 16:06:20.273 INFO E| Compiling rustversion v1.0.20
36172025-09-24T16:06:22.516Z[ helios-setup] Sep 24 16:06:20.354 INFO E| Compiling dyn-clone v1.0.19
36182025-09-24T16:06:22.516Z[ helios-setup] Sep 24 16:06:20.575 INFO E| Compiling ucd-trie v0.1.7
36192025-09-24T16:06:22.516Z[ helios-setup] Sep 24 16:06:20.714 INFO E| Compiling paste v1.0.15
36202025-09-24T16:06:22.516Z[ helios-setup] Sep 24 16:06:20.778 INFO E| Compiling libc v0.2.172
36212025-09-24T16:06:22.516Z[ host-package] Compiling xshell v0.2.7
36222025-09-24T16:06:22.516Z[ helios-setup] Sep 24 16:06:21.155 INFO E| Compiling quote v1.0.40
36232025-09-24T16:06:23.039Z[ helios-setup] Sep 24 16:06:21.684 INFO E| Compiling proc-macro-error v1.0.4
36242025-09-24T16:06:23.055Z[ helios-setup] Sep 24 16:06:21.700 INFO E| Compiling once_cell v1.21.3
36252025-09-24T16:06:23.177Z[ helios-setup] Sep 24 16:06:21.821 INFO E| Compiling static_assertions v1.1.0
36262025-09-24T16:06:23.245Z[ helios-setup] Sep 24 16:06:21.890 INFO E| Compiling syn v2.0.101
36272025-09-24T16:06:24.439Z[ helios-setup] Sep 24 16:06:23.084 INFO E| Compiling unicode-width v0.1.14
36282025-09-24T16:06:25.205Z[ helios-setup] Sep 24 16:06:23.851 INFO E| Compiling heck v0.5.0
36292025-09-24T16:06:25.592Z[ helios-setup] Sep 24 16:06:24.238 INFO E| Compiling unicode-segmentation v1.12.0
36302025-09-24T16:06:25.672Z[ helios-setup] Sep 24 16:06:24.317 INFO E| Compiling textwrap v0.11.0
36312025-09-24T16:06:26.106Z[ helios-setup] Sep 24 16:06:24.751 INFO E| Compiling atty v0.2.14
36322025-09-24T16:06:26.220Z[ helios-setup] Sep 24 16:06:24.865 INFO E| Compiling unic-common v0.9.0
36332025-09-24T16:06:26.343Z[ helios-setup] Sep 24 16:06:24.988 INFO E| Compiling strum v0.27.1
36342025-09-24T16:06:26.573Z[ helios-setup] Sep 24 16:06:25.218 INFO E| Compiling parse_int v0.9.0
36352025-09-24T16:06:26.582Z[ helios-setup] Sep 24 16:06:25.227 INFO E| Compiling strsim v0.8.0
36362025-09-24T16:06:26.691Z[ helios-setup] Sep 24 16:06:25.336 INFO E| Compiling ansi_term v0.12.1
36372025-09-24T16:06:26.706Z[ helios-setup] Sep 24 16:06:25.351 INFO E| Compiling byteorder v1.5.0
36382025-09-24T16:06:26.755Z[ helios-setup] Sep 24 16:06:25.400 INFO E| Compiling vec_map v0.8.2
36392025-09-24T16:06:26.954Z[ host-package] Compiling async-bb8-diesel v0.2.1
36402025-09-24T16:06:26.993Z[ helios-setup] Sep 24 16:06:25.638 INFO E| Compiling fletcher v1.0.0
36412025-09-24T16:06:27.486Z[ helios-setup] Sep 24 16:06:26.121 INFO E| Compiling heck v0.3.3
36422025-09-24T16:06:27.489Z[ helios-setup] Sep 24 16:06:26.133 INFO E| Compiling bitflags v1.3.2
36432025-09-24T16:06:27.542Z[ helios-setup] Sep 24 16:06:26.187 INFO E| Compiling unic-char-range v0.9.0
36442025-09-24T16:06:27.542Z[ helios-setup] Sep 24 16:06:26.187 INFO E| Compiling unic-ucd-version v0.9.0
36452025-09-24T16:06:27.601Z[ helios-setup] Sep 24 16:06:26.246 INFO E| Compiling plain v0.2.3
36462025-09-24T16:06:27.648Z[ helios-setup] Sep 24 16:06:26.293 INFO E| Compiling clap v2.34.0
36472025-09-24T16:06:27.689Z[ helios-setup] Sep 24 16:06:26.334 INFO E| Compiling log v0.4.27
36482025-09-24T16:06:27.735Z[ helios-setup] Sep 24 16:06:26.380 INFO E| Compiling lazy_static v1.5.0
36492025-09-24T16:06:27.942Z[ helios-setup] Sep 24 16:06:26.586 INFO E| Compiling unic-char-property v0.9.0
36502025-09-24T16:06:28.021Z[ helios-setup] Sep 24 16:06:26.666 INFO E| Compiling bytesize v2.0.1
36512025-09-24T16:06:28.147Z[ helios-setup] Sep 24 16:06:26.792 INFO E| Compiling unic-ucd-ident v0.9.0
36522025-09-24T16:06:28.764Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
36532025-09-24T16:06:33.056Z[ helios-setup] Sep 24 16:06:31.701 INFO E| Compiling modular-bitfield-impl v0.11.2
36542025-09-24T16:06:33.056Z[ helios-setup] Sep 24 16:06:31.701 INFO E| Compiling structopt-derive v0.4.18
36552025-09-24T16:06:33.713Z[ helios-setup] Sep 24 16:06:32.358 INFO E| Compiling serde_derive_internals v0.29.1
36562025-09-24T16:06:37.571Z[ helios-setup] Sep 24 16:06:36.215 INFO E| Compiling structopt v0.3.26
36572025-09-24T16:06:37.642Z[ helios-setup] Sep 24 16:06:36.286 INFO E| Compiling modular-bitfield v0.11.2
36582025-09-24T16:06:37.685Z[ helios-setup] Sep 24 16:06:36.329 INFO E| Compiling thiserror-impl v2.0.12
36592025-09-24T16:06:37.685Z[ helios-setup] Sep 24 16:06:36.329 INFO E| Compiling serde_derive v1.0.219
36602025-09-24T16:06:37.891Z[ helios-setup] Sep 24 16:06:36.535 INFO E| Compiling schemars_derive v0.8.22
36612025-09-24T16:06:37.961Z[ helios-setup] Sep 24 16:06:36.606 INFO E| Compiling zerocopy-derive v0.8.25
36622025-09-24T16:06:37.966Z[ helios-setup] Sep 24 16:06:36.607 INFO E| Compiling num-derive v0.4.2
36632025-09-24T16:06:38.221Z[ helios-setup] Sep 24 16:06:36.865 INFO E| Compiling strum_macros v0.27.1
36642025-09-24T16:06:38.894Z[ helios-setup] Sep 24 16:06:37.538 INFO E| Compiling scroll_derive v0.12.1
36652025-09-24T16:06:39.301Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36662025-09-24T16:06:42.202Z[ helios-setup] Sep 24 16:06:40.846 INFO E| Compiling scroll v0.12.0
36672025-09-24T16:06:43.045Z[ helios-setup] Sep 24 16:06:41.689 INFO E| Compiling goblin v0.9.3
36682025-09-24T16:06:43.230Z[ helios-setup] Sep 24 16:06:41.874 INFO E| Compiling pest v2.8.0
36692025-09-24T16:06:47.595Z[ helios-setup] Sep 24 16:06:46.238 INFO E| Compiling pest_meta v2.8.0
36702025-09-24T16:06:49.720Z[ helios-setup] Sep 24 16:06:48.364 INFO E| Compiling pest_generator v2.8.0
36712025-09-24T16:06:51.986Z[ helios-setup] Sep 24 16:06:50.629 INFO E| Compiling pest_derive v2.8.0
36722025-09-24T16:06:52.829Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36732025-09-24T16:06:52.921Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36742025-09-24T16:06:53.645Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36752025-09-24T16:06:54.614Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36762025-09-24T16:06:56.059Z[ helios-setup] Sep 24 16:06:54.700 INFO E| Compiling json5 v0.4.1
36772025-09-24T16:06:58.850Z[ host-package] Compiling typify-impl v0.2.0
36782025-09-24T16:07:00.686Z[ helios-setup] Sep 24 16:06:59.329 INFO E| Compiling four-cc v0.4.0
36792025-09-24T16:07:00.686Z[ helios-setup] Sep 24 16:06:59.329 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36802025-09-24T16:07:00.889Z[ helios-setup] Sep 24 16:06:59.533 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
36812025-09-24T16:07:03.924Z[ host-package] Compiling fxhash v0.2.1
36822025-09-24T16:07:04.446Z[ host-package] Compiling libz-sys v1.1.20
36832025-09-24T16:07:05.467Z[ host-package] Compiling half v1.8.3
36842025-09-24T16:07:06.530Z[ host-package] Compiling serde_cbor v0.11.2
36852025-09-24T16:07:09.640Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36862025-09-24T16:07:10.280Z[ host-package] Compiling typify-macro v0.2.0
36872025-09-24T16:07:12.062Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36882025-09-24T16:07:14.041Z[ host-package] Compiling kstat-rs v0.2.4
36892025-09-24T16:07:14.091Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36902025-09-24T16:07:14.704Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36912025-09-24T16:07:15.090Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36922025-09-24T16:07:15.179Z[ host-package] Compiling nanorand v0.7.0
36932025-09-24T16:07:15.292Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
36942025-09-24T16:07:16.261Z[ host-package] Compiling parking_lot_core v0.8.6
36952025-09-24T16:07:16.829Z[ host-package] Compiling flume v0.11.1
36962025-09-24T16:07:17.674Z[ host-package] Compiling mime_guess v2.0.5
36972025-09-24T16:07:19.944Z[ host-package] Compiling tabled_derive v0.10.0
36982025-09-24T16:07:22.480Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36992025-09-24T16:07:23.608Z[ host-package] Compiling ignore v0.4.23
37002025-09-24T16:07:30.060Z[ host-package] Compiling papergrid v0.14.0
37012025-09-24T16:07:35.618Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37022025-09-24T16:07:35.758Z[ host-package] Compiling castaway v0.2.3
37032025-09-24T16:07:36.075Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37042025-09-24T16:07:36.479Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
37052025-09-24T16:07:38.168Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37062025-09-24T16:07:39.252Z[ host-package] Compiling compact_str v0.8.0
37072025-09-24T16:07:41.867Z[ host-package] Compiling tabled v0.18.0
37082025-09-24T16:07:42.665Z[ helios-setup] Sep 24 16:07:41.306 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37092025-09-24T16:07:43.745Z[ host-package] Compiling globwalk v0.9.1
37102025-09-24T16:07:47.501Z[ host-package] Compiling typify v0.2.0
37112025-09-24T16:07:47.786Z[ host-package] Compiling predicates-tree v1.0.12
37122025-09-24T16:07:49.123Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37132025-09-24T16:07:50.116Z[ host-package] Compiling unicode-truncate v1.1.0
37142025-09-24T16:07:50.626Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37152025-09-24T16:07:52.010Z[ helios-setup] Sep 24 16:07:50.650 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37162025-09-24T16:07:57.591Z[ host-package] Compiling lru v0.12.5
37172025-09-24T16:07:58.014Z[ host-package] Compiling vergen v8.3.2
37182025-09-24T16:07:58.435Z[ host-package] Compiling nibble_vec v0.1.0
37192025-09-24T16:07:58.772Z[ host-package] Compiling cargo-platform v0.1.8
37202025-09-24T16:07:59.367Z[ host-package] Compiling atty v0.2.14
37212025-09-24T16:07:59.654Z[ host-package] Compiling instability v0.3.2
37222025-09-24T16:08:00.893Z[ host-package] Compiling endian-type v0.1.2
37232025-09-24T16:08:01.219Z[ host-package] Compiling cassowary v0.3.0
37242025-09-24T16:08:03.808Z[ host-package] Compiling indoc v2.0.6
37252025-09-24T16:08:04.863Z[ host-package] Compiling salty v0.3.0
37262025-09-24T16:08:05.290Z[ host-package] Compiling http-range v0.1.5
37272025-09-24T16:08:05.593Z[ host-package] Compiling ratatui v0.29.0
37282025-09-24T16:08:06.060Z[ host-package] Compiling radix_trie v0.2.1
37292025-09-24T16:08:07.529Z[ host-package] Compiling cargo_metadata v0.18.1
37302025-09-24T16:08:10.390Z[ host-package] Compiling git2 v0.19.0
37312025-09-24T16:08:11.635Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37322025-09-24T16:08:19.802Z[ helios-setup] Sep 24 16:08:18.441 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
37332025-09-24T16:08:19.841Z[ helios-setup] Sep 24 16:08:18.479 INFO building project "amd-host-image-builder" ok (123 seconds)
37342025-09-24T16:08:19.869Z[ helios-setup] rm -f helios-build
37352025-09-24T16:08:19.869Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37362025-09-24T16:08:19.869Z[ helios-setup]
37372025-09-24T16:08:19.869Z[ helios-setup] Setup complete! ./helios-build is now available.
37382025-09-24T16:08:19.870Z[ helios-setup]
37392025-09-24T16:08:19.870Z[ helios-setup]
37402025-09-24T16:08:19.870Z[ helios-setup] real 10:42.291083265
37412025-09-24T16:08:19.870Z[ helios-setup] user 29:09.651929697
37422025-09-24T16:08:19.870Z[ helios-setup] sys 2:32.639564684
37432025-09-24T16:08:19.870Z[ helios-setup] trap 1.728246120
37442025-09-24T16:08:19.870Z[ helios-setup] tflt 4.927645882
37452025-09-24T16:08:19.870Z[ helios-setup] dflt 14.111666905
37462025-09-24T16:08:19.870Z[ helios-setup] kflt 0.062628075
37472025-09-24T16:08:19.870Z[ helios-setup] lock 2:28:08.909636379
37482025-09-24T16:08:19.870Z[ helios-setup] slp 3:41:39.542636512
37492025-09-24T16:08:19.870Z[ helios-setup] lat 32:00.431664741
37502025-09-24T16:08:19.870Z[ helios-setup] stop 5:30.656407302
37512025-09-24T16:08:19.870ZSep 24 16:08:18.492 INFO [helios-setup] process exited with exit status: 0 (642.294333576s)
37522025-09-24T16:08:19.870ZSep 24 16:08:18.492 INFO [helios-record] running task
37532025-09-24T16:08:19.870ZSep 24 16:08:18.492 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37542025-09-24T16:08:19.876ZSep 24 16:08:18.515 DEBG process exited with exit status: 0 (22.536659ms)
37552025-09-24T16:08:19.876ZSep 24 16:08:18.515 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37562025-09-24T16:08:19.882ZSep 24 16:08:18.521 DEBG process exited with exit status: 0 (6.096038ms)
37572025-09-24T16:08:19.882ZSep 24 16:08:18.521 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37582025-09-24T16:08:19.915ZSep 24 16:08:18.554 DEBG process exited with exit status: 0 (32.781825ms)
37592025-09-24T16:08:19.915ZSep 24 16:08:18.554 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37602025-09-24T16:08:19.920ZSep 24 16:08:18.559 DEBG process exited with exit status: 0 (5.750151ms)
37612025-09-24T16:08:19.920ZSep 24 16:08:18.559 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37622025-09-24T16:08:19.926ZSep 24 16:08:18.565 DEBG process exited with exit status: 0 (5.669794ms)
37632025-09-24T16:08:19.926ZSep 24 16:08:18.565 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37642025-09-24T16:08:19.932ZSep 24 16:08:18.571 DEBG process exited with exit status: 0 (5.977022ms)
37652025-09-24T16:08:19.935ZSep 24 16:08:18.571 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37662025-09-24T16:08:19.944ZSep 24 16:08:18.583 DEBG process exited with exit status: 0 (11.714183ms)
37672025-09-24T16:08:19.944ZSep 24 16:08:18.583 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37682025-09-24T16:08:19.951ZSep 24 16:08:18.590 DEBG process exited with exit status: 0 (6.654378ms)
37692025-09-24T16:08:19.954ZSep 24 16:08:18.590 INFO [helios-record] task succeeded (98.343555ms)
37702025-09-24T16:08:20.146Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37712025-09-24T16:08:20.899Z[ host-package] Compiling progenitor-impl v0.8.0
37722025-09-24T16:08:21.490Z[ host-package] Compiling parking_lot v0.11.2
37732025-09-24T16:08:25.349Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37742025-09-24T16:08:26.471Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37752025-09-24T16:08:26.522Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37762025-09-24T16:08:27.889Z[ host-package] Compiling rand_seeder v0.4.0
37772025-09-24T16:08:28.357Z[ host-package] Compiling prefix-trie v0.7.0
37782025-09-24T16:08:29.420Z[ host-package] Compiling lzma-sys v0.1.20
37792025-09-24T16:08:30.195Z[ host-package] Compiling rustls v0.21.12
37802025-09-24T16:08:30.708Z[ host-package] Compiling hickory-server v0.25.2
37812025-09-24T16:08:30.932Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37822025-09-24T16:08:31.264Z[ host-package] Compiling progenitor-macro v0.8.0
37832025-09-24T16:08:33.905Z[ host-package] Compiling hyper-staticfile v0.10.1
37842025-09-24T16:08:34.038Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37852025-09-24T16:08:36.374Z[ host-package] Compiling sled v0.34.7
37862025-09-24T16:08:39.939Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37872025-09-24T16:08:44.139Z[ host-package] Compiling hickory-client v0.25.2
37882025-09-24T16:08:46.064Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37892025-09-24T16:08:47.316Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37902025-09-24T16:08:49.282Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
37912025-09-24T16:08:52.834Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37922025-09-24T16:08:54.228Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37932025-09-24T16:08:58.974Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37942025-09-24T16:08:59.943Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
37952025-09-24T16:09:00.064Z[ host-package] Compiling progenitor-client v0.8.0
37962025-09-24T16:09:00.961Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37972025-09-24T16:09:01.369Z[ host-package] Compiling rustls-webpki v0.101.7
37982025-09-24T16:09:01.472Z[ host-package] Compiling sct v0.7.1
37992025-09-24T16:09:01.969Z[ host-package] Compiling primeorder v0.13.6
38002025-09-24T16:09:02.421Z[ host-package] Compiling heck v0.3.3
38012025-09-24T16:09:02.608Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
38022025-09-24T16:09:02.803Z[ host-package] Compiling void v1.0.2
38032025-09-24T16:09:03.052Z[ host-package] Compiling lzss v0.8.2
38042025-09-24T16:09:03.127Z[ host-package] Compiling zone_cfg_derive v0.1.2
38052025-09-24T16:09:03.538Z[ host-package] Compiling p384 v0.13.0
38062025-09-24T16:09:04.962Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38072025-09-24T16:09:06.032Z[ host-package] Compiling progenitor v0.8.0
38082025-09-24T16:09:06.338Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38092025-09-24T16:09:08.227Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38102025-09-24T16:09:09.326Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38112025-09-24T16:09:10.534Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38122025-09-24T16:09:11.706Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38132025-09-24T16:09:13.037Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38142025-09-24T16:09:18.082Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38152025-09-24T16:09:18.256Z[ host-package] Compiling tungstenite v0.23.0
38162025-09-24T16:09:18.486Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38172025-09-24T16:09:18.900Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38182025-09-24T16:09:19.302Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38192025-09-24T16:09:19.710Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38202025-09-24T16:09:20.143Z[ host-package] Compiling nix v0.27.1
38212025-09-24T16:09:22.764Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38222025-09-24T16:09:23.493Z[ host-package] Compiling serde_bytes v0.11.17
38232025-09-24T16:09:23.591Z[ host-package] Compiling base64 v0.13.1
38242025-09-24T16:09:24.092Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38252025-09-24T16:09:24.401Z[ host-package] Compiling number_prefix v0.4.0
38262025-09-24T16:09:24.578Z[ host-package] Compiling ron v0.7.1
38272025-09-24T16:09:24.732Z[ host-package] Compiling indicatif v0.17.11
38282025-09-24T16:09:28.831Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38292025-09-24T16:09:31.048Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38302025-09-24T16:09:31.896Z[ host-package] Compiling tokio-tungstenite v0.23.1
38312025-09-24T16:09:32.566Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38322025-09-24T16:09:34.383Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38332025-09-24T16:09:35.830Z[ host-package] Compiling xz2 v0.1.7
38342025-09-24T16:09:36.456Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38352025-09-24T16:09:37.869Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38362025-09-24T16:09:38.498Z[ host-package] Compiling tokio-rustls v0.24.1
38372025-09-24T16:09:38.989Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38382025-09-24T16:09:43.638Z[ host-package] Compiling zone v0.1.8
38392025-09-24T16:09:43.678Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38402025-09-24T16:09:46.553Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38412025-09-24T16:09:47.074Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
38422025-09-24T16:09:47.242Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38432025-09-24T16:09:49.218Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38442025-09-24T16:09:52.102Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38452025-09-24T16:09:54.966Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38462025-09-24T16:09:55.496Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38472025-09-24T16:09:58.495Z[ host-package] Compiling rustls-pemfile v1.0.4
38482025-09-24T16:09:59.267Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38492025-09-24T16:10:03.167Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38502025-09-24T16:10:03.583Z[ host-package] Compiling signal-hook-tokio v0.3.1
38512025-09-24T16:10:03.875Z[ host-package] Compiling twox-hash v2.1.0
38522025-09-24T16:10:03.935Z[ host-package] Compiling yasna v0.5.2
38532025-09-24T16:10:04.903Z[ host-package] Compiling secrecy v0.8.0
38542025-09-24T16:10:05.232Z[ host-package] Compiling is_ci v1.2.0
38552025-09-24T16:10:05.571Z[ host-package] Compiling supports-color v3.0.2
38562025-09-24T16:10:05.708Z[ host-package] Compiling rcgen v0.12.1
38572025-09-24T16:10:07.310Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38582025-09-24T16:10:16.124Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38592025-09-24T16:10:16.357Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38602025-09-24T16:10:19.159Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38612025-09-24T16:10:23.095Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38622025-09-24T16:10:37.469Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38632025-09-24T16:10:37.797Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38642025-09-24T16:10:38.365Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38652025-09-24T16:10:47.529Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38662025-09-24T16:10:47.812Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38672025-09-24T16:10:56.758Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38682025-09-24T16:11:02.895Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38692025-09-24T16:11:03.421Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38702025-09-24T16:11:03.975Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38712025-09-24T16:11:05.111Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38722025-09-24T16:11:05.443Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38732025-09-24T16:11:05.829Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38742025-09-24T16:11:06.214Z[ host-package] Compiling fatfs v0.3.6
38752025-09-24T16:11:09.152Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38762025-09-24T16:11:11.122Z[ host-package] Compiling rtoolbox v0.0.2
38772025-09-24T16:11:11.605Z[ host-package] Compiling subprocess v0.2.9
38782025-09-24T16:11:12.926Z[ host-package] Compiling assert_matches v1.5.0
38792025-09-24T16:11:13.104Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38802025-09-24T16:11:18.113Z[ host-package] Compiling rpassword v7.4.0
38812025-09-24T16:11:18.725Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822025-09-24T16:11:20.745Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38832025-09-24T16:11:48.159Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38842025-09-24T16:11:52.796Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38852025-09-24T16:11:53.454Z[ host-package] Compiling tui-tree-widget v0.23.1
38862025-09-24T16:11:53.977Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38872025-09-24T16:11:57.610Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38882025-09-24T16:11:58.140Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38892025-09-24T16:12:04.909Z[ host-package] Compiling uzers v0.12.1
38902025-09-24T16:12:06.628Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38912025-09-24T16:12:08.046Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38922025-09-24T16:12:13.028Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38932025-09-24T16:12:36.895Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38942025-09-24T16:12:37.322Z[ host-package] Compiling support-bundle-viewer v0.1.2
38952025-09-24T16:12:37.359Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38962025-09-24T16:12:41.052Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38972025-09-24T16:12:41.878Z[ host-package] Compiling multimap v0.10.1
38982025-09-24T16:14:55.112Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38992025-09-24T16:24:10.009Z[ host-package] Finished `release` profile [optimized] target(s) in 24m 46s
39002025-09-24T16:25:07.082ZSep 24 16:25:05.665 INFO [host-package] process exited with exit status: 0 (1543.863230807s)
39012025-09-24T16:25:07.082ZSep 24 16:25:05.665 INFO [host-stamp] running task
39022025-09-24T16:25:07.086ZSep 24 16:25:05.665 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39032025-09-24T16:25:07.086ZSep 24 16:25:05.666 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+gitec7a0a7d5cb
39042025-09-24T16:25:07.086ZSep 24 16:25:05.666 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+gitec7a0a7d5cb
39052025-09-24T16:25:07.086ZSep 24 16:25:05.666 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+gitec7a0a7d5cb
39062025-09-24T16:25:07.086ZSep 24 16:25:05.667 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+gitec7a0a7d5cb
39072025-09-24T16:25:07.086ZSep 24 16:25:05.667 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+gitec7a0a7d5cb
39082025-09-24T16:25:07.086ZSep 24 16:25:05.667 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+gitec7a0a7d5cb
39092025-09-24T16:25:07.091ZSep 24 16:25:05.670 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+gitec7a0a7d5cb
39102025-09-24T16:25:07.091ZSep 24 16:25:05.670 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+gitec7a0a7d5cb
39112025-09-24T16:25:07.098Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39122025-09-24T16:25:07.103Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39132025-09-24T16:25:07.103Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
39142025-09-24T16:25:07.103Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39152025-09-24T16:25:07.103Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39162025-09-24T16:25:07.103Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39172025-09-24T16:25:07.103Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39182025-09-24T16:25:07.103Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39192025-09-24T16:25:07.103Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39202025-09-24T16:25:07.103Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39212025-09-24T16:25:07.103Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
39222025-09-24T16:25:07.107ZSep 24 16:25:05.687 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (20.023639ms)
39232025-09-24T16:25:07.107ZSep 24 16:25:05.687 INFO [stamp-overlay] process exited with exit status: 0 (20.338958ms)
39242025-09-24T16:25:07.115Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39252025-09-24T16:25:07.120ZSep 24 16:25:05.702 INFO [stamp-oxlog] process exited with exit status: 0 (36.717352ms)
39262025-09-24T16:25:07.186Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39272025-09-24T16:25:07.190ZSep 24 16:25:05.771 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (103.246356ms)
39282025-09-24T16:25:07.528Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39292025-09-24T16:25:07.533ZSep 24 16:25:06.115 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (449.239463ms)
39302025-09-24T16:25:07.596Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39312025-09-24T16:25:07.632ZSep 24 16:25:06.178 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (511.176465ms)
39322025-09-24T16:25:08.492Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39332025-09-24T16:25:08.496ZSep 24 16:25:07.078 INFO [stamp-propolis-server] process exited with exit status: 0 (1.410444824s)
39342025-09-24T16:25:08.650Z[recovery-package] Compiling newtype-uuid v1.2.4
39352025-09-24T16:25:09.195Z[recovery-package] Compiling daft v0.1.4
39362025-09-24T16:25:09.556Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39372025-09-24T16:25:09.901Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39382025-09-24T16:25:09.901Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39392025-09-24T16:25:09.905Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39402025-09-24T16:25:09.959Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39412025-09-24T16:25:10.647Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39422025-09-24T16:25:15.882Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39432025-09-24T16:25:15.886ZSep 24 16:25:14.466 INFO [stamp-switch-asic] process exited with exit status: 0 (8.798446591s)
39442025-09-24T16:25:15.886ZSep 24 16:25:14.466 INFO [host-stamp] task succeeded (8.800871132s)
39452025-09-24T16:25:15.886ZSep 24 16:25:14.466 INFO [host-proto] running task
39462025-09-24T16:25:16.449ZSep 24 16:25:15.028 INFO [host-proto] task succeeded (562.394758ms)
39472025-09-24T16:25:16.449ZSep 24 16:25:15.028 INFO [host-profile] running task
39482025-09-24T16:25:16.453ZSep 24 16:25:15.028 INFO [host-profile] task succeeded (249.13µs)
39492025-09-24T16:25:16.453ZSep 24 16:25:15.029 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.423' -P /tmp/.tmpNioZt2/proto/host/root -N 'ci ec7a0a7/${os_short_commit} 2025-09-24 15:57' -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/'
39502025-09-24T16:25:16.458Z[ host-image] Sep 24 16:25:15.036 INFO Checking files for board 'cosmo'
39512025-09-24T16:25:16.458Z[ host-image] Sep 24 16:25:15.036 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39522025-09-24T16:25:16.458Z[ host-image] Sep 24 16:25:15.036 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39532025-09-24T16:25:16.458Z[ host-image] Sep 24 16:25:15.036 INFO Checking files for board 'gimlet'
39542025-09-24T16:25:16.458Z[ host-image] Sep 24 16:25:15.036 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39552025-09-24T16:25:16.458Z[ host-image] Sep 24 16:25:15.036 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39562025-09-24T16:25:16.468Z[ host-image] Sep 24 16:25:15.049 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpNioZt2/proto/host/root"
39572025-09-24T16:25:16.468Z[ host-image] Sep 24 16:25:15.049 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39582025-09-24T16:25:16.471Z[ host-image] Sep 24 16:25:15.049 INFO image builder template: ramdisk-01-os...
39592025-09-24T16:25:16.472Z[ host-image] Sep 24 16:25:15.049 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/.tmpNioZt2/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.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39602025-09-24T16:25:16.484Z[ host-image] Sep 24 16:25:15.066 INFO O| Sep 24 16:25:15.066 INFO CREATE DATASET: rpool/images/build/host/output
39612025-09-24T16:25:16.862Z[ host-image] Sep 24 16:25:15.444 INFO O| Sep 24 16:25:15.444 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39622025-09-24T16:25:16.866Z[ host-image] Sep 24 16:25:15.448 INFO O| Sep 24 16:25:15.448 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39632025-09-24T16:25:17.163Z[ host-image] Sep 24 16:25:15.745 INFO O| Sep 24 16:25:15.745 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39642025-09-24T16:25:17.231Z[ host-image] Sep 24 16:25:15.814 INFO O| Sep 24 16:25:15.814 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39652025-09-24T16:25:17.231Z[ host-image] Sep 24 16:25:15.814 INFO O| Sep 24 16:25:15.814 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39662025-09-24T16:25:17.235Z[ host-image] Sep 24 16:25:15.814 INFO O| Sep 24 16:25:15.814 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39672025-09-24T16:25:17.235Z[ host-image] Sep 24 16:25:15.814 INFO O| Sep 24 16:25:15.814 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39682025-09-24T16:25:17.239Z[ host-image] Sep 24 16:25:15.820 INFO O| Sep 24 16:25:15.820 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39692025-09-24T16:25:17.477Z[ host-image] Sep 24 16:25:16.059 INFO O| Sep 24 16:25:16.059 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702025-09-24T16:25:17.487Z[ host-image] Sep 24 16:25:16.069 INFO O| Sep 24 16:25:16.069 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39712025-09-24T16:25:17.993Z[ host-image] Sep 24 16:25:16.433 INFO O| Sep 24 16:25:16.433 INFO O| Caching catalogs ... Done
39722025-09-24T16:25:18.047Z[ host-image] Sep 24 16:25:16.515 INFO O| Sep 24 16:25:16.515 INFO STEP 0 (pkg_image_create) COMPLETE
39732025-09-24T16:25:18.047Z[ host-image] Sep 24 16:25:16.515 INFO O| Sep 24 16:25:16.515 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742025-09-24T16:25:18.047Z[ host-image] Sep 24 16:25:16.524 INFO O| Sep 24 16:25:16.524 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"]
39752025-09-24T16:25:18.284Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.865 INFO STEP 1 (pkg_set_publisher) COMPLETE
39762025-09-24T16:25:18.284Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.866 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772025-09-24T16:25:18.289Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.866 INFO skip step because feature "publisher_1_name" is not enabled
39782025-09-24T16:25:18.289Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.866 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792025-09-24T16:25:18.289Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.866 INFO skip step because feature "publisher_2_name" is not enabled
39802025-09-24T16:25:18.289Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.866 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39812025-09-24T16:25:18.289Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.866 INFO skip step because feature "publisher_3_name" is not enabled
39822025-09-24T16:25:18.289Z[ host-image] Sep 24 16:25:16.866 INFO O| Sep 24 16:25:16.866 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39832025-09-24T16:25:18.619Z[ host-image] Sep 24 16:25:17.201 INFO O| Sep 24 16:25:17.201 INFO variant opensolaris.zone is already global
39842025-09-24T16:25:18.619Z[ host-image] Sep 24 16:25:17.201 INFO O| Sep 24 16:25:17.201 INFO STEP 5 (pkg_change_variant) COMPLETE
39852025-09-24T16:25:18.619Z[ host-image] Sep 24 16:25:17.201 INFO O| Sep 24 16:25:17.201 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862025-09-24T16:25:18.953Z[ host-image] Sep 24 16:25:17.535 INFO O| Sep 24 16:25:17.535 INFO variant opensolaris.imagetype is full; changing to partial
39872025-09-24T16:25:18.953Z[ host-image] Sep 24 16:25:17.535 INFO O| Sep 24 16:25:17.535 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39882025-09-24T16:25:19.713Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39892025-09-24T16:25:19.713Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39902025-09-24T16:25:19.713Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39912025-09-24T16:25:25.024Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39922025-09-24T16:25:25.100Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39932025-09-24T16:25:26.602Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39942025-09-24T16:25:27.050Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39952025-09-24T16:25:27.238Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39962025-09-24T16:25:29.360Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39972025-09-24T16:25:32.355Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39982025-09-24T16:25:47.561Z[ host-image] Sep 24 16:25:46.141 INFO O| Sep 24 16:25:46.141 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39992025-09-24T16:25:55.653Z[recovery-package] Finished `release` profile [optimized] target(s) in 48.28s
40002025-09-24T16:25:57.855ZSep 24 16:25:56.435 INFO [recovery-package] process exited with exit status: 0 (50.770179722s)
40012025-09-24T16:25:57.855ZSep 24 16:25:56.435 INFO [recovery-stamp] running task
40022025-09-24T16:25:57.859ZSep 24 16:25:56.436 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40032025-09-24T16:25:57.859ZSep 24 16:25:56.436 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+gitec7a0a7d5cb
40042025-09-24T16:25:57.859ZSep 24 16:25:56.436 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+gitec7a0a7d5cb
40052025-09-24T16:25:57.866Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40062025-09-24T16:25:57.870Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40072025-09-24T16:25:57.978Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40082025-09-24T16:25:57.982ZSep 24 16:25:56.562 INFO [stamp-installinator] process exited with exit status: 0 (126.587165ms)
40092025-09-24T16:25:58.116Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40102025-09-24T16:25:58.120ZSep 24 16:25:56.700 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (263.667988ms)
40112025-09-24T16:25:58.120ZSep 24 16:25:56.700 INFO [recovery-stamp] task succeeded (264.606574ms)
40122025-09-24T16:25:58.120ZSep 24 16:25:56.700 INFO [recovery-proto] running task
40132025-09-24T16:25:58.120ZSep 24 16:25:56.700 INFO [tuf-stamp] running task
40142025-09-24T16:25:58.123ZSep 24 16:25:56.701 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+gitec7a0a7d5cb
40152025-09-24T16:25:58.123ZSep 24 16:25:56.701 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+gitec7a0a7d5cb
40162025-09-24T16:25:58.124ZSep 24 16:25:56.701 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+gitec7a0a7d5cb
40172025-09-24T16:25:58.125ZSep 24 16:25:56.702 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+gitec7a0a7d5cb
40182025-09-24T16:25:58.125ZSep 24 16:25:56.702 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+gitec7a0a7d5cb
40192025-09-24T16:25:58.125ZSep 24 16:25:56.702 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+gitec7a0a7d5cb
40202025-09-24T16:25:58.125ZSep 24 16:25:56.703 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+gitec7a0a7d5cb
40212025-09-24T16:25:58.128ZSep 24 16:25:56.705 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+gitec7a0a7d5cb
40222025-09-24T16:25:58.128ZSep 24 16:25:56.708 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+gitec7a0a7d5cb
40232025-09-24T16:25:58.131ZSep 24 16:25:56.709 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+gitec7a0a7d5cb
40242025-09-24T16:25:58.131ZSep 24 16:25:56.709 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+gitec7a0a7d5cb
40252025-09-24T16:25:58.131ZSep 24 16:25:56.709 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+gitec7a0a7d5cb
40262025-09-24T16:25:58.142Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40272025-09-24T16:25:58.145Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40282025-09-24T16:25:58.145Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40292025-09-24T16:25:58.145Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40302025-09-24T16:25:58.145Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40312025-09-24T16:25:58.145Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40322025-09-24T16:25:58.148Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40332025-09-24T16:25:58.148Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40342025-09-24T16:25:58.148Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40352025-09-24T16:25:58.148Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40362025-09-24T16:25:58.148Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40372025-09-24T16:25:58.148Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40382025-09-24T16:25:58.303Z[ host-image] Sep 24 16:25:56.883 INFO O| Sep 24 16:25:56.883 INFO O| Startup: Caching catalogs ... Done
40392025-09-24T16:25:58.311Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40402025-09-24T16:25:58.375ZSep 24 16:25:56.955 INFO [stamp-probe] process exited with exit status: 0 (246.103129ms)
40412025-09-24T16:25:58.408ZSep 24 16:25:56.989 INFO [recovery-proto] task succeeded (288.533642ms)
40422025-09-24T16:25:58.412ZSep 24 16:25:56.992 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.423' -P /tmp/.tmpNioZt2/proto/recovery/root -N 'recovery ec7a0a7/${os_short_commit} 2025-09-24 15:57' -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/'
40432025-09-24T16:25:58.419Z[ recovery-image] Sep 24 16:25:56.999 INFO Checking files for board 'cosmo'
40442025-09-24T16:25:58.419Z[ recovery-image] Sep 24 16:25:56.999 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40452025-09-24T16:25:58.419Z[ recovery-image] Sep 24 16:25:56.999 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40462025-09-24T16:25:58.426Z[ recovery-image] Sep 24 16:25:56.999 INFO Checking files for board 'gimlet'
40472025-09-24T16:25:58.426Z[ recovery-image] Sep 24 16:25:56.999 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40482025-09-24T16:25:58.427Z[ recovery-image] Sep 24 16:25:57.000 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40492025-09-24T16:25:58.435Z[ recovery-image] Sep 24 16:25:57.015 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpNioZt2/proto/recovery/root"
40502025-09-24T16:25:58.435Z[ recovery-image] Sep 24 16:25:57.015 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40512025-09-24T16:25:58.435Z[ recovery-image] Sep 24 16:25:57.015 INFO image builder template: ramdisk-01-os...
40522025-09-24T16:25:58.439Z[ recovery-image] Sep 24 16:25:57.015 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/.tmpNioZt2/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.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40532025-09-24T16:25:58.461Z[ recovery-image] Sep 24 16:25:57.042 INFO O| Sep 24 16:25:57.041 INFO CREATE DATASET: rpool/images/build/recovery/output
40542025-09-24T16:25:58.524Z[ host-image] Sep 24 16:25:57.104 INFO O| Sep 24 16:25:57.103 INFO O| Planning: Planning completed in 0.00 seconds
40552025-09-24T16:25:58.527Z[ host-image] Sep 24 16:25:57.105 INFO O| Sep 24 16:25:57.105 INFO O| Planning: Consolidating action changes ... Done
40562025-09-24T16:25:58.527Z[ host-image] Sep 24 16:25:57.105 INFO O| Sep 24 16:25:57.105 INFO O| Planning: Evaluating mediators ... Done
40572025-09-24T16:25:58.527Z[ host-image] Sep 24 16:25:57.105 INFO O| Sep 24 16:25:57.105 INFO O| Planning: Planning completed in 0.00 seconds
40582025-09-24T16:25:58.527Z[ host-image] Sep 24 16:25:57.106 INFO O| Sep 24 16:25:57.106 INFO O| Variants/Facets to change: 1
40592025-09-24T16:25:58.883Z[ recovery-image] Sep 24 16:25:57.462 INFO O| Sep 24 16:25:57.462 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40602025-09-24T16:25:58.887Z[ recovery-image] Sep 24 16:25:57.467 INFO O| Sep 24 16:25:57.467 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40612025-09-24T16:25:58.891Z[ host-image] Sep 24 16:25:57.468 INFO O| Sep 24 16:25:57.468 INFO O| Done
40622025-09-24T16:25:58.891Z[ host-image] Sep 24 16:25:57.468 INFO O| Sep 24 16:25:57.468 INFO O| Done
40632025-09-24T16:25:59.414Z[ recovery-image] Sep 24 16:25:57.994 INFO O| Sep 24 16:25:57.994 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40642025-09-24T16:25:59.517Z[ recovery-image] Sep 24 16:25:58.097 INFO O| Sep 24 16:25:58.097 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40652025-09-24T16:25:59.517Z[ recovery-image] Sep 24 16:25:58.097 INFO O| Sep 24 16:25:58.097 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40662025-09-24T16:25:59.520Z[ recovery-image] Sep 24 16:25:58.097 INFO O| Sep 24 16:25:58.097 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40672025-09-24T16:25:59.520Z[ recovery-image] Sep 24 16:25:58.097 INFO O| Sep 24 16:25:58.097 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40682025-09-24T16:25:59.530Z[ recovery-image] Sep 24 16:25:58.108 INFO O| Sep 24 16:25:58.108 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40692025-09-24T16:25:59.623Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40702025-09-24T16:25:59.630ZSep 24 16:25:58.191 INFO [stamp-ntp] process exited with exit status: 0 (1.482572535s)
40712025-09-24T16:25:59.643Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
40722025-09-24T16:25:59.736Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40732025-09-24T16:25:59.769Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40742025-09-24T16:25:59.794ZSep 24 16:25:58.374 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.669447302s)
40752025-09-24T16:26:00.015Z[ recovery-image] Sep 24 16:25:58.594 INFO O| Sep 24 16:25:58.593 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762025-09-24T16:26:00.027Z[ recovery-image] Sep 24 16:25:58.607 INFO O| Sep 24 16:25:58.607 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40772025-09-24T16:26:00.227Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40782025-09-24T16:26:00.291ZSep 24 16:25:58.871 INFO [stamp-external-dns] process exited with exit status: 0 (2.161471386s)
40792025-09-24T16:26:00.368Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40802025-09-24T16:26:00.387ZSep 24 16:25:58.967 INFO [stamp-internal-dns] process exited with exit status: 0 (2.264438432s)
40812025-09-24T16:26:00.431Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40822025-09-24T16:26:00.490ZSep 24 16:25:59.067 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.366088876s)
40832025-09-24T16:26:00.784Z[ host-image] Sep 24 16:25:59.364 INFO O| Sep 24 16:25:59.364 INFO O| Done
40842025-09-24T16:26:00.821Z[ recovery-image] Sep 24 16:25:59.401 INFO O| Sep 24 16:25:59.401 INFO O| Caching catalogs ... Done
40852025-09-24T16:26:00.825Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40862025-09-24T16:26:00.841ZSep 24 16:25:59.421 INFO [stamp-oximeter] process exited with exit status: 0 (2.71931762s)
40872025-09-24T16:26:00.929Z[ host-image] Sep 24 16:25:59.509 INFO O| Sep 24 16:25:59.509 INFO O| Done
40882025-09-24T16:26:00.933Z[ host-image] Sep 24 16:25:59.511 INFO O| Sep 24 16:25:59.510 INFO O| Done
40892025-09-24T16:26:00.933Z[ host-image] Sep 24 16:25:59.511 INFO O| Sep 24 16:25:59.511 INFO O| Done
40902025-09-24T16:26:00.933Z[ host-image] Sep 24 16:25:59.512 INFO O| Sep 24 16:25:59.512 INFO O| Done
40912025-09-24T16:26:00.956Z[ recovery-image] Sep 24 16:25:59.536 INFO O| Sep 24 16:25:59.535 INFO STEP 0 (pkg_image_create) COMPLETE
40922025-09-24T16:26:00.956Z[ recovery-image] Sep 24 16:25:59.536 INFO O| Sep 24 16:25:59.536 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40932025-09-24T16:26:00.970Z[ recovery-image] Sep 24 16:25:59.550 INFO O| Sep 24 16:25:59.550 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"]
40942025-09-24T16:26:01.524Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO STEP 1 (pkg_set_publisher) COMPLETE
40952025-09-24T16:26:01.524Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40962025-09-24T16:26:01.527Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO skip step because feature "publisher_1_name" is not enabled
40972025-09-24T16:26:01.528Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40982025-09-24T16:26:01.528Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO skip step because feature "publisher_2_name" is not enabled
40992025-09-24T16:26:01.528Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41002025-09-24T16:26:01.528Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO skip step because feature "publisher_3_name" is not enabled
41012025-09-24T16:26:01.528Z[ recovery-image] Sep 24 16:26:00.104 INFO O| Sep 24 16:26:00.104 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41022025-09-24T16:26:02.024Z[ recovery-image] Sep 24 16:26:00.604 INFO O| Sep 24 16:26:00.604 INFO variant opensolaris.zone is already global
41032025-09-24T16:26:02.024Z[ recovery-image] Sep 24 16:26:00.604 INFO O| Sep 24 16:26:00.604 INFO STEP 5 (pkg_change_variant) COMPLETE
41042025-09-24T16:26:02.024Z[ recovery-image] Sep 24 16:26:00.604 INFO O| Sep 24 16:26:00.604 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41052025-09-24T16:26:02.360Z[ host-image] Sep 24 16:26:00.939 INFO O| Sep 24 16:26:00.939 INFO STEP 6 (pkg_change_variant) COMPLETE
41062025-09-24T16:26:02.360Z[ host-image] Sep 24 16:26:00.940 INFO O| Sep 24 16:26:00.939 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41072025-09-24T16:26:02.360Z[ host-image] Sep 24 16:26:00.940 INFO O| Sep 24 16:26:00.939 INFO skip step because feature "debug_variant" is not enabled
41082025-09-24T16:26:02.360Z[ host-image] Sep 24 16:26:00.940 INFO O| Sep 24 16:26:00.939 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092025-09-24T16:26:02.561Z[ recovery-image] Sep 24 16:26:01.140 INFO O| Sep 24 16:26:01.140 INFO variant opensolaris.imagetype is full; changing to partial
41102025-09-24T16:26:02.561Z[ recovery-image] Sep 24 16:26:01.141 INFO O| Sep 24 16:26:01.140 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41112025-09-24T16:26:02.931Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41122025-09-24T16:26:02.936ZSep 24 16:26:01.516 INFO [stamp-nexus] process exited with exit status: 0 (4.807193068s)
41132025-09-24T16:26:02.995Z[ host-image] Sep 24 16:26:01.574 INFO O| Sep 24 16:26:01.574 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41142025-09-24T16:26:03.795Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41152025-09-24T16:26:03.800ZSep 24 16:26:02.380 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.677131926s)
41162025-09-24T16:26:06.736Z[verify-libraries] Compiling cfg_aliases v0.1.1
41172025-09-24T16:26:06.739Z[verify-libraries] Compiling home v0.5.9
41182025-09-24T16:26:06.965Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41192025-09-24T16:26:06.969ZSep 24 16:26:05.549 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.846802109s)
41202025-09-24T16:26:07.016Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41212025-09-24T16:26:07.016Z[verify-libraries] Compiling sqlparser_derive v0.2.2
41222025-09-24T16:26:07.019Z[verify-libraries] Compiling unicode_categories v0.1.1
41232025-09-24T16:26:07.114Z[verify-libraries] Compiling nix v0.28.0
41242025-09-24T16:26:07.125Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41252025-09-24T16:26:07.130Z[verify-libraries] Compiling polyval v0.6.2
41262025-09-24T16:26:07.221Z[verify-libraries] Compiling ctr v0.9.2
41272025-09-24T16:26:07.299Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41282025-09-24T16:26:07.368ZSep 24 16:26:05.944 INFO [stamp-clickhouse] process exited with exit status: 0 (9.242755435s)
41292025-09-24T16:26:07.372Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41302025-09-24T16:26:07.394ZSep 24 16:26:05.974 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.273034181s)
41312025-09-24T16:26:07.394ZSep 24 16:26:05.974 INFO [tuf-stamp] task succeeded (9.273550432s)
41322025-09-24T16:26:07.531Z[verify-libraries] Compiling sqlformat v0.3.5
41332025-09-24T16:26:07.617Z[verify-libraries] Compiling ghash v0.5.1
41342025-09-24T16:26:07.895Z[verify-libraries] Compiling aes-gcm v0.10.3
41352025-09-24T16:26:07.936Z[verify-libraries] Compiling ssh-encoding v0.2.0
41362025-09-24T16:26:08.001Z[verify-libraries] Compiling blowfish v0.9.1
41372025-09-24T16:26:08.116Z[verify-libraries] Compiling password-hash v0.4.2
41382025-09-24T16:26:08.226Z[verify-libraries] Compiling sqlparser v0.45.0
41392025-09-24T16:26:08.234Z[verify-libraries] Compiling petname v2.0.2
41402025-09-24T16:26:08.361Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41412025-09-24T16:26:08.723Z[verify-libraries] Compiling ssh-cipher v0.2.0
41422025-09-24T16:26:09.060Z[verify-libraries] Compiling pbkdf2 v0.11.0
41432025-09-24T16:26:09.261Z[verify-libraries] Compiling ssh-key v0.6.6
41442025-09-24T16:26:09.671Z[verify-libraries] Compiling p521 v0.13.3
41452025-09-24T16:26:09.960Z[verify-libraries] Compiling p256 v0.13.2
41462025-09-24T16:26:10.546Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41472025-09-24T16:26:11.267Z[verify-libraries] Compiling md5 v0.7.0
41482025-09-24T16:26:12.084Z[verify-libraries] Compiling rustyline v14.0.0
41492025-09-24T16:26:12.894Z[verify-libraries] Compiling russh-keys v0.45.0
41502025-09-24T16:26:14.801Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41512025-09-24T16:26:15.322Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41522025-09-24T16:26:15.764Z[verify-libraries] Compiling num-bigint v0.4.6
41532025-09-24T16:26:18.335Z[verify-libraries] Compiling des v0.8.1
41542025-09-24T16:26:19.580Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41552025-09-24T16:26:19.661Z[verify-libraries] Compiling hex-literal v0.4.1
41562025-09-24T16:26:20.066Z[verify-libraries] Compiling sync-ptr v0.1.4
41572025-09-24T16:26:20.475Z[verify-libraries] Compiling russh v0.45.0
41582025-09-24T16:26:20.756Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41592025-09-24T16:26:20.977Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41602025-09-24T16:26:26.587Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41612025-09-24T16:26:27.292Z[verify-libraries] Compiling internet-checksum v0.2.1
41622025-09-24T16:26:27.635Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41632025-09-24T16:26:30.736Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41642025-09-24T16:26:30.787Z[verify-libraries] Compiling diff v0.1.13
41652025-09-24T16:26:32.394Z[verify-libraries] Compiling yansi v1.0.1
41662025-09-24T16:26:32.487Z[verify-libraries] Compiling heck v0.4.1
41672025-09-24T16:26:33.745Z[verify-libraries] Compiling pretty_assertions v1.4.1
41682025-09-24T16:26:34.058Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41692025-09-24T16:26:34.863Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41702025-09-24T16:26:36.861Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41712025-09-24T16:26:41.849Z[ recovery-image] Sep 24 16:26:40.427 INFO O| Sep 24 16:26:40.427 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41722025-09-24T16:26:42.194Z[ host-image] Sep 24 16:26:40.771 INFO O| Sep 24 16:26:40.771 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41732025-09-24T16:26:42.617Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41742025-09-24T16:26:46.951Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41752025-09-24T16:26:49.339Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41762025-09-24T16:27:00.499Z[ host-image] Sep 24 16:26:59.075 INFO O| Sep 24 16:26:59.075 INFO O| Startup: Caching catalogs ... Done
41772025-09-24T16:27:00.650Z[ host-image] Sep 24 16:26:59.227 INFO O| Sep 24 16:26:59.227 INFO O| Planning: Planning completed in 0.00 seconds
41782025-09-24T16:27:00.653Z[ host-image] Sep 24 16:26:59.228 INFO O| Sep 24 16:26:59.228 INFO O| Planning: Consolidating action changes ... Done
41792025-09-24T16:27:00.653Z[ host-image] Sep 24 16:26:59.228 INFO O| Sep 24 16:26:59.228 INFO O| Planning: Evaluating mediators ... Done
41802025-09-24T16:27:00.653Z[ host-image] Sep 24 16:26:59.228 INFO O| Sep 24 16:26:59.228 INFO O| Planning: Planning completed in 0.00 seconds
41812025-09-24T16:27:00.653Z[ host-image] Sep 24 16:26:59.229 INFO O| Sep 24 16:26:59.229 INFO O| Variants/Facets to change: 1
41822025-09-24T16:27:00.717Z[ host-image] Sep 24 16:26:59.294 INFO O| Sep 24 16:26:59.294 INFO O| Done
41832025-09-24T16:27:00.717Z[ host-image] Sep 24 16:26:59.294 INFO O| Sep 24 16:26:59.294 INFO O| Done
41842025-09-24T16:27:00.840Z[ recovery-image] Sep 24 16:26:59.366 INFO O| Sep 24 16:26:59.366 INFO O| Startup: Caching catalogs ... Done
41852025-09-24T16:27:00.904Z[ recovery-image] Sep 24 16:26:59.480 INFO O| Sep 24 16:26:59.480 INFO O| Planning: Planning completed in 0.00 seconds
41862025-09-24T16:27:00.907Z[ recovery-image] Sep 24 16:26:59.481 INFO O| Sep 24 16:26:59.481 INFO O| Planning: Consolidating action changes ... Done
41872025-09-24T16:27:00.907Z[ recovery-image] Sep 24 16:26:59.481 INFO O| Sep 24 16:26:59.481 INFO O| Planning: Evaluating mediators ... Done
41882025-09-24T16:27:00.907Z[ recovery-image] Sep 24 16:26:59.482 INFO O| Sep 24 16:26:59.482 INFO O| Planning: Planning completed in 0.00 seconds
41892025-09-24T16:27:00.907Z[ recovery-image] Sep 24 16:26:59.482 INFO O| Sep 24 16:26:59.482 INFO O| Variants/Facets to change: 1
41902025-09-24T16:27:00.971Z[ recovery-image] Sep 24 16:26:59.548 INFO O| Sep 24 16:26:59.548 INFO O| Done
41912025-09-24T16:27:00.971Z[ recovery-image] Sep 24 16:26:59.548 INFO O| Sep 24 16:26:59.548 INFO O| Done
41922025-09-24T16:27:02.904Z[ host-image] Sep 24 16:27:01.480 INFO O| Sep 24 16:27:01.480 INFO O| Done
41932025-09-24T16:27:02.938Z[ recovery-image] Sep 24 16:27:01.513 INFO O| Sep 24 16:27:01.513 INFO O| Done
41942025-09-24T16:27:03.134Z[ recovery-image] Sep 24 16:27:01.710 INFO O| Sep 24 16:27:01.710 INFO O| Done
41952025-09-24T16:27:03.137Z[ recovery-image] Sep 24 16:27:01.712 INFO O| Sep 24 16:27:01.712 INFO O| Done
41962025-09-24T16:27:03.137Z[ recovery-image] Sep 24 16:27:01.712 INFO O| Sep 24 16:27:01.712 INFO O| Done
41972025-09-24T16:27:03.140Z[ recovery-image] Sep 24 16:27:01.714 INFO O| Sep 24 16:27:01.714 INFO O| Done
41982025-09-24T16:27:03.146Z[ host-image] Sep 24 16:27:01.723 INFO O| Sep 24 16:27:01.722 INFO O| Done
41992025-09-24T16:27:03.149Z[ host-image] Sep 24 16:27:01.724 INFO O| Sep 24 16:27:01.724 INFO O| Done
42002025-09-24T16:27:03.149Z[ host-image] Sep 24 16:27:01.724 INFO O| Sep 24 16:27:01.724 INFO O| Done
42012025-09-24T16:27:03.153Z[ host-image] Sep 24 16:27:01.726 INFO O| Sep 24 16:27:01.726 INFO O| Done
42022025-09-24T16:27:04.431Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42032025-09-24T16:27:04.504Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42042025-09-24T16:27:04.999Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42052025-09-24T16:27:05.053Z[ recovery-image] Sep 24 16:27:03.629 INFO O| Sep 24 16:27:03.629 INFO STEP 6 (pkg_change_variant) COMPLETE
42062025-09-24T16:27:05.053Z[ recovery-image] Sep 24 16:27:03.629 INFO O| Sep 24 16:27:03.629 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42072025-09-24T16:27:05.056Z[ recovery-image] Sep 24 16:27:03.629 INFO O| Sep 24 16:27:03.629 INFO skip step because feature "debug_variant" is not enabled
42082025-09-24T16:27:05.057Z[ recovery-image] Sep 24 16:27:03.629 INFO O| Sep 24 16:27:03.629 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42092025-09-24T16:27:05.201Z[ host-image] Sep 24 16:27:03.777 INFO O| Sep 24 16:27:03.777 INFO STEP 8 (pkg_change_facet) COMPLETE
42102025-09-24T16:27:05.201Z[ host-image] Sep 24 16:27:03.777 INFO O| Sep 24 16:27:03.777 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42112025-09-24T16:27:05.201Z[ host-image] Sep 24 16:27:03.777 INFO O| Sep 24 16:27:03.777 INFO skip step because feature "recovery" is not enabled
42122025-09-24T16:27:05.205Z[ host-image] Sep 24 16:27:03.777 INFO O| Sep 24 16:27:03.777 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42132025-09-24T16:27:05.205Z[ host-image] Sep 24 16:27:03.777 INFO O| Sep 24 16:27:03.777 INFO skip step because feature "recovery" is not enabled
42142025-09-24T16:27:05.205Z[ host-image] Sep 24 16:27:03.777 INFO O| Sep 24 16:27:03.777 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42152025-09-24T16:27:05.216Z[ host-image] Sep 24 16:27:03.792 INFO O| Sep 24 16:27:03.792 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"]
42162025-09-24T16:27:05.279Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42172025-09-24T16:27:05.563Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42182025-09-24T16:27:05.757Z[ recovery-image] Sep 24 16:27:04.334 INFO O| Sep 24 16:27:04.334 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42192025-09-24T16:27:05.906Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42202025-09-24T16:27:06.568Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42212025-09-24T16:27:39.006Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42222025-09-24T16:27:42.072Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42232025-09-24T16:27:45.155Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42242025-09-24T16:27:48.920Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42252025-09-24T16:27:49.065Z[ host-image] Sep 24 16:27:47.638 INFO O| Sep 24 16:27:47.638 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42262025-09-24T16:27:51.367Z[ recovery-image] Sep 24 16:27:49.937 INFO O| Sep 24 16:27:49.937 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42272025-09-24T16:27:54.892Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42282025-09-24T16:27:56.458Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42292025-09-24T16:28:07.274Z[ host-image] Sep 24 16:28:05.830 INFO O| Sep 24 16:28:05.829 INFO O| Startup: Caching catalogs ... Done
42302025-09-24T16:28:13.727Z[ recovery-image] Sep 24 16:28:08.103 INFO O| Sep 24 16:28:08.103 INFO O| Startup: Caching catalogs ... Done
42312025-09-24T16:28:13.934Z[ recovery-image] Sep 24 16:28:08.239 INFO O| Sep 24 16:28:08.239 INFO O| Planning: Planning completed in 0.00 seconds
42322025-09-24T16:28:13.934Z[ recovery-image] Sep 24 16:28:08.240 INFO O| Sep 24 16:28:08.240 INFO O| Planning: Consolidating action changes ... Done
42332025-09-24T16:28:13.936Z[ recovery-image] Sep 24 16:28:08.241 INFO O| Sep 24 16:28:08.241 INFO O| Planning: Evaluating mediators ... Done
42342025-09-24T16:28:13.936Z[ recovery-image] Sep 24 16:28:08.241 INFO O| Sep 24 16:28:08.241 INFO O| Planning: Planning completed in 0.00 seconds
42352025-09-24T16:28:13.936Z[ recovery-image] Sep 24 16:28:08.242 INFO O| Sep 24 16:28:08.242 INFO O| Variants/Facets to change: 1
42362025-09-24T16:28:13.936Z[ recovery-image] Sep 24 16:28:08.307 INFO O| Sep 24 16:28:08.307 INFO O| Done
42372025-09-24T16:28:13.936Z[ recovery-image] Sep 24 16:28:08.307 INFO O| Sep 24 16:28:08.307 INFO O| Done
42382025-09-24T16:28:13.936Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42392025-09-24T16:28:14.003Z[ recovery-image] Sep 24 16:28:10.286 INFO O| Sep 24 16:28:10.286 INFO O| Done
42402025-09-24T16:28:14.003Z[ recovery-image] Sep 24 16:28:10.459 INFO O| Sep 24 16:28:10.459 INFO O| Done
42412025-09-24T16:28:14.003Z[ recovery-image] Sep 24 16:28:10.460 INFO O| Sep 24 16:28:10.460 INFO O| Done
42422025-09-24T16:28:14.003Z[ recovery-image] Sep 24 16:28:10.460 INFO O| Sep 24 16:28:10.460 INFO O| Done
42432025-09-24T16:28:14.003Z[ recovery-image] Sep 24 16:28:10.462 INFO O| Sep 24 16:28:10.462 INFO O| Done
42442025-09-24T16:28:14.003Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42452025-09-24T16:28:14.003Z[ recovery-image] Sep 24 16:28:12.229 INFO O| Sep 24 16:28:12.229 INFO STEP 8 (pkg_change_facet) COMPLETE
42462025-09-24T16:28:14.003Z[ recovery-image] Sep 24 16:28:12.229 INFO O| Sep 24 16:28:12.229 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42472025-09-24T16:28:14.433Z[ recovery-image] Sep 24 16:28:13.005 INFO O| Sep 24 16:28:13.005 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42482025-09-24T16:28:29.518Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42492025-09-24T16:28:29.843Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42502025-09-24T16:28:34.368Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42512025-09-24T16:28:43.699Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42522025-09-24T16:28:54.161Z[ recovery-image] Sep 24 16:28:52.731 INFO O| Sep 24 16:28:52.731 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42532025-09-24T16:29:11.721Z[ recovery-image] Sep 24 16:29:10.284 INFO O| Sep 24 16:29:10.284 INFO O| Startup: Caching catalogs ... Done
42542025-09-24T16:29:11.923Z[ recovery-image] Sep 24 16:29:10.493 INFO O| Sep 24 16:29:10.493 INFO O| Planning: Planning completed in 0.00 seconds
42552025-09-24T16:29:11.927Z[ recovery-image] Sep 24 16:29:10.494 INFO O| Sep 24 16:29:10.493 INFO O| Planning: Consolidating action changes ... Done
42562025-09-24T16:29:11.927Z[ recovery-image] Sep 24 16:29:10.494 INFO O| Sep 24 16:29:10.494 INFO O| Planning: Evaluating mediators ... Done
42572025-09-24T16:29:11.927Z[ recovery-image] Sep 24 16:29:10.494 INFO O| Sep 24 16:29:10.494 INFO O| Planning: Planning completed in 0.00 seconds
42582025-09-24T16:29:11.927Z[ recovery-image] Sep 24 16:29:10.494 INFO O| Sep 24 16:29:10.494 INFO O| Variants/Facets to change: 1
42592025-09-24T16:29:11.989Z[ recovery-image] Sep 24 16:29:10.559 INFO O| Sep 24 16:29:10.559 INFO O| Done
42602025-09-24T16:29:11.993Z[ recovery-image] Sep 24 16:29:10.559 INFO O| Sep 24 16:29:10.559 INFO O| Done
42612025-09-24T16:29:13.801Z[ recovery-image] Sep 24 16:29:12.370 INFO O| Sep 24 16:29:12.370 INFO O| Done
42622025-09-24T16:29:13.996Z[ recovery-image] Sep 24 16:29:12.565 INFO O| Sep 24 16:29:12.564 INFO O| Done
42632025-09-24T16:29:14.000Z[ recovery-image] Sep 24 16:29:12.565 INFO O| Sep 24 16:29:12.565 INFO O| Done
42642025-09-24T16:29:14.001Z[ recovery-image] Sep 24 16:29:12.566 INFO O| Sep 24 16:29:12.565 INFO O| Done
42652025-09-24T16:29:14.001Z[ recovery-image] Sep 24 16:29:12.567 INFO O| Sep 24 16:29:12.567 INFO O| Done
42662025-09-24T16:29:15.805Z[ recovery-image] Sep 24 16:29:14.374 INFO O| Sep 24 16:29:14.374 INFO STEP 9 (pkg_change_facet) COMPLETE
42672025-09-24T16:29:15.805Z[ recovery-image] Sep 24 16:29:14.374 INFO O| Sep 24 16:29:14.374 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682025-09-24T16:29:16.604Z[ recovery-image] Sep 24 16:29:15.173 INFO O| Sep 24 16:29:15.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42692025-09-24T16:29:22.562Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42702025-09-24T16:29:25.005Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42712025-09-24T16:29:48.781Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42722025-09-24T16:29:50.737Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42732025-09-24T16:30:00.462Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42742025-09-24T16:30:02.088Z[ recovery-image] Sep 24 16:30:00.654 INFO O| Sep 24 16:30:00.654 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42752025-09-24T16:30:14.975Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762025-09-24T16:30:21.981Z[ recovery-image] Sep 24 16:30:20.547 INFO O| Sep 24 16:30:20.547 INFO O| Startup: Caching catalogs ... Done
42772025-09-24T16:30:22.098Z[ recovery-image] Sep 24 16:30:20.664 INFO O| Sep 24 16:30:20.664 INFO O| Planning: Planning completed in 0.00 seconds
42782025-09-24T16:30:22.102Z[ recovery-image] Sep 24 16:30:20.665 INFO O| Sep 24 16:30:20.665 INFO O| Planning: Consolidating action changes ... Done
42792025-09-24T16:30:22.102Z[ recovery-image] Sep 24 16:30:20.665 INFO O| Sep 24 16:30:20.665 INFO O| Planning: Evaluating mediators ... Done
42802025-09-24T16:30:22.102Z[ recovery-image] Sep 24 16:30:20.665 INFO O| Sep 24 16:30:20.665 INFO O| Planning: Planning completed in 0.00 seconds
42812025-09-24T16:30:22.102Z[ recovery-image] Sep 24 16:30:20.666 INFO O| Sep 24 16:30:20.666 INFO O| Variants/Facets to change: 1
42822025-09-24T16:30:22.167Z[ recovery-image] Sep 24 16:30:20.731 INFO O| Sep 24 16:30:20.731 INFO O| Done
42832025-09-24T16:30:22.167Z[ recovery-image] Sep 24 16:30:20.731 INFO O| Sep 24 16:30:20.731 INFO O| Done
42842025-09-24T16:30:24.044Z[ recovery-image] Sep 24 16:30:22.609 INFO O| Sep 24 16:30:22.609 INFO O| Done
42852025-09-24T16:30:24.220Z[ recovery-image] Sep 24 16:30:22.786 INFO O| Sep 24 16:30:22.785 INFO O| Done
42862025-09-24T16:30:24.224Z[ recovery-image] Sep 24 16:30:22.787 INFO O| Sep 24 16:30:22.787 INFO O| Done
42872025-09-24T16:30:24.224Z[ recovery-image] Sep 24 16:30:22.787 INFO O| Sep 24 16:30:22.787 INFO O| Done
42882025-09-24T16:30:24.234Z[ recovery-image] Sep 24 16:30:22.799 INFO O| Sep 24 16:30:22.799 INFO O| Done
42892025-09-24T16:30:26.099Z[ recovery-image] Sep 24 16:30:24.664 INFO O| Sep 24 16:30:24.664 INFO STEP 10 (pkg_change_facet) COMPLETE
42902025-09-24T16:30:26.102Z[ recovery-image] Sep 24 16:30:24.664 INFO O| Sep 24 16:30:24.664 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42912025-09-24T16:30:26.117Z[ recovery-image] Sep 24 16:30:24.682 INFO O| Sep 24 16:30:24.681 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"]
42922025-09-24T16:30:29.490Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42932025-09-24T16:30:29.746Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42942025-09-24T16:30:34.033Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42952025-09-24T16:30:48.185Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42962025-09-24T16:30:48.391Z[ host-image] Sep 24 16:30:46.955 INFO O| Sep 24 16:30:46.955 INFO O| Planning: Solver setup ... Done
42972025-09-24T16:30:51.824Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42982025-09-24T16:31:08.728Z[ recovery-image] Sep 24 16:31:07.291 INFO O| Sep 24 16:31:07.291 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42992025-09-24T16:31:14.717Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43002025-09-24T16:31:15.635Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
43012025-09-24T16:31:26.546Z[ recovery-image] Sep 24 16:31:25.108 INFO O| Sep 24 16:31:25.108 INFO O| Startup: Caching catalogs ... Done
43022025-09-24T16:31:44.044Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43032025-09-24T16:31:46.813Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43042025-09-24T16:31:57.065Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43052025-09-24T16:32:03.836Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43062025-09-24T16:32:04.892Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43072025-09-24T16:32:10.080Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43082025-09-24T16:32:11.828Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43092025-09-24T16:32:13.948Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43102025-09-24T16:32:21.711Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43112025-09-24T16:32:31.200Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43122025-09-24T16:32:37.020Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43132025-09-24T16:32:45.267Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43142025-09-24T16:32:51.064Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43152025-09-24T16:32:55.131Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43162025-09-24T16:32:59.443Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43172025-09-24T16:33:00.244Z[verify-libraries] Compiling termios v0.3.3
43182025-09-24T16:33:00.677Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43192025-09-24T16:33:04.063Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43202025-09-24T16:33:10.554Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43212025-09-24T16:33:51.958Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43222025-09-24T16:34:08.482Z[ recovery-image] Sep 24 16:34:07.035 INFO O| Sep 24 16:34:07.035 INFO O| Planning: Solver setup ... Done
43232025-09-24T16:34:31.378Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43242025-09-24T16:35:02.463Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43252025-09-24T16:36:19.167Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43262025-09-24T16:36:29.588Z[ host-image] Sep 24 16:36:28.133 INFO O| Sep 24 16:36:28.133 INFO O| Planning: Running solver ... Done
43272025-09-24T16:36:31.137Z[ host-image] Sep 24 16:36:29.682 INFO O| Sep 24 16:36:29.682 INFO O| Planning: Finding local manifests ... Done
43282025-09-24T16:36:31.266Z[ host-image] Sep 24 16:36:29.811 INFO O| Sep 24 16:36:29.811 INFO O| Planning: Fetching manifests: 0/126 0% complete
43292025-09-24T16:36:36.271Z[ host-image] Sep 24 16:36:34.815 INFO O| Sep 24 16:36:34.815 INFO O| Planning: Fetching manifests: 67/126 53% complete
43302025-09-24T16:36:39.361Z[ host-image] Sep 24 16:36:37.905 INFO O| Sep 24 16:36:37.905 INFO O| Planning: Fetching manifests: 126/126 100% complete
43312025-09-24T16:36:40.822Z[ host-image] Sep 24 16:36:39.364 INFO O| Sep 24 16:36:39.364 INFO O| Planning: Package planning ... Done
43322025-09-24T16:36:42.514Z[ host-image] Sep 24 16:36:41.035 INFO O| Sep 24 16:36:41.035 INFO O| Planning: Merging actions ... Done
43332025-09-24T16:36:42.825Z[ host-image] Sep 24 16:36:41.370 INFO O| Sep 24 16:36:41.370 INFO O| Planning: Checking for conflicting actions ... Done
43342025-09-24T16:36:43.151Z[ host-image] Sep 24 16:36:41.695 INFO O| Sep 24 16:36:41.695 INFO O| Planning: Consolidating action changes ... Done
43352025-09-24T16:36:43.645Z[ host-image] Sep 24 16:36:42.188 INFO O| Sep 24 16:36:42.188 INFO O| Planning: Evaluating mediators ... Done
43362025-09-24T16:36:50.003Z[ host-image] Sep 24 16:36:48.546 INFO O| Sep 24 16:36:48.546 INFO O| Planning: Planning completed in 522.50 seconds
43372025-09-24T16:36:50.008Z[ host-image] Sep 24 16:36:48.551 INFO O| Sep 24 16:36:48.551 INFO O| Packages to install: 126
43382025-09-24T16:36:50.008Z[ host-image] Sep 24 16:36:48.551 INFO O| Sep 24 16:36:48.551 INFO O| Mediators to change: 5
43392025-09-24T16:36:50.012Z[ host-image] Sep 24 16:36:48.551 INFO O| Sep 24 16:36:48.551 INFO O| Services to change: 6
43402025-09-24T16:36:50.154Z[ host-image] Sep 24 16:36:48.698 INFO O| Sep 24 16:36:48.698 INFO O| Download: 0/22893 items 0.0/207.4MB 0% complete
43412025-09-24T16:36:52.343Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43422025-09-24T16:36:55.155Z[ host-image] Sep 24 16:36:53.698 INFO O| Sep 24 16:36:53.698 INFO O| Download: 1465/22893 items 8.5/207.4MB 4% complete (1.8M/s)
43432025-09-24T16:37:00.189Z[ host-image] Sep 24 16:36:58.732 INFO O| Sep 24 16:36:58.732 INFO O| Download: 1953/22893 items 22.3/207.4MB 10% complete (2.3M/s)
43442025-09-24T16:37:05.195Z[ host-image] Sep 24 16:37:03.738 INFO O| Sep 24 16:37:03.738 INFO O| Download: 2809/22893 items 31.9/207.4MB 15% complete (2.3M/s)
43452025-09-24T16:37:10.207Z[ host-image] Sep 24 16:37:08.750 INFO O| Sep 24 16:37:08.750 INFO O| Download: 4493/22893 items 41.5/207.4MB 20% complete (1.9M/s)
43462025-09-24T16:37:15.222Z[ host-image] Sep 24 16:37:13.764 INFO O| Sep 24 16:37:13.764 INFO O| Download: 5490/22893 items 46.4/207.4MB 22% complete (1.5M/s)
43472025-09-24T16:37:20.461Z[ host-image] Sep 24 16:37:19.003 INFO O| Sep 24 16:37:19.003 INFO O| Download: 6841/22893 items 48.2/207.4MB 23% complete (670k/s)
43482025-09-24T16:37:25.461Z[ host-image] Sep 24 16:37:24.003 INFO O| Sep 24 16:37:24.003 INFO O| Download: 8038/22893 items 60.0/207.4MB 28% complete (1.4M/s)
43492025-09-24T16:37:30.477Z[ host-image] Sep 24 16:37:29.018 INFO O| Sep 24 16:37:29.018 INFO O| Download: 9175/22893 items 78.6/207.4MB 37% complete (3.0M/s)
43502025-09-24T16:37:35.555Z[ host-image] Sep 24 16:37:34.096 INFO O| Sep 24 16:37:34.096 INFO O| Download: 10491/22893 items 91.4/207.4MB 44% complete (3.1M/s)
43512025-09-24T16:37:40.901Z[ host-image] Sep 24 16:37:39.426 INFO O| Sep 24 16:37:39.426 INFO O| Download: 11314/22893 items 97.5/207.4MB 47% complete (1.9M/s)
43522025-09-24T16:37:46.047Z[ host-image] Sep 24 16:37:44.587 INFO O| Sep 24 16:37:44.587 INFO O| Download: 12278/22893 items 112.1/207.4MB 54% complete (2.0M/s)
43532025-09-24T16:37:51.067Z[ host-image] Sep 24 16:37:49.603 INFO O| Sep 24 16:37:49.603 INFO O| Download: 13513/22893 items 113.4/207.4MB 54% complete (1.6M/s)
43542025-09-24T16:37:54.792Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43552025-09-24T16:37:56.094Z[ host-image] Sep 24 16:37:54.633 INFO O| Sep 24 16:37:54.633 INFO O| Download: 14569/22893 items 119.8/207.4MB 57% complete (700k/s)
43562025-09-24T16:38:00.631Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43572025-09-24T16:38:01.098Z[ host-image] Sep 24 16:37:59.635 INFO O| Sep 24 16:37:59.635 INFO O| Download: 15668/22893 items 129.0/207.4MB 62% complete (1.5M/s)
43582025-09-24T16:38:06.106Z[ host-image] Sep 24 16:38:04.645 INFO O| Sep 24 16:38:04.645 INFO O| Download: 16839/22893 items 142.2/207.4MB 68% complete (2.3M/s)
43592025-09-24T16:38:09.012Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43602025-09-24T16:38:11.578Z[ host-image] Sep 24 16:38:10.118 INFO O| Sep 24 16:38:10.118 INFO O| Download: 17785/22893 items 152.9/207.4MB 73% complete (2.4M/s)
43612025-09-24T16:38:16.589Z[ host-image] Sep 24 16:38:15.122 INFO O| Sep 24 16:38:15.122 INFO O| Download: 18590/22893 items 167.6/207.4MB 80% complete (2.5M/s)
43622025-09-24T16:38:18.064Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43632025-09-24T16:38:21.583Z[ host-image] Sep 24 16:38:20.122 INFO O| Sep 24 16:38:20.122 INFO O| Download: 19940/22893 items 173.0/207.4MB 83% complete (2.0M/s)
43642025-09-24T16:38:26.584Z[ host-image] Sep 24 16:38:25.122 INFO O| Sep 24 16:38:25.122 INFO O| Download: 20889/22893 items 177.9/207.4MB 85% complete (1.0M/s)
43652025-09-24T16:38:31.631Z[ host-image] Sep 24 16:38:30.169 INFO O| Sep 24 16:38:30.169 INFO O| Download: 21781/22893 items 187.5/207.4MB 90% complete (1.5M/s)
43662025-09-24T16:38:36.833Z[ host-image] Sep 24 16:38:35.370 INFO O| Sep 24 16:38:35.370 INFO O| Download: 22094/22893 items 200.8/207.4MB 96% complete (2.4M/s)
43672025-09-24T16:38:42.024Z[ host-image] Sep 24 16:38:40.562 INFO O| Sep 24 16:38:40.562 INFO O| Download: 22883/22893 items 207.4/207.4MB 99% complete (2.0M/s)
43682025-09-24T16:38:42.192Z[ host-image] Sep 24 16:38:40.730 INFO O| Sep 24 16:38:40.730 INFO O| Download: Completed 207.41 MB in 112.03 seconds (1.9M/s)
43692025-09-24T16:38:44.007Z[ host-image] Sep 24 16:38:42.544 INFO O| Sep 24 16:38:42.544 INFO O| Actions: 1/50811 actions (Installing new actions)
43702025-09-24T16:38:49.007Z[ host-image] Sep 24 16:38:47.544 INFO O| Sep 24 16:38:47.544 INFO O| Actions: 9697/50811 actions (Installing new actions)
43712025-09-24T16:38:54.016Z[ host-image] Sep 24 16:38:52.553 INFO O| Sep 24 16:38:52.553 INFO O| Actions: 15839/50811 actions (Installing new actions)
43722025-09-24T16:38:59.016Z[ host-image] Sep 24 16:38:57.553 INFO O| Sep 24 16:38:57.553 INFO O| Actions: 22044/50811 actions (Installing new actions)
43732025-09-24T16:39:04.017Z[ host-image] Sep 24 16:39:02.553 INFO O| Sep 24 16:39:02.553 INFO O| Actions: 39758/50811 actions (Installing new actions)
43742025-09-24T16:39:07.766Z[ host-image] Sep 24 16:39:06.302 INFO O| Sep 24 16:39:06.302 INFO O| Actions: Completed 50811 actions in 23.75 seconds.
43752025-09-24T16:39:08.598Z[ host-image] Sep 24 16:39:07.134 INFO O| Sep 24 16:39:07.134 INFO O| Done
43762025-09-24T16:39:08.603Z[ host-image] Sep 24 16:39:07.134 INFO O| Sep 24 16:39:07.134 INFO O| Done
43772025-09-24T16:39:11.668Z[ host-image] Sep 24 16:39:10.204 INFO O| Sep 24 16:39:10.204 INFO O| Done
43782025-09-24T16:39:14.476Z[ host-image] Sep 24 16:39:13.010 INFO O| Sep 24 16:39:13.010 INFO O| Done
43792025-09-24T16:39:14.553Z[ host-image] Sep 24 16:39:13.088 INFO O| Sep 24 16:39:13.088 INFO O| Done
43802025-09-24T16:39:22.571Z[ host-image] Sep 24 16:39:21.107 INFO O| Sep 24 16:39:21.084 INFO O| Done
43812025-09-24T16:39:23.584Z[ host-image] Sep 24 16:39:22.119 INFO O| Sep 24 16:39:22.119 INFO O| Done
43822025-09-24T16:39:26.890Z[ host-image] Sep 24 16:39:25.425 INFO O| Sep 24 16:39:25.425 INFO STEP 11 (pkg_install) COMPLETE
43832025-09-24T16:39:26.890Z[ host-image] Sep 24 16:39:25.425 INFO O| Sep 24 16:39:25.425 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43842025-09-24T16:39:26.922Z[ host-image] Sep 24 16:39:25.457 INFO O| Sep 24 16:39:25.457 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"]
43852025-09-24T16:39:38.216Z[ recovery-image] Sep 24 16:39:36.733 INFO O| Sep 24 16:39:36.733 INFO O| Planning: Running solver ... Done
43862025-09-24T16:39:39.280Z[ recovery-image] Sep 24 16:39:37.811 INFO O| Sep 24 16:39:37.811 INFO O| Planning: Finding local manifests ... Done
43872025-09-24T16:39:40.547Z[ recovery-image] Sep 24 16:39:39.081 INFO O| Sep 24 16:39:39.081 INFO O| Planning: Fetching manifests: 0/126 0% complete
43882025-09-24T16:39:45.548Z[ recovery-image] Sep 24 16:39:44.082 INFO O| Sep 24 16:39:44.082 INFO O| Planning: Fetching manifests: 108/126 85% complete
43892025-09-24T16:39:46.395Z[ recovery-image] Sep 24 16:39:44.929 INFO O| Sep 24 16:39:44.929 INFO O| Planning: Fetching manifests: 126/126 100% complete
43902025-09-24T16:39:47.407Z[ recovery-image] Sep 24 16:39:45.941 INFO O| Sep 24 16:39:45.941 INFO O| Planning: Package planning ... Done
43912025-09-24T16:39:48.158Z[ recovery-image] Sep 24 16:39:46.692 INFO O| Sep 24 16:39:46.692 INFO O| Planning: Merging actions ... Done
43922025-09-24T16:39:48.368Z[ recovery-image] Sep 24 16:39:46.902 INFO O| Sep 24 16:39:46.902 INFO O| Planning: Checking for conflicting actions ... Done
43932025-09-24T16:39:48.510Z[ recovery-image] Sep 24 16:39:47.044 INFO O| Sep 24 16:39:47.044 INFO O| Planning: Consolidating action changes ... Done
43942025-09-24T16:39:48.923Z[ recovery-image] Sep 24 16:39:47.457 INFO O| Sep 24 16:39:47.457 INFO O| Planning: Evaluating mediators ... Done
43952025-09-24T16:39:55.537Z[ recovery-image] Sep 24 16:39:54.071 INFO O| Sep 24 16:39:54.071 INFO O| Planning: Planning completed in 508.83 seconds
43962025-09-24T16:39:55.543Z[ recovery-image] Sep 24 16:39:54.077 INFO O| Sep 24 16:39:54.077 INFO O| Packages to install: 126
43972025-09-24T16:39:55.546Z[ recovery-image] Sep 24 16:39:54.077 INFO O| Sep 24 16:39:54.077 INFO O| Mediators to change: 5
43982025-09-24T16:39:55.546Z[ recovery-image] Sep 24 16:39:54.077 INFO O| Sep 24 16:39:54.077 INFO O| Services to change: 5
43992025-09-24T16:39:55.686Z[ recovery-image] Sep 24 16:39:54.220 INFO O| Sep 24 16:39:54.220 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
44002025-09-24T16:40:00.692Z[ recovery-image] Sep 24 16:39:59.225 INFO O| Sep 24 16:39:59.225 INFO O| Download: 1077/15944 items 9.1/184.0MB 4% complete (1.9M/s)
44012025-09-24T16:40:05.806Z[ recovery-image] Sep 24 16:40:04.339 INFO O| Sep 24 16:40:04.339 INFO O| Download: 1311/15944 items 20.0/184.0MB 10% complete (1.9M/s)
44022025-09-24T16:40:08.180Z[ host-image] Sep 24 16:40:06.713 INFO O| Sep 24 16:40:06.713 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44032025-09-24T16:40:10.815Z[ recovery-image] Sep 24 16:40:09.348 INFO O| Sep 24 16:40:09.348 INFO O| Download: 2233/15944 items 31.3/184.0MB 17% complete (2.3M/s)
44042025-09-24T16:40:15.906Z[ recovery-image] Sep 24 16:40:14.439 INFO O| Sep 24 16:40:14.439 INFO O| Download: 3676/15944 items 39.4/184.0MB 21% complete (2.1M/s)
44052025-09-24T16:40:20.996Z[ recovery-image] Sep 24 16:40:19.524 INFO O| Sep 24 16:40:19.524 INFO O| Download: 4857/15944 items 43.3/184.0MB 23% complete (1.2M/s)
44062025-09-24T16:40:25.064Z[ host-image] Sep 24 16:40:23.596 INFO O| Sep 24 16:40:23.596 INFO O| Startup: Caching catalogs ... Done
44072025-09-24T16:40:26.009Z[ recovery-image] Sep 24 16:40:24.541 INFO O| Sep 24 16:40:24.541 INFO O| Download: 5987/15944 items 53.3/184.0MB 28% complete (1.4M/s)
44082025-09-24T16:40:31.016Z[ recovery-image] Sep 24 16:40:29.547 INFO O| Sep 24 16:40:29.547 INFO O| Download: 7039/15944 items 71.7/184.0MB 38% complete (2.8M/s)
44092025-09-24T16:40:35.315Z[ host-image] Sep 24 16:40:33.846 INFO O| Sep 24 16:40:33.846 INFO O| Planning: Solver setup ... Done
44102025-09-24T16:40:35.329Z[ host-image] Sep 24 16:40:33.860 INFO O| Sep 24 16:40:33.860 INFO O| Planning: Running solver ... Done
44112025-09-24T16:40:35.493Z[ host-image] Sep 24 16:40:34.025 INFO O| Sep 24 16:40:34.025 INFO O| Planning: Finding local manifests ... Done
44122025-09-24T16:40:35.604Z[ host-image] Sep 24 16:40:34.135 INFO O| Sep 24 16:40:34.135 INFO O| Planning: Fetching manifests: 0/5 0% complete
44132025-09-24T16:40:35.690Z[ host-image] Sep 24 16:40:34.221 INFO O| Sep 24 16:40:34.221 INFO O| Planning: Fetching manifests: 5/5 100% complete
44142025-09-24T16:40:35.746Z[ host-image] Sep 24 16:40:34.278 INFO O| Sep 24 16:40:34.277 INFO O| Planning: Package planning ... Done
44152025-09-24T16:40:35.752Z[ host-image] Sep 24 16:40:34.283 INFO O| Sep 24 16:40:34.283 INFO O| Planning: Merging actions ... Done
44162025-09-24T16:40:35.910Z[ host-image] Sep 24 16:40:34.442 INFO O| Sep 24 16:40:34.442 INFO O| Planning: Checking for conflicting actions ... Done
44172025-09-24T16:40:35.914Z[ host-image] Sep 24 16:40:34.444 INFO O| Sep 24 16:40:34.444 INFO O| Planning: Consolidating action changes ... Done
44182025-09-24T16:40:36.030Z[ recovery-image] Sep 24 16:40:34.561 INFO O| Sep 24 16:40:34.561 INFO O| Download: 7981/15944 items 80.0/184.0MB 43% complete (2.6M/s)
44192025-09-24T16:40:36.299Z[ host-image] Sep 24 16:40:34.831 INFO O| Sep 24 16:40:34.831 INFO O| Planning: Evaluating mediators ... Done
44202025-09-24T16:40:36.303Z[ host-image] Sep 24 16:40:34.834 INFO O| Sep 24 16:40:34.834 INFO O| Planning: Planning completed in 11.11 seconds
44212025-09-24T16:40:36.303Z[ host-image] Sep 24 16:40:34.834 INFO O| Sep 24 16:40:34.834 INFO O| Packages to install: 5
44222025-09-24T16:40:36.307Z[ host-image] Sep 24 16:40:34.835 INFO O| Sep 24 16:40:34.835 INFO O| Services to change: 2
44232025-09-24T16:40:36.335Z[ host-image] Sep 24 16:40:34.866 INFO O| Sep 24 16:40:34.866 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
44242025-09-24T16:40:37.474Z[ host-image] Sep 24 16:40:36.005 INFO O| Sep 24 16:40:36.005 INFO O| Download: Completed 1.48 MB in 1.14 seconds (1.3M/s)
44252025-09-24T16:40:37.573Z[ host-image] Sep 24 16:40:36.104 INFO O| Sep 24 16:40:36.104 INFO O| Actions: 1/313 actions (Installing new actions)
44262025-09-24T16:40:37.847Z[ host-image] Sep 24 16:40:36.378 INFO O| Sep 24 16:40:36.378 INFO O| Actions: Completed 313 actions in 0.27 seconds.
44272025-09-24T16:40:38.620Z[ host-image] Sep 24 16:40:37.151 INFO O| Sep 24 16:40:37.151 INFO O| Done
44282025-09-24T16:40:38.620Z[ host-image] Sep 24 16:40:37.151 INFO O| Sep 24 16:40:37.151 INFO O| Done
44292025-09-24T16:40:40.679Z[ host-image] Sep 24 16:40:39.210 INFO O| Sep 24 16:40:39.210 INFO O| Done
44302025-09-24T16:40:41.321Z[ recovery-image] Sep 24 16:40:39.852 INFO O| Sep 24 16:40:39.852 INFO O| Download: 8856/15944 items 93.0/184.0MB 50% complete (1.9M/s)
44312025-09-24T16:40:43.496Z[ host-image] Sep 24 16:40:42.022 INFO O| Sep 24 16:40:42.022 INFO O| Done
44322025-09-24T16:40:43.540Z[ host-image] Sep 24 16:40:42.066 INFO O| Sep 24 16:40:42.066 INFO O| Done
44332025-09-24T16:40:43.554Z[ host-image] Sep 24 16:40:42.067 INFO O| Sep 24 16:40:42.067 INFO O| Done
44342025-09-24T16:40:43.591Z[ host-image] Sep 24 16:40:42.118 INFO O| Sep 24 16:40:42.118 INFO O| Done
44352025-09-24T16:40:45.432Z[ host-image] Sep 24 16:40:43.868 INFO O| Sep 24 16:40:43.868 INFO STEP 12 (pkg_install) COMPLETE
44362025-09-24T16:40:45.434Z[ host-image] Sep 24 16:40:43.868 INFO O| Sep 24 16:40:43.868 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44372025-09-24T16:40:45.444Z[ host-image] Sep 24 16:40:43.883 INFO O| Sep 24 16:40:43.883 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44382025-09-24T16:40:46.364Z[ recovery-image] Sep 24 16:40:44.864 INFO O| Sep 24 16:40:44.864 INFO O| Download: 10049/15944 items 96.6/184.0MB 52% complete (1.6M/s)
44392025-09-24T16:40:51.340Z[ recovery-image] Sep 24 16:40:49.870 INFO O| Sep 24 16:40:49.870 INFO O| Download: 11130/15944 items 99.5/184.0MB 54% complete (778k/s)
44402025-09-24T16:40:56.350Z[ recovery-image] Sep 24 16:40:54.870 INFO O| Sep 24 16:40:54.870 INFO O| Download: 12016/15944 items 139.5/184.0MB 75% complete (4.0M/s)
44412025-09-24T16:41:01.365Z[ recovery-image] Sep 24 16:40:59.895 INFO O| Sep 24 16:40:59.895 INFO O| Download: 13293/15944 items 148.5/184.0MB 80% complete (5.0M/s)
44422025-09-24T16:41:06.366Z[ recovery-image] Sep 24 16:41:04.895 INFO O| Sep 24 16:41:04.895 INFO O| Download: 14743/15944 items 154.4/184.0MB 83% complete (1.6M/s)
44432025-09-24T16:41:12.387Z[ recovery-image] Sep 24 16:41:09.913 INFO O| Sep 24 16:41:09.913 INFO O| Download: 15585/15944 items 177.5/184.0MB 96% complete (2.8M/s)
44442025-09-24T16:41:15.130Z[ recovery-image] Sep 24 16:41:13.659 INFO O| Sep 24 16:41:13.659 INFO O| Download: Completed 184.05 MB in 79.44 seconds (2.3M/s)
44452025-09-24T16:41:16.178Z[ recovery-image] Sep 24 16:41:14.705 INFO O| Sep 24 16:41:14.705 INFO O| Actions: 1/26307 actions (Installing new actions)
44462025-09-24T16:41:21.214Z[ recovery-image] Sep 24 16:41:19.738 INFO O| Sep 24 16:41:19.738 INFO O| Actions: 10907/26307 actions (Installing new actions)
44472025-09-24T16:41:23.946Z[ host-image] Sep 24 16:41:22.475 INFO O| Sep 24 16:41:22.475 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44482025-09-24T16:41:26.242Z[ recovery-image] Sep 24 16:41:24.751 INFO O| Sep 24 16:41:24.750 INFO O| Actions: 16593/26307 actions (Installing new actions)
44492025-09-24T16:41:30.913Z[ recovery-image] Sep 24 16:41:29.441 INFO O| Sep 24 16:41:29.441 INFO O| Actions: Completed 26307 actions in 14.73 seconds.
44502025-09-24T16:41:31.748Z[ recovery-image] Sep 24 16:41:30.277 INFO O| Sep 24 16:41:30.276 INFO O| Done
44512025-09-24T16:41:31.748Z[ recovery-image] Sep 24 16:41:30.277 INFO O| Sep 24 16:41:30.277 INFO O| Done
44522025-09-24T16:41:34.302Z[ recovery-image] Sep 24 16:41:32.830 INFO O| Sep 24 16:41:32.830 INFO O| Done
44532025-09-24T16:41:36.507Z[ recovery-image] Sep 24 16:41:35.035 INFO O| Sep 24 16:41:35.035 INFO O| Done
44542025-09-24T16:41:36.530Z[ recovery-image] Sep 24 16:41:35.058 INFO O| Sep 24 16:41:35.058 INFO O| Done
44552025-09-24T16:41:40.325Z[ host-image] Sep 24 16:41:38.851 INFO O| Sep 24 16:41:38.851 INFO O| Startup: Caching catalogs ... Done
44562025-09-24T16:41:41.420Z[ recovery-image] Sep 24 16:41:39.948 INFO O| Sep 24 16:41:39.948 INFO O| Done
44572025-09-24T16:41:42.041Z[ recovery-image] Sep 24 16:41:40.568 INFO O| Sep 24 16:41:40.568 INFO O| Done
44582025-09-24T16:41:45.119Z[ recovery-image] Sep 24 16:41:43.647 INFO O| Sep 24 16:41:43.647 INFO STEP 11 (pkg_install) COMPLETE
44592025-09-24T16:41:45.119Z[ recovery-image] Sep 24 16:41:43.647 INFO O| Sep 24 16:41:43.647 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602025-09-24T16:41:45.123Z[ recovery-image] Sep 24 16:41:43.647 INFO O| Sep 24 16:41:43.647 INFO skip step because feature "recovery" is enabled
44612025-09-24T16:41:45.123Z[ recovery-image] Sep 24 16:41:43.647 INFO O| Sep 24 16:41:43.647 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622025-09-24T16:41:45.123Z[ recovery-image] Sep 24 16:41:43.647 INFO O| Sep 24 16:41:43.647 INFO skip step because feature "omicron1" is not enabled
44632025-09-24T16:41:45.123Z[ recovery-image] Sep 24 16:41:43.647 INFO O| Sep 24 16:41:43.647 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642025-09-24T16:41:45.134Z[ recovery-image] Sep 24 16:41:43.662 INFO O| Sep 24 16:41:43.662 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.423"]
44652025-09-24T16:41:50.078Z[ host-image] Sep 24 16:41:48.605 INFO O| Sep 24 16:41:48.605 INFO O| Planning: Solver setup ... Done
44662025-09-24T16:41:50.091Z[ host-image] Sep 24 16:41:48.619 INFO O| Sep 24 16:41:48.619 INFO O| Planning: Running solver ... Done
44672025-09-24T16:41:50.284Z[ host-image] Sep 24 16:41:48.811 INFO O| Sep 24 16:41:48.810 INFO O| Planning: Finding local manifests ... Done
44682025-09-24T16:41:50.349Z[ host-image] Sep 24 16:41:48.876 INFO O| Sep 24 16:41:48.876 INFO O| Planning: Fetching manifests: 0/6 0% complete
44692025-09-24T16:41:50.592Z[ host-image] Sep 24 16:41:49.119 INFO O| Sep 24 16:41:49.119 INFO O| Planning: Fetching manifests: 6/6 100% complete
44702025-09-24T16:41:50.667Z[ host-image] Sep 24 16:41:49.195 INFO O| Sep 24 16:41:49.194 INFO O| Planning: Package planning ... Done
44712025-09-24T16:41:50.728Z[ host-image] Sep 24 16:41:49.255 INFO O| Sep 24 16:41:49.255 INFO O| Planning: Merging actions ... Done
44722025-09-24T16:41:50.890Z[ host-image] Sep 24 16:41:49.417 INFO O| Sep 24 16:41:49.417 INFO O| Planning: Checking for conflicting actions ... Done
44732025-09-24T16:41:50.897Z[ host-image] Sep 24 16:41:49.424 INFO O| Sep 24 16:41:49.424 INFO O| Planning: Consolidating action changes ... Done
44742025-09-24T16:41:51.372Z[ host-image] Sep 24 16:41:49.899 INFO O| Sep 24 16:41:49.899 INFO O| Planning: Evaluating mediators ... Done
44752025-09-24T16:41:51.378Z[ host-image] Sep 24 16:41:49.905 INFO O| Sep 24 16:41:49.905 INFO O| Planning: Planning completed in 10.90 seconds
44762025-09-24T16:41:51.381Z[ host-image] Sep 24 16:41:49.906 INFO O| Sep 24 16:41:49.906 INFO O| Packages to install: 6
44772025-09-24T16:41:51.381Z[ host-image] Sep 24 16:41:49.906 INFO O| Sep 24 16:41:49.906 INFO O| Mediators to change: 1
44782025-09-24T16:41:51.381Z[ host-image] Sep 24 16:41:49.906 INFO O| Sep 24 16:41:49.906 INFO O| Services to change: 1
44792025-09-24T16:41:51.415Z[ host-image] Sep 24 16:41:49.942 INFO O| Sep 24 16:41:49.942 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44802025-09-24T16:41:56.435Z[ host-image] Sep 24 16:41:54.962 INFO O| Sep 24 16:41:54.962 INFO O| Download: 1139/1140 items 7.3/7.7MB 94% complete (1.4M/s)
44812025-09-24T16:41:56.494Z[ host-image] Sep 24 16:41:55.021 INFO O| Sep 24 16:41:55.021 INFO O| Download: Completed 7.71 MB in 5.08 seconds (1.5M/s)
44822025-09-24T16:41:57.421Z[ host-image] Sep 24 16:41:55.948 INFO O| Sep 24 16:41:55.948 INFO O| Actions: 1/1361 actions (Installing new actions)
44832025-09-24T16:41:58.121Z[ host-image] Sep 24 16:41:56.648 INFO O| Sep 24 16:41:56.648 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
44842025-09-24T16:41:58.862Z[ host-image] Sep 24 16:41:57.389 INFO O| Sep 24 16:41:57.389 INFO O| Done
44852025-09-24T16:41:58.863Z[ host-image] Sep 24 16:41:57.389 INFO O| Sep 24 16:41:57.389 INFO O| Done
44862025-09-24T16:42:01.112Z[ host-image] Sep 24 16:41:59.639 INFO O| Sep 24 16:41:59.639 INFO O| Done
44872025-09-24T16:42:03.978Z[ host-image] Sep 24 16:42:02.505 INFO O| Sep 24 16:42:02.505 INFO O| Done
44882025-09-24T16:42:04.037Z[ host-image] Sep 24 16:42:02.561 INFO O| Sep 24 16:42:02.561 INFO O| Done
44892025-09-24T16:42:04.041Z[ host-image] Sep 24 16:42:02.561 INFO O| Sep 24 16:42:02.561 INFO O| Done
44902025-09-24T16:42:04.124Z[ host-image] Sep 24 16:42:02.650 INFO O| Sep 24 16:42:02.650 INFO O| Done
44912025-09-24T16:42:05.969Z[ host-image] Sep 24 16:42:04.496 INFO O| Sep 24 16:42:04.495 INFO STEP 13 (pkg_install) COMPLETE
44922025-09-24T16:42:05.969Z[ host-image] Sep 24 16:42:04.496 INFO O| Sep 24 16:42:04.496 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932025-09-24T16:42:05.985Z[ host-image] Sep 24 16:42:04.512 INFO O| Sep 24 16:42:04.512 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.423"]
44942025-09-24T16:42:25.771Z[ recovery-image] Sep 24 16:42:24.296 INFO O| Sep 24 16:42:24.296 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44952025-09-24T16:42:43.555Z[ recovery-image] Sep 24 16:42:42.079 INFO O| Sep 24 16:42:42.079 INFO O| Startup: Caching catalogs ... Done
44962025-09-24T16:42:47.800Z[ host-image] Sep 24 16:42:46.324 INFO O| Sep 24 16:42:46.324 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44972025-09-24T16:42:51.736Z[ recovery-image] Sep 24 16:42:50.259 INFO O| Sep 24 16:42:50.259 INFO O| Planning: Solver setup ... Done
44982025-09-24T16:42:51.749Z[ recovery-image] Sep 24 16:42:50.273 INFO O| Sep 24 16:42:50.273 INFO O| Planning: Running solver ... Done
44992025-09-24T16:42:51.921Z[ recovery-image] Sep 24 16:42:50.445 INFO O| Sep 24 16:42:50.445 INFO O| Planning: Finding local manifests ... Done
45002025-09-24T16:42:52.012Z[ recovery-image] Sep 24 16:42:50.535 INFO O| Sep 24 16:42:50.535 INFO O| Planning: Fetching manifests: 0/1 0% complete
45012025-09-24T16:42:52.035Z[ recovery-image] Sep 24 16:42:50.559 INFO O| Sep 24 16:42:50.559 INFO O| Planning: Fetching manifests: 1/1 100% complete
45022025-09-24T16:42:52.076Z[ recovery-image] Sep 24 16:42:50.600 INFO O| Sep 24 16:42:50.600 INFO O| Planning: Package planning ... Done
45032025-09-24T16:42:52.080Z[ recovery-image] Sep 24 16:42:50.601 INFO O| Sep 24 16:42:50.601 INFO O| Planning: Merging actions ... Done
45042025-09-24T16:42:52.134Z[ recovery-image] Sep 24 16:42:50.658 INFO O| Sep 24 16:42:50.658 INFO O| Planning: Checking for conflicting actions ... Done
45052025-09-24T16:42:52.138Z[ recovery-image] Sep 24 16:42:50.659 INFO O| Sep 24 16:42:50.659 INFO O| Planning: Consolidating action changes ... Done
45062025-09-24T16:42:52.440Z[ recovery-image] Sep 24 16:42:50.964 INFO O| Sep 24 16:42:50.964 INFO O| Planning: Evaluating mediators ... Done
45072025-09-24T16:42:52.444Z[ recovery-image] Sep 24 16:42:50.965 INFO O| Sep 24 16:42:50.965 INFO O| Planning: Planning completed in 8.78 seconds
45082025-09-24T16:42:52.444Z[ recovery-image] Sep 24 16:42:50.965 INFO O| Sep 24 16:42:50.965 INFO O| Packages to install: 1
45092025-09-24T16:42:52.491Z[ recovery-image] Sep 24 16:42:51.012 INFO O| Sep 24 16:42:51.012 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
45102025-09-24T16:42:52.710Z[ recovery-image] Sep 24 16:42:51.234 INFO O| Sep 24 16:42:51.234 INFO O| Download: Completed 10.11 MB in 0.22 seconds (45.6M/s)
45112025-09-24T16:42:52.802Z[ recovery-image] Sep 24 16:42:51.325 INFO O| Sep 24 16:42:51.325 INFO O| Actions: 1/22 actions (Installing new actions)
45122025-09-24T16:42:53.256Z[ recovery-image] Sep 24 16:42:51.780 INFO O| Sep 24 16:42:51.780 INFO O| Actions: Completed 22 actions in 0.45 seconds.
45132025-09-24T16:42:54.640Z[ recovery-image] Sep 24 16:42:53.163 INFO O| Sep 24 16:42:53.163 INFO O| Done
45142025-09-24T16:42:54.640Z[ recovery-image] Sep 24 16:42:53.163 INFO O| Sep 24 16:42:53.163 INFO O| Done
45152025-09-24T16:42:56.965Z[ recovery-image] Sep 24 16:42:55.489 INFO O| Sep 24 16:42:55.489 INFO O| Done
45162025-09-24T16:42:59.154Z[ recovery-image] Sep 24 16:42:57.677 INFO O| Sep 24 16:42:57.677 INFO O| Done
45172025-09-24T16:42:59.193Z[ recovery-image] Sep 24 16:42:57.717 INFO O| Sep 24 16:42:57.717 INFO O| Done
45182025-09-24T16:42:59.193Z[ recovery-image] Sep 24 16:42:57.717 INFO O| Sep 24 16:42:57.717 INFO O| Done
45192025-09-24T16:42:59.217Z[ recovery-image] Sep 24 16:42:57.741 INFO O| Sep 24 16:42:57.741 INFO O| Done
45202025-09-24T16:43:01.204Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO STEP 14 (pkg_install) COMPLETE
45212025-09-24T16:43:01.204Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45222025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO skip step because feature "mfg" is not enabled
45232025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO skip step because feature "compliance" is not enabled
45252025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45262025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO skip step because feature "stress" is not enabled
45272025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO skip step because feature "compliance" is not enabled
45292025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45302025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO skip step because feature "nfs" is not enabled
45312025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.727 INFO O| Sep 24 16:42:59.727 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45322025-09-24T16:43:01.208Z[ recovery-image] Sep 24 16:42:59.728 INFO O| Sep 24 16:42:59.728 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45332025-09-24T16:43:01.323Z[ recovery-image] Sep 24 16:42:59.846 INFO O| Sep 24 16:42:59.846 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45342025-09-24T16:43:01.463Z[ recovery-image] Sep 24 16:42:59.986 INFO O| Sep 24 16:42:59.986 INFO completed processing sled/ramdisk-01-os
45352025-09-24T16:43:01.469Z[ recovery-image] Sep 24 16:42:59.992 INFO image builder template: ramdisk-02-trim...
45362025-09-24T16:43:01.473Z[ recovery-image] Sep 24 16:42:59.992 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/.tmpNioZt2/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.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45372025-09-24T16:43:01.511Z[ recovery-image] Sep 24 16:43:00.035 INFO O| Sep 24 16:43:00.034 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45382025-09-24T16:43:01.517Z[ recovery-image] Sep 24 16:43:00.041 INFO O| Sep 24 16:43:00.040 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45392025-09-24T16:43:01.590Z[ recovery-image] Sep 24 16:43:00.113 INFO O| Sep 24 16:43:00.113 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45402025-09-24T16:43:01.672Z[ recovery-image] Sep 24 16:43:00.196 INFO O| Sep 24 16:43:00.195 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45412025-09-24T16:43:01.672Z[ recovery-image] Sep 24 16:43:00.196 INFO O| Sep 24 16:43:00.196 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45422025-09-24T16:43:01.679Z[ recovery-image] Sep 24 16:43:00.203 INFO O| Sep 24 16:43:00.203 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45432025-09-24T16:43:01.688Z[ recovery-image] Sep 24 16:43:00.208 INFO O| Sep 24 16:43:00.208 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45442025-09-24T16:43:01.691Z[ recovery-image] Sep 24 16:43:00.215 INFO O| Sep 24 16:43:00.215 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45452025-09-24T16:43:02.102Z[ recovery-image] Sep 24 16:43:00.625 INFO O| Sep 24 16:43:00.625 INFO rolled back to input snapshot; work may begin
45462025-09-24T16:43:02.102Z[ recovery-image] Sep 24 16:43:00.625 INFO O| Sep 24 16:43:00.625 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45472025-09-24T16:43:02.109Z[ recovery-image] Sep 24 16:43:00.633 INFO O| Sep 24 16:43:00.632 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482025-09-24T16:43:02.126Z[ recovery-image] Sep 24 16:43:00.649 INFO O| Sep 24 16:43:00.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45492025-09-24T16:43:02.203Z[ recovery-image] Sep 24 16:43:00.727 INFO O| Sep 24 16:43:00.727 INFO STEP 0 (remove_files) COMPLETE
45502025-09-24T16:43:02.204Z[ recovery-image] Sep 24 16:43:00.727 INFO O| Sep 24 16:43:00.727 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512025-09-24T16:43:02.219Z[ recovery-image] Sep 24 16:43:00.743 INFO O| Sep 24 16:43:00.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45522025-09-24T16:43:02.224Z[ recovery-image] Sep 24 16:43:00.746 INFO O| Sep 24 16:43:00.746 INFO STEP 1 (remove_files) COMPLETE
45532025-09-24T16:43:02.224Z[ recovery-image] Sep 24 16:43:00.746 INFO O| Sep 24 16:43:00.746 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542025-09-24T16:43:02.238Z[ recovery-image] Sep 24 16:43:00.761 INFO O| Sep 24 16:43:00.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45552025-09-24T16:43:02.260Z[ recovery-image] Sep 24 16:43:00.783 INFO O| Sep 24 16:43:00.783 INFO STEP 2 (remove_files) COMPLETE
45562025-09-24T16:43:02.260Z[ recovery-image] Sep 24 16:43:00.783 INFO O| Sep 24 16:43:00.783 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572025-09-24T16:43:02.277Z[ recovery-image] Sep 24 16:43:00.799 INFO O| Sep 24 16:43:00.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45582025-09-24T16:43:02.295Z[ recovery-image] Sep 24 16:43:00.818 INFO O| Sep 24 16:43:00.818 INFO STEP 3 (remove_files) COMPLETE
45592025-09-24T16:43:02.295Z[ recovery-image] Sep 24 16:43:00.818 INFO O| Sep 24 16:43:00.818 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602025-09-24T16:43:02.311Z[ recovery-image] Sep 24 16:43:00.834 INFO O| Sep 24 16:43:00.834 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45612025-09-24T16:43:02.317Z[ recovery-image] Sep 24 16:43:00.840 INFO O| Sep 24 16:43:00.840 INFO STEP 4 (remove_files) COMPLETE
45622025-09-24T16:43:02.317Z[ recovery-image] Sep 24 16:43:00.840 INFO O| Sep 24 16:43:00.840 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632025-09-24T16:43:02.332Z[ recovery-image] Sep 24 16:43:00.856 INFO O| Sep 24 16:43:00.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45642025-09-24T16:43:02.333Z[ recovery-image] Sep 24 16:43:00.856 INFO O| Sep 24 16:43:00.856 INFO STEP 5 (remove_files) COMPLETE
45652025-09-24T16:43:02.336Z[ recovery-image] Sep 24 16:43:00.856 INFO O| Sep 24 16:43:00.856 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662025-09-24T16:43:02.349Z[ recovery-image] Sep 24 16:43:00.872 INFO O| Sep 24 16:43:00.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45672025-09-24T16:43:02.366Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO STEP 6 (remove_files) COMPLETE
45682025-09-24T16:43:02.366Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692025-09-24T16:43:02.366Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO skip step because feature "recovery" is enabled
45702025-09-24T16:43:02.369Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712025-09-24T16:43:02.370Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO skip step because feature "recovery" is enabled
45722025-09-24T16:43:02.370Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732025-09-24T16:43:02.370Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO skip step because feature "recovery" is enabled
45742025-09-24T16:43:02.370Z[ recovery-image] Sep 24 16:43:00.889 INFO O| Sep 24 16:43:00.889 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752025-09-24T16:43:02.401Z[ recovery-image] Sep 24 16:43:00.924 INFO O| Sep 24 16:43:00.924 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45762025-09-24T16:43:02.406Z[ recovery-image] Sep 24 16:43:00.929 INFO O| Sep 24 16:43:00.929 INFO STEP 10 (remove_files) COMPLETE
45772025-09-24T16:43:02.406Z[ recovery-image] Sep 24 16:43:00.930 INFO O| Sep 24 16:43:00.929 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782025-09-24T16:43:02.460Z[ recovery-image] Sep 24 16:43:00.983 INFO O| Sep 24 16:43:00.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45792025-09-24T16:43:02.463Z[ recovery-image] Sep 24 16:43:00.984 INFO O| Sep 24 16:43:00.984 INFO STEP 11 (remove_files) COMPLETE
45802025-09-24T16:43:02.463Z[ recovery-image] Sep 24 16:43:00.984 INFO O| Sep 24 16:43:00.984 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45812025-09-24T16:43:02.473Z[ recovery-image] Sep 24 16:43:00.996 INFO O| Sep 24 16:43:00.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45822025-09-24T16:43:02.476Z[ recovery-image] Sep 24 16:43:00.998 INFO O| Sep 24 16:43:00.998 INFO STEP 12 (remove_files) COMPLETE
45832025-09-24T16:43:02.477Z[ recovery-image] Sep 24 16:43:00.998 INFO O| Sep 24 16:43:00.998 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842025-09-24T16:43:02.502Z[ recovery-image] Sep 24 16:43:01.025 INFO O| Sep 24 16:43:01.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45852025-09-24T16:43:02.611Z[ recovery-image] Sep 24 16:43:01.134 INFO O| Sep 24 16:43:01.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45862025-09-24T16:43:02.627Z[ recovery-image] Sep 24 16:43:01.150 INFO O| Sep 24 16:43:01.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45872025-09-24T16:43:02.667Z[ recovery-image] Sep 24 16:43:01.190 INFO O| Sep 24 16:43:01.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45882025-09-24T16:43:02.671Z[ recovery-image] Sep 24 16:43:01.193 INFO O| Sep 24 16:43:01.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45892025-09-24T16:43:02.905Z[ recovery-image] Sep 24 16:43:01.428 INFO O| Sep 24 16:43:01.428 INFO STEP 13 (remove_files) COMPLETE
45902025-09-24T16:43:02.905Z[ recovery-image] Sep 24 16:43:01.428 INFO O| Sep 24 16:43:01.428 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912025-09-24T16:43:02.920Z[ recovery-image] Sep 24 16:43:01.443 INFO O| Sep 24 16:43:01.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45922025-09-24T16:43:02.923Z[ recovery-image] Sep 24 16:43:01.445 INFO O| Sep 24 16:43:01.445 INFO STEP 14 (remove_files) COMPLETE
45932025-09-24T16:43:02.924Z[ recovery-image] Sep 24 16:43:01.445 INFO O| Sep 24 16:43:01.445 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942025-09-24T16:43:02.977Z[ recovery-image] Sep 24 16:43:01.500 INFO O| Sep 24 16:43:01.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45952025-09-24T16:43:02.987Z[ recovery-image] Sep 24 16:43:01.510 INFO O| Sep 24 16:43:01.510 INFO STEP 15 (remove_files) COMPLETE
45962025-09-24T16:43:02.988Z[ recovery-image] Sep 24 16:43:01.510 INFO O| Sep 24 16:43:01.510 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972025-09-24T16:43:03.004Z[ recovery-image] Sep 24 16:43:01.527 INFO O| Sep 24 16:43:01.527 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45982025-09-24T16:43:03.007Z[ recovery-image] Sep 24 16:43:01.527 INFO O| Sep 24 16:43:01.527 INFO STEP 16 (remove_files) COMPLETE
45992025-09-24T16:43:03.007Z[ recovery-image] Sep 24 16:43:01.527 INFO O| Sep 24 16:43:01.527 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002025-09-24T16:43:03.060Z[ recovery-image] Sep 24 16:43:01.584 INFO O| Sep 24 16:43:01.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46012025-09-24T16:43:03.064Z[ recovery-image] Sep 24 16:43:01.586 INFO O| Sep 24 16:43:01.586 INFO STEP 17 (remove_files) COMPLETE
46022025-09-24T16:43:03.064Z[ recovery-image] Sep 24 16:43:01.586 INFO O| Sep 24 16:43:01.586 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032025-09-24T16:43:03.076Z[ recovery-image] Sep 24 16:43:01.600 INFO O| Sep 24 16:43:01.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46042025-09-24T16:43:03.077Z[ recovery-image] Sep 24 16:43:01.600 INFO O| Sep 24 16:43:01.600 INFO STEP 18 (remove_files) COMPLETE
46052025-09-24T16:43:03.077Z[ recovery-image] Sep 24 16:43:01.600 INFO O| Sep 24 16:43:01.600 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062025-09-24T16:43:03.091Z[ recovery-image] Sep 24 16:43:01.614 INFO O| Sep 24 16:43:01.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46072025-09-24T16:43:03.091Z[ recovery-image] Sep 24 16:43:01.614 INFO O| Sep 24 16:43:01.614 INFO STEP 19 (remove_files) COMPLETE
46082025-09-24T16:43:03.091Z[ recovery-image] Sep 24 16:43:01.614 INFO O| Sep 24 16:43:01.614 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092025-09-24T16:43:03.107Z[ recovery-image] Sep 24 16:43:01.628 INFO O| Sep 24 16:43:01.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46102025-09-24T16:43:03.107Z[ recovery-image] Sep 24 16:43:01.628 INFO O| Sep 24 16:43:01.628 INFO STEP 20 (remove_files) COMPLETE
46112025-09-24T16:43:03.107Z[ recovery-image] Sep 24 16:43:01.629 INFO O| Sep 24 16:43:01.628 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122025-09-24T16:43:03.119Z[ recovery-image] Sep 24 16:43:01.642 INFO O| Sep 24 16:43:01.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46132025-09-24T16:43:03.119Z[ recovery-image] Sep 24 16:43:01.642 INFO O| Sep 24 16:43:01.642 INFO STEP 21 (remove_files) COMPLETE
46142025-09-24T16:43:03.119Z[ recovery-image] Sep 24 16:43:01.642 INFO O| Sep 24 16:43:01.642 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152025-09-24T16:43:03.133Z[ recovery-image] Sep 24 16:43:01.656 INFO O| Sep 24 16:43:01.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46162025-09-24T16:43:03.133Z[ recovery-image] Sep 24 16:43:01.656 INFO O| Sep 24 16:43:01.656 INFO STEP 22 (remove_files) COMPLETE
46172025-09-24T16:43:03.136Z[ recovery-image] Sep 24 16:43:01.656 INFO O| Sep 24 16:43:01.656 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182025-09-24T16:43:03.146Z[ recovery-image] Sep 24 16:43:01.669 INFO O| Sep 24 16:43:01.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46192025-09-24T16:43:03.146Z[ recovery-image] Sep 24 16:43:01.669 INFO O| Sep 24 16:43:01.669 INFO STEP 23 (remove_files) COMPLETE
46202025-09-24T16:43:03.151Z[ recovery-image] Sep 24 16:43:01.669 INFO O| Sep 24 16:43:01.669 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212025-09-24T16:43:03.212Z[ recovery-image] Sep 24 16:43:01.735 INFO O| Sep 24 16:43:01.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46222025-09-24T16:43:03.212Z[ recovery-image] Sep 24 16:43:01.735 INFO O| Sep 24 16:43:01.735 INFO STEP 24 (remove_files) COMPLETE
46232025-09-24T16:43:03.213Z[ recovery-image] Sep 24 16:43:01.736 INFO O| Sep 24 16:43:01.736 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242025-09-24T16:43:03.228Z[ recovery-image] Sep 24 16:43:01.751 INFO O| Sep 24 16:43:01.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46252025-09-24T16:43:03.228Z[ recovery-image] Sep 24 16:43:01.751 INFO O| Sep 24 16:43:01.751 INFO STEP 25 (remove_files) COMPLETE
46262025-09-24T16:43:03.228Z[ recovery-image] Sep 24 16:43:01.751 INFO O| Sep 24 16:43:01.751 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272025-09-24T16:43:03.261Z[ recovery-image] Sep 24 16:43:01.785 INFO O| Sep 24 16:43:01.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46282025-09-24T16:43:03.261Z[ recovery-image] Sep 24 16:43:01.785 INFO O| Sep 24 16:43:01.785 INFO STEP 26 (remove_files) COMPLETE
46292025-09-24T16:43:03.265Z[ recovery-image] Sep 24 16:43:01.785 INFO O| Sep 24 16:43:01.785 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302025-09-24T16:43:03.275Z[ recovery-image] Sep 24 16:43:01.798 INFO O| Sep 24 16:43:01.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46312025-09-24T16:43:03.278Z[ recovery-image] Sep 24 16:43:01.798 INFO O| Sep 24 16:43:01.798 INFO STEP 27 (remove_files) COMPLETE
46322025-09-24T16:43:03.278Z[ recovery-image] Sep 24 16:43:01.798 INFO O| Sep 24 16:43:01.798 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332025-09-24T16:43:03.288Z[ recovery-image] Sep 24 16:43:01.812 INFO O| Sep 24 16:43:01.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46342025-09-24T16:43:03.288Z[ recovery-image] Sep 24 16:43:01.812 INFO O| Sep 24 16:43:01.812 INFO STEP 28 (remove_files) COMPLETE
46352025-09-24T16:43:03.288Z[ recovery-image] Sep 24 16:43:01.812 INFO O| Sep 24 16:43:01.812 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362025-09-24T16:43:03.301Z[ recovery-image] Sep 24 16:43:01.825 INFO O| Sep 24 16:43:01.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46372025-09-24T16:43:03.301Z[ recovery-image] Sep 24 16:43:01.825 INFO O| Sep 24 16:43:01.825 INFO STEP 29 (remove_files) COMPLETE
46382025-09-24T16:43:03.305Z[ recovery-image] Sep 24 16:43:01.825 INFO O| Sep 24 16:43:01.825 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392025-09-24T16:43:03.314Z[ recovery-image] Sep 24 16:43:01.837 INFO O| Sep 24 16:43:01.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46402025-09-24T16:43:03.314Z[ recovery-image] Sep 24 16:43:01.837 INFO O| Sep 24 16:43:01.837 INFO STEP 30 (remove_files) COMPLETE
46412025-09-24T16:43:03.317Z[ recovery-image] Sep 24 16:43:01.837 INFO O| Sep 24 16:43:01.837 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422025-09-24T16:43:03.326Z[ recovery-image] Sep 24 16:43:01.849 INFO O| Sep 24 16:43:01.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46432025-09-24T16:43:03.327Z[ recovery-image] Sep 24 16:43:01.850 INFO O| Sep 24 16:43:01.850 INFO STEP 31 (remove_files) COMPLETE
46442025-09-24T16:43:03.335Z[ recovery-image] Sep 24 16:43:01.850 INFO O| Sep 24 16:43:01.850 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452025-09-24T16:43:03.339Z[ recovery-image] Sep 24 16:43:01.862 INFO O| Sep 24 16:43:01.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46462025-09-24T16:43:03.339Z[ recovery-image] Sep 24 16:43:01.862 INFO O| Sep 24 16:43:01.862 INFO STEP 32 (remove_files) COMPLETE
46472025-09-24T16:43:03.339Z[ recovery-image] Sep 24 16:43:01.862 INFO O| Sep 24 16:43:01.862 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482025-09-24T16:43:03.351Z[ recovery-image] Sep 24 16:43:01.874 INFO O| Sep 24 16:43:01.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46492025-09-24T16:43:03.351Z[ recovery-image] Sep 24 16:43:01.874 INFO O| Sep 24 16:43:01.874 INFO STEP 33 (remove_files) COMPLETE
46502025-09-24T16:43:03.351Z[ recovery-image] Sep 24 16:43:01.874 INFO O| Sep 24 16:43:01.874 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512025-09-24T16:43:03.364Z[ recovery-image] Sep 24 16:43:01.887 INFO O| Sep 24 16:43:01.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46522025-09-24T16:43:03.364Z[ recovery-image] Sep 24 16:43:01.887 INFO O| Sep 24 16:43:01.887 INFO STEP 34 (remove_files) COMPLETE
46532025-09-24T16:43:03.367Z[ recovery-image] Sep 24 16:43:01.887 INFO O| Sep 24 16:43:01.887 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542025-09-24T16:43:03.377Z[ recovery-image] Sep 24 16:43:01.900 INFO O| Sep 24 16:43:01.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46552025-09-24T16:43:03.377Z[ recovery-image] Sep 24 16:43:01.900 INFO O| Sep 24 16:43:01.900 INFO STEP 35 (remove_files) COMPLETE
46562025-09-24T16:43:03.377Z[ recovery-image] Sep 24 16:43:01.900 INFO O| Sep 24 16:43:01.900 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572025-09-24T16:43:03.390Z[ recovery-image] Sep 24 16:43:01.913 INFO O| Sep 24 16:43:01.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46582025-09-24T16:43:03.390Z[ recovery-image] Sep 24 16:43:01.913 INFO O| Sep 24 16:43:01.913 INFO STEP 36 (remove_files) COMPLETE
46592025-09-24T16:43:03.390Z[ recovery-image] Sep 24 16:43:01.913 INFO O| Sep 24 16:43:01.913 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602025-09-24T16:43:03.402Z[ recovery-image] Sep 24 16:43:01.925 INFO O| Sep 24 16:43:01.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46612025-09-24T16:43:03.402Z[ recovery-image] Sep 24 16:43:01.926 INFO O| Sep 24 16:43:01.925 INFO STEP 37 (remove_files) COMPLETE
46622025-09-24T16:43:03.402Z[ recovery-image] Sep 24 16:43:01.926 INFO O| Sep 24 16:43:01.926 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632025-09-24T16:43:03.415Z[ recovery-image] Sep 24 16:43:01.938 INFO O| Sep 24 16:43:01.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46642025-09-24T16:43:03.419Z[ recovery-image] Sep 24 16:43:01.938 INFO O| Sep 24 16:43:01.938 INFO STEP 38 (remove_files) COMPLETE
46652025-09-24T16:43:03.419Z[ recovery-image] Sep 24 16:43:01.938 INFO O| Sep 24 16:43:01.938 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662025-09-24T16:43:03.428Z[ recovery-image] Sep 24 16:43:01.951 INFO O| Sep 24 16:43:01.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46672025-09-24T16:43:03.428Z[ recovery-image] Sep 24 16:43:01.951 INFO O| Sep 24 16:43:01.951 INFO STEP 39 (remove_files) COMPLETE
46682025-09-24T16:43:03.432Z[ recovery-image] Sep 24 16:43:01.951 INFO O| Sep 24 16:43:01.951 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692025-09-24T16:43:03.440Z[ recovery-image] Sep 24 16:43:01.964 INFO O| Sep 24 16:43:01.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46702025-09-24T16:43:03.440Z[ recovery-image] Sep 24 16:43:01.964 INFO O| Sep 24 16:43:01.964 INFO STEP 40 (remove_files) COMPLETE
46712025-09-24T16:43:03.440Z[ recovery-image] Sep 24 16:43:01.964 INFO O| Sep 24 16:43:01.964 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722025-09-24T16:43:03.453Z[ recovery-image] Sep 24 16:43:01.976 INFO O| Sep 24 16:43:01.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46732025-09-24T16:43:03.457Z[ recovery-image] Sep 24 16:43:01.976 INFO O| Sep 24 16:43:01.976 INFO STEP 41 (remove_files) COMPLETE
46742025-09-24T16:43:03.457Z[ recovery-image] Sep 24 16:43:01.976 INFO O| Sep 24 16:43:01.976 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752025-09-24T16:43:03.465Z[ recovery-image] Sep 24 16:43:01.989 INFO O| Sep 24 16:43:01.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46762025-09-24T16:43:03.465Z[ recovery-image] Sep 24 16:43:01.989 INFO O| Sep 24 16:43:01.989 INFO STEP 42 (remove_files) COMPLETE
46772025-09-24T16:43:03.469Z[ recovery-image] Sep 24 16:43:01.989 INFO O| Sep 24 16:43:01.989 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782025-09-24T16:43:03.479Z[ recovery-image] Sep 24 16:43:02.002 INFO O| Sep 24 16:43:02.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46792025-09-24T16:43:03.480Z[ recovery-image] Sep 24 16:43:02.002 INFO O| Sep 24 16:43:02.002 INFO STEP 43 (remove_files) COMPLETE
46802025-09-24T16:43:03.480Z[ recovery-image] Sep 24 16:43:02.002 INFO O| Sep 24 16:43:02.002 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812025-09-24T16:43:03.493Z[ recovery-image] Sep 24 16:43:02.017 INFO O| Sep 24 16:43:02.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46822025-09-24T16:43:03.493Z[ recovery-image] Sep 24 16:43:02.017 INFO O| Sep 24 16:43:02.017 INFO STEP 44 (remove_files) COMPLETE
46832025-09-24T16:43:03.493Z[ recovery-image] Sep 24 16:43:02.017 INFO O| Sep 24 16:43:02.017 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842025-09-24T16:43:03.529Z[ recovery-image] Sep 24 16:43:02.052 INFO O| Sep 24 16:43:02.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46852025-09-24T16:43:03.529Z[ recovery-image] Sep 24 16:43:02.053 INFO O| Sep 24 16:43:02.053 INFO STEP 45 (remove_files) COMPLETE
46862025-09-24T16:43:03.529Z[ recovery-image] Sep 24 16:43:02.053 INFO O| Sep 24 16:43:02.053 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872025-09-24T16:43:03.544Z[ recovery-image] Sep 24 16:43:02.068 INFO O| Sep 24 16:43:02.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46882025-09-24T16:43:03.544Z[ recovery-image] Sep 24 16:43:02.068 INFO O| Sep 24 16:43:02.068 INFO STEP 46 (remove_files) COMPLETE
46892025-09-24T16:43:03.548Z[ recovery-image] Sep 24 16:43:02.068 INFO O| Sep 24 16:43:02.068 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902025-09-24T16:43:03.559Z[ recovery-image] Sep 24 16:43:02.082 INFO O| Sep 24 16:43:02.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46912025-09-24T16:43:03.559Z[ recovery-image] Sep 24 16:43:02.082 INFO O| Sep 24 16:43:02.082 INFO STEP 47 (remove_files) COMPLETE
46922025-09-24T16:43:03.559Z[ recovery-image] Sep 24 16:43:02.082 INFO O| Sep 24 16:43:02.082 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932025-09-24T16:43:03.575Z[ recovery-image] Sep 24 16:43:02.098 INFO O| Sep 24 16:43:02.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46942025-09-24T16:43:03.575Z[ recovery-image] Sep 24 16:43:02.098 INFO O| Sep 24 16:43:02.098 INFO STEP 48 (remove_files) COMPLETE
46952025-09-24T16:43:03.575Z[ recovery-image] Sep 24 16:43:02.098 INFO O| Sep 24 16:43:02.098 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962025-09-24T16:43:03.590Z[ recovery-image] Sep 24 16:43:02.112 INFO O| Sep 24 16:43:02.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46972025-09-24T16:43:03.590Z[ recovery-image] Sep 24 16:43:02.113 INFO O| Sep 24 16:43:02.113 INFO STEP 49 (remove_files) COMPLETE
46982025-09-24T16:43:03.594Z[ recovery-image] Sep 24 16:43:02.113 INFO O| Sep 24 16:43:02.113 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992025-09-24T16:43:03.604Z[ recovery-image] Sep 24 16:43:02.128 INFO O| Sep 24 16:43:02.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47002025-09-24T16:43:03.604Z[ recovery-image] Sep 24 16:43:02.128 INFO O| Sep 24 16:43:02.128 INFO STEP 50 (remove_files) COMPLETE
47012025-09-24T16:43:03.604Z[ recovery-image] Sep 24 16:43:02.128 INFO O| Sep 24 16:43:02.128 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022025-09-24T16:43:03.619Z[ recovery-image] Sep 24 16:43:02.142 INFO O| Sep 24 16:43:02.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47032025-09-24T16:43:03.619Z[ recovery-image] Sep 24 16:43:02.143 INFO O| Sep 24 16:43:02.142 INFO STEP 51 (remove_files) COMPLETE
47042025-09-24T16:43:03.619Z[ recovery-image] Sep 24 16:43:02.143 INFO O| Sep 24 16:43:02.142 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052025-09-24T16:43:03.634Z[ recovery-image] Sep 24 16:43:02.157 INFO O| Sep 24 16:43:02.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47062025-09-24T16:43:03.634Z[ recovery-image] Sep 24 16:43:02.157 INFO O| Sep 24 16:43:02.157 INFO STEP 52 (remove_files) COMPLETE
47072025-09-24T16:43:03.634Z[ recovery-image] Sep 24 16:43:02.157 INFO O| Sep 24 16:43:02.157 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082025-09-24T16:43:03.647Z[ recovery-image] Sep 24 16:43:02.171 INFO O| Sep 24 16:43:02.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47092025-09-24T16:43:03.648Z[ recovery-image] Sep 24 16:43:02.171 INFO O| Sep 24 16:43:02.171 INFO STEP 53 (remove_files) COMPLETE
47102025-09-24T16:43:03.651Z[ recovery-image] Sep 24 16:43:02.171 INFO O| Sep 24 16:43:02.171 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112025-09-24T16:43:03.661Z[ recovery-image] Sep 24 16:43:02.185 INFO O| Sep 24 16:43:02.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47122025-09-24T16:43:03.662Z[ recovery-image] Sep 24 16:43:02.185 INFO O| Sep 24 16:43:02.185 INFO STEP 54 (remove_files) COMPLETE
47132025-09-24T16:43:03.662Z[ recovery-image] Sep 24 16:43:02.185 INFO O| Sep 24 16:43:02.185 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142025-09-24T16:43:03.675Z[ recovery-image] Sep 24 16:43:02.198 INFO O| Sep 24 16:43:02.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47152025-09-24T16:43:03.675Z[ recovery-image] Sep 24 16:43:02.198 INFO O| Sep 24 16:43:02.198 INFO STEP 55 (remove_files) COMPLETE
47162025-09-24T16:43:03.675Z[ recovery-image] Sep 24 16:43:02.199 INFO O| Sep 24 16:43:02.198 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172025-09-24T16:43:03.689Z[ recovery-image] Sep 24 16:43:02.212 INFO O| Sep 24 16:43:02.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47182025-09-24T16:43:03.689Z[ recovery-image] Sep 24 16:43:02.212 INFO O| Sep 24 16:43:02.212 INFO STEP 56 (remove_files) COMPLETE
47192025-09-24T16:43:03.689Z[ recovery-image] Sep 24 16:43:02.212 INFO O| Sep 24 16:43:02.212 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202025-09-24T16:43:03.702Z[ recovery-image] Sep 24 16:43:02.225 INFO O| Sep 24 16:43:02.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47212025-09-24T16:43:03.702Z[ recovery-image] Sep 24 16:43:02.225 INFO O| Sep 24 16:43:02.225 INFO STEP 57 (remove_files) COMPLETE
47222025-09-24T16:43:03.706Z[ recovery-image] Sep 24 16:43:02.225 INFO O| Sep 24 16:43:02.225 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232025-09-24T16:43:03.718Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47242025-09-24T16:43:03.718Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47252025-09-24T16:43:03.718Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47262025-09-24T16:43:03.722Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47272025-09-24T16:43:03.722Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47282025-09-24T16:43:03.722Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47292025-09-24T16:43:03.722Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO ok!
47302025-09-24T16:43:03.722Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO STEP 58 (ensure_file) COMPLETE
47312025-09-24T16:43:03.722Z[ recovery-image] Sep 24 16:43:02.240 INFO O| Sep 24 16:43:02.240 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322025-09-24T16:43:03.733Z[ recovery-image] Sep 24 16:43:02.256 INFO O| Sep 24 16:43:02.256 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47332025-09-24T16:43:03.736Z[ recovery-image] Sep 24 16:43:02.256 INFO O| Sep 24 16:43:02.256 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47342025-09-24T16:43:03.736Z[ recovery-image] Sep 24 16:43:02.256 INFO O| Sep 24 16:43:02.256 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47352025-09-24T16:43:03.736Z[ recovery-image] Sep 24 16:43:02.256 INFO O| Sep 24 16:43:02.256 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47362025-09-24T16:43:03.736Z[ recovery-image] Sep 24 16:43:02.256 INFO O| Sep 24 16:43:02.256 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47372025-09-24T16:43:03.736Z[ recovery-image] Sep 24 16:43:02.257 INFO O| Sep 24 16:43:02.256 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47382025-09-24T16:43:03.737Z[ recovery-image] Sep 24 16:43:02.257 INFO O| Sep 24 16:43:02.257 INFO ok!
47392025-09-24T16:43:03.737Z[ recovery-image] Sep 24 16:43:02.257 INFO O| Sep 24 16:43:02.257 INFO STEP 59 (ensure_file) COMPLETE
47402025-09-24T16:43:03.737Z[ recovery-image] Sep 24 16:43:02.257 INFO O| Sep 24 16:43:02.257 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412025-09-24T16:43:03.749Z[ recovery-image] Sep 24 16:43:02.272 INFO O| Sep 24 16:43:02.272 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47422025-09-24T16:43:03.749Z[ recovery-image] Sep 24 16:43:02.272 INFO O| Sep 24 16:43:02.272 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47432025-09-24T16:43:03.749Z[ recovery-image] Sep 24 16:43:02.272 INFO O| Sep 24 16:43:02.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47442025-09-24T16:43:03.752Z[ recovery-image] Sep 24 16:43:02.272 INFO O| Sep 24 16:43:02.272 INFO ok!
47452025-09-24T16:43:03.752Z[ recovery-image] Sep 24 16:43:02.272 INFO O| Sep 24 16:43:02.272 INFO STEP 60 (ensure_file) COMPLETE
47462025-09-24T16:43:03.752Z[ recovery-image] Sep 24 16:43:02.272 INFO O| Sep 24 16:43:02.272 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472025-09-24T16:43:03.765Z[ recovery-image] Sep 24 16:43:02.287 INFO O| Sep 24 16:43:02.287 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47482025-09-24T16:43:03.765Z[ recovery-image] Sep 24 16:43:02.287 INFO O| Sep 24 16:43:02.287 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47492025-09-24T16:43:03.769Z[ recovery-image] Sep 24 16:43:02.287 INFO O| Sep 24 16:43:02.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47502025-09-24T16:43:03.769Z[ recovery-image] Sep 24 16:43:02.287 INFO O| Sep 24 16:43:02.287 INFO ok!
47512025-09-24T16:43:03.769Z[ recovery-image] Sep 24 16:43:02.287 INFO O| Sep 24 16:43:02.287 INFO STEP 61 (ensure_file) COMPLETE
47522025-09-24T16:43:03.769Z[ recovery-image] Sep 24 16:43:02.287 INFO O| Sep 24 16:43:02.287 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532025-09-24T16:43:03.782Z[ recovery-image] Sep 24 16:43:02.304 INFO O| Sep 24 16:43:02.304 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47542025-09-24T16:43:03.782Z[ recovery-image] Sep 24 16:43:02.304 INFO O| Sep 24 16:43:02.304 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47552025-09-24T16:43:03.786Z[ recovery-image] Sep 24 16:43:02.304 INFO O| Sep 24 16:43:02.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47562025-09-24T16:43:03.786Z[ recovery-image] Sep 24 16:43:02.304 INFO O| Sep 24 16:43:02.304 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47572025-09-24T16:43:03.786Z[ recovery-image] Sep 24 16:43:02.304 INFO O| Sep 24 16:43:02.304 INFO ok!
47582025-09-24T16:43:03.786Z[ recovery-image] Sep 24 16:43:02.304 INFO O| Sep 24 16:43:02.304 INFO STEP 62 (ensure_file) COMPLETE
47592025-09-24T16:43:03.786Z[ recovery-image] Sep 24 16:43:02.304 INFO O| Sep 24 16:43:02.304 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602025-09-24T16:43:03.796Z[ recovery-image] Sep 24 16:43:02.319 INFO O| Sep 24 16:43:02.319 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47612025-09-24T16:43:03.796Z[ recovery-image] Sep 24 16:43:02.319 INFO O| Sep 24 16:43:02.319 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47622025-09-24T16:43:03.799Z[ recovery-image] Sep 24 16:43:02.320 INFO O| Sep 24 16:43:02.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47632025-09-24T16:43:03.799Z[ recovery-image] Sep 24 16:43:02.320 INFO O| Sep 24 16:43:02.320 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47642025-09-24T16:43:03.799Z[ recovery-image] Sep 24 16:43:02.320 INFO O| Sep 24 16:43:02.320 INFO ok!
47652025-09-24T16:43:03.800Z[ recovery-image] Sep 24 16:43:02.320 INFO O| Sep 24 16:43:02.320 INFO STEP 63 (ensure_file) COMPLETE
47662025-09-24T16:43:03.800Z[ recovery-image] Sep 24 16:43:02.320 INFO O| Sep 24 16:43:02.320 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47672025-09-24T16:43:03.812Z[ recovery-image] Sep 24 16:43:02.335 INFO O| Sep 24 16:43:02.335 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47682025-09-24T16:43:03.812Z[ recovery-image] Sep 24 16:43:02.335 INFO O| Sep 24 16:43:02.335 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47692025-09-24T16:43:03.817Z[ recovery-image] Sep 24 16:43:02.335 INFO O| Sep 24 16:43:02.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47702025-09-24T16:43:03.817Z[ recovery-image] Sep 24 16:43:02.335 INFO O| Sep 24 16:43:02.335 INFO ok!
47712025-09-24T16:43:03.817Z[ recovery-image] Sep 24 16:43:02.335 INFO O| Sep 24 16:43:02.335 INFO STEP 64 (assemble_files) COMPLETE
47722025-09-24T16:43:03.817Z[ recovery-image] Sep 24 16:43:02.335 INFO O| Sep 24 16:43:02.335 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47732025-09-24T16:43:03.826Z[ recovery-image] Sep 24 16:43:02.349 INFO O| Sep 24 16:43:02.349 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47742025-09-24T16:43:03.826Z[ recovery-image] Sep 24 16:43:02.349 INFO O| Sep 24 16:43:02.349 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47752025-09-24T16:43:03.829Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47762025-09-24T16:43:03.829Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47772025-09-24T16:43:03.829Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO ok!
47782025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO STEP 65 (ensure_file) COMPLETE
47792025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47802025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO skip step because feature "omicron1" is not enabled
47812025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO skip step because feature "omicron1" is not enabled
47832025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO skip step because feature "omicron1" is not enabled
47852025-09-24T16:43:03.830Z[ recovery-image] Sep 24 16:43:02.350 INFO O| Sep 24 16:43:02.350 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862025-09-24T16:43:03.849Z[ recovery-image] Sep 24 16:43:02.372 INFO O| Sep 24 16:43:02.372 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47872025-09-24T16:43:03.850Z[ recovery-image] Sep 24 16:43:02.372 INFO O| Sep 24 16:43:02.372 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47882025-09-24T16:43:04.867Z[ host-image] Sep 24 16:43:03.391 INFO O| Sep 24 16:43:03.391 INFO O| Startup: Caching catalogs ... Done
47892025-09-24T16:43:06.966Z[ recovery-image] Sep 24 16:43:05.489 INFO O| Sep 24 16:43:05.489 INFO STEP 69 (pack_tar) COMPLETE
47902025-09-24T16:43:06.967Z[ recovery-image] Sep 24 16:43:05.489 INFO O| Sep 24 16:43:05.489 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47912025-09-24T16:43:06.970Z[ recovery-image] Sep 24 16:43:05.489 INFO O| Sep 24 16:43:05.489 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47922025-09-24T16:43:07.154Z[ recovery-image] Sep 24 16:43:05.677 INFO O| Sep 24 16:43:05.677 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47932025-09-24T16:43:07.286Z[ recovery-image] Sep 24 16:43:05.809 INFO O| Sep 24 16:43:05.809 INFO completed processing sled/ramdisk-02-trim
47942025-09-24T16:43:07.290Z[ recovery-image] Sep 24 16:43:05.813 INFO image builder template: ramdisk-03-recovery-trim...
47952025-09-24T16:43:07.290Z[ recovery-image] Sep 24 16:43:05.813 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/.tmpNioZt2/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.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47962025-09-24T16:43:07.494Z[ recovery-image] Sep 24 16:43:06.017 INFO O| Sep 24 16:43:06.017 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47972025-09-24T16:43:07.500Z[ recovery-image] Sep 24 16:43:06.023 INFO O| Sep 24 16:43:06.023 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47982025-09-24T16:43:07.592Z[ recovery-image] Sep 24 16:43:06.115 INFO O| Sep 24 16:43:06.115 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47992025-09-24T16:43:07.673Z[ recovery-image] Sep 24 16:43:06.196 INFO O| Sep 24 16:43:06.196 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48002025-09-24T16:43:07.673Z[ recovery-image] Sep 24 16:43:06.196 INFO O| Sep 24 16:43:06.196 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48012025-09-24T16:43:07.684Z[ recovery-image] Sep 24 16:43:06.207 INFO O| Sep 24 16:43:06.207 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48022025-09-24T16:43:07.690Z[ recovery-image] Sep 24 16:43:06.213 INFO O| Sep 24 16:43:06.213 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48032025-09-24T16:43:07.698Z[ recovery-image] Sep 24 16:43:06.221 INFO O| Sep 24 16:43:06.221 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48042025-09-24T16:43:08.162Z[ recovery-image] Sep 24 16:43:06.685 INFO O| Sep 24 16:43:06.685 INFO rolled back to input snapshot; work may begin
48052025-09-24T16:43:08.162Z[ recovery-image] Sep 24 16:43:06.685 INFO O| Sep 24 16:43:06.685 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48062025-09-24T16:43:08.170Z[ recovery-image] Sep 24 16:43:06.693 INFO O| Sep 24 16:43:06.693 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-09-24T16:43:08.185Z[ recovery-image] Sep 24 16:43:06.708 INFO O| Sep 24 16:43:06.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48082025-09-24T16:43:08.203Z[ recovery-image] Sep 24 16:43:06.726 INFO O| Sep 24 16:43:06.726 INFO STEP 0 (remove_files) COMPLETE
48092025-09-24T16:43:08.203Z[ recovery-image] Sep 24 16:43:06.726 INFO O| Sep 24 16:43:06.726 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-09-24T16:43:08.218Z[ recovery-image] Sep 24 16:43:06.740 INFO O| Sep 24 16:43:06.740 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48112025-09-24T16:43:08.353Z[ recovery-image] Sep 24 16:43:06.876 INFO O| Sep 24 16:43:06.876 INFO STEP 1 (remove_files) COMPLETE
48122025-09-24T16:43:08.353Z[ recovery-image] Sep 24 16:43:06.876 INFO O| Sep 24 16:43:06.876 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-09-24T16:43:08.368Z[ recovery-image] Sep 24 16:43:06.891 INFO O| Sep 24 16:43:06.891 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48142025-09-24T16:43:08.412Z[ recovery-image] Sep 24 16:43:06.936 INFO O| Sep 24 16:43:06.935 INFO STEP 2 (remove_files) COMPLETE
48152025-09-24T16:43:08.413Z[ recovery-image] Sep 24 16:43:06.936 INFO O| Sep 24 16:43:06.936 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-09-24T16:43:08.428Z[ recovery-image] Sep 24 16:43:06.951 INFO O| Sep 24 16:43:06.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48172025-09-24T16:43:08.631Z[ recovery-image] Sep 24 16:43:07.154 INFO O| Sep 24 16:43:07.154 INFO STEP 3 (remove_files) COMPLETE
48182025-09-24T16:43:08.632Z[ recovery-image] Sep 24 16:43:07.154 INFO O| Sep 24 16:43:07.154 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-09-24T16:43:08.647Z[ recovery-image] Sep 24 16:43:07.170 INFO O| Sep 24 16:43:07.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48202025-09-24T16:43:08.673Z[ recovery-image] Sep 24 16:43:07.196 INFO O| Sep 24 16:43:07.196 INFO STEP 4 (remove_files) COMPLETE
48212025-09-24T16:43:08.673Z[ recovery-image] Sep 24 16:43:07.196 INFO O| Sep 24 16:43:07.196 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-09-24T16:43:08.689Z[ recovery-image] Sep 24 16:43:07.212 INFO O| Sep 24 16:43:07.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48232025-09-24T16:43:08.693Z[ recovery-image] Sep 24 16:43:07.214 INFO O| Sep 24 16:43:07.214 INFO STEP 5 (remove_files) COMPLETE
48242025-09-24T16:43:08.693Z[ recovery-image] Sep 24 16:43:07.214 INFO O| Sep 24 16:43:07.214 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-09-24T16:43:08.710Z[ recovery-image] Sep 24 16:43:07.229 INFO O| Sep 24 16:43:07.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48262025-09-24T16:43:08.713Z[ recovery-image] Sep 24 16:43:07.231 INFO O| Sep 24 16:43:07.231 INFO STEP 6 (remove_files) COMPLETE
48272025-09-24T16:43:08.713Z[ recovery-image] Sep 24 16:43:07.231 INFO O| Sep 24 16:43:07.231 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-09-24T16:43:08.722Z[ recovery-image] Sep 24 16:43:07.245 INFO O| Sep 24 16:43:07.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48292025-09-24T16:43:08.727Z[ recovery-image] Sep 24 16:43:07.250 INFO O| Sep 24 16:43:07.250 INFO STEP 7 (remove_files) COMPLETE
48302025-09-24T16:43:08.727Z[ recovery-image] Sep 24 16:43:07.250 INFO O| Sep 24 16:43:07.250 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-09-24T16:43:08.742Z[ recovery-image] Sep 24 16:43:07.265 INFO O| Sep 24 16:43:07.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48322025-09-24T16:43:08.746Z[ recovery-image] Sep 24 16:43:07.266 INFO O| Sep 24 16:43:07.266 INFO STEP 8 (remove_files) COMPLETE
48332025-09-24T16:43:08.746Z[ recovery-image] Sep 24 16:43:07.266 INFO O| Sep 24 16:43:07.266 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-09-24T16:43:08.757Z[ recovery-image] Sep 24 16:43:07.280 INFO O| Sep 24 16:43:07.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48352025-09-24T16:43:08.761Z[ recovery-image] Sep 24 16:43:07.281 INFO O| Sep 24 16:43:07.281 INFO STEP 9 (remove_files) COMPLETE
48362025-09-24T16:43:08.761Z[ recovery-image] Sep 24 16:43:07.281 INFO O| Sep 24 16:43:07.281 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-09-24T16:43:08.773Z[ recovery-image] Sep 24 16:43:07.296 INFO O| Sep 24 16:43:07.296 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48382025-09-24T16:43:08.854Z[ recovery-image] Sep 24 16:43:07.377 INFO O| Sep 24 16:43:07.377 INFO STEP 10 (remove_files) COMPLETE
48392025-09-24T16:43:08.854Z[ recovery-image] Sep 24 16:43:07.377 INFO O| Sep 24 16:43:07.377 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-09-24T16:43:08.869Z[ recovery-image] Sep 24 16:43:07.392 INFO O| Sep 24 16:43:07.392 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48412025-09-24T16:43:08.893Z[ recovery-image] Sep 24 16:43:07.416 INFO O| Sep 24 16:43:07.416 INFO STEP 11 (remove_files) COMPLETE
48422025-09-24T16:43:08.893Z[ recovery-image] Sep 24 16:43:07.416 INFO O| Sep 24 16:43:07.416 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-09-24T16:43:08.909Z[ recovery-image] Sep 24 16:43:07.432 INFO O| Sep 24 16:43:07.432 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48442025-09-24T16:43:08.913Z[ recovery-image] Sep 24 16:43:07.435 INFO O| Sep 24 16:43:07.435 INFO STEP 12 (remove_files) COMPLETE
48452025-09-24T16:43:08.913Z[ recovery-image] Sep 24 16:43:07.435 INFO O| Sep 24 16:43:07.435 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-09-24T16:43:08.927Z[ recovery-image] Sep 24 16:43:07.450 INFO O| Sep 24 16:43:07.450 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48472025-09-24T16:43:08.931Z[ recovery-image] Sep 24 16:43:07.451 INFO O| Sep 24 16:43:07.451 INFO STEP 13 (remove_files) COMPLETE
48482025-09-24T16:43:08.931Z[ recovery-image] Sep 24 16:43:07.451 INFO O| Sep 24 16:43:07.451 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-09-24T16:43:08.943Z[ recovery-image] Sep 24 16:43:07.466 INFO O| Sep 24 16:43:07.465 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48502025-09-24T16:43:08.947Z[ recovery-image] Sep 24 16:43:07.466 INFO O| Sep 24 16:43:07.466 INFO STEP 14 (remove_files) COMPLETE
48512025-09-24T16:43:08.947Z[ recovery-image] Sep 24 16:43:07.466 INFO O| Sep 24 16:43:07.466 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-09-24T16:43:08.997Z[ recovery-image] Sep 24 16:43:07.520 INFO O| Sep 24 16:43:07.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48532025-09-24T16:43:09.050Z[ recovery-image] Sep 24 16:43:07.572 INFO O| Sep 24 16:43:07.572 INFO STEP 15 (remove_files) COMPLETE
48542025-09-24T16:43:09.050Z[ recovery-image] Sep 24 16:43:07.572 INFO O| Sep 24 16:43:07.572 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-09-24T16:43:09.064Z[ recovery-image] Sep 24 16:43:07.587 INFO O| Sep 24 16:43:07.587 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48562025-09-24T16:43:09.064Z[ recovery-image] Sep 24 16:43:07.587 INFO O| Sep 24 16:43:07.587 INFO STEP 16 (remove_files) COMPLETE
48572025-09-24T16:43:09.064Z[ recovery-image] Sep 24 16:43:07.587 INFO O| Sep 24 16:43:07.587 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-09-24T16:43:09.100Z[ recovery-image] Sep 24 16:43:07.621 INFO O| Sep 24 16:43:07.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48592025-09-24T16:43:09.123Z[ recovery-image] Sep 24 16:43:07.646 INFO O| Sep 24 16:43:07.646 INFO STEP 17 (remove_files) COMPLETE
48602025-09-24T16:43:09.124Z[ recovery-image] Sep 24 16:43:07.646 INFO O| Sep 24 16:43:07.646 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-09-24T16:43:09.160Z[ recovery-image] Sep 24 16:43:07.682 INFO O| Sep 24 16:43:07.682 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48622025-09-24T16:43:09.240Z[ recovery-image] Sep 24 16:43:07.763 INFO O| Sep 24 16:43:07.763 INFO STEP 18 (remove_files) COMPLETE
48632025-09-24T16:43:09.240Z[ recovery-image] Sep 24 16:43:07.763 INFO O| Sep 24 16:43:07.763 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-09-24T16:43:09.257Z[ recovery-image] Sep 24 16:43:07.780 INFO O| Sep 24 16:43:07.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48652025-09-24T16:43:09.276Z[ recovery-image] Sep 24 16:43:07.799 INFO O| Sep 24 16:43:07.799 INFO STEP 19 (remove_files) COMPLETE
48662025-09-24T16:43:09.276Z[ recovery-image] Sep 24 16:43:07.799 INFO O| Sep 24 16:43:07.799 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-09-24T16:43:09.295Z[ recovery-image] Sep 24 16:43:07.818 INFO O| Sep 24 16:43:07.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48682025-09-24T16:43:09.295Z[ recovery-image] Sep 24 16:43:07.818 INFO O| Sep 24 16:43:07.818 INFO STEP 20 (remove_files) COMPLETE
48692025-09-24T16:43:09.298Z[ recovery-image] Sep 24 16:43:07.818 INFO O| Sep 24 16:43:07.818 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-09-24T16:43:09.324Z[ recovery-image] Sep 24 16:43:07.847 INFO O| Sep 24 16:43:07.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48712025-09-24T16:43:09.327Z[ recovery-image] Sep 24 16:43:07.847 INFO O| Sep 24 16:43:07.847 INFO STEP 21 (remove_files) COMPLETE
48722025-09-24T16:43:09.327Z[ recovery-image] Sep 24 16:43:07.847 INFO O| Sep 24 16:43:07.847 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-09-24T16:43:09.359Z[ recovery-image] Sep 24 16:43:07.879 INFO O| Sep 24 16:43:07.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48742025-09-24T16:43:09.359Z[ recovery-image] Sep 24 16:43:07.879 INFO O| Sep 24 16:43:07.879 INFO STEP 22 (remove_files) COMPLETE
48752025-09-24T16:43:09.363Z[ recovery-image] Sep 24 16:43:07.880 INFO O| Sep 24 16:43:07.879 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-09-24T16:43:09.370Z[ recovery-image] Sep 24 16:43:07.893 INFO O| Sep 24 16:43:07.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48772025-09-24T16:43:09.374Z[ recovery-image] Sep 24 16:43:07.893 INFO O| Sep 24 16:43:07.893 INFO STEP 23 (remove_files) COMPLETE
48782025-09-24T16:43:09.374Z[ recovery-image] Sep 24 16:43:07.893 INFO O| Sep 24 16:43:07.893 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-09-24T16:43:09.408Z[ recovery-image] Sep 24 16:43:07.926 INFO O| Sep 24 16:43:07.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48802025-09-24T16:43:09.412Z[ recovery-image] Sep 24 16:43:07.927 INFO O| Sep 24 16:43:07.927 INFO STEP 24 (remove_files) COMPLETE
48812025-09-24T16:43:09.412Z[ recovery-image] Sep 24 16:43:07.927 INFO O| Sep 24 16:43:07.927 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-09-24T16:43:09.452Z[ recovery-image] Sep 24 16:43:07.975 INFO O| Sep 24 16:43:07.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48832025-09-24T16:43:09.452Z[ recovery-image] Sep 24 16:43:07.975 INFO O| Sep 24 16:43:07.975 INFO STEP 25 (remove_files) COMPLETE
48842025-09-24T16:43:09.452Z[ recovery-image] Sep 24 16:43:07.975 INFO O| Sep 24 16:43:07.975 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-09-24T16:43:09.501Z[ recovery-image] Sep 24 16:43:07.990 INFO O| Sep 24 16:43:07.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48862025-09-24T16:43:09.501Z[ recovery-image] Sep 24 16:43:07.990 INFO O| Sep 24 16:43:07.990 INFO STEP 26 (remove_files) COMPLETE
48872025-09-24T16:43:09.506Z[ recovery-image] Sep 24 16:43:07.990 INFO O| Sep 24 16:43:07.990 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-09-24T16:43:09.506Z[ recovery-image] Sep 24 16:43:08.004 INFO O| Sep 24 16:43:08.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48892025-09-24T16:43:09.506Z[ recovery-image] Sep 24 16:43:08.016 INFO O| Sep 24 16:43:08.016 INFO STEP 27 (remove_files) COMPLETE
48902025-09-24T16:43:09.506Z[ recovery-image] Sep 24 16:43:08.016 INFO O| Sep 24 16:43:08.016 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-09-24T16:43:09.510Z[ recovery-image] Sep 24 16:43:08.031 INFO O| Sep 24 16:43:08.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48922025-09-24T16:43:09.510Z[ recovery-image] Sep 24 16:43:08.031 INFO O| Sep 24 16:43:08.031 INFO STEP 28 (remove_files) COMPLETE
48932025-09-24T16:43:09.510Z[ recovery-image] Sep 24 16:43:08.031 INFO O| Sep 24 16:43:08.031 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-09-24T16:43:09.522Z[ recovery-image] Sep 24 16:43:08.045 INFO O| Sep 24 16:43:08.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48952025-09-24T16:43:09.522Z[ recovery-image] Sep 24 16:43:08.045 INFO O| Sep 24 16:43:08.045 INFO STEP 29 (remove_files) COMPLETE
48962025-09-24T16:43:09.523Z[ recovery-image] Sep 24 16:43:08.045 INFO O| Sep 24 16:43:08.045 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-09-24T16:43:09.536Z[ recovery-image] Sep 24 16:43:08.059 INFO O| Sep 24 16:43:08.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48982025-09-24T16:43:09.536Z[ recovery-image] Sep 24 16:43:08.059 INFO O| Sep 24 16:43:08.059 INFO STEP 30 (remove_files) COMPLETE
48992025-09-24T16:43:09.539Z[ recovery-image] Sep 24 16:43:08.059 INFO O| Sep 24 16:43:08.059 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-09-24T16:43:09.551Z[ recovery-image] Sep 24 16:43:08.074 INFO O| Sep 24 16:43:08.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49012025-09-24T16:43:09.565Z[ recovery-image] Sep 24 16:43:08.088 INFO O| Sep 24 16:43:08.088 INFO STEP 31 (remove_files) COMPLETE
49022025-09-24T16:43:09.565Z[ recovery-image] Sep 24 16:43:08.088 INFO O| Sep 24 16:43:08.088 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-09-24T16:43:09.583Z[ recovery-image] Sep 24 16:43:08.106 INFO O| Sep 24 16:43:08.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49042025-09-24T16:43:09.583Z[ recovery-image] Sep 24 16:43:08.106 INFO O| Sep 24 16:43:08.106 INFO STEP 32 (remove_files) COMPLETE
49052025-09-24T16:43:09.587Z[ recovery-image] Sep 24 16:43:08.106 INFO O| Sep 24 16:43:08.106 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-09-24T16:43:09.599Z[ recovery-image] Sep 24 16:43:08.122 INFO O| Sep 24 16:43:08.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49072025-09-24T16:43:09.599Z[ recovery-image] Sep 24 16:43:08.122 INFO O| Sep 24 16:43:08.122 INFO STEP 33 (remove_files) COMPLETE
49082025-09-24T16:43:09.602Z[ recovery-image] Sep 24 16:43:08.122 INFO O| Sep 24 16:43:08.122 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-09-24T16:43:09.615Z[ recovery-image] Sep 24 16:43:08.138 INFO O| Sep 24 16:43:08.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49102025-09-24T16:43:09.615Z[ recovery-image] Sep 24 16:43:08.138 INFO O| Sep 24 16:43:08.138 INFO STEP 34 (remove_files) COMPLETE
49112025-09-24T16:43:09.618Z[ recovery-image] Sep 24 16:43:08.138 INFO O| Sep 24 16:43:08.138 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-09-24T16:43:09.630Z[ recovery-image] Sep 24 16:43:08.153 INFO O| Sep 24 16:43:08.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49132025-09-24T16:43:09.630Z[ recovery-image] Sep 24 16:43:08.153 INFO O| Sep 24 16:43:08.153 INFO STEP 35 (remove_files) COMPLETE
49142025-09-24T16:43:09.634Z[ recovery-image] Sep 24 16:43:08.154 INFO O| Sep 24 16:43:08.153 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-09-24T16:43:09.646Z[ recovery-image] Sep 24 16:43:08.169 INFO O| Sep 24 16:43:08.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49162025-09-24T16:43:09.646Z[ recovery-image] Sep 24 16:43:08.169 INFO O| Sep 24 16:43:08.169 INFO STEP 36 (remove_files) COMPLETE
49172025-09-24T16:43:09.646Z[ recovery-image] Sep 24 16:43:08.169 INFO O| Sep 24 16:43:08.169 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-09-24T16:43:09.663Z[ recovery-image] Sep 24 16:43:08.185 INFO O| Sep 24 16:43:08.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49192025-09-24T16:43:09.663Z[ recovery-image] Sep 24 16:43:08.185 INFO O| Sep 24 16:43:08.185 INFO STEP 37 (remove_files) COMPLETE
49202025-09-24T16:43:09.663Z[ recovery-image] Sep 24 16:43:08.185 INFO O| Sep 24 16:43:08.185 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-09-24T16:43:09.679Z[ recovery-image] Sep 24 16:43:08.201 INFO O| Sep 24 16:43:08.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49222025-09-24T16:43:09.679Z[ recovery-image] Sep 24 16:43:08.201 INFO O| Sep 24 16:43:08.201 INFO STEP 38 (remove_files) COMPLETE
49232025-09-24T16:43:09.683Z[ recovery-image] Sep 24 16:43:08.201 INFO O| Sep 24 16:43:08.201 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-09-24T16:43:09.694Z[ recovery-image] Sep 24 16:43:08.216 INFO O| Sep 24 16:43:08.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49252025-09-24T16:43:09.694Z[ recovery-image] Sep 24 16:43:08.216 INFO O| Sep 24 16:43:08.216 INFO STEP 39 (remove_files) COMPLETE
49262025-09-24T16:43:09.695Z[ recovery-image] Sep 24 16:43:08.216 INFO O| Sep 24 16:43:08.216 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-09-24T16:43:09.710Z[ recovery-image] Sep 24 16:43:08.233 INFO O| Sep 24 16:43:08.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49282025-09-24T16:43:09.710Z[ recovery-image] Sep 24 16:43:08.233 INFO O| Sep 24 16:43:08.233 INFO STEP 40 (remove_files) COMPLETE
49292025-09-24T16:43:09.714Z[ recovery-image] Sep 24 16:43:08.233 INFO O| Sep 24 16:43:08.233 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-09-24T16:43:09.727Z[ recovery-image] Sep 24 16:43:08.250 INFO O| Sep 24 16:43:08.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49312025-09-24T16:43:09.727Z[ recovery-image] Sep 24 16:43:08.250 INFO O| Sep 24 16:43:08.250 INFO STEP 41 (remove_files) COMPLETE
49322025-09-24T16:43:09.727Z[ recovery-image] Sep 24 16:43:08.250 INFO O| Sep 24 16:43:08.250 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-09-24T16:43:09.744Z[ recovery-image] Sep 24 16:43:08.267 INFO O| Sep 24 16:43:08.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49342025-09-24T16:43:09.744Z[ recovery-image] Sep 24 16:43:08.267 INFO O| Sep 24 16:43:08.267 INFO STEP 42 (remove_files) COMPLETE
49352025-09-24T16:43:09.744Z[ recovery-image] Sep 24 16:43:08.267 INFO O| Sep 24 16:43:08.267 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-09-24T16:43:09.760Z[ recovery-image] Sep 24 16:43:08.283 INFO O| Sep 24 16:43:08.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49372025-09-24T16:43:09.765Z[ recovery-image] Sep 24 16:43:08.284 INFO O| Sep 24 16:43:08.284 INFO STEP 43 (remove_files) COMPLETE
49382025-09-24T16:43:09.765Z[ recovery-image] Sep 24 16:43:08.284 INFO O| Sep 24 16:43:08.284 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-09-24T16:43:09.776Z[ recovery-image] Sep 24 16:43:08.299 INFO O| Sep 24 16:43:08.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49402025-09-24T16:43:09.776Z[ recovery-image] Sep 24 16:43:08.299 INFO O| Sep 24 16:43:08.299 INFO STEP 44 (remove_files) COMPLETE
49412025-09-24T16:43:09.779Z[ recovery-image] Sep 24 16:43:08.299 INFO O| Sep 24 16:43:08.299 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-09-24T16:43:09.792Z[ recovery-image] Sep 24 16:43:08.315 INFO O| Sep 24 16:43:08.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49432025-09-24T16:43:09.792Z[ recovery-image] Sep 24 16:43:08.315 INFO O| Sep 24 16:43:08.315 INFO STEP 45 (remove_files) COMPLETE
49442025-09-24T16:43:09.792Z[ recovery-image] Sep 24 16:43:08.315 INFO O| Sep 24 16:43:08.315 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-09-24T16:43:09.807Z[ recovery-image] Sep 24 16:43:08.330 INFO O| Sep 24 16:43:08.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49462025-09-24T16:43:09.807Z[ recovery-image] Sep 24 16:43:08.330 INFO O| Sep 24 16:43:08.330 INFO STEP 46 (remove_files) COMPLETE
49472025-09-24T16:43:09.807Z[ recovery-image] Sep 24 16:43:08.331 INFO O| Sep 24 16:43:08.330 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-09-24T16:43:09.825Z[ recovery-image] Sep 24 16:43:08.345 INFO O| Sep 24 16:43:08.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49492025-09-24T16:43:09.825Z[ recovery-image] Sep 24 16:43:08.345 INFO O| Sep 24 16:43:08.345 INFO STEP 47 (remove_files) COMPLETE
49502025-09-24T16:43:09.825Z[ recovery-image] Sep 24 16:43:08.345 INFO O| Sep 24 16:43:08.345 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-09-24T16:43:09.837Z[ recovery-image] Sep 24 16:43:08.360 INFO O| Sep 24 16:43:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49522025-09-24T16:43:09.837Z[ recovery-image] Sep 24 16:43:08.360 INFO O| Sep 24 16:43:08.360 INFO STEP 48 (remove_files) COMPLETE
49532025-09-24T16:43:09.841Z[ recovery-image] Sep 24 16:43:08.360 INFO O| Sep 24 16:43:08.360 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-09-24T16:43:09.852Z[ recovery-image] Sep 24 16:43:08.375 INFO O| Sep 24 16:43:08.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49552025-09-24T16:43:09.852Z[ recovery-image] Sep 24 16:43:08.375 INFO O| Sep 24 16:43:08.375 INFO STEP 49 (remove_files) COMPLETE
49562025-09-24T16:43:09.853Z[ recovery-image] Sep 24 16:43:08.375 INFO O| Sep 24 16:43:08.375 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-09-24T16:43:09.868Z[ recovery-image] Sep 24 16:43:08.390 INFO O| Sep 24 16:43:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49582025-09-24T16:43:09.868Z[ recovery-image] Sep 24 16:43:08.390 INFO O| Sep 24 16:43:08.390 INFO STEP 50 (remove_files) COMPLETE
49592025-09-24T16:43:09.868Z[ recovery-image] Sep 24 16:43:08.390 INFO O| Sep 24 16:43:08.390 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-09-24T16:43:09.882Z[ recovery-image] Sep 24 16:43:08.405 INFO O| Sep 24 16:43:08.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49612025-09-24T16:43:09.882Z[ recovery-image] Sep 24 16:43:08.405 INFO O| Sep 24 16:43:08.405 INFO STEP 51 (remove_files) COMPLETE
49622025-09-24T16:43:09.882Z[ recovery-image] Sep 24 16:43:08.405 INFO O| Sep 24 16:43:08.405 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-09-24T16:43:09.896Z[ recovery-image] Sep 24 16:43:08.419 INFO O| Sep 24 16:43:08.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49642025-09-24T16:43:09.896Z[ recovery-image] Sep 24 16:43:08.419 INFO O| Sep 24 16:43:08.419 INFO STEP 52 (remove_files) COMPLETE
49652025-09-24T16:43:09.896Z[ recovery-image] Sep 24 16:43:08.419 INFO O| Sep 24 16:43:08.419 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-09-24T16:43:09.911Z[ recovery-image] Sep 24 16:43:08.434 INFO O| Sep 24 16:43:08.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49672025-09-24T16:43:09.911Z[ recovery-image] Sep 24 16:43:08.434 INFO O| Sep 24 16:43:08.434 INFO STEP 53 (remove_files) COMPLETE
49682025-09-24T16:43:09.911Z[ recovery-image] Sep 24 16:43:08.434 INFO O| Sep 24 16:43:08.434 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-09-24T16:43:09.926Z[ recovery-image] Sep 24 16:43:08.449 INFO O| Sep 24 16:43:08.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49702025-09-24T16:43:09.926Z[ recovery-image] Sep 24 16:43:08.449 INFO O| Sep 24 16:43:08.449 INFO STEP 54 (remove_files) COMPLETE
49712025-09-24T16:43:09.926Z[ recovery-image] Sep 24 16:43:08.449 INFO O| Sep 24 16:43:08.449 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-09-24T16:43:09.940Z[ recovery-image] Sep 24 16:43:08.463 INFO O| Sep 24 16:43:08.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49732025-09-24T16:43:09.941Z[ recovery-image] Sep 24 16:43:08.464 INFO O| Sep 24 16:43:08.463 INFO STEP 55 (remove_files) COMPLETE
49742025-09-24T16:43:09.945Z[ recovery-image] Sep 24 16:43:08.464 INFO O| Sep 24 16:43:08.463 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-09-24T16:43:09.955Z[ recovery-image] Sep 24 16:43:08.478 INFO O| Sep 24 16:43:08.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49762025-09-24T16:43:09.955Z[ recovery-image] Sep 24 16:43:08.478 INFO O| Sep 24 16:43:08.478 INFO STEP 56 (remove_files) COMPLETE
49772025-09-24T16:43:09.959Z[ recovery-image] Sep 24 16:43:08.478 INFO O| Sep 24 16:43:08.478 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-09-24T16:43:09.970Z[ recovery-image] Sep 24 16:43:08.493 INFO O| Sep 24 16:43:08.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49792025-09-24T16:43:09.970Z[ recovery-image] Sep 24 16:43:08.493 INFO O| Sep 24 16:43:08.493 INFO STEP 57 (remove_files) COMPLETE
49802025-09-24T16:43:09.970Z[ recovery-image] Sep 24 16:43:08.493 INFO O| Sep 24 16:43:08.493 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-09-24T16:43:09.985Z[ recovery-image] Sep 24 16:43:08.507 INFO O| Sep 24 16:43:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49822025-09-24T16:43:09.985Z[ recovery-image] Sep 24 16:43:08.508 INFO O| Sep 24 16:43:08.508 INFO STEP 58 (remove_files) COMPLETE
49832025-09-24T16:43:09.988Z[ recovery-image] Sep 24 16:43:08.508 INFO O| Sep 24 16:43:08.508 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-09-24T16:43:09.999Z[ recovery-image] Sep 24 16:43:08.522 INFO O| Sep 24 16:43:08.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49852025-09-24T16:43:09.999Z[ recovery-image] Sep 24 16:43:08.522 INFO O| Sep 24 16:43:08.522 INFO STEP 59 (remove_files) COMPLETE
49862025-09-24T16:43:09.999Z[ recovery-image] Sep 24 16:43:08.522 INFO O| Sep 24 16:43:08.522 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-09-24T16:43:10.012Z[ recovery-image] Sep 24 16:43:08.535 INFO O| Sep 24 16:43:08.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49882025-09-24T16:43:10.012Z[ recovery-image] Sep 24 16:43:08.535 INFO O| Sep 24 16:43:08.535 INFO STEP 60 (remove_files) COMPLETE
49892025-09-24T16:43:10.012Z[ recovery-image] Sep 24 16:43:08.535 INFO O| Sep 24 16:43:08.535 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-09-24T16:43:10.026Z[ recovery-image] Sep 24 16:43:08.549 INFO O| Sep 24 16:43:08.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49912025-09-24T16:43:10.026Z[ recovery-image] Sep 24 16:43:08.549 INFO O| Sep 24 16:43:08.549 INFO STEP 61 (remove_files) COMPLETE
49922025-09-24T16:43:10.026Z[ recovery-image] Sep 24 16:43:08.549 INFO O| Sep 24 16:43:08.549 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-09-24T16:43:10.040Z[ recovery-image] Sep 24 16:43:08.563 INFO O| Sep 24 16:43:08.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49942025-09-24T16:43:10.040Z[ recovery-image] Sep 24 16:43:08.563 INFO O| Sep 24 16:43:08.563 INFO STEP 62 (remove_files) COMPLETE
49952025-09-24T16:43:10.042Z[ recovery-image] Sep 24 16:43:08.563 INFO O| Sep 24 16:43:08.563 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-09-24T16:43:10.054Z[ recovery-image] Sep 24 16:43:08.577 INFO O| Sep 24 16:43:08.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49972025-09-24T16:43:10.055Z[ recovery-image] Sep 24 16:43:08.577 INFO O| Sep 24 16:43:08.577 INFO STEP 63 (remove_files) COMPLETE
49982025-09-24T16:43:10.058Z[ recovery-image] Sep 24 16:43:08.577 INFO O| Sep 24 16:43:08.577 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-09-24T16:43:10.069Z[ recovery-image] Sep 24 16:43:08.591 INFO O| Sep 24 16:43:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50002025-09-24T16:43:10.072Z[ recovery-image] Sep 24 16:43:08.591 INFO O| Sep 24 16:43:08.591 INFO STEP 64 (remove_files) COMPLETE
50012025-09-24T16:43:10.072Z[ recovery-image] Sep 24 16:43:08.591 INFO O| Sep 24 16:43:08.591 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-09-24T16:43:10.082Z[ recovery-image] Sep 24 16:43:08.605 INFO O| Sep 24 16:43:08.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50032025-09-24T16:43:10.086Z[ recovery-image] Sep 24 16:43:08.606 INFO O| Sep 24 16:43:08.606 INFO STEP 65 (remove_files) COMPLETE
50042025-09-24T16:43:10.086Z[ recovery-image] Sep 24 16:43:08.606 INFO O| Sep 24 16:43:08.606 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-09-24T16:43:10.097Z[ recovery-image] Sep 24 16:43:08.620 INFO O| Sep 24 16:43:08.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50062025-09-24T16:43:10.097Z[ recovery-image] Sep 24 16:43:08.620 INFO O| Sep 24 16:43:08.620 INFO STEP 66 (remove_files) COMPLETE
50072025-09-24T16:43:10.101Z[ recovery-image] Sep 24 16:43:08.620 INFO O| Sep 24 16:43:08.620 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-09-24T16:43:10.110Z[ recovery-image] Sep 24 16:43:08.633 INFO O| Sep 24 16:43:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50092025-09-24T16:43:10.111Z[ recovery-image] Sep 24 16:43:08.634 INFO O| Sep 24 16:43:08.634 INFO STEP 67 (remove_files) COMPLETE
50102025-09-24T16:43:10.111Z[ recovery-image] Sep 24 16:43:08.634 INFO O| Sep 24 16:43:08.634 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-09-24T16:43:10.124Z[ recovery-image] Sep 24 16:43:08.647 INFO O| Sep 24 16:43:08.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50122025-09-24T16:43:10.124Z[ recovery-image] Sep 24 16:43:08.647 INFO O| Sep 24 16:43:08.647 INFO STEP 68 (remove_files) COMPLETE
50132025-09-24T16:43:10.125Z[ recovery-image] Sep 24 16:43:08.648 INFO O| Sep 24 16:43:08.647 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-09-24T16:43:10.138Z[ recovery-image] Sep 24 16:43:08.661 INFO O| Sep 24 16:43:08.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50152025-09-24T16:43:10.138Z[ recovery-image] Sep 24 16:43:08.661 INFO O| Sep 24 16:43:08.661 INFO STEP 69 (remove_files) COMPLETE
50162025-09-24T16:43:10.142Z[ recovery-image] Sep 24 16:43:08.661 INFO O| Sep 24 16:43:08.661 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-09-24T16:43:10.152Z[ recovery-image] Sep 24 16:43:08.675 INFO O| Sep 24 16:43:08.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50182025-09-24T16:43:10.155Z[ recovery-image] Sep 24 16:43:08.675 INFO O| Sep 24 16:43:08.675 INFO STEP 70 (remove_files) COMPLETE
50192025-09-24T16:43:10.155Z[ recovery-image] Sep 24 16:43:08.676 INFO O| Sep 24 16:43:08.675 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-09-24T16:43:10.166Z[ recovery-image] Sep 24 16:43:08.689 INFO O| Sep 24 16:43:08.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50212025-09-24T16:43:10.167Z[ recovery-image] Sep 24 16:43:08.689 INFO O| Sep 24 16:43:08.689 INFO STEP 71 (remove_files) COMPLETE
50222025-09-24T16:43:10.167Z[ recovery-image] Sep 24 16:43:08.689 INFO O| Sep 24 16:43:08.689 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-09-24T16:43:10.180Z[ recovery-image] Sep 24 16:43:08.703 INFO O| Sep 24 16:43:08.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50242025-09-24T16:43:10.180Z[ recovery-image] Sep 24 16:43:08.703 INFO O| Sep 24 16:43:08.703 INFO STEP 72 (remove_files) COMPLETE
50252025-09-24T16:43:10.180Z[ recovery-image] Sep 24 16:43:08.703 INFO O| Sep 24 16:43:08.703 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-09-24T16:43:10.194Z[ recovery-image] Sep 24 16:43:08.717 INFO O| Sep 24 16:43:08.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50272025-09-24T16:43:10.194Z[ recovery-image] Sep 24 16:43:08.717 INFO O| Sep 24 16:43:08.717 INFO STEP 73 (remove_files) COMPLETE
50282025-09-24T16:43:10.194Z[ recovery-image] Sep 24 16:43:08.717 INFO O| Sep 24 16:43:08.717 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-09-24T16:43:10.208Z[ recovery-image] Sep 24 16:43:08.730 INFO O| Sep 24 16:43:08.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50302025-09-24T16:43:10.208Z[ recovery-image] Sep 24 16:43:08.730 INFO O| Sep 24 16:43:08.730 INFO STEP 74 (remove_files) COMPLETE
50312025-09-24T16:43:10.208Z[ recovery-image] Sep 24 16:43:08.730 INFO O| Sep 24 16:43:08.730 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-09-24T16:43:10.225Z[ recovery-image] Sep 24 16:43:08.744 INFO O| Sep 24 16:43:08.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50332025-09-24T16:43:10.225Z[ recovery-image] Sep 24 16:43:08.744 INFO O| Sep 24 16:43:08.744 INFO STEP 75 (remove_files) COMPLETE
50342025-09-24T16:43:10.225Z[ recovery-image] Sep 24 16:43:08.744 INFO O| Sep 24 16:43:08.744 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-09-24T16:43:10.235Z[ recovery-image] Sep 24 16:43:08.758 INFO O| Sep 24 16:43:08.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50362025-09-24T16:43:10.235Z[ recovery-image] Sep 24 16:43:08.758 INFO O| Sep 24 16:43:08.758 INFO STEP 76 (remove_files) COMPLETE
50372025-09-24T16:43:10.235Z[ recovery-image] Sep 24 16:43:08.758 INFO O| Sep 24 16:43:08.758 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-09-24T16:43:10.248Z[ recovery-image] Sep 24 16:43:08.771 INFO O| Sep 24 16:43:08.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50392025-09-24T16:43:10.248Z[ recovery-image] Sep 24 16:43:08.771 INFO O| Sep 24 16:43:08.771 INFO STEP 77 (remove_files) COMPLETE
50402025-09-24T16:43:10.252Z[ recovery-image] Sep 24 16:43:08.771 INFO O| Sep 24 16:43:08.771 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-09-24T16:43:10.263Z[ recovery-image] Sep 24 16:43:08.785 INFO O| Sep 24 16:43:08.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50422025-09-24T16:43:10.263Z[ recovery-image] Sep 24 16:43:08.786 INFO O| Sep 24 16:43:08.786 INFO STEP 78 (remove_files) COMPLETE
50432025-09-24T16:43:10.266Z[ recovery-image] Sep 24 16:43:08.786 INFO O| Sep 24 16:43:08.786 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-09-24T16:43:10.277Z[ recovery-image] Sep 24 16:43:08.800 INFO O| Sep 24 16:43:08.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50452025-09-24T16:43:10.277Z[ recovery-image] Sep 24 16:43:08.800 INFO O| Sep 24 16:43:08.800 INFO STEP 79 (remove_files) COMPLETE
50462025-09-24T16:43:10.281Z[ recovery-image] Sep 24 16:43:08.800 INFO O| Sep 24 16:43:08.800 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-09-24T16:43:10.291Z[ recovery-image] Sep 24 16:43:08.813 INFO O| Sep 24 16:43:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50482025-09-24T16:43:10.291Z[ recovery-image] Sep 24 16:43:08.813 INFO O| Sep 24 16:43:08.813 INFO STEP 80 (remove_files) COMPLETE
50492025-09-24T16:43:10.295Z[ recovery-image] Sep 24 16:43:08.813 INFO O| Sep 24 16:43:08.813 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-09-24T16:43:10.305Z[ recovery-image] Sep 24 16:43:08.827 INFO O| Sep 24 16:43:08.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50512025-09-24T16:43:10.305Z[ recovery-image] Sep 24 16:43:08.828 INFO O| Sep 24 16:43:08.828 INFO STEP 81 (remove_files) COMPLETE
50522025-09-24T16:43:10.308Z[ recovery-image] Sep 24 16:43:08.828 INFO O| Sep 24 16:43:08.828 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-09-24T16:43:10.318Z[ recovery-image] Sep 24 16:43:08.840 INFO O| Sep 24 16:43:08.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50542025-09-24T16:43:10.318Z[ recovery-image] Sep 24 16:43:08.840 INFO O| Sep 24 16:43:08.840 INFO STEP 82 (remove_files) COMPLETE
50552025-09-24T16:43:10.322Z[ recovery-image] Sep 24 16:43:08.840 INFO O| Sep 24 16:43:08.840 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-09-24T16:43:10.331Z[ recovery-image] Sep 24 16:43:08.854 INFO O| Sep 24 16:43:08.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50572025-09-24T16:43:10.331Z[ recovery-image] Sep 24 16:43:08.854 INFO O| Sep 24 16:43:08.854 INFO STEP 83 (remove_files) COMPLETE
50582025-09-24T16:43:10.334Z[ recovery-image] Sep 24 16:43:08.854 INFO O| Sep 24 16:43:08.854 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-09-24T16:43:10.344Z[ recovery-image] Sep 24 16:43:08.867 INFO O| Sep 24 16:43:08.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50602025-09-24T16:43:10.344Z[ recovery-image] Sep 24 16:43:08.867 INFO O| Sep 24 16:43:08.867 INFO STEP 84 (remove_files) COMPLETE
50612025-09-24T16:43:10.349Z[ recovery-image] Sep 24 16:43:08.867 INFO O| Sep 24 16:43:08.867 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-09-24T16:43:10.358Z[ recovery-image] Sep 24 16:43:08.881 INFO O| Sep 24 16:43:08.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50632025-09-24T16:43:10.361Z[ recovery-image] Sep 24 16:43:08.882 INFO O| Sep 24 16:43:08.881 INFO STEP 85 (remove_files) COMPLETE
50642025-09-24T16:43:10.361Z[ recovery-image] Sep 24 16:43:08.882 INFO O| Sep 24 16:43:08.882 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-09-24T16:43:10.374Z[ recovery-image] Sep 24 16:43:08.896 INFO O| Sep 24 16:43:08.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50662025-09-24T16:43:10.374Z[ recovery-image] Sep 24 16:43:08.897 INFO O| Sep 24 16:43:08.897 INFO STEP 86 (remove_files) COMPLETE
50672025-09-24T16:43:10.374Z[ recovery-image] Sep 24 16:43:08.897 INFO O| Sep 24 16:43:08.897 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-09-24T16:43:10.389Z[ recovery-image] Sep 24 16:43:08.910 INFO O| Sep 24 16:43:08.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50692025-09-24T16:43:10.389Z[ recovery-image] Sep 24 16:43:08.910 INFO O| Sep 24 16:43:08.910 INFO STEP 87 (remove_files) COMPLETE
50702025-09-24T16:43:10.389Z[ recovery-image] Sep 24 16:43:08.910 INFO O| Sep 24 16:43:08.910 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-09-24T16:43:10.402Z[ recovery-image] Sep 24 16:43:08.924 INFO O| Sep 24 16:43:08.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50722025-09-24T16:43:10.402Z[ recovery-image] Sep 24 16:43:08.925 INFO O| Sep 24 16:43:08.924 INFO STEP 88 (remove_files) COMPLETE
50732025-09-24T16:43:10.405Z[ recovery-image] Sep 24 16:43:08.925 INFO O| Sep 24 16:43:08.924 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-09-24T16:43:10.440Z[ recovery-image] Sep 24 16:43:08.963 INFO O| Sep 24 16:43:08.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50752025-09-24T16:43:10.441Z[ recovery-image] Sep 24 16:43:08.963 INFO O| Sep 24 16:43:08.963 INFO STEP 89 (remove_files) COMPLETE
50762025-09-24T16:43:10.444Z[ recovery-image] Sep 24 16:43:08.963 INFO O| Sep 24 16:43:08.963 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-09-24T16:43:10.455Z[ recovery-image] Sep 24 16:43:08.977 INFO O| Sep 24 16:43:08.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50782025-09-24T16:43:10.455Z[ recovery-image] Sep 24 16:43:08.978 INFO O| Sep 24 16:43:08.978 INFO STEP 90 (remove_files) COMPLETE
50792025-09-24T16:43:10.455Z[ recovery-image] Sep 24 16:43:08.978 INFO O| Sep 24 16:43:08.978 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-09-24T16:43:10.468Z[ recovery-image] Sep 24 16:43:08.991 INFO O| Sep 24 16:43:08.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50812025-09-24T16:43:10.469Z[ recovery-image] Sep 24 16:43:08.992 INFO O| Sep 24 16:43:08.992 INFO STEP 91 (remove_files) COMPLETE
50822025-09-24T16:43:10.469Z[ recovery-image] Sep 24 16:43:08.992 INFO O| Sep 24 16:43:08.992 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-09-24T16:43:10.483Z[ recovery-image] Sep 24 16:43:09.006 INFO O| Sep 24 16:43:09.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50842025-09-24T16:43:10.483Z[ recovery-image] Sep 24 16:43:09.006 INFO O| Sep 24 16:43:09.006 INFO STEP 92 (remove_files) COMPLETE
50852025-09-24T16:43:10.487Z[ recovery-image] Sep 24 16:43:09.006 INFO O| Sep 24 16:43:09.006 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-09-24T16:43:10.497Z[ recovery-image] Sep 24 16:43:09.020 INFO O| Sep 24 16:43:09.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50872025-09-24T16:43:10.497Z[ recovery-image] Sep 24 16:43:09.020 INFO O| Sep 24 16:43:09.020 INFO STEP 93 (remove_files) COMPLETE
50882025-09-24T16:43:10.497Z[ recovery-image] Sep 24 16:43:09.020 INFO O| Sep 24 16:43:09.020 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-09-24T16:43:10.512Z[ recovery-image] Sep 24 16:43:09.035 INFO O| Sep 24 16:43:09.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50902025-09-24T16:43:10.515Z[ recovery-image] Sep 24 16:43:09.035 INFO O| Sep 24 16:43:09.035 INFO STEP 94 (remove_files) COMPLETE
50912025-09-24T16:43:10.515Z[ recovery-image] Sep 24 16:43:09.035 INFO O| Sep 24 16:43:09.035 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-09-24T16:43:10.527Z[ recovery-image] Sep 24 16:43:09.050 INFO O| Sep 24 16:43:09.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50932025-09-24T16:43:10.527Z[ recovery-image] Sep 24 16:43:09.050 INFO O| Sep 24 16:43:09.050 INFO STEP 95 (remove_files) COMPLETE
50942025-09-24T16:43:10.527Z[ recovery-image] Sep 24 16:43:09.050 INFO O| Sep 24 16:43:09.050 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-09-24T16:43:10.542Z[ recovery-image] Sep 24 16:43:09.065 INFO O| Sep 24 16:43:09.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50962025-09-24T16:43:10.542Z[ recovery-image] Sep 24 16:43:09.065 INFO O| Sep 24 16:43:09.065 INFO STEP 96 (remove_files) COMPLETE
50972025-09-24T16:43:10.545Z[ recovery-image] Sep 24 16:43:09.065 INFO O| Sep 24 16:43:09.065 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-09-24T16:43:10.557Z[ recovery-image] Sep 24 16:43:09.080 INFO O| Sep 24 16:43:09.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50992025-09-24T16:43:10.557Z[ recovery-image] Sep 24 16:43:09.080 INFO O| Sep 24 16:43:09.080 INFO STEP 97 (remove_files) COMPLETE
51002025-09-24T16:43:10.557Z[ recovery-image] Sep 24 16:43:09.080 INFO O| Sep 24 16:43:09.080 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-09-24T16:43:10.573Z[ recovery-image] Sep 24 16:43:09.095 INFO O| Sep 24 16:43:09.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51022025-09-24T16:43:10.573Z[ recovery-image] Sep 24 16:43:09.095 INFO O| Sep 24 16:43:09.095 INFO STEP 98 (remove_files) COMPLETE
51032025-09-24T16:43:10.576Z[ recovery-image] Sep 24 16:43:09.095 INFO O| Sep 24 16:43:09.095 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-09-24T16:43:10.587Z[ recovery-image] Sep 24 16:43:09.110 INFO O| Sep 24 16:43:09.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51052025-09-24T16:43:10.588Z[ recovery-image] Sep 24 16:43:09.110 INFO O| Sep 24 16:43:09.110 INFO STEP 99 (remove_files) COMPLETE
51062025-09-24T16:43:10.588Z[ recovery-image] Sep 24 16:43:09.110 INFO O| Sep 24 16:43:09.110 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-09-24T16:43:10.603Z[ recovery-image] Sep 24 16:43:09.126 INFO O| Sep 24 16:43:09.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51082025-09-24T16:43:10.603Z[ recovery-image] Sep 24 16:43:09.126 INFO O| Sep 24 16:43:09.126 INFO STEP 100 (remove_files) COMPLETE
51092025-09-24T16:43:10.603Z[ recovery-image] Sep 24 16:43:09.126 INFO O| Sep 24 16:43:09.126 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-09-24T16:43:10.625Z[ recovery-image] Sep 24 16:43:09.140 INFO O| Sep 24 16:43:09.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51112025-09-24T16:43:10.625Z[ recovery-image] Sep 24 16:43:09.140 INFO O| Sep 24 16:43:09.140 INFO STEP 101 (remove_files) COMPLETE
51122025-09-24T16:43:10.625Z[ recovery-image] Sep 24 16:43:09.140 INFO O| Sep 24 16:43:09.140 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-09-24T16:43:10.633Z[ recovery-image] Sep 24 16:43:09.155 INFO O| Sep 24 16:43:09.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51142025-09-24T16:43:10.636Z[ recovery-image] Sep 24 16:43:09.155 INFO O| Sep 24 16:43:09.155 INFO STEP 102 (remove_files) COMPLETE
51152025-09-24T16:43:10.636Z[ recovery-image] Sep 24 16:43:09.155 INFO O| Sep 24 16:43:09.155 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-09-24T16:43:10.646Z[ recovery-image] Sep 24 16:43:09.169 INFO O| Sep 24 16:43:09.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51172025-09-24T16:43:10.647Z[ recovery-image] Sep 24 16:43:09.169 INFO O| Sep 24 16:43:09.169 INFO STEP 103 (remove_files) COMPLETE
51182025-09-24T16:43:10.650Z[ recovery-image] Sep 24 16:43:09.169 INFO O| Sep 24 16:43:09.169 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-09-24T16:43:10.663Z[ recovery-image] Sep 24 16:43:09.186 INFO O| Sep 24 16:43:09.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51202025-09-24T16:43:10.664Z[ recovery-image] Sep 24 16:43:09.186 INFO O| Sep 24 16:43:09.186 INFO STEP 104 (remove_files) COMPLETE
51212025-09-24T16:43:10.664Z[ recovery-image] Sep 24 16:43:09.186 INFO O| Sep 24 16:43:09.186 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-09-24T16:43:10.681Z[ recovery-image] Sep 24 16:43:09.202 INFO O| Sep 24 16:43:09.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51232025-09-24T16:43:10.681Z[ recovery-image] Sep 24 16:43:09.202 INFO O| Sep 24 16:43:09.202 INFO STEP 105 (remove_files) COMPLETE
51242025-09-24T16:43:10.681Z[ recovery-image] Sep 24 16:43:09.202 INFO O| Sep 24 16:43:09.202 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-09-24T16:43:10.696Z[ recovery-image] Sep 24 16:43:09.219 INFO O| Sep 24 16:43:09.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51262025-09-24T16:43:10.696Z[ recovery-image] Sep 24 16:43:09.219 INFO O| Sep 24 16:43:09.219 INFO STEP 106 (remove_files) COMPLETE
51272025-09-24T16:43:10.699Z[ recovery-image] Sep 24 16:43:09.219 INFO O| Sep 24 16:43:09.219 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-09-24T16:43:10.711Z[ recovery-image] Sep 24 16:43:09.234 INFO O| Sep 24 16:43:09.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51292025-09-24T16:43:10.711Z[ recovery-image] Sep 24 16:43:09.234 INFO O| Sep 24 16:43:09.234 INFO STEP 107 (remove_files) COMPLETE
51302025-09-24T16:43:10.711Z[ recovery-image] Sep 24 16:43:09.234 INFO O| Sep 24 16:43:09.234 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-09-24T16:43:10.726Z[ recovery-image] Sep 24 16:43:09.249 INFO O| Sep 24 16:43:09.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51322025-09-24T16:43:10.726Z[ recovery-image] Sep 24 16:43:09.249 INFO O| Sep 24 16:43:09.249 INFO STEP 108 (remove_files) COMPLETE
51332025-09-24T16:43:10.726Z[ recovery-image] Sep 24 16:43:09.249 INFO O| Sep 24 16:43:09.249 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-09-24T16:43:10.741Z[ recovery-image] Sep 24 16:43:09.264 INFO O| Sep 24 16:43:09.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51352025-09-24T16:43:10.741Z[ recovery-image] Sep 24 16:43:09.264 INFO O| Sep 24 16:43:09.264 INFO STEP 109 (remove_files) COMPLETE
51362025-09-24T16:43:10.741Z[ recovery-image] Sep 24 16:43:09.264 INFO O| Sep 24 16:43:09.264 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-09-24T16:43:10.757Z[ recovery-image] Sep 24 16:43:09.278 INFO O| Sep 24 16:43:09.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51382025-09-24T16:43:10.757Z[ recovery-image] Sep 24 16:43:09.279 INFO O| Sep 24 16:43:09.279 INFO STEP 110 (remove_files) COMPLETE
51392025-09-24T16:43:10.757Z[ recovery-image] Sep 24 16:43:09.279 INFO O| Sep 24 16:43:09.279 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-09-24T16:43:10.771Z[ recovery-image] Sep 24 16:43:09.294 INFO O| Sep 24 16:43:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51412025-09-24T16:43:10.771Z[ recovery-image] Sep 24 16:43:09.294 INFO O| Sep 24 16:43:09.294 INFO STEP 111 (remove_files) COMPLETE
51422025-09-24T16:43:10.775Z[ recovery-image] Sep 24 16:43:09.294 INFO O| Sep 24 16:43:09.294 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-09-24T16:43:10.787Z[ recovery-image] Sep 24 16:43:09.309 INFO O| Sep 24 16:43:09.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51442025-09-24T16:43:10.787Z[ recovery-image] Sep 24 16:43:09.310 INFO O| Sep 24 16:43:09.309 INFO STEP 112 (remove_files) COMPLETE
51452025-09-24T16:43:10.787Z[ recovery-image] Sep 24 16:43:09.310 INFO O| Sep 24 16:43:09.310 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-09-24T16:43:10.802Z[ recovery-image] Sep 24 16:43:09.324 INFO O| Sep 24 16:43:09.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51472025-09-24T16:43:10.802Z[ recovery-image] Sep 24 16:43:09.325 INFO O| Sep 24 16:43:09.325 INFO STEP 113 (remove_files) COMPLETE
51482025-09-24T16:43:10.802Z[ recovery-image] Sep 24 16:43:09.325 INFO O| Sep 24 16:43:09.325 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-09-24T16:43:10.816Z[ recovery-image] Sep 24 16:43:09.339 INFO O| Sep 24 16:43:09.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51502025-09-24T16:43:10.816Z[ recovery-image] Sep 24 16:43:09.339 INFO O| Sep 24 16:43:09.339 INFO STEP 114 (remove_files) COMPLETE
51512025-09-24T16:43:10.819Z[ recovery-image] Sep 24 16:43:09.339 INFO O| Sep 24 16:43:09.339 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-09-24T16:43:10.831Z[ recovery-image] Sep 24 16:43:09.354 INFO O| Sep 24 16:43:09.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51532025-09-24T16:43:10.831Z[ recovery-image] Sep 24 16:43:09.354 INFO O| Sep 24 16:43:09.354 INFO STEP 115 (remove_files) COMPLETE
51542025-09-24T16:43:10.831Z[ recovery-image] Sep 24 16:43:09.354 INFO O| Sep 24 16:43:09.354 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-09-24T16:43:10.845Z[ recovery-image] Sep 24 16:43:09.368 INFO O| Sep 24 16:43:09.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51562025-09-24T16:43:10.845Z[ recovery-image] Sep 24 16:43:09.368 INFO O| Sep 24 16:43:09.368 INFO STEP 116 (remove_files) COMPLETE
51572025-09-24T16:43:10.848Z[ recovery-image] Sep 24 16:43:09.368 INFO O| Sep 24 16:43:09.368 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-09-24T16:43:10.859Z[ recovery-image] Sep 24 16:43:09.382 INFO O| Sep 24 16:43:09.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51592025-09-24T16:43:10.859Z[ recovery-image] Sep 24 16:43:09.382 INFO O| Sep 24 16:43:09.382 INFO STEP 117 (remove_files) COMPLETE
51602025-09-24T16:43:10.862Z[ recovery-image] Sep 24 16:43:09.382 INFO O| Sep 24 16:43:09.382 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-09-24T16:43:10.873Z[ recovery-image] Sep 24 16:43:09.396 INFO O| Sep 24 16:43:09.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51622025-09-24T16:43:10.873Z[ recovery-image] Sep 24 16:43:09.396 INFO O| Sep 24 16:43:09.396 INFO STEP 118 (remove_files) COMPLETE
51632025-09-24T16:43:10.873Z[ recovery-image] Sep 24 16:43:09.396 INFO O| Sep 24 16:43:09.396 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-09-24T16:43:10.888Z[ recovery-image] Sep 24 16:43:09.411 INFO O| Sep 24 16:43:09.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51652025-09-24T16:43:10.888Z[ recovery-image] Sep 24 16:43:09.411 INFO O| Sep 24 16:43:09.411 INFO STEP 119 (remove_files) COMPLETE
51662025-09-24T16:43:10.888Z[ recovery-image] Sep 24 16:43:09.411 INFO O| Sep 24 16:43:09.411 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-09-24T16:43:10.902Z[ recovery-image] Sep 24 16:43:09.425 INFO O| Sep 24 16:43:09.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51682025-09-24T16:43:10.902Z[ recovery-image] Sep 24 16:43:09.425 INFO O| Sep 24 16:43:09.425 INFO STEP 120 (remove_files) COMPLETE
51692025-09-24T16:43:10.906Z[ recovery-image] Sep 24 16:43:09.425 INFO O| Sep 24 16:43:09.425 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-09-24T16:43:10.916Z[ recovery-image] Sep 24 16:43:09.439 INFO O| Sep 24 16:43:09.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51712025-09-24T16:43:10.917Z[ recovery-image] Sep 24 16:43:09.439 INFO O| Sep 24 16:43:09.439 INFO STEP 121 (remove_files) COMPLETE
51722025-09-24T16:43:10.920Z[ recovery-image] Sep 24 16:43:09.439 INFO O| Sep 24 16:43:09.439 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-09-24T16:43:10.931Z[ recovery-image] Sep 24 16:43:09.454 INFO O| Sep 24 16:43:09.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51742025-09-24T16:43:10.931Z[ recovery-image] Sep 24 16:43:09.454 INFO O| Sep 24 16:43:09.454 INFO STEP 122 (remove_files) COMPLETE
51752025-09-24T16:43:10.931Z[ recovery-image] Sep 24 16:43:09.454 INFO O| Sep 24 16:43:09.454 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-09-24T16:43:10.945Z[ recovery-image] Sep 24 16:43:09.468 INFO O| Sep 24 16:43:09.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51772025-09-24T16:43:10.945Z[ recovery-image] Sep 24 16:43:09.468 INFO O| Sep 24 16:43:09.468 INFO STEP 123 (remove_files) COMPLETE
51782025-09-24T16:43:10.946Z[ recovery-image] Sep 24 16:43:09.468 INFO O| Sep 24 16:43:09.468 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-09-24T16:43:10.960Z[ recovery-image] Sep 24 16:43:09.483 INFO O| Sep 24 16:43:09.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51802025-09-24T16:43:10.960Z[ recovery-image] Sep 24 16:43:09.483 INFO O| Sep 24 16:43:09.483 INFO STEP 124 (remove_files) COMPLETE
51812025-09-24T16:43:10.960Z[ recovery-image] Sep 24 16:43:09.483 INFO O| Sep 24 16:43:09.483 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-09-24T16:43:10.975Z[ recovery-image] Sep 24 16:43:09.498 INFO O| Sep 24 16:43:09.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51832025-09-24T16:43:10.975Z[ recovery-image] Sep 24 16:43:09.498 INFO O| Sep 24 16:43:09.498 INFO STEP 125 (remove_files) COMPLETE
51842025-09-24T16:43:10.975Z[ recovery-image] Sep 24 16:43:09.498 INFO O| Sep 24 16:43:09.498 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-09-24T16:43:10.990Z[ recovery-image] Sep 24 16:43:09.513 INFO O| Sep 24 16:43:09.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51862025-09-24T16:43:10.990Z[ recovery-image] Sep 24 16:43:09.513 INFO O| Sep 24 16:43:09.513 INFO STEP 126 (remove_files) COMPLETE
51872025-09-24T16:43:10.990Z[ recovery-image] Sep 24 16:43:09.513 INFO O| Sep 24 16:43:09.513 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-09-24T16:43:11.004Z[ recovery-image] Sep 24 16:43:09.527 INFO O| Sep 24 16:43:09.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51892025-09-24T16:43:11.004Z[ recovery-image] Sep 24 16:43:09.528 INFO O| Sep 24 16:43:09.527 INFO STEP 127 (remove_files) COMPLETE
51902025-09-24T16:43:11.005Z[ recovery-image] Sep 24 16:43:09.528 INFO O| Sep 24 16:43:09.527 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-09-24T16:43:11.019Z[ recovery-image] Sep 24 16:43:09.542 INFO O| Sep 24 16:43:09.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51922025-09-24T16:43:11.019Z[ recovery-image] Sep 24 16:43:09.542 INFO O| Sep 24 16:43:09.542 INFO STEP 128 (remove_files) COMPLETE
51932025-09-24T16:43:11.022Z[ recovery-image] Sep 24 16:43:09.542 INFO O| Sep 24 16:43:09.542 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-09-24T16:43:11.034Z[ recovery-image] Sep 24 16:43:09.556 INFO O| Sep 24 16:43:09.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51952025-09-24T16:43:11.034Z[ recovery-image] Sep 24 16:43:09.556 INFO O| Sep 24 16:43:09.556 INFO STEP 129 (remove_files) COMPLETE
51962025-09-24T16:43:11.034Z[ recovery-image] Sep 24 16:43:09.556 INFO O| Sep 24 16:43:09.556 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-09-24T16:43:11.047Z[ recovery-image] Sep 24 16:43:09.570 INFO O| Sep 24 16:43:09.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51982025-09-24T16:43:11.047Z[ recovery-image] Sep 24 16:43:09.570 INFO O| Sep 24 16:43:09.570 INFO STEP 130 (remove_files) COMPLETE
51992025-09-24T16:43:11.047Z[ recovery-image] Sep 24 16:43:09.570 INFO O| Sep 24 16:43:09.570 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-09-24T16:43:11.061Z[ recovery-image] Sep 24 16:43:09.584 INFO O| Sep 24 16:43:09.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52012025-09-24T16:43:11.061Z[ recovery-image] Sep 24 16:43:09.584 INFO O| Sep 24 16:43:09.584 INFO STEP 131 (remove_files) COMPLETE
52022025-09-24T16:43:11.066Z[ recovery-image] Sep 24 16:43:09.584 INFO O| Sep 24 16:43:09.584 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-09-24T16:43:11.075Z[ recovery-image] Sep 24 16:43:09.598 INFO O| Sep 24 16:43:09.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52042025-09-24T16:43:11.075Z[ recovery-image] Sep 24 16:43:09.598 INFO O| Sep 24 16:43:09.598 INFO STEP 132 (remove_files) COMPLETE
52052025-09-24T16:43:11.078Z[ recovery-image] Sep 24 16:43:09.598 INFO O| Sep 24 16:43:09.598 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-09-24T16:43:11.089Z[ recovery-image] Sep 24 16:43:09.612 INFO O| Sep 24 16:43:09.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52072025-09-24T16:43:11.089Z[ recovery-image] Sep 24 16:43:09.612 INFO O| Sep 24 16:43:09.612 INFO STEP 133 (remove_files) COMPLETE
52082025-09-24T16:43:11.092Z[ recovery-image] Sep 24 16:43:09.612 INFO O| Sep 24 16:43:09.612 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-09-24T16:43:11.103Z[ recovery-image] Sep 24 16:43:09.626 INFO O| Sep 24 16:43:09.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52102025-09-24T16:43:11.103Z[ recovery-image] Sep 24 16:43:09.626 INFO O| Sep 24 16:43:09.626 INFO STEP 134 (remove_files) COMPLETE
52112025-09-24T16:43:11.106Z[ recovery-image] Sep 24 16:43:09.626 INFO O| Sep 24 16:43:09.626 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-09-24T16:43:11.117Z[ recovery-image] Sep 24 16:43:09.640 INFO O| Sep 24 16:43:09.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52132025-09-24T16:43:11.117Z[ recovery-image] Sep 24 16:43:09.640 INFO O| Sep 24 16:43:09.640 INFO STEP 135 (remove_files) COMPLETE
52142025-09-24T16:43:11.120Z[ recovery-image] Sep 24 16:43:09.640 INFO O| Sep 24 16:43:09.640 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-09-24T16:43:11.131Z[ recovery-image] Sep 24 16:43:09.654 INFO O| Sep 24 16:43:09.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52162025-09-24T16:43:11.132Z[ recovery-image] Sep 24 16:43:09.654 INFO O| Sep 24 16:43:09.654 INFO STEP 136 (remove_files) COMPLETE
52172025-09-24T16:43:11.132Z[ recovery-image] Sep 24 16:43:09.654 INFO O| Sep 24 16:43:09.654 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-09-24T16:43:11.146Z[ recovery-image] Sep 24 16:43:09.669 INFO O| Sep 24 16:43:09.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52192025-09-24T16:43:11.149Z[ recovery-image] Sep 24 16:43:09.669 INFO O| Sep 24 16:43:09.669 INFO STEP 137 (remove_files) COMPLETE
52202025-09-24T16:43:11.149Z[ recovery-image] Sep 24 16:43:09.669 INFO O| Sep 24 16:43:09.669 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-09-24T16:43:11.161Z[ recovery-image] Sep 24 16:43:09.684 INFO O| Sep 24 16:43:09.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52222025-09-24T16:43:11.161Z[ recovery-image] Sep 24 16:43:09.684 INFO O| Sep 24 16:43:09.684 INFO STEP 138 (remove_files) COMPLETE
52232025-09-24T16:43:11.161Z[ recovery-image] Sep 24 16:43:09.684 INFO O| Sep 24 16:43:09.684 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-09-24T16:43:11.176Z[ recovery-image] Sep 24 16:43:09.699 INFO O| Sep 24 16:43:09.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52252025-09-24T16:43:11.176Z[ recovery-image] Sep 24 16:43:09.699 INFO O| Sep 24 16:43:09.699 INFO STEP 139 (remove_files) COMPLETE
52262025-09-24T16:43:11.180Z[ recovery-image] Sep 24 16:43:09.699 INFO O| Sep 24 16:43:09.699 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-09-24T16:43:11.190Z[ recovery-image] Sep 24 16:43:09.713 INFO O| Sep 24 16:43:09.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52282025-09-24T16:43:11.190Z[ recovery-image] Sep 24 16:43:09.713 INFO O| Sep 24 16:43:09.713 INFO STEP 140 (remove_files) COMPLETE
52292025-09-24T16:43:11.190Z[ recovery-image] Sep 24 16:43:09.713 INFO O| Sep 24 16:43:09.713 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-09-24T16:43:11.205Z[ recovery-image] Sep 24 16:43:09.727 INFO O| Sep 24 16:43:09.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52312025-09-24T16:43:11.205Z[ recovery-image] Sep 24 16:43:09.727 INFO O| Sep 24 16:43:09.727 INFO STEP 141 (remove_files) COMPLETE
52322025-09-24T16:43:11.205Z[ recovery-image] Sep 24 16:43:09.727 INFO O| Sep 24 16:43:09.727 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-09-24T16:43:11.219Z[ recovery-image] Sep 24 16:43:09.742 INFO O| Sep 24 16:43:09.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52342025-09-24T16:43:11.219Z[ recovery-image] Sep 24 16:43:09.742 INFO O| Sep 24 16:43:09.742 INFO STEP 142 (remove_files) COMPLETE
52352025-09-24T16:43:11.220Z[ recovery-image] Sep 24 16:43:09.742 INFO O| Sep 24 16:43:09.742 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-09-24T16:43:11.286Z[ recovery-image] Sep 24 16:43:09.757 INFO O| Sep 24 16:43:09.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52372025-09-24T16:43:11.287Z[ recovery-image] Sep 24 16:43:09.757 INFO O| Sep 24 16:43:09.757 INFO STEP 143 (remove_files) COMPLETE
52382025-09-24T16:43:11.287Z[ recovery-image] Sep 24 16:43:09.757 INFO O| Sep 24 16:43:09.757 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.772 INFO O| Sep 24 16:43:09.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52402025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.772 INFO O| Sep 24 16:43:09.772 INFO STEP 144 (remove_files) COMPLETE
52412025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.772 INFO O| Sep 24 16:43:09.772 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.786 INFO O| Sep 24 16:43:09.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52432025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.787 INFO O| Sep 24 16:43:09.787 INFO STEP 145 (remove_files) COMPLETE
52442025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.787 INFO O| Sep 24 16:43:09.787 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.801 INFO O| Sep 24 16:43:09.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52462025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.801 INFO O| Sep 24 16:43:09.801 INFO STEP 146 (remove_files) COMPLETE
52472025-09-24T16:43:11.291Z[ recovery-image] Sep 24 16:43:09.801 INFO O| Sep 24 16:43:09.801 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-09-24T16:43:11.295Z[ recovery-image] Sep 24 16:43:09.816 INFO O| Sep 24 16:43:09.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52492025-09-24T16:43:11.295Z[ recovery-image] Sep 24 16:43:09.816 INFO O| Sep 24 16:43:09.816 INFO STEP 147 (remove_files) COMPLETE
52502025-09-24T16:43:11.295Z[ recovery-image] Sep 24 16:43:09.816 INFO O| Sep 24 16:43:09.816 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-09-24T16:43:11.308Z[ recovery-image] Sep 24 16:43:09.831 INFO O| Sep 24 16:43:09.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52522025-09-24T16:43:11.308Z[ recovery-image] Sep 24 16:43:09.831 INFO O| Sep 24 16:43:09.831 INFO STEP 148 (remove_files) COMPLETE
52532025-09-24T16:43:11.312Z[ recovery-image] Sep 24 16:43:09.831 INFO O| Sep 24 16:43:09.831 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-09-24T16:43:11.324Z[ recovery-image] Sep 24 16:43:09.847 INFO O| Sep 24 16:43:09.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52552025-09-24T16:43:11.324Z[ recovery-image] Sep 24 16:43:09.847 INFO O| Sep 24 16:43:09.847 INFO STEP 149 (remove_files) COMPLETE
52562025-09-24T16:43:11.324Z[ recovery-image] Sep 24 16:43:09.847 INFO O| Sep 24 16:43:09.847 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-09-24T16:43:11.339Z[ recovery-image] Sep 24 16:43:09.862 INFO O| Sep 24 16:43:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52582025-09-24T16:43:11.339Z[ recovery-image] Sep 24 16:43:09.862 INFO O| Sep 24 16:43:09.862 INFO STEP 150 (remove_files) COMPLETE
52592025-09-24T16:43:11.342Z[ recovery-image] Sep 24 16:43:09.862 INFO O| Sep 24 16:43:09.862 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-09-24T16:43:11.354Z[ recovery-image] Sep 24 16:43:09.877 INFO O| Sep 24 16:43:09.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52612025-09-24T16:43:11.354Z[ recovery-image] Sep 24 16:43:09.877 INFO O| Sep 24 16:43:09.877 INFO STEP 151 (remove_files) COMPLETE
52622025-09-24T16:43:11.354Z[ recovery-image] Sep 24 16:43:09.877 INFO O| Sep 24 16:43:09.877 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-09-24T16:43:11.369Z[ recovery-image] Sep 24 16:43:09.892 INFO O| Sep 24 16:43:09.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52642025-09-24T16:43:11.370Z[ recovery-image] Sep 24 16:43:09.892 INFO O| Sep 24 16:43:09.892 INFO STEP 152 (remove_files) COMPLETE
52652025-09-24T16:43:11.370Z[ recovery-image] Sep 24 16:43:09.892 INFO O| Sep 24 16:43:09.892 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-09-24T16:43:11.383Z[ recovery-image] Sep 24 16:43:09.906 INFO O| Sep 24 16:43:09.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52672025-09-24T16:43:11.384Z[ recovery-image] Sep 24 16:43:09.906 INFO O| Sep 24 16:43:09.906 INFO STEP 153 (remove_files) COMPLETE
52682025-09-24T16:43:11.387Z[ recovery-image] Sep 24 16:43:09.906 INFO O| Sep 24 16:43:09.906 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-09-24T16:43:11.397Z[ recovery-image] Sep 24 16:43:09.920 INFO O| Sep 24 16:43:09.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52702025-09-24T16:43:11.397Z[ recovery-image] Sep 24 16:43:09.920 INFO O| Sep 24 16:43:09.920 INFO STEP 154 (remove_files) COMPLETE
52712025-09-24T16:43:11.401Z[ recovery-image] Sep 24 16:43:09.920 INFO O| Sep 24 16:43:09.920 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-09-24T16:43:11.410Z[ recovery-image] Sep 24 16:43:09.933 INFO O| Sep 24 16:43:09.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52732025-09-24T16:43:11.410Z[ recovery-image] Sep 24 16:43:09.933 INFO O| Sep 24 16:43:09.933 INFO STEP 155 (remove_files) COMPLETE
52742025-09-24T16:43:11.414Z[ recovery-image] Sep 24 16:43:09.933 INFO O| Sep 24 16:43:09.933 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-09-24T16:43:11.423Z[ recovery-image] Sep 24 16:43:09.946 INFO O| Sep 24 16:43:09.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52762025-09-24T16:43:11.423Z[ recovery-image] Sep 24 16:43:09.946 INFO O| Sep 24 16:43:09.946 INFO STEP 156 (remove_files) COMPLETE
52772025-09-24T16:43:11.423Z[ recovery-image] Sep 24 16:43:09.946 INFO O| Sep 24 16:43:09.946 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-09-24T16:43:11.443Z[ recovery-image] Sep 24 16:43:09.960 INFO O| Sep 24 16:43:09.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52792025-09-24T16:43:11.443Z[ recovery-image] Sep 24 16:43:09.960 INFO O| Sep 24 16:43:09.960 INFO STEP 157 (remove_files) COMPLETE
52802025-09-24T16:43:11.446Z[ recovery-image] Sep 24 16:43:09.960 INFO O| Sep 24 16:43:09.960 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-09-24T16:43:11.451Z[ recovery-image] Sep 24 16:43:09.974 INFO O| Sep 24 16:43:09.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52822025-09-24T16:43:11.451Z[ recovery-image] Sep 24 16:43:09.974 INFO O| Sep 24 16:43:09.974 INFO STEP 158 (remove_files) COMPLETE
52832025-09-24T16:43:11.455Z[ recovery-image] Sep 24 16:43:09.974 INFO O| Sep 24 16:43:09.974 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-09-24T16:43:11.466Z[ recovery-image] Sep 24 16:43:09.989 INFO O| Sep 24 16:43:09.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52852025-09-24T16:43:11.466Z[ recovery-image] Sep 24 16:43:09.989 INFO O| Sep 24 16:43:09.989 INFO STEP 159 (remove_files) COMPLETE
52862025-09-24T16:43:11.466Z[ recovery-image] Sep 24 16:43:09.989 INFO O| Sep 24 16:43:09.989 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-09-24T16:43:11.480Z[ recovery-image] Sep 24 16:43:10.003 INFO O| Sep 24 16:43:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52882025-09-24T16:43:11.480Z[ recovery-image] Sep 24 16:43:10.003 INFO O| Sep 24 16:43:10.003 INFO STEP 160 (remove_files) COMPLETE
52892025-09-24T16:43:11.484Z[ recovery-image] Sep 24 16:43:10.003 INFO O| Sep 24 16:43:10.003 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-09-24T16:43:11.494Z[ recovery-image] Sep 24 16:43:10.017 INFO O| Sep 24 16:43:10.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52912025-09-24T16:43:11.494Z[ recovery-image] Sep 24 16:43:10.017 INFO O| Sep 24 16:43:10.017 INFO STEP 161 (remove_files) COMPLETE
52922025-09-24T16:43:11.498Z[ recovery-image] Sep 24 16:43:10.017 INFO O| Sep 24 16:43:10.017 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-09-24T16:43:11.509Z[ recovery-image] Sep 24 16:43:10.032 INFO O| Sep 24 16:43:10.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52942025-09-24T16:43:11.509Z[ recovery-image] Sep 24 16:43:10.032 INFO O| Sep 24 16:43:10.032 INFO STEP 162 (remove_files) COMPLETE
52952025-09-24T16:43:11.509Z[ recovery-image] Sep 24 16:43:10.032 INFO O| Sep 24 16:43:10.032 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-09-24T16:43:11.523Z[ recovery-image] Sep 24 16:43:10.046 INFO O| Sep 24 16:43:10.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52972025-09-24T16:43:11.523Z[ recovery-image] Sep 24 16:43:10.046 INFO O| Sep 24 16:43:10.046 INFO STEP 163 (remove_files) COMPLETE
52982025-09-24T16:43:11.523Z[ recovery-image] Sep 24 16:43:10.046 INFO O| Sep 24 16:43:10.046 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-09-24T16:43:11.538Z[ recovery-image] Sep 24 16:43:10.061 INFO O| Sep 24 16:43:10.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53002025-09-24T16:43:11.557Z[ recovery-image] Sep 24 16:43:10.080 INFO O| Sep 24 16:43:10.080 INFO STEP 164 (remove_files) COMPLETE
53012025-09-24T16:43:11.557Z[ recovery-image] Sep 24 16:43:10.080 INFO O| Sep 24 16:43:10.080 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-09-24T16:43:11.573Z[ recovery-image] Sep 24 16:43:10.096 INFO O| Sep 24 16:43:10.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53032025-09-24T16:43:11.573Z[ recovery-image] Sep 24 16:43:10.096 INFO O| Sep 24 16:43:10.096 INFO STEP 165 (remove_files) COMPLETE
53042025-09-24T16:43:11.573Z[ recovery-image] Sep 24 16:43:10.096 INFO O| Sep 24 16:43:10.096 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-09-24T16:43:11.587Z[ recovery-image] Sep 24 16:43:10.110 INFO O| Sep 24 16:43:10.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53062025-09-24T16:43:11.587Z[ recovery-image] Sep 24 16:43:10.110 INFO O| Sep 24 16:43:10.110 INFO STEP 166 (remove_files) COMPLETE
53072025-09-24T16:43:11.587Z[ recovery-image] Sep 24 16:43:10.110 INFO O| Sep 24 16:43:10.110 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-09-24T16:43:11.612Z[ recovery-image] Sep 24 16:43:10.134 INFO O| Sep 24 16:43:10.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53092025-09-24T16:43:11.612Z[ recovery-image] Sep 24 16:43:10.135 INFO O| Sep 24 16:43:10.134 INFO STEP 167 (remove_files) COMPLETE
53102025-09-24T16:43:11.612Z[ recovery-image] Sep 24 16:43:10.135 INFO O| Sep 24 16:43:10.135 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-09-24T16:43:11.627Z[ recovery-image] Sep 24 16:43:10.150 INFO O| Sep 24 16:43:10.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53122025-09-24T16:43:11.627Z[ recovery-image] Sep 24 16:43:10.150 INFO O| Sep 24 16:43:10.150 INFO STEP 168 (remove_files) COMPLETE
53132025-09-24T16:43:11.632Z[ recovery-image] Sep 24 16:43:10.150 INFO O| Sep 24 16:43:10.150 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-09-24T16:43:11.642Z[ recovery-image] Sep 24 16:43:10.164 INFO O| Sep 24 16:43:10.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53152025-09-24T16:43:11.642Z[ recovery-image] Sep 24 16:43:10.164 INFO O| Sep 24 16:43:10.164 INFO STEP 169 (remove_files) COMPLETE
53162025-09-24T16:43:11.642Z[ recovery-image] Sep 24 16:43:10.164 INFO O| Sep 24 16:43:10.164 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-09-24T16:43:11.656Z[ recovery-image] Sep 24 16:43:10.179 INFO O| Sep 24 16:43:10.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53182025-09-24T16:43:11.656Z[ recovery-image] Sep 24 16:43:10.179 INFO O| Sep 24 16:43:10.179 INFO STEP 170 (remove_files) COMPLETE
53192025-09-24T16:43:11.660Z[ recovery-image] Sep 24 16:43:10.179 INFO O| Sep 24 16:43:10.179 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-09-24T16:43:11.670Z[ recovery-image] Sep 24 16:43:10.193 INFO O| Sep 24 16:43:10.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53212025-09-24T16:43:11.671Z[ recovery-image] Sep 24 16:43:10.193 INFO O| Sep 24 16:43:10.193 INFO STEP 171 (remove_files) COMPLETE
53222025-09-24T16:43:11.674Z[ recovery-image] Sep 24 16:43:10.193 INFO O| Sep 24 16:43:10.193 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-09-24T16:43:11.686Z[ recovery-image] Sep 24 16:43:10.208 INFO O| Sep 24 16:43:10.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53242025-09-24T16:43:11.686Z[ recovery-image] Sep 24 16:43:10.208 INFO O| Sep 24 16:43:10.208 INFO STEP 172 (remove_files) COMPLETE
53252025-09-24T16:43:11.686Z[ recovery-image] Sep 24 16:43:10.208 INFO O| Sep 24 16:43:10.208 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-09-24T16:43:11.700Z[ recovery-image] Sep 24 16:43:10.222 INFO O| Sep 24 16:43:10.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53272025-09-24T16:43:11.703Z[ recovery-image] Sep 24 16:43:10.222 INFO O| Sep 24 16:43:10.222 INFO STEP 173 (remove_files) COMPLETE
53282025-09-24T16:43:11.703Z[ recovery-image] Sep 24 16:43:10.222 INFO O| Sep 24 16:43:10.222 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-09-24T16:43:11.713Z[ recovery-image] Sep 24 16:43:10.236 INFO O| Sep 24 16:43:10.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53302025-09-24T16:43:11.713Z[ recovery-image] Sep 24 16:43:10.236 INFO O| Sep 24 16:43:10.236 INFO STEP 174 (remove_files) COMPLETE
53312025-09-24T16:43:11.717Z[ recovery-image] Sep 24 16:43:10.236 INFO O| Sep 24 16:43:10.236 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-09-24T16:43:11.727Z[ recovery-image] Sep 24 16:43:10.250 INFO O| Sep 24 16:43:10.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53332025-09-24T16:43:11.727Z[ recovery-image] Sep 24 16:43:10.250 INFO O| Sep 24 16:43:10.250 INFO STEP 175 (remove_files) COMPLETE
53342025-09-24T16:43:11.731Z[ recovery-image] Sep 24 16:43:10.250 INFO O| Sep 24 16:43:10.250 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-09-24T16:43:11.743Z[ recovery-image] Sep 24 16:43:10.265 INFO O| Sep 24 16:43:10.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53362025-09-24T16:43:11.743Z[ recovery-image] Sep 24 16:43:10.265 INFO O| Sep 24 16:43:10.265 INFO STEP 176 (remove_files) COMPLETE
53372025-09-24T16:43:11.746Z[ recovery-image] Sep 24 16:43:10.265 INFO O| Sep 24 16:43:10.265 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-09-24T16:43:11.758Z[ recovery-image] Sep 24 16:43:10.281 INFO O| Sep 24 16:43:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53392025-09-24T16:43:11.758Z[ recovery-image] Sep 24 16:43:10.281 INFO O| Sep 24 16:43:10.281 INFO STEP 177 (remove_files) COMPLETE
53402025-09-24T16:43:11.761Z[ recovery-image] Sep 24 16:43:10.281 INFO O| Sep 24 16:43:10.281 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-09-24T16:43:11.773Z[ recovery-image] Sep 24 16:43:10.296 INFO O| Sep 24 16:43:10.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53422025-09-24T16:43:11.773Z[ recovery-image] Sep 24 16:43:10.296 INFO O| Sep 24 16:43:10.296 INFO STEP 178 (remove_files) COMPLETE
53432025-09-24T16:43:11.777Z[ recovery-image] Sep 24 16:43:10.296 INFO O| Sep 24 16:43:10.296 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-09-24T16:43:11.788Z[ recovery-image] Sep 24 16:43:10.311 INFO O| Sep 24 16:43:10.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53452025-09-24T16:43:11.788Z[ recovery-image] Sep 24 16:43:10.311 INFO O| Sep 24 16:43:10.311 INFO STEP 179 (remove_files) COMPLETE
53462025-09-24T16:43:11.791Z[ recovery-image] Sep 24 16:43:10.311 INFO O| Sep 24 16:43:10.311 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-09-24T16:43:11.801Z[ recovery-image] Sep 24 16:43:10.324 INFO O| Sep 24 16:43:10.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53482025-09-24T16:43:11.801Z[ recovery-image] Sep 24 16:43:10.324 INFO O| Sep 24 16:43:10.324 INFO STEP 180 (remove_files) COMPLETE
53492025-09-24T16:43:11.802Z[ recovery-image] Sep 24 16:43:10.324 INFO O| Sep 24 16:43:10.324 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-09-24T16:43:11.816Z[ recovery-image] Sep 24 16:43:10.339 INFO O| Sep 24 16:43:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53512025-09-24T16:43:11.816Z[ recovery-image] Sep 24 16:43:10.339 INFO O| Sep 24 16:43:10.339 INFO STEP 181 (remove_files) COMPLETE
53522025-09-24T16:43:11.817Z[ recovery-image] Sep 24 16:43:10.339 INFO O| Sep 24 16:43:10.339 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-09-24T16:43:11.831Z[ recovery-image] Sep 24 16:43:10.353 INFO O| Sep 24 16:43:10.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53542025-09-24T16:43:11.831Z[ recovery-image] Sep 24 16:43:10.353 INFO O| Sep 24 16:43:10.353 INFO STEP 182 (remove_files) COMPLETE
53552025-09-24T16:43:11.834Z[ recovery-image] Sep 24 16:43:10.353 INFO O| Sep 24 16:43:10.353 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-09-24T16:43:11.844Z[ recovery-image] Sep 24 16:43:10.367 INFO O| Sep 24 16:43:10.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53572025-09-24T16:43:11.844Z[ recovery-image] Sep 24 16:43:10.367 INFO O| Sep 24 16:43:10.367 INFO STEP 183 (remove_files) COMPLETE
53582025-09-24T16:43:11.844Z[ recovery-image] Sep 24 16:43:10.367 INFO O| Sep 24 16:43:10.367 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-09-24T16:43:11.860Z[ recovery-image] Sep 24 16:43:10.382 INFO O| Sep 24 16:43:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53602025-09-24T16:43:11.860Z[ recovery-image] Sep 24 16:43:10.382 INFO O| Sep 24 16:43:10.382 INFO STEP 184 (remove_files) COMPLETE
53612025-09-24T16:43:11.860Z[ recovery-image] Sep 24 16:43:10.382 INFO O| Sep 24 16:43:10.382 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-09-24T16:43:11.873Z[ recovery-image] Sep 24 16:43:10.396 INFO O| Sep 24 16:43:10.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53632025-09-24T16:43:11.873Z[ recovery-image] Sep 24 16:43:10.396 INFO O| Sep 24 16:43:10.396 INFO STEP 185 (remove_files) COMPLETE
53642025-09-24T16:43:11.873Z[ recovery-image] Sep 24 16:43:10.396 INFO O| Sep 24 16:43:10.396 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-09-24T16:43:11.887Z[ recovery-image] Sep 24 16:43:10.410 INFO O| Sep 24 16:43:10.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53662025-09-24T16:43:11.887Z[ recovery-image] Sep 24 16:43:10.410 INFO O| Sep 24 16:43:10.410 INFO STEP 186 (remove_files) COMPLETE
53672025-09-24T16:43:11.890Z[ recovery-image] Sep 24 16:43:10.410 INFO O| Sep 24 16:43:10.410 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-09-24T16:43:11.901Z[ recovery-image] Sep 24 16:43:10.424 INFO O| Sep 24 16:43:10.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53692025-09-24T16:43:11.901Z[ recovery-image] Sep 24 16:43:10.424 INFO O| Sep 24 16:43:10.424 INFO STEP 187 (remove_files) COMPLETE
53702025-09-24T16:43:11.904Z[ recovery-image] Sep 24 16:43:10.424 INFO O| Sep 24 16:43:10.424 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-09-24T16:43:11.916Z[ recovery-image] Sep 24 16:43:10.438 INFO O| Sep 24 16:43:10.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53722025-09-24T16:43:11.916Z[ recovery-image] Sep 24 16:43:10.439 INFO O| Sep 24 16:43:10.438 INFO STEP 188 (remove_files) COMPLETE
53732025-09-24T16:43:11.919Z[ recovery-image] Sep 24 16:43:10.439 INFO O| Sep 24 16:43:10.439 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-09-24T16:43:11.930Z[ recovery-image] Sep 24 16:43:10.453 INFO O| Sep 24 16:43:10.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53752025-09-24T16:43:11.930Z[ recovery-image] Sep 24 16:43:10.453 INFO O| Sep 24 16:43:10.453 INFO STEP 189 (remove_files) COMPLETE
53762025-09-24T16:43:11.933Z[ recovery-image] Sep 24 16:43:10.453 INFO O| Sep 24 16:43:10.453 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-09-24T16:43:11.943Z[ recovery-image] Sep 24 16:43:10.466 INFO O| Sep 24 16:43:10.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53782025-09-24T16:43:11.943Z[ recovery-image] Sep 24 16:43:10.466 INFO O| Sep 24 16:43:10.466 INFO STEP 190 (remove_files) COMPLETE
53792025-09-24T16:43:11.943Z[ recovery-image] Sep 24 16:43:10.466 INFO O| Sep 24 16:43:10.466 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-09-24T16:43:11.957Z[ recovery-image] Sep 24 16:43:10.480 INFO O| Sep 24 16:43:10.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53812025-09-24T16:43:11.957Z[ recovery-image] Sep 24 16:43:10.480 INFO O| Sep 24 16:43:10.480 INFO STEP 191 (remove_files) COMPLETE
53822025-09-24T16:43:11.957Z[ recovery-image] Sep 24 16:43:10.480 INFO O| Sep 24 16:43:10.480 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-09-24T16:43:11.972Z[ recovery-image] Sep 24 16:43:10.495 INFO O| Sep 24 16:43:10.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53842025-09-24T16:43:11.972Z[ recovery-image] Sep 24 16:43:10.495 INFO O| Sep 24 16:43:10.495 INFO STEP 192 (remove_files) COMPLETE
53852025-09-24T16:43:11.972Z[ recovery-image] Sep 24 16:43:10.495 INFO O| Sep 24 16:43:10.495 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-09-24T16:43:11.987Z[ recovery-image] Sep 24 16:43:10.510 INFO O| Sep 24 16:43:10.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53872025-09-24T16:43:11.987Z[ recovery-image] Sep 24 16:43:10.510 INFO O| Sep 24 16:43:10.510 INFO STEP 193 (remove_files) COMPLETE
53882025-09-24T16:43:11.990Z[ recovery-image] Sep 24 16:43:10.510 INFO O| Sep 24 16:43:10.510 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-09-24T16:43:12.002Z[ recovery-image] Sep 24 16:43:10.525 INFO O| Sep 24 16:43:10.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53902025-09-24T16:43:12.002Z[ recovery-image] Sep 24 16:43:10.525 INFO O| Sep 24 16:43:10.525 INFO STEP 194 (remove_files) COMPLETE
53912025-09-24T16:43:12.002Z[ recovery-image] Sep 24 16:43:10.525 INFO O| Sep 24 16:43:10.525 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-09-24T16:43:12.015Z[ recovery-image] Sep 24 16:43:10.538 INFO O| Sep 24 16:43:10.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53932025-09-24T16:43:12.015Z[ recovery-image] Sep 24 16:43:10.538 INFO O| Sep 24 16:43:10.538 INFO STEP 195 (remove_files) COMPLETE
53942025-09-24T16:43:12.015Z[ recovery-image] Sep 24 16:43:10.538 INFO O| Sep 24 16:43:10.538 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-09-24T16:43:12.029Z[ recovery-image] Sep 24 16:43:10.552 INFO O| Sep 24 16:43:10.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53962025-09-24T16:43:12.029Z[ recovery-image] Sep 24 16:43:10.552 INFO O| Sep 24 16:43:10.552 INFO STEP 196 (remove_files) COMPLETE
53972025-09-24T16:43:12.029Z[ recovery-image] Sep 24 16:43:10.552 INFO O| Sep 24 16:43:10.552 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-09-24T16:43:12.042Z[ recovery-image] Sep 24 16:43:10.565 INFO O| Sep 24 16:43:10.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53992025-09-24T16:43:12.042Z[ recovery-image] Sep 24 16:43:10.565 INFO O| Sep 24 16:43:10.565 INFO STEP 197 (remove_files) COMPLETE
54002025-09-24T16:43:12.046Z[ recovery-image] Sep 24 16:43:10.565 INFO O| Sep 24 16:43:10.565 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-09-24T16:43:12.057Z[ recovery-image] Sep 24 16:43:10.580 INFO O| Sep 24 16:43:10.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54022025-09-24T16:43:12.057Z[ recovery-image] Sep 24 16:43:10.580 INFO O| Sep 24 16:43:10.580 INFO STEP 198 (remove_files) COMPLETE
54032025-09-24T16:43:12.061Z[ recovery-image] Sep 24 16:43:10.580 INFO O| Sep 24 16:43:10.580 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-09-24T16:43:12.071Z[ recovery-image] Sep 24 16:43:10.593 INFO O| Sep 24 16:43:10.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54052025-09-24T16:43:12.075Z[ recovery-image] Sep 24 16:43:10.593 INFO O| Sep 24 16:43:10.593 INFO STEP 199 (remove_files) COMPLETE
54062025-09-24T16:43:12.075Z[ recovery-image] Sep 24 16:43:10.593 INFO O| Sep 24 16:43:10.593 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-09-24T16:43:12.084Z[ recovery-image] Sep 24 16:43:10.607 INFO O| Sep 24 16:43:10.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54082025-09-24T16:43:12.084Z[ recovery-image] Sep 24 16:43:10.607 INFO O| Sep 24 16:43:10.607 INFO STEP 200 (remove_files) COMPLETE
54092025-09-24T16:43:12.084Z[ recovery-image] Sep 24 16:43:10.607 INFO O| Sep 24 16:43:10.607 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-09-24T16:43:12.100Z[ recovery-image] Sep 24 16:43:10.623 INFO O| Sep 24 16:43:10.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54112025-09-24T16:43:12.100Z[ recovery-image] Sep 24 16:43:10.623 INFO O| Sep 24 16:43:10.623 INFO STEP 201 (remove_files) COMPLETE
54122025-09-24T16:43:12.100Z[ recovery-image] Sep 24 16:43:10.623 INFO O| Sep 24 16:43:10.623 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-09-24T16:43:12.116Z[ recovery-image] Sep 24 16:43:10.639 INFO O| Sep 24 16:43:10.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54142025-09-24T16:43:12.116Z[ recovery-image] Sep 24 16:43:10.639 INFO O| Sep 24 16:43:10.639 INFO STEP 202 (remove_files) COMPLETE
54152025-09-24T16:43:12.116Z[ recovery-image] Sep 24 16:43:10.639 INFO O| Sep 24 16:43:10.639 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-09-24T16:43:12.131Z[ recovery-image] Sep 24 16:43:10.654 INFO O| Sep 24 16:43:10.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54172025-09-24T16:43:12.131Z[ recovery-image] Sep 24 16:43:10.654 INFO O| Sep 24 16:43:10.654 INFO STEP 203 (remove_files) COMPLETE
54182025-09-24T16:43:12.131Z[ recovery-image] Sep 24 16:43:10.654 INFO O| Sep 24 16:43:10.654 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-09-24T16:43:12.146Z[ recovery-image] Sep 24 16:43:10.669 INFO O| Sep 24 16:43:10.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54202025-09-24T16:43:12.146Z[ recovery-image] Sep 24 16:43:10.669 INFO O| Sep 24 16:43:10.669 INFO STEP 204 (remove_files) COMPLETE
54212025-09-24T16:43:12.146Z[ recovery-image] Sep 24 16:43:10.669 INFO O| Sep 24 16:43:10.669 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-09-24T16:43:12.162Z[ recovery-image] Sep 24 16:43:10.685 INFO O| Sep 24 16:43:10.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54232025-09-24T16:43:12.162Z[ recovery-image] Sep 24 16:43:10.685 INFO O| Sep 24 16:43:10.685 INFO STEP 205 (remove_files) COMPLETE
54242025-09-24T16:43:12.162Z[ recovery-image] Sep 24 16:43:10.685 INFO O| Sep 24 16:43:10.685 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-09-24T16:43:12.177Z[ recovery-image] Sep 24 16:43:10.700 INFO O| Sep 24 16:43:10.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54262025-09-24T16:43:12.178Z[ recovery-image] Sep 24 16:43:10.700 INFO O| Sep 24 16:43:10.700 INFO STEP 206 (remove_files) COMPLETE
54272025-09-24T16:43:12.178Z[ recovery-image] Sep 24 16:43:10.700 INFO O| Sep 24 16:43:10.700 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-09-24T16:43:12.193Z[ recovery-image] Sep 24 16:43:10.715 INFO O| Sep 24 16:43:10.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54292025-09-24T16:43:12.193Z[ recovery-image] Sep 24 16:43:10.715 INFO O| Sep 24 16:43:10.715 INFO STEP 207 (remove_files) COMPLETE
54302025-09-24T16:43:12.193Z[ recovery-image] Sep 24 16:43:10.715 INFO O| Sep 24 16:43:10.715 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-09-24T16:43:12.208Z[ recovery-image] Sep 24 16:43:10.731 INFO O| Sep 24 16:43:10.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54322025-09-24T16:43:12.208Z[ recovery-image] Sep 24 16:43:10.731 INFO O| Sep 24 16:43:10.731 INFO STEP 208 (remove_files) COMPLETE
54332025-09-24T16:43:12.208Z[ recovery-image] Sep 24 16:43:10.731 INFO O| Sep 24 16:43:10.731 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-09-24T16:43:12.224Z[ recovery-image] Sep 24 16:43:10.747 INFO O| Sep 24 16:43:10.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54352025-09-24T16:43:12.224Z[ recovery-image] Sep 24 16:43:10.747 INFO O| Sep 24 16:43:10.747 INFO STEP 209 (remove_files) COMPLETE
54362025-09-24T16:43:12.224Z[ recovery-image] Sep 24 16:43:10.747 INFO O| Sep 24 16:43:10.747 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-09-24T16:43:12.240Z[ recovery-image] Sep 24 16:43:10.762 INFO O| Sep 24 16:43:10.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54382025-09-24T16:43:12.240Z[ recovery-image] Sep 24 16:43:10.762 INFO O| Sep 24 16:43:10.762 INFO STEP 210 (remove_files) COMPLETE
54392025-09-24T16:43:12.240Z[ recovery-image] Sep 24 16:43:10.762 INFO O| Sep 24 16:43:10.762 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-09-24T16:43:12.255Z[ recovery-image] Sep 24 16:43:10.778 INFO O| Sep 24 16:43:10.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54412025-09-24T16:43:12.255Z[ recovery-image] Sep 24 16:43:10.778 INFO O| Sep 24 16:43:10.778 INFO STEP 211 (remove_files) COMPLETE
54422025-09-24T16:43:12.255Z[ recovery-image] Sep 24 16:43:10.778 INFO O| Sep 24 16:43:10.778 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-09-24T16:43:12.271Z[ recovery-image] Sep 24 16:43:10.794 INFO O| Sep 24 16:43:10.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54442025-09-24T16:43:12.271Z[ recovery-image] Sep 24 16:43:10.794 INFO O| Sep 24 16:43:10.794 INFO STEP 212 (remove_files) COMPLETE
54452025-09-24T16:43:12.271Z[ recovery-image] Sep 24 16:43:10.794 INFO O| Sep 24 16:43:10.794 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-09-24T16:43:12.286Z[ recovery-image] Sep 24 16:43:10.809 INFO O| Sep 24 16:43:10.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54472025-09-24T16:43:12.290Z[ recovery-image] Sep 24 16:43:10.809 INFO O| Sep 24 16:43:10.809 INFO STEP 213 (remove_files) COMPLETE
54482025-09-24T16:43:12.290Z[ recovery-image] Sep 24 16:43:10.809 INFO O| Sep 24 16:43:10.809 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-09-24T16:43:12.301Z[ recovery-image] Sep 24 16:43:10.824 INFO O| Sep 24 16:43:10.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54502025-09-24T16:43:12.302Z[ recovery-image] Sep 24 16:43:10.824 INFO O| Sep 24 16:43:10.824 INFO STEP 214 (remove_files) COMPLETE
54512025-09-24T16:43:12.302Z[ recovery-image] Sep 24 16:43:10.824 INFO O| Sep 24 16:43:10.824 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-09-24T16:43:12.315Z[ recovery-image] Sep 24 16:43:10.838 INFO O| Sep 24 16:43:10.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54532025-09-24T16:43:12.315Z[ recovery-image] Sep 24 16:43:10.838 INFO O| Sep 24 16:43:10.838 INFO STEP 215 (remove_files) COMPLETE
54542025-09-24T16:43:12.315Z[ recovery-image] Sep 24 16:43:10.838 INFO O| Sep 24 16:43:10.838 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-09-24T16:43:12.331Z[ recovery-image] Sep 24 16:43:10.853 INFO O| Sep 24 16:43:10.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54562025-09-24T16:43:12.331Z[ recovery-image] Sep 24 16:43:10.853 INFO O| Sep 24 16:43:10.853 INFO STEP 216 (remove_files) COMPLETE
54572025-09-24T16:43:12.335Z[ recovery-image] Sep 24 16:43:10.853 INFO O| Sep 24 16:43:10.853 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-09-24T16:43:12.346Z[ recovery-image] Sep 24 16:43:10.869 INFO O| Sep 24 16:43:10.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54592025-09-24T16:43:12.346Z[ recovery-image] Sep 24 16:43:10.869 INFO O| Sep 24 16:43:10.869 INFO STEP 217 (remove_files) COMPLETE
54602025-09-24T16:43:12.346Z[ recovery-image] Sep 24 16:43:10.869 INFO O| Sep 24 16:43:10.869 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-09-24T16:43:12.362Z[ recovery-image] Sep 24 16:43:10.884 INFO O| Sep 24 16:43:10.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54622025-09-24T16:43:12.362Z[ recovery-image] Sep 24 16:43:10.885 INFO O| Sep 24 16:43:10.885 INFO STEP 218 (remove_files) COMPLETE
54632025-09-24T16:43:12.362Z[ recovery-image] Sep 24 16:43:10.885 INFO O| Sep 24 16:43:10.885 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-09-24T16:43:12.377Z[ recovery-image] Sep 24 16:43:10.900 INFO O| Sep 24 16:43:10.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54652025-09-24T16:43:12.377Z[ recovery-image] Sep 24 16:43:10.900 INFO O| Sep 24 16:43:10.900 INFO STEP 219 (remove_files) COMPLETE
54662025-09-24T16:43:12.377Z[ recovery-image] Sep 24 16:43:10.900 INFO O| Sep 24 16:43:10.900 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-09-24T16:43:12.411Z[ recovery-image] Sep 24 16:43:10.934 INFO O| Sep 24 16:43:10.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54682025-09-24T16:43:12.416Z[ recovery-image] Sep 24 16:43:10.934 INFO O| Sep 24 16:43:10.934 INFO STEP 220 (remove_files) COMPLETE
54692025-09-24T16:43:12.416Z[ recovery-image] Sep 24 16:43:10.934 INFO O| Sep 24 16:43:10.934 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-09-24T16:43:12.427Z[ recovery-image] Sep 24 16:43:10.950 INFO O| Sep 24 16:43:10.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54712025-09-24T16:43:12.427Z[ recovery-image] Sep 24 16:43:10.950 INFO O| Sep 24 16:43:10.950 INFO STEP 221 (remove_files) COMPLETE
54722025-09-24T16:43:12.427Z[ recovery-image] Sep 24 16:43:10.950 INFO O| Sep 24 16:43:10.950 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-09-24T16:43:12.443Z[ recovery-image] Sep 24 16:43:10.966 INFO O| Sep 24 16:43:10.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54742025-09-24T16:43:12.443Z[ recovery-image] Sep 24 16:43:10.966 INFO O| Sep 24 16:43:10.966 INFO STEP 222 (remove_files) COMPLETE
54752025-09-24T16:43:12.443Z[ recovery-image] Sep 24 16:43:10.966 INFO O| Sep 24 16:43:10.966 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-09-24T16:43:12.458Z[ recovery-image] Sep 24 16:43:10.980 INFO O| Sep 24 16:43:10.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54772025-09-24T16:43:12.459Z[ recovery-image] Sep 24 16:43:10.981 INFO O| Sep 24 16:43:10.981 INFO STEP 223 (remove_files) COMPLETE
54782025-09-24T16:43:12.462Z[ recovery-image] Sep 24 16:43:10.981 INFO O| Sep 24 16:43:10.981 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-09-24T16:43:12.473Z[ recovery-image] Sep 24 16:43:10.994 INFO O| Sep 24 16:43:10.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54802025-09-24T16:43:12.473Z[ recovery-image] Sep 24 16:43:10.994 INFO O| Sep 24 16:43:10.994 INFO STEP 224 (remove_files) COMPLETE
54812025-09-24T16:43:12.476Z[ recovery-image] Sep 24 16:43:10.994 INFO O| Sep 24 16:43:10.994 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-09-24T16:43:12.486Z[ recovery-image] Sep 24 16:43:11.009 INFO O| Sep 24 16:43:11.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54832025-09-24T16:43:12.486Z[ recovery-image] Sep 24 16:43:11.009 INFO O| Sep 24 16:43:11.009 INFO STEP 225 (remove_files) COMPLETE
54842025-09-24T16:43:12.486Z[ recovery-image] Sep 24 16:43:11.009 INFO O| Sep 24 16:43:11.009 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-09-24T16:43:12.500Z[ recovery-image] Sep 24 16:43:11.023 INFO O| Sep 24 16:43:11.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54862025-09-24T16:43:12.501Z[ recovery-image] Sep 24 16:43:11.023 INFO O| Sep 24 16:43:11.023 INFO STEP 226 (remove_files) COMPLETE
54872025-09-24T16:43:12.504Z[ recovery-image] Sep 24 16:43:11.023 INFO O| Sep 24 16:43:11.023 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-09-24T16:43:12.515Z[ recovery-image] Sep 24 16:43:11.038 INFO O| Sep 24 16:43:11.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54892025-09-24T16:43:12.515Z[ recovery-image] Sep 24 16:43:11.038 INFO O| Sep 24 16:43:11.038 INFO STEP 227 (remove_files) COMPLETE
54902025-09-24T16:43:12.515Z[ recovery-image] Sep 24 16:43:11.038 INFO O| Sep 24 16:43:11.038 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-09-24T16:43:12.530Z[ recovery-image] Sep 24 16:43:11.053 INFO O| Sep 24 16:43:11.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54922025-09-24T16:43:12.530Z[ recovery-image] Sep 24 16:43:11.053 INFO O| Sep 24 16:43:11.053 INFO STEP 228 (remove_files) COMPLETE
54932025-09-24T16:43:12.530Z[ recovery-image] Sep 24 16:43:11.053 INFO O| Sep 24 16:43:11.053 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-09-24T16:43:12.545Z[ recovery-image] Sep 24 16:43:11.068 INFO O| Sep 24 16:43:11.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54952025-09-24T16:43:12.545Z[ recovery-image] Sep 24 16:43:11.068 INFO O| Sep 24 16:43:11.068 INFO STEP 229 (remove_files) COMPLETE
54962025-09-24T16:43:12.548Z[ recovery-image] Sep 24 16:43:11.068 INFO O| Sep 24 16:43:11.068 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-09-24T16:43:12.560Z[ recovery-image] Sep 24 16:43:11.081 INFO O| Sep 24 16:43:11.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54982025-09-24T16:43:12.560Z[ recovery-image] Sep 24 16:43:11.082 INFO O| Sep 24 16:43:11.082 INFO STEP 230 (remove_files) COMPLETE
54992025-09-24T16:43:12.563Z[ recovery-image] Sep 24 16:43:11.082 INFO O| Sep 24 16:43:11.082 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-09-24T16:43:12.575Z[ recovery-image] Sep 24 16:43:11.097 INFO O| Sep 24 16:43:11.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55012025-09-24T16:43:12.575Z[ recovery-image] Sep 24 16:43:11.097 INFO O| Sep 24 16:43:11.097 INFO STEP 231 (remove_files) COMPLETE
55022025-09-24T16:43:12.575Z[ recovery-image] Sep 24 16:43:11.097 INFO O| Sep 24 16:43:11.097 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-09-24T16:43:12.589Z[ recovery-image] Sep 24 16:43:11.111 INFO O| Sep 24 16:43:11.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55042025-09-24T16:43:12.589Z[ recovery-image] Sep 24 16:43:11.112 INFO O| Sep 24 16:43:11.112 INFO STEP 232 (remove_files) COMPLETE
55052025-09-24T16:43:12.589Z[ recovery-image] Sep 24 16:43:11.112 INFO O| Sep 24 16:43:11.112 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-09-24T16:43:12.604Z[ recovery-image] Sep 24 16:43:11.126 INFO O| Sep 24 16:43:11.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55072025-09-24T16:43:12.604Z[ recovery-image] Sep 24 16:43:11.127 INFO O| Sep 24 16:43:11.127 INFO STEP 233 (remove_files) COMPLETE
55082025-09-24T16:43:12.607Z[ recovery-image] Sep 24 16:43:11.127 INFO O| Sep 24 16:43:11.127 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-09-24T16:43:12.620Z[ recovery-image] Sep 24 16:43:11.143 INFO O| Sep 24 16:43:11.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55102025-09-24T16:43:12.620Z[ recovery-image] Sep 24 16:43:11.143 INFO O| Sep 24 16:43:11.143 INFO STEP 234 (remove_files) COMPLETE
55112025-09-24T16:43:12.623Z[ recovery-image] Sep 24 16:43:11.143 INFO O| Sep 24 16:43:11.143 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-09-24T16:43:12.635Z[ recovery-image] Sep 24 16:43:11.158 INFO O| Sep 24 16:43:11.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55132025-09-24T16:43:12.635Z[ recovery-image] Sep 24 16:43:11.158 INFO O| Sep 24 16:43:11.158 INFO STEP 235 (remove_files) COMPLETE
55142025-09-24T16:43:12.636Z[ recovery-image] Sep 24 16:43:11.158 INFO O| Sep 24 16:43:11.158 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-09-24T16:43:12.650Z[ recovery-image] Sep 24 16:43:11.172 INFO O| Sep 24 16:43:11.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55162025-09-24T16:43:12.650Z[ recovery-image] Sep 24 16:43:11.172 INFO O| Sep 24 16:43:11.172 INFO STEP 236 (remove_files) COMPLETE
55172025-09-24T16:43:12.650Z[ recovery-image] Sep 24 16:43:11.172 INFO O| Sep 24 16:43:11.172 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-09-24T16:43:12.663Z[ recovery-image] Sep 24 16:43:11.186 INFO O| Sep 24 16:43:11.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55192025-09-24T16:43:12.663Z[ recovery-image] Sep 24 16:43:11.186 INFO O| Sep 24 16:43:11.186 INFO STEP 237 (remove_files) COMPLETE
55202025-09-24T16:43:12.663Z[ recovery-image] Sep 24 16:43:11.186 INFO O| Sep 24 16:43:11.186 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-09-24T16:43:12.677Z[ recovery-image] Sep 24 16:43:11.200 INFO O| Sep 24 16:43:11.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55222025-09-24T16:43:12.677Z[ recovery-image] Sep 24 16:43:11.200 INFO O| Sep 24 16:43:11.200 INFO STEP 238 (remove_files) COMPLETE
55232025-09-24T16:43:12.681Z[ recovery-image] Sep 24 16:43:11.200 INFO O| Sep 24 16:43:11.200 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-09-24T16:43:12.690Z[ recovery-image] Sep 24 16:43:11.213 INFO O| Sep 24 16:43:11.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55252025-09-24T16:43:12.690Z[ recovery-image] Sep 24 16:43:11.213 INFO O| Sep 24 16:43:11.213 INFO STEP 239 (remove_files) COMPLETE
55262025-09-24T16:43:12.694Z[ recovery-image] Sep 24 16:43:11.213 INFO O| Sep 24 16:43:11.213 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-09-24T16:43:12.704Z[ recovery-image] Sep 24 16:43:11.227 INFO O| Sep 24 16:43:11.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55282025-09-24T16:43:12.704Z[ recovery-image] Sep 24 16:43:11.227 INFO O| Sep 24 16:43:11.227 INFO STEP 240 (remove_files) COMPLETE
55292025-09-24T16:43:12.704Z[ recovery-image] Sep 24 16:43:11.227 INFO O| Sep 24 16:43:11.227 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-09-24T16:43:12.718Z[ recovery-image] Sep 24 16:43:11.241 INFO O| Sep 24 16:43:11.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55312025-09-24T16:43:12.718Z[ recovery-image] Sep 24 16:43:11.241 INFO O| Sep 24 16:43:11.241 INFO STEP 241 (remove_files) COMPLETE
55322025-09-24T16:43:12.718Z[ recovery-image] Sep 24 16:43:11.241 INFO O| Sep 24 16:43:11.241 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-09-24T16:43:12.732Z[ recovery-image] Sep 24 16:43:11.254 INFO O| Sep 24 16:43:11.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55342025-09-24T16:43:12.732Z[ recovery-image] Sep 24 16:43:11.255 INFO O| Sep 24 16:43:11.255 INFO STEP 242 (remove_files) COMPLETE
55352025-09-24T16:43:12.737Z[ recovery-image] Sep 24 16:43:11.255 INFO O| Sep 24 16:43:11.255 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-09-24T16:43:12.746Z[ recovery-image] Sep 24 16:43:11.269 INFO O| Sep 24 16:43:11.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55372025-09-24T16:43:12.746Z[ recovery-image] Sep 24 16:43:11.269 INFO O| Sep 24 16:43:11.269 INFO STEP 243 (remove_files) COMPLETE
55382025-09-24T16:43:12.749Z[ recovery-image] Sep 24 16:43:11.269 INFO O| Sep 24 16:43:11.269 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-09-24T16:43:12.760Z[ recovery-image] Sep 24 16:43:11.283 INFO O| Sep 24 16:43:11.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55402025-09-24T16:43:12.760Z[ recovery-image] Sep 24 16:43:11.283 INFO O| Sep 24 16:43:11.283 INFO STEP 244 (remove_files) COMPLETE
55412025-09-24T16:43:12.762Z[ recovery-image] Sep 24 16:43:11.283 INFO O| Sep 24 16:43:11.283 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-09-24T16:43:12.774Z[ recovery-image] Sep 24 16:43:11.296 INFO O| Sep 24 16:43:11.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55432025-09-24T16:43:12.774Z[ recovery-image] Sep 24 16:43:11.297 INFO O| Sep 24 16:43:11.297 INFO STEP 245 (remove_files) COMPLETE
55442025-09-24T16:43:12.774Z[ recovery-image] Sep 24 16:43:11.297 INFO O| Sep 24 16:43:11.297 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-09-24T16:43:12.788Z[ recovery-image] Sep 24 16:43:11.311 INFO O| Sep 24 16:43:11.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55462025-09-24T16:43:12.788Z[ recovery-image] Sep 24 16:43:11.311 INFO O| Sep 24 16:43:11.311 INFO STEP 246 (remove_files) COMPLETE
55472025-09-24T16:43:12.788Z[ recovery-image] Sep 24 16:43:11.311 INFO O| Sep 24 16:43:11.311 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-09-24T16:43:12.803Z[ recovery-image] Sep 24 16:43:11.325 INFO O| Sep 24 16:43:11.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55492025-09-24T16:43:12.803Z[ recovery-image] Sep 24 16:43:11.326 INFO O| Sep 24 16:43:11.325 INFO STEP 247 (remove_files) COMPLETE
55502025-09-24T16:43:12.803Z[ recovery-image] Sep 24 16:43:11.326 INFO O| Sep 24 16:43:11.325 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-09-24T16:43:12.819Z[ recovery-image] Sep 24 16:43:11.341 INFO O| Sep 24 16:43:11.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55522025-09-24T16:43:12.819Z[ recovery-image] Sep 24 16:43:11.341 INFO O| Sep 24 16:43:11.341 INFO STEP 248 (remove_files) COMPLETE
55532025-09-24T16:43:12.819Z[ recovery-image] Sep 24 16:43:11.341 INFO O| Sep 24 16:43:11.341 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-09-24T16:43:12.835Z[ recovery-image] Sep 24 16:43:11.358 INFO O| Sep 24 16:43:11.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55552025-09-24T16:43:12.835Z[ recovery-image] Sep 24 16:43:11.358 INFO O| Sep 24 16:43:11.358 INFO STEP 249 (remove_files) COMPLETE
55562025-09-24T16:43:12.836Z[ recovery-image] Sep 24 16:43:11.358 INFO O| Sep 24 16:43:11.358 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-09-24T16:43:12.852Z[ recovery-image] Sep 24 16:43:11.375 INFO O| Sep 24 16:43:11.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55582025-09-24T16:43:12.852Z[ recovery-image] Sep 24 16:43:11.375 INFO O| Sep 24 16:43:11.375 INFO STEP 250 (remove_files) COMPLETE
55592025-09-24T16:43:12.852Z[ recovery-image] Sep 24 16:43:11.375 INFO O| Sep 24 16:43:11.375 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-09-24T16:43:12.868Z[ recovery-image] Sep 24 16:43:11.391 INFO O| Sep 24 16:43:11.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55612025-09-24T16:43:12.868Z[ recovery-image] Sep 24 16:43:11.391 INFO O| Sep 24 16:43:11.391 INFO STEP 251 (remove_files) COMPLETE
55622025-09-24T16:43:12.869Z[ recovery-image] Sep 24 16:43:11.391 INFO O| Sep 24 16:43:11.391 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-09-24T16:43:12.885Z[ recovery-image] Sep 24 16:43:11.408 INFO O| Sep 24 16:43:11.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55642025-09-24T16:43:12.885Z[ recovery-image] Sep 24 16:43:11.408 INFO O| Sep 24 16:43:11.408 INFO STEP 252 (remove_files) COMPLETE
55652025-09-24T16:43:12.890Z[ recovery-image] Sep 24 16:43:11.408 INFO O| Sep 24 16:43:11.408 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-09-24T16:43:12.901Z[ recovery-image] Sep 24 16:43:11.424 INFO O| Sep 24 16:43:11.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55672025-09-24T16:43:12.901Z[ recovery-image] Sep 24 16:43:11.424 INFO O| Sep 24 16:43:11.424 INFO STEP 253 (remove_files) COMPLETE
55682025-09-24T16:43:12.901Z[ recovery-image] Sep 24 16:43:11.424 INFO O| Sep 24 16:43:11.424 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-09-24T16:43:12.916Z[ recovery-image] Sep 24 16:43:11.439 INFO O| Sep 24 16:43:11.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55702025-09-24T16:43:12.916Z[ recovery-image] Sep 24 16:43:11.439 INFO O| Sep 24 16:43:11.439 INFO STEP 254 (remove_files) COMPLETE
55712025-09-24T16:43:12.919Z[ recovery-image] Sep 24 16:43:11.439 INFO O| Sep 24 16:43:11.439 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-09-24T16:43:12.933Z[ recovery-image] Sep 24 16:43:11.455 INFO O| Sep 24 16:43:11.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55732025-09-24T16:43:12.933Z[ recovery-image] Sep 24 16:43:11.455 INFO O| Sep 24 16:43:11.455 INFO STEP 255 (remove_files) COMPLETE
55742025-09-24T16:43:12.933Z[ recovery-image] Sep 24 16:43:11.455 INFO O| Sep 24 16:43:11.455 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-09-24T16:43:12.955Z[ recovery-image] Sep 24 16:43:11.471 INFO O| Sep 24 16:43:11.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55762025-09-24T16:43:12.955Z[ recovery-image] Sep 24 16:43:11.472 INFO O| Sep 24 16:43:11.471 INFO STEP 256 (remove_files) COMPLETE
55772025-09-24T16:43:12.955Z[ recovery-image] Sep 24 16:43:11.472 INFO O| Sep 24 16:43:11.472 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-09-24T16:43:12.967Z[ recovery-image] Sep 24 16:43:11.489 INFO O| Sep 24 16:43:11.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55792025-09-24T16:43:12.971Z[ recovery-image] Sep 24 16:43:11.489 INFO O| Sep 24 16:43:11.489 INFO STEP 257 (remove_files) COMPLETE
55802025-09-24T16:43:12.971Z[ recovery-image] Sep 24 16:43:11.489 INFO O| Sep 24 16:43:11.489 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-09-24T16:43:12.983Z[ recovery-image] Sep 24 16:43:11.506 INFO O| Sep 24 16:43:11.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55822025-09-24T16:43:12.983Z[ recovery-image] Sep 24 16:43:11.506 INFO O| Sep 24 16:43:11.506 INFO STEP 258 (remove_files) COMPLETE
55832025-09-24T16:43:12.987Z[ recovery-image] Sep 24 16:43:11.506 INFO O| Sep 24 16:43:11.506 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-09-24T16:43:12.998Z[ recovery-image] Sep 24 16:43:11.520 INFO O| Sep 24 16:43:11.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55852025-09-24T16:43:12.998Z[ recovery-image] Sep 24 16:43:11.520 INFO O| Sep 24 16:43:11.520 INFO STEP 259 (remove_files) COMPLETE
55862025-09-24T16:43:12.998Z[ recovery-image] Sep 24 16:43:11.520 INFO O| Sep 24 16:43:11.520 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-09-24T16:43:13.011Z[ recovery-image] Sep 24 16:43:11.534 INFO O| Sep 24 16:43:11.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55882025-09-24T16:43:13.012Z[ recovery-image] Sep 24 16:43:11.534 INFO O| Sep 24 16:43:11.534 INFO STEP 260 (remove_files) COMPLETE
55892025-09-24T16:43:13.015Z[ recovery-image] Sep 24 16:43:11.534 INFO O| Sep 24 16:43:11.534 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-09-24T16:43:13.025Z[ recovery-image] Sep 24 16:43:11.548 INFO O| Sep 24 16:43:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55912025-09-24T16:43:13.026Z[ recovery-image] Sep 24 16:43:11.548 INFO O| Sep 24 16:43:11.548 INFO STEP 261 (remove_files) COMPLETE
55922025-09-24T16:43:13.026Z[ recovery-image] Sep 24 16:43:11.548 INFO O| Sep 24 16:43:11.548 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-09-24T16:43:13.040Z[ recovery-image] Sep 24 16:43:11.563 INFO O| Sep 24 16:43:11.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55942025-09-24T16:43:13.040Z[ recovery-image] Sep 24 16:43:11.563 INFO O| Sep 24 16:43:11.563 INFO STEP 262 (remove_files) COMPLETE
55952025-09-24T16:43:13.040Z[ recovery-image] Sep 24 16:43:11.563 INFO O| Sep 24 16:43:11.563 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-09-24T16:43:13.055Z[ recovery-image] Sep 24 16:43:11.578 INFO O| Sep 24 16:43:11.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55972025-09-24T16:43:13.055Z[ recovery-image] Sep 24 16:43:11.578 INFO O| Sep 24 16:43:11.578 INFO STEP 263 (remove_files) COMPLETE
55982025-09-24T16:43:13.055Z[ recovery-image] Sep 24 16:43:11.578 INFO O| Sep 24 16:43:11.578 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-09-24T16:43:13.069Z[ recovery-image] Sep 24 16:43:11.592 INFO O| Sep 24 16:43:11.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56002025-09-24T16:43:13.070Z[ recovery-image] Sep 24 16:43:11.592 INFO O| Sep 24 16:43:11.592 INFO STEP 264 (remove_files) COMPLETE
56012025-09-24T16:43:13.070Z[ recovery-image] Sep 24 16:43:11.592 INFO O| Sep 24 16:43:11.592 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-09-24T16:43:13.084Z[ recovery-image] Sep 24 16:43:11.607 INFO O| Sep 24 16:43:11.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56032025-09-24T16:43:13.087Z[ recovery-image] Sep 24 16:43:11.607 INFO O| Sep 24 16:43:11.607 INFO STEP 265 (remove_files) COMPLETE
56042025-09-24T16:43:13.087Z[ recovery-image] Sep 24 16:43:11.607 INFO O| Sep 24 16:43:11.607 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-09-24T16:43:13.099Z[ recovery-image] Sep 24 16:43:11.622 INFO O| Sep 24 16:43:11.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56062025-09-24T16:43:13.099Z[ recovery-image] Sep 24 16:43:11.622 INFO O| Sep 24 16:43:11.622 INFO STEP 266 (remove_files) COMPLETE
56072025-09-24T16:43:13.099Z[ recovery-image] Sep 24 16:43:11.622 INFO O| Sep 24 16:43:11.622 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-09-24T16:43:13.114Z[ recovery-image] Sep 24 16:43:11.636 INFO O| Sep 24 16:43:11.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56092025-09-24T16:43:13.114Z[ recovery-image] Sep 24 16:43:11.637 INFO O| Sep 24 16:43:11.637 INFO STEP 267 (remove_files) COMPLETE
56102025-09-24T16:43:13.114Z[ recovery-image] Sep 24 16:43:11.637 INFO O| Sep 24 16:43:11.637 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-09-24T16:43:13.127Z[ recovery-image] Sep 24 16:43:11.650 INFO O| Sep 24 16:43:11.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56122025-09-24T16:43:13.127Z[ recovery-image] Sep 24 16:43:11.650 INFO O| Sep 24 16:43:11.650 INFO STEP 268 (remove_files) COMPLETE
56132025-09-24T16:43:13.127Z[ recovery-image] Sep 24 16:43:11.650 INFO O| Sep 24 16:43:11.650 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-09-24T16:43:13.141Z[ recovery-image] Sep 24 16:43:11.664 INFO O| Sep 24 16:43:11.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56152025-09-24T16:43:13.141Z[ recovery-image] Sep 24 16:43:11.664 INFO O| Sep 24 16:43:11.664 INFO STEP 269 (remove_files) COMPLETE
56162025-09-24T16:43:13.141Z[ recovery-image] Sep 24 16:43:11.664 INFO O| Sep 24 16:43:11.664 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-09-24T16:43:13.155Z[ recovery-image] Sep 24 16:43:11.678 INFO O| Sep 24 16:43:11.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56182025-09-24T16:43:13.155Z[ recovery-image] Sep 24 16:43:11.678 INFO O| Sep 24 16:43:11.678 INFO STEP 270 (remove_files) COMPLETE
56192025-09-24T16:43:13.155Z[ recovery-image] Sep 24 16:43:11.678 INFO O| Sep 24 16:43:11.678 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-09-24T16:43:13.169Z[ recovery-image] Sep 24 16:43:11.691 INFO O| Sep 24 16:43:11.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56212025-09-24T16:43:13.172Z[ recovery-image] Sep 24 16:43:11.692 INFO O| Sep 24 16:43:11.691 INFO STEP 271 (remove_files) COMPLETE
56222025-09-24T16:43:13.173Z[ recovery-image] Sep 24 16:43:11.692 INFO O| Sep 24 16:43:11.691 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-09-24T16:43:13.183Z[ recovery-image] Sep 24 16:43:11.705 INFO O| Sep 24 16:43:11.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56242025-09-24T16:43:13.183Z[ recovery-image] Sep 24 16:43:11.705 INFO O| Sep 24 16:43:11.705 INFO STEP 272 (remove_files) COMPLETE
56252025-09-24T16:43:13.186Z[ recovery-image] Sep 24 16:43:11.706 INFO O| Sep 24 16:43:11.705 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-09-24T16:43:13.196Z[ recovery-image] Sep 24 16:43:11.719 INFO O| Sep 24 16:43:11.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56272025-09-24T16:43:13.196Z[ recovery-image] Sep 24 16:43:11.719 INFO O| Sep 24 16:43:11.719 INFO STEP 273 (remove_files) COMPLETE
56282025-09-24T16:43:13.196Z[ recovery-image] Sep 24 16:43:11.719 INFO O| Sep 24 16:43:11.719 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-09-24T16:43:13.211Z[ recovery-image] Sep 24 16:43:11.733 INFO O| Sep 24 16:43:11.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56302025-09-24T16:43:13.211Z[ recovery-image] Sep 24 16:43:11.733 INFO O| Sep 24 16:43:11.733 INFO STEP 274 (remove_files) COMPLETE
56312025-09-24T16:43:13.211Z[ recovery-image] Sep 24 16:43:11.733 INFO O| Sep 24 16:43:11.733 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-09-24T16:43:13.225Z[ recovery-image] Sep 24 16:43:11.748 INFO O| Sep 24 16:43:11.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56332025-09-24T16:43:13.225Z[ recovery-image] Sep 24 16:43:11.748 INFO O| Sep 24 16:43:11.748 INFO STEP 275 (remove_files) COMPLETE
56342025-09-24T16:43:13.229Z[ recovery-image] Sep 24 16:43:11.748 INFO O| Sep 24 16:43:11.748 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-09-24T16:43:13.240Z[ recovery-image] Sep 24 16:43:11.762 INFO O| Sep 24 16:43:11.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56362025-09-24T16:43:13.240Z[ recovery-image] Sep 24 16:43:11.762 INFO O| Sep 24 16:43:11.762 INFO STEP 276 (remove_files) COMPLETE
56372025-09-24T16:43:13.243Z[ recovery-image] Sep 24 16:43:11.762 INFO O| Sep 24 16:43:11.762 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-09-24T16:43:13.254Z[ recovery-image] Sep 24 16:43:11.777 INFO O| Sep 24 16:43:11.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56392025-09-24T16:43:13.254Z[ recovery-image] Sep 24 16:43:11.777 INFO O| Sep 24 16:43:11.777 INFO STEP 277 (remove_files) COMPLETE
56402025-09-24T16:43:13.254Z[ recovery-image] Sep 24 16:43:11.777 INFO O| Sep 24 16:43:11.777 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-09-24T16:43:13.269Z[ recovery-image] Sep 24 16:43:11.791 INFO O| Sep 24 16:43:11.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56422025-09-24T16:43:13.269Z[ recovery-image] Sep 24 16:43:11.792 INFO O| Sep 24 16:43:11.791 INFO STEP 278 (remove_files) COMPLETE
56432025-09-24T16:43:13.273Z[ recovery-image] Sep 24 16:43:11.792 INFO O| Sep 24 16:43:11.792 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-09-24T16:43:13.283Z[ recovery-image] Sep 24 16:43:11.806 INFO O| Sep 24 16:43:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56452025-09-24T16:43:13.283Z[ recovery-image] Sep 24 16:43:11.806 INFO O| Sep 24 16:43:11.806 INFO STEP 279 (remove_files) COMPLETE
56462025-09-24T16:43:13.283Z[ recovery-image] Sep 24 16:43:11.806 INFO O| Sep 24 16:43:11.806 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-09-24T16:43:13.297Z[ recovery-image] Sep 24 16:43:11.820 INFO O| Sep 24 16:43:11.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56482025-09-24T16:43:13.298Z[ recovery-image] Sep 24 16:43:11.820 INFO O| Sep 24 16:43:11.820 INFO STEP 280 (remove_files) COMPLETE
56492025-09-24T16:43:13.298Z[ recovery-image] Sep 24 16:43:11.820 INFO O| Sep 24 16:43:11.820 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-09-24T16:43:13.312Z[ recovery-image] Sep 24 16:43:11.835 INFO O| Sep 24 16:43:11.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56512025-09-24T16:43:13.312Z[ recovery-image] Sep 24 16:43:11.835 INFO O| Sep 24 16:43:11.835 INFO STEP 281 (remove_files) COMPLETE
56522025-09-24T16:43:13.316Z[ recovery-image] Sep 24 16:43:11.835 INFO O| Sep 24 16:43:11.835 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-09-24T16:43:13.326Z[ recovery-image] Sep 24 16:43:11.849 INFO O| Sep 24 16:43:11.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56542025-09-24T16:43:13.326Z[ recovery-image] Sep 24 16:43:11.849 INFO O| Sep 24 16:43:11.849 INFO STEP 282 (remove_files) COMPLETE
56552025-09-24T16:43:13.330Z[ recovery-image] Sep 24 16:43:11.849 INFO O| Sep 24 16:43:11.849 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-09-24T16:43:13.340Z[ recovery-image] Sep 24 16:43:11.863 INFO O| Sep 24 16:43:11.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56572025-09-24T16:43:13.340Z[ recovery-image] Sep 24 16:43:11.863 INFO O| Sep 24 16:43:11.863 INFO STEP 283 (remove_files) COMPLETE
56582025-09-24T16:43:13.344Z[ recovery-image] Sep 24 16:43:11.863 INFO O| Sep 24 16:43:11.863 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-09-24T16:43:13.355Z[ recovery-image] Sep 24 16:43:11.877 INFO O| Sep 24 16:43:11.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56602025-09-24T16:43:13.355Z[ recovery-image] Sep 24 16:43:11.877 INFO O| Sep 24 16:43:11.877 INFO STEP 284 (remove_files) COMPLETE
56612025-09-24T16:43:13.355Z[ recovery-image] Sep 24 16:43:11.877 INFO O| Sep 24 16:43:11.877 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-09-24T16:43:13.369Z[ recovery-image] Sep 24 16:43:11.892 INFO O| Sep 24 16:43:11.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56632025-09-24T16:43:13.369Z[ recovery-image] Sep 24 16:43:11.892 INFO O| Sep 24 16:43:11.892 INFO STEP 285 (remove_files) COMPLETE
56642025-09-24T16:43:13.373Z[ recovery-image] Sep 24 16:43:11.892 INFO O| Sep 24 16:43:11.892 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-09-24T16:43:13.383Z[ recovery-image] Sep 24 16:43:11.905 INFO O| Sep 24 16:43:11.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56662025-09-24T16:43:13.383Z[ recovery-image] Sep 24 16:43:11.906 INFO O| Sep 24 16:43:11.906 INFO STEP 286 (remove_files) COMPLETE
56672025-09-24T16:43:13.386Z[ recovery-image] Sep 24 16:43:11.906 INFO O| Sep 24 16:43:11.906 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-09-24T16:43:13.398Z[ recovery-image] Sep 24 16:43:11.920 INFO O| Sep 24 16:43:11.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56692025-09-24T16:43:13.398Z[ recovery-image] Sep 24 16:43:11.920 INFO O| Sep 24 16:43:11.920 INFO STEP 287 (remove_files) COMPLETE
56702025-09-24T16:43:13.401Z[ recovery-image] Sep 24 16:43:11.920 INFO O| Sep 24 16:43:11.920 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-09-24T16:43:13.412Z[ recovery-image] Sep 24 16:43:11.935 INFO O| Sep 24 16:43:11.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56722025-09-24T16:43:13.412Z[ recovery-image] Sep 24 16:43:11.935 INFO O| Sep 24 16:43:11.935 INFO STEP 288 (remove_files) COMPLETE
56732025-09-24T16:43:13.412Z[ recovery-image] Sep 24 16:43:11.935 INFO O| Sep 24 16:43:11.935 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-09-24T16:43:13.428Z[ recovery-image] Sep 24 16:43:11.949 INFO O| Sep 24 16:43:11.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56752025-09-24T16:43:13.428Z[ recovery-image] Sep 24 16:43:11.949 INFO O| Sep 24 16:43:11.949 INFO STEP 289 (remove_files) COMPLETE
56762025-09-24T16:43:13.431Z[ recovery-image] Sep 24 16:43:11.949 INFO O| Sep 24 16:43:11.949 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-09-24T16:43:13.440Z[ recovery-image] Sep 24 16:43:11.963 INFO O| Sep 24 16:43:11.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56782025-09-24T16:43:13.440Z[ recovery-image] Sep 24 16:43:11.963 INFO O| Sep 24 16:43:11.963 INFO STEP 290 (remove_files) COMPLETE
56792025-09-24T16:43:13.443Z[ recovery-image] Sep 24 16:43:11.963 INFO O| Sep 24 16:43:11.963 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-09-24T16:43:13.454Z[ recovery-image] Sep 24 16:43:11.977 INFO O| Sep 24 16:43:11.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56812025-09-24T16:43:13.454Z[ recovery-image] Sep 24 16:43:11.977 INFO O| Sep 24 16:43:11.977 INFO STEP 291 (remove_files) COMPLETE
56822025-09-24T16:43:13.455Z[ recovery-image] Sep 24 16:43:11.977 INFO O| Sep 24 16:43:11.977 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-09-24T16:43:13.468Z[ recovery-image] Sep 24 16:43:11.990 INFO O| Sep 24 16:43:11.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56842025-09-24T16:43:13.468Z[ recovery-image] Sep 24 16:43:11.991 INFO O| Sep 24 16:43:11.990 INFO STEP 292 (remove_files) COMPLETE
56852025-09-24T16:43:13.468Z[ recovery-image] Sep 24 16:43:11.991 INFO O| Sep 24 16:43:11.990 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-09-24T16:43:13.482Z[ recovery-image] Sep 24 16:43:12.004 INFO O| Sep 24 16:43:12.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56872025-09-24T16:43:13.482Z[ recovery-image] Sep 24 16:43:12.004 INFO O| Sep 24 16:43:12.004 INFO STEP 293 (remove_files) COMPLETE
56882025-09-24T16:43:13.485Z[ recovery-image] Sep 24 16:43:12.004 INFO O| Sep 24 16:43:12.004 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-09-24T16:43:13.539Z[ recovery-image] Sep 24 16:43:12.019 INFO O| Sep 24 16:43:12.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56902025-09-24T16:43:13.539Z[ recovery-image] Sep 24 16:43:12.019 INFO O| Sep 24 16:43:12.019 INFO STEP 294 (remove_files) COMPLETE
56912025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.019 INFO O| Sep 24 16:43:12.019 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.033 INFO O| Sep 24 16:43:12.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56932025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.033 INFO O| Sep 24 16:43:12.033 INFO STEP 295 (remove_files) COMPLETE
56942025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.033 INFO O| Sep 24 16:43:12.033 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.047 INFO O| Sep 24 16:43:12.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56962025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.047 INFO O| Sep 24 16:43:12.047 INFO STEP 296 (remove_files) COMPLETE
56972025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.047 INFO O| Sep 24 16:43:12.047 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.061 INFO O| Sep 24 16:43:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56992025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.061 INFO O| Sep 24 16:43:12.061 INFO STEP 297 (remove_files) COMPLETE
57002025-09-24T16:43:13.544Z[ recovery-image] Sep 24 16:43:12.061 INFO O| Sep 24 16:43:12.061 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-09-24T16:43:13.551Z[ recovery-image] Sep 24 16:43:12.073 INFO O| Sep 24 16:43:12.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57022025-09-24T16:43:13.551Z[ recovery-image] Sep 24 16:43:12.074 INFO O| Sep 24 16:43:12.073 INFO STEP 298 (remove_files) COMPLETE
57032025-09-24T16:43:13.554Z[ recovery-image] Sep 24 16:43:12.074 INFO O| Sep 24 16:43:12.074 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-09-24T16:43:13.564Z[ recovery-image] Sep 24 16:43:12.086 INFO O| Sep 24 16:43:12.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57052025-09-24T16:43:13.564Z[ recovery-image] Sep 24 16:43:12.086 INFO O| Sep 24 16:43:12.086 INFO STEP 299 (remove_files) COMPLETE
57062025-09-24T16:43:13.564Z[ recovery-image] Sep 24 16:43:12.086 INFO O| Sep 24 16:43:12.086 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-09-24T16:43:13.577Z[ recovery-image] Sep 24 16:43:12.099 INFO O| Sep 24 16:43:12.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57082025-09-24T16:43:13.577Z[ recovery-image] Sep 24 16:43:12.100 INFO O| Sep 24 16:43:12.100 INFO STEP 300 (remove_files) COMPLETE
57092025-09-24T16:43:13.577Z[ recovery-image] Sep 24 16:43:12.100 INFO O| Sep 24 16:43:12.100 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-09-24T16:43:13.591Z[ recovery-image] Sep 24 16:43:12.114 INFO O| Sep 24 16:43:12.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57112025-09-24T16:43:13.591Z[ recovery-image] Sep 24 16:43:12.114 INFO O| Sep 24 16:43:12.114 INFO STEP 301 (remove_files) COMPLETE
57122025-09-24T16:43:13.591Z[ recovery-image] Sep 24 16:43:12.114 INFO O| Sep 24 16:43:12.114 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-09-24T16:43:13.609Z[ recovery-image] Sep 24 16:43:12.131 INFO O| Sep 24 16:43:12.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57142025-09-24T16:43:13.609Z[ recovery-image] Sep 24 16:43:12.131 INFO O| Sep 24 16:43:12.131 INFO STEP 302 (remove_files) COMPLETE
57152025-09-24T16:43:13.609Z[ recovery-image] Sep 24 16:43:12.131 INFO O| Sep 24 16:43:12.131 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-09-24T16:43:13.623Z[ recovery-image] Sep 24 16:43:12.146 INFO O| Sep 24 16:43:12.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57172025-09-24T16:43:13.623Z[ recovery-image] Sep 24 16:43:12.146 INFO O| Sep 24 16:43:12.146 INFO STEP 303 (remove_files) COMPLETE
57182025-09-24T16:43:13.623Z[ recovery-image] Sep 24 16:43:12.146 INFO O| Sep 24 16:43:12.146 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-09-24T16:43:13.637Z[ recovery-image] Sep 24 16:43:12.160 INFO O| Sep 24 16:43:12.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57202025-09-24T16:43:13.638Z[ recovery-image] Sep 24 16:43:12.160 INFO O| Sep 24 16:43:12.160 INFO STEP 304 (remove_files) COMPLETE
57212025-09-24T16:43:13.642Z[ recovery-image] Sep 24 16:43:12.160 INFO O| Sep 24 16:43:12.160 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-09-24T16:43:13.651Z[ recovery-image] Sep 24 16:43:12.174 INFO O| Sep 24 16:43:12.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57232025-09-24T16:43:13.651Z[ recovery-image] Sep 24 16:43:12.174 INFO O| Sep 24 16:43:12.174 INFO STEP 305 (remove_files) COMPLETE
57242025-09-24T16:43:13.651Z[ recovery-image] Sep 24 16:43:12.174 INFO O| Sep 24 16:43:12.174 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-09-24T16:43:13.664Z[ recovery-image] Sep 24 16:43:12.187 INFO O| Sep 24 16:43:12.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57262025-09-24T16:43:13.664Z[ recovery-image] Sep 24 16:43:12.187 INFO O| Sep 24 16:43:12.187 INFO STEP 306 (remove_files) COMPLETE
57272025-09-24T16:43:13.664Z[ recovery-image] Sep 24 16:43:12.187 INFO O| Sep 24 16:43:12.187 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-09-24T16:43:13.678Z[ recovery-image] Sep 24 16:43:12.201 INFO O| Sep 24 16:43:12.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57292025-09-24T16:43:13.679Z[ recovery-image] Sep 24 16:43:12.201 INFO O| Sep 24 16:43:12.201 INFO STEP 307 (remove_files) COMPLETE
57302025-09-24T16:43:13.682Z[ recovery-image] Sep 24 16:43:12.201 INFO O| Sep 24 16:43:12.201 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-09-24T16:43:13.682Z[ host-image] Sep 24 16:43:12.203 INFO O| Sep 24 16:43:12.203 INFO O| Planning: Solver setup ... Done
57322025-09-24T16:43:13.694Z[ recovery-image] Sep 24 16:43:12.215 INFO O| Sep 24 16:43:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57332025-09-24T16:43:13.694Z[ recovery-image] Sep 24 16:43:12.215 INFO O| Sep 24 16:43:12.215 INFO STEP 308 (remove_files) COMPLETE
57342025-09-24T16:43:13.694Z[ recovery-image] Sep 24 16:43:12.215 INFO O| Sep 24 16:43:12.215 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-09-24T16:43:13.698Z[ host-image] Sep 24 16:43:12.218 INFO O| Sep 24 16:43:12.218 INFO O| Planning: Running solver ... Done
57362025-09-24T16:43:13.707Z[ recovery-image] Sep 24 16:43:12.230 INFO O| Sep 24 16:43:12.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57372025-09-24T16:43:13.708Z[ recovery-image] Sep 24 16:43:12.230 INFO O| Sep 24 16:43:12.230 INFO STEP 309 (remove_files) COMPLETE
57382025-09-24T16:43:13.708Z[ recovery-image] Sep 24 16:43:12.230 INFO O| Sep 24 16:43:12.230 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-09-24T16:43:13.723Z[ recovery-image] Sep 24 16:43:12.246 INFO O| Sep 24 16:43:12.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57402025-09-24T16:43:13.723Z[ recovery-image] Sep 24 16:43:12.246 INFO O| Sep 24 16:43:12.246 INFO STEP 310 (remove_files) COMPLETE
57412025-09-24T16:43:13.727Z[ recovery-image] Sep 24 16:43:12.246 INFO O| Sep 24 16:43:12.246 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-09-24T16:43:13.739Z[ recovery-image] Sep 24 16:43:12.261 INFO O| Sep 24 16:43:12.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57432025-09-24T16:43:13.739Z[ recovery-image] Sep 24 16:43:12.261 INFO O| Sep 24 16:43:12.261 INFO STEP 311 (remove_files) COMPLETE
57442025-09-24T16:43:13.739Z[ recovery-image] Sep 24 16:43:12.261 INFO O| Sep 24 16:43:12.261 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-09-24T16:43:13.754Z[ recovery-image] Sep 24 16:43:12.276 INFO O| Sep 24 16:43:12.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57462025-09-24T16:43:13.754Z[ recovery-image] Sep 24 16:43:12.276 INFO O| Sep 24 16:43:12.276 INFO STEP 312 (remove_files) COMPLETE
57472025-09-24T16:43:13.758Z[ recovery-image] Sep 24 16:43:12.276 INFO O| Sep 24 16:43:12.276 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-09-24T16:43:13.769Z[ recovery-image] Sep 24 16:43:12.291 INFO O| Sep 24 16:43:12.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57492025-09-24T16:43:13.769Z[ recovery-image] Sep 24 16:43:12.291 INFO O| Sep 24 16:43:12.291 INFO STEP 313 (remove_files) COMPLETE
57502025-09-24T16:43:13.769Z[ recovery-image] Sep 24 16:43:12.291 INFO O| Sep 24 16:43:12.291 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-09-24T16:43:13.784Z[ recovery-image] Sep 24 16:43:12.307 INFO O| Sep 24 16:43:12.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57522025-09-24T16:43:13.784Z[ recovery-image] Sep 24 16:43:12.307 INFO O| Sep 24 16:43:12.307 INFO STEP 314 (remove_files) COMPLETE
57532025-09-24T16:43:13.784Z[ recovery-image] Sep 24 16:43:12.307 INFO O| Sep 24 16:43:12.307 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-09-24T16:43:13.797Z[ recovery-image] Sep 24 16:43:12.320 INFO O| Sep 24 16:43:12.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57552025-09-24T16:43:13.797Z[ recovery-image] Sep 24 16:43:12.320 INFO O| Sep 24 16:43:12.320 INFO STEP 315 (remove_files) COMPLETE
57562025-09-24T16:43:13.801Z[ recovery-image] Sep 24 16:43:12.320 INFO O| Sep 24 16:43:12.320 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-09-24T16:43:13.810Z[ recovery-image] Sep 24 16:43:12.333 INFO O| Sep 24 16:43:12.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57582025-09-24T16:43:13.814Z[ recovery-image] Sep 24 16:43:12.333 INFO O| Sep 24 16:43:12.333 INFO STEP 316 (remove_files) COMPLETE
57592025-09-24T16:43:13.814Z[ recovery-image] Sep 24 16:43:12.333 INFO O| Sep 24 16:43:12.333 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-09-24T16:43:13.822Z[ recovery-image] Sep 24 16:43:12.345 INFO O| Sep 24 16:43:12.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57612025-09-24T16:43:13.826Z[ recovery-image] Sep 24 16:43:12.345 INFO O| Sep 24 16:43:12.345 INFO STEP 317 (remove_files) COMPLETE
57622025-09-24T16:43:13.826Z[ recovery-image] Sep 24 16:43:12.345 INFO O| Sep 24 16:43:12.345 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-09-24T16:43:13.835Z[ recovery-image] Sep 24 16:43:12.358 INFO O| Sep 24 16:43:12.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57642025-09-24T16:43:13.839Z[ recovery-image] Sep 24 16:43:12.358 INFO O| Sep 24 16:43:12.358 INFO STEP 318 (remove_files) COMPLETE
57652025-09-24T16:43:13.839Z[ recovery-image] Sep 24 16:43:12.358 INFO O| Sep 24 16:43:12.358 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-09-24T16:43:13.847Z[ recovery-image] Sep 24 16:43:12.370 INFO O| Sep 24 16:43:12.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57672025-09-24T16:43:13.850Z[ recovery-image] Sep 24 16:43:12.370 INFO O| Sep 24 16:43:12.370 INFO STEP 319 (remove_files) COMPLETE
57682025-09-24T16:43:13.850Z[ recovery-image] Sep 24 16:43:12.370 INFO O| Sep 24 16:43:12.370 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-09-24T16:43:13.853Z[ host-image] Sep 24 16:43:12.375 INFO O| Sep 24 16:43:12.375 INFO O| Planning: Finding local manifests ... Done
57702025-09-24T16:43:13.859Z[ recovery-image] Sep 24 16:43:12.381 INFO O| Sep 24 16:43:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57712025-09-24T16:43:13.859Z[ recovery-image] Sep 24 16:43:12.382 INFO O| Sep 24 16:43:12.382 INFO STEP 320 (remove_files) COMPLETE
57722025-09-24T16:43:13.862Z[ recovery-image] Sep 24 16:43:12.382 INFO O| Sep 24 16:43:12.382 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-09-24T16:43:13.874Z[ recovery-image] Sep 24 16:43:12.395 INFO O| Sep 24 16:43:12.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57742025-09-24T16:43:13.874Z[ recovery-image] Sep 24 16:43:12.396 INFO O| Sep 24 16:43:12.395 INFO STEP 321 (remove_files) COMPLETE
57752025-09-24T16:43:13.874Z[ recovery-image] Sep 24 16:43:12.396 INFO O| Sep 24 16:43:12.395 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-09-24T16:43:13.888Z[ recovery-image] Sep 24 16:43:12.410 INFO O| Sep 24 16:43:12.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57772025-09-24T16:43:13.888Z[ recovery-image] Sep 24 16:43:12.411 INFO O| Sep 24 16:43:12.411 INFO STEP 322 (remove_files) COMPLETE
57782025-09-24T16:43:13.888Z[ recovery-image] Sep 24 16:43:12.411 INFO O| Sep 24 16:43:12.411 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-09-24T16:43:13.902Z[ recovery-image] Sep 24 16:43:12.425 INFO O| Sep 24 16:43:12.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57802025-09-24T16:43:13.902Z[ recovery-image] Sep 24 16:43:12.425 INFO O| Sep 24 16:43:12.425 INFO STEP 323 (remove_files) COMPLETE
57812025-09-24T16:43:13.902Z[ recovery-image] Sep 24 16:43:12.425 INFO O| Sep 24 16:43:12.425 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-09-24T16:43:13.916Z[ recovery-image] Sep 24 16:43:12.439 INFO O| Sep 24 16:43:12.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57832025-09-24T16:43:13.916Z[ recovery-image] Sep 24 16:43:12.439 INFO O| Sep 24 16:43:12.439 INFO STEP 324 (remove_files) COMPLETE
57842025-09-24T16:43:13.917Z[ recovery-image] Sep 24 16:43:12.439 INFO O| Sep 24 16:43:12.439 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-09-24T16:43:13.930Z[ recovery-image] Sep 24 16:43:12.453 INFO O| Sep 24 16:43:12.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57862025-09-24T16:43:13.930Z[ recovery-image] Sep 24 16:43:12.453 INFO O| Sep 24 16:43:12.453 INFO STEP 325 (remove_files) COMPLETE
57872025-09-24T16:43:13.930Z[ recovery-image] Sep 24 16:43:12.453 INFO O| Sep 24 16:43:12.453 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-09-24T16:43:13.944Z[ recovery-image] Sep 24 16:43:12.467 INFO O| Sep 24 16:43:12.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57892025-09-24T16:43:13.944Z[ recovery-image] Sep 24 16:43:12.467 INFO O| Sep 24 16:43:12.467 INFO STEP 326 (remove_files) COMPLETE
57902025-09-24T16:43:13.948Z[ recovery-image] Sep 24 16:43:12.467 INFO O| Sep 24 16:43:12.467 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-09-24T16:43:13.953Z[ host-image] Sep 24 16:43:12.476 INFO O| Sep 24 16:43:12.476 INFO O| Planning: Fetching manifests: 0/1 0% complete
57922025-09-24T16:43:13.958Z[ recovery-image] Sep 24 16:43:12.481 INFO O| Sep 24 16:43:12.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57932025-09-24T16:43:13.962Z[ recovery-image] Sep 24 16:43:12.481 INFO O| Sep 24 16:43:12.481 INFO STEP 327 (remove_files) COMPLETE
57942025-09-24T16:43:13.962Z[ recovery-image] Sep 24 16:43:12.481 INFO O| Sep 24 16:43:12.481 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-09-24T16:43:13.973Z[ recovery-image] Sep 24 16:43:12.495 INFO O| Sep 24 16:43:12.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57962025-09-24T16:43:13.973Z[ recovery-image] Sep 24 16:43:12.496 INFO O| Sep 24 16:43:12.495 INFO STEP 328 (remove_files) COMPLETE
57972025-09-24T16:43:13.973Z[ recovery-image] Sep 24 16:43:12.496 INFO O| Sep 24 16:43:12.496 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-09-24T16:43:13.987Z[ recovery-image] Sep 24 16:43:12.510 INFO O| Sep 24 16:43:12.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57992025-09-24T16:43:13.987Z[ recovery-image] Sep 24 16:43:12.510 INFO O| Sep 24 16:43:12.510 INFO STEP 329 (remove_files) COMPLETE
58002025-09-24T16:43:13.987Z[ recovery-image] Sep 24 16:43:12.510 INFO O| Sep 24 16:43:12.510 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-09-24T16:43:13.991Z[ host-image] Sep 24 16:43:12.513 INFO O| Sep 24 16:43:12.513 INFO O| Planning: Fetching manifests: 1/1 100% complete
58022025-09-24T16:43:14.002Z[ recovery-image] Sep 24 16:43:12.524 INFO O| Sep 24 16:43:12.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58032025-09-24T16:43:14.002Z[ recovery-image] Sep 24 16:43:12.524 INFO O| Sep 24 16:43:12.524 INFO STEP 330 (remove_files) COMPLETE
58042025-09-24T16:43:14.002Z[ recovery-image] Sep 24 16:43:12.525 INFO O| Sep 24 16:43:12.524 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-09-24T16:43:14.016Z[ recovery-image] Sep 24 16:43:12.539 INFO O| Sep 24 16:43:12.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58062025-09-24T16:43:14.016Z[ recovery-image] Sep 24 16:43:12.539 INFO O| Sep 24 16:43:12.539 INFO STEP 331 (remove_files) COMPLETE
58072025-09-24T16:43:14.016Z[ recovery-image] Sep 24 16:43:12.539 INFO O| Sep 24 16:43:12.539 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-09-24T16:43:14.030Z[ recovery-image] Sep 24 16:43:12.553 INFO O| Sep 24 16:43:12.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58092025-09-24T16:43:14.030Z[ recovery-image] Sep 24 16:43:12.553 INFO O| Sep 24 16:43:12.553 INFO STEP 332 (remove_files) COMPLETE
58102025-09-24T16:43:14.034Z[ recovery-image] Sep 24 16:43:12.553 INFO O| Sep 24 16:43:12.553 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-09-24T16:43:14.044Z[ recovery-image] Sep 24 16:43:12.567 INFO O| Sep 24 16:43:12.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58122025-09-24T16:43:14.044Z[ recovery-image] Sep 24 16:43:12.567 INFO O| Sep 24 16:43:12.567 INFO STEP 333 (remove_files) COMPLETE
58132025-09-24T16:43:14.048Z[ recovery-image] Sep 24 16:43:12.567 INFO O| Sep 24 16:43:12.567 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-09-24T16:43:14.058Z[ recovery-image] Sep 24 16:43:12.581 INFO O| Sep 24 16:43:12.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58152025-09-24T16:43:14.058Z[ recovery-image] Sep 24 16:43:12.581 INFO O| Sep 24 16:43:12.581 INFO STEP 334 (remove_files) COMPLETE
58162025-09-24T16:43:14.058Z[ recovery-image] Sep 24 16:43:12.581 INFO O| Sep 24 16:43:12.581 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-09-24T16:43:14.072Z[ recovery-image] Sep 24 16:43:12.595 INFO O| Sep 24 16:43:12.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58182025-09-24T16:43:14.072Z[ recovery-image] Sep 24 16:43:12.595 INFO O| Sep 24 16:43:12.595 INFO STEP 335 (remove_files) COMPLETE
58192025-09-24T16:43:14.076Z[ recovery-image] Sep 24 16:43:12.595 INFO O| Sep 24 16:43:12.595 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-09-24T16:43:14.086Z[ recovery-image] Sep 24 16:43:12.609 INFO O| Sep 24 16:43:12.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58212025-09-24T16:43:14.086Z[ recovery-image] Sep 24 16:43:12.609 INFO O| Sep 24 16:43:12.609 INFO STEP 336 (remove_files) COMPLETE
58222025-09-24T16:43:14.086Z[ recovery-image] Sep 24 16:43:12.609 INFO O| Sep 24 16:43:12.609 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-09-24T16:43:14.100Z[ recovery-image] Sep 24 16:43:12.623 INFO O| Sep 24 16:43:12.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58242025-09-24T16:43:14.100Z[ recovery-image] Sep 24 16:43:12.623 INFO O| Sep 24 16:43:12.623 INFO STEP 337 (remove_files) COMPLETE
58252025-09-24T16:43:14.104Z[ recovery-image] Sep 24 16:43:12.623 INFO O| Sep 24 16:43:12.623 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-09-24T16:43:14.115Z[ recovery-image] Sep 24 16:43:12.637 INFO O| Sep 24 16:43:12.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58272025-09-24T16:43:14.115Z[ recovery-image] Sep 24 16:43:12.637 INFO O| Sep 24 16:43:12.637 INFO STEP 338 (remove_files) COMPLETE
58282025-09-24T16:43:14.118Z[ recovery-image] Sep 24 16:43:12.637 INFO O| Sep 24 16:43:12.637 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-09-24T16:43:14.131Z[ recovery-image] Sep 24 16:43:12.652 INFO O| Sep 24 16:43:12.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58302025-09-24T16:43:14.131Z[ recovery-image] Sep 24 16:43:12.652 INFO O| Sep 24 16:43:12.652 INFO STEP 339 (remove_files) COMPLETE
58312025-09-24T16:43:14.135Z[ recovery-image] Sep 24 16:43:12.652 INFO O| Sep 24 16:43:12.652 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-09-24T16:43:14.143Z[ recovery-image] Sep 24 16:43:12.666 INFO O| Sep 24 16:43:12.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58332025-09-24T16:43:14.143Z[ recovery-image] Sep 24 16:43:12.666 INFO O| Sep 24 16:43:12.666 INFO STEP 340 (remove_files) COMPLETE
58342025-09-24T16:43:14.143Z[ recovery-image] Sep 24 16:43:12.666 INFO O| Sep 24 16:43:12.666 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-09-24T16:43:14.157Z[ recovery-image] Sep 24 16:43:12.680 INFO O| Sep 24 16:43:12.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58362025-09-24T16:43:14.157Z[ recovery-image] Sep 24 16:43:12.680 INFO O| Sep 24 16:43:12.680 INFO STEP 341 (remove_files) COMPLETE
58372025-09-24T16:43:14.158Z[ recovery-image] Sep 24 16:43:12.680 INFO O| Sep 24 16:43:12.680 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-09-24T16:43:14.168Z[ host-image] Sep 24 16:43:12.691 INFO O| Sep 24 16:43:12.690 INFO O| Planning: Package planning ... Done
58392025-09-24T16:43:14.171Z[ host-image] Sep 24 16:43:12.691 INFO O| Sep 24 16:43:12.691 INFO O| Planning: Merging actions ... Done
58402025-09-24T16:43:14.171Z[ recovery-image] Sep 24 16:43:12.694 INFO O| Sep 24 16:43:12.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58412025-09-24T16:43:14.172Z[ recovery-image] Sep 24 16:43:12.694 INFO O| Sep 24 16:43:12.694 INFO STEP 342 (remove_files) COMPLETE
58422025-09-24T16:43:14.172Z[ recovery-image] Sep 24 16:43:12.694 INFO O| Sep 24 16:43:12.694 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-09-24T16:43:14.186Z[ recovery-image] Sep 24 16:43:12.709 INFO O| Sep 24 16:43:12.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58442025-09-24T16:43:14.187Z[ recovery-image] Sep 24 16:43:12.709 INFO O| Sep 24 16:43:12.709 INFO STEP 343 (remove_files) COMPLETE
58452025-09-24T16:43:14.187Z[ recovery-image] Sep 24 16:43:12.709 INFO O| Sep 24 16:43:12.709 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-09-24T16:43:14.201Z[ recovery-image] Sep 24 16:43:12.724 INFO O| Sep 24 16:43:12.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58472025-09-24T16:43:14.201Z[ recovery-image] Sep 24 16:43:12.724 INFO O| Sep 24 16:43:12.724 INFO STEP 344 (remove_files) COMPLETE
58482025-09-24T16:43:14.205Z[ recovery-image] Sep 24 16:43:12.724 INFO O| Sep 24 16:43:12.724 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-09-24T16:43:14.216Z[ recovery-image] Sep 24 16:43:12.738 INFO O| Sep 24 16:43:12.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58502025-09-24T16:43:14.219Z[ recovery-image] Sep 24 16:43:12.739 INFO O| Sep 24 16:43:12.739 INFO STEP 345 (remove_files) COMPLETE
58512025-09-24T16:43:14.219Z[ recovery-image] Sep 24 16:43:12.739 INFO O| Sep 24 16:43:12.739 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-09-24T16:43:14.230Z[ recovery-image] Sep 24 16:43:12.753 INFO O| Sep 24 16:43:12.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58532025-09-24T16:43:14.230Z[ recovery-image] Sep 24 16:43:12.753 INFO O| Sep 24 16:43:12.753 INFO STEP 346 (remove_files) COMPLETE
58542025-09-24T16:43:14.230Z[ recovery-image] Sep 24 16:43:12.753 INFO O| Sep 24 16:43:12.753 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-09-24T16:43:14.245Z[ recovery-image] Sep 24 16:43:12.768 INFO O| Sep 24 16:43:12.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58562025-09-24T16:43:14.245Z[ recovery-image] Sep 24 16:43:12.768 INFO O| Sep 24 16:43:12.768 INFO STEP 347 (remove_files) COMPLETE
58572025-09-24T16:43:14.245Z[ recovery-image] Sep 24 16:43:12.768 INFO O| Sep 24 16:43:12.768 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-09-24T16:43:14.260Z[ recovery-image] Sep 24 16:43:12.783 INFO O| Sep 24 16:43:12.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58592025-09-24T16:43:14.260Z[ recovery-image] Sep 24 16:43:12.783 INFO O| Sep 24 16:43:12.783 INFO STEP 348 (remove_files) COMPLETE
58602025-09-24T16:43:14.260Z[ recovery-image] Sep 24 16:43:12.783 INFO O| Sep 24 16:43:12.783 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-09-24T16:43:14.275Z[ recovery-image] Sep 24 16:43:12.797 INFO O| Sep 24 16:43:12.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58622025-09-24T16:43:14.275Z[ recovery-image] Sep 24 16:43:12.798 INFO O| Sep 24 16:43:12.798 INFO STEP 349 (remove_files) COMPLETE
58632025-09-24T16:43:14.275Z[ recovery-image] Sep 24 16:43:12.798 INFO O| Sep 24 16:43:12.798 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-09-24T16:43:14.291Z[ recovery-image] Sep 24 16:43:12.812 INFO O| Sep 24 16:43:12.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58652025-09-24T16:43:14.291Z[ recovery-image] Sep 24 16:43:12.813 INFO O| Sep 24 16:43:12.812 INFO STEP 350 (remove_files) COMPLETE
58662025-09-24T16:43:14.291Z[ recovery-image] Sep 24 16:43:12.813 INFO O| Sep 24 16:43:12.812 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-09-24T16:43:14.304Z[ recovery-image] Sep 24 16:43:12.827 INFO O| Sep 24 16:43:12.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58682025-09-24T16:43:14.304Z[ recovery-image] Sep 24 16:43:12.827 INFO O| Sep 24 16:43:12.827 INFO STEP 351 (remove_files) COMPLETE
58692025-09-24T16:43:14.304Z[ recovery-image] Sep 24 16:43:12.827 INFO O| Sep 24 16:43:12.827 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-09-24T16:43:14.317Z[ host-image] Sep 24 16:43:12.839 INFO O| Sep 24 16:43:12.839 INFO O| Planning: Checking for conflicting actions ... Done
58712025-09-24T16:43:14.320Z[ host-image] Sep 24 16:43:12.840 INFO O| Sep 24 16:43:12.840 INFO O| Planning: Consolidating action changes ... Done
58722025-09-24T16:43:14.320Z[ recovery-image] Sep 24 16:43:12.841 INFO O| Sep 24 16:43:12.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58732025-09-24T16:43:14.320Z[ recovery-image] Sep 24 16:43:12.841 INFO O| Sep 24 16:43:12.841 INFO STEP 352 (remove_files) COMPLETE
58742025-09-24T16:43:14.320Z[ recovery-image] Sep 24 16:43:12.841 INFO O| Sep 24 16:43:12.841 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-09-24T16:43:14.332Z[ recovery-image] Sep 24 16:43:12.854 INFO O| Sep 24 16:43:12.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58762025-09-24T16:43:14.332Z[ recovery-image] Sep 24 16:43:12.855 INFO O| Sep 24 16:43:12.854 INFO STEP 353 (remove_files) COMPLETE
58772025-09-24T16:43:14.333Z[ recovery-image] Sep 24 16:43:12.855 INFO O| Sep 24 16:43:12.855 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-09-24T16:43:14.345Z[ recovery-image] Sep 24 16:43:12.868 INFO O| Sep 24 16:43:12.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58792025-09-24T16:43:14.345Z[ recovery-image] Sep 24 16:43:12.868 INFO O| Sep 24 16:43:12.868 INFO STEP 354 (remove_files) COMPLETE
58802025-09-24T16:43:14.348Z[ recovery-image] Sep 24 16:43:12.868 INFO O| Sep 24 16:43:12.868 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-09-24T16:43:14.360Z[ recovery-image] Sep 24 16:43:12.883 INFO O| Sep 24 16:43:12.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58822025-09-24T16:43:14.360Z[ recovery-image] Sep 24 16:43:12.883 INFO O| Sep 24 16:43:12.883 INFO STEP 355 (remove_files) COMPLETE
58832025-09-24T16:43:14.364Z[ recovery-image] Sep 24 16:43:12.883 INFO O| Sep 24 16:43:12.883 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-09-24T16:43:14.374Z[ recovery-image] Sep 24 16:43:12.897 INFO O| Sep 24 16:43:12.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58852025-09-24T16:43:14.374Z[ recovery-image] Sep 24 16:43:12.897 INFO O| Sep 24 16:43:12.897 INFO STEP 356 (remove_files) COMPLETE
58862025-09-24T16:43:14.374Z[ recovery-image] Sep 24 16:43:12.897 INFO O| Sep 24 16:43:12.897 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-09-24T16:43:14.388Z[ recovery-image] Sep 24 16:43:12.911 INFO O| Sep 24 16:43:12.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58882025-09-24T16:43:14.392Z[ recovery-image] Sep 24 16:43:12.911 INFO O| Sep 24 16:43:12.911 INFO STEP 357 (remove_files) COMPLETE
58892025-09-24T16:43:14.392Z[ recovery-image] Sep 24 16:43:12.911 INFO O| Sep 24 16:43:12.911 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-09-24T16:43:14.403Z[ recovery-image] Sep 24 16:43:12.926 INFO O| Sep 24 16:43:12.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58912025-09-24T16:43:14.403Z[ recovery-image] Sep 24 16:43:12.926 INFO O| Sep 24 16:43:12.926 INFO STEP 358 (remove_files) COMPLETE
58922025-09-24T16:43:14.406Z[ recovery-image] Sep 24 16:43:12.926 INFO O| Sep 24 16:43:12.926 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-09-24T16:43:14.417Z[ recovery-image] Sep 24 16:43:12.940 INFO O| Sep 24 16:43:12.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58942025-09-24T16:43:14.417Z[ recovery-image] Sep 24 16:43:12.940 INFO O| Sep 24 16:43:12.940 INFO STEP 359 (remove_files) COMPLETE
58952025-09-24T16:43:14.420Z[ recovery-image] Sep 24 16:43:12.940 INFO O| Sep 24 16:43:12.940 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-09-24T16:43:14.431Z[ recovery-image] Sep 24 16:43:12.954 INFO O| Sep 24 16:43:12.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58972025-09-24T16:43:14.431Z[ recovery-image] Sep 24 16:43:12.954 INFO O| Sep 24 16:43:12.954 INFO STEP 360 (remove_files) COMPLETE
58982025-09-24T16:43:14.435Z[ recovery-image] Sep 24 16:43:12.954 INFO O| Sep 24 16:43:12.954 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-09-24T16:43:14.447Z[ recovery-image] Sep 24 16:43:12.969 INFO O| Sep 24 16:43:12.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59002025-09-24T16:43:14.447Z[ recovery-image] Sep 24 16:43:12.969 INFO O| Sep 24 16:43:12.969 INFO STEP 361 (remove_files) COMPLETE
59012025-09-24T16:43:14.447Z[ recovery-image] Sep 24 16:43:12.969 INFO O| Sep 24 16:43:12.969 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-09-24T16:43:14.461Z[ recovery-image] Sep 24 16:43:12.983 INFO O| Sep 24 16:43:12.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59032025-09-24T16:43:14.461Z[ recovery-image] Sep 24 16:43:12.983 INFO O| Sep 24 16:43:12.983 INFO STEP 362 (remove_files) COMPLETE
59042025-09-24T16:43:14.464Z[ recovery-image] Sep 24 16:43:12.983 INFO O| Sep 24 16:43:12.983 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-09-24T16:43:14.477Z[ recovery-image] Sep 24 16:43:12.999 INFO O| Sep 24 16:43:12.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59062025-09-24T16:43:14.477Z[ recovery-image] Sep 24 16:43:12.999 INFO O| Sep 24 16:43:12.999 INFO STEP 363 (remove_files) COMPLETE
59072025-09-24T16:43:14.480Z[ recovery-image] Sep 24 16:43:12.999 INFO O| Sep 24 16:43:12.999 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-09-24T16:43:14.492Z[ recovery-image] Sep 24 16:43:13.014 INFO O| Sep 24 16:43:13.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59092025-09-24T16:43:14.492Z[ recovery-image] Sep 24 16:43:13.014 INFO O| Sep 24 16:43:13.014 INFO STEP 364 (remove_files) COMPLETE
59102025-09-24T16:43:14.492Z[ recovery-image] Sep 24 16:43:13.014 INFO O| Sep 24 16:43:13.014 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-09-24T16:43:14.507Z[ recovery-image] Sep 24 16:43:13.028 INFO O| Sep 24 16:43:13.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59122025-09-24T16:43:14.507Z[ recovery-image] Sep 24 16:43:13.028 INFO O| Sep 24 16:43:13.028 INFO STEP 365 (remove_files) COMPLETE
59132025-09-24T16:43:14.507Z[ recovery-image] Sep 24 16:43:13.029 INFO O| Sep 24 16:43:13.028 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-09-24T16:43:14.519Z[ recovery-image] Sep 24 16:43:13.042 INFO O| Sep 24 16:43:13.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59152025-09-24T16:43:14.520Z[ recovery-image] Sep 24 16:43:13.042 INFO O| Sep 24 16:43:13.042 INFO STEP 366 (remove_files) COMPLETE
59162025-09-24T16:43:14.520Z[ recovery-image] Sep 24 16:43:13.042 INFO O| Sep 24 16:43:13.042 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-09-24T16:43:14.534Z[ recovery-image] Sep 24 16:43:13.056 INFO O| Sep 24 16:43:13.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59182025-09-24T16:43:14.534Z[ recovery-image] Sep 24 16:43:13.056 INFO O| Sep 24 16:43:13.056 INFO STEP 367 (remove_files) COMPLETE
59192025-09-24T16:43:14.534Z[ recovery-image] Sep 24 16:43:13.056 INFO O| Sep 24 16:43:13.056 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-09-24T16:43:14.548Z[ recovery-image] Sep 24 16:43:13.070 INFO O| Sep 24 16:43:13.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59212025-09-24T16:43:14.548Z[ recovery-image] Sep 24 16:43:13.070 INFO O| Sep 24 16:43:13.070 INFO STEP 368 (remove_files) COMPLETE
59222025-09-24T16:43:14.552Z[ recovery-image] Sep 24 16:43:13.071 INFO O| Sep 24 16:43:13.070 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-09-24T16:43:14.562Z[ recovery-image] Sep 24 16:43:13.085 INFO O| Sep 24 16:43:13.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59242025-09-24T16:43:14.562Z[ recovery-image] Sep 24 16:43:13.085 INFO O| Sep 24 16:43:13.085 INFO STEP 369 (remove_files) COMPLETE
59252025-09-24T16:43:14.562Z[ recovery-image] Sep 24 16:43:13.085 INFO O| Sep 24 16:43:13.085 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-09-24T16:43:14.576Z[ recovery-image] Sep 24 16:43:13.099 INFO O| Sep 24 16:43:13.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59272025-09-24T16:43:14.576Z[ recovery-image] Sep 24 16:43:13.099 INFO O| Sep 24 16:43:13.099 INFO STEP 370 (remove_files) COMPLETE
59282025-09-24T16:43:14.576Z[ recovery-image] Sep 24 16:43:13.099 INFO O| Sep 24 16:43:13.099 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-09-24T16:43:14.589Z[ recovery-image] Sep 24 16:43:13.112 INFO O| Sep 24 16:43:13.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59302025-09-24T16:43:14.589Z[ recovery-image] Sep 24 16:43:13.112 INFO O| Sep 24 16:43:13.112 INFO STEP 371 (remove_files) COMPLETE
59312025-09-24T16:43:14.589Z[ recovery-image] Sep 24 16:43:13.112 INFO O| Sep 24 16:43:13.112 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-09-24T16:43:14.603Z[ recovery-image] Sep 24 16:43:13.126 INFO O| Sep 24 16:43:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59332025-09-24T16:43:14.603Z[ recovery-image] Sep 24 16:43:13.126 INFO O| Sep 24 16:43:13.126 INFO STEP 372 (remove_files) COMPLETE
59342025-09-24T16:43:14.603Z[ recovery-image] Sep 24 16:43:13.126 INFO O| Sep 24 16:43:13.126 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-09-24T16:43:14.617Z[ recovery-image] Sep 24 16:43:13.140 INFO O| Sep 24 16:43:13.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59362025-09-24T16:43:14.617Z[ recovery-image] Sep 24 16:43:13.140 INFO O| Sep 24 16:43:13.140 INFO STEP 373 (remove_files) COMPLETE
59372025-09-24T16:43:14.617Z[ recovery-image] Sep 24 16:43:13.140 INFO O| Sep 24 16:43:13.140 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-09-24T16:43:14.631Z[ recovery-image] Sep 24 16:43:13.154 INFO O| Sep 24 16:43:13.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59392025-09-24T16:43:14.631Z[ recovery-image] Sep 24 16:43:13.154 INFO O| Sep 24 16:43:13.154 INFO STEP 374 (remove_files) COMPLETE
59402025-09-24T16:43:14.631Z[ recovery-image] Sep 24 16:43:13.154 INFO O| Sep 24 16:43:13.154 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-09-24T16:43:14.646Z[ recovery-image] Sep 24 16:43:13.169 INFO O| Sep 24 16:43:13.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59422025-09-24T16:43:14.646Z[ recovery-image] Sep 24 16:43:13.169 INFO O| Sep 24 16:43:13.169 INFO STEP 375 (remove_files) COMPLETE
59432025-09-24T16:43:14.646Z[ recovery-image] Sep 24 16:43:13.169 INFO O| Sep 24 16:43:13.169 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-09-24T16:43:14.660Z[ recovery-image] Sep 24 16:43:13.183 INFO O| Sep 24 16:43:13.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59452025-09-24T16:43:14.660Z[ recovery-image] Sep 24 16:43:13.183 INFO O| Sep 24 16:43:13.183 INFO STEP 376 (remove_files) COMPLETE
59462025-09-24T16:43:14.664Z[ recovery-image] Sep 24 16:43:13.183 INFO O| Sep 24 16:43:13.183 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-09-24T16:43:14.676Z[ recovery-image] Sep 24 16:43:13.198 INFO O| Sep 24 16:43:13.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59482025-09-24T16:43:14.676Z[ recovery-image] Sep 24 16:43:13.198 INFO O| Sep 24 16:43:13.198 INFO STEP 377 (remove_files) COMPLETE
59492025-09-24T16:43:14.676Z[ recovery-image] Sep 24 16:43:13.198 INFO O| Sep 24 16:43:13.198 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-09-24T16:43:14.690Z[ host-image] Sep 24 16:43:13.213 INFO O| Sep 24 16:43:13.212 INFO O| Planning: Evaluating mediators ... Done
59512025-09-24T16:43:14.693Z[ recovery-image] Sep 24 16:43:13.213 INFO O| Sep 24 16:43:13.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59522025-09-24T16:43:14.693Z[ recovery-image] Sep 24 16:43:13.213 INFO O| Sep 24 16:43:13.213 INFO STEP 378 (remove_files) COMPLETE
59532025-09-24T16:43:14.694Z[ recovery-image] Sep 24 16:43:13.213 INFO O| Sep 24 16:43:13.213 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-09-24T16:43:14.694Z[ host-image] Sep 24 16:43:13.214 INFO O| Sep 24 16:43:13.214 INFO O| Planning: Planning completed in 9.66 seconds
59552025-09-24T16:43:14.694Z[ host-image] Sep 24 16:43:13.214 INFO O| Sep 24 16:43:13.214 INFO O| Packages to install: 1
59562025-09-24T16:43:14.705Z[ recovery-image] Sep 24 16:43:13.227 INFO O| Sep 24 16:43:13.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59572025-09-24T16:43:14.705Z[ recovery-image] Sep 24 16:43:13.228 INFO O| Sep 24 16:43:13.227 INFO STEP 379 (remove_files) COMPLETE
59582025-09-24T16:43:14.705Z[ recovery-image] Sep 24 16:43:13.228 INFO O| Sep 24 16:43:13.228 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-09-24T16:43:14.720Z[ recovery-image] Sep 24 16:43:13.243 INFO O| Sep 24 16:43:13.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59602025-09-24T16:43:14.720Z[ recovery-image] Sep 24 16:43:13.243 INFO O| Sep 24 16:43:13.243 INFO STEP 380 (remove_files) COMPLETE
59612025-09-24T16:43:14.720Z[ recovery-image] Sep 24 16:43:13.243 INFO O| Sep 24 16:43:13.243 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-09-24T16:43:14.724Z[ host-image] Sep 24 16:43:13.246 INFO O| Sep 24 16:43:13.246 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
59632025-09-24T16:43:14.736Z[ recovery-image] Sep 24 16:43:13.259 INFO O| Sep 24 16:43:13.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59642025-09-24T16:43:14.736Z[ recovery-image] Sep 24 16:43:13.259 INFO O| Sep 24 16:43:13.259 INFO STEP 381 (remove_files) COMPLETE
59652025-09-24T16:43:14.739Z[ recovery-image] Sep 24 16:43:13.259 INFO O| Sep 24 16:43:13.259 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-09-24T16:43:14.752Z[ recovery-image] Sep 24 16:43:13.275 INFO O| Sep 24 16:43:13.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59672025-09-24T16:43:14.753Z[ recovery-image] Sep 24 16:43:13.275 INFO O| Sep 24 16:43:13.275 INFO STEP 382 (remove_files) COMPLETE
59682025-09-24T16:43:14.756Z[ recovery-image] Sep 24 16:43:13.275 INFO O| Sep 24 16:43:13.275 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-09-24T16:43:14.767Z[ recovery-image] Sep 24 16:43:13.290 INFO O| Sep 24 16:43:13.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59702025-09-24T16:43:14.767Z[ recovery-image] Sep 24 16:43:13.290 INFO O| Sep 24 16:43:13.290 INFO STEP 383 (remove_files) COMPLETE
59712025-09-24T16:43:14.767Z[ recovery-image] Sep 24 16:43:13.290 INFO O| Sep 24 16:43:13.290 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-09-24T16:43:14.782Z[ recovery-image] Sep 24 16:43:13.305 INFO O| Sep 24 16:43:13.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59732025-09-24T16:43:14.786Z[ recovery-image] Sep 24 16:43:13.305 INFO O| Sep 24 16:43:13.305 INFO STEP 384 (remove_files) COMPLETE
59742025-09-24T16:43:14.786Z[ recovery-image] Sep 24 16:43:13.305 INFO O| Sep 24 16:43:13.305 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-09-24T16:43:14.797Z[ recovery-image] Sep 24 16:43:13.320 INFO O| Sep 24 16:43:13.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59762025-09-24T16:43:14.798Z[ recovery-image] Sep 24 16:43:13.320 INFO O| Sep 24 16:43:13.320 INFO STEP 385 (remove_files) COMPLETE
59772025-09-24T16:43:14.798Z[ recovery-image] Sep 24 16:43:13.320 INFO O| Sep 24 16:43:13.320 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-09-24T16:43:14.813Z[ recovery-image] Sep 24 16:43:13.335 INFO O| Sep 24 16:43:13.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59792025-09-24T16:43:14.816Z[ recovery-image] Sep 24 16:43:13.336 INFO O| Sep 24 16:43:13.335 INFO STEP 386 (remove_files) COMPLETE
59802025-09-24T16:43:14.816Z[ recovery-image] Sep 24 16:43:13.336 INFO O| Sep 24 16:43:13.336 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-09-24T16:43:14.828Z[ recovery-image] Sep 24 16:43:13.351 INFO O| Sep 24 16:43:13.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59822025-09-24T16:43:14.828Z[ recovery-image] Sep 24 16:43:13.351 INFO O| Sep 24 16:43:13.351 INFO STEP 387 (remove_files) COMPLETE
59832025-09-24T16:43:14.831Z[ recovery-image] Sep 24 16:43:13.351 INFO O| Sep 24 16:43:13.351 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-09-24T16:43:14.843Z[ recovery-image] Sep 24 16:43:13.366 INFO O| Sep 24 16:43:13.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59852025-09-24T16:43:14.843Z[ recovery-image] Sep 24 16:43:13.366 INFO O| Sep 24 16:43:13.366 INFO STEP 388 (remove_files) COMPLETE
59862025-09-24T16:43:14.847Z[ recovery-image] Sep 24 16:43:13.366 INFO O| Sep 24 16:43:13.366 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-09-24T16:43:14.858Z[ recovery-image] Sep 24 16:43:13.381 INFO O| Sep 24 16:43:13.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59882025-09-24T16:43:14.858Z[ recovery-image] Sep 24 16:43:13.381 INFO O| Sep 24 16:43:13.381 INFO STEP 389 (remove_files) COMPLETE
59892025-09-24T16:43:14.861Z[ recovery-image] Sep 24 16:43:13.381 INFO O| Sep 24 16:43:13.381 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-09-24T16:43:14.873Z[ recovery-image] Sep 24 16:43:13.395 INFO O| Sep 24 16:43:13.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59912025-09-24T16:43:14.873Z[ recovery-image] Sep 24 16:43:13.396 INFO O| Sep 24 16:43:13.395 INFO STEP 390 (remove_files) COMPLETE
59922025-09-24T16:43:14.876Z[ recovery-image] Sep 24 16:43:13.396 INFO O| Sep 24 16:43:13.395 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-09-24T16:43:14.887Z[ recovery-image] Sep 24 16:43:13.410 INFO O| Sep 24 16:43:13.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59942025-09-24T16:43:14.887Z[ recovery-image] Sep 24 16:43:13.410 INFO O| Sep 24 16:43:13.410 INFO STEP 391 (remove_files) COMPLETE
59952025-09-24T16:43:14.891Z[ recovery-image] Sep 24 16:43:13.410 INFO O| Sep 24 16:43:13.410 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-09-24T16:43:14.902Z[ recovery-image] Sep 24 16:43:13.425 INFO O| Sep 24 16:43:13.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59972025-09-24T16:43:14.902Z[ recovery-image] Sep 24 16:43:13.425 INFO O| Sep 24 16:43:13.425 INFO STEP 392 (remove_files) COMPLETE
59982025-09-24T16:43:14.907Z[ recovery-image] Sep 24 16:43:13.425 INFO O| Sep 24 16:43:13.425 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-09-24T16:43:14.917Z[ recovery-image] Sep 24 16:43:13.440 INFO O| Sep 24 16:43:13.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60002025-09-24T16:43:14.917Z[ recovery-image] Sep 24 16:43:13.440 INFO O| Sep 24 16:43:13.440 INFO STEP 393 (remove_files) COMPLETE
60012025-09-24T16:43:14.921Z[ recovery-image] Sep 24 16:43:13.440 INFO O| Sep 24 16:43:13.440 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-09-24T16:43:14.932Z[ recovery-image] Sep 24 16:43:13.454 INFO O| Sep 24 16:43:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60032025-09-24T16:43:14.932Z[ recovery-image] Sep 24 16:43:13.455 INFO O| Sep 24 16:43:13.455 INFO STEP 394 (remove_files) COMPLETE
60042025-09-24T16:43:14.932Z[ recovery-image] Sep 24 16:43:13.455 INFO O| Sep 24 16:43:13.455 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-09-24T16:43:14.946Z[ recovery-image] Sep 24 16:43:13.469 INFO O| Sep 24 16:43:13.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60062025-09-24T16:43:14.946Z[ recovery-image] Sep 24 16:43:13.469 INFO O| Sep 24 16:43:13.469 INFO STEP 395 (remove_files) COMPLETE
60072025-09-24T16:43:14.949Z[ recovery-image] Sep 24 16:43:13.469 INFO O| Sep 24 16:43:13.469 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-09-24T16:43:14.961Z[ recovery-image] Sep 24 16:43:13.483 INFO O| Sep 24 16:43:13.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60092025-09-24T16:43:14.962Z[ recovery-image] Sep 24 16:43:13.483 INFO O| Sep 24 16:43:13.483 INFO STEP 396 (remove_files) COMPLETE
60102025-09-24T16:43:14.965Z[ recovery-image] Sep 24 16:43:13.483 INFO O| Sep 24 16:43:13.483 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-09-24T16:43:14.976Z[ recovery-image] Sep 24 16:43:13.498 INFO O| Sep 24 16:43:13.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60122025-09-24T16:43:14.976Z[ recovery-image] Sep 24 16:43:13.499 INFO O| Sep 24 16:43:13.498 INFO STEP 397 (remove_files) COMPLETE
60132025-09-24T16:43:14.976Z[ recovery-image] Sep 24 16:43:13.499 INFO O| Sep 24 16:43:13.499 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-09-24T16:43:14.990Z[ recovery-image] Sep 24 16:43:13.513 INFO O| Sep 24 16:43:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60152025-09-24T16:43:14.990Z[ recovery-image] Sep 24 16:43:13.513 INFO O| Sep 24 16:43:13.513 INFO STEP 398 (remove_files) COMPLETE
60162025-09-24T16:43:14.991Z[ recovery-image] Sep 24 16:43:13.513 INFO O| Sep 24 16:43:13.513 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-09-24T16:43:15.005Z[ recovery-image] Sep 24 16:43:13.528 INFO O| Sep 24 16:43:13.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60182025-09-24T16:43:15.005Z[ recovery-image] Sep 24 16:43:13.528 INFO O| Sep 24 16:43:13.528 INFO STEP 399 (remove_files) COMPLETE
60192025-09-24T16:43:15.005Z[ recovery-image] Sep 24 16:43:13.528 INFO O| Sep 24 16:43:13.528 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-09-24T16:43:15.020Z[ recovery-image] Sep 24 16:43:13.542 INFO O| Sep 24 16:43:13.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60212025-09-24T16:43:15.020Z[ recovery-image] Sep 24 16:43:13.543 INFO O| Sep 24 16:43:13.542 INFO STEP 400 (remove_files) COMPLETE
60222025-09-24T16:43:15.023Z[ recovery-image] Sep 24 16:43:13.543 INFO O| Sep 24 16:43:13.543 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-09-24T16:43:15.036Z[ recovery-image] Sep 24 16:43:13.559 INFO O| Sep 24 16:43:13.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60242025-09-24T16:43:15.036Z[ recovery-image] Sep 24 16:43:13.559 INFO O| Sep 24 16:43:13.559 INFO STEP 401 (remove_files) COMPLETE
60252025-09-24T16:43:15.036Z[ recovery-image] Sep 24 16:43:13.559 INFO O| Sep 24 16:43:13.559 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-09-24T16:43:15.074Z[ recovery-image] Sep 24 16:43:13.573 INFO O| Sep 24 16:43:13.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60272025-09-24T16:43:15.074Z[ recovery-image] Sep 24 16:43:13.573 INFO O| Sep 24 16:43:13.573 INFO STEP 402 (remove_files) COMPLETE
60282025-09-24T16:43:15.074Z[ recovery-image] Sep 24 16:43:13.573 INFO O| Sep 24 16:43:13.573 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-09-24T16:43:15.077Z[ recovery-image] Sep 24 16:43:13.590 INFO O| Sep 24 16:43:13.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60302025-09-24T16:43:15.077Z[ recovery-image] Sep 24 16:43:13.590 INFO O| Sep 24 16:43:13.590 INFO STEP 403 (remove_files) COMPLETE
60312025-09-24T16:43:15.077Z[ recovery-image] Sep 24 16:43:13.590 INFO O| Sep 24 16:43:13.590 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-09-24T16:43:15.081Z[ recovery-image] Sep 24 16:43:13.604 INFO O| Sep 24 16:43:13.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60332025-09-24T16:43:15.081Z[ recovery-image] Sep 24 16:43:13.604 INFO O| Sep 24 16:43:13.604 INFO STEP 404 (remove_files) COMPLETE
60342025-09-24T16:43:15.081Z[ recovery-image] Sep 24 16:43:13.604 INFO O| Sep 24 16:43:13.604 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-09-24T16:43:15.098Z[ recovery-image] Sep 24 16:43:13.621 INFO O| Sep 24 16:43:13.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60362025-09-24T16:43:15.098Z[ recovery-image] Sep 24 16:43:13.621 INFO O| Sep 24 16:43:13.621 INFO STEP 405 (remove_files) COMPLETE
60372025-09-24T16:43:15.098Z[ recovery-image] Sep 24 16:43:13.621 INFO O| Sep 24 16:43:13.621 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-09-24T16:43:15.112Z[ recovery-image] Sep 24 16:43:13.635 INFO O| Sep 24 16:43:13.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60392025-09-24T16:43:15.112Z[ recovery-image] Sep 24 16:43:13.635 INFO O| Sep 24 16:43:13.635 INFO STEP 406 (remove_files) COMPLETE
60402025-09-24T16:43:15.112Z[ recovery-image] Sep 24 16:43:13.635 INFO O| Sep 24 16:43:13.635 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-09-24T16:43:15.126Z[ recovery-image] Sep 24 16:43:13.649 INFO O| Sep 24 16:43:13.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60422025-09-24T16:43:15.126Z[ recovery-image] Sep 24 16:43:13.649 INFO O| Sep 24 16:43:13.649 INFO STEP 407 (remove_files) COMPLETE
60432025-09-24T16:43:15.130Z[ recovery-image] Sep 24 16:43:13.649 INFO O| Sep 24 16:43:13.649 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-09-24T16:43:15.140Z[ recovery-image] Sep 24 16:43:13.663 INFO O| Sep 24 16:43:13.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60452025-09-24T16:43:15.144Z[ recovery-image] Sep 24 16:43:13.663 INFO O| Sep 24 16:43:13.663 INFO STEP 408 (remove_files) COMPLETE
60462025-09-24T16:43:15.144Z[ recovery-image] Sep 24 16:43:13.663 INFO O| Sep 24 16:43:13.663 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-09-24T16:43:15.158Z[ recovery-image] Sep 24 16:43:13.681 INFO O| Sep 24 16:43:13.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60482025-09-24T16:43:15.158Z[ recovery-image] Sep 24 16:43:13.681 INFO O| Sep 24 16:43:13.681 INFO STEP 409 (remove_files) COMPLETE
60492025-09-24T16:43:15.158Z[ recovery-image] Sep 24 16:43:13.681 INFO O| Sep 24 16:43:13.681 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-09-24T16:43:15.172Z[ recovery-image] Sep 24 16:43:13.695 INFO O| Sep 24 16:43:13.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60512025-09-24T16:43:15.172Z[ recovery-image] Sep 24 16:43:13.695 INFO O| Sep 24 16:43:13.695 INFO STEP 410 (remove_files) COMPLETE
60522025-09-24T16:43:15.172Z[ recovery-image] Sep 24 16:43:13.695 INFO O| Sep 24 16:43:13.695 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-09-24T16:43:15.187Z[ recovery-image] Sep 24 16:43:13.709 INFO O| Sep 24 16:43:13.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60542025-09-24T16:43:15.187Z[ recovery-image] Sep 24 16:43:13.709 INFO O| Sep 24 16:43:13.709 INFO STEP 411 (remove_files) COMPLETE
60552025-09-24T16:43:15.190Z[ recovery-image] Sep 24 16:43:13.709 INFO O| Sep 24 16:43:13.709 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-09-24T16:43:15.204Z[ recovery-image] Sep 24 16:43:13.724 INFO O| Sep 24 16:43:13.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60572025-09-24T16:43:15.204Z[ recovery-image] Sep 24 16:43:13.724 INFO O| Sep 24 16:43:13.724 INFO STEP 412 (remove_files) COMPLETE
60582025-09-24T16:43:15.204Z[ recovery-image] Sep 24 16:43:13.724 INFO O| Sep 24 16:43:13.724 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-09-24T16:43:15.216Z[ recovery-image] Sep 24 16:43:13.739 INFO O| Sep 24 16:43:13.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60602025-09-24T16:43:15.216Z[ recovery-image] Sep 24 16:43:13.739 INFO O| Sep 24 16:43:13.739 INFO STEP 413 (remove_files) COMPLETE
60612025-09-24T16:43:15.216Z[ recovery-image] Sep 24 16:43:13.739 INFO O| Sep 24 16:43:13.739 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-09-24T16:43:15.230Z[ recovery-image] Sep 24 16:43:13.753 INFO O| Sep 24 16:43:13.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60632025-09-24T16:43:15.230Z[ recovery-image] Sep 24 16:43:13.753 INFO O| Sep 24 16:43:13.753 INFO STEP 414 (remove_files) COMPLETE
60642025-09-24T16:43:15.230Z[ recovery-image] Sep 24 16:43:13.753 INFO O| Sep 24 16:43:13.753 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-09-24T16:43:15.243Z[ recovery-image] Sep 24 16:43:13.766 INFO O| Sep 24 16:43:13.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60662025-09-24T16:43:15.243Z[ recovery-image] Sep 24 16:43:13.766 INFO O| Sep 24 16:43:13.766 INFO STEP 415 (remove_files) COMPLETE
60672025-09-24T16:43:15.246Z[ recovery-image] Sep 24 16:43:13.766 INFO O| Sep 24 16:43:13.766 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-09-24T16:43:15.257Z[ recovery-image] Sep 24 16:43:13.780 INFO O| Sep 24 16:43:13.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60692025-09-24T16:43:15.257Z[ recovery-image] Sep 24 16:43:13.780 INFO O| Sep 24 16:43:13.780 INFO STEP 416 (remove_files) COMPLETE
60702025-09-24T16:43:15.260Z[ recovery-image] Sep 24 16:43:13.780 INFO O| Sep 24 16:43:13.780 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-09-24T16:43:15.271Z[ recovery-image] Sep 24 16:43:13.794 INFO O| Sep 24 16:43:13.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60722025-09-24T16:43:15.272Z[ recovery-image] Sep 24 16:43:13.794 INFO O| Sep 24 16:43:13.794 INFO STEP 417 (remove_files) COMPLETE
60732025-09-24T16:43:15.276Z[ recovery-image] Sep 24 16:43:13.794 INFO O| Sep 24 16:43:13.794 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-09-24T16:43:15.286Z[ recovery-image] Sep 24 16:43:13.809 INFO O| Sep 24 16:43:13.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60752025-09-24T16:43:15.286Z[ recovery-image] Sep 24 16:43:13.809 INFO O| Sep 24 16:43:13.809 INFO STEP 418 (remove_files) COMPLETE
60762025-09-24T16:43:15.289Z[ recovery-image] Sep 24 16:43:13.809 INFO O| Sep 24 16:43:13.809 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-09-24T16:43:15.301Z[ recovery-image] Sep 24 16:43:13.823 INFO O| Sep 24 16:43:13.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60782025-09-24T16:43:15.301Z[ recovery-image] Sep 24 16:43:13.824 INFO O| Sep 24 16:43:13.824 INFO STEP 419 (remove_files) COMPLETE
60792025-09-24T16:43:15.301Z[ recovery-image] Sep 24 16:43:13.824 INFO O| Sep 24 16:43:13.824 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-09-24T16:43:15.316Z[ recovery-image] Sep 24 16:43:13.838 INFO O| Sep 24 16:43:13.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60812025-09-24T16:43:15.316Z[ recovery-image] Sep 24 16:43:13.838 INFO O| Sep 24 16:43:13.838 INFO STEP 420 (remove_files) COMPLETE
60822025-09-24T16:43:15.319Z[ recovery-image] Sep 24 16:43:13.838 INFO O| Sep 24 16:43:13.838 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-09-24T16:43:15.331Z[ recovery-image] Sep 24 16:43:13.854 INFO O| Sep 24 16:43:13.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60842025-09-24T16:43:15.331Z[ recovery-image] Sep 24 16:43:13.854 INFO O| Sep 24 16:43:13.854 INFO STEP 421 (remove_files) COMPLETE
60852025-09-24T16:43:15.331Z[ recovery-image] Sep 24 16:43:13.854 INFO O| Sep 24 16:43:13.854 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-09-24T16:43:15.345Z[ recovery-image] Sep 24 16:43:13.868 INFO O| Sep 24 16:43:13.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60872025-09-24T16:43:15.345Z[ recovery-image] Sep 24 16:43:13.868 INFO O| Sep 24 16:43:13.868 INFO STEP 422 (remove_files) COMPLETE
60882025-09-24T16:43:15.345Z[ recovery-image] Sep 24 16:43:13.868 INFO O| Sep 24 16:43:13.868 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-09-24T16:43:15.359Z[ recovery-image] Sep 24 16:43:13.882 INFO O| Sep 24 16:43:13.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60902025-09-24T16:43:15.359Z[ recovery-image] Sep 24 16:43:13.882 INFO O| Sep 24 16:43:13.882 INFO STEP 423 (remove_files) COMPLETE
60912025-09-24T16:43:15.359Z[ recovery-image] Sep 24 16:43:13.882 INFO O| Sep 24 16:43:13.882 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-09-24T16:43:15.374Z[ recovery-image] Sep 24 16:43:13.897 INFO O| Sep 24 16:43:13.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60932025-09-24T16:43:15.374Z[ recovery-image] Sep 24 16:43:13.897 INFO O| Sep 24 16:43:13.897 INFO STEP 424 (remove_files) COMPLETE
60942025-09-24T16:43:15.374Z[ recovery-image] Sep 24 16:43:13.897 INFO O| Sep 24 16:43:13.897 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-09-24T16:43:15.388Z[ recovery-image] Sep 24 16:43:13.911 INFO O| Sep 24 16:43:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60962025-09-24T16:43:15.388Z[ recovery-image] Sep 24 16:43:13.911 INFO O| Sep 24 16:43:13.911 INFO STEP 425 (remove_files) COMPLETE
60972025-09-24T16:43:15.388Z[ recovery-image] Sep 24 16:43:13.911 INFO O| Sep 24 16:43:13.911 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-09-24T16:43:15.402Z[ recovery-image] Sep 24 16:43:13.925 INFO O| Sep 24 16:43:13.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60992025-09-24T16:43:15.402Z[ recovery-image] Sep 24 16:43:13.925 INFO O| Sep 24 16:43:13.925 INFO STEP 426 (remove_files) COMPLETE
61002025-09-24T16:43:15.406Z[ recovery-image] Sep 24 16:43:13.925 INFO O| Sep 24 16:43:13.925 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-09-24T16:43:15.415Z[ recovery-image] Sep 24 16:43:13.938 INFO O| Sep 24 16:43:13.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61022025-09-24T16:43:15.418Z[ recovery-image] Sep 24 16:43:13.938 INFO O| Sep 24 16:43:13.938 INFO STEP 427 (remove_files) COMPLETE
61032025-09-24T16:43:15.418Z[ recovery-image] Sep 24 16:43:13.938 INFO O| Sep 24 16:43:13.938 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-09-24T16:43:15.428Z[ recovery-image] Sep 24 16:43:13.951 INFO O| Sep 24 16:43:13.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61052025-09-24T16:43:15.428Z[ recovery-image] Sep 24 16:43:13.951 INFO O| Sep 24 16:43:13.951 INFO STEP 428 (remove_files) COMPLETE
61062025-09-24T16:43:15.428Z[ recovery-image] Sep 24 16:43:13.951 INFO O| Sep 24 16:43:13.951 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-09-24T16:43:15.442Z[ recovery-image] Sep 24 16:43:13.965 INFO O| Sep 24 16:43:13.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61082025-09-24T16:43:15.442Z[ recovery-image] Sep 24 16:43:13.965 INFO O| Sep 24 16:43:13.965 INFO STEP 429 (remove_files) COMPLETE
61092025-09-24T16:43:15.445Z[ recovery-image] Sep 24 16:43:13.965 INFO O| Sep 24 16:43:13.965 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-09-24T16:43:15.455Z[ recovery-image] Sep 24 16:43:13.978 INFO O| Sep 24 16:43:13.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61112025-09-24T16:43:15.455Z[ recovery-image] Sep 24 16:43:13.978 INFO O| Sep 24 16:43:13.978 INFO STEP 430 (remove_files) COMPLETE
61122025-09-24T16:43:15.458Z[ recovery-image] Sep 24 16:43:13.978 INFO O| Sep 24 16:43:13.978 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-09-24T16:43:15.470Z[ recovery-image] Sep 24 16:43:13.992 INFO O| Sep 24 16:43:13.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61142025-09-24T16:43:15.470Z[ recovery-image] Sep 24 16:43:13.992 INFO O| Sep 24 16:43:13.992 INFO STEP 431 (remove_files) COMPLETE
61152025-09-24T16:43:15.470Z[ recovery-image] Sep 24 16:43:13.992 INFO O| Sep 24 16:43:13.992 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-09-24T16:43:15.483Z[ recovery-image] Sep 24 16:43:14.006 INFO O| Sep 24 16:43:14.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61172025-09-24T16:43:15.487Z[ recovery-image] Sep 24 16:43:14.006 INFO O| Sep 24 16:43:14.006 INFO STEP 432 (remove_files) COMPLETE
61182025-09-24T16:43:15.487Z[ recovery-image] Sep 24 16:43:14.006 INFO O| Sep 24 16:43:14.006 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-09-24T16:43:15.497Z[ recovery-image] Sep 24 16:43:14.020 INFO O| Sep 24 16:43:14.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61202025-09-24T16:43:15.497Z[ recovery-image] Sep 24 16:43:14.020 INFO O| Sep 24 16:43:14.020 INFO STEP 433 (remove_files) COMPLETE
61212025-09-24T16:43:15.497Z[ recovery-image] Sep 24 16:43:14.020 INFO O| Sep 24 16:43:14.020 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-09-24T16:43:15.510Z[ recovery-image] Sep 24 16:43:14.033 INFO O| Sep 24 16:43:14.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61232025-09-24T16:43:15.510Z[ recovery-image] Sep 24 16:43:14.033 INFO O| Sep 24 16:43:14.033 INFO STEP 434 (remove_files) COMPLETE
61242025-09-24T16:43:15.510Z[ recovery-image] Sep 24 16:43:14.033 INFO O| Sep 24 16:43:14.033 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-09-24T16:43:15.524Z[ recovery-image] Sep 24 16:43:14.046 INFO O| Sep 24 16:43:14.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61262025-09-24T16:43:15.524Z[ recovery-image] Sep 24 16:43:14.046 INFO O| Sep 24 16:43:14.046 INFO STEP 435 (remove_files) COMPLETE
61272025-09-24T16:43:15.524Z[ recovery-image] Sep 24 16:43:14.046 INFO O| Sep 24 16:43:14.046 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-09-24T16:43:15.536Z[ recovery-image] Sep 24 16:43:14.059 INFO O| Sep 24 16:43:14.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61292025-09-24T16:43:15.536Z[ recovery-image] Sep 24 16:43:14.059 INFO O| Sep 24 16:43:14.059 INFO STEP 436 (remove_files) COMPLETE
61302025-09-24T16:43:15.539Z[ recovery-image] Sep 24 16:43:14.059 INFO O| Sep 24 16:43:14.059 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-09-24T16:43:15.550Z[ recovery-image] Sep 24 16:43:14.073 INFO O| Sep 24 16:43:14.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61322025-09-24T16:43:15.550Z[ recovery-image] Sep 24 16:43:14.073 INFO O| Sep 24 16:43:14.073 INFO STEP 437 (remove_files) COMPLETE
61332025-09-24T16:43:15.550Z[ recovery-image] Sep 24 16:43:14.073 INFO O| Sep 24 16:43:14.073 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-09-24T16:43:15.563Z[ recovery-image] Sep 24 16:43:14.086 INFO O| Sep 24 16:43:14.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61352025-09-24T16:43:15.563Z[ recovery-image] Sep 24 16:43:14.086 INFO O| Sep 24 16:43:14.086 INFO STEP 438 (remove_files) COMPLETE
61362025-09-24T16:43:15.563Z[ recovery-image] Sep 24 16:43:14.086 INFO O| Sep 24 16:43:14.086 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-09-24T16:43:15.578Z[ recovery-image] Sep 24 16:43:14.101 INFO O| Sep 24 16:43:14.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61382025-09-24T16:43:15.578Z[ recovery-image] Sep 24 16:43:14.101 INFO O| Sep 24 16:43:14.101 INFO STEP 439 (remove_files) COMPLETE
61392025-09-24T16:43:15.583Z[ recovery-image] Sep 24 16:43:14.101 INFO O| Sep 24 16:43:14.101 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-09-24T16:43:15.593Z[ recovery-image] Sep 24 16:43:14.115 INFO O| Sep 24 16:43:14.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61412025-09-24T16:43:15.593Z[ recovery-image] Sep 24 16:43:14.115 INFO O| Sep 24 16:43:14.115 INFO STEP 440 (remove_files) COMPLETE
61422025-09-24T16:43:15.597Z[ recovery-image] Sep 24 16:43:14.115 INFO O| Sep 24 16:43:14.115 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-09-24T16:43:15.621Z[ recovery-image] Sep 24 16:43:14.143 INFO O| Sep 24 16:43:14.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61442025-09-24T16:43:15.626Z[ recovery-image] Sep 24 16:43:14.143 INFO O| Sep 24 16:43:14.143 INFO STEP 441 (remove_files) COMPLETE
61452025-09-24T16:43:15.626Z[ recovery-image] Sep 24 16:43:14.143 INFO O| Sep 24 16:43:14.143 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-09-24T16:43:15.635Z[ recovery-image] Sep 24 16:43:14.158 INFO O| Sep 24 16:43:14.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61472025-09-24T16:43:15.635Z[ recovery-image] Sep 24 16:43:14.158 INFO O| Sep 24 16:43:14.158 INFO STEP 442 (remove_files) COMPLETE
61482025-09-24T16:43:15.635Z[ recovery-image] Sep 24 16:43:14.158 INFO O| Sep 24 16:43:14.158 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-09-24T16:43:15.649Z[ recovery-image] Sep 24 16:43:14.172 INFO O| Sep 24 16:43:14.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61502025-09-24T16:43:15.649Z[ recovery-image] Sep 24 16:43:14.172 INFO O| Sep 24 16:43:14.172 INFO STEP 443 (remove_files) COMPLETE
61512025-09-24T16:43:15.649Z[ recovery-image] Sep 24 16:43:14.172 INFO O| Sep 24 16:43:14.172 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-09-24T16:43:15.662Z[ host-image] Sep 24 16:43:14.185 INFO O| Sep 24 16:43:14.185 INFO O| Download: Completed 10.11 MB in 0.94 seconds (10.8M/s)
61532025-09-24T16:43:15.665Z[ recovery-image] Sep 24 16:43:14.186 INFO O| Sep 24 16:43:14.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61542025-09-24T16:43:15.665Z[ recovery-image] Sep 24 16:43:14.186 INFO O| Sep 24 16:43:14.186 INFO STEP 444 (remove_files) COMPLETE
61552025-09-24T16:43:15.665Z[ recovery-image] Sep 24 16:43:14.186 INFO O| Sep 24 16:43:14.186 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-09-24T16:43:15.678Z[ recovery-image] Sep 24 16:43:14.201 INFO O| Sep 24 16:43:14.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61572025-09-24T16:43:15.678Z[ recovery-image] Sep 24 16:43:14.201 INFO O| Sep 24 16:43:14.201 INFO STEP 445 (remove_files) COMPLETE
61582025-09-24T16:43:15.678Z[ recovery-image] Sep 24 16:43:14.201 INFO O| Sep 24 16:43:14.201 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-09-24T16:43:15.692Z[ recovery-image] Sep 24 16:43:14.215 INFO O| Sep 24 16:43:14.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61602025-09-24T16:43:15.692Z[ recovery-image] Sep 24 16:43:14.215 INFO O| Sep 24 16:43:14.215 INFO STEP 446 (remove_files) COMPLETE
61612025-09-24T16:43:15.693Z[ recovery-image] Sep 24 16:43:14.215 INFO O| Sep 24 16:43:14.215 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-09-24T16:43:15.707Z[ recovery-image] Sep 24 16:43:14.229 INFO O| Sep 24 16:43:14.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61632025-09-24T16:43:15.707Z[ recovery-image] Sep 24 16:43:14.230 INFO O| Sep 24 16:43:14.230 INFO STEP 447 (remove_files) COMPLETE
61642025-09-24T16:43:15.710Z[ recovery-image] Sep 24 16:43:14.230 INFO O| Sep 24 16:43:14.230 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-09-24T16:43:15.721Z[ recovery-image] Sep 24 16:43:14.243 INFO O| Sep 24 16:43:14.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61662025-09-24T16:43:15.722Z[ recovery-image] Sep 24 16:43:14.244 INFO O| Sep 24 16:43:14.244 INFO STEP 448 (remove_files) COMPLETE
61672025-09-24T16:43:15.722Z[ recovery-image] Sep 24 16:43:14.244 INFO O| Sep 24 16:43:14.244 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-09-24T16:43:15.735Z[ recovery-image] Sep 24 16:43:14.258 INFO O| Sep 24 16:43:14.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61692025-09-24T16:43:15.735Z[ recovery-image] Sep 24 16:43:14.258 INFO O| Sep 24 16:43:14.258 INFO STEP 449 (remove_files) COMPLETE
61702025-09-24T16:43:15.735Z[ recovery-image] Sep 24 16:43:14.258 INFO O| Sep 24 16:43:14.258 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-09-24T16:43:15.749Z[ recovery-image] Sep 24 16:43:14.272 INFO O| Sep 24 16:43:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61722025-09-24T16:43:15.749Z[ recovery-image] Sep 24 16:43:14.272 INFO O| Sep 24 16:43:14.272 INFO STEP 450 (remove_files) COMPLETE
61732025-09-24T16:43:15.749Z[ recovery-image] Sep 24 16:43:14.272 INFO O| Sep 24 16:43:14.272 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-09-24T16:43:15.763Z[ recovery-image] Sep 24 16:43:14.286 INFO O| Sep 24 16:43:14.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61752025-09-24T16:43:15.763Z[ recovery-image] Sep 24 16:43:14.286 INFO O| Sep 24 16:43:14.286 INFO STEP 451 (remove_files) COMPLETE
61762025-09-24T16:43:15.763Z[ recovery-image] Sep 24 16:43:14.286 INFO O| Sep 24 16:43:14.286 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-09-24T16:43:15.801Z[ recovery-image] Sep 24 16:43:14.323 INFO O| Sep 24 16:43:14.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61782025-09-24T16:43:15.801Z[ recovery-image] Sep 24 16:43:14.323 INFO O| Sep 24 16:43:14.323 INFO STEP 452 (remove_files) COMPLETE
61792025-09-24T16:43:15.801Z[ recovery-image] Sep 24 16:43:14.323 INFO O| Sep 24 16:43:14.323 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-09-24T16:43:15.809Z[ host-image] Sep 24 16:43:14.332 INFO O| Sep 24 16:43:14.332 INFO O| Actions: 1/22 actions (Installing new actions)
61812025-09-24T16:43:15.815Z[ recovery-image] Sep 24 16:43:14.337 INFO O| Sep 24 16:43:14.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61822025-09-24T16:43:15.815Z[ recovery-image] Sep 24 16:43:14.338 INFO O| Sep 24 16:43:14.337 INFO STEP 453 (remove_files) COMPLETE
61832025-09-24T16:43:15.815Z[ recovery-image] Sep 24 16:43:14.338 INFO O| Sep 24 16:43:14.338 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-09-24T16:43:15.830Z[ recovery-image] Sep 24 16:43:14.351 INFO O| Sep 24 16:43:14.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61852025-09-24T16:43:15.830Z[ recovery-image] Sep 24 16:43:14.351 INFO O| Sep 24 16:43:14.351 INFO STEP 454 (remove_files) COMPLETE
61862025-09-24T16:43:15.886Z[ recovery-image] Sep 24 16:43:14.351 INFO O| Sep 24 16:43:14.351 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.364 INFO O| Sep 24 16:43:14.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61882025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.365 INFO O| Sep 24 16:43:14.365 INFO STEP 455 (remove_files) COMPLETE
61892025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.365 INFO O| Sep 24 16:43:14.365 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.378 INFO O| Sep 24 16:43:14.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61912025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.379 INFO O| Sep 24 16:43:14.378 INFO STEP 456 (remove_files) COMPLETE
61922025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.379 INFO O| Sep 24 16:43:14.378 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.392 INFO O| Sep 24 16:43:14.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61942025-09-24T16:43:15.890Z[ recovery-image] Sep 24 16:43:14.392 INFO O| Sep 24 16:43:14.392 INFO STEP 457 (remove_files) COMPLETE
61952025-09-24T16:43:15.891Z[ recovery-image] Sep 24 16:43:14.392 INFO O| Sep 24 16:43:14.392 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-09-24T16:43:15.891Z[ recovery-image] Sep 24 16:43:14.406 INFO O| Sep 24 16:43:14.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61972025-09-24T16:43:15.891Z[ recovery-image] Sep 24 16:43:14.406 INFO O| Sep 24 16:43:14.406 INFO STEP 458 (remove_files) COMPLETE
61982025-09-24T16:43:15.891Z[ recovery-image] Sep 24 16:43:14.406 INFO O| Sep 24 16:43:14.406 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-09-24T16:43:15.898Z[ recovery-image] Sep 24 16:43:14.420 INFO O| Sep 24 16:43:14.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62002025-09-24T16:43:15.898Z[ recovery-image] Sep 24 16:43:14.420 INFO O| Sep 24 16:43:14.420 INFO STEP 459 (remove_files) COMPLETE
62012025-09-24T16:43:15.901Z[ recovery-image] Sep 24 16:43:14.420 INFO O| Sep 24 16:43:14.420 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-09-24T16:43:15.913Z[ recovery-image] Sep 24 16:43:14.434 INFO O| Sep 24 16:43:14.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62032025-09-24T16:43:15.913Z[ recovery-image] Sep 24 16:43:14.434 INFO O| Sep 24 16:43:14.434 INFO STEP 460 (remove_files) COMPLETE
62042025-09-24T16:43:15.913Z[ recovery-image] Sep 24 16:43:14.434 INFO O| Sep 24 16:43:14.434 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-09-24T16:43:15.925Z[ recovery-image] Sep 24 16:43:14.448 INFO O| Sep 24 16:43:14.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62062025-09-24T16:43:15.925Z[ recovery-image] Sep 24 16:43:14.448 INFO O| Sep 24 16:43:14.448 INFO STEP 461 (remove_files) COMPLETE
62072025-09-24T16:43:15.925Z[ recovery-image] Sep 24 16:43:14.448 INFO O| Sep 24 16:43:14.448 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-09-24T16:43:15.939Z[ recovery-image] Sep 24 16:43:14.462 INFO O| Sep 24 16:43:14.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62092025-09-24T16:43:15.939Z[ recovery-image] Sep 24 16:43:14.462 INFO O| Sep 24 16:43:14.462 INFO STEP 462 (remove_files) COMPLETE
62102025-09-24T16:43:15.939Z[ recovery-image] Sep 24 16:43:14.462 INFO O| Sep 24 16:43:14.462 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-09-24T16:43:15.953Z[ recovery-image] Sep 24 16:43:14.476 INFO O| Sep 24 16:43:14.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62122025-09-24T16:43:15.953Z[ recovery-image] Sep 24 16:43:14.476 INFO O| Sep 24 16:43:14.476 INFO STEP 463 (remove_files) COMPLETE
62132025-09-24T16:43:15.953Z[ recovery-image] Sep 24 16:43:14.476 INFO O| Sep 24 16:43:14.476 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-09-24T16:43:15.967Z[ recovery-image] Sep 24 16:43:14.490 INFO O| Sep 24 16:43:14.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62152025-09-24T16:43:15.967Z[ recovery-image] Sep 24 16:43:14.490 INFO O| Sep 24 16:43:14.490 INFO STEP 464 (remove_files) COMPLETE
62162025-09-24T16:43:15.967Z[ recovery-image] Sep 24 16:43:14.490 INFO O| Sep 24 16:43:14.490 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-09-24T16:43:15.981Z[ recovery-image] Sep 24 16:43:14.504 INFO O| Sep 24 16:43:14.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62182025-09-24T16:43:15.981Z[ recovery-image] Sep 24 16:43:14.504 INFO O| Sep 24 16:43:14.504 INFO STEP 465 (remove_files) COMPLETE
62192025-09-24T16:43:15.981Z[ recovery-image] Sep 24 16:43:14.504 INFO O| Sep 24 16:43:14.504 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-09-24T16:43:15.995Z[ recovery-image] Sep 24 16:43:14.518 INFO O| Sep 24 16:43:14.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62212025-09-24T16:43:15.995Z[ recovery-image] Sep 24 16:43:14.518 INFO O| Sep 24 16:43:14.518 INFO STEP 466 (remove_files) COMPLETE
62222025-09-24T16:43:15.995Z[ recovery-image] Sep 24 16:43:14.518 INFO O| Sep 24 16:43:14.518 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-09-24T16:43:16.009Z[ recovery-image] Sep 24 16:43:14.532 INFO O| Sep 24 16:43:14.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62242025-09-24T16:43:16.009Z[ recovery-image] Sep 24 16:43:14.532 INFO O| Sep 24 16:43:14.532 INFO STEP 467 (remove_files) COMPLETE
62252025-09-24T16:43:16.009Z[ recovery-image] Sep 24 16:43:14.532 INFO O| Sep 24 16:43:14.532 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-09-24T16:43:16.023Z[ recovery-image] Sep 24 16:43:14.546 INFO O| Sep 24 16:43:14.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62272025-09-24T16:43:16.023Z[ recovery-image] Sep 24 16:43:14.546 INFO O| Sep 24 16:43:14.546 INFO STEP 468 (remove_files) COMPLETE
62282025-09-24T16:43:16.028Z[ recovery-image] Sep 24 16:43:14.546 INFO O| Sep 24 16:43:14.546 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-09-24T16:43:16.041Z[ recovery-image] Sep 24 16:43:14.561 INFO O| Sep 24 16:43:14.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62302025-09-24T16:43:16.041Z[ recovery-image] Sep 24 16:43:14.561 INFO O| Sep 24 16:43:14.561 INFO STEP 469 (remove_files) COMPLETE
62312025-09-24T16:43:16.045Z[ recovery-image] Sep 24 16:43:14.561 INFO O| Sep 24 16:43:14.561 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-09-24T16:43:16.053Z[ recovery-image] Sep 24 16:43:14.575 INFO O| Sep 24 16:43:14.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62332025-09-24T16:43:16.053Z[ recovery-image] Sep 24 16:43:14.576 INFO O| Sep 24 16:43:14.575 INFO STEP 470 (remove_files) COMPLETE
62342025-09-24T16:43:16.056Z[ recovery-image] Sep 24 16:43:14.576 INFO O| Sep 24 16:43:14.576 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-09-24T16:43:16.067Z[ recovery-image] Sep 24 16:43:14.590 INFO O| Sep 24 16:43:14.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62362025-09-24T16:43:16.067Z[ recovery-image] Sep 24 16:43:14.590 INFO O| Sep 24 16:43:14.590 INFO STEP 471 (remove_files) COMPLETE
62372025-09-24T16:43:16.072Z[ recovery-image] Sep 24 16:43:14.590 INFO O| Sep 24 16:43:14.590 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-09-24T16:43:16.082Z[ recovery-image] Sep 24 16:43:14.604 INFO O| Sep 24 16:43:14.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62392025-09-24T16:43:16.082Z[ recovery-image] Sep 24 16:43:14.604 INFO O| Sep 24 16:43:14.604 INFO STEP 472 (remove_files) COMPLETE
62402025-09-24T16:43:16.082Z[ recovery-image] Sep 24 16:43:14.604 INFO O| Sep 24 16:43:14.604 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-09-24T16:43:16.095Z[ recovery-image] Sep 24 16:43:14.617 INFO O| Sep 24 16:43:14.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62422025-09-24T16:43:16.095Z[ recovery-image] Sep 24 16:43:14.618 INFO O| Sep 24 16:43:14.617 INFO STEP 473 (remove_files) COMPLETE
62432025-09-24T16:43:16.095Z[ recovery-image] Sep 24 16:43:14.618 INFO O| Sep 24 16:43:14.618 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-09-24T16:43:16.108Z[ recovery-image] Sep 24 16:43:14.631 INFO O| Sep 24 16:43:14.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62452025-09-24T16:43:16.108Z[ recovery-image] Sep 24 16:43:14.631 INFO O| Sep 24 16:43:14.631 INFO STEP 474 (remove_files) COMPLETE
62462025-09-24T16:43:16.108Z[ recovery-image] Sep 24 16:43:14.631 INFO O| Sep 24 16:43:14.631 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-09-24T16:43:16.123Z[ recovery-image] Sep 24 16:43:14.645 INFO O| Sep 24 16:43:14.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62482025-09-24T16:43:16.123Z[ recovery-image] Sep 24 16:43:14.645 INFO O| Sep 24 16:43:14.645 INFO STEP 475 (remove_files) COMPLETE
62492025-09-24T16:43:16.123Z[ recovery-image] Sep 24 16:43:14.645 INFO O| Sep 24 16:43:14.645 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-09-24T16:43:16.136Z[ recovery-image] Sep 24 16:43:14.659 INFO O| Sep 24 16:43:14.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62512025-09-24T16:43:16.136Z[ recovery-image] Sep 24 16:43:14.659 INFO O| Sep 24 16:43:14.659 INFO STEP 476 (remove_files) COMPLETE
62522025-09-24T16:43:16.136Z[ recovery-image] Sep 24 16:43:14.659 INFO O| Sep 24 16:43:14.659 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-09-24T16:43:16.149Z[ recovery-image] Sep 24 16:43:14.671 INFO O| Sep 24 16:43:14.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62542025-09-24T16:43:16.149Z[ recovery-image] Sep 24 16:43:14.672 INFO O| Sep 24 16:43:14.672 INFO STEP 477 (remove_files) COMPLETE
62552025-09-24T16:43:16.152Z[ recovery-image] Sep 24 16:43:14.672 INFO O| Sep 24 16:43:14.672 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-09-24T16:43:16.162Z[ recovery-image] Sep 24 16:43:14.685 INFO O| Sep 24 16:43:14.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62572025-09-24T16:43:16.166Z[ recovery-image] Sep 24 16:43:14.686 INFO O| Sep 24 16:43:14.686 INFO STEP 478 (remove_files) COMPLETE
62582025-09-24T16:43:16.166Z[ recovery-image] Sep 24 16:43:14.686 INFO O| Sep 24 16:43:14.686 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-09-24T16:43:16.177Z[ recovery-image] Sep 24 16:43:14.699 INFO O| Sep 24 16:43:14.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62602025-09-24T16:43:16.178Z[ recovery-image] Sep 24 16:43:14.699 INFO O| Sep 24 16:43:14.699 INFO STEP 479 (remove_files) COMPLETE
62612025-09-24T16:43:16.181Z[ recovery-image] Sep 24 16:43:14.699 INFO O| Sep 24 16:43:14.699 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-09-24T16:43:16.190Z[ recovery-image] Sep 24 16:43:14.712 INFO O| Sep 24 16:43:14.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62632025-09-24T16:43:16.190Z[ recovery-image] Sep 24 16:43:14.712 INFO O| Sep 24 16:43:14.712 INFO STEP 480 (remove_files) COMPLETE
62642025-09-24T16:43:16.190Z[ recovery-image] Sep 24 16:43:14.712 INFO O| Sep 24 16:43:14.712 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-09-24T16:43:16.193Z[ host-image] Sep 24 16:43:14.714 INFO O| Sep 24 16:43:14.714 INFO O| Actions: Completed 22 actions in 0.38 seconds.
62662025-09-24T16:43:16.202Z[ recovery-image] Sep 24 16:43:14.725 INFO O| Sep 24 16:43:14.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62672025-09-24T16:43:16.202Z[ recovery-image] Sep 24 16:43:14.725 INFO O| Sep 24 16:43:14.725 INFO STEP 481 (remove_files) COMPLETE
62682025-09-24T16:43:16.202Z[ recovery-image] Sep 24 16:43:14.725 INFO O| Sep 24 16:43:14.725 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-09-24T16:43:16.216Z[ recovery-image] Sep 24 16:43:14.739 INFO O| Sep 24 16:43:14.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62702025-09-24T16:43:16.216Z[ recovery-image] Sep 24 16:43:14.739 INFO O| Sep 24 16:43:14.739 INFO STEP 482 (remove_files) COMPLETE
62712025-09-24T16:43:16.216Z[ recovery-image] Sep 24 16:43:14.739 INFO O| Sep 24 16:43:14.739 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-09-24T16:43:16.233Z[ recovery-image] Sep 24 16:43:14.755 INFO O| Sep 24 16:43:14.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62732025-09-24T16:43:16.233Z[ recovery-image] Sep 24 16:43:14.756 INFO O| Sep 24 16:43:14.756 INFO STEP 483 (remove_files) COMPLETE
62742025-09-24T16:43:16.233Z[ recovery-image] Sep 24 16:43:14.756 INFO O| Sep 24 16:43:14.756 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-09-24T16:43:16.249Z[ recovery-image] Sep 24 16:43:14.772 INFO O| Sep 24 16:43:14.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62762025-09-24T16:43:16.249Z[ recovery-image] Sep 24 16:43:14.772 INFO O| Sep 24 16:43:14.772 INFO STEP 484 (remove_files) COMPLETE
62772025-09-24T16:43:16.252Z[ recovery-image] Sep 24 16:43:14.772 INFO O| Sep 24 16:43:14.772 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-09-24T16:43:16.265Z[ recovery-image] Sep 24 16:43:14.788 INFO O| Sep 24 16:43:14.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62792025-09-24T16:43:16.265Z[ recovery-image] Sep 24 16:43:14.788 INFO O| Sep 24 16:43:14.788 INFO STEP 485 (remove_files) COMPLETE
62802025-09-24T16:43:16.265Z[ recovery-image] Sep 24 16:43:14.788 INFO O| Sep 24 16:43:14.788 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-09-24T16:43:16.281Z[ recovery-image] Sep 24 16:43:14.804 INFO O| Sep 24 16:43:14.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62822025-09-24T16:43:16.281Z[ recovery-image] Sep 24 16:43:14.804 INFO O| Sep 24 16:43:14.804 INFO STEP 486 (remove_files) COMPLETE
62832025-09-24T16:43:16.281Z[ recovery-image] Sep 24 16:43:14.804 INFO O| Sep 24 16:43:14.804 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-09-24T16:43:16.297Z[ recovery-image] Sep 24 16:43:14.820 INFO O| Sep 24 16:43:14.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62852025-09-24T16:43:16.297Z[ recovery-image] Sep 24 16:43:14.820 INFO O| Sep 24 16:43:14.820 INFO STEP 487 (remove_files) COMPLETE
62862025-09-24T16:43:16.297Z[ recovery-image] Sep 24 16:43:14.820 INFO O| Sep 24 16:43:14.820 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-09-24T16:43:16.314Z[ recovery-image] Sep 24 16:43:14.837 INFO O| Sep 24 16:43:14.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62882025-09-24T16:43:16.315Z[ recovery-image] Sep 24 16:43:14.837 INFO O| Sep 24 16:43:14.837 INFO STEP 488 (remove_files) COMPLETE
62892025-09-24T16:43:16.315Z[ recovery-image] Sep 24 16:43:14.837 INFO O| Sep 24 16:43:14.837 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-09-24T16:43:16.330Z[ recovery-image] Sep 24 16:43:14.853 INFO O| Sep 24 16:43:14.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62912025-09-24T16:43:16.330Z[ recovery-image] Sep 24 16:43:14.853 INFO O| Sep 24 16:43:14.853 INFO STEP 489 (remove_files) COMPLETE
62922025-09-24T16:43:16.330Z[ recovery-image] Sep 24 16:43:14.853 INFO O| Sep 24 16:43:14.853 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-09-24T16:43:16.345Z[ recovery-image] Sep 24 16:43:14.868 INFO O| Sep 24 16:43:14.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62942025-09-24T16:43:16.345Z[ recovery-image] Sep 24 16:43:14.868 INFO O| Sep 24 16:43:14.868 INFO STEP 490 (remove_files) COMPLETE
62952025-09-24T16:43:16.345Z[ recovery-image] Sep 24 16:43:14.868 INFO O| Sep 24 16:43:14.868 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-09-24T16:43:16.360Z[ recovery-image] Sep 24 16:43:14.883 INFO O| Sep 24 16:43:14.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62972025-09-24T16:43:16.360Z[ recovery-image] Sep 24 16:43:14.883 INFO O| Sep 24 16:43:14.883 INFO STEP 491 (remove_files) COMPLETE
62982025-09-24T16:43:16.360Z[ recovery-image] Sep 24 16:43:14.883 INFO O| Sep 24 16:43:14.883 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-09-24T16:43:16.375Z[ recovery-image] Sep 24 16:43:14.898 INFO O| Sep 24 16:43:14.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63002025-09-24T16:43:16.376Z[ recovery-image] Sep 24 16:43:14.898 INFO O| Sep 24 16:43:14.898 INFO STEP 492 (remove_files) COMPLETE
63012025-09-24T16:43:16.376Z[ recovery-image] Sep 24 16:43:14.898 INFO O| Sep 24 16:43:14.898 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-09-24T16:43:16.391Z[ recovery-image] Sep 24 16:43:14.913 INFO O| Sep 24 16:43:14.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63032025-09-24T16:43:16.391Z[ recovery-image] Sep 24 16:43:14.913 INFO O| Sep 24 16:43:14.913 INFO STEP 493 (remove_files) COMPLETE
63042025-09-24T16:43:16.391Z[ recovery-image] Sep 24 16:43:14.913 INFO O| Sep 24 16:43:14.913 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-09-24T16:43:16.405Z[ recovery-image] Sep 24 16:43:14.928 INFO O| Sep 24 16:43:14.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63062025-09-24T16:43:16.405Z[ recovery-image] Sep 24 16:43:14.928 INFO O| Sep 24 16:43:14.928 INFO STEP 494 (remove_files) COMPLETE
63072025-09-24T16:43:16.405Z[ recovery-image] Sep 24 16:43:14.928 INFO O| Sep 24 16:43:14.928 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-09-24T16:43:16.420Z[ recovery-image] Sep 24 16:43:14.943 INFO O| Sep 24 16:43:14.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63092025-09-24T16:43:16.420Z[ recovery-image] Sep 24 16:43:14.943 INFO O| Sep 24 16:43:14.943 INFO STEP 495 (remove_files) COMPLETE
63102025-09-24T16:43:16.421Z[ recovery-image] Sep 24 16:43:14.943 INFO O| Sep 24 16:43:14.943 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-09-24T16:43:16.436Z[ recovery-image] Sep 24 16:43:14.958 INFO O| Sep 24 16:43:14.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63122025-09-24T16:43:16.436Z[ recovery-image] Sep 24 16:43:14.958 INFO O| Sep 24 16:43:14.958 INFO STEP 496 (remove_files) COMPLETE
63132025-09-24T16:43:16.439Z[ recovery-image] Sep 24 16:43:14.958 INFO O| Sep 24 16:43:14.958 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-09-24T16:43:16.452Z[ recovery-image] Sep 24 16:43:14.975 INFO O| Sep 24 16:43:14.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63152025-09-24T16:43:16.455Z[ recovery-image] Sep 24 16:43:14.975 INFO O| Sep 24 16:43:14.975 INFO STEP 497 (remove_files) COMPLETE
63162025-09-24T16:43:16.455Z[ recovery-image] Sep 24 16:43:14.975 INFO O| Sep 24 16:43:14.975 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-09-24T16:43:16.469Z[ recovery-image] Sep 24 16:43:14.991 INFO O| Sep 24 16:43:14.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63182025-09-24T16:43:16.469Z[ recovery-image] Sep 24 16:43:14.992 INFO O| Sep 24 16:43:14.992 INFO STEP 498 (remove_files) COMPLETE
63192025-09-24T16:43:16.469Z[ recovery-image] Sep 24 16:43:14.992 INFO O| Sep 24 16:43:14.992 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-09-24T16:43:16.487Z[ recovery-image] Sep 24 16:43:15.010 INFO O| Sep 24 16:43:15.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63212025-09-24T16:43:16.487Z[ recovery-image] Sep 24 16:43:15.010 INFO O| Sep 24 16:43:15.010 INFO STEP 499 (remove_files) COMPLETE
63222025-09-24T16:43:16.491Z[ recovery-image] Sep 24 16:43:15.010 INFO O| Sep 24 16:43:15.010 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-09-24T16:43:16.502Z[ recovery-image] Sep 24 16:43:15.025 INFO O| Sep 24 16:43:15.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63242025-09-24T16:43:16.502Z[ recovery-image] Sep 24 16:43:15.025 INFO O| Sep 24 16:43:15.025 INFO STEP 500 (remove_files) COMPLETE
63252025-09-24T16:43:16.506Z[ recovery-image] Sep 24 16:43:15.025 INFO O| Sep 24 16:43:15.025 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-09-24T16:43:16.516Z[ recovery-image] Sep 24 16:43:15.039 INFO O| Sep 24 16:43:15.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63272025-09-24T16:43:16.520Z[ recovery-image] Sep 24 16:43:15.039 INFO O| Sep 24 16:43:15.039 INFO STEP 501 (remove_files) COMPLETE
63282025-09-24T16:43:16.520Z[ recovery-image] Sep 24 16:43:15.039 INFO O| Sep 24 16:43:15.039 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-09-24T16:43:16.532Z[ recovery-image] Sep 24 16:43:15.053 INFO O| Sep 24 16:43:15.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63302025-09-24T16:43:16.532Z[ recovery-image] Sep 24 16:43:15.054 INFO O| Sep 24 16:43:15.054 INFO STEP 502 (remove_files) COMPLETE
63312025-09-24T16:43:16.532Z[ recovery-image] Sep 24 16:43:15.054 INFO O| Sep 24 16:43:15.054 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-09-24T16:43:16.546Z[ recovery-image] Sep 24 16:43:15.068 INFO O| Sep 24 16:43:15.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63332025-09-24T16:43:16.546Z[ recovery-image] Sep 24 16:43:15.069 INFO O| Sep 24 16:43:15.068 INFO STEP 503 (remove_files) COMPLETE
63342025-09-24T16:43:16.546Z[ recovery-image] Sep 24 16:43:15.069 INFO O| Sep 24 16:43:15.069 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-09-24T16:43:16.560Z[ recovery-image] Sep 24 16:43:15.083 INFO O| Sep 24 16:43:15.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63362025-09-24T16:43:16.561Z[ recovery-image] Sep 24 16:43:15.083 INFO O| Sep 24 16:43:15.083 INFO STEP 504 (remove_files) COMPLETE
63372025-09-24T16:43:16.561Z[ recovery-image] Sep 24 16:43:15.083 INFO O| Sep 24 16:43:15.083 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-09-24T16:43:16.575Z[ recovery-image] Sep 24 16:43:15.098 INFO O| Sep 24 16:43:15.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63392025-09-24T16:43:16.575Z[ recovery-image] Sep 24 16:43:15.098 INFO O| Sep 24 16:43:15.098 INFO STEP 505 (remove_files) COMPLETE
63402025-09-24T16:43:16.575Z[ recovery-image] Sep 24 16:43:15.098 INFO O| Sep 24 16:43:15.098 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-09-24T16:43:16.588Z[ recovery-image] Sep 24 16:43:15.111 INFO O| Sep 24 16:43:15.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63422025-09-24T16:43:16.588Z[ recovery-image] Sep 24 16:43:15.111 INFO O| Sep 24 16:43:15.111 INFO STEP 506 (remove_files) COMPLETE
63432025-09-24T16:43:16.588Z[ recovery-image] Sep 24 16:43:15.111 INFO O| Sep 24 16:43:15.111 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-09-24T16:43:16.605Z[ recovery-image] Sep 24 16:43:15.127 INFO O| Sep 24 16:43:15.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63452025-09-24T16:43:16.605Z[ recovery-image] Sep 24 16:43:15.127 INFO O| Sep 24 16:43:15.127 INFO STEP 507 (remove_files) COMPLETE
63462025-09-24T16:43:16.608Z[ recovery-image] Sep 24 16:43:15.127 INFO O| Sep 24 16:43:15.127 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-09-24T16:43:16.620Z[ recovery-image] Sep 24 16:43:15.143 INFO O| Sep 24 16:43:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63482025-09-24T16:43:16.620Z[ recovery-image] Sep 24 16:43:15.143 INFO O| Sep 24 16:43:15.143 INFO STEP 508 (remove_files) COMPLETE
63492025-09-24T16:43:16.621Z[ recovery-image] Sep 24 16:43:15.143 INFO O| Sep 24 16:43:15.143 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-09-24T16:43:16.636Z[ recovery-image] Sep 24 16:43:15.159 INFO O| Sep 24 16:43:15.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63512025-09-24T16:43:16.639Z[ recovery-image] Sep 24 16:43:15.159 INFO O| Sep 24 16:43:15.159 INFO STEP 509 (remove_files) COMPLETE
63522025-09-24T16:43:16.639Z[ recovery-image] Sep 24 16:43:15.159 INFO O| Sep 24 16:43:15.159 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-09-24T16:43:16.653Z[ recovery-image] Sep 24 16:43:15.176 INFO O| Sep 24 16:43:15.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63542025-09-24T16:43:16.653Z[ recovery-image] Sep 24 16:43:15.176 INFO O| Sep 24 16:43:15.176 INFO STEP 510 (remove_files) COMPLETE
63552025-09-24T16:43:16.653Z[ recovery-image] Sep 24 16:43:15.176 INFO O| Sep 24 16:43:15.176 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-09-24T16:43:16.669Z[ recovery-image] Sep 24 16:43:15.192 INFO O| Sep 24 16:43:15.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63572025-09-24T16:43:16.669Z[ recovery-image] Sep 24 16:43:15.192 INFO O| Sep 24 16:43:15.192 INFO STEP 511 (remove_files) COMPLETE
63582025-09-24T16:43:16.669Z[ recovery-image] Sep 24 16:43:15.192 INFO O| Sep 24 16:43:15.192 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-09-24T16:43:16.690Z[ recovery-image] Sep 24 16:43:15.208 INFO O| Sep 24 16:43:15.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63602025-09-24T16:43:16.690Z[ recovery-image] Sep 24 16:43:15.208 INFO O| Sep 24 16:43:15.208 INFO STEP 512 (remove_files) COMPLETE
63612025-09-24T16:43:16.690Z[ recovery-image] Sep 24 16:43:15.208 INFO O| Sep 24 16:43:15.208 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-09-24T16:43:16.701Z[ recovery-image] Sep 24 16:43:15.224 INFO O| Sep 24 16:43:15.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63632025-09-24T16:43:16.701Z[ recovery-image] Sep 24 16:43:15.224 INFO O| Sep 24 16:43:15.224 INFO STEP 513 (remove_files) COMPLETE
63642025-09-24T16:43:16.701Z[ recovery-image] Sep 24 16:43:15.224 INFO O| Sep 24 16:43:15.224 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-09-24T16:43:16.717Z[ recovery-image] Sep 24 16:43:15.240 INFO O| Sep 24 16:43:15.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63662025-09-24T16:43:16.717Z[ recovery-image] Sep 24 16:43:15.240 INFO O| Sep 24 16:43:15.240 INFO STEP 514 (remove_files) COMPLETE
63672025-09-24T16:43:16.717Z[ recovery-image] Sep 24 16:43:15.240 INFO O| Sep 24 16:43:15.240 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-09-24T16:43:16.732Z[ recovery-image] Sep 24 16:43:15.255 INFO O| Sep 24 16:43:15.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63692025-09-24T16:43:16.732Z[ recovery-image] Sep 24 16:43:15.255 INFO O| Sep 24 16:43:15.255 INFO STEP 515 (remove_files) COMPLETE
63702025-09-24T16:43:16.732Z[ recovery-image] Sep 24 16:43:15.255 INFO O| Sep 24 16:43:15.255 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-09-24T16:43:16.749Z[ recovery-image] Sep 24 16:43:15.271 INFO O| Sep 24 16:43:15.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63722025-09-24T16:43:16.749Z[ recovery-image] Sep 24 16:43:15.271 INFO O| Sep 24 16:43:15.271 INFO STEP 516 (remove_files) COMPLETE
63732025-09-24T16:43:16.752Z[ recovery-image] Sep 24 16:43:15.271 INFO O| Sep 24 16:43:15.271 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-09-24T16:43:16.764Z[ recovery-image] Sep 24 16:43:15.287 INFO O| Sep 24 16:43:15.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63752025-09-24T16:43:16.764Z[ recovery-image] Sep 24 16:43:15.287 INFO O| Sep 24 16:43:15.287 INFO STEP 517 (remove_files) COMPLETE
63762025-09-24T16:43:16.764Z[ recovery-image] Sep 24 16:43:15.287 INFO O| Sep 24 16:43:15.287 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-09-24T16:43:16.779Z[ recovery-image] Sep 24 16:43:15.302 INFO O| Sep 24 16:43:15.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63782025-09-24T16:43:16.779Z[ recovery-image] Sep 24 16:43:15.302 INFO O| Sep 24 16:43:15.302 INFO STEP 518 (remove_files) COMPLETE
63792025-09-24T16:43:16.783Z[ recovery-image] Sep 24 16:43:15.302 INFO O| Sep 24 16:43:15.302 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-09-24T16:43:16.795Z[ recovery-image] Sep 24 16:43:15.317 INFO O| Sep 24 16:43:15.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63812025-09-24T16:43:16.795Z[ recovery-image] Sep 24 16:43:15.318 INFO O| Sep 24 16:43:15.317 INFO STEP 519 (remove_files) COMPLETE
63822025-09-24T16:43:16.795Z[ recovery-image] Sep 24 16:43:15.318 INFO O| Sep 24 16:43:15.318 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-09-24T16:43:16.810Z[ recovery-image] Sep 24 16:43:15.333 INFO O| Sep 24 16:43:15.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63842025-09-24T16:43:16.810Z[ recovery-image] Sep 24 16:43:15.333 INFO O| Sep 24 16:43:15.333 INFO STEP 520 (remove_files) COMPLETE
63852025-09-24T16:43:16.810Z[ recovery-image] Sep 24 16:43:15.333 INFO O| Sep 24 16:43:15.333 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-09-24T16:43:16.826Z[ recovery-image] Sep 24 16:43:15.348 INFO O| Sep 24 16:43:15.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63872025-09-24T16:43:16.829Z[ recovery-image] Sep 24 16:43:15.348 INFO O| Sep 24 16:43:15.348 INFO STEP 521 (remove_files) COMPLETE
63882025-09-24T16:43:16.830Z[ recovery-image] Sep 24 16:43:15.348 INFO O| Sep 24 16:43:15.348 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-09-24T16:43:16.839Z[ recovery-image] Sep 24 16:43:15.362 INFO O| Sep 24 16:43:15.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63902025-09-24T16:43:16.839Z[ recovery-image] Sep 24 16:43:15.362 INFO O| Sep 24 16:43:15.362 INFO STEP 522 (remove_files) COMPLETE
63912025-09-24T16:43:16.839Z[ recovery-image] Sep 24 16:43:15.362 INFO O| Sep 24 16:43:15.362 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-09-24T16:43:16.853Z[ recovery-image] Sep 24 16:43:15.376 INFO O| Sep 24 16:43:15.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63932025-09-24T16:43:16.853Z[ recovery-image] Sep 24 16:43:15.376 INFO O| Sep 24 16:43:15.376 INFO STEP 523 (remove_files) COMPLETE
63942025-09-24T16:43:16.855Z[ recovery-image] Sep 24 16:43:15.376 INFO O| Sep 24 16:43:15.376 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-09-24T16:43:16.868Z[ recovery-image] Sep 24 16:43:15.390 INFO O| Sep 24 16:43:15.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63962025-09-24T16:43:16.868Z[ recovery-image] Sep 24 16:43:15.390 INFO O| Sep 24 16:43:15.390 INFO STEP 524 (remove_files) COMPLETE
63972025-09-24T16:43:16.868Z[ recovery-image] Sep 24 16:43:15.390 INFO O| Sep 24 16:43:15.390 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-09-24T16:43:16.882Z[ recovery-image] Sep 24 16:43:15.404 INFO O| Sep 24 16:43:15.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63992025-09-24T16:43:16.882Z[ recovery-image] Sep 24 16:43:15.404 INFO O| Sep 24 16:43:15.404 INFO STEP 525 (remove_files) COMPLETE
64002025-09-24T16:43:16.885Z[ recovery-image] Sep 24 16:43:15.404 INFO O| Sep 24 16:43:15.404 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-09-24T16:43:16.895Z[ recovery-image] Sep 24 16:43:15.418 INFO O| Sep 24 16:43:15.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64022025-09-24T16:43:16.895Z[ recovery-image] Sep 24 16:43:15.418 INFO O| Sep 24 16:43:15.418 INFO STEP 526 (remove_files) COMPLETE
64032025-09-24T16:43:16.895Z[ recovery-image] Sep 24 16:43:15.418 INFO O| Sep 24 16:43:15.418 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-09-24T16:43:16.909Z[ recovery-image] Sep 24 16:43:15.432 INFO O| Sep 24 16:43:15.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64052025-09-24T16:43:16.909Z[ recovery-image] Sep 24 16:43:15.432 INFO O| Sep 24 16:43:15.432 INFO STEP 527 (remove_files) COMPLETE
64062025-09-24T16:43:16.909Z[ recovery-image] Sep 24 16:43:15.432 INFO O| Sep 24 16:43:15.432 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-09-24T16:43:16.923Z[ recovery-image] Sep 24 16:43:15.446 INFO O| Sep 24 16:43:15.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64082025-09-24T16:43:16.923Z[ recovery-image] Sep 24 16:43:15.446 INFO O| Sep 24 16:43:15.446 INFO STEP 528 (remove_files) COMPLETE
64092025-09-24T16:43:16.926Z[ recovery-image] Sep 24 16:43:15.446 INFO O| Sep 24 16:43:15.446 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-09-24T16:43:16.937Z[ recovery-image] Sep 24 16:43:15.460 INFO O| Sep 24 16:43:15.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64112025-09-24T16:43:16.937Z[ recovery-image] Sep 24 16:43:15.460 INFO O| Sep 24 16:43:15.460 INFO STEP 529 (remove_files) COMPLETE
64122025-09-24T16:43:16.937Z[ recovery-image] Sep 24 16:43:15.460 INFO O| Sep 24 16:43:15.460 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-09-24T16:43:16.952Z[ recovery-image] Sep 24 16:43:15.474 INFO O| Sep 24 16:43:15.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64142025-09-24T16:43:16.952Z[ recovery-image] Sep 24 16:43:15.475 INFO O| Sep 24 16:43:15.475 INFO STEP 530 (remove_files) COMPLETE
64152025-09-24T16:43:16.955Z[ recovery-image] Sep 24 16:43:15.475 INFO O| Sep 24 16:43:15.475 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-09-24T16:43:16.966Z[ recovery-image] Sep 24 16:43:15.489 INFO O| Sep 24 16:43:15.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64172025-09-24T16:43:16.966Z[ recovery-image] Sep 24 16:43:15.489 INFO O| Sep 24 16:43:15.489 INFO STEP 531 (remove_files) COMPLETE
64182025-09-24T16:43:16.966Z[ recovery-image] Sep 24 16:43:15.489 INFO O| Sep 24 16:43:15.489 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-09-24T16:43:16.981Z[ recovery-image] Sep 24 16:43:15.503 INFO O| Sep 24 16:43:15.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64202025-09-24T16:43:16.981Z[ recovery-image] Sep 24 16:43:15.504 INFO O| Sep 24 16:43:15.503 INFO STEP 532 (remove_files) COMPLETE
64212025-09-24T16:43:16.981Z[ recovery-image] Sep 24 16:43:15.504 INFO O| Sep 24 16:43:15.504 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-09-24T16:43:16.995Z[ recovery-image] Sep 24 16:43:15.518 INFO O| Sep 24 16:43:15.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64232025-09-24T16:43:16.995Z[ recovery-image] Sep 24 16:43:15.518 INFO O| Sep 24 16:43:15.518 INFO STEP 533 (remove_files) COMPLETE
64242025-09-24T16:43:16.995Z[ recovery-image] Sep 24 16:43:15.518 INFO O| Sep 24 16:43:15.518 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-09-24T16:43:17.009Z[ recovery-image] Sep 24 16:43:15.532 INFO O| Sep 24 16:43:15.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64262025-09-24T16:43:17.010Z[ recovery-image] Sep 24 16:43:15.532 INFO O| Sep 24 16:43:15.532 INFO STEP 534 (remove_files) COMPLETE
64272025-09-24T16:43:17.010Z[ recovery-image] Sep 24 16:43:15.532 INFO O| Sep 24 16:43:15.532 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-09-24T16:43:17.023Z[ recovery-image] Sep 24 16:43:15.546 INFO O| Sep 24 16:43:15.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64292025-09-24T16:43:17.023Z[ recovery-image] Sep 24 16:43:15.546 INFO O| Sep 24 16:43:15.546 INFO STEP 535 (remove_files) COMPLETE
64302025-09-24T16:43:17.023Z[ recovery-image] Sep 24 16:43:15.546 INFO O| Sep 24 16:43:15.546 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-09-24T16:43:17.037Z[ recovery-image] Sep 24 16:43:15.560 INFO O| Sep 24 16:43:15.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64322025-09-24T16:43:17.037Z[ recovery-image] Sep 24 16:43:15.560 INFO O| Sep 24 16:43:15.560 INFO STEP 536 (remove_files) COMPLETE
64332025-09-24T16:43:17.037Z[ recovery-image] Sep 24 16:43:15.560 INFO O| Sep 24 16:43:15.560 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-09-24T16:43:17.051Z[ recovery-image] Sep 24 16:43:15.573 INFO O| Sep 24 16:43:15.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64352025-09-24T16:43:17.051Z[ recovery-image] Sep 24 16:43:15.574 INFO O| Sep 24 16:43:15.574 INFO STEP 537 (remove_files) COMPLETE
64362025-09-24T16:43:17.051Z[ recovery-image] Sep 24 16:43:15.574 INFO O| Sep 24 16:43:15.574 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-09-24T16:43:17.065Z[ recovery-image] Sep 24 16:43:15.588 INFO O| Sep 24 16:43:15.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64382025-09-24T16:43:17.065Z[ recovery-image] Sep 24 16:43:15.588 INFO O| Sep 24 16:43:15.588 INFO STEP 538 (remove_files) COMPLETE
64392025-09-24T16:43:17.065Z[ recovery-image] Sep 24 16:43:15.588 INFO O| Sep 24 16:43:15.588 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-09-24T16:43:17.079Z[ recovery-image] Sep 24 16:43:15.601 INFO O| Sep 24 16:43:15.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64412025-09-24T16:43:17.079Z[ recovery-image] Sep 24 16:43:15.602 INFO O| Sep 24 16:43:15.601 INFO STEP 539 (remove_files) COMPLETE
64422025-09-24T16:43:17.079Z[ recovery-image] Sep 24 16:43:15.602 INFO O| Sep 24 16:43:15.602 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-09-24T16:43:17.093Z[ recovery-image] Sep 24 16:43:15.616 INFO O| Sep 24 16:43:15.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64442025-09-24T16:43:17.093Z[ recovery-image] Sep 24 16:43:15.616 INFO O| Sep 24 16:43:15.616 INFO STEP 540 (remove_files) COMPLETE
64452025-09-24T16:43:17.094Z[ recovery-image] Sep 24 16:43:15.616 INFO O| Sep 24 16:43:15.616 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-09-24T16:43:17.108Z[ recovery-image] Sep 24 16:43:15.630 INFO O| Sep 24 16:43:15.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64472025-09-24T16:43:17.108Z[ recovery-image] Sep 24 16:43:15.630 INFO O| Sep 24 16:43:15.630 INFO STEP 541 (remove_files) COMPLETE
64482025-09-24T16:43:17.108Z[ recovery-image] Sep 24 16:43:15.630 INFO O| Sep 24 16:43:15.630 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-09-24T16:43:17.122Z[ recovery-image] Sep 24 16:43:15.645 INFO O| Sep 24 16:43:15.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64502025-09-24T16:43:17.122Z[ recovery-image] Sep 24 16:43:15.645 INFO O| Sep 24 16:43:15.645 INFO STEP 542 (remove_files) COMPLETE
64512025-09-24T16:43:17.122Z[ recovery-image] Sep 24 16:43:15.645 INFO O| Sep 24 16:43:15.645 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-09-24T16:43:17.136Z[ recovery-image] Sep 24 16:43:15.659 INFO O| Sep 24 16:43:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64532025-09-24T16:43:17.136Z[ recovery-image] Sep 24 16:43:15.659 INFO O| Sep 24 16:43:15.659 INFO STEP 543 (remove_files) COMPLETE
64542025-09-24T16:43:17.136Z[ recovery-image] Sep 24 16:43:15.659 INFO O| Sep 24 16:43:15.659 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-09-24T16:43:17.150Z[ recovery-image] Sep 24 16:43:15.673 INFO O| Sep 24 16:43:15.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64562025-09-24T16:43:17.150Z[ recovery-image] Sep 24 16:43:15.673 INFO O| Sep 24 16:43:15.673 INFO STEP 544 (remove_files) COMPLETE
64572025-09-24T16:43:17.154Z[ recovery-image] Sep 24 16:43:15.673 INFO O| Sep 24 16:43:15.673 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-09-24T16:43:17.165Z[ recovery-image] Sep 24 16:43:15.688 INFO O| Sep 24 16:43:15.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64592025-09-24T16:43:17.165Z[ recovery-image] Sep 24 16:43:15.688 INFO O| Sep 24 16:43:15.688 INFO STEP 545 (remove_files) COMPLETE
64602025-09-24T16:43:17.165Z[ recovery-image] Sep 24 16:43:15.688 INFO O| Sep 24 16:43:15.688 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-09-24T16:43:17.180Z[ recovery-image] Sep 24 16:43:15.702 INFO O| Sep 24 16:43:15.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64622025-09-24T16:43:17.180Z[ recovery-image] Sep 24 16:43:15.702 INFO O| Sep 24 16:43:15.702 INFO STEP 546 (remove_files) COMPLETE
64632025-09-24T16:43:17.180Z[ recovery-image] Sep 24 16:43:15.702 INFO O| Sep 24 16:43:15.702 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-09-24T16:43:17.194Z[ recovery-image] Sep 24 16:43:15.717 INFO O| Sep 24 16:43:15.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64652025-09-24T16:43:17.194Z[ recovery-image] Sep 24 16:43:15.717 INFO O| Sep 24 16:43:15.717 INFO STEP 547 (remove_files) COMPLETE
64662025-09-24T16:43:17.194Z[ recovery-image] Sep 24 16:43:15.717 INFO O| Sep 24 16:43:15.717 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-09-24T16:43:17.210Z[ recovery-image] Sep 24 16:43:15.731 INFO O| Sep 24 16:43:15.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64682025-09-24T16:43:17.210Z[ recovery-image] Sep 24 16:43:15.731 INFO O| Sep 24 16:43:15.731 INFO STEP 548 (remove_files) COMPLETE
64692025-09-24T16:43:17.213Z[ recovery-image] Sep 24 16:43:15.731 INFO O| Sep 24 16:43:15.731 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-09-24T16:43:17.222Z[ recovery-image] Sep 24 16:43:15.744 INFO O| Sep 24 16:43:15.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64712025-09-24T16:43:17.222Z[ recovery-image] Sep 24 16:43:15.745 INFO O| Sep 24 16:43:15.745 INFO STEP 549 (remove_files) COMPLETE
64722025-09-24T16:43:17.225Z[ recovery-image] Sep 24 16:43:15.745 INFO O| Sep 24 16:43:15.745 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-09-24T16:43:17.236Z[ recovery-image] Sep 24 16:43:15.759 INFO O| Sep 24 16:43:15.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64742025-09-24T16:43:17.236Z[ recovery-image] Sep 24 16:43:15.759 INFO O| Sep 24 16:43:15.759 INFO STEP 550 (remove_files) COMPLETE
64752025-09-24T16:43:17.236Z[ recovery-image] Sep 24 16:43:15.759 INFO O| Sep 24 16:43:15.759 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-09-24T16:43:17.250Z[ recovery-image] Sep 24 16:43:15.772 INFO O| Sep 24 16:43:15.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64772025-09-24T16:43:17.250Z[ recovery-image] Sep 24 16:43:15.772 INFO O| Sep 24 16:43:15.772 INFO STEP 551 (remove_files) COMPLETE
64782025-09-24T16:43:17.250Z[ recovery-image] Sep 24 16:43:15.773 INFO O| Sep 24 16:43:15.772 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-09-24T16:43:17.264Z[ recovery-image] Sep 24 16:43:15.786 INFO O| Sep 24 16:43:15.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64802025-09-24T16:43:17.264Z[ recovery-image] Sep 24 16:43:15.786 INFO O| Sep 24 16:43:15.786 INFO STEP 552 (remove_files) COMPLETE
64812025-09-24T16:43:17.264Z[ recovery-image] Sep 24 16:43:15.786 INFO O| Sep 24 16:43:15.786 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-09-24T16:43:17.282Z[ recovery-image] Sep 24 16:43:15.801 INFO O| Sep 24 16:43:15.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64832025-09-24T16:43:17.282Z[ recovery-image] Sep 24 16:43:15.801 INFO O| Sep 24 16:43:15.801 INFO STEP 553 (remove_files) COMPLETE
64842025-09-24T16:43:17.285Z[ recovery-image] Sep 24 16:43:15.801 INFO O| Sep 24 16:43:15.801 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-09-24T16:43:17.292Z[ recovery-image] Sep 24 16:43:15.814 INFO O| Sep 24 16:43:15.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64862025-09-24T16:43:17.292Z[ recovery-image] Sep 24 16:43:15.815 INFO O| Sep 24 16:43:15.815 INFO STEP 554 (remove_files) COMPLETE
64872025-09-24T16:43:17.292Z[ recovery-image] Sep 24 16:43:15.815 INFO O| Sep 24 16:43:15.815 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-09-24T16:43:17.306Z[ recovery-image] Sep 24 16:43:15.829 INFO O| Sep 24 16:43:15.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64892025-09-24T16:43:17.306Z[ recovery-image] Sep 24 16:43:15.829 INFO O| Sep 24 16:43:15.829 INFO STEP 555 (remove_files) COMPLETE
64902025-09-24T16:43:17.306Z[ recovery-image] Sep 24 16:43:15.829 INFO O| Sep 24 16:43:15.829 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-09-24T16:43:17.320Z[ recovery-image] Sep 24 16:43:15.843 INFO O| Sep 24 16:43:15.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64922025-09-24T16:43:17.320Z[ recovery-image] Sep 24 16:43:15.843 INFO O| Sep 24 16:43:15.843 INFO STEP 556 (remove_files) COMPLETE
64932025-09-24T16:43:17.320Z[ recovery-image] Sep 24 16:43:15.843 INFO O| Sep 24 16:43:15.843 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-09-24T16:43:17.335Z[ recovery-image] Sep 24 16:43:15.857 INFO O| Sep 24 16:43:15.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64952025-09-24T16:43:17.335Z[ recovery-image] Sep 24 16:43:15.858 INFO O| Sep 24 16:43:15.857 INFO STEP 557 (remove_files) COMPLETE
64962025-09-24T16:43:17.338Z[ recovery-image] Sep 24 16:43:15.858 INFO O| Sep 24 16:43:15.858 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-09-24T16:43:17.349Z[ recovery-image] Sep 24 16:43:15.871 INFO O| Sep 24 16:43:15.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64982025-09-24T16:43:17.349Z[ recovery-image] Sep 24 16:43:15.871 INFO O| Sep 24 16:43:15.871 INFO STEP 558 (remove_files) COMPLETE
64992025-09-24T16:43:17.349Z[ recovery-image] Sep 24 16:43:15.871 INFO O| Sep 24 16:43:15.871 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-09-24T16:43:17.363Z[ recovery-image] Sep 24 16:43:15.886 INFO O| Sep 24 16:43:15.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65012025-09-24T16:43:17.363Z[ recovery-image] Sep 24 16:43:15.886 INFO O| Sep 24 16:43:15.886 INFO STEP 559 (remove_files) COMPLETE
65022025-09-24T16:43:17.363Z[ recovery-image] Sep 24 16:43:15.886 INFO O| Sep 24 16:43:15.886 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-09-24T16:43:17.378Z[ recovery-image] Sep 24 16:43:15.900 INFO O| Sep 24 16:43:15.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65042025-09-24T16:43:17.378Z[ recovery-image] Sep 24 16:43:15.901 INFO O| Sep 24 16:43:15.901 INFO STEP 560 (remove_files) COMPLETE
65052025-09-24T16:43:17.378Z[ recovery-image] Sep 24 16:43:15.901 INFO O| Sep 24 16:43:15.901 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-09-24T16:43:17.392Z[ recovery-image] Sep 24 16:43:15.915 INFO O| Sep 24 16:43:15.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65072025-09-24T16:43:17.392Z[ recovery-image] Sep 24 16:43:15.915 INFO O| Sep 24 16:43:15.915 INFO STEP 561 (remove_files) COMPLETE
65082025-09-24T16:43:17.392Z[ recovery-image] Sep 24 16:43:15.915 INFO O| Sep 24 16:43:15.915 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-09-24T16:43:17.406Z[ recovery-image] Sep 24 16:43:15.929 INFO O| Sep 24 16:43:15.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65102025-09-24T16:43:17.406Z[ recovery-image] Sep 24 16:43:15.929 INFO O| Sep 24 16:43:15.929 INFO STEP 562 (remove_files) COMPLETE
65112025-09-24T16:43:17.406Z[ recovery-image] Sep 24 16:43:15.929 INFO O| Sep 24 16:43:15.929 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-09-24T16:43:17.420Z[ recovery-image] Sep 24 16:43:15.943 INFO O| Sep 24 16:43:15.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65132025-09-24T16:43:17.420Z[ recovery-image] Sep 24 16:43:15.943 INFO O| Sep 24 16:43:15.943 INFO STEP 563 (remove_files) COMPLETE
65142025-09-24T16:43:17.420Z[ recovery-image] Sep 24 16:43:15.943 INFO O| Sep 24 16:43:15.943 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-09-24T16:43:17.434Z[ recovery-image] Sep 24 16:43:15.956 INFO O| Sep 24 16:43:15.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65162025-09-24T16:43:17.434Z[ recovery-image] Sep 24 16:43:15.957 INFO O| Sep 24 16:43:15.957 INFO STEP 564 (remove_files) COMPLETE
65172025-09-24T16:43:17.434Z[ recovery-image] Sep 24 16:43:15.957 INFO O| Sep 24 16:43:15.957 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-09-24T16:43:17.448Z[ recovery-image] Sep 24 16:43:15.971 INFO O| Sep 24 16:43:15.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65192025-09-24T16:43:17.448Z[ recovery-image] Sep 24 16:43:15.971 INFO O| Sep 24 16:43:15.971 INFO STEP 565 (remove_files) COMPLETE
65202025-09-24T16:43:17.448Z[ recovery-image] Sep 24 16:43:15.971 INFO O| Sep 24 16:43:15.971 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-09-24T16:43:17.462Z[ recovery-image] Sep 24 16:43:15.985 INFO O| Sep 24 16:43:15.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65222025-09-24T16:43:17.462Z[ recovery-image] Sep 24 16:43:15.985 INFO O| Sep 24 16:43:15.985 INFO STEP 566 (remove_files) COMPLETE
65232025-09-24T16:43:17.462Z[ recovery-image] Sep 24 16:43:15.985 INFO O| Sep 24 16:43:15.985 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-09-24T16:43:17.477Z[ recovery-image] Sep 24 16:43:15.999 INFO O| Sep 24 16:43:15.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65252025-09-24T16:43:17.481Z[ recovery-image] Sep 24 16:43:15.999 INFO O| Sep 24 16:43:15.999 INFO STEP 567 (remove_files) COMPLETE
65262025-09-24T16:43:17.481Z[ recovery-image] Sep 24 16:43:15.999 INFO O| Sep 24 16:43:15.999 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-09-24T16:43:17.492Z[ recovery-image] Sep 24 16:43:16.014 INFO O| Sep 24 16:43:16.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65282025-09-24T16:43:17.492Z[ recovery-image] Sep 24 16:43:16.014 INFO O| Sep 24 16:43:16.014 INFO STEP 568 (remove_files) COMPLETE
65292025-09-24T16:43:17.492Z[ recovery-image] Sep 24 16:43:16.014 INFO O| Sep 24 16:43:16.014 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-09-24T16:43:17.506Z[ recovery-image] Sep 24 16:43:16.029 INFO O| Sep 24 16:43:16.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65312025-09-24T16:43:17.506Z[ recovery-image] Sep 24 16:43:16.029 INFO O| Sep 24 16:43:16.029 INFO STEP 569 (remove_files) COMPLETE
65322025-09-24T16:43:17.506Z[ recovery-image] Sep 24 16:43:16.029 INFO O| Sep 24 16:43:16.029 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-09-24T16:43:17.520Z[ recovery-image] Sep 24 16:43:16.042 INFO O| Sep 24 16:43:16.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65342025-09-24T16:43:17.520Z[ recovery-image] Sep 24 16:43:16.043 INFO O| Sep 24 16:43:16.043 INFO STEP 570 (remove_files) COMPLETE
65352025-09-24T16:43:17.521Z[ recovery-image] Sep 24 16:43:16.043 INFO O| Sep 24 16:43:16.043 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-09-24T16:43:17.534Z[ recovery-image] Sep 24 16:43:16.057 INFO O| Sep 24 16:43:16.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65372025-09-24T16:43:17.534Z[ recovery-image] Sep 24 16:43:16.057 INFO O| Sep 24 16:43:16.057 INFO STEP 571 (remove_files) COMPLETE
65382025-09-24T16:43:17.538Z[ recovery-image] Sep 24 16:43:16.057 INFO O| Sep 24 16:43:16.057 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-09-24T16:43:17.548Z[ recovery-image] Sep 24 16:43:16.071 INFO O| Sep 24 16:43:16.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65402025-09-24T16:43:17.549Z[ recovery-image] Sep 24 16:43:16.071 INFO O| Sep 24 16:43:16.071 INFO STEP 572 (remove_files) COMPLETE
65412025-09-24T16:43:17.549Z[ recovery-image] Sep 24 16:43:16.071 INFO O| Sep 24 16:43:16.071 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-09-24T16:43:17.552Z[ host-image] Sep 24 16:43:16.073 INFO O| Sep 24 16:43:16.073 INFO O| Done
65432025-09-24T16:43:17.552Z[ host-image] Sep 24 16:43:16.074 INFO O| Sep 24 16:43:16.074 INFO O| Done
65442025-09-24T16:43:17.567Z[ recovery-image] Sep 24 16:43:16.090 INFO O| Sep 24 16:43:16.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65452025-09-24T16:43:17.567Z[ recovery-image] Sep 24 16:43:16.090 INFO O| Sep 24 16:43:16.086 INFO STEP 573 (remove_files) COMPLETE
65462025-09-24T16:43:17.570Z[ recovery-image] Sep 24 16:43:16.090 INFO O| Sep 24 16:43:16.086 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-09-24T16:43:17.578Z[ recovery-image] Sep 24 16:43:16.100 INFO O| Sep 24 16:43:16.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65482025-09-24T16:43:17.578Z[ recovery-image] Sep 24 16:43:16.100 INFO O| Sep 24 16:43:16.100 INFO STEP 574 (remove_files) COMPLETE
65492025-09-24T16:43:17.578Z[ recovery-image] Sep 24 16:43:16.101 INFO O| Sep 24 16:43:16.100 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-09-24T16:43:17.593Z[ recovery-image] Sep 24 16:43:16.115 INFO O| Sep 24 16:43:16.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65512025-09-24T16:43:17.593Z[ recovery-image] Sep 24 16:43:16.115 INFO O| Sep 24 16:43:16.115 INFO STEP 575 (remove_files) COMPLETE
65522025-09-24T16:43:17.593Z[ recovery-image] Sep 24 16:43:16.115 INFO O| Sep 24 16:43:16.115 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-09-24T16:43:17.610Z[ recovery-image] Sep 24 16:43:16.133 INFO O| Sep 24 16:43:16.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65542025-09-24T16:43:17.610Z[ recovery-image] Sep 24 16:43:16.133 INFO O| Sep 24 16:43:16.133 INFO STEP 576 (remove_files) COMPLETE
65552025-09-24T16:43:17.610Z[ recovery-image] Sep 24 16:43:16.133 INFO O| Sep 24 16:43:16.133 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-09-24T16:43:17.634Z[ recovery-image] Sep 24 16:43:16.157 INFO O| Sep 24 16:43:16.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65572025-09-24T16:43:17.635Z[ recovery-image] Sep 24 16:43:16.157 INFO O| Sep 24 16:43:16.157 INFO STEP 577 (remove_files) COMPLETE
65582025-09-24T16:43:17.635Z[ recovery-image] Sep 24 16:43:16.157 INFO O| Sep 24 16:43:16.157 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-09-24T16:43:17.648Z[ recovery-image] Sep 24 16:43:16.171 INFO O| Sep 24 16:43:16.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65602025-09-24T16:43:17.648Z[ recovery-image] Sep 24 16:43:16.171 INFO O| Sep 24 16:43:16.171 INFO STEP 578 (remove_files) COMPLETE
65612025-09-24T16:43:17.648Z[ recovery-image] Sep 24 16:43:16.171 INFO O| Sep 24 16:43:16.171 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-09-24T16:43:17.662Z[ recovery-image] Sep 24 16:43:16.184 INFO O| Sep 24 16:43:16.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65632025-09-24T16:43:17.667Z[ recovery-image] Sep 24 16:43:16.185 INFO O| Sep 24 16:43:16.185 INFO STEP 579 (remove_files) COMPLETE
65642025-09-24T16:43:17.667Z[ recovery-image] Sep 24 16:43:16.185 INFO O| Sep 24 16:43:16.185 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-09-24T16:43:17.675Z[ recovery-image] Sep 24 16:43:16.198 INFO O| Sep 24 16:43:16.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65662025-09-24T16:43:17.675Z[ recovery-image] Sep 24 16:43:16.198 INFO O| Sep 24 16:43:16.198 INFO STEP 580 (remove_files) COMPLETE
65672025-09-24T16:43:17.675Z[ recovery-image] Sep 24 16:43:16.198 INFO O| Sep 24 16:43:16.198 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-09-24T16:43:17.689Z[ recovery-image] Sep 24 16:43:16.212 INFO O| Sep 24 16:43:16.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65692025-09-24T16:43:17.689Z[ recovery-image] Sep 24 16:43:16.212 INFO O| Sep 24 16:43:16.212 INFO STEP 581 (remove_files) COMPLETE
65702025-09-24T16:43:17.693Z[ recovery-image] Sep 24 16:43:16.212 INFO O| Sep 24 16:43:16.212 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-09-24T16:43:17.703Z[ recovery-image] Sep 24 16:43:16.226 INFO O| Sep 24 16:43:16.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65722025-09-24T16:43:17.703Z[ recovery-image] Sep 24 16:43:16.226 INFO O| Sep 24 16:43:16.226 INFO STEP 582 (remove_files) COMPLETE
65732025-09-24T16:43:17.703Z[ recovery-image] Sep 24 16:43:16.226 INFO O| Sep 24 16:43:16.226 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-09-24T16:43:17.717Z[ recovery-image] Sep 24 16:43:16.239 INFO O| Sep 24 16:43:16.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65752025-09-24T16:43:17.717Z[ recovery-image] Sep 24 16:43:16.239 INFO O| Sep 24 16:43:16.239 INFO STEP 583 (remove_files) COMPLETE
65762025-09-24T16:43:17.717Z[ recovery-image] Sep 24 16:43:16.239 INFO O| Sep 24 16:43:16.239 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-09-24T16:43:17.729Z[ recovery-image] Sep 24 16:43:16.252 INFO O| Sep 24 16:43:16.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65782025-09-24T16:43:17.729Z[ recovery-image] Sep 24 16:43:16.252 INFO O| Sep 24 16:43:16.252 INFO STEP 584 (remove_files) COMPLETE
65792025-09-24T16:43:17.730Z[ recovery-image] Sep 24 16:43:16.252 INFO O| Sep 24 16:43:16.252 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-09-24T16:43:17.742Z[ recovery-image] Sep 24 16:43:16.265 INFO O| Sep 24 16:43:16.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65812025-09-24T16:43:17.742Z[ recovery-image] Sep 24 16:43:16.265 INFO O| Sep 24 16:43:16.265 INFO STEP 585 (remove_files) COMPLETE
65822025-09-24T16:43:17.746Z[ recovery-image] Sep 24 16:43:16.265 INFO O| Sep 24 16:43:16.265 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-09-24T16:43:17.755Z[ recovery-image] Sep 24 16:43:16.278 INFO O| Sep 24 16:43:16.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65842025-09-24T16:43:17.755Z[ recovery-image] Sep 24 16:43:16.278 INFO O| Sep 24 16:43:16.278 INFO STEP 586 (remove_files) COMPLETE
65852025-09-24T16:43:17.755Z[ recovery-image] Sep 24 16:43:16.278 INFO O| Sep 24 16:43:16.278 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-09-24T16:43:17.769Z[ recovery-image] Sep 24 16:43:16.291 INFO O| Sep 24 16:43:16.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65872025-09-24T16:43:17.769Z[ recovery-image] Sep 24 16:43:16.291 INFO O| Sep 24 16:43:16.291 INFO STEP 587 (remove_files) COMPLETE
65882025-09-24T16:43:17.774Z[ recovery-image] Sep 24 16:43:16.292 INFO O| Sep 24 16:43:16.291 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-09-24T16:43:17.782Z[ recovery-image] Sep 24 16:43:16.304 INFO O| Sep 24 16:43:16.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65902025-09-24T16:43:17.782Z[ recovery-image] Sep 24 16:43:16.304 INFO O| Sep 24 16:43:16.304 INFO STEP 588 (remove_files) COMPLETE
65912025-09-24T16:43:17.782Z[ recovery-image] Sep 24 16:43:16.304 INFO O| Sep 24 16:43:16.304 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-09-24T16:43:17.794Z[ recovery-image] Sep 24 16:43:16.317 INFO O| Sep 24 16:43:16.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65932025-09-24T16:43:17.795Z[ recovery-image] Sep 24 16:43:16.317 INFO O| Sep 24 16:43:16.317 INFO STEP 589 (remove_files) COMPLETE
65942025-09-24T16:43:17.798Z[ recovery-image] Sep 24 16:43:16.317 INFO O| Sep 24 16:43:16.317 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-09-24T16:43:17.807Z[ recovery-image] Sep 24 16:43:16.329 INFO O| Sep 24 16:43:16.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65962025-09-24T16:43:17.807Z[ recovery-image] Sep 24 16:43:16.329 INFO O| Sep 24 16:43:16.329 INFO STEP 590 (remove_files) COMPLETE
65972025-09-24T16:43:17.810Z[ recovery-image] Sep 24 16:43:16.329 INFO O| Sep 24 16:43:16.329 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-09-24T16:43:17.819Z[ recovery-image] Sep 24 16:43:16.342 INFO O| Sep 24 16:43:16.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65992025-09-24T16:43:17.819Z[ recovery-image] Sep 24 16:43:16.342 INFO O| Sep 24 16:43:16.342 INFO STEP 591 (remove_files) COMPLETE
66002025-09-24T16:43:17.819Z[ recovery-image] Sep 24 16:43:16.342 INFO O| Sep 24 16:43:16.342 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-09-24T16:43:17.834Z[ recovery-image] Sep 24 16:43:16.355 INFO O| Sep 24 16:43:16.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66022025-09-24T16:43:17.834Z[ recovery-image] Sep 24 16:43:16.355 INFO O| Sep 24 16:43:16.355 INFO STEP 592 (remove_files) COMPLETE
66032025-09-24T16:43:17.837Z[ recovery-image] Sep 24 16:43:16.355 INFO O| Sep 24 16:43:16.355 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-09-24T16:43:17.846Z[ recovery-image] Sep 24 16:43:16.368 INFO O| Sep 24 16:43:16.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66052025-09-24T16:43:17.846Z[ recovery-image] Sep 24 16:43:16.369 INFO O| Sep 24 16:43:16.369 INFO STEP 593 (remove_files) COMPLETE
66062025-09-24T16:43:17.846Z[ recovery-image] Sep 24 16:43:16.369 INFO O| Sep 24 16:43:16.369 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-09-24T16:43:17.859Z[ recovery-image] Sep 24 16:43:16.382 INFO O| Sep 24 16:43:16.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66082025-09-24T16:43:17.859Z[ recovery-image] Sep 24 16:43:16.382 INFO O| Sep 24 16:43:16.382 INFO STEP 594 (remove_files) COMPLETE
66092025-09-24T16:43:17.859Z[ recovery-image] Sep 24 16:43:16.382 INFO O| Sep 24 16:43:16.382 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-09-24T16:43:17.873Z[ recovery-image] Sep 24 16:43:16.396 INFO O| Sep 24 16:43:16.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66112025-09-24T16:43:17.873Z[ recovery-image] Sep 24 16:43:16.396 INFO O| Sep 24 16:43:16.396 INFO STEP 595 (remove_files) COMPLETE
66122025-09-24T16:43:17.873Z[ recovery-image] Sep 24 16:43:16.396 INFO O| Sep 24 16:43:16.396 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-09-24T16:43:17.886Z[ recovery-image] Sep 24 16:43:16.409 INFO O| Sep 24 16:43:16.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66142025-09-24T16:43:17.886Z[ recovery-image] Sep 24 16:43:16.409 INFO O| Sep 24 16:43:16.409 INFO STEP 596 (remove_files) COMPLETE
66152025-09-24T16:43:17.890Z[ recovery-image] Sep 24 16:43:16.409 INFO O| Sep 24 16:43:16.409 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-09-24T16:43:17.900Z[ recovery-image] Sep 24 16:43:16.423 INFO O| Sep 24 16:43:16.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66172025-09-24T16:43:17.901Z[ recovery-image] Sep 24 16:43:16.423 INFO O| Sep 24 16:43:16.423 INFO STEP 597 (remove_files) COMPLETE
66182025-09-24T16:43:17.904Z[ recovery-image] Sep 24 16:43:16.423 INFO O| Sep 24 16:43:16.423 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-09-24T16:43:17.914Z[ recovery-image] Sep 24 16:43:16.437 INFO O| Sep 24 16:43:16.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66202025-09-24T16:43:17.914Z[ recovery-image] Sep 24 16:43:16.437 INFO O| Sep 24 16:43:16.437 INFO STEP 598 (remove_files) COMPLETE
66212025-09-24T16:43:17.918Z[ recovery-image] Sep 24 16:43:16.437 INFO O| Sep 24 16:43:16.437 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-09-24T16:43:17.927Z[ recovery-image] Sep 24 16:43:16.450 INFO O| Sep 24 16:43:16.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66232025-09-24T16:43:17.931Z[ recovery-image] Sep 24 16:43:16.450 INFO O| Sep 24 16:43:16.450 INFO STEP 599 (remove_files) COMPLETE
66242025-09-24T16:43:17.932Z[ recovery-image] Sep 24 16:43:16.450 INFO O| Sep 24 16:43:16.450 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-09-24T16:43:17.940Z[ recovery-image] Sep 24 16:43:16.463 INFO O| Sep 24 16:43:16.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66262025-09-24T16:43:17.940Z[ recovery-image] Sep 24 16:43:16.463 INFO O| Sep 24 16:43:16.463 INFO STEP 600 (remove_files) COMPLETE
66272025-09-24T16:43:17.943Z[ recovery-image] Sep 24 16:43:16.463 INFO O| Sep 24 16:43:16.463 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-09-24T16:43:17.956Z[ recovery-image] Sep 24 16:43:16.478 INFO O| Sep 24 16:43:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66292025-09-24T16:43:17.956Z[ recovery-image] Sep 24 16:43:16.478 INFO O| Sep 24 16:43:16.478 INFO STEP 601 (remove_files) COMPLETE
66302025-09-24T16:43:17.961Z[ recovery-image] Sep 24 16:43:16.478 INFO O| Sep 24 16:43:16.478 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-09-24T16:43:17.976Z[ recovery-image] Sep 24 16:43:16.499 INFO O| Sep 24 16:43:16.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66322025-09-24T16:43:17.979Z[ recovery-image] Sep 24 16:43:16.499 INFO O| Sep 24 16:43:16.499 INFO STEP 602 (remove_files) COMPLETE
66332025-09-24T16:43:17.979Z[ recovery-image] Sep 24 16:43:16.499 INFO O| Sep 24 16:43:16.499 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-09-24T16:43:17.998Z[ recovery-image] Sep 24 16:43:16.518 INFO O| Sep 24 16:43:16.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66352025-09-24T16:43:17.998Z[ recovery-image] Sep 24 16:43:16.518 INFO O| Sep 24 16:43:16.518 INFO STEP 603 (remove_files) COMPLETE
66362025-09-24T16:43:17.998Z[ recovery-image] Sep 24 16:43:16.518 INFO O| Sep 24 16:43:16.518 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-09-24T16:43:18.015Z[ recovery-image] Sep 24 16:43:16.537 INFO O| Sep 24 16:43:16.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66382025-09-24T16:43:18.015Z[ recovery-image] Sep 24 16:43:16.537 INFO O| Sep 24 16:43:16.537 INFO STEP 604 (remove_files) COMPLETE
66392025-09-24T16:43:18.018Z[ recovery-image] Sep 24 16:43:16.537 INFO O| Sep 24 16:43:16.537 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.557 INFO O| Sep 24 16:43:16.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66412025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.557 INFO O| Sep 24 16:43:16.557 INFO STEP 605 (remove_files) COMPLETE
66422025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.557 INFO O| Sep 24 16:43:16.557 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.573 INFO O| Sep 24 16:43:16.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66442025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.573 INFO O| Sep 24 16:43:16.573 INFO STEP 606 (remove_files) COMPLETE
66452025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.573 INFO O| Sep 24 16:43:16.573 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.587 INFO O| Sep 24 16:43:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66472025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.587 INFO O| Sep 24 16:43:16.587 INFO STEP 607 (remove_files) COMPLETE
66482025-09-24T16:43:18.068Z[ recovery-image] Sep 24 16:43:16.587 INFO O| Sep 24 16:43:16.587 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-09-24T16:43:18.078Z[ recovery-image] Sep 24 16:43:16.600 INFO O| Sep 24 16:43:16.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66502025-09-24T16:43:18.078Z[ recovery-image] Sep 24 16:43:16.601 INFO O| Sep 24 16:43:16.601 INFO STEP 608 (remove_files) COMPLETE
66512025-09-24T16:43:18.078Z[ recovery-image] Sep 24 16:43:16.601 INFO O| Sep 24 16:43:16.601 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-09-24T16:43:18.091Z[ recovery-image] Sep 24 16:43:16.614 INFO O| Sep 24 16:43:16.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66532025-09-24T16:43:18.092Z[ recovery-image] Sep 24 16:43:16.614 INFO O| Sep 24 16:43:16.614 INFO STEP 609 (remove_files) COMPLETE
66542025-09-24T16:43:18.092Z[ recovery-image] Sep 24 16:43:16.614 INFO O| Sep 24 16:43:16.614 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-09-24T16:43:18.106Z[ recovery-image] Sep 24 16:43:16.627 INFO O| Sep 24 16:43:16.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66562025-09-24T16:43:18.106Z[ recovery-image] Sep 24 16:43:16.627 INFO O| Sep 24 16:43:16.627 INFO STEP 610 (remove_files) COMPLETE
66572025-09-24T16:43:18.109Z[ recovery-image] Sep 24 16:43:16.627 INFO O| Sep 24 16:43:16.627 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-09-24T16:43:18.118Z[ recovery-image] Sep 24 16:43:16.641 INFO O| Sep 24 16:43:16.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66592025-09-24T16:43:18.118Z[ recovery-image] Sep 24 16:43:16.641 INFO O| Sep 24 16:43:16.641 INFO STEP 611 (remove_files) COMPLETE
66602025-09-24T16:43:18.118Z[ recovery-image] Sep 24 16:43:16.641 INFO O| Sep 24 16:43:16.641 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-09-24T16:43:18.132Z[ recovery-image] Sep 24 16:43:16.655 INFO O| Sep 24 16:43:16.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66622025-09-24T16:43:18.132Z[ recovery-image] Sep 24 16:43:16.655 INFO O| Sep 24 16:43:16.655 INFO STEP 612 (remove_files) COMPLETE
66632025-09-24T16:43:18.132Z[ recovery-image] Sep 24 16:43:16.655 INFO O| Sep 24 16:43:16.655 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-09-24T16:43:18.146Z[ recovery-image] Sep 24 16:43:16.668 INFO O| Sep 24 16:43:16.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66652025-09-24T16:43:18.146Z[ recovery-image] Sep 24 16:43:16.669 INFO O| Sep 24 16:43:16.669 INFO STEP 613 (remove_files) COMPLETE
66662025-09-24T16:43:18.149Z[ recovery-image] Sep 24 16:43:16.669 INFO O| Sep 24 16:43:16.669 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-09-24T16:43:18.159Z[ recovery-image] Sep 24 16:43:16.682 INFO O| Sep 24 16:43:16.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66682025-09-24T16:43:18.159Z[ recovery-image] Sep 24 16:43:16.682 INFO O| Sep 24 16:43:16.682 INFO STEP 614 (remove_files) COMPLETE
66692025-09-24T16:43:18.159Z[ recovery-image] Sep 24 16:43:16.682 INFO O| Sep 24 16:43:16.682 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-09-24T16:43:18.172Z[ recovery-image] Sep 24 16:43:16.695 INFO O| Sep 24 16:43:16.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66712025-09-24T16:43:18.173Z[ recovery-image] Sep 24 16:43:16.695 INFO O| Sep 24 16:43:16.695 INFO STEP 615 (remove_files) COMPLETE
66722025-09-24T16:43:18.176Z[ recovery-image] Sep 24 16:43:16.695 INFO O| Sep 24 16:43:16.695 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-09-24T16:43:18.187Z[ recovery-image] Sep 24 16:43:16.709 INFO O| Sep 24 16:43:16.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66742025-09-24T16:43:18.187Z[ recovery-image] Sep 24 16:43:16.709 INFO O| Sep 24 16:43:16.709 INFO STEP 616 (remove_files) COMPLETE
66752025-09-24T16:43:18.187Z[ recovery-image] Sep 24 16:43:16.709 INFO O| Sep 24 16:43:16.709 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-09-24T16:43:18.200Z[ recovery-image] Sep 24 16:43:16.723 INFO O| Sep 24 16:43:16.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66772025-09-24T16:43:18.200Z[ recovery-image] Sep 24 16:43:16.723 INFO O| Sep 24 16:43:16.723 INFO STEP 617 (remove_files) COMPLETE
66782025-09-24T16:43:18.200Z[ recovery-image] Sep 24 16:43:16.723 INFO O| Sep 24 16:43:16.723 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-09-24T16:43:18.214Z[ recovery-image] Sep 24 16:43:16.737 INFO O| Sep 24 16:43:16.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66802025-09-24T16:43:18.214Z[ recovery-image] Sep 24 16:43:16.737 INFO O| Sep 24 16:43:16.737 INFO STEP 618 (remove_files) COMPLETE
66812025-09-24T16:43:18.214Z[ recovery-image] Sep 24 16:43:16.737 INFO O| Sep 24 16:43:16.737 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-09-24T16:43:18.229Z[ recovery-image] Sep 24 16:43:16.751 INFO O| Sep 24 16:43:16.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66832025-09-24T16:43:18.229Z[ recovery-image] Sep 24 16:43:16.752 INFO O| Sep 24 16:43:16.752 INFO STEP 619 (remove_files) COMPLETE
66842025-09-24T16:43:18.229Z[ recovery-image] Sep 24 16:43:16.752 INFO O| Sep 24 16:43:16.752 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-09-24T16:43:18.243Z[ recovery-image] Sep 24 16:43:16.765 INFO O| Sep 24 16:43:16.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66862025-09-24T16:43:18.243Z[ recovery-image] Sep 24 16:43:16.765 INFO O| Sep 24 16:43:16.765 INFO STEP 620 (remove_files) COMPLETE
66872025-09-24T16:43:18.243Z[ recovery-image] Sep 24 16:43:16.766 INFO O| Sep 24 16:43:16.765 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-09-24T16:43:18.258Z[ recovery-image] Sep 24 16:43:16.780 INFO O| Sep 24 16:43:16.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66892025-09-24T16:43:18.258Z[ recovery-image] Sep 24 16:43:16.780 INFO O| Sep 24 16:43:16.780 INFO STEP 621 (remove_files) COMPLETE
66902025-09-24T16:43:18.258Z[ recovery-image] Sep 24 16:43:16.780 INFO O| Sep 24 16:43:16.780 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-09-24T16:43:18.271Z[ recovery-image] Sep 24 16:43:16.794 INFO O| Sep 24 16:43:16.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66922025-09-24T16:43:18.271Z[ recovery-image] Sep 24 16:43:16.794 INFO O| Sep 24 16:43:16.794 INFO STEP 622 (remove_files) COMPLETE
66932025-09-24T16:43:18.275Z[ recovery-image] Sep 24 16:43:16.794 INFO O| Sep 24 16:43:16.794 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-09-24T16:43:18.286Z[ recovery-image] Sep 24 16:43:16.809 INFO O| Sep 24 16:43:16.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66952025-09-24T16:43:18.286Z[ recovery-image] Sep 24 16:43:16.809 INFO O| Sep 24 16:43:16.809 INFO STEP 623 (remove_files) COMPLETE
66962025-09-24T16:43:18.286Z[ recovery-image] Sep 24 16:43:16.809 INFO O| Sep 24 16:43:16.809 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-09-24T16:43:18.301Z[ recovery-image] Sep 24 16:43:16.823 INFO O| Sep 24 16:43:16.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66982025-09-24T16:43:18.301Z[ recovery-image] Sep 24 16:43:16.824 INFO O| Sep 24 16:43:16.824 INFO STEP 624 (remove_files) COMPLETE
66992025-09-24T16:43:18.301Z[ recovery-image] Sep 24 16:43:16.824 INFO O| Sep 24 16:43:16.824 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-09-24T16:43:18.314Z[ recovery-image] Sep 24 16:43:16.837 INFO O| Sep 24 16:43:16.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67012025-09-24T16:43:18.314Z[ recovery-image] Sep 24 16:43:16.837 INFO O| Sep 24 16:43:16.837 INFO STEP 625 (remove_files) COMPLETE
67022025-09-24T16:43:18.318Z[ recovery-image] Sep 24 16:43:16.837 INFO O| Sep 24 16:43:16.837 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-09-24T16:43:18.328Z[ recovery-image] Sep 24 16:43:16.850 INFO O| Sep 24 16:43:16.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67042025-09-24T16:43:18.328Z[ recovery-image] Sep 24 16:43:16.850 INFO O| Sep 24 16:43:16.850 INFO STEP 626 (remove_files) COMPLETE
67052025-09-24T16:43:18.331Z[ recovery-image] Sep 24 16:43:16.850 INFO O| Sep 24 16:43:16.850 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-09-24T16:43:18.341Z[ recovery-image] Sep 24 16:43:16.863 INFO O| Sep 24 16:43:16.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67072025-09-24T16:43:18.341Z[ recovery-image] Sep 24 16:43:16.863 INFO O| Sep 24 16:43:16.863 INFO STEP 627 (remove_files) COMPLETE
67082025-09-24T16:43:18.341Z[ recovery-image] Sep 24 16:43:16.863 INFO O| Sep 24 16:43:16.863 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-09-24T16:43:18.355Z[ recovery-image] Sep 24 16:43:16.878 INFO O| Sep 24 16:43:16.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67102025-09-24T16:43:18.355Z[ recovery-image] Sep 24 16:43:16.878 INFO O| Sep 24 16:43:16.878 INFO STEP 628 (remove_files) COMPLETE
67112025-09-24T16:43:18.359Z[ recovery-image] Sep 24 16:43:16.878 INFO O| Sep 24 16:43:16.878 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-09-24T16:43:18.369Z[ recovery-image] Sep 24 16:43:16.892 INFO O| Sep 24 16:43:16.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67132025-09-24T16:43:18.369Z[ recovery-image] Sep 24 16:43:16.892 INFO O| Sep 24 16:43:16.892 INFO STEP 629 (remove_files) COMPLETE
67142025-09-24T16:43:18.369Z[ recovery-image] Sep 24 16:43:16.892 INFO O| Sep 24 16:43:16.892 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-09-24T16:43:18.383Z[ recovery-image] Sep 24 16:43:16.905 INFO O| Sep 24 16:43:16.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67162025-09-24T16:43:18.383Z[ recovery-image] Sep 24 16:43:16.906 INFO O| Sep 24 16:43:16.905 INFO STEP 630 (remove_files) COMPLETE
67172025-09-24T16:43:18.386Z[ recovery-image] Sep 24 16:43:16.906 INFO O| Sep 24 16:43:16.905 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-09-24T16:43:18.397Z[ recovery-image] Sep 24 16:43:16.920 INFO O| Sep 24 16:43:16.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67192025-09-24T16:43:18.401Z[ recovery-image] Sep 24 16:43:16.920 INFO O| Sep 24 16:43:16.920 INFO STEP 631 (remove_files) COMPLETE
67202025-09-24T16:43:18.401Z[ recovery-image] Sep 24 16:43:16.920 INFO O| Sep 24 16:43:16.920 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-09-24T16:43:18.410Z[ recovery-image] Sep 24 16:43:16.933 INFO O| Sep 24 16:43:16.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67222025-09-24T16:43:18.410Z[ recovery-image] Sep 24 16:43:16.933 INFO O| Sep 24 16:43:16.933 INFO STEP 632 (remove_files) COMPLETE
67232025-09-24T16:43:18.410Z[ recovery-image] Sep 24 16:43:16.933 INFO O| Sep 24 16:43:16.933 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-09-24T16:43:18.426Z[ recovery-image] Sep 24 16:43:16.947 INFO O| Sep 24 16:43:16.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67252025-09-24T16:43:18.426Z[ recovery-image] Sep 24 16:43:16.947 INFO O| Sep 24 16:43:16.947 INFO STEP 633 (remove_files) COMPLETE
67262025-09-24T16:43:18.426Z[ recovery-image] Sep 24 16:43:16.947 INFO O| Sep 24 16:43:16.947 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-09-24T16:43:18.437Z[ recovery-image] Sep 24 16:43:16.960 INFO O| Sep 24 16:43:16.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67282025-09-24T16:43:18.437Z[ recovery-image] Sep 24 16:43:16.960 INFO O| Sep 24 16:43:16.960 INFO STEP 634 (remove_files) COMPLETE
67292025-09-24T16:43:18.437Z[ recovery-image] Sep 24 16:43:16.960 INFO O| Sep 24 16:43:16.960 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-09-24T16:43:18.450Z[ recovery-image] Sep 24 16:43:16.972 INFO O| Sep 24 16:43:16.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67312025-09-24T16:43:18.450Z[ recovery-image] Sep 24 16:43:16.973 INFO O| Sep 24 16:43:16.973 INFO STEP 635 (remove_files) COMPLETE
67322025-09-24T16:43:18.453Z[ recovery-image] Sep 24 16:43:16.973 INFO O| Sep 24 16:43:16.973 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-09-24T16:43:18.462Z[ recovery-image] Sep 24 16:43:16.985 INFO O| Sep 24 16:43:16.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67342025-09-24T16:43:18.463Z[ recovery-image] Sep 24 16:43:16.985 INFO O| Sep 24 16:43:16.985 INFO STEP 636 (remove_files) COMPLETE
67352025-09-24T16:43:18.463Z[ recovery-image] Sep 24 16:43:16.985 INFO O| Sep 24 16:43:16.985 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-09-24T16:43:18.474Z[ recovery-image] Sep 24 16:43:16.997 INFO O| Sep 24 16:43:16.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67372025-09-24T16:43:18.474Z[ recovery-image] Sep 24 16:43:16.997 INFO O| Sep 24 16:43:16.997 INFO STEP 637 (remove_files) COMPLETE
67382025-09-24T16:43:18.474Z[ recovery-image] Sep 24 16:43:16.997 INFO O| Sep 24 16:43:16.997 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-09-24T16:43:18.488Z[ recovery-image] Sep 24 16:43:17.010 INFO O| Sep 24 16:43:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67402025-09-24T16:43:18.488Z[ recovery-image] Sep 24 16:43:17.010 INFO O| Sep 24 16:43:17.010 INFO STEP 638 (remove_files) COMPLETE
67412025-09-24T16:43:18.488Z[ recovery-image] Sep 24 16:43:17.010 INFO O| Sep 24 16:43:17.010 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-09-24T16:43:18.501Z[ recovery-image] Sep 24 16:43:17.022 INFO O| Sep 24 16:43:17.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67432025-09-24T16:43:18.501Z[ recovery-image] Sep 24 16:43:17.023 INFO O| Sep 24 16:43:17.023 INFO STEP 639 (remove_files) COMPLETE
67442025-09-24T16:43:18.501Z[ recovery-image] Sep 24 16:43:17.023 INFO O| Sep 24 16:43:17.023 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-09-24T16:43:18.514Z[ recovery-image] Sep 24 16:43:17.036 INFO O| Sep 24 16:43:17.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67462025-09-24T16:43:18.514Z[ recovery-image] Sep 24 16:43:17.036 INFO O| Sep 24 16:43:17.036 INFO STEP 640 (remove_files) COMPLETE
67472025-09-24T16:43:18.515Z[ recovery-image] Sep 24 16:43:17.036 INFO O| Sep 24 16:43:17.036 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-09-24T16:43:18.526Z[ recovery-image] Sep 24 16:43:17.048 INFO O| Sep 24 16:43:17.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67492025-09-24T16:43:18.526Z[ recovery-image] Sep 24 16:43:17.048 INFO O| Sep 24 16:43:17.048 INFO STEP 641 (remove_files) COMPLETE
67502025-09-24T16:43:18.529Z[ recovery-image] Sep 24 16:43:17.048 INFO O| Sep 24 16:43:17.048 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-09-24T16:43:18.537Z[ recovery-image] Sep 24 16:43:17.060 INFO O| Sep 24 16:43:17.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67522025-09-24T16:43:18.537Z[ recovery-image] Sep 24 16:43:17.060 INFO O| Sep 24 16:43:17.060 INFO STEP 642 (remove_files) COMPLETE
67532025-09-24T16:43:18.537Z[ recovery-image] Sep 24 16:43:17.060 INFO O| Sep 24 16:43:17.060 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-09-24T16:43:18.550Z[ recovery-image] Sep 24 16:43:17.073 INFO O| Sep 24 16:43:17.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67552025-09-24T16:43:18.551Z[ recovery-image] Sep 24 16:43:17.073 INFO O| Sep 24 16:43:17.073 INFO STEP 643 (remove_files) COMPLETE
67562025-09-24T16:43:18.554Z[ recovery-image] Sep 24 16:43:17.073 INFO O| Sep 24 16:43:17.073 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-09-24T16:43:18.562Z[ recovery-image] Sep 24 16:43:17.085 INFO O| Sep 24 16:43:17.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67582025-09-24T16:43:18.562Z[ recovery-image] Sep 24 16:43:17.085 INFO O| Sep 24 16:43:17.085 INFO STEP 644 (remove_files) COMPLETE
67592025-09-24T16:43:18.562Z[ recovery-image] Sep 24 16:43:17.085 INFO O| Sep 24 16:43:17.085 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-09-24T16:43:18.577Z[ recovery-image] Sep 24 16:43:17.099 INFO O| Sep 24 16:43:17.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67612025-09-24T16:43:18.577Z[ recovery-image] Sep 24 16:43:17.100 INFO O| Sep 24 16:43:17.100 INFO STEP 645 (remove_files) COMPLETE
67622025-09-24T16:43:18.577Z[ recovery-image] Sep 24 16:43:17.100 INFO O| Sep 24 16:43:17.100 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-09-24T16:43:18.591Z[ recovery-image] Sep 24 16:43:17.113 INFO O| Sep 24 16:43:17.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67642025-09-24T16:43:18.591Z[ recovery-image] Sep 24 16:43:17.113 INFO O| Sep 24 16:43:17.113 INFO STEP 646 (remove_files) COMPLETE
67652025-09-24T16:43:18.591Z[ recovery-image] Sep 24 16:43:17.113 INFO O| Sep 24 16:43:17.113 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-09-24T16:43:18.618Z[ recovery-image] Sep 24 16:43:17.140 INFO O| Sep 24 16:43:17.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67672025-09-24T16:43:18.618Z[ recovery-image] Sep 24 16:43:17.140 INFO O| Sep 24 16:43:17.140 INFO STEP 647 (remove_files) COMPLETE
67682025-09-24T16:43:18.618Z[ recovery-image] Sep 24 16:43:17.140 INFO O| Sep 24 16:43:17.140 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-09-24T16:43:18.633Z[ recovery-image] Sep 24 16:43:17.155 INFO O| Sep 24 16:43:17.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67702025-09-24T16:43:18.633Z[ recovery-image] Sep 24 16:43:17.155 INFO O| Sep 24 16:43:17.155 INFO STEP 648 (remove_files) COMPLETE
67712025-09-24T16:43:18.633Z[ recovery-image] Sep 24 16:43:17.155 INFO O| Sep 24 16:43:17.155 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-09-24T16:43:18.648Z[ recovery-image] Sep 24 16:43:17.170 INFO O| Sep 24 16:43:17.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67732025-09-24T16:43:18.648Z[ recovery-image] Sep 24 16:43:17.170 INFO O| Sep 24 16:43:17.170 INFO STEP 649 (remove_files) COMPLETE
67742025-09-24T16:43:18.648Z[ recovery-image] Sep 24 16:43:17.170 INFO O| Sep 24 16:43:17.170 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-09-24T16:43:18.662Z[ recovery-image] Sep 24 16:43:17.185 INFO O| Sep 24 16:43:17.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67762025-09-24T16:43:18.662Z[ recovery-image] Sep 24 16:43:17.185 INFO O| Sep 24 16:43:17.185 INFO STEP 650 (remove_files) COMPLETE
67772025-09-24T16:43:18.662Z[ recovery-image] Sep 24 16:43:17.185 INFO O| Sep 24 16:43:17.185 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-09-24T16:43:18.677Z[ recovery-image] Sep 24 16:43:17.199 INFO O| Sep 24 16:43:17.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67792025-09-24T16:43:18.677Z[ recovery-image] Sep 24 16:43:17.199 INFO O| Sep 24 16:43:17.199 INFO STEP 651 (remove_files) COMPLETE
67802025-09-24T16:43:18.677Z[ recovery-image] Sep 24 16:43:17.199 INFO O| Sep 24 16:43:17.199 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-09-24T16:43:18.691Z[ recovery-image] Sep 24 16:43:17.213 INFO O| Sep 24 16:43:17.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67822025-09-24T16:43:18.695Z[ recovery-image] Sep 24 16:43:17.213 INFO O| Sep 24 16:43:17.213 INFO STEP 652 (remove_files) COMPLETE
67832025-09-24T16:43:18.695Z[ recovery-image] Sep 24 16:43:17.213 INFO O| Sep 24 16:43:17.213 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-09-24T16:43:18.704Z[ recovery-image] Sep 24 16:43:17.226 INFO O| Sep 24 16:43:17.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67852025-09-24T16:43:18.704Z[ recovery-image] Sep 24 16:43:17.226 INFO O| Sep 24 16:43:17.226 INFO STEP 653 (remove_files) COMPLETE
67862025-09-24T16:43:18.708Z[ recovery-image] Sep 24 16:43:17.226 INFO O| Sep 24 16:43:17.226 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-09-24T16:43:18.722Z[ recovery-image] Sep 24 16:43:17.240 INFO O| Sep 24 16:43:17.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67882025-09-24T16:43:18.722Z[ recovery-image] Sep 24 16:43:17.240 INFO O| Sep 24 16:43:17.240 INFO STEP 654 (remove_files) COMPLETE
67892025-09-24T16:43:18.725Z[ recovery-image] Sep 24 16:43:17.240 INFO O| Sep 24 16:43:17.240 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-09-24T16:43:18.731Z[ recovery-image] Sep 24 16:43:17.254 INFO O| Sep 24 16:43:17.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67912025-09-24T16:43:18.731Z[ recovery-image] Sep 24 16:43:17.254 INFO O| Sep 24 16:43:17.254 INFO STEP 655 (remove_files) COMPLETE
67922025-09-24T16:43:18.734Z[ recovery-image] Sep 24 16:43:17.254 INFO O| Sep 24 16:43:17.254 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-09-24T16:43:18.744Z[ recovery-image] Sep 24 16:43:17.267 INFO O| Sep 24 16:43:17.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67942025-09-24T16:43:18.744Z[ recovery-image] Sep 24 16:43:17.267 INFO O| Sep 24 16:43:17.267 INFO STEP 656 (remove_files) COMPLETE
67952025-09-24T16:43:18.748Z[ recovery-image] Sep 24 16:43:17.267 INFO O| Sep 24 16:43:17.267 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-09-24T16:43:18.757Z[ recovery-image] Sep 24 16:43:17.280 INFO O| Sep 24 16:43:17.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67972025-09-24T16:43:18.757Z[ recovery-image] Sep 24 16:43:17.280 INFO O| Sep 24 16:43:17.280 INFO STEP 657 (remove_files) COMPLETE
67982025-09-24T16:43:18.757Z[ recovery-image] Sep 24 16:43:17.280 INFO O| Sep 24 16:43:17.280 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-09-24T16:43:18.770Z[ recovery-image] Sep 24 16:43:17.293 INFO O| Sep 24 16:43:17.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68002025-09-24T16:43:18.770Z[ recovery-image] Sep 24 16:43:17.293 INFO O| Sep 24 16:43:17.293 INFO STEP 658 (remove_files) COMPLETE
68012025-09-24T16:43:18.773Z[ recovery-image] Sep 24 16:43:17.293 INFO O| Sep 24 16:43:17.293 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-09-24T16:43:18.783Z[ recovery-image] Sep 24 16:43:17.305 INFO O| Sep 24 16:43:17.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68032025-09-24T16:43:18.783Z[ recovery-image] Sep 24 16:43:17.306 INFO O| Sep 24 16:43:17.305 INFO STEP 659 (remove_files) COMPLETE
68042025-09-24T16:43:18.783Z[ recovery-image] Sep 24 16:43:17.306 INFO O| Sep 24 16:43:17.306 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-09-24T16:43:18.796Z[ recovery-image] Sep 24 16:43:17.319 INFO O| Sep 24 16:43:17.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68062025-09-24T16:43:18.796Z[ recovery-image] Sep 24 16:43:17.319 INFO O| Sep 24 16:43:17.319 INFO STEP 660 (remove_files) COMPLETE
68072025-09-24T16:43:18.797Z[ recovery-image] Sep 24 16:43:17.319 INFO O| Sep 24 16:43:17.319 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-09-24T16:43:18.810Z[ recovery-image] Sep 24 16:43:17.333 INFO O| Sep 24 16:43:17.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68092025-09-24T16:43:18.810Z[ recovery-image] Sep 24 16:43:17.333 INFO O| Sep 24 16:43:17.333 INFO STEP 661 (remove_files) COMPLETE
68102025-09-24T16:43:18.810Z[ recovery-image] Sep 24 16:43:17.333 INFO O| Sep 24 16:43:17.333 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-09-24T16:43:18.826Z[ recovery-image] Sep 24 16:43:17.347 INFO O| Sep 24 16:43:17.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68122025-09-24T16:43:18.826Z[ recovery-image] Sep 24 16:43:17.347 INFO O| Sep 24 16:43:17.347 INFO STEP 662 (remove_files) COMPLETE
68132025-09-24T16:43:18.826Z[ recovery-image] Sep 24 16:43:17.347 INFO O| Sep 24 16:43:17.347 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-09-24T16:43:18.839Z[ recovery-image] Sep 24 16:43:17.362 INFO O| Sep 24 16:43:17.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68152025-09-24T16:43:18.839Z[ recovery-image] Sep 24 16:43:17.362 INFO O| Sep 24 16:43:17.362 INFO STEP 663 (remove_files) COMPLETE
68162025-09-24T16:43:18.839Z[ recovery-image] Sep 24 16:43:17.362 INFO O| Sep 24 16:43:17.362 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-09-24T16:43:18.853Z[ recovery-image] Sep 24 16:43:17.376 INFO O| Sep 24 16:43:17.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68182025-09-24T16:43:18.854Z[ recovery-image] Sep 24 16:43:17.376 INFO O| Sep 24 16:43:17.376 INFO STEP 664 (remove_files) COMPLETE
68192025-09-24T16:43:18.854Z[ recovery-image] Sep 24 16:43:17.376 INFO O| Sep 24 16:43:17.376 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-09-24T16:43:18.868Z[ recovery-image] Sep 24 16:43:17.390 INFO O| Sep 24 16:43:17.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68212025-09-24T16:43:18.868Z[ recovery-image] Sep 24 16:43:17.390 INFO O| Sep 24 16:43:17.390 INFO STEP 665 (remove_files) COMPLETE
68222025-09-24T16:43:18.868Z[ recovery-image] Sep 24 16:43:17.390 INFO O| Sep 24 16:43:17.390 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-09-24T16:43:18.883Z[ recovery-image] Sep 24 16:43:17.405 INFO O| Sep 24 16:43:17.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68242025-09-24T16:43:18.883Z[ recovery-image] Sep 24 16:43:17.405 INFO O| Sep 24 16:43:17.405 INFO STEP 666 (remove_files) COMPLETE
68252025-09-24T16:43:18.883Z[ recovery-image] Sep 24 16:43:17.405 INFO O| Sep 24 16:43:17.405 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-09-24T16:43:18.897Z[ recovery-image] Sep 24 16:43:17.420 INFO O| Sep 24 16:43:17.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68272025-09-24T16:43:18.897Z[ recovery-image] Sep 24 16:43:17.420 INFO O| Sep 24 16:43:17.420 INFO STEP 667 (remove_files) COMPLETE
68282025-09-24T16:43:18.897Z[ recovery-image] Sep 24 16:43:17.420 INFO O| Sep 24 16:43:17.420 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-09-24T16:43:18.912Z[ recovery-image] Sep 24 16:43:17.434 INFO O| Sep 24 16:43:17.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68302025-09-24T16:43:18.912Z[ recovery-image] Sep 24 16:43:17.434 INFO O| Sep 24 16:43:17.434 INFO STEP 668 (remove_files) COMPLETE
68312025-09-24T16:43:18.912Z[ recovery-image] Sep 24 16:43:17.435 INFO O| Sep 24 16:43:17.434 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-09-24T16:43:18.926Z[ recovery-image] Sep 24 16:43:17.449 INFO O| Sep 24 16:43:17.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68332025-09-24T16:43:18.926Z[ recovery-image] Sep 24 16:43:17.449 INFO O| Sep 24 16:43:17.449 INFO STEP 669 (remove_files) COMPLETE
68342025-09-24T16:43:18.926Z[ recovery-image] Sep 24 16:43:17.449 INFO O| Sep 24 16:43:17.449 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-09-24T16:43:18.940Z[ recovery-image] Sep 24 16:43:17.463 INFO O| Sep 24 16:43:17.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68362025-09-24T16:43:18.940Z[ recovery-image] Sep 24 16:43:17.463 INFO O| Sep 24 16:43:17.463 INFO STEP 670 (remove_files) COMPLETE
68372025-09-24T16:43:18.940Z[ recovery-image] Sep 24 16:43:17.463 INFO O| Sep 24 16:43:17.463 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-09-24T16:43:18.955Z[ recovery-image] Sep 24 16:43:17.477 INFO O| Sep 24 16:43:17.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68392025-09-24T16:43:18.955Z[ recovery-image] Sep 24 16:43:17.478 INFO O| Sep 24 16:43:17.478 INFO STEP 671 (remove_files) COMPLETE
68402025-09-24T16:43:18.955Z[ recovery-image] Sep 24 16:43:17.478 INFO O| Sep 24 16:43:17.478 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-09-24T16:43:18.969Z[ recovery-image] Sep 24 16:43:17.491 INFO O| Sep 24 16:43:17.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68422025-09-24T16:43:18.969Z[ recovery-image] Sep 24 16:43:17.491 INFO O| Sep 24 16:43:17.491 INFO STEP 672 (remove_files) COMPLETE
68432025-09-24T16:43:18.969Z[ recovery-image] Sep 24 16:43:17.491 INFO O| Sep 24 16:43:17.491 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-09-24T16:43:18.983Z[ recovery-image] Sep 24 16:43:17.505 INFO O| Sep 24 16:43:17.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68452025-09-24T16:43:18.986Z[ recovery-image] Sep 24 16:43:17.505 INFO O| Sep 24 16:43:17.505 INFO STEP 673 (remove_files) COMPLETE
68462025-09-24T16:43:18.986Z[ recovery-image] Sep 24 16:43:17.505 INFO O| Sep 24 16:43:17.505 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-09-24T16:43:18.997Z[ recovery-image] Sep 24 16:43:17.520 INFO O| Sep 24 16:43:17.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68482025-09-24T16:43:18.997Z[ recovery-image] Sep 24 16:43:17.520 INFO O| Sep 24 16:43:17.520 INFO STEP 674 (remove_files) COMPLETE
68492025-09-24T16:43:18.997Z[ recovery-image] Sep 24 16:43:17.520 INFO O| Sep 24 16:43:17.520 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-09-24T16:43:19.011Z[ recovery-image] Sep 24 16:43:17.534 INFO O| Sep 24 16:43:17.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68512025-09-24T16:43:19.011Z[ recovery-image] Sep 24 16:43:17.534 INFO O| Sep 24 16:43:17.534 INFO STEP 675 (remove_files) COMPLETE
68522025-09-24T16:43:19.014Z[ recovery-image] Sep 24 16:43:17.534 INFO O| Sep 24 16:43:17.534 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-09-24T16:43:19.023Z[ recovery-image] Sep 24 16:43:17.546 INFO O| Sep 24 16:43:17.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68542025-09-24T16:43:19.023Z[ recovery-image] Sep 24 16:43:17.546 INFO O| Sep 24 16:43:17.546 INFO STEP 676 (remove_files) COMPLETE
68552025-09-24T16:43:19.026Z[ recovery-image] Sep 24 16:43:17.546 INFO O| Sep 24 16:43:17.546 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-09-24T16:43:19.035Z[ recovery-image] Sep 24 16:43:17.557 INFO O| Sep 24 16:43:17.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68572025-09-24T16:43:19.035Z[ recovery-image] Sep 24 16:43:17.557 INFO O| Sep 24 16:43:17.557 INFO STEP 677 (remove_files) COMPLETE
68582025-09-24T16:43:19.035Z[ recovery-image] Sep 24 16:43:17.557 INFO O| Sep 24 16:43:17.557 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-09-24T16:43:19.048Z[ recovery-image] Sep 24 16:43:17.570 INFO O| Sep 24 16:43:17.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68602025-09-24T16:43:19.048Z[ recovery-image] Sep 24 16:43:17.570 INFO O| Sep 24 16:43:17.570 INFO STEP 678 (remove_files) COMPLETE
68612025-09-24T16:43:19.048Z[ recovery-image] Sep 24 16:43:17.570 INFO O| Sep 24 16:43:17.570 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-09-24T16:43:19.060Z[ recovery-image] Sep 24 16:43:17.583 INFO O| Sep 24 16:43:17.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68632025-09-24T16:43:19.060Z[ recovery-image] Sep 24 16:43:17.583 INFO O| Sep 24 16:43:17.583 INFO STEP 679 (remove_files) COMPLETE
68642025-09-24T16:43:19.060Z[ recovery-image] Sep 24 16:43:17.583 INFO O| Sep 24 16:43:17.583 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-09-24T16:43:19.073Z[ recovery-image] Sep 24 16:43:17.596 INFO O| Sep 24 16:43:17.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68662025-09-24T16:43:19.073Z[ recovery-image] Sep 24 16:43:17.596 INFO O| Sep 24 16:43:17.596 INFO STEP 680 (remove_files) COMPLETE
68672025-09-24T16:43:19.073Z[ recovery-image] Sep 24 16:43:17.596 INFO O| Sep 24 16:43:17.596 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-09-24T16:43:19.087Z[ recovery-image] Sep 24 16:43:17.608 INFO O| Sep 24 16:43:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68692025-09-24T16:43:19.087Z[ recovery-image] Sep 24 16:43:17.608 INFO O| Sep 24 16:43:17.608 INFO STEP 681 (remove_files) COMPLETE
68702025-09-24T16:43:19.087Z[ recovery-image] Sep 24 16:43:17.608 INFO O| Sep 24 16:43:17.608 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-09-24T16:43:19.098Z[ recovery-image] Sep 24 16:43:17.621 INFO O| Sep 24 16:43:17.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68722025-09-24T16:43:19.098Z[ recovery-image] Sep 24 16:43:17.621 INFO O| Sep 24 16:43:17.621 INFO STEP 682 (remove_files) COMPLETE
68732025-09-24T16:43:19.098Z[ recovery-image] Sep 24 16:43:17.621 INFO O| Sep 24 16:43:17.621 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-09-24T16:43:19.111Z[ recovery-image] Sep 24 16:43:17.633 INFO O| Sep 24 16:43:17.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68752025-09-24T16:43:19.111Z[ recovery-image] Sep 24 16:43:17.634 INFO O| Sep 24 16:43:17.633 INFO STEP 683 (remove_files) COMPLETE
68762025-09-24T16:43:19.111Z[ recovery-image] Sep 24 16:43:17.634 INFO O| Sep 24 16:43:17.634 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-09-24T16:43:19.124Z[ recovery-image] Sep 24 16:43:17.646 INFO O| Sep 24 16:43:17.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68782025-09-24T16:43:19.127Z[ recovery-image] Sep 24 16:43:17.646 INFO O| Sep 24 16:43:17.646 INFO STEP 684 (remove_files) COMPLETE
68792025-09-24T16:43:19.127Z[ recovery-image] Sep 24 16:43:17.646 INFO O| Sep 24 16:43:17.646 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-09-24T16:43:19.137Z[ recovery-image] Sep 24 16:43:17.659 INFO O| Sep 24 16:43:17.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68812025-09-24T16:43:19.137Z[ recovery-image] Sep 24 16:43:17.659 INFO O| Sep 24 16:43:17.659 INFO STEP 685 (remove_files) COMPLETE
68822025-09-24T16:43:19.137Z[ recovery-image] Sep 24 16:43:17.659 INFO O| Sep 24 16:43:17.659 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-09-24T16:43:19.151Z[ recovery-image] Sep 24 16:43:17.674 INFO O| Sep 24 16:43:17.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68842025-09-24T16:43:19.156Z[ recovery-image] Sep 24 16:43:17.674 INFO O| Sep 24 16:43:17.674 INFO STEP 686 (remove_files) COMPLETE
68852025-09-24T16:43:19.156Z[ recovery-image] Sep 24 16:43:17.674 INFO O| Sep 24 16:43:17.674 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-09-24T16:43:19.166Z[ recovery-image] Sep 24 16:43:17.688 INFO O| Sep 24 16:43:17.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68872025-09-24T16:43:19.166Z[ recovery-image] Sep 24 16:43:17.688 INFO O| Sep 24 16:43:17.688 INFO STEP 687 (remove_files) COMPLETE
68882025-09-24T16:43:19.166Z[ recovery-image] Sep 24 16:43:17.688 INFO O| Sep 24 16:43:17.688 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-09-24T16:43:19.181Z[ recovery-image] Sep 24 16:43:17.703 INFO O| Sep 24 16:43:17.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68902025-09-24T16:43:19.186Z[ recovery-image] Sep 24 16:43:17.703 INFO O| Sep 24 16:43:17.703 INFO STEP 688 (remove_files) COMPLETE
68912025-09-24T16:43:19.186Z[ recovery-image] Sep 24 16:43:17.703 INFO O| Sep 24 16:43:17.703 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-09-24T16:43:19.195Z[ recovery-image] Sep 24 16:43:17.717 INFO O| Sep 24 16:43:17.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68932025-09-24T16:43:19.195Z[ recovery-image] Sep 24 16:43:17.717 INFO O| Sep 24 16:43:17.717 INFO STEP 689 (remove_files) COMPLETE
68942025-09-24T16:43:19.195Z[ recovery-image] Sep 24 16:43:17.717 INFO O| Sep 24 16:43:17.717 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-09-24T16:43:19.208Z[ recovery-image] Sep 24 16:43:17.731 INFO O| Sep 24 16:43:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68962025-09-24T16:43:19.208Z[ recovery-image] Sep 24 16:43:17.731 INFO O| Sep 24 16:43:17.731 INFO STEP 690 (remove_files) COMPLETE
68972025-09-24T16:43:19.208Z[ recovery-image] Sep 24 16:43:17.731 INFO O| Sep 24 16:43:17.731 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-09-24T16:43:19.222Z[ recovery-image] Sep 24 16:43:17.744 INFO O| Sep 24 16:43:17.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68992025-09-24T16:43:19.222Z[ recovery-image] Sep 24 16:43:17.745 INFO O| Sep 24 16:43:17.744 INFO STEP 691 (remove_files) COMPLETE
69002025-09-24T16:43:19.222Z[ recovery-image] Sep 24 16:43:17.745 INFO O| Sep 24 16:43:17.744 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-09-24T16:43:19.236Z[ recovery-image] Sep 24 16:43:17.758 INFO O| Sep 24 16:43:17.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69022025-09-24T16:43:19.236Z[ recovery-image] Sep 24 16:43:17.758 INFO O| Sep 24 16:43:17.758 INFO STEP 692 (remove_files) COMPLETE
69032025-09-24T16:43:19.236Z[ recovery-image] Sep 24 16:43:17.758 INFO O| Sep 24 16:43:17.758 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-09-24T16:43:19.250Z[ recovery-image] Sep 24 16:43:17.772 INFO O| Sep 24 16:43:17.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69052025-09-24T16:43:19.250Z[ recovery-image] Sep 24 16:43:17.772 INFO O| Sep 24 16:43:17.772 INFO STEP 693 (remove_files) COMPLETE
69062025-09-24T16:43:19.250Z[ recovery-image] Sep 24 16:43:17.772 INFO O| Sep 24 16:43:17.772 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-09-24T16:43:19.263Z[ recovery-image] Sep 24 16:43:17.785 INFO O| Sep 24 16:43:17.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69082025-09-24T16:43:19.263Z[ recovery-image] Sep 24 16:43:17.785 INFO O| Sep 24 16:43:17.785 INFO STEP 694 (remove_files) COMPLETE
69092025-09-24T16:43:19.263Z[ recovery-image] Sep 24 16:43:17.785 INFO O| Sep 24 16:43:17.785 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-09-24T16:43:19.276Z[ recovery-image] Sep 24 16:43:17.798 INFO O| Sep 24 16:43:17.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69112025-09-24T16:43:19.276Z[ recovery-image] Sep 24 16:43:17.798 INFO O| Sep 24 16:43:17.798 INFO STEP 695 (remove_files) COMPLETE
69122025-09-24T16:43:19.276Z[ recovery-image] Sep 24 16:43:17.798 INFO O| Sep 24 16:43:17.798 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-09-24T16:43:19.289Z[ recovery-image] Sep 24 16:43:17.811 INFO O| Sep 24 16:43:17.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69142025-09-24T16:43:19.289Z[ recovery-image] Sep 24 16:43:17.811 INFO O| Sep 24 16:43:17.811 INFO STEP 696 (remove_files) COMPLETE
69152025-09-24T16:43:19.289Z[ recovery-image] Sep 24 16:43:17.811 INFO O| Sep 24 16:43:17.811 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-09-24T16:43:19.302Z[ recovery-image] Sep 24 16:43:17.824 INFO O| Sep 24 16:43:17.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69172025-09-24T16:43:19.302Z[ recovery-image] Sep 24 16:43:17.824 INFO O| Sep 24 16:43:17.824 INFO STEP 697 (remove_files) COMPLETE
69182025-09-24T16:43:19.302Z[ recovery-image] Sep 24 16:43:17.824 INFO O| Sep 24 16:43:17.824 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-09-24T16:43:19.316Z[ recovery-image] Sep 24 16:43:17.837 INFO O| Sep 24 16:43:17.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69202025-09-24T16:43:19.316Z[ recovery-image] Sep 24 16:43:17.837 INFO O| Sep 24 16:43:17.837 INFO STEP 698 (remove_files) COMPLETE
69212025-09-24T16:43:19.316Z[ recovery-image] Sep 24 16:43:17.837 INFO O| Sep 24 16:43:17.837 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-09-24T16:43:19.327Z[ recovery-image] Sep 24 16:43:17.850 INFO O| Sep 24 16:43:17.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69232025-09-24T16:43:19.327Z[ recovery-image] Sep 24 16:43:17.850 INFO O| Sep 24 16:43:17.850 INFO STEP 699 (remove_files) COMPLETE
69242025-09-24T16:43:19.331Z[ recovery-image] Sep 24 16:43:17.850 INFO O| Sep 24 16:43:17.850 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-09-24T16:43:19.340Z[ recovery-image] Sep 24 16:43:17.862 INFO O| Sep 24 16:43:17.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69262025-09-24T16:43:19.340Z[ recovery-image] Sep 24 16:43:17.863 INFO O| Sep 24 16:43:17.862 INFO STEP 700 (remove_files) COMPLETE
69272025-09-24T16:43:19.340Z[ recovery-image] Sep 24 16:43:17.863 INFO O| Sep 24 16:43:17.863 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-09-24T16:43:19.353Z[ recovery-image] Sep 24 16:43:17.875 INFO O| Sep 24 16:43:17.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69292025-09-24T16:43:19.353Z[ recovery-image] Sep 24 16:43:17.875 INFO O| Sep 24 16:43:17.875 INFO STEP 701 (remove_files) COMPLETE
69302025-09-24T16:43:19.353Z[ recovery-image] Sep 24 16:43:17.875 INFO O| Sep 24 16:43:17.875 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-09-24T16:43:19.365Z[ recovery-image] Sep 24 16:43:17.887 INFO O| Sep 24 16:43:17.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69322025-09-24T16:43:19.365Z[ recovery-image] Sep 24 16:43:17.888 INFO O| Sep 24 16:43:17.887 INFO STEP 702 (remove_files) COMPLETE
69332025-09-24T16:43:19.365Z[ recovery-image] Sep 24 16:43:17.888 INFO O| Sep 24 16:43:17.887 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-09-24T16:43:19.377Z[ recovery-image] Sep 24 16:43:17.900 INFO O| Sep 24 16:43:17.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69352025-09-24T16:43:19.377Z[ recovery-image] Sep 24 16:43:17.900 INFO O| Sep 24 16:43:17.900 INFO STEP 703 (remove_files) COMPLETE
69362025-09-24T16:43:19.377Z[ recovery-image] Sep 24 16:43:17.900 INFO O| Sep 24 16:43:17.900 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-09-24T16:43:19.391Z[ recovery-image] Sep 24 16:43:17.913 INFO O| Sep 24 16:43:17.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69382025-09-24T16:43:19.391Z[ recovery-image] Sep 24 16:43:17.913 INFO O| Sep 24 16:43:17.913 INFO STEP 704 (remove_files) COMPLETE
69392025-09-24T16:43:19.391Z[ recovery-image] Sep 24 16:43:17.913 INFO O| Sep 24 16:43:17.913 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-09-24T16:43:19.404Z[ recovery-image] Sep 24 16:43:17.926 INFO O| Sep 24 16:43:17.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69412025-09-24T16:43:19.404Z[ recovery-image] Sep 24 16:43:17.927 INFO O| Sep 24 16:43:17.926 INFO STEP 705 (remove_files) COMPLETE
69422025-09-24T16:43:19.404Z[ recovery-image] Sep 24 16:43:17.927 INFO O| Sep 24 16:43:17.927 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-09-24T16:43:19.417Z[ recovery-image] Sep 24 16:43:17.940 INFO O| Sep 24 16:43:17.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69442025-09-24T16:43:19.418Z[ recovery-image] Sep 24 16:43:17.940 INFO O| Sep 24 16:43:17.940 INFO STEP 706 (remove_files) COMPLETE
69452025-09-24T16:43:19.418Z[ recovery-image] Sep 24 16:43:17.940 INFO O| Sep 24 16:43:17.940 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-09-24T16:43:19.430Z[ recovery-image] Sep 24 16:43:17.952 INFO O| Sep 24 16:43:17.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69472025-09-24T16:43:19.430Z[ recovery-image] Sep 24 16:43:17.952 INFO O| Sep 24 16:43:17.952 INFO STEP 707 (remove_files) COMPLETE
69482025-09-24T16:43:19.430Z[ recovery-image] Sep 24 16:43:17.952 INFO O| Sep 24 16:43:17.952 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-09-24T16:43:19.443Z[ recovery-image] Sep 24 16:43:17.966 INFO O| Sep 24 16:43:17.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69502025-09-24T16:43:19.443Z[ recovery-image] Sep 24 16:43:17.966 INFO O| Sep 24 16:43:17.966 INFO STEP 708 (remove_files) COMPLETE
69512025-09-24T16:43:19.443Z[ recovery-image] Sep 24 16:43:17.966 INFO O| Sep 24 16:43:17.966 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-09-24T16:43:19.457Z[ recovery-image] Sep 24 16:43:17.979 INFO O| Sep 24 16:43:17.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69532025-09-24T16:43:19.457Z[ recovery-image] Sep 24 16:43:17.979 INFO O| Sep 24 16:43:17.979 INFO STEP 709 (remove_files) COMPLETE
69542025-09-24T16:43:19.457Z[ recovery-image] Sep 24 16:43:17.979 INFO O| Sep 24 16:43:17.979 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-09-24T16:43:19.469Z[ recovery-image] Sep 24 16:43:17.992 INFO O| Sep 24 16:43:17.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69562025-09-24T16:43:19.469Z[ recovery-image] Sep 24 16:43:17.992 INFO O| Sep 24 16:43:17.992 INFO STEP 710 (remove_files) COMPLETE
69572025-09-24T16:43:19.473Z[ recovery-image] Sep 24 16:43:17.992 INFO O| Sep 24 16:43:17.992 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-09-24T16:43:19.484Z[ recovery-image] Sep 24 16:43:18.007 INFO O| Sep 24 16:43:18.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69592025-09-24T16:43:19.484Z[ recovery-image] Sep 24 16:43:18.007 INFO O| Sep 24 16:43:18.007 INFO STEP 711 (remove_files) COMPLETE
69602025-09-24T16:43:19.485Z[ recovery-image] Sep 24 16:43:18.007 INFO O| Sep 24 16:43:18.007 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-09-24T16:43:19.499Z[ recovery-image] Sep 24 16:43:18.021 INFO O| Sep 24 16:43:18.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69622025-09-24T16:43:19.499Z[ recovery-image] Sep 24 16:43:18.021 INFO O| Sep 24 16:43:18.021 INFO STEP 712 (remove_files) COMPLETE
69632025-09-24T16:43:19.502Z[ recovery-image] Sep 24 16:43:18.021 INFO O| Sep 24 16:43:18.021 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-09-24T16:43:19.514Z[ recovery-image] Sep 24 16:43:18.036 INFO O| Sep 24 16:43:18.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69652025-09-24T16:43:19.514Z[ recovery-image] Sep 24 16:43:18.036 INFO O| Sep 24 16:43:18.036 INFO STEP 713 (remove_files) COMPLETE
69662025-09-24T16:43:19.514Z[ recovery-image] Sep 24 16:43:18.036 INFO O| Sep 24 16:43:18.036 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-09-24T16:43:19.528Z[ recovery-image] Sep 24 16:43:18.051 INFO O| Sep 24 16:43:18.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69682025-09-24T16:43:19.528Z[ recovery-image] Sep 24 16:43:18.051 INFO O| Sep 24 16:43:18.051 INFO STEP 714 (remove_files) COMPLETE
69692025-09-24T16:43:19.528Z[ recovery-image] Sep 24 16:43:18.051 INFO O| Sep 24 16:43:18.051 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-09-24T16:43:19.543Z[ recovery-image] Sep 24 16:43:18.065 INFO O| Sep 24 16:43:18.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69712025-09-24T16:43:19.543Z[ recovery-image] Sep 24 16:43:18.065 INFO O| Sep 24 16:43:18.065 INFO STEP 715 (remove_files) COMPLETE
69722025-09-24T16:43:19.543Z[ recovery-image] Sep 24 16:43:18.065 INFO O| Sep 24 16:43:18.065 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-09-24T16:43:19.557Z[ recovery-image] Sep 24 16:43:18.079 INFO O| Sep 24 16:43:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69742025-09-24T16:43:19.561Z[ recovery-image] Sep 24 16:43:18.079 INFO O| Sep 24 16:43:18.079 INFO STEP 716 (remove_files) COMPLETE
69752025-09-24T16:43:19.561Z[ recovery-image] Sep 24 16:43:18.079 INFO O| Sep 24 16:43:18.079 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-09-24T16:43:19.570Z[ recovery-image] Sep 24 16:43:18.092 INFO O| Sep 24 16:43:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69772025-09-24T16:43:19.570Z[ recovery-image] Sep 24 16:43:18.093 INFO O| Sep 24 16:43:18.092 INFO STEP 717 (remove_files) COMPLETE
69782025-09-24T16:43:19.573Z[ recovery-image] Sep 24 16:43:18.093 INFO O| Sep 24 16:43:18.093 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-09-24T16:43:19.573Z[ host-image] Sep 24 16:43:18.093 INFO O| Sep 24 16:43:18.093 INFO O| Done
69802025-09-24T16:43:19.599Z[ recovery-image] Sep 24 16:43:18.121 INFO O| Sep 24 16:43:18.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69812025-09-24T16:43:19.599Z[ recovery-image] Sep 24 16:43:18.121 INFO O| Sep 24 16:43:18.121 INFO STEP 718 (remove_files) COMPLETE
69822025-09-24T16:43:19.599Z[ recovery-image] Sep 24 16:43:18.121 INFO O| Sep 24 16:43:18.121 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-09-24T16:43:19.614Z[ recovery-image] Sep 24 16:43:18.136 INFO O| Sep 24 16:43:18.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69842025-09-24T16:43:19.617Z[ recovery-image] Sep 24 16:43:18.137 INFO O| Sep 24 16:43:18.137 INFO STEP 719 (remove_files) COMPLETE
69852025-09-24T16:43:19.617Z[ recovery-image] Sep 24 16:43:18.137 INFO O| Sep 24 16:43:18.137 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-09-24T16:43:19.628Z[ recovery-image] Sep 24 16:43:18.150 INFO O| Sep 24 16:43:18.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69872025-09-24T16:43:19.628Z[ recovery-image] Sep 24 16:43:18.150 INFO O| Sep 24 16:43:18.150 INFO STEP 720 (remove_files) COMPLETE
69882025-09-24T16:43:19.628Z[ recovery-image] Sep 24 16:43:18.150 INFO O| Sep 24 16:43:18.150 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-09-24T16:43:19.643Z[ recovery-image] Sep 24 16:43:18.165 INFO O| Sep 24 16:43:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69902025-09-24T16:43:19.643Z[ recovery-image] Sep 24 16:43:18.165 INFO O| Sep 24 16:43:18.165 INFO STEP 721 (remove_files) COMPLETE
69912025-09-24T16:43:19.643Z[ recovery-image] Sep 24 16:43:18.165 INFO O| Sep 24 16:43:18.165 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-09-24T16:43:19.658Z[ recovery-image] Sep 24 16:43:18.180 INFO O| Sep 24 16:43:18.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69932025-09-24T16:43:19.658Z[ recovery-image] Sep 24 16:43:18.180 INFO O| Sep 24 16:43:18.180 INFO STEP 722 (remove_files) COMPLETE
69942025-09-24T16:43:19.662Z[ recovery-image] Sep 24 16:43:18.180 INFO O| Sep 24 16:43:18.180 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-09-24T16:43:19.672Z[ recovery-image] Sep 24 16:43:18.194 INFO O| Sep 24 16:43:18.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69962025-09-24T16:43:19.672Z[ recovery-image] Sep 24 16:43:18.195 INFO O| Sep 24 16:43:18.194 INFO STEP 723 (remove_files) COMPLETE
69972025-09-24T16:43:19.672Z[ recovery-image] Sep 24 16:43:18.195 INFO O| Sep 24 16:43:18.195 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-09-24T16:43:19.685Z[ recovery-image] Sep 24 16:43:18.207 INFO O| Sep 24 16:43:18.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69992025-09-24T16:43:19.685Z[ recovery-image] Sep 24 16:43:18.208 INFO O| Sep 24 16:43:18.208 INFO STEP 724 (remove_files) COMPLETE
70002025-09-24T16:43:19.685Z[ recovery-image] Sep 24 16:43:18.208 INFO O| Sep 24 16:43:18.208 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-09-24T16:43:19.699Z[ recovery-image] Sep 24 16:43:18.221 INFO O| Sep 24 16:43:18.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70022025-09-24T16:43:19.699Z[ recovery-image] Sep 24 16:43:18.221 INFO O| Sep 24 16:43:18.221 INFO STEP 725 (remove_files) COMPLETE
70032025-09-24T16:43:19.699Z[ recovery-image] Sep 24 16:43:18.221 INFO O| Sep 24 16:43:18.221 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-09-24T16:43:19.711Z[ recovery-image] Sep 24 16:43:18.234 INFO O| Sep 24 16:43:18.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70052025-09-24T16:43:19.712Z[ recovery-image] Sep 24 16:43:18.234 INFO O| Sep 24 16:43:18.234 INFO STEP 726 (remove_files) COMPLETE
70062025-09-24T16:43:19.712Z[ recovery-image] Sep 24 16:43:18.234 INFO O| Sep 24 16:43:18.234 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-09-24T16:43:19.726Z[ recovery-image] Sep 24 16:43:18.248 INFO O| Sep 24 16:43:18.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70082025-09-24T16:43:19.726Z[ recovery-image] Sep 24 16:43:18.248 INFO O| Sep 24 16:43:18.248 INFO STEP 727 (remove_files) COMPLETE
70092025-09-24T16:43:19.726Z[ recovery-image] Sep 24 16:43:18.248 INFO O| Sep 24 16:43:18.248 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-09-24T16:43:19.741Z[ recovery-image] Sep 24 16:43:18.262 INFO O| Sep 24 16:43:18.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70112025-09-24T16:43:19.741Z[ recovery-image] Sep 24 16:43:18.263 INFO O| Sep 24 16:43:18.262 INFO STEP 728 (remove_files) COMPLETE
70122025-09-24T16:43:19.741Z[ recovery-image] Sep 24 16:43:18.263 INFO O| Sep 24 16:43:18.263 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-09-24T16:43:19.756Z[ recovery-image] Sep 24 16:43:18.278 INFO O| Sep 24 16:43:18.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70142025-09-24T16:43:19.756Z[ recovery-image] Sep 24 16:43:18.278 INFO O| Sep 24 16:43:18.278 INFO STEP 729 (remove_files) COMPLETE
70152025-09-24T16:43:19.756Z[ recovery-image] Sep 24 16:43:18.278 INFO O| Sep 24 16:43:18.278 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-09-24T16:43:19.770Z[ recovery-image] Sep 24 16:43:18.293 INFO O| Sep 24 16:43:18.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70172025-09-24T16:43:19.770Z[ recovery-image] Sep 24 16:43:18.293 INFO O| Sep 24 16:43:18.293 INFO STEP 730 (remove_files) COMPLETE
70182025-09-24T16:43:19.770Z[ recovery-image] Sep 24 16:43:18.293 INFO O| Sep 24 16:43:18.293 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-09-24T16:43:19.785Z[ recovery-image] Sep 24 16:43:18.308 INFO O| Sep 24 16:43:18.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70202025-09-24T16:43:19.789Z[ recovery-image] Sep 24 16:43:18.308 INFO O| Sep 24 16:43:18.308 INFO STEP 731 (remove_files) COMPLETE
70212025-09-24T16:43:19.790Z[ recovery-image] Sep 24 16:43:18.308 INFO O| Sep 24 16:43:18.308 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-09-24T16:43:19.800Z[ recovery-image] Sep 24 16:43:18.322 INFO O| Sep 24 16:43:18.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70232025-09-24T16:43:19.800Z[ recovery-image] Sep 24 16:43:18.322 INFO O| Sep 24 16:43:18.322 INFO STEP 732 (remove_files) COMPLETE
70242025-09-24T16:43:19.800Z[ recovery-image] Sep 24 16:43:18.322 INFO O| Sep 24 16:43:18.322 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-09-24T16:43:19.814Z[ recovery-image] Sep 24 16:43:18.336 INFO O| Sep 24 16:43:18.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70262025-09-24T16:43:19.814Z[ recovery-image] Sep 24 16:43:18.337 INFO O| Sep 24 16:43:18.337 INFO STEP 733 (remove_files) COMPLETE
70272025-09-24T16:43:19.814Z[ recovery-image] Sep 24 16:43:18.337 INFO O| Sep 24 16:43:18.337 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-09-24T16:43:19.828Z[ recovery-image] Sep 24 16:43:18.350 INFO O| Sep 24 16:43:18.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70292025-09-24T16:43:19.828Z[ recovery-image] Sep 24 16:43:18.350 INFO O| Sep 24 16:43:18.350 INFO STEP 734 (remove_files) COMPLETE
70302025-09-24T16:43:19.828Z[ recovery-image] Sep 24 16:43:18.350 INFO O| Sep 24 16:43:18.350 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-09-24T16:43:19.842Z[ recovery-image] Sep 24 16:43:18.365 INFO O| Sep 24 16:43:18.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70322025-09-24T16:43:19.842Z[ recovery-image] Sep 24 16:43:18.365 INFO O| Sep 24 16:43:18.365 INFO STEP 735 (remove_files) COMPLETE
70332025-09-24T16:43:19.842Z[ recovery-image] Sep 24 16:43:18.365 INFO O| Sep 24 16:43:18.365 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-09-24T16:43:19.858Z[ recovery-image] Sep 24 16:43:18.379 INFO O| Sep 24 16:43:18.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70352025-09-24T16:43:19.858Z[ recovery-image] Sep 24 16:43:18.379 INFO O| Sep 24 16:43:18.379 INFO STEP 736 (remove_files) COMPLETE
70362025-09-24T16:43:19.858Z[ recovery-image] Sep 24 16:43:18.379 INFO O| Sep 24 16:43:18.379 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-09-24T16:43:19.870Z[ recovery-image] Sep 24 16:43:18.392 INFO O| Sep 24 16:43:18.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70382025-09-24T16:43:19.870Z[ recovery-image] Sep 24 16:43:18.393 INFO O| Sep 24 16:43:18.393 INFO STEP 737 (remove_files) COMPLETE
70392025-09-24T16:43:19.872Z[ recovery-image] Sep 24 16:43:18.393 INFO O| Sep 24 16:43:18.393 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-09-24T16:43:19.883Z[ recovery-image] Sep 24 16:43:18.406 INFO O| Sep 24 16:43:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70412025-09-24T16:43:19.883Z[ recovery-image] Sep 24 16:43:18.406 INFO O| Sep 24 16:43:18.406 INFO STEP 738 (remove_files) COMPLETE
70422025-09-24T16:43:19.883Z[ recovery-image] Sep 24 16:43:18.406 INFO O| Sep 24 16:43:18.406 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-09-24T16:43:19.898Z[ recovery-image] Sep 24 16:43:18.420 INFO O| Sep 24 16:43:18.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70442025-09-24T16:43:19.899Z[ recovery-image] Sep 24 16:43:18.420 INFO O| Sep 24 16:43:18.420 INFO STEP 739 (remove_files) COMPLETE
70452025-09-24T16:43:19.899Z[ recovery-image] Sep 24 16:43:18.420 INFO O| Sep 24 16:43:18.420 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-09-24T16:43:19.912Z[ recovery-image] Sep 24 16:43:18.434 INFO O| Sep 24 16:43:18.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70472025-09-24T16:43:19.912Z[ recovery-image] Sep 24 16:43:18.435 INFO O| Sep 24 16:43:18.434 INFO STEP 740 (remove_files) COMPLETE
70482025-09-24T16:43:19.912Z[ recovery-image] Sep 24 16:43:18.435 INFO O| Sep 24 16:43:18.435 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-09-24T16:43:19.926Z[ recovery-image] Sep 24 16:43:18.448 INFO O| Sep 24 16:43:18.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70502025-09-24T16:43:19.926Z[ recovery-image] Sep 24 16:43:18.449 INFO O| Sep 24 16:43:18.449 INFO STEP 741 (remove_files) COMPLETE
70512025-09-24T16:43:19.926Z[ recovery-image] Sep 24 16:43:18.449 INFO O| Sep 24 16:43:18.449 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-09-24T16:43:19.940Z[ recovery-image] Sep 24 16:43:18.462 INFO O| Sep 24 16:43:18.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70532025-09-24T16:43:19.940Z[ recovery-image] Sep 24 16:43:18.463 INFO O| Sep 24 16:43:18.462 INFO STEP 742 (remove_files) COMPLETE
70542025-09-24T16:43:19.940Z[ recovery-image] Sep 24 16:43:18.463 INFO O| Sep 24 16:43:18.462 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-09-24T16:43:19.953Z[ recovery-image] Sep 24 16:43:18.476 INFO O| Sep 24 16:43:18.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70562025-09-24T16:43:19.953Z[ recovery-image] Sep 24 16:43:18.476 INFO O| Sep 24 16:43:18.476 INFO STEP 743 (remove_files) COMPLETE
70572025-09-24T16:43:19.953Z[ recovery-image] Sep 24 16:43:18.476 INFO O| Sep 24 16:43:18.476 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-09-24T16:43:19.966Z[ recovery-image] Sep 24 16:43:18.489 INFO O| Sep 24 16:43:18.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70592025-09-24T16:43:19.967Z[ recovery-image] Sep 24 16:43:18.489 INFO O| Sep 24 16:43:18.489 INFO STEP 744 (remove_files) COMPLETE
70602025-09-24T16:43:19.967Z[ recovery-image] Sep 24 16:43:18.489 INFO O| Sep 24 16:43:18.489 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-09-24T16:43:19.980Z[ recovery-image] Sep 24 16:43:18.503 INFO O| Sep 24 16:43:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70622025-09-24T16:43:19.980Z[ recovery-image] Sep 24 16:43:18.503 INFO O| Sep 24 16:43:18.503 INFO STEP 745 (remove_files) COMPLETE
70632025-09-24T16:43:19.984Z[ recovery-image] Sep 24 16:43:18.503 INFO O| Sep 24 16:43:18.503 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-09-24T16:43:19.994Z[ recovery-image] Sep 24 16:43:18.517 INFO O| Sep 24 16:43:18.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70652025-09-24T16:43:19.994Z[ recovery-image] Sep 24 16:43:18.517 INFO O| Sep 24 16:43:18.517 INFO STEP 746 (remove_files) COMPLETE
70662025-09-24T16:43:19.998Z[ recovery-image] Sep 24 16:43:18.517 INFO O| Sep 24 16:43:18.517 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-09-24T16:43:20.009Z[ recovery-image] Sep 24 16:43:18.531 INFO O| Sep 24 16:43:18.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70682025-09-24T16:43:20.009Z[ recovery-image] Sep 24 16:43:18.531 INFO O| Sep 24 16:43:18.531 INFO STEP 747 (remove_files) COMPLETE
70692025-09-24T16:43:20.009Z[ recovery-image] Sep 24 16:43:18.531 INFO O| Sep 24 16:43:18.531 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-09-24T16:43:20.024Z[ recovery-image] Sep 24 16:43:18.546 INFO O| Sep 24 16:43:18.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70712025-09-24T16:43:20.024Z[ recovery-image] Sep 24 16:43:18.546 INFO O| Sep 24 16:43:18.546 INFO STEP 748 (remove_files) COMPLETE
70722025-09-24T16:43:20.024Z[ recovery-image] Sep 24 16:43:18.546 INFO O| Sep 24 16:43:18.546 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-09-24T16:43:20.038Z[ recovery-image] Sep 24 16:43:18.561 INFO O| Sep 24 16:43:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70742025-09-24T16:43:20.038Z[ recovery-image] Sep 24 16:43:18.561 INFO O| Sep 24 16:43:18.561 INFO STEP 749 (remove_files) COMPLETE
70752025-09-24T16:43:20.038Z[ recovery-image] Sep 24 16:43:18.561 INFO O| Sep 24 16:43:18.561 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-09-24T16:43:20.053Z[ recovery-image] Sep 24 16:43:18.576 INFO O| Sep 24 16:43:18.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70772025-09-24T16:43:20.053Z[ recovery-image] Sep 24 16:43:18.576 INFO O| Sep 24 16:43:18.576 INFO STEP 750 (remove_files) COMPLETE
70782025-09-24T16:43:20.053Z[ recovery-image] Sep 24 16:43:18.576 INFO O| Sep 24 16:43:18.576 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-09-24T16:43:20.068Z[ recovery-image] Sep 24 16:43:18.590 INFO O| Sep 24 16:43:18.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70802025-09-24T16:43:20.068Z[ recovery-image] Sep 24 16:43:18.590 INFO O| Sep 24 16:43:18.590 INFO STEP 751 (remove_files) COMPLETE
70812025-09-24T16:43:20.068Z[ recovery-image] Sep 24 16:43:18.590 INFO O| Sep 24 16:43:18.590 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-09-24T16:43:20.082Z[ recovery-image] Sep 24 16:43:18.605 INFO O| Sep 24 16:43:18.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70832025-09-24T16:43:20.082Z[ recovery-image] Sep 24 16:43:18.605 INFO O| Sep 24 16:43:18.605 INFO STEP 752 (remove_files) COMPLETE
70842025-09-24T16:43:20.082Z[ recovery-image] Sep 24 16:43:18.605 INFO O| Sep 24 16:43:18.605 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-09-24T16:43:20.097Z[ recovery-image] Sep 24 16:43:18.619 INFO O| Sep 24 16:43:18.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70862025-09-24T16:43:20.097Z[ recovery-image] Sep 24 16:43:18.619 INFO O| Sep 24 16:43:18.619 INFO STEP 753 (remove_files) COMPLETE
70872025-09-24T16:43:20.097Z[ recovery-image] Sep 24 16:43:18.619 INFO O| Sep 24 16:43:18.619 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-09-24T16:43:20.112Z[ recovery-image] Sep 24 16:43:18.634 INFO O| Sep 24 16:43:18.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70892025-09-24T16:43:20.112Z[ recovery-image] Sep 24 16:43:18.634 INFO O| Sep 24 16:43:18.634 INFO STEP 754 (remove_files) COMPLETE
70902025-09-24T16:43:20.112Z[ recovery-image] Sep 24 16:43:18.634 INFO O| Sep 24 16:43:18.634 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-09-24T16:43:20.126Z[ recovery-image] Sep 24 16:43:18.649 INFO O| Sep 24 16:43:18.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70922025-09-24T16:43:20.126Z[ recovery-image] Sep 24 16:43:18.649 INFO O| Sep 24 16:43:18.649 INFO STEP 755 (remove_files) COMPLETE
70932025-09-24T16:43:20.126Z[ recovery-image] Sep 24 16:43:18.649 INFO O| Sep 24 16:43:18.649 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-09-24T16:43:20.141Z[ recovery-image] Sep 24 16:43:18.663 INFO O| Sep 24 16:43:18.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70952025-09-24T16:43:20.141Z[ recovery-image] Sep 24 16:43:18.663 INFO O| Sep 24 16:43:18.663 INFO STEP 756 (remove_files) COMPLETE
70962025-09-24T16:43:20.141Z[ recovery-image] Sep 24 16:43:18.663 INFO O| Sep 24 16:43:18.663 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-09-24T16:43:20.155Z[ recovery-image] Sep 24 16:43:18.678 INFO O| Sep 24 16:43:18.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70982025-09-24T16:43:20.155Z[ recovery-image] Sep 24 16:43:18.678 INFO O| Sep 24 16:43:18.678 INFO STEP 757 (remove_files) COMPLETE
70992025-09-24T16:43:20.155Z[ recovery-image] Sep 24 16:43:18.678 INFO O| Sep 24 16:43:18.678 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-09-24T16:43:20.169Z[ recovery-image] Sep 24 16:43:18.692 INFO O| Sep 24 16:43:18.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71012025-09-24T16:43:20.169Z[ recovery-image] Sep 24 16:43:18.692 INFO O| Sep 24 16:43:18.692 INFO STEP 758 (remove_files) COMPLETE
71022025-09-24T16:43:20.170Z[ recovery-image] Sep 24 16:43:18.692 INFO O| Sep 24 16:43:18.692 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-09-24T16:43:20.183Z[ recovery-image] Sep 24 16:43:18.706 INFO O| Sep 24 16:43:18.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71042025-09-24T16:43:20.183Z[ recovery-image] Sep 24 16:43:18.706 INFO O| Sep 24 16:43:18.706 INFO STEP 759 (remove_files) COMPLETE
71052025-09-24T16:43:20.183Z[ recovery-image] Sep 24 16:43:18.706 INFO O| Sep 24 16:43:18.706 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-09-24T16:43:20.197Z[ recovery-image] Sep 24 16:43:18.719 INFO O| Sep 24 16:43:18.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71072025-09-24T16:43:20.197Z[ recovery-image] Sep 24 16:43:18.719 INFO O| Sep 24 16:43:18.719 INFO STEP 760 (remove_files) COMPLETE
71082025-09-24T16:43:20.197Z[ recovery-image] Sep 24 16:43:18.719 INFO O| Sep 24 16:43:18.719 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-09-24T16:43:20.211Z[ recovery-image] Sep 24 16:43:18.733 INFO O| Sep 24 16:43:18.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71102025-09-24T16:43:20.211Z[ recovery-image] Sep 24 16:43:18.733 INFO O| Sep 24 16:43:18.733 INFO STEP 761 (remove_files) COMPLETE
71112025-09-24T16:43:20.211Z[ recovery-image] Sep 24 16:43:18.733 INFO O| Sep 24 16:43:18.733 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-09-24T16:43:20.225Z[ recovery-image] Sep 24 16:43:18.747 INFO O| Sep 24 16:43:18.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71132025-09-24T16:43:20.225Z[ recovery-image] Sep 24 16:43:18.748 INFO O| Sep 24 16:43:18.748 INFO STEP 762 (remove_files) COMPLETE
71142025-09-24T16:43:20.225Z[ recovery-image] Sep 24 16:43:18.748 INFO O| Sep 24 16:43:18.748 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-09-24T16:43:20.239Z[ recovery-image] Sep 24 16:43:18.761 INFO O| Sep 24 16:43:18.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71162025-09-24T16:43:20.239Z[ recovery-image] Sep 24 16:43:18.761 INFO O| Sep 24 16:43:18.761 INFO STEP 763 (remove_files) COMPLETE
71172025-09-24T16:43:20.239Z[ recovery-image] Sep 24 16:43:18.761 INFO O| Sep 24 16:43:18.761 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-09-24T16:43:20.253Z[ recovery-image] Sep 24 16:43:18.775 INFO O| Sep 24 16:43:18.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71192025-09-24T16:43:20.253Z[ recovery-image] Sep 24 16:43:18.775 INFO O| Sep 24 16:43:18.775 INFO STEP 764 (remove_files) COMPLETE
71202025-09-24T16:43:20.253Z[ recovery-image] Sep 24 16:43:18.775 INFO O| Sep 24 16:43:18.775 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-09-24T16:43:20.267Z[ recovery-image] Sep 24 16:43:18.789 INFO O| Sep 24 16:43:18.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71222025-09-24T16:43:20.267Z[ recovery-image] Sep 24 16:43:18.789 INFO O| Sep 24 16:43:18.789 INFO STEP 765 (remove_files) COMPLETE
71232025-09-24T16:43:20.267Z[ recovery-image] Sep 24 16:43:18.789 INFO O| Sep 24 16:43:18.789 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-09-24T16:43:20.281Z[ recovery-image] Sep 24 16:43:18.804 INFO O| Sep 24 16:43:18.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71252025-09-24T16:43:20.281Z[ recovery-image] Sep 24 16:43:18.804 INFO O| Sep 24 16:43:18.804 INFO STEP 766 (remove_files) COMPLETE
71262025-09-24T16:43:20.281Z[ recovery-image] Sep 24 16:43:18.804 INFO O| Sep 24 16:43:18.804 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-09-24T16:43:20.295Z[ recovery-image] Sep 24 16:43:18.817 INFO O| Sep 24 16:43:18.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71282025-09-24T16:43:20.295Z[ recovery-image] Sep 24 16:43:18.817 INFO O| Sep 24 16:43:18.817 INFO STEP 767 (remove_files) COMPLETE
71292025-09-24T16:43:20.295Z[ recovery-image] Sep 24 16:43:18.817 INFO O| Sep 24 16:43:18.817 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-09-24T16:43:20.309Z[ recovery-image] Sep 24 16:43:18.832 INFO O| Sep 24 16:43:18.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71312025-09-24T16:43:20.309Z[ recovery-image] Sep 24 16:43:18.832 INFO O| Sep 24 16:43:18.832 INFO STEP 768 (remove_files) COMPLETE
71322025-09-24T16:43:20.310Z[ recovery-image] Sep 24 16:43:18.832 INFO O| Sep 24 16:43:18.832 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-09-24T16:43:20.323Z[ recovery-image] Sep 24 16:43:18.845 INFO O| Sep 24 16:43:18.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71342025-09-24T16:43:20.323Z[ recovery-image] Sep 24 16:43:18.845 INFO O| Sep 24 16:43:18.845 INFO STEP 769 (remove_files) COMPLETE
71352025-09-24T16:43:20.326Z[ recovery-image] Sep 24 16:43:18.845 INFO O| Sep 24 16:43:18.845 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-09-24T16:43:20.337Z[ recovery-image] Sep 24 16:43:18.859 INFO O| Sep 24 16:43:18.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71372025-09-24T16:43:20.337Z[ recovery-image] Sep 24 16:43:18.859 INFO O| Sep 24 16:43:18.859 INFO STEP 770 (remove_files) COMPLETE
71382025-09-24T16:43:20.341Z[ recovery-image] Sep 24 16:43:18.859 INFO O| Sep 24 16:43:18.859 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-09-24T16:43:20.351Z[ recovery-image] Sep 24 16:43:18.873 INFO O| Sep 24 16:43:18.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71402025-09-24T16:43:20.351Z[ recovery-image] Sep 24 16:43:18.873 INFO O| Sep 24 16:43:18.873 INFO STEP 771 (remove_files) COMPLETE
71412025-09-24T16:43:20.354Z[ recovery-image] Sep 24 16:43:18.873 INFO O| Sep 24 16:43:18.873 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-09-24T16:43:20.364Z[ recovery-image] Sep 24 16:43:18.887 INFO O| Sep 24 16:43:18.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71432025-09-24T16:43:20.364Z[ recovery-image] Sep 24 16:43:18.887 INFO O| Sep 24 16:43:18.887 INFO STEP 772 (remove_files) COMPLETE
71442025-09-24T16:43:20.367Z[ recovery-image] Sep 24 16:43:18.887 INFO O| Sep 24 16:43:18.887 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-09-24T16:43:20.378Z[ recovery-image] Sep 24 16:43:18.901 INFO O| Sep 24 16:43:18.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71462025-09-24T16:43:20.378Z[ recovery-image] Sep 24 16:43:18.901 INFO O| Sep 24 16:43:18.901 INFO STEP 773 (remove_files) COMPLETE
71472025-09-24T16:43:20.378Z[ recovery-image] Sep 24 16:43:18.901 INFO O| Sep 24 16:43:18.901 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-09-24T16:43:20.392Z[ recovery-image] Sep 24 16:43:18.914 INFO O| Sep 24 16:43:18.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71492025-09-24T16:43:20.392Z[ recovery-image] Sep 24 16:43:18.914 INFO O| Sep 24 16:43:18.914 INFO STEP 774 (remove_files) COMPLETE
71502025-09-24T16:43:20.395Z[ recovery-image] Sep 24 16:43:18.914 INFO O| Sep 24 16:43:18.914 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-09-24T16:43:20.405Z[ recovery-image] Sep 24 16:43:18.927 INFO O| Sep 24 16:43:18.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71522025-09-24T16:43:20.405Z[ recovery-image] Sep 24 16:43:18.927 INFO O| Sep 24 16:43:18.927 INFO STEP 775 (remove_files) COMPLETE
71532025-09-24T16:43:20.405Z[ recovery-image] Sep 24 16:43:18.927 INFO O| Sep 24 16:43:18.927 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-09-24T16:43:20.418Z[ recovery-image] Sep 24 16:43:18.940 INFO O| Sep 24 16:43:18.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71552025-09-24T16:43:20.418Z[ recovery-image] Sep 24 16:43:18.940 INFO O| Sep 24 16:43:18.940 INFO STEP 776 (remove_files) COMPLETE
71562025-09-24T16:43:20.421Z[ recovery-image] Sep 24 16:43:18.940 INFO O| Sep 24 16:43:18.940 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-09-24T16:43:20.431Z[ recovery-image] Sep 24 16:43:18.954 INFO O| Sep 24 16:43:18.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71582025-09-24T16:43:20.431Z[ recovery-image] Sep 24 16:43:18.954 INFO O| Sep 24 16:43:18.954 INFO STEP 777 (remove_files) COMPLETE
71592025-09-24T16:43:20.435Z[ recovery-image] Sep 24 16:43:18.954 INFO O| Sep 24 16:43:18.954 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-09-24T16:43:20.444Z[ recovery-image] Sep 24 16:43:18.967 INFO O| Sep 24 16:43:18.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71612025-09-24T16:43:20.445Z[ recovery-image] Sep 24 16:43:18.967 INFO O| Sep 24 16:43:18.967 INFO STEP 778 (remove_files) COMPLETE
71622025-09-24T16:43:20.445Z[ recovery-image] Sep 24 16:43:18.967 INFO O| Sep 24 16:43:18.967 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-09-24T16:43:20.457Z[ recovery-image] Sep 24 16:43:18.980 INFO O| Sep 24 16:43:18.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71642025-09-24T16:43:20.457Z[ recovery-image] Sep 24 16:43:18.980 INFO O| Sep 24 16:43:18.980 INFO STEP 779 (remove_files) COMPLETE
71652025-09-24T16:43:20.458Z[ recovery-image] Sep 24 16:43:18.980 INFO O| Sep 24 16:43:18.980 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-09-24T16:43:20.470Z[ recovery-image] Sep 24 16:43:18.992 INFO O| Sep 24 16:43:18.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71672025-09-24T16:43:20.470Z[ recovery-image] Sep 24 16:43:18.993 INFO O| Sep 24 16:43:18.993 INFO STEP 780 (remove_files) COMPLETE
71682025-09-24T16:43:20.470Z[ recovery-image] Sep 24 16:43:18.993 INFO O| Sep 24 16:43:18.993 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-09-24T16:43:20.486Z[ recovery-image] Sep 24 16:43:19.007 INFO O| Sep 24 16:43:19.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71702025-09-24T16:43:20.486Z[ recovery-image] Sep 24 16:43:19.007 INFO O| Sep 24 16:43:19.007 INFO STEP 781 (remove_files) COMPLETE
71712025-09-24T16:43:20.489Z[ recovery-image] Sep 24 16:43:19.007 INFO O| Sep 24 16:43:19.007 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-09-24T16:43:20.498Z[ recovery-image] Sep 24 16:43:19.021 INFO O| Sep 24 16:43:19.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71732025-09-24T16:43:20.498Z[ recovery-image] Sep 24 16:43:19.021 INFO O| Sep 24 16:43:19.021 INFO STEP 782 (remove_files) COMPLETE
71742025-09-24T16:43:20.498Z[ recovery-image] Sep 24 16:43:19.021 INFO O| Sep 24 16:43:19.021 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-09-24T16:43:20.512Z[ recovery-image] Sep 24 16:43:19.034 INFO O| Sep 24 16:43:19.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71762025-09-24T16:43:20.512Z[ recovery-image] Sep 24 16:43:19.034 INFO O| Sep 24 16:43:19.034 INFO STEP 783 (remove_files) COMPLETE
71772025-09-24T16:43:20.513Z[ recovery-image] Sep 24 16:43:19.034 INFO O| Sep 24 16:43:19.034 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-09-24T16:43:20.525Z[ recovery-image] Sep 24 16:43:19.047 INFO O| Sep 24 16:43:19.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71792025-09-24T16:43:20.525Z[ recovery-image] Sep 24 16:43:19.048 INFO O| Sep 24 16:43:19.047 INFO STEP 784 (remove_files) COMPLETE
71802025-09-24T16:43:20.525Z[ recovery-image] Sep 24 16:43:19.048 INFO O| Sep 24 16:43:19.048 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-09-24T16:43:20.538Z[ recovery-image] Sep 24 16:43:19.061 INFO O| Sep 24 16:43:19.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71822025-09-24T16:43:20.538Z[ recovery-image] Sep 24 16:43:19.061 INFO O| Sep 24 16:43:19.061 INFO STEP 785 (remove_files) COMPLETE
71832025-09-24T16:43:20.542Z[ recovery-image] Sep 24 16:43:19.061 INFO O| Sep 24 16:43:19.061 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-09-24T16:43:20.551Z[ recovery-image] Sep 24 16:43:19.074 INFO O| Sep 24 16:43:19.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71852025-09-24T16:43:20.551Z[ recovery-image] Sep 24 16:43:19.074 INFO O| Sep 24 16:43:19.074 INFO STEP 786 (remove_files) COMPLETE
71862025-09-24T16:43:20.554Z[ recovery-image] Sep 24 16:43:19.074 INFO O| Sep 24 16:43:19.074 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-09-24T16:43:20.566Z[ recovery-image] Sep 24 16:43:19.087 INFO O| Sep 24 16:43:19.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71882025-09-24T16:43:20.566Z[ recovery-image] Sep 24 16:43:19.087 INFO O| Sep 24 16:43:19.087 INFO STEP 787 (remove_files) COMPLETE
71892025-09-24T16:43:20.566Z[ recovery-image] Sep 24 16:43:19.087 INFO O| Sep 24 16:43:19.087 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-09-24T16:43:20.578Z[ recovery-image] Sep 24 16:43:19.100 INFO O| Sep 24 16:43:19.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71912025-09-24T16:43:20.578Z[ recovery-image] Sep 24 16:43:19.100 INFO O| Sep 24 16:43:19.100 INFO STEP 788 (remove_files) COMPLETE
71922025-09-24T16:43:20.581Z[ recovery-image] Sep 24 16:43:19.100 INFO O| Sep 24 16:43:19.100 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-09-24T16:43:20.592Z[ recovery-image] Sep 24 16:43:19.114 INFO O| Sep 24 16:43:19.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71942025-09-24T16:43:20.592Z[ recovery-image] Sep 24 16:43:19.114 INFO O| Sep 24 16:43:19.114 INFO STEP 789 (remove_files) COMPLETE
71952025-09-24T16:43:20.595Z[ recovery-image] Sep 24 16:43:19.114 INFO O| Sep 24 16:43:19.114 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-09-24T16:43:20.647Z[ recovery-image] Sep 24 16:43:19.132 INFO O| Sep 24 16:43:19.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71972025-09-24T16:43:20.647Z[ recovery-image] Sep 24 16:43:19.132 INFO O| Sep 24 16:43:19.132 INFO STEP 790 (remove_files) COMPLETE
71982025-09-24T16:43:20.647Z[ recovery-image] Sep 24 16:43:19.132 INFO O| Sep 24 16:43:19.132 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-09-24T16:43:20.648Z[ recovery-image] Sep 24 16:43:19.146 INFO O| Sep 24 16:43:19.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72002025-09-24T16:43:20.648Z[ recovery-image] Sep 24 16:43:19.146 INFO O| Sep 24 16:43:19.146 INFO STEP 791 (remove_files) COMPLETE
72012025-09-24T16:43:20.648Z[ recovery-image] Sep 24 16:43:19.146 INFO O| Sep 24 16:43:19.146 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-09-24T16:43:20.648Z[ recovery-image] Sep 24 16:43:19.160 INFO O| Sep 24 16:43:19.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72032025-09-24T16:43:20.648Z[ recovery-image] Sep 24 16:43:19.160 INFO O| Sep 24 16:43:19.160 INFO STEP 792 (remove_files) COMPLETE
72042025-09-24T16:43:20.648Z[ recovery-image] Sep 24 16:43:19.160 INFO O| Sep 24 16:43:19.160 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-09-24T16:43:20.653Z[ recovery-image] Sep 24 16:43:19.174 INFO O| Sep 24 16:43:19.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72062025-09-24T16:43:20.653Z[ recovery-image] Sep 24 16:43:19.174 INFO O| Sep 24 16:43:19.174 INFO STEP 793 (remove_files) COMPLETE
72072025-09-24T16:43:20.653Z[ recovery-image] Sep 24 16:43:19.174 INFO O| Sep 24 16:43:19.174 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-09-24T16:43:20.665Z[ recovery-image] Sep 24 16:43:19.187 INFO O| Sep 24 16:43:19.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72092025-09-24T16:43:20.665Z[ recovery-image] Sep 24 16:43:19.187 INFO O| Sep 24 16:43:19.187 INFO STEP 794 (remove_files) COMPLETE
72102025-09-24T16:43:20.668Z[ recovery-image] Sep 24 16:43:19.187 INFO O| Sep 24 16:43:19.187 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-09-24T16:43:20.679Z[ recovery-image] Sep 24 16:43:19.201 INFO O| Sep 24 16:43:19.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72122025-09-24T16:43:20.679Z[ recovery-image] Sep 24 16:43:19.201 INFO O| Sep 24 16:43:19.201 INFO STEP 795 (remove_files) COMPLETE
72132025-09-24T16:43:20.679Z[ recovery-image] Sep 24 16:43:19.201 INFO O| Sep 24 16:43:19.201 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-09-24T16:43:20.693Z[ recovery-image] Sep 24 16:43:19.215 INFO O| Sep 24 16:43:19.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72152025-09-24T16:43:20.693Z[ recovery-image] Sep 24 16:43:19.215 INFO O| Sep 24 16:43:19.215 INFO STEP 796 (remove_files) COMPLETE
72162025-09-24T16:43:20.693Z[ recovery-image] Sep 24 16:43:19.215 INFO O| Sep 24 16:43:19.215 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-09-24T16:43:20.707Z[ recovery-image] Sep 24 16:43:19.229 INFO O| Sep 24 16:43:19.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72182025-09-24T16:43:20.707Z[ recovery-image] Sep 24 16:43:19.229 INFO O| Sep 24 16:43:19.229 INFO STEP 797 (remove_files) COMPLETE
72192025-09-24T16:43:20.707Z[ recovery-image] Sep 24 16:43:19.229 INFO O| Sep 24 16:43:19.229 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-09-24T16:43:20.721Z[ recovery-image] Sep 24 16:43:19.243 INFO O| Sep 24 16:43:19.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72212025-09-24T16:43:20.721Z[ recovery-image] Sep 24 16:43:19.243 INFO O| Sep 24 16:43:19.243 INFO STEP 798 (remove_files) COMPLETE
72222025-09-24T16:43:20.724Z[ recovery-image] Sep 24 16:43:19.243 INFO O| Sep 24 16:43:19.243 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-09-24T16:43:20.736Z[ recovery-image] Sep 24 16:43:19.258 INFO O| Sep 24 16:43:19.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72242025-09-24T16:43:20.736Z[ recovery-image] Sep 24 16:43:19.258 INFO O| Sep 24 16:43:19.258 INFO STEP 799 (remove_files) COMPLETE
72252025-09-24T16:43:20.740Z[ recovery-image] Sep 24 16:43:19.258 INFO O| Sep 24 16:43:19.258 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-09-24T16:43:20.749Z[ recovery-image] Sep 24 16:43:19.271 INFO O| Sep 24 16:43:19.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72272025-09-24T16:43:20.749Z[ recovery-image] Sep 24 16:43:19.272 INFO O| Sep 24 16:43:19.272 INFO STEP 800 (remove_files) COMPLETE
72282025-09-24T16:43:20.749Z[ recovery-image] Sep 24 16:43:19.272 INFO O| Sep 24 16:43:19.272 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-09-24T16:43:20.765Z[ recovery-image] Sep 24 16:43:19.285 INFO O| Sep 24 16:43:19.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72302025-09-24T16:43:20.765Z[ recovery-image] Sep 24 16:43:19.285 INFO O| Sep 24 16:43:19.285 INFO STEP 801 (remove_files) COMPLETE
72312025-09-24T16:43:20.765Z[ recovery-image] Sep 24 16:43:19.285 INFO O| Sep 24 16:43:19.285 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-09-24T16:43:20.776Z[ recovery-image] Sep 24 16:43:19.298 INFO O| Sep 24 16:43:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72332025-09-24T16:43:20.776Z[ recovery-image] Sep 24 16:43:19.298 INFO O| Sep 24 16:43:19.298 INFO STEP 802 (remove_files) COMPLETE
72342025-09-24T16:43:20.780Z[ recovery-image] Sep 24 16:43:19.299 INFO O| Sep 24 16:43:19.298 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-09-24T16:43:20.789Z[ recovery-image] Sep 24 16:43:19.312 INFO O| Sep 24 16:43:19.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72362025-09-24T16:43:20.789Z[ recovery-image] Sep 24 16:43:19.312 INFO O| Sep 24 16:43:19.312 INFO STEP 803 (remove_files) COMPLETE
72372025-09-24T16:43:20.794Z[ recovery-image] Sep 24 16:43:19.312 INFO O| Sep 24 16:43:19.312 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-09-24T16:43:20.803Z[ recovery-image] Sep 24 16:43:19.325 INFO O| Sep 24 16:43:19.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72392025-09-24T16:43:20.803Z[ recovery-image] Sep 24 16:43:19.325 INFO O| Sep 24 16:43:19.325 INFO STEP 804 (remove_files) COMPLETE
72402025-09-24T16:43:20.803Z[ recovery-image] Sep 24 16:43:19.325 INFO O| Sep 24 16:43:19.325 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-09-24T16:43:20.817Z[ recovery-image] Sep 24 16:43:19.339 INFO O| Sep 24 16:43:19.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72422025-09-24T16:43:20.817Z[ recovery-image] Sep 24 16:43:19.339 INFO O| Sep 24 16:43:19.339 INFO STEP 805 (remove_files) COMPLETE
72432025-09-24T16:43:20.823Z[ recovery-image] Sep 24 16:43:19.339 INFO O| Sep 24 16:43:19.339 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-09-24T16:43:20.831Z[ recovery-image] Sep 24 16:43:19.354 INFO O| Sep 24 16:43:19.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72452025-09-24T16:43:20.834Z[ recovery-image] Sep 24 16:43:19.354 INFO O| Sep 24 16:43:19.354 INFO STEP 806 (remove_files) COMPLETE
72462025-09-24T16:43:20.834Z[ recovery-image] Sep 24 16:43:19.354 INFO O| Sep 24 16:43:19.354 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-09-24T16:43:20.846Z[ recovery-image] Sep 24 16:43:19.368 INFO O| Sep 24 16:43:19.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72482025-09-24T16:43:20.846Z[ recovery-image] Sep 24 16:43:19.368 INFO O| Sep 24 16:43:19.368 INFO STEP 807 (remove_files) COMPLETE
72492025-09-24T16:43:20.850Z[ recovery-image] Sep 24 16:43:19.368 INFO O| Sep 24 16:43:19.368 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-09-24T16:43:20.860Z[ recovery-image] Sep 24 16:43:19.383 INFO O| Sep 24 16:43:19.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72512025-09-24T16:43:20.860Z[ recovery-image] Sep 24 16:43:19.383 INFO O| Sep 24 16:43:19.383 INFO STEP 808 (remove_files) COMPLETE
72522025-09-24T16:43:20.864Z[ recovery-image] Sep 24 16:43:19.383 INFO O| Sep 24 16:43:19.383 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-09-24T16:43:20.875Z[ recovery-image] Sep 24 16:43:19.397 INFO O| Sep 24 16:43:19.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72542025-09-24T16:43:20.875Z[ recovery-image] Sep 24 16:43:19.397 INFO O| Sep 24 16:43:19.397 INFO STEP 809 (remove_files) COMPLETE
72552025-09-24T16:43:20.875Z[ recovery-image] Sep 24 16:43:19.397 INFO O| Sep 24 16:43:19.397 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-09-24T16:43:20.889Z[ recovery-image] Sep 24 16:43:19.412 INFO O| Sep 24 16:43:19.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72572025-09-24T16:43:20.889Z[ recovery-image] Sep 24 16:43:19.412 INFO O| Sep 24 16:43:19.412 INFO STEP 810 (remove_files) COMPLETE
72582025-09-24T16:43:20.893Z[ recovery-image] Sep 24 16:43:19.412 INFO O| Sep 24 16:43:19.412 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-09-24T16:43:20.903Z[ recovery-image] Sep 24 16:43:19.425 INFO O| Sep 24 16:43:19.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72602025-09-24T16:43:20.903Z[ recovery-image] Sep 24 16:43:19.425 INFO O| Sep 24 16:43:19.425 INFO STEP 811 (remove_files) COMPLETE
72612025-09-24T16:43:20.906Z[ recovery-image] Sep 24 16:43:19.425 INFO O| Sep 24 16:43:19.425 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-09-24T16:43:20.916Z[ recovery-image] Sep 24 16:43:19.439 INFO O| Sep 24 16:43:19.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72632025-09-24T16:43:20.917Z[ recovery-image] Sep 24 16:43:19.439 INFO O| Sep 24 16:43:19.439 INFO STEP 812 (remove_files) COMPLETE
72642025-09-24T16:43:20.917Z[ recovery-image] Sep 24 16:43:19.439 INFO O| Sep 24 16:43:19.439 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-09-24T16:43:20.930Z[ recovery-image] Sep 24 16:43:19.453 INFO O| Sep 24 16:43:19.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72662025-09-24T16:43:20.930Z[ recovery-image] Sep 24 16:43:19.453 INFO O| Sep 24 16:43:19.453 INFO STEP 813 (remove_files) COMPLETE
72672025-09-24T16:43:20.930Z[ recovery-image] Sep 24 16:43:19.453 INFO O| Sep 24 16:43:19.453 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-09-24T16:43:20.944Z[ recovery-image] Sep 24 16:43:19.467 INFO O| Sep 24 16:43:19.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72692025-09-24T16:43:20.944Z[ recovery-image] Sep 24 16:43:19.467 INFO O| Sep 24 16:43:19.467 INFO STEP 814 (remove_files) COMPLETE
72702025-09-24T16:43:20.944Z[ recovery-image] Sep 24 16:43:19.467 INFO O| Sep 24 16:43:19.467 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-09-24T16:43:20.959Z[ recovery-image] Sep 24 16:43:19.481 INFO O| Sep 24 16:43:19.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72722025-09-24T16:43:20.959Z[ recovery-image] Sep 24 16:43:19.481 INFO O| Sep 24 16:43:19.481 INFO STEP 815 (remove_files) COMPLETE
72732025-09-24T16:43:20.962Z[ recovery-image] Sep 24 16:43:19.481 INFO O| Sep 24 16:43:19.481 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-09-24T16:43:20.973Z[ recovery-image] Sep 24 16:43:19.496 INFO O| Sep 24 16:43:19.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72752025-09-24T16:43:20.973Z[ recovery-image] Sep 24 16:43:19.496 INFO O| Sep 24 16:43:19.496 INFO STEP 816 (remove_files) COMPLETE
72762025-09-24T16:43:20.976Z[ recovery-image] Sep 24 16:43:19.496 INFO O| Sep 24 16:43:19.496 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-09-24T16:43:20.988Z[ recovery-image] Sep 24 16:43:19.510 INFO O| Sep 24 16:43:19.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72782025-09-24T16:43:20.988Z[ recovery-image] Sep 24 16:43:19.510 INFO O| Sep 24 16:43:19.510 INFO STEP 817 (remove_files) COMPLETE
72792025-09-24T16:43:20.991Z[ recovery-image] Sep 24 16:43:19.510 INFO O| Sep 24 16:43:19.510 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-09-24T16:43:21.005Z[ recovery-image] Sep 24 16:43:19.524 INFO O| Sep 24 16:43:19.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72812025-09-24T16:43:21.005Z[ recovery-image] Sep 24 16:43:19.524 INFO O| Sep 24 16:43:19.524 INFO STEP 818 (remove_files) COMPLETE
72822025-09-24T16:43:21.005Z[ recovery-image] Sep 24 16:43:19.524 INFO O| Sep 24 16:43:19.524 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-09-24T16:43:21.015Z[ recovery-image] Sep 24 16:43:19.538 INFO O| Sep 24 16:43:19.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72842025-09-24T16:43:21.016Z[ recovery-image] Sep 24 16:43:19.538 INFO O| Sep 24 16:43:19.538 INFO STEP 819 (remove_files) COMPLETE
72852025-09-24T16:43:21.016Z[ recovery-image] Sep 24 16:43:19.538 INFO O| Sep 24 16:43:19.538 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-09-24T16:43:21.029Z[ recovery-image] Sep 24 16:43:19.552 INFO O| Sep 24 16:43:19.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72872025-09-24T16:43:21.029Z[ recovery-image] Sep 24 16:43:19.552 INFO O| Sep 24 16:43:19.552 INFO STEP 820 (remove_files) COMPLETE
72882025-09-24T16:43:21.029Z[ recovery-image] Sep 24 16:43:19.552 INFO O| Sep 24 16:43:19.552 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-09-24T16:43:21.044Z[ recovery-image] Sep 24 16:43:19.566 INFO O| Sep 24 16:43:19.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72902025-09-24T16:43:21.044Z[ recovery-image] Sep 24 16:43:19.566 INFO O| Sep 24 16:43:19.566 INFO STEP 821 (remove_files) COMPLETE
72912025-09-24T16:43:21.044Z[ recovery-image] Sep 24 16:43:19.566 INFO O| Sep 24 16:43:19.566 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-09-24T16:43:21.058Z[ recovery-image] Sep 24 16:43:19.581 INFO O| Sep 24 16:43:19.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72932025-09-24T16:43:21.058Z[ recovery-image] Sep 24 16:43:19.581 INFO O| Sep 24 16:43:19.581 INFO STEP 822 (remove_files) COMPLETE
72942025-09-24T16:43:21.058Z[ recovery-image] Sep 24 16:43:19.581 INFO O| Sep 24 16:43:19.581 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-09-24T16:43:21.073Z[ recovery-image] Sep 24 16:43:19.596 INFO O| Sep 24 16:43:19.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72962025-09-24T16:43:21.076Z[ recovery-image] Sep 24 16:43:19.596 INFO O| Sep 24 16:43:19.596 INFO STEP 823 (remove_files) COMPLETE
72972025-09-24T16:43:21.076Z[ recovery-image] Sep 24 16:43:19.596 INFO O| Sep 24 16:43:19.596 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-09-24T16:43:21.088Z[ recovery-image] Sep 24 16:43:19.611 INFO O| Sep 24 16:43:19.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72992025-09-24T16:43:21.088Z[ recovery-image] Sep 24 16:43:19.611 INFO O| Sep 24 16:43:19.611 INFO STEP 824 (remove_files) COMPLETE
73002025-09-24T16:43:21.089Z[ recovery-image] Sep 24 16:43:19.611 INFO O| Sep 24 16:43:19.611 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-09-24T16:43:21.103Z[ recovery-image] Sep 24 16:43:19.626 INFO O| Sep 24 16:43:19.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73022025-09-24T16:43:21.104Z[ recovery-image] Sep 24 16:43:19.626 INFO O| Sep 24 16:43:19.626 INFO STEP 825 (remove_files) COMPLETE
73032025-09-24T16:43:21.104Z[ recovery-image] Sep 24 16:43:19.626 INFO O| Sep 24 16:43:19.626 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-09-24T16:43:21.118Z[ recovery-image] Sep 24 16:43:19.641 INFO O| Sep 24 16:43:19.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73052025-09-24T16:43:21.118Z[ recovery-image] Sep 24 16:43:19.641 INFO O| Sep 24 16:43:19.641 INFO STEP 826 (remove_files) COMPLETE
73062025-09-24T16:43:21.119Z[ recovery-image] Sep 24 16:43:19.641 INFO O| Sep 24 16:43:19.641 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-09-24T16:43:21.133Z[ recovery-image] Sep 24 16:43:19.655 INFO O| Sep 24 16:43:19.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73082025-09-24T16:43:21.133Z[ recovery-image] Sep 24 16:43:19.656 INFO O| Sep 24 16:43:19.656 INFO STEP 827 (remove_files) COMPLETE
73092025-09-24T16:43:21.136Z[ recovery-image] Sep 24 16:43:19.656 INFO O| Sep 24 16:43:19.656 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-09-24T16:43:21.149Z[ recovery-image] Sep 24 16:43:19.670 INFO O| Sep 24 16:43:19.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73112025-09-24T16:43:21.149Z[ recovery-image] Sep 24 16:43:19.670 INFO O| Sep 24 16:43:19.670 INFO STEP 828 (remove_files) COMPLETE
73122025-09-24T16:43:21.149Z[ recovery-image] Sep 24 16:43:19.670 INFO O| Sep 24 16:43:19.670 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-09-24T16:43:21.163Z[ recovery-image] Sep 24 16:43:19.685 INFO O| Sep 24 16:43:19.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73142025-09-24T16:43:21.163Z[ recovery-image] Sep 24 16:43:19.685 INFO O| Sep 24 16:43:19.685 INFO STEP 829 (remove_files) COMPLETE
73152025-09-24T16:43:21.163Z[ recovery-image] Sep 24 16:43:19.686 INFO O| Sep 24 16:43:19.685 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-09-24T16:43:21.178Z[ recovery-image] Sep 24 16:43:19.700 INFO O| Sep 24 16:43:19.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73172025-09-24T16:43:21.178Z[ recovery-image] Sep 24 16:43:19.700 INFO O| Sep 24 16:43:19.700 INFO STEP 830 (remove_files) COMPLETE
73182025-09-24T16:43:21.179Z[ recovery-image] Sep 24 16:43:19.700 INFO O| Sep 24 16:43:19.700 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-09-24T16:43:21.192Z[ recovery-image] Sep 24 16:43:19.714 INFO O| Sep 24 16:43:19.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73202025-09-24T16:43:21.192Z[ recovery-image] Sep 24 16:43:19.714 INFO O| Sep 24 16:43:19.714 INFO STEP 831 (remove_files) COMPLETE
73212025-09-24T16:43:21.195Z[ recovery-image] Sep 24 16:43:19.714 INFO O| Sep 24 16:43:19.714 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-09-24T16:43:21.206Z[ recovery-image] Sep 24 16:43:19.728 INFO O| Sep 24 16:43:19.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73232025-09-24T16:43:21.206Z[ recovery-image] Sep 24 16:43:19.728 INFO O| Sep 24 16:43:19.728 INFO STEP 832 (remove_files) COMPLETE
73242025-09-24T16:43:21.209Z[ recovery-image] Sep 24 16:43:19.728 INFO O| Sep 24 16:43:19.728 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-09-24T16:43:21.220Z[ recovery-image] Sep 24 16:43:19.742 INFO O| Sep 24 16:43:19.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73262025-09-24T16:43:21.220Z[ recovery-image] Sep 24 16:43:19.742 INFO O| Sep 24 16:43:19.742 INFO STEP 833 (remove_files) COMPLETE
73272025-09-24T16:43:21.223Z[ recovery-image] Sep 24 16:43:19.742 INFO O| Sep 24 16:43:19.742 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-09-24T16:43:21.234Z[ recovery-image] Sep 24 16:43:19.756 INFO O| Sep 24 16:43:19.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73292025-09-24T16:43:21.234Z[ recovery-image] Sep 24 16:43:19.757 INFO O| Sep 24 16:43:19.757 INFO STEP 834 (remove_files) COMPLETE
73302025-09-24T16:43:21.237Z[ recovery-image] Sep 24 16:43:19.757 INFO O| Sep 24 16:43:19.757 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-09-24T16:43:21.248Z[ recovery-image] Sep 24 16:43:19.770 INFO O| Sep 24 16:43:19.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73322025-09-24T16:43:21.248Z[ recovery-image] Sep 24 16:43:19.770 INFO O| Sep 24 16:43:19.770 INFO STEP 835 (remove_files) COMPLETE
73332025-09-24T16:43:21.251Z[ recovery-image] Sep 24 16:43:19.770 INFO O| Sep 24 16:43:19.770 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-09-24T16:43:21.262Z[ recovery-image] Sep 24 16:43:19.784 INFO O| Sep 24 16:43:19.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73352025-09-24T16:43:21.262Z[ recovery-image] Sep 24 16:43:19.784 INFO O| Sep 24 16:43:19.784 INFO STEP 836 (remove_files) COMPLETE
73362025-09-24T16:43:21.262Z[ recovery-image] Sep 24 16:43:19.784 INFO O| Sep 24 16:43:19.784 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-09-24T16:43:21.276Z[ recovery-image] Sep 24 16:43:19.798 INFO O| Sep 24 16:43:19.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73382025-09-24T16:43:21.276Z[ recovery-image] Sep 24 16:43:19.798 INFO O| Sep 24 16:43:19.798 INFO STEP 837 (remove_files) COMPLETE
73392025-09-24T16:43:21.279Z[ recovery-image] Sep 24 16:43:19.798 INFO O| Sep 24 16:43:19.798 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-09-24T16:43:21.289Z[ recovery-image] Sep 24 16:43:19.812 INFO O| Sep 24 16:43:19.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73412025-09-24T16:43:21.289Z[ recovery-image] Sep 24 16:43:19.812 INFO O| Sep 24 16:43:19.812 INFO STEP 838 (remove_files) COMPLETE
73422025-09-24T16:43:21.289Z[ recovery-image] Sep 24 16:43:19.812 INFO O| Sep 24 16:43:19.812 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-09-24T16:43:21.303Z[ recovery-image] Sep 24 16:43:19.826 INFO O| Sep 24 16:43:19.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73442025-09-24T16:43:21.303Z[ recovery-image] Sep 24 16:43:19.826 INFO O| Sep 24 16:43:19.826 INFO STEP 839 (remove_files) COMPLETE
73452025-09-24T16:43:21.303Z[ recovery-image] Sep 24 16:43:19.826 INFO O| Sep 24 16:43:19.826 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-09-24T16:43:21.317Z[ recovery-image] Sep 24 16:43:19.839 INFO O| Sep 24 16:43:19.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73472025-09-24T16:43:21.317Z[ recovery-image] Sep 24 16:43:19.840 INFO O| Sep 24 16:43:19.839 INFO STEP 840 (remove_files) COMPLETE
73482025-09-24T16:43:21.321Z[ recovery-image] Sep 24 16:43:19.840 INFO O| Sep 24 16:43:19.840 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-09-24T16:43:21.330Z[ recovery-image] Sep 24 16:43:19.853 INFO O| Sep 24 16:43:19.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73502025-09-24T16:43:21.330Z[ recovery-image] Sep 24 16:43:19.853 INFO O| Sep 24 16:43:19.853 INFO STEP 841 (remove_files) COMPLETE
73512025-09-24T16:43:21.330Z[ recovery-image] Sep 24 16:43:19.853 INFO O| Sep 24 16:43:19.853 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-09-24T16:43:21.345Z[ recovery-image] Sep 24 16:43:19.868 INFO O| Sep 24 16:43:19.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73532025-09-24T16:43:21.345Z[ recovery-image] Sep 24 16:43:19.868 INFO O| Sep 24 16:43:19.868 INFO STEP 842 (remove_files) COMPLETE
73542025-09-24T16:43:21.345Z[ recovery-image] Sep 24 16:43:19.868 INFO O| Sep 24 16:43:19.868 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-09-24T16:43:21.359Z[ recovery-image] Sep 24 16:43:19.882 INFO O| Sep 24 16:43:19.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73562025-09-24T16:43:21.360Z[ recovery-image] Sep 24 16:43:19.882 INFO O| Sep 24 16:43:19.882 INFO STEP 843 (remove_files) COMPLETE
73572025-09-24T16:43:21.360Z[ recovery-image] Sep 24 16:43:19.882 INFO O| Sep 24 16:43:19.882 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-09-24T16:43:21.374Z[ recovery-image] Sep 24 16:43:19.896 INFO O| Sep 24 16:43:19.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73592025-09-24T16:43:21.374Z[ recovery-image] Sep 24 16:43:19.896 INFO O| Sep 24 16:43:19.896 INFO STEP 844 (remove_files) COMPLETE
73602025-09-24T16:43:21.374Z[ recovery-image] Sep 24 16:43:19.896 INFO O| Sep 24 16:43:19.896 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-09-24T16:43:21.387Z[ recovery-image] Sep 24 16:43:19.909 INFO O| Sep 24 16:43:19.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73622025-09-24T16:43:21.387Z[ recovery-image] Sep 24 16:43:19.909 INFO O| Sep 24 16:43:19.909 INFO STEP 845 (remove_files) COMPLETE
73632025-09-24T16:43:21.387Z[ recovery-image] Sep 24 16:43:19.909 INFO O| Sep 24 16:43:19.909 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-09-24T16:43:21.400Z[ recovery-image] Sep 24 16:43:19.923 INFO O| Sep 24 16:43:19.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73652025-09-24T16:43:21.400Z[ recovery-image] Sep 24 16:43:19.923 INFO O| Sep 24 16:43:19.923 INFO STEP 846 (remove_files) COMPLETE
73662025-09-24T16:43:21.400Z[ recovery-image] Sep 24 16:43:19.923 INFO O| Sep 24 16:43:19.923 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-09-24T16:43:21.413Z[ recovery-image] Sep 24 16:43:19.936 INFO O| Sep 24 16:43:19.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73682025-09-24T16:43:21.413Z[ recovery-image] Sep 24 16:43:19.936 INFO O| Sep 24 16:43:19.936 INFO STEP 847 (remove_files) COMPLETE
73692025-09-24T16:43:21.414Z[ recovery-image] Sep 24 16:43:19.936 INFO O| Sep 24 16:43:19.936 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-09-24T16:43:21.427Z[ recovery-image] Sep 24 16:43:19.950 INFO O| Sep 24 16:43:19.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73712025-09-24T16:43:21.427Z[ recovery-image] Sep 24 16:43:19.950 INFO O| Sep 24 16:43:19.950 INFO STEP 848 (remove_files) COMPLETE
73722025-09-24T16:43:21.427Z[ recovery-image] Sep 24 16:43:19.950 INFO O| Sep 24 16:43:19.950 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-09-24T16:43:21.440Z[ recovery-image] Sep 24 16:43:19.963 INFO O| Sep 24 16:43:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73742025-09-24T16:43:21.440Z[ recovery-image] Sep 24 16:43:19.963 INFO O| Sep 24 16:43:19.963 INFO STEP 849 (remove_files) COMPLETE
73752025-09-24T16:43:21.440Z[ recovery-image] Sep 24 16:43:19.963 INFO O| Sep 24 16:43:19.963 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-09-24T16:43:21.454Z[ recovery-image] Sep 24 16:43:19.976 INFO O| Sep 24 16:43:19.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73772025-09-24T16:43:21.455Z[ recovery-image] Sep 24 16:43:19.977 INFO O| Sep 24 16:43:19.976 INFO STEP 850 (remove_files) COMPLETE
73782025-09-24T16:43:21.458Z[ recovery-image] Sep 24 16:43:19.977 INFO O| Sep 24 16:43:19.977 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-09-24T16:43:21.467Z[ recovery-image] Sep 24 16:43:19.990 INFO O| Sep 24 16:43:19.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73802025-09-24T16:43:21.471Z[ recovery-image] Sep 24 16:43:19.990 INFO O| Sep 24 16:43:19.990 INFO STEP 851 (remove_files) COMPLETE
73812025-09-24T16:43:21.471Z[ recovery-image] Sep 24 16:43:19.990 INFO O| Sep 24 16:43:19.990 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-09-24T16:43:21.484Z[ recovery-image] Sep 24 16:43:20.004 INFO O| Sep 24 16:43:20.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73832025-09-24T16:43:21.484Z[ recovery-image] Sep 24 16:43:20.004 INFO O| Sep 24 16:43:20.004 INFO STEP 852 (remove_files) COMPLETE
73842025-09-24T16:43:21.484Z[ recovery-image] Sep 24 16:43:20.004 INFO O| Sep 24 16:43:20.004 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-09-24T16:43:21.496Z[ recovery-image] Sep 24 16:43:20.018 INFO O| Sep 24 16:43:20.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73862025-09-24T16:43:21.496Z[ recovery-image] Sep 24 16:43:20.018 INFO O| Sep 24 16:43:20.018 INFO STEP 853 (remove_files) COMPLETE
73872025-09-24T16:43:21.496Z[ recovery-image] Sep 24 16:43:20.018 INFO O| Sep 24 16:43:20.018 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-09-24T16:43:21.509Z[ recovery-image] Sep 24 16:43:20.032 INFO O| Sep 24 16:43:20.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73892025-09-24T16:43:21.509Z[ recovery-image] Sep 24 16:43:20.032 INFO O| Sep 24 16:43:20.032 INFO STEP 854 (remove_files) COMPLETE
73902025-09-24T16:43:21.509Z[ recovery-image] Sep 24 16:43:20.032 INFO O| Sep 24 16:43:20.032 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-09-24T16:43:21.523Z[ recovery-image] Sep 24 16:43:20.045 INFO O| Sep 24 16:43:20.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73922025-09-24T16:43:21.523Z[ recovery-image] Sep 24 16:43:20.045 INFO O| Sep 24 16:43:20.045 INFO STEP 855 (remove_files) COMPLETE
73932025-09-24T16:43:21.526Z[ recovery-image] Sep 24 16:43:20.045 INFO O| Sep 24 16:43:20.045 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-09-24T16:43:21.537Z[ recovery-image] Sep 24 16:43:20.059 INFO O| Sep 24 16:43:20.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73952025-09-24T16:43:21.537Z[ recovery-image] Sep 24 16:43:20.060 INFO O| Sep 24 16:43:20.059 INFO STEP 856 (remove_files) COMPLETE
73962025-09-24T16:43:21.537Z[ recovery-image] Sep 24 16:43:20.060 INFO O| Sep 24 16:43:20.059 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-09-24T16:43:21.550Z[ recovery-image] Sep 24 16:43:20.073 INFO O| Sep 24 16:43:20.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73982025-09-24T16:43:21.551Z[ recovery-image] Sep 24 16:43:20.073 INFO O| Sep 24 16:43:20.073 INFO STEP 857 (remove_files) COMPLETE
73992025-09-24T16:43:21.555Z[ recovery-image] Sep 24 16:43:20.073 INFO O| Sep 24 16:43:20.073 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-09-24T16:43:21.564Z[ recovery-image] Sep 24 16:43:20.087 INFO O| Sep 24 16:43:20.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74012025-09-24T16:43:21.564Z[ recovery-image] Sep 24 16:43:20.087 INFO O| Sep 24 16:43:20.087 INFO STEP 858 (remove_files) COMPLETE
74022025-09-24T16:43:21.569Z[ recovery-image] Sep 24 16:43:20.087 INFO O| Sep 24 16:43:20.087 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-09-24T16:43:21.577Z[ recovery-image] Sep 24 16:43:20.100 INFO O| Sep 24 16:43:20.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74042025-09-24T16:43:21.577Z[ recovery-image] Sep 24 16:43:20.100 INFO O| Sep 24 16:43:20.100 INFO STEP 859 (remove_files) COMPLETE
74052025-09-24T16:43:21.577Z[ recovery-image] Sep 24 16:43:20.100 INFO O| Sep 24 16:43:20.100 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-09-24T16:43:21.592Z[ recovery-image] Sep 24 16:43:20.113 INFO O| Sep 24 16:43:20.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74072025-09-24T16:43:21.593Z[ recovery-image] Sep 24 16:43:20.113 INFO O| Sep 24 16:43:20.113 INFO STEP 860 (remove_files) COMPLETE
74082025-09-24T16:43:21.598Z[ recovery-image] Sep 24 16:43:20.113 INFO O| Sep 24 16:43:20.113 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-09-24T16:43:21.620Z[ recovery-image] Sep 24 16:43:20.141 INFO O| Sep 24 16:43:20.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74102025-09-24T16:43:21.620Z[ recovery-image] Sep 24 16:43:20.141 INFO O| Sep 24 16:43:20.141 INFO STEP 861 (remove_files) COMPLETE
74112025-09-24T16:43:21.622Z[ recovery-image] Sep 24 16:43:20.141 INFO O| Sep 24 16:43:20.141 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-09-24T16:43:21.654Z[ recovery-image] Sep 24 16:43:20.156 INFO O| Sep 24 16:43:20.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74132025-09-24T16:43:21.655Z[ recovery-image] Sep 24 16:43:20.156 INFO O| Sep 24 16:43:20.156 INFO STEP 862 (remove_files) COMPLETE
74142025-09-24T16:43:21.655Z[ recovery-image] Sep 24 16:43:20.156 INFO O| Sep 24 16:43:20.156 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-09-24T16:43:21.663Z[ recovery-image] Sep 24 16:43:20.170 INFO O| Sep 24 16:43:20.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74162025-09-24T16:43:21.664Z[ recovery-image] Sep 24 16:43:20.170 INFO O| Sep 24 16:43:20.170 INFO STEP 863 (remove_files) COMPLETE
74172025-09-24T16:43:21.664Z[ recovery-image] Sep 24 16:43:20.170 INFO O| Sep 24 16:43:20.170 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-09-24T16:43:21.665Z[ recovery-image] Sep 24 16:43:20.184 INFO O| Sep 24 16:43:20.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74192025-09-24T16:43:21.665Z[ recovery-image] Sep 24 16:43:20.184 INFO O| Sep 24 16:43:20.184 INFO STEP 864 (remove_files) COMPLETE
74202025-09-24T16:43:21.665Z[ recovery-image] Sep 24 16:43:20.184 INFO O| Sep 24 16:43:20.184 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-09-24T16:43:21.680Z[ recovery-image] Sep 24 16:43:20.198 INFO O| Sep 24 16:43:20.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74222025-09-24T16:43:21.693Z[ recovery-image] Sep 24 16:43:20.199 INFO O| Sep 24 16:43:20.199 INFO STEP 865 (remove_files) COMPLETE
74232025-09-24T16:43:21.693Z[ recovery-image] Sep 24 16:43:20.199 INFO O| Sep 24 16:43:20.199 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-09-24T16:43:21.706Z[ recovery-image] Sep 24 16:43:20.213 INFO O| Sep 24 16:43:20.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74252025-09-24T16:43:21.706Z[ recovery-image] Sep 24 16:43:20.213 INFO O| Sep 24 16:43:20.213 INFO STEP 866 (remove_files) COMPLETE
74262025-09-24T16:43:21.706Z[ recovery-image] Sep 24 16:43:20.213 INFO O| Sep 24 16:43:20.213 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-09-24T16:43:21.723Z[ recovery-image] Sep 24 16:43:20.227 INFO O| Sep 24 16:43:20.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74282025-09-24T16:43:21.724Z[ recovery-image] Sep 24 16:43:20.227 INFO O| Sep 24 16:43:20.227 INFO STEP 867 (remove_files) COMPLETE
74292025-09-24T16:43:21.725Z[ recovery-image] Sep 24 16:43:20.227 INFO O| Sep 24 16:43:20.227 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-09-24T16:43:21.745Z[ recovery-image] Sep 24 16:43:20.241 INFO O| Sep 24 16:43:20.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74312025-09-24T16:43:21.745Z[ recovery-image] Sep 24 16:43:20.241 INFO O| Sep 24 16:43:20.241 INFO STEP 868 (remove_files) COMPLETE
74322025-09-24T16:43:21.745Z[ recovery-image] Sep 24 16:43:20.241 INFO O| Sep 24 16:43:20.241 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-09-24T16:43:21.745Z[ recovery-image] Sep 24 16:43:20.254 INFO O| Sep 24 16:43:20.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74342025-09-24T16:43:21.745Z[ recovery-image] Sep 24 16:43:20.254 INFO O| Sep 24 16:43:20.254 INFO STEP 869 (remove_files) COMPLETE
74352025-09-24T16:43:21.745Z[ recovery-image] Sep 24 16:43:20.254 INFO O| Sep 24 16:43:20.254 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-09-24T16:43:21.753Z[ recovery-image] Sep 24 16:43:20.268 INFO O| Sep 24 16:43:20.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74372025-09-24T16:43:21.753Z[ recovery-image] Sep 24 16:43:20.268 INFO O| Sep 24 16:43:20.268 INFO STEP 870 (remove_files) COMPLETE
74382025-09-24T16:43:21.754Z[ recovery-image] Sep 24 16:43:20.268 INFO O| Sep 24 16:43:20.268 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-09-24T16:43:21.767Z[ recovery-image] Sep 24 16:43:20.282 INFO O| Sep 24 16:43:20.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74402025-09-24T16:43:21.774Z[ recovery-image] Sep 24 16:43:20.282 INFO O| Sep 24 16:43:20.282 INFO STEP 871 (remove_files) COMPLETE
74412025-09-24T16:43:21.775Z[ recovery-image] Sep 24 16:43:20.282 INFO O| Sep 24 16:43:20.282 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-09-24T16:43:21.792Z[ recovery-image] Sep 24 16:43:20.295 INFO O| Sep 24 16:43:20.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74432025-09-24T16:43:21.792Z[ recovery-image] Sep 24 16:43:20.296 INFO O| Sep 24 16:43:20.296 INFO STEP 872 (remove_files) COMPLETE
74442025-09-24T16:43:21.792Z[ recovery-image] Sep 24 16:43:20.296 INFO O| Sep 24 16:43:20.296 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-09-24T16:43:21.799Z[ recovery-image] Sep 24 16:43:20.309 INFO O| Sep 24 16:43:20.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74462025-09-24T16:43:21.799Z[ recovery-image] Sep 24 16:43:20.309 INFO O| Sep 24 16:43:20.309 INFO STEP 873 (remove_files) COMPLETE
74472025-09-24T16:43:21.799Z[ recovery-image] Sep 24 16:43:20.309 INFO O| Sep 24 16:43:20.309 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-09-24T16:43:21.807Z[ recovery-image] Sep 24 16:43:20.323 INFO O| Sep 24 16:43:20.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74492025-09-24T16:43:21.808Z[ recovery-image] Sep 24 16:43:20.323 INFO O| Sep 24 16:43:20.323 INFO STEP 874 (remove_files) COMPLETE
74502025-09-24T16:43:21.809Z[ recovery-image] Sep 24 16:43:20.323 INFO O| Sep 24 16:43:20.323 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-09-24T16:43:21.816Z[ recovery-image] Sep 24 16:43:20.337 INFO O| Sep 24 16:43:20.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74522025-09-24T16:43:21.817Z[ recovery-image] Sep 24 16:43:20.337 INFO O| Sep 24 16:43:20.337 INFO STEP 875 (remove_files) COMPLETE
74532025-09-24T16:43:21.817Z[ recovery-image] Sep 24 16:43:20.337 INFO O| Sep 24 16:43:20.337 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-09-24T16:43:21.836Z[ recovery-image] Sep 24 16:43:20.351 INFO O| Sep 24 16:43:20.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74552025-09-24T16:43:21.836Z[ recovery-image] Sep 24 16:43:20.351 INFO O| Sep 24 16:43:20.351 INFO STEP 876 (remove_files) COMPLETE
74562025-09-24T16:43:21.836Z[ recovery-image] Sep 24 16:43:20.351 INFO O| Sep 24 16:43:20.351 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-09-24T16:43:21.848Z[ recovery-image] Sep 24 16:43:20.365 INFO O| Sep 24 16:43:20.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74582025-09-24T16:43:21.849Z[ recovery-image] Sep 24 16:43:20.365 INFO O| Sep 24 16:43:20.365 INFO STEP 877 (remove_files) COMPLETE
74592025-09-24T16:43:21.849Z[ recovery-image] Sep 24 16:43:20.365 INFO O| Sep 24 16:43:20.365 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-09-24T16:43:21.875Z[ recovery-image] Sep 24 16:43:20.380 INFO O| Sep 24 16:43:20.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74612025-09-24T16:43:21.876Z[ recovery-image] Sep 24 16:43:20.380 INFO O| Sep 24 16:43:20.380 INFO STEP 878 (remove_files) COMPLETE
74622025-09-24T16:43:21.876Z[ recovery-image] Sep 24 16:43:20.380 INFO O| Sep 24 16:43:20.380 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-09-24T16:43:21.900Z[ recovery-image] Sep 24 16:43:20.395 INFO O| Sep 24 16:43:20.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74642025-09-24T16:43:21.901Z[ recovery-image] Sep 24 16:43:20.395 INFO O| Sep 24 16:43:20.395 INFO STEP 879 (remove_files) COMPLETE
74652025-09-24T16:43:21.901Z[ recovery-image] Sep 24 16:43:20.395 INFO O| Sep 24 16:43:20.395 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-09-24T16:43:21.921Z[ recovery-image] Sep 24 16:43:20.410 INFO O| Sep 24 16:43:20.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74672025-09-24T16:43:21.921Z[ recovery-image] Sep 24 16:43:20.410 INFO O| Sep 24 16:43:20.410 INFO STEP 880 (remove_files) COMPLETE
74682025-09-24T16:43:21.921Z[ recovery-image] Sep 24 16:43:20.410 INFO O| Sep 24 16:43:20.410 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-09-24T16:43:21.921Z[ recovery-image] Sep 24 16:43:20.424 INFO O| Sep 24 16:43:20.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74702025-09-24T16:43:21.922Z[ recovery-image] Sep 24 16:43:20.424 INFO O| Sep 24 16:43:20.424 INFO STEP 881 (remove_files) COMPLETE
74712025-09-24T16:43:21.922Z[ recovery-image] Sep 24 16:43:20.424 INFO O| Sep 24 16:43:20.424 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-09-24T16:43:21.942Z[ recovery-image] Sep 24 16:43:20.439 INFO O| Sep 24 16:43:20.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74732025-09-24T16:43:21.942Z[ recovery-image] Sep 24 16:43:20.439 INFO O| Sep 24 16:43:20.439 INFO STEP 882 (remove_files) COMPLETE
74742025-09-24T16:43:21.942Z[ recovery-image] Sep 24 16:43:20.439 INFO O| Sep 24 16:43:20.439 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-09-24T16:43:21.942Z[ recovery-image] Sep 24 16:43:20.453 INFO O| Sep 24 16:43:20.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74762025-09-24T16:43:21.942Z[ recovery-image] Sep 24 16:43:20.453 INFO O| Sep 24 16:43:20.453 INFO STEP 883 (remove_files) COMPLETE
74772025-09-24T16:43:21.943Z[ recovery-image] Sep 24 16:43:20.453 INFO O| Sep 24 16:43:20.453 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-09-24T16:43:21.961Z[ recovery-image] Sep 24 16:43:20.467 INFO O| Sep 24 16:43:20.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74792025-09-24T16:43:21.962Z[ recovery-image] Sep 24 16:43:20.467 INFO O| Sep 24 16:43:20.467 INFO STEP 884 (remove_files) COMPLETE
74802025-09-24T16:43:21.962Z[ recovery-image] Sep 24 16:43:20.467 INFO O| Sep 24 16:43:20.467 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-09-24T16:43:21.996Z[ recovery-image] Sep 24 16:43:20.481 INFO O| Sep 24 16:43:20.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74822025-09-24T16:43:21.996Z[ recovery-image] Sep 24 16:43:20.481 INFO O| Sep 24 16:43:20.481 INFO STEP 885 (remove_files) COMPLETE
74832025-09-24T16:43:21.996Z[ recovery-image] Sep 24 16:43:20.481 INFO O| Sep 24 16:43:20.481 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-09-24T16:43:21.996Z[ recovery-image] Sep 24 16:43:20.495 INFO O| Sep 24 16:43:20.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74852025-09-24T16:43:21.996Z[ recovery-image] Sep 24 16:43:20.496 INFO O| Sep 24 16:43:20.495 INFO STEP 886 (remove_files) COMPLETE
74862025-09-24T16:43:21.996Z[ recovery-image] Sep 24 16:43:20.496 INFO O| Sep 24 16:43:20.496 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-09-24T16:43:22.016Z[ recovery-image] Sep 24 16:43:20.510 INFO O| Sep 24 16:43:20.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74882025-09-24T16:43:22.017Z[ recovery-image] Sep 24 16:43:20.510 INFO O| Sep 24 16:43:20.510 INFO STEP 887 (remove_files) COMPLETE
74892025-09-24T16:43:22.017Z[ recovery-image] Sep 24 16:43:20.510 INFO O| Sep 24 16:43:20.510 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-09-24T16:43:22.017Z[ recovery-image] Sep 24 16:43:20.524 INFO O| Sep 24 16:43:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74912025-09-24T16:43:22.017Z[ recovery-image] Sep 24 16:43:20.524 INFO O| Sep 24 16:43:20.524 INFO STEP 888 (remove_files) COMPLETE
74922025-09-24T16:43:22.017Z[ recovery-image] Sep 24 16:43:20.524 INFO O| Sep 24 16:43:20.524 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-09-24T16:43:22.032Z[ recovery-image] Sep 24 16:43:20.539 INFO O| Sep 24 16:43:20.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74942025-09-24T16:43:22.032Z[ recovery-image] Sep 24 16:43:20.539 INFO O| Sep 24 16:43:20.539 INFO STEP 889 (remove_files) COMPLETE
74952025-09-24T16:43:22.032Z[ recovery-image] Sep 24 16:43:20.539 INFO O| Sep 24 16:43:20.539 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-09-24T16:43:22.044Z[ recovery-image] Sep 24 16:43:20.553 INFO O| Sep 24 16:43:20.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74972025-09-24T16:43:22.044Z[ recovery-image] Sep 24 16:43:20.553 INFO O| Sep 24 16:43:20.553 INFO STEP 890 (remove_files) COMPLETE
74982025-09-24T16:43:22.044Z[ recovery-image] Sep 24 16:43:20.553 INFO O| Sep 24 16:43:20.553 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-09-24T16:43:22.055Z[ recovery-image] Sep 24 16:43:20.568 INFO O| Sep 24 16:43:20.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75002025-09-24T16:43:22.055Z[ recovery-image] Sep 24 16:43:20.568 INFO O| Sep 24 16:43:20.568 INFO STEP 891 (remove_files) COMPLETE
75012025-09-24T16:43:22.055Z[ recovery-image] Sep 24 16:43:20.568 INFO O| Sep 24 16:43:20.568 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-09-24T16:43:22.064Z[ recovery-image] Sep 24 16:43:20.582 INFO O| Sep 24 16:43:20.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75032025-09-24T16:43:22.064Z[ recovery-image] Sep 24 16:43:20.583 INFO O| Sep 24 16:43:20.583 INFO STEP 892 (remove_files) COMPLETE
75042025-09-24T16:43:22.065Z[ recovery-image] Sep 24 16:43:20.583 INFO O| Sep 24 16:43:20.583 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-09-24T16:43:22.084Z[ recovery-image] Sep 24 16:43:20.597 INFO O| Sep 24 16:43:20.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75062025-09-24T16:43:22.084Z[ recovery-image] Sep 24 16:43:20.597 INFO O| Sep 24 16:43:20.597 INFO STEP 893 (remove_files) COMPLETE
75072025-09-24T16:43:22.113Z[ recovery-image] Sep 24 16:43:20.597 INFO O| Sep 24 16:43:20.597 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-09-24T16:43:22.113Z[ recovery-image] Sep 24 16:43:20.611 INFO O| Sep 24 16:43:20.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75092025-09-24T16:43:22.114Z[ recovery-image] Sep 24 16:43:20.611 INFO O| Sep 24 16:43:20.611 INFO STEP 894 (remove_files) COMPLETE
75102025-09-24T16:43:22.114Z[ recovery-image] Sep 24 16:43:20.611 INFO O| Sep 24 16:43:20.611 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-09-24T16:43:22.136Z[ recovery-image] Sep 24 16:43:20.625 INFO O| Sep 24 16:43:20.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75122025-09-24T16:43:22.136Z[ recovery-image] Sep 24 16:43:20.625 INFO O| Sep 24 16:43:20.625 INFO STEP 895 (remove_files) COMPLETE
75132025-09-24T16:43:22.136Z[ recovery-image] Sep 24 16:43:20.625 INFO O| Sep 24 16:43:20.625 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-09-24T16:43:22.136Z[ recovery-image] Sep 24 16:43:20.639 INFO O| Sep 24 16:43:20.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75152025-09-24T16:43:22.137Z[ recovery-image] Sep 24 16:43:20.639 INFO O| Sep 24 16:43:20.639 INFO STEP 896 (remove_files) COMPLETE
75162025-09-24T16:43:22.137Z[ recovery-image] Sep 24 16:43:20.639 INFO O| Sep 24 16:43:20.639 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-09-24T16:43:22.168Z[ recovery-image] Sep 24 16:43:20.653 INFO O| Sep 24 16:43:20.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75182025-09-24T16:43:22.168Z[ recovery-image] Sep 24 16:43:20.653 INFO O| Sep 24 16:43:20.653 INFO STEP 897 (remove_files) COMPLETE
75192025-09-24T16:43:22.168Z[ recovery-image] Sep 24 16:43:20.653 INFO O| Sep 24 16:43:20.653 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-09-24T16:43:22.168Z[ recovery-image] Sep 24 16:43:20.667 INFO O| Sep 24 16:43:20.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75212025-09-24T16:43:22.168Z[ recovery-image] Sep 24 16:43:20.667 INFO O| Sep 24 16:43:20.667 INFO STEP 898 (remove_files) COMPLETE
75222025-09-24T16:43:22.169Z[ recovery-image] Sep 24 16:43:20.667 INFO O| Sep 24 16:43:20.667 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-09-24T16:43:22.182Z[ recovery-image] Sep 24 16:43:20.681 INFO O| Sep 24 16:43:20.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75242025-09-24T16:43:22.182Z[ recovery-image] Sep 24 16:43:20.681 INFO O| Sep 24 16:43:20.681 INFO STEP 899 (remove_files) COMPLETE
75252025-09-24T16:43:22.182Z[ recovery-image] Sep 24 16:43:20.681 INFO O| Sep 24 16:43:20.681 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-09-24T16:43:22.183Z[ recovery-image] Sep 24 16:43:20.696 INFO O| Sep 24 16:43:20.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75272025-09-24T16:43:22.183Z[ recovery-image] Sep 24 16:43:20.696 INFO O| Sep 24 16:43:20.696 INFO STEP 900 (remove_files) COMPLETE
75282025-09-24T16:43:22.183Z[ recovery-image] Sep 24 16:43:20.696 INFO O| Sep 24 16:43:20.696 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-09-24T16:43:22.194Z[ recovery-image] Sep 24 16:43:20.711 INFO O| Sep 24 16:43:20.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75302025-09-24T16:43:22.194Z[ recovery-image] Sep 24 16:43:20.711 INFO O| Sep 24 16:43:20.711 INFO STEP 901 (remove_files) COMPLETE
75312025-09-24T16:43:22.194Z[ recovery-image] Sep 24 16:43:20.711 INFO O| Sep 24 16:43:20.711 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-09-24T16:43:22.210Z[ recovery-image] Sep 24 16:43:20.724 INFO O| Sep 24 16:43:20.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75332025-09-24T16:43:22.254Z[ recovery-image] Sep 24 16:43:20.724 INFO O| Sep 24 16:43:20.724 INFO STEP 902 (remove_files) COMPLETE
75342025-09-24T16:43:22.254Z[ recovery-image] Sep 24 16:43:20.724 INFO O| Sep 24 16:43:20.724 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-09-24T16:43:22.254Z[ recovery-image] Sep 24 16:43:20.737 INFO O| Sep 24 16:43:20.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75362025-09-24T16:43:22.254Z[ recovery-image] Sep 24 16:43:20.737 INFO O| Sep 24 16:43:20.737 INFO STEP 903 (remove_files) COMPLETE
75372025-09-24T16:43:22.254Z[ recovery-image] Sep 24 16:43:20.737 INFO O| Sep 24 16:43:20.737 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-09-24T16:43:22.254Z[ recovery-image] Sep 24 16:43:20.750 INFO O| Sep 24 16:43:20.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75392025-09-24T16:43:22.254Z[ recovery-image] Sep 24 16:43:20.750 INFO O| Sep 24 16:43:20.750 INFO STEP 904 (remove_files) COMPLETE
75402025-09-24T16:43:22.255Z[ recovery-image] Sep 24 16:43:20.750 INFO O| Sep 24 16:43:20.750 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-09-24T16:43:22.255Z[ recovery-image] Sep 24 16:43:20.763 INFO O| Sep 24 16:43:20.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75422025-09-24T16:43:22.255Z[ recovery-image] Sep 24 16:43:20.763 INFO O| Sep 24 16:43:20.763 INFO STEP 905 (remove_files) COMPLETE
75432025-09-24T16:43:22.256Z[ recovery-image] Sep 24 16:43:20.763 INFO O| Sep 24 16:43:20.763 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-09-24T16:43:22.269Z[ recovery-image] Sep 24 16:43:20.778 INFO O| Sep 24 16:43:20.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75452025-09-24T16:43:22.269Z[ recovery-image] Sep 24 16:43:20.778 INFO O| Sep 24 16:43:20.778 INFO STEP 906 (remove_files) COMPLETE
75462025-09-24T16:43:22.270Z[ recovery-image] Sep 24 16:43:20.778 INFO O| Sep 24 16:43:20.778 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-09-24T16:43:22.286Z[ recovery-image] Sep 24 16:43:20.791 INFO O| Sep 24 16:43:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75482025-09-24T16:43:22.286Z[ recovery-image] Sep 24 16:43:20.791 INFO O| Sep 24 16:43:20.791 INFO STEP 907 (remove_files) COMPLETE
75492025-09-24T16:43:22.286Z[ recovery-image] Sep 24 16:43:20.791 INFO O| Sep 24 16:43:20.791 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-09-24T16:43:22.307Z[ recovery-image] Sep 24 16:43:20.806 INFO O| Sep 24 16:43:20.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75512025-09-24T16:43:22.307Z[ recovery-image] Sep 24 16:43:20.806 INFO O| Sep 24 16:43:20.806 INFO STEP 908 (remove_files) COMPLETE
75522025-09-24T16:43:22.307Z[ recovery-image] Sep 24 16:43:20.806 INFO O| Sep 24 16:43:20.806 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-09-24T16:43:22.322Z[ recovery-image] Sep 24 16:43:20.819 INFO O| Sep 24 16:43:20.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75542025-09-24T16:43:22.322Z[ recovery-image] Sep 24 16:43:20.819 INFO O| Sep 24 16:43:20.819 INFO STEP 909 (remove_files) COMPLETE
75552025-09-24T16:43:22.322Z[ recovery-image] Sep 24 16:43:20.819 INFO O| Sep 24 16:43:20.819 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-09-24T16:43:22.322Z[ recovery-image] Sep 24 16:43:20.832 INFO O| Sep 24 16:43:20.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75572025-09-24T16:43:22.323Z[ recovery-image] Sep 24 16:43:20.832 INFO O| Sep 24 16:43:20.832 INFO STEP 910 (remove_files) COMPLETE
75582025-09-24T16:43:22.323Z[ recovery-image] Sep 24 16:43:20.832 INFO O| Sep 24 16:43:20.832 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-09-24T16:43:22.341Z[ recovery-image] Sep 24 16:43:20.846 INFO O| Sep 24 16:43:20.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75602025-09-24T16:43:22.341Z[ recovery-image] Sep 24 16:43:20.846 INFO O| Sep 24 16:43:20.846 INFO STEP 911 (remove_files) COMPLETE
75612025-09-24T16:43:22.342Z[ recovery-image] Sep 24 16:43:20.846 INFO O| Sep 24 16:43:20.846 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-09-24T16:43:22.352Z[ recovery-image] Sep 24 16:43:20.860 INFO O| Sep 24 16:43:20.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75632025-09-24T16:43:22.352Z[ recovery-image] Sep 24 16:43:20.860 INFO O| Sep 24 16:43:20.860 INFO STEP 912 (remove_files) COMPLETE
75642025-09-24T16:43:22.352Z[ recovery-image] Sep 24 16:43:20.860 INFO O| Sep 24 16:43:20.860 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-09-24T16:43:22.375Z[ recovery-image] Sep 24 16:43:20.874 INFO O| Sep 24 16:43:20.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75662025-09-24T16:43:22.376Z[ recovery-image] Sep 24 16:43:20.874 INFO O| Sep 24 16:43:20.874 INFO STEP 913 (remove_files) COMPLETE
75672025-09-24T16:43:22.376Z[ recovery-image] Sep 24 16:43:20.874 INFO O| Sep 24 16:43:20.874 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-09-24T16:43:22.384Z[ recovery-image] Sep 24 16:43:20.887 INFO O| Sep 24 16:43:20.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75692025-09-24T16:43:22.384Z[ recovery-image] Sep 24 16:43:20.887 INFO O| Sep 24 16:43:20.887 INFO STEP 914 (remove_files) COMPLETE
75702025-09-24T16:43:22.384Z[ recovery-image] Sep 24 16:43:20.887 INFO O| Sep 24 16:43:20.887 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-09-24T16:43:22.385Z[ recovery-image] Sep 24 16:43:20.901 INFO O| Sep 24 16:43:20.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75722025-09-24T16:43:22.385Z[ recovery-image] Sep 24 16:43:20.901 INFO O| Sep 24 16:43:20.901 INFO STEP 915 (remove_files) COMPLETE
75732025-09-24T16:43:22.385Z[ recovery-image] Sep 24 16:43:20.901 INFO O| Sep 24 16:43:20.901 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-09-24T16:43:22.394Z[ recovery-image] Sep 24 16:43:20.914 INFO O| Sep 24 16:43:20.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75752025-09-24T16:43:22.394Z[ recovery-image] Sep 24 16:43:20.914 INFO O| Sep 24 16:43:20.914 INFO STEP 916 (remove_files) COMPLETE
75762025-09-24T16:43:22.394Z[ recovery-image] Sep 24 16:43:20.914 INFO O| Sep 24 16:43:20.914 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-09-24T16:43:22.413Z[ recovery-image] Sep 24 16:43:20.928 INFO O| Sep 24 16:43:20.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75782025-09-24T16:43:22.413Z[ recovery-image] Sep 24 16:43:20.928 INFO O| Sep 24 16:43:20.928 INFO STEP 917 (remove_files) COMPLETE
75792025-09-24T16:43:22.413Z[ recovery-image] Sep 24 16:43:20.928 INFO O| Sep 24 16:43:20.928 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-09-24T16:43:22.427Z[ recovery-image] Sep 24 16:43:20.941 INFO O| Sep 24 16:43:20.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75812025-09-24T16:43:22.427Z[ recovery-image] Sep 24 16:43:20.941 INFO O| Sep 24 16:43:20.941 INFO STEP 918 (remove_files) COMPLETE
75822025-09-24T16:43:22.427Z[ recovery-image] Sep 24 16:43:20.941 INFO O| Sep 24 16:43:20.941 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-09-24T16:43:22.442Z[ recovery-image] Sep 24 16:43:20.955 INFO O| Sep 24 16:43:20.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75842025-09-24T16:43:22.442Z[ recovery-image] Sep 24 16:43:20.955 INFO O| Sep 24 16:43:20.955 INFO STEP 919 (remove_files) COMPLETE
75852025-09-24T16:43:22.442Z[ recovery-image] Sep 24 16:43:20.955 INFO O| Sep 24 16:43:20.955 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-09-24T16:43:22.477Z[ recovery-image] Sep 24 16:43:20.968 INFO O| Sep 24 16:43:20.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75872025-09-24T16:43:22.478Z[ recovery-image] Sep 24 16:43:20.969 INFO O| Sep 24 16:43:20.969 INFO STEP 920 (remove_files) COMPLETE
75882025-09-24T16:43:22.478Z[ recovery-image] Sep 24 16:43:20.969 INFO O| Sep 24 16:43:20.969 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-09-24T16:43:22.489Z[ recovery-image] Sep 24 16:43:20.983 INFO O| Sep 24 16:43:20.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75902025-09-24T16:43:22.489Z[ recovery-image] Sep 24 16:43:20.983 INFO O| Sep 24 16:43:20.983 INFO STEP 921 (remove_files) COMPLETE
75912025-09-24T16:43:22.489Z[ recovery-image] Sep 24 16:43:20.983 INFO O| Sep 24 16:43:20.983 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-09-24T16:43:22.489Z[ recovery-image] Sep 24 16:43:20.996 INFO O| Sep 24 16:43:20.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75932025-09-24T16:43:22.489Z[ recovery-image] Sep 24 16:43:20.996 INFO O| Sep 24 16:43:20.996 INFO STEP 922 (remove_files) COMPLETE
75942025-09-24T16:43:22.490Z[ recovery-image] Sep 24 16:43:20.996 INFO O| Sep 24 16:43:20.996 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-09-24T16:43:22.500Z[ recovery-image] Sep 24 16:43:21.011 INFO O| Sep 24 16:43:21.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75962025-09-24T16:43:22.500Z[ recovery-image] Sep 24 16:43:21.011 INFO O| Sep 24 16:43:21.011 INFO STEP 923 (remove_files) COMPLETE
75972025-09-24T16:43:22.504Z[ recovery-image] Sep 24 16:43:21.011 INFO O| Sep 24 16:43:21.011 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-09-24T16:43:22.518Z[ recovery-image] Sep 24 16:43:21.023 INFO O| Sep 24 16:43:21.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75992025-09-24T16:43:22.519Z[ recovery-image] Sep 24 16:43:21.024 INFO O| Sep 24 16:43:21.023 INFO STEP 924 (remove_files) COMPLETE
76002025-09-24T16:43:22.519Z[ recovery-image] Sep 24 16:43:21.024 INFO O| Sep 24 16:43:21.024 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-09-24T16:43:22.530Z[ recovery-image] Sep 24 16:43:21.037 INFO O| Sep 24 16:43:21.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76022025-09-24T16:43:22.530Z[ recovery-image] Sep 24 16:43:21.038 INFO O| Sep 24 16:43:21.038 INFO STEP 925 (remove_files) COMPLETE
76032025-09-24T16:43:22.530Z[ recovery-image] Sep 24 16:43:21.038 INFO O| Sep 24 16:43:21.038 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-09-24T16:43:22.530Z[ host-image] Sep 24 16:43:21.039 INFO O| Sep 24 16:43:21.039 INFO O| Done
76052025-09-24T16:43:22.541Z[ recovery-image] Sep 24 16:43:21.051 INFO O| Sep 24 16:43:21.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76062025-09-24T16:43:22.541Z[ recovery-image] Sep 24 16:43:21.052 INFO O| Sep 24 16:43:21.052 INFO STEP 926 (remove_files) COMPLETE
76072025-09-24T16:43:22.541Z[ recovery-image] Sep 24 16:43:21.052 INFO O| Sep 24 16:43:21.052 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-09-24T16:43:22.550Z[ recovery-image] Sep 24 16:43:21.066 INFO O| Sep 24 16:43:21.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76092025-09-24T16:43:22.551Z[ recovery-image] Sep 24 16:43:21.066 INFO O| Sep 24 16:43:21.066 INFO STEP 927 (remove_files) COMPLETE
76102025-09-24T16:43:22.551Z[ recovery-image] Sep 24 16:43:21.066 INFO O| Sep 24 16:43:21.066 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-09-24T16:43:22.561Z[ recovery-image] Sep 24 16:43:21.079 INFO O| Sep 24 16:43:21.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76122025-09-24T16:43:22.562Z[ recovery-image] Sep 24 16:43:21.080 INFO O| Sep 24 16:43:21.080 INFO STEP 928 (remove_files) COMPLETE
76132025-09-24T16:43:22.562Z[ recovery-image] Sep 24 16:43:21.080 INFO O| Sep 24 16:43:21.080 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-09-24T16:43:22.570Z[ host-image] Sep 24 16:43:21.085 INFO O| Sep 24 16:43:21.085 INFO O| Done
76152025-09-24T16:43:22.571Z[ host-image] Sep 24 16:43:21.085 INFO O| Sep 24 16:43:21.085 INFO O| Done
76162025-09-24T16:43:22.585Z[ recovery-image] Sep 24 16:43:21.093 INFO O| Sep 24 16:43:21.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76172025-09-24T16:43:22.585Z[ recovery-image] Sep 24 16:43:21.093 INFO O| Sep 24 16:43:21.093 INFO STEP 929 (remove_files) COMPLETE
76182025-09-24T16:43:22.585Z[ recovery-image] Sep 24 16:43:21.093 INFO O| Sep 24 16:43:21.093 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-09-24T16:43:22.594Z[ recovery-image] Sep 24 16:43:21.107 INFO O| Sep 24 16:43:21.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76202025-09-24T16:43:22.594Z[ recovery-image] Sep 24 16:43:21.107 INFO O| Sep 24 16:43:21.107 INFO STEP 930 (remove_files) COMPLETE
76212025-09-24T16:43:22.594Z[ recovery-image] Sep 24 16:43:21.107 INFO O| Sep 24 16:43:21.107 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-09-24T16:43:22.594Z[ host-image] Sep 24 16:43:21.113 INFO O| Sep 24 16:43:21.112 INFO O| Done
76232025-09-24T16:43:22.604Z[ recovery-image] Sep 24 16:43:21.122 INFO O| Sep 24 16:43:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76242025-09-24T16:43:22.604Z[ recovery-image] Sep 24 16:43:21.122 INFO O| Sep 24 16:43:21.122 INFO STEP 931 (remove_files) COMPLETE
76252025-09-24T16:43:22.604Z[ recovery-image] Sep 24 16:43:21.122 INFO O| Sep 24 16:43:21.122 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-09-24T16:43:22.621Z[ recovery-image] Sep 24 16:43:21.139 INFO O| Sep 24 16:43:21.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76272025-09-24T16:43:22.622Z[ recovery-image] Sep 24 16:43:21.139 INFO O| Sep 24 16:43:21.139 INFO STEP 932 (remove_files) COMPLETE
76282025-09-24T16:43:22.639Z[ recovery-image] Sep 24 16:43:21.139 INFO O| Sep 24 16:43:21.139 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-09-24T16:43:22.660Z[ recovery-image] Sep 24 16:43:21.154 INFO O| Sep 24 16:43:21.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76302025-09-24T16:43:22.662Z[ recovery-image] Sep 24 16:43:21.155 INFO O| Sep 24 16:43:21.154 INFO STEP 933 (remove_files) COMPLETE
76312025-09-24T16:43:22.662Z[ recovery-image] Sep 24 16:43:21.155 INFO O| Sep 24 16:43:21.155 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-09-24T16:43:22.662Z[ recovery-image] Sep 24 16:43:21.169 INFO O| Sep 24 16:43:21.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76332025-09-24T16:43:22.662Z[ recovery-image] Sep 24 16:43:21.170 INFO O| Sep 24 16:43:21.170 INFO STEP 934 (remove_files) COMPLETE
76342025-09-24T16:43:22.662Z[ recovery-image] Sep 24 16:43:21.170 INFO O| Sep 24 16:43:21.170 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-09-24T16:43:22.673Z[ recovery-image] Sep 24 16:43:21.187 INFO O| Sep 24 16:43:21.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76362025-09-24T16:43:22.673Z[ recovery-image] Sep 24 16:43:21.187 INFO O| Sep 24 16:43:21.187 INFO STEP 935 (remove_files) COMPLETE
76372025-09-24T16:43:22.673Z[ recovery-image] Sep 24 16:43:21.187 INFO O| Sep 24 16:43:21.187 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-09-24T16:43:22.683Z[ recovery-image] Sep 24 16:43:21.202 INFO O| Sep 24 16:43:21.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76392025-09-24T16:43:22.683Z[ recovery-image] Sep 24 16:43:21.202 INFO O| Sep 24 16:43:21.202 INFO STEP 936 (remove_files) COMPLETE
76402025-09-24T16:43:22.693Z[ recovery-image] Sep 24 16:43:21.202 INFO O| Sep 24 16:43:21.202 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-09-24T16:43:22.699Z[ recovery-image] Sep 24 16:43:21.217 INFO O| Sep 24 16:43:21.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76422025-09-24T16:43:22.699Z[ recovery-image] Sep 24 16:43:21.218 INFO O| Sep 24 16:43:21.218 INFO STEP 937 (remove_files) COMPLETE
76432025-09-24T16:43:22.699Z[ recovery-image] Sep 24 16:43:21.218 INFO O| Sep 24 16:43:21.218 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-09-24T16:43:22.715Z[ recovery-image] Sep 24 16:43:21.233 INFO O| Sep 24 16:43:21.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76452025-09-24T16:43:22.721Z[ recovery-image] Sep 24 16:43:21.233 INFO O| Sep 24 16:43:21.233 INFO STEP 938 (remove_files) COMPLETE
76462025-09-24T16:43:22.722Z[ recovery-image] Sep 24 16:43:21.233 INFO O| Sep 24 16:43:21.233 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-09-24T16:43:22.731Z[ recovery-image] Sep 24 16:43:21.247 INFO O| Sep 24 16:43:21.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76482025-09-24T16:43:22.732Z[ recovery-image] Sep 24 16:43:21.247 INFO O| Sep 24 16:43:21.247 INFO STEP 939 (remove_files) COMPLETE
76492025-09-24T16:43:22.732Z[ recovery-image] Sep 24 16:43:21.247 INFO O| Sep 24 16:43:21.247 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-09-24T16:43:22.749Z[ recovery-image] Sep 24 16:43:21.263 INFO O| Sep 24 16:43:21.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76512025-09-24T16:43:22.750Z[ recovery-image] Sep 24 16:43:21.264 INFO O| Sep 24 16:43:21.264 INFO STEP 940 (remove_files) COMPLETE
76522025-09-24T16:43:22.750Z[ recovery-image] Sep 24 16:43:21.264 INFO O| Sep 24 16:43:21.264 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-09-24T16:43:22.759Z[ recovery-image] Sep 24 16:43:21.280 INFO O| Sep 24 16:43:21.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76542025-09-24T16:43:22.760Z[ recovery-image] Sep 24 16:43:21.280 INFO O| Sep 24 16:43:21.280 INFO STEP 941 (remove_files) COMPLETE
76552025-09-24T16:43:22.760Z[ recovery-image] Sep 24 16:43:21.280 INFO O| Sep 24 16:43:21.280 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-09-24T16:43:22.785Z[ recovery-image] Sep 24 16:43:21.297 INFO O| Sep 24 16:43:21.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76572025-09-24T16:43:22.785Z[ recovery-image] Sep 24 16:43:21.297 INFO O| Sep 24 16:43:21.297 INFO STEP 942 (remove_files) COMPLETE
76582025-09-24T16:43:22.794Z[ recovery-image] Sep 24 16:43:21.297 INFO O| Sep 24 16:43:21.297 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-09-24T16:43:22.795Z[ recovery-image] Sep 24 16:43:21.315 INFO O| Sep 24 16:43:21.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76602025-09-24T16:43:22.803Z[ recovery-image] Sep 24 16:43:21.316 INFO O| Sep 24 16:43:21.315 INFO STEP 943 (remove_files) COMPLETE
76612025-09-24T16:43:22.804Z[ recovery-image] Sep 24 16:43:21.316 INFO O| Sep 24 16:43:21.315 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-09-24T16:43:22.814Z[ recovery-image] Sep 24 16:43:21.332 INFO O| Sep 24 16:43:21.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76632025-09-24T16:43:22.814Z[ recovery-image] Sep 24 16:43:21.332 INFO O| Sep 24 16:43:21.332 INFO STEP 944 (remove_files) COMPLETE
76642025-09-24T16:43:22.815Z[ recovery-image] Sep 24 16:43:21.332 INFO O| Sep 24 16:43:21.332 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-09-24T16:43:22.830Z[ recovery-image] Sep 24 16:43:21.347 INFO O| Sep 24 16:43:21.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76662025-09-24T16:43:22.830Z[ recovery-image] Sep 24 16:43:21.348 INFO O| Sep 24 16:43:21.348 INFO STEP 945 (remove_files) COMPLETE
76672025-09-24T16:43:22.830Z[ recovery-image] Sep 24 16:43:21.348 INFO O| Sep 24 16:43:21.348 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-09-24T16:43:22.854Z[ recovery-image] Sep 24 16:43:21.364 INFO O| Sep 24 16:43:21.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76692025-09-24T16:43:22.854Z[ recovery-image] Sep 24 16:43:21.364 INFO O| Sep 24 16:43:21.364 INFO STEP 946 (remove_files) COMPLETE
76702025-09-24T16:43:22.864Z[ recovery-image] Sep 24 16:43:21.364 INFO O| Sep 24 16:43:21.364 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-09-24T16:43:22.864Z[ recovery-image] Sep 24 16:43:21.381 INFO O| Sep 24 16:43:21.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76722025-09-24T16:43:22.864Z[ recovery-image] Sep 24 16:43:21.381 INFO O| Sep 24 16:43:21.381 INFO STEP 947 (remove_files) COMPLETE
76732025-09-24T16:43:22.864Z[ recovery-image] Sep 24 16:43:21.381 INFO O| Sep 24 16:43:21.381 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-09-24T16:43:22.876Z[ recovery-image] Sep 24 16:43:21.396 INFO O| Sep 24 16:43:21.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76752025-09-24T16:43:22.877Z[ recovery-image] Sep 24 16:43:21.397 INFO O| Sep 24 16:43:21.397 INFO STEP 948 (remove_files) COMPLETE
76762025-09-24T16:43:22.886Z[ recovery-image] Sep 24 16:43:21.397 INFO O| Sep 24 16:43:21.397 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-09-24T16:43:22.896Z[ recovery-image] Sep 24 16:43:21.413 INFO O| Sep 24 16:43:21.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76782025-09-24T16:43:22.896Z[ recovery-image] Sep 24 16:43:21.413 INFO O| Sep 24 16:43:21.413 INFO STEP 949 (remove_files) COMPLETE
76792025-09-24T16:43:22.896Z[ recovery-image] Sep 24 16:43:21.413 INFO O| Sep 24 16:43:21.413 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-09-24T16:43:22.908Z[ recovery-image] Sep 24 16:43:21.429 INFO O| Sep 24 16:43:21.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76812025-09-24T16:43:22.909Z[ recovery-image] Sep 24 16:43:21.429 INFO O| Sep 24 16:43:21.429 INFO STEP 950 (remove_files) COMPLETE
76822025-09-24T16:43:22.909Z[ recovery-image] Sep 24 16:43:21.429 INFO O| Sep 24 16:43:21.429 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-09-24T16:43:22.923Z[ recovery-image] Sep 24 16:43:21.444 INFO O| Sep 24 16:43:21.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76842025-09-24T16:43:22.923Z[ recovery-image] Sep 24 16:43:21.444 INFO O| Sep 24 16:43:21.444 INFO STEP 951 (remove_files) COMPLETE
76852025-09-24T16:43:22.929Z[ recovery-image] Sep 24 16:43:21.444 INFO O| Sep 24 16:43:21.444 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-09-24T16:43:22.938Z[ recovery-image] Sep 24 16:43:21.459 INFO O| Sep 24 16:43:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76872025-09-24T16:43:22.938Z[ recovery-image] Sep 24 16:43:21.459 INFO O| Sep 24 16:43:21.459 INFO STEP 952 (remove_files) COMPLETE
76882025-09-24T16:43:22.944Z[ recovery-image] Sep 24 16:43:21.459 INFO O| Sep 24 16:43:21.459 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-09-24T16:43:22.955Z[ recovery-image] Sep 24 16:43:21.476 INFO O| Sep 24 16:43:21.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76902025-09-24T16:43:22.963Z[ recovery-image] Sep 24 16:43:21.477 INFO O| Sep 24 16:43:21.477 INFO STEP 953 (remove_files) COMPLETE
76912025-09-24T16:43:22.963Z[ recovery-image] Sep 24 16:43:21.477 INFO O| Sep 24 16:43:21.477 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-09-24T16:43:22.972Z[ recovery-image] Sep 24 16:43:21.491 INFO O| Sep 24 16:43:21.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76932025-09-24T16:43:22.980Z[ recovery-image] Sep 24 16:43:21.491 INFO O| Sep 24 16:43:21.491 INFO STEP 954 (remove_files) COMPLETE
76942025-09-24T16:43:22.980Z[ recovery-image] Sep 24 16:43:21.491 INFO O| Sep 24 16:43:21.491 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-09-24T16:43:22.985Z[ recovery-image] Sep 24 16:43:21.506 INFO O| Sep 24 16:43:21.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76962025-09-24T16:43:22.985Z[ recovery-image] Sep 24 16:43:21.506 INFO O| Sep 24 16:43:21.506 INFO STEP 955 (remove_files) COMPLETE
76972025-09-24T16:43:22.985Z[ recovery-image] Sep 24 16:43:21.506 INFO O| Sep 24 16:43:21.506 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-09-24T16:43:23.002Z[ recovery-image] Sep 24 16:43:21.522 INFO O| Sep 24 16:43:21.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76992025-09-24T16:43:23.002Z[ recovery-image] Sep 24 16:43:21.522 INFO O| Sep 24 16:43:21.522 INFO STEP 956 (remove_files) COMPLETE
77002025-09-24T16:43:23.002Z[ recovery-image] Sep 24 16:43:21.522 INFO O| Sep 24 16:43:21.522 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-09-24T16:43:23.016Z[ recovery-image] Sep 24 16:43:21.537 INFO O| Sep 24 16:43:21.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77022025-09-24T16:43:23.022Z[ recovery-image] Sep 24 16:43:21.537 INFO O| Sep 24 16:43:21.537 INFO STEP 957 (remove_files) COMPLETE
77032025-09-24T16:43:23.022Z[ recovery-image] Sep 24 16:43:21.537 INFO O| Sep 24 16:43:21.537 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-09-24T16:43:23.032Z[ recovery-image] Sep 24 16:43:21.553 INFO O| Sep 24 16:43:21.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77052025-09-24T16:43:23.032Z[ recovery-image] Sep 24 16:43:21.553 INFO O| Sep 24 16:43:21.553 INFO STEP 958 (remove_files) COMPLETE
77062025-09-24T16:43:23.037Z[ recovery-image] Sep 24 16:43:21.553 INFO O| Sep 24 16:43:21.553 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-09-24T16:43:23.115Z[ recovery-image] Sep 24 16:43:21.568 INFO O| Sep 24 16:43:21.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77082025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.568 INFO O| Sep 24 16:43:21.568 INFO STEP 959 (remove_files) COMPLETE
77092025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.568 INFO O| Sep 24 16:43:21.568 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.584 INFO O| Sep 24 16:43:21.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77112025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.584 INFO O| Sep 24 16:43:21.584 INFO STEP 960 (remove_files) COMPLETE
77122025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.584 INFO O| Sep 24 16:43:21.584 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.598 INFO O| Sep 24 16:43:21.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77142025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.599 INFO O| Sep 24 16:43:21.599 INFO STEP 961 (remove_files) COMPLETE
77152025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.599 INFO O| Sep 24 16:43:21.599 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.613 INFO O| Sep 24 16:43:21.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77172025-09-24T16:43:23.116Z[ recovery-image] Sep 24 16:43:21.613 INFO O| Sep 24 16:43:21.613 INFO STEP 962 (remove_files) COMPLETE
77182025-09-24T16:43:23.117Z[ recovery-image] Sep 24 16:43:21.613 INFO O| Sep 24 16:43:21.613 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-09-24T16:43:23.117Z[ recovery-image] Sep 24 16:43:21.627 INFO O| Sep 24 16:43:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77202025-09-24T16:43:23.117Z[ recovery-image] Sep 24 16:43:21.627 INFO O| Sep 24 16:43:21.627 INFO STEP 963 (remove_files) COMPLETE
77212025-09-24T16:43:23.117Z[ recovery-image] Sep 24 16:43:21.627 INFO O| Sep 24 16:43:21.627 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-09-24T16:43:23.123Z[ recovery-image] Sep 24 16:43:21.641 INFO O| Sep 24 16:43:21.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77232025-09-24T16:43:23.123Z[ recovery-image] Sep 24 16:43:21.641 INFO O| Sep 24 16:43:21.641 INFO STEP 964 (remove_files) COMPLETE
77242025-09-24T16:43:23.123Z[ recovery-image] Sep 24 16:43:21.641 INFO O| Sep 24 16:43:21.641 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-09-24T16:43:23.133Z[ recovery-image] Sep 24 16:43:21.655 INFO O| Sep 24 16:43:21.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77262025-09-24T16:43:23.134Z[ recovery-image] Sep 24 16:43:21.655 INFO O| Sep 24 16:43:21.655 INFO STEP 965 (remove_files) COMPLETE
77272025-09-24T16:43:23.134Z[ recovery-image] Sep 24 16:43:21.655 INFO O| Sep 24 16:43:21.655 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-09-24T16:43:23.153Z[ recovery-image] Sep 24 16:43:21.670 INFO O| Sep 24 16:43:21.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77292025-09-24T16:43:23.153Z[ recovery-image] Sep 24 16:43:21.670 INFO O| Sep 24 16:43:21.670 INFO STEP 966 (remove_files) COMPLETE
77302025-09-24T16:43:23.160Z[ recovery-image] Sep 24 16:43:21.670 INFO O| Sep 24 16:43:21.670 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-09-24T16:43:23.166Z[ recovery-image] Sep 24 16:43:21.686 INFO O| Sep 24 16:43:21.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77322025-09-24T16:43:23.166Z[ recovery-image] Sep 24 16:43:21.686 INFO O| Sep 24 16:43:21.686 INFO STEP 967 (remove_files) COMPLETE
77332025-09-24T16:43:23.166Z[ recovery-image] Sep 24 16:43:21.686 INFO O| Sep 24 16:43:21.686 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-09-24T16:43:23.181Z[ recovery-image] Sep 24 16:43:21.703 INFO O| Sep 24 16:43:21.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77352025-09-24T16:43:23.182Z[ recovery-image] Sep 24 16:43:21.703 INFO O| Sep 24 16:43:21.703 INFO STEP 968 (remove_files) COMPLETE
77362025-09-24T16:43:23.189Z[ recovery-image] Sep 24 16:43:21.703 INFO O| Sep 24 16:43:21.703 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-09-24T16:43:23.197Z[ recovery-image] Sep 24 16:43:21.718 INFO O| Sep 24 16:43:21.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77382025-09-24T16:43:23.197Z[ recovery-image] Sep 24 16:43:21.719 INFO O| Sep 24 16:43:21.718 INFO STEP 969 (remove_files) COMPLETE
77392025-09-24T16:43:23.197Z[ recovery-image] Sep 24 16:43:21.719 INFO O| Sep 24 16:43:21.718 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-09-24T16:43:23.214Z[ recovery-image] Sep 24 16:43:21.734 INFO O| Sep 24 16:43:21.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77412025-09-24T16:43:23.214Z[ recovery-image] Sep 24 16:43:21.734 INFO O| Sep 24 16:43:21.734 INFO STEP 970 (remove_files) COMPLETE
77422025-09-24T16:43:23.214Z[ recovery-image] Sep 24 16:43:21.734 INFO O| Sep 24 16:43:21.734 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-09-24T16:43:23.228Z[ recovery-image] Sep 24 16:43:21.749 INFO O| Sep 24 16:43:21.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77442025-09-24T16:43:23.228Z[ recovery-image] Sep 24 16:43:21.750 INFO O| Sep 24 16:43:21.749 INFO STEP 971 (remove_files) COMPLETE
77452025-09-24T16:43:23.228Z[ recovery-image] Sep 24 16:43:21.750 INFO O| Sep 24 16:43:21.750 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-09-24T16:43:23.243Z[ recovery-image] Sep 24 16:43:21.764 INFO O| Sep 24 16:43:21.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77472025-09-24T16:43:23.243Z[ recovery-image] Sep 24 16:43:21.764 INFO O| Sep 24 16:43:21.764 INFO STEP 972 (remove_files) COMPLETE
77482025-09-24T16:43:23.248Z[ recovery-image] Sep 24 16:43:21.764 INFO O| Sep 24 16:43:21.764 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-09-24T16:43:23.291Z[ recovery-image] Sep 24 16:43:21.780 INFO O| Sep 24 16:43:21.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77502025-09-24T16:43:23.291Z[ recovery-image] Sep 24 16:43:21.780 INFO O| Sep 24 16:43:21.780 INFO STEP 973 (remove_files) COMPLETE
77512025-09-24T16:43:23.291Z[ recovery-image] Sep 24 16:43:21.780 INFO O| Sep 24 16:43:21.780 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-09-24T16:43:23.296Z[ recovery-image] Sep 24 16:43:21.796 INFO O| Sep 24 16:43:21.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77532025-09-24T16:43:23.296Z[ recovery-image] Sep 24 16:43:21.796 INFO O| Sep 24 16:43:21.796 INFO STEP 974 (remove_files) COMPLETE
77542025-09-24T16:43:23.296Z[ recovery-image] Sep 24 16:43:21.796 INFO O| Sep 24 16:43:21.796 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-09-24T16:43:23.296Z[ recovery-image] Sep 24 16:43:21.811 INFO O| Sep 24 16:43:21.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77562025-09-24T16:43:23.296Z[ recovery-image] Sep 24 16:43:21.812 INFO O| Sep 24 16:43:21.812 INFO STEP 975 (remove_files) COMPLETE
77572025-09-24T16:43:23.296Z[ recovery-image] Sep 24 16:43:21.812 INFO O| Sep 24 16:43:21.812 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-09-24T16:43:23.303Z[ recovery-image] Sep 24 16:43:21.825 INFO O| Sep 24 16:43:21.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77592025-09-24T16:43:23.303Z[ recovery-image] Sep 24 16:43:21.825 INFO O| Sep 24 16:43:21.825 INFO STEP 976 (remove_files) COMPLETE
77602025-09-24T16:43:23.304Z[ recovery-image] Sep 24 16:43:21.825 INFO O| Sep 24 16:43:21.825 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-09-24T16:43:23.319Z[ recovery-image] Sep 24 16:43:21.839 INFO O| Sep 24 16:43:21.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77622025-09-24T16:43:23.319Z[ recovery-image] Sep 24 16:43:21.839 INFO O| Sep 24 16:43:21.839 INFO STEP 977 (remove_files) COMPLETE
77632025-09-24T16:43:23.324Z[ recovery-image] Sep 24 16:43:21.839 INFO O| Sep 24 16:43:21.839 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-09-24T16:43:23.343Z[ recovery-image] Sep 24 16:43:21.853 INFO O| Sep 24 16:43:21.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77652025-09-24T16:43:23.343Z[ recovery-image] Sep 24 16:43:21.853 INFO O| Sep 24 16:43:21.853 INFO STEP 978 (remove_files) COMPLETE
77662025-09-24T16:43:23.343Z[ recovery-image] Sep 24 16:43:21.853 INFO O| Sep 24 16:43:21.853 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-09-24T16:43:23.347Z[ recovery-image] Sep 24 16:43:21.867 INFO O| Sep 24 16:43:21.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77682025-09-24T16:43:23.347Z[ recovery-image] Sep 24 16:43:21.868 INFO O| Sep 24 16:43:21.867 INFO STEP 979 (remove_files) COMPLETE
77692025-09-24T16:43:23.347Z[ recovery-image] Sep 24 16:43:21.868 INFO O| Sep 24 16:43:21.868 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-09-24T16:43:23.360Z[ recovery-image] Sep 24 16:43:21.882 INFO O| Sep 24 16:43:21.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77712025-09-24T16:43:23.360Z[ recovery-image] Sep 24 16:43:21.882 INFO O| Sep 24 16:43:21.882 INFO STEP 980 (remove_files) COMPLETE
77722025-09-24T16:43:23.363Z[ recovery-image] Sep 24 16:43:21.882 INFO O| Sep 24 16:43:21.882 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-09-24T16:43:23.374Z[ recovery-image] Sep 24 16:43:21.896 INFO O| Sep 24 16:43:21.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77742025-09-24T16:43:23.374Z[ recovery-image] Sep 24 16:43:21.897 INFO O| Sep 24 16:43:21.897 INFO STEP 981 (remove_files) COMPLETE
77752025-09-24T16:43:23.374Z[ recovery-image] Sep 24 16:43:21.897 INFO O| Sep 24 16:43:21.897 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-09-24T16:43:23.389Z[ recovery-image] Sep 24 16:43:21.911 INFO O| Sep 24 16:43:21.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77772025-09-24T16:43:23.392Z[ recovery-image] Sep 24 16:43:21.911 INFO O| Sep 24 16:43:21.911 INFO STEP 982 (remove_files) COMPLETE
77782025-09-24T16:43:23.392Z[ recovery-image] Sep 24 16:43:21.911 INFO O| Sep 24 16:43:21.911 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-09-24T16:43:23.403Z[ recovery-image] Sep 24 16:43:21.925 INFO O| Sep 24 16:43:21.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77802025-09-24T16:43:23.403Z[ recovery-image] Sep 24 16:43:21.925 INFO O| Sep 24 16:43:21.925 INFO STEP 983 (remove_files) COMPLETE
77812025-09-24T16:43:23.406Z[ recovery-image] Sep 24 16:43:21.925 INFO O| Sep 24 16:43:21.925 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-09-24T16:43:23.418Z[ recovery-image] Sep 24 16:43:21.940 INFO O| Sep 24 16:43:21.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77832025-09-24T16:43:23.418Z[ recovery-image] Sep 24 16:43:21.940 INFO O| Sep 24 16:43:21.940 INFO STEP 984 (remove_files) COMPLETE
77842025-09-24T16:43:23.422Z[ recovery-image] Sep 24 16:43:21.940 INFO O| Sep 24 16:43:21.940 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-09-24T16:43:23.433Z[ recovery-image] Sep 24 16:43:21.954 INFO O| Sep 24 16:43:21.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77862025-09-24T16:43:23.433Z[ recovery-image] Sep 24 16:43:21.955 INFO O| Sep 24 16:43:21.955 INFO STEP 985 (remove_files) COMPLETE
77872025-09-24T16:43:23.433Z[ recovery-image] Sep 24 16:43:21.955 INFO O| Sep 24 16:43:21.955 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-09-24T16:43:23.446Z[ recovery-image] Sep 24 16:43:21.969 INFO O| Sep 24 16:43:21.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77892025-09-24T16:43:23.446Z[ recovery-image] Sep 24 16:43:21.969 INFO O| Sep 24 16:43:21.969 INFO STEP 986 (remove_files) COMPLETE
77902025-09-24T16:43:23.446Z[ recovery-image] Sep 24 16:43:21.969 INFO O| Sep 24 16:43:21.969 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-09-24T16:43:23.461Z[ recovery-image] Sep 24 16:43:21.984 INFO O| Sep 24 16:43:21.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77922025-09-24T16:43:23.461Z[ recovery-image] Sep 24 16:43:21.984 INFO O| Sep 24 16:43:21.984 INFO STEP 987 (remove_files) COMPLETE
77932025-09-24T16:43:23.461Z[ recovery-image] Sep 24 16:43:21.984 INFO O| Sep 24 16:43:21.984 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-09-24T16:43:23.476Z[ recovery-image] Sep 24 16:43:21.998 INFO O| Sep 24 16:43:21.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77952025-09-24T16:43:23.479Z[ recovery-image] Sep 24 16:43:21.999 INFO O| Sep 24 16:43:21.999 INFO STEP 988 (remove_files) COMPLETE
77962025-09-24T16:43:23.479Z[ recovery-image] Sep 24 16:43:21.999 INFO O| Sep 24 16:43:21.999 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-09-24T16:43:23.493Z[ recovery-image] Sep 24 16:43:22.014 INFO O| Sep 24 16:43:22.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77982025-09-24T16:43:23.493Z[ recovery-image] Sep 24 16:43:22.014 INFO O| Sep 24 16:43:22.014 INFO STEP 989 (remove_files) COMPLETE
77992025-09-24T16:43:23.493Z[ recovery-image] Sep 24 16:43:22.014 INFO O| Sep 24 16:43:22.014 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-09-24T16:43:23.507Z[ recovery-image] Sep 24 16:43:22.030 INFO O| Sep 24 16:43:22.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78012025-09-24T16:43:23.511Z[ recovery-image] Sep 24 16:43:22.030 INFO O| Sep 24 16:43:22.030 INFO STEP 990 (remove_files) COMPLETE
78022025-09-24T16:43:23.511Z[ recovery-image] Sep 24 16:43:22.030 INFO O| Sep 24 16:43:22.030 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-09-24T16:43:23.532Z[ recovery-image] Sep 24 16:43:22.055 INFO O| Sep 24 16:43:22.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78042025-09-24T16:43:23.532Z[ recovery-image] Sep 24 16:43:22.055 INFO O| Sep 24 16:43:22.055 INFO STEP 991 (remove_files) COMPLETE
78052025-09-24T16:43:23.536Z[ recovery-image] Sep 24 16:43:22.055 INFO O| Sep 24 16:43:22.055 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-09-24T16:43:23.588Z[ recovery-image] Sep 24 16:43:22.110 INFO O| Sep 24 16:43:22.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78072025-09-24T16:43:23.588Z[ recovery-image] Sep 24 16:43:22.110 INFO O| Sep 24 16:43:22.110 INFO STEP 992 (remove_files) COMPLETE
78082025-09-24T16:43:23.588Z[ recovery-image] Sep 24 16:43:22.110 INFO O| Sep 24 16:43:22.110 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-09-24T16:43:23.615Z[ recovery-image] Sep 24 16:43:22.136 INFO O| Sep 24 16:43:22.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78102025-09-24T16:43:23.615Z[ recovery-image] Sep 24 16:43:22.136 INFO O| Sep 24 16:43:22.136 INFO STEP 993 (remove_files) COMPLETE
78112025-09-24T16:43:23.615Z[ recovery-image] Sep 24 16:43:22.136 INFO O| Sep 24 16:43:22.136 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-09-24T16:43:23.631Z[ recovery-image] Sep 24 16:43:22.153 INFO O| Sep 24 16:43:22.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78132025-09-24T16:43:23.631Z[ recovery-image] Sep 24 16:43:22.153 INFO O| Sep 24 16:43:22.153 INFO STEP 994 (remove_files) COMPLETE
78142025-09-24T16:43:23.631Z[ recovery-image] Sep 24 16:43:22.153 INFO O| Sep 24 16:43:22.153 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-09-24T16:43:23.646Z[ recovery-image] Sep 24 16:43:22.168 INFO O| Sep 24 16:43:22.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78162025-09-24T16:43:23.646Z[ recovery-image] Sep 24 16:43:22.168 INFO O| Sep 24 16:43:22.168 INFO STEP 995 (remove_files) COMPLETE
78172025-09-24T16:43:23.649Z[ recovery-image] Sep 24 16:43:22.168 INFO O| Sep 24 16:43:22.168 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-09-24T16:43:23.663Z[ recovery-image] Sep 24 16:43:22.183 INFO O| Sep 24 16:43:22.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78192025-09-24T16:43:23.663Z[ recovery-image] Sep 24 16:43:22.183 INFO O| Sep 24 16:43:22.183 INFO STEP 996 (remove_files) COMPLETE
78202025-09-24T16:43:23.663Z[ recovery-image] Sep 24 16:43:22.183 INFO O| Sep 24 16:43:22.183 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-09-24T16:43:23.676Z[ recovery-image] Sep 24 16:43:22.198 INFO O| Sep 24 16:43:22.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78222025-09-24T16:43:23.676Z[ recovery-image] Sep 24 16:43:22.199 INFO O| Sep 24 16:43:22.199 INFO STEP 997 (remove_files) COMPLETE
78232025-09-24T16:43:23.676Z[ recovery-image] Sep 24 16:43:22.199 INFO O| Sep 24 16:43:22.199 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-09-24T16:43:23.692Z[ recovery-image] Sep 24 16:43:22.213 INFO O| Sep 24 16:43:22.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78252025-09-24T16:43:23.696Z[ recovery-image] Sep 24 16:43:22.213 INFO O| Sep 24 16:43:22.213 INFO STEP 998 (remove_files) COMPLETE
78262025-09-24T16:43:23.696Z[ recovery-image] Sep 24 16:43:22.213 INFO O| Sep 24 16:43:22.213 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-09-24T16:43:23.705Z[ recovery-image] Sep 24 16:43:22.227 INFO O| Sep 24 16:43:22.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78282025-09-24T16:43:23.706Z[ recovery-image] Sep 24 16:43:22.227 INFO O| Sep 24 16:43:22.227 INFO STEP 999 (remove_files) COMPLETE
78292025-09-24T16:43:23.706Z[ recovery-image] Sep 24 16:43:22.227 INFO O| Sep 24 16:43:22.227 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-09-24T16:43:23.718Z[ recovery-image] Sep 24 16:43:22.241 INFO O| Sep 24 16:43:22.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78312025-09-24T16:43:23.719Z[ recovery-image] Sep 24 16:43:22.241 INFO O| Sep 24 16:43:22.241 INFO STEP 1000 (remove_files) COMPLETE
78322025-09-24T16:43:23.719Z[ recovery-image] Sep 24 16:43:22.241 INFO O| Sep 24 16:43:22.241 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-09-24T16:43:23.731Z[ recovery-image] Sep 24 16:43:22.254 INFO O| Sep 24 16:43:22.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78342025-09-24T16:43:23.732Z[ recovery-image] Sep 24 16:43:22.254 INFO O| Sep 24 16:43:22.254 INFO STEP 1001 (remove_files) COMPLETE
78352025-09-24T16:43:23.732Z[ recovery-image] Sep 24 16:43:22.254 INFO O| Sep 24 16:43:22.254 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-09-24T16:43:23.745Z[ recovery-image] Sep 24 16:43:22.267 INFO O| Sep 24 16:43:22.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78372025-09-24T16:43:23.745Z[ recovery-image] Sep 24 16:43:22.267 INFO O| Sep 24 16:43:22.267 INFO STEP 1002 (remove_files) COMPLETE
78382025-09-24T16:43:23.745Z[ recovery-image] Sep 24 16:43:22.267 INFO O| Sep 24 16:43:22.267 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-09-24T16:43:23.759Z[ recovery-image] Sep 24 16:43:22.281 INFO O| Sep 24 16:43:22.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78402025-09-24T16:43:23.759Z[ recovery-image] Sep 24 16:43:22.282 INFO O| Sep 24 16:43:22.282 INFO STEP 1003 (remove_files) COMPLETE
78412025-09-24T16:43:23.760Z[ recovery-image] Sep 24 16:43:22.282 INFO O| Sep 24 16:43:22.282 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-09-24T16:43:23.773Z[ recovery-image] Sep 24 16:43:22.295 INFO O| Sep 24 16:43:22.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78432025-09-24T16:43:23.773Z[ recovery-image] Sep 24 16:43:22.295 INFO O| Sep 24 16:43:22.295 INFO STEP 1004 (remove_files) COMPLETE
78442025-09-24T16:43:23.773Z[ recovery-image] Sep 24 16:43:22.295 INFO O| Sep 24 16:43:22.295 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-09-24T16:43:23.787Z[ recovery-image] Sep 24 16:43:22.309 INFO O| Sep 24 16:43:22.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78462025-09-24T16:43:23.788Z[ recovery-image] Sep 24 16:43:22.310 INFO O| Sep 24 16:43:22.310 INFO STEP 1005 (remove_files) COMPLETE
78472025-09-24T16:43:23.791Z[ recovery-image] Sep 24 16:43:22.310 INFO O| Sep 24 16:43:22.310 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-09-24T16:43:23.801Z[ recovery-image] Sep 24 16:43:22.323 INFO O| Sep 24 16:43:22.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78492025-09-24T16:43:23.801Z[ recovery-image] Sep 24 16:43:22.323 INFO O| Sep 24 16:43:22.323 INFO STEP 1006 (remove_files) COMPLETE
78502025-09-24T16:43:23.805Z[ recovery-image] Sep 24 16:43:22.323 INFO O| Sep 24 16:43:22.323 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-09-24T16:43:23.815Z[ recovery-image] Sep 24 16:43:22.337 INFO O| Sep 24 16:43:22.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78522025-09-24T16:43:23.815Z[ recovery-image] Sep 24 16:43:22.337 INFO O| Sep 24 16:43:22.337 INFO STEP 1007 (remove_files) COMPLETE
78532025-09-24T16:43:23.818Z[ recovery-image] Sep 24 16:43:22.337 INFO O| Sep 24 16:43:22.337 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-09-24T16:43:23.829Z[ recovery-image] Sep 24 16:43:22.351 INFO O| Sep 24 16:43:22.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78552025-09-24T16:43:23.829Z[ recovery-image] Sep 24 16:43:22.351 INFO O| Sep 24 16:43:22.351 INFO STEP 1008 (remove_files) COMPLETE
78562025-09-24T16:43:23.829Z[ recovery-image] Sep 24 16:43:22.351 INFO O| Sep 24 16:43:22.351 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-09-24T16:43:23.843Z[ recovery-image] Sep 24 16:43:22.365 INFO O| Sep 24 16:43:22.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78582025-09-24T16:43:23.843Z[ recovery-image] Sep 24 16:43:22.365 INFO O| Sep 24 16:43:22.365 INFO STEP 1009 (remove_files) COMPLETE
78592025-09-24T16:43:23.847Z[ recovery-image] Sep 24 16:43:22.365 INFO O| Sep 24 16:43:22.365 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-09-24T16:43:23.856Z[ recovery-image] Sep 24 16:43:22.379 INFO O| Sep 24 16:43:22.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78612025-09-24T16:43:23.856Z[ recovery-image] Sep 24 16:43:22.379 INFO O| Sep 24 16:43:22.379 INFO STEP 1010 (remove_files) COMPLETE
78622025-09-24T16:43:23.856Z[ recovery-image] Sep 24 16:43:22.379 INFO O| Sep 24 16:43:22.379 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-09-24T16:43:23.870Z[ recovery-image] Sep 24 16:43:22.392 INFO O| Sep 24 16:43:22.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78642025-09-24T16:43:23.870Z[ recovery-image] Sep 24 16:43:22.392 INFO O| Sep 24 16:43:22.392 INFO STEP 1011 (remove_files) COMPLETE
78652025-09-24T16:43:23.873Z[ recovery-image] Sep 24 16:43:22.392 INFO O| Sep 24 16:43:22.392 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-09-24T16:43:23.883Z[ recovery-image] Sep 24 16:43:22.406 INFO O| Sep 24 16:43:22.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78672025-09-24T16:43:23.883Z[ recovery-image] Sep 24 16:43:22.406 INFO O| Sep 24 16:43:22.406 INFO STEP 1012 (remove_files) COMPLETE
78682025-09-24T16:43:23.884Z[ recovery-image] Sep 24 16:43:22.406 INFO O| Sep 24 16:43:22.406 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-09-24T16:43:23.897Z[ recovery-image] Sep 24 16:43:22.419 INFO O| Sep 24 16:43:22.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78702025-09-24T16:43:23.897Z[ recovery-image] Sep 24 16:43:22.419 INFO O| Sep 24 16:43:22.419 INFO STEP 1013 (remove_files) COMPLETE
78712025-09-24T16:43:23.900Z[ recovery-image] Sep 24 16:43:22.419 INFO O| Sep 24 16:43:22.419 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-09-24T16:43:23.911Z[ recovery-image] Sep 24 16:43:22.433 INFO O| Sep 24 16:43:22.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78732025-09-24T16:43:23.911Z[ recovery-image] Sep 24 16:43:22.433 INFO O| Sep 24 16:43:22.433 INFO STEP 1014 (remove_files) COMPLETE
78742025-09-24T16:43:23.911Z[ recovery-image] Sep 24 16:43:22.433 INFO O| Sep 24 16:43:22.433 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-09-24T16:43:23.924Z[ recovery-image] Sep 24 16:43:22.446 INFO O| Sep 24 16:43:22.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78762025-09-24T16:43:23.924Z[ recovery-image] Sep 24 16:43:22.446 INFO O| Sep 24 16:43:22.446 INFO STEP 1015 (remove_files) COMPLETE
78772025-09-24T16:43:23.928Z[ recovery-image] Sep 24 16:43:22.446 INFO O| Sep 24 16:43:22.446 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-09-24T16:43:23.938Z[ recovery-image] Sep 24 16:43:22.461 INFO O| Sep 24 16:43:22.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78792025-09-24T16:43:23.938Z[ recovery-image] Sep 24 16:43:22.461 INFO O| Sep 24 16:43:22.461 INFO STEP 1016 (remove_files) COMPLETE
78802025-09-24T16:43:23.938Z[ recovery-image] Sep 24 16:43:22.461 INFO O| Sep 24 16:43:22.461 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-09-24T16:43:23.952Z[ recovery-image] Sep 24 16:43:22.475 INFO O| Sep 24 16:43:22.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78822025-09-24T16:43:23.952Z[ recovery-image] Sep 24 16:43:22.475 INFO O| Sep 24 16:43:22.475 INFO STEP 1017 (remove_files) COMPLETE
78832025-09-24T16:43:23.956Z[ recovery-image] Sep 24 16:43:22.475 INFO O| Sep 24 16:43:22.475 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-09-24T16:43:23.966Z[ recovery-image] Sep 24 16:43:22.488 INFO O| Sep 24 16:43:22.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78852025-09-24T16:43:23.966Z[ recovery-image] Sep 24 16:43:22.488 INFO O| Sep 24 16:43:22.488 INFO STEP 1018 (remove_files) COMPLETE
78862025-09-24T16:43:23.966Z[ recovery-image] Sep 24 16:43:22.488 INFO O| Sep 24 16:43:22.488 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-09-24T16:43:23.980Z[ recovery-image] Sep 24 16:43:22.502 INFO O| Sep 24 16:43:22.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78882025-09-24T16:43:23.980Z[ recovery-image] Sep 24 16:43:22.502 INFO O| Sep 24 16:43:22.502 INFO STEP 1019 (remove_files) COMPLETE
78892025-09-24T16:43:23.980Z[ recovery-image] Sep 24 16:43:22.502 INFO O| Sep 24 16:43:22.502 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-09-24T16:43:23.993Z[ recovery-image] Sep 24 16:43:22.516 INFO O| Sep 24 16:43:22.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78912025-09-24T16:43:23.993Z[ recovery-image] Sep 24 16:43:22.516 INFO O| Sep 24 16:43:22.516 INFO STEP 1020 (remove_files) COMPLETE
78922025-09-24T16:43:23.997Z[ recovery-image] Sep 24 16:43:22.516 INFO O| Sep 24 16:43:22.516 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-09-24T16:43:24.008Z[ recovery-image] Sep 24 16:43:22.529 INFO O| Sep 24 16:43:22.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78942025-09-24T16:43:24.008Z[ recovery-image] Sep 24 16:43:22.529 INFO O| Sep 24 16:43:22.529 INFO STEP 1021 (remove_files) COMPLETE
78952025-09-24T16:43:24.008Z[ recovery-image] Sep 24 16:43:22.529 INFO O| Sep 24 16:43:22.529 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-09-24T16:43:24.021Z[ recovery-image] Sep 24 16:43:22.543 INFO O| Sep 24 16:43:22.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78972025-09-24T16:43:24.021Z[ recovery-image] Sep 24 16:43:22.543 INFO O| Sep 24 16:43:22.543 INFO STEP 1022 (remove_files) COMPLETE
78982025-09-24T16:43:24.021Z[ recovery-image] Sep 24 16:43:22.543 INFO O| Sep 24 16:43:22.543 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-09-24T16:43:24.035Z[ recovery-image] Sep 24 16:43:22.557 INFO O| Sep 24 16:43:22.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79002025-09-24T16:43:24.035Z[ recovery-image] Sep 24 16:43:22.557 INFO O| Sep 24 16:43:22.557 INFO STEP 1023 (remove_files) COMPLETE
79012025-09-24T16:43:24.035Z[ recovery-image] Sep 24 16:43:22.557 INFO O| Sep 24 16:43:22.557 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-09-24T16:43:24.048Z[ recovery-image] Sep 24 16:43:22.570 INFO O| Sep 24 16:43:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79032025-09-24T16:43:24.048Z[ recovery-image] Sep 24 16:43:22.570 INFO O| Sep 24 16:43:22.570 INFO STEP 1024 (remove_files) COMPLETE
79042025-09-24T16:43:24.048Z[ recovery-image] Sep 24 16:43:22.570 INFO O| Sep 24 16:43:22.570 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-09-24T16:43:24.061Z[ recovery-image] Sep 24 16:43:22.583 INFO O| Sep 24 16:43:22.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79062025-09-24T16:43:24.061Z[ recovery-image] Sep 24 16:43:22.583 INFO O| Sep 24 16:43:22.583 INFO STEP 1025 (remove_files) COMPLETE
79072025-09-24T16:43:24.061Z[ recovery-image] Sep 24 16:43:22.583 INFO O| Sep 24 16:43:22.583 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-09-24T16:43:24.074Z[ recovery-image] Sep 24 16:43:22.596 INFO O| Sep 24 16:43:22.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79092025-09-24T16:43:24.074Z[ recovery-image] Sep 24 16:43:22.596 INFO O| Sep 24 16:43:22.596 INFO STEP 1026 (remove_files) COMPLETE
79102025-09-24T16:43:24.077Z[ recovery-image] Sep 24 16:43:22.596 INFO O| Sep 24 16:43:22.596 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-09-24T16:43:24.087Z[ recovery-image] Sep 24 16:43:22.609 INFO O| Sep 24 16:43:22.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79122025-09-24T16:43:24.087Z[ recovery-image] Sep 24 16:43:22.609 INFO O| Sep 24 16:43:22.609 INFO STEP 1027 (remove_files) COMPLETE
79132025-09-24T16:43:24.087Z[ recovery-image] Sep 24 16:43:22.609 INFO O| Sep 24 16:43:22.609 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-09-24T16:43:24.100Z[ recovery-image] Sep 24 16:43:22.622 INFO O| Sep 24 16:43:22.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79152025-09-24T16:43:24.100Z[ recovery-image] Sep 24 16:43:22.622 INFO O| Sep 24 16:43:22.622 INFO STEP 1028 (remove_files) COMPLETE
79162025-09-24T16:43:24.104Z[ recovery-image] Sep 24 16:43:22.622 INFO O| Sep 24 16:43:22.622 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-09-24T16:43:24.114Z[ recovery-image] Sep 24 16:43:22.636 INFO O| Sep 24 16:43:22.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79182025-09-24T16:43:24.114Z[ recovery-image] Sep 24 16:43:22.636 INFO O| Sep 24 16:43:22.636 INFO STEP 1029 (remove_files) COMPLETE
79192025-09-24T16:43:24.117Z[ recovery-image] Sep 24 16:43:22.636 INFO O| Sep 24 16:43:22.636 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-09-24T16:43:24.127Z[ recovery-image] Sep 24 16:43:22.649 INFO O| Sep 24 16:43:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79212025-09-24T16:43:24.127Z[ recovery-image] Sep 24 16:43:22.649 INFO O| Sep 24 16:43:22.649 INFO STEP 1030 (remove_files) COMPLETE
79222025-09-24T16:43:24.127Z[ recovery-image] Sep 24 16:43:22.649 INFO O| Sep 24 16:43:22.649 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-09-24T16:43:24.141Z[ recovery-image] Sep 24 16:43:22.663 INFO O| Sep 24 16:43:22.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79242025-09-24T16:43:24.141Z[ recovery-image] Sep 24 16:43:22.663 INFO O| Sep 24 16:43:22.663 INFO STEP 1031 (remove_files) COMPLETE
79252025-09-24T16:43:24.144Z[ recovery-image] Sep 24 16:43:22.663 INFO O| Sep 24 16:43:22.663 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-09-24T16:43:24.155Z[ recovery-image] Sep 24 16:43:22.677 INFO O| Sep 24 16:43:22.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79272025-09-24T16:43:24.158Z[ recovery-image] Sep 24 16:43:22.677 INFO O| Sep 24 16:43:22.677 INFO STEP 1032 (remove_files) COMPLETE
79282025-09-24T16:43:24.158Z[ recovery-image] Sep 24 16:43:22.677 INFO O| Sep 24 16:43:22.677 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-09-24T16:43:24.168Z[ recovery-image] Sep 24 16:43:22.690 INFO O| Sep 24 16:43:22.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79302025-09-24T16:43:24.168Z[ recovery-image] Sep 24 16:43:22.690 INFO O| Sep 24 16:43:22.690 INFO STEP 1033 (remove_files) COMPLETE
79312025-09-24T16:43:24.168Z[ recovery-image] Sep 24 16:43:22.690 INFO O| Sep 24 16:43:22.690 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-09-24T16:43:24.182Z[ recovery-image] Sep 24 16:43:22.703 INFO O| Sep 24 16:43:22.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79332025-09-24T16:43:24.182Z[ recovery-image] Sep 24 16:43:22.703 INFO O| Sep 24 16:43:22.703 INFO STEP 1034 (remove_files) COMPLETE
79342025-09-24T16:43:24.182Z[ recovery-image] Sep 24 16:43:22.703 INFO O| Sep 24 16:43:22.703 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-09-24T16:43:24.195Z[ recovery-image] Sep 24 16:43:22.716 INFO O| Sep 24 16:43:22.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79362025-09-24T16:43:24.195Z[ recovery-image] Sep 24 16:43:22.716 INFO O| Sep 24 16:43:22.716 INFO STEP 1035 (remove_files) COMPLETE
79372025-09-24T16:43:24.195Z[ recovery-image] Sep 24 16:43:22.717 INFO O| Sep 24 16:43:22.716 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-09-24T16:43:24.207Z[ recovery-image] Sep 24 16:43:22.730 INFO O| Sep 24 16:43:22.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79392025-09-24T16:43:24.207Z[ recovery-image] Sep 24 16:43:22.730 INFO O| Sep 24 16:43:22.730 INFO STEP 1036 (remove_files) COMPLETE
79402025-09-24T16:43:24.207Z[ recovery-image] Sep 24 16:43:22.730 INFO O| Sep 24 16:43:22.730 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-09-24T16:43:24.221Z[ recovery-image] Sep 24 16:43:22.742 INFO O| Sep 24 16:43:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79422025-09-24T16:43:24.222Z[ recovery-image] Sep 24 16:43:22.743 INFO O| Sep 24 16:43:22.743 INFO STEP 1037 (remove_files) COMPLETE
79432025-09-24T16:43:24.222Z[ recovery-image] Sep 24 16:43:22.743 INFO O| Sep 24 16:43:22.743 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-09-24T16:43:24.234Z[ recovery-image] Sep 24 16:43:22.756 INFO O| Sep 24 16:43:22.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79452025-09-24T16:43:24.234Z[ recovery-image] Sep 24 16:43:22.756 INFO O| Sep 24 16:43:22.756 INFO STEP 1038 (remove_files) COMPLETE
79462025-09-24T16:43:24.238Z[ recovery-image] Sep 24 16:43:22.756 INFO O| Sep 24 16:43:22.756 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-09-24T16:43:24.248Z[ recovery-image] Sep 24 16:43:22.769 INFO O| Sep 24 16:43:22.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79482025-09-24T16:43:24.248Z[ recovery-image] Sep 24 16:43:22.770 INFO O| Sep 24 16:43:22.769 INFO STEP 1039 (remove_files) COMPLETE
79492025-09-24T16:43:24.251Z[ recovery-image] Sep 24 16:43:22.770 INFO O| Sep 24 16:43:22.769 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-09-24T16:43:24.260Z[ recovery-image] Sep 24 16:43:22.782 INFO O| Sep 24 16:43:22.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79512025-09-24T16:43:24.260Z[ recovery-image] Sep 24 16:43:22.782 INFO O| Sep 24 16:43:22.782 INFO STEP 1040 (remove_files) COMPLETE
79522025-09-24T16:43:24.260Z[ recovery-image] Sep 24 16:43:22.783 INFO O| Sep 24 16:43:22.782 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-09-24T16:43:24.274Z[ recovery-image] Sep 24 16:43:22.795 INFO O| Sep 24 16:43:22.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79542025-09-24T16:43:24.274Z[ recovery-image] Sep 24 16:43:22.795 INFO O| Sep 24 16:43:22.795 INFO STEP 1041 (remove_files) COMPLETE
79552025-09-24T16:43:24.274Z[ recovery-image] Sep 24 16:43:22.795 INFO O| Sep 24 16:43:22.795 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-09-24T16:43:24.287Z[ recovery-image] Sep 24 16:43:22.808 INFO O| Sep 24 16:43:22.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79572025-09-24T16:43:24.287Z[ recovery-image] Sep 24 16:43:22.808 INFO O| Sep 24 16:43:22.808 INFO STEP 1042 (remove_files) COMPLETE
79582025-09-24T16:43:24.287Z[ recovery-image] Sep 24 16:43:22.808 INFO O| Sep 24 16:43:22.808 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-09-24T16:43:24.300Z[ recovery-image] Sep 24 16:43:22.822 INFO O| Sep 24 16:43:22.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79602025-09-24T16:43:24.300Z[ recovery-image] Sep 24 16:43:22.822 INFO O| Sep 24 16:43:22.822 INFO STEP 1043 (remove_files) COMPLETE
79612025-09-24T16:43:24.303Z[ recovery-image] Sep 24 16:43:22.822 INFO O| Sep 24 16:43:22.822 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-09-24T16:43:24.315Z[ recovery-image] Sep 24 16:43:22.837 INFO O| Sep 24 16:43:22.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79632025-09-24T16:43:24.315Z[ recovery-image] Sep 24 16:43:22.837 INFO O| Sep 24 16:43:22.837 INFO STEP 1044 (remove_files) COMPLETE
79642025-09-24T16:43:24.315Z[ recovery-image] Sep 24 16:43:22.837 INFO O| Sep 24 16:43:22.837 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-09-24T16:43:24.330Z[ recovery-image] Sep 24 16:43:22.852 INFO O| Sep 24 16:43:22.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79662025-09-24T16:43:24.330Z[ recovery-image] Sep 24 16:43:22.852 INFO O| Sep 24 16:43:22.852 INFO STEP 1045 (remove_files) COMPLETE
79672025-09-24T16:43:24.330Z[ recovery-image] Sep 24 16:43:22.852 INFO O| Sep 24 16:43:22.852 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-09-24T16:43:24.345Z[ recovery-image] Sep 24 16:43:22.866 INFO O| Sep 24 16:43:22.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79692025-09-24T16:43:24.345Z[ recovery-image] Sep 24 16:43:22.866 INFO O| Sep 24 16:43:22.866 INFO STEP 1046 (remove_files) COMPLETE
79702025-09-24T16:43:24.345Z[ recovery-image] Sep 24 16:43:22.866 INFO O| Sep 24 16:43:22.866 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-09-24T16:43:24.357Z[ recovery-image] Sep 24 16:43:22.879 INFO O| Sep 24 16:43:22.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79722025-09-24T16:43:24.357Z[ recovery-image] Sep 24 16:43:22.879 INFO O| Sep 24 16:43:22.879 INFO STEP 1047 (remove_files) COMPLETE
79732025-09-24T16:43:24.357Z[ recovery-image] Sep 24 16:43:22.879 INFO O| Sep 24 16:43:22.879 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-09-24T16:43:24.370Z[ recovery-image] Sep 24 16:43:22.892 INFO O| Sep 24 16:43:22.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79752025-09-24T16:43:24.370Z[ recovery-image] Sep 24 16:43:22.892 INFO O| Sep 24 16:43:22.892 INFO STEP 1048 (remove_files) COMPLETE
79762025-09-24T16:43:24.370Z[ recovery-image] Sep 24 16:43:22.892 INFO O| Sep 24 16:43:22.892 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-09-24T16:43:24.383Z[ recovery-image] Sep 24 16:43:22.906 INFO O| Sep 24 16:43:22.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79782025-09-24T16:43:24.383Z[ recovery-image] Sep 24 16:43:22.906 INFO O| Sep 24 16:43:22.906 INFO STEP 1049 (remove_files) COMPLETE
79792025-09-24T16:43:24.383Z[ recovery-image] Sep 24 16:43:22.906 INFO O| Sep 24 16:43:22.906 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-09-24T16:43:24.397Z[ recovery-image] Sep 24 16:43:22.919 INFO O| Sep 24 16:43:22.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79812025-09-24T16:43:24.400Z[ recovery-image] Sep 24 16:43:22.919 INFO O| Sep 24 16:43:22.919 INFO STEP 1050 (remove_files) COMPLETE
79822025-09-24T16:43:24.400Z[ recovery-image] Sep 24 16:43:22.919 INFO O| Sep 24 16:43:22.919 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-09-24T16:43:24.410Z[ recovery-image] Sep 24 16:43:22.933 INFO O| Sep 24 16:43:22.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79842025-09-24T16:43:24.410Z[ recovery-image] Sep 24 16:43:22.933 INFO O| Sep 24 16:43:22.933 INFO STEP 1051 (remove_files) COMPLETE
79852025-09-24T16:43:24.414Z[ recovery-image] Sep 24 16:43:22.933 INFO O| Sep 24 16:43:22.933 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-09-24T16:43:24.424Z[ recovery-image] Sep 24 16:43:22.947 INFO O| Sep 24 16:43:22.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79872025-09-24T16:43:24.425Z[ recovery-image] Sep 24 16:43:22.947 INFO O| Sep 24 16:43:22.947 INFO STEP 1052 (remove_files) COMPLETE
79882025-09-24T16:43:24.425Z[ recovery-image] Sep 24 16:43:22.947 INFO O| Sep 24 16:43:22.947 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-09-24T16:43:24.428Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO STEP 14 (pkg_install) COMPLETE
79902025-09-24T16:43:24.428Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
79912025-09-24T16:43:24.428Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO skip step because feature "mfg" is not enabled
79922025-09-24T16:43:24.428Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
79932025-09-24T16:43:24.432Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO skip step because feature "compliance" is not enabled
79942025-09-24T16:43:24.432Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
79952025-09-24T16:43:24.432Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO skip step because feature "stress" is not enabled
79962025-09-24T16:43:24.432Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
79972025-09-24T16:43:24.432Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO skip step because feature "compliance" is not enabled
79982025-09-24T16:43:24.435Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
79992025-09-24T16:43:24.435Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO skip step because feature "nfs" is not enabled
80002025-09-24T16:43:24.435Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
80012025-09-24T16:43:24.435Z[ host-image] Sep 24 16:43:22.948 INFO O| Sep 24 16:43:22.948 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
80022025-09-24T16:43:24.440Z[ recovery-image] Sep 24 16:43:22.962 INFO O| Sep 24 16:43:22.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80032025-09-24T16:43:24.440Z[ recovery-image] Sep 24 16:43:22.962 INFO O| Sep 24 16:43:22.962 INFO STEP 1053 (remove_files) COMPLETE
80042025-09-24T16:43:24.440Z[ recovery-image] Sep 24 16:43:22.962 INFO O| Sep 24 16:43:22.962 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052025-09-24T16:43:24.454Z[ recovery-image] Sep 24 16:43:22.977 INFO O| Sep 24 16:43:22.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80062025-09-24T16:43:24.454Z[ recovery-image] Sep 24 16:43:22.977 INFO O| Sep 24 16:43:22.977 INFO STEP 1054 (remove_files) COMPLETE
80072025-09-24T16:43:24.454Z[ recovery-image] Sep 24 16:43:22.977 INFO O| Sep 24 16:43:22.977 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082025-09-24T16:43:24.469Z[ recovery-image] Sep 24 16:43:22.991 INFO O| Sep 24 16:43:22.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80092025-09-24T16:43:24.469Z[ recovery-image] Sep 24 16:43:22.991 INFO O| Sep 24 16:43:22.991 INFO STEP 1055 (remove_files) COMPLETE
80102025-09-24T16:43:24.472Z[ recovery-image] Sep 24 16:43:22.991 INFO O| Sep 24 16:43:22.991 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112025-09-24T16:43:24.485Z[ recovery-image] Sep 24 16:43:23.005 INFO O| Sep 24 16:43:23.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80122025-09-24T16:43:24.486Z[ recovery-image] Sep 24 16:43:23.006 INFO O| Sep 24 16:43:23.006 INFO STEP 1056 (remove_files) COMPLETE
80132025-09-24T16:43:24.486Z[ recovery-image] Sep 24 16:43:23.006 INFO O| Sep 24 16:43:23.006 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142025-09-24T16:43:24.498Z[ recovery-image] Sep 24 16:43:23.020 INFO O| Sep 24 16:43:23.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80152025-09-24T16:43:24.498Z[ recovery-image] Sep 24 16:43:23.020 INFO O| Sep 24 16:43:23.020 INFO STEP 1057 (remove_files) COMPLETE
80162025-09-24T16:43:24.498Z[ recovery-image] Sep 24 16:43:23.020 INFO O| Sep 24 16:43:23.020 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172025-09-24T16:43:24.512Z[ recovery-image] Sep 24 16:43:23.035 INFO O| Sep 24 16:43:23.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80182025-09-24T16:43:24.512Z[ recovery-image] Sep 24 16:43:23.035 INFO O| Sep 24 16:43:23.035 INFO STEP 1058 (remove_files) COMPLETE
80192025-09-24T16:43:24.516Z[ recovery-image] Sep 24 16:43:23.035 INFO O| Sep 24 16:43:23.035 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202025-09-24T16:43:24.529Z[ recovery-image] Sep 24 16:43:23.049 INFO O| Sep 24 16:43:23.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80212025-09-24T16:43:24.529Z[ recovery-image] Sep 24 16:43:23.049 INFO O| Sep 24 16:43:23.049 INFO STEP 1059 (remove_files) COMPLETE
80222025-09-24T16:43:24.529Z[ recovery-image] Sep 24 16:43:23.049 INFO O| Sep 24 16:43:23.049 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232025-09-24T16:43:24.542Z[ recovery-image] Sep 24 16:43:23.064 INFO O| Sep 24 16:43:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80242025-09-24T16:43:24.542Z[ recovery-image] Sep 24 16:43:23.064 INFO O| Sep 24 16:43:23.064 INFO STEP 1060 (remove_files) COMPLETE
80252025-09-24T16:43:24.542Z[ recovery-image] Sep 24 16:43:23.064 INFO O| Sep 24 16:43:23.064 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262025-09-24T16:43:24.556Z[ recovery-image] Sep 24 16:43:23.079 INFO O| Sep 24 16:43:23.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80272025-09-24T16:43:24.556Z[ recovery-image] Sep 24 16:43:23.079 INFO O| Sep 24 16:43:23.079 INFO STEP 1061 (remove_files) COMPLETE
80282025-09-24T16:43:24.560Z[ recovery-image] Sep 24 16:43:23.079 INFO O| Sep 24 16:43:23.079 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292025-09-24T16:43:24.589Z[ host-image] Sep 24 16:43:23.081 INFO O| Sep 24 16:43:23.081 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
80302025-09-24T16:43:24.589Z[ recovery-image] Sep 24 16:43:23.092 INFO O| Sep 24 16:43:23.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80312025-09-24T16:43:24.589Z[ recovery-image] Sep 24 16:43:23.092 INFO O| Sep 24 16:43:23.092 INFO STEP 1062 (remove_files) COMPLETE
80322025-09-24T16:43:24.590Z[ recovery-image] Sep 24 16:43:23.092 INFO O| Sep 24 16:43:23.092 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-09-24T16:43:24.590Z[ recovery-image] Sep 24 16:43:23.106 INFO O| Sep 24 16:43:23.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80342025-09-24T16:43:24.590Z[ recovery-image] Sep 24 16:43:23.106 INFO O| Sep 24 16:43:23.106 INFO STEP 1063 (remove_files) COMPLETE
80352025-09-24T16:43:24.590Z[ recovery-image] Sep 24 16:43:23.106 INFO O| Sep 24 16:43:23.106 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-09-24T16:43:24.598Z[ recovery-image] Sep 24 16:43:23.120 INFO O| Sep 24 16:43:23.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80372025-09-24T16:43:24.598Z[ recovery-image] Sep 24 16:43:23.120 INFO O| Sep 24 16:43:23.120 INFO STEP 1064 (remove_files) COMPLETE
80382025-09-24T16:43:24.602Z[ recovery-image] Sep 24 16:43:23.120 INFO O| Sep 24 16:43:23.120 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-09-24T16:43:24.618Z[ recovery-image] Sep 24 16:43:23.140 INFO O| Sep 24 16:43:23.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80402025-09-24T16:43:24.618Z[ recovery-image] Sep 24 16:43:23.141 INFO O| Sep 24 16:43:23.140 INFO STEP 1065 (remove_files) COMPLETE
80412025-09-24T16:43:24.618Z[ recovery-image] Sep 24 16:43:23.141 INFO O| Sep 24 16:43:23.140 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-09-24T16:43:24.634Z[ recovery-image] Sep 24 16:43:23.156 INFO O| Sep 24 16:43:23.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80432025-09-24T16:43:24.634Z[ recovery-image] Sep 24 16:43:23.156 INFO O| Sep 24 16:43:23.156 INFO STEP 1066 (remove_files) COMPLETE
80442025-09-24T16:43:24.634Z[ recovery-image] Sep 24 16:43:23.156 INFO O| Sep 24 16:43:23.156 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-09-24T16:43:24.650Z[ recovery-image] Sep 24 16:43:23.171 INFO O| Sep 24 16:43:23.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80462025-09-24T16:43:24.650Z[ recovery-image] Sep 24 16:43:23.171 INFO O| Sep 24 16:43:23.171 INFO STEP 1067 (remove_files) COMPLETE
80472025-09-24T16:43:24.650Z[ recovery-image] Sep 24 16:43:23.171 INFO O| Sep 24 16:43:23.171 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-09-24T16:43:24.664Z[ recovery-image] Sep 24 16:43:23.185 INFO O| Sep 24 16:43:23.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80492025-09-24T16:43:24.664Z[ recovery-image] Sep 24 16:43:23.186 INFO O| Sep 24 16:43:23.185 INFO STEP 1068 (remove_files) COMPLETE
80502025-09-24T16:43:24.668Z[ recovery-image] Sep 24 16:43:23.186 INFO O| Sep 24 16:43:23.186 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-09-24T16:43:24.679Z[ recovery-image] Sep 24 16:43:23.201 INFO O| Sep 24 16:43:23.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80522025-09-24T16:43:24.683Z[ recovery-image] Sep 24 16:43:23.201 INFO O| Sep 24 16:43:23.201 INFO STEP 1069 (remove_files) COMPLETE
80532025-09-24T16:43:24.683Z[ recovery-image] Sep 24 16:43:23.201 INFO O| Sep 24 16:43:23.201 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-09-24T16:43:24.694Z[ recovery-image] Sep 24 16:43:23.216 INFO O| Sep 24 16:43:23.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80552025-09-24T16:43:24.694Z[ recovery-image] Sep 24 16:43:23.216 INFO O| Sep 24 16:43:23.216 INFO STEP 1070 (remove_files) COMPLETE
80562025-09-24T16:43:24.694Z[ recovery-image] Sep 24 16:43:23.216 INFO O| Sep 24 16:43:23.216 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-09-24T16:43:24.709Z[ recovery-image] Sep 24 16:43:23.231 INFO O| Sep 24 16:43:23.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80582025-09-24T16:43:24.709Z[ recovery-image] Sep 24 16:43:23.232 INFO O| Sep 24 16:43:23.231 INFO STEP 1071 (remove_files) COMPLETE
80592025-09-24T16:43:24.709Z[ recovery-image] Sep 24 16:43:23.232 INFO O| Sep 24 16:43:23.232 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-09-24T16:43:24.724Z[ recovery-image] Sep 24 16:43:23.246 INFO O| Sep 24 16:43:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80612025-09-24T16:43:24.724Z[ recovery-image] Sep 24 16:43:23.246 INFO O| Sep 24 16:43:23.246 INFO STEP 1072 (remove_files) COMPLETE
80622025-09-24T16:43:24.725Z[ recovery-image] Sep 24 16:43:23.246 INFO O| Sep 24 16:43:23.246 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-09-24T16:43:24.734Z[ host-image] Sep 24 16:43:23.256 INFO O| Sep 24 16:43:23.256 INFO completed processing sled/ramdisk-01-os
80642025-09-24T16:43:24.738Z[ host-image] Sep 24 16:43:23.259 INFO omicron1 baseline generation...
80652025-09-24T16:43:24.738Z[ host-image] Sep 24 16:43:23.259 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80662025-09-24T16:43:24.741Z[ recovery-image] Sep 24 16:43:23.261 INFO O| Sep 24 16:43:23.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80672025-09-24T16:43:24.741Z[ recovery-image] Sep 24 16:43:23.261 INFO O| Sep 24 16:43:23.261 INFO STEP 1073 (remove_files) COMPLETE
80682025-09-24T16:43:24.741Z[ recovery-image] Sep 24 16:43:23.261 INFO O| Sep 24 16:43:23.261 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-09-24T16:43:24.752Z[ recovery-image] Sep 24 16:43:23.274 INFO O| Sep 24 16:43:23.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80702025-09-24T16:43:24.752Z[ recovery-image] Sep 24 16:43:23.274 INFO O| Sep 24 16:43:23.274 INFO STEP 1074 (remove_files) COMPLETE
80712025-09-24T16:43:24.752Z[ recovery-image] Sep 24 16:43:23.274 INFO O| Sep 24 16:43:23.274 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-09-24T16:43:24.765Z[ recovery-image] Sep 24 16:43:23.288 INFO O| Sep 24 16:43:23.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80732025-09-24T16:43:24.765Z[ recovery-image] Sep 24 16:43:23.288 INFO O| Sep 24 16:43:23.288 INFO STEP 1075 (remove_files) COMPLETE
80742025-09-24T16:43:24.766Z[ recovery-image] Sep 24 16:43:23.288 INFO O| Sep 24 16:43:23.288 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-09-24T16:43:24.779Z[ recovery-image] Sep 24 16:43:23.300 INFO O| Sep 24 16:43:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80762025-09-24T16:43:24.779Z[ recovery-image] Sep 24 16:43:23.300 INFO O| Sep 24 16:43:23.300 INFO STEP 1076 (remove_files) COMPLETE
80772025-09-24T16:43:24.779Z[ recovery-image] Sep 24 16:43:23.300 INFO O| Sep 24 16:43:23.300 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-09-24T16:43:24.791Z[ recovery-image] Sep 24 16:43:23.313 INFO O| Sep 24 16:43:23.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80792025-09-24T16:43:24.791Z[ recovery-image] Sep 24 16:43:23.313 INFO O| Sep 24 16:43:23.313 INFO STEP 1077 (remove_files) COMPLETE
80802025-09-24T16:43:24.791Z[ recovery-image] Sep 24 16:43:23.313 INFO O| Sep 24 16:43:23.313 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-09-24T16:43:24.805Z[ recovery-image] Sep 24 16:43:23.327 INFO O| Sep 24 16:43:23.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80822025-09-24T16:43:24.805Z[ recovery-image] Sep 24 16:43:23.327 INFO O| Sep 24 16:43:23.327 INFO STEP 1078 (remove_files) COMPLETE
80832025-09-24T16:43:24.805Z[ recovery-image] Sep 24 16:43:23.327 INFO O| Sep 24 16:43:23.327 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-09-24T16:43:24.818Z[ recovery-image] Sep 24 16:43:23.340 INFO O| Sep 24 16:43:23.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80852025-09-24T16:43:24.818Z[ recovery-image] Sep 24 16:43:23.340 INFO O| Sep 24 16:43:23.340 INFO STEP 1079 (remove_files) COMPLETE
80862025-09-24T16:43:24.818Z[ recovery-image] Sep 24 16:43:23.340 INFO O| Sep 24 16:43:23.340 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-09-24T16:43:24.831Z[ recovery-image] Sep 24 16:43:23.353 INFO O| Sep 24 16:43:23.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80882025-09-24T16:43:24.834Z[ recovery-image] Sep 24 16:43:23.353 INFO O| Sep 24 16:43:23.353 INFO STEP 1080 (remove_files) COMPLETE
80892025-09-24T16:43:24.834Z[ recovery-image] Sep 24 16:43:23.353 INFO O| Sep 24 16:43:23.353 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-09-24T16:43:24.844Z[ recovery-image] Sep 24 16:43:23.367 INFO O| Sep 24 16:43:23.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80912025-09-24T16:43:24.844Z[ recovery-image] Sep 24 16:43:23.367 INFO O| Sep 24 16:43:23.367 INFO STEP 1081 (remove_files) COMPLETE
80922025-09-24T16:43:24.844Z[ recovery-image] Sep 24 16:43:23.367 INFO O| Sep 24 16:43:23.367 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-09-24T16:43:24.858Z[ recovery-image] Sep 24 16:43:23.380 INFO O| Sep 24 16:43:23.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80942025-09-24T16:43:24.858Z[ recovery-image] Sep 24 16:43:23.380 INFO O| Sep 24 16:43:23.380 INFO STEP 1082 (remove_files) COMPLETE
80952025-09-24T16:43:24.858Z[ recovery-image] Sep 24 16:43:23.380 INFO O| Sep 24 16:43:23.380 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-09-24T16:43:24.871Z[ recovery-image] Sep 24 16:43:23.393 INFO O| Sep 24 16:43:23.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80972025-09-24T16:43:24.871Z[ recovery-image] Sep 24 16:43:23.393 INFO O| Sep 24 16:43:23.393 INFO STEP 1083 (remove_files) COMPLETE
80982025-09-24T16:43:24.871Z[ recovery-image] Sep 24 16:43:23.393 INFO O| Sep 24 16:43:23.393 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-09-24T16:43:24.885Z[ recovery-image] Sep 24 16:43:23.407 INFO O| Sep 24 16:43:23.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81002025-09-24T16:43:24.885Z[ recovery-image] Sep 24 16:43:23.407 INFO O| Sep 24 16:43:23.407 INFO STEP 1084 (remove_files) COMPLETE
81012025-09-24T16:43:24.885Z[ recovery-image] Sep 24 16:43:23.407 INFO O| Sep 24 16:43:23.407 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-09-24T16:43:24.898Z[ recovery-image] Sep 24 16:43:23.420 INFO O| Sep 24 16:43:23.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81032025-09-24T16:43:24.898Z[ recovery-image] Sep 24 16:43:23.420 INFO O| Sep 24 16:43:23.420 INFO STEP 1085 (remove_files) COMPLETE
81042025-09-24T16:43:24.899Z[ recovery-image] Sep 24 16:43:23.420 INFO O| Sep 24 16:43:23.420 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-09-24T16:43:24.912Z[ recovery-image] Sep 24 16:43:23.434 INFO O| Sep 24 16:43:23.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81062025-09-24T16:43:24.912Z[ recovery-image] Sep 24 16:43:23.434 INFO O| Sep 24 16:43:23.434 INFO STEP 1086 (remove_files) COMPLETE
81072025-09-24T16:43:24.912Z[ recovery-image] Sep 24 16:43:23.434 INFO O| Sep 24 16:43:23.434 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-09-24T16:43:24.924Z[ recovery-image] Sep 24 16:43:23.446 INFO O| Sep 24 16:43:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81092025-09-24T16:43:24.924Z[ recovery-image] Sep 24 16:43:23.446 INFO O| Sep 24 16:43:23.446 INFO STEP 1087 (remove_files) COMPLETE
81102025-09-24T16:43:24.924Z[ recovery-image] Sep 24 16:43:23.446 INFO O| Sep 24 16:43:23.446 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-09-24T16:43:24.936Z[ recovery-image] Sep 24 16:43:23.458 INFO O| Sep 24 16:43:23.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81122025-09-24T16:43:24.936Z[ recovery-image] Sep 24 16:43:23.458 INFO O| Sep 24 16:43:23.458 INFO STEP 1088 (remove_files) COMPLETE
81132025-09-24T16:43:24.936Z[ recovery-image] Sep 24 16:43:23.458 INFO O| Sep 24 16:43:23.458 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-09-24T16:43:24.950Z[ recovery-image] Sep 24 16:43:23.472 INFO O| Sep 24 16:43:23.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81152025-09-24T16:43:24.950Z[ recovery-image] Sep 24 16:43:23.472 INFO O| Sep 24 16:43:23.472 INFO STEP 1089 (remove_files) COMPLETE
81162025-09-24T16:43:24.950Z[ recovery-image] Sep 24 16:43:23.472 INFO O| Sep 24 16:43:23.472 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-09-24T16:43:24.964Z[ recovery-image] Sep 24 16:43:23.486 INFO O| Sep 24 16:43:23.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81182025-09-24T16:43:24.964Z[ recovery-image] Sep 24 16:43:23.486 INFO O| Sep 24 16:43:23.486 INFO STEP 1090 (remove_files) COMPLETE
81192025-09-24T16:43:24.964Z[ recovery-image] Sep 24 16:43:23.486 INFO O| Sep 24 16:43:23.486 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-09-24T16:43:24.978Z[ recovery-image] Sep 24 16:43:23.500 INFO O| Sep 24 16:43:23.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81212025-09-24T16:43:24.978Z[ recovery-image] Sep 24 16:43:23.500 INFO O| Sep 24 16:43:23.500 INFO STEP 1091 (remove_files) COMPLETE
81222025-09-24T16:43:24.978Z[ recovery-image] Sep 24 16:43:23.500 INFO O| Sep 24 16:43:23.500 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-09-24T16:43:24.992Z[ recovery-image] Sep 24 16:43:23.514 INFO O| Sep 24 16:43:23.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81242025-09-24T16:43:24.992Z[ recovery-image] Sep 24 16:43:23.514 INFO O| Sep 24 16:43:23.514 INFO STEP 1092 (remove_files) COMPLETE
81252025-09-24T16:43:24.992Z[ recovery-image] Sep 24 16:43:23.514 INFO O| Sep 24 16:43:23.514 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-09-24T16:43:25.005Z[ recovery-image] Sep 24 16:43:23.528 INFO O| Sep 24 16:43:23.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81272025-09-24T16:43:25.006Z[ recovery-image] Sep 24 16:43:23.528 INFO O| Sep 24 16:43:23.528 INFO STEP 1093 (remove_files) COMPLETE
81282025-09-24T16:43:25.006Z[ recovery-image] Sep 24 16:43:23.528 INFO O| Sep 24 16:43:23.528 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-09-24T16:43:25.018Z[ recovery-image] Sep 24 16:43:23.540 INFO O| Sep 24 16:43:23.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81302025-09-24T16:43:25.018Z[ recovery-image] Sep 24 16:43:23.540 INFO O| Sep 24 16:43:23.540 INFO STEP 1094 (remove_files) COMPLETE
81312025-09-24T16:43:25.018Z[ recovery-image] Sep 24 16:43:23.540 INFO O| Sep 24 16:43:23.540 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-09-24T16:43:25.031Z[ recovery-image] Sep 24 16:43:23.553 INFO O| Sep 24 16:43:23.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81332025-09-24T16:43:25.031Z[ recovery-image] Sep 24 16:43:23.553 INFO O| Sep 24 16:43:23.553 INFO STEP 1095 (remove_files) COMPLETE
81342025-09-24T16:43:25.031Z[ recovery-image] Sep 24 16:43:23.553 INFO O| Sep 24 16:43:23.553 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-09-24T16:43:25.045Z[ recovery-image] Sep 24 16:43:23.566 INFO O| Sep 24 16:43:23.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81362025-09-24T16:43:25.045Z[ recovery-image] Sep 24 16:43:23.566 INFO O| Sep 24 16:43:23.566 INFO STEP 1096 (remove_files) COMPLETE
81372025-09-24T16:43:25.045Z[ recovery-image] Sep 24 16:43:23.566 INFO O| Sep 24 16:43:23.566 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-09-24T16:43:25.057Z[ recovery-image] Sep 24 16:43:23.580 INFO O| Sep 24 16:43:23.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81392025-09-24T16:43:25.057Z[ recovery-image] Sep 24 16:43:23.580 INFO O| Sep 24 16:43:23.580 INFO STEP 1097 (remove_files) COMPLETE
81402025-09-24T16:43:25.057Z[ recovery-image] Sep 24 16:43:23.580 INFO O| Sep 24 16:43:23.580 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-09-24T16:43:25.071Z[ recovery-image] Sep 24 16:43:23.593 INFO O| Sep 24 16:43:23.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81422025-09-24T16:43:25.071Z[ recovery-image] Sep 24 16:43:23.594 INFO O| Sep 24 16:43:23.594 INFO STEP 1098 (remove_files) COMPLETE
81432025-09-24T16:43:25.071Z[ recovery-image] Sep 24 16:43:23.594 INFO O| Sep 24 16:43:23.594 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-09-24T16:43:25.085Z[ recovery-image] Sep 24 16:43:23.607 INFO O| Sep 24 16:43:23.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81452025-09-24T16:43:25.085Z[ recovery-image] Sep 24 16:43:23.607 INFO O| Sep 24 16:43:23.607 INFO STEP 1099 (remove_files) COMPLETE
81462025-09-24T16:43:25.089Z[ recovery-image] Sep 24 16:43:23.607 INFO O| Sep 24 16:43:23.607 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-09-24T16:43:25.099Z[ recovery-image] Sep 24 16:43:23.621 INFO O| Sep 24 16:43:23.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81482025-09-24T16:43:25.099Z[ recovery-image] Sep 24 16:43:23.621 INFO O| Sep 24 16:43:23.621 INFO STEP 1100 (remove_files) COMPLETE
81492025-09-24T16:43:25.099Z[ recovery-image] Sep 24 16:43:23.621 INFO O| Sep 24 16:43:23.621 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-09-24T16:43:25.113Z[ recovery-image] Sep 24 16:43:23.635 INFO O| Sep 24 16:43:23.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81512025-09-24T16:43:25.113Z[ recovery-image] Sep 24 16:43:23.635 INFO O| Sep 24 16:43:23.635 INFO STEP 1101 (remove_files) COMPLETE
81522025-09-24T16:43:25.113Z[ recovery-image] Sep 24 16:43:23.635 INFO O| Sep 24 16:43:23.635 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-09-24T16:43:25.126Z[ recovery-image] Sep 24 16:43:23.648 INFO O| Sep 24 16:43:23.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81542025-09-24T16:43:25.130Z[ recovery-image] Sep 24 16:43:23.648 INFO O| Sep 24 16:43:23.648 INFO STEP 1102 (remove_files) COMPLETE
81552025-09-24T16:43:25.130Z[ recovery-image] Sep 24 16:43:23.648 INFO O| Sep 24 16:43:23.648 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-09-24T16:43:25.140Z[ recovery-image] Sep 24 16:43:23.662 INFO O| Sep 24 16:43:23.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81572025-09-24T16:43:25.140Z[ recovery-image] Sep 24 16:43:23.662 INFO O| Sep 24 16:43:23.662 INFO STEP 1103 (remove_files) COMPLETE
81582025-09-24T16:43:25.144Z[ recovery-image] Sep 24 16:43:23.662 INFO O| Sep 24 16:43:23.662 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592025-09-24T16:43:25.154Z[ recovery-image] Sep 24 16:43:23.676 INFO O| Sep 24 16:43:23.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81602025-09-24T16:43:25.154Z[ recovery-image] Sep 24 16:43:23.677 INFO O| Sep 24 16:43:23.677 INFO STEP 1104 (remove_files) COMPLETE
81612025-09-24T16:43:25.154Z[ recovery-image] Sep 24 16:43:23.677 INFO O| Sep 24 16:43:23.677 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622025-09-24T16:43:25.168Z[ recovery-image] Sep 24 16:43:23.691 INFO O| Sep 24 16:43:23.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81632025-09-24T16:43:25.168Z[ recovery-image] Sep 24 16:43:23.691 INFO O| Sep 24 16:43:23.691 INFO STEP 1105 (remove_files) COMPLETE
81642025-09-24T16:43:25.169Z[ recovery-image] Sep 24 16:43:23.691 INFO O| Sep 24 16:43:23.691 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652025-09-24T16:43:25.184Z[ recovery-image] Sep 24 16:43:23.704 INFO O| Sep 24 16:43:23.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81662025-09-24T16:43:25.187Z[ recovery-image] Sep 24 16:43:23.705 INFO O| Sep 24 16:43:23.705 INFO STEP 1106 (remove_files) COMPLETE
81672025-09-24T16:43:25.187Z[ recovery-image] Sep 24 16:43:23.705 INFO O| Sep 24 16:43:23.705 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682025-09-24T16:43:25.196Z[ recovery-image] Sep 24 16:43:23.718 INFO O| Sep 24 16:43:23.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81692025-09-24T16:43:25.196Z[ recovery-image] Sep 24 16:43:23.719 INFO O| Sep 24 16:43:23.718 INFO STEP 1107 (remove_files) COMPLETE
81702025-09-24T16:43:25.196Z[ recovery-image] Sep 24 16:43:23.719 INFO O| Sep 24 16:43:23.719 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712025-09-24T16:43:25.210Z[ recovery-image] Sep 24 16:43:23.732 INFO O| Sep 24 16:43:23.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81722025-09-24T16:43:25.210Z[ recovery-image] Sep 24 16:43:23.733 INFO O| Sep 24 16:43:23.732 INFO STEP 1108 (remove_files) COMPLETE
81732025-09-24T16:43:25.214Z[ recovery-image] Sep 24 16:43:23.733 INFO O| Sep 24 16:43:23.733 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742025-09-24T16:43:25.224Z[ recovery-image] Sep 24 16:43:23.747 INFO O| Sep 24 16:43:23.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81752025-09-24T16:43:25.224Z[ recovery-image] Sep 24 16:43:23.747 INFO O| Sep 24 16:43:23.747 INFO STEP 1109 (remove_files) COMPLETE
81762025-09-24T16:43:25.224Z[ recovery-image] Sep 24 16:43:23.747 INFO O| Sep 24 16:43:23.747 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772025-09-24T16:43:25.238Z[ recovery-image] Sep 24 16:43:23.761 INFO O| Sep 24 16:43:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81782025-09-24T16:43:25.238Z[ recovery-image] Sep 24 16:43:23.761 INFO O| Sep 24 16:43:23.761 INFO STEP 1110 (remove_files) COMPLETE
81792025-09-24T16:43:25.241Z[ recovery-image] Sep 24 16:43:23.761 INFO O| Sep 24 16:43:23.761 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802025-09-24T16:43:25.252Z[ recovery-image] Sep 24 16:43:23.775 INFO O| Sep 24 16:43:23.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81812025-09-24T16:43:25.252Z[ recovery-image] Sep 24 16:43:23.775 INFO O| Sep 24 16:43:23.775 INFO STEP 1111 (remove_files) COMPLETE
81822025-09-24T16:43:25.252Z[ recovery-image] Sep 24 16:43:23.775 INFO O| Sep 24 16:43:23.775 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832025-09-24T16:43:25.267Z[ recovery-image] Sep 24 16:43:23.788 INFO O| Sep 24 16:43:23.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81842025-09-24T16:43:25.267Z[ recovery-image] Sep 24 16:43:23.788 INFO O| Sep 24 16:43:23.788 INFO STEP 1112 (remove_files) COMPLETE
81852025-09-24T16:43:25.267Z[ recovery-image] Sep 24 16:43:23.788 INFO O| Sep 24 16:43:23.788 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862025-09-24T16:43:25.279Z[ recovery-image] Sep 24 16:43:23.802 INFO O| Sep 24 16:43:23.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81872025-09-24T16:43:25.279Z[ recovery-image] Sep 24 16:43:23.802 INFO O| Sep 24 16:43:23.802 INFO STEP 1113 (remove_files) COMPLETE
81882025-09-24T16:43:25.279Z[ recovery-image] Sep 24 16:43:23.802 INFO O| Sep 24 16:43:23.802 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892025-09-24T16:43:25.293Z[ recovery-image] Sep 24 16:43:23.815 INFO O| Sep 24 16:43:23.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81902025-09-24T16:43:25.293Z[ recovery-image] Sep 24 16:43:23.815 INFO O| Sep 24 16:43:23.815 INFO STEP 1114 (remove_files) COMPLETE
81912025-09-24T16:43:25.293Z[ recovery-image] Sep 24 16:43:23.815 INFO O| Sep 24 16:43:23.815 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922025-09-24T16:43:25.309Z[ recovery-image] Sep 24 16:43:23.828 INFO O| Sep 24 16:43:23.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81932025-09-24T16:43:25.309Z[ recovery-image] Sep 24 16:43:23.828 INFO O| Sep 24 16:43:23.828 INFO STEP 1115 (remove_files) COMPLETE
81942025-09-24T16:43:25.313Z[ recovery-image] Sep 24 16:43:23.828 INFO O| Sep 24 16:43:23.828 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952025-09-24T16:43:25.320Z[ recovery-image] Sep 24 16:43:23.842 INFO O| Sep 24 16:43:23.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81962025-09-24T16:43:25.320Z[ recovery-image] Sep 24 16:43:23.842 INFO O| Sep 24 16:43:23.842 INFO STEP 1116 (remove_files) COMPLETE
81972025-09-24T16:43:25.320Z[ recovery-image] Sep 24 16:43:23.842 INFO O| Sep 24 16:43:23.842 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982025-09-24T16:43:25.335Z[ recovery-image] Sep 24 16:43:23.857 INFO O| Sep 24 16:43:23.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81992025-09-24T16:43:25.335Z[ recovery-image] Sep 24 16:43:23.857 INFO O| Sep 24 16:43:23.857 INFO STEP 1117 (remove_files) COMPLETE
82002025-09-24T16:43:25.335Z[ recovery-image] Sep 24 16:43:23.857 INFO O| Sep 24 16:43:23.857 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012025-09-24T16:43:25.381Z[ recovery-image] Sep 24 16:43:23.870 INFO O| Sep 24 16:43:23.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82022025-09-24T16:43:25.381Z[ recovery-image] Sep 24 16:43:23.870 INFO O| Sep 24 16:43:23.870 INFO STEP 1118 (remove_files) COMPLETE
82032025-09-24T16:43:25.382Z[ recovery-image] Sep 24 16:43:23.870 INFO O| Sep 24 16:43:23.870 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042025-09-24T16:43:25.382Z[ recovery-image] Sep 24 16:43:23.884 INFO O| Sep 24 16:43:23.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82052025-09-24T16:43:25.382Z[ recovery-image] Sep 24 16:43:23.884 INFO O| Sep 24 16:43:23.884 INFO STEP 1119 (remove_files) COMPLETE
82062025-09-24T16:43:25.383Z[ recovery-image] Sep 24 16:43:23.884 INFO O| Sep 24 16:43:23.884 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072025-09-24T16:43:25.383Z[ recovery-image] Sep 24 16:43:23.898 INFO O| Sep 24 16:43:23.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82082025-09-24T16:43:25.383Z[ recovery-image] Sep 24 16:43:23.898 INFO O| Sep 24 16:43:23.898 INFO STEP 1120 (remove_files) COMPLETE
82092025-09-24T16:43:25.383Z[ recovery-image] Sep 24 16:43:23.898 INFO O| Sep 24 16:43:23.898 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102025-09-24T16:43:25.390Z[ recovery-image] Sep 24 16:43:23.912 INFO O| Sep 24 16:43:23.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82112025-09-24T16:43:25.390Z[ recovery-image] Sep 24 16:43:23.912 INFO O| Sep 24 16:43:23.912 INFO STEP 1121 (remove_files) COMPLETE
82122025-09-24T16:43:25.390Z[ recovery-image] Sep 24 16:43:23.912 INFO O| Sep 24 16:43:23.912 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132025-09-24T16:43:25.404Z[ recovery-image] Sep 24 16:43:23.926 INFO O| Sep 24 16:43:23.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82142025-09-24T16:43:25.404Z[ recovery-image] Sep 24 16:43:23.926 INFO O| Sep 24 16:43:23.926 INFO STEP 1122 (remove_files) COMPLETE
82152025-09-24T16:43:25.404Z[ recovery-image] Sep 24 16:43:23.926 INFO O| Sep 24 16:43:23.926 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162025-09-24T16:43:25.418Z[ recovery-image] Sep 24 16:43:23.940 INFO O| Sep 24 16:43:23.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82172025-09-24T16:43:25.418Z[ recovery-image] Sep 24 16:43:23.940 INFO O| Sep 24 16:43:23.940 INFO STEP 1123 (remove_files) COMPLETE
82182025-09-24T16:43:25.419Z[ recovery-image] Sep 24 16:43:23.940 INFO O| Sep 24 16:43:23.940 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192025-09-24T16:43:25.431Z[ recovery-image] Sep 24 16:43:23.953 INFO O| Sep 24 16:43:23.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82202025-09-24T16:43:25.431Z[ recovery-image] Sep 24 16:43:23.953 INFO O| Sep 24 16:43:23.953 INFO STEP 1124 (remove_files) COMPLETE
82212025-09-24T16:43:25.434Z[ recovery-image] Sep 24 16:43:23.953 INFO O| Sep 24 16:43:23.953 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222025-09-24T16:43:25.445Z[ recovery-image] Sep 24 16:43:23.967 INFO O| Sep 24 16:43:23.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82232025-09-24T16:43:25.445Z[ recovery-image] Sep 24 16:43:23.967 INFO O| Sep 24 16:43:23.967 INFO STEP 1125 (remove_files) COMPLETE
82242025-09-24T16:43:25.447Z[ recovery-image] Sep 24 16:43:23.967 INFO O| Sep 24 16:43:23.967 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252025-09-24T16:43:25.459Z[ recovery-image] Sep 24 16:43:23.981 INFO O| Sep 24 16:43:23.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82262025-09-24T16:43:25.459Z[ recovery-image] Sep 24 16:43:23.981 INFO O| Sep 24 16:43:23.981 INFO STEP 1126 (remove_files) COMPLETE
82272025-09-24T16:43:25.459Z[ recovery-image] Sep 24 16:43:23.981 INFO O| Sep 24 16:43:23.981 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282025-09-24T16:43:25.473Z[ recovery-image] Sep 24 16:43:23.995 INFO O| Sep 24 16:43:23.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82292025-09-24T16:43:25.473Z[ recovery-image] Sep 24 16:43:23.995 INFO O| Sep 24 16:43:23.995 INFO STEP 1127 (remove_files) COMPLETE
82302025-09-24T16:43:25.478Z[ recovery-image] Sep 24 16:43:23.995 INFO O| Sep 24 16:43:23.995 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312025-09-24T16:43:25.488Z[ recovery-image] Sep 24 16:43:24.010 INFO O| Sep 24 16:43:24.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82322025-09-24T16:43:25.488Z[ recovery-image] Sep 24 16:43:24.010 INFO O| Sep 24 16:43:24.010 INFO STEP 1128 (remove_files) COMPLETE
82332025-09-24T16:43:25.488Z[ recovery-image] Sep 24 16:43:24.010 INFO O| Sep 24 16:43:24.010 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342025-09-24T16:43:25.503Z[ recovery-image] Sep 24 16:43:24.025 INFO O| Sep 24 16:43:24.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82352025-09-24T16:43:25.503Z[ recovery-image] Sep 24 16:43:24.025 INFO O| Sep 24 16:43:24.025 INFO STEP 1129 (remove_files) COMPLETE
82362025-09-24T16:43:25.503Z[ recovery-image] Sep 24 16:43:24.025 INFO O| Sep 24 16:43:24.025 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372025-09-24T16:43:25.517Z[ recovery-image] Sep 24 16:43:24.039 INFO O| Sep 24 16:43:24.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82382025-09-24T16:43:25.517Z[ recovery-image] Sep 24 16:43:24.039 INFO O| Sep 24 16:43:24.039 INFO STEP 1130 (remove_files) COMPLETE
82392025-09-24T16:43:25.517Z[ recovery-image] Sep 24 16:43:24.039 INFO O| Sep 24 16:43:24.039 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402025-09-24T16:43:25.532Z[ recovery-image] Sep 24 16:43:24.054 INFO O| Sep 24 16:43:24.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82412025-09-24T16:43:25.532Z[ recovery-image] Sep 24 16:43:24.054 INFO O| Sep 24 16:43:24.054 INFO STEP 1131 (remove_files) COMPLETE
82422025-09-24T16:43:25.535Z[ recovery-image] Sep 24 16:43:24.054 INFO O| Sep 24 16:43:24.054 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432025-09-24T16:43:25.546Z[ recovery-image] Sep 24 16:43:24.068 INFO O| Sep 24 16:43:24.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82442025-09-24T16:43:25.546Z[ recovery-image] Sep 24 16:43:24.068 INFO O| Sep 24 16:43:24.068 INFO STEP 1132 (remove_files) COMPLETE
82452025-09-24T16:43:25.546Z[ recovery-image] Sep 24 16:43:24.068 INFO O| Sep 24 16:43:24.068 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462025-09-24T16:43:25.561Z[ recovery-image] Sep 24 16:43:24.083 INFO O| Sep 24 16:43:24.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82472025-09-24T16:43:25.561Z[ recovery-image] Sep 24 16:43:24.083 INFO O| Sep 24 16:43:24.083 INFO STEP 1133 (remove_files) COMPLETE
82482025-09-24T16:43:25.561Z[ recovery-image] Sep 24 16:43:24.083 INFO O| Sep 24 16:43:24.083 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492025-09-24T16:43:25.577Z[ recovery-image] Sep 24 16:43:24.099 INFO O| Sep 24 16:43:24.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82502025-09-24T16:43:25.577Z[ recovery-image] Sep 24 16:43:24.099 INFO O| Sep 24 16:43:24.099 INFO STEP 1134 (remove_files) COMPLETE
82512025-09-24T16:43:25.577Z[ recovery-image] Sep 24 16:43:24.099 INFO O| Sep 24 16:43:24.099 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522025-09-24T16:43:25.592Z[ recovery-image] Sep 24 16:43:24.114 INFO O| Sep 24 16:43:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82532025-09-24T16:43:25.592Z[ recovery-image] Sep 24 16:43:24.114 INFO O| Sep 24 16:43:24.114 INFO STEP 1135 (remove_files) COMPLETE
82542025-09-24T16:43:25.592Z[ recovery-image] Sep 24 16:43:24.114 INFO O| Sep 24 16:43:24.114 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552025-09-24T16:43:25.612Z[ recovery-image] Sep 24 16:43:24.134 INFO O| Sep 24 16:43:24.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82562025-09-24T16:43:25.612Z[ recovery-image] Sep 24 16:43:24.134 INFO O| Sep 24 16:43:24.134 INFO STEP 1136 (remove_files) COMPLETE
82572025-09-24T16:43:25.612Z[ recovery-image] Sep 24 16:43:24.134 INFO O| Sep 24 16:43:24.134 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582025-09-24T16:43:25.626Z[ recovery-image] Sep 24 16:43:24.148 INFO O| Sep 24 16:43:24.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82592025-09-24T16:43:25.626Z[ recovery-image] Sep 24 16:43:24.148 INFO O| Sep 24 16:43:24.148 INFO STEP 1137 (remove_files) COMPLETE
82602025-09-24T16:43:25.626Z[ recovery-image] Sep 24 16:43:24.148 INFO O| Sep 24 16:43:24.148 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612025-09-24T16:43:25.640Z[ recovery-image] Sep 24 16:43:24.163 INFO O| Sep 24 16:43:24.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82622025-09-24T16:43:25.640Z[ recovery-image] Sep 24 16:43:24.163 INFO O| Sep 24 16:43:24.163 INFO STEP 1138 (remove_files) COMPLETE
82632025-09-24T16:43:25.640Z[ recovery-image] Sep 24 16:43:24.163 INFO O| Sep 24 16:43:24.163 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642025-09-24T16:43:25.655Z[ recovery-image] Sep 24 16:43:24.177 INFO O| Sep 24 16:43:24.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82652025-09-24T16:43:25.655Z[ recovery-image] Sep 24 16:43:24.177 INFO O| Sep 24 16:43:24.177 INFO STEP 1139 (remove_files) COMPLETE
82662025-09-24T16:43:25.658Z[ recovery-image] Sep 24 16:43:24.177 INFO O| Sep 24 16:43:24.177 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672025-09-24T16:43:25.669Z[ recovery-image] Sep 24 16:43:24.191 INFO O| Sep 24 16:43:24.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82682025-09-24T16:43:25.669Z[ recovery-image] Sep 24 16:43:24.191 INFO O| Sep 24 16:43:24.191 INFO STEP 1140 (remove_files) COMPLETE
82692025-09-24T16:43:25.669Z[ recovery-image] Sep 24 16:43:24.191 INFO O| Sep 24 16:43:24.191 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702025-09-24T16:43:25.684Z[ recovery-image] Sep 24 16:43:24.206 INFO O| Sep 24 16:43:24.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82712025-09-24T16:43:25.684Z[ recovery-image] Sep 24 16:43:24.206 INFO O| Sep 24 16:43:24.206 INFO STEP 1141 (remove_files) COMPLETE
82722025-09-24T16:43:25.687Z[ recovery-image] Sep 24 16:43:24.206 INFO O| Sep 24 16:43:24.206 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732025-09-24T16:43:25.698Z[ recovery-image] Sep 24 16:43:24.220 INFO O| Sep 24 16:43:24.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82742025-09-24T16:43:25.698Z[ recovery-image] Sep 24 16:43:24.220 INFO O| Sep 24 16:43:24.220 INFO STEP 1142 (remove_files) COMPLETE
82752025-09-24T16:43:25.698Z[ recovery-image] Sep 24 16:43:24.220 INFO O| Sep 24 16:43:24.220 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762025-09-24T16:43:25.713Z[ recovery-image] Sep 24 16:43:24.235 INFO O| Sep 24 16:43:24.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82772025-09-24T16:43:25.713Z[ recovery-image] Sep 24 16:43:24.235 INFO O| Sep 24 16:43:24.235 INFO STEP 1143 (remove_files) COMPLETE
82782025-09-24T16:43:25.713Z[ recovery-image] Sep 24 16:43:24.235 INFO O| Sep 24 16:43:24.235 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792025-09-24T16:43:25.728Z[ recovery-image] Sep 24 16:43:24.250 INFO O| Sep 24 16:43:24.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82802025-09-24T16:43:25.728Z[ recovery-image] Sep 24 16:43:24.250 INFO O| Sep 24 16:43:24.250 INFO STEP 1144 (remove_files) COMPLETE
82812025-09-24T16:43:25.728Z[ recovery-image] Sep 24 16:43:24.250 INFO O| Sep 24 16:43:24.250 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822025-09-24T16:43:25.743Z[ recovery-image] Sep 24 16:43:24.265 INFO O| Sep 24 16:43:24.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82832025-09-24T16:43:25.743Z[ recovery-image] Sep 24 16:43:24.265 INFO O| Sep 24 16:43:24.265 INFO STEP 1145 (remove_files) COMPLETE
82842025-09-24T16:43:25.743Z[ recovery-image] Sep 24 16:43:24.265 INFO O| Sep 24 16:43:24.265 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852025-09-24T16:43:25.758Z[ recovery-image] Sep 24 16:43:24.280 INFO O| Sep 24 16:43:24.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82862025-09-24T16:43:25.758Z[ recovery-image] Sep 24 16:43:24.280 INFO O| Sep 24 16:43:24.280 INFO STEP 1146 (remove_files) COMPLETE
82872025-09-24T16:43:25.758Z[ recovery-image] Sep 24 16:43:24.280 INFO O| Sep 24 16:43:24.280 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882025-09-24T16:43:25.773Z[ recovery-image] Sep 24 16:43:24.295 INFO O| Sep 24 16:43:24.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82892025-09-24T16:43:25.776Z[ recovery-image] Sep 24 16:43:24.295 INFO O| Sep 24 16:43:24.295 INFO STEP 1147 (remove_files) COMPLETE
82902025-09-24T16:43:25.776Z[ recovery-image] Sep 24 16:43:24.295 INFO O| Sep 24 16:43:24.295 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912025-09-24T16:43:25.791Z[ recovery-image] Sep 24 16:43:24.309 INFO O| Sep 24 16:43:24.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82922025-09-24T16:43:25.791Z[ recovery-image] Sep 24 16:43:24.309 INFO O| Sep 24 16:43:24.309 INFO STEP 1148 (remove_files) COMPLETE
82932025-09-24T16:43:25.795Z[ recovery-image] Sep 24 16:43:24.310 INFO O| Sep 24 16:43:24.309 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942025-09-24T16:43:25.803Z[ recovery-image] Sep 24 16:43:24.325 INFO O| Sep 24 16:43:24.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82952025-09-24T16:43:25.803Z[ recovery-image] Sep 24 16:43:24.325 INFO O| Sep 24 16:43:24.325 INFO STEP 1149 (remove_files) COMPLETE
82962025-09-24T16:43:25.806Z[ recovery-image] Sep 24 16:43:24.325 INFO O| Sep 24 16:43:24.325 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972025-09-24T16:43:25.818Z[ recovery-image] Sep 24 16:43:24.340 INFO O| Sep 24 16:43:24.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82982025-09-24T16:43:25.818Z[ recovery-image] Sep 24 16:43:24.340 INFO O| Sep 24 16:43:24.340 INFO STEP 1150 (remove_files) COMPLETE
82992025-09-24T16:43:25.821Z[ recovery-image] Sep 24 16:43:24.340 INFO O| Sep 24 16:43:24.340 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002025-09-24T16:43:25.832Z[ recovery-image] Sep 24 16:43:24.355 INFO O| Sep 24 16:43:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83012025-09-24T16:43:25.832Z[ recovery-image] Sep 24 16:43:24.355 INFO O| Sep 24 16:43:24.355 INFO STEP 1151 (remove_files) COMPLETE
83022025-09-24T16:43:25.832Z[ recovery-image] Sep 24 16:43:24.355 INFO O| Sep 24 16:43:24.355 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032025-09-24T16:43:25.847Z[ host-image] Sep 24 16:43:24.369 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23562:20250923T222757Z
83042025-09-24T16:43:25.850Z[ recovery-image] Sep 24 16:43:24.369 INFO O| Sep 24 16:43:24.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83052025-09-24T16:43:25.850Z[ recovery-image] Sep 24 16:43:24.369 INFO O| Sep 24 16:43:24.369 INFO STEP 1152 (remove_files) COMPLETE
83062025-09-24T16:43:25.850Z[ recovery-image] Sep 24 16:43:24.369 INFO O| Sep 24 16:43:24.369 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072025-09-24T16:43:25.861Z[ recovery-image] Sep 24 16:43:24.383 INFO O| Sep 24 16:43:24.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83082025-09-24T16:43:25.861Z[ recovery-image] Sep 24 16:43:24.383 INFO O| Sep 24 16:43:24.383 INFO STEP 1153 (remove_files) COMPLETE
83092025-09-24T16:43:25.864Z[ recovery-image] Sep 24 16:43:24.383 INFO O| Sep 24 16:43:24.383 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102025-09-24T16:43:25.876Z[ recovery-image] Sep 24 16:43:24.398 INFO O| Sep 24 16:43:24.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83112025-09-24T16:43:25.876Z[ recovery-image] Sep 24 16:43:24.398 INFO O| Sep 24 16:43:24.398 INFO STEP 1154 (remove_files) COMPLETE
83122025-09-24T16:43:25.876Z[ recovery-image] Sep 24 16:43:24.398 INFO O| Sep 24 16:43:24.398 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132025-09-24T16:43:25.890Z[ recovery-image] Sep 24 16:43:24.412 INFO O| Sep 24 16:43:24.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83142025-09-24T16:43:25.890Z[ recovery-image] Sep 24 16:43:24.412 INFO O| Sep 24 16:43:24.412 INFO STEP 1155 (remove_files) COMPLETE
83152025-09-24T16:43:25.890Z[ recovery-image] Sep 24 16:43:24.412 INFO O| Sep 24 16:43:24.412 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162025-09-24T16:43:25.904Z[ recovery-image] Sep 24 16:43:24.426 INFO O| Sep 24 16:43:24.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83172025-09-24T16:43:25.904Z[ recovery-image] Sep 24 16:43:24.426 INFO O| Sep 24 16:43:24.426 INFO STEP 1156 (remove_files) COMPLETE
83182025-09-24T16:43:25.907Z[ recovery-image] Sep 24 16:43:24.426 INFO O| Sep 24 16:43:24.426 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192025-09-24T16:43:25.917Z[ recovery-image] Sep 24 16:43:24.440 INFO O| Sep 24 16:43:24.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83202025-09-24T16:43:25.917Z[ recovery-image] Sep 24 16:43:24.440 INFO O| Sep 24 16:43:24.440 INFO STEP 1157 (remove_files) COMPLETE
83212025-09-24T16:43:25.921Z[ recovery-image] Sep 24 16:43:24.440 INFO O| Sep 24 16:43:24.440 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222025-09-24T16:43:25.931Z[ recovery-image] Sep 24 16:43:24.453 INFO O| Sep 24 16:43:24.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83232025-09-24T16:43:25.931Z[ recovery-image] Sep 24 16:43:24.453 INFO O| Sep 24 16:43:24.453 INFO STEP 1158 (remove_files) COMPLETE
83242025-09-24T16:43:25.931Z[ recovery-image] Sep 24 16:43:24.453 INFO O| Sep 24 16:43:24.453 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83252025-09-24T16:43:25.945Z[ recovery-image] Sep 24 16:43:24.467 INFO O| Sep 24 16:43:24.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83262025-09-24T16:43:25.945Z[ recovery-image] Sep 24 16:43:24.468 INFO O| Sep 24 16:43:24.468 INFO STEP 1159 (remove_files) COMPLETE
83272025-09-24T16:43:25.945Z[ recovery-image] Sep 24 16:43:24.468 INFO O| Sep 24 16:43:24.468 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83282025-09-24T16:43:25.960Z[ recovery-image] Sep 24 16:43:24.482 INFO O| Sep 24 16:43:24.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83292025-09-24T16:43:25.960Z[ recovery-image] Sep 24 16:43:24.482 INFO O| Sep 24 16:43:24.482 INFO STEP 1160 (remove_files) COMPLETE
83302025-09-24T16:43:25.960Z[ recovery-image] Sep 24 16:43:24.482 INFO O| Sep 24 16:43:24.482 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83312025-09-24T16:43:25.975Z[ recovery-image] Sep 24 16:43:24.497 INFO O| Sep 24 16:43:24.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83322025-09-24T16:43:25.975Z[ recovery-image] Sep 24 16:43:24.497 INFO O| Sep 24 16:43:24.497 INFO STEP 1161 (remove_files) COMPLETE
83332025-09-24T16:43:25.975Z[ recovery-image] Sep 24 16:43:24.497 INFO O| Sep 24 16:43:24.497 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83342025-09-24T16:43:25.990Z[ recovery-image] Sep 24 16:43:24.512 INFO O| Sep 24 16:43:24.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83352025-09-24T16:43:25.990Z[ recovery-image] Sep 24 16:43:24.512 INFO O| Sep 24 16:43:24.512 INFO STEP 1162 (remove_files) COMPLETE
83362025-09-24T16:43:25.993Z[ recovery-image] Sep 24 16:43:24.512 INFO O| Sep 24 16:43:24.512 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83372025-09-24T16:43:26.004Z[ recovery-image] Sep 24 16:43:24.527 INFO O| Sep 24 16:43:24.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83382025-09-24T16:43:26.004Z[ recovery-image] Sep 24 16:43:24.527 INFO O| Sep 24 16:43:24.527 INFO STEP 1163 (remove_files) COMPLETE
83392025-09-24T16:43:26.008Z[ recovery-image] Sep 24 16:43:24.527 INFO O| Sep 24 16:43:24.527 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83402025-09-24T16:43:26.017Z[ recovery-image] Sep 24 16:43:24.540 INFO O| Sep 24 16:43:24.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83412025-09-24T16:43:26.018Z[ recovery-image] Sep 24 16:43:24.540 INFO O| Sep 24 16:43:24.540 INFO STEP 1164 (remove_files) COMPLETE
83422025-09-24T16:43:26.022Z[ recovery-image] Sep 24 16:43:24.540 INFO O| Sep 24 16:43:24.540 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83432025-09-24T16:43:26.031Z[ recovery-image] Sep 24 16:43:24.553 INFO O| Sep 24 16:43:24.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83442025-09-24T16:43:26.031Z[ recovery-image] Sep 24 16:43:24.554 INFO O| Sep 24 16:43:24.554 INFO STEP 1165 (remove_files) COMPLETE
83452025-09-24T16:43:26.031Z[ recovery-image] Sep 24 16:43:24.554 INFO O| Sep 24 16:43:24.554 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83462025-09-24T16:43:26.052Z[ recovery-image] Sep 24 16:43:24.573 INFO O| Sep 24 16:43:24.573 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83472025-09-24T16:43:26.052Z[ recovery-image] Sep 24 16:43:24.574 INFO O| Sep 24 16:43:24.574 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83482025-09-24T16:43:27.422Z[ recovery-image] Sep 24 16:43:25.944 INFO O| Sep 24 16:43:25.944 INFO STEP 1166 (pack_tar) COMPLETE
83492025-09-24T16:43:27.422Z[ recovery-image] Sep 24 16:43:25.944 INFO O| Sep 24 16:43:25.944 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83502025-09-24T16:43:27.426Z[ recovery-image] Sep 24 16:43:25.944 INFO O| Sep 24 16:43:25.944 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83512025-09-24T16:43:27.770Z[ recovery-image] Sep 24 16:43:26.292 INFO O| Sep 24 16:43:26.292 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83522025-09-24T16:43:27.894Z[ recovery-image] Sep 24 16:43:26.416 INFO O| Sep 24 16:43:26.416 INFO completed processing sled/ramdisk-03-recovery-trim
83532025-09-24T16:43:27.901Z[ recovery-image] Sep 24 16:43:26.423 INFO image builder template: zfs-recovery...
83542025-09-24T16:43:27.902Z[ recovery-image] Sep 24 16:43:26.423 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/.tmpNioZt2/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.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None
83552025-09-24T16:43:27.954Z[ recovery-image] Sep 24 16:43:26.476 INFO O| Sep 24 16:43:26.475 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83562025-09-24T16:43:27.959Z[ recovery-image] Sep 24 16:43:26.481 INFO O| Sep 24 16:43:26.481 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83572025-09-24T16:43:28.140Z[ recovery-image] Sep 24 16:43:26.662 INFO O| Sep 24 16:43:26.662 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83582025-09-24T16:43:28.297Z[ recovery-image] Sep 24 16:43:26.819 INFO O| Sep 24 16:43:26.819 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83592025-09-24T16:43:28.297Z[ recovery-image] Sep 24 16:43:26.819 INFO O| Sep 24 16:43:26.819 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83602025-09-24T16:43:28.303Z[ recovery-image] Sep 24 16:43:26.825 INFO O| Sep 24 16:43:26.825 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83612025-09-24T16:43:28.414Z[ recovery-image] Sep 24 16:43:26.937 INFO O| Sep 24 16:43:26.936 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83622025-09-24T16:43:28.537Z[ recovery-image] Sep 24 16:43:27.056 INFO O| Sep 24 16:43:27.056 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83632025-09-24T16:43:28.552Z[ recovery-image] Sep 24 16:43:27.074 INFO O| Sep 24 16:43:27.074 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83642025-09-24T16:43:28.560Z[ recovery-image] Sep 24 16:43:27.082 INFO O| Sep 24 16:43:27.082 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83652025-09-24T16:43:28.575Z[ recovery-image] Sep 24 16:43:27.096 INFO O| Sep 24 16:43:27.096 INFO no lofi found
83662025-09-24T16:43:28.575Z[ recovery-image] Sep 24 16:43:27.096 INFO O| Sep 24 16:43:27.096 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83672025-09-24T16:43:28.582Z[ recovery-image] Sep 24 16:43:27.096 INFO O| Sep 24 16:43:27.096 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83682025-09-24T16:43:30.485Z[ recovery-image] Sep 24 16:43:29.007 INFO O| Sep 24 16:43:29.007 INFO lofi device = /dev/dsk/c2t1d0p0
83692025-09-24T16:43:30.485Z[ recovery-image] Sep 24 16:43:29.007 INFO O| Sep 24 16:43:29.007 INFO pool device = /dev/dsk/c2t1d0p0
83702025-09-24T16:43:30.488Z[ recovery-image] Sep 24 16:43:29.007 INFO O| Sep 24 16:43:29.007 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"]
83712025-09-24T16:43:30.751Z[ recovery-image] Sep 24 16:43:29.273 INFO O| Sep 24 16:43:29.272 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83722025-09-24T16:43:30.751Z[ recovery-image] Sep 24 16:43:29.273 INFO O| Sep 24 16:43:29.272 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83732025-09-24T16:43:30.784Z[ recovery-image] Sep 24 16:43:29.306 INFO O| Sep 24 16:43:29.306 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83742025-09-24T16:43:31.225Z[ recovery-image] Sep 24 16:43:29.746 INFO O| Sep 24 16:43:29.746 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83752025-09-24T16:43:31.283Z[ recovery-image] Sep 24 16:43:29.804 INFO O| Sep 24 16:43:29.804 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83762025-09-24T16:43:31.309Z[ recovery-image] Sep 24 16:43:29.830 INFO O| Sep 24 16:43:29.830 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83772025-09-24T16:43:31.344Z[ recovery-image] Sep 24 16:43:29.866 INFO O| Sep 24 16:43:29.866 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83782025-09-24T16:43:31.404Z[ recovery-image] Sep 24 16:43:29.926 INFO O| Sep 24 16:43:29.926 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83792025-09-24T16:43:31.408Z[ recovery-image] Sep 24 16:43:29.926 INFO O| Sep 24 16:43:29.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83802025-09-24T16:43:31.408Z[ recovery-image] Sep 24 16:43:29.926 INFO O| Sep 24 16:43:29.926 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83812025-09-24T16:43:31.423Z[ recovery-image] Sep 24 16:43:29.945 INFO O| Sep 24 16:43:29.944 INFO boot environment UUID: e057da2b-4eee-4e4d-a72c-7078f1aa021c
83822025-09-24T16:43:31.423Z[ recovery-image] Sep 24 16:43:29.945 INFO O| Sep 24 16:43:29.945 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e057da2b-4eee-4e4d-a72c-7078f1aa021c
83832025-09-24T16:43:31.440Z[ recovery-image] Sep 24 16:43:29.962 INFO O| Sep 24 16:43:29.962 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83842025-09-24T16:43:31.459Z[ recovery-image] Sep 24 16:43:29.981 INFO O| Sep 24 16:43:29.981 INFO STEP 0 (create_be) COMPLETE
83852025-09-24T16:43:31.459Z[ recovery-image] Sep 24 16:43:29.981 INFO O| Sep 24 16:43:29.981 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83862025-09-24T16:43:31.518Z[ recovery-image] Sep 24 16:43:30.004 INFO O| Sep 24 16:43:30.004 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"]
83872025-09-24T16:43:38.467Z[ recovery-image] Sep 24 16:43:36.930 INFO O| Sep 24 16:43:36.929 INFO STEP 1 (unpack_tar) COMPLETE
83882025-09-24T16:43:38.467Z[ recovery-image] Sep 24 16:43:36.930 INFO O| Sep 24 16:43:36.929 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83892025-09-24T16:43:38.525Z[ recovery-image] Sep 24 16:43:36.944 INFO O| Sep 24 16:43:36.944 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83902025-09-24T16:43:39.479Z[ recovery-image] Sep 24 16:43:37.965 INFO O| Sep 24 16:43:37.965 INFO STEP 2 (devfsadm) COMPLETE
83912025-09-24T16:43:39.480Z[ recovery-image] Sep 24 16:43:37.965 INFO O| Sep 24 16:43:37.965 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83922025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:37.980 INFO O| Sep 24 16:43:37.980 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83932025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:37.980 INFO O| Sep 24 16:43:37.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83942025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:37.980 INFO O| Sep 24 16:43:37.980 INFO STEP 3 (ensure_dir) COMPLETE
83952025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:37.980 INFO O| Sep 24 16:43:37.980 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83962025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:37.995 INFO O| Sep 24 16:43:37.995 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83972025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:37.995 INFO O| Sep 24 16:43:37.995 INFO STEP 4 (ensure_dir) COMPLETE
83982025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:37.995 INFO O| Sep 24 16:43:37.995 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83992025-09-24T16:43:39.592Z[ recovery-image] Sep 24 16:43:38.009 INFO O| Sep 24 16:43:38.009 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84002025-09-24T16:43:39.593Z[ recovery-image] Sep 24 16:43:38.009 INFO O| Sep 24 16:43:38.009 INFO STEP 5 (ensure_dir) COMPLETE
84012025-09-24T16:43:39.593Z[ recovery-image] Sep 24 16:43:38.009 INFO O| Sep 24 16:43:38.009 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84022025-09-24T16:43:39.607Z[ recovery-image] Sep 24 16:43:38.023 INFO O| Sep 24 16:43:38.023 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84032025-09-24T16:43:39.607Z[ recovery-image] Sep 24 16:43:38.023 INFO O| Sep 24 16:43:38.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84042025-09-24T16:43:39.607Z[ recovery-image] Sep 24 16:43:38.023 INFO O| Sep 24 16:43:38.023 INFO STEP 6 (ensure_dir) COMPLETE
84052025-09-24T16:43:39.607Z[ recovery-image] Sep 24 16:43:38.023 INFO O| Sep 24 16:43:38.023 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84062025-09-24T16:43:39.607Z[ recovery-image] Sep 24 16:43:38.038 INFO O| Sep 24 16:43:38.037 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84072025-09-24T16:43:39.607Z[ recovery-image] Sep 24 16:43:38.038 INFO O| Sep 24 16:43:38.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84082025-09-24T16:43:39.608Z[ recovery-image] Sep 24 16:43:38.038 INFO O| Sep 24 16:43:38.038 INFO STEP 7 (ensure_dir) COMPLETE
84092025-09-24T16:43:39.608Z[ recovery-image] Sep 24 16:43:38.038 INFO O| Sep 24 16:43:38.038 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84102025-09-24T16:43:39.608Z[ recovery-image] Sep 24 16:43:38.051 INFO O| Sep 24 16:43:38.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84112025-09-24T16:43:39.608Z[ recovery-image] Sep 24 16:43:38.051 INFO O| Sep 24 16:43:38.051 INFO STEP 8 (remove_files) COMPLETE
84122025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.051 INFO O| Sep 24 16:43:38.051 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.064 INFO O| Sep 24 16:43:38.064 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84142025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.065 INFO O| Sep 24 16:43:38.065 INFO STEP 9 (remove_files) COMPLETE
84152025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.065 INFO O| Sep 24 16:43:38.065 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84162025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.078 INFO O| Sep 24 16:43:38.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84172025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.079 INFO O| Sep 24 16:43:38.079 INFO STEP 10 (remove_files) COMPLETE
84182025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.079 INFO O| Sep 24 16:43:38.079 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84192025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.093 INFO O| Sep 24 16:43:38.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84202025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.093 INFO O| Sep 24 16:43:38.093 INFO STEP 11 (remove_files) COMPLETE
84212025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.093 INFO O| Sep 24 16:43:38.093 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84222025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.105 INFO O| Sep 24 16:43:38.105 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84232025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.105 INFO O| Sep 24 16:43:38.105 INFO STEP 12 (remove_files) COMPLETE
84242025-09-24T16:43:39.609Z[ recovery-image] Sep 24 16:43:38.105 INFO O| Sep 24 16:43:38.105 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84252025-09-24T16:43:39.610Z[ recovery-image] Sep 24 16:43:38.117 INFO O| Sep 24 16:43:38.117 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84262025-09-24T16:43:39.610Z[ recovery-image] Sep 24 16:43:38.117 INFO O| Sep 24 16:43:38.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84272025-09-24T16:43:39.610Z[ recovery-image] Sep 24 16:43:38.117 INFO O| Sep 24 16:43:38.117 INFO STEP 13 (ensure_dir) COMPLETE
84282025-09-24T16:43:39.610Z[ recovery-image] Sep 24 16:43:38.117 INFO O| Sep 24 16:43:38.117 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84292025-09-24T16:43:39.616Z[ recovery-image] Sep 24 16:43:38.129 INFO O| Sep 24 16:43:38.129 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84302025-09-24T16:43:39.616Z[ recovery-image] Sep 24 16:43:38.129 INFO O| Sep 24 16:43:38.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84312025-09-24T16:43:39.616Z[ recovery-image] Sep 24 16:43:38.129 INFO O| Sep 24 16:43:38.129 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84322025-09-24T16:43:39.616Z[ recovery-image] Sep 24 16:43:38.129 INFO O| Sep 24 16:43:38.129 INFO STEP 14 (ensure_dir) COMPLETE
84332025-09-24T16:43:39.616Z[ recovery-image] Sep 24 16:43:38.129 INFO O| Sep 24 16:43:38.129 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84342025-09-24T16:43:39.622Z[ recovery-image] Sep 24 16:43:38.143 INFO O| Sep 24 16:43:38.142 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84352025-09-24T16:43:39.623Z[ recovery-image] Sep 24 16:43:38.143 INFO O| Sep 24 16:43:38.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84362025-09-24T16:43:39.623Z[ recovery-image] Sep 24 16:43:38.143 INFO O| Sep 24 16:43:38.143 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84372025-09-24T16:43:39.623Z[ recovery-image] Sep 24 16:43:38.143 INFO O| Sep 24 16:43:38.143 INFO STEP 15 (ensure_dir) COMPLETE
84382025-09-24T16:43:39.623Z[ recovery-image] Sep 24 16:43:38.143 INFO O| Sep 24 16:43:38.143 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84392025-09-24T16:43:39.645Z[ recovery-image] Sep 24 16:43:38.156 INFO O| Sep 24 16:43:38.156 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84402025-09-24T16:43:39.646Z[ recovery-image] Sep 24 16:43:38.156 INFO O| Sep 24 16:43:38.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84412025-09-24T16:43:39.651Z[ recovery-image] Sep 24 16:43:38.156 INFO O| Sep 24 16:43:38.156 INFO STEP 16 (ensure_dir) COMPLETE
84422025-09-24T16:43:39.651Z[ recovery-image] Sep 24 16:43:38.156 INFO O| Sep 24 16:43:38.156 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84432025-09-24T16:43:39.656Z[ recovery-image] Sep 24 16:43:38.171 INFO O| Sep 24 16:43:38.171 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84442025-09-24T16:43:39.656Z[ recovery-image] Sep 24 16:43:38.171 INFO O| Sep 24 16:43:38.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84452025-09-24T16:43:39.656Z[ recovery-image] Sep 24 16:43:38.171 INFO O| Sep 24 16:43:38.171 INFO STEP 17 (ensure_dir) COMPLETE
84462025-09-24T16:43:39.657Z[ recovery-image] Sep 24 16:43:38.171 INFO O| Sep 24 16:43:38.171 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84472025-09-24T16:43:39.666Z[ recovery-image] Sep 24 16:43:38.186 INFO O| Sep 24 16:43:38.186 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84482025-09-24T16:43:39.672Z[ recovery-image] Sep 24 16:43:38.186 INFO O| Sep 24 16:43:38.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84492025-09-24T16:43:39.672Z[ recovery-image] Sep 24 16:43:38.186 INFO O| Sep 24 16:43:38.186 INFO ok!
84502025-09-24T16:43:39.672Z[ recovery-image] Sep 24 16:43:38.186 INFO O| Sep 24 16:43:38.186 INFO STEP 18 (ensure_symlink) COMPLETE
84512025-09-24T16:43:39.672Z[ recovery-image] Sep 24 16:43:38.186 INFO O| Sep 24 16:43:38.186 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84522025-09-24T16:43:39.680Z[ recovery-image] Sep 24 16:43:38.200 INFO O| Sep 24 16:43:38.200 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84532025-09-24T16:43:39.680Z[ recovery-image] Sep 24 16:43:38.200 INFO O| Sep 24 16:43:38.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84542025-09-24T16:43:39.690Z[ recovery-image] Sep 24 16:43:38.200 INFO O| Sep 24 16:43:38.200 INFO ok!
84552025-09-24T16:43:39.691Z[ recovery-image] Sep 24 16:43:38.200 INFO O| Sep 24 16:43:38.200 INFO STEP 19 (ensure_file) COMPLETE
84562025-09-24T16:43:39.691Z[ recovery-image] Sep 24 16:43:38.200 INFO O| Sep 24 16:43:38.200 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84572025-09-24T16:43:39.700Z[ recovery-image] Sep 24 16:43:38.214 INFO O| Sep 24 16:43:38.214 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84582025-09-24T16:43:39.700Z[ recovery-image] Sep 24 16:43:38.214 INFO O| Sep 24 16:43:38.214 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84592025-09-24T16:43:39.700Z[ recovery-image] Sep 24 16:43:38.214 INFO O| Sep 24 16:43:38.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84602025-09-24T16:43:39.700Z[ recovery-image] Sep 24 16:43:38.214 INFO O| Sep 24 16:43:38.214 INFO ok!
84612025-09-24T16:43:39.700Z[ recovery-image] Sep 24 16:43:38.214 INFO O| Sep 24 16:43:38.214 INFO STEP 20 (ensure_symlink) COMPLETE
84622025-09-24T16:43:39.700Z[ recovery-image] Sep 24 16:43:38.214 INFO O| Sep 24 16:43:38.214 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84632025-09-24T16:43:39.713Z[ recovery-image] Sep 24 16:43:38.227 INFO O| Sep 24 16:43:38.227 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84642025-09-24T16:43:39.713Z[ recovery-image] Sep 24 16:43:38.228 INFO O| Sep 24 16:43:38.227 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84652025-09-24T16:43:39.723Z[ recovery-image] Sep 24 16:43:38.228 INFO O| Sep 24 16:43:38.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84662025-09-24T16:43:39.723Z[ recovery-image] Sep 24 16:43:38.228 INFO O| Sep 24 16:43:38.228 INFO ok!
84672025-09-24T16:43:39.723Z[ recovery-image] Sep 24 16:43:38.228 INFO O| Sep 24 16:43:38.228 INFO STEP 21 (ensure_symlink) COMPLETE
84682025-09-24T16:43:39.723Z[ recovery-image] Sep 24 16:43:38.228 INFO O| Sep 24 16:43:38.228 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84692025-09-24T16:43:39.731Z[ recovery-image] Sep 24 16:43:38.243 INFO O| Sep 24 16:43:38.242 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84702025-09-24T16:43:39.731Z[ recovery-image] Sep 24 16:43:38.243 INFO O| Sep 24 16:43:38.243 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84712025-09-24T16:43:39.732Z[ recovery-image] Sep 24 16:43:38.243 INFO O| Sep 24 16:43:38.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84722025-09-24T16:43:39.732Z[ recovery-image] Sep 24 16:43:38.243 INFO O| Sep 24 16:43:38.243 INFO ok!
84732025-09-24T16:43:39.732Z[ recovery-image] Sep 24 16:43:38.243 INFO O| Sep 24 16:43:38.243 INFO STEP 22 (ensure_symlink) COMPLETE
84742025-09-24T16:43:39.732Z[ recovery-image] Sep 24 16:43:38.243 INFO O| Sep 24 16:43:38.243 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84752025-09-24T16:43:39.739Z[ recovery-image] Sep 24 16:43:38.258 INFO O| Sep 24 16:43:38.257 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84762025-09-24T16:43:39.739Z[ recovery-image] Sep 24 16:43:38.258 INFO O| Sep 24 16:43:38.258 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84772025-09-24T16:43:39.739Z[ recovery-image] Sep 24 16:43:38.258 INFO O| Sep 24 16:43:38.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84782025-09-24T16:43:39.739Z[ recovery-image] Sep 24 16:43:38.258 INFO O| Sep 24 16:43:38.258 INFO ok!
84792025-09-24T16:43:39.739Z[ recovery-image] Sep 24 16:43:38.258 INFO O| Sep 24 16:43:38.258 INFO STEP 23 (ensure_symlink) COMPLETE
84802025-09-24T16:43:39.739Z[ recovery-image] Sep 24 16:43:38.258 INFO O| Sep 24 16:43:38.258 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84812025-09-24T16:43:39.758Z[ recovery-image] Sep 24 16:43:38.272 INFO O| Sep 24 16:43:38.272 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84822025-09-24T16:43:39.759Z[ recovery-image] Sep 24 16:43:38.272 INFO O| Sep 24 16:43:38.272 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 ...
84832025-09-24T16:43:39.770Z[ recovery-image] Sep 24 16:43:38.272 INFO O| Sep 24 16:43:38.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84842025-09-24T16:43:39.770Z[ recovery-image] Sep 24 16:43:38.272 INFO O| Sep 24 16:43:38.272 INFO ok!
84852025-09-24T16:43:39.770Z[ recovery-image] Sep 24 16:43:38.272 INFO O| Sep 24 16:43:38.272 INFO STEP 24 (ensure_file) COMPLETE
84862025-09-24T16:43:39.770Z[ recovery-image] Sep 24 16:43:38.272 INFO O| Sep 24 16:43:38.272 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84872025-09-24T16:43:39.782Z[ recovery-image] Sep 24 16:43:38.287 INFO O| Sep 24 16:43:38.287 INFO updating shadow file
84882025-09-24T16:43:39.783Z[ recovery-image] Sep 24 16:43:38.287 INFO O| Sep 24 16:43:38.287 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84892025-09-24T16:43:39.783Z[ recovery-image] Sep 24 16:43:38.287 INFO O| Sep 24 16:43:38.287 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84902025-09-24T16:43:39.784Z[ recovery-image] Sep 24 16:43:38.287 INFO O| Sep 24 16:43:38.287 INFO STEP 25 (shadow) COMPLETE
84912025-09-24T16:43:39.784Z[ recovery-image] Sep 24 16:43:38.287 INFO O| Sep 24 16:43:38.287 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84922025-09-24T16:43:39.792Z[ recovery-image] Sep 24 16:43:38.302 INFO O| Sep 24 16:43:38.302 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84932025-09-24T16:43:39.793Z[ recovery-image] Sep 24 16:43:38.302 INFO O| Sep 24 16:43:38.302 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84942025-09-24T16:43:39.793Z[ recovery-image] Sep 24 16:43:38.302 INFO O| Sep 24 16:43:38.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84952025-09-24T16:43:39.793Z[ recovery-image] Sep 24 16:43:38.302 INFO O| Sep 24 16:43:38.302 INFO ok!
84962025-09-24T16:43:39.793Z[ recovery-image] Sep 24 16:43:38.302 INFO O| Sep 24 16:43:38.302 INFO STEP 26 (ensure_file) COMPLETE
84972025-09-24T16:43:39.793Z[ recovery-image] Sep 24 16:43:38.302 INFO O| Sep 24 16:43:38.302 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84982025-09-24T16:43:39.803Z[ recovery-image] Sep 24 16:43:38.316 INFO O| Sep 24 16:43:38.316 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84992025-09-24T16:43:39.803Z[ recovery-image] Sep 24 16:43:38.316 INFO O| Sep 24 16:43:38.316 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85002025-09-24T16:43:39.803Z[ recovery-image] Sep 24 16:43:38.316 INFO O| Sep 24 16:43:38.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85012025-09-24T16:43:39.803Z[ recovery-image] Sep 24 16:43:38.316 INFO O| Sep 24 16:43:38.316 INFO ok!
85022025-09-24T16:43:39.803Z[ recovery-image] Sep 24 16:43:38.316 INFO O| Sep 24 16:43:38.316 INFO STEP 27 (ensure_file) COMPLETE
85032025-09-24T16:43:39.804Z[ recovery-image] Sep 24 16:43:38.316 INFO O| Sep 24 16:43:38.316 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85042025-09-24T16:43:39.883Z[ recovery-image] Sep 24 16:43:38.333 INFO O| Sep 24 16:43:38.333 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85052025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.333 INFO O| Sep 24 16:43:38.333 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85062025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.333 INFO O| Sep 24 16:43:38.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85072025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.333 INFO O| Sep 24 16:43:38.333 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85082025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.333 INFO O| Sep 24 16:43:38.333 INFO ok!
85092025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.333 INFO O| Sep 24 16:43:38.333 INFO STEP 28 (ensure_file) COMPLETE
85102025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.333 INFO O| Sep 24 16:43:38.333 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85112025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.347 INFO O| Sep 24 16:43:38.347 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85122025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.347 INFO O| Sep 24 16:43:38.347 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85132025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.347 INFO O| Sep 24 16:43:38.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85142025-09-24T16:43:39.884Z[ recovery-image] Sep 24 16:43:38.347 INFO O| Sep 24 16:43:38.347 INFO ok!
85152025-09-24T16:43:39.885Z[ recovery-image] Sep 24 16:43:38.347 INFO O| Sep 24 16:43:38.347 INFO STEP 29 (ensure_file) COMPLETE
85162025-09-24T16:43:39.885Z[ recovery-image] Sep 24 16:43:38.347 INFO O| Sep 24 16:43:38.347 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85172025-09-24T16:43:39.937Z[ recovery-image] Sep 24 16:43:38.361 INFO O| Sep 24 16:43:38.361 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85182025-09-24T16:43:39.937Z[ recovery-image] Sep 24 16:43:38.361 INFO O| Sep 24 16:43:38.361 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85192025-09-24T16:43:39.937Z[ recovery-image] Sep 24 16:43:38.361 INFO O| Sep 24 16:43:38.361 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85202025-09-24T16:43:39.937Z[ recovery-image] Sep 24 16:43:38.361 INFO O| Sep 24 16:43:38.361 INFO STEP 30 (ensure_dir) COMPLETE
85212025-09-24T16:43:39.938Z[ recovery-image] Sep 24 16:43:38.361 INFO O| Sep 24 16:43:38.361 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85222025-09-24T16:43:39.938Z[ recovery-image] Sep 24 16:43:38.376 INFO O| Sep 24 16:43:38.376 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85232025-09-24T16:43:39.938Z[ recovery-image] Sep 24 16:43:38.376 INFO O| Sep 24 16:43:38.376 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 ...
85242025-09-24T16:43:39.938Z[ recovery-image] Sep 24 16:43:38.377 INFO O| Sep 24 16:43:38.377 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
85252025-09-24T16:43:39.939Z[ recovery-image] Sep 24 16:43:38.377 INFO O| Sep 24 16:43:38.377 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85262025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.377 INFO O| Sep 24 16:43:38.377 INFO ok!
85272025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.377 INFO O| Sep 24 16:43:38.377 INFO STEP 31 (ensure_file) COMPLETE
85282025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.377 INFO O| Sep 24 16:43:38.377 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85292025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.391 INFO O| Sep 24 16:43:38.391 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85302025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.391 INFO O| Sep 24 16:43:38.391 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85312025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.391 INFO O| Sep 24 16:43:38.391 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85322025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.391 INFO O| Sep 24 16:43:38.391 INFO STEP 32 (ensure_dir) COMPLETE
85332025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.391 INFO O| Sep 24 16:43:38.391 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85342025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.405 INFO O| Sep 24 16:43:38.405 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85352025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.405 INFO O| Sep 24 16:43:38.405 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 ...
85362025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.406 INFO O| Sep 24 16:43:38.406 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
85372025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.406 INFO O| Sep 24 16:43:38.406 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85382025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.406 INFO O| Sep 24 16:43:38.406 INFO ok!
85392025-09-24T16:43:39.940Z[ recovery-image] Sep 24 16:43:38.406 INFO O| Sep 24 16:43:38.406 INFO STEP 33 (ensure_file) COMPLETE
85402025-09-24T16:43:39.941Z[ recovery-image] Sep 24 16:43:38.406 INFO O| Sep 24 16:43:38.406 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85412025-09-24T16:43:39.941Z[ recovery-image] Sep 24 16:43:38.419 INFO O| Sep 24 16:43:38.419 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85422025-09-24T16:43:39.941Z[ recovery-image] Sep 24 16:43:38.419 INFO O| Sep 24 16:43:38.419 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85432025-09-24T16:43:39.941Z[ recovery-image] Sep 24 16:43:38.420 INFO O| Sep 24 16:43:38.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85442025-09-24T16:43:39.941Z[ recovery-image] Sep 24 16:43:38.420 INFO O| Sep 24 16:43:38.420 INFO ok!
85452025-09-24T16:43:39.941Z[ recovery-image] Sep 24 16:43:38.420 INFO O| Sep 24 16:43:38.420 INFO STEP 34 (ensure_file) COMPLETE
85462025-09-24T16:43:39.941Z[ recovery-image] Sep 24 16:43:38.420 INFO O| Sep 24 16:43:38.420 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85472025-09-24T16:43:40.043Z[ recovery-image] Sep 24 16:43:38.435 INFO O| Sep 24 16:43:38.435 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85482025-09-24T16:43:40.043Z[ recovery-image] Sep 24 16:43:38.435 INFO O| Sep 24 16:43:38.435 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85492025-09-24T16:43:40.044Z[ recovery-image] Sep 24 16:43:38.435 INFO O| Sep 24 16:43:38.435 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85502025-09-24T16:43:40.044Z[ recovery-image] Sep 24 16:43:38.435 INFO O| Sep 24 16:43:38.435 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85512025-09-24T16:43:40.044Z[ recovery-image] Sep 24 16:43:38.435 INFO O| Sep 24 16:43:38.435 INFO ok!
85522025-09-24T16:43:40.044Z[ recovery-image] Sep 24 16:43:38.435 INFO O| Sep 24 16:43:38.435 INFO STEP 35 (ensure_file) COMPLETE
85532025-09-24T16:43:40.044Z[ recovery-image] Sep 24 16:43:38.435 INFO O| Sep 24 16:43:38.435 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85542025-09-24T16:43:40.044Z[ recovery-image] Sep 24 16:43:38.452 INFO O| Sep 24 16:43:38.452 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85552025-09-24T16:43:40.044Z[ recovery-image] Sep 24 16:43:38.453 INFO O| Sep 24 16:43:38.453 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85562025-09-24T16:43:40.045Z[ recovery-image] Sep 24 16:43:38.453 INFO O| Sep 24 16:43:38.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85572025-09-24T16:43:40.045Z[ recovery-image] Sep 24 16:43:38.453 INFO O| Sep 24 16:43:38.453 INFO ok!
85582025-09-24T16:43:40.045Z[ recovery-image] Sep 24 16:43:38.453 INFO O| Sep 24 16:43:38.453 INFO STEP 36 (ensure_file) COMPLETE
85592025-09-24T16:43:40.047Z[ recovery-image] Sep 24 16:43:38.453 INFO O| Sep 24 16:43:38.453 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85602025-09-24T16:43:40.047Z[ recovery-image] Sep 24 16:43:38.468 INFO O| Sep 24 16:43:38.468 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85612025-09-24T16:43:40.047Z[ recovery-image] Sep 24 16:43:38.468 INFO O| Sep 24 16:43:38.468 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85622025-09-24T16:43:40.047Z[ recovery-image] Sep 24 16:43:38.468 INFO O| Sep 24 16:43:38.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85632025-09-24T16:43:40.047Z[ recovery-image] Sep 24 16:43:38.468 INFO O| Sep 24 16:43:38.468 INFO ok!
85642025-09-24T16:43:40.047Z[ recovery-image] Sep 24 16:43:38.468 INFO O| Sep 24 16:43:38.468 INFO STEP 37 (ensure_file) COMPLETE
85652025-09-24T16:43:40.047Z[ recovery-image] Sep 24 16:43:38.468 INFO O| Sep 24 16:43:38.468 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85662025-09-24T16:43:40.048Z[ recovery-image] Sep 24 16:43:38.482 INFO O| Sep 24 16:43:38.482 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85672025-09-24T16:43:40.048Z[ recovery-image] Sep 24 16:43:38.482 INFO O| Sep 24 16:43:38.482 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85682025-09-24T16:43:40.048Z[ recovery-image] Sep 24 16:43:38.483 INFO O| Sep 24 16:43:38.483 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85692025-09-24T16:43:40.048Z[ recovery-image] Sep 24 16:43:38.483 INFO O| Sep 24 16:43:38.483 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85702025-09-24T16:43:40.048Z[ recovery-image] Sep 24 16:43:38.483 INFO O| Sep 24 16:43:38.483 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85712025-09-24T16:43:40.048Z[ recovery-image] Sep 24 16:43:38.483 INFO O| Sep 24 16:43:38.483 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85722025-09-24T16:43:40.048Z[ recovery-image] Sep 24 16:43:38.483 INFO O| Sep 24 16:43:38.483 INFO ok!
85732025-09-24T16:43:40.049Z[ recovery-image] Sep 24 16:43:38.483 INFO O| Sep 24 16:43:38.483 INFO STEP 38 (ensure_file) COMPLETE
85742025-09-24T16:43:40.049Z[ recovery-image] Sep 24 16:43:38.483 INFO O| Sep 24 16:43:38.483 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85752025-09-24T16:43:40.110Z[ recovery-image] Sep 24 16:43:38.497 INFO O| Sep 24 16:43:38.497 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85762025-09-24T16:43:40.110Z[ recovery-image] Sep 24 16:43:38.497 INFO O| Sep 24 16:43:38.497 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85772025-09-24T16:43:40.110Z[ recovery-image] Sep 24 16:43:38.497 INFO O| Sep 24 16:43:38.497 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85782025-09-24T16:43:40.110Z[ recovery-image] Sep 24 16:43:38.497 INFO O| Sep 24 16:43:38.497 INFO STEP 39 (ensure_dir) COMPLETE
85792025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.497 INFO O| Sep 24 16:43:38.497 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85802025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.514 INFO O| Sep 24 16:43:38.514 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
85812025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.514 INFO O| Sep 24 16:43:38.514 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 ...
85822025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.514 INFO O| Sep 24 16:43:38.514 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
85832025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.514 INFO O| Sep 24 16:43:38.514 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
85842025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.515 INFO O| Sep 24 16:43:38.514 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
85852025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.515 INFO O| Sep 24 16:43:38.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
85862025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.515 INFO O| Sep 24 16:43:38.515 INFO ok!
85872025-09-24T16:43:40.111Z[ recovery-image] Sep 24 16:43:38.515 INFO O| Sep 24 16:43:38.515 INFO STEP 40 (ensure_file) COMPLETE
85882025-09-24T16:43:40.112Z[ recovery-image] Sep 24 16:43:38.515 INFO O| Sep 24 16:43:38.515 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85892025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.528 INFO O| Sep 24 16:43:38.528 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85902025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.528 INFO O| Sep 24 16:43:38.528 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 ...
85912025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.528 INFO O| Sep 24 16:43:38.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85922025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.528 INFO O| Sep 24 16:43:38.528 INFO ok!
85932025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.528 INFO O| Sep 24 16:43:38.528 INFO STEP 41 (ensure_symlink) COMPLETE
85942025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.528 INFO O| Sep 24 16:43:38.528 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85952025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.540 INFO O| Sep 24 16:43:38.540 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85962025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.540 INFO O| Sep 24 16:43:38.540 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85972025-09-24T16:43:40.113Z[ recovery-image] Sep 24 16:43:38.540 INFO O| Sep 24 16:43:38.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85982025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.540 INFO O| Sep 24 16:43:38.540 INFO ok!
85992025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.540 INFO O| Sep 24 16:43:38.540 INFO STEP 42 (ensure_symlink) COMPLETE
86002025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.540 INFO O| Sep 24 16:43:38.540 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86012025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.554 INFO O| Sep 24 16:43:38.554 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86022025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.554 INFO O| Sep 24 16:43:38.554 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86032025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.555 INFO O| Sep 24 16:43:38.555 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86042025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.555 INFO O| Sep 24 16:43:38.555 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86052025-09-24T16:43:40.114Z[ recovery-image] Sep 24 16:43:38.555 INFO O| Sep 24 16:43:38.555 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86062025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.555 INFO O| Sep 24 16:43:38.555 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86072025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.555 INFO O| Sep 24 16:43:38.555 INFO ok!
86082025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.555 INFO O| Sep 24 16:43:38.555 INFO STEP 43 (ensure_file) COMPLETE
86092025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.555 INFO O| Sep 24 16:43:38.555 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86102025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.568 INFO O| Sep 24 16:43:38.568 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86112025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.568 INFO O| Sep 24 16:43:38.568 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 ...
86122025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.569 INFO O| Sep 24 16:43:38.569 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
86132025-09-24T16:43:40.115Z[ recovery-image] Sep 24 16:43:38.569 INFO O| Sep 24 16:43:38.569 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86142025-09-24T16:43:40.116Z[ recovery-image] Sep 24 16:43:38.569 INFO O| Sep 24 16:43:38.569 INFO ok!
86152025-09-24T16:43:40.116Z[ recovery-image] Sep 24 16:43:38.569 INFO O| Sep 24 16:43:38.569 INFO STEP 44 (ensure_file) COMPLETE
86162025-09-24T16:43:40.116Z[ recovery-image] Sep 24 16:43:38.569 INFO O| Sep 24 16:43:38.569 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86172025-09-24T16:43:40.116Z[ recovery-image] Sep 24 16:43:38.582 INFO O| Sep 24 16:43:38.582 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86182025-09-24T16:43:40.116Z[ recovery-image] Sep 24 16:43:38.582 INFO O| Sep 24 16:43:38.582 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86192025-09-24T16:43:40.116Z[ recovery-image] Sep 24 16:43:38.583 INFO O| Sep 24 16:43:38.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86202025-09-24T16:43:40.116Z[ recovery-image] Sep 24 16:43:38.583 INFO O| Sep 24 16:43:38.583 INFO ok!
86212025-09-24T16:43:40.117Z[ recovery-image] Sep 24 16:43:38.583 INFO O| Sep 24 16:43:38.583 INFO STEP 45 (ensure_file) COMPLETE
86222025-09-24T16:43:40.117Z[ recovery-image] Sep 24 16:43:38.583 INFO O| Sep 24 16:43:38.583 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86232025-09-24T16:43:40.117Z[ recovery-image] Sep 24 16:43:38.596 INFO O| Sep 24 16:43:38.596 INFO updating shadow file
86242025-09-24T16:43:40.117Z[ recovery-image] Sep 24 16:43:38.596 INFO O| Sep 24 16:43:38.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86252025-09-24T16:43:40.117Z[ recovery-image] Sep 24 16:43:38.596 INFO O| Sep 24 16:43:38.596 INFO STEP 46 (shadow) COMPLETE
86262025-09-24T16:43:40.117Z[ recovery-image] Sep 24 16:43:38.596 INFO O| Sep 24 16:43:38.596 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86272025-09-24T16:43:40.199Z[ recovery-image] Sep 24 16:43:38.610 INFO O| Sep 24 16:43:38.610 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86282025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.610 INFO O| Sep 24 16:43:38.610 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86292025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.611 INFO O| Sep 24 16:43:38.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86302025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.611 INFO O| Sep 24 16:43:38.611 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86312025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.611 INFO O| Sep 24 16:43:38.611 INFO ok!
86322025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.611 INFO O| Sep 24 16:43:38.611 INFO STEP 47 (ensure_file) COMPLETE
86332025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.611 INFO O| Sep 24 16:43:38.611 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.626 INFO O| Sep 24 16:43:38.625 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86352025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.626 INFO O| Sep 24 16:43:38.626 INFO STEP 48 (ensure_dir) COMPLETE
86362025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.626 INFO O| Sep 24 16:43:38.626 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86372025-09-24T16:43:40.200Z[ recovery-image] Sep 24 16:43:38.639 INFO O| Sep 24 16:43:38.639 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86382025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.639 INFO O| Sep 24 16:43:38.639 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86392025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.639 INFO O| Sep 24 16:43:38.639 INFO STEP 49 (ensure_dir) COMPLETE
86402025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.639 INFO O| Sep 24 16:43:38.639 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86412025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.652 INFO O| Sep 24 16:43:38.652 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86422025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.653 INFO O| Sep 24 16:43:38.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86432025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.653 INFO O| Sep 24 16:43:38.653 INFO STEP 50 (ensure_dir) COMPLETE
86442025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.653 INFO O| Sep 24 16:43:38.653 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86452025-09-24T16:43:40.201Z[ recovery-image] Sep 24 16:43:38.667 INFO O| Sep 24 16:43:38.667 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86462025-09-24T16:43:40.202Z[ recovery-image] Sep 24 16:43:38.667 INFO O| Sep 24 16:43:38.667 INFO copying /tmp/.tmpNioZt2/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86472025-09-24T16:43:40.272Z[ recovery-image] Sep 24 16:43:38.731 INFO O| Sep 24 16:43:38.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86482025-09-24T16:43:40.272Z[ recovery-image] Sep 24 16:43:38.731 INFO O| Sep 24 16:43:38.731 INFO ok!
86492025-09-24T16:43:40.273Z[ recovery-image] Sep 24 16:43:38.731 INFO O| Sep 24 16:43:38.731 INFO STEP 51 (ensure_file) COMPLETE
86502025-09-24T16:43:40.273Z[ recovery-image] Sep 24 16:43:38.731 INFO O| Sep 24 16:43:38.731 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512025-09-24T16:43:40.408Z[ recovery-image] Sep 24 16:43:38.769 INFO O| Sep 24 16:43:38.769 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86522025-09-24T16:43:40.408Z[ recovery-image] Sep 24 16:43:38.769 INFO O| Sep 24 16:43:38.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86532025-09-24T16:43:40.408Z[ recovery-image] Sep 24 16:43:38.769 INFO O| Sep 24 16:43:38.769 INFO STEP 52 (ensure_dir) COMPLETE
86542025-09-24T16:43:40.409Z[ recovery-image] Sep 24 16:43:38.769 INFO O| Sep 24 16:43:38.769 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86552025-09-24T16:43:40.409Z[ recovery-image] Sep 24 16:43:38.781 INFO O| Sep 24 16:43:38.781 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86562025-09-24T16:43:40.409Z[ recovery-image] Sep 24 16:43:38.781 INFO O| Sep 24 16:43:38.781 INFO copying /tmp/.tmpNioZt2/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86572025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.781 INFO O| Sep 24 16:43:38.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86582025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.782 INFO O| Sep 24 16:43:38.781 INFO ok!
86592025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.782 INFO O| Sep 24 16:43:38.781 INFO STEP 53 (ensure_file) COMPLETE
86602025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.782 INFO O| Sep 24 16:43:38.781 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86612025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.794 INFO O| Sep 24 16:43:38.794 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86622025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.794 INFO O| Sep 24 16:43:38.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86632025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.794 INFO O| Sep 24 16:43:38.794 INFO STEP 54 (ensure_dir) COMPLETE
86642025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.794 INFO O| Sep 24 16:43:38.794 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86652025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.807 INFO O| Sep 24 16:43:38.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86662025-09-24T16:43:40.410Z[ recovery-image] Sep 24 16:43:38.807 INFO O| Sep 24 16:43:38.807 INFO copying /tmp/.tmpNioZt2/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86672025-09-24T16:43:42.205Z[ recovery-image] Sep 24 16:43:40.711 INFO O| Sep 24 16:43:40.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86682025-09-24T16:43:42.206Z[ recovery-image] Sep 24 16:43:40.711 INFO O| Sep 24 16:43:40.710 INFO ok!
86692025-09-24T16:43:42.206Z[ recovery-image] Sep 24 16:43:40.711 INFO O| Sep 24 16:43:40.710 INFO STEP 55 (ensure_file) COMPLETE
86702025-09-24T16:43:42.214Z[ recovery-image] Sep 24 16:43:40.711 INFO O| Sep 24 16:43:40.710 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86712025-09-24T16:43:42.214Z[ recovery-image] Sep 24 16:43:40.725 INFO O| Sep 24 16:43:40.725 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86722025-09-24T16:43:42.214Z[ recovery-image] Sep 24 16:43:40.725 INFO O| Sep 24 16:43:40.725 INFO copying /tmp/.tmpNioZt2/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86732025-09-24T16:43:44.138Z[ recovery-image] Sep 24 16:43:42.622 INFO O| Sep 24 16:43:42.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86742025-09-24T16:43:44.138Z[ recovery-image] Sep 24 16:43:42.622 INFO O| Sep 24 16:43:42.622 INFO ok!
86752025-09-24T16:43:44.148Z[ recovery-image] Sep 24 16:43:42.622 INFO O| Sep 24 16:43:42.622 INFO STEP 56 (ensure_file) COMPLETE
86762025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.622 INFO O| Sep 24 16:43:42.622 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86772025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.638 INFO O| Sep 24 16:43:42.638 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86782025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.638 INFO O| Sep 24 16:43:42.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86792025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.638 INFO O| Sep 24 16:43:42.638 INFO STEP 57 (ensure_dir) COMPLETE
86802025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.638 INFO O| Sep 24 16:43:42.638 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.652 INFO O| Sep 24 16:43:42.652 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86822025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.652 INFO O| Sep 24 16:43:42.652 INFO copying /tmp/.tmpNioZt2/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 ...
86832025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.652 INFO O| Sep 24 16:43:42.652 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
86842025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.652 INFO O| Sep 24 16:43:42.652 INFO ok!
86852025-09-24T16:43:44.149Z[ recovery-image] Sep 24 16:43:42.652 INFO O| Sep 24 16:43:42.652 INFO STEP 58 (ensure_file) COMPLETE
86862025-09-24T16:43:44.150Z[ recovery-image] Sep 24 16:43:42.652 INFO O| Sep 24 16:43:42.652 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86872025-09-24T16:43:44.158Z[ recovery-image] Sep 24 16:43:42.676 INFO O| Sep 24 16:43:42.666 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86882025-09-24T16:43:44.159Z[ recovery-image] Sep 24 16:43:42.676 INFO O| Sep 24 16:43:42.666 INFO copying /tmp/.tmpNioZt2/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 ...
86892025-09-24T16:43:44.160Z[ recovery-image] Sep 24 16:43:42.676 INFO O| Sep 24 16:43:42.666 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
86902025-09-24T16:43:44.166Z[ recovery-image] Sep 24 16:43:42.676 INFO O| Sep 24 16:43:42.666 INFO ok!
86912025-09-24T16:43:44.166Z[ recovery-image] Sep 24 16:43:42.676 INFO O| Sep 24 16:43:42.666 INFO STEP 59 (ensure_file) COMPLETE
86922025-09-24T16:43:44.166Z[ recovery-image] Sep 24 16:43:42.676 INFO O| Sep 24 16:43:42.666 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86932025-09-24T16:43:44.166Z[ recovery-image] Sep 24 16:43:42.680 INFO O| Sep 24 16:43:42.679 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86942025-09-24T16:43:44.166Z[ recovery-image] Sep 24 16:43:42.680 INFO O| Sep 24 16:43:42.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86952025-09-24T16:43:44.167Z[ recovery-image] Sep 24 16:43:42.680 INFO O| Sep 24 16:43:42.680 INFO STEP 60 (ensure_dir) COMPLETE
86962025-09-24T16:43:44.167Z[ recovery-image] Sep 24 16:43:42.680 INFO O| Sep 24 16:43:42.680 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972025-09-24T16:43:44.180Z[ recovery-image] Sep 24 16:43:42.693 INFO O| Sep 24 16:43:42.693 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86982025-09-24T16:43:44.181Z[ recovery-image] Sep 24 16:43:42.694 INFO O| Sep 24 16:43:42.693 INFO copying /tmp/.tmpNioZt2/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 ...
86992025-09-24T16:43:44.181Z[ recovery-image] Sep 24 16:43:42.694 INFO O| Sep 24 16:43:42.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87002025-09-24T16:43:44.181Z[ recovery-image] Sep 24 16:43:42.694 INFO O| Sep 24 16:43:42.694 INFO ok!
87012025-09-24T16:43:44.181Z[ recovery-image] Sep 24 16:43:42.694 INFO O| Sep 24 16:43:42.694 INFO STEP 61 (ensure_file) COMPLETE
87022025-09-24T16:43:44.182Z[ recovery-image] Sep 24 16:43:42.694 INFO O| Sep 24 16:43:42.694 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87032025-09-24T16:43:44.212Z[ recovery-image] Sep 24 16:43:42.708 INFO O| Sep 24 16:43:42.707 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87042025-09-24T16:43:44.212Z[ recovery-image] Sep 24 16:43:42.708 INFO O| Sep 24 16:43:42.707 INFO copying /tmp/.tmpNioZt2/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 ...
87052025-09-24T16:43:44.212Z[ recovery-image] Sep 24 16:43:42.708 INFO O| Sep 24 16:43:42.708 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
87062025-09-24T16:43:44.212Z[ recovery-image] Sep 24 16:43:42.708 INFO O| Sep 24 16:43:42.708 INFO ok!
87072025-09-24T16:43:44.212Z[ recovery-image] Sep 24 16:43:42.708 INFO O| Sep 24 16:43:42.708 INFO STEP 62 (ensure_file) COMPLETE
87082025-09-24T16:43:44.212Z[ recovery-image] Sep 24 16:43:42.708 INFO O| Sep 24 16:43:42.708 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87092025-09-24T16:43:44.213Z[ recovery-image] Sep 24 16:43:42.720 INFO O| Sep 24 16:43:42.720 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87102025-09-24T16:43:44.213Z[ recovery-image] Sep 24 16:43:42.720 INFO O| Sep 24 16:43:42.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87112025-09-24T16:43:44.213Z[ recovery-image] Sep 24 16:43:42.721 INFO O| Sep 24 16:43:42.720 INFO STEP 63 (ensure_dir) COMPLETE
87122025-09-24T16:43:44.213Z[ recovery-image] Sep 24 16:43:42.721 INFO O| Sep 24 16:43:42.720 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87132025-09-24T16:43:44.222Z[ recovery-image] Sep 24 16:43:42.735 INFO O| Sep 24 16:43:42.734 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87142025-09-24T16:43:44.223Z[ recovery-image] Sep 24 16:43:42.735 INFO O| Sep 24 16:43:42.734 INFO copying /tmp/.tmpNioZt2/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 ...
87152025-09-24T16:43:44.223Z[ recovery-image] Sep 24 16:43:42.735 INFO O| Sep 24 16:43:42.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87162025-09-24T16:43:44.223Z[ recovery-image] Sep 24 16:43:42.735 INFO O| Sep 24 16:43:42.735 INFO ok!
87172025-09-24T16:43:44.223Z[ recovery-image] Sep 24 16:43:42.735 INFO O| Sep 24 16:43:42.735 INFO STEP 64 (ensure_file) COMPLETE
87182025-09-24T16:43:44.223Z[ recovery-image] Sep 24 16:43:42.735 INFO O| Sep 24 16:43:42.735 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87192025-09-24T16:43:44.229Z[ recovery-image] Sep 24 16:43:42.748 INFO O| Sep 24 16:43:42.748 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87202025-09-24T16:43:44.229Z[ recovery-image] Sep 24 16:43:42.748 INFO O| Sep 24 16:43:42.748 INFO copying /tmp/.tmpNioZt2/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87212025-09-24T16:43:44.229Z[ recovery-image] Sep 24 16:43:42.748 INFO O| Sep 24 16:43:42.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87222025-09-24T16:43:44.236Z[ recovery-image] Sep 24 16:43:42.748 INFO O| Sep 24 16:43:42.748 INFO ok!
87232025-09-24T16:43:44.236Z[ recovery-image] Sep 24 16:43:42.748 INFO O| Sep 24 16:43:42.748 INFO STEP 65 (ensure_file) COMPLETE
87242025-09-24T16:43:44.237Z[ recovery-image] Sep 24 16:43:42.748 INFO O| Sep 24 16:43:42.748 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87252025-09-24T16:43:44.249Z[ recovery-image] Sep 24 16:43:42.761 INFO O| Sep 24 16:43:42.761 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87262025-09-24T16:43:44.249Z[ recovery-image] Sep 24 16:43:42.761 INFO O| Sep 24 16:43:42.761 INFO STEP 66 (ensure_dir) COMPLETE
87272025-09-24T16:43:44.249Z[ recovery-image] Sep 24 16:43:42.761 INFO O| Sep 24 16:43:42.761 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87282025-09-24T16:43:44.259Z[ recovery-image] Sep 24 16:43:42.775 INFO O| Sep 24 16:43:42.775 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87292025-09-24T16:43:44.259Z[ recovery-image] Sep 24 16:43:42.775 INFO O| Sep 24 16:43:42.775 INFO STEP 67 (ensure_dir) COMPLETE
87302025-09-24T16:43:44.259Z[ recovery-image] Sep 24 16:43:42.775 INFO O| Sep 24 16:43:42.775 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87312025-09-24T16:43:44.268Z[ recovery-image] Sep 24 16:43:42.788 INFO O| Sep 24 16:43:42.788 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87322025-09-24T16:43:44.268Z[ recovery-image] Sep 24 16:43:42.788 INFO O| Sep 24 16:43:42.788 INFO STEP 68 (ensure_dir) COMPLETE
87332025-09-24T16:43:44.269Z[ recovery-image] Sep 24 16:43:42.788 INFO O| Sep 24 16:43:42.788 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87342025-09-24T16:43:44.282Z[ recovery-image] Sep 24 16:43:42.801 INFO O| Sep 24 16:43:42.801 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87352025-09-24T16:43:44.282Z[ recovery-image] Sep 24 16:43:42.801 INFO O| Sep 24 16:43:42.801 INFO STEP 69 (ensure_dir) COMPLETE
87362025-09-24T16:43:44.283Z[ recovery-image] Sep 24 16:43:42.801 INFO O| Sep 24 16:43:42.801 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87372025-09-24T16:43:44.333Z[ recovery-image] Sep 24 16:43:42.853 INFO O| Sep 24 16:43:42.853 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87382025-09-24T16:43:44.333Z[ recovery-image] Sep 24 16:43:42.853 INFO O| Sep 24 16:43:42.853 INFO copying /tmp/.tmpNioZt2/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87392025-09-24T16:43:44.337Z[ recovery-image] Sep 24 16:43:42.854 INFO O| Sep 24 16:43:42.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87402025-09-24T16:43:44.338Z[ recovery-image] Sep 24 16:43:42.854 INFO O| Sep 24 16:43:42.854 INFO ok!
87412025-09-24T16:43:44.338Z[ recovery-image] Sep 24 16:43:42.854 INFO O| Sep 24 16:43:42.854 INFO STEP 70 (ensure_file) COMPLETE
87422025-09-24T16:43:44.338Z[ recovery-image] Sep 24 16:43:42.854 INFO O| Sep 24 16:43:42.854 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87432025-09-24T16:43:44.351Z[ recovery-image] Sep 24 16:43:42.870 INFO O| Sep 24 16:43:42.870 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87442025-09-24T16:43:44.355Z[ recovery-image] Sep 24 16:43:42.870 INFO O| Sep 24 16:43:42.870 INFO STEP 71 (remove_files) COMPLETE
87452025-09-24T16:43:44.355Z[ recovery-image] Sep 24 16:43:42.870 INFO O| Sep 24 16:43:42.870 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87462025-09-24T16:43:44.365Z[ recovery-image] Sep 24 16:43:42.885 INFO O| Sep 24 16:43:42.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87472025-09-24T16:43:44.365Z[ recovery-image] Sep 24 16:43:42.886 INFO O| Sep 24 16:43:42.886 INFO STEP 72 (remove_files) COMPLETE
87482025-09-24T16:43:44.365Z[ recovery-image] Sep 24 16:43:42.886 INFO O| Sep 24 16:43:42.886 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87492025-09-24T16:43:44.381Z[ recovery-image] Sep 24 16:43:42.901 INFO O| Sep 24 16:43:42.900 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87502025-09-24T16:43:44.386Z[ recovery-image] Sep 24 16:43:42.901 INFO O| Sep 24 16:43:42.901 INFO STEP 73 (remove_files) COMPLETE
87512025-09-24T16:43:44.386Z[ recovery-image] Sep 24 16:43:42.901 INFO O| Sep 24 16:43:42.901 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87522025-09-24T16:43:44.397Z[ recovery-image] Sep 24 16:43:42.916 INFO O| Sep 24 16:43:42.916 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87532025-09-24T16:43:44.404Z[ recovery-image] Sep 24 16:43:42.916 INFO O| Sep 24 16:43:42.916 INFO STEP 74 (remove_files) COMPLETE
87542025-09-24T16:43:44.404Z[ recovery-image] Sep 24 16:43:42.916 INFO O| Sep 24 16:43:42.916 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87552025-09-24T16:43:44.414Z[ recovery-image] Sep 24 16:43:42.932 INFO O| Sep 24 16:43:42.932 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87562025-09-24T16:43:44.515Z[ recovery-image] Sep 24 16:43:42.932 INFO O| Sep 24 16:43:42.932 INFO STEP 75 (remove_files) COMPLETE
87572025-09-24T16:43:44.515Z[ recovery-image] Sep 24 16:43:42.932 INFO O| Sep 24 16:43:42.932 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87582025-09-24T16:43:44.515Z[ recovery-image] Sep 24 16:43:42.947 INFO O| Sep 24 16:43:42.947 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87592025-09-24T16:43:44.515Z[ recovery-image] Sep 24 16:43:42.947 INFO O| Sep 24 16:43:42.947 INFO STEP 76 (remove_files) COMPLETE
87602025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.947 INFO O| Sep 24 16:43:42.947 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87612025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.962 INFO O| Sep 24 16:43:42.962 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87622025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.962 INFO O| Sep 24 16:43:42.962 INFO STEP 77 (remove_files) COMPLETE
87632025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.962 INFO O| Sep 24 16:43:42.962 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87642025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.977 INFO O| Sep 24 16:43:42.977 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87652025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.977 INFO O| Sep 24 16:43:42.977 INFO STEP 78 (remove_files) COMPLETE
87662025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.977 INFO O| Sep 24 16:43:42.977 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87672025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.992 INFO O| Sep 24 16:43:42.992 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87682025-09-24T16:43:44.516Z[ recovery-image] Sep 24 16:43:42.992 INFO O| Sep 24 16:43:42.992 INFO STEP 79 (remove_files) COMPLETE
87692025-09-24T16:43:44.517Z[ recovery-image] Sep 24 16:43:42.992 INFO O| Sep 24 16:43:42.992 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87702025-09-24T16:43:44.517Z[ recovery-image] Sep 24 16:43:43.007 INFO O| Sep 24 16:43:43.007 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87712025-09-24T16:43:44.517Z[ recovery-image] Sep 24 16:43:43.007 INFO O| Sep 24 16:43:43.007 INFO STEP 80 (remove_files) COMPLETE
87722025-09-24T16:43:44.517Z[ recovery-image] Sep 24 16:43:43.007 INFO O| Sep 24 16:43:43.007 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87732025-09-24T16:43:44.517Z[ recovery-image] Sep 24 16:43:43.022 INFO O| Sep 24 16:43:43.022 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87742025-09-24T16:43:44.517Z[ recovery-image] Sep 24 16:43:43.023 INFO O| Sep 24 16:43:43.022 INFO STEP 81 (remove_files) COMPLETE
87752025-09-24T16:43:44.517Z[ recovery-image] Sep 24 16:43:43.023 INFO O| Sep 24 16:43:43.023 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87762025-09-24T16:43:44.525Z[ recovery-image] Sep 24 16:43:43.038 INFO O| Sep 24 16:43:43.038 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87772025-09-24T16:43:44.526Z[ recovery-image] Sep 24 16:43:43.038 INFO O| Sep 24 16:43:43.038 INFO STEP 82 (remove_files) COMPLETE
87782025-09-24T16:43:44.526Z[ recovery-image] Sep 24 16:43:43.038 INFO O| Sep 24 16:43:43.038 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87792025-09-24T16:43:44.533Z[ recovery-image] Sep 24 16:43:43.053 INFO O| Sep 24 16:43:43.053 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87802025-09-24T16:43:44.533Z[ recovery-image] Sep 24 16:43:43.053 INFO O| Sep 24 16:43:43.053 INFO STEP 83 (remove_files) COMPLETE
87812025-09-24T16:43:44.533Z[ recovery-image] Sep 24 16:43:43.053 INFO O| Sep 24 16:43:43.053 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87822025-09-24T16:43:44.549Z[ recovery-image] Sep 24 16:43:43.069 INFO O| Sep 24 16:43:43.069 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87832025-09-24T16:43:44.549Z[ recovery-image] Sep 24 16:43:43.069 INFO O| Sep 24 16:43:43.069 INFO STEP 84 (remove_files) COMPLETE
87842025-09-24T16:43:44.554Z[ recovery-image] Sep 24 16:43:43.069 INFO O| Sep 24 16:43:43.069 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852025-09-24T16:43:44.565Z[ recovery-image] Sep 24 16:43:43.085 INFO O| Sep 24 16:43:43.085 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87862025-09-24T16:43:44.565Z[ recovery-image] Sep 24 16:43:43.085 INFO O| Sep 24 16:43:43.085 INFO STEP 85 (remove_files) COMPLETE
87872025-09-24T16:43:44.565Z[ recovery-image] Sep 24 16:43:43.085 INFO O| Sep 24 16:43:43.085 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882025-09-24T16:43:44.581Z[ recovery-image] Sep 24 16:43:43.101 INFO O| Sep 24 16:43:43.101 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87892025-09-24T16:43:44.582Z[ recovery-image] Sep 24 16:43:43.101 INFO O| Sep 24 16:43:43.101 INFO STEP 86 (remove_files) COMPLETE
87902025-09-24T16:43:44.589Z[ recovery-image] Sep 24 16:43:43.101 INFO O| Sep 24 16:43:43.101 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912025-09-24T16:43:44.596Z[ recovery-image] Sep 24 16:43:43.116 INFO O| Sep 24 16:43:43.116 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87922025-09-24T16:43:44.597Z[ recovery-image] Sep 24 16:43:43.116 INFO O| Sep 24 16:43:43.116 INFO STEP 87 (remove_files) COMPLETE
87932025-09-24T16:43:44.597Z[ recovery-image] Sep 24 16:43:43.116 INFO O| Sep 24 16:43:43.116 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87942025-09-24T16:43:44.612Z[ recovery-image] Sep 24 16:43:43.131 INFO O| Sep 24 16:43:43.130 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87952025-09-24T16:43:44.612Z[ recovery-image] Sep 24 16:43:43.131 INFO O| Sep 24 16:43:43.131 INFO STEP 88 (remove_files) COMPLETE
87962025-09-24T16:43:44.612Z[ recovery-image] Sep 24 16:43:43.131 INFO O| Sep 24 16:43:43.131 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87972025-09-24T16:43:44.628Z[ recovery-image] Sep 24 16:43:43.147 INFO O| Sep 24 16:43:43.147 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87982025-09-24T16:43:44.628Z[ recovery-image] Sep 24 16:43:43.148 INFO O| Sep 24 16:43:43.148 INFO STEP 89 (remove_files) COMPLETE
87992025-09-24T16:43:44.628Z[ recovery-image] Sep 24 16:43:43.148 INFO O| Sep 24 16:43:43.148 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88002025-09-24T16:43:44.644Z[ recovery-image] Sep 24 16:43:43.162 INFO O| Sep 24 16:43:43.162 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88012025-09-24T16:43:44.644Z[ recovery-image] Sep 24 16:43:43.162 INFO O| Sep 24 16:43:43.162 INFO STEP 90 (remove_files) COMPLETE
88022025-09-24T16:43:44.654Z[ recovery-image] Sep 24 16:43:43.162 INFO O| Sep 24 16:43:43.162 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88032025-09-24T16:43:44.660Z[ recovery-image] Sep 24 16:43:43.176 INFO O| Sep 24 16:43:43.176 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88042025-09-24T16:43:44.660Z[ recovery-image] Sep 24 16:43:43.176 INFO O| Sep 24 16:43:43.176 INFO STEP 91 (remove_files) COMPLETE
88052025-09-24T16:43:44.660Z[ recovery-image] Sep 24 16:43:43.176 INFO O| Sep 24 16:43:43.176 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88062025-09-24T16:43:44.672Z[ recovery-image] Sep 24 16:43:43.191 INFO O| Sep 24 16:43:43.191 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88072025-09-24T16:43:44.672Z[ recovery-image] Sep 24 16:43:43.191 INFO O| Sep 24 16:43:43.191 INFO STEP 92 (remove_files) COMPLETE
88082025-09-24T16:43:44.672Z[ recovery-image] Sep 24 16:43:43.191 INFO O| Sep 24 16:43:43.191 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88092025-09-24T16:43:44.695Z[ recovery-image] Sep 24 16:43:43.206 INFO O| Sep 24 16:43:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88102025-09-24T16:43:44.696Z[ recovery-image] Sep 24 16:43:43.206 INFO O| Sep 24 16:43:43.206 INFO STEP 93 (remove_files) COMPLETE
88112025-09-24T16:43:44.701Z[ recovery-image] Sep 24 16:43:43.206 INFO O| Sep 24 16:43:43.206 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88122025-09-24T16:43:44.706Z[ recovery-image] Sep 24 16:43:43.221 INFO O| Sep 24 16:43:43.221 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88132025-09-24T16:43:44.706Z[ recovery-image] Sep 24 16:43:43.222 INFO O| Sep 24 16:43:43.222 INFO STEP 94 (remove_files) COMPLETE
88142025-09-24T16:43:44.706Z[ recovery-image] Sep 24 16:43:43.222 INFO O| Sep 24 16:43:43.222 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88152025-09-24T16:43:44.715Z[ recovery-image] Sep 24 16:43:43.235 INFO O| Sep 24 16:43:43.235 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88162025-09-24T16:43:44.715Z[ recovery-image] Sep 24 16:43:43.235 INFO O| Sep 24 16:43:43.235 INFO STEP 95 (remove_files) COMPLETE
88172025-09-24T16:43:44.722Z[ recovery-image] Sep 24 16:43:43.235 INFO O| Sep 24 16:43:43.235 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88182025-09-24T16:43:44.729Z[ recovery-image] Sep 24 16:43:43.249 INFO O| Sep 24 16:43:43.249 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88192025-09-24T16:43:44.729Z[ recovery-image] Sep 24 16:43:43.249 INFO O| Sep 24 16:43:43.249 INFO STEP 96 (remove_files) COMPLETE
88202025-09-24T16:43:44.729Z[ recovery-image] Sep 24 16:43:43.249 INFO O| Sep 24 16:43:43.249 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88212025-09-24T16:43:44.742Z[ recovery-image] Sep 24 16:43:43.263 INFO O| Sep 24 16:43:43.262 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88222025-09-24T16:43:44.742Z[ recovery-image] Sep 24 16:43:43.263 INFO O| Sep 24 16:43:43.263 INFO STEP 97 (remove_files) COMPLETE
88232025-09-24T16:43:44.743Z[ recovery-image] Sep 24 16:43:43.263 INFO O| Sep 24 16:43:43.263 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88242025-09-24T16:43:44.757Z[ recovery-image] Sep 24 16:43:43.278 INFO O| Sep 24 16:43:43.277 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88252025-09-24T16:43:44.757Z[ recovery-image] Sep 24 16:43:43.278 INFO O| Sep 24 16:43:43.278 INFO STEP 98 (remove_files) COMPLETE
88262025-09-24T16:43:44.757Z[ recovery-image] Sep 24 16:43:43.278 INFO O| Sep 24 16:43:43.278 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88272025-09-24T16:43:44.773Z[ recovery-image] Sep 24 16:43:43.293 INFO O| Sep 24 16:43:43.293 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88282025-09-24T16:43:44.773Z[ recovery-image] Sep 24 16:43:43.293 INFO O| Sep 24 16:43:43.293 INFO STEP 99 (remove_files) COMPLETE
88292025-09-24T16:43:44.773Z[ recovery-image] Sep 24 16:43:43.293 INFO O| Sep 24 16:43:43.293 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88302025-09-24T16:43:44.798Z[ recovery-image] Sep 24 16:43:43.315 INFO O| Sep 24 16:43:43.315 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88312025-09-24T16:43:44.802Z[ recovery-image] Sep 24 16:43:43.316 INFO O| Sep 24 16:43:43.315 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88322025-09-24T16:43:54.537Z[ recovery-image] Sep 24 16:43:53.057 INFO O| Sep 24 16:43:53.057 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
88332025-09-24T16:43:54.537Z[ recovery-image] Sep 24 16:43:53.058 INFO O| Sep 24 16:43:53.057 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88342025-09-24T16:43:54.562Z[ recovery-image] Sep 24 16:43:53.081 INFO O| Sep 24 16:43:53.081 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88352025-09-24T16:43:54.787Z[ recovery-image] Sep 24 16:43:53.307 INFO O| Sep 24 16:43:53.307 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
88362025-09-24T16:43:54.896Z[ recovery-image] Sep 24 16:43:53.416 INFO O| Sep 24 16:43:53.416 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88372025-09-24T16:43:55.027Z[ recovery-image] Sep 24 16:43:53.548 INFO O| Sep 24 16:43:53.548 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88382025-09-24T16:43:55.027Z[ recovery-image] Sep 24 16:43:53.548 INFO O| Sep 24 16:43:53.548 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 ...
88392025-09-24T16:43:55.031Z[ recovery-image] Sep 24 16:43:53.550 INFO O| Sep 24 16:43:53.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88402025-09-24T16:43:55.031Z[ recovery-image] Sep 24 16:43:53.550 INFO O| Sep 24 16:43:53.550 INFO ok!
88412025-09-24T16:43:55.031Z[ recovery-image] Sep 24 16:43:53.550 INFO O| Sep 24 16:43:53.550 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88422025-09-24T16:43:55.031Z[ recovery-image] Sep 24 16:43:53.550 INFO O| Sep 24 16:43:53.550 INFO STEP 100 (seed_smf) COMPLETE
88432025-09-24T16:43:55.031Z[ recovery-image] Sep 24 16:43:53.550 INFO O| Sep 24 16:43:53.550 INFO steps complete; finalising image!
88442025-09-24T16:43:55.031Z[ recovery-image] Sep 24 16:43:53.550 INFO O| Sep 24 16:43:53.550 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88452025-09-24T16:43:55.091Z[ recovery-image] Sep 24 16:43:53.612 INFO O| Sep 24 16:43:53.611 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Sep 24 16:43:53 2025)
88462025-09-24T16:43:55.300Z[ recovery-image] Sep 24 16:43:53.819 INFO O| Sep 24 16:43:53.819 INFO trim TEMPORARY-sled-zfs-recovery: (68% trimmed, started at Wed Sep 24 16:43:53 2025)
88472025-09-24T16:43:55.509Z[ recovery-image] Sep 24 16:43:54.029 INFO O| Sep 24 16:43:54.029 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Wed Sep 24 16:43:53 2025)
88482025-09-24T16:43:55.735Z[ recovery-image] Sep 24 16:43:54.255 INFO O| Sep 24 16:43:54.255 INFO temporary pool has 442M used, 1.32G avail, 1.00x compressratio
88492025-09-24T16:43:55.735Z[ recovery-image] Sep 24 16:43:54.255 INFO O| Sep 24 16:43:54.255 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88502025-09-24T16:43:56.455Z[ recovery-image] Sep 24 16:43:54.976 INFO O| Sep 24 16:43:54.976 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
88512025-09-24T16:43:56.459Z[ recovery-image] Sep 24 16:43:54.976 INFO O| Sep 24 16:43:54.976 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88522025-09-24T16:44:01.888Z[ recovery-image] Sep 24 16:44:00.408 INFO O| Sep 24 16:44:00.408 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88532025-09-24T16:44:01.888Z[ recovery-image] Sep 24 16:44:00.408 INFO O| Sep 24 16:44:00.408 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88542025-09-24T16:44:01.893Z[ recovery-image] Sep 24 16:44:00.408 INFO O| Sep 24 16:44:00.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88552025-09-24T16:44:01.893Z[ recovery-image] Sep 24 16:44:00.408 INFO O| Sep 24 16:44:00.408 INFO completed processing sled/zfs-recovery
88562025-09-24T16:44:01.893Z[ recovery-image] Sep 24 16:44:00.408 INFO O| Sep 24 16:44:00.408 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88572025-09-24T16:44:03.030Z[ recovery-image] Sep 24 16:44:01.550 INFO O| Sep 24 16:44:01.550 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88582025-09-24T16:44:03.251Z[ recovery-image] Sep 24 16:44:01.769 INFO BUILD STRING "heads/stlouis-0-g96c7da9d9d\n"
88592025-09-24T16:44:03.255Z[ recovery-image] Sep 24 16:44:01.771 INFO expanded image name: "recovery ec7a0a7/${os_short_commit} 2025-09-24 15:57" -> "recovery ec7a0a7/96c7da9 2025-09-24 15:57"
88602025-09-24T16:44:03.255Z[ recovery-image] Sep 24 16:44:01.772 INFO output artefacts stored in: "/work/os-recovery"
88612025-09-24T16:44:03.255Z[ recovery-image] Sep 24 16:44:01.772 INFO collecting git info from project "phbl"...
88622025-09-24T16:44:03.322Z[ recovery-image] Sep 24 16:44:01.842 INFO collecting git info from project "pilot"...
88632025-09-24T16:44:03.420Z[ recovery-image] Sep 24 16:44:01.940 INFO collecting git info from project "image-builder"...
88642025-09-24T16:44:03.446Z[ recovery-image] Sep 24 16:44:01.966 INFO collecting git info from project "amd-firmware"...
88652025-09-24T16:44:09.900Z[ recovery-image] Sep 24 16:44:08.420 INFO collecting git info from project "pinprick"...
88662025-09-24T16:44:09.921Z[ recovery-image] Sep 24 16:44:08.440 INFO collecting git info from project "amd-host-image-builder"...
88672025-09-24T16:44:10.039Z[ recovery-image] Sep 24 16:44:08.557 INFO collecting git info from project "chelsio-t6-roms"...
88682025-09-24T16:44:10.107Z[ recovery-image] Sep 24 16:44:08.626 INFO collecting git info from project "bootserver"...
88692025-09-24T16:44:10.129Z[ recovery-image] Sep 24 16:44:08.649 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88702025-09-24T16:44:11.577Z[ recovery-image] Sep 24 16:44:10.096 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88712025-09-24T16:44:12.331Z[ recovery-image] Sep 24 16:44:10.850 INFO creating Oxide boot image...
88722025-09-24T16:44:12.334Z[ recovery-image] Sep 24 16:44:10.853 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery ec7a0a7/96c7da9 2025-09-24 15:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88732025-09-24T16:44:47.350Z[ host-image] Sep 24 16:44:45.867 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23562:20250923T222831Z
88742025-09-24T16:44:47.350Z[ host-image] Sep 24 16:44:45.867 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23562:20250923T222831Z
88752025-09-24T16:44:47.353Z[ host-image] Sep 24 16:44:45.867 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88762025-09-24T16:44:47.353Z[ host-image] Sep 24 16:44:45.867 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88772025-09-24T16:44:47.353Z[ host-image] Sep 24 16:44:45.867 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88782025-09-24T16:44:47.353Z[ host-image] Sep 24 16:44:45.867 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88792025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.868 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88802025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.868 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88812025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.868 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250924T155831Z
88822025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.868 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88832025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.868 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88842025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.868 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23562:20250923T222831Z
88852025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.869 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23562:20250923T222832Z
88862025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.869 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23562:20250923T222832Z
88872025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.870 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23562:20250923T222832Z
88882025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.870 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88892025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.870 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23562:20250923T222833Z
88902025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.870 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23562:20250923T222833Z
88912025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.870 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23562:20250923T222833Z
88922025-09-24T16:44:47.354Z[ host-image] Sep 24 16:44:45.870 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23562:20250923T222833Z
88932025-09-24T16:44:47.359Z[ host-image] Sep 24 16:44:45.870 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23562:20250923T222834Z
88942025-09-24T16:44:47.359Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23562:20250923T222834Z
88952025-09-24T16:44:47.359Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23562:20250923T222834Z
88962025-09-24T16:44:47.359Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23562:20250923T222835Z
88972025-09-24T16:44:47.360Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23562:20250923T222835Z
88982025-09-24T16:44:47.360Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23562:20250923T222835Z
88992025-09-24T16:44:47.360Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23562:20250923T222836Z
89002025-09-24T16:44:47.360Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23562:20250923T222837Z
89012025-09-24T16:44:47.360Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23562:20250923T222838Z
89022025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23562:20250923T222839Z
89032025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.423:20250915T112418Z
89042025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23562:20250923T222840Z
89052025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23562:20250923T222842Z
89062025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.871 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23562:20250923T222843Z
89072025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.872 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23562:20250923T222844Z
89082025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.872 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23562:20250923T222845Z
89092025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.872 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23562:20250923T222845Z
89102025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.876 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89112025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.876 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23562:20250923T222845Z
89122025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.876 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89132025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.876 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89142025-09-24T16:44:47.361Z[ host-image] Sep 24 16:44:45.876 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89152025-09-24T16:44:47.366Z[ host-image] Sep 24 16:44:45.876 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23562:20250923T222845Z
89162025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.876 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89172025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.877 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89182025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.877 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89192025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.877 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89202025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.882 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89212025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.882 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89222025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.882 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89232025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.882 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89242025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.882 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89252025-09-24T16:44:47.367Z[ host-image] Sep 24 16:44:45.882 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89262025-09-24T16:44:47.378Z[ host-image] Sep 24 16:44:45.895 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
89272025-09-24T16:44:47.381Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89282025-09-24T16:44:47.381Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89292025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23562:20250923T222847Z
89302025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23562:20250923T222853Z
89312025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89322025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23562:20250923T222854Z
89332025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89342025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89352025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89362025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89372025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23562:20250923T222854Z
89382025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.896 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89392025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.898 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89402025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.898 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89412025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.898 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89422025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.898 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23562:20250923T222854Z
89432025-09-24T16:44:47.382Z[ host-image] Sep 24 16:44:45.898 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89442025-09-24T16:44:47.386Z[ host-image] Sep 24 16:44:45.903 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89452025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.903 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23562:20250923T222855Z
89462025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.904 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23562:20250923T222855Z
89472025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.904 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23562:20250923T222855Z
89482025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.904 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89492025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.905 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23562:20250923T222856Z
89502025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.905 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23562:20250923T222857Z
89512025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.905 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23562:20250923T222857Z
89522025-09-24T16:44:47.389Z[ host-image] Sep 24 16:44:45.905 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23562:20250923T222857Z
89532025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.908 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89542025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.908 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23562:20250923T222857Z
89552025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.908 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23562:20250923T222858Z
89562025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.908 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89572025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.909 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23562:20250923T222858Z
89582025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.909 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23562:20250923T222859Z
89592025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.909 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23562:20250923T222859Z
89602025-09-24T16:44:47.393Z[ host-image] Sep 24 16:44:45.909 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23562:20250923T222859Z
89612025-09-24T16:44:47.398Z[ host-image] Sep 24 16:44:45.913 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23562:20250923T222859Z
89622025-09-24T16:44:47.398Z[ host-image] Sep 24 16:44:45.913 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89632025-09-24T16:44:47.398Z[ host-image] Sep 24 16:44:45.914 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23562:20250923T222859Z
89642025-09-24T16:44:47.398Z[ host-image] Sep 24 16:44:45.914 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23562:20250923T222859Z
89652025-09-24T16:44:47.398Z[ host-image] Sep 24 16:44:45.914 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23562:20250923T222859Z
89662025-09-24T16:44:47.398Z[ host-image] Sep 24 16:44:45.914 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23562:20250923T222900Z
89672025-09-24T16:44:47.402Z[ host-image] Sep 24 16:44:45.915 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23562:20250923T222900Z
89682025-09-24T16:44:47.402Z[ host-image] Sep 24 16:44:45.915 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23562:20250923T222900Z
89692025-09-24T16:44:47.402Z[ host-image] Sep 24 16:44:45.918 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23562:20250923T222902Z
89702025-09-24T16:44:47.402Z[ host-image] Sep 24 16:44:45.918 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23562:20250923T222901Z
89712025-09-24T16:44:47.403Z[ host-image] Sep 24 16:44:45.919 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23562:20250923T222901Z
89722025-09-24T16:44:47.403Z[ host-image] Sep 24 16:44:45.919 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23562:20250923T222901Z
89732025-09-24T16:44:47.403Z[ host-image] Sep 24 16:44:45.919 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23562:20250923T222902Z
89742025-09-24T16:44:47.410Z[ host-image] Sep 24 16:44:45.927 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23562:20250923T222904Z
89752025-09-24T16:44:47.414Z[ host-image] Sep 24 16:44:45.927 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23562:20250923T222902Z
89762025-09-24T16:44:47.414Z[ host-image] Sep 24 16:44:45.927 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23562:20250923T222902Z
89772025-09-24T16:44:47.415Z[ host-image] Sep 24 16:44:45.927 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89782025-09-24T16:44:47.415Z[ host-image] Sep 24 16:44:45.927 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89792025-09-24T16:44:47.424Z[ host-image] Sep 24 16:44:45.939 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23562:20250923T222902Z
89802025-09-24T16:44:47.424Z[ host-image] Sep 24 16:44:45.939 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89812025-09-24T16:44:47.424Z[ host-image] Sep 24 16:44:45.939 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23562:20250923T222902Z
89822025-09-24T16:44:47.428Z[ host-image] Sep 24 16:44:45.939 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23562:20250923T222902Z
89832025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.939 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23562:20250923T222903Z
89842025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.939 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89852025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.940 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89862025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.940 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23562:20250923T222904Z
89872025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.940 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23562:20250923T222903Z
89882025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.940 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23562:20250923T222904Z
89892025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.941 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23562:20250923T222904Z
89902025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.941 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23562:20250923T222904Z
89912025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.941 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23562:20250923T222904Z
89922025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.943 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89932025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.943 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23562:20250923T222905Z
89942025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.944 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23562:20250923T222905Z
89952025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.944 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23562:20250923T222905Z
89962025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.944 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23562:20250923T222906Z
89972025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.944 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23562:20250923T222906Z
89982025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23562:20250923T222906Z
89992025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90002025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90012025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23562:20250923T222908Z
90022025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23562:20250923T222909Z
90032025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90042025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90052025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.945 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90062025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.946 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90072025-09-24T16:44:47.429Z[ host-image] Sep 24 16:44:45.946 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90082025-09-24T16:44:47.435Z[ host-image] Sep 24 16:44:45.946 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90092025-09-24T16:44:47.435Z[ host-image] Sep 24 16:44:45.948 INFO O| install = pkg://helios-dev/web/curl@8.16.0-2.0:20250922T144538Z
90102025-09-24T16:44:47.435Z[ host-image] Sep 24 16:44:45.948 INFO O| tempdir @ "/tmp/.tmpMgrnMz/tmp"
90112025-09-24T16:44:47.435Z[ host-image] Sep 24 16:44:45.948 INFO O| image root @ "/tmp/.tmpMgrnMz/tmp/root"
90122025-09-24T16:44:47.435Z[ host-image] Sep 24 16:44:45.948 INFO O| creating image...
90132025-09-24T16:44:47.862Z[ host-image] Sep 24 16:44:46.378 INFO O| copying publishers...
90142025-09-24T16:45:18.930Z[ recovery-image] Sep 24 16:45:17.444 INFO O| ok, image written!
90152025-09-24T16:45:18.930Z[ recovery-image] Sep 24 16:45:17.444 INFO O| ok, boot_image_csum file written!
90162025-09-24T16:45:18.940Z[ recovery-image] Sep 24 16:45:17.456 INFO creating boot archive (CPIO)...
90172025-09-24T16:45:18.940Z[ recovery-image] Sep 24 16:45:17.456 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
90182025-09-24T16:45:18.962Z[ recovery-image] Sep 24 16:45:17.478 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90192025-09-24T16:45:18.966Z[ recovery-image] Sep 24 16:45:17.478 INFO E| + outfile=/work/os-recovery/cpio
90202025-09-24T16:45:18.966Z[ recovery-image] Sep 24 16:45:17.478 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90212025-09-24T16:45:18.971Z[ recovery-image] Sep 24 16:45:17.482 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90222025-09-24T16:45:18.971Z[ recovery-image] Sep 24 16:45:17.483 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90232025-09-24T16:45:19.018Z[ recovery-image] Sep 24 16:45:17.533 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90242025-09-24T16:45:19.018Z[ recovery-image] Sep 24 16:45:17.534 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90252025-09-24T16:45:19.028Z[ recovery-image] Sep 24 16:45:17.544 INFO creating compressed cpio/unix for dev loaders...
90262025-09-24T16:45:19.028Z[ recovery-image] Sep 24 16:45:17.544 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
90272025-09-24T16:45:19.472Z[ recovery-image] Sep 24 16:45:17.988 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90282025-09-24T16:45:26.401Z[ recovery-image] Sep 24 16:45:24.893 INFO creating reset image...
90292025-09-24T16:45:26.403Z[ recovery-image] Sep 24 16:45:24.893 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90302025-09-24T16:45:35.356Z[ host-image] Sep 24 16:45:33.803 INFO O| adding properties...
90312025-09-24T16:45:37.558Z[ host-image] Sep 24 16:45:36.072 INFO O| installing packages...
90322025-09-24T16:46:25.390Z[ host-image] Sep 24 16:46:23.901 INFO O| seeding SMF database...
90332025-09-24T16:46:28.080Z[ recovery-image] Sep 24 16:46:26.592 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
90342025-09-24T16:46:28.085Z[ recovery-image] Sep 24 16:46:26.598 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")
90352025-09-24T16:46:28.713Z[ recovery-image] Sep 24 16:46:27.225 INFO E| Updating crates.io index
90362025-09-24T16:46:28.884Z[ recovery-image] Sep 24 16:46:27.396 INFO E| Downloading crates ...
90372025-09-24T16:46:29.074Z[ recovery-image] Sep 24 16:46:27.584 INFO E| Downloaded shared_child v1.1.1
90382025-09-24T16:46:29.078Z[ recovery-image] Sep 24 16:46:27.588 INFO E| Downloaded colorchoice v1.0.4
90392025-09-24T16:46:29.082Z[ recovery-image] Sep 24 16:46:27.590 INFO E| Downloaded anstyle-parse v0.2.7
90402025-09-24T16:46:29.082Z[ recovery-image] Sep 24 16:46:27.593 INFO E| Downloaded shared_thread v0.2.0
90412025-09-24T16:46:29.085Z[ recovery-image] Sep 24 16:46:27.595 INFO E| Downloaded signal-hook-registry v1.4.6
90422025-09-24T16:46:29.085Z[ recovery-image] Sep 24 16:46:27.597 INFO E| Downloaded sigchld v0.2.4
90432025-09-24T16:46:29.088Z[ recovery-image] Sep 24 16:46:27.599 INFO E| Downloaded clap_lex v0.7.5
90442025-09-24T16:46:29.092Z[ recovery-image] Sep 24 16:46:27.601 INFO E| Downloaded os_pipe v1.2.2
90452025-09-24T16:46:29.092Z[ recovery-image] Sep 24 16:46:27.603 INFO E| Downloaded clap_derive v4.5.47
90462025-09-24T16:46:29.096Z[ recovery-image] Sep 24 16:46:27.607 INFO E| Downloaded duct v1.1.0
90472025-09-24T16:46:29.101Z[ recovery-image] Sep 24 16:46:27.610 INFO E| Downloaded anstream v0.6.20
90482025-09-24T16:46:29.106Z[ recovery-image] Sep 24 16:46:27.613 INFO E| Downloaded clap v4.5.47
90492025-09-24T16:46:29.118Z[ recovery-image] Sep 24 16:46:27.629 INFO E| Downloaded anstyle-query v1.1.4
90502025-09-24T16:46:29.122Z[ recovery-image] Sep 24 16:46:27.632 INFO E| Downloaded clap_builder v4.5.47
90512025-09-24T16:46:29.605Z[ recovery-image] Sep 24 16:46:28.117 INFO E| Downloaded libc v0.2.175
90522025-09-24T16:46:29.829Z[ recovery-image] Sep 24 16:46:28.341 INFO E| Compiling libc v0.2.175
90532025-09-24T16:46:29.833Z[ recovery-image] Sep 24 16:46:28.341 INFO E| Compiling proc-macro2 v1.0.101
90542025-09-24T16:46:29.833Z[ recovery-image] Sep 24 16:46:28.341 INFO E| Compiling signal-hook v0.3.18
90552025-09-24T16:46:29.833Z[ recovery-image] Sep 24 16:46:28.341 INFO E| Compiling unicode-ident v1.0.18
90562025-09-24T16:46:29.833Z[ recovery-image] Sep 24 16:46:28.341 INFO E| Compiling utf8parse v0.2.2
90572025-09-24T16:46:29.866Z[ recovery-image] Sep 24 16:46:28.378 INFO E| Compiling is_terminal_polyfill v1.70.1
90582025-09-24T16:46:29.870Z[ recovery-image] Sep 24 16:46:28.378 INFO E| Compiling anstyle-query v1.1.4
90592025-09-24T16:46:29.886Z[ recovery-image] Sep 24 16:46:28.398 INFO E| Compiling colorchoice v1.0.4
90602025-09-24T16:46:30.618Z[ recovery-image] Sep 24 16:46:29.129 INFO E| Compiling anstyle-parse v0.2.7
90612025-09-24T16:46:30.618Z[ recovery-image] Sep 24 16:46:29.129 INFO E| Compiling anstyle v1.0.11
90622025-09-24T16:46:30.630Z[ recovery-image] Sep 24 16:46:29.141 INFO E| Compiling strsim v0.11.1
90632025-09-24T16:46:30.671Z[ recovery-image] Sep 24 16:46:29.183 INFO E| Compiling heck v0.5.0
90642025-09-24T16:46:30.795Z[ recovery-image] Sep 24 16:46:29.306 INFO E| Compiling clap_lex v0.7.5
90652025-09-24T16:46:30.976Z[ recovery-image] Sep 24 16:46:29.488 INFO E| Compiling shared_thread v0.2.0
90662025-09-24T16:46:31.481Z[ recovery-image] Sep 24 16:46:29.993 INFO E| Compiling anstream v0.6.20
90672025-09-24T16:46:32.139Z[ recovery-image] Sep 24 16:46:30.650 INFO E| Compiling clap_builder v4.5.47
90682025-09-24T16:46:32.832Z[ recovery-image] Sep 24 16:46:31.344 INFO E| Compiling quote v1.0.40
90692025-09-24T16:46:33.451Z[ recovery-image] Sep 24 16:46:31.962 INFO E| Compiling signal-hook-registry v1.4.6
90702025-09-24T16:46:33.451Z[ recovery-image] Sep 24 16:46:31.962 INFO E| Compiling os_pipe v1.2.2
90712025-09-24T16:46:33.482Z[ recovery-image] Sep 24 16:46:31.994 INFO E| Compiling syn v2.0.106
90722025-09-24T16:46:34.317Z[ recovery-image] Sep 24 16:46:32.828 INFO E| Compiling sigchld v0.2.4
90732025-09-24T16:46:34.523Z[ recovery-image] Sep 24 16:46:33.032 INFO E| Compiling shared_child v1.1.1
90742025-09-24T16:46:34.946Z[ recovery-image] Sep 24 16:46:33.456 INFO E| Compiling duct v1.1.0
90752025-09-24T16:46:39.849Z[ host-image] Sep 24 16:46:38.360 INFO O| configuring SMF profile...
90762025-09-24T16:46:39.852Z[ host-image] Sep 24 16:46:38.360 INFO O| modifying shadow(5)...
90772025-09-24T16:46:39.852Z[ host-image] Sep 24 16:46:38.360 INFO O| loading user and group database...
90782025-09-24T16:46:39.852Z[ host-image] Sep 24 16:46:38.360 INFO O| loading facet selections...
90792025-09-24T16:46:41.172Z[ host-image] Sep 24 16:46:39.524 INFO O| devel -> true
90802025-09-24T16:46:41.172Z[ host-image] Sep 24 16:46:39.524 INFO O| doc.man -> true
90812025-09-24T16:46:41.172Z[ host-image] Sep 24 16:46:39.524 INFO O| version-lock.shell/ksh93 -> true
90822025-09-24T16:46:41.173Z[ host-image] Sep 24 16:46:39.524 INFO O| version-lock.system/data/hardware-registry -> true
90832025-09-24T16:46:41.173Z[ host-image] Sep 24 16:46:39.524 INFO O| version-lock.system/data/zoneinfo -> true
90842025-09-24T16:46:41.173Z[ host-image] Sep 24 16:46:39.524 INFO O| version-lock.system/microcode/amd -> true
90852025-09-24T16:46:41.173Z[ host-image] Sep 24 16:46:39.524 INFO O| version-lock.system/microcode/intel -> true
90862025-09-24T16:46:41.173Z[ host-image] Sep 24 16:46:39.524 INFO O| version-lock.system/microcode/oxide -> true
90872025-09-24T16:46:41.174Z[ host-image] Sep 24 16:46:39.524 INFO O| assessing packaged files...
90882025-09-24T16:46:42.818Z[ recovery-image] Sep 24 16:46:41.269 INFO E| Compiling clap_derive v4.5.47
90892025-09-24T16:46:47.013Z[ host-image] Sep 24 16:46:45.509 INFO O| creating archive...
90902025-09-24T16:46:47.076Z[ host-image] Sep 24 16:46:45.561 INFO O| missing from packaging:
90912025-09-24T16:46:47.085Z[ host-image] Sep 24 16:46:45.561 INFO O| "etc/.pwd.lock"
90922025-09-24T16:46:47.086Z[ host-image] Sep 24 16:46:45.561 INFO O| "etc/bash"
90932025-09-24T16:46:47.086Z[ host-image] Sep 24 16:46:45.569 INFO O| "etc/svc/profile/generic.xml"
90942025-09-24T16:46:47.086Z[ host-image] Sep 24 16:46:45.569 INFO O| "etc/svc/profile/inetd_services.xml"
90952025-09-24T16:46:47.086Z[ host-image] Sep 24 16:46:45.569 INFO O| "etc/svc/profile/name_service.xml"
90962025-09-24T16:46:47.094Z[ host-image] Sep 24 16:46:45.569 INFO O| "etc/svc/profile/platform.xml"
90972025-09-24T16:46:47.095Z[ host-image] Sep 24 16:46:45.569 INFO O| "etc/svc/profile/platform_omicron1.xml"
90982025-09-24T16:46:47.095Z[ host-image] Sep 24 16:46:45.569 INFO O| "etc/svc/repository.db"
90992025-09-24T16:46:47.095Z[ host-image] Sep 24 16:46:45.583 INFO O| "opt/ooce/share"
91002025-09-24T16:46:47.095Z[ host-image] Sep 24 16:46:45.583 INFO O| "opt/ooce/share/man"
91012025-09-24T16:46:47.095Z[ host-image] Sep 24 16:46:45.583 INFO O| "opt/ooce/share/man/man1"
91022025-09-24T16:46:47.139Z[ host-image] Sep 24 16:46:45.606 INFO O| finishing archive...
91032025-09-24T16:46:47.430Z[ recovery-image] Sep 24 16:46:45.922 INFO E| Compiling clap v4.5.47
91042025-09-24T16:46:47.585Z[ recovery-image] Sep 24 16:46:46.079 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91052025-09-24T16:46:50.000Z[ recovery-image] Sep 24 16:46:48.383 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.59s
91062025-09-24T16:46:50.207Z[ recovery-image] Sep 24 16:46:48.400 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91072025-09-24T16:46:50.639Z[ recovery-image] Sep 24 16:46:49.042 INFO E| Downloading crates ...
91082025-09-24T16:46:50.810Z[ recovery-image] Sep 24 16:46:49.202 INFO E| Downloaded adler2 v2.0.1
91092025-09-24T16:46:50.973Z[ recovery-image] Sep 24 16:46:49.206 INFO E| Downloaded bit_field v0.10.3
91102025-09-24T16:46:50.973Z[ recovery-image] Sep 24 16:46:49.207 INFO E| Downloaded bitstruct_derive v0.1.0
91112025-09-24T16:46:50.973Z[ recovery-image] Sep 24 16:46:49.208 INFO E| Downloaded bitstruct v0.1.1
91122025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.216 INFO E| Downloaded bitflags v2.9.4
91132025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.221 INFO E| Downloaded seq-macro v0.3.6
91142025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.223 INFO E| Downloaded scroll_derive v0.13.0
91152025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.227 INFO E| Downloaded cpio_reader v0.1.2
91162025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.251 INFO E| Downloaded scroll v0.13.0
91172025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.253 INFO E| Downloaded miniz_oxide v0.8.9
91182025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.261 INFO E| Downloaded raw-cpuid v10.7.0
91192025-09-24T16:46:50.974Z[ recovery-image] Sep 24 16:46:49.317 INFO E| Downloaded goblin v0.10.1
91202025-09-24T16:46:51.182Z[ recovery-image] Sep 24 16:46:49.502 INFO E| Downloaded x86 v0.52.0
91212025-09-24T16:46:51.260Z[ recovery-image] Sep 24 16:46:49.596 INFO E| Updating crates.io index
91222025-09-24T16:46:51.316Z[ host-image] Sep 24 16:46:49.786 INFO O| creating gzonly manifest...
91232025-09-24T16:46:51.355Z[ host-image] Sep 24 16:46:49.798 INFO O| ok
91242025-09-24T16:46:51.422Z[ recovery-image] Sep 24 16:46:49.926 INFO E| Downloading crates ...
91252025-09-24T16:46:51.515Z[ host-image] Sep 24 16:46:49.999 INFO image builder template: ramdisk-02-trim...
91262025-09-24T16:46:51.515Z[ host-image] Sep 24 16:46:49.999 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/.tmpNioZt2/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.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
91272025-09-24T16:46:51.542Z[ recovery-image] Sep 24 16:46:50.026 INFO E| Downloaded rustc-demangle v0.1.26
91282025-09-24T16:46:51.542Z[ recovery-image] Sep 24 16:46:50.029 INFO E| Downloaded rustc-literal-escaper v0.0.5
91292025-09-24T16:46:51.542Z[ recovery-image] Sep 24 16:46:50.031 INFO E| Downloaded getopts v0.2.23
91302025-09-24T16:46:51.542Z[ host-image] Sep 24 16:46:50.032 INFO O| Sep 24 16:46:50.032 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91312025-09-24T16:46:51.583Z[ host-image] Sep 24 16:46:50.037 INFO O| Sep 24 16:46:50.037 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91322025-09-24T16:46:51.584Z[ recovery-image] Sep 24 16:46:50.047 INFO E| Downloaded unicode-width v0.2.1
91332025-09-24T16:46:51.584Z[ recovery-image] Sep 24 16:46:50.058 INFO E| Downloaded hashbrown v0.15.5
91342025-09-24T16:46:51.715Z[ recovery-image] Sep 24 16:46:50.217 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
91352025-09-24T16:46:51.715Z[ recovery-image] Sep 24 16:46:50.217 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
91362025-09-24T16:46:51.715Z[ recovery-image] Sep 24 16:46:50.217 INFO E| Compiling proc-macro2 v1.0.101
91372025-09-24T16:46:51.715Z[ recovery-image] Sep 24 16:46:50.218 INFO E| Compiling unicode-ident v1.0.18
91382025-09-24T16:46:51.715Z[ recovery-image] Sep 24 16:46:50.218 INFO E| Compiling syn v1.0.109
91392025-09-24T16:46:51.715Z[ recovery-image] Sep 24 16:46:50.218 INFO E| Compiling x86 v0.52.0
91402025-09-24T16:46:51.715Z[ recovery-image] Sep 24 16:46:50.218 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91412025-09-24T16:46:51.716Z[ recovery-image] Sep 24 16:46:50.218 INFO E| Compiling seq-macro v0.3.6
91422025-09-24T16:46:51.735Z[ host-image] Sep 24 16:46:50.244 INFO O| Sep 24 16:46:50.244 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91432025-09-24T16:46:51.887Z[ host-image] Sep 24 16:46:50.389 INFO O| Sep 24 16:46:50.388 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91442025-09-24T16:46:51.887Z[ host-image] Sep 24 16:46:50.389 INFO O| Sep 24 16:46:50.389 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91452025-09-24T16:46:51.897Z[ host-image] Sep 24 16:46:50.396 INFO O| Sep 24 16:46:50.396 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91462025-09-24T16:46:51.898Z[ host-image] Sep 24 16:46:50.401 INFO O| Sep 24 16:46:50.401 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91472025-09-24T16:46:51.908Z[ host-image] Sep 24 16:46:50.408 INFO O| Sep 24 16:46:50.408 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91482025-09-24T16:46:52.630Z[ host-image] Sep 24 16:46:51.129 INFO O| Sep 24 16:46:51.129 INFO rolled back to input snapshot; work may begin
91492025-09-24T16:46:52.640Z[ host-image] Sep 24 16:46:51.129 INFO O| Sep 24 16:46:51.129 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91502025-09-24T16:46:52.640Z[ host-image] Sep 24 16:46:51.137 INFO O| Sep 24 16:46:51.137 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512025-09-24T16:46:52.655Z[ host-image] Sep 24 16:46:51.151 INFO O| Sep 24 16:46:51.151 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91522025-09-24T16:46:52.794Z[ host-image] Sep 24 16:46:51.304 INFO O| Sep 24 16:46:51.304 INFO STEP 0 (remove_files) COMPLETE
91532025-09-24T16:46:52.794Z[ host-image] Sep 24 16:46:51.304 INFO O| Sep 24 16:46:51.304 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542025-09-24T16:46:52.813Z[ host-image] Sep 24 16:46:51.320 INFO O| Sep 24 16:46:51.319 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91552025-09-24T16:46:52.821Z[ host-image] Sep 24 16:46:51.322 INFO O| Sep 24 16:46:51.322 INFO STEP 1 (remove_files) COMPLETE
91562025-09-24T16:46:52.823Z[ host-image] Sep 24 16:46:51.322 INFO O| Sep 24 16:46:51.322 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572025-09-24T16:46:52.828Z[ host-image] Sep 24 16:46:51.335 INFO O| Sep 24 16:46:51.335 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91582025-09-24T16:46:52.893Z[ host-image] Sep 24 16:46:51.401 INFO O| Sep 24 16:46:51.401 INFO STEP 2 (remove_files) COMPLETE
91592025-09-24T16:46:52.893Z[ host-image] Sep 24 16:46:51.401 INFO O| Sep 24 16:46:51.401 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91602025-09-24T16:46:52.917Z[ host-image] Sep 24 16:46:51.416 INFO O| Sep 24 16:46:51.416 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91612025-09-24T16:46:52.959Z[ host-image] Sep 24 16:46:51.419 INFO O| Sep 24 16:46:51.419 INFO STEP 3 (remove_files) COMPLETE
91622025-09-24T16:46:52.959Z[ host-image] Sep 24 16:46:51.419 INFO O| Sep 24 16:46:51.419 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632025-09-24T16:46:52.959Z[ host-image] Sep 24 16:46:51.433 INFO O| Sep 24 16:46:51.433 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91642025-09-24T16:46:52.959Z[ host-image] Sep 24 16:46:51.440 INFO O| Sep 24 16:46:51.440 INFO STEP 4 (remove_files) COMPLETE
91652025-09-24T16:46:52.959Z[ host-image] Sep 24 16:46:51.440 INFO O| Sep 24 16:46:51.440 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662025-09-24T16:46:52.999Z[ host-image] Sep 24 16:46:51.455 INFO O| Sep 24 16:46:51.455 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91672025-09-24T16:46:52.999Z[ host-image] Sep 24 16:46:51.461 INFO O| Sep 24 16:46:51.461 INFO STEP 5 (remove_files) COMPLETE
91682025-09-24T16:46:52.999Z[ host-image] Sep 24 16:46:51.461 INFO O| Sep 24 16:46:51.461 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91692025-09-24T16:46:52.999Z[ host-image] Sep 24 16:46:51.476 INFO O| Sep 24 16:46:51.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91702025-09-24T16:46:53.000Z[ host-image] Sep 24 16:46:51.494 INFO O| Sep 24 16:46:51.494 INFO STEP 6 (remove_files) COMPLETE
91712025-09-24T16:46:53.000Z[ host-image] Sep 24 16:46:51.494 INFO O| Sep 24 16:46:51.494 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91722025-09-24T16:46:53.017Z[ host-image] Sep 24 16:46:51.525 INFO O| Sep 24 16:46:51.525 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91732025-09-24T16:46:53.059Z[ host-image] Sep 24 16:46:51.568 INFO O| Sep 24 16:46:51.568 INFO STEP 7 (remove_files) COMPLETE
91742025-09-24T16:46:53.059Z[ host-image] Sep 24 16:46:51.569 INFO O| Sep 24 16:46:51.568 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91752025-09-24T16:46:53.079Z[ host-image] Sep 24 16:46:51.583 INFO O| Sep 24 16:46:51.582 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91762025-09-24T16:46:53.229Z[ host-image] Sep 24 16:46:51.737 INFO O| Sep 24 16:46:51.737 INFO STEP 8 (remove_files) COMPLETE
91772025-09-24T16:46:53.230Z[ host-image] Sep 24 16:46:51.737 INFO O| Sep 24 16:46:51.737 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91782025-09-24T16:46:53.241Z[ host-image] Sep 24 16:46:51.749 INFO O| Sep 24 16:46:51.749 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91792025-09-24T16:46:53.441Z[ host-image] Sep 24 16:46:51.949 INFO O| Sep 24 16:46:51.949 INFO STEP 9 (remove_files) COMPLETE
91802025-09-24T16:46:53.442Z[ host-image] Sep 24 16:46:51.949 INFO O| Sep 24 16:46:51.949 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91812025-09-24T16:46:53.454Z[ host-image] Sep 24 16:46:51.963 INFO O| Sep 24 16:46:51.963 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91822025-09-24T16:46:53.459Z[ host-image] Sep 24 16:46:51.969 INFO O| Sep 24 16:46:51.969 INFO STEP 10 (remove_files) COMPLETE
91832025-09-24T16:46:53.459Z[ host-image] Sep 24 16:46:51.969 INFO O| Sep 24 16:46:51.969 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91842025-09-24T16:46:53.473Z[ host-image] Sep 24 16:46:51.982 INFO O| Sep 24 16:46:51.982 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91852025-09-24T16:46:53.481Z[ host-image] Sep 24 16:46:51.984 INFO O| Sep 24 16:46:51.983 INFO STEP 11 (remove_files) COMPLETE
91862025-09-24T16:46:53.482Z[ host-image] Sep 24 16:46:51.984 INFO O| Sep 24 16:46:51.984 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872025-09-24T16:46:53.528Z[ host-image] Sep 24 16:46:52.034 INFO O| Sep 24 16:46:52.034 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91882025-09-24T16:46:53.538Z[ host-image] Sep 24 16:46:52.037 INFO O| Sep 24 16:46:52.037 INFO STEP 12 (remove_files) COMPLETE
91892025-09-24T16:46:53.538Z[ host-image] Sep 24 16:46:52.037 INFO O| Sep 24 16:46:52.037 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902025-09-24T16:46:54.005Z[ host-image] Sep 24 16:46:52.513 INFO O| Sep 24 16:46:52.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91912025-09-24T16:46:54.011Z[ host-image] Sep 24 16:46:52.514 INFO O| Sep 24 16:46:52.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91922025-09-24T16:46:54.023Z[ host-image] Sep 24 16:46:52.531 INFO O| Sep 24 16:46:52.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91932025-09-24T16:46:54.087Z[ host-image] Sep 24 16:46:52.595 INFO O| Sep 24 16:46:52.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91942025-09-24T16:46:54.123Z[ host-image] Sep 24 16:46:52.630 INFO O| Sep 24 16:46:52.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91952025-09-24T16:46:54.133Z[ host-image] Sep 24 16:46:52.631 INFO O| Sep 24 16:46:52.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91962025-09-24T16:46:54.133Z[ host-image] Sep 24 16:46:52.631 INFO O| Sep 24 16:46:52.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91972025-09-24T16:46:54.145Z[ host-image] Sep 24 16:46:52.631 INFO O| Sep 24 16:46:52.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91982025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.631 INFO O| Sep 24 16:46:52.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91992025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.632 INFO O| Sep 24 16:46:52.632 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92002025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.632 INFO O| Sep 24 16:46:52.632 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92012025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.633 INFO O| Sep 24 16:46:52.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92022025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.633 INFO O| Sep 24 16:46:52.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92032025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.633 INFO O| Sep 24 16:46:52.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92042025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.633 INFO O| Sep 24 16:46:52.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92052025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.633 INFO O| Sep 24 16:46:52.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92062025-09-24T16:46:54.146Z[ host-image] Sep 24 16:46:52.634 INFO O| Sep 24 16:46:52.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92072025-09-24T16:46:54.147Z[ host-image] Sep 24 16:46:52.634 INFO O| Sep 24 16:46:52.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92082025-09-24T16:46:54.147Z[ host-image] Sep 24 16:46:52.634 INFO O| Sep 24 16:46:52.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92092025-09-24T16:46:54.147Z[ host-image] Sep 24 16:46:52.634 INFO O| Sep 24 16:46:52.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92102025-09-24T16:46:54.147Z[ host-image] Sep 24 16:46:52.635 INFO O| Sep 24 16:46:52.635 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92112025-09-24T16:46:54.186Z[ host-image] Sep 24 16:46:52.660 INFO O| Sep 24 16:46:52.660 INFO STEP 13 (remove_files) COMPLETE
92122025-09-24T16:46:54.186Z[ host-image] Sep 24 16:46:52.660 INFO O| Sep 24 16:46:52.660 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132025-09-24T16:46:54.197Z[ host-image] Sep 24 16:46:52.675 INFO O| Sep 24 16:46:52.675 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92142025-09-24T16:46:54.197Z[ host-image] Sep 24 16:46:52.678 INFO O| Sep 24 16:46:52.678 INFO STEP 14 (remove_files) COMPLETE
92152025-09-24T16:46:54.197Z[ host-image] Sep 24 16:46:52.678 INFO O| Sep 24 16:46:52.678 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162025-09-24T16:46:54.197Z[ host-image] Sep 24 16:46:52.692 INFO O| Sep 24 16:46:52.692 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92172025-09-24T16:46:54.204Z[ host-image] Sep 24 16:46:52.703 INFO O| Sep 24 16:46:52.703 INFO STEP 15 (remove_files) COMPLETE
92182025-09-24T16:46:54.205Z[ host-image] Sep 24 16:46:52.703 INFO O| Sep 24 16:46:52.703 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192025-09-24T16:46:54.213Z[ host-image] Sep 24 16:46:52.717 INFO O| Sep 24 16:46:52.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92202025-09-24T16:46:54.213Z[ host-image] Sep 24 16:46:52.718 INFO O| Sep 24 16:46:52.718 INFO STEP 16 (remove_files) COMPLETE
92212025-09-24T16:46:54.214Z[ host-image] Sep 24 16:46:52.718 INFO O| Sep 24 16:46:52.718 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222025-09-24T16:46:54.224Z[ host-image] Sep 24 16:46:52.731 INFO O| Sep 24 16:46:52.730 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92232025-09-24T16:46:54.231Z[ host-image] Sep 24 16:46:52.733 INFO O| Sep 24 16:46:52.732 INFO STEP 17 (remove_files) COMPLETE
92242025-09-24T16:46:54.231Z[ host-image] Sep 24 16:46:52.733 INFO O| Sep 24 16:46:52.733 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252025-09-24T16:46:54.246Z[ host-image] Sep 24 16:46:52.744 INFO O| Sep 24 16:46:52.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92262025-09-24T16:46:54.246Z[ host-image] Sep 24 16:46:52.745 INFO O| Sep 24 16:46:52.745 INFO STEP 18 (remove_files) COMPLETE
92272025-09-24T16:46:54.246Z[ host-image] Sep 24 16:46:52.745 INFO O| Sep 24 16:46:52.745 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282025-09-24T16:46:54.254Z[ host-image] Sep 24 16:46:52.756 INFO O| Sep 24 16:46:52.756 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92292025-09-24T16:46:54.255Z[ host-image] Sep 24 16:46:52.757 INFO O| Sep 24 16:46:52.757 INFO STEP 19 (remove_files) COMPLETE
92302025-09-24T16:46:54.255Z[ host-image] Sep 24 16:46:52.757 INFO O| Sep 24 16:46:52.757 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312025-09-24T16:46:54.263Z[ host-image] Sep 24 16:46:52.769 INFO O| Sep 24 16:46:52.769 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92322025-09-24T16:46:54.272Z[ host-image] Sep 24 16:46:52.769 INFO O| Sep 24 16:46:52.769 INFO STEP 20 (remove_files) COMPLETE
92332025-09-24T16:46:54.272Z[ host-image] Sep 24 16:46:52.770 INFO O| Sep 24 16:46:52.770 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342025-09-24T16:46:54.281Z[ host-image] Sep 24 16:46:52.782 INFO O| Sep 24 16:46:52.782 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92352025-09-24T16:46:54.281Z[ host-image] Sep 24 16:46:52.783 INFO O| Sep 24 16:46:52.782 INFO STEP 21 (remove_files) COMPLETE
92362025-09-24T16:46:54.281Z[ host-image] Sep 24 16:46:52.783 INFO O| Sep 24 16:46:52.783 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372025-09-24T16:46:54.295Z[ host-image] Sep 24 16:46:52.794 INFO O| Sep 24 16:46:52.794 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92382025-09-24T16:46:54.295Z[ host-image] Sep 24 16:46:52.794 INFO O| Sep 24 16:46:52.794 INFO STEP 22 (remove_files) COMPLETE
92392025-09-24T16:46:54.296Z[ host-image] Sep 24 16:46:52.794 INFO O| Sep 24 16:46:52.794 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402025-09-24T16:46:54.305Z[ host-image] Sep 24 16:46:52.805 INFO O| Sep 24 16:46:52.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92412025-09-24T16:46:54.305Z[ host-image] Sep 24 16:46:52.806 INFO O| Sep 24 16:46:52.806 INFO STEP 23 (remove_files) COMPLETE
92422025-09-24T16:46:54.305Z[ host-image] Sep 24 16:46:52.806 INFO O| Sep 24 16:46:52.806 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432025-09-24T16:46:54.316Z[ host-image] Sep 24 16:46:52.816 INFO O| Sep 24 16:46:52.816 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92442025-09-24T16:46:54.316Z[ host-image] Sep 24 16:46:52.816 INFO O| Sep 24 16:46:52.816 INFO STEP 24 (remove_files) COMPLETE
92452025-09-24T16:46:54.316Z[ host-image] Sep 24 16:46:52.817 INFO O| Sep 24 16:46:52.816 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462025-09-24T16:46:54.327Z[ host-image] Sep 24 16:46:52.828 INFO O| Sep 24 16:46:52.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92472025-09-24T16:46:54.330Z[ host-image] Sep 24 16:46:52.828 INFO O| Sep 24 16:46:52.828 INFO STEP 25 (remove_files) COMPLETE
92482025-09-24T16:46:54.330Z[ host-image] Sep 24 16:46:52.828 INFO O| Sep 24 16:46:52.828 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492025-09-24T16:46:54.356Z[ host-image] Sep 24 16:46:52.840 INFO O| Sep 24 16:46:52.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92502025-09-24T16:46:54.356Z[ host-image] Sep 24 16:46:52.840 INFO O| Sep 24 16:46:52.840 INFO STEP 26 (remove_files) COMPLETE
92512025-09-24T16:46:54.356Z[ host-image] Sep 24 16:46:52.840 INFO O| Sep 24 16:46:52.840 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522025-09-24T16:46:54.371Z[ host-image] Sep 24 16:46:52.852 INFO O| Sep 24 16:46:52.852 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92532025-09-24T16:46:54.371Z[ host-image] Sep 24 16:46:52.853 INFO O| Sep 24 16:46:52.853 INFO STEP 27 (remove_files) COMPLETE
92542025-09-24T16:46:54.371Z[ host-image] Sep 24 16:46:52.853 INFO O| Sep 24 16:46:52.853 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92552025-09-24T16:46:54.371Z[ host-image] Sep 24 16:46:52.865 INFO O| Sep 24 16:46:52.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92562025-09-24T16:46:54.371Z[ host-image] Sep 24 16:46:52.865 INFO O| Sep 24 16:46:52.865 INFO STEP 28 (remove_files) COMPLETE
92572025-09-24T16:46:54.371Z[ host-image] Sep 24 16:46:52.865 INFO O| Sep 24 16:46:52.865 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582025-09-24T16:46:54.385Z[ host-image] Sep 24 16:46:52.876 INFO O| Sep 24 16:46:52.876 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92592025-09-24T16:46:54.385Z[ host-image] Sep 24 16:46:52.877 INFO O| Sep 24 16:46:52.877 INFO STEP 29 (remove_files) COMPLETE
92602025-09-24T16:46:54.385Z[ host-image] Sep 24 16:46:52.877 INFO O| Sep 24 16:46:52.877 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92612025-09-24T16:46:54.385Z[ recovery-image] Sep 24 16:46:52.877 INFO E| Compiling quote v1.0.40
92622025-09-24T16:46:54.425Z[ host-image] Sep 24 16:46:52.925 INFO O| Sep 24 16:46:52.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92632025-09-24T16:46:54.437Z[ host-image] Sep 24 16:46:52.926 INFO O| Sep 24 16:46:52.926 INFO STEP 30 (remove_files) COMPLETE
92642025-09-24T16:46:54.439Z[ host-image] Sep 24 16:46:52.926 INFO O| Sep 24 16:46:52.926 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652025-09-24T16:46:54.441Z[ host-image] Sep 24 16:46:52.938 INFO O| Sep 24 16:46:52.937 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92662025-09-24T16:46:54.441Z[ host-image] Sep 24 16:46:52.938 INFO O| Sep 24 16:46:52.938 INFO STEP 31 (remove_files) COMPLETE
92672025-09-24T16:46:54.443Z[ host-image] Sep 24 16:46:52.938 INFO O| Sep 24 16:46:52.938 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682025-09-24T16:46:54.454Z[ host-image] Sep 24 16:46:52.951 INFO O| Sep 24 16:46:52.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92692025-09-24T16:46:54.454Z[ host-image] Sep 24 16:46:52.951 INFO O| Sep 24 16:46:52.951 INFO STEP 32 (remove_files) COMPLETE
92702025-09-24T16:46:54.454Z[ host-image] Sep 24 16:46:52.951 INFO O| Sep 24 16:46:52.951 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712025-09-24T16:46:54.493Z[ host-image] Sep 24 16:46:52.963 INFO O| Sep 24 16:46:52.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92722025-09-24T16:46:54.493Z[ host-image] Sep 24 16:46:52.963 INFO O| Sep 24 16:46:52.963 INFO STEP 33 (remove_files) COMPLETE
92732025-09-24T16:46:54.493Z[ host-image] Sep 24 16:46:52.963 INFO O| Sep 24 16:46:52.963 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742025-09-24T16:46:54.493Z[ host-image] Sep 24 16:46:52.975 INFO O| Sep 24 16:46:52.974 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92752025-09-24T16:46:54.493Z[ host-image] Sep 24 16:46:52.975 INFO O| Sep 24 16:46:52.975 INFO STEP 34 (remove_files) COMPLETE
92762025-09-24T16:46:54.493Z[ host-image] Sep 24 16:46:52.975 INFO O| Sep 24 16:46:52.975 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772025-09-24T16:46:54.499Z[ host-image] Sep 24 16:46:52.986 INFO O| Sep 24 16:46:52.986 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92782025-09-24T16:46:54.499Z[ host-image] Sep 24 16:46:52.986 INFO O| Sep 24 16:46:52.986 INFO STEP 35 (remove_files) COMPLETE
92792025-09-24T16:46:54.499Z[ host-image] Sep 24 16:46:52.986 INFO O| Sep 24 16:46:52.986 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802025-09-24T16:46:54.499Z[ host-image] Sep 24 16:46:52.998 INFO O| Sep 24 16:46:52.998 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92812025-09-24T16:46:54.499Z[ host-image] Sep 24 16:46:52.998 INFO O| Sep 24 16:46:52.998 INFO STEP 36 (remove_files) COMPLETE
92822025-09-24T16:46:54.499Z[ host-image] Sep 24 16:46:52.998 INFO O| Sep 24 16:46:52.998 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832025-09-24T16:46:54.511Z[ host-image] Sep 24 16:46:53.011 INFO O| Sep 24 16:46:53.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92842025-09-24T16:46:54.511Z[ host-image] Sep 24 16:46:53.011 INFO O| Sep 24 16:46:53.011 INFO STEP 37 (remove_files) COMPLETE
92852025-09-24T16:46:54.511Z[ host-image] Sep 24 16:46:53.011 INFO O| Sep 24 16:46:53.011 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862025-09-24T16:46:54.522Z[ host-image] Sep 24 16:46:53.022 INFO O| Sep 24 16:46:53.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92872025-09-24T16:46:54.522Z[ host-image] Sep 24 16:46:53.023 INFO O| Sep 24 16:46:53.023 INFO STEP 38 (remove_files) COMPLETE
92882025-09-24T16:46:54.522Z[ host-image] Sep 24 16:46:53.023 INFO O| Sep 24 16:46:53.023 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892025-09-24T16:46:54.535Z[ host-image] Sep 24 16:46:53.035 INFO O| Sep 24 16:46:53.035 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92902025-09-24T16:46:54.535Z[ host-image] Sep 24 16:46:53.035 INFO O| Sep 24 16:46:53.035 INFO STEP 39 (remove_files) COMPLETE
92912025-09-24T16:46:54.535Z[ host-image] Sep 24 16:46:53.035 INFO O| Sep 24 16:46:53.035 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922025-09-24T16:46:54.551Z[ host-image] Sep 24 16:46:53.047 INFO O| Sep 24 16:46:53.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92932025-09-24T16:46:54.551Z[ host-image] Sep 24 16:46:53.048 INFO O| Sep 24 16:46:53.048 INFO STEP 40 (remove_files) COMPLETE
92942025-09-24T16:46:54.551Z[ host-image] Sep 24 16:46:53.048 INFO O| Sep 24 16:46:53.048 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952025-09-24T16:46:54.565Z[ host-image] Sep 24 16:46:53.060 INFO O| Sep 24 16:46:53.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92962025-09-24T16:46:54.565Z[ host-image] Sep 24 16:46:53.060 INFO O| Sep 24 16:46:53.060 INFO STEP 41 (remove_files) COMPLETE
92972025-09-24T16:46:54.565Z[ host-image] Sep 24 16:46:53.060 INFO O| Sep 24 16:46:53.060 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982025-09-24T16:46:54.589Z[ host-image] Sep 24 16:46:53.073 INFO O| Sep 24 16:46:53.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92992025-09-24T16:46:54.590Z[ host-image] Sep 24 16:46:53.073 INFO O| Sep 24 16:46:53.073 INFO STEP 42 (remove_files) COMPLETE
93002025-09-24T16:46:54.590Z[ host-image] Sep 24 16:46:53.073 INFO O| Sep 24 16:46:53.073 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012025-09-24T16:46:54.596Z[ host-image] Sep 24 16:46:53.086 INFO O| Sep 24 16:46:53.086 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93022025-09-24T16:46:54.596Z[ host-image] Sep 24 16:46:53.086 INFO O| Sep 24 16:46:53.086 INFO STEP 43 (remove_files) COMPLETE
93032025-09-24T16:46:54.596Z[ host-image] Sep 24 16:46:53.086 INFO O| Sep 24 16:46:53.086 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042025-09-24T16:46:54.596Z[ host-image] Sep 24 16:46:53.098 INFO O| Sep 24 16:46:53.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93052025-09-24T16:46:54.596Z[ host-image] Sep 24 16:46:53.098 INFO O| Sep 24 16:46:53.098 INFO STEP 44 (remove_files) COMPLETE
93062025-09-24T16:46:54.596Z[ host-image] Sep 24 16:46:53.098 INFO O| Sep 24 16:46:53.098 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072025-09-24T16:46:54.611Z[ host-image] Sep 24 16:46:53.110 INFO O| Sep 24 16:46:53.110 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93082025-09-24T16:46:54.611Z[ host-image] Sep 24 16:46:53.110 INFO O| Sep 24 16:46:53.110 INFO STEP 45 (remove_files) COMPLETE
93092025-09-24T16:46:54.611Z[ host-image] Sep 24 16:46:53.110 INFO O| Sep 24 16:46:53.110 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102025-09-24T16:46:54.620Z[ host-image] Sep 24 16:46:53.122 INFO O| Sep 24 16:46:53.122 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93112025-09-24T16:46:54.620Z[ host-image] Sep 24 16:46:53.122 INFO O| Sep 24 16:46:53.122 INFO STEP 46 (remove_files) COMPLETE
93122025-09-24T16:46:54.620Z[ host-image] Sep 24 16:46:53.122 INFO O| Sep 24 16:46:53.122 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132025-09-24T16:46:54.629Z[ host-image] Sep 24 16:46:53.135 INFO O| Sep 24 16:46:53.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93142025-09-24T16:46:54.629Z[ host-image] Sep 24 16:46:53.135 INFO O| Sep 24 16:46:53.135 INFO STEP 47 (remove_files) COMPLETE
93152025-09-24T16:46:54.629Z[ host-image] Sep 24 16:46:53.135 INFO O| Sep 24 16:46:53.135 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162025-09-24T16:46:54.642Z[ host-image] Sep 24 16:46:53.148 INFO O| Sep 24 16:46:53.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93172025-09-24T16:46:54.642Z[ host-image] Sep 24 16:46:53.148 INFO O| Sep 24 16:46:53.148 INFO STEP 48 (remove_files) COMPLETE
93182025-09-24T16:46:54.642Z[ host-image] Sep 24 16:46:53.148 INFO O| Sep 24 16:46:53.148 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192025-09-24T16:46:54.654Z[ host-image] Sep 24 16:46:53.161 INFO O| Sep 24 16:46:53.161 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93202025-09-24T16:46:54.654Z[ host-image] Sep 24 16:46:53.161 INFO O| Sep 24 16:46:53.161 INFO STEP 49 (remove_files) COMPLETE
93212025-09-24T16:46:54.660Z[ host-image] Sep 24 16:46:53.161 INFO O| Sep 24 16:46:53.161 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222025-09-24T16:46:54.666Z[ host-image] Sep 24 16:46:53.175 INFO O| Sep 24 16:46:53.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93232025-09-24T16:46:54.666Z[ host-image] Sep 24 16:46:53.175 INFO O| Sep 24 16:46:53.175 INFO STEP 50 (remove_files) COMPLETE
93242025-09-24T16:46:54.666Z[ host-image] Sep 24 16:46:53.175 INFO O| Sep 24 16:46:53.175 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252025-09-24T16:46:54.680Z[ host-image] Sep 24 16:46:53.188 INFO O| Sep 24 16:46:53.188 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93262025-09-24T16:46:54.680Z[ host-image] Sep 24 16:46:53.188 INFO O| Sep 24 16:46:53.188 INFO STEP 51 (remove_files) COMPLETE
93272025-09-24T16:46:54.686Z[ host-image] Sep 24 16:46:53.188 INFO O| Sep 24 16:46:53.188 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282025-09-24T16:46:54.695Z[ host-image] Sep 24 16:46:53.201 INFO O| Sep 24 16:46:53.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93292025-09-24T16:46:54.696Z[ host-image] Sep 24 16:46:53.201 INFO O| Sep 24 16:46:53.201 INFO STEP 52 (remove_files) COMPLETE
93302025-09-24T16:46:54.696Z[ host-image] Sep 24 16:46:53.201 INFO O| Sep 24 16:46:53.201 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312025-09-24T16:46:54.704Z[ host-image] Sep 24 16:46:53.214 INFO O| Sep 24 16:46:53.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93322025-09-24T16:46:54.704Z[ host-image] Sep 24 16:46:53.214 INFO O| Sep 24 16:46:53.214 INFO STEP 53 (remove_files) COMPLETE
93332025-09-24T16:46:54.705Z[ host-image] Sep 24 16:46:53.214 INFO O| Sep 24 16:46:53.214 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342025-09-24T16:46:54.720Z[ host-image] Sep 24 16:46:53.227 INFO O| Sep 24 16:46:53.227 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93352025-09-24T16:46:54.720Z[ host-image] Sep 24 16:46:53.227 INFO O| Sep 24 16:46:53.227 INFO STEP 54 (remove_files) COMPLETE
93362025-09-24T16:46:54.730Z[ host-image] Sep 24 16:46:53.227 INFO O| Sep 24 16:46:53.227 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372025-09-24T16:46:54.739Z[ host-image] Sep 24 16:46:53.240 INFO O| Sep 24 16:46:53.240 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93382025-09-24T16:46:54.740Z[ host-image] Sep 24 16:46:53.240 INFO O| Sep 24 16:46:53.240 INFO STEP 55 (remove_files) COMPLETE
93392025-09-24T16:46:54.740Z[ host-image] Sep 24 16:46:53.240 INFO O| Sep 24 16:46:53.240 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402025-09-24T16:46:54.748Z[ host-image] Sep 24 16:46:53.253 INFO O| Sep 24 16:46:53.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93412025-09-24T16:46:54.748Z[ host-image] Sep 24 16:46:53.253 INFO O| Sep 24 16:46:53.253 INFO STEP 56 (remove_files) COMPLETE
93422025-09-24T16:46:54.748Z[ host-image] Sep 24 16:46:53.253 INFO O| Sep 24 16:46:53.253 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432025-09-24T16:46:54.759Z[ host-image] Sep 24 16:46:53.266 INFO O| Sep 24 16:46:53.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93442025-09-24T16:46:54.759Z[ host-image] Sep 24 16:46:53.266 INFO O| Sep 24 16:46:53.266 INFO STEP 57 (remove_files) COMPLETE
93452025-09-24T16:46:54.769Z[ host-image] Sep 24 16:46:53.266 INFO O| Sep 24 16:46:53.266 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462025-09-24T16:46:54.776Z[ host-image] Sep 24 16:46:53.278 INFO O| Sep 24 16:46:53.278 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93472025-09-24T16:46:54.776Z[ host-image] Sep 24 16:46:53.278 INFO O| Sep 24 16:46:53.278 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93482025-09-24T16:46:54.776Z[ host-image] Sep 24 16:46:53.279 INFO O| Sep 24 16:46:53.278 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93492025-09-24T16:46:54.776Z[ host-image] Sep 24 16:46:53.279 INFO O| Sep 24 16:46:53.279 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93502025-09-24T16:46:54.776Z[ host-image] Sep 24 16:46:53.279 INFO O| Sep 24 16:46:53.279 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93512025-09-24T16:46:54.776Z[ host-image] Sep 24 16:46:53.279 INFO O| Sep 24 16:46:53.279 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93522025-09-24T16:46:54.777Z[ host-image] Sep 24 16:46:53.279 INFO O| Sep 24 16:46:53.279 INFO ok!
93532025-09-24T16:46:54.777Z[ host-image] Sep 24 16:46:53.279 INFO O| Sep 24 16:46:53.279 INFO STEP 58 (ensure_file) COMPLETE
93542025-09-24T16:46:54.777Z[ host-image] Sep 24 16:46:53.279 INFO O| Sep 24 16:46:53.279 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93562025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93572025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93582025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93592025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93602025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93612025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO ok!
93622025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO STEP 59 (ensure_file) COMPLETE
93632025-09-24T16:46:54.788Z[ host-image] Sep 24 16:46:53.291 INFO O| Sep 24 16:46:53.291 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642025-09-24T16:46:54.800Z[ host-image] Sep 24 16:46:53.304 INFO O| Sep 24 16:46:53.304 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93652025-09-24T16:46:54.800Z[ host-image] Sep 24 16:46:53.304 INFO O| Sep 24 16:46:53.304 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93662025-09-24T16:46:54.800Z[ host-image] Sep 24 16:46:53.304 INFO O| Sep 24 16:46:53.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93672025-09-24T16:46:54.800Z[ host-image] Sep 24 16:46:53.304 INFO O| Sep 24 16:46:53.304 INFO ok!
93682025-09-24T16:46:54.800Z[ host-image] Sep 24 16:46:53.304 INFO O| Sep 24 16:46:53.304 INFO STEP 60 (ensure_file) COMPLETE
93692025-09-24T16:46:54.800Z[ host-image] Sep 24 16:46:53.304 INFO O| Sep 24 16:46:53.304 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702025-09-24T16:46:54.805Z[ recovery-image] Sep 24 16:46:53.309 INFO E| Compiling syn v2.0.106
93712025-09-24T16:46:54.814Z[ host-image] Sep 24 16:46:53.318 INFO O| Sep 24 16:46:53.318 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93722025-09-24T16:46:54.814Z[ host-image] Sep 24 16:46:53.318 INFO O| Sep 24 16:46:53.318 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93732025-09-24T16:46:54.814Z[ host-image] Sep 24 16:46:53.318 INFO O| Sep 24 16:46:53.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93742025-09-24T16:46:54.814Z[ host-image] Sep 24 16:46:53.318 INFO O| Sep 24 16:46:53.318 INFO ok!
93752025-09-24T16:46:54.814Z[ host-image] Sep 24 16:46:53.318 INFO O| Sep 24 16:46:53.318 INFO STEP 61 (ensure_file) COMPLETE
93762025-09-24T16:46:54.814Z[ host-image] Sep 24 16:46:53.318 INFO O| Sep 24 16:46:53.318 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93772025-09-24T16:46:54.821Z[ host-image] Sep 24 16:46:53.331 INFO O| Sep 24 16:46:53.331 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93782025-09-24T16:46:54.822Z[ host-image] Sep 24 16:46:53.331 INFO O| Sep 24 16:46:53.331 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93792025-09-24T16:46:54.822Z[ host-image] Sep 24 16:46:53.332 INFO O| Sep 24 16:46:53.331 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93802025-09-24T16:46:54.831Z[ host-image] Sep 24 16:46:53.332 INFO O| Sep 24 16:46:53.332 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93812025-09-24T16:46:54.831Z[ host-image] Sep 24 16:46:53.332 INFO O| Sep 24 16:46:53.332 INFO ok!
93822025-09-24T16:46:54.838Z[ host-image] Sep 24 16:46:53.332 INFO O| Sep 24 16:46:53.332 INFO STEP 62 (ensure_file) COMPLETE
93832025-09-24T16:46:54.838Z[ host-image] Sep 24 16:46:53.332 INFO O| Sep 24 16:46:53.332 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93842025-09-24T16:46:54.838Z[ host-image] Sep 24 16:46:53.346 INFO O| Sep 24 16:46:53.346 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93852025-09-24T16:46:54.838Z[ host-image] Sep 24 16:46:53.346 INFO O| Sep 24 16:46:53.346 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93862025-09-24T16:46:54.839Z[ host-image] Sep 24 16:46:53.346 INFO O| Sep 24 16:46:53.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93872025-09-24T16:46:54.839Z[ host-image] Sep 24 16:46:53.346 INFO O| Sep 24 16:46:53.346 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93882025-09-24T16:46:54.839Z[ host-image] Sep 24 16:46:53.346 INFO O| Sep 24 16:46:53.346 INFO ok!
93892025-09-24T16:46:54.839Z[ host-image] Sep 24 16:46:53.346 INFO O| Sep 24 16:46:53.346 INFO STEP 63 (ensure_file) COMPLETE
93902025-09-24T16:46:54.839Z[ host-image] Sep 24 16:46:53.346 INFO O| Sep 24 16:46:53.346 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93912025-09-24T16:46:54.855Z[ host-image] Sep 24 16:46:53.360 INFO O| Sep 24 16:46:53.360 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93922025-09-24T16:46:54.855Z[ host-image] Sep 24 16:46:53.360 INFO O| Sep 24 16:46:53.360 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93932025-09-24T16:46:54.868Z[ host-image] Sep 24 16:46:53.360 INFO O| Sep 24 16:46:53.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93942025-09-24T16:46:54.868Z[ host-image] Sep 24 16:46:53.360 INFO O| Sep 24 16:46:53.360 INFO ok!
93952025-09-24T16:46:54.868Z[ host-image] Sep 24 16:46:53.360 INFO O| Sep 24 16:46:53.360 INFO STEP 64 (assemble_files) COMPLETE
93962025-09-24T16:46:54.868Z[ host-image] Sep 24 16:46:53.360 INFO O| Sep 24 16:46:53.360 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972025-09-24T16:46:54.868Z[ host-image] Sep 24 16:46:53.373 INFO O| Sep 24 16:46:53.373 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93982025-09-24T16:46:54.869Z[ host-image] Sep 24 16:46:53.373 INFO O| Sep 24 16:46:53.373 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93992025-09-24T16:46:54.869Z[ host-image] Sep 24 16:46:53.373 INFO O| Sep 24 16:46:53.373 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94002025-09-24T16:46:54.869Z[ host-image] Sep 24 16:46:53.373 INFO O| Sep 24 16:46:53.373 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94012025-09-24T16:46:54.869Z[ host-image] Sep 24 16:46:53.373 INFO O| Sep 24 16:46:53.373 INFO ok!
94022025-09-24T16:46:54.869Z[ host-image] Sep 24 16:46:53.374 INFO O| Sep 24 16:46:53.373 INFO STEP 65 (ensure_file) COMPLETE
94032025-09-24T16:46:54.869Z[ host-image] Sep 24 16:46:53.374 INFO O| Sep 24 16:46:53.373 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94042025-09-24T16:46:54.878Z[ host-image] Sep 24 16:46:53.388 INFO O| Sep 24 16:46:53.388 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94052025-09-24T16:46:54.879Z[ host-image] Sep 24 16:46:53.388 INFO O| Sep 24 16:46:53.388 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94062025-09-24T16:46:54.888Z[ host-image] Sep 24 16:46:53.388 INFO O| Sep 24 16:46:53.388 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94072025-09-24T16:46:54.888Z[ host-image] Sep 24 16:46:53.388 INFO O| Sep 24 16:46:53.388 INFO STEP 66 (ensure_dir) COMPLETE
94082025-09-24T16:46:54.888Z[ host-image] Sep 24 16:46:53.388 INFO O| Sep 24 16:46:53.388 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092025-09-24T16:46:54.895Z[ host-image] Sep 24 16:46:53.401 INFO O| Sep 24 16:46:53.401 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94102025-09-24T16:46:54.895Z[ host-image] Sep 24 16:46:53.401 INFO O| Sep 24 16:46:53.401 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 ...
94112025-09-24T16:46:54.903Z[ host-image] Sep 24 16:46:53.411 INFO O| Sep 24 16:46:53.411 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
94122025-09-24T16:46:54.903Z[ host-image] Sep 24 16:46:53.411 INFO O| Sep 24 16:46:53.411 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94132025-09-24T16:46:54.903Z[ host-image] Sep 24 16:46:53.411 INFO O| Sep 24 16:46:53.411 INFO ok!
94142025-09-24T16:46:54.903Z[ host-image] Sep 24 16:46:53.411 INFO O| Sep 24 16:46:53.411 INFO STEP 67 (ensure_file) COMPLETE
94152025-09-24T16:46:54.911Z[ host-image] Sep 24 16:46:53.411 INFO O| Sep 24 16:46:53.411 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162025-09-24T16:46:54.920Z[ host-image] Sep 24 16:46:53.425 INFO O| Sep 24 16:46:53.425 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94172025-09-24T16:46:54.920Z[ host-image] Sep 24 16:46:53.425 INFO O| Sep 24 16:46:53.425 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 ...
94182025-09-24T16:46:54.920Z[ host-image] Sep 24 16:46:53.425 INFO O| Sep 24 16:46:53.425 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
94192025-09-24T16:46:54.931Z[ host-image] Sep 24 16:46:53.425 INFO O| Sep 24 16:46:53.425 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94202025-09-24T16:46:54.931Z[ host-image] Sep 24 16:46:53.425 INFO O| Sep 24 16:46:53.425 INFO ok!
94212025-09-24T16:46:54.931Z[ host-image] Sep 24 16:46:53.425 INFO O| Sep 24 16:46:53.425 INFO STEP 68 (ensure_file) COMPLETE
94222025-09-24T16:46:54.931Z[ host-image] Sep 24 16:46:53.425 INFO O| Sep 24 16:46:53.425 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232025-09-24T16:46:54.936Z[ host-image] Sep 24 16:46:53.445 INFO O| Sep 24 16:46:53.445 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94242025-09-24T16:46:54.944Z[ host-image] Sep 24 16:46:53.446 INFO O| Sep 24 16:46:53.445 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94252025-09-24T16:46:58.798Z[ host-image] Sep 24 16:46:57.304 INFO O| Sep 24 16:46:57.304 INFO STEP 69 (pack_tar) COMPLETE
94262025-09-24T16:46:58.798Z[ host-image] Sep 24 16:46:57.304 INFO O| Sep 24 16:46:57.304 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94272025-09-24T16:46:58.804Z[ host-image] Sep 24 16:46:57.304 INFO O| Sep 24 16:46:57.304 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94282025-09-24T16:46:59.110Z[ host-image] Sep 24 16:46:57.620 INFO O| Sep 24 16:46:57.620 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94292025-09-24T16:46:59.227Z[ host-image] Sep 24 16:46:57.736 INFO O| Sep 24 16:46:57.736 INFO completed processing sled/ramdisk-02-trim
94302025-09-24T16:46:59.237Z[ host-image] Sep 24 16:46:57.738 INFO image builder template: zfs...
94312025-09-24T16:46:59.237Z[ host-image] Sep 24 16:46:57.738 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/.tmpNioZt2/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.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None
94322025-09-24T16:46:59.255Z[ host-image] Sep 24 16:46:57.761 INFO O| Sep 24 16:46:57.761 INFO skip include "stress" because feature "stress" is not enabled
94332025-09-24T16:46:59.255Z[ host-image] Sep 24 16:46:57.761 INFO O| Sep 24 16:46:57.761 INFO skip include "stress" because feature "compliance" is not enabled
94342025-09-24T16:46:59.308Z[ host-image] Sep 24 16:46:57.815 INFO O| Sep 24 16:46:57.815 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94352025-09-24T16:46:59.317Z[ host-image] Sep 24 16:46:57.821 INFO O| Sep 24 16:46:57.821 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94362025-09-24T16:46:59.395Z[ host-image] Sep 24 16:46:57.903 INFO O| Sep 24 16:46:57.903 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94372025-09-24T16:46:59.470Z[ host-image] Sep 24 16:46:57.978 INFO O| Sep 24 16:46:57.978 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94382025-09-24T16:46:59.470Z[ host-image] Sep 24 16:46:57.978 INFO O| Sep 24 16:46:57.978 INFO work dataset: rpool/images/build/host/work/sled/zfs
94392025-09-24T16:46:59.479Z[ host-image] Sep 24 16:46:57.984 INFO O| Sep 24 16:46:57.984 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94402025-09-24T16:46:59.632Z[ host-image] Sep 24 16:46:58.140 INFO O| Sep 24 16:46:58.140 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94412025-09-24T16:46:59.704Z[ host-image] Sep 24 16:46:58.210 INFO O| Sep 24 16:46:58.210 INFO DESTROY POOL: TEMPORARY-sled-zfs
94422025-09-24T16:46:59.716Z[ host-image] Sep 24 16:46:58.224 INFO O| Sep 24 16:46:58.224 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94432025-09-24T16:46:59.723Z[ host-image] Sep 24 16:46:58.232 INFO O| Sep 24 16:46:58.232 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94442025-09-24T16:46:59.723Z[ host-image] Sep 24 16:46:58.232 INFO O| Sep 24 16:46:58.232 INFO no lofi found
94452025-09-24T16:46:59.723Z[ host-image] Sep 24 16:46:58.232 INFO O| Sep 24 16:46:58.232 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94462025-09-24T16:46:59.731Z[ host-image] Sep 24 16:46:58.232 INFO O| Sep 24 16:46:58.232 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94472025-09-24T16:47:00.943Z[ recovery-image] Sep 24 16:46:59.452 INFO E| Compiling scroll_derive v0.13.0
94482025-09-24T16:47:01.494Z[ host-image] Sep 24 16:47:00.003 INFO O| Sep 24 16:47:00.003 INFO lofi device = /dev/dsk/c2t1d0p0
94492025-09-24T16:47:01.498Z[ host-image] Sep 24 16:47:00.003 INFO O| Sep 24 16:47:00.003 INFO pool device = /dev/dsk/c2t1d0p0
94502025-09-24T16:47:01.498Z[ host-image] Sep 24 16:47:00.003 INFO O| Sep 24 16:47:00.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"]
94512025-09-24T16:47:01.838Z[ host-image] Sep 24 16:47:00.348 INFO O| Sep 24 16:47:00.348 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94522025-09-24T16:47:01.838Z[ host-image] Sep 24 16:47:00.348 INFO O| Sep 24 16:47:00.348 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94532025-09-24T16:47:01.873Z[ host-image] Sep 24 16:47:00.382 INFO O| Sep 24 16:47:00.382 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94542025-09-24T16:47:02.009Z[ host-image] Sep 24 16:47:00.519 INFO O| Sep 24 16:47:00.519 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94552025-09-24T16:47:02.060Z[ host-image] Sep 24 16:47:00.570 INFO O| Sep 24 16:47:00.570 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94562025-09-24T16:47:02.083Z[ host-image] Sep 24 16:47:00.593 INFO O| Sep 24 16:47:00.593 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94572025-09-24T16:47:02.105Z[ host-image] Sep 24 16:47:00.615 INFO O| Sep 24 16:47:00.615 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94582025-09-24T16:47:02.167Z[ host-image] Sep 24 16:47:00.677 INFO O| Sep 24 16:47:00.677 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94592025-09-24T16:47:02.167Z[ host-image] Sep 24 16:47:00.677 INFO O| Sep 24 16:47:00.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94602025-09-24T16:47:02.171Z[ host-image] Sep 24 16:47:00.677 INFO O| Sep 24 16:47:00.677 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94612025-09-24T16:47:02.190Z[ host-image] Sep 24 16:47:00.700 INFO O| Sep 24 16:47:00.700 INFO boot environment UUID: 2d4f1478-95d1-4572-807b-1e7ba9349ea4
94622025-09-24T16:47:02.190Z[ host-image] Sep 24 16:47:00.700 INFO O| Sep 24 16:47:00.700 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2d4f1478-95d1-4572-807b-1e7ba9349ea4
94632025-09-24T16:47:02.210Z[ host-image] Sep 24 16:47:00.718 INFO O| Sep 24 16:47:00.718 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94642025-09-24T16:47:02.228Z[ host-image] Sep 24 16:47:00.738 INFO O| Sep 24 16:47:00.738 INFO STEP 0 (create_be) COMPLETE
94652025-09-24T16:47:02.228Z[ host-image] Sep 24 16:47:00.738 INFO O| Sep 24 16:47:00.738 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94662025-09-24T16:47:02.249Z[ host-image] Sep 24 16:47:00.759 INFO O| Sep 24 16:47:00.759 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94672025-09-24T16:47:06.183Z[ recovery-image] Sep 24 16:47:04.693 INFO E| Compiling bitstruct_derive v0.1.0
94682025-09-24T16:47:26.463Z[ host-image] Sep 24 16:47:24.972 INFO O| Sep 24 16:47:24.972 INFO STEP 1 (unpack_tar) COMPLETE
94692025-09-24T16:47:26.463Z[ host-image] Sep 24 16:47:24.972 INFO O| Sep 24 16:47:24.972 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94702025-09-24T16:47:26.478Z[ host-image] Sep 24 16:47:24.986 INFO O| Sep 24 16:47:24.986 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94712025-09-24T16:47:27.684Z[ host-image] Sep 24 16:47:26.193 INFO O| Sep 24 16:47:26.193 INFO STEP 2 (devfsadm) COMPLETE
94722025-09-24T16:47:27.688Z[ host-image] Sep 24 16:47:26.193 INFO O| Sep 24 16:47:26.193 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94732025-09-24T16:47:27.698Z[ host-image] Sep 24 16:47:26.207 INFO O| Sep 24 16:47:26.207 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94742025-09-24T16:47:27.698Z[ host-image] Sep 24 16:47:26.207 INFO O| Sep 24 16:47:26.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94752025-09-24T16:47:27.702Z[ host-image] Sep 24 16:47:26.207 INFO O| Sep 24 16:47:26.207 INFO STEP 3 (ensure_dir) COMPLETE
94762025-09-24T16:47:27.702Z[ host-image] Sep 24 16:47:26.207 INFO O| Sep 24 16:47:26.207 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94772025-09-24T16:47:27.713Z[ host-image] Sep 24 16:47:26.220 INFO O| Sep 24 16:47:26.220 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94782025-09-24T16:47:27.713Z[ host-image] Sep 24 16:47:26.220 INFO O| Sep 24 16:47:26.220 INFO STEP 4 (ensure_dir) COMPLETE
94792025-09-24T16:47:27.716Z[ host-image] Sep 24 16:47:26.220 INFO O| Sep 24 16:47:26.220 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94802025-09-24T16:47:27.724Z[ host-image] Sep 24 16:47:26.233 INFO O| Sep 24 16:47:26.233 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94812025-09-24T16:47:27.724Z[ host-image] Sep 24 16:47:26.233 INFO O| Sep 24 16:47:26.233 INFO STEP 5 (ensure_dir) COMPLETE
94822025-09-24T16:47:27.725Z[ host-image] Sep 24 16:47:26.233 INFO O| Sep 24 16:47:26.233 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94832025-09-24T16:47:27.737Z[ host-image] Sep 24 16:47:26.245 INFO O| Sep 24 16:47:26.245 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94842025-09-24T16:47:27.737Z[ host-image] Sep 24 16:47:26.245 INFO O| Sep 24 16:47:26.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94852025-09-24T16:47:27.741Z[ host-image] Sep 24 16:47:26.245 INFO O| Sep 24 16:47:26.245 INFO STEP 6 (ensure_dir) COMPLETE
94862025-09-24T16:47:27.741Z[ host-image] Sep 24 16:47:26.245 INFO O| Sep 24 16:47:26.245 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94872025-09-24T16:47:27.750Z[ host-image] Sep 24 16:47:26.259 INFO O| Sep 24 16:47:26.259 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94882025-09-24T16:47:27.750Z[ host-image] Sep 24 16:47:26.259 INFO O| Sep 24 16:47:26.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94892025-09-24T16:47:27.750Z[ host-image] Sep 24 16:47:26.259 INFO O| Sep 24 16:47:26.259 INFO STEP 7 (ensure_dir) COMPLETE
94902025-09-24T16:47:27.750Z[ host-image] Sep 24 16:47:26.259 INFO O| Sep 24 16:47:26.259 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94912025-09-24T16:47:27.763Z[ host-image] Sep 24 16:47:26.272 INFO O| Sep 24 16:47:26.272 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94922025-09-24T16:47:27.767Z[ host-image] Sep 24 16:47:26.272 INFO O| Sep 24 16:47:26.272 INFO STEP 8 (remove_files) COMPLETE
94932025-09-24T16:47:27.767Z[ host-image] Sep 24 16:47:26.272 INFO O| Sep 24 16:47:26.272 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94942025-09-24T16:47:27.777Z[ host-image] Sep 24 16:47:26.286 INFO O| Sep 24 16:47:26.286 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94952025-09-24T16:47:27.782Z[ host-image] Sep 24 16:47:26.287 INFO O| Sep 24 16:47:26.287 INFO STEP 9 (remove_files) COMPLETE
94962025-09-24T16:47:27.782Z[ host-image] Sep 24 16:47:26.287 INFO O| Sep 24 16:47:26.287 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94972025-09-24T16:47:27.794Z[ host-image] Sep 24 16:47:26.301 INFO O| Sep 24 16:47:26.301 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94982025-09-24T16:47:27.798Z[ host-image] Sep 24 16:47:26.302 INFO O| Sep 24 16:47:26.302 INFO STEP 10 (remove_files) COMPLETE
94992025-09-24T16:47:27.798Z[ host-image] Sep 24 16:47:26.302 INFO O| Sep 24 16:47:26.302 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95002025-09-24T16:47:27.808Z[ host-image] Sep 24 16:47:26.316 INFO O| Sep 24 16:47:26.316 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95012025-09-24T16:47:27.808Z[ host-image] Sep 24 16:47:26.316 INFO O| Sep 24 16:47:26.316 INFO STEP 11 (remove_files) COMPLETE
95022025-09-24T16:47:27.808Z[ host-image] Sep 24 16:47:26.316 INFO O| Sep 24 16:47:26.316 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95032025-09-24T16:47:27.822Z[ host-image] Sep 24 16:47:26.330 INFO O| Sep 24 16:47:26.330 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95042025-09-24T16:47:27.822Z[ host-image] Sep 24 16:47:26.330 INFO O| Sep 24 16:47:26.330 INFO STEP 12 (remove_files) COMPLETE
95052025-09-24T16:47:27.825Z[ host-image] Sep 24 16:47:26.330 INFO O| Sep 24 16:47:26.330 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95062025-09-24T16:47:27.835Z[ host-image] Sep 24 16:47:26.344 INFO O| Sep 24 16:47:26.344 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95072025-09-24T16:47:27.835Z[ host-image] Sep 24 16:47:26.344 INFO O| Sep 24 16:47:26.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95082025-09-24T16:47:27.835Z[ host-image] Sep 24 16:47:26.344 INFO O| Sep 24 16:47:26.344 INFO STEP 13 (ensure_dir) COMPLETE
95092025-09-24T16:47:27.839Z[ host-image] Sep 24 16:47:26.344 INFO O| Sep 24 16:47:26.344 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95102025-09-24T16:47:27.848Z[ host-image] Sep 24 16:47:26.357 INFO O| Sep 24 16:47:26.357 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95112025-09-24T16:47:27.848Z[ host-image] Sep 24 16:47:26.357 INFO O| Sep 24 16:47:26.357 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95122025-09-24T16:47:27.849Z[ host-image] Sep 24 16:47:26.357 INFO O| Sep 24 16:47:26.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95132025-09-24T16:47:27.852Z[ host-image] Sep 24 16:47:26.357 INFO O| Sep 24 16:47:26.357 INFO STEP 14 (ensure_dir) COMPLETE
95142025-09-24T16:47:27.852Z[ host-image] Sep 24 16:47:26.357 INFO O| Sep 24 16:47:26.357 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95152025-09-24T16:47:27.863Z[ host-image] Sep 24 16:47:26.371 INFO O| Sep 24 16:47:26.371 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95162025-09-24T16:47:27.863Z[ host-image] Sep 24 16:47:26.371 INFO O| Sep 24 16:47:26.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95172025-09-24T16:47:27.863Z[ host-image] Sep 24 16:47:26.371 INFO O| Sep 24 16:47:26.371 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95182025-09-24T16:47:27.867Z[ host-image] Sep 24 16:47:26.371 INFO O| Sep 24 16:47:26.371 INFO STEP 15 (ensure_dir) COMPLETE
95192025-09-24T16:47:27.867Z[ host-image] Sep 24 16:47:26.371 INFO O| Sep 24 16:47:26.371 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95202025-09-24T16:47:27.876Z[ host-image] Sep 24 16:47:26.385 INFO O| Sep 24 16:47:26.385 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95212025-09-24T16:47:27.876Z[ host-image] Sep 24 16:47:26.385 INFO O| Sep 24 16:47:26.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95222025-09-24T16:47:27.879Z[ host-image] Sep 24 16:47:26.385 INFO O| Sep 24 16:47:26.385 INFO STEP 16 (ensure_dir) COMPLETE
95232025-09-24T16:47:27.880Z[ host-image] Sep 24 16:47:26.385 INFO O| Sep 24 16:47:26.385 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95242025-09-24T16:47:27.890Z[ host-image] Sep 24 16:47:26.399 INFO O| Sep 24 16:47:26.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95252025-09-24T16:47:27.890Z[ host-image] Sep 24 16:47:26.399 INFO O| Sep 24 16:47:26.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95262025-09-24T16:47:27.894Z[ host-image] Sep 24 16:47:26.399 INFO O| Sep 24 16:47:26.399 INFO STEP 17 (ensure_dir) COMPLETE
95272025-09-24T16:47:27.894Z[ host-image] Sep 24 16:47:26.399 INFO O| Sep 24 16:47:26.399 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95282025-09-24T16:47:27.903Z[ host-image] Sep 24 16:47:26.412 INFO O| Sep 24 16:47:26.412 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95292025-09-24T16:47:27.903Z[ host-image] Sep 24 16:47:26.412 INFO O| Sep 24 16:47:26.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95302025-09-24T16:47:27.907Z[ host-image] Sep 24 16:47:26.412 INFO O| Sep 24 16:47:26.412 INFO ok!
95312025-09-24T16:47:27.907Z[ host-image] Sep 24 16:47:26.412 INFO O| Sep 24 16:47:26.412 INFO STEP 18 (ensure_symlink) COMPLETE
95322025-09-24T16:47:27.907Z[ host-image] Sep 24 16:47:26.412 INFO O| Sep 24 16:47:26.412 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95332025-09-24T16:47:27.917Z[ host-image] Sep 24 16:47:26.426 INFO O| Sep 24 16:47:26.426 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95342025-09-24T16:47:27.917Z[ host-image] Sep 24 16:47:26.426 INFO O| Sep 24 16:47:26.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95352025-09-24T16:47:27.922Z[ host-image] Sep 24 16:47:26.426 INFO O| Sep 24 16:47:26.426 INFO ok!
95362025-09-24T16:47:27.922Z[ host-image] Sep 24 16:47:26.426 INFO O| Sep 24 16:47:26.426 INFO STEP 19 (ensure_file) COMPLETE
95372025-09-24T16:47:27.922Z[ host-image] Sep 24 16:47:26.426 INFO O| Sep 24 16:47:26.426 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95382025-09-24T16:47:27.930Z[ host-image] Sep 24 16:47:26.439 INFO O| Sep 24 16:47:26.439 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95392025-09-24T16:47:27.931Z[ host-image] Sep 24 16:47:26.439 INFO O| Sep 24 16:47:26.439 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95402025-09-24T16:47:27.935Z[ host-image] Sep 24 16:47:26.439 INFO O| Sep 24 16:47:26.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95412025-09-24T16:47:27.935Z[ host-image] Sep 24 16:47:26.439 INFO O| Sep 24 16:47:26.439 INFO ok!
95422025-09-24T16:47:27.935Z[ host-image] Sep 24 16:47:26.439 INFO O| Sep 24 16:47:26.439 INFO STEP 20 (ensure_symlink) COMPLETE
95432025-09-24T16:47:27.935Z[ host-image] Sep 24 16:47:26.439 INFO O| Sep 24 16:47:26.439 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95442025-09-24T16:47:27.943Z[ host-image] Sep 24 16:47:26.451 INFO O| Sep 24 16:47:26.451 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95452025-09-24T16:47:27.943Z[ host-image] Sep 24 16:47:26.451 INFO O| Sep 24 16:47:26.451 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95462025-09-24T16:47:27.947Z[ host-image] Sep 24 16:47:26.452 INFO O| Sep 24 16:47:26.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95472025-09-24T16:47:27.947Z[ host-image] Sep 24 16:47:26.452 INFO O| Sep 24 16:47:26.452 INFO ok!
95482025-09-24T16:47:27.947Z[ host-image] Sep 24 16:47:26.452 INFO O| Sep 24 16:47:26.452 INFO STEP 21 (ensure_symlink) COMPLETE
95492025-09-24T16:47:27.947Z[ host-image] Sep 24 16:47:26.452 INFO O| Sep 24 16:47:26.452 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95502025-09-24T16:47:27.956Z[ host-image] Sep 24 16:47:26.465 INFO O| Sep 24 16:47:26.464 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95512025-09-24T16:47:27.956Z[ host-image] Sep 24 16:47:26.465 INFO O| Sep 24 16:47:26.464 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95522025-09-24T16:47:27.959Z[ host-image] Sep 24 16:47:26.465 INFO O| Sep 24 16:47:26.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95532025-09-24T16:47:27.960Z[ host-image] Sep 24 16:47:26.465 INFO O| Sep 24 16:47:26.465 INFO ok!
95542025-09-24T16:47:27.960Z[ host-image] Sep 24 16:47:26.465 INFO O| Sep 24 16:47:26.465 INFO STEP 22 (ensure_symlink) COMPLETE
95552025-09-24T16:47:27.960Z[ host-image] Sep 24 16:47:26.465 INFO O| Sep 24 16:47:26.465 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95562025-09-24T16:47:27.969Z[ host-image] Sep 24 16:47:26.478 INFO O| Sep 24 16:47:26.478 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95572025-09-24T16:47:27.969Z[ host-image] Sep 24 16:47:26.478 INFO O| Sep 24 16:47:26.478 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95582025-09-24T16:47:27.973Z[ host-image] Sep 24 16:47:26.478 INFO O| Sep 24 16:47:26.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95592025-09-24T16:47:27.973Z[ host-image] Sep 24 16:47:26.478 INFO O| Sep 24 16:47:26.478 INFO ok!
95602025-09-24T16:47:27.973Z[ host-image] Sep 24 16:47:26.478 INFO O| Sep 24 16:47:26.478 INFO STEP 23 (ensure_symlink) COMPLETE
95612025-09-24T16:47:27.973Z[ host-image] Sep 24 16:47:26.478 INFO O| Sep 24 16:47:26.478 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95622025-09-24T16:47:27.984Z[ host-image] Sep 24 16:47:26.492 INFO O| Sep 24 16:47:26.492 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95632025-09-24T16:47:27.984Z[ host-image] Sep 24 16:47:26.492 INFO O| Sep 24 16:47:26.492 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95642025-09-24T16:47:27.987Z[ host-image] Sep 24 16:47:26.493 INFO O| Sep 24 16:47:26.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95652025-09-24T16:47:27.987Z[ host-image] Sep 24 16:47:26.493 INFO O| Sep 24 16:47:26.493 INFO ok!
95662025-09-24T16:47:27.987Z[ host-image] Sep 24 16:47:26.493 INFO O| Sep 24 16:47:26.493 INFO STEP 24 (ensure_file) COMPLETE
95672025-09-24T16:47:27.987Z[ host-image] Sep 24 16:47:26.493 INFO O| Sep 24 16:47:26.493 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95682025-09-24T16:47:27.999Z[ host-image] Sep 24 16:47:26.507 INFO O| Sep 24 16:47:26.507 INFO updating shadow file
95692025-09-24T16:47:28.003Z[ host-image] Sep 24 16:47:26.507 INFO O| Sep 24 16:47:26.507 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95702025-09-24T16:47:28.003Z[ host-image] Sep 24 16:47:26.507 INFO O| Sep 24 16:47:26.507 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95712025-09-24T16:47:28.003Z[ host-image] Sep 24 16:47:26.507 INFO O| Sep 24 16:47:26.507 INFO STEP 25 (shadow) COMPLETE
95722025-09-24T16:47:28.003Z[ host-image] Sep 24 16:47:26.508 INFO O| Sep 24 16:47:26.507 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95732025-09-24T16:47:28.013Z[ host-image] Sep 24 16:47:26.521 INFO O| Sep 24 16:47:26.521 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95742025-09-24T16:47:28.013Z[ host-image] Sep 24 16:47:26.521 INFO O| Sep 24 16:47:26.521 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95752025-09-24T16:47:28.016Z[ host-image] Sep 24 16:47:26.521 INFO O| Sep 24 16:47:26.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95762025-09-24T16:47:28.016Z[ host-image] Sep 24 16:47:26.521 INFO O| Sep 24 16:47:26.521 INFO ok!
95772025-09-24T16:47:28.016Z[ host-image] Sep 24 16:47:26.521 INFO O| Sep 24 16:47:26.521 INFO STEP 26 (ensure_file) COMPLETE
95782025-09-24T16:47:28.016Z[ host-image] Sep 24 16:47:26.522 INFO O| Sep 24 16:47:26.522 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95792025-09-24T16:47:28.027Z[ host-image] Sep 24 16:47:26.536 INFO O| Sep 24 16:47:26.535 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95802025-09-24T16:47:28.027Z[ host-image] Sep 24 16:47:26.536 INFO O| Sep 24 16:47:26.535 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95812025-09-24T16:47:28.030Z[ host-image] Sep 24 16:47:26.536 INFO O| Sep 24 16:47:26.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95822025-09-24T16:47:28.030Z[ host-image] Sep 24 16:47:26.536 INFO O| Sep 24 16:47:26.536 INFO ok!
95832025-09-24T16:47:28.030Z[ host-image] Sep 24 16:47:26.536 INFO O| Sep 24 16:47:26.536 INFO STEP 27 (ensure_file) COMPLETE
95842025-09-24T16:47:28.031Z[ host-image] Sep 24 16:47:26.536 INFO O| Sep 24 16:47:26.536 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95852025-09-24T16:47:28.041Z[ host-image] Sep 24 16:47:26.550 INFO O| Sep 24 16:47:26.550 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95862025-09-24T16:47:28.041Z[ host-image] Sep 24 16:47:26.550 INFO O| Sep 24 16:47:26.550 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95872025-09-24T16:47:28.045Z[ host-image] Sep 24 16:47:26.550 INFO O| Sep 24 16:47:26.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95882025-09-24T16:47:28.045Z[ host-image] Sep 24 16:47:26.550 INFO O| Sep 24 16:47:26.550 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95892025-09-24T16:47:28.045Z[ host-image] Sep 24 16:47:26.550 INFO O| Sep 24 16:47:26.550 INFO ok!
95902025-09-24T16:47:28.045Z[ host-image] Sep 24 16:47:26.550 INFO O| Sep 24 16:47:26.550 INFO STEP 28 (ensure_file) COMPLETE
95912025-09-24T16:47:28.045Z[ host-image] Sep 24 16:47:26.550 INFO O| Sep 24 16:47:26.550 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95922025-09-24T16:47:28.055Z[ host-image] Sep 24 16:47:26.564 INFO O| Sep 24 16:47:26.564 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95932025-09-24T16:47:28.056Z[ host-image] Sep 24 16:47:26.564 INFO O| Sep 24 16:47:26.564 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95942025-09-24T16:47:28.059Z[ host-image] Sep 24 16:47:26.564 INFO O| Sep 24 16:47:26.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95952025-09-24T16:47:28.059Z[ host-image] Sep 24 16:47:26.564 INFO O| Sep 24 16:47:26.564 INFO ok!
95962025-09-24T16:47:28.059Z[ host-image] Sep 24 16:47:26.564 INFO O| Sep 24 16:47:26.564 INFO STEP 29 (ensure_file) COMPLETE
95972025-09-24T16:47:28.059Z[ host-image] Sep 24 16:47:26.564 INFO O| Sep 24 16:47:26.564 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95982025-09-24T16:47:28.069Z[ host-image] Sep 24 16:47:26.578 INFO O| Sep 24 16:47:26.577 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95992025-09-24T16:47:28.069Z[ host-image] Sep 24 16:47:26.578 INFO O| Sep 24 16:47:26.578 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96002025-09-24T16:47:28.069Z[ host-image] Sep 24 16:47:26.578 INFO O| Sep 24 16:47:26.578 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96012025-09-24T16:47:28.073Z[ host-image] Sep 24 16:47:26.578 INFO O| Sep 24 16:47:26.578 INFO STEP 30 (ensure_dir) COMPLETE
96022025-09-24T16:47:28.073Z[ host-image] Sep 24 16:47:26.578 INFO O| Sep 24 16:47:26.578 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96032025-09-24T16:47:28.083Z[ host-image] Sep 24 16:47:26.592 INFO O| Sep 24 16:47:26.592 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96042025-09-24T16:47:28.083Z[ host-image] Sep 24 16:47:26.592 INFO O| Sep 24 16:47:26.592 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96052025-09-24T16:47:28.083Z[ host-image] Sep 24 16:47:26.592 INFO O| Sep 24 16:47:26.592 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96062025-09-24T16:47:28.087Z[ host-image] Sep 24 16:47:26.592 INFO O| Sep 24 16:47:26.592 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96072025-09-24T16:47:28.087Z[ host-image] Sep 24 16:47:26.592 INFO O| Sep 24 16:47:26.592 INFO ok!
96082025-09-24T16:47:28.087Z[ host-image] Sep 24 16:47:26.592 INFO O| Sep 24 16:47:26.592 INFO STEP 31 (ensure_file) COMPLETE
96092025-09-24T16:47:28.087Z[ host-image] Sep 24 16:47:26.592 INFO O| Sep 24 16:47:26.592 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96102025-09-24T16:47:28.098Z[ host-image] Sep 24 16:47:26.605 INFO O| Sep 24 16:47:26.605 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96112025-09-24T16:47:28.099Z[ host-image] Sep 24 16:47:26.606 INFO O| Sep 24 16:47:26.605 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96122025-09-24T16:47:28.099Z[ host-image] Sep 24 16:47:26.606 INFO O| Sep 24 16:47:26.606 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96132025-09-24T16:47:28.102Z[ host-image] Sep 24 16:47:26.606 INFO O| Sep 24 16:47:26.606 INFO STEP 32 (ensure_dir) COMPLETE
96142025-09-24T16:47:28.102Z[ host-image] Sep 24 16:47:26.606 INFO O| Sep 24 16:47:26.606 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96152025-09-24T16:47:28.110Z[ host-image] Sep 24 16:47:26.619 INFO O| Sep 24 16:47:26.619 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96162025-09-24T16:47:28.110Z[ host-image] Sep 24 16:47:26.619 INFO O| Sep 24 16:47:26.619 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 ...
96172025-09-24T16:47:28.114Z[ host-image] Sep 24 16:47:26.619 INFO O| Sep 24 16:47:26.619 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
96182025-09-24T16:47:28.114Z[ host-image] Sep 24 16:47:26.619 INFO O| Sep 24 16:47:26.619 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96192025-09-24T16:47:28.114Z[ host-image] Sep 24 16:47:26.619 INFO O| Sep 24 16:47:26.619 INFO ok!
96202025-09-24T16:47:28.115Z[ host-image] Sep 24 16:47:26.619 INFO O| Sep 24 16:47:26.619 INFO STEP 33 (ensure_file) COMPLETE
96212025-09-24T16:47:28.115Z[ host-image] Sep 24 16:47:26.619 INFO O| Sep 24 16:47:26.619 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96222025-09-24T16:47:28.126Z[ host-image] Sep 24 16:47:26.634 INFO O| Sep 24 16:47:26.634 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96232025-09-24T16:47:28.126Z[ host-image] Sep 24 16:47:26.634 INFO O| Sep 24 16:47:26.634 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96242025-09-24T16:47:28.126Z[ host-image] Sep 24 16:47:26.634 INFO O| Sep 24 16:47:26.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96252025-09-24T16:47:28.129Z[ host-image] Sep 24 16:47:26.634 INFO O| Sep 24 16:47:26.634 INFO ok!
96262025-09-24T16:47:28.129Z[ host-image] Sep 24 16:47:26.634 INFO O| Sep 24 16:47:26.634 INFO STEP 34 (ensure_file) COMPLETE
96272025-09-24T16:47:28.129Z[ host-image] Sep 24 16:47:26.634 INFO O| Sep 24 16:47:26.634 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96282025-09-24T16:47:28.139Z[ host-image] Sep 24 16:47:26.648 INFO O| Sep 24 16:47:26.648 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96292025-09-24T16:47:28.139Z[ host-image] Sep 24 16:47:26.648 INFO O| Sep 24 16:47:26.648 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96302025-09-24T16:47:28.142Z[ host-image] Sep 24 16:47:26.648 INFO O| Sep 24 16:47:26.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96312025-09-24T16:47:28.142Z[ host-image] Sep 24 16:47:26.648 INFO O| Sep 24 16:47:26.648 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96322025-09-24T16:47:28.142Z[ host-image] Sep 24 16:47:26.648 INFO O| Sep 24 16:47:26.648 INFO ok!
96332025-09-24T16:47:28.142Z[ host-image] Sep 24 16:47:26.648 INFO O| Sep 24 16:47:26.648 INFO STEP 35 (ensure_file) COMPLETE
96342025-09-24T16:47:28.142Z[ host-image] Sep 24 16:47:26.648 INFO O| Sep 24 16:47:26.648 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96352025-09-24T16:47:28.154Z[ host-image] Sep 24 16:47:26.662 INFO O| Sep 24 16:47:26.662 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96362025-09-24T16:47:28.154Z[ host-image] Sep 24 16:47:26.663 INFO O| Sep 24 16:47:26.662 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96372025-09-24T16:47:28.157Z[ host-image] Sep 24 16:47:26.663 INFO O| Sep 24 16:47:26.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96382025-09-24T16:47:28.157Z[ host-image] Sep 24 16:47:26.663 INFO O| Sep 24 16:47:26.663 INFO ok!
96392025-09-24T16:47:28.158Z[ host-image] Sep 24 16:47:26.663 INFO O| Sep 24 16:47:26.663 INFO STEP 36 (ensure_file) COMPLETE
96402025-09-24T16:47:28.158Z[ host-image] Sep 24 16:47:26.663 INFO O| Sep 24 16:47:26.663 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96412025-09-24T16:47:28.169Z[ host-image] Sep 24 16:47:26.677 INFO O| Sep 24 16:47:26.677 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96422025-09-24T16:47:28.169Z[ host-image] Sep 24 16:47:26.677 INFO O| Sep 24 16:47:26.677 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96432025-09-24T16:47:28.174Z[ host-image] Sep 24 16:47:26.677 INFO O| Sep 24 16:47:26.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96442025-09-24T16:47:28.174Z[ host-image] Sep 24 16:47:26.677 INFO O| Sep 24 16:47:26.677 INFO ok!
96452025-09-24T16:47:28.174Z[ host-image] Sep 24 16:47:26.677 INFO O| Sep 24 16:47:26.677 INFO STEP 37 (ensure_file) COMPLETE
96462025-09-24T16:47:28.174Z[ host-image] Sep 24 16:47:26.677 INFO O| Sep 24 16:47:26.677 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96472025-09-24T16:47:28.185Z[ host-image] Sep 24 16:47:26.691 INFO O| Sep 24 16:47:26.691 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96482025-09-24T16:47:28.185Z[ host-image] Sep 24 16:47:26.691 INFO O| Sep 24 16:47:26.691 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96492025-09-24T16:47:28.189Z[ host-image] Sep 24 16:47:26.691 INFO O| Sep 24 16:47:26.691 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96502025-09-24T16:47:28.189Z[ host-image] Sep 24 16:47:26.692 INFO O| Sep 24 16:47:26.691 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96512025-09-24T16:47:28.189Z[ host-image] Sep 24 16:47:26.692 INFO O| Sep 24 16:47:26.691 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96522025-09-24T16:47:28.190Z[ host-image] Sep 24 16:47:26.692 INFO O| Sep 24 16:47:26.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96532025-09-24T16:47:28.190Z[ host-image] Sep 24 16:47:26.692 INFO O| Sep 24 16:47:26.692 INFO ok!
96542025-09-24T16:47:28.190Z[ host-image] Sep 24 16:47:26.692 INFO O| Sep 24 16:47:26.692 INFO STEP 38 (ensure_file) COMPLETE
96552025-09-24T16:47:28.190Z[ host-image] Sep 24 16:47:26.692 INFO O| Sep 24 16:47:26.692 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96562025-09-24T16:47:28.196Z[ host-image] Sep 24 16:47:26.705 INFO O| Sep 24 16:47:26.705 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96572025-09-24T16:47:28.200Z[ host-image] Sep 24 16:47:26.705 INFO O| Sep 24 16:47:26.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96582025-09-24T16:47:28.200Z[ host-image] Sep 24 16:47:26.705 INFO O| Sep 24 16:47:26.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96592025-09-24T16:47:28.200Z[ host-image] Sep 24 16:47:26.705 INFO O| Sep 24 16:47:26.705 INFO STEP 39 (ensure_dir) COMPLETE
96602025-09-24T16:47:28.200Z[ host-image] Sep 24 16:47:26.705 INFO O| Sep 24 16:47:26.705 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96612025-09-24T16:47:28.211Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.719 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
96622025-09-24T16:47:28.211Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 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 ...
96632025-09-24T16:47:28.211Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 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
96642025-09-24T16:47:28.211Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 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
96652025-09-24T16:47:28.214Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 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
96662025-09-24T16:47:28.214Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 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
96672025-09-24T16:47:28.214Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 INFO ok!
96682025-09-24T16:47:28.214Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 INFO STEP 40 (ensure_file) COMPLETE
96692025-09-24T16:47:28.216Z[ host-image] Sep 24 16:47:26.720 INFO O| Sep 24 16:47:26.720 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96702025-09-24T16:47:28.224Z[ host-image] Sep 24 16:47:26.733 INFO O| Sep 24 16:47:26.733 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96712025-09-24T16:47:28.224Z[ host-image] Sep 24 16:47:26.733 INFO O| Sep 24 16:47:26.733 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 ...
96722025-09-24T16:47:28.224Z[ host-image] Sep 24 16:47:26.733 INFO O| Sep 24 16:47:26.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96732025-09-24T16:47:28.224Z[ host-image] Sep 24 16:47:26.733 INFO O| Sep 24 16:47:26.733 INFO ok!
96742025-09-24T16:47:28.227Z[ host-image] Sep 24 16:47:26.733 INFO O| Sep 24 16:47:26.733 INFO STEP 41 (ensure_symlink) COMPLETE
96752025-09-24T16:47:28.227Z[ host-image] Sep 24 16:47:26.733 INFO O| Sep 24 16:47:26.733 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96762025-09-24T16:47:28.238Z[ host-image] Sep 24 16:47:26.747 INFO O| Sep 24 16:47:26.747 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96772025-09-24T16:47:28.238Z[ host-image] Sep 24 16:47:26.747 INFO O| Sep 24 16:47:26.747 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96782025-09-24T16:47:28.241Z[ host-image] Sep 24 16:47:26.747 INFO O| Sep 24 16:47:26.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96792025-09-24T16:47:28.241Z[ host-image] Sep 24 16:47:26.747 INFO O| Sep 24 16:47:26.747 INFO ok!
96802025-09-24T16:47:28.241Z[ host-image] Sep 24 16:47:26.747 INFO O| Sep 24 16:47:26.747 INFO STEP 42 (ensure_symlink) COMPLETE
96812025-09-24T16:47:28.241Z[ host-image] Sep 24 16:47:26.747 INFO O| Sep 24 16:47:26.747 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96822025-09-24T16:47:28.295Z[ host-image] Sep 24 16:47:26.761 INFO O| Sep 24 16:47:26.761 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96832025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.761 INFO O| Sep 24 16:47:26.761 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96842025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.762 INFO O| Sep 24 16:47:26.762 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96852025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.762 INFO O| Sep 24 16:47:26.762 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96862025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.762 INFO O| Sep 24 16:47:26.762 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96872025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.762 INFO O| Sep 24 16:47:26.762 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96882025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.762 INFO O| Sep 24 16:47:26.762 INFO ok!
96892025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.762 INFO O| Sep 24 16:47:26.762 INFO STEP 43 (ensure_file) COMPLETE
96902025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.762 INFO O| Sep 24 16:47:26.762 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96912025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.777 INFO O| Sep 24 16:47:26.776 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96922025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.777 INFO O| Sep 24 16:47:26.776 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 ...
96932025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.777 INFO O| Sep 24 16:47:26.777 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
96942025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.778 INFO O| Sep 24 16:47:26.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96952025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.778 INFO O| Sep 24 16:47:26.777 INFO ok!
96962025-09-24T16:47:28.300Z[ host-image] Sep 24 16:47:26.778 INFO O| Sep 24 16:47:26.778 INFO STEP 44 (ensure_file) COMPLETE
96972025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.778 INFO O| Sep 24 16:47:26.778 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96982025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.791 INFO O| Sep 24 16:47:26.791 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96992025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.791 INFO O| Sep 24 16:47:26.791 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97002025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.791 INFO O| Sep 24 16:47:26.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97012025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.791 INFO O| Sep 24 16:47:26.791 INFO ok!
97022025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.791 INFO O| Sep 24 16:47:26.791 INFO STEP 45 (ensure_file) COMPLETE
97032025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.791 INFO O| Sep 24 16:47:26.791 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97042025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.806 INFO O| Sep 24 16:47:26.806 INFO updating shadow file
97052025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.806 INFO O| Sep 24 16:47:26.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97062025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.806 INFO O| Sep 24 16:47:26.806 INFO STEP 46 (shadow) COMPLETE
97072025-09-24T16:47:28.301Z[ host-image] Sep 24 16:47:26.806 INFO O| Sep 24 16:47:26.806 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97082025-09-24T16:47:28.311Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.819 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97092025-09-24T16:47:28.311Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97102025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97112025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97122025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO ok!
97132025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO STEP 47 (ensure_file) COMPLETE
97142025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97152025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO skip step because feature "mfg" is not enabled
97162025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97172025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO skip step because feature "mfg" is not enabled
97182025-09-24T16:47:28.315Z[ host-image] Sep 24 16:47:26.820 INFO O| Sep 24 16:47:26.820 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97192025-09-24T16:47:28.328Z[ host-image] Sep 24 16:47:26.835 INFO O| Sep 24 16:47:26.835 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97202025-09-24T16:47:28.328Z[ host-image] Sep 24 16:47:26.835 INFO O| Sep 24 16:47:26.835 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97212025-09-24T16:47:29.138Z[ host-image] Sep 24 16:47:27.647 INFO O| Sep 24 16:47:27.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97222025-09-24T16:47:29.138Z[ host-image] Sep 24 16:47:27.647 INFO O| Sep 24 16:47:27.647 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97232025-09-24T16:47:29.139Z[ host-image] Sep 24 16:47:27.647 INFO O| Sep 24 16:47:27.647 INFO ok!
97242025-09-24T16:47:29.139Z[ host-image] Sep 24 16:47:27.647 INFO O| Sep 24 16:47:27.647 INFO STEP 50 (ensure_file) COMPLETE
97252025-09-24T16:47:29.144Z[ host-image] Sep 24 16:47:27.647 INFO O| Sep 24 16:47:27.647 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97262025-09-24T16:47:29.144Z[ host-image] Sep 24 16:47:27.647 INFO O| Sep 24 16:47:27.647 INFO skip step because feature "compliance" is not enabled
97272025-09-24T16:47:29.144Z[ host-image] Sep 24 16:47:27.647 INFO O| Sep 24 16:47:27.647 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97282025-09-24T16:47:29.154Z[ host-image] Sep 24 16:47:27.662 INFO O| Sep 24 16:47:27.662 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97292025-09-24T16:47:29.154Z[ host-image] Sep 24 16:47:27.662 INFO O| Sep 24 16:47:27.662 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97302025-09-24T16:47:29.157Z[ host-image] Sep 24 16:47:27.663 INFO O| Sep 24 16:47:27.663 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97312025-09-24T16:47:29.158Z[ host-image] Sep 24 16:47:27.663 INFO O| Sep 24 16:47:27.663 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97322025-09-24T16:47:29.158Z[ host-image] Sep 24 16:47:27.663 INFO O| Sep 24 16:47:27.663 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97332025-09-24T16:47:29.158Z[ host-image] Sep 24 16:47:27.663 INFO O| Sep 24 16:47:27.663 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97342025-09-24T16:47:29.158Z[ host-image] Sep 24 16:47:27.663 INFO O| Sep 24 16:47:27.663 INFO ok!
97352025-09-24T16:47:29.158Z[ host-image] Sep 24 16:47:27.663 INFO O| Sep 24 16:47:27.663 INFO STEP 52 (ensure_file) COMPLETE
97362025-09-24T16:47:29.159Z[ host-image] Sep 24 16:47:27.663 INFO O| Sep 24 16:47:27.663 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97372025-09-24T16:47:29.170Z[ host-image] Sep 24 16:47:27.678 INFO O| Sep 24 16:47:27.678 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97382025-09-24T16:47:29.170Z[ host-image] Sep 24 16:47:27.678 INFO O| Sep 24 16:47:27.678 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 ...
97392025-09-24T16:47:29.173Z[ host-image] Sep 24 16:47:27.679 INFO O| Sep 24 16:47:27.679 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
97402025-09-24T16:47:29.173Z[ host-image] Sep 24 16:47:27.679 INFO O| Sep 24 16:47:27.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97412025-09-24T16:47:29.173Z[ host-image] Sep 24 16:47:27.679 INFO O| Sep 24 16:47:27.679 INFO ok!
97422025-09-24T16:47:29.173Z[ host-image] Sep 24 16:47:27.679 INFO O| Sep 24 16:47:27.679 INFO STEP 53 (ensure_file) COMPLETE
97432025-09-24T16:47:29.174Z[ host-image] Sep 24 16:47:27.679 INFO O| Sep 24 16:47:27.679 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97442025-09-24T16:47:29.184Z[ host-image] Sep 24 16:47:27.692 INFO O| Sep 24 16:47:27.692 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97452025-09-24T16:47:29.184Z[ host-image] Sep 24 16:47:27.693 INFO O| Sep 24 16:47:27.692 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 ...
97462025-09-24T16:47:29.187Z[ host-image] Sep 24 16:47:27.693 INFO O| Sep 24 16:47:27.693 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97472025-09-24T16:47:29.187Z[ host-image] Sep 24 16:47:27.693 INFO O| Sep 24 16:47:27.693 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97482025-09-24T16:47:29.187Z[ host-image] Sep 24 16:47:27.693 INFO O| Sep 24 16:47:27.693 INFO ok!
97492025-09-24T16:47:29.187Z[ host-image] Sep 24 16:47:27.693 INFO O| Sep 24 16:47:27.693 INFO STEP 54 (ensure_file) COMPLETE
97502025-09-24T16:47:29.187Z[ host-image] Sep 24 16:47:27.693 INFO O| Sep 24 16:47:27.693 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97512025-09-24T16:47:29.198Z[ host-image] Sep 24 16:47:27.707 INFO O| Sep 24 16:47:27.707 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97522025-09-24T16:47:29.198Z[ host-image] Sep 24 16:47:27.707 INFO O| Sep 24 16:47:27.707 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 ...
97532025-09-24T16:47:29.204Z[ host-image] Sep 24 16:47:27.708 INFO O| Sep 24 16:47:27.708 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
97542025-09-24T16:47:29.204Z[ host-image] Sep 24 16:47:27.708 INFO O| Sep 24 16:47:27.708 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97552025-09-24T16:47:29.204Z[ host-image] Sep 24 16:47:27.708 INFO O| Sep 24 16:47:27.708 INFO ok!
97562025-09-24T16:47:29.204Z[ host-image] Sep 24 16:47:27.708 INFO O| Sep 24 16:47:27.708 INFO STEP 55 (ensure_file) COMPLETE
97572025-09-24T16:47:29.204Z[ host-image] Sep 24 16:47:27.708 INFO O| Sep 24 16:47:27.708 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97582025-09-24T16:47:29.213Z[ host-image] Sep 24 16:47:27.722 INFO O| Sep 24 16:47:27.722 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97592025-09-24T16:47:29.216Z[ host-image] Sep 24 16:47:27.722 INFO O| Sep 24 16:47:27.722 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 ...
97602025-09-24T16:47:29.216Z[ host-image] Sep 24 16:47:27.723 INFO O| Sep 24 16:47:27.723 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97612025-09-24T16:47:29.216Z[ host-image] Sep 24 16:47:27.723 INFO O| Sep 24 16:47:27.723 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97622025-09-24T16:47:29.216Z[ host-image] Sep 24 16:47:27.723 INFO O| Sep 24 16:47:27.723 INFO ok!
97632025-09-24T16:47:29.216Z[ host-image] Sep 24 16:47:27.723 INFO O| Sep 24 16:47:27.723 INFO STEP 56 (ensure_file) COMPLETE
97642025-09-24T16:47:29.216Z[ host-image] Sep 24 16:47:27.723 INFO O| Sep 24 16:47:27.723 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97652025-09-24T16:47:29.228Z[ host-image] Sep 24 16:47:27.737 INFO O| Sep 24 16:47:27.737 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97662025-09-24T16:47:29.228Z[ host-image] Sep 24 16:47:27.737 INFO O| Sep 24 16:47:27.737 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 ...
97672025-09-24T16:47:29.231Z[ host-image] Sep 24 16:47:27.738 INFO O| Sep 24 16:47:27.737 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
97682025-09-24T16:47:29.231Z[ host-image] Sep 24 16:47:27.738 INFO O| Sep 24 16:47:27.738 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97692025-09-24T16:47:29.231Z[ host-image] Sep 24 16:47:27.738 INFO O| Sep 24 16:47:27.738 INFO ok!
97702025-09-24T16:47:29.231Z[ host-image] Sep 24 16:47:27.738 INFO O| Sep 24 16:47:27.738 INFO STEP 57 (ensure_file) COMPLETE
97712025-09-24T16:47:29.231Z[ host-image] Sep 24 16:47:27.738 INFO O| Sep 24 16:47:27.738 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97722025-09-24T16:47:29.242Z[ host-image] Sep 24 16:47:27.751 INFO O| Sep 24 16:47:27.751 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97732025-09-24T16:47:29.242Z[ host-image] Sep 24 16:47:27.751 INFO O| Sep 24 16:47:27.751 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 ...
97742025-09-24T16:47:29.246Z[ host-image] Sep 24 16:47:27.752 INFO O| Sep 24 16:47:27.752 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97752025-09-24T16:47:29.246Z[ host-image] Sep 24 16:47:27.752 INFO O| Sep 24 16:47:27.752 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97762025-09-24T16:47:29.246Z[ host-image] Sep 24 16:47:27.752 INFO O| Sep 24 16:47:27.752 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97772025-09-24T16:47:29.246Z[ host-image] Sep 24 16:47:27.752 INFO O| Sep 24 16:47:27.752 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97782025-09-24T16:47:29.246Z[ host-image] Sep 24 16:47:27.752 INFO O| Sep 24 16:47:27.752 INFO ok!
97792025-09-24T16:47:29.246Z[ host-image] Sep 24 16:47:27.752 INFO O| Sep 24 16:47:27.752 INFO STEP 58 (ensure_file) COMPLETE
97802025-09-24T16:47:29.246Z[ host-image] Sep 24 16:47:27.752 INFO O| Sep 24 16:47:27.752 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97812025-09-24T16:47:29.259Z[ host-image] Sep 24 16:47:27.767 INFO O| Sep 24 16:47:27.767 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97822025-09-24T16:47:29.259Z[ host-image] Sep 24 16:47:27.767 INFO O| Sep 24 16:47:27.767 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 ...
97832025-09-24T16:47:29.262Z[ host-image] Sep 24 16:47:27.768 INFO O| Sep 24 16:47:27.768 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
97842025-09-24T16:47:29.262Z[ host-image] Sep 24 16:47:27.768 INFO O| Sep 24 16:47:27.768 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97852025-09-24T16:47:29.262Z[ host-image] Sep 24 16:47:27.768 INFO O| Sep 24 16:47:27.768 INFO ok!
97862025-09-24T16:47:29.262Z[ host-image] Sep 24 16:47:27.768 INFO O| Sep 24 16:47:27.768 INFO STEP 59 (ensure_file) COMPLETE
97872025-09-24T16:47:29.262Z[ host-image] Sep 24 16:47:27.768 INFO O| Sep 24 16:47:27.768 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97882025-09-24T16:47:29.274Z[ host-image] Sep 24 16:47:27.782 INFO O| Sep 24 16:47:27.782 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97892025-09-24T16:47:29.274Z[ host-image] Sep 24 16:47:27.783 INFO O| Sep 24 16:47:27.782 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97902025-09-24T16:47:29.277Z[ host-image] Sep 24 16:47:27.783 INFO O| Sep 24 16:47:27.783 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97912025-09-24T16:47:29.277Z[ host-image] Sep 24 16:47:27.783 INFO O| Sep 24 16:47:27.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97922025-09-24T16:47:29.277Z[ host-image] Sep 24 16:47:27.783 INFO O| Sep 24 16:47:27.783 INFO ok!
97932025-09-24T16:47:29.277Z[ host-image] Sep 24 16:47:27.783 INFO O| Sep 24 16:47:27.783 INFO STEP 60 (ensure_file) COMPLETE
97942025-09-24T16:47:29.277Z[ host-image] Sep 24 16:47:27.783 INFO O| Sep 24 16:47:27.783 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97952025-09-24T16:47:29.288Z[ host-image] Sep 24 16:47:27.797 INFO O| Sep 24 16:47:27.797 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97962025-09-24T16:47:29.288Z[ host-image] Sep 24 16:47:27.797 INFO O| Sep 24 16:47:27.797 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 ...
97972025-09-24T16:47:29.292Z[ host-image] Sep 24 16:47:27.798 INFO O| Sep 24 16:47:27.798 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
97982025-09-24T16:47:29.292Z[ host-image] Sep 24 16:47:27.798 INFO O| Sep 24 16:47:27.798 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97992025-09-24T16:47:29.292Z[ host-image] Sep 24 16:47:27.798 INFO O| Sep 24 16:47:27.798 INFO ok!
98002025-09-24T16:47:29.292Z[ host-image] Sep 24 16:47:27.798 INFO O| Sep 24 16:47:27.798 INFO STEP 61 (ensure_file) COMPLETE
98012025-09-24T16:47:29.292Z[ host-image] Sep 24 16:47:27.798 INFO O| Sep 24 16:47:27.798 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98022025-09-24T16:47:29.304Z[ host-image] Sep 24 16:47:27.812 INFO O| Sep 24 16:47:27.812 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98032025-09-24T16:47:29.304Z[ host-image] Sep 24 16:47:27.812 INFO O| Sep 24 16:47:27.812 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98042025-09-24T16:47:29.307Z[ host-image] Sep 24 16:47:27.813 INFO O| Sep 24 16:47:27.813 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98052025-09-24T16:47:29.307Z[ host-image] Sep 24 16:47:27.813 INFO O| Sep 24 16:47:27.813 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98062025-09-24T16:47:29.307Z[ host-image] Sep 24 16:47:27.813 INFO O| Sep 24 16:47:27.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98072025-09-24T16:47:29.307Z[ host-image] Sep 24 16:47:27.813 INFO O| Sep 24 16:47:27.813 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98082025-09-24T16:47:29.307Z[ host-image] Sep 24 16:47:27.813 INFO O| Sep 24 16:47:27.813 INFO ok!
98092025-09-24T16:47:29.307Z[ host-image] Sep 24 16:47:27.813 INFO O| Sep 24 16:47:27.813 INFO STEP 62 (ensure_file) COMPLETE
98102025-09-24T16:47:29.307Z[ host-image] Sep 24 16:47:27.813 INFO O| Sep 24 16:47:27.813 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98112025-09-24T16:47:29.318Z[ host-image] Sep 24 16:47:27.827 INFO O| Sep 24 16:47:27.827 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98122025-09-24T16:47:29.318Z[ host-image] Sep 24 16:47:27.827 INFO O| Sep 24 16:47:27.827 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 ...
98132025-09-24T16:47:29.321Z[ host-image] Sep 24 16:47:27.828 INFO O| Sep 24 16:47:27.828 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
98142025-09-24T16:47:29.322Z[ host-image] Sep 24 16:47:27.828 INFO O| Sep 24 16:47:27.828 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98152025-09-24T16:47:29.322Z[ host-image] Sep 24 16:47:27.828 INFO O| Sep 24 16:47:27.828 INFO ok!
98162025-09-24T16:47:29.322Z[ host-image] Sep 24 16:47:27.828 INFO O| Sep 24 16:47:27.828 INFO STEP 63 (ensure_file) COMPLETE
98172025-09-24T16:47:29.322Z[ host-image] Sep 24 16:47:27.828 INFO O| Sep 24 16:47:27.828 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98182025-09-24T16:47:29.333Z[ host-image] Sep 24 16:47:27.842 INFO O| Sep 24 16:47:27.842 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98192025-09-24T16:47:29.333Z[ host-image] Sep 24 16:47:27.842 INFO O| Sep 24 16:47:27.842 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 ...
98202025-09-24T16:47:29.336Z[ host-image] Sep 24 16:47:27.843 INFO O| Sep 24 16:47:27.843 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
98212025-09-24T16:47:29.336Z[ host-image] Sep 24 16:47:27.843 INFO O| Sep 24 16:47:27.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98222025-09-24T16:47:29.336Z[ host-image] Sep 24 16:47:27.843 INFO O| Sep 24 16:47:27.843 INFO ok!
98232025-09-24T16:47:29.337Z[ host-image] Sep 24 16:47:27.843 INFO O| Sep 24 16:47:27.843 INFO STEP 64 (ensure_file) COMPLETE
98242025-09-24T16:47:29.337Z[ host-image] Sep 24 16:47:27.843 INFO O| Sep 24 16:47:27.843 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98252025-09-24T16:47:29.348Z[ host-image] Sep 24 16:47:27.856 INFO O| Sep 24 16:47:27.856 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98262025-09-24T16:47:29.348Z[ host-image] Sep 24 16:47:27.856 INFO O| Sep 24 16:47:27.856 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 ...
98272025-09-24T16:47:29.351Z[ host-image] Sep 24 16:47:27.857 INFO O| Sep 24 16:47:27.857 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
98282025-09-24T16:47:29.351Z[ host-image] Sep 24 16:47:27.857 INFO O| Sep 24 16:47:27.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98292025-09-24T16:47:29.352Z[ host-image] Sep 24 16:47:27.857 INFO O| Sep 24 16:47:27.857 INFO ok!
98302025-09-24T16:47:29.353Z[ host-image] Sep 24 16:47:27.857 INFO O| Sep 24 16:47:27.857 INFO STEP 65 (ensure_file) COMPLETE
98312025-09-24T16:47:29.353Z[ host-image] Sep 24 16:47:27.857 INFO O| Sep 24 16:47:27.857 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98322025-09-24T16:47:29.363Z[ host-image] Sep 24 16:47:27.871 INFO O| Sep 24 16:47:27.871 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98332025-09-24T16:47:29.363Z[ host-image] Sep 24 16:47:27.871 INFO O| Sep 24 16:47:27.871 INFO STEP 66 (ensure_dir) COMPLETE
98342025-09-24T16:47:29.366Z[ host-image] Sep 24 16:47:27.871 INFO O| Sep 24 16:47:27.871 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-09-24T16:47:29.376Z[ host-image] Sep 24 16:47:27.884 INFO O| Sep 24 16:47:27.884 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98362025-09-24T16:47:29.376Z[ host-image] Sep 24 16:47:27.884 INFO O| Sep 24 16:47:27.884 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98372025-09-24T16:47:29.379Z[ host-image] Sep 24 16:47:27.884 INFO O| Sep 24 16:47:27.884 INFO STEP 67 (ensure_dir) COMPLETE
98382025-09-24T16:47:29.379Z[ host-image] Sep 24 16:47:27.884 INFO O| Sep 24 16:47:27.884 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392025-09-24T16:47:29.390Z[ host-image] Sep 24 16:47:27.897 INFO O| Sep 24 16:47:27.897 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98402025-09-24T16:47:29.390Z[ host-image] Sep 24 16:47:27.898 INFO O| Sep 24 16:47:27.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98412025-09-24T16:47:29.393Z[ host-image] Sep 24 16:47:27.898 INFO O| Sep 24 16:47:27.898 INFO STEP 68 (ensure_dir) COMPLETE
98422025-09-24T16:47:29.393Z[ host-image] Sep 24 16:47:27.898 INFO O| Sep 24 16:47:27.898 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432025-09-24T16:47:29.402Z[ host-image] Sep 24 16:47:27.911 INFO O| Sep 24 16:47:27.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98442025-09-24T16:47:29.403Z[ host-image] Sep 24 16:47:27.911 INFO O| Sep 24 16:47:27.911 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98452025-09-24T16:47:30.780Z[ host-image] Sep 24 16:47:29.288 INFO O| Sep 24 16:47:29.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98462025-09-24T16:47:30.780Z[ host-image] Sep 24 16:47:29.288 INFO O| Sep 24 16:47:29.288 INFO ok!
98472025-09-24T16:47:30.783Z[ host-image] Sep 24 16:47:29.288 INFO O| Sep 24 16:47:29.288 INFO STEP 69 (ensure_file) COMPLETE
98482025-09-24T16:47:30.783Z[ host-image] Sep 24 16:47:29.288 INFO O| Sep 24 16:47:29.288 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492025-09-24T16:47:30.796Z[ host-image] Sep 24 16:47:29.304 INFO O| Sep 24 16:47:29.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98502025-09-24T16:47:30.797Z[ host-image] Sep 24 16:47:29.304 INFO O| Sep 24 16:47:29.304 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98512025-09-24T16:47:32.871Z[ host-image] Sep 24 16:47:31.379 INFO O| Sep 24 16:47:31.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98522025-09-24T16:47:32.871Z[ host-image] Sep 24 16:47:31.379 INFO O| Sep 24 16:47:31.379 INFO ok!
98532025-09-24T16:47:32.871Z[ host-image] Sep 24 16:47:31.379 INFO O| Sep 24 16:47:31.379 INFO STEP 70 (ensure_file) COMPLETE
98542025-09-24T16:47:32.874Z[ host-image] Sep 24 16:47:31.379 INFO O| Sep 24 16:47:31.379 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552025-09-24T16:47:32.885Z[ host-image] Sep 24 16:47:31.393 INFO O| Sep 24 16:47:31.393 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98562025-09-24T16:47:32.885Z[ host-image] Sep 24 16:47:31.393 INFO O| Sep 24 16:47:31.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98572025-09-24T16:47:32.885Z[ host-image] Sep 24 16:47:31.394 INFO O| Sep 24 16:47:31.393 INFO STEP 71 (ensure_dir) COMPLETE
98582025-09-24T16:47:32.889Z[ host-image] Sep 24 16:47:31.394 INFO O| Sep 24 16:47:31.394 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.408 INFO O| Sep 24 16:47:31.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98602025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.408 INFO O| Sep 24 16:47:31.407 INFO copying /tmp/.tmpNioZt2/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 ...
98612025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.408 INFO O| Sep 24 16:47:31.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98622025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.408 INFO O| Sep 24 16:47:31.408 INFO ok!
98632025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.408 INFO O| Sep 24 16:47:31.408 INFO STEP 72 (ensure_file) COMPLETE
98642025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.408 INFO O| Sep 24 16:47:31.408 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.422 INFO O| Sep 24 16:47:31.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98662025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.422 INFO O| Sep 24 16:47:31.422 INFO copying /tmp/.tmpNioZt2/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 ...
98672025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.422 INFO O| Sep 24 16:47:31.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98682025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.422 INFO O| Sep 24 16:47:31.422 INFO ok!
98692025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.422 INFO O| Sep 24 16:47:31.422 INFO STEP 73 (ensure_file) COMPLETE
98702025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.422 INFO O| Sep 24 16:47:31.422 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.436 INFO O| Sep 24 16:47:31.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98722025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.436 INFO O| Sep 24 16:47:31.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98732025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.436 INFO O| Sep 24 16:47:31.436 INFO STEP 74 (ensure_dir) COMPLETE
98742025-09-24T16:47:32.930Z[ host-image] Sep 24 16:47:31.436 INFO O| Sep 24 16:47:31.436 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752025-09-24T16:47:32.941Z[ host-image] Sep 24 16:47:31.449 INFO O| Sep 24 16:47:31.449 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98762025-09-24T16:47:32.941Z[ host-image] Sep 24 16:47:31.449 INFO O| Sep 24 16:47:31.449 INFO copying /tmp/.tmpNioZt2/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 ...
98772025-09-24T16:47:32.944Z[ host-image] Sep 24 16:47:31.449 INFO O| Sep 24 16:47:31.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98782025-09-24T16:47:32.944Z[ host-image] Sep 24 16:47:31.449 INFO O| Sep 24 16:47:31.449 INFO ok!
98792025-09-24T16:47:32.944Z[ host-image] Sep 24 16:47:31.449 INFO O| Sep 24 16:47:31.449 INFO STEP 75 (ensure_file) COMPLETE
98802025-09-24T16:47:32.944Z[ host-image] Sep 24 16:47:31.449 INFO O| Sep 24 16:47:31.449 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812025-09-24T16:47:32.955Z[ host-image] Sep 24 16:47:31.463 INFO O| Sep 24 16:47:31.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98822025-09-24T16:47:32.955Z[ host-image] Sep 24 16:47:31.463 INFO O| Sep 24 16:47:31.463 INFO copying /tmp/.tmpNioZt2/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 ...
98832025-09-24T16:47:32.955Z[ host-image] Sep 24 16:47:31.463 INFO O| Sep 24 16:47:31.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98842025-09-24T16:47:32.958Z[ host-image] Sep 24 16:47:31.463 INFO O| Sep 24 16:47:31.463 INFO ok!
98852025-09-24T16:47:32.958Z[ host-image] Sep 24 16:47:31.463 INFO O| Sep 24 16:47:31.463 INFO STEP 76 (ensure_file) COMPLETE
98862025-09-24T16:47:32.958Z[ host-image] Sep 24 16:47:31.463 INFO O| Sep 24 16:47:31.463 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98872025-09-24T16:47:32.969Z[ host-image] Sep 24 16:47:31.477 INFO O| Sep 24 16:47:31.477 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98882025-09-24T16:47:32.972Z[ host-image] Sep 24 16:47:31.477 INFO O| Sep 24 16:47:31.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98892025-09-24T16:47:32.972Z[ host-image] Sep 24 16:47:31.477 INFO O| Sep 24 16:47:31.477 INFO STEP 77 (ensure_dir) COMPLETE
98902025-09-24T16:47:32.972Z[ host-image] Sep 24 16:47:31.477 INFO O| Sep 24 16:47:31.477 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912025-09-24T16:47:32.983Z[ host-image] Sep 24 16:47:31.491 INFO O| Sep 24 16:47:31.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98922025-09-24T16:47:32.983Z[ host-image] Sep 24 16:47:31.491 INFO O| Sep 24 16:47:31.491 INFO copying /tmp/.tmpNioZt2/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 ...
98932025-09-24T16:47:32.986Z[ host-image] Sep 24 16:47:31.491 INFO O| Sep 24 16:47:31.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98942025-09-24T16:47:32.986Z[ host-image] Sep 24 16:47:31.491 INFO O| Sep 24 16:47:31.491 INFO ok!
98952025-09-24T16:47:32.986Z[ host-image] Sep 24 16:47:31.491 INFO O| Sep 24 16:47:31.491 INFO STEP 78 (ensure_file) COMPLETE
98962025-09-24T16:47:32.986Z[ host-image] Sep 24 16:47:31.491 INFO O| Sep 24 16:47:31.491 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972025-09-24T16:47:32.998Z[ host-image] Sep 24 16:47:31.505 INFO O| Sep 24 16:47:31.505 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98982025-09-24T16:47:32.998Z[ host-image] Sep 24 16:47:31.506 INFO O| Sep 24 16:47:31.505 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98992025-09-24T16:47:32.998Z[ host-image] Sep 24 16:47:31.506 INFO O| Sep 24 16:47:31.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99002025-09-24T16:47:32.998Z[ host-image] Sep 24 16:47:31.506 INFO O| Sep 24 16:47:31.506 INFO ok!
99012025-09-24T16:47:33.002Z[ host-image] Sep 24 16:47:31.506 INFO O| Sep 24 16:47:31.506 INFO STEP 79 (ensure_file) COMPLETE
99022025-09-24T16:47:33.002Z[ host-image] Sep 24 16:47:31.506 INFO O| Sep 24 16:47:31.506 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032025-09-24T16:47:33.012Z[ host-image] Sep 24 16:47:31.520 INFO O| Sep 24 16:47:31.520 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99042025-09-24T16:47:33.012Z[ host-image] Sep 24 16:47:31.520 INFO O| Sep 24 16:47:31.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99052025-09-24T16:47:33.016Z[ host-image] Sep 24 16:47:31.520 INFO O| Sep 24 16:47:31.520 INFO STEP 80 (ensure_dir) COMPLETE
99062025-09-24T16:47:33.016Z[ host-image] Sep 24 16:47:31.520 INFO O| Sep 24 16:47:31.520 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-09-24T16:47:33.026Z[ host-image] Sep 24 16:47:31.534 INFO O| Sep 24 16:47:31.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99082025-09-24T16:47:33.026Z[ host-image] Sep 24 16:47:31.534 INFO O| Sep 24 16:47:31.534 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99092025-09-24T16:47:33.658Z[ host-image] Sep 24 16:47:32.166 INFO O| Sep 24 16:47:32.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99102025-09-24T16:47:33.658Z[ host-image] Sep 24 16:47:32.166 INFO O| Sep 24 16:47:32.166 INFO ok!
99112025-09-24T16:47:33.658Z[ host-image] Sep 24 16:47:32.166 INFO O| Sep 24 16:47:32.166 INFO STEP 81 (ensure_file) COMPLETE
99122025-09-24T16:47:33.662Z[ host-image] Sep 24 16:47:32.166 INFO O| Sep 24 16:47:32.166 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-09-24T16:47:33.674Z[ host-image] Sep 24 16:47:32.181 INFO O| Sep 24 16:47:32.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99142025-09-24T16:47:33.674Z[ host-image] Sep 24 16:47:32.181 INFO O| Sep 24 16:47:32.181 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99152025-09-24T16:47:36.862Z[ host-image] Sep 24 16:47:35.370 INFO O| Sep 24 16:47:35.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99162025-09-24T16:47:36.862Z[ host-image] Sep 24 16:47:35.370 INFO O| Sep 24 16:47:35.370 INFO ok!
99172025-09-24T16:47:36.862Z[ host-image] Sep 24 16:47:35.370 INFO O| Sep 24 16:47:35.370 INFO STEP 82 (ensure_file) COMPLETE
99182025-09-24T16:47:36.867Z[ host-image] Sep 24 16:47:35.370 INFO O| Sep 24 16:47:35.370 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-09-24T16:47:36.878Z[ host-image] Sep 24 16:47:35.386 INFO O| Sep 24 16:47:35.386 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99202025-09-24T16:47:36.878Z[ host-image] Sep 24 16:47:35.386 INFO O| Sep 24 16:47:35.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99212025-09-24T16:47:36.878Z[ host-image] Sep 24 16:47:35.386 INFO O| Sep 24 16:47:35.386 INFO STEP 83 (ensure_dir) COMPLETE
99222025-09-24T16:47:36.882Z[ host-image] Sep 24 16:47:35.386 INFO O| Sep 24 16:47:35.386 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232025-09-24T16:47:36.893Z[ host-image] Sep 24 16:47:35.401 INFO O| Sep 24 16:47:35.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99242025-09-24T16:47:36.893Z[ host-image] Sep 24 16:47:35.401 INFO O| Sep 24 16:47:35.401 INFO copying /tmp/.tmpNioZt2/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 ...
99252025-09-24T16:47:36.893Z[ host-image] Sep 24 16:47:35.401 INFO O| Sep 24 16:47:35.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99262025-09-24T16:47:36.896Z[ host-image] Sep 24 16:47:35.401 INFO O| Sep 24 16:47:35.401 INFO ok!
99272025-09-24T16:47:36.897Z[ host-image] Sep 24 16:47:35.401 INFO O| Sep 24 16:47:35.401 INFO STEP 84 (ensure_file) COMPLETE
99282025-09-24T16:47:36.897Z[ host-image] Sep 24 16:47:35.401 INFO O| Sep 24 16:47:35.401 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99292025-09-24T16:47:36.907Z[ host-image] Sep 24 16:47:35.415 INFO O| Sep 24 16:47:35.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99302025-09-24T16:47:36.907Z[ host-image] Sep 24 16:47:35.415 INFO O| Sep 24 16:47:35.415 INFO copying /tmp/.tmpNioZt2/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 ...
99312025-09-24T16:47:36.910Z[ host-image] Sep 24 16:47:35.415 INFO O| Sep 24 16:47:35.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99322025-09-24T16:47:36.910Z[ host-image] Sep 24 16:47:35.415 INFO O| Sep 24 16:47:35.415 INFO ok!
99332025-09-24T16:47:36.910Z[ host-image] Sep 24 16:47:35.415 INFO O| Sep 24 16:47:35.415 INFO STEP 85 (ensure_file) COMPLETE
99342025-09-24T16:47:36.910Z[ host-image] Sep 24 16:47:35.415 INFO O| Sep 24 16:47:35.415 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352025-09-24T16:47:36.921Z[ host-image] Sep 24 16:47:35.429 INFO O| Sep 24 16:47:35.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99362025-09-24T16:47:36.921Z[ host-image] Sep 24 16:47:35.429 INFO O| Sep 24 16:47:35.429 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99372025-09-24T16:47:36.921Z[ host-image] Sep 24 16:47:35.429 INFO O| Sep 24 16:47:35.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99382025-09-24T16:47:36.924Z[ host-image] Sep 24 16:47:35.429 INFO O| Sep 24 16:47:35.429 INFO ok!
99392025-09-24T16:47:36.924Z[ host-image] Sep 24 16:47:35.429 INFO O| Sep 24 16:47:35.429 INFO STEP 86 (ensure_file) COMPLETE
99402025-09-24T16:47:36.924Z[ host-image] Sep 24 16:47:35.429 INFO O| Sep 24 16:47:35.429 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412025-09-24T16:47:36.936Z[ host-image] Sep 24 16:47:35.444 INFO O| Sep 24 16:47:35.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99422025-09-24T16:47:36.936Z[ host-image] Sep 24 16:47:35.444 INFO O| Sep 24 16:47:35.444 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99432025-09-24T16:47:36.940Z[ host-image] Sep 24 16:47:35.444 INFO O| Sep 24 16:47:35.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99442025-09-24T16:47:36.940Z[ host-image] Sep 24 16:47:35.444 INFO O| Sep 24 16:47:35.444 INFO ok!
99452025-09-24T16:47:36.940Z[ host-image] Sep 24 16:47:35.444 INFO O| Sep 24 16:47:35.444 INFO STEP 87 (ensure_file) COMPLETE
99462025-09-24T16:47:36.940Z[ host-image] Sep 24 16:47:35.444 INFO O| Sep 24 16:47:35.444 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472025-09-24T16:47:36.950Z[ host-image] Sep 24 16:47:35.458 INFO O| Sep 24 16:47:35.458 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99482025-09-24T16:47:36.950Z[ host-image] Sep 24 16:47:35.458 INFO O| Sep 24 16:47:35.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99492025-09-24T16:47:36.953Z[ host-image] Sep 24 16:47:35.458 INFO O| Sep 24 16:47:35.458 INFO STEP 88 (ensure_dir) COMPLETE
99502025-09-24T16:47:36.954Z[ host-image] Sep 24 16:47:35.458 INFO O| Sep 24 16:47:35.458 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512025-09-24T16:47:36.964Z[ host-image] Sep 24 16:47:35.472 INFO O| Sep 24 16:47:35.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99522025-09-24T16:47:36.965Z[ host-image] Sep 24 16:47:35.473 INFO O| Sep 24 16:47:35.472 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99532025-09-24T16:47:36.972Z[ host-image] Sep 24 16:47:35.480 INFO O| Sep 24 16:47:35.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99542025-09-24T16:47:36.972Z[ host-image] Sep 24 16:47:35.480 INFO O| Sep 24 16:47:35.480 INFO ok!
99552025-09-24T16:47:36.972Z[ host-image] Sep 24 16:47:35.480 INFO O| Sep 24 16:47:35.480 INFO STEP 89 (ensure_file) COMPLETE
99562025-09-24T16:47:36.975Z[ host-image] Sep 24 16:47:35.480 INFO O| Sep 24 16:47:35.480 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572025-09-24T16:47:36.987Z[ host-image] Sep 24 16:47:35.495 INFO O| Sep 24 16:47:35.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99582025-09-24T16:47:36.987Z[ host-image] Sep 24 16:47:35.495 INFO O| Sep 24 16:47:35.495 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99592025-09-24T16:47:36.990Z[ host-image] Sep 24 16:47:35.495 INFO O| Sep 24 16:47:35.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99602025-09-24T16:47:36.990Z[ host-image] Sep 24 16:47:35.495 INFO O| Sep 24 16:47:35.495 INFO ok!
99612025-09-24T16:47:36.990Z[ host-image] Sep 24 16:47:35.495 INFO O| Sep 24 16:47:35.495 INFO STEP 90 (ensure_file) COMPLETE
99622025-09-24T16:47:36.990Z[ host-image] Sep 24 16:47:35.495 INFO O| Sep 24 16:47:35.495 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632025-09-24T16:47:37.002Z[ host-image] Sep 24 16:47:35.509 INFO O| Sep 24 16:47:35.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99642025-09-24T16:47:37.002Z[ host-image] Sep 24 16:47:35.509 INFO O| Sep 24 16:47:35.509 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99652025-09-24T16:47:39.322Z[ host-image] Sep 24 16:47:37.830 INFO O| Sep 24 16:47:37.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99662025-09-24T16:47:39.327Z[ host-image] Sep 24 16:47:37.830 INFO O| Sep 24 16:47:37.830 INFO ok!
99672025-09-24T16:47:39.327Z[ host-image] Sep 24 16:47:37.830 INFO O| Sep 24 16:47:37.830 INFO STEP 91 (ensure_file) COMPLETE
99682025-09-24T16:47:39.327Z[ host-image] Sep 24 16:47:37.830 INFO O| Sep 24 16:47:37.830 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692025-09-24T16:47:39.338Z[ host-image] Sep 24 16:47:37.846 INFO O| Sep 24 16:47:37.846 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99702025-09-24T16:47:39.338Z[ host-image] Sep 24 16:47:37.846 INFO O| Sep 24 16:47:37.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99712025-09-24T16:47:39.338Z[ host-image] Sep 24 16:47:37.846 INFO O| Sep 24 16:47:37.846 INFO STEP 92 (ensure_dir) COMPLETE
99722025-09-24T16:47:39.341Z[ host-image] Sep 24 16:47:37.846 INFO O| Sep 24 16:47:37.846 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732025-09-24T16:47:39.352Z[ host-image] Sep 24 16:47:37.860 INFO O| Sep 24 16:47:37.860 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99742025-09-24T16:47:39.352Z[ host-image] Sep 24 16:47:37.860 INFO O| Sep 24 16:47:37.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99752025-09-24T16:47:39.352Z[ host-image] Sep 24 16:47:37.860 INFO O| Sep 24 16:47:37.860 INFO STEP 93 (ensure_dir) COMPLETE
99762025-09-24T16:47:39.357Z[ host-image] Sep 24 16:47:37.860 INFO O| Sep 24 16:47:37.860 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772025-09-24T16:47:39.366Z[ host-image] Sep 24 16:47:37.875 INFO O| Sep 24 16:47:37.874 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99782025-09-24T16:47:39.367Z[ host-image] Sep 24 16:47:37.875 INFO O| Sep 24 16:47:37.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99792025-09-24T16:47:39.370Z[ host-image] Sep 24 16:47:37.875 INFO O| Sep 24 16:47:37.875 INFO STEP 94 (ensure_dir) COMPLETE
99802025-09-24T16:47:39.370Z[ host-image] Sep 24 16:47:37.875 INFO O| Sep 24 16:47:37.875 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812025-09-24T16:47:39.380Z[ host-image] Sep 24 16:47:37.888 INFO O| Sep 24 16:47:37.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99822025-09-24T16:47:39.380Z[ host-image] Sep 24 16:47:37.888 INFO O| Sep 24 16:47:37.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99832025-09-24T16:47:39.381Z[ host-image] Sep 24 16:47:37.888 INFO O| Sep 24 16:47:37.888 INFO STEP 95 (ensure_dir) COMPLETE
99842025-09-24T16:47:39.384Z[ host-image] Sep 24 16:47:37.888 INFO O| Sep 24 16:47:37.888 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99852025-09-24T16:47:39.395Z[ host-image] Sep 24 16:47:37.903 INFO O| Sep 24 16:47:37.903 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99862025-09-24T16:47:39.398Z[ host-image] Sep 24 16:47:37.903 INFO O| Sep 24 16:47:37.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99872025-09-24T16:47:39.399Z[ host-image] Sep 24 16:47:37.903 INFO O| Sep 24 16:47:37.903 INFO STEP 96 (ensure_dir) COMPLETE
99882025-09-24T16:47:39.399Z[ host-image] Sep 24 16:47:37.903 INFO O| Sep 24 16:47:37.903 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892025-09-24T16:47:39.408Z[ host-image] Sep 24 16:47:37.916 INFO O| Sep 24 16:47:37.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99902025-09-24T16:47:39.408Z[ host-image] Sep 24 16:47:37.916 INFO O| Sep 24 16:47:37.916 INFO copying /tmp/.tmpNioZt2/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 ...
99912025-09-24T16:47:39.408Z[ host-image] Sep 24 16:47:37.916 INFO O| Sep 24 16:47:37.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99922025-09-24T16:47:39.408Z[ host-image] Sep 24 16:47:37.916 INFO O| Sep 24 16:47:37.916 INFO ok!
99932025-09-24T16:47:39.412Z[ host-image] Sep 24 16:47:37.916 INFO O| Sep 24 16:47:37.916 INFO STEP 97 (ensure_file) COMPLETE
99942025-09-24T16:47:39.412Z[ host-image] Sep 24 16:47:37.916 INFO O| Sep 24 16:47:37.916 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952025-09-24T16:47:39.423Z[ host-image] Sep 24 16:47:37.930 INFO O| Sep 24 16:47:37.930 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99962025-09-24T16:47:39.423Z[ host-image] Sep 24 16:47:37.930 INFO O| Sep 24 16:47:37.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99972025-09-24T16:47:39.427Z[ host-image] Sep 24 16:47:37.930 INFO O| Sep 24 16:47:37.930 INFO STEP 98 (ensure_dir) COMPLETE
99982025-09-24T16:47:39.427Z[ host-image] Sep 24 16:47:37.930 INFO O| Sep 24 16:47:37.930 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992025-09-24T16:47:39.436Z[ host-image] Sep 24 16:47:37.944 INFO O| Sep 24 16:47:37.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100002025-09-24T16:47:39.436Z[ host-image] Sep 24 16:47:37.944 INFO O| Sep 24 16:47:37.944 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100012025-09-24T16:47:39.439Z[ host-image] Sep 24 16:47:37.944 INFO O| Sep 24 16:47:37.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100022025-09-24T16:47:39.439Z[ host-image] Sep 24 16:47:37.944 INFO O| Sep 24 16:47:37.944 INFO ok!
100032025-09-24T16:47:39.439Z[ host-image] Sep 24 16:47:37.944 INFO O| Sep 24 16:47:37.944 INFO STEP 99 (ensure_file) COMPLETE
100042025-09-24T16:47:39.439Z[ host-image] Sep 24 16:47:37.944 INFO O| Sep 24 16:47:37.944 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052025-09-24T16:47:39.450Z[ host-image] Sep 24 16:47:37.958 INFO O| Sep 24 16:47:37.958 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100062025-09-24T16:47:39.450Z[ host-image] Sep 24 16:47:37.958 INFO O| Sep 24 16:47:37.958 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100072025-09-24T16:47:40.082Z[ host-image] Sep 24 16:47:38.590 INFO O| Sep 24 16:47:38.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100082025-09-24T16:47:40.082Z[ host-image] Sep 24 16:47:38.590 INFO O| Sep 24 16:47:38.590 INFO ok!
100092025-09-24T16:47:40.082Z[ host-image] Sep 24 16:47:38.590 INFO O| Sep 24 16:47:38.590 INFO STEP 100 (ensure_file) COMPLETE
100102025-09-24T16:47:40.082Z[ host-image] Sep 24 16:47:38.590 INFO O| Sep 24 16:47:38.590 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112025-09-24T16:47:40.098Z[ host-image] Sep 24 16:47:38.605 INFO O| Sep 24 16:47:38.605 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100122025-09-24T16:47:40.098Z[ host-image] Sep 24 16:47:38.605 INFO O| Sep 24 16:47:38.605 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100132025-09-24T16:47:40.129Z[ host-image] Sep 24 16:47:38.636 INFO O| Sep 24 16:47:38.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100142025-09-24T16:47:40.129Z[ host-image] Sep 24 16:47:38.636 INFO O| Sep 24 16:47:38.636 INFO ok!
100152025-09-24T16:47:40.133Z[ host-image] Sep 24 16:47:38.636 INFO O| Sep 24 16:47:38.636 INFO STEP 101 (ensure_file) COMPLETE
100162025-09-24T16:47:40.133Z[ host-image] Sep 24 16:47:38.636 INFO O| Sep 24 16:47:38.636 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172025-09-24T16:47:40.143Z[ host-image] Sep 24 16:47:38.651 INFO O| Sep 24 16:47:38.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100182025-09-24T16:47:40.143Z[ host-image] Sep 24 16:47:38.651 INFO O| Sep 24 16:47:38.651 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100192025-09-24T16:47:40.146Z[ host-image] Sep 24 16:47:38.651 INFO O| Sep 24 16:47:38.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100202025-09-24T16:47:40.146Z[ host-image] Sep 24 16:47:38.651 INFO O| Sep 24 16:47:38.651 INFO ok!
100212025-09-24T16:47:40.146Z[ host-image] Sep 24 16:47:38.651 INFO O| Sep 24 16:47:38.651 INFO STEP 102 (ensure_file) COMPLETE
100222025-09-24T16:47:40.146Z[ host-image] Sep 24 16:47:38.651 INFO O| Sep 24 16:47:38.651 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232025-09-24T16:47:40.156Z[ host-image] Sep 24 16:47:38.664 INFO O| Sep 24 16:47:38.664 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100242025-09-24T16:47:40.156Z[ host-image] Sep 24 16:47:38.665 INFO O| Sep 24 16:47:38.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100252025-09-24T16:47:40.160Z[ host-image] Sep 24 16:47:38.665 INFO O| Sep 24 16:47:38.665 INFO STEP 103 (ensure_dir) COMPLETE
100262025-09-24T16:47:40.160Z[ host-image] Sep 24 16:47:38.665 INFO O| Sep 24 16:47:38.665 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100272025-09-24T16:47:40.171Z[ host-image] Sep 24 16:47:38.678 INFO O| Sep 24 16:47:38.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
100282025-09-24T16:47:40.171Z[ host-image] Sep 24 16:47:38.678 INFO O| Sep 24 16:47:38.678 INFO copying /tmp/.tmpNioZt2/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 ...
100292025-09-24T16:47:40.174Z[ host-image] Sep 24 16:47:38.679 INFO O| Sep 24 16:47:38.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
100302025-09-24T16:47:40.174Z[ host-image] Sep 24 16:47:38.679 INFO O| Sep 24 16:47:38.679 INFO ok!
100312025-09-24T16:47:40.174Z[ host-image] Sep 24 16:47:38.679 INFO O| Sep 24 16:47:38.679 INFO STEP 104 (ensure_file) COMPLETE
100322025-09-24T16:47:40.174Z[ host-image] Sep 24 16:47:38.679 INFO O| Sep 24 16:47:38.679 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100332025-09-24T16:47:40.185Z[ host-image] Sep 24 16:47:38.693 INFO O| Sep 24 16:47:38.693 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
100342025-09-24T16:47:40.185Z[ host-image] Sep 24 16:47:38.693 INFO O| Sep 24 16:47:38.693 INFO copying /tmp/.tmpNioZt2/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 ...
100352025-09-24T16:47:40.188Z[ host-image] Sep 24 16:47:38.693 INFO O| Sep 24 16:47:38.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100362025-09-24T16:47:40.188Z[ host-image] Sep 24 16:47:38.693 INFO O| Sep 24 16:47:38.693 INFO ok!
100372025-09-24T16:47:40.188Z[ host-image] Sep 24 16:47:38.693 INFO O| Sep 24 16:47:38.693 INFO STEP 105 (ensure_file) COMPLETE
100382025-09-24T16:47:40.188Z[ host-image] Sep 24 16:47:38.693 INFO O| Sep 24 16:47:38.693 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392025-09-24T16:47:40.199Z[ host-image] Sep 24 16:47:38.707 INFO O| Sep 24 16:47:38.707 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100402025-09-24T16:47:40.199Z[ host-image] Sep 24 16:47:38.707 INFO O| Sep 24 16:47:38.707 INFO copying /tmp/.tmpNioZt2/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 ...
100412025-09-24T16:47:40.202Z[ host-image] Sep 24 16:47:38.707 INFO O| Sep 24 16:47:38.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100422025-09-24T16:47:40.202Z[ host-image] Sep 24 16:47:38.707 INFO O| Sep 24 16:47:38.707 INFO ok!
100432025-09-24T16:47:40.202Z[ host-image] Sep 24 16:47:38.707 INFO O| Sep 24 16:47:38.707 INFO STEP 106 (ensure_file) COMPLETE
100442025-09-24T16:47:40.202Z[ host-image] Sep 24 16:47:38.707 INFO O| Sep 24 16:47:38.707 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100452025-09-24T16:47:40.212Z[ host-image] Sep 24 16:47:38.720 INFO O| Sep 24 16:47:38.720 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100462025-09-24T16:47:40.212Z[ host-image] Sep 24 16:47:38.720 INFO O| Sep 24 16:47:38.720 INFO copying /tmp/.tmpNioZt2/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 ...
100472025-09-24T16:47:40.215Z[ host-image] Sep 24 16:47:38.720 INFO O| Sep 24 16:47:38.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100482025-09-24T16:47:40.216Z[ host-image] Sep 24 16:47:38.720 INFO O| Sep 24 16:47:38.720 INFO ok!
100492025-09-24T16:47:40.216Z[ host-image] Sep 24 16:47:38.720 INFO O| Sep 24 16:47:38.720 INFO STEP 107 (ensure_file) COMPLETE
100502025-09-24T16:47:40.216Z[ host-image] Sep 24 16:47:38.720 INFO O| Sep 24 16:47:38.720 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512025-09-24T16:47:40.234Z[ host-image] Sep 24 16:47:38.742 INFO O| Sep 24 16:47:38.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100522025-09-24T16:47:40.234Z[ host-image] Sep 24 16:47:38.742 INFO O| Sep 24 16:47:38.742 INFO copying /tmp/.tmpNioZt2/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 ...
100532025-09-24T16:47:40.237Z[ host-image] Sep 24 16:47:38.742 INFO O| Sep 24 16:47:38.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100542025-09-24T16:47:40.237Z[ host-image] Sep 24 16:47:38.742 INFO O| Sep 24 16:47:38.742 INFO ok!
100552025-09-24T16:47:40.237Z[ host-image] Sep 24 16:47:38.742 INFO O| Sep 24 16:47:38.742 INFO STEP 108 (ensure_file) COMPLETE
100562025-09-24T16:47:40.237Z[ host-image] Sep 24 16:47:38.742 INFO O| Sep 24 16:47:38.742 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100572025-09-24T16:47:40.250Z[ host-image] Sep 24 16:47:38.757 INFO O| Sep 24 16:47:38.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100582025-09-24T16:47:40.250Z[ host-image] Sep 24 16:47:38.757 INFO O| Sep 24 16:47:38.757 INFO copying /tmp/.tmpNioZt2/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 ...
100592025-09-24T16:47:40.250Z[ host-image] Sep 24 16:47:38.757 INFO O| Sep 24 16:47:38.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100602025-09-24T16:47:40.255Z[ host-image] Sep 24 16:47:38.757 INFO O| Sep 24 16:47:38.757 INFO ok!
100612025-09-24T16:47:40.255Z[ host-image] Sep 24 16:47:38.757 INFO O| Sep 24 16:47:38.757 INFO STEP 109 (ensure_file) COMPLETE
100622025-09-24T16:47:40.255Z[ host-image] Sep 24 16:47:38.757 INFO O| Sep 24 16:47:38.757 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100632025-09-24T16:47:40.264Z[ host-image] Sep 24 16:47:38.772 INFO O| Sep 24 16:47:38.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100642025-09-24T16:47:40.264Z[ host-image] Sep 24 16:47:38.772 INFO O| Sep 24 16:47:38.772 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100652025-09-24T16:47:40.264Z[ host-image] Sep 24 16:47:38.772 INFO O| Sep 24 16:47:38.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100662025-09-24T16:47:40.268Z[ host-image] Sep 24 16:47:38.772 INFO O| Sep 24 16:47:38.772 INFO ok!
100672025-09-24T16:47:40.268Z[ host-image] Sep 24 16:47:38.772 INFO O| Sep 24 16:47:38.772 INFO STEP 110 (ensure_file) COMPLETE
100682025-09-24T16:47:40.268Z[ host-image] Sep 24 16:47:38.772 INFO O| Sep 24 16:47:38.772 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100692025-09-24T16:47:40.279Z[ host-image] Sep 24 16:47:38.786 INFO O| Sep 24 16:47:38.786 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100702025-09-24T16:47:40.279Z[ host-image] Sep 24 16:47:38.786 INFO O| Sep 24 16:47:38.786 INFO copying /tmp/.tmpNioZt2/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 ...
100712025-09-24T16:47:40.279Z[ host-image] Sep 24 16:47:38.786 INFO O| Sep 24 16:47:38.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100722025-09-24T16:47:40.282Z[ host-image] Sep 24 16:47:38.786 INFO O| Sep 24 16:47:38.786 INFO ok!
100732025-09-24T16:47:40.282Z[ host-image] Sep 24 16:47:38.786 INFO O| Sep 24 16:47:38.786 INFO STEP 111 (ensure_file) COMPLETE
100742025-09-24T16:47:40.283Z[ host-image] Sep 24 16:47:38.786 INFO O| Sep 24 16:47:38.786 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100752025-09-24T16:47:40.292Z[ host-image] Sep 24 16:47:38.800 INFO O| Sep 24 16:47:38.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100762025-09-24T16:47:40.292Z[ host-image] Sep 24 16:47:38.800 INFO O| Sep 24 16:47:38.800 INFO copying /tmp/.tmpNioZt2/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 ...
100772025-09-24T16:47:40.292Z[ host-image] Sep 24 16:47:38.800 INFO O| Sep 24 16:47:38.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100782025-09-24T16:47:40.296Z[ host-image] Sep 24 16:47:38.800 INFO O| Sep 24 16:47:38.800 INFO ok!
100792025-09-24T16:47:40.296Z[ host-image] Sep 24 16:47:38.800 INFO O| Sep 24 16:47:38.800 INFO STEP 112 (ensure_file) COMPLETE
100802025-09-24T16:47:40.296Z[ host-image] Sep 24 16:47:38.800 INFO O| Sep 24 16:47:38.800 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100812025-09-24T16:47:40.307Z[ host-image] Sep 24 16:47:38.815 INFO O| Sep 24 16:47:38.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100822025-09-24T16:47:40.307Z[ host-image] Sep 24 16:47:38.815 INFO O| Sep 24 16:47:38.815 INFO copying /tmp/.tmpNioZt2/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 ...
100832025-09-24T16:47:40.307Z[ host-image] Sep 24 16:47:38.815 INFO O| Sep 24 16:47:38.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100842025-09-24T16:47:40.307Z[ host-image] Sep 24 16:47:38.815 INFO O| Sep 24 16:47:38.815 INFO ok!
100852025-09-24T16:47:40.307Z[ host-image] Sep 24 16:47:38.815 INFO O| Sep 24 16:47:38.815 INFO STEP 113 (ensure_file) COMPLETE
100862025-09-24T16:47:40.310Z[ host-image] Sep 24 16:47:38.815 INFO O| Sep 24 16:47:38.815 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872025-09-24T16:47:40.321Z[ host-image] Sep 24 16:47:38.829 INFO O| Sep 24 16:47:38.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100882025-09-24T16:47:40.325Z[ host-image] Sep 24 16:47:38.829 INFO O| Sep 24 16:47:38.829 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100892025-09-24T16:47:40.325Z[ host-image] Sep 24 16:47:38.829 INFO O| Sep 24 16:47:38.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100902025-09-24T16:47:40.325Z[ host-image] Sep 24 16:47:38.829 INFO O| Sep 24 16:47:38.829 INFO ok!
100912025-09-24T16:47:40.325Z[ host-image] Sep 24 16:47:38.829 INFO O| Sep 24 16:47:38.829 INFO STEP 114 (ensure_file) COMPLETE
100922025-09-24T16:47:40.325Z[ host-image] Sep 24 16:47:38.829 INFO O| Sep 24 16:47:38.829 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932025-09-24T16:47:40.337Z[ host-image] Sep 24 16:47:38.843 INFO O| Sep 24 16:47:38.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
100942025-09-24T16:47:40.337Z[ host-image] Sep 24 16:47:38.843 INFO O| Sep 24 16:47:38.843 INFO copying /tmp/.tmpNioZt2/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 ...
100952025-09-24T16:47:40.337Z[ host-image] Sep 24 16:47:38.843 INFO O| Sep 24 16:47:38.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
100962025-09-24T16:47:40.342Z[ host-image] Sep 24 16:47:38.843 INFO O| Sep 24 16:47:38.843 INFO ok!
100972025-09-24T16:47:40.342Z[ host-image] Sep 24 16:47:38.843 INFO O| Sep 24 16:47:38.843 INFO STEP 115 (ensure_file) COMPLETE
100982025-09-24T16:47:40.342Z[ host-image] Sep 24 16:47:38.843 INFO O| Sep 24 16:47:38.843 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992025-09-24T16:47:40.350Z[ host-image] Sep 24 16:47:38.858 INFO O| Sep 24 16:47:38.858 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
101002025-09-24T16:47:40.350Z[ host-image] Sep 24 16:47:38.858 INFO O| Sep 24 16:47:38.858 INFO copying /tmp/.tmpNioZt2/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 ...
101012025-09-24T16:47:40.353Z[ host-image] Sep 24 16:47:38.858 INFO O| Sep 24 16:47:38.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
101022025-09-24T16:47:40.353Z[ host-image] Sep 24 16:47:38.858 INFO O| Sep 24 16:47:38.858 INFO ok!
101032025-09-24T16:47:40.353Z[ host-image] Sep 24 16:47:38.858 INFO O| Sep 24 16:47:38.858 INFO STEP 116 (ensure_file) COMPLETE
101042025-09-24T16:47:40.353Z[ host-image] Sep 24 16:47:38.858 INFO O| Sep 24 16:47:38.858 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101052025-09-24T16:47:40.364Z[ host-image] Sep 24 16:47:38.872 INFO O| Sep 24 16:47:38.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
101062025-09-24T16:47:40.364Z[ host-image] Sep 24 16:47:38.872 INFO O| Sep 24 16:47:38.872 INFO copying /tmp/.tmpNioZt2/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 ...
101072025-09-24T16:47:40.365Z[ host-image] Sep 24 16:47:38.872 INFO O| Sep 24 16:47:38.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
101082025-09-24T16:47:40.365Z[ host-image] Sep 24 16:47:38.872 INFO O| Sep 24 16:47:38.872 INFO ok!
101092025-09-24T16:47:40.369Z[ host-image] Sep 24 16:47:38.872 INFO O| Sep 24 16:47:38.872 INFO STEP 117 (ensure_file) COMPLETE
101102025-09-24T16:47:40.369Z[ host-image] Sep 24 16:47:38.872 INFO O| Sep 24 16:47:38.872 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112025-09-24T16:47:40.378Z[ host-image] Sep 24 16:47:38.886 INFO O| Sep 24 16:47:38.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
101122025-09-24T16:47:40.378Z[ host-image] Sep 24 16:47:38.887 INFO O| Sep 24 16:47:38.886 INFO copying /tmp/.tmpNioZt2/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 ...
101132025-09-24T16:47:40.383Z[ host-image] Sep 24 16:47:38.887 INFO O| Sep 24 16:47:38.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
101142025-09-24T16:47:40.383Z[ host-image] Sep 24 16:47:38.887 INFO O| Sep 24 16:47:38.887 INFO ok!
101152025-09-24T16:47:40.383Z[ host-image] Sep 24 16:47:38.887 INFO O| Sep 24 16:47:38.887 INFO STEP 118 (ensure_file) COMPLETE
101162025-09-24T16:47:40.383Z[ host-image] Sep 24 16:47:38.887 INFO O| Sep 24 16:47:38.887 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101172025-09-24T16:47:40.394Z[ host-image] Sep 24 16:47:38.901 INFO O| Sep 24 16:47:38.901 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
101182025-09-24T16:47:40.394Z[ host-image] Sep 24 16:47:38.901 INFO O| Sep 24 16:47:38.901 INFO copying /tmp/.tmpNioZt2/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 ...
101192025-09-24T16:47:40.394Z[ host-image] Sep 24 16:47:38.901 INFO O| Sep 24 16:47:38.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
101202025-09-24T16:47:40.394Z[ host-image] Sep 24 16:47:38.901 INFO O| Sep 24 16:47:38.901 INFO ok!
101212025-09-24T16:47:40.397Z[ host-image] Sep 24 16:47:38.901 INFO O| Sep 24 16:47:38.901 INFO STEP 119 (ensure_file) COMPLETE
101222025-09-24T16:47:40.397Z[ host-image] Sep 24 16:47:38.901 INFO O| Sep 24 16:47:38.901 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232025-09-24T16:47:40.408Z[ host-image] Sep 24 16:47:38.916 INFO O| Sep 24 16:47:38.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
101242025-09-24T16:47:40.408Z[ host-image] Sep 24 16:47:38.916 INFO O| Sep 24 16:47:38.916 INFO copying /tmp/.tmpNioZt2/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 ...
101252025-09-24T16:47:40.411Z[ host-image] Sep 24 16:47:38.916 INFO O| Sep 24 16:47:38.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
101262025-09-24T16:47:40.411Z[ host-image] Sep 24 16:47:38.916 INFO O| Sep 24 16:47:38.916 INFO ok!
101272025-09-24T16:47:40.411Z[ host-image] Sep 24 16:47:38.916 INFO O| Sep 24 16:47:38.916 INFO STEP 120 (ensure_file) COMPLETE
101282025-09-24T16:47:40.412Z[ host-image] Sep 24 16:47:38.916 INFO O| Sep 24 16:47:38.916 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292025-09-24T16:47:40.423Z[ host-image] Sep 24 16:47:38.931 INFO O| Sep 24 16:47:38.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
101302025-09-24T16:47:40.423Z[ host-image] Sep 24 16:47:38.931 INFO O| Sep 24 16:47:38.930 INFO copying /tmp/.tmpNioZt2/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 ...
101312025-09-24T16:47:40.423Z[ host-image] Sep 24 16:47:38.931 INFO O| Sep 24 16:47:38.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
101322025-09-24T16:47:40.426Z[ host-image] Sep 24 16:47:38.931 INFO O| Sep 24 16:47:38.931 INFO ok!
101332025-09-24T16:47:40.426Z[ host-image] Sep 24 16:47:38.931 INFO O| Sep 24 16:47:38.931 INFO STEP 121 (ensure_file) COMPLETE
101342025-09-24T16:47:40.426Z[ host-image] Sep 24 16:47:38.931 INFO O| Sep 24 16:47:38.931 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352025-09-24T16:47:40.437Z[ host-image] Sep 24 16:47:38.945 INFO O| Sep 24 16:47:38.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101362025-09-24T16:47:40.437Z[ host-image] Sep 24 16:47:38.945 INFO O| Sep 24 16:47:38.945 INFO copying /tmp/.tmpNioZt2/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 ...
101372025-09-24T16:47:40.440Z[ host-image] Sep 24 16:47:38.945 INFO O| Sep 24 16:47:38.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101382025-09-24T16:47:40.440Z[ host-image] Sep 24 16:47:38.945 INFO O| Sep 24 16:47:38.945 INFO ok!
101392025-09-24T16:47:40.440Z[ host-image] Sep 24 16:47:38.945 INFO O| Sep 24 16:47:38.945 INFO STEP 122 (ensure_file) COMPLETE
101402025-09-24T16:47:40.440Z[ host-image] Sep 24 16:47:38.945 INFO O| Sep 24 16:47:38.945 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412025-09-24T16:47:40.451Z[ host-image] Sep 24 16:47:38.959 INFO O| Sep 24 16:47:38.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101422025-09-24T16:47:40.452Z[ host-image] Sep 24 16:47:38.959 INFO O| Sep 24 16:47:38.959 INFO copying /tmp/.tmpNioZt2/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 ...
101432025-09-24T16:47:40.452Z[ host-image] Sep 24 16:47:38.959 INFO O| Sep 24 16:47:38.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101442025-09-24T16:47:40.456Z[ host-image] Sep 24 16:47:38.959 INFO O| Sep 24 16:47:38.959 INFO ok!
101452025-09-24T16:47:40.456Z[ host-image] Sep 24 16:47:38.959 INFO O| Sep 24 16:47:38.959 INFO STEP 123 (ensure_file) COMPLETE
101462025-09-24T16:47:40.456Z[ host-image] Sep 24 16:47:38.959 INFO O| Sep 24 16:47:38.959 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472025-09-24T16:47:40.465Z[ host-image] Sep 24 16:47:38.973 INFO O| Sep 24 16:47:38.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101482025-09-24T16:47:40.469Z[ host-image] Sep 24 16:47:38.973 INFO O| Sep 24 16:47:38.973 INFO copying /tmp/.tmpNioZt2/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 ...
101492025-09-24T16:47:40.469Z[ host-image] Sep 24 16:47:38.974 INFO O| Sep 24 16:47:38.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101502025-09-24T16:47:40.469Z[ host-image] Sep 24 16:47:38.974 INFO O| Sep 24 16:47:38.974 INFO ok!
101512025-09-24T16:47:40.469Z[ host-image] Sep 24 16:47:38.974 INFO O| Sep 24 16:47:38.974 INFO STEP 124 (ensure_file) COMPLETE
101522025-09-24T16:47:40.469Z[ host-image] Sep 24 16:47:38.974 INFO O| Sep 24 16:47:38.974 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532025-09-24T16:47:40.480Z[ host-image] Sep 24 16:47:38.987 INFO O| Sep 24 16:47:38.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101542025-09-24T16:47:40.486Z[ host-image] Sep 24 16:47:38.988 INFO O| Sep 24 16:47:38.987 INFO copying /tmp/.tmpNioZt2/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 ...
101552025-09-24T16:47:40.487Z[ host-image] Sep 24 16:47:38.988 INFO O| Sep 24 16:47:38.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101562025-09-24T16:47:40.487Z[ host-image] Sep 24 16:47:38.988 INFO O| Sep 24 16:47:38.988 INFO ok!
101572025-09-24T16:47:40.487Z[ host-image] Sep 24 16:47:38.988 INFO O| Sep 24 16:47:38.988 INFO STEP 125 (ensure_file) COMPLETE
101582025-09-24T16:47:40.487Z[ host-image] Sep 24 16:47:38.988 INFO O| Sep 24 16:47:38.988 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592025-09-24T16:47:40.495Z[ host-image] Sep 24 16:47:39.002 INFO O| Sep 24 16:47:39.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101602025-09-24T16:47:40.495Z[ host-image] Sep 24 16:47:39.003 INFO O| Sep 24 16:47:39.002 INFO copying /tmp/.tmpNioZt2/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 ...
101612025-09-24T16:47:40.495Z[ host-image] Sep 24 16:47:39.003 INFO O| Sep 24 16:47:39.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101622025-09-24T16:47:40.498Z[ host-image] Sep 24 16:47:39.003 INFO O| Sep 24 16:47:39.003 INFO ok!
101632025-09-24T16:47:40.498Z[ host-image] Sep 24 16:47:39.003 INFO O| Sep 24 16:47:39.003 INFO STEP 126 (ensure_file) COMPLETE
101642025-09-24T16:47:40.498Z[ host-image] Sep 24 16:47:39.003 INFO O| Sep 24 16:47:39.003 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652025-09-24T16:47:40.510Z[ host-image] Sep 24 16:47:39.018 INFO O| Sep 24 16:47:39.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101662025-09-24T16:47:40.510Z[ host-image] Sep 24 16:47:39.018 INFO O| Sep 24 16:47:39.018 INFO copying /tmp/.tmpNioZt2/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 ...
101672025-09-24T16:47:40.510Z[ host-image] Sep 24 16:47:39.018 INFO O| Sep 24 16:47:39.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101682025-09-24T16:47:40.510Z[ host-image] Sep 24 16:47:39.018 INFO O| Sep 24 16:47:39.018 INFO ok!
101692025-09-24T16:47:40.513Z[ host-image] Sep 24 16:47:39.018 INFO O| Sep 24 16:47:39.018 INFO STEP 127 (ensure_file) COMPLETE
101702025-09-24T16:47:40.513Z[ host-image] Sep 24 16:47:39.018 INFO O| Sep 24 16:47:39.018 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712025-09-24T16:47:40.525Z[ host-image] Sep 24 16:47:39.033 INFO O| Sep 24 16:47:39.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101722025-09-24T16:47:40.525Z[ host-image] Sep 24 16:47:39.033 INFO O| Sep 24 16:47:39.033 INFO copying /tmp/.tmpNioZt2/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 ...
101732025-09-24T16:47:40.525Z[ host-image] Sep 24 16:47:39.033 INFO O| Sep 24 16:47:39.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101742025-09-24T16:47:40.528Z[ host-image] Sep 24 16:47:39.033 INFO O| Sep 24 16:47:39.033 INFO ok!
101752025-09-24T16:47:40.528Z[ host-image] Sep 24 16:47:39.033 INFO O| Sep 24 16:47:39.033 INFO STEP 128 (ensure_file) COMPLETE
101762025-09-24T16:47:40.528Z[ host-image] Sep 24 16:47:39.033 INFO O| Sep 24 16:47:39.033 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772025-09-24T16:47:40.539Z[ host-image] Sep 24 16:47:39.047 INFO O| Sep 24 16:47:39.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101782025-09-24T16:47:40.539Z[ host-image] Sep 24 16:47:39.047 INFO O| Sep 24 16:47:39.047 INFO copying /tmp/.tmpNioZt2/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 ...
101792025-09-24T16:47:40.539Z[ host-image] Sep 24 16:47:39.047 INFO O| Sep 24 16:47:39.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101802025-09-24T16:47:40.542Z[ host-image] Sep 24 16:47:39.047 INFO O| Sep 24 16:47:39.047 INFO ok!
101812025-09-24T16:47:40.542Z[ host-image] Sep 24 16:47:39.047 INFO O| Sep 24 16:47:39.047 INFO STEP 129 (ensure_file) COMPLETE
101822025-09-24T16:47:40.542Z[ host-image] Sep 24 16:47:39.047 INFO O| Sep 24 16:47:39.047 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832025-09-24T16:47:40.553Z[ host-image] Sep 24 16:47:39.061 INFO O| Sep 24 16:47:39.061 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101842025-09-24T16:47:40.553Z[ host-image] Sep 24 16:47:39.061 INFO O| Sep 24 16:47:39.061 INFO copying /tmp/.tmpNioZt2/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 ...
101852025-09-24T16:47:40.559Z[ host-image] Sep 24 16:47:39.061 INFO O| Sep 24 16:47:39.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101862025-09-24T16:47:40.559Z[ host-image] Sep 24 16:47:39.061 INFO O| Sep 24 16:47:39.061 INFO ok!
101872025-09-24T16:47:40.559Z[ host-image] Sep 24 16:47:39.061 INFO O| Sep 24 16:47:39.061 INFO STEP 130 (ensure_file) COMPLETE
101882025-09-24T16:47:40.559Z[ host-image] Sep 24 16:47:39.061 INFO O| Sep 24 16:47:39.061 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892025-09-24T16:47:40.568Z[ host-image] Sep 24 16:47:39.076 INFO O| Sep 24 16:47:39.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101902025-09-24T16:47:40.568Z[ host-image] Sep 24 16:47:39.076 INFO O| Sep 24 16:47:39.076 INFO copying /tmp/.tmpNioZt2/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 ...
101912025-09-24T16:47:40.568Z[ host-image] Sep 24 16:47:39.076 INFO O| Sep 24 16:47:39.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101922025-09-24T16:47:40.571Z[ host-image] Sep 24 16:47:39.076 INFO O| Sep 24 16:47:39.076 INFO ok!
101932025-09-24T16:47:40.571Z[ host-image] Sep 24 16:47:39.076 INFO O| Sep 24 16:47:39.076 INFO STEP 131 (ensure_file) COMPLETE
101942025-09-24T16:47:40.571Z[ host-image] Sep 24 16:47:39.076 INFO O| Sep 24 16:47:39.076 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952025-09-24T16:47:40.582Z[ host-image] Sep 24 16:47:39.090 INFO O| Sep 24 16:47:39.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
101962025-09-24T16:47:40.582Z[ host-image] Sep 24 16:47:39.090 INFO O| Sep 24 16:47:39.090 INFO copying /tmp/.tmpNioZt2/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 ...
101972025-09-24T16:47:40.593Z[ host-image] Sep 24 16:47:39.101 INFO O| Sep 24 16:47:39.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
101982025-09-24T16:47:40.593Z[ host-image] Sep 24 16:47:39.101 INFO O| Sep 24 16:47:39.101 INFO ok!
101992025-09-24T16:47:40.593Z[ host-image] Sep 24 16:47:39.101 INFO O| Sep 24 16:47:39.101 INFO STEP 132 (ensure_file) COMPLETE
102002025-09-24T16:47:40.593Z[ host-image] Sep 24 16:47:39.101 INFO O| Sep 24 16:47:39.101 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012025-09-24T16:47:40.633Z[ host-image] Sep 24 16:47:39.141 INFO O| Sep 24 16:47:39.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
102022025-09-24T16:47:40.633Z[ host-image] Sep 24 16:47:39.141 INFO O| Sep 24 16:47:39.141 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
102032025-09-24T16:47:40.638Z[ host-image] Sep 24 16:47:39.141 INFO O| Sep 24 16:47:39.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
102042025-09-24T16:47:40.638Z[ host-image] Sep 24 16:47:39.141 INFO O| Sep 24 16:47:39.141 INFO ok!
102052025-09-24T16:47:40.638Z[ host-image] Sep 24 16:47:39.141 INFO O| Sep 24 16:47:39.141 INFO STEP 133 (ensure_file) COMPLETE
102062025-09-24T16:47:40.638Z[ host-image] Sep 24 16:47:39.141 INFO O| Sep 24 16:47:39.141 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072025-09-24T16:47:40.648Z[ host-image] Sep 24 16:47:39.156 INFO O| Sep 24 16:47:39.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
102082025-09-24T16:47:40.651Z[ host-image] Sep 24 16:47:39.156 INFO O| Sep 24 16:47:39.156 INFO copying /tmp/.tmpNioZt2/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 ...
102092025-09-24T16:47:40.651Z[ host-image] Sep 24 16:47:39.156 INFO O| Sep 24 16:47:39.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
102102025-09-24T16:47:40.651Z[ host-image] Sep 24 16:47:39.156 INFO O| Sep 24 16:47:39.156 INFO ok!
102112025-09-24T16:47:40.651Z[ host-image] Sep 24 16:47:39.156 INFO O| Sep 24 16:47:39.156 INFO STEP 134 (ensure_file) COMPLETE
102122025-09-24T16:47:40.651Z[ host-image] Sep 24 16:47:39.156 INFO O| Sep 24 16:47:39.156 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132025-09-24T16:47:40.662Z[ host-image] Sep 24 16:47:39.170 INFO O| Sep 24 16:47:39.170 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
102142025-09-24T16:47:40.662Z[ host-image] Sep 24 16:47:39.170 INFO O| Sep 24 16:47:39.170 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
102152025-09-24T16:47:40.662Z[ host-image] Sep 24 16:47:39.170 INFO O| Sep 24 16:47:39.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
102162025-09-24T16:47:40.665Z[ host-image] Sep 24 16:47:39.170 INFO O| Sep 24 16:47:39.170 INFO ok!
102172025-09-24T16:47:40.666Z[ host-image] Sep 24 16:47:39.170 INFO O| Sep 24 16:47:39.170 INFO STEP 135 (ensure_file) COMPLETE
102182025-09-24T16:47:40.666Z[ host-image] Sep 24 16:47:39.170 INFO O| Sep 24 16:47:39.170 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192025-09-24T16:47:40.677Z[ host-image] Sep 24 16:47:39.185 INFO O| Sep 24 16:47:39.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102202025-09-24T16:47:40.677Z[ host-image] Sep 24 16:47:39.185 INFO O| Sep 24 16:47:39.185 INFO copying /tmp/.tmpNioZt2/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102212025-09-24T16:47:58.297Z[ host-image] Sep 24 16:47:56.804 INFO O| Sep 24 16:47:56.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102222025-09-24T16:47:58.297Z[ host-image] Sep 24 16:47:56.804 INFO O| Sep 24 16:47:56.804 INFO ok!
102232025-09-24T16:47:58.301Z[ host-image] Sep 24 16:47:56.804 INFO O| Sep 24 16:47:56.804 INFO STEP 136 (ensure_file) COMPLETE
102242025-09-24T16:47:58.301Z[ host-image] Sep 24 16:47:56.804 INFO O| Sep 24 16:47:56.804 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252025-09-24T16:47:58.312Z[ host-image] Sep 24 16:47:56.819 INFO O| Sep 24 16:47:56.819 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102262025-09-24T16:47:58.312Z[ host-image] Sep 24 16:47:56.819 INFO O| Sep 24 16:47:56.819 INFO STEP 137 (ensure_dir) COMPLETE
102272025-09-24T16:47:58.316Z[ host-image] Sep 24 16:47:56.819 INFO O| Sep 24 16:47:56.819 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282025-09-24T16:47:58.326Z[ host-image] Sep 24 16:47:56.833 INFO O| Sep 24 16:47:56.833 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102292025-09-24T16:47:58.326Z[ host-image] Sep 24 16:47:56.833 INFO O| Sep 24 16:47:56.833 INFO STEP 138 (ensure_dir) COMPLETE
102302025-09-24T16:47:58.330Z[ host-image] Sep 24 16:47:56.833 INFO O| Sep 24 16:47:56.833 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312025-09-24T16:47:58.340Z[ host-image] Sep 24 16:47:56.847 INFO O| Sep 24 16:47:56.847 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102322025-09-24T16:47:58.340Z[ host-image] Sep 24 16:47:56.847 INFO O| Sep 24 16:47:56.847 INFO STEP 139 (ensure_dir) COMPLETE
102332025-09-24T16:47:58.343Z[ host-image] Sep 24 16:47:56.847 INFO O| Sep 24 16:47:56.847 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342025-09-24T16:47:58.353Z[ host-image] Sep 24 16:47:56.860 INFO O| Sep 24 16:47:56.860 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102352025-09-24T16:47:58.353Z[ host-image] Sep 24 16:47:56.860 INFO O| Sep 24 16:47:56.860 INFO STEP 140 (ensure_dir) COMPLETE
102362025-09-24T16:47:58.356Z[ host-image] Sep 24 16:47:56.860 INFO O| Sep 24 16:47:56.860 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372025-09-24T16:47:58.366Z[ host-image] Sep 24 16:47:56.873 INFO O| Sep 24 16:47:56.873 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102382025-09-24T16:47:58.367Z[ host-image] Sep 24 16:47:56.873 INFO O| Sep 24 16:47:56.873 INFO copying /tmp/.tmpNioZt2/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 ...
102392025-09-24T16:47:58.399Z[ host-image] Sep 24 16:47:56.906 INFO O| Sep 24 16:47:56.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102402025-09-24T16:47:58.399Z[ host-image] Sep 24 16:47:56.906 INFO O| Sep 24 16:47:56.906 INFO ok!
102412025-09-24T16:47:58.399Z[ host-image] Sep 24 16:47:56.906 INFO O| Sep 24 16:47:56.906 INFO STEP 141 (ensure_file) COMPLETE
102422025-09-24T16:47:58.402Z[ host-image] Sep 24 16:47:56.906 INFO O| Sep 24 16:47:56.906 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432025-09-24T16:47:58.414Z[ host-image] Sep 24 16:47:56.921 INFO O| Sep 24 16:47:56.921 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102442025-09-24T16:47:58.414Z[ host-image] Sep 24 16:47:56.921 INFO O| Sep 24 16:47:56.921 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102452025-09-24T16:47:58.418Z[ host-image] Sep 24 16:47:56.921 INFO O| Sep 24 16:47:56.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102462025-09-24T16:47:58.418Z[ host-image] Sep 24 16:47:56.921 INFO O| Sep 24 16:47:56.921 INFO STEP 142 (ensure_dir) COMPLETE
102472025-09-24T16:47:58.418Z[ host-image] Sep 24 16:47:56.921 INFO O| Sep 24 16:47:56.921 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482025-09-24T16:47:58.428Z[ host-image] Sep 24 16:47:56.935 INFO O| Sep 24 16:47:56.935 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102492025-09-24T16:47:58.428Z[ host-image] Sep 24 16:47:56.935 INFO O| Sep 24 16:47:56.935 INFO copying /tmp/.tmpNioZt2/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102502025-09-24T16:47:58.429Z[ host-image] Sep 24 16:47:56.936 INFO O| Sep 24 16:47:56.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102512025-09-24T16:47:58.432Z[ host-image] Sep 24 16:47:56.936 INFO O| Sep 24 16:47:56.936 INFO ok!
102522025-09-24T16:47:58.432Z[ host-image] Sep 24 16:47:56.936 INFO O| Sep 24 16:47:56.936 INFO STEP 143 (ensure_file) COMPLETE
102532025-09-24T16:47:58.432Z[ host-image] Sep 24 16:47:56.936 INFO O| Sep 24 16:47:56.936 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102542025-09-24T16:47:58.443Z[ host-image] Sep 24 16:47:56.950 INFO O| Sep 24 16:47:56.950 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102552025-09-24T16:47:58.447Z[ host-image] Sep 24 16:47:56.951 INFO O| Sep 24 16:47:56.951 INFO STEP 144 (remove_files) COMPLETE
102562025-09-24T16:47:58.447Z[ host-image] Sep 24 16:47:56.951 INFO O| Sep 24 16:47:56.951 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102572025-09-24T16:47:58.459Z[ host-image] Sep 24 16:47:56.966 INFO O| Sep 24 16:47:56.965 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102582025-09-24T16:47:58.459Z[ host-image] Sep 24 16:47:56.966 INFO O| Sep 24 16:47:56.966 INFO STEP 145 (remove_files) COMPLETE
102592025-09-24T16:47:58.463Z[ host-image] Sep 24 16:47:56.966 INFO O| Sep 24 16:47:56.966 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102602025-09-24T16:47:58.509Z[ host-image] Sep 24 16:47:56.979 INFO O| Sep 24 16:47:56.979 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102612025-09-24T16:47:58.513Z[ host-image] Sep 24 16:47:56.979 INFO O| Sep 24 16:47:56.979 INFO STEP 146 (remove_files) COMPLETE
102622025-09-24T16:47:58.513Z[ host-image] Sep 24 16:47:56.979 INFO O| Sep 24 16:47:56.979 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102632025-09-24T16:47:58.513Z[ host-image] Sep 24 16:47:56.993 INFO O| Sep 24 16:47:56.993 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102642025-09-24T16:47:58.514Z[ host-image] Sep 24 16:47:56.994 INFO O| Sep 24 16:47:56.994 INFO STEP 147 (remove_files) COMPLETE
102652025-09-24T16:47:58.514Z[ host-image] Sep 24 16:47:56.994 INFO O| Sep 24 16:47:56.994 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102662025-09-24T16:47:58.514Z[ host-image] Sep 24 16:47:57.008 INFO O| Sep 24 16:47:57.007 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102672025-09-24T16:47:58.514Z[ host-image] Sep 24 16:47:57.008 INFO O| Sep 24 16:47:57.008 INFO STEP 148 (remove_files) COMPLETE
102682025-09-24T16:47:58.514Z[ host-image] Sep 24 16:47:57.008 INFO O| Sep 24 16:47:57.008 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102692025-09-24T16:47:58.517Z[ host-image] Sep 24 16:47:57.022 INFO O| Sep 24 16:47:57.022 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102702025-09-24T16:47:58.517Z[ host-image] Sep 24 16:47:57.022 INFO O| Sep 24 16:47:57.022 INFO STEP 149 (remove_files) COMPLETE
102712025-09-24T16:47:58.517Z[ host-image] Sep 24 16:47:57.022 INFO O| Sep 24 16:47:57.022 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102722025-09-24T16:47:58.530Z[ host-image] Sep 24 16:47:57.036 INFO O| Sep 24 16:47:57.036 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102732025-09-24T16:47:58.530Z[ host-image] Sep 24 16:47:57.036 INFO O| Sep 24 16:47:57.036 INFO STEP 150 (remove_files) COMPLETE
102742025-09-24T16:47:58.530Z[ host-image] Sep 24 16:47:57.036 INFO O| Sep 24 16:47:57.036 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102752025-09-24T16:47:58.544Z[ host-image] Sep 24 16:47:57.050 INFO O| Sep 24 16:47:57.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102762025-09-24T16:47:58.544Z[ host-image] Sep 24 16:47:57.050 INFO O| Sep 24 16:47:57.050 INFO STEP 151 (remove_files) COMPLETE
102772025-09-24T16:47:58.544Z[ host-image] Sep 24 16:47:57.050 INFO O| Sep 24 16:47:57.050 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102782025-09-24T16:47:58.558Z[ host-image] Sep 24 16:47:57.065 INFO O| Sep 24 16:47:57.065 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102792025-09-24T16:47:58.558Z[ host-image] Sep 24 16:47:57.065 INFO O| Sep 24 16:47:57.065 INFO STEP 152 (remove_files) COMPLETE
102802025-09-24T16:47:58.558Z[ host-image] Sep 24 16:47:57.065 INFO O| Sep 24 16:47:57.065 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102812025-09-24T16:47:58.574Z[ host-image] Sep 24 16:47:57.080 INFO O| Sep 24 16:47:57.080 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102822025-09-24T16:47:58.574Z[ host-image] Sep 24 16:47:57.081 INFO O| Sep 24 16:47:57.080 INFO STEP 153 (remove_files) COMPLETE
102832025-09-24T16:47:58.574Z[ host-image] Sep 24 16:47:57.081 INFO O| Sep 24 16:47:57.081 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102842025-09-24T16:47:58.588Z[ host-image] Sep 24 16:47:57.095 INFO O| Sep 24 16:47:57.095 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102852025-09-24T16:47:58.588Z[ host-image] Sep 24 16:47:57.095 INFO O| Sep 24 16:47:57.095 INFO STEP 154 (remove_files) COMPLETE
102862025-09-24T16:47:58.588Z[ host-image] Sep 24 16:47:57.095 INFO O| Sep 24 16:47:57.095 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102872025-09-24T16:47:58.603Z[ host-image] Sep 24 16:47:57.109 INFO O| Sep 24 16:47:57.109 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102882025-09-24T16:47:58.603Z[ host-image] Sep 24 16:47:57.109 INFO O| Sep 24 16:47:57.109 INFO STEP 155 (remove_files) COMPLETE
102892025-09-24T16:47:58.603Z[ host-image] Sep 24 16:47:57.109 INFO O| Sep 24 16:47:57.109 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102902025-09-24T16:47:58.624Z[ host-image] Sep 24 16:47:57.131 INFO O| Sep 24 16:47:57.130 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102912025-09-24T16:47:58.624Z[ host-image] Sep 24 16:47:57.131 INFO O| Sep 24 16:47:57.131 INFO STEP 156 (remove_files) COMPLETE
102922025-09-24T16:47:58.624Z[ host-image] Sep 24 16:47:57.131 INFO O| Sep 24 16:47:57.131 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102932025-09-24T16:47:58.639Z[ host-image] Sep 24 16:47:57.146 INFO O| Sep 24 16:47:57.146 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102942025-09-24T16:47:58.640Z[ host-image] Sep 24 16:47:57.146 INFO O| Sep 24 16:47:57.146 INFO STEP 157 (remove_files) COMPLETE
102952025-09-24T16:47:58.644Z[ host-image] Sep 24 16:47:57.146 INFO O| Sep 24 16:47:57.146 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102962025-09-24T16:47:58.655Z[ host-image] Sep 24 16:47:57.161 INFO O| Sep 24 16:47:57.161 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102972025-09-24T16:47:58.655Z[ host-image] Sep 24 16:47:57.161 INFO O| Sep 24 16:47:57.161 INFO STEP 158 (remove_files) COMPLETE
102982025-09-24T16:47:58.659Z[ host-image] Sep 24 16:47:57.161 INFO O| Sep 24 16:47:57.161 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102992025-09-24T16:47:58.668Z[ host-image] Sep 24 16:47:57.174 INFO O| Sep 24 16:47:57.174 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103002025-09-24T16:47:58.669Z[ host-image] Sep 24 16:47:57.174 INFO O| Sep 24 16:47:57.174 INFO STEP 159 (remove_files) COMPLETE
103012025-09-24T16:47:58.673Z[ host-image] Sep 24 16:47:57.174 INFO O| Sep 24 16:47:57.174 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103022025-09-24T16:47:58.681Z[ host-image] Sep 24 16:47:57.188 INFO O| Sep 24 16:47:57.188 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103032025-09-24T16:47:58.681Z[ host-image] Sep 24 16:47:57.188 INFO O| Sep 24 16:47:57.188 INFO STEP 160 (remove_files) COMPLETE
103042025-09-24T16:47:58.685Z[ host-image] Sep 24 16:47:57.188 INFO O| Sep 24 16:47:57.188 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103052025-09-24T16:47:58.696Z[ host-image] Sep 24 16:47:57.203 INFO O| Sep 24 16:47:57.203 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103062025-09-24T16:47:58.696Z[ host-image] Sep 24 16:47:57.203 INFO O| Sep 24 16:47:57.203 INFO STEP 161 (remove_files) COMPLETE
103072025-09-24T16:47:58.696Z[ host-image] Sep 24 16:47:57.203 INFO O| Sep 24 16:47:57.203 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103082025-09-24T16:47:58.709Z[ host-image] Sep 24 16:47:57.216 INFO O| Sep 24 16:47:57.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103092025-09-24T16:47:58.709Z[ host-image] Sep 24 16:47:57.216 INFO O| Sep 24 16:47:57.216 INFO STEP 162 (remove_files) COMPLETE
103102025-09-24T16:47:58.709Z[ host-image] Sep 24 16:47:57.216 INFO O| Sep 24 16:47:57.216 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103112025-09-24T16:47:58.721Z[ host-image] Sep 24 16:47:57.228 INFO O| Sep 24 16:47:57.228 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103122025-09-24T16:47:58.721Z[ host-image] Sep 24 16:47:57.228 INFO O| Sep 24 16:47:57.228 INFO STEP 163 (remove_files) COMPLETE
103132025-09-24T16:47:58.725Z[ host-image] Sep 24 16:47:57.228 INFO O| Sep 24 16:47:57.228 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103142025-09-24T16:47:58.733Z[ host-image] Sep 24 16:47:57.240 INFO O| Sep 24 16:47:57.239 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103152025-09-24T16:47:58.733Z[ host-image] Sep 24 16:47:57.240 INFO O| Sep 24 16:47:57.240 INFO STEP 164 (remove_files) COMPLETE
103162025-09-24T16:47:58.736Z[ host-image] Sep 24 16:47:57.240 INFO O| Sep 24 16:47:57.240 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103172025-09-24T16:47:58.744Z[ host-image] Sep 24 16:47:57.251 INFO O| Sep 24 16:47:57.251 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103182025-09-24T16:47:58.748Z[ host-image] Sep 24 16:47:57.251 INFO O| Sep 24 16:47:57.251 INFO STEP 165 (remove_files) COMPLETE
103192025-09-24T16:47:58.748Z[ host-image] Sep 24 16:47:57.251 INFO O| Sep 24 16:47:57.251 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103202025-09-24T16:47:58.756Z[ host-image] Sep 24 16:47:57.263 INFO O| Sep 24 16:47:57.263 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103212025-09-24T16:47:58.756Z[ host-image] Sep 24 16:47:57.263 INFO O| Sep 24 16:47:57.263 INFO STEP 166 (remove_files) COMPLETE
103222025-09-24T16:47:58.756Z[ host-image] Sep 24 16:47:57.263 INFO O| Sep 24 16:47:57.263 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103232025-09-24T16:47:58.769Z[ host-image] Sep 24 16:47:57.276 INFO O| Sep 24 16:47:57.276 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103242025-09-24T16:47:58.769Z[ host-image] Sep 24 16:47:57.276 INFO O| Sep 24 16:47:57.276 INFO STEP 167 (remove_files) COMPLETE
103252025-09-24T16:47:58.769Z[ host-image] Sep 24 16:47:57.276 INFO O| Sep 24 16:47:57.276 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103262025-09-24T16:47:58.782Z[ host-image] Sep 24 16:47:57.289 INFO O| Sep 24 16:47:57.289 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103272025-09-24T16:47:58.782Z[ host-image] Sep 24 16:47:57.289 INFO O| Sep 24 16:47:57.289 INFO STEP 168 (remove_files) COMPLETE
103282025-09-24T16:47:58.782Z[ host-image] Sep 24 16:47:57.289 INFO O| Sep 24 16:47:57.289 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103292025-09-24T16:47:58.796Z[ host-image] Sep 24 16:47:57.303 INFO O| Sep 24 16:47:57.303 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103302025-09-24T16:47:58.796Z[ host-image] Sep 24 16:47:57.303 INFO O| Sep 24 16:47:57.303 INFO STEP 169 (remove_files) COMPLETE
103312025-09-24T16:47:58.799Z[ host-image] Sep 24 16:47:57.303 INFO O| Sep 24 16:47:57.303 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103322025-09-24T16:47:58.809Z[ host-image] Sep 24 16:47:57.316 INFO O| Sep 24 16:47:57.316 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103332025-09-24T16:47:58.809Z[ host-image] Sep 24 16:47:57.316 INFO O| Sep 24 16:47:57.316 INFO STEP 170 (remove_files) COMPLETE
103342025-09-24T16:47:58.813Z[ host-image] Sep 24 16:47:57.316 INFO O| Sep 24 16:47:57.316 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103352025-09-24T16:47:58.822Z[ host-image] Sep 24 16:47:57.328 INFO O| Sep 24 16:47:57.328 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103362025-09-24T16:47:58.822Z[ host-image] Sep 24 16:47:57.328 INFO O| Sep 24 16:47:57.328 INFO STEP 171 (remove_files) COMPLETE
103372025-09-24T16:47:58.822Z[ host-image] Sep 24 16:47:57.328 INFO O| Sep 24 16:47:57.328 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103382025-09-24T16:47:58.834Z[ host-image] Sep 24 16:47:57.341 INFO O| Sep 24 16:47:57.340 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103392025-09-24T16:47:58.834Z[ host-image] Sep 24 16:47:57.341 INFO O| Sep 24 16:47:57.341 INFO STEP 172 (remove_files) COMPLETE
103402025-09-24T16:47:58.837Z[ host-image] Sep 24 16:47:57.341 INFO O| Sep 24 16:47:57.341 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103412025-09-24T16:47:58.854Z[ host-image] Sep 24 16:47:57.361 INFO O| Sep 24 16:47:57.360 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103422025-09-24T16:47:58.854Z[ host-image] Sep 24 16:47:57.361 INFO O| Sep 24 16:47:57.361 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103432025-09-24T16:48:00.728Z[ recovery-image] Sep 24 16:47:59.234 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
103442025-09-24T16:48:07.606Z[ recovery-image] Sep 24 16:48:06.112 INFO E| Compiling bitflags v1.3.2
103452025-09-24T16:48:07.606Z[ recovery-image] Sep 24 16:48:06.112 INFO E| Compiling log v0.4.27
103462025-09-24T16:48:07.609Z[ recovery-image] Sep 24 16:48:06.112 INFO E| Compiling scroll v0.13.0
103472025-09-24T16:48:07.609Z[ recovery-image] Sep 24 16:48:06.112 INFO E| Compiling bitflags v2.9.4
103482025-09-24T16:48:07.609Z[ recovery-image] Sep 24 16:48:06.112 INFO E| Compiling plain v0.2.3
103492025-09-24T16:48:07.609Z[ recovery-image] Sep 24 16:48:06.112 INFO E| Compiling bit_field v0.10.3
103502025-09-24T16:48:07.609Z[ recovery-image] Sep 24 16:48:06.112 INFO E| Compiling adler2 v2.0.1
103512025-09-24T16:48:07.784Z[ recovery-image] Sep 24 16:48:06.290 INFO E| Compiling raw-cpuid v10.7.0
103522025-09-24T16:48:08.204Z[ recovery-image] Sep 24 16:48:06.710 INFO E| Compiling cpio_reader v0.1.2
103532025-09-24T16:48:08.233Z[ recovery-image] Sep 24 16:48:06.740 INFO E| Compiling miniz_oxide v0.8.9
103542025-09-24T16:48:08.281Z[ recovery-image] Sep 24 16:48:06.788 INFO E| Compiling bitstruct v0.1.1
103552025-09-24T16:48:08.323Z[ recovery-image] Sep 24 16:48:06.830 INFO E| Compiling static_assertions v1.1.0
103562025-09-24T16:48:08.880Z[ recovery-image] Sep 24 16:48:07.386 INFO E| Compiling goblin v0.10.1
103572025-09-24T16:48:15.337Z[ host-image] Sep 24 16:48:13.843 INFO O| Sep 24 16:48:13.843 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
103582025-09-24T16:48:15.337Z[ host-image] Sep 24 16:48:13.843 INFO O| Sep 24 16:48:13.843 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103592025-09-24T16:48:15.362Z[ host-image] Sep 24 16:48:13.868 INFO O| Sep 24 16:48:13.867 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103602025-09-24T16:48:15.595Z[ host-image] Sep 24 16:48:14.100 INFO O| Sep 24 16:48:14.100 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
103612025-09-24T16:48:15.726Z[ host-image] Sep 24 16:48:14.232 INFO O| Sep 24 16:48:14.232 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
103622025-09-24T16:48:15.906Z[ host-image] Sep 24 16:48:14.411 INFO O| Sep 24 16:48:14.411 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103632025-09-24T16:48:15.906Z[ host-image] Sep 24 16:48:14.411 INFO O| Sep 24 16:48:14.411 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103642025-09-24T16:48:16.877Z[ host-image] Sep 24 16:48:15.382 INFO O| Sep 24 16:48:15.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103652025-09-24T16:48:16.877Z[ host-image] Sep 24 16:48:15.382 INFO O| Sep 24 16:48:15.382 INFO ok!
103662025-09-24T16:48:16.877Z[ host-image] Sep 24 16:48:15.382 INFO O| Sep 24 16:48:15.382 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103672025-09-24T16:48:16.877Z[ host-image] Sep 24 16:48:15.382 INFO O| Sep 24 16:48:15.382 INFO STEP 173 (seed_smf) COMPLETE
103682025-09-24T16:48:16.877Z[ host-image] Sep 24 16:48:15.382 INFO O| Sep 24 16:48:15.382 INFO steps complete; finalising image!
103692025-09-24T16:48:16.880Z[ host-image] Sep 24 16:48:15.382 INFO O| Sep 24 16:48:15.382 INFO TRIM POOL: TEMPORARY-sled-zfs
103702025-09-24T16:48:16.948Z[ host-image] Sep 24 16:48:15.453 INFO O| Sep 24 16:48:15.453 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Wed Sep 24 16:48:15 2025)
103712025-09-24T16:48:17.157Z[ host-image] Sep 24 16:48:15.663 INFO O| Sep 24 16:48:15.663 INFO trim TEMPORARY-sled-zfs: (95% trimmed, started at Wed Sep 24 16:48:15 2025)
103722025-09-24T16:48:17.385Z[ host-image] Sep 24 16:48:15.890 INFO O| Sep 24 16:48:15.890 INFO temporary pool has 809M used, 23.3M avail, 1.77x compressratio
103732025-09-24T16:48:17.386Z[ host-image] Sep 24 16:48:15.891 INFO O| Sep 24 16:48:15.890 INFO EXPORT POOL: TEMPORARY-sled-zfs
103742025-09-24T16:48:18.205Z[ host-image] Sep 24 16:48:16.711 INFO O| Sep 24 16:48:16.711 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103752025-09-24T16:48:18.205Z[ host-image] Sep 24 16:48:16.711 INFO O| Sep 24 16:48:16.711 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103762025-09-24T16:48:19.869Z[ host-image] Sep 24 16:48:18.375 INFO O| Sep 24 16:48:18.375 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103772025-09-24T16:48:19.869Z[ host-image] Sep 24 16:48:18.375 INFO O| Sep 24 16:48:18.375 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103782025-09-24T16:48:19.874Z[ host-image] Sep 24 16:48:18.375 INFO O| Sep 24 16:48:18.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103792025-09-24T16:48:19.874Z[ host-image] Sep 24 16:48:18.375 INFO O| Sep 24 16:48:18.375 INFO completed processing sled/zfs
103802025-09-24T16:48:19.874Z[ host-image] Sep 24 16:48:18.375 INFO O| Sep 24 16:48:18.375 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103812025-09-24T16:48:20.619Z[ recovery-image] Sep 24 16:48:19.125 INFO E| Finished `release` profile [optimized] target(s) in 1m 30s
103822025-09-24T16:48:20.648Z[ recovery-image] Sep 24 16:48:19.154 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103832025-09-24T16:48:20.781Z[ recovery-image] Sep 24 16:48:19.286 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')"
103842025-09-24T16:48:20.781Z[ recovery-image] Sep 24 16:48:19.286 INFO building ROM for cosmo
103852025-09-24T16:48:20.785Z[ recovery-image] Sep 24 16:48:19.286 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")
103862025-09-24T16:48:22.021Z[ recovery-image] Sep 24 16:48:20.525 INFO E| Downloading crates ...
103872025-09-24T16:48:22.270Z[ recovery-image] Sep 24 16:48:20.773 INFO E| Downloaded anstyle-query v1.1.2
103882025-09-24T16:48:22.278Z[ recovery-image] Sep 24 16:48:20.781 INFO E| Downloaded anstyle-parse v0.2.6
103892025-09-24T16:48:22.283Z[ recovery-image] Sep 24 16:48:20.784 INFO E| Downloaded anstyle v1.0.10
103902025-09-24T16:48:22.288Z[ recovery-image] Sep 24 16:48:20.793 INFO E| Downloaded duct v0.13.7
103912025-09-24T16:48:22.293Z[ recovery-image] Sep 24 16:48:20.796 INFO E| Downloaded toml_datetime v0.6.9
103922025-09-24T16:48:22.297Z[ recovery-image] Sep 24 16:48:20.798 INFO E| Downloaded shared_child v1.0.1
103932025-09-24T16:48:22.297Z[ recovery-image] Sep 24 16:48:20.800 INFO E| Downloaded serde_spanned v0.6.8
103942025-09-24T16:48:22.301Z[ recovery-image] Sep 24 16:48:20.802 INFO E| Downloaded os_pipe v1.2.1
103952025-09-24T16:48:22.301Z[ recovery-image] Sep 24 16:48:20.804 INFO E| Downloaded toml_write v0.1.1
103962025-09-24T16:48:22.308Z[ recovery-image] Sep 24 16:48:20.808 INFO E| Downloaded clap_derive v4.5.32
103972025-09-24T16:48:22.316Z[ recovery-image] Sep 24 16:48:20.821 INFO E| Downloaded clap v4.5.37
103982025-09-24T16:48:22.328Z[ recovery-image] Sep 24 16:48:20.833 INFO E| Downloaded toml v0.8.22
103992025-09-24T16:48:22.371Z[ recovery-image] Sep 24 16:48:20.875 INFO E| Downloaded toml_edit v0.22.26
104002025-09-24T16:48:22.413Z[ recovery-image] Sep 24 16:48:20.917 INFO E| Downloaded cc v1.2.20
104012025-09-24T16:48:22.418Z[ recovery-image] Sep 24 16:48:20.921 INFO E| Downloaded winnow v0.7.7
104022025-09-24T16:48:22.427Z[ recovery-image] Sep 24 16:48:20.931 INFO E| Downloaded colorchoice v1.0.3
104032025-09-24T16:48:22.433Z[ recovery-image] Sep 24 16:48:20.932 INFO E| Downloaded clap_builder v4.5.37
104042025-09-24T16:48:22.465Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling syn v2.0.101
104052025-09-24T16:48:22.466Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling libc v0.2.172
104062025-09-24T16:48:22.466Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling utf8parse v0.2.2
104072025-09-24T16:48:22.466Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling anstyle v1.0.10
104082025-09-24T16:48:22.475Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling equivalent v1.0.2
104092025-09-24T16:48:22.475Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling hashbrown v0.15.2
104102025-09-24T16:48:22.475Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling shlex v1.3.0
104112025-09-24T16:48:22.475Z[ recovery-image] Sep 24 16:48:20.969 INFO E| Compiling is_terminal_polyfill v1.70.1
104122025-09-24T16:48:22.799Z[ recovery-image] Sep 24 16:48:21.304 INFO E| Compiling anstyle-parse v0.2.6
104132025-09-24T16:48:22.799Z[ recovery-image] Sep 24 16:48:21.304 INFO E| Compiling once_cell v1.21.3
104142025-09-24T16:48:23.078Z[ recovery-image] Sep 24 16:48:21.583 INFO E| Compiling colorchoice v1.0.3
104152025-09-24T16:48:23.313Z[ recovery-image] Sep 24 16:48:21.800 INFO E| Compiling anstyle-query v1.1.2
104162025-09-24T16:48:23.400Z[ recovery-image] Sep 24 16:48:21.905 INFO E| Compiling cc v1.2.20
104172025-09-24T16:48:23.400Z[ recovery-image] Sep 24 16:48:21.906 INFO E| Compiling anyhow v1.0.98
104182025-09-24T16:48:23.446Z[ recovery-image] Sep 24 16:48:21.951 INFO E| Compiling winnow v0.7.7
104192025-09-24T16:48:23.660Z[ recovery-image] Sep 24 16:48:22.165 INFO E| Compiling anstream v0.6.18
104202025-09-24T16:48:23.677Z[ recovery-image] Sep 24 16:48:22.181 INFO E| Compiling strsim v0.11.1
104212025-09-24T16:48:24.364Z[ recovery-image] Sep 24 16:48:22.870 INFO E| Compiling toml_write v0.1.1
104222025-09-24T16:48:24.776Z[ recovery-image] Sep 24 16:48:23.281 INFO E| Compiling indexmap v2.9.0
104232025-09-24T16:48:25.149Z[ recovery-image] Sep 24 16:48:23.654 INFO E| Compiling clap_lex v0.7.4
104242025-09-24T16:48:25.570Z[ recovery-image] Sep 24 16:48:24.075 INFO E| Compiling clap_builder v4.5.37
104252025-09-24T16:48:25.696Z[ recovery-image] Sep 24 16:48:24.201 INFO E| Compiling os_pipe v1.2.1
104262025-09-24T16:48:25.987Z[ recovery-image] Sep 24 16:48:24.492 INFO E| Compiling shared_child v1.0.1
104272025-09-24T16:48:26.317Z[ recovery-image] Sep 24 16:48:24.820 INFO E| Compiling duct v0.13.7
104282025-09-24T16:48:28.235Z[ recovery-image] Sep 24 16:48:26.740 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104292025-09-24T16:48:31.057Z[ host-image] Sep 24 16:48:29.561 INFO O| Sep 24 16:48:29.561 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104302025-09-24T16:48:31.235Z[ host-image] Sep 24 16:48:29.740 INFO BUILD STRING "heads/stlouis-0-g96c7da9d9d\n"
104312025-09-24T16:48:31.238Z[ host-image] Sep 24 16:48:29.740 INFO expanded image name: "ci ec7a0a7/${os_short_commit} 2025-09-24 15:57" -> "ci ec7a0a7/96c7da9 2025-09-24 15:57"
104322025-09-24T16:48:31.238Z[ host-image] Sep 24 16:48:29.740 INFO output artefacts stored in: "/work/os-host"
104332025-09-24T16:48:31.238Z[ host-image] Sep 24 16:48:29.740 INFO collecting git info from project "phbl"...
104342025-09-24T16:48:31.246Z[ host-image] Sep 24 16:48:29.751 INFO collecting git info from project "pilot"...
104352025-09-24T16:48:31.256Z[ host-image] Sep 24 16:48:29.761 INFO collecting git info from project "image-builder"...
104362025-09-24T16:48:31.265Z[ host-image] Sep 24 16:48:29.769 INFO collecting git info from project "amd-firmware"...
104372025-09-24T16:48:31.280Z[ host-image] Sep 24 16:48:29.786 INFO collecting git info from project "pinprick"...
104382025-09-24T16:48:31.288Z[ host-image] Sep 24 16:48:29.793 INFO collecting git info from project "amd-host-image-builder"...
104392025-09-24T16:48:31.316Z[ host-image] Sep 24 16:48:29.821 INFO collecting git info from project "chelsio-t6-roms"...
104402025-09-24T16:48:31.350Z[ host-image] Sep 24 16:48:29.853 INFO collecting git info from project "bootserver"...
104412025-09-24T16:48:31.363Z[ host-image] Sep 24 16:48:29.867 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104422025-09-24T16:48:32.035Z[ recovery-image] Sep 24 16:48:30.540 INFO E| Compiling serde_derive v1.0.219
104432025-09-24T16:48:32.035Z[ recovery-image] Sep 24 16:48:30.540 INFO E| Compiling clap_derive v4.5.32
104442025-09-24T16:48:32.514Z[ host-image] Sep 24 16:48:31.019 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104452025-09-24T16:48:33.409Z[ host-image] Sep 24 16:48:31.914 INFO creating Oxide boot image...
104462025-09-24T16:48:33.409Z[ host-image] Sep 24 16:48:31.914 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci ec7a0a7/96c7da9 2025-09-24 15:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104472025-09-24T16:48:35.148Z[ host-image] Sep 24 16:48:33.653 INFO O| ok, image written!
104482025-09-24T16:48:35.148Z[ host-image] Sep 24 16:48:33.653 INFO O| ok, boot_image_csum file written!
104492025-09-24T16:48:35.152Z[ host-image] Sep 24 16:48:33.657 INFO creating boot archive (CPIO)...
104502025-09-24T16:48:35.152Z[ host-image] Sep 24 16:48:33.657 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
104512025-09-24T16:48:35.160Z[ host-image] Sep 24 16:48:33.664 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104522025-09-24T16:48:35.160Z[ host-image] Sep 24 16:48:33.664 INFO E| + outfile=/work/os-host/cpio
104532025-09-24T16:48:35.160Z[ host-image] Sep 24 16:48:33.664 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104542025-09-24T16:48:35.163Z[ host-image] Sep 24 16:48:33.666 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104552025-09-24T16:48:35.163Z[ host-image] Sep 24 16:48:33.667 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104562025-09-24T16:48:35.223Z[ host-image] Sep 24 16:48:33.728 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104572025-09-24T16:48:35.223Z[ host-image] Sep 24 16:48:33.728 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104582025-09-24T16:48:35.234Z[ host-image] Sep 24 16:48:33.739 INFO creating compressed cpio/unix for dev loaders...
104592025-09-24T16:48:35.234Z[ host-image] Sep 24 16:48:33.739 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
104602025-09-24T16:48:35.665Z[ host-image] Sep 24 16:48:34.169 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104612025-09-24T16:48:36.822Z[ recovery-image] Sep 24 16:48:35.327 INFO E| Compiling clap v4.5.37
104622025-09-24T16:48:38.391Z[ recovery-image] Sep 24 16:48:36.894 INFO E| Compiling serde v1.0.219
104632025-09-24T16:48:40.953Z[ host-image] Sep 24 16:48:39.457 INFO creating reset image...
104642025-09-24T16:48:40.953Z[ host-image] Sep 24 16:48:39.458 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104652025-09-24T16:48:41.070Z[ host-image] Sep 24 16:48:39.574 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
104662025-09-24T16:48:41.070Z[ host-image] Sep 24 16:48:39.574 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")
104672025-09-24T16:48:41.264Z[ host-image] Sep 24 16:48:39.768 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104682025-09-24T16:48:41.273Z[ host-image] Sep 24 16:48:39.771 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104692025-09-24T16:48:41.786Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
104702025-09-24T16:48:41.786Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
104712025-09-24T16:48:41.786Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling proc-macro2 v1.0.101
104722025-09-24T16:48:41.790Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling unicode-ident v1.0.18
104732025-09-24T16:48:41.790Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling syn v1.0.109
104742025-09-24T16:48:41.790Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling x86 v0.52.0
104752025-09-24T16:48:41.790Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104762025-09-24T16:48:41.791Z[ host-image] Sep 24 16:48:40.290 INFO E| Compiling seq-macro v0.3.6
104772025-09-24T16:48:43.699Z[ recovery-image] Sep 24 16:48:42.202 INFO E| Compiling toml_datetime v0.6.9
104782025-09-24T16:48:43.699Z[ recovery-image] Sep 24 16:48:42.202 INFO E| Compiling serde_spanned v0.6.8
104792025-09-24T16:48:43.959Z[ host-image] Sep 24 16:48:42.463 INFO E| Compiling quote v1.0.40
104802025-09-24T16:48:44.186Z[ recovery-image] Sep 24 16:48:42.689 INFO E| Compiling toml_edit v0.22.26
104812025-09-24T16:48:44.412Z[ host-image] Sep 24 16:48:42.915 INFO E| Compiling syn v2.0.106
104822025-09-24T16:48:48.768Z[ recovery-image] Sep 24 16:48:47.272 INFO E| Compiling toml v0.8.22
104832025-09-24T16:48:49.743Z[ host-image] Sep 24 16:48:48.247 INFO E| Compiling scroll_derive v0.13.0
104842025-09-24T16:48:53.659Z[ host-image] Sep 24 16:48:52.163 INFO E| Compiling bitstruct_derive v0.1.0
104852025-09-24T16:48:55.412Z[ recovery-image] Sep 24 16:48:53.916 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s
104862025-09-24T16:48:55.443Z[ recovery-image] Sep 24 16:48:53.947 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`
104872025-09-24T16:48:55.463Z[ recovery-image] Sep 24 16:48:53.967 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104882025-09-24T16:48:55.763Z[ recovery-image] Sep 24 16:48:54.267 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
104892025-09-24T16:48:55.771Z[ recovery-image] Sep 24 16:48:54.274 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6 -o /work/os-recovery/cosmo.rom`
104902025-09-24T16:48:56.153Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104912025-09-24T16:48:56.153Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104922025-09-24T16:48:56.154Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
104932025-09-24T16:48:56.154Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
104942025-09-24T16:48:56.154Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104952025-09-24T16:48:56.158Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104962025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104972025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
104982025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
104992025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
105002025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
105012025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105022025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105032025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105042025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105052025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105062025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
105072025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105082025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
105092025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
105102025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105112025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105122025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
105132025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105142025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
105152025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
105162025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
105172025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105182025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
105192025-09-24T16:48:56.159Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105202025-09-24T16:48:56.160Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
105212025-09-24T16:48:56.160Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
105222025-09-24T16:48:56.160Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
105232025-09-24T16:48:56.160Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105242025-09-24T16:48:56.160Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
105252025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
105262025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
105272025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
105282025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
105292025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
105302025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
105312025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
105322025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
105332025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
105342025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
105352025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105362025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
105372025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
105382025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
105392025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.660 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
105402025-09-24T16:48:56.161Z[ recovery-image] Sep 24 16:48:54.660 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
105412025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.660 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
105422025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.660 INFO O| Info: ABL version: 0x1006f010
105432025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.660 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
105442025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.660 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
105452025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.660 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
105462025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105472025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105482025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105492025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105502025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105512025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105522025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105532025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105542025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105552025-09-24T16:48:56.162Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105562025-09-24T16:48:56.163Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105572025-09-24T16:48:56.163Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105582025-09-24T16:48:56.168Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105592025-09-24T16:48:56.168Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105602025-09-24T16:48:56.168Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105612025-09-24T16:48:56.168Z[ recovery-image] Sep 24 16:48:54.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105622025-09-24T16:48:56.168Z[ recovery-image] Sep 24 16:48:54.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105632025-09-24T16:48:56.168Z[ recovery-image] Sep 24 16:48:54.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105642025-09-24T16:48:56.168Z[ recovery-image] Sep 24 16:48:54.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105652025-09-24T16:48:56.203Z[ recovery-image] Sep 24 16:48:54.707 INFO building ROM for gimlet
105662025-09-24T16:48:56.203Z[ recovery-image] Sep 24 16:48:54.707 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")
105672025-09-24T16:48:56.399Z[ recovery-image] Sep 24 16:48:54.902 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
105682025-09-24T16:48:56.403Z[ recovery-image] Sep 24 16:48:54.907 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`
105692025-09-24T16:48:56.418Z[ recovery-image] Sep 24 16:48:54.922 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105702025-09-24T16:48:56.541Z[ recovery-image] Sep 24 16:48:55.045 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
105712025-09-24T16:48:56.548Z[ recovery-image] Sep 24 16:48:55.051 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`
105722025-09-24T16:48:56.742Z[ recovery-image] Sep 24 16:48:55.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105732025-09-24T16:48:56.742Z[ recovery-image] Sep 24 16:48:55.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105742025-09-24T16:48:56.746Z[ recovery-image] Sep 24 16:48:55.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105752025-09-24T16:48:56.746Z[ recovery-image] Sep 24 16:48:55.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105762025-09-24T16:48:56.746Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105772025-09-24T16:48:56.746Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105782025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105792025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105802025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105812025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105822025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105832025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105842025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105852025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105862025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105872025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.247 INFO O| Info: ABL version: 0x100a5010
105882025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.247 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105892025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105902025-09-24T16:48:56.747Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105912025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105922025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105932025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105942025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105952025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105962025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105972025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105982025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105992025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106002025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106012025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106022025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106032025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106042025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106052025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106062025-09-24T16:48:56.748Z[ recovery-image] Sep 24 16:48:55.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106072025-09-24T16:48:56.781Z[ recovery-image] Sep 24 16:48:55.285 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106082025-09-24T16:48:59.999Z[ recovery-image] Sep 24 16:48:58.503 INFO image complete! materials are in "/work/os-recovery"
106092025-09-24T16:49:00.005Z[ recovery-image]
106102025-09-24T16:49:00.005Z[ recovery-image] real 23:01.513398947
106112025-09-24T16:49:00.005Z[ recovery-image] user 16:43.800978334
106122025-09-24T16:49:00.008Z[ recovery-image] sys 1:35.489715208
106132025-09-24T16:49:00.008Z[ recovery-image] trap 1.075507382
106142025-09-24T16:49:00.009Z[ recovery-image] tflt 0.849371776
106152025-09-24T16:49:00.009Z[ recovery-image] dflt 2.651797773
106162025-09-24T16:49:00.009Z[ recovery-image] kflt 0.017386578
106172025-09-24T16:49:00.009Z[ recovery-image] lock 36:57.263464799
106182025-09-24T16:49:00.009Z[ recovery-image] slp 2:18:11.791219074
106192025-09-24T16:49:00.009Z[ recovery-image] lat 8:10.095119845
106202025-09-24T16:49:00.009Z[ recovery-image] stop 15.005372541
106212025-09-24T16:49:00.009ZSep 24 16:48:58.509 INFO [recovery-image] process exited with exit status: 0 (1381.520518707s)
106222025-09-24T16:49:19.621Z[ host-image] Sep 24 16:49:18.123 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106232025-09-24T16:49:26.688Z[ host-image] Sep 24 16:49:25.190 INFO E| Compiling bitflags v1.3.2
106242025-09-24T16:49:26.688Z[ host-image] Sep 24 16:49:25.190 INFO E| Compiling log v0.4.27
106252025-09-24T16:49:26.688Z[ host-image] Sep 24 16:49:25.190 INFO E| Compiling adler2 v2.0.1
106262025-09-24T16:49:26.688Z[ host-image] Sep 24 16:49:25.190 INFO E| Compiling scroll v0.13.0
106272025-09-24T16:49:26.692Z[ host-image] Sep 24 16:49:25.190 INFO E| Compiling plain v0.2.3
106282025-09-24T16:49:26.692Z[ host-image] Sep 24 16:49:25.190 INFO E| Compiling bitflags v2.9.4
106292025-09-24T16:49:26.692Z[ host-image] Sep 24 16:49:25.190 INFO E| Compiling bit_field v0.10.3
106302025-09-24T16:49:26.796Z[ host-image] Sep 24 16:49:25.298 INFO E| Compiling raw-cpuid v10.7.0
106312025-09-24T16:49:26.957Z[ host-image] Sep 24 16:49:25.459 INFO E| Compiling miniz_oxide v0.8.9
106322025-09-24T16:49:27.100Z[ host-image] Sep 24 16:49:25.602 INFO E| Compiling cpio_reader v0.1.2
106332025-09-24T16:49:27.133Z[ host-image] Sep 24 16:49:25.635 INFO E| Compiling bitstruct v0.1.1
106342025-09-24T16:49:27.430Z[ host-image] Sep 24 16:49:25.932 INFO E| Compiling static_assertions v1.1.0
106352025-09-24T16:49:27.479Z[ host-image] Sep 24 16:49:25.981 INFO E| Compiling goblin v0.10.1
106362025-09-24T16:49:38.437Z[ host-image] Sep 24 16:49:36.938 INFO E| Finished `release` profile [optimized] target(s) in 57.14s
106372025-09-24T16:49:38.456Z[ host-image] Sep 24 16:49:36.958 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106382025-09-24T16:49:38.576Z[ host-image] Sep 24 16:49:37.075 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')"
106392025-09-24T16:49:38.576Z[ host-image] Sep 24 16:49:37.075 INFO building ROM for cosmo
106402025-09-24T16:49:38.580Z[ host-image] Sep 24 16:49:37.075 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")
106412025-09-24T16:49:38.916Z[ host-image] Sep 24 16:49:37.417 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s
106422025-09-24T16:49:38.942Z[ host-image] Sep 24 16:49:37.432 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`
106432025-09-24T16:49:38.966Z[ host-image] Sep 24 16:49:37.467 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
106442025-09-24T16:49:39.153Z[ host-image] Sep 24 16:49:37.654 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
106452025-09-24T16:49:39.159Z[ host-image] Sep 24 16:49:37.660 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`
106462025-09-24T16:49:39.816Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
106472025-09-24T16:49:39.817Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
106482025-09-24T16:49:39.820Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
106492025-09-24T16:49:39.820Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
106502025-09-24T16:49:39.820Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106512025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106522025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106532025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
106542025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
106552025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
106562025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
106572025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106582025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106592025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106602025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106612025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106622025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106632025-09-24T16:49:39.821Z[ host-image] Sep 24 16:49:38.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106642025-09-24T16:49:39.837Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106652025-09-24T16:49:39.838Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106662025-09-24T16:49:39.842Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106672025-09-24T16:49:39.842Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106682025-09-24T16:49:39.842Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106692025-09-24T16:49:39.842Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106702025-09-24T16:49:39.842Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106712025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106722025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
106732025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106742025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
106752025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106762025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
106772025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
106782025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
106792025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106802025-09-24T16:49:39.843Z[ host-image] Sep 24 16:49:38.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
106812025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
106822025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
106832025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
106842025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
106852025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
106862025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
106872025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
106882025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
106892025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
106902025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
106912025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106922025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
106932025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
106942025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
106952025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
106962025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
106972025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
106982025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.343 INFO O| Info: ABL version: 0x1006f010
106992025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.343 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
107002025-09-24T16:49:39.844Z[ host-image] Sep 24 16:49:38.343 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
107012025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
107022025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107032025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107042025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107052025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107062025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107072025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107082025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107092025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107102025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107112025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107122025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107132025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107142025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107152025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107162025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107172025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107182025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107192025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107202025-09-24T16:49:39.850Z[ host-image] Sep 24 16:49:38.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107212025-09-24T16:49:39.902Z[ host-image] Sep 24 16:49:38.404 INFO building ROM for gimlet
107222025-09-24T16:49:39.903Z[ host-image] Sep 24 16:49:38.404 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")
107232025-09-24T16:49:40.144Z[ host-image] Sep 24 16:49:38.645 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
107242025-09-24T16:49:40.188Z[ host-image] Sep 24 16:49:38.673 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`
107252025-09-24T16:49:40.209Z[ host-image] Sep 24 16:49:38.710 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
107262025-09-24T16:49:40.377Z[ host-image] Sep 24 16:49:38.879 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
107272025-09-24T16:49:40.423Z[ host-image] Sep 24 16:49:38.911 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`
107282025-09-24T16:49:40.763Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
107292025-09-24T16:49:40.763Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
107302025-09-24T16:49:40.763Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
107312025-09-24T16:49:40.767Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
107322025-09-24T16:49:40.767Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
107332025-09-24T16:49:40.767Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
107342025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
107352025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
107362025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
107372025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
107382025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
107392025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
107402025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
107412025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
107422025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
107432025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.265 INFO O| Info: ABL version: 0x100a5010
107442025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
107452025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107462025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107472025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107482025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107492025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107502025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107512025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107522025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107532025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107542025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107552025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107562025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107572025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107582025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107592025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107602025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107612025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107622025-09-24T16:49:40.768Z[ host-image] Sep 24 16:49:39.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107632025-09-24T16:49:40.822Z[ host-image] Sep 24 16:49:39.323 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107642025-09-24T16:50:08.823Z[ host-image] Sep 24 16:50:07.323 INFO image complete! materials are in "/work/os-host"
107652025-09-24T16:50:08.827Z[ host-image]
107662025-09-24T16:50:08.827Z[ host-image] real 24:52.293145018
107672025-09-24T16:50:08.827Z[ host-image] user 17:19.827956254
107682025-09-24T16:50:08.827Z[ host-image] sys 1:38.875640327
107692025-09-24T16:50:08.827Z[ host-image] trap 0.955597311
107702025-09-24T16:50:08.827Z[ host-image] tflt 0.516603509
107712025-09-24T16:50:08.827Z[ host-image] dflt 0.755210271
107722025-09-24T16:50:08.827Z[ host-image] kflt 0.123107745
107732025-09-24T16:50:08.827Z[ host-image] lock 26:57.350602568
107742025-09-24T16:50:08.827Z[ host-image] slp 2:24:39.551415422
107752025-09-24T16:50:08.827Z[ host-image] lat 6:34.952314238
107762025-09-24T16:50:08.827Z[ host-image] stop 9.104315789
107772025-09-24T16:50:08.831ZSep 24 16:50:07.327 INFO [host-image] process exited with exit status: 0 (1492.298420865s)
107782025-09-24T16:50:08.831ZSep 24 16:50:07.327 INFO [tuf-repo] running task
107792025-09-24T16:50:12.540Z[verify-libraries] Finished `release` profile [optimized] target(s) in 24m 08s
107802025-09-24T16:50:13.039ZSep 24 16:50:11.539 INFO [verify-libraries] process exited with exit status: 0 (1455.102961119s)
107812025-09-24T16:50:33.317ZSep 24 16:50:31.814 INFO assembling repository in `/tmp/tufaceous8a6UC8`, component: OmicronRepoAssembler
107822025-09-24T16:50:40.288ZSep 24 16:50:38.783 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107832025-09-24T16:50:40.600ZSep 24 16:50:39.098 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107842025-09-24T16:50:58.233ZSep 24 16:50:56.730 INFO extracting uploaded archive to /tmp/.tmp4UEFqe
107852025-09-24T16:51:01.608ZSep 24 16:51:00.105 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.jcvWWE
107862025-09-24T16:51:01.698ZSep 24 16:51:00.193 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
107872025-09-24T16:51:01.857ZSep 24 16:51:00.353 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
107882025-09-24T16:51:02.011ZSep 24 16:51:00.508 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
107892025-09-24T16:51:02.173ZSep 24 16:51:00.662 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
107902025-09-24T16:51:02.360ZSep 24 16:51:00.856 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
107912025-09-24T16:51:02.485ZSep 24 16:51:00.982 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
107922025-09-24T16:51:02.712ZSep 24 16:51:01.129 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107932025-09-24T16:51:02.713ZSep 24 16:51:01.129 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107942025-09-24T16:51:02.718ZSep 24 16:51:01.214 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107952025-09-24T16:51:02.719ZSep 24 16:51:01.214 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107962025-09-24T16:51:02.803ZSep 24 16:51:01.299 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107972025-09-24T16:51:02.809ZSep 24 16:51:01.299 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107982025-09-24T16:51:02.881ZSep 24 16:51:01.378 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107992025-09-24T16:51:02.882ZSep 24 16:51:01.378 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108002025-09-24T16:51:02.885ZSep 24 16:51:01.379 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108012025-09-24T16:51:02.886ZSep 24 16:51:01.380 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108022025-09-24T16:51:02.886ZSep 24 16:51:01.381 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108032025-09-24T16:51:13.835ZSep 24 16:51:10.111 INFO added artifact, length: 33554432, hash: fdebf852f4a2d54de839ca9d0e36fffeddbd70979571e9eec6712e9e199d4231, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: gimlet_host_phase_1, name: host
108042025-09-24T16:51:13.836ZSep 24 16:51:10.111 INFO added artifact, length: 33554432, hash: bc830ab480a0d9fd7d72fea2aeed8e8fd548f7a0b8b8e6cffeb4db6b320b717f, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: cosmo_host_phase_1, name: host
108052025-09-24T16:51:13.836ZSep 24 16:51:10.111 INFO added artifact, length: 1048580096, hash: 4b7cdfa266f9090ca5efafa360184acc87809655fc5800c908fabd439c58a86d, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: host_phase_2, name: host
108062025-09-24T16:51:13.836ZSep 24 16:51:11.666 INFO added artifact, length: 33554432, hash: 0b6a00b0ef512507a39a13055486216762568d4d96544c61e4c6846b620db18c, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: gimlet_trampoline_phase_1, name: trampoline
108072025-09-24T16:51:13.836ZSep 24 16:51:11.666 INFO added artifact, length: 33554432, hash: 87fe09a43c978c4d0e5a9c819213138ca50b5ba10d871ef3a2101f0b027c8b8e, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: cosmo_trampoline_phase_1, name: trampoline
108082025-09-24T16:51:13.836ZSep 24 16:51:11.666 INFO added artifact, length: 152376481, hash: 5b771f9983bf8f0df5574f2404b8173640472a0c3a3f463bbfd3f0fc52d8429d, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: trampoline_phase_2, name: trampoline
108092025-09-24T16:51:16.297ZSep 24 16:51:14.792 INFO added artifact, length: 309147084, hash: dc6c9f79e176aa2d042f9f5189fb7ff8d01fd01f3d7fb03fab7be888385f8502, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: clickhouse_keeper
108102025-09-24T16:51:19.667ZSep 24 16:51:18.163 INFO added artifact, length: 325689410, hash: 19f040faa14aedb9789d35949911ab106ee7e609914b800e137acdeb5ac4eb92, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: clickhouse_server
108112025-09-24T16:51:22.973ZSep 24 16:51:21.468 INFO added artifact, length: 325690125, hash: 03bf25a4fdf5b5152bee240fd769cc2177e6ab454bec29feffc2d1d639d9f683, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: clickhouse
108122025-09-24T16:51:24.775ZSep 24 16:51:23.270 INFO added artifact, length: 171943084, hash: 9e44de53fb33c17a85734e4c4ef4fead8f7586eabad2188465f21ef1fe12b156, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: cockroachdb
108132025-09-24T16:51:25.180ZSep 24 16:51:23.676 INFO added artifact, length: 39122992, hash: 6017cdcddfd0f5ba2a5dbfd36d1ac3ba247f5a4f9a3301218b406af31d942c25, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: crucible-pantry-zone
108142025-09-24T16:51:25.688ZSep 24 16:51:24.183 INFO added artifact, length: 49161727, hash: 596b4de88eb4ef1df3546e6c42e2c5207bed6575ed144ae0bbcacf67e2d8bcee, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: crucible-zone
108152025-09-24T16:51:26.213ZSep 24 16:51:24.708 INFO added artifact, length: 51811459, hash: ef8d9bb886a4dc885ecdc89822db28a36c1e4eda598b3faf1ff463c0eb5887f8, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: external-dns
108162025-09-24T16:51:26.761ZSep 24 16:51:25.256 INFO added artifact, length: 51811059, hash: 2465de74198effb5aed8c1b9cbd694d37739a4b2a6e4d9b534173d0ad6fbbf48, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: internal-dns
108172025-09-24T16:51:28.209ZSep 24 16:51:26.704 INFO added artifact, length: 141160949, hash: dc2a3f7be3e1270bde33c0eb933a769b3429aeb99035f5c31929e1f8efa40c45, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: nexus
108182025-09-24T16:51:28.563ZSep 24 16:51:27.058 INFO added artifact, length: 33880434, hash: 3354eebde0a996677c9d4cfb7652afc30f4e730f804cdf5482ce78b2258f76fe, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: ntp
108192025-09-24T16:51:29.239ZSep 24 16:51:27.735 INFO added artifact, length: 64917463, hash: db8bfdbbb7231a31e82e0bb83c6fed4d6d2c5114d21812c4f8a97927704a84ce, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: oximeter
108202025-09-24T16:51:29.273ZSep 24 16:51:27.768 INFO added artifact, length: 3109590, hash: bfb090a2f59efa7b167ba345d009b64166fd1caf011df6325e9a483687b1bd12, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: zone, name: probe
108212025-09-24T16:51:29.320ZSep 24 16:51:27.816 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
108222025-09-24T16:51:29.367ZSep 24 16:51:27.862 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
108232025-09-24T16:51:29.450ZSep 24 16:51:27.945 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108242025-09-24T16:51:29.450ZSep 24 16:51:27.945 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108252025-09-24T16:51:29.534ZSep 24 16:51:28.029 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108262025-09-24T16:51:29.534ZSep 24 16:51:28.030 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108272025-09-24T16:51:29.620ZSep 24 16:51:28.116 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108282025-09-24T16:51:29.620ZSep 24 16:51:28.116 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108292025-09-24T16:51:29.702ZSep 24 16:51:28.198 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108302025-09-24T16:51:29.702ZSep 24 16:51:28.198 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108312025-09-24T16:51:29.706ZSep 24 16:51:28.199 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108322025-09-24T16:51:29.707ZSep 24 16:51:28.199 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108332025-09-24T16:51:29.707ZSep 24 16:51:28.200 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108342025-09-24T16:51:29.779ZSep 24 16:51:28.274 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108352025-09-24T16:51:29.929ZSep 24 16:51:28.424 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108362025-09-24T16:51:30.075ZSep 24 16:51:28.570 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108372025-09-24T16:51:30.227ZSep 24 16:51:28.722 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108382025-09-24T16:51:30.227ZSep 24 16:51:28.722 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108392025-09-24T16:51:30.312ZSep 24 16:51:28.807 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108402025-09-24T16:51:30.312ZSep 24 16:51:28.807 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108412025-09-24T16:51:30.397ZSep 24 16:51:28.892 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108422025-09-24T16:51:30.397ZSep 24 16:51:28.892 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108432025-09-24T16:51:30.479ZSep 24 16:51:28.974 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108442025-09-24T16:51:30.479ZSep 24 16:51:28.974 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108452025-09-24T16:51:30.482ZSep 24 16:51:28.975 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108462025-09-24T16:51:30.485ZSep 24 16:51:28.975 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108472025-09-24T16:51:30.485ZSep 24 16:51:28.976 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108482025-09-24T16:51:30.485ZSep 24 16:51:28.977 INFO added artifact, length: 383, hash: dc12119d6a90cb7dde962fa0c72a47528608b2f217dda42a420d906d64e58dc4, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: installinator_document, name: installinator_document
108492025-09-24T16:51:31.084ZSep 24 16:51:29.579 INFO extracting uploaded archive to /tmp/.tmppHzbkK
108502025-09-24T16:51:34.127ZSep 24 16:51:32.622 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.dCw1Lg
108512025-09-24T16:51:34.194ZSep 24 16:51:32.689 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
108522025-09-24T16:51:34.322ZSep 24 16:51:32.816 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
108532025-09-24T16:51:34.442ZSep 24 16:51:32.937 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
108542025-09-24T16:51:34.563ZSep 24 16:51:33.058 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
108552025-09-24T16:51:34.684ZSep 24 16:51:33.179 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
108562025-09-24T16:51:34.804ZSep 24 16:51:33.299 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
108572025-09-24T16:51:34.942ZSep 24 16:51:33.437 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108582025-09-24T16:51:34.942ZSep 24 16:51:33.437 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108592025-09-24T16:51:35.025ZSep 24 16:51:33.520 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108602025-09-24T16:51:35.025ZSep 24 16:51:33.520 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108612025-09-24T16:51:35.109ZSep 24 16:51:33.604 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108622025-09-24T16:51:35.109ZSep 24 16:51:33.604 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108632025-09-24T16:51:35.189ZSep 24 16:51:33.684 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108642025-09-24T16:51:35.189ZSep 24 16:51:33.684 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108652025-09-24T16:51:35.193ZSep 24 16:51:33.685 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108662025-09-24T16:51:35.193ZSep 24 16:51:33.686 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108672025-09-24T16:51:35.193ZSep 24 16:51:33.687 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108682025-09-24T16:51:43.926ZSep 24 16:51:42.420 INFO added artifact, length: 33554432, hash: fdebf852f4a2d54de839ca9d0e36fffeddbd70979571e9eec6712e9e199d4231, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: gimlet_host_phase_1, name: host
108692025-09-24T16:51:43.926ZSep 24 16:51:42.420 INFO added artifact, length: 33554432, hash: bc830ab480a0d9fd7d72fea2aeed8e8fd548f7a0b8b8e6cffeb4db6b320b717f, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: cosmo_host_phase_1, name: host
108702025-09-24T16:51:43.926ZSep 24 16:51:42.420 INFO added artifact, length: 1048580096, hash: 4b7cdfa266f9090ca5efafa360184acc87809655fc5800c908fabd439c58a86d, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: host_phase_2, name: host
108712025-09-24T16:51:45.484ZSep 24 16:51:43.978 INFO added artifact, length: 33554432, hash: 0b6a00b0ef512507a39a13055486216762568d4d96544c61e4c6846b620db18c, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: gimlet_trampoline_phase_1, name: trampoline
108722025-09-24T16:51:45.484ZSep 24 16:51:43.979 INFO added artifact, length: 33554432, hash: 87fe09a43c978c4d0e5a9c819213138ca50b5ba10d871ef3a2101f0b027c8b8e, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: cosmo_trampoline_phase_1, name: trampoline
108732025-09-24T16:51:45.484ZSep 24 16:51:43.979 INFO added artifact, length: 152376481, hash: 5b771f9983bf8f0df5574f2404b8173640472a0c3a3f463bbfd3f0fc52d8429d, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: trampoline_phase_2, name: trampoline
108742025-09-24T16:51:56.038ZSep 24 16:51:54.532 INFO added artifact, length: 1621486285, hash: 9b2a4b2929d69aa55440e7adccfcb16a03b3baa5dfe5b00b2549d1e790819d31, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: control_plane, name: control-plane
108752025-09-24T16:51:56.086ZSep 24 16:51:54.579 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
108762025-09-24T16:51:56.133ZSep 24 16:51:54.627 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
108772025-09-24T16:51:56.216ZSep 24 16:51:54.710 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108782025-09-24T16:51:56.216ZSep 24 16:51:54.710 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108792025-09-24T16:51:56.304ZSep 24 16:51:54.798 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108802025-09-24T16:51:56.304ZSep 24 16:51:54.798 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108812025-09-24T16:51:56.390ZSep 24 16:51:54.884 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108822025-09-24T16:51:56.391ZSep 24 16:51:54.884 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108832025-09-24T16:51:56.473ZSep 24 16:51:54.967 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108842025-09-24T16:51:56.477ZSep 24 16:51:54.967 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108852025-09-24T16:51:56.477ZSep 24 16:51:54.968 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108862025-09-24T16:51:56.477ZSep 24 16:51:54.969 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108872025-09-24T16:51:56.478ZSep 24 16:51:54.970 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108882025-09-24T16:51:56.552ZSep 24 16:51:55.046 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108892025-09-24T16:51:56.702ZSep 24 16:51:55.196 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108902025-09-24T16:51:56.850ZSep 24 16:51:55.344 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108912025-09-24T16:51:57.004ZSep 24 16:51:55.498 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108922025-09-24T16:51:57.004ZSep 24 16:51:55.498 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108932025-09-24T16:51:57.092ZSep 24 16:51:55.585 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108942025-09-24T16:51:57.092ZSep 24 16:51:55.585 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108952025-09-24T16:51:57.176ZSep 24 16:51:55.670 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108962025-09-24T16:51:57.176ZSep 24 16:51:55.670 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108972025-09-24T16:51:57.260ZSep 24 16:51:55.754 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108982025-09-24T16:51:57.260ZSep 24 16:51:55.754 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108992025-09-24T16:51:57.263ZSep 24 16:51:55.755 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
109002025-09-24T16:51:57.263ZSep 24 16:51:55.756 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109012025-09-24T16:51:57.263ZSep 24 16:51:55.757 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
109022025-09-24T16:51:57.263ZSep 24 16:51:55.757 INFO added artifact, length: 383, hash: dc12119d6a90cb7dde962fa0c72a47528608b2f217dda42a420d906d64e58dc4, version: 16.0.0-0.ci+gitec7a0a7d5cb, kind: installinator_document, name: installinator_document
109032025-09-24T16:51:57.805ZSep 24 16:51:56.299 INFO [tuf-repo] task succeeded (108.972016014s)
109042025-09-24T16:51:57.805ZSep 24 16:51:56.299 INFO all jobs completed in 3260.102416703s
109052025-09-24T16:51:58.929Zprocess exited: duration 3932163 ms, exit code 0
 
109062025-09-24T16:51:58.951Zfound 41 output files
109072025-09-24T16:51:58.951Zuploading: /work/manifest.toml (14007 bytes)
109082025-09-24T16:51:59.975Zuploaded: /work/manifest.toml
109092025-09-24T16:51:59.975Zuploading: /work/repo.zip (2837254944 bytes)
109102025-09-24T16:53:12.408Zuploaded: /work/repo.zip
109112025-09-24T16:53:12.408Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109122025-09-24T16:53:13.440Zuploaded: /work/repo.zip.sha256.txt
109132025-09-24T16:53:13.440Zuploading: /work/helios.json (584 bytes)
109142025-09-24T16:53:14.452Zuploaded: /work/helios.json
109152025-09-24T16:53:14.452Zuploading: /work/incorporation.p5m (99497 bytes)
109162025-09-24T16:53:15.473Zuploaded: /work/incorporation.p5m
109172025-09-24T16:53:15.473Zuploading: /work/incorporation.p5p (112640 bytes)
109182025-09-24T16:53:16.491Zuploaded: /work/incorporation.p5p
109192025-09-24T16:53:16.491Zuploading: /work/helios-incorp.log (526 bytes)
109202025-09-24T16:53:17.505Zuploaded: /work/helios-incorp.log
109212025-09-24T16:53:17.508Zuploading: /work/helios-setup.log (72137 bytes)
109222025-09-24T16:53:18.522Zuploaded: /work/helios-setup.log
109232025-09-24T16:53:18.525Zuploading: /work/host-image.log (230916 bytes)
109242025-09-24T16:53:19.546Zuploaded: /work/host-image.log
109252025-09-24T16:53:19.546Zuploading: /work/host-package.log (31178 bytes)
109262025-09-24T16:53:20.562Zuploaded: /work/host-package.log
109272025-09-24T16:53:20.562Zuploading: /work/host-target.log (101 bytes)
109282025-09-24T16:53:21.577Zuploaded: /work/host-target.log
109292025-09-24T16:53:21.577Zuploading: /work/incorp-create.log (0 bytes)
109302025-09-24T16:53:22.587Zuploaded: /work/incorp-create.log
109312025-09-24T16:53:22.588Zuploading: /work/incorp-fmt.log (0 bytes)
109322025-09-24T16:53:23.598Zuploaded: /work/incorp-fmt.log
109332025-09-24T16:53:23.598Zuploading: /work/incorp-pkgsend.log (108 bytes)
109342025-09-24T16:53:24.613Zuploaded: /work/incorp-pkgsend.log
109352025-09-24T16:53:24.613Zuploading: /work/incorp-publisher.log (0 bytes)
109362025-09-24T16:53:25.624Zuploaded: /work/incorp-publisher.log
109372025-09-24T16:53:25.624Zuploading: /work/omicron-package.log (6984 bytes)
109382025-09-24T16:53:27.642Zuploaded: /work/omicron-package.log
109392025-09-24T16:53:27.642Zuploading: /work/recovery-image.log (602617 bytes)
109402025-09-24T16:53:28.676Zuploaded: /work/recovery-image.log
109412025-09-24T16:53:28.676Zuploading: /work/recovery-package.log (1685 bytes)
109422025-09-24T16:53:29.688Zuploaded: /work/recovery-package.log
109432025-09-24T16:53:29.688Zuploading: /work/recovery-target.log (98 bytes)
109442025-09-24T16:53:30.704Zuploaded: /work/recovery-target.log
109452025-09-24T16:53:30.705Zuploading: /work/stamp-clickhouse.log (117 bytes)
109462025-09-24T16:53:31.716Zuploaded: /work/stamp-clickhouse.log
109472025-09-24T16:53:31.717Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109482025-09-24T16:53:32.729Zuploaded: /work/stamp-clickhouse_keeper.log
109492025-09-24T16:53:32.729Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109502025-09-24T16:53:33.742Zuploaded: /work/stamp-clickhouse_server.log
109512025-09-24T16:53:33.742Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109522025-09-24T16:53:34.754Zuploaded: /work/stamp-cockroachdb.log
109532025-09-24T16:53:34.754Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
109542025-09-24T16:53:35.766Zuploaded: /work/stamp-crucible-dtrace.log
109552025-09-24T16:53:35.766Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109562025-09-24T16:53:36.779Zuploaded: /work/stamp-crucible-pantry-zone.log
109572025-09-24T16:53:36.779Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109582025-09-24T16:53:37.794Zuploaded: /work/stamp-crucible-zone.log
109592025-09-24T16:53:37.794Zuploading: /work/stamp-external-dns.log (119 bytes)
109602025-09-24T16:53:38.807Zuploaded: /work/stamp-external-dns.log
109612025-09-24T16:53:38.807Zuploading: /work/stamp-installinator.log (103 bytes)
109622025-09-24T16:53:39.820Zuploaded: /work/stamp-installinator.log
109632025-09-24T16:53:39.820Zuploading: /work/stamp-internal-dns.log (119 bytes)
109642025-09-24T16:53:40.831Zuploaded: /work/stamp-internal-dns.log
109652025-09-24T16:53:40.831Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109662025-09-24T16:53:41.844Zuploaded: /work/stamp-mg-ddm-gz.log
109672025-09-24T16:53:41.844Zuploading: /work/stamp-nexus.log (112 bytes)
109682025-09-24T16:53:42.857Zuploaded: /work/stamp-nexus.log
109692025-09-24T16:53:42.857Zuploading: /work/stamp-ntp.log (110 bytes)
109702025-09-24T16:53:43.869Zuploaded: /work/stamp-ntp.log
109712025-09-24T16:53:43.869Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109722025-09-24T16:53:44.882Zuploaded: /work/stamp-omicron-sled-agent.log
109732025-09-24T16:53:44.882Zuploading: /work/stamp-overlay.log (114 bytes)
109742025-09-24T16:53:45.895Zuploaded: /work/stamp-overlay.log
109752025-09-24T16:53:45.895Zuploading: /work/stamp-oximeter.log (115 bytes)
109762025-09-24T16:53:46.908Zuploaded: /work/stamp-oximeter.log
109772025-09-24T16:53:46.908Zuploading: /work/stamp-oxlog.log (109 bytes)
109782025-09-24T16:53:47.920Zuploaded: /work/stamp-oxlog.log
109792025-09-24T16:53:47.920Zuploading: /work/stamp-probe.log (112 bytes)
109802025-09-24T16:53:48.933Zuploaded: /work/stamp-probe.log
109812025-09-24T16:53:48.934Zuploading: /work/stamp-propolis-server.log (122 bytes)
109822025-09-24T16:53:49.946Zuploaded: /work/stamp-propolis-server.log
109832025-09-24T16:53:49.946Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109842025-09-24T16:53:50.959Zuploaded: /work/stamp-pumpkind-gz.log
109852025-09-24T16:53:50.959Zuploading: /work/stamp-switch-asic.log (118 bytes)
109862025-09-24T16:53:51.971Zuploaded: /work/stamp-switch-asic.log
109872025-09-24T16:53:51.972Zuploading: /work/verify-libraries.log (9411 bytes)
109882025-09-24T16:53:52.985Zuploaded: /work/verify-libraries.log