01K5CRN25FKXNXFN492TKWM4WQ: 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: 01K5CRNY6SF4QECVZHMS5V1AX9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-17T21:19:26.250Zjob assigned to worker 01K5CRP2EZ7G3G97V2HQ3MNJH0 [factory aws, i-07e02173fa4fb9fd1] (queued for 1 m 2 s)
 
22025-09-17T21:19:35.055Zstarting task 0: "setup"
32025-09-17T21:19:35.060Z++ uname -s
42025-09-17T21:19:35.063Z+ kern=SunOS
52025-09-17T21:19:35.063Z+ build_user=build
62025-09-17T21:19:35.063Z+ build_uid=12345
72025-09-17T21:19:35.063Z+ work_dir=/work
82025-09-17T21:19:35.063Z+ input_dir=/input
92025-09-17T21:19:35.064Z+ [[ 0 == 12345 ]]
102025-09-17T21:19:35.064Z+ case "$kern" in
112025-09-17T21:19:35.064Z+ groupadd -g 12345 build
122025-09-17T21:19:35.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-17T21:19:37.072Z+ zfs create -o mountpoint=/work rpool/work
142025-09-17T21:19:37.194Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-17T21:19:37.197Z+ home_fs=zfs
162025-09-17T21:19:37.197Z+ [[ zfs == autofs ]]
172025-09-17T21:19:37.197Z+ mkdir -p /home/build
182025-09-17T21:19:37.201Z+ chown build:build /home/build /work
192025-09-17T21:19:39.201Z+ chmod 0700 /home/build /work
202025-09-17T21:19:39.204Zprocess exited: duration 4151 ms, exit code 0
 
212025-09-17T21:19:39.215Zstarting task 1: "rust-toolchain"
222025-09-17T21:19:39.221Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-17T21:19:39.221Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-09-17T21:19:39.221Z * rust toolchain channel = "1.89.0"
252025-09-17T21:19:39.221Z * rust toolchain profile = "default"
262025-09-17T21:19:39.221Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-17T21:19:39.221Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-17T21:19:39.224Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-17T21:19:39.224Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-17T21:19:39.340Zinfo: downloading installer
312025-09-17T21:19:40.656Zwarn: It looks like you have an existing installation of Rust at:
322025-09-17T21:19:40.656Zwarn: /opt/ooce/bin
332025-09-17T21:19:40.656Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-17T21:19:40.656Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-17T21:19:40.656Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-17T21:19:40.656Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-17T21:19:40.656Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-17T21:19:40.656Zerror: cannot install while Rust is installed
392025-09-17T21:19:40.656Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-17T21:19:40.692Zinfo: profile set to 'default'
412025-09-17T21:19:40.692Zinfo: default host triple is x86_64-unknown-illumos
422025-09-17T21:19:40.697Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-17T21:19:40.850Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-17T21:19:40.850Zinfo: downloading component 'cargo'
452025-09-17T21:19:41.833Zinfo: downloading component 'clippy'
462025-09-17T21:19:42.224Zinfo: downloading component 'rust-docs'
472025-09-17T21:19:43.672Zinfo: downloading component 'rust-std'
482025-09-17T21:19:45.331Zinfo: downloading component 'rustc'
492025-09-17T21:19:51.437Zinfo: downloading component 'rustfmt'
502025-09-17T21:19:51.673Zinfo: installing component 'cargo'
512025-09-17T21:19:52.607Zinfo: installing component 'clippy'
522025-09-17T21:19:53.010Zinfo: installing component 'rust-docs'
532025-09-17T21:19:54.883Zinfo: installing component 'rust-std'
542025-09-17T21:19:56.833Zinfo: installing component 'rustc'
552025-09-17T21:20:03.584Zinfo: installing component 'rustfmt'
562025-09-17T21:20:03.932Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-17T21:20:03.932Z
582025-09-17T21:20:04.405Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-17T21:20:04.405Z
602025-09-17T21:20:04.408Z
612025-09-17T21:20:04.408ZRust is installed now. Great!
622025-09-17T21:20:04.408Z
632025-09-17T21:20:04.409ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-17T21:20:04.409Zenvironment variable. This has not been done automatically.
652025-09-17T21:20:04.409Z
662025-09-17T21:20:04.409ZTo configure your current shell, you need to source
672025-09-17T21:20:04.409Zthe corresponding env file under $HOME/.cargo.
682025-09-17T21:20:04.409Z
692025-09-17T21:20:04.409ZThis is usually done by running one of the following (note the leading DOT):
702025-09-17T21:20:04.409Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-17T21:20:04.409Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-17T21:20:04.409Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-17T21:20:04.510Z+ rustup --version
742025-09-17T21:20:04.522Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-17T21:20:04.525Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-17T21:20:04.611Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-17T21:20:04.614Z+ cargo --version
782025-09-17T21:20:04.681Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-17T21:20:04.684Z+ rustc --version
802025-09-17T21:20:04.759Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-17T21:20:04.763Zprocess exited: duration 25545 ms, exit code 0
 
822025-09-17T21:20:04.807Zstarting task 2: "authentication"
832025-09-17T21:20:04.831Zprocess exited: duration 23 ms, exit code 0
 
842025-09-17T21:20:04.840Zstarting task 3: "clone repository"
852025-09-17T21:20:04.843Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-17T21:20:04.846Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-17T21:20:04.911ZCloning into '/work/oxidecomputer/omicron'...
882025-09-17T21:20:16.113Z+ cd /work/oxidecomputer/omicron
892025-09-17T21:20:16.114Z+ git fetch origin 02e1451ca79d4643c24211fd63bb14f0199007a8
902025-09-17T21:20:16.465ZFrom https://github.com/oxidecomputer/omicron
912025-09-17T21:20:16.465Z * branch 02e1451ca79d4643c24211fd63bb14f0199007a8 -> FETCH_HEAD
922025-09-17T21:20:16.477Z+ [[ -n minimum-cpu-platforms ]]
932025-09-17T21:20:16.480Z++ git branch --show-current
942025-09-17T21:20:16.484Z+ current=main
952025-09-17T21:20:16.484Z+ [[ main != minimum-cpu-platforms ]]
962025-09-17T21:20:16.484Z+ git branch -f minimum-cpu-platforms 02e1451ca79d4643c24211fd63bb14f0199007a8
972025-09-17T21:20:16.487Z+ git checkout -f minimum-cpu-platforms
982025-09-17T21:20:16.731ZSwitched to branch 'minimum-cpu-platforms'
992025-09-17T21:20:16.735Z+ git reset --hard 02e1451ca79d4643c24211fd63bb14f0199007a8
1002025-09-17T21:20:16.751ZHEAD is now at 02e1451ca instance_migration_unknown_sled_type was legit flaky
1012025-09-17T21:20:16.758Zprocess exited: duration 11913 ms, exit code 0
 
1022025-09-17T21:20:16.767Zstarting task 4: "build"
1032025-09-17T21:20:16.772Z+ source .github/buildomat/ci-env.sh
1042025-09-17T21:20:16.772Z++ export CARGO_TERM_COLOR=always
1052025-09-17T21:20:16.772Z++ CARGO_TERM_COLOR=always
1062025-09-17T21:20:16.772Z+ cargo --version
1072025-09-17T21:20:16.833Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-17T21:20:16.836Z+ rustc --version
1092025-09-17T21:20:16.912Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-17T21:20:16.915Z+ cargo tree --locked
1112025-09-17T21:20:17.221Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-09-17T21:20:17.536Z Updating crates.io index
1132025-09-17T21:20:17.585Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-09-17T21:20:17.914Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-09-17T21:20:18.556Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-09-17T21:20:18.831Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-09-17T21:20:19.102Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-09-17T21:20:19.419Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-09-17T21:20:20.558Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-09-17T21:20:22.737Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-09-17T21:20:23.713Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-09-17T21:20:24.439Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232025-09-17T21:20:25.143Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-09-17T21:20:25.406Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-09-17T21:20:25.687Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-09-17T21:20:26.167Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-09-17T21:20:26.666Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-09-17T21:20:27.008Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-09-17T21:20:27.319Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-09-17T21:20:27.544Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-09-17T21:20:27.997Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-09-17T21:20:28.260Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-09-17T21:20:28.550Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-09-17T21:20:28.900Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352025-09-17T21:20:29.360Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-09-17T21:20:29.753Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-09-17T21:20:30.180Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382025-09-17T21:20:30.705Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392025-09-17T21:20:31.099Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402025-09-17T21:20:31.421Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1412025-09-17T21:20:31.749Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1422025-09-17T21:20:32.139Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432025-09-17T21:20:32.490Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442025-09-17T21:20:32.754Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452025-09-17T21:20:33.065Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462025-09-17T21:20:45.667Z Updating git repository `https://github.com/illumos/smf-rs`
1472025-09-17T21:20:47.252Z Downloading crates ...
1482025-09-17T21:20:47.347Z Downloaded aead v0.5.2
1492025-09-17T21:20:47.359Z Downloaded anstyle v1.0.11
1502025-09-17T21:20:47.363Z Downloaded adler2 v2.0.0
1512025-09-17T21:20:47.366Z Downloaded addr2line v0.24.2
1522025-09-17T21:20:47.369Z Downloaded aes v0.8.4
1532025-09-17T21:20:47.372Z Downloaded erased-serde v0.4.6
1542025-09-17T21:20:47.375Z Downloaded atty v0.2.14
1552025-09-17T21:20:47.375Z Downloaded async-trait v0.1.89
1562025-09-17T21:20:47.379Z Downloaded async-object-pool v0.1.5
1572025-09-17T21:20:47.382Z Downloaded async-lock v3.4.0
1582025-09-17T21:20:47.385Z Downloaded endian-type v0.1.2
1592025-09-17T21:20:47.386Z Downloaded fallible-iterator v0.2.0
1602025-09-17T21:20:47.389Z Downloaded cfg-if v1.0.1
1612025-09-17T21:20:47.389Z Downloaded embedded-io v0.6.1
1622025-09-17T21:20:47.393Z Downloaded async-std v1.13.0
1632025-09-17T21:20:47.408Z Downloaded flate2 v1.1.2
1642025-09-17T21:20:47.413Z Downloaded embedded-io v0.4.0
1652025-09-17T21:20:47.417Z Downloaded expectorate v1.2.0
1662025-09-17T21:20:47.420Z Downloaded fd-lock v4.0.2
1672025-09-17T21:20:47.423Z Downloaded fastrand v2.1.1
1682025-09-17T21:20:47.423Z Downloaded futures-executor v0.3.31
1692025-09-17T21:20:47.428Z Downloaded ed25519-dalek v2.1.1
1702025-09-17T21:20:47.431Z Downloaded async-stream-impl v0.3.6
1712025-09-17T21:20:47.431Z Downloaded form_urlencoded v1.2.2
1722025-09-17T21:20:47.431Z Downloaded futures v0.3.31
1732025-09-17T21:20:47.435Z Downloaded float-ord v0.3.2
1742025-09-17T21:20:47.438Z Downloaded futures-channel v0.3.31
1752025-09-17T21:20:47.440Z Downloaded foldhash v0.1.5
1762025-09-17T21:20:47.445Z Downloaded byteorder v1.5.0
1772025-09-17T21:20:47.448Z Downloaded fs_extra v1.3.0
1782025-09-17T21:20:47.448Z Downloaded futures-io v0.3.31
1792025-09-17T21:20:47.448Z Downloaded equivalent v1.0.2
1802025-09-17T21:20:47.451Z Downloaded foreign-types-shared v0.3.1
1812025-09-17T21:20:47.451Z Downloaded fs-err v3.1.1
1822025-09-17T21:20:47.454Z Downloaded atomicwrites v0.4.4
1832025-09-17T21:20:47.457Z Downloaded anes v0.1.6
1842025-09-17T21:20:47.460Z Downloaded guppy-workspace-hack v0.1.0
1852025-09-17T21:20:47.460Z Downloaded foreign-types-shared v0.1.1
1862025-09-17T21:20:47.464Z Downloaded fnv v1.0.7
1872025-09-17T21:20:47.465Z Downloaded fixedbitset v0.5.7
1882025-09-17T21:20:47.468Z Downloaded float-cmp v0.10.0
1892025-09-17T21:20:47.468Z Downloaded anstyle-parse v0.2.5
1902025-09-17T21:20:47.471Z Downloaded bitflags v1.3.2
1912025-09-17T21:20:47.475Z Downloaded headers-core v0.3.0
1922025-09-17T21:20:47.475Z Downloaded cast v0.3.0
1932025-09-17T21:20:47.478Z Downloaded block-buffer v0.10.4
1942025-09-17T21:20:47.478Z Downloaded blocking v1.6.1
1952025-09-17T21:20:47.482Z Downloaded hash32 v0.2.1
1962025-09-17T21:20:47.482Z Downloaded num-conv v0.1.0
1972025-09-17T21:20:47.485Z Downloaded nested v0.1.1
1982025-09-17T21:20:47.485Z Downloaded gethostname v0.5.0
1992025-09-17T21:20:47.485Z Downloaded opaque-debug v0.3.1
2002025-09-17T21:20:47.489Z Downloaded camino-tempfile-ext v0.3.2
2012025-09-17T21:20:47.489Z Downloaded block-padding v0.3.3
2022025-09-17T21:20:47.492Z Downloaded number_prefix v0.4.0
2032025-09-17T21:20:47.492Z Downloaded pretty-hex v0.4.1
2042025-09-17T21:20:47.495Z Downloaded futures-task v0.3.31
2052025-09-17T21:20:47.495Z Downloaded castaway v0.2.3
2062025-09-17T21:20:47.498Z Downloaded cargo-platform v0.1.8
2072025-09-17T21:20:47.501Z Downloaded heck v0.5.0
2082025-09-17T21:20:47.501Z Downloaded globwalk v0.9.1
2092025-09-17T21:20:47.505Z Downloaded bytecount v0.6.8
2102025-09-17T21:20:47.505Z Downloaded buf-list v1.0.3
2112025-09-17T21:20:47.508Z Downloaded hex-literal v0.4.1
2122025-09-17T21:20:47.511Z Downloaded heck v0.4.1
2132025-09-17T21:20:47.511Z Downloaded heck v0.3.3
2142025-09-17T21:20:47.515Z Downloaded flume v0.11.1
2152025-09-17T21:20:47.520Z Downloaded base16ct v0.2.0
2162025-09-17T21:20:47.520Z Downloaded globset v0.4.15
2172025-09-17T21:20:47.523Z Downloaded hex v0.4.3
2182025-09-17T21:20:47.523Z Downloaded ref-cast-impl v1.0.24
2192025-09-17T21:20:47.526Z Downloaded env_logger v0.11.5
2202025-09-17T21:20:47.530Z Downloaded russh-cryptovec v0.7.3
2212025-09-17T21:20:47.530Z Downloaded ref-cast v1.0.24
2222025-09-17T21:20:47.533Z Downloaded nodrop v0.1.14
2232025-09-17T21:20:47.533Z Downloaded phf v0.12.1
2242025-09-17T21:20:47.537Z Downloaded packed_struct_codegen v0.10.1
2252025-09-17T21:20:47.540Z Downloaded packed_struct v0.10.1
2262025-09-17T21:20:47.540Z Downloaded hash32 v0.3.1
2272025-09-17T21:20:47.543Z Downloaded serde-big-array v0.5.1
2282025-09-17T21:20:47.543Z Downloaded group v0.13.0
2292025-09-17T21:20:47.547Z Downloaded predicates-tree v1.0.12
2302025-09-17T21:20:47.547Z Downloaded plotters-backend v0.3.7
2312025-09-17T21:20:47.550Z Downloaded env_logger v0.10.2
2322025-09-17T21:20:47.553Z Downloaded cbc v0.1.2
2332025-09-17T21:20:47.553Z Downloaded highway v1.3.0
2342025-09-17T21:20:47.556Z Downloaded glob v0.3.2
2352025-09-17T21:20:47.560Z Downloaded cargo_metadata v0.18.1
2362025-09-17T21:20:47.563Z Downloaded bzip2 v0.4.4
2372025-09-17T21:20:47.563Z Downloaded r2d2 v0.8.10
2382025-09-17T21:20:47.568Z Downloaded cancel-safe-futures v0.1.5
2392025-09-17T21:20:47.571Z Downloaded rand_core v0.6.4
2402025-09-17T21:20:47.571Z Downloaded half v1.8.3
2412025-09-17T21:20:47.574Z Downloaded sqlparser_derive v0.2.2
2422025-09-17T21:20:47.574Z Downloaded memmap2 v0.9.5
2432025-09-17T21:20:47.577Z Downloaded take_mut v0.2.2
2442025-09-17T21:20:47.577Z Downloaded multer v3.1.0
2452025-09-17T21:20:47.580Z Downloaded rtoolbox v0.0.2
2462025-09-17T21:20:47.584Z Downloaded same-file v1.0.6
2472025-09-17T21:20:47.584Z Downloaded pkcs8 v0.10.2
2482025-09-17T21:20:47.588Z Downloaded tinyvec_macros v0.1.1
2492025-09-17T21:20:47.591Z Downloaded tagptr v0.2.0
2502025-09-17T21:20:47.591Z Downloaded tap v1.0.1
2512025-09-17T21:20:47.594Z Downloaded usdt-macro v0.5.0
2522025-09-17T21:20:47.594Z Downloaded sec1 v0.7.3
2532025-09-17T21:20:47.594Z Downloaded pkg-config v0.3.31
2542025-09-17T21:20:47.600Z Downloaded serde_spanned v1.0.0
2552025-09-17T21:20:47.600Z Downloaded smawk v0.3.2
2562025-09-17T21:20:47.603Z Downloaded quote v1.0.40
2572025-09-17T21:20:47.603Z Downloaded half v2.4.1
2582025-09-17T21:20:47.607Z Downloaded futures-lite v2.3.0
2592025-09-17T21:20:47.610Z Downloaded ecdsa v0.16.9
2602025-09-17T21:20:47.615Z Downloaded hickory-client v0.25.2
2612025-09-17T21:20:47.615Z Downloaded waitgroup v0.1.2
2622025-09-17T21:20:47.618Z Downloaded utf16_iter v1.0.5
2632025-09-17T21:20:47.618Z Downloaded shlex v1.3.0
2642025-09-17T21:20:47.618Z Downloaded progenitor-client v0.11.0
2652025-09-17T21:20:47.621Z Downloaded blake2b_simd v1.0.2
2662025-09-17T21:20:47.624Z Downloaded ciborium-io v0.2.2
2672025-09-17T21:20:47.624Z Downloaded rand_core v0.9.3
2682025-09-17T21:20:47.629Z Downloaded want v0.3.1
2692025-09-17T21:20:47.629Z Downloaded spki v0.7.3
2702025-09-17T21:20:47.629Z Downloaded tokio-macros v2.5.0
2712025-09-17T21:20:47.632Z Downloaded zone_cfg_derive v0.1.2
2722025-09-17T21:20:47.632Z Downloaded subtle v2.6.1
2732025-09-17T21:20:47.636Z Downloaded tokio-dtrace v0.1.0
2742025-09-17T21:20:47.636Z Downloaded crc8 v0.1.1
2752025-09-17T21:20:47.636Z Downloaded tracing-attributes v0.1.27
2762025-09-17T21:20:47.641Z Downloaded cstr-argument v0.1.2
2772025-09-17T21:20:47.644Z Downloaded debug-ignore v1.0.5
2782025-09-17T21:20:47.644Z Downloaded serde_with_macros v3.14.0
2792025-09-17T21:20:47.647Z Downloaded darling_macro v0.20.10
2802025-09-17T21:20:47.647Z Downloaded topological-sort v0.2.2
2812025-09-17T21:20:47.651Z Downloaded utf-8 v0.7.6
2822025-09-17T21:20:47.651Z Downloaded universal-hash v0.5.1
2832025-09-17T21:20:47.654Z Downloaded typify-macro v0.2.0
2842025-09-17T21:20:47.654Z Downloaded arc-swap v1.7.1
2852025-09-17T21:20:47.657Z Downloaded usdt-impl v0.5.0
2862025-09-17T21:20:47.660Z Downloaded progenitor-impl v0.9.1
2872025-09-17T21:20:47.660Z Downloaded snafu-derive v0.8.5
2882025-09-17T21:20:47.664Z Downloaded document-features v0.2.11
2892025-09-17T21:20:47.668Z Downloaded zerofrom-derive v0.1.4
2902025-09-17T21:20:47.668Z Downloaded headers v0.4.1
2912025-09-17T21:20:47.672Z Downloaded itoa v1.0.11
2922025-09-17T21:20:47.676Z Downloaded progenitor-impl v0.8.0
2932025-09-17T21:20:47.676Z Downloaded is_ci v1.2.0
2942025-09-17T21:20:47.679Z Downloaded ciborium-ll v0.2.2
2952025-09-17T21:20:47.679Z Downloaded wyz v0.5.1
2962025-09-17T21:20:47.682Z Downloaded writeable v0.5.5
2972025-09-17T21:20:47.682Z Downloaded p256 v0.13.2
2982025-09-17T21:20:47.688Z Downloaded spin v0.9.8
2992025-09-17T21:20:47.691Z Downloaded prefix-trie v0.7.0
3002025-09-17T21:20:47.694Z Downloaded lalrpop-util v0.19.12
3012025-09-17T21:20:47.694Z Downloaded papergrid v0.11.0
3022025-09-17T21:20:47.701Z Downloaded newtype_derive v0.1.6
3032025-09-17T21:20:47.704Z Downloaded constant_time_eq v0.3.1
3042025-09-17T21:20:47.705Z Downloaded bytes v1.10.1
3052025-09-17T21:20:47.708Z Downloaded digest v0.10.7
3062025-09-17T21:20:47.712Z Downloaded difflib v0.4.0
3072025-09-17T21:20:47.712Z Downloaded openssl-macros v0.1.1
3082025-09-17T21:20:47.716Z Downloaded peg-runtime v0.8.5
3092025-09-17T21:20:47.716Z Downloaded progenitor-impl v0.10.0
3102025-09-17T21:20:47.716Z Downloaded heapless v0.8.0
3112025-09-17T21:20:47.721Z Downloaded parse-size v1.1.0
3122025-09-17T21:20:47.724Z Downloaded signal-hook v0.3.18
3132025-09-17T21:20:47.727Z Downloaded rand_chacha v0.3.1
3142025-09-17T21:20:47.730Z Downloaded ingot v0.1.1
3152025-09-17T21:20:47.730Z Downloaded ingot-types v0.1.2
3162025-09-17T21:20:47.733Z Downloaded libsw-core v0.3.1
3172025-09-17T21:20:47.736Z Downloaded lru-cache v0.1.2
3182025-09-17T21:20:47.736Z Downloaded yasna v0.5.2
3192025-09-17T21:20:47.739Z Downloaded lru v0.12.5
3202025-09-17T21:20:47.739Z Downloaded const-oid v0.9.6
3212025-09-17T21:20:47.742Z Downloaded newtype-uuid v1.2.4
3222025-09-17T21:20:47.746Z Downloaded mime_guess v2.0.5
3232025-09-17T21:20:47.746Z Downloaded dof v0.3.0
3242025-09-17T21:20:47.749Z Downloaded salsa20 v0.10.2
3252025-09-17T21:20:47.749Z Downloaded linked-hash-map v0.5.6
3262025-09-17T21:20:47.752Z Downloaded aes-gcm v0.10.3
3272025-09-17T21:20:47.757Z Downloaded crossbeam-utils v0.8.21
3282025-09-17T21:20:47.761Z Downloaded tracing-core v0.1.32
3292025-09-17T21:20:47.761Z Downloaded papergrid v0.17.0
3302025-09-17T21:20:47.765Z Downloaded serde_regex v1.1.0
3312025-09-17T21:20:47.768Z Downloaded pbkdf2 v0.12.2
3322025-09-17T21:20:47.771Z Downloaded primeorder v0.13.6
3332025-09-17T21:20:47.771Z Downloaded hashbrown v0.12.3
3342025-09-17T21:20:47.775Z Downloaded tabwriter v1.4.0
3352025-09-17T21:20:47.778Z Downloaded terminal_size v0.4.0
3362025-09-17T21:20:47.781Z Downloaded num_enum v0.5.11
3372025-09-17T21:20:47.784Z Downloaded sync-ptr v0.1.4
3382025-09-17T21:20:47.787Z Downloaded proc-macro-crate v3.2.0
3392025-09-17T21:20:47.787Z Downloaded ingot-macros v0.1.1
3402025-09-17T21:20:47.790Z Downloaded piper v0.2.4
3412025-09-17T21:20:47.793Z Downloaded testing_table v0.3.0
3422025-09-17T21:20:47.793Z Downloaded pin-utils v0.1.0
3432025-09-17T21:20:47.796Z Downloaded phf_shared v0.12.1
3442025-09-17T21:20:47.796Z Downloaded serde_derive_internals v0.29.1
3452025-09-17T21:20:47.800Z Downloaded unicode-truncate v1.1.0
3462025-09-17T21:20:47.800Z Downloaded try-lock v0.2.5
3472025-09-17T21:20:47.803Z Downloaded tar v0.4.44
3482025-09-17T21:20:47.806Z Downloaded scheduled-thread-pool v0.2.7
3492025-09-17T21:20:47.806Z Downloaded cc v1.2.30
3502025-09-17T21:20:47.809Z Downloaded write16 v1.0.0
3512025-09-17T21:20:47.813Z Downloaded serde-untagged v0.1.7
3522025-09-17T21:20:47.816Z Downloaded signal-hook-registry v1.4.2
3532025-09-17T21:20:47.816Z Downloaded signal-hook-mio v0.2.4
3542025-09-17T21:20:47.819Z Downloaded unsafe-libyaml v0.2.11
3552025-09-17T21:20:47.822Z Downloaded strum v0.27.2
3562025-09-17T21:20:47.822Z Downloaded smallvec v0.6.14
3572025-09-17T21:20:47.825Z Downloaded termios v0.3.3
3582025-09-17T21:20:47.828Z Downloaded derive_builder_macro v0.20.2
3592025-09-17T21:20:47.828Z Downloaded darling_macro v0.21.0
3602025-09-17T21:20:47.831Z Downloaded stringprep v0.1.5
3612025-09-17T21:20:47.831Z Downloaded zone_cfg_derive v0.3.0
3622025-09-17T21:20:47.834Z Downloaded progenitor v0.10.0
3632025-09-17T21:20:47.834Z Downloaded smf v0.2.3
3642025-09-17T21:20:47.837Z Downloaded partial-io v0.5.4
3652025-09-17T21:20:47.840Z Downloaded http-body v1.0.1
3662025-09-17T21:20:47.840Z Downloaded log v0.4.27
3672025-09-17T21:20:47.844Z Downloaded thiserror v1.0.69
3682025-09-17T21:20:47.847Z Downloaded once_cell v1.21.3
3692025-09-17T21:20:47.850Z Downloaded tracing v0.1.40
3702025-09-17T21:20:47.855Z Downloaded curve25519-dalek-derive v0.1.1
3712025-09-17T21:20:47.863Z Downloaded compact_str v0.8.0
3722025-09-17T21:20:47.868Z Downloaded utf8parse v0.2.2
3732025-09-17T21:20:47.868Z Downloaded utf8_iter v1.0.4
3742025-09-17T21:20:47.868Z Downloaded unit-prefix v0.5.1
3752025-09-17T21:20:47.868Z Downloaded proc-macro-crate v1.3.1
3762025-09-17T21:20:47.871Z Downloaded ignore v0.4.23
3772025-09-17T21:20:47.871Z Downloaded which v4.4.2
3782025-09-17T21:20:47.874Z Downloaded tui-tree-widget v0.23.1
3792025-09-17T21:20:47.874Z Downloaded icu_properties v1.5.1
3802025-09-17T21:20:47.878Z Downloaded cpufeatures v0.2.14
3812025-09-17T21:20:47.882Z Downloaded slog-term v2.9.2
3822025-09-17T21:20:47.882Z Downloaded zerocopy-derive v0.8.26
3832025-09-17T21:20:47.888Z Downloaded precomputed-hash v0.1.1
3842025-09-17T21:20:47.890Z Downloaded match_cfg v0.1.0
3852025-09-17T21:20:47.890Z Downloaded tokio-tungstenite v0.21.0
3862025-09-17T21:20:47.893Z Downloaded num-traits v0.2.19
3872025-09-17T21:20:47.897Z Downloaded tokio-tungstenite v0.23.1
3882025-09-17T21:20:47.899Z Downloaded nom v7.1.3
3892025-09-17T21:20:47.903Z Downloaded oso-derive v0.27.3
3902025-09-17T21:20:47.906Z Downloaded quick-error v1.2.3
3912025-09-17T21:20:47.914Z Downloaded openssl-probe v0.1.5
3922025-09-17T21:20:47.915Z Downloaded twox-hash v2.1.0
3932025-09-17T21:20:47.928Z Downloaded ron v0.7.1
3942025-09-17T21:20:47.928Z Downloaded rstest v0.25.0
3952025-09-17T21:20:47.942Z Downloaded wait-timeout v0.2.0
3962025-09-17T21:20:47.943Z Downloaded smallvec v1.15.1
3972025-09-17T21:20:47.943Z Downloaded ipnetwork v0.21.1
3982025-09-17T21:20:47.943Z Downloaded strip-ansi-escapes v0.2.0
3992025-09-17T21:20:47.943Z Downloaded sigpipe v0.1.3
4002025-09-17T21:20:47.943Z Downloaded aws-lc-rs v1.12.4
4012025-09-17T21:20:47.943Z Downloaded maplit v1.0.2
4022025-09-17T21:20:47.943Z Downloaded libz-rs-sys v0.5.1
4032025-09-17T21:20:47.943Z Downloaded console v0.15.10
4042025-09-17T21:20:47.947Z Downloaded clap_derive v4.5.41
4052025-09-17T21:20:47.949Z Downloaded tower-service v0.3.3
4062025-09-17T21:20:47.949Z Downloaded time-core v0.1.2
4072025-09-17T21:20:47.953Z Downloaded nanorand v0.7.0
4082025-09-17T21:20:47.956Z Downloaded rand_chacha v0.9.0
4092025-09-17T21:20:47.956Z Downloaded des v0.8.1
4102025-09-17T21:20:47.960Z Downloaded ron v0.8.1
4112025-09-17T21:20:47.963Z Downloaded predicates-core v1.0.8
4122025-09-17T21:20:47.966Z Downloaded hyper-rustls v0.27.7
4132025-09-17T21:20:47.969Z Downloaded tokio-stream v0.1.17
4142025-09-17T21:20:47.973Z Downloaded unarray v0.1.4
4152025-09-17T21:20:47.976Z Downloaded trybuild v1.0.106
4162025-09-17T21:20:47.979Z Downloaded hashbrown v0.16.0
4172025-09-17T21:20:47.983Z Downloaded xattr v1.3.1
4182025-09-17T21:20:47.986Z Downloaded vte_generate_state_changes v0.1.2
4192025-09-17T21:20:47.989Z Downloaded serde_bytes v0.11.17
4202025-09-17T21:20:47.989Z Downloaded slog-scope v4.4.0
4212025-09-17T21:20:47.992Z Downloaded signature v2.2.0
4222025-09-17T21:20:47.995Z Downloaded slog-json v2.6.1
4232025-09-17T21:20:47.997Z Downloaded termcolor v1.4.1
4242025-09-17T21:20:47.997Z Downloaded h2 v0.4.6
4252025-09-17T21:20:48.003Z Downloaded tabled_derive v0.11.0
4262025-09-17T21:20:48.006Z Downloaded tabled_derive v0.10.0
4272025-09-17T21:20:48.009Z Downloaded structmeta v0.3.0
4282025-09-17T21:20:48.009Z Downloaded strsim v0.11.1
4292025-09-17T21:20:48.012Z Downloaded native-tls v0.2.12
4302025-09-17T21:20:48.012Z Downloaded stringmetrics v2.2.2
4312025-09-17T21:20:48.016Z Downloaded owo-colors v4.2.2
4322025-09-17T21:20:48.019Z Downloaded hyper-tls v0.6.0
4332025-09-17T21:20:48.022Z Downloaded icu_normalizer_data v1.5.0
4342025-09-17T21:20:48.022Z Downloaded derive_more v0.99.20
4352025-09-17T21:20:48.027Z Downloaded display-error-chain v0.2.2
4362025-09-17T21:20:48.030Z Downloaded const_format v0.2.34
4372025-09-17T21:20:48.033Z Downloaded unicase v2.7.0
4382025-09-17T21:20:48.036Z Downloaded rust-argon2 v2.1.0
4392025-09-17T21:20:48.039Z Downloaded instant v0.1.13
4402025-09-17T21:20:48.042Z Downloaded secrecy v0.10.3
4412025-09-17T21:20:48.042Z Downloaded rustc-demangle v0.1.24
4422025-09-17T21:20:48.045Z Downloaded plotters v0.3.7
4432025-09-17T21:20:48.050Z Downloaded md5 v0.7.0
4442025-09-17T21:20:48.053Z Downloaded bindgen v0.69.5
4452025-09-17T21:20:48.058Z Downloaded path-slash v0.1.5
4462025-09-17T21:20:48.061Z Downloaded proc-macro-error-attr v1.0.4
4472025-09-17T21:20:48.065Z Downloaded tiny-keccak v2.0.2
4482025-09-17T21:20:48.065Z Downloaded time-macros v0.2.18
4492025-09-17T21:20:48.068Z Downloaded oso v0.27.3
4502025-09-17T21:20:48.071Z Downloaded daft v0.1.4
4512025-09-17T21:20:48.075Z Downloaded omicron-zone-package v0.12.2
4522025-09-17T21:20:48.078Z Downloaded ident_case v1.0.1
4532025-09-17T21:20:48.078Z Downloaded ctr v0.9.2
4542025-09-17T21:20:48.081Z Downloaded pin-project v1.1.6
4552025-09-17T21:20:48.091Z Downloaded indoc v1.0.9
4562025-09-17T21:20:48.094Z Downloaded goblin v0.8.2
4572025-09-17T21:20:48.100Z Downloaded serde-value v0.7.0
4582025-09-17T21:20:48.102Z Downloaded toml v0.8.23
4592025-09-17T21:20:48.105Z Downloaded rustls-pki-types v1.10.0
4602025-09-17T21:20:48.109Z Downloaded target-triple v0.1.3
4612025-09-17T21:20:48.112Z Downloaded swrite v0.1.0
4622025-09-17T21:20:48.112Z Downloaded lazy_static v1.5.0
4632025-09-17T21:20:48.115Z Downloaded num-iter v0.1.45
4642025-09-17T21:20:48.115Z Downloaded xshell v0.2.7
4652025-09-17T21:20:48.118Z Downloaded num-derive v0.4.2
4662025-09-17T21:20:48.119Z Downloaded memmap v0.7.0
4672025-09-17T21:20:48.121Z Downloaded displaydoc v0.2.5
4682025-09-17T21:20:48.124Z Downloaded cfg_aliases v0.1.1
4692025-09-17T21:20:48.128Z Downloaded daft-derive v0.1.4
4702025-09-17T21:20:48.131Z Downloaded tower-layer v0.3.3
4712025-09-17T21:20:48.133Z Downloaded blake3 v1.5.4
4722025-09-17T21:20:48.139Z Downloaded usdt-attr-macro v0.5.0
4732025-09-17T21:20:48.190Z Downloaded cfg_aliases v0.2.1
4742025-09-17T21:20:48.190Z Downloaded httptest v0.16.3
4752025-09-17T21:20:48.196Z Downloaded x509-cert v0.2.5
4762025-09-17T21:20:48.196Z Downloaded serde_spanned v0.6.9
4772025-09-17T21:20:48.196Z Downloaded rustc-hash v1.1.0
4782025-09-17T21:20:48.196Z Downloaded serde_tokenstream v0.2.2
4792025-09-17T21:20:48.196Z Downloaded serde_repr v0.1.19
4802025-09-17T21:20:48.196Z Downloaded target-spec v3.5.0
4812025-09-17T21:20:48.196Z Downloaded rustyline v14.0.0
4822025-09-17T21:20:48.196Z Downloaded doc-comment v0.3.3
4832025-09-17T21:20:48.197Z Downloaded static_assertions v1.1.0
4842025-09-17T21:20:48.197Z Downloaded tabled_derive v0.7.0
4852025-09-17T21:20:48.197Z Downloaded lazycell v1.3.0
4862025-09-17T21:20:48.197Z Downloaded hubpack_derive v0.1.1
4872025-09-17T21:20:48.197Z Downloaded crc-any v2.5.0
4882025-09-17T21:20:48.197Z Downloaded num_threads v0.1.7
4892025-09-17T21:20:48.197Z Downloaded jobserver v0.1.32
4902025-09-17T21:20:48.197Z Downloaded serde_derive v1.0.223
4912025-09-17T21:20:48.197Z Downloaded rpassword v7.4.0
4922025-09-17T21:20:48.197Z Downloaded typeid v1.0.3
4932025-09-17T21:20:48.197Z Downloaded openssl-sys v0.9.109
4942025-09-17T21:20:48.197Z Downloaded convert_case v0.4.0
4952025-09-17T21:20:48.197Z Downloaded colorchoice v1.0.2
4962025-09-17T21:20:48.197Z Downloaded cobs v0.2.3
4972025-09-17T21:20:48.200Z Downloaded colored v2.2.0
4982025-09-17T21:20:48.200Z Downloaded unicode-bidi v0.3.17
4992025-09-17T21:20:48.204Z Downloaded proc-macro-error2 v2.0.1
5002025-09-17T21:20:48.211Z Downloaded zip v0.6.6
5012025-09-17T21:20:48.214Z Downloaded mio v1.0.2
5022025-09-17T21:20:48.214Z Downloaded dirs-sys-next v0.1.2
5032025-09-17T21:20:48.218Z Downloaded scroll_derive v0.12.0
5042025-09-17T21:20:48.218Z Downloaded datatest-stable v0.3.2
5052025-09-17T21:20:48.221Z Downloaded num-integer v0.1.46
5062025-09-17T21:20:48.226Z Downloaded libefi-sys v0.1.0
5072025-09-17T21:20:48.226Z Downloaded num-complex v0.4.6
5082025-09-17T21:20:48.230Z Downloaded humantime v2.2.0
5092025-09-17T21:20:48.230Z Downloaded toml_edit v0.22.27
5102025-09-17T21:20:48.233Z Downloaded serde_plain v1.0.2
5112025-09-17T21:20:48.236Z Downloaded git2 v0.19.0
5122025-09-17T21:20:48.242Z Downloaded yoke-derive v0.7.4
5132025-09-17T21:20:48.246Z Downloaded deranged v0.3.11
5142025-09-17T21:20:48.249Z Downloaded num_enum_derive v0.5.11
5152025-09-17T21:20:48.249Z Downloaded indexmap v2.11.0
5162025-09-17T21:20:48.252Z Downloaded cmake v0.1.51
5172025-09-17T21:20:48.257Z Downloaded inout v0.1.3
5182025-09-17T21:20:48.257Z Downloaded phf_shared v0.11.2
5192025-09-17T21:20:48.258Z Downloaded pest_generator v2.7.14
5202025-09-17T21:20:48.261Z Downloaded unicode-linebreak v0.1.5
5212025-09-17T21:20:48.261Z Downloaded polyval v0.6.2
5222025-09-17T21:20:48.264Z Downloaded bitvec v1.0.1
5232025-09-17T21:20:48.276Z Downloaded progenitor-client v0.9.1
5242025-09-17T21:20:48.279Z Downloaded http v1.3.1
5252025-09-17T21:20:48.283Z Downloaded progenitor-client v0.8.0
5262025-09-17T21:20:48.283Z Downloaded synstructure v0.13.1
5272025-09-17T21:20:48.286Z Downloaded ssh-encoding v0.2.0
5282025-09-17T21:20:48.286Z Downloaded ssh-cipher v0.2.0
5292025-09-17T21:20:48.290Z Downloaded scopeguard v1.2.0
5302025-09-17T21:20:48.290Z Downloaded tower v0.5.2
5312025-09-17T21:20:48.298Z Downloaded progenitor-macro v0.8.0
5322025-09-17T21:20:48.302Z Downloaded normalize-line-endings v0.3.0
5332025-09-17T21:20:48.302Z Downloaded typify-macro v0.4.3
5342025-09-17T21:20:48.305Z Downloaded thiserror-impl-no-std v2.0.2
5352025-09-17T21:20:48.305Z Downloaded sync_wrapper v1.0.1
5362025-09-17T21:20:48.308Z Downloaded crc-catalog v2.4.0
5372025-09-17T21:20:48.308Z Downloaded sqlparser v0.45.0
5382025-09-17T21:20:48.313Z Downloaded indoc v2.0.6
5392025-09-17T21:20:48.317Z Downloaded void v1.0.2
5402025-09-17T21:20:48.320Z Downloaded postcard v1.0.10
5412025-09-17T21:20:48.323Z Downloaded dirs-next v2.0.0
5422025-09-17T21:20:48.324Z Downloaded diesel_table_macro_syntax v0.2.0
5432025-09-17T21:20:48.327Z Downloaded mime v0.3.17
5442025-09-17T21:20:48.327Z Downloaded md-5 v0.10.6
5452025-09-17T21:20:48.330Z Downloaded chacha20 v0.9.1
5462025-09-17T21:20:48.333Z Downloaded crucible-workspace-hack v0.1.0
5472025-09-17T21:20:48.333Z Downloaded linear-map v1.2.0
5482025-09-17T21:20:48.336Z Downloaded instability v0.3.2
5492025-09-17T21:20:48.337Z Downloaded iana-time-zone v0.1.63
5502025-09-17T21:20:48.340Z Downloaded icu_provider_macros v1.5.0
5512025-09-17T21:20:48.343Z Downloaded scrypt v0.11.0
5522025-09-17T21:20:48.346Z Downloaded slog-bunyan v2.5.0
5532025-09-17T21:20:48.346Z Downloaded hmac v0.12.1
5542025-09-17T21:20:48.349Z Downloaded pem v3.0.5
5552025-09-17T21:20:48.352Z Downloaded paste v1.0.15
5562025-09-17T21:20:48.355Z Downloaded strum_macros v0.24.3
5572025-09-17T21:20:48.358Z Downloaded bindgen v0.71.1
5582025-09-17T21:20:48.363Z Downloaded semver v1.0.26
5592025-09-17T21:20:48.366Z Downloaded zstd v0.13.3
5602025-09-17T21:20:48.370Z Downloaded darling v0.21.0
5612025-09-17T21:20:48.376Z Downloaded object v0.30.4
5622025-09-17T21:20:48.384Z Downloaded libtest-mimic v0.8.1
5632025-09-17T21:20:48.387Z Downloaded icu_locid_transform_data v1.5.0
5642025-09-17T21:20:48.390Z Downloaded libxml v0.3.3
5652025-09-17T21:20:48.397Z Downloaded convert_case v0.7.1
5662025-09-17T21:20:48.400Z Downloaded russh-keys v0.45.0
5672025-09-17T21:20:48.403Z Downloaded dtrace-parser v0.2.0
5682025-09-17T21:20:48.406Z Downloaded sha2 v0.10.9
5692025-09-17T21:20:48.409Z Downloaded unicode-properties v0.1.3
5702025-09-17T21:20:48.412Z Downloaded salty v0.3.0
5712025-09-17T21:20:48.417Z Downloaded parse-display v0.10.0
5722025-09-17T21:20:48.420Z Downloaded powerfmt v0.2.0
5732025-09-17T21:20:48.423Z Downloaded crypto-bigint v0.5.5
5742025-09-17T21:20:48.427Z Downloaded postgres-protocol v0.6.8
5752025-09-17T21:20:48.430Z Downloaded rand_xorshift v0.4.0
5762025-09-17T21:20:48.433Z Downloaded supports-color v3.0.2
5772025-09-17T21:20:48.433Z Downloaded diff v0.1.13
5782025-09-17T21:20:48.436Z Downloaded string_cache v0.8.9
5792025-09-17T21:20:48.439Z Downloaded stable_deref_trait v1.2.0
5802025-09-17T21:20:48.442Z Downloaded cipher v0.4.4
5812025-09-17T21:20:48.442Z Downloaded schemars v0.8.22
5822025-09-17T21:20:48.454Z Downloaded version_check v0.9.5
5832025-09-17T21:20:48.457Z Downloaded progenitor-macro v0.10.0
5842025-09-17T21:20:48.460Z Downloaded progenitor-macro v0.9.1
5852025-09-17T21:20:48.460Z Downloaded hostname v0.4.0
5862025-09-17T21:20:48.463Z Downloaded home v0.5.9
5872025-09-17T21:20:48.463Z Downloaded hyper-util v0.1.16
5882025-09-17T21:20:48.467Z Downloaded untrusted v0.9.0
5892025-09-17T21:20:48.470Z Downloaded percent-encoding v2.3.2
5902025-09-17T21:20:48.473Z Downloaded lock_api v0.4.12
5912025-09-17T21:20:48.473Z Downloaded dsl_auto_type v0.1.2
5922025-09-17T21:20:48.477Z Downloaded criterion v0.7.0
5932025-09-17T21:20:48.481Z Downloaded postgres-types v0.2.9
5942025-09-17T21:20:48.485Z Downloaded unicode-xid v0.2.6
5952025-09-17T21:20:48.488Z Downloaded rusty-fork v0.3.0
5962025-09-17T21:20:48.491Z Downloaded typify-macro v0.3.0
5972025-09-17T21:20:48.491Z Downloaded steno v0.4.1
5982025-09-17T21:20:48.494Z Downloaded itertools v0.10.5
5992025-09-17T21:20:48.499Z Downloaded is_terminal_polyfill v1.70.1
6002025-09-17T21:20:48.503Z Downloaded gimli v0.31.1
6012025-09-17T21:20:48.508Z Downloaded crossbeam-deque v0.8.5
6022025-09-17T21:20:48.511Z Downloaded thiserror-impl v1.0.69
6032025-09-17T21:20:48.514Z Downloaded crunchy v0.2.2
6042025-09-17T21:20:48.514Z Downloaded typed-path v0.9.3
6052025-09-17T21:20:48.518Z Downloaded xz2 v0.1.7
6062025-09-17T21:20:48.521Z Downloaded progenitor v0.9.1
6072025-09-17T21:20:48.524Z Downloaded pest_derive v2.7.14
6082025-09-17T21:20:48.524Z Downloaded derive_builder v0.20.2
6092025-09-17T21:20:48.529Z Downloaded lalrpop v0.19.12
6102025-09-17T21:20:48.538Z Downloaded parse-display-derive v0.10.0
6112025-09-17T21:20:48.541Z Downloaded reedline v0.40.0
6122025-09-17T21:20:48.546Z Downloaded hubpack v0.1.2
6132025-09-17T21:20:48.550Z Downloaded serde-hex v0.1.0
6142025-09-17T21:20:48.550Z Downloaded memchr v2.7.4
6152025-09-17T21:20:48.554Z Downloaded toml_datetime v0.7.0
6162025-09-17T21:20:48.557Z Downloaded ipnet v2.11.0
6172025-09-17T21:20:48.560Z Downloaded quinn-udp v0.5.5
6182025-09-17T21:20:48.560Z Downloaded darling v0.20.10
6192025-09-17T21:20:48.563Z Downloaded data-encoding v2.9.0
6202025-09-17T21:20:48.566Z Downloaded term v1.1.0
6212025-09-17T21:20:48.569Z Downloaded tinystr v0.7.6
6222025-09-17T21:20:48.572Z Downloaded clap_lex v0.7.4
6232025-09-17T21:20:48.572Z Downloaded progenitor v0.8.0
6242025-09-17T21:20:48.576Z Downloaded libsw v3.5.0
6252025-09-17T21:20:48.576Z Downloaded derive-ex v0.1.8
6262025-09-17T21:20:48.579Z Downloaded vergen v8.3.2
6272025-09-17T21:20:48.582Z Downloaded winnow v0.7.10
6282025-09-17T21:20:48.588Z Downloaded maybe-uninit v2.0.0
6292025-09-17T21:20:48.591Z Downloaded tinytemplate v1.2.1
6302025-09-17T21:20:48.591Z Downloaded nu-ansi-term v0.50.1
6312025-09-17T21:20:48.594Z Downloaded clang-sys v1.8.1
6322025-09-17T21:20:48.598Z Downloaded untrusted v0.7.1
6332025-09-17T21:20:48.598Z Downloaded toml_write v0.1.2
6342025-09-17T21:20:48.601Z Downloaded structmeta-derive v0.3.0
6352025-09-17T21:20:48.601Z Downloaded managed v0.8.0
6362025-09-17T21:20:48.604Z Downloaded num v0.4.3
6372025-09-17T21:20:48.604Z Downloaded tokio-rustls v0.25.0
6382025-09-17T21:20:48.607Z Downloaded pem-rfc7468 v0.7.0
6392025-09-17T21:20:48.607Z Downloaded clap v4.5.41
6402025-09-17T21:20:48.615Z Downloaded cookie_store v0.21.1
6412025-09-17T21:20:48.619Z Downloaded winnow v0.6.26
6422025-09-17T21:20:48.626Z Downloaded tempfile v3.20.0
6432025-09-17T21:20:48.629Z Downloaded term v0.7.0
6442025-09-17T21:20:48.632Z Downloaded num-rational v0.4.2
6452025-09-17T21:20:48.635Z Downloaded tokio-rustls v0.24.1
6462025-09-17T21:20:48.638Z Downloaded quick-xml v0.37.2
6472025-09-17T21:20:48.641Z Downloaded toml_parser v1.0.2
6482025-09-17T21:20:48.644Z Downloaded crossbeam-channel v0.5.15
6492025-09-17T21:20:48.647Z Downloaded time v0.3.36
6502025-09-17T21:20:48.653Z Downloaded proc-macro2 v1.0.101
6512025-09-17T21:20:48.656Z Downloaded cookie v0.18.1
6522025-09-17T21:20:48.659Z Downloaded serde_yaml v0.9.34+deprecated
6532025-09-17T21:20:48.662Z Downloaded unicode-segmentation v1.12.0
6542025-09-17T21:20:48.665Z Downloaded lzss v0.8.2
6552025-09-17T21:20:48.668Z Downloaded num-bigint v0.4.6
6562025-09-17T21:20:48.671Z Downloaded rand v0.8.5
6572025-09-17T21:20:48.674Z Downloaded derive-where v1.5.0
6582025-09-17T21:20:48.678Z Downloaded chacha20poly1305 v0.10.1
6592025-09-17T21:20:48.681Z Downloaded tough v0.20.0
6602025-09-17T21:20:48.687Z Downloaded tinyvec v1.8.0
6612025-09-17T21:20:48.690Z Downloaded iddqd v0.3.13
6622025-09-17T21:20:48.697Z Downloaded zerocopy v0.7.35
6632025-09-17T21:20:48.713Z Downloaded yansi v1.0.1
6642025-09-17T21:20:48.716Z Downloaded rustls v0.23.19
6652025-09-17T21:20:48.725Z Downloaded hickory-proto v0.25.2
6662025-09-17T21:20:48.740Z Downloaded rand v0.9.2
6672025-09-17T21:20:48.744Z Downloaded ssh-key v0.6.6
6682025-09-17T21:20:48.752Z Downloaded webpki-roots v1.0.1
6692025-09-17T21:20:48.757Z Downloaded crossterm v0.29.0
6702025-09-17T21:20:48.764Z Downloaded rustls-webpki v0.102.8
6712025-09-17T21:20:48.783Z Downloaded iri-string v0.7.8
6722025-09-17T21:20:48.789Z Downloaded tabled v0.18.0
6732025-09-17T21:20:48.806Z Downloaded syn v2.0.106
6742025-09-17T21:20:48.817Z Downloaded smoltcp v0.9.1
6752025-09-17T21:20:48.828Z Downloaded zerocopy v0.8.26
6762025-09-17T21:20:48.851Z Downloaded reqwest v0.12.22
6772025-09-17T21:20:48.860Z Downloaded syn v1.0.109
6782025-09-17T21:20:48.873Z Downloaded bstr v1.10.0
6792025-09-17T21:20:48.877Z Downloaded idna v1.0.3
6802025-09-17T21:20:48.881Z Downloaded regex-syntax v0.8.5
6812025-09-17T21:20:48.889Z Downloaded quinn-proto v0.11.8
6822025-09-17T21:20:48.896Z Downloaded rustls-webpki v0.101.7
6832025-09-17T21:20:48.911Z Downloaded unicode-width v0.1.14
6842025-09-17T21:20:48.916Z Downloaded typify-impl v0.2.0
6852025-09-17T21:20:48.930Z Downloaded smoltcp v0.11.0
6862025-09-17T21:20:48.943Z Downloaded nix v0.30.1
6872025-09-17T21:20:48.956Z Downloaded serde_with v3.14.0
6882025-09-17T21:20:48.968Z Downloaded diesel v2.2.12
6892025-09-17T21:20:48.989Z Downloaded polar-core v0.27.3
6902025-09-17T21:20:48.995Z Downloaded regress v0.10.4
6912025-09-17T21:20:49.004Z Downloaded radix_trie v0.2.1
6922025-09-17T21:20:49.009Z Downloaded unicode-width v0.2.0
6932025-09-17T21:20:49.015Z Downloaded sled v0.34.7
6942025-09-17T21:20:49.026Z Downloaded object v0.36.5
6952025-09-17T21:20:49.037Z Downloaded rustix v0.38.37
6962025-09-17T21:20:49.060Z Downloaded rustix v1.0.7
6972025-09-17T21:20:49.080Z Downloaded regex-automata v0.4.8
6982025-09-17T21:20:49.096Z Downloaded dropshot v0.16.4
6992025-09-17T21:20:49.117Z Downloaded rustls v0.22.4
7002025-09-17T21:20:49.130Z Downloaded ratatui v0.29.0
7012025-09-17T21:20:49.149Z Downloaded openapiv3 v2.2.0
7022025-09-17T21:20:49.159Z Downloaded typify-impl v0.4.3
7032025-09-17T21:20:49.172Z Downloaded zerocopy-derive v0.6.6
7042025-09-17T21:20:49.181Z Downloaded typify-impl v0.3.0
7052025-09-17T21:20:49.194Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7062025-09-17T21:20:49.211Z Downloaded bzip2-sys v0.1.13+1.0.8
7072025-09-17T21:20:49.221Z Downloaded curve25519-dalek v4.1.3
7082025-09-17T21:20:49.230Z Downloaded rustls v0.21.12
7092025-09-17T21:20:49.241Z Downloaded nix v0.29.0
7102025-09-17T21:20:49.252Z Downloaded nix v0.28.0
7112025-09-17T21:20:49.262Z Downloaded openssl v0.10.73
7122025-09-17T21:20:49.272Z Downloaded jiff v0.2.15
7132025-09-17T21:20:49.306Z Downloaded petgraph v0.8.2
7142025-09-17T21:20:49.329Z Downloaded libc v0.2.174
7152025-09-17T21:20:49.359Z Downloaded libz-sys v1.1.20
7162025-09-17T21:20:49.377Z Downloaded lzma-sys v0.1.20
7172025-09-17T21:20:49.402Z Downloaded chrono-tz v0.10.4
7182025-09-17T21:20:49.416Z Downloaded petgraph v0.6.5
7192025-09-17T21:20:49.431Z Downloaded tabled v0.15.0
7202025-09-17T21:20:49.445Z Downloaded nix v0.27.1
7212025-09-17T21:20:49.455Z Downloaded tokio v1.47.0
7222025-09-17T21:20:49.489Z Downloaded hickory-proto v0.24.4
7232025-09-17T21:20:49.502Z Downloaded sha3 v0.10.8
7242025-09-17T21:20:49.507Z Downloaded csv v1.3.1
7252025-09-17T21:20:49.524Z Downloaded vcpkg v0.2.15
7262025-09-17T21:20:49.560Z Downloaded unicode-normalization v0.1.24
7272025-09-17T21:20:49.564Z Downloaded zlib-rs v0.5.1
7282025-09-17T21:20:49.568Z Downloaded chrono v0.4.41
7292025-09-17T21:20:49.575Z Downloaded icu_properties_data v1.5.0
7302025-09-17T21:20:49.585Z Downloaded hyper v1.7.0
7312025-09-17T21:20:49.591Z Downloaded toml v0.7.8
7322025-09-17T21:20:49.594Z Downloaded hkdf v0.12.4
7332025-09-17T21:20:49.598Z Downloaded zerocopy v0.6.6
7342025-09-17T21:20:49.601Z Downloaded indexmap v1.9.3
7352025-09-17T21:20:49.604Z Downloaded moka v0.12.10
7362025-09-17T21:20:49.610Z Downloaded parking_lot_core v0.9.10
7372025-09-17T21:20:49.614Z Downloaded encoding_rs v0.8.34
7382025-09-17T21:20:49.632Z Downloaded litemap v0.7.3
7392025-09-17T21:20:49.636Z Downloaded tokio-rustls v0.26.0
7402025-09-17T21:20:49.640Z Downloaded tower-http v0.6.6
7412025-09-17T21:20:49.643Z Downloaded slog v2.7.0
7422025-09-17T21:20:49.646Z Downloaded icu_provider v1.5.0
7432025-09-17T21:20:49.649Z Downloaded similar v2.7.0
7442025-09-17T21:20:49.653Z Downloaded radium v0.7.0
7452025-09-17T21:20:49.656Z Downloaded libscf-sys v1.1.0
7462025-09-17T21:20:49.656Z Downloaded rustc_version v0.4.1
7472025-09-17T21:20:49.659Z Downloaded serde_json v1.0.145
7482025-09-17T21:20:49.663Z Downloaded proptest v1.7.0
7492025-09-17T21:20:49.673Z Downloaded regex-syntax v0.6.29
7502025-09-17T21:20:49.678Z Downloaded httpmock v0.8.0-alpha.1
7512025-09-17T21:20:49.695Z Downloaded clap_builder v4.5.41
7522025-09-17T21:20:49.701Z Downloaded portable-atomic v1.11.0
7532025-09-17T21:20:49.707Z Downloaded parking_lot_core v0.8.6
7542025-09-17T21:20:49.710Z Downloaded litrs v0.4.1
7552025-09-17T21:20:49.713Z Downloaded itertools v0.14.0
7562025-09-17T21:20:49.718Z Downloaded itertools v0.13.0
7572025-09-17T21:20:49.724Z Downloaded thiserror v2.0.16
7582025-09-17T21:20:49.730Z Downloaded internet-checksum v0.2.1
7592025-09-17T21:20:49.733Z Downloaded ring v0.17.14
7602025-09-17T21:20:49.769Z Downloaded crossterm v0.28.1
7612025-09-17T21:20:49.774Z Downloaded winnow v0.5.40
7622025-09-17T21:20:49.782Z Downloaded crc v3.2.1
7632025-09-17T21:20:49.785Z Downloaded serde v1.0.223
7642025-09-17T21:20:49.788Z Downloaded unicode-ident v1.0.18
7652025-09-17T21:20:49.789Z Downloaded num-bigint-dig v0.8.4
7662025-09-17T21:20:49.793Z Downloaded zerovec v0.10.4
7672025-09-17T21:20:49.799Z Downloaded tabled v0.20.0
7682025-09-17T21:20:49.815Z Downloaded rustc_version v0.1.7
7692025-09-17T21:20:49.820Z Downloaded rustc-hash v2.1.1
7702025-09-17T21:20:49.820Z Downloaded toml v0.9.5
7712025-09-17T21:20:49.823Z Downloaded rustversion v1.0.17
7722025-09-17T21:20:49.823Z Downloaded vte v0.11.1
7732025-09-17T21:20:49.827Z Downloaded rcgen v0.12.1
7742025-09-17T21:20:49.827Z Downloaded rayon v1.10.0
7752025-09-17T21:20:49.835Z Downloaded regex v1.11.1
7762025-09-17T21:20:49.846Z Downloaded dunce v1.0.5
7772025-09-17T21:20:49.850Z Downloaded slog-async v2.8.0
7782025-09-17T21:20:49.850Z Downloaded zip v4.2.0
7792025-09-17T21:20:49.856Z Downloaded dropshot_endpoint v0.16.4
7802025-09-17T21:20:49.859Z Downloaded itertools v0.12.1
7812025-09-17T21:20:49.864Z Downloaded xshell-macros v0.2.7
7822025-09-17T21:20:49.867Z Downloaded simd-adler32 v0.3.7
7832025-09-17T21:20:49.867Z Downloaded signal-hook-tokio v0.3.1
7842025-09-17T21:20:49.867Z Downloaded sha1 v0.10.6
7852025-09-17T21:20:49.868Z Downloaded icu_collections v1.5.0
7862025-09-17T21:20:49.872Z Downloaded ucd-trie v0.1.7
7872025-09-17T21:20:49.880Z Downloaded indent_write v2.2.0
7882025-09-17T21:20:49.880Z Downloaded strum_macros v0.26.4
7892025-09-17T21:20:49.883Z Downloaded url v2.5.4
7902025-09-17T21:20:49.883Z Downloaded p384 v0.13.0
7912025-09-17T21:20:49.886Z Downloaded pest v2.7.14
7922025-09-17T21:20:49.890Z Downloaded petname v2.0.2
7932025-09-17T21:20:49.894Z Downloaded libgit2-sys v0.17.0+1.8.1
7942025-09-17T21:20:49.945Z Downloaded zeroize v1.8.1
7952025-09-17T21:20:49.949Z Downloaded password-hash v0.5.0
7962025-09-17T21:20:49.949Z Downloaded password-hash v0.4.2
7972025-09-17T21:20:49.950Z Downloaded icu_locid v1.5.0
7982025-09-17T21:20:49.980Z Downloaded derive_builder_core v0.20.2
7992025-09-17T21:20:49.981Z Downloaded snafu v0.8.5
8002025-09-17T21:20:49.981Z Downloaded quinn v0.11.5
8012025-09-17T21:20:49.981Z Downloaded pkcs5 v0.7.1
8022025-09-17T21:20:49.981Z Downloaded resolv-conf v0.7.0
8032025-09-17T21:20:49.981Z Downloaded diesel_derives v2.2.3
8042025-09-17T21:20:49.981Z Downloaded zone v0.3.1
8052025-09-17T21:20:49.981Z Downloaded zone v0.1.8
8062025-09-17T21:20:49.981Z Downloaded poly1305 v0.8.0
8072025-09-17T21:20:49.981Z Downloaded pest_meta v2.7.14
8082025-09-17T21:20:49.981Z Downloaded oxide-tokio-rt v0.1.2
8092025-09-17T21:20:49.984Z Downloaded libm v0.2.8
8102025-09-17T21:20:49.988Z Downloaded thiserror-impl v2.0.16
8112025-09-17T21:20:49.992Z Downloaded uzers v0.12.1
8122025-09-17T21:20:49.992Z Downloaded scroll v0.12.0
8132025-09-17T21:20:49.995Z Downloaded schemars_derive v0.8.22
8142025-09-17T21:20:49.996Z Downloaded typenum v1.17.0
8152025-09-17T21:20:49.996Z Downloaded polling v3.7.3
8162025-09-17T21:20:49.999Z Downloaded toml_edit v0.19.15
8172025-09-17T21:20:50.014Z Downloaded minimal-lexical v0.2.1
8182025-09-17T21:20:50.017Z Downloaded tokio-util v0.7.15
8192025-09-17T21:20:50.022Z Downloaded macaddr v1.0.1
8202025-09-17T21:20:50.025Z Downloaded value-bag v1.9.0
8212025-09-17T21:20:50.029Z Downloaded unicode_categories v0.1.1
8222025-09-17T21:20:50.029Z Downloaded semver v0.1.20
8232025-09-17T21:20:50.029Z Downloaded tokio-postgres v0.7.13
8242025-09-17T21:20:50.032Z Downloaded relative-path v1.9.3
8252025-09-17T21:20:50.035Z Downloaded derive_more-impl v2.0.1
8262025-09-17T21:20:50.040Z Downloaded rand_seeder v0.4.0
8272025-09-17T21:20:50.043Z Downloaded console v0.16.0
8282025-09-17T21:20:50.043Z Downloaded miniz_oxide v0.8.5
8292025-09-17T21:20:50.046Z Downloaded toml_datetime v0.6.11
8302025-09-17T21:20:50.046Z Downloaded proc-macro-error-attr2 v2.0.0
8312025-09-17T21:20:50.050Z Downloaded pbkdf2 v0.11.0
8322025-09-17T21:20:50.050Z Downloaded pathdiff v0.2.3
8332025-09-17T21:20:50.050Z Downloaded path-tree v0.8.1
8342025-09-17T21:20:50.053Z Downloaded indicatif v0.17.11
8352025-09-17T21:20:50.058Z Downloaded keccak v0.1.5
8362025-09-17T21:20:50.058Z Downloaded kv-log-macro v1.0.7
8372025-09-17T21:20:50.058Z Downloaded kstat-rs v0.2.4
8382025-09-17T21:20:50.061Z Downloaded jiff-static v0.2.15
8392025-09-17T21:20:50.061Z Downloaded indicatif v0.18.0
8402025-09-17T21:20:50.070Z Downloaded derive_more v2.0.1
8412025-09-17T21:20:50.075Z Downloaded darling_core v0.20.10
8422025-09-17T21:20:50.079Z Downloaded zopfli v0.8.1
8432025-09-17T21:20:50.082Z Downloaded darling_core v0.21.0
8442025-09-17T21:20:50.086Z Downloaded tungstenite v0.21.0
8452025-09-17T21:20:50.089Z Downloaded zerovec-derive v0.10.3
8462025-09-17T21:20:50.089Z Downloaded zeroize_derive v1.4.2
8472025-09-17T21:20:50.089Z Downloaded publicsuffix v2.3.0
8482025-09-17T21:20:50.092Z Downloaded russh v0.45.0
8492025-09-17T21:20:50.096Z Downloaded qorb v0.4.1
8502025-09-17T21:20:50.099Z Downloaded guppy v0.17.20
8512025-09-17T21:20:50.105Z Downloaded futures-util v0.3.31
8522025-09-17T21:20:50.116Z Downloaded icu_normalizer v1.5.0
8532025-09-17T21:20:50.119Z Downloaded uuid v1.18.1
8542025-09-17T21:20:50.122Z Downloaded tungstenite v0.23.0
8552025-09-17T21:20:50.126Z Downloaded proc-macro-error v1.0.4
8562025-09-17T21:20:50.129Z Downloaded predicates v3.1.3
8572025-09-17T21:20:50.132Z Downloaded pkcs1 v0.7.5
8582025-09-17T21:20:50.135Z Downloaded pin-project-lite v0.2.14
8592025-09-17T21:20:50.138Z Downloaded pin-project-internal v1.1.6
8602025-09-17T21:20:50.141Z Downloaded slog-envlogger v2.2.0
8612025-09-17T21:20:50.141Z Downloaded serde_path_to_error v0.1.17
8622025-09-17T21:20:50.144Z Downloaded secrecy v0.8.0
8632025-09-17T21:20:50.144Z Downloaded usdt v0.5.0
8642025-09-17T21:20:50.144Z Downloaded p521 v0.13.3
8652025-09-17T21:20:50.148Z Downloaded rayon-core v1.12.1
8662025-09-17T21:20:50.151Z Downloaded progenitor-macro v0.11.0
8672025-09-17T21:20:50.154Z Downloaded criterion-plot v0.6.0
8682025-09-17T21:20:50.154Z Downloaded crc32fast v1.4.2
8692025-09-17T21:20:50.157Z Downloaded hyper-staticfile v0.10.1
8702025-09-17T21:20:50.157Z Downloaded textwrap v0.16.2
8712025-09-17T21:20:50.160Z Downloaded rsa v0.9.6
8722025-09-17T21:20:50.164Z Downloaded olpc-cjson v0.1.4
8732025-09-17T21:20:50.167Z Downloaded multimap v0.10.1
8742025-09-17T21:20:50.167Z Downloaded whoami v1.5.2
8752025-09-17T21:20:50.170Z Downloaded hashbrown v0.15.4
8762025-09-17T21:20:50.173Z Downloaded aho-corasick v1.1.3
8772025-09-17T21:20:50.177Z Downloaded ryu v1.0.18
8782025-09-17T21:20:50.181Z Downloaded der v0.7.9
8792025-09-17T21:20:50.184Z Downloaded diesel-dtrace v0.4.2
8802025-09-17T21:20:50.187Z Downloaded critical-section v1.1.3
8812025-09-17T21:20:50.187Z Downloaded concurrent-queue v2.5.0
8822025-09-17T21:20:50.191Z Downloaded target-lexicon v0.13.2
8832025-09-17T21:20:50.191Z Downloaded slog-dtrace v0.3.0
8842025-09-17T21:20:50.194Z Downloaded slog-stdlog v4.1.1
8852025-09-17T21:20:50.194Z Downloaded hickory-server v0.25.2
8862025-09-17T21:20:50.197Z Downloaded hashbrown v0.13.2
8872025-09-17T21:20:50.201Z Downloaded serde_core v1.0.223
8882025-09-17T21:20:50.204Z Downloaded serde_urlencoded v0.7.1
8892025-09-17T21:20:50.207Z Downloaded peg-macros v0.8.5
8902025-09-17T21:20:50.207Z Downloaded rfc6979 v0.4.0
8912025-09-17T21:20:50.210Z Downloaded der_derive v0.7.3
8922025-09-17T21:20:50.210Z Downloaded nibble_vec v0.1.0
8932025-09-17T21:20:50.210Z Downloaded bumpalo v3.16.0
8942025-09-17T21:20:50.214Z Downloaded samael v0.0.19
8952025-09-17T21:20:50.218Z Downloaded psl-types v2.0.11
8962025-09-17T21:20:50.221Z Downloaded progenitor v0.11.0
8972025-09-17T21:20:50.221Z Downloaded ppv-lite86 v0.2.20
8982025-09-17T21:20:50.224Z Downloaded libloading v0.8.5
8992025-09-17T21:20:50.224Z Downloaded crossbeam-epoch v0.9.18
9002025-09-17T21:20:50.227Z Downloaded zstd-safe v7.2.3
9012025-09-17T21:20:50.230Z Downloaded socket2 v0.6.0
9022025-09-17T21:20:50.230Z Downloaded icu_locid_transform v1.5.0
9032025-09-17T21:20:50.233Z Downloaded const_format_proc_macros v0.2.34
9042025-09-17T21:20:50.236Z Downloaded rand_distr v0.5.1
9052025-09-17T21:20:50.236Z Downloaded strum v0.26.3
9062025-09-17T21:20:50.239Z Downloaded hickory-resolver v0.24.4
9072025-09-17T21:20:50.242Z Downloaded peg v0.8.5
9082025-09-17T21:20:50.245Z Downloaded httparse v1.9.5
9092025-09-17T21:20:50.249Z Downloaded pretty_assertions v1.4.1
9102025-09-17T21:20:50.249Z Downloaded typify v0.4.3
9112025-09-17T21:20:50.252Z Downloaded socket2 v0.5.10
9122025-09-17T21:20:50.255Z Downloaded defmt-macros v0.3.9
9132025-09-17T21:20:50.258Z Downloaded defmt v0.3.8
9142025-09-17T21:20:50.261Z Downloaded csv-core v0.1.11
9152025-09-17T21:20:50.261Z Downloaded subprocess v0.2.9
9162025-09-17T21:20:50.265Z Downloaded typify v0.3.0
9172025-09-17T21:20:50.268Z Downloaded typify v0.2.0
9182025-09-17T21:20:50.271Z Downloaded lockfree-object-pool v0.1.6
9192025-09-17T21:20:50.271Z Downloaded hickory-resolver v0.25.2
9202025-09-17T21:20:50.274Z Downloaded vsss-rs v3.3.4
9212025-09-17T21:20:50.277Z Downloaded rstest_macros v0.25.0
9222025-09-17T21:20:50.280Z Downloaded progenitor-impl v0.11.0
9232025-09-17T21:20:50.283Z Downloaded is-terminal v0.4.13
9242025-09-17T21:20:50.283Z Downloaded impl-trait-for-tuples v0.2.2
9252025-09-17T21:20:50.287Z Downloaded idna_adapter v1.2.0
9262025-09-17T21:20:50.290Z Downloaded httpdate v1.0.3
9272025-09-17T21:20:50.290Z Downloaded http-body-util v0.1.3
9282025-09-17T21:20:50.293Z Downloaded ciborium v0.2.2
9292025-09-17T21:20:50.293Z Downloaded zerocopy-derive v0.7.35
9302025-09-17T21:20:50.296Z Downloaded test-strategy v0.4.3
9312025-09-17T21:20:50.300Z Downloaded heapless v0.7.17
9322025-09-17T21:20:50.303Z Downloaded prettyplease v0.2.36
9332025-09-17T21:20:50.306Z Downloaded serde_cbor v0.11.2
9342025-09-17T21:20:50.309Z Downloaded papergrid v0.14.0
9352025-09-17T21:20:50.313Z Downloaded base64 v0.21.7
9362025-09-17T21:20:50.316Z Downloaded backtrace v0.3.74
9372025-09-17T21:20:50.320Z Downloaded walkdir v2.5.0
9382025-09-17T21:20:50.323Z Downloaded support-bundle-viewer v0.1.2
9392025-09-17T21:20:50.326Z Downloaded defmt-parser v0.3.4
9402025-09-17T21:20:50.326Z Downloaded crypto-common v0.1.6
9412025-09-17T21:20:50.326Z Downloaded yoke v0.7.4
9422025-09-17T21:20:50.329Z Downloaded sqlformat v0.3.5
9432025-09-17T21:20:50.329Z Downloaded http-range v0.1.5
9442025-09-17T21:20:50.332Z Downloaded hostname v0.3.1
9452025-09-17T21:20:50.332Z Downloaded dyn-clone v1.0.20
9462025-09-17T21:20:50.335Z Downloaded strum_macros v0.27.1
9472025-09-17T21:20:50.335Z Downloaded similar-asserts v1.7.0
9482025-09-17T21:20:50.339Z Downloaded bitflags v2.9.1
9492025-09-17T21:20:50.341Z Downloaded toml_writer v1.0.2
9502025-09-17T21:20:50.344Z Downloaded tokio-native-tls v0.3.1
9512025-09-17T21:20:50.344Z Downloaded thread_local v1.1.8
9522025-09-17T21:20:50.348Z Downloaded thread-id v4.2.2
9532025-09-17T21:20:50.348Z Downloaded thiserror-no-std v2.0.2
9542025-09-17T21:20:50.352Z Downloaded sct v0.7.1
9552025-09-17T21:20:50.355Z Downloaded base64 v0.13.1
9562025-09-17T21:20:50.359Z Downloaded rustls-pemfile v2.2.0
9572025-09-17T21:20:50.359Z Downloaded rustls-native-certs v0.8.1
9582025-09-17T21:20:50.362Z Downloaded parking_lot v0.12.3
9592025-09-17T21:20:50.365Z Downloaded tls_codec_derive v0.4.1
9602025-09-17T21:20:50.365Z Downloaded tls_codec v0.4.1
9612025-09-17T21:20:50.365Z Downloaded zerofrom v0.1.4
9622025-09-17T21:20:50.368Z Downloaded termtree v0.5.1
9632025-09-17T21:20:50.368Z Downloaded blake2 v0.10.6
9642025-09-17T21:20:50.371Z Downloaded getrandom v0.3.1
9652025-09-17T21:20:50.374Z Downloaded cfg-expr v0.20.1
9662025-09-17T21:20:50.378Z Downloaded cargo-util-schemas v0.8.2
9672025-09-17T21:20:50.378Z Downloaded camino v1.2.0
9682025-09-17T21:20:50.381Z Downloaded slab v0.4.9
9692025-09-17T21:20:50.381Z Downloaded siphasher v1.0.1
9702025-09-17T21:20:50.384Z Downloaded siphasher v0.3.11
9712025-09-17T21:20:50.384Z Downloaded shell-words v1.1.0
9722025-09-17T21:20:50.384Z Downloaded phf v0.11.2
9732025-09-17T21:20:50.387Z Downloaded rustls-pemfile v1.0.4
9742025-09-17T21:20:50.387Z Downloaded parking_lot v0.11.2
9752025-09-17T21:20:50.393Z Downloaded progenitor-client v0.10.0
9762025-09-17T21:20:50.393Z Downloaded num-derive v0.3.3
9772025-09-17T21:20:50.396Z Downloaded async-bb8-diesel v0.2.1
9782025-09-17T21:20:50.396Z Downloaded camino-tempfile v1.4.1
9792025-09-17T21:20:50.396Z Downloaded bcs v0.1.6
9802025-09-17T21:20:50.396Z Downloaded async-io v2.3.4
9812025-09-17T21:20:50.399Z Downloaded arrayvec v0.7.6
9822025-09-17T21:20:50.402Z Downloaded getrandom v0.2.15
9832025-09-17T21:20:50.405Z Downloaded backoff v0.4.0
9842025-09-17T21:20:50.408Z Downloaded async-executor v1.13.1
9852025-09-17T21:20:50.408Z Downloaded assert_cmd v2.0.17
9862025-09-17T21:20:50.411Z Downloaded bzip2 v0.5.2
9872025-09-17T21:20:50.411Z Downloaded ascii-canvas v3.0.0
9882025-09-17T21:20:50.414Z Downloaded argon2 v0.5.3
9892025-09-17T21:20:50.414Z Downloaded cargo_metadata v0.21.0
9902025-09-17T21:20:50.417Z Downloaded plain v0.2.3
9912025-09-17T21:20:50.417Z Downloaded oxnet v0.1.3
9922025-09-17T21:20:50.420Z Downloaded oorandom v11.1.4
9932025-09-17T21:20:50.421Z Downloaded parking v2.2.1
9942025-09-17T21:20:50.421Z Downloaded memoffset v0.9.1
9952025-09-17T21:20:50.421Z Downloaded bitfield v0.14.0
9962025-09-17T21:20:50.426Z Downloaded bit-vec v0.8.0
9972025-09-17T21:20:50.426Z Downloaded ordered-float v2.10.1
9982025-09-17T21:20:50.426Z Downloaded cassowary v0.3.0
9992025-09-17T21:20:50.430Z Downloaded cargo-platform v0.2.0
10002025-09-17T21:20:50.430Z Downloaded async-channel v1.9.0
10012025-09-17T21:20:50.431Z Downloaded async-attributes v1.1.2
10022025-09-17T21:20:50.431Z Downloaded arrayref v0.3.9
10032025-09-17T21:20:50.434Z Downloaded bit-set v0.8.0
10042025-09-17T21:20:50.434Z Downloaded ghash v0.5.1
10052025-09-17T21:20:50.434Z Downloaded ena v0.14.3
10062025-09-17T21:20:50.434Z Downloaded cexpr v0.6.0
10072025-09-17T21:20:50.439Z Downloaded bitfield-struct v0.6.2
10082025-09-17T21:20:50.439Z Downloaded futures-macro v0.3.31
10092025-09-17T21:20:50.439Z Downloaded async-channel v2.3.1
10102025-09-17T21:20:50.442Z Downloaded assert_matches v1.5.0
10112025-09-17T21:20:50.442Z Downloaded assert-json-diff v2.0.2
10122025-09-17T21:20:50.442Z Downloaded array-init v0.0.4
10132025-09-17T21:20:50.442Z Downloaded pretty-hex v0.2.1
10142025-09-17T21:20:50.442Z Downloaded plotters-svg v0.3.7
10152025-09-17T21:20:50.446Z Downloaded newline-converter v0.3.0
10162025-09-17T21:20:50.446Z Downloaded new_debug_unreachable v1.0.6
10172025-09-17T21:20:50.446Z Downloaded generic-array v0.14.7
10182025-09-17T21:20:50.450Z Downloaded flagset v0.4.6
10192025-09-17T21:20:50.450Z Downloaded futures-timer v3.0.3
10202025-09-17T21:20:50.450Z Downloaded futures-sink v0.3.31
10212025-09-17T21:20:50.453Z Downloaded futures-core v0.3.31
10222025-09-17T21:20:50.453Z Downloaded fs-err v2.11.0
10232025-09-17T21:20:50.453Z Downloaded foreign-types-macros v0.2.3
10242025-09-17T21:20:50.453Z Downloaded base64 v0.22.1
10252025-09-17T21:20:50.457Z Downloaded async-global-executor v2.4.1
10262025-09-17T21:20:50.460Z Downloaded bit-vec v0.6.3
10272025-09-17T21:20:50.460Z Downloaded bit-set v0.5.3
10282025-09-17T21:20:50.463Z Downloaded bcrypt-pbkdf v0.10.0
10292025-09-17T21:20:50.463Z Downloaded fxhash v0.2.1
10302025-09-17T21:20:50.463Z Downloaded blowfish v0.9.1
10312025-09-17T21:20:50.466Z Downloaded fixedbitset v0.4.2
10322025-09-17T21:20:50.466Z Downloaded fatfs v0.3.6
10332025-09-17T21:20:50.469Z Downloaded base64ct v1.6.0
10342025-09-17T21:20:50.469Z Downloaded foreign-types v0.3.2
10352025-09-17T21:20:50.472Z Downloaded foldhash v0.2.0
10362025-09-17T21:20:50.472Z Downloaded funty v2.0.0
10372025-09-17T21:20:50.472Z Downloaded foreign-types v0.5.0
10382025-09-17T21:20:50.476Z Downloaded filetime v0.2.25
10392025-09-17T21:20:50.476Z Downloaded ff v0.13.0
10402025-09-17T21:20:50.476Z Downloaded bb8 v0.8.5
10412025-09-17T21:20:50.480Z Downloaded either v1.15.0
10422025-09-17T21:20:50.480Z Downloaded ed25519 v2.2.3
10432025-09-17T21:20:50.480Z Downloaded autocfg v1.4.0
10442025-09-17T21:20:50.483Z Downloaded async-signal v0.2.10
10452025-09-17T21:20:50.483Z Downloaded event-listener-strategy v0.5.2
10462025-09-17T21:20:50.486Z Downloaded enum-as-inner v0.6.1
10472025-09-17T21:20:50.486Z Downloaded atomic-waker v1.1.2
10482025-09-17T21:20:50.489Z Downloaded approx v0.5.1
10492025-09-17T21:20:50.489Z Downloaded allocator-api2 v0.2.21
10502025-09-17T21:20:50.492Z Downloaded elliptic-curve v0.13.8
10512025-09-17T21:20:50.495Z Downloaded anstream v0.6.18
10522025-09-17T21:20:50.499Z Downloaded ahash v0.8.12
10532025-09-17T21:20:50.499Z Downloaded fancy-regex v0.14.0
10542025-09-17T21:20:50.503Z Downloaded event-listener v5.3.1
10552025-09-17T21:20:50.505Z Downloaded escape8259 v0.5.3
10562025-09-17T21:20:50.506Z Downloaded errno v0.3.12
10572025-09-17T21:20:50.506Z Downloaded env_filter v0.1.2
10582025-09-17T21:20:50.509Z Downloaded async-task v4.7.1
10592025-09-17T21:20:50.509Z Downloaded async-stream v0.3.6
10602025-09-17T21:20:50.512Z Downloaded async-recursion v1.1.1
10612025-09-17T21:20:50.515Z Downloaded async-process v2.3.0
10622025-09-17T21:20:50.515Z Downloaded anyhow v1.0.99
10632025-09-17T21:20:50.519Z Downloaded anstyle-query v1.1.1
10642025-09-17T21:20:50.522Z Downloaded event-listener v2.5.3
10652025-09-17T21:20:50.660Z Downloaded aws-lc-sys v0.26.0
10662025-09-17T21:20:51.172Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10672025-09-17T21:21:05.951Z Startup: Refreshing catalog 'helios-dev' ... Done
10682025-09-17T21:21:13.839Z Startup: Caching catalogs ... Done
10692025-09-17T21:21:21.644ZPlanning: Solver setup ... Done (6.521s)
10702025-09-17T21:21:21.705ZPlanning: Running solver ... Done (0.061s)
10712025-09-17T21:21:21.813ZPlanning: Finding local manifests ... Done (0.003s)
10722025-09-17T21:21:21.828ZPlanning: Fetching manifests: 0/4 0% complete
10732025-09-17T21:21:22.003ZPlanning: Fetching manifests: 4/4 100% complete
10742025-09-17T21:21:22.054ZPlanning: Package planning ... Done (0.052s)
10752025-09-17T21:21:22.107ZPlanning: Merging actions ... Done (0.052s)
10762025-09-17T21:21:22.498ZPlanning: Checking for conflicting actions ... Done (0.391s)
10772025-09-17T21:21:22.510ZPlanning: Consolidating action changes ... Done (0.011s)
10782025-09-17T21:21:23.477ZPlanning: Evaluating mediators ... Done (0.965s)
10792025-09-17T21:21:23.485ZPlanning: Planning completed in 9.51 seconds
10802025-09-17T21:21:23.500Z Packages to install: 4
10812025-09-17T21:21:23.500Z Mediators to change: 2
10822025-09-17T21:21:23.504Z Services to change: 1
10832025-09-17T21:21:23.504Z Estimated space available: 155.17 GB
10842025-09-17T21:21:23.504ZEstimated space to be consumed: 1.72 GB
10852025-09-17T21:21:23.504Z Create boot environment: No
10862025-09-17T21:21:23.504ZCreate backup boot environment: No
10872025-09-17T21:21:23.504Z Rebuild boot archive: No
10882025-09-17T21:21:23.504Z
10892025-09-17T21:21:23.504ZChanged mediators:
10902025-09-17T21:21:23.504Z mediator clang:
10912025-09-17T21:21:23.504Z version: None -> 15 (system default)
10922025-09-17T21:21:23.504Z
10932025-09-17T21:21:23.504Z mediator llvm:
10942025-09-17T21:21:23.504Z version: 14 (system default) -> 15 (system default)
10952025-09-17T21:21:23.504Z
10962025-09-17T21:21:23.504ZChanged packages:
10972025-09-17T21:21:23.504Zhelios-dev
10982025-09-17T21:21:23.504Z developer/build-essential
10992025-09-17T21:21:23.504Z None -> 11-2.0
11002025-09-17T21:21:23.504Z library/libxmlsec1
11012025-09-17T21:21:23.504Z None -> 1.2.35-2.0
11022025-09-17T21:21:23.504Z ooce/developer/clang-15
11032025-09-17T21:21:23.504Z None -> 15.0.7-2.0
11042025-09-17T21:21:23.504Z ooce/developer/llvm-15
11052025-09-17T21:21:23.504Z None -> 15.0.7-2.0
11062025-09-17T21:21:23.504Z
11072025-09-17T21:21:23.504ZServices:
11082025-09-17T21:21:23.504Z restart_fmri:
11092025-09-17T21:21:23.504Z svc:/system/update-man-index:default
11102025-09-17T21:21:23.558Z
11112025-09-17T21:21:23.558ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11122025-09-17T21:21:28.559ZDownload: 2099/3290 items 118.5/212.6MB 55% complete (23.9M/s)
11132025-09-17T21:21:32.482ZDownload: Completed 212.60 MB in 8.92 seconds (23.8M/s)
11142025-09-17T21:21:32.858Z Actions: 1/3689 actions (Installing new actions)
11152025-09-17T21:21:37.470Z Actions: Completed 3689 actions in 4.61 seconds.
11162025-09-17T21:21:38.110Z Done (0.633s)
11172025-09-17T21:21:38.110Z Done (0.000s)
11182025-09-17T21:21:39.035Z Done (0.921s)
11192025-09-17T21:21:44.073Z Done (4.711s)
11202025-09-17T21:21:44.167Z Done (0.021s)
11212025-09-17T21:21:44.171Z Done (0.000s)
11222025-09-17T21:21:44.338Z Done (0.000s)
11232025-09-17T21:21:45.242ZPlanning: Evaluating mediator changes ... Done
11242025-09-17T21:21:45.411ZPlanning: Checking for conflicting actions ... Done
11252025-09-17T21:21:45.415ZPlanning: Consolidating action changes ... Done
11262025-09-17T21:21:45.697ZPlanning: Evaluating mediators ... Done
11272025-09-17T21:21:45.700ZPlanning: Planning completed in 0.46 seconds
11282025-09-17T21:21:45.731Z Mediators to change: 2
11292025-09-17T21:21:45.734Z Create boot environment: No
11302025-09-17T21:21:45.734ZCreate backup boot environment: No
11312025-09-17T21:21:45.805Z Done
11322025-09-17T21:21:45.806Z Done
11332025-09-17T21:21:46.459Z Done
11342025-09-17T21:21:50.171Z Done
11352025-09-17T21:21:50.262Z Done
11362025-09-17T21:21:50.265Z Done
11372025-09-17T21:21:50.417Z Done
11382025-09-17T21:21:51.052ZPlanning: Evaluating mediator changes ... Done
11392025-09-17T21:21:51.055ZPlanning: Merging actions ... Done
11402025-09-17T21:21:51.250ZPlanning: Checking for conflicting actions ... Done
11412025-09-17T21:21:51.253ZPlanning: Consolidating action changes ... Done
11422025-09-17T21:21:51.526ZPlanning: Evaluating mediators ... Done
11432025-09-17T21:21:51.583ZPlanning: Planning completed in 0.78 seconds
11442025-09-17T21:21:51.618Z Packages to change: 1
11452025-09-17T21:21:51.618Z Mediators to change: 1
11462025-09-17T21:21:51.623Z Services to change: 1
11472025-09-17T21:21:51.623Z Create boot environment: No
11482025-09-17T21:21:51.623ZCreate backup boot environment: Yes
11492025-09-17T21:21:54.050Z Actions: 1/6 actions (Updating modified actions)
11502025-09-17T21:21:54.053Z Actions: Completed 6 actions in 0.00 seconds.
11512025-09-17T21:21:54.053Z Done
11522025-09-17T21:21:54.053Z Done
11532025-09-17T21:21:54.235Z Done
11542025-09-17T21:21:58.098Z Done
11552025-09-17T21:21:58.198Z Done
11562025-09-17T21:21:58.202Z Done
11572025-09-17T21:21:58.377Z Done
11582025-09-17T21:21:58.838ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11592025-09-17T21:21:58.838Zclang system 15 system
11602025-09-17T21:21:58.838Zcsh system system illumos
11612025-09-17T21:21:58.838Zctags system system illumos
11622025-09-17T21:21:58.838Zfile system system illumos
11632025-09-17T21:21:58.838Zgcc vendor 12 vendor
11642025-09-17T21:21:58.838Zgcc system 10 system
11652025-09-17T21:21:58.839Zgcc system 7 system
11662025-09-17T21:21:58.839Zgo system 1.20 system
11672025-09-17T21:21:58.839Zgo system 1.19 system
11682025-09-17T21:21:58.839Zllvm system 15 system
11692025-09-17T21:21:58.839Zllvm system 14 system
11702025-09-17T21:21:58.839Zmariadb system 10.6 system
11712025-09-17T21:21:58.839Zmta vendor vendor dma
11722025-09-17T21:21:58.839Zopenjdk system 17 system
11732025-09-17T21:21:58.839Zopenjdk system 11 system
11742025-09-17T21:21:58.839Zopenjdk system 1.8 system
11752025-09-17T21:21:58.839Zopenssl vendor 3 vendor
11762025-09-17T21:21:58.839Zperl system 5.36 system
11772025-09-17T21:21:58.839Zpostgresql system 15 system
11782025-09-17T21:21:58.839Zpostgresql system 13 system
11792025-09-17T21:21:58.839Zpython vendor 3 vendor
11802025-09-17T21:21:58.839Zpython system 2 system
11812025-09-17T21:21:58.839Zpython3 system 3.11 system
11822025-09-17T21:21:58.839Zruby system 3.0 system
11832025-09-17T21:21:58.839Zwords vendor vendor american-english
11842025-09-17T21:21:58.839Zwords system system australian-english
11852025-09-17T21:21:58.839Zwords system system british-english
11862025-09-17T21:21:58.839Zwords system system canadian-english
11872025-09-17T21:21:58.839Zwords system system french
11882025-09-17T21:21:58.839Zwords system system italian
11892025-09-17T21:21:58.839Zwords system system ngerman
11902025-09-17T21:21:58.840Zwords system system ogerman
11912025-09-17T21:21:58.840Zwords system system spanish
11922025-09-17T21:21:59.187ZPUBLISHER TYPE STATUS P LOCATION
11932025-09-17T21:21:59.187Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11942025-09-17T21:22:04.224ZFMRI IFO
11952025-09-17T21:22:04.224Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11962025-09-17T21:22:04.224Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11972025-09-17T21:22:04.224Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11982025-09-17T21:22:04.224Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11992025-09-17T21:22:04.224Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12002025-09-17T21:22:04.224Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12012025-09-17T21:22:04.224Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12022025-09-17T21:22:04.224Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12032025-09-17T21:22:04.224Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12042025-09-17T21:22:04.224Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12052025-09-17T21:22:04.224Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12062025-09-17T21:22:04.224Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12072025-09-17T21:22:04.224Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12082025-09-17T21:22:04.224Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12092025-09-17T21:22:04.224Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12102025-09-17T21:22:04.224Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12112025-09-17T21:22:05.804Z Downloading crates ...
12122025-09-17T21:22:05.873Z Downloaded cargo_toml v0.21.0
12132025-09-17T21:22:05.939Z Compiling proc-macro2 v1.0.101
12142025-09-17T21:22:05.942Z Compiling unicode-ident v1.0.18
12152025-09-17T21:22:05.942Z Compiling serde_core v1.0.223
12162025-09-17T21:22:05.942Z Compiling serde v1.0.223
12172025-09-17T21:22:05.942Z Compiling version_check v0.9.5
12182025-09-17T21:22:05.942Z Compiling libc v0.2.174
12192025-09-17T21:22:06.044Z Compiling memchr v2.7.4
12202025-09-17T21:22:06.048Z Compiling thiserror v1.0.69
12212025-09-17T21:22:06.307Z Compiling stable_deref_trait v1.2.0
12222025-09-17T21:22:06.667Z Compiling writeable v0.5.5
12232025-09-17T21:22:06.953Z Compiling litemap v0.7.3
12242025-09-17T21:22:07.037Z Compiling itoa v1.0.11
12252025-09-17T21:22:07.158Z Compiling ryu v1.0.18
12262025-09-17T21:22:07.274Z Compiling autocfg v1.4.0
12272025-09-17T21:22:07.290Z Compiling ucd-trie v0.1.7
12282025-09-17T21:22:07.397Z Compiling once_cell v1.21.3
12292025-09-17T21:22:07.764Z Compiling icu_locid_transform_data v1.5.0
12302025-09-17T21:22:07.788Z Compiling bitflags v2.9.1
12312025-09-17T21:22:07.882Z Compiling byteorder v1.5.0
12322025-09-17T21:22:08.186Z Compiling serde_json v1.0.145
12332025-09-17T21:22:08.245Z Compiling errno v0.3.12
12342025-09-17T21:22:08.364Z Compiling quote v1.0.40
12352025-09-17T21:22:08.432Z Compiling icu_properties_data v1.5.0
12362025-09-17T21:22:08.513Z Compiling num-traits v0.2.19
12372025-09-17T21:22:08.568Z Compiling typeid v1.0.3
12382025-09-17T21:22:08.684Z Compiling utf8_iter v1.0.4
12392025-09-17T21:22:08.820Z Compiling syn v2.0.106
12402025-09-17T21:22:08.904Z Compiling utf16_iter v1.0.5
12412025-09-17T21:22:08.940Z Compiling rustix v0.38.37
12422025-09-17T21:22:08.957Z Compiling icu_normalizer_data v1.5.0
12432025-09-17T21:22:08.997Z Compiling smallvec v1.15.1
12442025-09-17T21:22:09.090Z Compiling hashbrown v0.15.4
12452025-09-17T21:22:09.105Z Compiling equivalent v1.0.2
12462025-09-17T21:22:09.232Z Compiling write16 v1.0.0
12472025-09-17T21:22:09.473Z Compiling proc-macro-error-attr v1.0.4
12482025-09-17T21:22:09.708Z Compiling usdt-impl v0.5.0
12492025-09-17T21:22:09.744Z Compiling toml_write v0.1.2
12502025-09-17T21:22:09.815Z Compiling winnow v0.7.10
12512025-09-17T21:22:10.088Z Compiling indexmap v2.11.0
12522025-09-17T21:22:10.104Z Compiling syn v1.0.109
12532025-09-17T21:22:10.175Z Compiling thread-id v4.2.2
12542025-09-17T21:22:10.924Z Compiling proc-macro-error v1.0.4
12552025-09-17T21:22:11.260Z Compiling utf8parse v0.2.2
12562025-09-17T21:22:11.449Z Compiling camino v1.2.0
12572025-09-17T21:22:11.700Z Compiling log v0.4.27
12582025-09-17T21:22:11.722Z Compiling percent-encoding v2.3.2
12592025-09-17T21:22:12.056Z Compiling getrandom v0.3.1
12602025-09-17T21:22:12.081Z Compiling semver v1.0.26
12612025-09-17T21:22:12.099Z Compiling rustix v1.0.7
12622025-09-17T21:22:12.197Z Compiling plain v0.2.3
12632025-09-17T21:22:12.382Z Compiling thiserror v2.0.16
12642025-09-17T21:22:12.716Z Compiling form_urlencoded v1.2.2
12652025-09-17T21:22:12.801Z Compiling ordered-float v2.10.1
12662025-09-17T21:22:12.970Z Compiling anstyle-parse v0.2.5
12672025-09-17T21:22:13.032Z Compiling terminal_size v0.4.0
12682025-09-17T21:22:13.416Z Compiling cfg-if v1.0.1
12692025-09-17T21:22:13.449Z Compiling colorchoice v1.0.2
12702025-09-17T21:22:13.540Z Compiling is_terminal_polyfill v1.70.1
12712025-09-17T21:22:13.629Z Compiling anstyle v1.0.11
12722025-09-17T21:22:13.687Z Compiling anstyle-query v1.1.1
12732025-09-17T21:22:13.794Z Compiling pretty-hex v0.4.1
12742025-09-17T21:22:14.021Z Compiling anstream v0.6.18
12752025-09-17T21:22:14.475Z Compiling fs-err v3.1.1
12762025-09-17T21:22:14.478Z Compiling bytecount v0.6.8
12772025-09-17T21:22:14.720Z Compiling fastrand v2.1.1
12782025-09-17T21:22:14.823Z Compiling heck v0.4.1
12792025-09-17T21:22:14.933Z Compiling anyhow v1.0.99
12802025-09-17T21:22:14.997Z Compiling unicode-xid v0.2.6
12812025-09-17T21:22:15.213Z Compiling unicode-width v0.1.14
12822025-09-17T21:22:15.228Z Compiling strsim v0.11.1
12832025-09-17T21:22:15.254Z Compiling fnv v1.0.7
12842025-09-17T21:22:15.415Z Compiling clap_lex v0.7.4
12852025-09-17T21:22:15.556Z Compiling synstructure v0.13.1
12862025-09-17T21:22:15.756Z Compiling heck v0.5.0
12872025-09-17T21:22:15.843Z Compiling clap_builder v4.5.41
12882025-09-17T21:22:15.950Z Compiling papergrid v0.11.0
12892025-09-17T21:22:16.254Z Compiling tempfile v3.20.0
12902025-09-17T21:22:17.068Z Compiling memmap v0.7.0
12912025-09-17T21:22:17.115Z Compiling unicode-width v0.2.0
12922025-09-17T21:22:17.136Z Compiling unicode-linebreak v0.1.5
12932025-09-17T21:22:17.405Z Compiling smawk v0.3.2
12942025-09-17T21:22:17.620Z Compiling textwrap v0.16.2
12952025-09-17T21:22:18.210Z Compiling camino-tempfile v1.4.1
12962025-09-17T21:22:18.451Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12972025-09-17T21:22:18.645Z Compiling swrite v0.1.0
12982025-09-17T21:22:18.668Z Compiling tabled_derive v0.7.0
12992025-09-17T21:22:19.511Z Compiling serde_derive v1.0.223
13002025-09-17T21:22:19.511Z Compiling zerofrom-derive v0.1.4
13012025-09-17T21:22:19.547Z Compiling yoke-derive v0.7.4
13022025-09-17T21:22:19.584Z Compiling zerovec-derive v0.10.3
13032025-09-17T21:22:19.600Z Compiling thiserror-impl v1.0.69
13042025-09-17T21:22:20.091Z Compiling displaydoc v0.2.5
13052025-09-17T21:22:21.683Z Compiling icu_provider_macros v1.5.0
13062025-09-17T21:22:22.113Z Compiling zerocopy-derive v0.7.35
13072025-09-17T21:22:22.266Z Compiling scroll_derive v0.12.0
13082025-09-17T21:22:22.718Z Compiling pest v2.7.14
13092025-09-17T21:22:22.787Z Compiling thiserror-impl v2.0.16
13102025-09-17T21:22:23.047Z Compiling zerofrom v0.1.4
13112025-09-17T21:22:23.350Z Compiling yoke v0.7.4
13122025-09-17T21:22:23.646Z Compiling clap_derive v4.5.41
13132025-09-17T21:22:23.678Z Compiling scroll v0.12.0
13142025-09-17T21:22:23.741Z Compiling zerovec v0.10.4
13152025-09-17T21:22:24.161Z Compiling zerocopy v0.7.35
13162025-09-17T21:22:24.247Z Compiling goblin v0.8.2
13172025-09-17T21:22:24.894Z Compiling tabled v0.15.0
13182025-09-17T21:22:25.493Z Compiling tinystr v0.7.6
13192025-09-17T21:22:25.812Z Compiling icu_locid v1.5.0
13202025-09-17T21:22:25.828Z Compiling pest_meta v2.7.14
13212025-09-17T21:22:25.869Z Compiling icu_collections v1.5.0
13222025-09-17T21:22:26.949Z Compiling icu_provider v1.5.0
13232025-09-17T21:22:27.644Z Compiling pest_generator v2.7.14
13242025-09-17T21:22:27.728Z Compiling icu_locid_transform v1.5.0
13252025-09-17T21:22:27.962Z Compiling clap v4.5.41
13262025-09-17T21:22:28.268Z Compiling serde_spanned v0.6.9
13272025-09-17T21:22:28.362Z Compiling toml_datetime v0.6.11
13282025-09-17T21:22:28.442Z Compiling dof v0.3.0
13292025-09-17T21:22:28.541Z Compiling serde_tokenstream v0.2.2
13302025-09-17T21:22:28.905Z Compiling toml_edit v0.22.27
13312025-09-17T21:22:29.134Z Compiling icu_properties v1.5.1
13322025-09-17T21:22:29.365Z Compiling erased-serde v0.4.6
13332025-09-17T21:22:29.480Z Compiling serde-value v0.7.0
13342025-09-17T21:22:30.082Z Compiling pest_derive v2.7.14
13352025-09-17T21:22:30.555Z Compiling serde-untagged v0.1.7
13362025-09-17T21:22:30.723Z Compiling cargo-platform v0.2.0
13372025-09-17T21:22:30.755Z Compiling macaddr v1.0.1
13382025-09-17T21:22:30.917Z Compiling dtrace-parser v0.2.0
13392025-09-17T21:22:32.254Z Compiling toml v0.8.23
13402025-09-17T21:22:32.586Z Compiling usdt-attr-macro v0.5.0
13412025-09-17T21:22:32.586Z Compiling usdt-macro v0.5.0
13422025-09-17T21:22:32.816Z Compiling icu_normalizer v1.5.0
13432025-09-17T21:22:33.350Z Compiling cargo_toml v0.21.0
13442025-09-17T21:22:33.737Z Compiling idna_adapter v1.2.0
13452025-09-17T21:22:33.893Z Compiling idna v1.0.3
13462025-09-17T21:22:33.959Z Compiling usdt v0.5.0
13472025-09-17T21:22:34.320Z Compiling url v2.5.4
13482025-09-17T21:22:35.001Z Compiling cargo-util-schemas v0.8.2
13492025-09-17T21:22:36.645Z Compiling cargo_metadata v0.21.0
13502025-09-17T21:22:38.258Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13512025-09-17T21:22:41.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.84s
13522025-09-17T21:22:41.992Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13532025-09-17T21:22:43.167Z Compiling value-bag v1.9.0
13542025-09-17T21:22:43.167Z Compiling shlex v1.3.0
13552025-09-17T21:22:43.167Z Compiling lock_api v0.4.12
13562025-09-17T21:22:43.170Z Compiling scopeguard v1.2.0
13572025-09-17T21:22:43.170Z Compiling typenum v1.17.0
13582025-09-17T21:22:43.170Z Compiling syn v2.0.106
13592025-09-17T21:22:43.170Z Compiling getrandom v0.2.15
13602025-09-17T21:22:43.325Z Compiling jobserver v0.1.32
13612025-09-17T21:22:43.502Z Compiling generic-array v0.14.7
13622025-09-17T21:22:43.768Z Compiling log v0.4.27
13632025-09-17T21:22:43.794Z Compiling cc v1.2.30
13642025-09-17T21:22:43.850Z Compiling rand_core v0.6.4
13652025-09-17T21:22:43.880Z Compiling smallvec v1.15.1
13662025-09-17T21:22:44.238Z Compiling portable-atomic v1.11.0
13672025-09-17T21:22:44.262Z Compiling subtle v2.6.1
13682025-09-17T21:22:44.305Z Compiling critical-section v1.1.3
13692025-09-17T21:22:44.380Z Compiling const-oid v0.9.6
13702025-09-17T21:22:44.481Z Compiling pkg-config v0.3.31
13712025-09-17T21:22:44.528Z Compiling pin-project-lite v0.2.14
13722025-09-17T21:22:44.660Z Compiling parking_lot_core v0.9.10
13732025-09-17T21:22:44.693Z Compiling rustix v0.38.37
13742025-09-17T21:22:45.591Z Compiling signal-hook-registry v1.4.2
13752025-09-17T21:22:45.673Z Compiling parking_lot v0.12.3
13762025-09-17T21:22:45.693Z Compiling mio v1.0.2
13772025-09-17T21:22:45.716Z Compiling futures-core v0.3.31
13782025-09-17T21:22:45.993Z Compiling spin v0.9.8
13792025-09-17T21:22:46.277Z Compiling libm v0.2.8
13802025-09-17T21:22:46.347Z Compiling socket2 v0.6.0
13812025-09-17T21:22:46.407Z Compiling once_cell v1.21.3
13822025-09-17T21:22:46.488Z Compiling aho-corasick v1.1.3
13832025-09-17T21:22:46.577Z Compiling slab v0.4.9
13842025-09-17T21:22:46.679Z Compiling num-traits v0.2.19
13852025-09-17T21:22:46.755Z Compiling cpufeatures v0.2.14
13862025-09-17T21:22:46.807Z Compiling serde_json v1.0.145
13872025-09-17T21:22:46.877Z Compiling regex-syntax v0.8.5
13882025-09-17T21:22:46.944Z Compiling foldhash v0.1.5
13892025-09-17T21:22:47.045Z Compiling allocator-api2 v0.2.21
13902025-09-17T21:22:47.154Z Compiling getrandom v0.3.1
13912025-09-17T21:22:47.538Z Compiling percent-encoding v2.3.2
13922025-09-17T21:22:47.616Z Compiling either v1.15.0
13932025-09-17T21:22:47.702Z Compiling hashbrown v0.15.4
13942025-09-17T21:22:47.869Z Compiling glob v0.3.2
13952025-09-17T21:22:47.897Z Compiling futures-sink v0.3.31
13962025-09-17T21:22:48.077Z Compiling futures-channel v0.3.31
13972025-09-17T21:22:48.727Z Compiling clang-sys v1.8.1
13982025-09-17T21:22:48.871Z Compiling pin-utils v0.1.0
13992025-09-17T21:22:48.938Z Compiling futures-task v0.3.31
14002025-09-17T21:22:48.990Z Compiling futures-io v0.3.31
14012025-09-17T21:22:49.253Z Compiling prettyplease v0.2.36
14022025-09-17T21:22:49.271Z Compiling lazy_static v1.5.0
14032025-09-17T21:22:49.414Z Compiling minimal-lexical v0.2.1
14042025-09-17T21:22:49.499Z Compiling libloading v0.8.5
14052025-09-17T21:22:49.631Z Compiling home v0.5.9
14062025-09-17T21:22:49.862Z Compiling nom v7.1.3
14072025-09-17T21:22:49.882Z Compiling bindgen v0.69.5
14082025-09-17T21:22:49.941Z Compiling base64ct v1.6.0
14092025-09-17T21:22:50.524Z Compiling regex-automata v0.4.8
14102025-09-17T21:22:50.865Z Compiling synstructure v0.13.1
14112025-09-17T21:22:51.573Z Compiling pem-rfc7468 v0.7.0
14122025-09-17T21:22:52.244Z Compiling itertools v0.12.1
14132025-09-17T21:22:52.267Z Compiling flagset v0.4.6
14142025-09-17T21:22:52.523Z Compiling rustc-hash v1.1.0
14152025-09-17T21:22:52.712Z Compiling lazycell v1.3.0
14162025-09-17T21:22:52.752Z Compiling cmake v0.1.51
14172025-09-17T21:22:52.911Z Compiling dunce v1.0.5
14182025-09-17T21:22:53.072Z Compiling cexpr v0.6.0
14192025-09-17T21:22:53.282Z Compiling fs_extra v1.3.0
14202025-09-17T21:22:53.639Z Compiling form_urlencoded v1.2.2
14212025-09-17T21:22:53.868Z Compiling paste v1.0.15
14222025-09-17T21:22:53.943Z Compiling vcpkg v0.2.15
14232025-09-17T21:22:53.974Z Compiling iana-time-zone v0.1.63
14242025-09-17T21:22:54.383Z Compiling ring v0.17.14
14252025-09-17T21:22:54.649Z Compiling tracing-core v0.1.32
14262025-09-17T21:22:55.228Z Compiling aws-lc-rs v1.12.4
14272025-09-17T21:22:55.566Z Compiling httparse v1.9.5
14282025-09-17T21:22:55.645Z Compiling openssl-sys v0.9.109
14292025-09-17T21:22:55.675Z Compiling tinyvec_macros v0.1.1
14302025-09-17T21:22:55.744Z Compiling serde_derive v1.0.223
14312025-09-17T21:22:55.786Z Compiling zeroize_derive v1.4.2
14322025-09-17T21:22:55.850Z Compiling zerofrom-derive v0.1.4
14332025-09-17T21:22:56.211Z Compiling yoke-derive v0.7.4
14342025-09-17T21:22:56.691Z Compiling zerovec-derive v0.10.3
14352025-09-17T21:22:57.207Z Compiling zeroize v1.8.1
14362025-09-17T21:22:58.900Z Compiling displaydoc v0.2.5
14372025-09-17T21:22:59.137Z Compiling crypto-common v0.1.6
14382025-09-17T21:22:59.160Z Compiling block-buffer v0.10.4
14392025-09-17T21:22:59.285Z Compiling zerofrom v0.1.4
14402025-09-17T21:22:59.386Z Compiling tokio-macros v2.5.0
14412025-09-17T21:22:59.453Z Compiling digest v0.10.7
14422025-09-17T21:22:59.479Z Compiling yoke v0.7.4
14432025-09-17T21:22:59.868Z Compiling zerovec v0.10.4
14442025-09-17T21:22:59.966Z Compiling zerocopy-derive v0.7.35
14452025-09-17T21:23:00.417Z Compiling hmac v0.12.1
14462025-09-17T21:23:00.545Z Compiling icu_provider_macros v1.5.0
14472025-09-17T21:23:00.660Z Compiling block-padding v0.3.3
14482025-09-17T21:23:00.688Z Compiling futures-macro v0.3.31
14492025-09-17T21:23:00.802Z Compiling sha2 v0.10.9
14502025-09-17T21:23:00.921Z Compiling inout v0.1.3
14512025-09-17T21:23:01.197Z Compiling cipher v0.4.4
14522025-09-17T21:23:01.593Z Compiling tinystr v0.7.6
14532025-09-17T21:23:01.624Z Compiling icu_collections v1.5.0
14542025-09-17T21:23:01.740Z Compiling regex v1.11.1
14552025-09-17T21:23:01.827Z Compiling der_derive v0.7.3
14562025-09-17T21:23:01.936Z Compiling zerocopy v0.7.35
14572025-09-17T21:23:02.014Z Compiling icu_locid v1.5.0
14582025-09-17T21:23:02.484Z Compiling futures-util v0.3.31
14592025-09-17T21:23:02.645Z Compiling thiserror-impl v1.0.69
14602025-09-17T21:23:02.839Z Compiling serde v1.0.223
14612025-09-17T21:23:02.869Z Compiling salsa20 v0.10.2
14622025-09-17T21:23:03.114Z Compiling pbkdf2 v0.12.2
14632025-09-17T21:23:03.376Z Compiling icu_provider v1.5.0
14642025-09-17T21:23:03.425Z Compiling ppv-lite86 v0.2.20
14652025-09-17T21:23:04.079Z Compiling bitflags v2.9.1
14662025-09-17T21:23:04.131Z Compiling bytes v1.10.1
14672025-09-17T21:23:04.152Z Compiling semver v1.0.26
14682025-09-17T21:23:04.211Z Compiling icu_locid_transform v1.5.0
14692025-09-17T21:23:04.238Z Compiling indexmap v2.11.0
14702025-09-17T21:23:04.386Z Compiling der v0.7.9
14712025-09-17T21:23:04.857Z Compiling rustc_version v0.4.1
14722025-09-17T21:23:05.544Z Compiling tokio v1.47.0
14732025-09-17T21:23:05.567Z Compiling icu_properties v1.5.1
14742025-09-17T21:23:05.766Z Compiling http v1.3.1
14752025-09-17T21:23:05.793Z Compiling thiserror v1.0.69
14762025-09-17T21:23:05.965Z Compiling scrypt v0.11.0
14772025-09-17T21:23:06.485Z Compiling spki v0.7.3
14782025-09-17T21:23:06.521Z Compiling cbc v0.1.2
14792025-09-17T21:23:06.787Z Compiling aes v0.8.4
14802025-09-17T21:23:06.859Z Compiling pest v2.7.14
14812025-09-17T21:23:07.402Z Compiling uuid v1.18.1
14822025-09-17T21:23:07.907Z Compiling pkcs5 v0.7.1
14832025-09-17T21:23:08.130Z Compiling chrono v0.4.41
14842025-09-17T21:23:08.978Z Compiling which v4.4.2
14852025-09-17T21:23:09.123Z Compiling tracing-attributes v0.1.27
14862025-09-17T21:23:09.290Z Compiling icu_normalizer v1.5.0
14872025-09-17T21:23:09.638Z Compiling pest_meta v2.7.14
14882025-09-17T21:23:09.925Z Compiling pkcs8 v0.10.2
14892025-09-17T21:23:10.143Z Compiling http-body v1.0.1
14902025-09-17T21:23:10.422Z Compiling idna_adapter v1.2.0
14912025-09-17T21:23:10.577Z Compiling scroll_derive v0.12.0
14922025-09-17T21:23:10.672Z Compiling idna v1.0.3
14932025-09-17T21:23:10.937Z Compiling rustversion v1.0.17
14942025-09-17T21:23:11.506Z Compiling url v2.5.4
14952025-09-17T21:23:11.644Z Compiling rustls-pki-types v1.10.0
14962025-09-17T21:23:11.990Z Compiling base64 v0.22.1
14972025-09-17T21:23:12.131Z Compiling scroll v0.12.0
14982025-09-17T21:23:12.308Z Compiling tracing v0.1.40
14992025-09-17T21:23:12.669Z Compiling pest_generator v2.7.14
15002025-09-17T21:23:12.723Z Compiling tinyvec v1.8.0
15012025-09-17T21:23:12.771Z Compiling serde_derive_internals v0.29.1
15022025-09-17T21:23:12.825Z Compiling rand_core v0.9.3
15032025-09-17T21:23:13.248Z Compiling bzip2-sys v0.1.13+1.0.8
15042025-09-17T21:23:13.457Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15052025-09-17T21:23:13.801Z Compiling adler2 v2.0.0
15062025-09-17T21:23:14.017Z Compiling tokio-util v0.7.15
15072025-09-17T21:23:14.042Z Compiling num-conv v0.1.0
15082025-09-17T21:23:14.249Z Compiling untrusted v0.9.0
15092025-09-17T21:23:14.271Z Compiling try-lock v0.2.5
15102025-09-17T21:23:14.335Z Compiling tower-service v0.3.3
15112025-09-17T21:23:14.416Z Compiling powerfmt v0.2.0
15122025-09-17T21:23:14.450Z Compiling time-core v0.1.2
15132025-09-17T21:23:14.453Z Compiling atomic-waker v1.1.2
15142025-09-17T21:23:14.493Z Compiling foreign-types-shared v0.1.1
15152025-09-17T21:23:14.635Z Compiling openssl-probe v0.1.5
15162025-09-17T21:23:14.654Z Compiling untrusted v0.7.1
15172025-09-17T21:23:14.678Z Compiling schemars v0.8.22
15182025-09-17T21:23:14.832Z Compiling openssl v0.10.73
15192025-09-17T21:23:14.868Z Compiling goblin v0.8.2
15202025-09-17T21:23:14.962Z Compiling deranged v0.3.11
15212025-09-17T21:23:15.022Z Compiling schemars_derive v0.8.22
15222025-09-17T21:23:15.096Z Compiling time-macros v0.2.18
15232025-09-17T21:23:15.319Z Compiling foreign-types v0.3.2
15242025-09-17T21:23:15.437Z Compiling want v0.3.1
15252025-09-17T21:23:15.745Z Compiling h2 v0.4.6
15262025-09-17T21:23:16.316Z Compiling pest_derive v2.7.14
15272025-09-17T21:23:18.055Z Compiling miniz_oxide v0.8.5
15282025-09-17T21:23:19.168Z Compiling rand_chacha v0.9.0
15292025-09-17T21:23:20.671Z Compiling ipnet v2.11.0
15302025-09-17T21:23:20.942Z Compiling openssl-macros v0.1.1
15312025-09-17T21:23:21.252Z Compiling dyn-clone v1.0.20
15322025-09-17T21:23:21.416Z Compiling crossbeam-utils v0.8.21
15332025-09-17T21:23:21.490Z Compiling httpdate v1.0.3
15342025-09-17T21:23:21.680Z Compiling native-tls v0.2.12
15352025-09-17T21:23:21.765Z Compiling syn v1.0.109
15362025-09-17T21:23:21.927Z Compiling num_threads v0.1.7
15372025-09-17T21:23:21.961Z Compiling zerocopy v0.8.26
15382025-09-17T21:23:22.050Z Compiling rustls v0.23.19
15392025-09-17T21:23:22.121Z Compiling time v0.3.36
15402025-09-17T21:23:22.442Z Compiling dof v0.3.0
15412025-09-17T21:23:22.838Z Compiling hyper v1.7.0
15422025-09-17T21:23:24.420Z Compiling rand v0.9.2
15432025-09-17T21:23:25.482Z Compiling dtrace-parser v0.2.0
15442025-09-17T21:23:26.175Z Compiling unicode-normalization v0.1.24
15452025-09-17T21:23:26.482Z Compiling heapless v0.7.17
15462025-09-17T21:23:26.568Z Compiling signature v2.2.0
15472025-09-17T21:23:26.900Z Compiling zerocopy-derive v0.8.26
15482025-09-17T21:23:26.953Z Compiling cookie v0.18.1
15492025-09-17T21:23:27.027Z Compiling crc32fast v1.4.2
15502025-09-17T21:23:27.269Z Compiling signal-hook v0.3.18
15512025-09-17T21:23:27.287Z Compiling zstd-safe v7.2.3
15522025-09-17T21:23:27.314Z Compiling unicode-properties v0.1.3
15532025-09-17T21:23:27.373Z Compiling zlib-rs v0.5.1
15542025-09-17T21:23:27.587Z Compiling slog v2.7.0
15552025-09-17T21:23:27.644Z Compiling siphasher v0.3.11
15562025-09-17T21:23:27.704Z Compiling unicode-bidi v0.3.17
15572025-09-17T21:23:28.038Z Compiling phf_shared v0.11.2
15582025-09-17T21:23:28.446Z Compiling stringprep v0.1.5
15592025-09-17T21:23:28.938Z Compiling usdt-impl v0.5.0
15602025-09-17T21:23:29.037Z Compiling hyper-util v0.1.16
15612025-09-17T21:23:30.269Z Compiling curve25519-dalek v4.1.3
15622025-09-17T21:23:30.999Z Compiling rand_chacha v0.3.1
15632025-09-17T21:23:31.296Z Compiling serde_spanned v0.6.9
15642025-09-17T21:23:31.575Z Compiling serde_tokenstream v0.2.2
15652025-09-17T21:23:31.602Z Compiling toml_datetime v0.6.11
15662025-09-17T21:23:32.132Z Compiling md-5 v0.10.6
15672025-09-17T21:23:32.156Z Compiling num-integer v0.1.46
15682025-09-17T21:23:32.426Z Compiling sync_wrapper v1.0.1
15692025-09-17T21:23:32.602Z Compiling hash32 v0.2.1
15702025-09-17T21:23:32.712Z Compiling ff v0.13.0
15712025-09-17T21:23:32.895Z Compiling memoffset v0.9.1
15722025-09-17T21:23:32.962Z Compiling cfg_aliases v0.2.1
15732025-09-17T21:23:32.983Z Compiling gimli v0.31.1
15742025-09-17T21:23:33.084Z Compiling smoltcp v0.9.1
15752025-09-17T21:23:33.253Z Compiling fallible-iterator v0.2.0
15762025-09-17T21:23:33.321Z Compiling base16ct v0.2.0
15772025-09-17T21:23:33.534Z Compiling libz-rs-sys v0.5.1
15782025-09-17T21:23:33.675Z Compiling newtype-uuid v1.2.4
15792025-09-17T21:23:33.775Z Compiling psl-types v2.0.11
15802025-09-17T21:23:33.854Z Compiling litrs v0.4.1
15812025-09-17T21:23:33.939Z Compiling num-bigint-dig v0.8.4
15822025-09-17T21:23:33.994Z Compiling tower-layer v0.3.3
15832025-09-17T21:23:34.051Z Compiling publicsuffix v2.3.0
15842025-09-17T21:23:34.320Z Compiling tower v0.5.2
15852025-09-17T21:23:34.350Z Compiling postgres-protocol v0.6.8
15862025-09-17T21:23:34.400Z Compiling flate2 v1.1.2
15872025-09-17T21:23:34.488Z Compiling sec1 v0.7.3
15882025-09-17T21:23:34.969Z Compiling document-features v0.2.11
15892025-09-17T21:23:35.180Z Compiling nix v0.29.0
15902025-09-17T21:23:35.326Z Compiling group v0.13.0
15912025-09-17T21:23:35.542Z Compiling num-iter v0.1.45
15922025-09-17T21:23:35.763Z Compiling rand v0.8.5
15932025-09-17T21:23:36.122Z Compiling tokio-native-tls v0.3.1
15942025-09-17T21:23:36.414Z Compiling ipnetwork v0.21.1
15952025-09-17T21:23:36.974Z Compiling strum_macros v0.27.1
15962025-09-17T21:23:37.085Z Compiling addr2line v0.24.2
15972025-09-17T21:23:37.117Z Compiling rustls-native-certs v0.8.1
15982025-09-17T21:23:37.291Z Compiling webpki-roots v1.0.1
15992025-09-17T21:23:37.509Z Compiling http-body-util v0.1.3
16002025-09-17T21:23:37.629Z Compiling terminal_size v0.4.0
16012025-09-17T21:23:37.684Z Compiling hkdf v0.12.4
16022025-09-17T21:23:37.778Z Compiling crypto-bigint v0.5.5
16032025-09-17T21:23:37.800Z Compiling thiserror-impl v2.0.16
16042025-09-17T21:23:37.865Z Compiling async-trait v0.1.89
16052025-09-17T21:23:37.962Z Compiling curve25519-dalek-derive v0.1.1
16062025-09-17T21:23:38.013Z Compiling ahash v0.8.12
16072025-09-17T21:23:38.444Z Compiling fs-err v3.1.1
16082025-09-17T21:23:38.809Z Compiling object v0.36.5
16092025-09-17T21:23:39.404Z Compiling managed v0.8.0
16102025-09-17T21:23:39.878Z Compiling anyhow v1.0.99
16112025-09-17T21:23:40.327Z Compiling iri-string v0.7.8
16122025-09-17T21:23:40.528Z Compiling lockfree-object-pool v0.1.6
16132025-09-17T21:23:40.829Z Compiling rustix v1.0.7
16142025-09-17T21:23:41.041Z Compiling bumpalo v3.16.0
16152025-09-17T21:23:41.330Z Compiling hubpack_derive v0.1.1
16162025-09-17T21:23:41.516Z Compiling winnow v0.5.40
16172025-09-17T21:23:41.539Z Compiling buf-list v1.0.3
16182025-09-17T21:23:41.947Z Compiling rustc-demangle v0.1.24
16192025-09-17T21:23:42.193Z Compiling simd-adler32 v0.3.7
16202025-09-17T21:23:42.239Z Compiling bitflags v1.3.2
16212025-09-17T21:23:42.768Z Compiling zopfli v0.8.1
16222025-09-17T21:23:42.807Z Compiling hubpack v0.1.2
16232025-09-17T21:23:43.240Z Compiling tower-http v0.6.6
16242025-09-17T21:23:43.834Z Compiling strum v0.27.2
16252025-09-17T21:23:44.054Z Compiling clap_builder v4.5.41
16262025-09-17T21:23:44.230Z Compiling thiserror v2.0.16
16272025-09-17T21:23:44.340Z Compiling elliptic-curve v0.13.8
16282025-09-17T21:23:44.747Z Compiling hyper-tls v0.6.0
16292025-09-17T21:23:44.823Z Compiling toml_edit v0.19.15
16302025-09-17T21:23:45.164Z Compiling oxnet v0.1.3
16312025-09-17T21:23:45.188Z Compiling cookie_store v0.21.1
16322025-09-17T21:23:45.948Z Compiling backtrace v0.3.74
16332025-09-17T21:23:45.951Z Compiling signal-hook-mio v0.2.4
16342025-09-17T21:23:46.195Z Compiling zstd v0.13.3
16352025-09-17T21:23:46.743Z Compiling postgres-types v0.2.9
16362025-09-17T21:23:47.181Z Compiling usdt-macro v0.5.0
16372025-09-17T21:23:48.015Z Compiling usdt-attr-macro v0.5.0
16382025-09-17T21:23:48.686Z Compiling phf v0.11.2
16392025-09-17T21:23:48.718Z Compiling ed25519 v2.2.3
16402025-09-17T21:23:49.005Z Compiling bzip2 v0.5.2
16412025-09-17T21:23:49.418Z Compiling bzip2 v0.4.4
16422025-09-17T21:23:49.631Z Compiling strum_macros v0.26.4
16432025-09-17T21:23:49.830Z Compiling pkcs1 v0.7.5
16442025-09-17T21:23:50.619Z Compiling serde-big-array v0.5.1
16452025-09-17T21:23:50.741Z Compiling serde_urlencoded v0.7.1
16462025-09-17T21:23:50.891Z Compiling rfc6979 v0.4.0
16472025-09-17T21:23:51.117Z Compiling bstr v1.10.0
16482025-09-17T21:23:51.266Z Compiling enum-as-inner v0.6.1
16492025-09-17T21:23:51.612Z Compiling clap_derive v4.5.41
16502025-09-17T21:23:51.823Z Compiling daft-derive v0.1.4
16512025-09-17T21:23:51.972Z Compiling serde_repr v0.1.19
16522025-09-17T21:23:52.377Z Compiling float-cmp v0.10.0
16532025-09-17T21:23:52.661Z Compiling socket2 v0.5.10
16542025-09-17T21:23:52.684Z Compiling encoding_rs v0.8.34
16552025-09-17T21:23:53.071Z Compiling fixedbitset v0.4.2
16562025-09-17T21:23:53.433Z Compiling new_debug_unreachable v1.0.6
16572025-09-17T21:23:53.554Z Compiling difflib v0.4.0
16582025-09-17T21:23:53.578Z Compiling unicode-segmentation v1.12.0
16592025-09-17T21:23:53.581Z Compiling static_assertions v1.1.0
16602025-09-17T21:23:53.730Z Compiling whoami v1.5.2
16612025-09-17T21:23:54.081Z Compiling data-encoding v2.9.0
16622025-09-17T21:23:54.314Z Compiling normalize-line-endings v0.3.0
16632025-09-17T21:23:54.476Z Compiling predicates-core v1.0.8
16642025-09-17T21:23:54.498Z Compiling precomputed-hash v0.1.1
16652025-09-17T21:23:54.648Z Compiling mime v0.3.17
16662025-09-17T21:23:54.830Z Compiling hickory-proto v0.25.2
16672025-09-17T21:23:54.909Z Compiling predicates v3.1.3
16682025-09-17T21:23:55.173Z Compiling string_cache v0.8.9
16692025-09-17T21:23:55.624Z Compiling similar v2.7.0
16702025-09-17T21:23:55.877Z Compiling tokio-postgres v0.7.13
16712025-09-17T21:23:56.073Z Compiling clap v4.5.41
16722025-09-17T21:23:56.215Z Compiling toml_edit v0.22.27
16732025-09-17T21:23:56.350Z Compiling strum v0.26.3
16742025-09-17T21:23:56.494Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16752025-09-17T21:23:56.548Z Compiling daft v0.1.4
16762025-09-17T21:23:57.116Z Compiling petgraph v0.6.5
16772025-09-17T21:23:57.655Z Compiling usdt v0.5.0
16782025-09-17T21:23:58.110Z Compiling ecdsa v0.16.9
16792025-09-17T21:23:58.328Z Compiling rsa v0.9.6
16802025-09-17T21:23:58.973Z Compiling zip v0.6.6
16812025-09-17T21:24:00.251Z Compiling zip v4.2.0
16822025-09-17T21:24:00.824Z Compiling ed25519-dalek v2.1.1
16832025-09-17T21:24:01.286Z Compiling toml v0.7.8
16842025-09-17T21:24:02.806Z Compiling crossterm v0.28.1
16852025-09-17T21:24:04.105Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16862025-09-17T21:24:04.145Z Compiling crossbeam-epoch v0.9.18
16872025-09-17T21:24:04.531Z Compiling tokio-stream v0.1.17
16882025-09-17T21:24:04.554Z Compiling x509-cert v0.2.5
16892025-09-17T21:24:04.849Z Compiling openapiv3 v2.2.0
16902025-09-17T21:24:05.550Z Compiling sha1 v0.10.6
16912025-09-17T21:24:06.010Z Compiling itertools v0.13.0
16922025-09-17T21:24:06.077Z Compiling itertools v0.10.5
16932025-09-17T21:24:06.121Z Compiling winnow v0.6.26
16942025-09-17T21:24:06.571Z Compiling lalrpop-util v0.19.12
16952025-09-17T21:24:06.617Z Compiling peg-runtime v0.8.5
16962025-09-17T21:24:06.968Z Compiling rustc-hash v2.1.1
16972025-09-17T21:24:07.190Z Compiling thread_local v1.1.8
16982025-09-17T21:24:07.212Z Compiling slog-async v2.8.0
16992025-09-17T21:24:07.712Z Compiling crossbeam-channel v0.5.15
17002025-09-17T21:24:07.861Z Compiling xattr v1.3.1
17012025-09-17T21:24:08.157Z Compiling futures-executor v0.3.31
17022025-09-17T21:24:08.698Z Compiling filetime v0.2.25
17032025-09-17T21:24:08.725Z Compiling is-terminal v0.4.13
17042025-09-17T21:24:08.759Z Compiling take_mut v0.2.2
17052025-09-17T21:24:08.875Z Compiling term v1.1.0
17062025-09-17T21:24:08.936Z Compiling tar v0.4.44
17072025-09-17T21:24:08.940Z Compiling futures v0.3.31
17082025-09-17T21:24:09.583Z Compiling slog-term v2.9.2
17092025-09-17T21:24:13.355Z Compiling aws-lc-sys v0.26.0
17102025-09-17T21:24:43.886Z Compiling rustls-webpki v0.102.8
17112025-09-17T21:24:48.543Z Compiling tokio-rustls v0.26.0
17122025-09-17T21:24:48.801Z Compiling hyper-rustls v0.27.7
17132025-09-17T21:24:49.116Z Compiling reqwest v0.12.22
17142025-09-17T21:24:52.636Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152025-09-17T21:24:52.943Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162025-09-17T21:24:57.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
17172025-09-17T21:24:58.205Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17182025-09-17T21:24:58.286ZSep 17 21:24:57.214 INFO Starting download, target: Clickhouse
17192025-09-17T21:24:58.286ZSep 17 21:24:57.214 INFO Starting download, target: Console
17202025-09-17T21:24:58.287ZSep 17 21:24:57.214 INFO Starting download, target: Cockroach
17212025-09-17T21:24:58.287ZSep 17 21:24:57.214 INFO Starting download, target: DendriteStub
17222025-09-17T21:24:58.287ZSep 17 21:24:57.214 INFO Starting download, target: MaghemiteMgd
17232025-09-17T21:24:58.287ZSep 17 21:24:57.214 INFO Starting download, target: TransceiverControl
17242025-09-17T21:24:58.287ZSep 17 21:24:57.215 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17252025-09-17T21:24:58.287ZSep 17 21:24:57.215 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262025-09-17T21:24:58.287ZSep 17 21:24:57.215 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17272025-09-17T21:24:58.287ZSep 17 21:24:57.215 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17282025-09-17T21:24:58.287ZSep 17 21:24:57.215 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292025-09-17T21:24:58.287ZSep 17 21:24:57.215 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302025-09-17T21:24:58.601ZSep 17 21:24:57.796 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17312025-09-17T21:24:58.871ZSep 17 21:24:58.177 INFO Download complete, target: Console
17322025-09-17T21:24:59.155ZSep 17 21:24:58.375 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332025-09-17T21:24:59.621ZSep 17 21:24:58.771 INFO Download complete, target: TransceiverControl
17342025-09-17T21:24:59.962ZSep 17 21:24:59.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352025-09-17T21:25:02.389ZSep 17 21:25:01.703 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362025-09-17T21:25:02.578ZSep 17 21:25:01.894 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17372025-09-17T21:25:02.578ZSep 17 21:25:01.894 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17382025-09-17T21:25:02.707ZSep 17 21:25:02.023 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392025-09-17T21:25:06.932ZSep 17 21:25:06.248 INFO Download complete, target: DendriteStub
17402025-09-17T21:25:07.260ZSep 17 21:25:06.576 INFO Download complete, target: MaghemiteMgd
17412025-09-17T21:25:09.859ZSep 17 21:25:09.175 INFO Checking that binary works, target: Cockroach
17422025-09-17T21:25:10.000ZSep 17 21:25:09.314 INFO Download complete, target: Cockroach
17432025-09-17T21:25:11.046ZSep 17 21:25:10.361 INFO Checking that binary works, target: Clickhouse
17442025-09-17T21:25:11.288ZSep 17 21:25:10.603 INFO Download complete, target: Clickhouse
17452025-09-17T21:25:11.297ZAll prerequisites installed successfully
17462025-09-17T21:25:11.300Z
17472025-09-17T21:25:11.300Zreal 4:20.090525615
17482025-09-17T21:25:11.300Zuser 16:37.761890947
17492025-09-17T21:25:11.300Zsys 2:18.822385628
17502025-09-17T21:25:11.300Ztrap 0.577400357
17512025-09-17T21:25:11.300Ztflt 1.506107411
17522025-09-17T21:25:11.300Zdflt 2.186388383
17532025-09-17T21:25:11.300Zkflt 0.091835696
17542025-09-17T21:25:11.300Zlock 41:30.926656579
17552025-09-17T21:25:11.300Zslp 1:00:52.700991745
17562025-09-17T21:25:11.300Zlat 1:12.366581427
17572025-09-17T21:25:11.300Zstop 2:53.114413593
17582025-09-17T21:25:11.300Z+ source ./tools/include/force-git-over-https.sh
17592025-09-17T21:25:11.300Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17602025-09-17T21:25:11.301Z++ (( i = 0 ))
17612025-09-17T21:25:11.301Z++ (( i < 5 ))
17622025-09-17T21:25:11.301Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17632025-09-17T21:25:11.301Z++ (( i++ ))
17642025-09-17T21:25:11.301Z++ (( i < 5 ))
17652025-09-17T21:25:11.301Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17662025-09-17T21:25:11.304Z++ (( i++ ))
17672025-09-17T21:25:11.304Z++ (( i < 5 ))
17682025-09-17T21:25:11.304Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17692025-09-17T21:25:11.308Z++ (( i++ ))
17702025-09-17T21:25:11.309Z++ (( i < 5 ))
17712025-09-17T21:25:11.309Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17722025-09-17T21:25:11.312Z++ (( i++ ))
17732025-09-17T21:25:11.312Z++ (( i < 5 ))
17742025-09-17T21:25:11.312Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17752025-09-17T21:25:11.315Z++ (( i++ ))
17762025-09-17T21:25:11.316Z++ (( i < 5 ))
17772025-09-17T21:25:11.316Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17782025-09-17T21:25:11.316Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17792025-09-17T21:25:11.316Z+ rc=0
17802025-09-17T21:25:11.316Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17812025-09-17T21:25:40.991Z+ case $rc in
17822025-09-17T21:25:40.991Z+ pfexec zfs create -p rpool/images/build/host
17832025-09-17T21:25:41.222Z+ pfexec zfs create -p rpool/images/build/recovery
17842025-09-17T21:25:41.305Z+ cargo xtask releng --output-dir /work --mkincorp
17852025-09-17T21:25:42.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17862025-09-17T21:25:42.094Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17872025-09-17T21:25:43.335Z Compiling proc-macro2 v1.0.101
17882025-09-17T21:25:43.335Z Compiling unicode-ident v1.0.18
17892025-09-17T21:25:43.335Z Compiling libc v0.2.174
17902025-09-17T21:25:43.339Z Compiling serde_core v1.0.223
17912025-09-17T21:25:43.340Z Compiling serde v1.0.223
17922025-09-17T21:25:43.340Z Compiling autocfg v1.4.0
17932025-09-17T21:25:43.340Z Compiling cfg-if v1.0.1
17942025-09-17T21:25:43.674Z Compiling version_check v0.9.5
17952025-09-17T21:25:43.702Z Compiling memchr v2.7.4
17962025-09-17T21:25:43.728Z Compiling shlex v1.3.0
17972025-09-17T21:25:44.273Z Compiling lock_api v0.4.12
17982025-09-17T21:25:44.277Z Compiling typenum v1.17.0
17992025-09-17T21:25:44.277Z Compiling generic-array v0.14.7
18002025-09-17T21:25:44.694Z Compiling portable-atomic v1.11.0
18012025-09-17T21:25:44.967Z Compiling value-bag v1.9.0
18022025-09-17T21:25:45.603Z Compiling quote v1.0.40
18032025-09-17T21:25:45.633Z Compiling log v0.4.27
18042025-09-17T21:25:45.931Z Compiling jobserver v0.1.32
18052025-09-17T21:25:45.965Z Compiling getrandom v0.3.1
18062025-09-17T21:25:46.229Z Compiling syn v2.0.106
18072025-09-17T21:25:46.467Z Compiling cc v1.2.30
18082025-09-17T21:25:46.499Z Compiling libm v0.2.8
18092025-09-17T21:25:46.525Z Compiling num-traits v0.2.19
18102025-09-17T21:25:46.878Z Compiling scopeguard v1.2.0
18112025-09-17T21:25:46.902Z Compiling serde_json v1.0.145
18122025-09-17T21:25:46.906Z Compiling parking_lot_core v0.9.10
18132025-09-17T21:25:47.340Z Compiling semver v1.0.26
18142025-09-17T21:25:47.434Z Compiling smallvec v1.15.1
18152025-09-17T21:25:47.630Z Compiling pkg-config v0.3.31
18162025-09-17T21:25:47.914Z Compiling rustix v0.38.37
18172025-09-17T21:25:47.994Z Compiling getrandom v0.2.15
18182025-09-17T21:25:48.192Z Compiling itoa v1.0.11
18192025-09-17T21:25:48.777Z Compiling aho-corasick v1.1.3
18202025-09-17T21:25:48.918Z Compiling slab v0.4.9
18212025-09-17T21:25:49.202Z Compiling regex-syntax v0.8.5
18222025-09-17T21:25:49.367Z Compiling errno v0.3.12
18232025-09-17T21:25:49.777Z Compiling spin v0.9.8
18242025-09-17T21:25:49.837Z Compiling stable_deref_trait v1.2.0
18252025-09-17T21:25:49.937Z Compiling subtle v2.6.1
18262025-09-17T21:25:49.937Z Compiling either v1.15.0
18272025-09-17T21:25:50.058Z Compiling glob v0.3.2
18282025-09-17T21:25:50.216Z Compiling rand_core v0.6.4
18292025-09-17T21:25:50.390Z Compiling prettyplease v0.2.36
18302025-09-17T21:25:50.436Z Compiling lazy_static v1.5.0
18312025-09-17T21:25:50.829Z Compiling clang-sys v1.8.1
18322025-09-17T21:25:50.931Z Compiling minimal-lexical v0.2.1
18332025-09-17T21:25:50.932Z Compiling heck v0.5.0
18342025-09-17T21:25:51.458Z Compiling nom v7.1.3
18352025-09-17T21:25:52.190Z Compiling libloading v0.8.5
18362025-09-17T21:25:52.496Z Compiling bindgen v0.69.5
18372025-09-17T21:25:52.558Z Compiling home v0.5.9
18382025-09-17T21:25:52.639Z Compiling critical-section v1.1.3
18392025-09-17T21:25:52.857Z Compiling once_cell v1.21.3
18402025-09-17T21:25:53.030Z Compiling regex-automata v0.4.8
18412025-09-17T21:25:53.347Z Compiling itertools v0.12.1
18422025-09-17T21:25:53.807Z Compiling lazycell v1.3.0
18432025-09-17T21:25:54.267Z Compiling synstructure v0.13.1
18442025-09-17T21:25:54.897Z Compiling cexpr v0.6.0
18452025-09-17T21:25:55.659Z Compiling rustc-hash v1.1.0
18462025-09-17T21:25:55.896Z Compiling paste v1.0.15
18472025-09-17T21:25:56.525Z Compiling cmake v0.1.51
18482025-09-17T21:25:56.755Z Compiling fs_extra v1.3.0
18492025-09-17T21:25:56.836Z Compiling dunce v1.0.5
18502025-09-17T21:25:57.402Z Compiling ryu v1.0.18
18512025-09-17T21:25:57.740Z Compiling litemap v0.7.3
18522025-09-17T21:25:58.107Z Compiling serde_derive v1.0.223
18532025-09-17T21:25:58.151Z Compiling zeroize_derive v1.4.2
18542025-09-17T21:25:58.202Z Compiling zerofrom-derive v0.1.4
18552025-09-17T21:25:58.240Z Compiling yoke-derive v0.7.4
18562025-09-17T21:25:58.825Z Compiling zerovec-derive v0.10.3
18572025-09-17T21:25:58.840Z Compiling displaydoc v0.2.5
18582025-09-17T21:25:59.623Z Compiling icu_provider_macros v1.5.0
18592025-09-17T21:26:00.696Z Compiling zeroize v1.8.1
18602025-09-17T21:26:00.769Z Compiling tokio-macros v2.5.0
18612025-09-17T21:26:01.174Z Compiling zerocopy-derive v0.7.35
18622025-09-17T21:26:01.232Z Compiling regex v1.11.1
18632025-09-17T21:26:01.421Z Compiling futures-macro v0.3.31
18642025-09-17T21:26:01.467Z Compiling zerofrom v0.1.4
18652025-09-17T21:26:01.868Z Compiling yoke v0.7.4
18662025-09-17T21:26:02.335Z Compiling zerovec v0.10.4
18672025-09-17T21:26:03.050Z Compiling allocator-api2 v0.2.21
18682025-09-17T21:26:03.109Z Compiling writeable v0.5.5
18692025-09-17T21:26:03.462Z Compiling percent-encoding v2.3.2
18702025-09-17T21:26:03.755Z Compiling pin-project-lite v0.2.14
18712025-09-17T21:26:03.799Z Compiling schemars v0.8.22
18722025-09-17T21:26:03.924Z Compiling equivalent v1.0.2
18732025-09-17T21:26:04.153Z Compiling serde_derive_internals v0.29.1
18742025-09-17T21:26:04.280Z Compiling foldhash v0.1.5
18752025-09-17T21:26:04.687Z Compiling tinystr v0.7.6
18762025-09-17T21:26:04.909Z Compiling icu_locid_transform_data v1.5.0
18772025-09-17T21:26:05.156Z Compiling icu_locid v1.5.0
18782025-09-17T21:26:05.245Z Compiling hashbrown v0.15.4
18792025-09-17T21:26:06.116Z Compiling icu_collections v1.5.0
18802025-09-17T21:26:06.328Z Compiling schemars_derive v0.8.22
18812025-09-17T21:26:06.693Z Compiling bitflags v2.9.1
18822025-09-17T21:26:06.774Z Compiling bytes v1.10.1
18832025-09-17T21:26:08.365Z Compiling icu_provider v1.5.0
18842025-09-17T21:26:09.036Z Compiling crypto-common v0.1.6
18852025-09-17T21:26:09.286Z Compiling der_derive v0.7.3
18862025-09-17T21:26:09.351Z Compiling icu_locid_transform v1.5.0
18872025-09-17T21:26:09.426Z Compiling ring v0.17.14
18882025-09-17T21:26:09.527Z Compiling icu_properties_data v1.5.0
18892025-09-17T21:26:10.824Z Compiling const-oid v0.9.6
18902025-09-17T21:26:11.011Z Compiling icu_properties v1.5.1
18912025-09-17T21:26:11.743Z Compiling which v4.4.2
18922025-09-17T21:26:11.872Z Compiling utf16_iter v1.0.5
18932025-09-17T21:26:12.304Z Compiling futures-core v0.3.31
18942025-09-17T21:26:12.561Z Compiling write16 v1.0.0
18952025-09-17T21:26:12.760Z Compiling vcpkg v0.2.15
18962025-09-17T21:26:12.842Z Compiling aws-lc-rs v1.12.4
18972025-09-17T21:26:13.208Z Compiling icu_normalizer_data v1.5.0
18982025-09-17T21:26:13.394Z Compiling byteorder v1.5.0
18992025-09-17T21:26:13.427Z Compiling utf8_iter v1.0.4
19002025-09-17T21:26:14.187Z Compiling openssl-sys v0.9.109
19012025-09-17T21:26:14.232Z Compiling signal-hook-registry v1.4.2
19022025-09-17T21:26:14.772Z Compiling thiserror v1.0.69
19032025-09-17T21:26:15.350Z Compiling icu_normalizer v1.5.0
19042025-09-17T21:26:15.460Z Compiling parking_lot v0.12.3
19052025-09-17T21:26:15.888Z Compiling tracing-attributes v0.1.27
19062025-09-17T21:26:15.948Z Compiling mio v1.0.2
19072025-09-17T21:26:16.816Z Compiling idna_adapter v1.2.0
19082025-09-17T21:26:17.608Z Compiling idna v1.0.3
19092025-09-17T21:26:17.965Z Compiling form_urlencoded v1.2.2
19102025-09-17T21:26:18.943Z Compiling block-buffer v0.10.4
19112025-09-17T21:26:19.141Z Compiling thiserror-impl v1.0.69
19122025-09-17T21:26:19.348Z Compiling httparse v1.9.5
19132025-09-17T21:26:19.672Z Compiling digest v0.10.7
19142025-09-17T21:26:20.222Z Compiling socket2 v0.6.0
19152025-09-17T21:26:20.859Z Compiling thiserror v2.0.16
19162025-09-17T21:26:20.999Z Compiling tokio v1.47.0
19172025-09-17T21:26:21.040Z Compiling url v2.5.4
19182025-09-17T21:26:21.977Z Compiling indexmap v2.11.0
19192025-09-17T21:26:22.134Z Compiling thiserror-impl v2.0.16
19202025-09-17T21:26:23.228Z Compiling num-conv v0.1.0
19212025-09-17T21:26:23.426Z Compiling time-core v0.1.2
19222025-09-17T21:26:23.789Z Compiling futures-sink v0.3.31
19232025-09-17T21:26:24.068Z Compiling futures-channel v0.3.31
19242025-09-17T21:26:24.098Z Compiling time-macros v0.2.18
19252025-09-17T21:26:24.257Z Compiling aws-lc-sys v0.26.0
19262025-09-17T21:26:25.482Z Compiling futures-task v0.3.31
19272025-09-17T21:26:25.726Z Compiling futures-io v0.3.31
19282025-09-17T21:26:25.865Z Compiling fnv v1.0.7
19292025-09-17T21:26:26.204Z Compiling openssl v0.10.73
19302025-09-17T21:26:26.367Z Compiling pin-utils v0.1.0
19312025-09-17T21:26:26.489Z Compiling zerocopy v0.7.35
19322025-09-17T21:26:26.554Z Compiling futures-util v0.3.31
19332025-09-17T21:26:26.620Z Compiling iana-time-zone v0.1.63
19342025-09-17T21:26:26.982Z Compiling chrono v0.4.41
19352025-09-17T21:26:27.041Z Compiling uuid v1.18.1
19362025-09-17T21:26:27.964Z Compiling openssl-macros v0.1.1
19372025-09-17T21:26:28.389Z Compiling cpufeatures v0.2.14
19382025-09-17T21:26:28.747Z Compiling rustls v0.23.19
19392025-09-17T21:26:28.848Z Compiling native-tls v0.2.12
19402025-09-17T21:26:29.108Z Compiling hmac v0.12.1
19412025-09-17T21:26:29.306Z Compiling rustc_version v0.4.1
19422025-09-17T21:26:31.458Z Compiling block-padding v0.3.3
19432025-09-17T21:26:32.026Z Compiling cookie v0.18.1
19442025-09-17T21:26:32.209Z Compiling inout v0.1.3
19452025-09-17T21:26:32.531Z Compiling http v1.3.1
19462025-09-17T21:26:32.818Z Compiling serde_tokenstream v0.2.2
19472025-09-17T21:26:33.140Z Compiling bzip2-sys v0.1.13+1.0.8
19482025-09-17T21:26:33.467Z Compiling zerocopy v0.8.26
19492025-09-17T21:26:33.760Z Compiling dyn-clone v1.0.20
19502025-09-17T21:26:34.399Z Compiling cipher v0.4.4
19512025-09-17T21:26:34.698Z Compiling sha2 v0.10.9
19522025-09-17T21:26:36.558Z Compiling scroll_derive v0.12.0
19532025-09-17T21:26:37.130Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19542025-09-17T21:26:37.229Z Compiling syn v1.0.109
19552025-09-17T21:26:37.589Z Compiling rustversion v1.0.17
19562025-09-17T21:26:37.941Z Compiling ucd-trie v0.1.7
19572025-09-17T21:26:37.989Z Compiling rustix v1.0.7
19582025-09-17T21:26:38.348Z Compiling base64ct v1.6.0
19592025-09-17T21:26:38.797Z Compiling rustls-pki-types v1.10.0
19602025-09-17T21:26:38.825Z Compiling slog v2.7.0
19612025-09-17T21:26:38.878Z Compiling crossbeam-utils v0.8.21
19622025-09-17T21:26:38.936Z Compiling pem-rfc7468 v0.7.0
19632025-09-17T21:26:39.649Z Compiling pest v2.7.14
19642025-09-17T21:26:40.666Z Compiling ppv-lite86 v0.2.20
19652025-09-17T21:26:41.798Z Compiling zerocopy-derive v0.8.26
19662025-09-17T21:26:42.111Z Compiling flagset v0.4.6
19672025-09-17T21:26:42.423Z Compiling litrs v0.4.1
19682025-09-17T21:26:42.771Z Compiling pest_meta v2.7.14
19692025-09-17T21:26:43.704Z Compiling document-features v0.2.11
19702025-09-17T21:26:43.969Z Compiling der v0.7.9
19712025-09-17T21:26:46.384Z Compiling tokio-util v0.7.15
19722025-09-17T21:26:47.056Z Compiling tracing-core v0.1.32
19732025-09-17T21:26:47.303Z Compiling newtype-uuid v1.2.4
19742025-09-17T21:26:47.670Z Compiling untrusted v0.7.1
19752025-09-17T21:26:48.668Z Compiling untrusted v0.9.0
19762025-09-17T21:26:48.960Z Compiling base64 v0.22.1
19772025-09-17T21:26:49.391Z Compiling powerfmt v0.2.0
19782025-09-17T21:26:49.995Z Compiling deranged v0.3.11
19792025-09-17T21:26:50.672Z Compiling tracing v0.1.40
19802025-09-17T21:26:51.459Z Compiling spki v0.7.3
19812025-09-17T21:26:51.608Z Compiling pest_generator v2.7.14
19822025-09-17T21:26:51.931Z Compiling salsa20 v0.10.2
19832025-09-17T21:26:52.205Z Compiling http-body v1.0.1
19842025-09-17T21:26:52.281Z Compiling pbkdf2 v0.12.2
19852025-09-17T21:26:53.030Z Compiling num_threads v0.1.7
19862025-09-17T21:26:53.059Z Compiling atomic-waker v1.1.2
19872025-09-17T21:26:53.369Z Compiling pest_derive v2.7.14
19882025-09-17T21:26:53.563Z Compiling time v0.3.36
19892025-09-17T21:26:55.637Z Compiling scrypt v0.11.0
19902025-09-17T21:26:55.708Z Compiling cbc v0.1.2
19912025-09-17T21:26:56.039Z Compiling aes v0.8.4
19922025-09-17T21:26:57.495Z Compiling usdt-impl v0.5.0
19932025-09-17T21:26:57.634Z Compiling num-bigint-dig v0.8.4
19942025-09-17T21:26:58.064Z Compiling try-lock v0.2.5
19952025-09-17T21:26:58.175Z Compiling zstd-safe v7.2.3
19962025-09-17T21:26:58.330Z Compiling tower-service v0.3.3
19972025-09-17T21:26:58.524Z Compiling want v0.3.1
19982025-09-17T21:26:58.794Z Compiling pkcs5 v0.7.1
19992025-09-17T21:26:59.617Z Compiling h2 v0.4.6
20002025-09-17T21:27:00.278Z Compiling scroll v0.12.0
20012025-09-17T21:27:01.139Z Compiling heapless v0.7.17
20022025-09-17T21:27:01.838Z Compiling ipnet v2.11.0
20032025-09-17T21:27:02.428Z Compiling async-trait v0.1.89
20042025-09-17T21:27:03.374Z Compiling ahash v0.8.12
20052025-09-17T21:27:03.843Z Compiling plain v0.2.3
20062025-09-17T21:27:04.214Z Compiling httpdate v1.0.3
20072025-09-17T21:27:04.965Z Compiling signal-hook v0.3.18
20082025-09-17T21:27:05.059Z Compiling anyhow v1.0.99
20092025-09-17T21:27:05.169Z Compiling openssl-probe v0.1.5
20102025-09-17T21:27:05.414Z Compiling foreign-types-shared v0.1.1
20112025-09-17T21:27:05.585Z Compiling foreign-types v0.3.2
20122025-09-17T21:27:05.746Z Compiling goblin v0.8.2
20132025-09-17T21:27:06.767Z Compiling pkcs8 v0.10.2
20142025-09-17T21:27:09.231Z Compiling hyper v1.7.0
20152025-09-17T21:27:11.857Z Compiling daft-derive v0.1.4
20162025-09-17T21:27:14.943Z Compiling pretty-hex v0.4.1
20172025-09-17T21:27:15.210Z Compiling strsim v0.11.1
20182025-09-17T21:27:15.643Z Compiling tinyvec_macros v0.1.1
20192025-09-17T21:27:15.783Z Compiling tinyvec v1.8.0
20202025-09-17T21:27:17.213Z Compiling dof v0.3.0
20212025-09-17T21:27:17.487Z Compiling hyper-util v0.1.16
20222025-09-17T21:27:22.038Z Compiling dtrace-parser v0.2.0
20232025-09-17T21:27:23.342Z Compiling curve25519-dalek v4.1.3
20242025-09-17T21:27:23.845Z Compiling rand_core v0.9.3
20252025-09-17T21:27:24.001Z Compiling clap_derive v4.5.41
20262025-09-17T21:27:25.115Z Compiling thread-id v4.2.2
20272025-09-17T21:27:25.279Z Compiling memoffset v0.9.1
20282025-09-17T21:27:26.189Z Compiling adler2 v2.0.0
20292025-09-17T21:27:26.884Z Compiling smoltcp v0.9.1
20302025-09-17T21:27:27.842Z Compiling miniz_oxide v0.8.5
20312025-09-17T21:27:32.976Z Compiling rand_chacha v0.9.0
20322025-09-17T21:27:35.888Z Compiling http-body-util v0.1.3
20332025-09-17T21:27:36.377Z Compiling strum_macros v0.26.4
20342025-09-17T21:27:37.053Z Compiling sync_wrapper v1.0.1
20352025-09-17T21:27:42.041Z Compiling encoding_rs v0.8.34
20362025-09-17T21:27:42.130Z Compiling buf-list v1.0.3
20372025-09-17T21:27:42.130Z Compiling tower-layer v0.3.3
20382025-09-17T21:27:42.130Z Compiling mime v0.3.17
20392025-09-17T21:27:42.130Z Compiling cfg_aliases v0.2.1
20402025-09-17T21:27:42.191Z Compiling psl-types v2.0.11
20412025-09-17T21:27:42.191Z Compiling nix v0.29.0
20422025-09-17T21:27:42.191Z Compiling publicsuffix v2.3.0
20432025-09-17T21:27:42.238Z Compiling tower v0.5.2
20442025-09-17T21:27:46.086Z Compiling rand v0.9.2
20452025-09-17T21:27:48.418Z Compiling tokio-native-tls v0.3.1
20462025-09-17T21:27:49.951Z Compiling unicode-normalization v0.1.24
20472025-09-17T21:27:49.977Z Compiling rustls-native-certs v0.8.1
20482025-09-17T21:27:50.667Z Compiling hubpack_derive v0.1.1
20492025-09-17T21:27:51.163Z Compiling strum_macros v0.27.1
20502025-09-17T21:27:51.446Z Compiling webpki-roots v1.0.1
20512025-09-17T21:27:51.698Z Compiling openapiv3 v2.2.0
20522025-09-17T21:27:51.763Z Compiling signature v2.2.0
20532025-09-17T21:27:51.803Z Compiling serde_urlencoded v0.7.1
20542025-09-17T21:27:52.032Z Compiling serde_spanned v0.6.9
20552025-09-17T21:27:52.399Z Compiling toml_datetime v0.6.11
20562025-09-17T21:27:52.623Z Compiling curve25519-dalek-derive v0.1.1
20572025-09-17T21:27:53.283Z Compiling fs-err v3.1.1
20582025-09-17T21:27:53.752Z Compiling crc32fast v1.4.2
20592025-09-17T21:27:54.043Z Compiling unicode-properties v0.1.3
20602025-09-17T21:27:54.110Z Compiling anstyle v1.0.11
20612025-09-17T21:27:54.146Z Compiling unicode-bidi v0.3.17
20622025-09-17T21:27:54.635Z Compiling iri-string v0.7.8
20632025-09-17T21:27:54.666Z Compiling utf8parse v0.2.2
20642025-09-17T21:27:54.884Z Compiling siphasher v0.3.11
20652025-09-17T21:27:55.294Z Compiling zlib-rs v0.5.1
20662025-09-17T21:27:55.541Z Compiling phf_shared v0.11.2
20672025-09-17T21:27:55.989Z Compiling stringprep v0.1.5
20682025-09-17T21:27:56.017Z Compiling anstyle-parse v0.2.5
20692025-09-17T21:27:59.164Z Compiling tower-http v0.6.6
20702025-09-17T21:28:00.584Z Compiling libz-rs-sys v0.5.1
20712025-09-17T21:28:00.853Z Compiling hyper-tls v0.6.0
20722025-09-17T21:28:01.270Z Compiling cookie_store v0.21.1
20732025-09-17T21:28:01.414Z Compiling usdt-attr-macro v0.5.0
20742025-09-17T21:28:01.592Z Compiling usdt-macro v0.5.0
20752025-09-17T21:28:02.186Z Compiling rand_chacha v0.3.1
20762025-09-17T21:28:03.214Z Compiling md-5 v0.10.6
20772025-09-17T21:28:03.339Z Compiling num-integer v0.1.46
20782025-09-17T21:28:03.399Z Compiling hash32 v0.2.1
20792025-09-17T21:28:04.135Z Compiling ff v0.13.0
20802025-09-17T21:28:04.232Z Compiling fallible-iterator v0.2.0
20812025-09-17T21:28:04.840Z Compiling base16ct v0.2.0
20822025-09-17T21:28:04.984Z Compiling gimli v0.31.1
20832025-09-17T21:28:05.035Z Compiling colorchoice v1.0.2
20842025-09-17T21:28:05.375Z Compiling is_terminal_polyfill v1.70.1
20852025-09-17T21:28:05.379Z Compiling winnow v0.7.10
20862025-09-17T21:28:05.681Z Compiling anstyle-query v1.1.1
20872025-09-17T21:28:05.877Z Compiling anstream v0.6.18
20882025-09-17T21:28:06.055Z Compiling sec1 v0.7.3
20892025-09-17T21:28:06.387Z Compiling postgres-protocol v0.6.8
20902025-09-17T21:28:06.755Z Compiling group v0.13.0
20912025-09-17T21:28:07.223Z Compiling num-iter v0.1.45
20922025-09-17T21:28:08.634Z Compiling rand v0.8.5
20932025-09-17T21:28:09.404Z Compiling flate2 v1.1.2
20942025-09-17T21:28:09.966Z Compiling addr2line v0.24.2
20952025-09-17T21:28:11.371Z Compiling ipnetwork v0.21.1
20962025-09-17T21:28:12.174Z Compiling hkdf v0.12.4
20972025-09-17T21:28:12.586Z Compiling terminal_size v0.4.0
20982025-09-17T21:28:12.893Z Compiling crypto-bigint v0.5.5
20992025-09-17T21:28:12.933Z Compiling serde_repr v0.1.19
21002025-09-17T21:28:13.384Z Compiling enum-as-inner v0.6.1
21012025-09-17T21:28:14.153Z Compiling object v0.36.5
21022025-09-17T21:28:14.648Z Compiling lockfree-object-pool v0.1.6
21032025-09-17T21:28:15.383Z Compiling clap_lex v0.7.4
21042025-09-17T21:28:15.885Z Compiling rustls-webpki v0.102.8
21052025-09-17T21:28:16.296Z Compiling bitflags v1.3.2
21062025-09-17T21:28:16.461Z Compiling bumpalo v3.16.0
21072025-09-17T21:28:17.703Z Compiling rustc-demangle v0.1.24
21082025-09-17T21:28:18.691Z Compiling winnow v0.5.40
21092025-09-17T21:28:20.460Z Compiling simd-adler32 v0.3.7
21102025-09-17T21:28:21.120Z Compiling managed v0.8.0
21112025-09-17T21:28:21.474Z Compiling backtrace v0.3.74
21122025-09-17T21:28:22.458Z Compiling toml_edit v0.19.15
21132025-09-17T21:28:23.932Z Compiling zopfli v0.8.1
21142025-09-17T21:28:25.481Z Compiling tokio-rustls v0.26.0
21152025-09-17T21:28:26.167Z Compiling hyper-rustls v0.27.7
21162025-09-17T21:28:26.649Z Compiling elliptic-curve v0.13.8
21172025-09-17T21:28:26.752Z Compiling clap_builder v4.5.41
21182025-09-17T21:28:26.884Z Compiling oxnet v0.1.3
21192025-09-17T21:28:29.853Z Compiling zstd v0.13.3
21202025-09-17T21:28:30.010Z Compiling signal-hook-mio v0.2.4
21212025-09-17T21:28:30.704Z Compiling postgres-types v0.2.9
21222025-09-17T21:28:31.485Z Compiling strum v0.27.2
21232025-09-17T21:28:31.795Z Compiling phf v0.11.2
21242025-09-17T21:28:32.059Z Compiling ed25519 v2.2.3
21252025-09-17T21:28:32.093Z Compiling hubpack v0.1.2
21262025-09-17T21:28:32.167Z Compiling bzip2 v0.4.4
21272025-09-17T21:28:32.318Z Compiling bzip2 v0.5.2
21282025-09-17T21:28:32.636Z Compiling pkcs1 v0.7.5
21292025-09-17T21:28:33.044Z Compiling rfc6979 v0.4.0
21302025-09-17T21:28:33.412Z Compiling float-cmp v0.10.0
21312025-09-17T21:28:33.451Z Compiling regress v0.10.4
21322025-09-17T21:28:33.509Z Compiling serde-big-array v0.5.1
21332025-09-17T21:28:33.644Z Compiling bstr v1.10.0
21342025-09-17T21:28:35.164Z Compiling socket2 v0.5.10
21352025-09-17T21:28:36.093Z Compiling memmap v0.7.0
21362025-09-17T21:28:36.476Z Compiling fastrand v2.1.1
21372025-09-17T21:28:37.574Z Compiling toml_write v0.1.2
21382025-09-17T21:28:37.659Z Compiling whoami v1.5.2
21392025-09-17T21:28:38.022Z Compiling precomputed-hash v0.1.1
21402025-09-17T21:28:39.263Z Compiling data-encoding v2.9.0
21412025-09-17T21:28:39.682Z Compiling unicode-segmentation v1.12.0
21422025-09-17T21:28:40.108Z Compiling predicates-core v1.0.8
21432025-09-17T21:28:40.491Z Compiling new_debug_unreachable v1.0.6
21442025-09-17T21:28:40.648Z Compiling static_assertions v1.1.0
21452025-09-17T21:28:40.792Z Compiling normalize-line-endings v0.3.0
21462025-09-17T21:28:41.052Z Compiling fixedbitset v0.4.2
21472025-09-17T21:28:41.152Z Compiling difflib v0.4.0
21482025-09-17T21:28:42.263Z Compiling predicates v3.1.3
21492025-09-17T21:28:42.604Z Compiling toml_edit v0.22.27
21502025-09-17T21:28:42.665Z Compiling petgraph v0.6.5
21512025-09-17T21:28:43.040Z Compiling reqwest v0.12.22
21522025-09-17T21:28:46.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21532025-09-17T21:28:49.343Z Compiling string_cache v0.8.9
21542025-09-17T21:28:49.925Z Compiling similar v2.7.0
21552025-09-17T21:28:51.992Z Compiling hickory-proto v0.25.2
21562025-09-17T21:28:52.924Z Compiling tokio-postgres v0.7.13
21572025-09-17T21:28:54.298Z Compiling typify-impl v0.3.0
21582025-09-17T21:28:58.161Z Compiling tempfile v3.20.0
21592025-09-17T21:28:58.478Z Compiling usdt v0.5.0
21602025-09-17T21:28:59.348Z Compiling ecdsa v0.16.9
21612025-09-17T21:29:00.069Z Compiling rsa v0.9.6
21622025-09-17T21:29:03.656Z Compiling zip v4.2.0
21632025-09-17T21:29:04.489Z Compiling ed25519-dalek v2.1.1
21642025-09-17T21:29:05.090Z Compiling zip v0.6.6
21652025-09-17T21:29:05.943Z Compiling clap v4.5.41
21662025-09-17T21:29:05.989Z Compiling crossterm v0.28.1
21672025-09-17T21:29:06.117Z Compiling daft v0.1.4
21682025-09-17T21:29:06.686Z Compiling crossbeam-epoch v0.9.18
21692025-09-17T21:29:06.776Z Compiling toml v0.7.8
21702025-09-17T21:29:07.502Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21712025-09-17T21:29:08.014Z Compiling strum v0.26.3
21722025-09-17T21:29:08.588Z Compiling tokio-stream v0.1.17
21732025-09-17T21:29:08.973Z Compiling x509-cert v0.2.5
21742025-09-17T21:29:09.692Z Compiling sha1 v0.10.6
21752025-09-17T21:29:09.983Z Compiling hex v0.4.3
21762025-09-17T21:29:10.187Z Compiling structmeta-derive v0.3.0
21772025-09-17T21:29:10.740Z Compiling itertools v0.10.5
21782025-09-17T21:29:11.236Z Compiling itertools v0.13.0
21792025-09-17T21:29:12.820Z Compiling winnow v0.6.26
21802025-09-17T21:29:13.512Z Compiling unicode-xid v0.2.6
21812025-09-17T21:29:13.759Z Compiling camino v1.2.0
21822025-09-17T21:29:14.337Z Compiling peg-runtime v0.8.5
21832025-09-17T21:29:14.584Z Compiling rustc-hash v2.1.1
21842025-09-17T21:29:14.826Z Compiling lalrpop-util v0.19.12
21852025-09-17T21:29:16.273Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21862025-09-17T21:29:19.130Z Compiling structmeta v0.3.0
21872025-09-17T21:29:21.143Z Compiling typify-macro v0.3.0
21882025-09-17T21:29:26.658Z Compiling radium v0.7.0
21892025-09-17T21:29:36.341Z Compiling is-terminal v0.4.13
21902025-09-17T21:29:36.537Z Compiling maybe-uninit v2.0.0
21912025-09-17T21:29:37.080Z Compiling tap v1.0.1
21922025-09-17T21:29:37.323Z Compiling wyz v0.5.1
21932025-09-17T21:29:41.495Z Compiling futures-executor v0.3.31
21942025-09-17T21:29:41.897Z Compiling zerocopy-derive v0.6.6
21952025-09-17T21:29:42.366Z Compiling wait-timeout v0.2.0
21962025-09-17T21:29:42.414Z Compiling ident_case v1.0.1
21972025-09-17T21:29:42.815Z Compiling typeid v1.0.3
21982025-09-17T21:29:43.281Z Compiling quick-error v1.2.3
21992025-09-17T21:29:43.319Z Compiling funty v2.0.0
22002025-09-17T21:29:43.359Z Compiling bit-vec v0.8.0
22012025-09-17T21:29:43.478Z Compiling packed_struct v0.10.1
22022025-09-17T21:29:44.009Z Compiling bit-set v0.8.0
22032025-09-17T21:29:44.040Z Compiling zerocopy v0.6.6
22042025-09-17T21:29:44.379Z Compiling bitvec v1.0.1
22052025-09-17T21:29:44.977Z Compiling rusty-fork v0.3.0
22062025-09-17T21:29:46.854Z Compiling darling_core v0.20.10
22072025-09-17T21:29:47.417Z Compiling futures v0.3.31
22082025-09-17T21:29:49.506Z Compiling typify v0.3.0
22092025-09-17T21:29:49.718Z Compiling derive-ex v0.1.8
22102025-09-17T21:29:53.160Z Compiling rand_xorshift v0.4.0
22112025-09-17T21:29:53.215Z Compiling packed_struct_codegen v0.10.1
22122025-09-17T21:29:53.752Z Compiling indexmap v1.9.3
22132025-09-17T21:29:53.803Z Compiling rustls v0.22.4
22142025-09-17T21:29:54.158Z Compiling crc-catalog v2.4.0
22152025-09-17T21:29:54.528Z Compiling unarray v0.1.4
22162025-09-17T21:29:55.047Z Compiling unsafe-libyaml v0.2.11
22172025-09-17T21:29:55.385Z Compiling nodrop v0.1.14
22182025-09-17T21:29:56.223Z Compiling array-init v0.0.4
22192025-09-17T21:29:56.976Z Compiling serde_yaml v0.9.34+deprecated
22202025-09-17T21:30:00.047Z Compiling proptest v1.7.0
22212025-09-17T21:30:01.065Z Compiling crc v3.2.1
22222025-09-17T21:30:04.047Z Compiling test-strategy v0.4.3
22232025-09-17T21:30:07.117Z Compiling darling_macro v0.20.10
22242025-09-17T21:30:07.525Z Compiling progenitor-impl v0.9.1
22252025-09-17T21:30:07.569Z Compiling smallvec v0.6.14
22262025-09-17T21:30:11.535Z Compiling toml v0.8.23
22272025-09-17T21:30:13.592Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22282025-09-17T21:30:14.111Z Compiling xattr v1.3.1
22292025-09-17T21:30:14.506Z Compiling pin-project-internal v1.1.6
22302025-09-17T21:30:14.770Z Compiling thread_local v1.1.8
22312025-09-17T21:30:15.704Z Compiling filetime v0.2.25
22322025-09-17T21:30:16.120Z Compiling multer v3.1.0
22332025-09-17T21:30:16.526Z Compiling slog-async v2.8.0
22342025-09-17T21:30:16.620Z Compiling ref-cast v1.0.24
22352025-09-17T21:30:17.045Z Compiling termcolor v1.4.1
22362025-09-17T21:30:17.069Z Compiling match_cfg v0.1.0
22372025-09-17T21:30:17.176Z Compiling same-file v1.0.6
22382025-09-17T21:30:17.350Z Compiling bitfield v0.14.0
22392025-09-17T21:30:17.506Z Compiling hashbrown v0.12.3
22402025-09-17T21:30:17.709Z Compiling base64 v0.21.7
22412025-09-17T21:30:18.532Z Compiling rayon-core v1.12.1
22422025-09-17T21:30:18.628Z Compiling ron v0.8.1
22432025-09-17T21:30:18.898Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22442025-09-17T21:30:18.968Z Compiling env_logger v0.10.2
22452025-09-17T21:30:20.062Z Compiling walkdir v2.5.0
22462025-09-17T21:30:20.117Z Compiling hostname v0.3.1
22472025-09-17T21:30:20.295Z Compiling pin-project v1.1.6
22482025-09-17T21:30:20.568Z Compiling tar v0.4.44
22492025-09-17T21:30:20.603Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22502025-09-17T21:30:21.522Z Compiling progenitor-macro v0.9.1
22512025-09-17T21:30:21.991Z Compiling erased-serde v0.4.6
22522025-09-17T21:30:23.561Z Compiling darling v0.20.10
22532025-09-17T21:30:23.750Z Compiling serde-hex v0.1.0
22542025-09-17T21:30:26.411Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22552025-09-17T21:30:26.815Z Compiling hashbrown v0.13.2
22562025-09-17T21:30:28.069Z Compiling progenitor-client v0.9.1
22572025-09-17T21:30:28.921Z Compiling toml_parser v1.0.2
22582025-09-17T21:30:29.055Z Compiling crossbeam-channel v0.5.15
22592025-09-17T21:30:30.663Z Compiling slog-json v2.6.1
22602025-09-17T21:30:30.886Z Compiling serde_path_to_error v0.1.17
22612025-09-17T21:30:31.150Z Compiling serde_spanned v1.0.0
22622025-09-17T21:30:31.493Z Compiling toml_datetime v0.7.0
22632025-09-17T21:30:31.929Z Compiling ordered-float v2.10.1
22642025-09-17T21:30:32.240Z Compiling snafu-derive v0.8.5
22652025-09-17T21:30:32.410Z Compiling async-stream-impl v0.3.6
22662025-09-17T21:30:32.550Z Compiling ref-cast-impl v1.0.24
22672025-09-17T21:30:32.693Z Compiling dropshot v0.16.4
22682025-09-17T21:30:33.094Z Compiling fs-err v2.11.0
22692025-09-17T21:30:33.494Z Compiling debug-ignore v1.0.5
22702025-09-17T21:30:33.588Z Compiling term v1.1.0
22712025-09-17T21:30:33.645Z Compiling crc-any v2.5.0
22722025-09-17T21:30:33.705Z Compiling take_mut v0.2.2
22732025-09-17T21:30:33.919Z Compiling toml_writer v1.0.2
22742025-09-17T21:30:34.519Z Compiling toml v0.9.5
22752025-09-17T21:30:34.568Z Compiling slog-term v2.9.2
22762025-09-17T21:30:36.322Z Compiling snafu v0.8.5
22772025-09-17T21:30:37.580Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22782025-09-17T21:30:37.995Z Compiling async-stream v0.3.6
22792025-09-17T21:30:38.711Z Compiling progenitor v0.9.1
22802025-09-17T21:30:38.988Z Compiling serde-value v0.7.0
22812025-09-17T21:30:40.139Z Compiling slog-bunyan v2.5.0
22822025-09-17T21:30:40.490Z Compiling tokio-rustls v0.25.0
22832025-09-17T21:30:40.905Z Compiling object v0.30.4
22842025-09-17T21:30:41.001Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22852025-09-17T21:30:42.419Z Compiling serde_with_macros v3.14.0
22862025-09-17T21:30:44.195Z Compiling serde-untagged v0.1.7
22872025-09-17T21:30:44.985Z Compiling camino-tempfile v1.4.1
22882025-09-17T21:30:45.816Z Compiling globset v0.4.15
22892025-09-17T21:30:46.693Z Compiling crossbeam-deque v0.8.5
22902025-09-17T21:30:47.177Z Compiling parse-display-derive v0.10.0
22912025-09-17T21:30:47.502Z Compiling olpc-cjson v0.1.4
22922025-09-17T21:30:47.866Z Compiling waitgroup v0.1.2
22932025-09-17T21:30:48.158Z Compiling pem v3.0.5
22942025-09-17T21:30:49.657Z Compiling rustls-pemfile v2.2.0
22952025-09-17T21:30:50.252Z Compiling dropshot_endpoint v0.16.4
22962025-09-17T21:30:50.685Z Compiling serde_plain v1.0.2
22972025-09-17T21:30:51.300Z Compiling hashbrown v0.16.0
22982025-09-17T21:30:51.628Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22992025-09-17T21:30:51.688Z Compiling derive-where v1.5.0
23002025-09-17T21:30:51.766Z Compiling async-recursion v1.1.1
23012025-09-17T21:30:52.427Z Compiling blake3 v1.5.4
23022025-09-17T21:30:52.785Z Compiling hostname v0.4.0
23032025-09-17T21:30:53.014Z Compiling instant v0.1.13
23042025-09-17T21:30:53.095Z Compiling foldhash v0.2.0
23052025-09-17T21:30:53.136Z Compiling path-slash v0.1.5
23062025-09-17T21:30:53.184Z Compiling typed-path v0.9.3
23072025-09-17T21:30:53.221Z Compiling backoff v0.4.0
23082025-09-17T21:30:53.399Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23092025-09-17T21:30:53.620Z Compiling iddqd v0.3.13
23102025-09-17T21:30:53.664Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23112025-09-17T21:30:53.867Z Compiling parse-display v0.10.0
23122025-09-17T21:30:54.573Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23132025-09-17T21:30:54.981Z Compiling serde_with v3.14.0
23142025-09-17T21:30:55.855Z Compiling tough v0.20.0
23152025-09-17T21:30:57.385Z Compiling cargo-util-schemas v0.8.2
23162025-09-17T21:30:57.535Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172025-09-17T21:31:00.114Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
23182025-09-17T21:31:00.329Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23192025-09-17T21:31:00.330Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
23202025-09-17T21:31:00.478Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23212025-09-17T21:31:00.630Z Compiling progenitor-client v0.10.0
23222025-09-17T21:31:01.333Z Compiling cargo-platform v0.2.0
23232025-09-17T21:31:01.510Z Compiling macaddr v1.0.1
23242025-09-17T21:31:02.113Z Compiling memmap2 v0.9.5
23252025-09-17T21:31:02.522Z Compiling arrayvec v0.7.6
23262025-09-17T21:31:02.718Z Compiling indent_write v2.2.0
23272025-09-17T21:31:03.000Z Compiling arrayref v0.3.9
23282025-09-17T21:31:03.026Z Compiling parse-size v1.1.0
23292025-09-17T21:31:03.052Z Compiling constant_time_eq v0.3.1
23302025-09-17T21:31:03.142Z Compiling cargo_metadata v0.21.0
23312025-09-17T21:31:03.282Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23322025-09-17T21:31:05.773Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23332025-09-17T21:31:08.790Z Compiling display-error-chain v0.2.2
23342025-09-17T21:31:08.854Z Compiling topological-sort v0.2.2
23352025-09-17T21:31:08.854Z Compiling omicron-zone-package v0.12.2
23362025-09-17T21:31:08.854Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23372025-09-17T21:31:12.611Z Compiling shell-words v1.1.0
23382025-09-17T21:31:21.913Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23392025-09-17T21:31:31.726Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23402025-09-17T21:31:49.959Z Finished `release` profile [optimized] target(s) in 6m 07s
23412025-09-17T21:31:50.161Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23422025-09-17T21:31:50.223ZSep 17 21:31:49.495 DEBG changing working directory to /work/oxidecomputer/omicron
23432025-09-17T21:31:50.358ZSep 17 21:31:49.630 DEBG running: git rev-parse HEAD
23442025-09-17T21:31:50.363ZSep 17 21:31:49.634 DEBG process exited with exit status: 0 (4.085282ms)
23452025-09-17T21:31:50.363ZSep 17 21:31:49.634 INFO version: 16.0.0-0.ci+git02e1451ca79
23462025-09-17T21:31:50.404ZSep 17 21:31:49.675 INFO cloning helios to /work/oxidecomputer/helios
23472025-09-17T21:31:50.404ZSep 17 21:31:49.675 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23482025-09-17T21:31:50.408ZCloning into '/work/oxidecomputer/helios'...
23492025-09-17T21:31:50.951ZSep 17 21:31:50.223 DEBG process exited with exit status: 0 (547.512055ms)
23502025-09-17T21:31:50.952ZSep 17 21:31:50.223 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23512025-09-17T21:31:50.956ZSep 17 21:31:50.227 DEBG process exited with exit status: 0 (3.893419ms)
23522025-09-17T21:31:50.956ZSep 17 21:31:50.227 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23532025-09-17T21:31:52.662ZSep 17 21:31:51.934 DEBG process exited with exit status: 0 (1.707477401s)
23542025-09-17T21:31:52.662ZSep 17 21:31:51.934 DEBG running: zfs list rpool/images/build/host
23552025-09-17T21:31:52.668ZNAME USED AVAIL REFER MOUNTPOINT
23562025-09-17T21:31:52.668Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
23572025-09-17T21:31:52.671ZSep 17 21:31:51.941 DEBG process exited with exit status: 0 (6.551676ms)
23582025-09-17T21:31:52.671ZSep 17 21:31:51.941 DEBG running: zfs list rpool/images/build/recovery
23592025-09-17T21:31:52.675ZNAME USED AVAIL REFER MOUNTPOINT
23602025-09-17T21:31:52.675Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
23612025-09-17T21:31:52.675ZSep 17 21:31:51.946 DEBG process exited with exit status: 0 (5.524835ms)
23622025-09-17T21:31:52.679ZSep 17 21:31:51.947 INFO [hubris-staging] running task
23632025-09-17T21:31:52.679ZSep 17 21:31:51.947 INFO [incorp-manifest] running task
23642025-09-17T21:31:52.679ZSep 17 21:31:51.947 INFO [hubris-production] running task
23652025-09-17T21:31:52.679ZSep 17 21:31:51.947 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
23662025-09-17T21:31:52.679ZSep 17 21:31:51.948 INFO [incorp-create] running: pkgrepo create /work/incorporation
23672025-09-17T21:31:52.679ZSep 17 21:31:51.949 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23682025-09-17T21:31:52.679ZSep 17 21:31:51.949 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23692025-09-17T21:31:52.766Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23702025-09-17T21:31:53.094ZSep 17 21:31:52.365 INFO [incorp-create] process exited with exit status: 0 (417.24754ms)
23712025-09-17T21:31:53.098ZSep 17 21:31:52.365 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23722025-09-17T21:31:53.441ZSep 17 21:31:52.712 INFO [incorp-publisher] process exited with exit status: 0 (347.030337ms)
23732025-09-17T21:31:53.504Z[ omicron-package] Blocking waiting for file lock on package cache
23742025-09-17T21:31:53.999Z[ omicron-package] Blocking waiting for file lock on package cache
23752025-09-17T21:31:54.988ZSep 17 21:31:54.254 INFO [hubris-production] task succeeded (2.306660814s)
23762025-09-17T21:31:55.219Z[ omicron-package] Compiling ring v0.17.14
23772025-09-17T21:31:55.229Z[ omicron-package] Compiling darling_core v0.21.0
23782025-09-17T21:31:55.234Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23792025-09-17T21:31:55.234Z[ omicron-package] Compiling itertools v0.14.0
23802025-09-17T21:31:55.235Z[ omicron-package] Compiling heapless v0.8.0
23812025-09-17T21:31:55.235Z[ omicron-package] Compiling hash32 v0.3.1
23822025-09-17T21:31:55.235Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23832025-09-17T21:31:56.832Z[ omicron-package] Compiling smoltcp v0.11.0
23842025-09-17T21:31:57.163Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23852025-09-17T21:31:57.243Z[ omicron-package] Compiling num_enum_derive v0.5.11
23862025-09-17T21:31:58.073Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23872025-09-17T21:31:58.764Z[ omicron-package] Compiling cobs v0.2.3
23882025-09-17T21:31:59.665Z[ omicron-package] Compiling postcard v1.0.10
23892025-09-17T21:32:00.360Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23902025-09-17T21:32:01.240Z[ omicron-package] Compiling num_enum v0.5.11
23912025-09-17T21:32:01.315Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23922025-09-17T21:32:01.904Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23932025-09-17T21:32:02.458Z[ omicron-package] Compiling proc-macro-error v1.0.4
23942025-09-17T21:32:02.577Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23952025-09-17T21:32:02.957Z[ omicron-package] Compiling rustls v0.23.19
23962025-09-17T21:32:03.179Z[ omicron-package] Compiling unicode-width v0.1.14
23972025-09-17T21:32:04.089Z[ omicron-package] Compiling foreign-types v0.5.0
23982025-09-17T21:32:04.816Z[ omicron-package] Compiling tabwriter v1.4.0
23992025-09-17T21:32:05.043Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24002025-09-17T21:32:05.592Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24012025-09-17T21:32:05.592Z[ omicron-package] Compiling cstr-argument v0.1.2
24022025-09-17T21:32:06.070Z[ omicron-package] Compiling darling_macro v0.21.0
24032025-09-17T21:32:06.628Z[ omicron-package] Compiling pretty-hex v0.2.1
24042025-09-17T21:32:06.795Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24052025-09-17T21:32:06.952Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24062025-09-17T21:32:07.370Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24072025-09-17T21:32:07.853Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24082025-09-17T21:32:08.032Z[ omicron-package] Compiling darling v0.21.0
24092025-09-17T21:32:08.176Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24102025-09-17T21:32:08.399Z[ omicron-package] Compiling rustls-webpki v0.102.8
24112025-09-17T21:32:08.499Z[ omicron-package] Compiling ingot-macros v0.1.1
24122025-09-17T21:32:08.980Z[ omicron-package] Compiling rayon v1.10.0
24132025-09-17T21:32:09.613Z[ omicron-package] Compiling colored v2.2.0
24142025-09-17T21:32:09.679Z[ omicron-package] Compiling heck v0.4.1
24152025-09-17T21:32:10.633Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24162025-09-17T21:32:12.603Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24172025-09-17T21:32:12.747Z[ omicron-package] Compiling num-derive v0.4.2
24182025-09-17T21:32:13.341Z[ omicron-package] Compiling sigpipe v0.1.3
24192025-09-17T21:32:13.545Z[ omicron-package] Compiling glob v0.3.2
24202025-09-17T21:32:13.619Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24212025-09-17T21:32:14.302Z[ omicron-package] Compiling jiff v0.2.15
24222025-09-17T21:32:16.086Z[ omicron-package] Compiling libefi-sys v0.1.0
24232025-09-17T21:32:16.958Z[ omicron-package] Compiling rustls v0.22.4
24242025-09-17T21:32:17.113Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24252025-09-17T21:32:17.305Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24262025-09-17T21:32:17.309Z[ omicron-package] Compiling zone v0.3.1
24272025-09-17T21:32:18.213Z[ omicron-package] Compiling ingot-types v0.1.2
24282025-09-17T21:32:19.629Z[ omicron-package] Compiling smf v0.2.3
24292025-09-17T21:32:20.751Z[ omicron-package] Compiling tokio-rustls v0.26.0
24302025-09-17T21:32:22.535Z[ omicron-package] Compiling hyper-rustls v0.27.7
24312025-09-17T21:32:23.257Z[ omicron-package] Compiling reqwest v0.12.22
24322025-09-17T21:32:23.634Z[ omicron-package] Compiling ingot v0.1.1
24332025-09-17T21:32:27.294Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24342025-09-17T21:32:28.134Z[ omicron-package] Compiling bitfield-struct v0.6.2
24352025-09-17T21:32:29.398Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24362025-09-17T21:32:30.041Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24372025-09-17T21:32:30.676Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24382025-09-17T21:32:31.324Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392025-09-17T21:32:31.410Z[ omicron-package] Compiling unicode-width v0.2.0
24402025-09-17T21:32:31.588Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24412025-09-17T21:32:32.869Z[ omicron-package] Compiling tokio-rustls v0.25.0
24422025-09-17T21:32:33.586Z[ omicron-package] Compiling dropshot v0.16.4
24432025-09-17T21:32:33.942Z[ omicron-package] Compiling console v0.16.0
24442025-09-17T21:32:34.047Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24452025-09-17T21:32:36.369Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24462025-09-17T21:32:36.863Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24472025-09-17T21:32:36.915Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24482025-09-17T21:32:37.105ZSep 17 21:32:36.371 INFO [hubris-staging] task succeeded (44.424546649s)
24492025-09-17T21:32:37.146Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24502025-09-17T21:32:37.146Z[ helios-setup] --> src/main.rs:79:10
24512025-09-17T21:32:37.146Z[ helios-setup] |
24522025-09-17T21:32:37.151Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24532025-09-17T21:32:37.151Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24542025-09-17T21:32:37.167Z[ helios-setup] | |
24552025-09-17T21:32:37.189Z[ helios-setup] | the lifetime is elided here
24562025-09-17T21:32:37.228Z[ helios-setup] |
24572025-09-17T21:32:37.278Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24582025-09-17T21:32:37.320Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24592025-09-17T21:32:37.372Z[ helios-setup] help: use `'_` for type paths
24602025-09-17T21:32:37.471Z[ helios-setup] |
24612025-09-17T21:32:37.488Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24622025-09-17T21:32:37.501Z[ helios-setup] | ++++
24632025-09-17T21:32:37.546Z[ helios-setup]
24642025-09-17T21:32:37.569Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24652025-09-17T21:32:38.617Z[ omicron-package] Compiling gethostname v0.5.0
24662025-09-17T21:32:39.033Z[ omicron-package] Compiling fixedbitset v0.5.7
24672025-09-17T21:32:39.623Z[ omicron-package] Compiling unit-prefix v0.5.1
24682025-09-17T21:32:40.129Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24692025-09-17T21:32:40.653Z[ omicron-package] Compiling indicatif v0.18.0
24702025-09-17T21:32:41.854Z[ omicron-package] Compiling petgraph v0.8.2
24712025-09-17T21:32:44.372Z[ helios-setup] Sep 17 21:32:43.637 INFO helios repository root is: /work/oxidecomputer/helios
24722025-09-17T21:32:44.376Z[ helios-setup] Sep 17 21:32:43.640 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
24732025-09-17T21:32:44.376Z[ helios-setup] Sep 17 21:32:43.640 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24742025-09-17T21:32:44.379Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24752025-09-17T21:32:45.289Z[ helios-setup] Sep 17 21:32:44.554 INFO clone ok!, project: image-builder
24762025-09-17T21:32:45.289Z[ helios-setup] Sep 17 21:32:44.555 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
24772025-09-17T21:32:45.293Z[ helios-setup] Sep 17 21:32:44.555 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
24782025-09-17T21:32:45.293Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
24792025-09-17T21:32:46.641Z[ helios-setup] Sep 17 21:32:45.904 INFO clone ok!, project: amd-host-image-builder
24802025-09-17T21:32:46.641Z[ helios-setup] Sep 17 21:32:45.904 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
24812025-09-17T21:32:46.644Z[ helios-setup] Sep 17 21:32:45.904 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24822025-09-17T21:32:46.644Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24832025-09-17T21:32:47.413ZSep 17 21:32:46.676 DEBG process exited with exit status: 0 (54.7271714s)
24842025-09-17T21:32:47.417ZSep 17 21:32:46.678 INFO [incorp-manifest] task succeeded (54.731135892s)
24852025-09-17T21:32:47.417ZSep 17 21:32:46.678 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24862025-09-17T21:32:47.815Z[ helios-setup] Sep 17 21:32:47.080 INFO clone ok!, project: chelsio-t6-roms
24872025-09-17T21:32:47.819Z[ helios-setup] Sep 17 21:32:47.081 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
24882025-09-17T21:32:47.819Z[ helios-setup] Sep 17 21:32:47.081 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24892025-09-17T21:32:47.823Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24902025-09-17T21:32:48.091ZSep 17 21:32:47.356 INFO [incorp-fmt] process exited with exit status: 0 (677.266447ms)
24912025-09-17T21:32:48.095ZSep 17 21:32:47.356 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24922025-09-17T21:32:48.277Z[ omicron-package] Compiling progenitor-client v0.9.1
24932025-09-17T21:32:48.314Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24942025-09-17T21:32:48.519Z[ helios-setup] Sep 17 21:32:47.784 INFO clone ok!, project: bootserver
24952025-09-17T21:32:48.523Z[ helios-setup] Sep 17 21:32:47.784 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
24962025-09-17T21:32:48.523Z[ helios-setup] Sep 17 21:32:47.784 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
24972025-09-17T21:32:48.523Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
24982025-09-17T21:32:48.768Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250917T213247Z
24992025-09-17T21:32:48.768Z[ incorp-pkgsend] PUBLISHED
25002025-09-17T21:32:48.850ZSep 17 21:32:48.115 INFO [incorp-pkgsend] process exited with exit status: 0 (759.219979ms)
25012025-09-17T21:32:48.856ZSep 17 21:32:48.115 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25022025-09-17T21:32:49.000Z[ omicron-package] Compiling progenitor v0.9.1
25032025-09-17T21:32:49.236Z[ helios-setup] Sep 17 21:32:48.502 INFO clone ok!, project: pinprick
25042025-09-17T21:32:49.236Z[ helios-setup] Sep 17 21:32:48.502 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25052025-09-17T21:32:49.241Z[ helios-setup] Sep 17 21:32:48.502 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
25062025-09-17T21:32:49.241Z[ helios-setup] Sep 17 21:32:48.502 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25072025-09-17T21:32:49.241Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25082025-09-17T21:32:49.334Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25092025-09-17T21:32:49.344Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25102025-09-17T21:32:49.404Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25112025-09-17T21:32:49.404Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25122025-09-17T21:32:49.408Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25132025-09-17T21:32:49.412Z[ helios-incorp]
25142025-09-17T21:32:49.412Z[ helios-incorp] Archiving packages ...
25152025-09-17T21:32:49.420Z[ helios-incorp] Packages to add: 1
25162025-09-17T21:32:49.420Z[ helios-incorp] Files to retrieve: 0
25172025-09-17T21:32:49.420Z[ helios-incorp] Estimated transfer size: 0.00 B
25182025-09-17T21:32:49.420Z[ helios-incorp]
25192025-09-17T21:32:49.420Z[ helios-incorp] Packages to archive:
25202025-09-17T21:32:49.420Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250917T213247Z
25212025-09-17T21:32:49.420Z[ helios-incorp]
25222025-09-17T21:32:49.420Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25232025-09-17T21:32:49.420Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
25242025-09-17T21:32:49.420Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
25252025-09-17T21:32:49.467Z[ omicron-package] Compiling progenitor-client v0.10.0
25262025-09-17T21:32:49.517ZSep 17 21:32:48.782 INFO [helios-incorp] process exited with exit status: 0 (666.84776ms)
25272025-09-17T21:32:49.543Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25282025-09-17T21:32:50.342Z[ helios-setup] Sep 17 21:32:49.607 INFO clone ok!, project: pilot
25292025-09-17T21:32:50.347Z[ helios-setup] Sep 17 21:32:49.607 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
25302025-09-17T21:32:50.347Z[ helios-setup] Sep 17 21:32:49.607 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25312025-09-17T21:32:50.350Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25322025-09-17T21:32:50.505Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25332025-09-17T21:32:52.438Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25342025-09-17T21:32:53.137Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25352025-09-17T21:32:57.918Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25362025-09-17T21:33:01.619Z[ helios-setup] Sep 17 21:33:00.883 INFO clone ok!, project: amd-firmware
25372025-09-17T21:33:01.623Z[ helios-setup] Sep 17 21:33:00.883 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25382025-09-17T21:33:01.624Z[ helios-setup] Sep 17 21:33:00.883 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
25392025-09-17T21:33:01.624Z[ helios-setup] Sep 17 21:33:00.883 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25402025-09-17T21:33:01.627Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25412025-09-17T21:33:02.747Z[ helios-setup] Sep 17 21:33:02.010 INFO clone ok!, project: phbl
25422025-09-17T21:33:02.751Z[ helios-setup] Sep 17 21:33:02.010 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25432025-09-17T21:33:02.751Z[ helios-setup] Sep 17 21:33:02.010 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25442025-09-17T21:33:03.325Z[ helios-setup] Sep 17 21:33:02.588 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25452025-09-17T21:33:03.898Z[ helios-setup] Sep 17 21:33:03.162 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25462025-09-17T21:33:03.898Z[ helios-setup] Sep 17 21:33:03.162 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25472025-09-17T21:33:04.478Z[ helios-setup] Sep 17 21:33:03.741 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25482025-09-17T21:33:05.022Z[ helios-setup] Sep 17 21:33:04.285 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25492025-09-17T21:33:05.022Z[ helios-setup] Sep 17 21:33:04.286 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25502025-09-17T21:33:05.640Z[ helios-setup] Sep 17 21:33:04.903 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25512025-09-17T21:33:06.225Z[ helios-setup] Sep 17 21:33:05.488 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25522025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25532025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25542025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO ok!
25552025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25562025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25572025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO ok!
25582025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25592025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25602025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO ok!
25612025-09-17T21:33:06.229Z[ helios-setup] Sep 17 21:33:05.489 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
25622025-09-17T21:33:06.343Z[ helios-setup] Sep 17 21:33:05.605 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
25632025-09-17T21:33:06.343Z[ helios-setup] Sep 17 21:33:05.605 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
25642025-09-17T21:33:06.349Z[ helios-setup] Sep 17 21:33:05.605 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
25652025-09-17T21:33:06.645Z[ helios-setup] Sep 17 21:33:05.909 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
25662025-09-17T21:33:07.048Z[ helios-setup] Sep 17 21:33:06.311 INFO E| From https://github.com/jclulow/rust-jmclib
25672025-09-17T21:33:07.048Z[ helios-setup] Sep 17 21:33:06.311 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
25682025-09-17T21:33:07.064Z[ helios-setup] Sep 17 21:33:06.327 INFO E| Updating crates.io index
25692025-09-17T21:33:07.233Z[ helios-setup] Sep 17 21:33:06.497 INFO E| Downloading crates ...
25702025-09-17T21:33:07.431Z[ helios-setup] Sep 17 21:33:06.657 INFO E| Downloaded fastrand v2.0.0
25712025-09-17T21:33:07.435Z[ helios-setup] Sep 17 21:33:06.661 INFO E| Downloaded bitflags v2.3.3
25722025-09-17T21:33:07.435Z[ helios-setup] Sep 17 21:33:06.665 INFO E| Downloaded opaque-debug v0.3.0
25732025-09-17T21:33:07.435Z[ helios-setup] Sep 17 21:33:06.667 INFO E| Downloaded anyhow v1.0.72
25742025-09-17T21:33:07.435Z[ helios-setup] Sep 17 21:33:06.672 INFO E| Downloaded glob v0.3.1
25752025-09-17T21:33:07.435Z[ helios-setup] Sep 17 21:33:06.674 INFO E| Downloaded sha-1 v0.9.8
25762025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.677 INFO E| Downloaded digest v0.9.0
25772025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.680 INFO E| Downloaded md-5 v0.9.1
25782025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.682 INFO E| Downloaded libdevinfo-sys v1.0.0
25792025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.684 INFO E| Downloaded unicode-width v0.1.10
25802025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.686 INFO E| Downloaded itoa v1.0.9
25812025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.688 INFO E| Downloaded cpufeatures v0.2.9
25822025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.690 INFO E| Downloaded walkdir v2.3.3
25832025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.693 INFO E| Downloaded errno v0.3.1
25842025-09-17T21:33:07.436Z[ helios-setup] Sep 17 21:33:06.695 INFO E| Downloaded tempfile v3.7.0
25852025-09-17T21:33:07.440Z[ helios-setup] Sep 17 21:33:06.699 INFO E| Downloaded block-buffer v0.9.0
25862025-09-17T21:33:07.466Z[ helios-setup] Sep 17 21:33:06.729 INFO E| Downloaded unicode-ident v1.0.11
25872025-09-17T21:33:07.472Z[ helios-setup] Sep 17 21:33:06.733 INFO E| Downloaded serde_derive v1.0.193
25882025-09-17T21:33:07.475Z[ helios-setup] Sep 17 21:33:06.737 INFO E| Downloaded quote v1.0.31
25892025-09-17T21:33:07.479Z[ helios-setup] Sep 17 21:33:06.743 INFO E| Downloaded proc-macro2 v1.0.66
25902025-09-17T21:33:07.484Z[ helios-setup] Sep 17 21:33:06.747 INFO E| Downloaded uuid v0.8.2
25912025-09-17T21:33:07.489Z[ helios-setup] Sep 17 21:33:06.752 INFO E| Downloaded ryu v1.0.15
25922025-09-17T21:33:07.494Z[ helios-setup] Sep 17 21:33:06.757 INFO E| Downloaded serde v1.0.193
25932025-09-17T21:33:07.499Z[ helios-setup] Sep 17 21:33:06.762 INFO E| Downloaded once_cell v1.18.0
25942025-09-17T21:33:07.502Z[ helios-setup] Sep 17 21:33:06.766 INFO E| Downloaded getrandom v0.2.10
25952025-09-17T21:33:07.507Z[ helios-setup] Sep 17 21:33:06.770 INFO E| Downloaded typenum v1.16.0
25962025-09-17T21:33:07.510Z[ helios-setup] Sep 17 21:33:06.774 INFO E| Downloaded serde_json v1.0.103
25972025-09-17T21:33:07.539Z[ helios-setup] Sep 17 21:33:06.802 INFO E| Downloaded toml v0.5.11
25982025-09-17T21:33:07.570Z[ helios-setup] Sep 17 21:33:06.833 INFO E| Downloaded syn v2.0.32
25992025-09-17T21:33:07.585Z[ helios-setup] Sep 17 21:33:06.848 INFO E| Downloaded rustix v0.38.4
26002025-09-17T21:33:07.649Z[ helios-setup] Sep 17 21:33:06.912 INFO E| Downloaded libc v0.2.147
26012025-09-17T21:33:07.762Z[ helios-setup] Sep 17 21:33:07.024 INFO E| Compiling libc v0.2.147
26022025-09-17T21:33:07.762Z[ helios-setup] Sep 17 21:33:07.024 INFO E| Compiling proc-macro2 v1.0.66
26032025-09-17T21:33:07.881Z[ helios-setup] Sep 17 21:33:07.143 INFO E| Compiling unicode-ident v1.0.11
26042025-09-17T21:33:07.885Z[ helios-setup] Sep 17 21:33:07.144 INFO E| Compiling cfg-if v1.0.0
26052025-09-17T21:33:07.885Z[ helios-setup] Sep 17 21:33:07.144 INFO E| Compiling version_check v0.9.4
26062025-09-17T21:33:07.885Z[ helios-setup] Sep 17 21:33:07.144 INFO E| Compiling typenum v1.16.0
26072025-09-17T21:33:07.885Z[ helios-setup] Sep 17 21:33:07.144 INFO E| Compiling serde v1.0.193
26082025-09-17T21:33:07.885Z[ helios-setup] Sep 17 21:33:07.144 INFO E| Compiling itoa v1.0.9
26092025-09-17T21:33:08.220Z[ helios-setup] Sep 17 21:33:07.482 INFO E| Compiling rustix v0.38.4
26102025-09-17T21:33:08.330Z[ helios-setup] Sep 17 21:33:07.592 INFO E| Compiling time-core v0.1.2
26112025-09-17T21:33:08.373Z[ helios-setup] Sep 17 21:33:07.636 INFO E| Compiling slog v2.7.0
26122025-09-17T21:33:08.887Z[ helios-setup] Sep 17 21:33:08.150 INFO E| Compiling num-conv v0.1.0
26132025-09-17T21:33:08.997Z[ helios-setup] Sep 17 21:33:08.259 INFO E| Compiling generic-array v0.14.7
26142025-09-17T21:33:09.052Z[ helios-setup] Sep 17 21:33:08.315 INFO E| Compiling powerfmt v0.2.0
26152025-09-17T21:33:09.550Z[ helios-setup] Sep 17 21:33:08.809 INFO E| Compiling time-macros v0.2.18
26162025-09-17T21:33:09.776Z[ helios-setup] Sep 17 21:33:09.039 INFO E| Compiling deranged v0.3.11
26172025-09-17T21:33:09.913Z[ helios-setup] Sep 17 21:33:09.176 INFO E| Compiling once_cell v1.18.0
26182025-09-17T21:33:09.987Z[ helios-setup] Sep 17 21:33:09.250 INFO E| Compiling num_threads v0.1.6
26192025-09-17T21:33:10.116Z[ helios-setup] Sep 17 21:33:09.378 INFO E| Compiling bitflags v2.3.3
26202025-09-17T21:33:10.414Z[ helios-setup] Sep 17 21:33:09.677 INFO E| Compiling thread_local v1.1.7
26212025-09-17T21:33:10.736Z[ helios-setup] Sep 17 21:33:09.999 INFO E| Compiling quote v1.0.31
26222025-09-17T21:33:11.021Z[ helios-setup] Sep 17 21:33:10.284 INFO E| Compiling dirs-sys-next v0.1.2
26232025-09-17T21:33:11.061Z[ helios-setup] Sep 17 21:33:10.324 INFO E| Compiling errno v0.3.1
26242025-09-17T21:33:11.070Z[ helios-setup] Sep 17 21:33:10.333 INFO E| Compiling atty v0.2.14
26252025-09-17T21:33:11.223Z[ helios-setup] Sep 17 21:33:10.486 INFO E| Compiling syn v2.0.32
26262025-09-17T21:33:11.279Z[ helios-setup] Sep 17 21:33:10.541 INFO E| Compiling serde_json v1.0.103
26272025-09-17T21:33:11.555Z[ helios-setup] Sep 17 21:33:10.814 INFO E| Compiling dirs-next v2.0.0
26282025-09-17T21:33:11.559Z[ helios-setup] Sep 17 21:33:10.821 INFO E| Compiling fastrand v2.0.0
26292025-09-17T21:33:11.764Z[ helios-setup] Sep 17 21:33:11.027 INFO E| Compiling term v0.7.0
26302025-09-17T21:33:11.798Z[ helios-setup] Sep 17 21:33:11.059 INFO E| Compiling anyhow v1.0.72
26312025-09-17T21:33:11.913Z[ helios-setup] Sep 17 21:33:11.176 INFO E| Compiling opaque-debug v0.3.0
26322025-09-17T21:33:12.085Z[ helios-setup] Sep 17 21:33:11.347 INFO E| Compiling getrandom v0.2.10
26332025-09-17T21:33:12.272Z[ helios-setup] Sep 17 21:33:11.535 INFO E| Compiling block-buffer v0.9.0
26342025-09-17T21:33:12.272Z[ helios-setup] Sep 17 21:33:11.535 INFO E| Compiling digest v0.9.0
26352025-09-17T21:33:12.454Z[ helios-setup] Sep 17 21:33:11.713 INFO E| Compiling ryu v1.0.15
26362025-09-17T21:33:12.478Z[ helios-setup] Sep 17 21:33:11.740 INFO E| Compiling unicode-width v0.1.10
26372025-09-17T21:33:12.545Z[ helios-setup] Sep 17 21:33:11.808 INFO E| Compiling cpufeatures v0.2.9
26382025-09-17T21:33:12.662Z[ helios-setup] Sep 17 21:33:11.920 INFO E| Compiling same-file v1.0.6
26392025-09-17T21:33:12.684Z[ helios-setup] Sep 17 21:33:11.946 INFO E| Compiling getopts v0.2.21
26402025-09-17T21:33:12.818Z[ helios-setup] Sep 17 21:33:12.081 INFO E| Compiling sha-1 v0.9.8
26412025-09-17T21:33:13.013Z[ helios-setup] Sep 17 21:33:12.276 INFO E| Compiling tempfile v3.7.0
26422025-09-17T21:33:13.097Z[ helios-setup] Sep 17 21:33:12.360 INFO E| Compiling time v0.3.36
26432025-09-17T21:33:13.315Z[ helios-setup] Sep 17 21:33:12.577 INFO E| Compiling walkdir v2.3.3
26442025-09-17T21:33:13.424Z[ helios-setup] Sep 17 21:33:12.687 INFO E| Compiling md-5 v0.9.1
26452025-09-17T21:33:13.473Z[ helios-setup] Sep 17 21:33:12.735 INFO E| Compiling glob v0.3.1
26462025-09-17T21:33:13.567Z[ helios-setup] Sep 17 21:33:12.830 INFO E| Compiling libdevinfo-sys v1.0.0
26472025-09-17T21:33:14.749Z[ helios-setup] Sep 17 21:33:14.003 INFO E| Compiling serde_derive v1.0.193
26482025-09-17T21:33:14.991Z[ helios-setup] Sep 17 21:33:14.254 INFO E| Compiling slog-term v2.9.0
26492025-09-17T21:33:20.254Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26502025-09-17T21:33:21.779Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26512025-09-17T21:33:24.295Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26522025-09-17T21:33:26.850Z[ helios-setup] Sep 17 21:33:26.112 INFO E| Compiling toml v0.5.11
26532025-09-17T21:33:26.850Z[ helios-setup] Sep 17 21:33:26.112 INFO E| Compiling uuid v0.8.2
26542025-09-17T21:33:28.736Z[ helios-setup] Sep 17 21:33:27.997 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26552025-09-17T21:33:30.195Z[ helios-setup] Sep 17 21:33:29.455 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26562025-09-17T21:33:37.005Z[ helios-setup] Sep 17 21:33:36.265 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.52s
26572025-09-17T21:33:37.029Z[ helios-setup] Sep 17 21:33:36.289 INFO building project "image-builder" ok (30 seconds)
26582025-09-17T21:33:37.029Z[ helios-setup] Sep 17 21:33:36.289 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26592025-09-17T21:33:37.090Z[ helios-setup] Sep 17 21:33:36.350 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')"
26602025-09-17T21:33:37.090Z[ helios-setup] Sep 17 21:33:36.350 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26612025-09-17T21:33:37.094Z[ helios-setup] Sep 17 21:33:36.350 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26622025-09-17T21:33:37.456Z[ helios-setup] Sep 17 21:33:36.716 INFO E| Updating crates.io index
26632025-09-17T21:33:37.460Z[ helios-setup] Sep 17 21:33:36.717 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26642025-09-17T21:33:38.022Z[ helios-setup] Sep 17 21:33:37.281 INFO E| From https://github.com/oxidecomputer/amd-apcb
26652025-09-17T21:33:38.022Z[ helios-setup] Sep 17 21:33:37.281 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
26662025-09-17T21:33:38.098Z[ helios-setup] Sep 17 21:33:37.358 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26672025-09-17T21:33:38.941Z[ helios-setup] Sep 17 21:33:38.201 INFO E| From https://github.com/oxidecomputer/amd-efs
26682025-09-17T21:33:38.942Z[ helios-setup] Sep 17 21:33:38.201 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26692025-09-17T21:33:39.233Z[ helios-setup] Sep 17 21:33:38.492 INFO E| Downloading crates ...
26702025-09-17T21:33:39.452Z[ helios-setup] Sep 17 21:33:38.712 INFO E| Downloaded unic-ucd-version v0.9.0
26712025-09-17T21:33:39.456Z[ helios-setup] Sep 17 21:33:38.714 INFO E| Downloaded fletcher v1.0.0
26722025-09-17T21:33:39.456Z[ helios-setup] Sep 17 21:33:38.715 INFO E| Downloaded unic-common v0.9.0
26732025-09-17T21:33:39.459Z[ helios-setup] Sep 17 21:33:38.717 INFO E| Downloaded unic-char-range v0.9.0
26742025-09-17T21:33:39.459Z[ helios-setup] Sep 17 21:33:38.719 INFO E| Downloaded thiserror-impl v2.0.12
26752025-09-17T21:33:39.463Z[ helios-setup] Sep 17 21:33:38.721 INFO E| Downloaded rustversion v1.0.20
26762025-09-17T21:33:39.467Z[ helios-setup] Sep 17 21:33:38.725 INFO E| Downloaded unic-char-property v0.9.0
26772025-09-17T21:33:39.470Z[ helios-setup] Sep 17 21:33:38.727 INFO E| Downloaded strum v0.27.1
26782025-09-17T21:33:39.470Z[ helios-setup] Sep 17 21:33:38.729 INFO E| Downloaded cpufeatures v0.2.17
26792025-09-17T21:33:39.473Z[ helios-setup] Sep 17 21:33:38.731 INFO E| Downloaded scroll_derive v0.12.1
26802025-09-17T21:33:39.473Z[ helios-setup] Sep 17 21:33:38.733 INFO E| Downloaded proc-macro2 v1.0.95
26812025-09-17T21:33:39.479Z[ helios-setup] Sep 17 21:33:38.737 INFO E| Downloaded textwrap v0.11.0
26822025-09-17T21:33:39.482Z[ helios-setup] Sep 17 21:33:38.740 INFO E| Downloaded strsim v0.8.0
26832025-09-17T21:33:39.486Z[ helios-setup] Sep 17 21:33:38.744 INFO E| Downloaded parse_int v0.9.0
26842025-09-17T21:33:39.486Z[ helios-setup] Sep 17 21:33:38.745 INFO E| Downloaded itoa v1.0.15
26852025-09-17T21:33:39.489Z[ helios-setup] Sep 17 21:33:38.747 INFO E| Downloaded vec_map v0.8.2
26862025-09-17T21:33:39.489Z[ helios-setup] Sep 17 21:33:38.749 INFO E| Downloaded structopt-derive v0.4.18
26872025-09-17T21:33:39.492Z[ helios-setup] Sep 17 21:33:38.751 INFO E| Downloaded unic-ucd-ident v0.9.0
26882025-09-17T21:33:39.496Z[ helios-setup] Sep 17 21:33:38.754 INFO E| Downloaded pest_generator v2.8.0
26892025-09-17T21:33:39.501Z[ helios-setup] Sep 17 21:33:38.756 INFO E| Downloaded modular-bitfield-impl v0.11.2
26902025-09-17T21:33:39.501Z[ helios-setup] Sep 17 21:33:38.758 INFO E| Downloaded four-cc v0.4.0
26912025-09-17T21:33:39.501Z[ helios-setup] Sep 17 21:33:38.760 INFO E| Downloaded bytesize v2.0.1
26922025-09-17T21:33:39.504Z[ helios-setup] Sep 17 21:33:38.763 INFO E| Downloaded thiserror v2.0.12
26932025-09-17T21:33:39.514Z[ helios-setup] Sep 17 21:33:38.773 INFO E| Downloaded structopt v0.3.26
26942025-09-17T21:33:39.526Z[ helios-setup] Sep 17 21:33:38.786 INFO E| Downloaded pest_derive v2.8.0
26952025-09-17T21:33:39.530Z[ helios-setup] Sep 17 21:33:38.790 INFO E| Downloaded ryu v1.0.20
26962025-09-17T21:33:39.535Z[ helios-setup] Sep 17 21:33:38.795 INFO E| Downloaded pest_meta v2.8.0
26972025-09-17T21:33:39.539Z[ helios-setup] Sep 17 21:33:38.798 INFO E| Downloaded typenum v1.18.0
26982025-09-17T21:33:39.544Z[ helios-setup] Sep 17 21:33:38.804 INFO E| Downloaded serde v1.0.219
26992025-09-17T21:33:39.550Z[ helios-setup] Sep 17 21:33:38.810 INFO E| Downloaded zerocopy-derive v0.8.25
27002025-09-17T21:33:39.578Z[ helios-setup] Sep 17 21:33:38.838 INFO E| Downloaded serde_derive v1.0.219
27012025-09-17T21:33:39.583Z[ helios-setup] Sep 17 21:33:38.842 INFO E| Downloaded modular-bitfield v0.11.2
27022025-09-17T21:33:39.599Z[ helios-setup] Sep 17 21:33:38.859 INFO E| Downloaded ansi_term v0.12.1
27032025-09-17T21:33:39.603Z[ helios-setup] Sep 17 21:33:38.862 INFO E| Downloaded dyn-clone v1.0.19
27042025-09-17T21:33:39.619Z[ helios-setup] Sep 17 21:33:38.878 INFO E| Downloaded pest v2.8.0
27052025-09-17T21:33:39.625Z[ helios-setup] Sep 17 21:33:38.885 INFO E| Downloaded serde_json v1.0.140
27062025-09-17T21:33:39.636Z[ helios-setup] Sep 17 21:33:38.896 INFO E| Downloaded goblin v0.9.3
27072025-09-17T21:33:39.646Z[ helios-setup] Sep 17 21:33:38.905 INFO E| Downloaded clap v2.34.0
27082025-09-17T21:33:39.657Z[ helios-setup] Sep 17 21:33:38.917 INFO E| Downloaded zerocopy v0.8.25
27092025-09-17T21:33:39.701Z[ helios-setup] Sep 17 21:33:38.960 INFO E| Downloaded syn v2.0.101
27102025-09-17T21:33:39.755Z[ helios-setup] Sep 17 21:33:39.014 INFO E| Downloaded libc v0.2.172
27112025-09-17T21:33:39.872Z[ helios-setup] Sep 17 21:33:39.132 INFO E| Compiling proc-macro2 v1.0.95
27122025-09-17T21:33:39.872Z[ helios-setup] Sep 17 21:33:39.132 INFO E| Compiling unicode-ident v1.0.18
27132025-09-17T21:33:39.872Z[ helios-setup] Sep 17 21:33:39.132 INFO E| Compiling memchr v2.7.4
27142025-09-17T21:33:39.876Z[ helios-setup] Sep 17 21:33:39.132 INFO E| Compiling syn v1.0.109
27152025-09-17T21:33:39.876Z[ helios-setup] Sep 17 21:33:39.132 INFO E| Compiling autocfg v1.4.0
27162025-09-17T21:33:39.876Z[ helios-setup] Sep 17 21:33:39.132 INFO E| Compiling thiserror v2.0.12
27172025-09-17T21:33:39.876Z[ helios-setup] Sep 17 21:33:39.133 INFO E| Compiling serde v1.0.219
27182025-09-17T21:33:39.897Z[ helios-setup] Sep 17 21:33:39.157 INFO E| Compiling version_check v0.9.5
27192025-09-17T21:33:40.229Z[ helios-setup] Sep 17 21:33:39.488 INFO E| Compiling serde_json v1.0.140
27202025-09-17T21:33:40.764Z[ helios-setup] Sep 17 21:33:40.024 INFO E| Compiling schemars v0.8.22
27212025-09-17T21:33:40.857Z[ helios-setup] Sep 17 21:33:40.116 INFO E| Compiling ryu v1.0.20
27222025-09-17T21:33:40.912Z[ helios-setup] Sep 17 21:33:40.172 INFO E| Compiling itoa v1.0.15
27232025-09-17T21:33:40.921Z[ helios-setup] Sep 17 21:33:40.181 INFO E| Compiling num-traits v0.2.19
27242025-09-17T21:33:40.942Z[ helios-setup] Sep 17 21:33:40.200 INFO E| Compiling memoffset v0.9.1
27252025-09-17T21:33:41.134Z[ helios-setup] Sep 17 21:33:40.394 INFO E| Compiling proc-macro-error-attr v1.0.4
27262025-09-17T21:33:41.262Z[ helios-setup] Sep 17 21:33:40.522 INFO E| Compiling ucd-trie v0.1.7
27272025-09-17T21:33:41.268Z[ helios-setup] Sep 17 21:33:40.528 INFO E| Compiling zerocopy v0.8.25
27282025-09-17T21:33:41.342Z[ helios-setup] Sep 17 21:33:40.578 INFO E| Compiling paste v1.0.15
27292025-09-17T21:33:41.541Z[ helios-setup] Sep 17 21:33:40.801 INFO E| Compiling dyn-clone v1.0.19
27302025-09-17T21:33:41.612Z[ helios-setup] Sep 17 21:33:40.872 INFO E| Compiling libc v0.2.172
27312025-09-17T21:33:41.679Z[ helios-setup] Sep 17 21:33:40.939 INFO E| Compiling rustversion v1.0.20
27322025-09-17T21:33:42.002Z[ helios-setup] Sep 17 21:33:41.259 INFO E| Compiling proc-macro-error v1.0.4
27332025-09-17T21:33:42.071Z[ helios-setup] Sep 17 21:33:41.330 INFO E| Compiling once_cell v1.21.3
27342025-09-17T21:33:42.079Z[ helios-setup] Sep 17 21:33:41.338 INFO E| Compiling static_assertions v1.1.0
27352025-09-17T21:33:42.185Z[ helios-setup] Sep 17 21:33:41.444 INFO E| Compiling quote v1.0.40
27362025-09-17T21:33:42.493Z[ helios-setup] Sep 17 21:33:41.753 INFO E| Compiling unicode-width v0.1.14
27372025-09-17T21:33:42.606Z[ helios-setup] Sep 17 21:33:41.865 INFO E| Compiling syn v2.0.101
27382025-09-17T21:33:43.087Z[ helios-setup] Sep 17 21:33:42.346 INFO E| Compiling heck v0.5.0
27392025-09-17T21:33:43.278Z[ helios-setup] Sep 17 21:33:42.537 INFO E| Compiling unicode-segmentation v1.12.0
27402025-09-17T21:33:43.604Z[ helios-setup] Sep 17 21:33:42.857 INFO E| Compiling atty v0.2.14
27412025-09-17T21:33:43.634Z[ helios-setup] Sep 17 21:33:42.886 INFO E| Compiling textwrap v0.11.0
27422025-09-17T21:33:43.743Z[ helios-setup] Sep 17 21:33:43.002 INFO E| Compiling parse_int v0.9.0
27432025-09-17T21:33:43.828Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 51s
27442025-09-17T21:33:43.913Z[ helios-setup] Sep 17 21:33:43.171 INFO E| Compiling strum v0.27.1
27452025-09-17T21:33:43.920Z[ helios-setup] Sep 17 21:33:43.179 INFO E| Compiling bitflags v1.3.2
27462025-09-17T21:33:43.945Z[ helios-setup] Sep 17 21:33:43.204 INFO E| Compiling byteorder v1.5.0
27472025-09-17T21:33:44.022Z[ helios-setup] Sep 17 21:33:43.281 INFO E| Compiling vec_map v0.8.2
27482025-09-17T21:33:44.095Z[ helios-setup] Sep 17 21:33:43.354 INFO E| Compiling heck v0.3.3
27492025-09-17T21:33:44.210Z[ helios-setup] Sep 17 21:33:43.467 INFO E| Compiling strsim v0.8.0
27502025-09-17T21:33:44.210Z[ helios-setup] Sep 17 21:33:43.468 INFO E| Compiling unic-char-range v0.9.0
27512025-09-17T21:33:44.245Z[ helios-setup] Sep 17 21:33:43.480 INFO E| Compiling fletcher v1.0.0
27522025-09-17T21:33:44.250Z[ omicron-package]
27532025-09-17T21:33:44.250Z[ omicron-package] real 1:51.468466184
27542025-09-17T21:33:44.250Z[ omicron-package] user 8:55.248865804
27552025-09-17T21:33:44.250Z[ omicron-package] sys 35.354932017
27562025-09-17T21:33:44.250Z[ omicron-package] trap 1.065286274
27572025-09-17T21:33:44.250Z[ omicron-package] tflt 1.011075910
27582025-09-17T21:33:44.250Z[ omicron-package] dflt 0.959863198
27592025-09-17T21:33:44.250Z[ omicron-package] kflt 0.000305481
27602025-09-17T21:33:44.250Z[ omicron-package] lock 29:54.772270240
27612025-09-17T21:33:44.250Z[ omicron-package] slp 34:36.758722186
27622025-09-17T21:33:44.250Z[ omicron-package] lat 3:45.865545200
27632025-09-17T21:33:44.250ZSep 17 21:33:43.504 INFO [omicron-package] process exited with exit status: 0 (111.556771849s)
27642025-09-17T21:33:44.250Z[ omicron-package] stop 1:34.968823967
27652025-09-17T21:33:44.250ZSep 17 21:33:43.505 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27662025-09-17T21:33:44.250ZSep 17 21:33:43.508 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27672025-09-17T21:33:44.264Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27682025-09-17T21:33:44.268Z[ host-target] Created new build target 'host' and set it as active
27692025-09-17T21:33:44.268Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27702025-09-17T21:33:44.272ZSep 17 21:33:43.528 INFO [host-target] process exited with exit status: 0 (23.389868ms)
27712025-09-17T21:33:44.272Z[ recovery-target] Created new build target 'recovery' and set it as active
27722025-09-17T21:33:44.272ZSep 17 21:33:43.528 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27732025-09-17T21:33:44.275ZSep 17 21:33:43.533 INFO [recovery-target] process exited with exit status: 0 (25.008717ms)
27742025-09-17T21:33:44.285Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27752025-09-17T21:33:44.364Z[ helios-setup] Sep 17 21:33:43.623 INFO E| Compiling ansi_term v0.12.1
27762025-09-17T21:33:44.420Z[ helios-setup] Sep 17 21:33:43.680 INFO E| Compiling unic-common v0.9.0
27772025-09-17T21:33:44.421Z[ helios-setup] Sep 17 21:33:43.680 INFO E| Compiling unic-char-property v0.9.0
27782025-09-17T21:33:44.444Z[ helios-setup] Sep 17 21:33:43.703 INFO E| Compiling log v0.4.27
27792025-09-17T21:33:44.468Z[ helios-setup] Sep 17 21:33:43.727 INFO E| Compiling lazy_static v1.5.0
27802025-09-17T21:33:44.588Z[ helios-setup] Sep 17 21:33:43.846 INFO E| Compiling unic-ucd-version v0.9.0
27812025-09-17T21:33:44.636Z[ helios-setup] Sep 17 21:33:43.896 INFO E| Compiling plain v0.2.3
27822025-09-17T21:33:44.636Z[ helios-setup] Sep 17 21:33:43.896 INFO E| Compiling bytesize v2.0.1
27832025-09-17T21:33:44.707Z[ helios-setup] Sep 17 21:33:43.966 INFO E| Compiling unic-ucd-ident v0.9.0
27842025-09-17T21:33:44.823Z[ helios-setup] Sep 17 21:33:44.082 INFO E| Compiling clap v2.34.0
27852025-09-17T21:33:47.019Z[ host-package] Compiling ring v0.17.14
27862025-09-17T21:33:47.374Z[ host-package] Compiling typify-impl v0.4.3
27872025-09-17T21:33:47.454Z[ host-package] Compiling convert_case v0.4.0
27882025-09-17T21:33:47.458Z[ host-package] Compiling num-rational v0.4.2
27892025-09-17T21:33:47.458Z[ host-package] Compiling num-complex v0.4.6
27902025-09-17T21:33:47.458Z[ host-package] Compiling float-ord v0.3.2
27912025-09-17T21:33:47.499Z[ helios-setup] Sep 17 21:33:46.758 INFO E| Compiling modular-bitfield-impl v0.11.2
27922025-09-17T21:33:47.499Z[ helios-setup] Sep 17 21:33:46.758 INFO E| Compiling structopt-derive v0.4.18
27932025-09-17T21:33:48.107Z[ helios-setup] Sep 17 21:33:47.366 INFO E| Compiling serde_derive_internals v0.29.1
27942025-09-17T21:33:48.287Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27952025-09-17T21:33:48.399Z[ host-package] Compiling derive_more v0.99.20
27962025-09-17T21:33:49.904Z[ host-package] Compiling num v0.4.3
27972025-09-17T21:33:50.009Z[ host-package] Compiling bytecount v0.6.8
27982025-09-17T21:33:50.212Z[ host-package] Compiling is-terminal v0.4.13
27992025-09-17T21:33:50.816Z[ host-package] Compiling secrecy v0.10.3
28002025-09-17T21:33:50.883Z[ host-package] Compiling swrite v0.1.0
28012025-09-17T21:33:51.439Z[ helios-setup] Sep 17 21:33:50.697 INFO E| Compiling modular-bitfield v0.11.2
28022025-09-17T21:33:51.508Z[ host-package] Compiling console v0.15.10
28032025-09-17T21:33:51.621Z[ host-package] Compiling camino v1.2.0
28042025-09-17T21:33:51.626Z[ helios-setup] Sep 17 21:33:50.877 INFO E| Compiling thiserror-impl v2.0.12
28052025-09-17T21:33:51.626Z[ helios-setup] Sep 17 21:33:50.877 INFO E| Compiling serde_derive v1.0.219
28062025-09-17T21:33:51.687Z[ helios-setup] Sep 17 21:33:50.940 INFO E| Compiling schemars_derive v0.8.22
28072025-09-17T21:33:51.772Z[ helios-setup] Sep 17 21:33:51.030 INFO E| Compiling zerocopy-derive v0.8.25
28082025-09-17T21:33:51.788Z[ host-package] Compiling password-hash v0.5.0
28092025-09-17T21:33:51.828Z[ helios-setup] Sep 17 21:33:51.086 INFO E| Compiling num-derive v0.4.2
28102025-09-17T21:33:51.895Z[ host-package] Compiling blake2 v0.10.6
28112025-09-17T21:33:52.398Z[ helios-setup] Sep 17 21:33:51.657 INFO E| Compiling scroll_derive v0.12.1
28122025-09-17T21:33:53.138Z[ helios-setup] Sep 17 21:33:52.396 INFO E| Compiling strum_macros v0.27.1
28132025-09-17T21:33:53.248Z[ helios-setup] Sep 17 21:33:52.506 INFO E| Compiling structopt v0.3.26
28142025-09-17T21:33:54.374Z[ host-package] Compiling rustls v0.23.19
28152025-09-17T21:33:54.449Z[ host-package] Compiling argon2 v0.5.3
28162025-09-17T21:33:55.350Z[ helios-setup] Sep 17 21:33:54.607 INFO E| Compiling scroll v0.12.0
28172025-09-17T21:33:56.333Z[ helios-setup] Sep 17 21:33:55.590 INFO E| Compiling goblin v0.9.3
28182025-09-17T21:33:56.760Z[ host-package] Compiling atomicwrites v0.4.4
28192025-09-17T21:33:56.815Z[ helios-setup] Sep 17 21:33:56.073 INFO E| Compiling pest v2.8.0
28202025-09-17T21:33:57.858Z[ host-package] Compiling newline-converter v0.3.0
28212025-09-17T21:33:58.059Z[ host-package] Compiling fastrand v2.1.1
28222025-09-17T21:33:58.511Z[ host-package] Compiling rustls-webpki v0.102.8
28232025-09-17T21:33:58.756Z[ host-package] Compiling expectorate v1.2.0
28242025-09-17T21:33:58.847Z[ host-package] Compiling rustls v0.22.4
28252025-09-17T21:33:58.981Z[ host-package] Compiling tempfile v3.20.0
28262025-09-17T21:33:59.117Z[ host-package] Compiling thread_local v1.1.8
28272025-09-17T21:33:59.668Z[ host-package] Compiling wait-timeout v0.2.0
28282025-09-17T21:33:59.888Z[ host-package] Compiling match_cfg v0.1.0
28292025-09-17T21:34:00.248Z[ host-package] Compiling bit-vec v0.8.0
28302025-09-17T21:34:00.330Z[ host-package] Compiling quick-error v1.2.3
28312025-09-17T21:34:00.736Z[ host-package] Compiling owo-colors v4.2.2
28322025-09-17T21:34:00.864Z[ host-package] Compiling cancel-safe-futures v0.1.5
28332025-09-17T21:34:01.007Z[ host-package] Compiling bit-set v0.8.0
28342025-09-17T21:34:01.197Z[ host-package] Compiling rusty-fork v0.3.0
28352025-09-17T21:34:01.494Z[ helios-setup] Sep 17 21:34:00.752 INFO E| Compiling pest_meta v2.8.0
28362025-09-17T21:34:01.813Z[ host-package] Compiling hostname v0.3.1
28372025-09-17T21:34:02.138Z[ host-package] Compiling ref-cast v1.0.24
28382025-09-17T21:34:02.242Z[ host-package] Compiling multer v3.1.0
28392025-09-17T21:34:02.329Z[ host-package] Compiling slog-async v2.8.0
28402025-09-17T21:34:02.426Z[ host-package] Compiling crossbeam-channel v0.5.15
28412025-09-17T21:34:02.527Z[ host-package] Compiling toml_parser v1.0.2
28422025-09-17T21:34:02.645Z[ host-package] Compiling slog-json v2.6.1
28432025-09-17T21:34:03.252Z[ host-package] Compiling rand_xorshift v0.4.0
28442025-09-17T21:34:03.317Z[ helios-setup] Sep 17 21:34:02.573 INFO E| Compiling pest_generator v2.8.0
28452025-09-17T21:34:03.380Z[ host-package] Compiling typify-macro v0.4.3
28462025-09-17T21:34:03.723Z[ host-package] Compiling libsw-core v0.3.1
28472025-09-17T21:34:03.909Z[ host-package] Compiling futures-executor v0.3.31
28482025-09-17T21:34:04.586Z[ host-package] Compiling toml_datetime v0.7.0
28492025-09-17T21:34:04.674Z[ host-package] Compiling hex v0.4.3
28502025-09-17T21:34:04.775Z[ host-package] Compiling serde_spanned v1.0.0
28512025-09-17T21:34:05.333Z[ host-package] Compiling take_mut v0.2.2
28522025-09-17T21:34:05.553Z[ host-package] Compiling unarray v0.1.4
28532025-09-17T21:34:05.624Z[ host-package] Compiling term v1.1.0
28542025-09-17T21:34:05.672Z[ host-package] Compiling toml_writer v1.0.2
28552025-09-17T21:34:05.810Z[ host-package] Compiling proptest v1.7.0
28562025-09-17T21:34:06.251Z[ host-package] Compiling toml v0.9.5
28572025-09-17T21:34:06.433Z[ helios-setup] Sep 17 21:34:05.689 INFO E| Compiling pest_derive v2.8.0
28582025-09-17T21:34:07.121Z[ host-package] Compiling slog-term v2.9.2
28592025-09-17T21:34:08.522Z[ host-package] Compiling typify v0.4.3
28602025-09-17T21:34:09.087Z[ host-package] Compiling progenitor-impl v0.10.0
28612025-09-17T21:34:09.094Z[ helios-setup] Sep 17 21:34:08.350 INFO E| Compiling json5 v0.4.1
28622025-09-17T21:34:10.093Z[ host-package] Compiling tokio-rustls v0.26.0
28632025-09-17T21:34:10.745Z[ host-package] Compiling hyper-rustls v0.27.7
28642025-09-17T21:34:11.736Z[ host-package] Compiling reqwest v0.12.22
28652025-09-17T21:34:13.913Z[ helios-setup] Sep 17 21:34:13.169 INFO E| Compiling four-cc v0.4.0
28662025-09-17T21:34:13.913Z[ helios-setup] Sep 17 21:34:13.169 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28672025-09-17T21:34:14.227Z[ helios-setup] Sep 17 21:34:13.483 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
28682025-09-17T21:34:16.680Z[ host-package] Compiling progenitor-macro v0.10.0
28692025-09-17T21:34:18.297Z[ host-package] Compiling progenitor-client v0.9.1
28702025-09-17T21:34:19.139Z[ host-package] Compiling progenitor v0.9.1
28712025-09-17T21:34:19.496Z[ host-package] Compiling tokio-rustls v0.25.0
28722025-09-17T21:34:20.135Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28732025-09-17T21:34:20.453Z[ host-package] Compiling futures v0.3.31
28742025-09-17T21:34:20.700Z[ host-package] Compiling libsw v3.5.0
28752025-09-17T21:34:21.125Z[ host-package] Compiling slog-bunyan v2.5.0
28762025-09-17T21:34:22.878Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772025-09-17T21:34:23.730Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782025-09-17T21:34:24.512Z[ host-package] Compiling dropshot v0.16.4
28792025-09-17T21:34:24.630Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28802025-09-17T21:34:24.851Z[ host-package] Compiling async-stream v0.3.6
28812025-09-17T21:34:25.237Z[ host-package] Compiling waitgroup v0.1.2
28822025-09-17T21:34:25.568Z[ host-package] Compiling rustls-pemfile v2.2.0
28832025-09-17T21:34:26.011Z[ host-package] Compiling hashbrown v0.16.0
28842025-09-17T21:34:28.124Z[ host-package] Compiling serde_path_to_error v0.1.17
28852025-09-17T21:34:29.120Z[ host-package] Compiling hostname v0.4.0
28862025-09-17T21:34:29.411Z[ host-package] Compiling instant v0.1.13
28872025-09-17T21:34:29.602Z[ host-package] Compiling linear-map v1.2.0
28882025-09-17T21:34:29.806Z[ host-package] Compiling debug-ignore v1.0.5
28892025-09-17T21:34:30.075Z[ host-package] Compiling foldhash v0.2.0
28902025-09-17T21:34:30.623Z[ host-package] Compiling iddqd v0.3.13
28912025-09-17T21:34:33.396Z[ host-package] Compiling progenitor-client v0.10.0
28922025-09-17T21:34:36.779Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
28932025-09-17T21:34:39.950Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
28942025-09-17T21:34:40.448Z[ host-package] Compiling progenitor v0.10.0
28952025-09-17T21:34:40.880Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962025-09-17T21:34:46.762Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28972025-09-17T21:34:49.974Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28982025-09-17T21:34:50.803Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28992025-09-17T21:34:54.102Z[ host-package] Compiling backoff v0.4.0
29002025-09-17T21:34:55.126Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
29012025-09-17T21:34:57.779Z[ host-package] Compiling parse-display v0.10.0
29022025-09-17T21:34:58.529Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29032025-09-17T21:34:58.812Z[ host-package] Compiling serde_with v3.14.0
29042025-09-17T21:34:59.109Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29052025-09-17T21:35:00.459Z[ helios-setup] Sep 17 21:34:59.708 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29062025-09-17T21:35:00.580Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
29072025-09-17T21:35:02.454Z[ host-package] Compiling macaddr v1.0.1
29082025-09-17T21:35:03.042Z[ host-package] Compiling utf-8 v0.7.6
29092025-09-17T21:35:03.680Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29102025-09-17T21:35:03.758Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29112025-09-17T21:35:05.231Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122025-09-17T21:35:06.721Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29132025-09-17T21:35:07.816Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29142025-09-17T21:35:09.434Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29152025-09-17T21:35:12.590Z[ helios-setup] Sep 17 21:35:11.835 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29162025-09-17T21:35:18.789Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29172025-09-17T21:35:21.040Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29182025-09-17T21:35:21.480Z[ host-package] Compiling toml v0.8.23
29192025-09-17T21:35:21.883Z[ host-package] Compiling keccak v0.1.5
29202025-09-17T21:35:22.854Z[ host-package] Compiling sha3 v0.10.8
29212025-09-17T21:35:23.033Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29222025-09-17T21:35:23.793Z[ host-package] Compiling prettyplease v0.2.36
29232025-09-17T21:35:23.884Z[ host-package] Compiling papergrid v0.11.0
29242025-09-17T21:35:24.102Z[ host-package] Compiling tabled_derive v0.7.0
29252025-09-17T21:35:26.460Z[ host-package] Compiling csv-core v0.1.11
29262025-09-17T21:35:27.483Z[ host-package] Compiling highway v1.3.0
29272025-09-17T21:35:29.437Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29282025-09-17T21:35:29.968Z[ host-package] Compiling csv v1.3.1
29292025-09-17T21:35:33.056Z[ host-package] Compiling tabled v0.15.0
29302025-09-17T21:35:38.030Z[ host-package] Compiling tungstenite v0.21.0
29312025-09-17T21:35:40.551Z[ host-package] Compiling half v2.4.1
29322025-09-17T21:35:41.011Z[ host-package] Compiling ciborium-io v0.2.2
29332025-09-17T21:35:41.376Z[ host-package] Compiling semver v0.1.20
29342025-09-17T21:35:41.447Z[ host-package] Compiling tough v0.20.0
29352025-09-17T21:35:41.952Z[ host-package] Compiling rustc_version v0.1.7
29362025-09-17T21:35:42.475Z[ host-package] Compiling ciborium-ll v0.2.2
29372025-09-17T21:35:43.138Z[ host-package] Compiling tokio-tungstenite v0.21.0
29382025-09-17T21:35:43.432Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29392025-09-17T21:35:44.023Z[ host-package] Compiling ciborium v0.2.2
29402025-09-17T21:35:45.573Z[ host-package] Compiling newtype_derive v0.1.6
29412025-09-17T21:35:45.896Z[ host-package] Compiling smawk v0.3.2
29422025-09-17T21:35:45.927Z[ helios-setup] Sep 17 21:35:45.173 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
29432025-09-17T21:35:45.973Z[ helios-setup] Sep 17 21:35:45.218 INFO building project "amd-host-image-builder" ok (128 seconds)
29442025-09-17T21:35:45.973Z[ helios-setup] Sep 17 21:35:45.218 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29452025-09-17T21:35:46.078Z[ helios-setup] Sep 17 21:35:45.324 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
29462025-09-17T21:35:46.078Z[ helios-setup] Sep 17 21:35:45.324 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29472025-09-17T21:35:46.078Z[ helios-setup] Sep 17 21:35:45.324 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29482025-09-17T21:35:46.396Z[ host-package] Compiling unicode-linebreak v0.1.5
29492025-09-17T21:35:46.431Z[ helios-setup] Sep 17 21:35:45.676 INFO E| Downloading crates ...
29502025-09-17T21:35:46.572Z[ helios-setup] Sep 17 21:35:45.816 INFO E| Downloaded miniz_oxide v0.6.2
29512025-09-17T21:35:46.576Z[ helios-setup] Sep 17 21:35:45.822 INFO E| Downloaded block-buffer v0.10.3
29522025-09-17T21:35:46.579Z[ helios-setup] Sep 17 21:35:45.824 INFO E| Downloaded cpufeatures v0.2.5
29532025-09-17T21:35:46.579Z[ helios-setup] Sep 17 21:35:45.825 INFO E| Downloaded anyhow v1.0.62
29542025-09-17T21:35:46.586Z[ host-package] Compiling humantime v2.2.0
29552025-09-17T21:35:46.586Z[ helios-setup] Sep 17 21:35:45.831 INFO E| Downloaded sha2 v0.10.5
29562025-09-17T21:35:46.589Z[ helios-setup] Sep 17 21:35:45.835 INFO E| Downloaded typenum v1.15.0
29572025-09-17T21:35:46.593Z[ helios-setup] Sep 17 21:35:45.838 INFO E| Downloaded bytes v1.2.1
29582025-09-17T21:35:46.599Z[ helios-setup] Sep 17 21:35:45.842 INFO E| Downloaded flate2 v1.0.25
29592025-09-17T21:35:46.603Z[ helios-setup] Sep 17 21:35:45.848 INFO E| Downloaded generic-array v0.14.6
29602025-09-17T21:35:46.640Z[ helios-setup] Sep 17 21:35:45.850 INFO E| Downloaded digest v0.10.3
29612025-09-17T21:35:46.687Z[ helios-setup] Sep 17 21:35:45.923 INFO E| Compiling version_check v0.9.4
29622025-09-17T21:35:46.691Z[ helios-setup] Sep 17 21:35:45.923 INFO E| Compiling typenum v1.15.0
29632025-09-17T21:35:46.691Z[ helios-setup] Sep 17 21:35:45.924 INFO E| Compiling crc32fast v1.3.2
29642025-09-17T21:35:46.691Z[ helios-setup] Sep 17 21:35:45.924 INFO E| Compiling cfg-if v1.0.0
29652025-09-17T21:35:46.691Z[ helios-setup] Sep 17 21:35:45.924 INFO E| Compiling anyhow v1.0.62
29662025-09-17T21:35:46.691Z[ helios-setup] Sep 17 21:35:45.924 INFO E| Compiling adler v1.0.2
29672025-09-17T21:35:46.691Z[ helios-setup] Sep 17 21:35:45.924 INFO E| Compiling cpufeatures v0.2.5
29682025-09-17T21:35:46.691Z[ helios-setup] Sep 17 21:35:45.924 INFO E| Compiling unicode-width v0.1.10
29692025-09-17T21:35:47.168Z[ host-package] Compiling textwrap v0.16.2
29702025-09-17T21:35:47.244Z[ helios-setup] Sep 17 21:35:46.489 INFO E| Compiling miniz_oxide v0.6.2
29712025-09-17T21:35:47.324Z[ helios-setup] Sep 17 21:35:46.569 INFO E| Compiling getopts v0.2.21
29722025-09-17T21:35:47.345Z[ helios-setup] Sep 17 21:35:46.591 INFO E| Compiling bytes v1.2.1
29732025-09-17T21:35:47.453Z[ helios-setup] Sep 17 21:35:46.695 INFO E| Compiling bitflags v1.3.2
29742025-09-17T21:35:47.993Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
29752025-09-17T21:35:48.014Z[ host-package] Compiling resolv-conf v0.7.0
29762025-09-17T21:35:48.208Z[ helios-setup] Sep 17 21:35:47.399 INFO E| Compiling generic-array v0.14.6
29772025-09-17T21:35:48.893Z[ helios-setup] Sep 17 21:35:48.110 INFO E| Compiling flate2 v1.0.25
29782025-09-17T21:35:51.845Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29792025-09-17T21:35:51.880Z[ host-package] Compiling universal-hash v0.5.1
29802025-09-17T21:35:51.880Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29812025-09-17T21:35:51.908Z[ host-package] Compiling opaque-debug v0.3.1
29822025-09-17T21:35:52.070Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29832025-09-17T21:35:52.148Z[ host-package] Compiling poly1305 v0.8.0
29842025-09-17T21:35:52.870Z[ host-package] Compiling steno v0.4.1
29852025-09-17T21:35:52.886Z[ helios-setup] Sep 17 21:35:52.131 INFO E| Compiling block-buffer v0.10.3
29862025-09-17T21:35:52.887Z[ helios-setup] Sep 17 21:35:52.131 INFO E| Compiling crypto-common v0.1.6
29872025-09-17T21:35:53.151Z[ helios-setup] Sep 17 21:35:52.396 INFO E| Compiling digest v0.10.3
29882025-09-17T21:35:53.608Z[ helios-setup] Sep 17 21:35:52.853 INFO E| Compiling sha2 v0.10.5
29892025-09-17T21:35:53.790Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902025-09-17T21:35:54.040Z[ host-package] Compiling chacha20 v0.9.1
29912025-09-17T21:35:54.137Z[ host-package] Compiling aead v0.5.2
29922025-09-17T21:35:54.187Z[ helios-setup] Sep 17 21:35:53.429 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29932025-09-17T21:35:54.313Z[ host-package] Compiling linked-hash-map v0.5.6
29942025-09-17T21:35:54.584Z[ host-package] Compiling chacha20poly1305 v0.10.1
29952025-09-17T21:35:54.720Z[ host-package] Compiling thiserror-no-std v2.0.2
29962025-09-17T21:35:54.828Z[ host-package] Compiling hickory-proto v0.24.4
29972025-09-17T21:35:54.979Z[ host-package] Compiling lru-cache v0.1.2
29982025-09-17T21:35:55.068Z[ host-package] Compiling vsss-rs v3.3.4
29992025-09-17T21:35:55.141Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30002025-09-17T21:35:55.358Z[ host-package] Compiling slog-dtrace v0.3.0
30012025-09-17T21:35:56.004Z[ host-package] Compiling moka v0.12.10
30022025-09-17T21:35:56.536Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30032025-09-17T21:35:56.802Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30042025-09-17T21:36:02.031Z[ host-package] Compiling tagptr v0.2.0
30052025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:58.385 INFO E| Finished `release` profile [optimized] target(s) in 12.95s
30062025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:58.403 INFO building project "bootserver" ok (13 seconds)
30072025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:58.403 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30082025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:58.508 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
30092025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:58.508 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30102025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:58.508 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30112025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:59.095 INFO E| Downloading crates ...
30122025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:59.204 INFO E| Downloaded miniz_oxide v0.8.8
30132025-09-17T21:36:02.083Z[ helios-setup] Sep 17 21:35:59.274 INFO E| Compiling adler2 v2.0.0
30142025-09-17T21:36:02.091Z[ helios-setup] Sep 17 21:35:59.446 INFO E| Compiling miniz_oxide v0.8.8
30152025-09-17T21:36:03.102Z[ helios-setup] Sep 17 21:36:02.321 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30162025-09-17T21:36:03.374Z[ host-package] Compiling hickory-resolver v0.24.4
30172025-09-17T21:36:04.334Z[ helios-setup] Sep 17 21:36:03.572 INFO E| Finished `release` profile [optimized] target(s) in 4.92s
30182025-09-17T21:36:04.340Z[ helios-setup] Sep 17 21:36:03.584 INFO building project "pinprick" ok (5 seconds)
30192025-09-17T21:36:04.340Z[ helios-setup] Sep 17 21:36:03.584 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30202025-09-17T21:36:04.459Z[ helios-setup] Sep 17 21:36:03.703 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
30212025-09-17T21:36:04.459Z[ helios-setup] Sep 17 21:36:03.703 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30222025-09-17T21:36:04.464Z[ helios-setup] Sep 17 21:36:03.703 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30232025-09-17T21:36:04.798Z[ helios-setup] Sep 17 21:36:04.041 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30242025-09-17T21:36:06.255Z[ helios-setup] Sep 17 21:36:05.401 INFO E| From https://github.com/oxidecomputer/progenitor
30252025-09-17T21:36:06.255Z[ helios-setup] Sep 17 21:36:05.401 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
30262025-09-17T21:36:06.467Z[ helios-setup] Sep 17 21:36:05.509 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30272025-09-17T21:36:06.787Z[ helios-setup] Sep 17 21:36:05.990 INFO E| From https://github.com/jclulow/hiercmd
30282025-09-17T21:36:06.787Z[ helios-setup] Sep 17 21:36:05.990 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
30292025-09-17T21:36:06.884Z[ helios-setup] Sep 17 21:36:06.012 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
30302025-09-17T21:36:07.206Z[ helios-setup] Sep 17 21:36:06.412 INFO E| From https://github.com/jclulow/network-interface
30312025-09-17T21:36:07.206Z[ helios-setup] Sep 17 21:36:06.412 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
30322025-09-17T21:36:07.303Z[ helios-setup] Sep 17 21:36:06.431 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30332025-09-17T21:36:07.655Z[ helios-setup] Sep 17 21:36:06.893 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30342025-09-17T21:36:07.656Z[ helios-setup] Sep 17 21:36:06.893 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30352025-09-17T21:36:08.129Z[ helios-setup] Sep 17 21:36:06.944 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
30362025-09-17T21:36:08.488Z[ helios-setup] Sep 17 21:36:07.599 INFO E| From https://github.com/oxidecomputer/facade
30372025-09-17T21:36:08.488Z[ helios-setup] Sep 17 21:36:07.599 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
30382025-09-17T21:36:08.514Z[ helios-setup] Sep 17 21:36:07.638 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30392025-09-17T21:36:08.514Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402025-09-17T21:36:09.118Z[ helios-setup] Sep 17 21:36:08.295 INFO E| From https://github.com/oxidecomputer/dropshot
30412025-09-17T21:36:09.119Z[ helios-setup] Sep 17 21:36:08.295 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30422025-09-17T21:36:09.225Z[ helios-setup] Sep 17 21:36:08.338 INFO E| Updating crates.io index
30432025-09-17T21:36:09.328Z[ helios-setup] Sep 17 21:36:08.471 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support`
30442025-09-17T21:36:09.698Z[ helios-setup] Sep 17 21:36:08.941 INFO E| From https://github.com/oxidecomputer/lpc55_support
30452025-09-17T21:36:09.698Z[ helios-setup] Sep 17 21:36:08.941 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253
30462025-09-17T21:36:09.820Z[ helios-setup] Sep 17 21:36:09.063 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
30472025-09-17T21:36:09.901Z[ host-package] Compiling qorb v0.4.1
30482025-09-17T21:36:10.633Z[ helios-setup] Sep 17 21:36:09.877 INFO E| From https://github.com/oxidecomputer/typify
30492025-09-17T21:36:10.633Z[ helios-setup] Sep 17 21:36:09.877 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
30502025-09-17T21:36:10.937Z[ helios-setup] Sep 17 21:36:10.180 INFO E| Downloading crates ...
30512025-09-17T21:36:11.224Z[ helios-setup] Sep 17 21:36:10.467 INFO E| Downloaded async-stream v0.3.5
30522025-09-17T21:36:11.231Z[ helios-setup] Sep 17 21:36:10.474 INFO E| Downloaded ryu v1.0.13
30532025-09-17T21:36:11.243Z[ helios-setup] Sep 17 21:36:10.486 INFO E| Downloaded schemars_derive v0.8.12
30542025-09-17T21:36:11.247Z[ helios-setup] Sep 17 21:36:10.490 INFO E| Downloaded rustls-pemfile v1.0.2
30552025-09-17T21:36:11.256Z[ helios-setup] Sep 17 21:36:10.499 INFO E| Downloaded semver v0.11.0
30562025-09-17T21:36:11.261Z[ helios-setup] Sep 17 21:36:10.504 INFO E| Downloaded scopeguard v1.1.0
30572025-09-17T21:36:11.265Z[ helios-setup] Sep 17 21:36:10.508 INFO E| Downloaded signal-hook-registry v1.4.0
30582025-09-17T21:36:11.268Z[ helios-setup] Sep 17 21:36:10.511 INFO E| Downloaded semver-parser v0.10.2
30592025-09-17T21:36:11.275Z[ helios-setup] Sep 17 21:36:10.517 INFO E| Downloaded serde_derive_internals v0.26.0
30602025-09-17T21:36:11.281Z[ helios-setup] Sep 17 21:36:10.524 INFO E| Downloaded serde_derive v1.0.204
30612025-09-17T21:36:11.288Z[ helios-setup] Sep 17 21:36:10.531 INFO E| Downloaded sha2 v0.10.6
30622025-09-17T21:36:11.294Z[ helios-setup] Sep 17 21:36:10.537 INFO E| Downloaded want v0.3.0
30632025-09-17T21:36:11.297Z[ helios-setup] Sep 17 21:36:10.540 INFO E| Downloaded futures-macro v0.3.28
30642025-09-17T21:36:11.301Z[ helios-setup] Sep 17 21:36:10.543 INFO E| Downloaded slog-bunyan v2.4.0
30652025-09-17T21:36:11.304Z[ helios-setup] Sep 17 21:36:10.546 INFO E| Downloaded num_enum_derive v0.5.7
30662025-09-17T21:36:11.308Z[ helios-setup] Sep 17 21:36:10.550 INFO E| Downloaded terminal_size v0.2.6
30672025-09-17T21:36:11.312Z[ helios-setup] Sep 17 21:36:10.554 INFO E| Downloaded rustls-webpki v0.100.1
30682025-09-17T21:36:11.326Z[ helios-setup] Sep 17 21:36:10.569 INFO E| Downloaded utf8parse v0.2.1
30692025-09-17T21:36:11.330Z[ helios-setup] Sep 17 21:36:10.572 INFO E| Downloaded built v0.6.0
30702025-09-17T21:36:11.333Z[ helios-setup] Sep 17 21:36:10.575 INFO E| Downloaded tokio-macros v2.0.0
30712025-09-17T21:36:11.337Z[ helios-setup] Sep 17 21:36:10.579 INFO E| Downloaded toml_datetime v0.6.1
30722025-09-17T21:36:11.341Z[ helios-setup] Sep 17 21:36:10.582 INFO E| Downloaded num-iter v0.1.44
30732025-09-17T21:36:11.345Z[ helios-setup] Sep 17 21:36:10.587 INFO E| Downloaded toolchain_find v0.2.0
30742025-09-17T21:36:11.348Z[ helios-setup] Sep 17 21:36:10.590 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30752025-09-17T21:36:11.353Z[ helios-setup] Sep 17 21:36:10.596 INFO E| Downloaded rsa v0.9.8
30762025-09-17T21:36:11.366Z[ helios-setup] Sep 17 21:36:10.609 INFO E| Downloaded tokio-tungstenite v0.18.0
30772025-09-17T21:36:11.370Z[ helios-setup] Sep 17 21:36:10.614 INFO E| Downloaded smallvec v1.10.0
30782025-09-17T21:36:11.376Z[ helios-setup] Sep 17 21:36:10.619 INFO E| Downloaded uuid v1.3.0
30792025-09-17T21:36:11.385Z[ helios-setup] Sep 17 21:36:10.628 INFO E| Downloaded bincode v1.3.3
30802025-09-17T21:36:11.391Z[ helios-setup] Sep 17 21:36:10.634 INFO E| Downloaded ucd-trie v0.1.5
30812025-09-17T21:36:11.396Z[ helios-setup] Sep 17 21:36:10.639 INFO E| Downloaded toml v0.7.3
30822025-09-17T21:36:11.405Z[ helios-setup] Sep 17 21:36:10.648 INFO E| Downloaded url v2.3.1
30832025-09-17T21:36:11.412Z[ helios-setup] Sep 17 21:36:10.655 INFO E| Downloaded unicode-linebreak v0.1.4
30842025-09-17T21:36:11.416Z[ helios-setup] Sep 17 21:36:10.658 INFO E| Downloaded anyhow v1.0.68
30852025-09-17T21:36:11.422Z[ helios-setup] Sep 17 21:36:10.665 INFO E| Downloaded tracing v0.1.37
30862025-09-17T21:36:11.432Z[ helios-setup] Sep 17 21:36:10.675 INFO E| Downloaded proc-macro2 v1.0.86
30872025-09-17T21:36:11.438Z[ helios-setup] Sep 17 21:36:10.681 INFO E| Downloaded toml_edit v0.19.8
30882025-09-17T21:36:11.470Z[ helios-setup] Sep 17 21:36:10.713 INFO E| Downloaded winnow v0.4.1
30892025-09-17T21:36:11.507Z[ helios-setup] Sep 17 21:36:10.750 INFO E| Downloaded iddqd v0.3.1
30902025-09-17T21:36:11.518Z[ helios-setup] Sep 17 21:36:10.761 INFO E| Downloaded unicode-normalization v0.1.22
30912025-09-17T21:36:11.525Z[ helios-setup] Sep 17 21:36:10.768 INFO E| Downloaded serde_json v1.0.95
30922025-09-17T21:36:11.541Z[ helios-setup] Sep 17 21:36:10.783 INFO E| Downloaded syn v1.0.107
30932025-09-17T21:36:11.560Z[ helios-setup] Sep 17 21:36:10.803 INFO E| Downloaded mio v0.8.5
30942025-09-17T21:36:11.570Z[ helios-setup] Sep 17 21:36:10.813 INFO E| Downloaded pest v2.5.7
30952025-09-17T21:36:11.578Z[ helios-setup] Sep 17 21:36:10.820 INFO E| Downloaded rustix v0.37.3
30962025-09-17T21:36:11.615Z[ helios-setup] Sep 17 21:36:10.858 INFO E| Downloaded aho-corasick v0.7.20
30972025-09-17T21:36:11.640Z[ helios-setup] Sep 17 21:36:10.881 INFO E| Downloaded hashbrown v0.15.3
30982025-09-17T21:36:11.654Z[ helios-setup] Sep 17 21:36:10.892 INFO E| Downloaded syn v2.0.72
30992025-09-17T21:36:11.684Z[ helios-setup] Sep 17 21:36:10.925 INFO E| Downloaded reqwest v0.11.16
31002025-09-17T21:36:11.695Z[ helios-setup] Sep 17 21:36:10.938 INFO E| Downloaded h2 v0.3.16
31012025-09-17T21:36:11.705Z[ helios-setup] Sep 17 21:36:10.949 INFO E| Downloaded clap_builder v4.2.1
31022025-09-17T21:36:11.740Z[ helios-setup] Sep 17 21:36:10.983 INFO E| Downloaded hyper v0.14.25
31032025-09-17T21:36:11.754Z[ helios-setup] Sep 17 21:36:10.996 INFO E| Downloaded chrono v0.4.24
31042025-09-17T21:36:11.766Z[ helios-setup] Sep 17 21:36:11.009 INFO E| Downloaded git2 v0.16.1
31052025-09-17T21:36:11.782Z[ helios-setup] Sep 17 21:36:11.023 INFO E| Downloaded libm v0.2.15
31062025-09-17T21:36:11.807Z[ helios-setup] Sep 17 21:36:11.043 INFO E| Downloaded regress v0.5.0
31072025-09-17T21:36:11.828Z[ helios-setup] Sep 17 21:36:11.055 INFO E| Downloaded regex v1.7.3
31082025-09-17T21:36:11.843Z[ helios-setup] Sep 17 21:36:11.069 INFO E| Downloaded futures-util v0.3.28
31092025-09-17T21:36:11.848Z[ helios-setup] Sep 17 21:36:11.089 INFO E| Downloaded idna v0.3.0
31102025-09-17T21:36:11.856Z[ helios-setup] Sep 17 21:36:11.099 INFO E| Downloaded crossbeam-channel v0.5.6
31112025-09-17T21:36:11.863Z[ helios-setup] Sep 17 21:36:11.106 INFO E| Downloaded der v0.7.10
31122025-09-17T21:36:11.906Z[ helios-setup] Sep 17 21:36:11.150 INFO E| Downloaded rhai v1.14.0
31132025-09-17T21:36:11.939Z[ helios-setup] Sep 17 21:36:11.182 INFO E| Downloaded http v0.2.9
31142025-09-17T21:36:11.946Z[ helios-setup] Sep 17 21:36:11.188 INFO E| Downloaded rustls v0.21.0
31152025-09-17T21:36:11.962Z[ helios-setup] Sep 17 21:36:11.206 INFO E| Downloaded tokio v1.27.0
31162025-09-17T21:36:12.014Z[ helios-setup] Sep 17 21:36:11.257 INFO E| Downloaded openapiv3 v1.0.2
31172025-09-17T21:36:12.030Z[ helios-setup] Sep 17 21:36:11.273 INFO E| Downloaded cc v1.0.78
31182025-09-17T21:36:12.035Z[ helios-setup] Sep 17 21:36:11.277 INFO E| Downloaded base64 v0.21.0
31192025-09-17T21:36:12.039Z[ helios-setup] Sep 17 21:36:11.283 INFO E| Downloaded memchr v2.5.0
31202025-09-17T21:36:12.046Z[ helios-setup] Sep 17 21:36:11.290 INFO E| Downloaded crossbeam-utils v0.8.14
31212025-09-17T21:36:12.051Z[ helios-setup] Sep 17 21:36:11.294 INFO E| Downloaded bytes v1.4.0
31222025-09-17T21:36:12.057Z[ helios-setup] Sep 17 21:36:11.301 INFO E| Downloaded tokio-util v0.7.7
31232025-09-17T21:36:12.069Z[ helios-setup] Sep 17 21:36:11.312 INFO E| Downloaded parking_lot v0.12.1
31242025-09-17T21:36:12.073Z[ helios-setup] Sep 17 21:36:11.316 INFO E| Downloaded derive-where v1.4.0
31252025-09-17T21:36:12.079Z[ helios-setup] Sep 17 21:36:11.322 INFO E| Downloaded num-traits v0.2.15
31262025-09-17T21:36:12.083Z[ helios-setup] Sep 17 21:36:11.326 INFO E| Downloaded futures v0.3.28
31272025-09-17T21:36:12.093Z[ helios-setup] Sep 17 21:36:11.337 INFO E| Downloaded clap v4.2.1
31282025-09-17T21:36:12.109Z[ helios-setup] Sep 17 21:36:11.352 INFO E| Downloaded serde_yaml v0.9.21
31292025-09-17T21:36:12.114Z[ helios-setup] Sep 17 21:36:11.357 INFO E| Downloaded jobserver v0.1.26
31302025-09-17T21:36:12.118Z[ helios-setup] Sep 17 21:36:11.360 INFO E| Downloaded io-lifetimes v1.0.10
31312025-09-17T21:36:12.121Z[ helios-setup] Sep 17 21:36:11.364 INFO E| Downloaded unsafe-libyaml v0.2.8
31322025-09-17T21:36:12.125Z[ helios-setup] Sep 17 21:36:11.369 INFO E| Downloaded unicode-ident v1.0.8
31332025-09-17T21:36:12.130Z[ helios-setup] Sep 17 21:36:11.373 INFO E| Downloaded libc v0.2.139
31342025-09-17T21:36:12.169Z[ helios-setup] Sep 17 21:36:11.412 INFO E| Downloaded unicode-bidi v0.3.13
31352025-09-17T21:36:12.172Z[ helios-setup] Sep 17 21:36:11.415 INFO E| Downloaded tracing-core v0.1.30
31362025-09-17T21:36:12.177Z[ helios-setup] Sep 17 21:36:11.419 INFO E| Downloaded parking_lot_core v0.9.6
31372025-09-17T21:36:12.181Z[ helios-setup] Sep 17 21:36:11.423 INFO E| Downloaded once_cell v1.17.0
31382025-09-17T21:36:12.185Z[ helios-setup] Sep 17 21:36:11.426 INFO E| Downloaded log v0.4.17
31392025-09-17T21:36:12.188Z[ helios-setup] Sep 17 21:36:11.430 INFO E| Downloaded clap_derive v4.2.0
31402025-09-17T21:36:12.192Z[ helios-setup] Sep 17 21:36:11.433 INFO E| Downloaded socket2 v0.4.9
31412025-09-17T21:36:12.195Z[ helios-setup] Sep 17 21:36:11.436 INFO E| Downloaded quote v1.0.36
31422025-09-17T21:36:12.199Z[ helios-setup] Sep 17 21:36:11.441 INFO E| Downloaded httparse v1.8.0
31432025-09-17T21:36:12.202Z[ helios-setup] Sep 17 21:36:11.445 INFO E| Downloaded camino v1.1.4
31442025-09-17T21:36:12.206Z[ helios-setup] Sep 17 21:36:11.449 INFO E| Downloaded tungstenite v0.18.0
31452025-09-17T21:36:12.236Z[ helios-setup] Sep 17 21:36:11.479 INFO E| Downloaded tinyvec v1.6.0
31462025-09-17T21:36:12.241Z[ helios-setup] Sep 17 21:36:11.484 INFO E| Downloaded textwrap v0.16.0
31472025-09-17T21:36:12.245Z[ helios-setup] Sep 17 21:36:11.488 INFO E| Downloaded pkg-config v0.3.26
31482025-09-17T21:36:12.248Z[ helios-setup] Sep 17 21:36:11.490 INFO E| Downloaded pin-project-lite v0.2.9
31492025-09-17T21:36:12.256Z[ helios-setup] Sep 17 21:36:11.499 INFO E| Downloaded lock_api v0.4.9
31502025-09-17T21:36:12.260Z[ helios-setup] Sep 17 21:36:11.501 INFO E| Downloaded ipnet v2.7.2
31512025-09-17T21:36:12.263Z[ helios-setup] Sep 17 21:36:11.504 INFO E| Downloaded getrandom v0.2.8
31522025-09-17T21:36:12.267Z[ helios-setup] Sep 17 21:36:11.507 INFO E| Downloaded cargo-lock v8.0.3
31532025-09-17T21:36:12.270Z[ helios-setup] Sep 17 21:36:11.511 INFO E| Downloaded base64ct v1.8.0
31542025-09-17T21:36:12.274Z[ helios-setup] Sep 17 21:36:11.514 INFO E| Downloaded tokio-rustls v0.24.0
31552025-09-17T21:36:12.277Z[ helios-setup] Sep 17 21:36:11.517 INFO E| Downloaded tls_codec_derive v0.4.2
31562025-09-17T21:36:12.277Z[ helios-setup] Sep 17 21:36:11.520 INFO E| Downloaded smartstring v1.0.1
31572025-09-17T21:36:12.281Z[ helios-setup] Sep 17 21:36:11.524 INFO E| Downloaded anstyle-parse v0.1.1
31582025-09-17T21:36:12.284Z[ helios-setup] Sep 17 21:36:11.527 INFO E| Downloaded ahash v0.7.6
31592025-09-17T21:36:12.288Z[ helios-setup] Sep 17 21:36:11.531 INFO E| Downloaded slab v0.4.7
31602025-09-17T21:36:12.291Z[ helios-setup] Sep 17 21:36:11.534 INFO E| Downloaded tls_codec v0.4.2
31612025-09-17T21:36:12.296Z[ helios-setup] Sep 17 21:36:11.538 INFO E| Downloaded time v0.1.45
31622025-09-17T21:36:12.299Z[ helios-setup] Sep 17 21:36:11.541 INFO E| Downloaded thiserror-impl v1.0.38
31632025-09-17T21:36:12.320Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded tempfile v3.5.0
31642025-09-17T21:36:12.320Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded percent-encoding v2.2.0
31652025-09-17T21:36:12.320Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded is-terminal v0.4.7
31662025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded iana-time-zone v0.1.56
31672025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded home v0.5.4
31682025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded futures-task v0.3.28
31692025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded futures-channel v0.3.28
31702025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded itoa v1.0.6
31712025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.561 INFO E| Downloaded http-body v0.4.5
31722025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.563 INFO E| Downloaded proc-macro-crate v1.2.1
31732025-09-17T21:36:12.324Z[ helios-setup] Sep 17 21:36:11.565 INFO E| Downloaded paste v1.0.12
31742025-09-17T21:36:12.329Z[ helios-setup] Sep 17 21:36:11.570 INFO E| Downloaded httpdate v1.0.2
31752025-09-17T21:36:12.333Z[ helios-setup] Sep 17 21:36:11.572 INFO E| Downloaded thiserror v1.0.38
31762025-09-17T21:36:12.336Z[ helios-setup] Sep 17 21:36:11.578 INFO E| Downloaded termcolor v1.2.0
31772025-09-17T21:36:12.340Z[ helios-setup] Sep 17 21:36:11.580 INFO E| Downloaded num_enum v0.5.7
31782025-09-17T21:36:12.343Z[ helios-setup] Sep 17 21:36:11.586 INFO E| Downloaded num_cpus v1.15.0
31792025-09-17T21:36:12.349Z[ helios-setup] Sep 17 21:36:11.591 INFO E| Downloaded encoding_rs v0.8.32
31802025-09-17T21:36:12.383Z[ helios-setup] Sep 17 21:36:11.626 INFO E| Downloaded form_urlencoded v1.1.0
31812025-09-17T21:36:12.387Z[ helios-setup] Sep 17 21:36:11.628 INFO E| Downloaded crc v3.3.0
31822025-09-17T21:36:12.391Z[ helios-setup] Sep 17 21:36:11.631 INFO E| Downloaded strsim v0.10.0
31832025-09-17T21:36:12.392Z[ helios-setup] Sep 17 21:36:11.633 INFO E| Downloaded smawk v0.3.1
31842025-09-17T21:36:12.395Z[ helios-setup] Sep 17 21:36:11.635 INFO E| Downloaded serde_path_to_error v0.1.11
31852025-09-17T21:36:12.395Z[ helios-setup] Sep 17 21:36:11.638 INFO E| Downloaded serde v1.0.204
31862025-09-17T21:36:12.400Z[ helios-setup] Sep 17 21:36:11.643 INFO E| Downloaded ppv-lite86 v0.2.17
31872025-09-17T21:36:12.405Z[ helios-setup] Sep 17 21:36:11.645 INFO E| Downloaded num-integer v0.1.45
31882025-09-17T21:36:12.412Z[ helios-setup] Sep 17 21:36:11.647 INFO E| Downloaded lazy_static v1.4.0
31892025-09-17T21:36:12.412Z[ helios-setup] Sep 17 21:36:11.649 INFO E| Downloaded futures-sink v0.3.28
31902025-09-17T21:36:12.412Z[ helios-setup] Sep 17 21:36:11.650 INFO E| Downloaded futures-io v0.3.28
31912025-09-17T21:36:12.412Z[ helios-setup] Sep 17 21:36:11.652 INFO E| Downloaded futures-executor v0.3.28
31922025-09-17T21:36:12.417Z[ helios-setup] Sep 17 21:36:11.654 INFO E| Downloaded dyn-clone v1.0.11
31932025-09-17T21:36:12.417Z[ helios-setup] Sep 17 21:36:11.658 INFO E| Downloaded byteorder v1.4.3
31942025-09-17T21:36:12.422Z[ helios-setup] Sep 17 21:36:11.661 INFO E| Downloaded concolor-query v0.3.3
31952025-09-17T21:36:12.422Z[ helios-setup] Sep 17 21:36:11.663 INFO E| Downloaded clap_lex v0.4.1
31962025-09-17T21:36:12.422Z[ helios-setup] Sep 17 21:36:11.665 INFO E| Downloaded anstream v0.2.6
31972025-09-17T21:36:12.426Z[ helios-setup] Sep 17 21:36:11.668 INFO E| Downloaded spin v0.5.2
31982025-09-17T21:36:12.430Z[ helios-setup] Sep 17 21:36:11.670 INFO E| Downloaded serde_tokenstream v0.2.0
31992025-09-17T21:36:12.434Z[ helios-setup] Sep 17 21:36:11.676 INFO E| Downloaded slog-async v2.7.0
32002025-09-17T21:36:12.438Z[ helios-setup] Sep 17 21:36:11.678 INFO E| Downloaded try-lock v0.2.4
32012025-09-17T21:36:12.439Z[ helios-setup] Sep 17 21:36:11.680 INFO E| Downloaded tower-service v0.3.2
32022025-09-17T21:36:12.439Z[ helios-setup] Sep 17 21:36:11.681 INFO E| Downloaded futures-core v0.3.28
32032025-09-17T21:36:12.443Z[ helios-setup] Sep 17 21:36:11.683 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
32042025-09-17T21:36:12.540Z[ helios-setup] Sep 17 21:36:11.783 INFO E| Downloaded flagset v0.4.7
32052025-09-17T21:36:12.544Z[ helios-setup] Sep 17 21:36:11.785 INFO E| Downloaded fastrand v1.9.0
32062025-09-17T21:36:12.545Z[ helios-setup] Sep 17 21:36:11.787 INFO E| Downloaded sha1 v0.10.5
32072025-09-17T21:36:12.548Z[ helios-setup] Sep 17 21:36:11.790 INFO E| Downloaded serde_spanned v0.6.1
32082025-09-17T21:36:12.548Z[ helios-setup] Sep 17 21:36:11.791 INFO E| Downloaded sct v0.7.0
32092025-09-17T21:36:12.553Z[ helios-setup] Sep 17 21:36:11.797 INFO E| Downloaded schemars v0.8.12
32102025-09-17T21:36:12.574Z[ helios-setup] Sep 17 21:36:11.814 INFO E| Downloaded project-root v0.2.2
32112025-09-17T21:36:12.577Z[ helios-setup] Sep 17 21:36:11.815 INFO E| Downloaded semver v1.0.17
32122025-09-17T21:36:12.577Z[ helios-setup] Sep 17 21:36:11.818 INFO E| Downloaded anstyle v0.3.5
32132025-09-17T21:36:12.577Z[ helios-setup] Sep 17 21:36:11.820 INFO E| Downloaded rustfmt-wrapper v0.2.0
32142025-09-17T21:36:12.581Z[ helios-setup] Sep 17 21:36:11.822 INFO E| Downloaded const-random v0.1.15
32152025-09-17T21:36:12.581Z[ helios-setup] Sep 17 21:36:11.824 INFO E| Downloaded const-random-macro v0.1.15
32162025-09-17T21:36:12.585Z[ helios-setup] Sep 17 21:36:11.825 INFO E| Downloaded concolor-override v1.0.0
32172025-09-17T21:36:12.585Z[ helios-setup] Sep 17 21:36:11.826 INFO E| Downloaded async-stream-impl v0.3.5
32182025-09-17T21:36:12.585Z[ helios-setup] Sep 17 21:36:11.827 INFO E| Downloaded ahash v0.8.3
32192025-09-17T21:36:12.589Z[ helios-setup] Sep 17 21:36:11.831 INFO E| Downloaded autocfg v1.1.0
32202025-09-17T21:36:12.605Z[ helios-setup] Sep 17 21:36:11.833 INFO E| Downloaded async-trait v0.1.68
32212025-09-17T21:36:12.605Z[ helios-setup] Sep 17 21:36:11.837 INFO E| Downloaded rhai_codegen v1.5.0
32222025-09-17T21:36:12.631Z[ helios-setup] Sep 17 21:36:11.874 INFO E| Downloaded libz-sys v1.1.8
32232025-09-17T21:36:12.957Z[ helios-setup] Sep 17 21:36:12.200 INFO E| Downloaded ring v0.16.20
32242025-09-17T21:36:13.274Z[ helios-setup] Sep 17 21:36:12.517 INFO E| Compiling proc-macro2 v1.0.86
32252025-09-17T21:36:13.278Z[ helios-setup] Sep 17 21:36:12.517 INFO E| Compiling unicode-ident v1.0.8
32262025-09-17T21:36:13.278Z[ helios-setup] Sep 17 21:36:12.517 INFO E| Compiling libc v0.2.139
32272025-09-17T21:36:13.278Z[ helios-setup] Sep 17 21:36:12.517 INFO E| Compiling autocfg v1.1.0
32282025-09-17T21:36:13.278Z[ helios-setup] Sep 17 21:36:12.517 INFO E| Compiling cfg-if v1.0.0
32292025-09-17T21:36:13.278Z[ helios-setup] Sep 17 21:36:12.517 INFO E| Compiling version_check v0.9.4
32302025-09-17T21:36:13.278Z[ helios-setup] Sep 17 21:36:12.518 INFO E| Compiling serde v1.0.204
32312025-09-17T21:36:13.278Z[ helios-setup] Sep 17 21:36:12.518 INFO E| Compiling syn v1.0.107
32322025-09-17T21:36:13.959Z[ helios-setup] Sep 17 21:36:13.201 INFO E| Compiling memchr v2.5.0
32332025-09-17T21:36:14.678Z[ helios-setup] Sep 17 21:36:13.905 INFO E| Compiling once_cell v1.17.0
32342025-09-17T21:36:15.068Z[ helios-setup] Sep 17 21:36:14.310 INFO E| Compiling thiserror v1.0.38
32352025-09-17T21:36:15.543Z[ helios-setup] Sep 17 21:36:14.785 INFO E| Compiling itoa v1.0.6
32362025-09-17T21:36:15.547Z[ helios-setup] Sep 17 21:36:14.785 INFO E| Compiling serde_json v1.0.95
32372025-09-17T21:36:16.732Z[ helios-setup] Sep 17 21:36:15.974 INFO E| Compiling log v0.4.17
32382025-09-17T21:36:17.023Z[ helios-setup] Sep 17 21:36:16.265 INFO E| Compiling indexmap v1.9.3
32392025-09-17T21:36:17.412Z[ helios-setup] Sep 17 21:36:16.654 INFO E| Compiling bitflags v1.3.2
32402025-09-17T21:36:17.854Z[ helios-setup] Sep 17 21:36:17.096 INFO E| Compiling pin-project-lite v0.2.9
32412025-09-17T21:36:17.923Z[ helios-setup] Sep 17 21:36:17.165 INFO E| Compiling const-oid v0.9.6
32422025-09-17T21:36:18.144Z[ helios-setup] Sep 17 21:36:17.386 INFO E| Compiling quote v1.0.36
32432025-09-17T21:36:18.361Z[ helios-setup] Sep 17 21:36:17.604 INFO E| Compiling typenum v1.16.0
32442025-09-17T21:36:18.497Z[ helios-setup] Sep 17 21:36:17.740 INFO E| Compiling jobserver v0.1.26
32452025-09-17T21:36:18.887Z[ helios-setup] Sep 17 21:36:18.129 INFO E| Compiling getrandom v0.2.8
32462025-09-17T21:36:19.547Z[ helios-setup] Sep 17 21:36:18.789 INFO E| Compiling syn v2.0.72
32472025-09-17T21:36:19.902Z[ host-package] Compiling hickory-resolver v0.25.2
32482025-09-17T21:36:19.935Z[ helios-setup] Sep 17 21:36:19.177 INFO E| Compiling cc v1.0.78
32492025-09-17T21:36:20.196Z[ helios-setup] Sep 17 21:36:19.438 INFO E| Compiling generic-array v0.14.6
32502025-09-17T21:36:20.936Z[ helios-setup] Sep 17 21:36:20.178 INFO E| Compiling bytes v1.4.0
32512025-09-17T21:36:21.127Z[ helios-setup] Sep 17 21:36:20.369 INFO E| Compiling futures-core v0.3.28
32522025-09-17T21:36:21.801Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32532025-09-17T21:36:22.214Z[ helios-setup] Sep 17 21:36:21.456 INFO E| Compiling ryu v1.0.13
32542025-09-17T21:36:22.883Z[ helios-setup] Sep 17 21:36:22.125 INFO E| Compiling lock_api v0.4.9
32552025-09-17T21:36:23.020Z[ helios-setup] Sep 17 21:36:22.262 INFO E| Compiling parking_lot_core v0.9.6
32562025-09-17T21:36:24.195Z[ helios-setup] Sep 17 21:36:23.431 INFO E| Compiling slab v0.4.7
32572025-09-17T21:36:24.466Z[ helios-setup] Sep 17 21:36:23.708 INFO E| Compiling io-lifetimes v1.0.10
32582025-09-17T21:36:24.627Z[ helios-setup] Sep 17 21:36:23.857 INFO E| Compiling futures-sink v0.3.28
32592025-09-17T21:36:24.761Z[ helios-setup] Sep 17 21:36:24.003 INFO E| Compiling libm v0.2.15
32602025-09-17T21:36:25.264Z[ helios-setup] Sep 17 21:36:24.505 INFO E| Compiling scopeguard v1.1.0
32612025-09-17T21:36:25.370Z[ helios-setup] Sep 17 21:36:24.612 INFO E| Compiling futures-task v0.3.28
32622025-09-17T21:36:25.451Z[ helios-setup] Sep 17 21:36:24.693 INFO E| Compiling futures-channel v0.3.28
32632025-09-17T21:36:25.782Z[ helios-setup] Sep 17 21:36:25.023 INFO E| Compiling pkg-config v0.3.26
32642025-09-17T21:36:26.832Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32652025-09-17T21:36:26.999Z[ helios-setup] Sep 17 21:36:26.241 INFO E| Compiling block-buffer v0.10.3
32662025-09-17T21:36:27.040Z[ helios-setup] Sep 17 21:36:26.281 INFO E| Compiling crypto-common v0.1.6
32672025-09-17T21:36:27.383Z[ helios-setup] Sep 17 21:36:26.625 INFO E| Compiling num-traits v0.2.15
32682025-09-17T21:36:27.493Z[ helios-setup] Sep 17 21:36:26.734 INFO E| Compiling tokio v1.27.0
32692025-09-17T21:36:27.694Z[ helios-setup] Sep 17 21:36:26.935 INFO E| Compiling futures-util v0.3.28
32702025-09-17T21:36:27.842Z[ helios-setup] Sep 17 21:36:27.083 INFO E| Compiling rustix v0.37.3
32712025-09-17T21:36:28.043Z[ helios-setup] Sep 17 21:36:27.284 INFO E| Compiling digest v0.10.7
32722025-09-17T21:36:29.740Z[ helios-setup] Sep 17 21:36:28.982 INFO E| Compiling mio v0.8.5
32732025-09-17T21:36:29.904Z[ helios-setup] Sep 17 21:36:29.145 INFO E| Compiling num_cpus v1.15.0
32742025-09-17T21:36:30.002Z[ helios-setup] Sep 17 21:36:29.241 INFO E| Compiling socket2 v0.4.9
32752025-09-17T21:36:30.359Z[ helios-setup] Sep 17 21:36:29.600 INFO E| Compiling signal-hook-registry v1.4.0
32762025-09-17T21:36:30.451Z[ helios-setup] Sep 17 21:36:29.692 INFO E| Compiling errno v0.3.1
32772025-09-17T21:36:30.549Z[ helios-setup] Sep 17 21:36:29.790 INFO E| Compiling futures-io v0.3.28
32782025-09-17T21:36:31.066Z[ helios-setup] Sep 17 21:36:30.307 INFO E| Compiling spin v0.5.2
32792025-09-17T21:36:31.916Z[ helios-setup] Sep 17 21:36:31.157 INFO E| Compiling crunchy v0.2.2
32802025-09-17T21:36:32.010Z[ helios-setup] Sep 17 21:36:31.250 INFO E| Compiling pin-utils v0.1.0
32812025-09-17T21:36:33.092Z[ helios-setup] Sep 17 21:36:32.332 INFO E| Compiling num-integer v0.1.45
32822025-09-17T21:36:33.312Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32832025-09-17T21:36:33.348Z[ helios-setup] Sep 17 21:36:32.580 INFO E| Compiling hashbrown v0.12.3
32842025-09-17T21:36:33.421Z[ helios-setup] Sep 17 21:36:32.662 INFO E| Compiling tiny-keccak v2.0.2
32852025-09-17T21:36:33.618Z[ helios-setup] Sep 17 21:36:32.859 INFO E| Compiling schemars v0.8.12
32862025-09-17T21:36:34.744Z[ helios-setup] Sep 17 21:36:33.984 INFO E| Compiling cpufeatures v0.2.5
32872025-09-17T21:36:34.799Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32882025-09-17T21:36:35.272Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32892025-09-17T21:36:35.486Z[ helios-setup] Sep 17 21:36:34.726 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32902025-09-17T21:36:35.968Z[ host-package] Compiling nix v0.30.1
32912025-09-17T21:36:36.071Z[ helios-setup] Sep 17 21:36:35.311 INFO E| Compiling serde_derive_internals v0.26.0
32922025-09-17T21:36:36.655Z[ helios-setup] Sep 17 21:36:35.896 INFO E| Compiling ahash v0.7.6
32932025-09-17T21:36:37.296Z[ helios-setup] Sep 17 21:36:36.537 INFO E| Compiling heck v0.4.1
32942025-09-17T21:36:37.666Z[ helios-setup] Sep 17 21:36:36.906 INFO E| Compiling slog v2.7.0
32952025-09-17T21:36:37.953Z[ helios-setup] Sep 17 21:36:37.194 INFO E| Compiling thiserror-impl v1.0.38
32962025-09-17T21:36:38.277Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32972025-09-17T21:36:39.252Z[ helios-setup] Sep 17 21:36:38.492 INFO E| Compiling schemars_derive v0.8.12
32982025-09-17T21:36:39.969Z[ host-package] Compiling proc-macro-error2 v2.0.1
32992025-09-17T21:36:40.012Z[ helios-setup] Sep 17 21:36:39.251 INFO E| Compiling ahash v0.8.3
33002025-09-17T21:36:40.061Z[ helios-setup] Sep 17 21:36:39.301 INFO E| Compiling serde_derive v1.0.204
33012025-09-17T21:36:40.336Z[ helios-setup] Sep 17 21:36:39.576 INFO E| Compiling tokio-macros v2.0.0
33022025-09-17T21:36:40.454Z[ helios-setup] Sep 17 21:36:39.694 INFO E| Compiling futures-macro v0.3.28
33032025-09-17T21:36:41.498Z[ helios-setup] Sep 17 21:36:40.738 INFO E| Compiling anyhow v1.0.68
33042025-09-17T21:36:41.940Z[ helios-setup] Sep 17 21:36:41.179 INFO E| Compiling unicode-width v0.1.10
33052025-09-17T21:36:42.818Z[ helios-setup] Sep 17 21:36:42.058 INFO E| Compiling const-random-macro v0.1.15
33062025-09-17T21:36:44.586Z[ helios-setup] Sep 17 21:36:43.826 INFO E| Compiling byteorder v1.4.3
33072025-09-17T21:36:44.926Z[ helios-setup] Sep 17 21:36:44.166 INFO E| Compiling fnv v1.0.7
33082025-09-17T21:36:45.373Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33092025-09-17T21:36:45.516Z[ helios-setup] Sep 17 21:36:44.755 INFO E| Compiling http v0.2.9
33102025-09-17T21:36:45.848Z[ helios-setup] Sep 17 21:36:45.088 INFO E| Compiling const-random v0.1.15
33112025-09-17T21:36:46.044Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33122025-09-17T21:36:46.585Z[ helios-setup] Sep 17 21:36:45.825 INFO E| Compiling getopts v0.2.21
33132025-09-17T21:36:46.820Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33142025-09-17T21:36:46.989Z[ host-package] Compiling dirs-sys-next v0.1.2
33152025-09-17T21:36:47.481Z[ helios-setup] Sep 17 21:36:46.720 INFO E| Compiling aho-corasick v0.7.20
33162025-09-17T21:36:47.609Z[ helios-setup] Sep 17 21:36:46.848 INFO E| Compiling rand_core v0.6.4
33172025-09-17T21:36:47.670Z[ helios-setup] Sep 17 21:36:46.909 INFO E| Compiling percent-encoding v2.2.0
33182025-09-17T21:36:48.067Z[ host-package] Compiling crunchy v0.2.2
33192025-09-17T21:36:48.262Z[ helios-setup] Sep 17 21:36:47.501 INFO E| Compiling httparse v1.8.0
33202025-09-17T21:36:48.820Z[ helios-setup] Sep 17 21:36:48.059 INFO E| Compiling time-core v0.1.2
33212025-09-17T21:36:48.939Z[ helios-setup] Sep 17 21:36:48.178 INFO E| Compiling crc32fast v1.3.2
33222025-09-17T21:36:49.232Z[ host-package] Compiling maplit v1.0.2
33232025-09-17T21:36:49.535Z[ helios-setup] Sep 17 21:36:48.773 INFO E| Compiling regex-syntax v0.6.29
33242025-09-17T21:36:49.846Z[ host-package] Compiling dirs-next v2.0.0
33252025-09-17T21:36:49.851Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33262025-09-17T21:36:49.939Z[ helios-setup] Sep 17 21:36:49.178 INFO E| Compiling tinyvec_macros v0.1.1
33272025-09-17T21:36:50.147Z[ helios-setup] Sep 17 21:36:49.386 INFO E| Compiling num-conv v0.1.0
33282025-09-17T21:36:50.159Z[ host-package] Compiling dsl_auto_type v0.1.2
33292025-09-17T21:36:50.365Z[ helios-setup] Sep 17 21:36:49.604 INFO E| Compiling powerfmt v0.2.0
33302025-09-17T21:36:50.369Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33312025-09-17T21:36:50.497Z[ helios-setup] Sep 17 21:36:49.736 INFO E| Compiling tinyvec v1.6.0
33322025-09-17T21:36:50.831Z[ helios-setup] Sep 17 21:36:50.069 INFO E| Compiling time-macros v0.2.18
33332025-09-17T21:36:51.452Z[ helios-setup] Sep 17 21:36:50.690 INFO E| Compiling deranged v0.3.11
33342025-09-17T21:36:52.731Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33352025-09-17T21:36:53.091Z[ host-package] Compiling tiny-keccak v2.0.2
33362025-09-17T21:36:53.786Z[ host-package] Compiling diesel_derives v2.2.3
33372025-09-17T21:36:54.266Z[ host-package] Compiling r2d2 v0.8.10
33382025-09-17T21:36:54.632Z[ helios-setup] Sep 17 21:36:53.869 INFO E| Compiling form_urlencoded v1.1.0
33392025-09-17T21:36:54.826Z[ helios-setup] Sep 17 21:36:54.063 INFO E| Compiling chrono v0.4.24
33402025-09-17T21:36:55.006Z[ helios-setup] Sep 17 21:36:54.243 INFO E| Compiling hashbrown v0.13.2
33412025-09-17T21:36:55.279Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33422025-09-17T21:36:55.620Z[ host-package] Compiling term v0.7.0
33432025-09-17T21:36:56.389Z[ helios-setup] Sep 17 21:36:55.627 INFO E| Compiling libz-sys v1.1.8
33442025-09-17T21:36:57.115Z[ helios-setup] Sep 17 21:36:56.353 INFO E| Compiling regex v1.7.3
33452025-09-17T21:36:57.325Z[ helios-setup] Sep 17 21:36:56.562 INFO E| Compiling uuid v1.3.0
33462025-09-17T21:36:57.600Z[ helios-setup] Sep 17 21:36:56.837 INFO E| Compiling ppv-lite86 v0.2.17
33472025-09-17T21:36:58.341Z[ helios-setup] Sep 17 21:36:57.579 INFO E| Compiling dyn-clone v1.0.11
33482025-09-17T21:36:58.509Z[ helios-setup] Sep 17 21:36:57.746 INFO E| Compiling num_threads v0.1.6
33492025-09-17T21:36:59.036Z[ helios-setup] Sep 17 21:36:58.272 INFO E| Compiling regress v0.5.0
33502025-09-17T21:36:59.323Z[ helios-setup] Sep 17 21:36:58.554 INFO E| Compiling rand_chacha v0.3.1
33512025-09-17T21:36:59.643Z[ helios-setup] Sep 17 21:36:58.881 INFO E| Compiling time v0.3.36
33522025-09-17T21:37:00.354Z[ helios-setup] Sep 17 21:36:59.591 INFO E| Compiling unicode-normalization v0.1.22
33532025-09-17T21:37:02.584Z[ helios-setup] Sep 17 21:37:01.821 INFO E| Compiling is-terminal v0.4.7
33542025-09-17T21:37:02.960Z[ helios-setup] Sep 17 21:37:02.196 INFO E| Compiling sha2 v0.10.6
33552025-09-17T21:37:03.104Z[ helios-setup] Sep 17 21:37:02.341 INFO E| Compiling lazy_static v1.4.0
33562025-09-17T21:37:03.135Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33572025-09-17T21:37:03.658Z[ helios-setup] Sep 17 21:37:02.895 INFO E| Compiling dirs-sys-next v0.1.2
33582025-09-17T21:37:04.666Z[ helios-setup] Sep 17 21:37:03.900 INFO E| Compiling tracing-core v0.1.30
33592025-09-17T21:37:05.216Z[ helios-setup] Sep 17 21:37:04.452 INFO E| Compiling toml v0.5.11
33602025-09-17T21:37:05.949Z[ helios-setup] Sep 17 21:37:05.185 INFO E| Compiling serde_tokenstream v0.2.0
33612025-09-17T21:37:07.052Z[ helios-setup] Sep 17 21:37:06.289 INFO E| Compiling smallvec v1.10.0
33622025-09-17T21:37:09.112Z[ host-package] Compiling const_format_proc_macros v0.2.34
33632025-09-17T21:37:09.366Z[ host-package] Compiling num-derive v0.3.3
33642025-09-17T21:37:09.841Z[ host-package] Compiling bit-vec v0.6.3
33652025-09-17T21:37:10.035Z[ helios-setup] Sep 17 21:37:09.270 INFO E| Compiling parking_lot v0.12.1
33662025-09-17T21:37:11.064Z[ host-package] Compiling bit-set v0.5.3
33672025-09-17T21:37:11.723Z[ helios-setup] Sep 17 21:37:10.959 INFO E| Compiling base64 v0.21.0
33682025-09-17T21:37:11.927Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33692025-09-17T21:37:12.388Z[ host-package] Compiling const_format v0.2.34
33702025-09-17T21:37:12.824Z[ helios-setup] Sep 17 21:37:12.029 INFO E| Compiling utf8parse v0.2.1
33712025-09-17T21:37:13.559Z[ helios-setup] Sep 17 21:37:12.794 INFO E| Compiling ucd-trie v0.1.5
33722025-09-17T21:37:13.789Z[ helios-setup] Sep 17 21:37:13.023 INFO E| Compiling unicode-bidi v0.3.13
33732025-09-17T21:37:14.061Z[ host-package] Compiling libscf-sys v1.1.0
33742025-09-17T21:37:14.136Z[ host-package] Compiling diesel v2.2.12
33752025-09-17T21:37:15.043Z[ helios-setup] Sep 17 21:37:14.278 INFO E| Compiling idna v0.3.0
33762025-09-17T21:37:15.853Z[ helios-setup] Sep 17 21:37:15.089 INFO E| Compiling pest v2.5.7
33772025-09-17T21:37:16.021Z[ host-package] Compiling ascii-canvas v3.0.0
33782025-09-17T21:37:16.933Z[ helios-setup] Sep 17 21:37:16.168 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33792025-09-17T21:37:17.074Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33802025-09-17T21:37:17.435Z[ helios-setup] Sep 17 21:37:16.671 INFO E| Compiling anstyle-parse v0.1.1
33812025-09-17T21:37:19.279Z[ host-package] Compiling ena v0.14.3
33822025-09-17T21:37:19.290Z[ helios-setup] Sep 17 21:37:18.464 INFO E| Compiling proc-macro-crate v1.2.1
33832025-09-17T21:37:20.023Z[ host-package] Compiling regex-syntax v0.6.29
33842025-09-17T21:37:21.032Z[ helios-setup] Sep 17 21:37:20.267 INFO E| Compiling tracing v0.1.37
33852025-09-17T21:37:21.202Z[ helios-setup] Sep 17 21:37:20.430 INFO E| Compiling dirs-next v2.0.0
33862025-09-17T21:37:22.002Z[ helios-setup] Sep 17 21:37:21.238 INFO E| Compiling rand v0.8.5
33872025-09-17T21:37:22.261Z[ helios-setup] Sep 17 21:37:21.497 INFO E| Compiling futures-executor v0.3.28
33882025-09-17T21:37:22.999Z[ host-package] Compiling bindgen v0.71.1
33892025-09-17T21:37:23.502Z[ helios-setup] Sep 17 21:37:22.737 INFO E| Compiling terminal_size v0.2.6
33902025-09-17T21:37:24.048Z[ helios-setup] Sep 17 21:37:23.283 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33912025-09-17T21:37:24.612Z[ host-package] Compiling diff v0.1.13
33922025-09-17T21:37:25.049Z[ helios-setup] Sep 17 21:37:24.281 INFO E| Compiling time v0.1.45
33932025-09-17T21:37:25.147Z[ helios-setup] Sep 17 21:37:24.382 INFO E| Compiling thread_local v1.1.7
33942025-09-17T21:37:25.826Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33952025-09-17T21:37:26.068Z[ helios-setup] Sep 17 21:37:25.302 INFO E| Compiling iana-time-zone v0.1.56
33962025-09-17T21:37:26.192Z[ helios-setup] Sep 17 21:37:25.427 INFO E| Compiling concolor-query v0.3.3
33972025-09-17T21:37:26.788Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33982025-09-17T21:37:26.795Z[ helios-setup] Sep 17 21:37:26.030 INFO E| Compiling concolor-override v1.0.0
33992025-09-17T21:37:27.451Z[ helios-setup] Sep 17 21:37:26.667 INFO E| Compiling anstyle v0.3.5
34002025-09-17T21:37:27.675Z[ helios-setup] Sep 17 21:37:26.909 INFO E| Compiling semver v1.0.17
34012025-09-17T21:37:28.561Z[ helios-setup] Sep 17 21:37:27.796 INFO E| Compiling anstream v0.2.6
34022025-09-17T21:37:29.324Z[ helios-setup] Sep 17 21:37:28.558 INFO E| Compiling tokio-util v0.7.7
34032025-09-17T21:37:29.887Z[ host-package] Compiling lalrpop v0.19.12
34042025-09-17T21:37:30.089Z[ helios-setup] Sep 17 21:37:29.324 INFO E| Compiling futures v0.3.28
34052025-09-17T21:37:30.203Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34062025-09-17T21:37:30.230Z[ helios-setup] Sep 17 21:37:29.461 INFO E| Compiling term v0.7.0
34072025-09-17T21:37:30.353Z[ helios-setup] Sep 17 21:37:29.588 INFO E| Compiling semver-parser v0.10.2
34082025-09-17T21:37:30.520Z[ helios-setup] Sep 17 21:37:29.755 INFO E| Compiling num_enum_derive v0.5.7
34092025-09-17T21:37:31.243Z[ helios-setup] Sep 17 21:37:30.477 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34102025-09-17T21:37:33.276Z[ helios-setup] Sep 17 21:37:32.510 INFO E| Compiling url v2.3.1
34112025-09-17T21:37:35.764Z[ helios-setup] Sep 17 21:37:34.991 INFO E| Compiling atty v0.2.14
34122025-09-17T21:37:36.032Z[ host-package] Compiling tabled_derive v0.11.0
34132025-09-17T21:37:36.535Z[ helios-setup] Sep 17 21:37:35.750 INFO E| Compiling same-file v1.0.6
34142025-09-17T21:37:36.696Z[ helios-setup] Sep 17 21:37:35.930 INFO E| Compiling strsim v0.10.0
34152025-09-17T21:37:37.076Z[ helios-setup] Sep 17 21:37:36.310 INFO E| Compiling try-lock v0.2.4
34162025-09-17T21:37:37.170Z[ helios-setup] Sep 17 21:37:36.403 INFO E| Compiling adler v1.0.2
34172025-09-17T21:37:37.907Z[ helios-setup] Sep 17 21:37:37.140 INFO E| Compiling clap_lex v0.4.1
34182025-09-17T21:37:38.162Z[ helios-setup] Sep 17 21:37:37.395 INFO E| Compiling miniz_oxide v0.6.2
34192025-09-17T21:37:38.210Z[ helios-setup] Sep 17 21:37:37.444 INFO E| Compiling want v0.3.0
34202025-09-17T21:37:38.929Z[ helios-setup] Sep 17 21:37:38.162 INFO E| Compiling clap_builder v4.2.1
34212025-09-17T21:37:39.719Z[ helios-setup] Sep 17 21:37:38.873 INFO E| Compiling walkdir v2.3.3
34222025-09-17T21:37:41.801Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34232025-09-17T21:37:42.062Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34242025-09-17T21:37:42.854Z[ helios-setup] Sep 17 21:37:42.087 INFO E| Compiling slog-term v2.9.0
34252025-09-17T21:37:43.291Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34262025-09-17T21:37:43.863Z[ helios-setup] Sep 17 21:37:43.097 INFO E| Compiling num_enum v0.5.7
34272025-09-17T21:37:43.998Z[ host-package] Compiling papergrid v0.17.0
34282025-09-17T21:37:44.195Z[ host-package] Compiling testing_table v0.3.0
34292025-09-17T21:37:44.215Z[ helios-setup] Sep 17 21:37:43.448 INFO E| Compiling semver v0.11.0
34302025-09-17T21:37:44.384Z[ helios-setup] Sep 17 21:37:43.617 INFO E| Compiling h2 v0.3.16
34312025-09-17T21:37:44.667Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34322025-09-17T21:37:45.922Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34332025-09-17T21:37:46.085Z[ helios-setup] Sep 17 21:37:45.309 INFO E| Compiling http-body v0.4.5
34342025-09-17T21:37:47.022Z[ helios-setup] Sep 17 21:37:46.254 INFO E| Compiling clap_derive v4.2.0
34352025-09-17T21:37:48.376Z[ helios-setup] Sep 17 21:37:47.609 INFO E| Compiling ring v0.16.20
34362025-09-17T21:37:50.880Z[ helios-setup] Sep 17 21:37:50.111 INFO E| Compiling tower-service v0.3.2
34372025-09-17T21:37:51.363Z[ host-package] Compiling tabled v0.20.0
34382025-09-17T21:37:55.490Z[ helios-setup] Sep 17 21:37:54.722 INFO E| Compiling base64ct v1.8.0
34392025-09-17T21:37:55.854Z[ helios-setup] Sep 17 21:37:55.086 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
34402025-09-17T21:37:57.050Z[ helios-setup] Sep 17 21:37:56.281 INFO E| Compiling zeroize v1.8.1
34412025-09-17T21:37:57.151Z[ helios-setup] Sep 17 21:37:56.382 INFO E| Compiling fastrand v1.9.0
34422025-09-17T21:37:58.108Z[ helios-setup] Sep 17 21:37:57.340 INFO E| Compiling home v0.5.4
34432025-09-17T21:37:58.952Z[ helios-setup] Sep 17 21:37:58.183 INFO E| Compiling httpdate v1.0.2
34442025-09-17T21:37:59.425Z[ helios-setup] Sep 17 21:37:58.656 INFO E| Compiling toolchain_find v0.2.0
34452025-09-17T21:38:00.221Z[ helios-setup] Sep 17 21:37:59.452 INFO E| Compiling hyper v0.14.25
34462025-09-17T21:38:01.121Z[ helios-setup] Sep 17 21:38:00.352 INFO E| Compiling tempfile v3.5.0
34472025-09-17T21:38:02.661Z[ helios-setup] Sep 17 21:38:01.892 INFO E| Compiling pem-rfc7468 v0.7.0
34482025-09-17T21:38:04.146Z[ helios-setup] Sep 17 21:38:03.377 INFO E| Compiling clap v4.2.1
34492025-09-17T21:38:09.500Z[ helios-setup] Sep 17 21:38:08.730 INFO E| Compiling cargo-lock v8.0.3
34502025-09-17T21:38:12.377Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34512025-09-17T21:38:13.036Z[ helios-setup] Sep 17 21:38:12.266 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
34522025-09-17T21:38:14.295Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34532025-09-17T21:38:14.988Z[ host-package] Compiling derive_builder_core v0.20.2
34542025-09-17T21:38:15.044Z[ host-package] Compiling polar-core v0.27.3
34552025-09-17T21:38:15.313Z[ helios-setup] Sep 17 21:38:14.542 INFO E| Compiling flate2 v1.0.25
34562025-09-17T21:38:16.925Z[ host-package] Compiling headers-core v0.3.0
34572025-09-17T21:38:17.830Z[ host-package] Compiling libxml v0.3.3
34582025-09-17T21:38:18.218Z[ helios-setup] Sep 17 21:38:17.448 INFO E| Compiling serde_urlencoded v0.7.1
34592025-09-17T21:38:18.798Z[ host-package] Compiling derive_builder_macro v0.20.2
34602025-09-17T21:38:19.511Z[ helios-setup] Sep 17 21:38:18.740 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
34612025-09-17T21:38:20.832Z[ host-package] Compiling headers v0.4.1
34622025-09-17T21:38:21.935Z[ helios-setup] Sep 17 21:38:21.164 INFO E| Compiling der_derive v0.7.3
34632025-09-17T21:38:24.290Z[ helios-setup] Sep 17 21:38:23.519 INFO E| Compiling sha1 v0.10.5
34642025-09-17T21:38:26.039Z[ helios-setup] Sep 17 21:38:25.268 INFO E| Compiling flagset v0.4.7
34652025-09-17T21:38:28.152Z[ host-package] Compiling samael v0.0.19
34662025-09-17T21:38:30.065Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34672025-09-17T21:38:30.156Z[ helios-setup] Sep 17 21:38:29.384 INFO E| Compiling der v0.7.10
34682025-09-17T21:38:30.160Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34692025-09-17T21:38:31.473Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34702025-09-17T21:38:31.606Z[ host-package] Compiling strum_macros v0.24.3
34712025-09-17T21:38:32.092Z[ host-package] Compiling convert_case v0.7.1
34722025-09-17T21:38:32.333Z[ host-package] Compiling indoc v1.0.9
34732025-09-17T21:38:33.150Z[ helios-setup] Sep 17 21:38:32.378 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34742025-09-17T21:38:33.602Z[ helios-setup] Sep 17 21:38:32.829 INFO E| Compiling rustfmt-wrapper v0.2.0
34752025-09-17T21:38:33.602Z[ host-package] Compiling termtree v0.5.1
34762025-09-17T21:38:33.887Z[ host-package] Compiling crc8 v0.1.1
34772025-09-17T21:38:34.298Z[ host-package] Compiling derive_more-impl v2.0.1
34782025-09-17T21:38:34.660Z[ host-package] Compiling derive_builder v0.20.2
34792025-09-17T21:38:34.808Z[ helios-setup] Sep 17 21:38:34.036 INFO E| Compiling openapiv3 v1.0.2
34802025-09-17T21:38:35.379Z[ helios-setup] Sep 17 21:38:34.606 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34812025-09-17T21:38:35.847Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34822025-09-17T21:38:35.867Z[ helios-setup] Sep 17 21:38:35.094 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34832025-09-17T21:38:35.928Z[ helios-setup] Sep 17 21:38:35.155 INFO E| Compiling encoding_rs v0.8.32
34842025-09-17T21:38:36.088Z[ helios-setup] Sep 17 21:38:35.315 INFO E| Compiling mime v0.3.17
34852025-09-17T21:38:37.058Z[ host-package] Compiling progenitor-impl v0.11.0
34862025-09-17T21:38:37.377Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34872025-09-17T21:38:37.839Z[ helios-setup] Sep 17 21:38:37.067 INFO E| Compiling unsafe-libyaml v0.2.8
34882025-09-17T21:38:38.015Z[ helios-setup] Sep 17 21:38:37.242 INFO E| Compiling project-root v0.2.2
34892025-09-17T21:38:38.034Z[ host-package] Compiling oso-derive v0.27.3
34902025-09-17T21:38:38.859Z[ helios-setup] Sep 17 21:38:38.087 INFO E| Compiling untrusted v0.7.1
34912025-09-17T21:38:39.850Z[ helios-setup] Sep 17 21:38:39.077 INFO E| Compiling base64 v0.13.1
34922025-09-17T21:38:39.888Z[ host-package] Compiling quick-xml v0.37.2
34932025-09-17T21:38:41.171Z[ helios-setup] Sep 17 21:38:40.398 INFO E| Compiling radium v0.7.0
34942025-09-17T21:38:41.991Z[ helios-setup] Sep 17 21:38:41.218 INFO E| Compiling utf-8 v0.7.6
34952025-09-17T21:38:42.150Z[ helios-setup] Sep 17 21:38:41.376 INFO E| Compiling ipnet v2.7.2
34962025-09-17T21:38:42.532Z[ helios-setup] Sep 17 21:38:41.759 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34972025-09-17T21:38:42.960Z[ helios-setup] Sep 17 21:38:42.187 INFO E| Compiling tungstenite v0.18.0
34982025-09-17T21:38:43.311Z[ helios-setup] Sep 17 21:38:42.538 INFO E| Compiling serde_yaml v0.9.21
34992025-09-17T21:38:43.993Z[ host-package] Compiling derive_more v2.0.1
35002025-09-17T21:38:44.487Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35012025-09-17T21:38:47.255Z[ helios-setup] Sep 17 21:38:46.481 INFO E| Compiling reqwest v0.11.16
35022025-09-17T21:38:47.811Z[ host-package] Compiling progenitor-client v0.11.0
35032025-09-17T21:38:48.627Z[ host-package] Compiling progenitor-macro v0.11.0
35042025-09-17T21:38:50.153Z[ helios-setup] Sep 17 21:38:49.378 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35052025-09-17T21:38:50.204Z[ host-package] Compiling diesel-dtrace v0.4.2
35062025-09-17T21:38:51.623Z[ host-package] Compiling vte_generate_state_changes v0.1.2
35072025-09-17T21:38:52.610Z[ helios-setup] Sep 17 21:38:51.836 INFO E| Compiling spki v0.7.3
35082025-09-17T21:38:53.201Z[ host-package] Compiling siphasher v1.0.1
35092025-09-17T21:38:53.960Z[ helios-setup] Sep 17 21:38:53.185 INFO E| Compiling tap v1.0.1
35102025-09-17T21:38:54.088Z[ host-package] Compiling arc-swap v1.7.1
35112025-09-17T21:38:54.924Z[ helios-setup] Sep 17 21:38:54.149 INFO E| Compiling maybe-uninit v2.0.0
35122025-09-17T21:38:54.956Z[ host-package] Compiling phf_shared v0.12.1
35132025-09-17T21:38:55.750Z[ host-package] Compiling slog-scope v4.4.0
35142025-09-17T21:38:56.012Z[ host-package] Compiling vte v0.11.1
35152025-09-17T21:38:56.711Z[ helios-setup] Sep 17 21:38:55.936 INFO E| Compiling crossbeam-utils v0.8.14
35162025-09-17T21:38:57.748Z[ host-package] Compiling crossterm v0.29.0
35172025-09-17T21:38:58.526Z[ helios-setup] Sep 17 21:38:57.750 INFO E| Compiling wyz v0.5.1
35182025-09-17T21:39:00.052Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35192025-09-17T21:39:00.824Z[ helios-setup] Sep 17 21:39:00.048 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35202025-09-17T21:39:04.847Z[ helios-setup] Sep 17 21:39:04.071 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35212025-09-17T21:39:06.797Z[ helios-setup] Sep 17 21:39:06.021 INFO E| Compiling tokio-tungstenite v0.18.0
35222025-09-17T21:39:10.110Z[ helios-setup] Sep 17 21:39:09.334 INFO E| Compiling serde_spanned v0.6.1
35232025-09-17T21:39:10.831Z[ host-package] Compiling oso v0.27.3
35242025-09-17T21:39:10.991Z[ helios-setup] Sep 17 21:39:10.214 INFO E| Compiling toml_datetime v0.6.1
35252025-09-17T21:39:12.140Z[ host-package] Compiling progenitor v0.11.0
35262025-09-17T21:39:12.446Z[ helios-setup] Sep 17 21:39:11.669 INFO E| Compiling zerocopy-derive v0.6.6
35272025-09-17T21:39:12.988Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35282025-09-17T21:39:15.292Z[ helios-setup] Sep 17 21:39:14.514 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35292025-09-17T21:39:16.790Z[ helios-setup] Sep 17 21:39:16.013 INFO E| Compiling smartstring v1.0.1
35302025-09-17T21:39:16.896Z[ helios-setup] Sep 17 21:39:16.119 INFO E| Compiling winnow v0.4.1
35312025-09-17T21:39:17.841Z[ helios-setup] Sep 17 21:39:17.063 INFO E| Compiling num-bigint-dig v0.8.4
35322025-09-17T21:39:18.980Z[ helios-setup] Sep 17 21:39:18.201 INFO E| Compiling funty v2.0.0
35332025-09-17T21:39:24.206Z[ helios-setup] Sep 17 21:39:23.429 INFO E| Compiling rustls v0.21.0
35342025-09-17T21:39:24.926Z[ helios-setup] Sep 17 21:39:24.148 INFO E| Compiling packed_struct v0.10.1
35352025-09-17T21:39:25.577Z[ helios-setup] Sep 17 21:39:24.798 INFO E| Compiling toml_edit v0.19.8
35362025-09-17T21:39:26.592Z[ helios-setup] Sep 17 21:39:25.814 INFO E| Compiling bitvec v1.0.1
35372025-09-17T21:39:27.862Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35382025-09-17T21:39:28.980Z[ host-package] Compiling bb8 v0.8.5
35392025-09-17T21:39:30.703Z[ host-package] Compiling unicase v2.7.0
35402025-09-17T21:39:31.982Z[ host-package] Compiling chrono-tz v0.10.4
35412025-09-17T21:39:33.185Z[ host-package] Compiling xshell-macros v0.2.7
35422025-09-17T21:39:34.663Z[ helios-setup] Sep 17 21:39:33.883 INFO E| Compiling zerocopy v0.6.6
35432025-09-17T21:39:34.868Z[ host-package] Compiling xshell v0.2.7
35442025-09-17T21:39:36.731Z[ helios-setup] Sep 17 21:39:35.951 INFO E| Compiling pkcs8 v0.10.2
35452025-09-17T21:39:39.541Z[ helios-setup] Sep 17 21:39:38.762 INFO E| Compiling rustls-webpki v0.100.1
35462025-09-17T21:39:40.117Z[ host-package] Compiling async-bb8-diesel v0.2.1
35472025-09-17T21:39:40.313Z[ helios-setup] Sep 17 21:39:39.534 INFO E| Compiling sct v0.7.0
35482025-09-17T21:39:41.319Z[ helios-setup] Sep 17 21:39:40.539 INFO E| Compiling num-iter v0.1.44
35492025-09-17T21:39:42.075Z[ helios-setup] Sep 17 21:39:41.295 INFO E| Compiling packed_struct_codegen v0.10.1
35502025-09-17T21:39:42.309Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35512025-09-17T21:39:42.550Z[ host-package] Compiling strip-ansi-escapes v0.2.0
35522025-09-17T21:39:43.338Z[ helios-setup] Sep 17 21:39:42.559 INFO E| Compiling slog-async v2.7.0
35532025-09-17T21:39:43.500Z[ helios-setup] Sep 17 21:39:42.720 INFO E| Compiling camino v1.1.4
35542025-09-17T21:39:44.342Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35552025-09-17T21:39:44.950Z[ helios-setup] Sep 17 21:39:44.170 INFO E| Compiling crc-catalog v2.4.0
35562025-09-17T21:39:45.215Z[ helios-setup] Sep 17 21:39:44.435 INFO E| Compiling paste v1.0.12
35572025-09-17T21:39:45.581Z[ helios-setup] Sep 17 21:39:44.801 INFO E| Compiling match_cfg v0.1.0
35582025-09-17T21:39:45.958Z[ helios-setup] Sep 17 21:39:45.178 INFO E| Compiling nodrop v0.1.14
35592025-09-17T21:39:46.234Z[ helios-setup] Sep 17 21:39:45.453 INFO E| Compiling static_assertions v1.1.0
35602025-09-17T21:39:46.729Z[ helios-setup] Sep 17 21:39:45.949 INFO E| Compiling async-trait v0.1.68
35612025-09-17T21:39:48.368Z[ helios-setup] Sep 17 21:39:47.587 INFO E| Compiling array-init v0.0.4
35622025-09-17T21:39:48.739Z[ helios-setup] Sep 17 21:39:47.959 INFO E| Compiling hostname v0.3.1
35632025-09-17T21:39:49.884Z[ helios-setup] Sep 17 21:39:49.104 INFO E| Compiling crc v3.3.0
35642025-09-17T21:39:55.627Z[ helios-setup] Sep 17 21:39:54.846 INFO E| Compiling crossbeam-channel v0.5.6
35652025-09-17T21:39:56.553Z[ helios-setup] Sep 17 21:39:55.772 INFO E| Compiling pkcs1 v0.7.5
35662025-09-17T21:39:57.004Z[ helios-setup] Sep 17 21:39:56.219 INFO E| Compiling smallvec v0.6.14
35672025-09-17T21:39:58.070Z[ helios-setup] Sep 17 21:39:57.289 INFO E| Compiling toml v0.7.3
35682025-09-17T21:39:58.908Z[ helios-setup] Sep 17 21:39:58.126 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
35692025-09-17T21:40:01.521Z[ host-package] Compiling slog-stdlog v4.1.1
35702025-09-17T21:40:02.880Z[ helios-setup] Sep 17 21:40:02.098 INFO E| Compiling slog-json v2.6.1
35712025-09-17T21:40:03.323Z[ helios-setup] Sep 17 21:40:02.541 INFO E| Compiling bitflags v2.9.1
35722025-09-17T21:40:03.535Z[ host-package] Compiling phf v0.12.1
35732025-09-17T21:40:04.037Z[ helios-setup] Sep 17 21:40:03.255 INFO E| Compiling bincode v1.3.3
35742025-09-17T21:40:04.358Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35752025-09-17T21:40:04.901Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35762025-09-17T21:40:05.278Z[ helios-setup] Sep 17 21:40:04.495 INFO E| Compiling unicode-linebreak v0.1.4
35772025-09-17T21:40:05.989Z[ host-package] Compiling fd-lock v4.0.2
35782025-09-17T21:40:06.128Z[ host-package] Compiling peg-macros v0.8.5
35792025-09-17T21:40:06.154Z[ helios-setup] Sep 17 21:40:05.371 INFO E| Compiling signature v2.2.0
35802025-09-17T21:40:06.536Z[ helios-setup] Sep 17 21:40:05.753 INFO E| Compiling async-stream-impl v0.3.5
35812025-09-17T21:40:06.960Z[ helios-setup] Sep 17 21:40:06.177 INFO E| Compiling rhai_codegen v1.5.0
35822025-09-17T21:40:06.963Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35832025-09-17T21:40:08.210Z[ helios-setup] Sep 17 21:40:07.428 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35842025-09-17T21:40:08.864Z[ host-package] Compiling nu-ansi-term v0.50.1
35852025-09-17T21:40:09.457Z[ helios-setup] Sep 17 21:40:08.674 INFO E| Compiling equivalent v1.0.2
35862025-09-17T21:40:09.512Z[ helios-setup] Sep 17 21:40:08.729 INFO E| Compiling subtle v2.6.1
35872025-09-17T21:40:09.968Z[ helios-setup] Sep 17 21:40:09.185 INFO E| Compiling foldhash v0.1.5
35882025-09-17T21:40:10.100Z[ helios-setup] Sep 17 21:40:09.317 INFO E| Compiling termcolor v1.2.0
35892025-09-17T21:40:10.682Z[ helios-setup] Sep 17 21:40:09.898 INFO E| Compiling allocator-api2 v0.2.21
35902025-09-17T21:40:11.075Z[ helios-setup] Sep 17 21:40:10.292 INFO E| Compiling take_mut v0.2.2
35912025-09-17T21:40:11.130Z[ helios-setup] Sep 17 21:40:10.348 INFO E| Compiling bitfield v0.14.0
35922025-09-17T21:40:11.529Z[ host-package] Compiling reedline v0.40.0
35932025-09-17T21:40:11.878Z[ helios-setup] Sep 17 21:40:11.095 INFO E| Compiling rhai v1.14.0
35942025-09-17T21:40:12.000Z[ helios-setup] Sep 17 21:40:11.216 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
35952025-09-17T21:40:12.320Z[ host-package] Compiling peg v0.8.5
35962025-09-17T21:40:12.353Z[ helios-setup] Sep 17 21:40:11.570 INFO E| Compiling hashbrown v0.15.3
35972025-09-17T21:40:12.698Z[ helios-setup] Sep 17 21:40:11.915 INFO E| Compiling env_logger v0.10.2
35982025-09-17T21:40:13.287Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35992025-09-17T21:40:13.641Z[ helios-setup] Sep 17 21:40:12.857 INFO E| Compiling rsa v0.9.8
36002025-09-17T21:40:16.496Z[ helios-setup] Sep 17 21:40:15.713 INFO E| Compiling async-stream v0.3.5
36012025-09-17T21:40:16.809Z[ helios-setup] Sep 17 21:40:16.024 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
36022025-09-17T21:40:17.851Z[ helios-setup] Sep 17 21:40:17.067 INFO E| Compiling ron v0.8.1
36032025-09-17T21:40:18.976Z[ helios-setup] Sep 17 21:40:18.192 INFO E| Compiling slog-bunyan v2.4.0
36042025-09-17T21:40:19.962Z[ helios-setup] Sep 17 21:40:19.178 INFO E| Compiling tokio-rustls v0.24.0
36052025-09-17T21:40:20.973Z[ helios-setup] Sep 17 21:40:20.189 INFO E| Compiling serde-hex v0.1.0
36062025-09-17T21:40:23.621Z[ helios-setup] Sep 17 21:40:22.836 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36072025-09-17T21:40:28.205Z[ helios-setup] Sep 17 21:40:27.421 INFO E| Compiling x509-cert v0.2.5
36082025-09-17T21:40:28.999Z[ helios-setup] Sep 17 21:40:28.213 INFO E| Compiling rustls-pemfile v1.0.2
36092025-09-17T21:40:29.948Z[ helios-setup] Sep 17 21:40:29.163 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
36102025-09-17T21:40:30.263Z[ helios-setup] Sep 17 21:40:29.477 INFO E| Compiling serde_path_to_error v0.1.11
36112025-09-17T21:40:30.398Z[ helios-setup] Sep 17 21:40:29.613 INFO E| Compiling derive-where v1.4.0
36122025-09-17T21:40:30.969Z[ helios-setup] Sep 17 21:40:30.184 INFO E| Compiling rustc-hash v2.1.1
36132025-09-17T21:40:31.782Z[ helios-setup] Sep 17 21:40:30.996 INFO E| Compiling debug-ignore v1.0.5
36142025-09-17T21:40:32.233Z[ helios-setup] Sep 17 21:40:31.447 INFO E| Compiling hex v0.4.3
36152025-09-17T21:40:32.296Z[ helios-setup] Sep 17 21:40:31.511 INFO E| Compiling crc-any v2.5.0
36162025-09-17T21:40:33.114Z[ helios-setup] Sep 17 21:40:32.329 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36172025-09-17T21:40:34.258Z[ helios-setup] Sep 17 21:40:33.472 INFO E| Compiling object v0.30.4
36182025-09-17T21:40:35.209Z[ helios-setup] Sep 17 21:40:34.423 INFO E| Compiling path-slash v0.1.5
36192025-09-17T21:40:35.934Z[ helios-setup] Sep 17 21:40:35.148 INFO E| Compiling smawk v0.3.1
36202025-09-17T21:40:36.009Z[ helios-setup] Sep 17 21:40:35.223 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
36212025-09-17T21:40:36.128Z[ helios-setup] Sep 17 21:40:35.342 INFO E| Compiling iddqd v0.3.1
36222025-09-17T21:40:36.926Z[ helios-setup] Sep 17 21:40:36.140 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
36232025-09-17T21:40:37.336Z[ helios-setup] Sep 17 21:40:36.550 INFO E| Compiling textwrap v0.16.0
36242025-09-17T21:40:38.625Z[ host-package] Compiling slog-envlogger v2.2.0
36252025-09-17T21:40:43.001Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36262025-09-17T21:40:43.098Z[ helios-setup] Sep 17 21:40:42.311 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36272025-09-17T21:40:49.506Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36282025-09-17T21:40:59.085Z[ host-package] Compiling typify-impl v0.2.0
36292025-09-17T21:41:02.375Z[ host-package] Compiling bcs v0.1.6
36302025-09-17T21:41:03.850Z[ helios-setup] Sep 17 21:41:03.060 INFO E| Compiling bzip2 v0.4.4
36312025-09-17T21:41:04.259Z[ host-package] Compiling fxhash v0.2.1
36322025-09-17T21:41:04.638Z[ helios-setup] Sep 17 21:41:03.850 INFO E| Compiling zip v0.6.6
36332025-09-17T21:41:04.998Z[ host-package] Compiling libz-sys v1.1.20
36342025-09-17T21:41:06.791Z[ helios-setup] Sep 17 21:41:06.000 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36352025-09-17T21:41:06.813Z[ host-package] Compiling half v1.8.3
36362025-09-17T21:41:09.180Z[ host-package] Compiling serde_cbor v0.11.2
36372025-09-17T21:41:10.181Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36382025-09-17T21:41:13.499Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36392025-09-17T21:41:17.178Z[ helios-setup] Sep 17 21:41:16.388 INFO E| Compiling git2 v0.16.1
36402025-09-17T21:41:17.902Z[ host-package] Compiling typify-macro v0.2.0
36412025-09-17T21:41:18.366Z[ host-package] Compiling kstat-rs v0.2.4
36422025-09-17T21:41:19.105Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36432025-09-17T21:41:19.589Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36442025-09-17T21:41:19.901Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36452025-09-17T21:41:20.244Z[ host-package] Compiling nanorand v0.7.0
36462025-09-17T21:41:21.204Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
36472025-09-17T21:41:22.435Z[ host-package] Compiling parking_lot_core v0.8.6
36482025-09-17T21:41:22.515Z[ helios-setup] Sep 17 21:41:21.724 INFO E| Compiling built v0.6.0
36492025-09-17T21:41:23.137Z[ host-package] Compiling flume v0.11.1
36502025-09-17T21:41:24.040Z[ helios-setup] Sep 17 21:41:23.249 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
36512025-09-17T21:41:24.632Z[ host-package] Compiling mime_guess v2.0.5
36522025-09-17T21:41:25.650Z[ helios-setup] Sep 17 21:41:24.859 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
36532025-09-17T21:41:26.080Z[ host-package] Compiling tabled_derive v0.10.0
36542025-09-17T21:41:26.311Z[ host-package] Compiling ignore v0.4.23
36552025-09-17T21:41:26.395Z[ helios-setup] Sep 17 21:41:25.604 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
36562025-09-17T21:41:27.669Z[ helios-setup] Sep 17 21:41:26.878 INFO E| warning: struct `NeedRequestContext` is never constructed
36572025-09-17T21:41:27.674Z[ helios-setup] Sep 17 21:41:26.878 INFO E| --> racktest/agent/server/src/lib.rs:104:9
36582025-09-17T21:41:27.674Z[ helios-setup] Sep 17 21:41:26.878 INFO E| |
36592025-09-17T21:41:27.674Z[ helios-setup] Sep 17 21:41:26.878 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
36602025-09-17T21:41:27.674Z[ helios-setup] Sep 17 21:41:26.878 INFO E| | ^^^^^^^^^^^^^^
36612025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| |
36622025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| = note: `#[warn(dead_code)]` on by default
36632025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| warning: struct `NeedHttpResponse` is never constructed
36642025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| --> racktest/agent/server/src/lib.rs:107:6
36652025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| |
36662025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36672025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| | ^^^^^^^^
36682025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| warning: struct `NeedRequestContext` is never constructed
36692025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| --> racktest/agent/server/src/lib.rs:132:9
36702025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| |
36712025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
36722025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| | ^^^^^^^^^^^^^^
36732025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| warning: struct `NeedHttpResponse` is never constructed
36742025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| --> racktest/agent/server/src/lib.rs:135:6
36752025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| |
36762025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36772025-09-17T21:41:27.675Z[ helios-setup] Sep 17 21:41:26.878 INFO E| | ^^^^^^^^
36782025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| warning: struct `NeedRequestContext` is never constructed
36792025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| --> racktest/agent/server/src/lib.rs:284:9
36802025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| |
36812025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
36822025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| | ^^^^^^^^^^^^^^
36832025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| warning: struct `NeedRequestContext` is never constructed
36842025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| --> racktest/agent/server/src/lib.rs:406:9
36852025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| |
36862025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
36872025-09-17T21:41:27.676Z[ helios-setup] Sep 17 21:41:26.879 INFO E| | ^^^^^^^^^^^^^^
36882025-09-17T21:41:29.490Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36892025-09-17T21:41:29.811Z[ helios-setup] Sep 17 21:41:29.019 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
36902025-09-17T21:41:40.378Z[ host-package] Compiling papergrid v0.14.0
36912025-09-17T21:41:41.973Z[ helios-setup] Sep 17 21:41:41.181 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
36922025-09-17T21:41:41.977Z[ helios-setup] Sep 17 21:41:41.181 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
36932025-09-17T21:41:43.315Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36942025-09-17T21:41:45.204Z[ host-package] Compiling castaway v0.2.3
36952025-09-17T21:41:45.858Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36962025-09-17T21:41:47.446Z[ host-package] Compiling compact_str v0.8.0
36972025-09-17T21:41:49.992Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36982025-09-17T21:41:52.870Z[ host-package] Compiling tabled v0.18.0
36992025-09-17T21:41:53.240Z[ host-package] Compiling globwalk v0.9.1
37002025-09-17T21:41:59.374Z[ host-package] Compiling typify v0.2.0
37012025-09-17T21:41:59.927Z[ host-package] Compiling predicates-tree v1.0.12
37022025-09-17T21:42:01.757Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37032025-09-17T21:42:05.530Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37042025-09-17T21:42:10.290Z[ host-package] Compiling unicode-truncate v1.1.0
37052025-09-17T21:42:10.971Z[ host-package] Compiling lru v0.12.5
37062025-09-17T21:42:11.833Z[ host-package] Compiling vergen v8.3.2
37072025-09-17T21:42:12.641Z[ host-package] Compiling nibble_vec v0.1.0
37082025-09-17T21:42:13.045Z[ host-package] Compiling cargo-platform v0.1.8
37092025-09-17T21:42:13.699Z[ host-package] Compiling atty v0.2.14
37102025-09-17T21:42:14.032Z[ host-package] Compiling instability v0.3.2
37112025-09-17T21:42:14.353Z[ host-package] Compiling cassowary v0.3.0
37122025-09-17T21:42:15.137Z[ host-package] Compiling http-range v0.1.5
37132025-09-17T21:42:15.830Z[ helios-setup] Sep 17 21:42:15.033 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37142025-09-17T21:42:15.837Z[ host-package] Compiling endian-type v0.1.2
37152025-09-17T21:42:16.172Z[ host-package] Compiling indoc v2.0.6
37162025-09-17T21:42:17.180Z[ host-package] Compiling salty v0.3.0
37172025-09-17T21:42:17.854Z[ host-package] Compiling ratatui v0.29.0
37182025-09-17T21:42:18.513Z[ host-package] Compiling radix_trie v0.2.1
37192025-09-17T21:42:19.560Z[ host-package] Compiling cargo_metadata v0.18.1
37202025-09-17T21:42:24.006Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37212025-09-17T21:42:25.596Z[ host-package] Compiling progenitor-impl v0.8.0
37222025-09-17T21:42:26.135Z[ host-package] Compiling git2 v0.19.0
37232025-09-17T21:42:35.036Z[ host-package] Compiling parking_lot v0.11.2
37242025-09-17T21:42:39.713Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37252025-09-17T21:42:42.359Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37262025-09-17T21:42:45.479Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37272025-09-17T21:42:55.429Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37282025-09-17T21:42:59.054Z[ host-package] Compiling rand_seeder v0.4.0
37292025-09-17T21:43:00.044Z[ host-package] Compiling prefix-trie v0.7.0
37302025-09-17T21:43:02.123Z[ host-package] Compiling lzma-sys v0.1.20
37312025-09-17T21:43:03.875Z[ host-package] Compiling rustls v0.21.12
37322025-09-17T21:43:04.130Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
37332025-09-17T21:43:05.340Z[ host-package] Compiling hickory-server v0.25.2
37342025-09-17T21:43:06.122Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37352025-09-17T21:43:07.803Z[ host-package] Compiling hyper-staticfile v0.10.1
37362025-09-17T21:43:10.493Z[ host-package] Compiling sled v0.34.7
37372025-09-17T21:43:11.539Z[ helios-setup] Sep 17 21:43:10.736 INFO E| Finished `release` profile [optimized] target(s) in 7m 06s
37382025-09-17T21:43:11.699Z[ helios-setup] Sep 17 21:43:10.893 INFO building project "pilot" ok (427 seconds)
37392025-09-17T21:43:11.704Z[ helios-setup] rm -f helios-build
37402025-09-17T21:43:11.704Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37412025-09-17T21:43:11.710Z[ helios-setup]
37422025-09-17T21:43:11.710Z[ helios-setup] Setup complete! ./helios-build is now available.
37432025-09-17T21:43:11.710Z[ helios-setup]
37442025-09-17T21:43:11.714Z[ helios-setup]
37452025-09-17T21:43:11.714Z[ helios-setup] real 11:18.954109449
37462025-09-17T21:43:11.714Z[ helios-setup] user 30:15.901721337
37472025-09-17T21:43:11.714Z[ helios-setup] sys 2:43.551424713
37482025-09-17T21:43:11.714Z[ helios-setup] trap 1.947376978
37492025-09-17T21:43:11.714Z[ helios-setup] tflt 5.091816351
37502025-09-17T21:43:11.714Z[ helios-setup] dflt 17.886229833
37512025-09-17T21:43:11.714Z[ helios-setup] kflt 0.000157890
37522025-09-17T21:43:11.714Z[ helios-setup] lock 2:32:13.630992440
37532025-09-17T21:43:11.714Z[ helios-setup] slp 3:49:56.907753884
37542025-09-17T21:43:11.714Z[ helios-setup] lat 33:32.297731507
37552025-09-17T21:43:11.714Z[ helios-setup] stop 6:05.613904003
37562025-09-17T21:43:11.714ZSep 17 21:43:10.907 INFO [helios-setup] process exited with exit status: 0 (678.95762342s)
37572025-09-17T21:43:11.714ZSep 17 21:43:10.907 INFO [helios-record] running task
37582025-09-17T21:43:11.714ZSep 17 21:43:10.907 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37592025-09-17T21:43:11.718ZSep 17 21:43:10.914 DEBG process exited with exit status: 0 (6.657506ms)
37602025-09-17T21:43:11.718ZSep 17 21:43:10.914 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37612025-09-17T21:43:11.723ZSep 17 21:43:10.920 DEBG process exited with exit status: 0 (6.03228ms)
37622025-09-17T21:43:11.723ZSep 17 21:43:10.920 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37632025-09-17T21:43:11.728ZSep 17 21:43:10.925 DEBG process exited with exit status: 0 (5.569171ms)
37642025-09-17T21:43:11.728ZSep 17 21:43:10.926 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37652025-09-17T21:43:11.733ZSep 17 21:43:10.931 DEBG process exited with exit status: 0 (5.366569ms)
37662025-09-17T21:43:11.736ZSep 17 21:43:10.931 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37672025-09-17T21:43:11.740ZSep 17 21:43:10.937 DEBG process exited with exit status: 0 (5.641965ms)
37682025-09-17T21:43:11.740ZSep 17 21:43:10.937 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37692025-09-17T21:43:11.745ZSep 17 21:43:10.942 DEBG process exited with exit status: 0 (5.261349ms)
37702025-09-17T21:43:11.745ZSep 17 21:43:10.942 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37712025-09-17T21:43:11.750ZSep 17 21:43:10.948 DEBG process exited with exit status: 0 (6.095235ms)
37722025-09-17T21:43:11.750ZSep 17 21:43:10.948 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37732025-09-17T21:43:11.757ZSep 17 21:43:10.954 DEBG process exited with exit status: 0 (6.334975ms)
37742025-09-17T21:43:11.761ZSep 17 21:43:10.955 INFO [helios-record] task succeeded (48.024778ms)
37752025-09-17T21:43:18.799Z[ host-package] Compiling progenitor-macro v0.8.0
37762025-09-17T21:43:18.987Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37772025-09-17T21:43:21.487Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37782025-09-17T21:43:28.921Z[ host-package] Compiling hickory-client v0.25.2
37792025-09-17T21:43:33.048Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37802025-09-17T21:43:34.204Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
37812025-09-17T21:43:34.376Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37822025-09-17T21:43:38.089Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37832025-09-17T21:43:40.793Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37842025-09-17T21:43:44.027Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
37852025-09-17T21:43:44.070Z[ host-package] Compiling progenitor-client v0.8.0
37862025-09-17T21:43:44.108Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37872025-09-17T21:43:44.518Z[ host-package] Compiling sct v0.7.1
37882025-09-17T21:43:45.012Z[ host-package] Compiling rustls-webpki v0.101.7
37892025-09-17T21:43:45.048Z[ host-package] Compiling primeorder v0.13.6
37902025-09-17T21:43:45.597Z[ host-package] Compiling heck v0.3.3
37912025-09-17T21:43:45.689Z[ host-package] Compiling env_filter v0.1.2
37922025-09-17T21:43:45.802Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
37932025-09-17T21:43:45.973Z[ host-package] Compiling void v1.0.2
37942025-09-17T21:43:46.208Z[ host-package] Compiling lzss v0.8.2
37952025-09-17T21:43:46.358Z[ host-package] Compiling env_logger v0.11.5
37962025-09-17T21:43:46.735Z[ host-package] Compiling zone_cfg_derive v0.1.2
37972025-09-17T21:43:47.816Z[ host-package] Compiling p384 v0.13.0
37982025-09-17T21:43:47.876Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992025-09-17T21:43:48.155Z[ host-package] Compiling progenitor v0.8.0
38002025-09-17T21:43:48.479Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38012025-09-17T21:43:48.739Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38022025-09-17T21:43:48.988Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38032025-09-17T21:43:53.721Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38042025-09-17T21:43:54.998Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38052025-09-17T21:44:00.651Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38062025-09-17T21:44:02.124Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38072025-09-17T21:44:07.591Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38082025-09-17T21:44:08.028Z[ host-package] Compiling tungstenite v0.23.0
38092025-09-17T21:44:09.269Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38102025-09-17T21:44:09.481Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38112025-09-17T21:44:09.763Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38122025-09-17T21:44:09.930Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38132025-09-17T21:44:10.204Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38142025-09-17T21:44:10.361Z[ host-package] Compiling nix v0.27.1
38152025-09-17T21:44:10.982Z[ host-package] Compiling serde_bytes v0.11.17
38162025-09-17T21:44:11.642Z[ host-package] Compiling base64 v0.13.1
38172025-09-17T21:44:12.504Z[ host-package] Compiling number_prefix v0.4.0
38182025-09-17T21:44:12.698Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38192025-09-17T21:44:12.838Z[ host-package] Compiling indicatif v0.17.11
38202025-09-17T21:44:13.167Z[ host-package] Compiling ron v0.7.1
38212025-09-17T21:44:13.504Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38222025-09-17T21:44:14.585Z[ host-package] Compiling tokio-tungstenite v0.23.1
38232025-09-17T21:44:15.310Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38242025-09-17T21:44:18.460Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38252025-09-17T21:44:19.395Z[ host-package] Compiling xz2 v0.1.7
38262025-09-17T21:44:19.660Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38272025-09-17T21:44:20.514Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38282025-09-17T21:44:21.672Z[ host-package] Compiling tokio-rustls v0.24.1
38292025-09-17T21:44:22.214Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38302025-09-17T21:44:26.240Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38312025-09-17T21:44:26.645Z[ host-package] Compiling zone v0.1.8
38322025-09-17T21:44:26.746Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38332025-09-17T21:44:28.789Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38342025-09-17T21:44:29.938Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38352025-09-17T21:44:30.189Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38362025-09-17T21:44:31.986Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38372025-09-17T21:44:40.893Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38382025-09-17T21:44:41.671Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38392025-09-17T21:44:42.850Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38402025-09-17T21:44:44.913Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38412025-09-17T21:44:45.001Z[ host-package] Compiling rustls-pemfile v1.0.4
38422025-09-17T21:44:45.336Z[ host-package] Compiling signal-hook-tokio v0.3.1
38432025-09-17T21:44:45.648Z[ host-package] Compiling twox-hash v2.1.0
38442025-09-17T21:44:45.810Z[ host-package] Compiling yasna v0.5.2
38452025-09-17T21:44:46.763Z[ host-package] Compiling secrecy v0.8.0
38462025-09-17T21:44:47.150Z[ host-package] Compiling is_ci v1.2.0
38472025-09-17T21:44:47.533Z[ host-package] Compiling supports-color v3.0.2
38482025-09-17T21:44:48.041Z[ host-package] Compiling rcgen v0.12.1
38492025-09-17T21:44:55.701Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38502025-09-17T21:45:02.565Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38512025-09-17T21:45:02.594Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38522025-09-17T21:45:08.803Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38532025-09-17T21:45:12.181Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38542025-09-17T21:45:20.362Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38552025-09-17T21:45:28.121Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38562025-09-17T21:45:28.874Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38572025-09-17T21:45:31.584Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38582025-09-17T21:45:34.654Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38592025-09-17T21:45:42.077Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38602025-09-17T21:45:43.650Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38612025-09-17T21:45:45.470Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38622025-09-17T21:45:45.863Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38632025-09-17T21:45:52.482Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38642025-09-17T21:45:52.916Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38652025-09-17T21:45:53.322Z[ host-package] Compiling fatfs v0.3.6
38662025-09-17T21:45:53.378Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38672025-09-17T21:45:54.261Z[ host-package] Compiling rtoolbox v0.0.2
38682025-09-17T21:45:54.771Z[ host-package] Compiling subprocess v0.2.9
38692025-09-17T21:45:56.366Z[ host-package] Compiling assert_matches v1.5.0
38702025-09-17T21:45:56.557Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38712025-09-17T21:46:02.877Z[ host-package] Compiling rpassword v7.4.0
38722025-09-17T21:46:03.523Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732025-09-17T21:46:04.815Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38742025-09-17T21:46:10.307Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38752025-09-17T21:46:11.832Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38762025-09-17T21:46:32.745Z[ host-package] Compiling tui-tree-widget v0.23.1
38772025-09-17T21:46:33.385Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38782025-09-17T21:46:40.854Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38792025-09-17T21:46:46.062Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38802025-09-17T21:46:46.493Z[ host-package] Compiling uzers v0.12.1
38812025-09-17T21:46:47.654Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38822025-09-17T21:46:47.760Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38832025-09-17T21:46:49.922Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38842025-09-17T21:47:06.235Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38852025-09-17T21:47:18.200Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38862025-09-17T21:47:21.471Z[ host-package] Compiling support-bundle-viewer v0.1.2
38872025-09-17T21:47:22.958Z[ host-package] Compiling multimap v0.10.1
38882025-09-17T21:49:49.729Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38892025-09-17T21:59:17.524Z[ host-package] Finished `release` profile [optimized] target(s) in 25m 32s
38902025-09-17T22:00:16.408ZSep 17 22:00:15.492 INFO [host-package] process exited with exit status: 0 (1591.964173496s)
38912025-09-17T22:00:16.409ZSep 17 22:00:15.492 INFO [host-stamp] running task
38922025-09-17T22:00:16.412ZSep 17 22:00:15.493 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38932025-09-17T22:00:16.412ZSep 17 22:00:15.493 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+git02e1451ca79
38942025-09-17T22:00:16.413ZSep 17 22:00:15.494 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+git02e1451ca79
38952025-09-17T22:00:16.413ZSep 17 22:00:15.494 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+git02e1451ca79
38962025-09-17T22:00:16.413ZSep 17 22:00:15.494 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+git02e1451ca79
38972025-09-17T22:00:16.413ZSep 17 22:00:15.494 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+git02e1451ca79
38982025-09-17T22:00:16.413ZSep 17 22:00:15.495 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+git02e1451ca79
38992025-09-17T22:00:16.413ZSep 17 22:00:15.495 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+git02e1451ca79
39002025-09-17T22:00:16.413ZSep 17 22:00:15.496 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+git02e1451ca79
39012025-09-17T22:00:16.424Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39022025-09-17T22:00:16.424Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
39032025-09-17T22:00:16.424Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39042025-09-17T22:00:16.427Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39052025-09-17T22:00:16.428Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39062025-09-17T22:00:16.428Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39072025-09-17T22:00:16.428Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39082025-09-17T22:00:16.428Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39092025-09-17T22:00:16.433Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
39102025-09-17T22:00:16.433Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39112025-09-17T22:00:16.433Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39122025-09-17T22:00:16.437ZSep 17 22:00:15.519 INFO [stamp-overlay] process exited with exit status: 0 (24.879458ms)
39132025-09-17T22:00:16.441ZSep 17 22:00:15.523 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.591932ms)
39142025-09-17T22:00:16.445Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39152025-09-17T22:00:16.449ZSep 17 22:00:15.535 INFO [stamp-oxlog] process exited with exit status: 0 (38.918697ms)
39162025-09-17T22:00:16.531Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39172025-09-17T22:00:16.534ZSep 17 22:00:15.620 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.561211ms)
39182025-09-17T22:00:16.842Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39192025-09-17T22:00:16.849ZSep 17 22:00:15.932 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (437.502342ms)
39202025-09-17T22:00:16.909Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39212025-09-17T22:00:16.913ZSep 17 22:00:15.999 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (504.084433ms)
39222025-09-17T22:00:17.812Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39232025-09-17T22:00:17.817ZSep 17 22:00:16.901 INFO [stamp-propolis-server] process exited with exit status: 0 (1.406064833s)
39242025-09-17T22:00:18.024Z[recovery-package] Compiling newtype-uuid v1.2.4
39252025-09-17T22:00:18.584Z[recovery-package] Compiling daft v0.1.4
39262025-09-17T22:00:18.951Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39272025-09-17T22:00:19.333Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39282025-09-17T22:00:19.333Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39292025-09-17T22:00:19.336Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39302025-09-17T22:00:19.395Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39312025-09-17T22:00:20.116Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39322025-09-17T22:00:25.398Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39332025-09-17T22:00:25.414ZSep 17 22:00:24.444 INFO [stamp-switch-asic] process exited with exit status: 0 (8.951426073s)
39342025-09-17T22:00:25.414ZSep 17 22:00:24.444 INFO [host-stamp] task succeeded (8.951940176s)
39352025-09-17T22:00:25.414ZSep 17 22:00:24.444 INFO [host-proto] running task
39362025-09-17T22:00:25.954ZSep 17 22:00:25.037 INFO [host-proto] task succeeded (592.347413ms)
39372025-09-17T22:00:25.954ZSep 17 22:00:25.037 INFO [host-profile] running task
39382025-09-17T22:00:25.974ZSep 17 22:00:25.037 INFO [host-profile] task succeeded (264.497µs)
39392025-09-17T22:00:25.974ZSep 17 22:00:25.037 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.37.402' -P /tmp/.tmp4jCKbt/proto/host/root -N 'ci 02e1451/${os_short_commit} 2025-09-17 21:31' -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/'
39402025-09-17T22:00:25.974Z[ host-image] Sep 17 22:00:25.047 INFO Checking files for board 'cosmo'
39412025-09-17T22:00:25.974Z[ host-image] Sep 17 22:00:25.047 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39422025-09-17T22:00:25.974Z[ host-image] Sep 17 22:00:25.047 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39432025-09-17T22:00:25.974Z[ host-image] Sep 17 22:00:25.047 INFO Checking files for board 'gimlet'
39442025-09-17T22:00:25.974Z[ host-image] Sep 17 22:00:25.047 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39452025-09-17T22:00:25.974Z[ host-image] Sep 17 22:00:25.047 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39462025-09-17T22:00:25.988Z[ host-image] Sep 17 22:00:25.060 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp4jCKbt/proto/host/root"
39472025-09-17T22:00:25.988Z[ host-image] Sep 17 22:00:25.060 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39482025-09-17T22:00:25.988Z[ host-image] Sep 17 22:00:25.060 INFO image builder template: ramdisk-01-os...
39492025-09-17T22:00:25.989Z[ host-image] Sep 17 22:00:25.060 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/.tmp4jCKbt/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39502025-09-17T22:00:25.997Z[ host-image] Sep 17 22:00:25.079 INFO O| Sep 17 22:00:25.079 INFO CREATE DATASET: rpool/images/build/host/output
39512025-09-17T22:00:26.527Z[ host-image] Sep 17 22:00:25.605 INFO O| Sep 17 22:00:25.605 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39522025-09-17T22:00:26.548Z[ host-image] Sep 17 22:00:25.609 INFO O| Sep 17 22:00:25.609 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39532025-09-17T22:00:26.776Z[ host-image] Sep 17 22:00:25.860 INFO O| Sep 17 22:00:25.860 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39542025-09-17T22:00:26.841Z[ host-image] Sep 17 22:00:25.920 INFO O| Sep 17 22:00:25.920 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39552025-09-17T22:00:26.841Z[ host-image] Sep 17 22:00:25.920 INFO O| Sep 17 22:00:25.920 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39562025-09-17T22:00:26.849Z[ host-image] Sep 17 22:00:25.921 INFO O| Sep 17 22:00:25.921 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39572025-09-17T22:00:26.849Z[ host-image] Sep 17 22:00:25.921 INFO O| Sep 17 22:00:25.921 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39582025-09-17T22:00:26.849Z[ host-image] Sep 17 22:00:25.928 INFO O| Sep 17 22:00:25.928 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39592025-09-17T22:00:27.153Z[ host-image] Sep 17 22:00:26.237 INFO O| Sep 17 22:00:26.237 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602025-09-17T22:00:27.164Z[ host-image] Sep 17 22:00:26.248 INFO O| Sep 17 22:00:26.248 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39612025-09-17T22:00:27.567Z[ host-image] Sep 17 22:00:26.651 INFO O| Sep 17 22:00:26.651 INFO O| Caching catalogs ... Done
39622025-09-17T22:00:27.658Z[ host-image] Sep 17 22:00:26.742 INFO O| Sep 17 22:00:26.742 INFO STEP 0 (pkg_image_create) COMPLETE
39632025-09-17T22:00:27.658Z[ host-image] Sep 17 22:00:26.742 INFO O| Sep 17 22:00:26.742 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642025-09-17T22:00:27.668Z[ host-image] Sep 17 22:00:26.752 INFO O| Sep 17 22:00:26.752 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"]
39652025-09-17T22:00:28.034Z[ host-image] Sep 17 22:00:27.117 INFO O| Sep 17 22:00:27.117 INFO STEP 1 (pkg_set_publisher) COMPLETE
39662025-09-17T22:00:28.034Z[ host-image] Sep 17 22:00:27.118 INFO O| Sep 17 22:00:27.117 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672025-09-17T22:00:28.044Z[ host-image] Sep 17 22:00:27.118 INFO O| Sep 17 22:00:27.117 INFO skip step because feature "publisher_1_name" is not enabled
39682025-09-17T22:00:28.044Z[ host-image] Sep 17 22:00:27.118 INFO O| Sep 17 22:00:27.117 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692025-09-17T22:00:28.045Z[ host-image] Sep 17 22:00:27.118 INFO O| Sep 17 22:00:27.117 INFO skip step because feature "publisher_2_name" is not enabled
39702025-09-17T22:00:28.045Z[ host-image] Sep 17 22:00:27.118 INFO O| Sep 17 22:00:27.117 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712025-09-17T22:00:28.045Z[ host-image] Sep 17 22:00:27.118 INFO O| Sep 17 22:00:27.117 INFO skip step because feature "publisher_3_name" is not enabled
39722025-09-17T22:00:28.045Z[ host-image] Sep 17 22:00:27.118 INFO O| Sep 17 22:00:27.117 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732025-09-17T22:00:28.395Z[ host-image] Sep 17 22:00:27.479 INFO O| Sep 17 22:00:27.479 INFO variant opensolaris.zone is already global
39742025-09-17T22:00:28.396Z[ host-image] Sep 17 22:00:27.479 INFO O| Sep 17 22:00:27.479 INFO STEP 5 (pkg_change_variant) COMPLETE
39752025-09-17T22:00:28.405Z[ host-image] Sep 17 22:00:27.479 INFO O| Sep 17 22:00:27.479 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762025-09-17T22:00:28.757Z[ host-image] Sep 17 22:00:27.841 INFO O| Sep 17 22:00:27.841 INFO variant opensolaris.imagetype is full; changing to partial
39772025-09-17T22:00:28.757Z[ host-image] Sep 17 22:00:27.841 INFO O| Sep 17 22:00:27.841 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39782025-09-17T22:00:33.302Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39792025-09-17T22:00:33.302Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39802025-09-17T22:00:33.420Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39812025-09-17T22:00:34.895Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39822025-09-17T22:00:35.034Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39832025-09-17T22:00:36.240Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39842025-09-17T22:00:36.968Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39852025-09-17T22:00:37.636Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39862025-09-17T22:00:38.821Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39872025-09-17T22:00:42.262Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39882025-09-17T22:00:57.640Z[ host-image] Sep 17 22:00:56.721 INFO O| Sep 17 22:00:56.721 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39892025-09-17T22:01:06.942Z[recovery-package] Finished `release` profile [optimized] target(s) in 50.20s
39902025-09-17T22:01:08.222Z[ host-image] Sep 17 22:01:07.301 INFO O| Sep 17 22:01:07.301 INFO O| Startup: Caching catalogs ... Done
39912025-09-17T22:01:08.322Z[ host-image] Sep 17 22:01:07.401 INFO O| Sep 17 22:01:07.401 INFO O| Planning: Planning completed in 0.00 seconds
39922025-09-17T22:01:08.327Z[ host-image] Sep 17 22:01:07.401 INFO O| Sep 17 22:01:07.401 INFO O| Planning: Consolidating action changes ... Done
39932025-09-17T22:01:08.328Z[ host-image] Sep 17 22:01:07.401 INFO O| Sep 17 22:01:07.401 INFO O| Planning: Evaluating mediators ... Done
39942025-09-17T22:01:08.328Z[ host-image] Sep 17 22:01:07.402 INFO O| Sep 17 22:01:07.402 INFO O| Planning: Planning completed in 0.00 seconds
39952025-09-17T22:01:08.328Z[ host-image] Sep 17 22:01:07.402 INFO O| Sep 17 22:01:07.402 INFO O| Variants/Facets to change: 1
39962025-09-17T22:01:08.342Z[ host-image] Sep 17 22:01:07.420 INFO O| Sep 17 22:01:07.420 INFO O| Done
39972025-09-17T22:01:08.342Z[ host-image] Sep 17 22:01:07.420 INFO O| Sep 17 22:01:07.420 INFO O| Done
39982025-09-17T22:01:08.972ZSep 17 22:01:08.049 INFO [recovery-package] process exited with exit status: 0 (52.555981796s)
39992025-09-17T22:01:08.972ZSep 17 22:01:08.049 INFO [recovery-stamp] running task
40002025-09-17T22:01:08.976ZSep 17 22:01:08.049 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+git02e1451ca79
40012025-09-17T22:01:08.976ZSep 17 22:01:08.049 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40022025-09-17T22:01:08.976ZSep 17 22:01:08.050 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git02e1451ca79
40032025-09-17T22:01:08.981Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40042025-09-17T22:01:08.984Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40052025-09-17T22:01:09.090Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40062025-09-17T22:01:09.096ZSep 17 22:01:08.176 INFO [stamp-installinator] process exited with exit status: 0 (125.914498ms)
40072025-09-17T22:01:09.327Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40082025-09-17T22:01:09.337ZSep 17 22:01:08.415 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (364.800958ms)
40092025-09-17T22:01:09.337ZSep 17 22:01:08.415 INFO [recovery-stamp] task succeeded (365.111831ms)
40102025-09-17T22:01:09.337ZSep 17 22:01:08.415 INFO [recovery-proto] running task
40112025-09-17T22:01:09.337ZSep 17 22:01:08.415 INFO [tuf-stamp] running task
40122025-09-17T22:01:09.343ZSep 17 22:01:08.423 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+git02e1451ca79
40132025-09-17T22:01:09.343ZSep 17 22:01:08.423 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+git02e1451ca79
40142025-09-17T22:01:09.343ZSep 17 22:01:08.423 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+git02e1451ca79
40152025-09-17T22:01:09.354ZSep 17 22:01:08.433 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+git02e1451ca79
40162025-09-17T22:01:09.354ZSep 17 22:01:08.433 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+git02e1451ca79
40172025-09-17T22:01:09.354ZSep 17 22:01:08.433 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+git02e1451ca79
40182025-09-17T22:01:09.354ZSep 17 22:01:08.433 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+git02e1451ca79
40192025-09-17T22:01:09.354ZSep 17 22:01:08.433 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+git02e1451ca79
40202025-09-17T22:01:09.354ZSep 17 22:01:08.433 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+git02e1451ca79
40212025-09-17T22:01:09.354ZSep 17 22:01:08.433 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+git02e1451ca79
40222025-09-17T22:01:09.358ZSep 17 22:01:08.434 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+git02e1451ca79
40232025-09-17T22:01:09.362Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40242025-09-17T22:01:09.368ZSep 17 22:01:08.448 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+git02e1451ca79
40252025-09-17T22:01:09.384Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40262025-09-17T22:01:09.388Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40272025-09-17T22:01:09.388Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40282025-09-17T22:01:09.388Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40292025-09-17T22:01:09.388Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40302025-09-17T22:01:09.388Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40312025-09-17T22:01:09.389Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40322025-09-17T22:01:09.389Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40332025-09-17T22:01:09.389Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40342025-09-17T22:01:09.389Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40352025-09-17T22:01:09.419Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40362025-09-17T22:01:09.490Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40372025-09-17T22:01:09.496ZSep 17 22:01:08.576 INFO [stamp-probe] process exited with exit status: 0 (159.099267ms)
40382025-09-17T22:01:09.734ZSep 17 22:01:08.814 INFO [recovery-proto] task succeeded (400.386318ms)
40392025-09-17T22:01:09.738ZSep 17 22:01:08.815 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.37.402' -P /tmp/.tmp4jCKbt/proto/recovery/root -N 'recovery 02e1451/${os_short_commit} 2025-09-17 21:31' -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/'
40402025-09-17T22:01:09.780Z[ recovery-image] Sep 17 22:01:08.859 INFO Checking files for board 'cosmo'
40412025-09-17T22:01:09.780Z[ recovery-image] Sep 17 22:01:08.860 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40422025-09-17T22:01:09.784Z[ recovery-image] Sep 17 22:01:08.860 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40432025-09-17T22:01:09.784Z[ recovery-image] Sep 17 22:01:08.860 INFO Checking files for board 'gimlet'
40442025-09-17T22:01:09.784Z[ recovery-image] Sep 17 22:01:08.860 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40452025-09-17T22:01:09.784Z[ recovery-image] Sep 17 22:01:08.860 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40462025-09-17T22:01:09.798Z[ recovery-image] Sep 17 22:01:08.878 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp4jCKbt/proto/recovery/root"
40472025-09-17T22:01:09.798Z[ recovery-image] Sep 17 22:01:08.878 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40482025-09-17T22:01:09.802Z[ recovery-image] Sep 17 22:01:08.878 INFO image builder template: ramdisk-01-os...
40492025-09-17T22:01:09.802Z[ recovery-image] Sep 17 22:01:08.878 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/.tmp4jCKbt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40502025-09-17T22:01:09.828Z[ recovery-image] Sep 17 22:01:08.908 INFO O| Sep 17 22:01:08.908 INFO CREATE DATASET: rpool/images/build/recovery/output
40512025-09-17T22:01:10.019Z[ recovery-image] Sep 17 22:01:09.099 INFO O| Sep 17 22:01:09.099 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40522025-09-17T22:01:10.026Z[ recovery-image] Sep 17 22:01:09.105 INFO O| Sep 17 22:01:09.105 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40532025-09-17T22:01:10.383Z[ recovery-image] Sep 17 22:01:09.463 INFO O| Sep 17 22:01:09.462 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40542025-09-17T22:01:10.566Z[ recovery-image] Sep 17 22:01:09.645 INFO O| Sep 17 22:01:09.645 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40552025-09-17T22:01:10.566Z[ recovery-image] Sep 17 22:01:09.645 INFO O| Sep 17 22:01:09.645 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40562025-09-17T22:01:10.570Z[ recovery-image] Sep 17 22:01:09.646 INFO O| Sep 17 22:01:09.646 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40572025-09-17T22:01:10.570Z[ recovery-image] Sep 17 22:01:09.646 INFO O| Sep 17 22:01:09.646 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40582025-09-17T22:01:10.578Z[ recovery-image] Sep 17 22:01:09.657 INFO O| Sep 17 22:01:09.657 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40592025-09-17T22:01:10.692Z[ host-image] Sep 17 22:01:09.772 INFO O| Sep 17 22:01:09.772 INFO O| Done
40602025-09-17T22:01:10.774Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
40612025-09-17T22:01:10.868Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40622025-09-17T22:01:10.889Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40632025-09-17T22:01:10.895Z[ host-image] Sep 17 22:01:09.975 INFO O| Sep 17 22:01:09.975 INFO O| Done
40642025-09-17T22:01:10.899Z[ host-image] Sep 17 22:01:09.977 INFO O| Sep 17 22:01:09.977 INFO O| Done
40652025-09-17T22:01:10.899Z[ host-image] Sep 17 22:01:09.977 INFO O| Sep 17 22:01:09.977 INFO O| Done
40662025-09-17T22:01:10.902Z[ host-image] Sep 17 22:01:09.979 INFO O| Sep 17 22:01:09.979 INFO O| Done
40672025-09-17T22:01:10.948ZSep 17 22:01:10.028 INFO [stamp-ntp] process exited with exit status: 0 (1.579699226s)
40682025-09-17T22:01:11.165Z[ recovery-image] Sep 17 22:01:10.245 INFO O| Sep 17 22:01:10.245 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40692025-09-17T22:01:11.169Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40702025-09-17T22:01:11.184Z[ recovery-image] Sep 17 22:01:10.264 INFO O| Sep 17 22:01:10.264 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40712025-09-17T22:01:11.203ZSep 17 22:01:10.281 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.854455352s)
40722025-09-17T22:01:11.295Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40732025-09-17T22:01:11.382ZSep 17 22:01:10.459 INFO [stamp-internal-dns] process exited with exit status: 0 (2.034207478s)
40742025-09-17T22:01:11.474Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40752025-09-17T22:01:11.490Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40762025-09-17T22:01:11.511ZSep 17 22:01:10.590 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.175310604s)
40772025-09-17T22:01:11.550ZSep 17 22:01:10.630 INFO [stamp-external-dns] process exited with exit status: 0 (2.196777241s)
40782025-09-17T22:01:11.924Z[ recovery-image] Sep 17 22:01:11.003 INFO O| Sep 17 22:01:11.003 INFO O| Caching catalogs ... Done
40792025-09-17T22:01:12.084Z[ recovery-image] Sep 17 22:01:11.164 INFO O| Sep 17 22:01:11.163 INFO STEP 0 (pkg_image_create) COMPLETE
40802025-09-17T22:01:12.084Z[ recovery-image] Sep 17 22:01:11.164 INFO O| Sep 17 22:01:11.164 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40812025-09-17T22:01:12.098Z[ recovery-image] Sep 17 22:01:11.178 INFO O| Sep 17 22:01:11.178 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"]
40822025-09-17T22:01:12.166Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40832025-09-17T22:01:12.212ZSep 17 22:01:11.292 INFO [stamp-oximeter] process exited with exit status: 0 (2.866010551s)
40842025-09-17T22:01:12.635Z[ recovery-image] Sep 17 22:01:11.712 INFO O| Sep 17 22:01:11.712 INFO STEP 1 (pkg_set_publisher) COMPLETE
40852025-09-17T22:01:12.635Z[ recovery-image] Sep 17 22:01:11.713 INFO O| Sep 17 22:01:11.712 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40862025-09-17T22:01:12.639Z[ recovery-image] Sep 17 22:01:11.713 INFO O| Sep 17 22:01:11.712 INFO skip step because feature "publisher_1_name" is not enabled
40872025-09-17T22:01:12.639Z[ recovery-image] Sep 17 22:01:11.713 INFO O| Sep 17 22:01:11.712 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40882025-09-17T22:01:12.639Z[ recovery-image] Sep 17 22:01:11.713 INFO O| Sep 17 22:01:11.712 INFO skip step because feature "publisher_2_name" is not enabled
40892025-09-17T22:01:12.639Z[ recovery-image] Sep 17 22:01:11.713 INFO O| Sep 17 22:01:11.712 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40902025-09-17T22:01:12.639Z[ recovery-image] Sep 17 22:01:11.713 INFO O| Sep 17 22:01:11.713 INFO skip step because feature "publisher_3_name" is not enabled
40912025-09-17T22:01:12.639Z[ recovery-image] Sep 17 22:01:11.713 INFO O| Sep 17 22:01:11.713 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40922025-09-17T22:01:12.639Z[ host-image] Sep 17 22:01:11.714 INFO O| Sep 17 22:01:11.714 INFO STEP 6 (pkg_change_variant) COMPLETE
40932025-09-17T22:01:12.639Z[ host-image] Sep 17 22:01:11.714 INFO O| Sep 17 22:01:11.714 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40942025-09-17T22:01:12.639Z[ host-image] Sep 17 22:01:11.714 INFO O| Sep 17 22:01:11.714 INFO skip step because feature "debug_variant" is not enabled
40952025-09-17T22:01:12.639Z[ host-image] Sep 17 22:01:11.714 INFO O| Sep 17 22:01:11.714 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40962025-09-17T22:01:13.145Z[ recovery-image] Sep 17 22:01:12.224 INFO O| Sep 17 22:01:12.224 INFO variant opensolaris.zone is already global
40972025-09-17T22:01:13.145Z[ recovery-image] Sep 17 22:01:12.224 INFO O| Sep 17 22:01:12.224 INFO STEP 5 (pkg_change_variant) COMPLETE
40982025-09-17T22:01:13.145Z[ recovery-image] Sep 17 22:01:12.224 INFO O| Sep 17 22:01:12.224 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40992025-09-17T22:01:13.188Z[ host-image] Sep 17 22:01:12.267 INFO O| Sep 17 22:01:12.267 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41002025-09-17T22:01:13.679Z[ recovery-image] Sep 17 22:01:12.758 INFO O| Sep 17 22:01:12.758 INFO variant opensolaris.imagetype is full; changing to partial
41012025-09-17T22:01:13.679Z[ recovery-image] Sep 17 22:01:12.759 INFO O| Sep 17 22:01:12.758 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41022025-09-17T22:01:14.271Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41032025-09-17T22:01:14.277ZSep 17 22:01:13.356 INFO [stamp-nexus] process exited with exit status: 0 (4.921838474s)
41042025-09-17T22:01:15.224Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41052025-09-17T22:01:15.231ZSep 17 22:01:14.310 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.878692741s)
41062025-09-17T22:01:18.080Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41072025-09-17T22:01:18.280Z[verify-libraries] Compiling home v0.5.9
41082025-09-17T22:01:18.306Z[verify-libraries] Compiling cfg_aliases v0.1.1
41092025-09-17T22:01:18.337Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41102025-09-17T22:01:18.344Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41112025-09-17T22:01:18.344Z[verify-libraries] Compiling sqlparser_derive v0.2.2
41122025-09-17T22:01:18.344Z[verify-libraries] Compiling unicode_categories v0.1.1
41132025-09-17T22:01:18.348Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41142025-09-17T22:01:18.353Z[verify-libraries] Compiling polyval v0.6.2
41152025-09-17T22:01:18.390ZSep 17 22:01:17.468 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.03927552s)
41162025-09-17T22:01:18.788Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41172025-09-17T22:01:18.816Z[verify-libraries] Compiling nix v0.28.0
41182025-09-17T22:01:18.821Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41192025-09-17T22:01:18.873ZSep 17 22:01:17.951 INFO [stamp-clickhouse] process exited with exit status: 0 (9.5214892s)
41202025-09-17T22:01:19.076Z[verify-libraries] Compiling sqlformat v0.3.5
41212025-09-17T22:01:19.176Z[verify-libraries] Compiling ghash v0.5.1
41222025-09-17T22:01:19.186Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41232025-09-17T22:01:19.204ZSep 17 22:01:18.271 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.851798974s)
41242025-09-17T22:01:19.204ZSep 17 22:01:18.271 INFO [tuf-stamp] task succeeded (9.857040934s)
41252025-09-17T22:01:19.225Z[verify-libraries] Compiling ctr v0.9.2
41262025-09-17T22:01:19.642Z[verify-libraries] Compiling ssh-encoding v0.2.0
41272025-09-17T22:01:19.810Z[verify-libraries] Compiling aes-gcm v0.10.3
41282025-09-17T22:01:19.969Z[verify-libraries] Compiling blowfish v0.9.1
41292025-09-17T22:01:20.165Z[verify-libraries] Compiling sqlparser v0.45.0
41302025-09-17T22:01:20.537Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41312025-09-17T22:01:20.620Z[verify-libraries] Compiling ssh-cipher v0.2.0
41322025-09-17T22:01:21.001Z[verify-libraries] Compiling password-hash v0.4.2
41332025-09-17T22:01:23.732Z[verify-libraries] Compiling petname v2.0.2
41342025-09-17T22:01:25.028Z[verify-libraries] Compiling rustyline v14.0.0
41352025-09-17T22:01:25.495Z[verify-libraries] Compiling pbkdf2 v0.11.0
41362025-09-17T22:01:26.136Z[verify-libraries] Compiling ssh-key v0.6.6
41372025-09-17T22:01:27.577Z[verify-libraries] Compiling p521 v0.13.3
41382025-09-17T22:01:28.370Z[verify-libraries] Compiling p256 v0.13.2
41392025-09-17T22:01:30.032Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41402025-09-17T22:01:30.713Z[verify-libraries] Compiling md5 v0.7.0
41412025-09-17T22:01:31.427Z[verify-libraries] Compiling russh-keys v0.45.0
41422025-09-17T22:01:39.583Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41432025-09-17T22:01:40.074Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41442025-09-17T22:01:40.231Z[verify-libraries] Compiling num-bigint v0.4.6
41452025-09-17T22:01:40.687Z[verify-libraries] Compiling des v0.8.1
41462025-09-17T22:01:41.332Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41472025-09-17T22:01:42.500Z[verify-libraries] Compiling hex-literal v0.4.1
41482025-09-17T22:01:43.049Z[verify-libraries] Compiling sync-ptr v0.1.4
41492025-09-17T22:01:43.476Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41502025-09-17T22:01:47.770Z[verify-libraries] Compiling russh v0.45.0
41512025-09-17T22:01:49.327Z[ host-image] Sep 17 22:01:48.401 INFO O| Sep 17 22:01:48.401 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41522025-09-17T22:01:50.687Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41532025-09-17T22:01:52.543Z[ recovery-image] Sep 17 22:01:51.617 INFO O| Sep 17 22:01:51.617 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41542025-09-17T22:01:56.979Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41552025-09-17T22:02:01.315Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41562025-09-17T22:02:07.231Z[ host-image] Sep 17 22:02:06.305 INFO O| Sep 17 22:02:06.305 INFO O| Startup: Caching catalogs ... Done
41572025-09-17T22:02:07.352Z[ host-image] Sep 17 22:02:06.425 INFO O| Sep 17 22:02:06.425 INFO O| Planning: Planning completed in 0.00 seconds
41582025-09-17T22:02:07.356Z[ host-image] Sep 17 22:02:06.426 INFO O| Sep 17 22:02:06.426 INFO O| Planning: Consolidating action changes ... Done
41592025-09-17T22:02:07.356Z[ host-image] Sep 17 22:02:06.426 INFO O| Sep 17 22:02:06.426 INFO O| Planning: Evaluating mediators ... Done
41602025-09-17T22:02:07.356Z[ host-image] Sep 17 22:02:06.427 INFO O| Sep 17 22:02:06.427 INFO O| Planning: Planning completed in 0.00 seconds
41612025-09-17T22:02:07.356Z[ host-image] Sep 17 22:02:06.427 INFO O| Sep 17 22:02:06.427 INFO O| Variants/Facets to change: 1
41622025-09-17T22:02:07.421Z[ host-image] Sep 17 22:02:06.493 INFO O| Sep 17 22:02:06.493 INFO O| Done
41632025-09-17T22:02:07.425Z[ host-image] Sep 17 22:02:06.493 INFO O| Sep 17 22:02:06.493 INFO O| Done
41642025-09-17T22:02:09.837Z[ host-image] Sep 17 22:02:08.909 INFO O| Sep 17 22:02:08.909 INFO O| Done
41652025-09-17T22:02:10.022Z[ host-image] Sep 17 22:02:09.095 INFO O| Sep 17 22:02:09.095 INFO O| Done
41662025-09-17T22:02:10.025Z[ host-image] Sep 17 22:02:09.096 INFO O| Sep 17 22:02:09.096 INFO O| Done
41672025-09-17T22:02:10.025Z[ host-image] Sep 17 22:02:09.096 INFO O| Sep 17 22:02:09.096 INFO O| Done
41682025-09-17T22:02:10.025Z[ host-image] Sep 17 22:02:09.098 INFO O| Sep 17 22:02:09.098 INFO O| Done
41692025-09-17T22:02:10.172Z[ recovery-image] Sep 17 22:02:09.245 INFO O| Sep 17 22:02:09.245 INFO O| Startup: Caching catalogs ... Done
41702025-09-17T22:02:10.305Z[ recovery-image] Sep 17 22:02:09.378 INFO O| Sep 17 22:02:09.378 INFO O| Planning: Planning completed in 0.00 seconds
41712025-09-17T22:02:10.309Z[ recovery-image] Sep 17 22:02:09.379 INFO O| Sep 17 22:02:09.379 INFO O| Planning: Consolidating action changes ... Done
41722025-09-17T22:02:10.309Z[ recovery-image] Sep 17 22:02:09.379 INFO O| Sep 17 22:02:09.379 INFO O| Planning: Evaluating mediators ... Done
41732025-09-17T22:02:10.309Z[ recovery-image] Sep 17 22:02:09.380 INFO O| Sep 17 22:02:09.380 INFO O| Planning: Planning completed in 0.00 seconds
41742025-09-17T22:02:10.309Z[ recovery-image] Sep 17 22:02:09.380 INFO O| Sep 17 22:02:09.380 INFO O| Variants/Facets to change: 1
41752025-09-17T22:02:10.371Z[ recovery-image] Sep 17 22:02:09.444 INFO O| Sep 17 22:02:09.444 INFO O| Done
41762025-09-17T22:02:10.371Z[ recovery-image] Sep 17 22:02:09.444 INFO O| Sep 17 22:02:09.444 INFO O| Done
41772025-09-17T22:02:12.155Z[ host-image] Sep 17 22:02:11.228 INFO O| Sep 17 22:02:11.228 INFO STEP 8 (pkg_change_facet) COMPLETE
41782025-09-17T22:02:12.156Z[ host-image] Sep 17 22:02:11.228 INFO O| Sep 17 22:02:11.228 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792025-09-17T22:02:12.156Z[ host-image] Sep 17 22:02:11.228 INFO O| Sep 17 22:02:11.228 INFO skip step because feature "recovery" is not enabled
41802025-09-17T22:02:12.156Z[ host-image] Sep 17 22:02:11.228 INFO O| Sep 17 22:02:11.228 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812025-09-17T22:02:12.159Z[ host-image] Sep 17 22:02:11.228 INFO O| Sep 17 22:02:11.228 INFO skip step because feature "recovery" is not enabled
41822025-09-17T22:02:12.159Z[ host-image] Sep 17 22:02:11.228 INFO O| Sep 17 22:02:11.228 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832025-09-17T22:02:12.172Z[ host-image] Sep 17 22:02:11.245 INFO O| Sep 17 22:02:11.245 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"]
41842025-09-17T22:02:12.610Z[ recovery-image] Sep 17 22:02:11.683 INFO O| Sep 17 22:02:11.683 INFO O| Done
41852025-09-17T22:02:12.787Z[ recovery-image] Sep 17 22:02:11.860 INFO O| Sep 17 22:02:11.860 INFO O| Done
41862025-09-17T22:02:12.791Z[ recovery-image] Sep 17 22:02:11.861 INFO O| Sep 17 22:02:11.861 INFO O| Done
41872025-09-17T22:02:12.791Z[ recovery-image] Sep 17 22:02:11.861 INFO O| Sep 17 22:02:11.861 INFO O| Done
41882025-09-17T22:02:12.791Z[ recovery-image] Sep 17 22:02:11.863 INFO O| Sep 17 22:02:11.863 INFO O| Done
41892025-09-17T22:02:14.851Z[ recovery-image] Sep 17 22:02:13.923 INFO O| Sep 17 22:02:13.923 INFO STEP 6 (pkg_change_variant) COMPLETE
41902025-09-17T22:02:14.851Z[ recovery-image] Sep 17 22:02:13.923 INFO O| Sep 17 22:02:13.923 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912025-09-17T22:02:14.854Z[ recovery-image] Sep 17 22:02:13.923 INFO O| Sep 17 22:02:13.923 INFO skip step because feature "debug_variant" is not enabled
41922025-09-17T22:02:14.855Z[ recovery-image] Sep 17 22:02:13.923 INFO O| Sep 17 22:02:13.923 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932025-09-17T22:02:14.940Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
41942025-09-17T22:02:15.311Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41952025-09-17T22:02:15.658Z[ recovery-image] Sep 17 22:02:14.730 INFO O| Sep 17 22:02:14.730 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41962025-09-17T22:02:19.916Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41972025-09-17T22:02:20.548Z[verify-libraries] Compiling internet-checksum v0.2.1
41982025-09-17T22:02:20.625Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41992025-09-17T22:02:42.703Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42002025-09-17T22:02:45.433Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42012025-09-17T22:02:57.672Z[ host-image] Sep 17 22:02:56.739 INFO O| Sep 17 22:02:56.739 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42022025-09-17T22:03:01.227Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42032025-09-17T22:03:02.052Z[ recovery-image] Sep 17 22:03:01.119 INFO O| Sep 17 22:03:01.119 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42042025-09-17T22:03:02.534Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42052025-09-17T22:03:10.085Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42062025-09-17T22:03:15.409Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42072025-09-17T22:03:15.473Z[ host-image] Sep 17 22:03:14.539 INFO O| Sep 17 22:03:14.539 INFO O| Startup: Caching catalogs ... Done
42082025-09-17T22:03:18.173Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42092025-09-17T22:03:19.849Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42102025-09-17T22:03:20.105Z[ recovery-image] Sep 17 22:03:19.171 INFO O| Sep 17 22:03:19.170 INFO O| Startup: Caching catalogs ... Done
42112025-09-17T22:03:20.313Z[ recovery-image] Sep 17 22:03:19.378 INFO O| Sep 17 22:03:19.378 INFO O| Planning: Planning completed in 0.00 seconds
42122025-09-17T22:03:20.316Z[ recovery-image] Sep 17 22:03:19.379 INFO O| Sep 17 22:03:19.379 INFO O| Planning: Consolidating action changes ... Done
42132025-09-17T22:03:20.316Z[ recovery-image] Sep 17 22:03:19.379 INFO O| Sep 17 22:03:19.379 INFO O| Planning: Evaluating mediators ... Done
42142025-09-17T22:03:20.316Z[ recovery-image] Sep 17 22:03:19.379 INFO O| Sep 17 22:03:19.379 INFO O| Planning: Planning completed in 0.00 seconds
42152025-09-17T22:03:20.316Z[ recovery-image] Sep 17 22:03:19.380 INFO O| Sep 17 22:03:19.379 INFO O| Variants/Facets to change: 1
42162025-09-17T22:03:20.382Z[ recovery-image] Sep 17 22:03:19.447 INFO O| Sep 17 22:03:19.447 INFO O| Done
42172025-09-17T22:03:20.382Z[ recovery-image] Sep 17 22:03:19.447 INFO O| Sep 17 22:03:19.447 INFO O| Done
42182025-09-17T22:03:22.913Z[ recovery-image] Sep 17 22:03:21.978 INFO O| Sep 17 22:03:21.978 INFO O| Done
42192025-09-17T22:03:23.105Z[ recovery-image] Sep 17 22:03:22.170 INFO O| Sep 17 22:03:22.170 INFO O| Done
42202025-09-17T22:03:23.109Z[ recovery-image] Sep 17 22:03:22.171 INFO O| Sep 17 22:03:22.171 INFO O| Done
42212025-09-17T22:03:23.109Z[ recovery-image] Sep 17 22:03:22.171 INFO O| Sep 17 22:03:22.171 INFO O| Done
42222025-09-17T22:03:23.109Z[ recovery-image] Sep 17 22:03:22.173 INFO O| Sep 17 22:03:22.173 INFO O| Done
42232025-09-17T22:03:25.055Z[ recovery-image] Sep 17 22:03:24.120 INFO O| Sep 17 22:03:24.120 INFO STEP 8 (pkg_change_facet) COMPLETE
42242025-09-17T22:03:25.055Z[ recovery-image] Sep 17 22:03:24.120 INFO O| Sep 17 22:03:24.120 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42252025-09-17T22:03:25.791Z[ recovery-image] Sep 17 22:03:24.856 INFO O| Sep 17 22:03:24.856 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42262025-09-17T22:03:48.652Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42272025-09-17T22:03:57.440Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42282025-09-17T22:03:57.485Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42292025-09-17T22:03:59.531Z[verify-libraries] Compiling heck v0.4.1
42302025-09-17T22:04:01.162Z[verify-libraries] Compiling diff v0.1.13
42312025-09-17T22:04:02.714Z[verify-libraries] Compiling yansi v1.0.1
42322025-09-17T22:04:04.316Z[verify-libraries] Compiling pretty_assertions v1.4.1
42332025-09-17T22:04:05.532Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42342025-09-17T22:04:08.228Z[ recovery-image] Sep 17 22:04:07.288 INFO O| Sep 17 22:04:07.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42352025-09-17T22:04:14.402Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42362025-09-17T22:04:19.333Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42372025-09-17T22:04:25.557Z[ recovery-image] Sep 17 22:04:24.606 INFO O| Sep 17 22:04:24.605 INFO O| Startup: Caching catalogs ... Done
42382025-09-17T22:04:25.665Z[ recovery-image] Sep 17 22:04:24.723 INFO O| Sep 17 22:04:24.723 INFO O| Planning: Planning completed in 0.00 seconds
42392025-09-17T22:04:25.668Z[ recovery-image] Sep 17 22:04:24.724 INFO O| Sep 17 22:04:24.723 INFO O| Planning: Consolidating action changes ... Done
42402025-09-17T22:04:25.668Z[ recovery-image] Sep 17 22:04:24.724 INFO O| Sep 17 22:04:24.724 INFO O| Planning: Evaluating mediators ... Done
42412025-09-17T22:04:25.668Z[ recovery-image] Sep 17 22:04:24.724 INFO O| Sep 17 22:04:24.724 INFO O| Planning: Planning completed in 0.00 seconds
42422025-09-17T22:04:25.668Z[ recovery-image] Sep 17 22:04:24.724 INFO O| Sep 17 22:04:24.724 INFO O| Variants/Facets to change: 1
42432025-09-17T22:04:25.729Z[ recovery-image] Sep 17 22:04:24.787 INFO O| Sep 17 22:04:24.787 INFO O| Done
42442025-09-17T22:04:25.733Z[ recovery-image] Sep 17 22:04:24.787 INFO O| Sep 17 22:04:24.787 INFO O| Done
42452025-09-17T22:04:27.743Z[ recovery-image] Sep 17 22:04:26.801 INFO O| Sep 17 22:04:26.801 INFO O| Done
42462025-09-17T22:04:27.960Z[ recovery-image] Sep 17 22:04:27.018 INFO O| Sep 17 22:04:27.018 INFO O| Done
42472025-09-17T22:04:27.964Z[ recovery-image] Sep 17 22:04:27.019 INFO O| Sep 17 22:04:27.019 INFO O| Done
42482025-09-17T22:04:27.964Z[ recovery-image] Sep 17 22:04:27.019 INFO O| Sep 17 22:04:27.019 INFO O| Done
42492025-09-17T22:04:27.964Z[ recovery-image] Sep 17 22:04:27.021 INFO O| Sep 17 22:04:27.021 INFO O| Done
42502025-09-17T22:04:30.030Z[ recovery-image] Sep 17 22:04:29.087 INFO O| Sep 17 22:04:29.087 INFO STEP 9 (pkg_change_facet) COMPLETE
42512025-09-17T22:04:30.030Z[ recovery-image] Sep 17 22:04:29.087 INFO O| Sep 17 22:04:29.087 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42522025-09-17T22:04:30.791Z[ recovery-image] Sep 17 22:04:29.849 INFO O| Sep 17 22:04:29.848 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42532025-09-17T22:04:39.622Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42542025-09-17T22:04:49.450Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42552025-09-17T22:04:50.017Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42562025-09-17T22:04:50.858Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42572025-09-17T22:04:51.400Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42582025-09-17T22:04:52.014Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42592025-09-17T22:04:52.619Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42602025-09-17T22:04:55.302Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42612025-09-17T22:05:13.928Z[ recovery-image] Sep 17 22:05:12.981 INFO O| Sep 17 22:05:12.981 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42622025-09-17T22:05:29.660Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42632025-09-17T22:05:33.358Z[ recovery-image] Sep 17 22:05:32.409 INFO O| Sep 17 22:05:32.409 INFO O| Startup: Caching catalogs ... Done
42642025-09-17T22:05:33.580Z[ recovery-image] Sep 17 22:05:32.630 INFO O| Sep 17 22:05:32.630 INFO O| Planning: Planning completed in 0.00 seconds
42652025-09-17T22:05:33.583Z[ recovery-image] Sep 17 22:05:32.632 INFO O| Sep 17 22:05:32.631 INFO O| Planning: Consolidating action changes ... Done
42662025-09-17T22:05:33.583Z[ recovery-image] Sep 17 22:05:32.632 INFO O| Sep 17 22:05:32.632 INFO O| Planning: Evaluating mediators ... Done
42672025-09-17T22:05:33.583Z[ recovery-image] Sep 17 22:05:32.632 INFO O| Sep 17 22:05:32.632 INFO O| Planning: Planning completed in 0.00 seconds
42682025-09-17T22:05:33.583Z[ recovery-image] Sep 17 22:05:32.633 INFO O| Sep 17 22:05:32.633 INFO O| Variants/Facets to change: 1
42692025-09-17T22:05:33.647Z[ recovery-image] Sep 17 22:05:32.698 INFO O| Sep 17 22:05:32.698 INFO O| Done
42702025-09-17T22:05:33.647Z[ recovery-image] Sep 17 22:05:32.698 INFO O| Sep 17 22:05:32.698 INFO O| Done
42712025-09-17T22:05:36.861Z[ recovery-image] Sep 17 22:05:35.911 INFO O| Sep 17 22:05:35.911 INFO O| Done
42722025-09-17T22:05:37.036Z[ recovery-image] Sep 17 22:05:36.085 INFO O| Sep 17 22:05:36.085 INFO O| Done
42732025-09-17T22:05:37.040Z[ recovery-image] Sep 17 22:05:36.086 INFO O| Sep 17 22:05:36.086 INFO O| Done
42742025-09-17T22:05:37.041Z[ recovery-image] Sep 17 22:05:36.086 INFO O| Sep 17 22:05:36.086 INFO O| Done
42752025-09-17T22:05:37.041Z[ recovery-image] Sep 17 22:05:36.089 INFO O| Sep 17 22:05:36.089 INFO O| Done
42762025-09-17T22:05:39.281Z[ recovery-image] Sep 17 22:05:38.331 INFO O| Sep 17 22:05:38.331 INFO STEP 10 (pkg_change_facet) COMPLETE
42772025-09-17T22:05:39.281Z[ recovery-image] Sep 17 22:05:38.331 INFO O| Sep 17 22:05:38.331 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42782025-09-17T22:05:39.297Z[ recovery-image] Sep 17 22:05:38.347 INFO O| Sep 17 22:05:38.347 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"]
42792025-09-17T22:05:50.313Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
42802025-09-17T22:05:50.388Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42812025-09-17T22:05:54.336Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42822025-09-17T22:05:56.866Z[ host-image] Sep 17 22:05:55.915 INFO O| Sep 17 22:05:55.915 INFO O| Planning: Solver setup ... Done
42832025-09-17T22:06:00.335Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42842025-09-17T22:06:05.695Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42852025-09-17T22:06:16.044Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42862025-09-17T22:06:17.318Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42872025-09-17T22:06:21.938Z[verify-libraries] Compiling termios v0.3.3
42882025-09-17T22:06:22.486Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42892025-09-17T22:06:26.509Z[ recovery-image] Sep 17 22:06:25.555 INFO O| Sep 17 22:06:25.554 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42902025-09-17T22:06:41.067Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42912025-09-17T22:06:44.172Z[ recovery-image] Sep 17 22:06:43.211 INFO O| Sep 17 22:06:43.211 INFO O| Startup: Caching catalogs ... Done
42922025-09-17T22:07:13.430Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42932025-09-17T22:07:35.006Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42942025-09-17T22:07:36.169Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42952025-09-17T22:09:40.440Z[ recovery-image] Sep 17 22:09:39.463 INFO O| Sep 17 22:09:39.463 INFO O| Planning: Solver setup ... Done
42962025-09-17T22:10:42.575Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42972025-09-17T22:10:49.042Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42982025-09-17T22:11:29.907Z[ host-image] Sep 17 22:11:28.919 INFO O| Sep 17 22:11:28.919 INFO O| Planning: Running solver ... Done
42992025-09-17T22:11:31.467Z[ host-image] Sep 17 22:11:30.479 INFO O| Sep 17 22:11:30.479 INFO O| Planning: Finding local manifests ... Done
43002025-09-17T22:11:31.602Z[ host-image] Sep 17 22:11:30.614 INFO O| Sep 17 22:11:30.614 INFO O| Planning: Fetching manifests: 0/126 0% complete
43012025-09-17T22:11:36.605Z[ host-image] Sep 17 22:11:35.616 INFO O| Sep 17 22:11:35.616 INFO O| Planning: Fetching manifests: 91/126 72% complete
43022025-09-17T22:11:39.163Z[ host-image] Sep 17 22:11:38.173 INFO O| Sep 17 22:11:38.173 INFO O| Planning: Fetching manifests: 126/126 100% complete
43032025-09-17T22:11:40.548Z[ host-image] Sep 17 22:11:39.559 INFO O| Sep 17 22:11:39.559 INFO O| Planning: Package planning ... Done
43042025-09-17T22:11:42.130Z[ host-image] Sep 17 22:11:41.140 INFO O| Sep 17 22:11:41.140 INFO O| Planning: Merging actions ... Done
43052025-09-17T22:11:42.622Z[ host-image] Sep 17 22:11:41.630 INFO O| Sep 17 22:11:41.630 INFO O| Planning: Checking for conflicting actions ... Done
43062025-09-17T22:11:42.899Z[ host-image] Sep 17 22:11:41.910 INFO O| Sep 17 22:11:41.910 INFO O| Planning: Consolidating action changes ... Done
43072025-09-17T22:11:43.395Z[ host-image] Sep 17 22:11:42.406 INFO O| Sep 17 22:11:42.406 INFO O| Planning: Evaluating mediators ... Done
43082025-09-17T22:11:44.416Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43092025-09-17T22:11:49.618Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43102025-09-17T22:11:50.297Z[ host-image] Sep 17 22:11:49.307 INFO O| Sep 17 22:11:49.307 INFO O| Planning: Planning completed in 514.61 seconds
43112025-09-17T22:11:50.301Z[ host-image] Sep 17 22:11:49.311 INFO O| Sep 17 22:11:49.311 INFO O| Packages to install: 126
43122025-09-17T22:11:50.305Z[ host-image] Sep 17 22:11:49.311 INFO O| Sep 17 22:11:49.311 INFO O| Mediators to change: 5
43132025-09-17T22:11:50.305Z[ host-image] Sep 17 22:11:49.311 INFO O| Sep 17 22:11:49.311 INFO O| Services to change: 6
43142025-09-17T22:11:50.460Z[ host-image] Sep 17 22:11:49.469 INFO O| Sep 17 22:11:49.469 INFO O| Download: 0/22885 items 0.0/207.4MB 0% complete
43152025-09-17T22:11:50.529Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43162025-09-17T22:11:55.476Z[ host-image] Sep 17 22:11:54.486 INFO O| Sep 17 22:11:54.486 INFO O| Download: 1379/22885 items 8.5/207.4MB 4% complete (1.8M/s)
43172025-09-17T22:11:56.549Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43182025-09-17T22:12:00.502Z[ host-image] Sep 17 22:11:59.510 INFO O| Sep 17 22:11:59.510 INFO O| Download: 1879/22885 items 19.1/207.4MB 9% complete (1.9M/s)
43192025-09-17T22:12:02.451Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43202025-09-17T22:12:05.520Z[ host-image] Sep 17 22:12:04.529 INFO O| Sep 17 22:12:04.528 INFO O| Download: 2904/22885 items 33.8/207.4MB 16% complete (2.5M/s)
43212025-09-17T22:12:10.594Z[ host-image] Sep 17 22:12:09.601 INFO O| Sep 17 22:12:09.601 INFO O| Download: 4544/22885 items 42.0/207.4MB 20% complete (2.4M/s)
43222025-09-17T22:12:15.599Z[ host-image] Sep 17 22:12:14.606 INFO O| Sep 17 22:12:14.606 INFO O| Download: 5520/22885 items 46.4/207.4MB 22% complete (1.3M/s)
43232025-09-17T22:12:20.820Z[ host-image] Sep 17 22:12:19.826 INFO O| Sep 17 22:12:19.826 INFO O| Download: 6936/22885 items 49.4/207.4MB 23% complete (741k/s)
43242025-09-17T22:12:25.920Z[ host-image] Sep 17 22:12:24.926 INFO O| Sep 17 22:12:24.926 INFO O| Download: 8216/22885 items 61.2/207.4MB 29% complete (1.4M/s)
43252025-09-17T22:12:30.947Z[ host-image] Sep 17 22:12:29.952 INFO O| Sep 17 22:12:29.952 INFO O| Download: 9443/22885 items 84.5/207.4MB 40% complete (3.5M/s)
43262025-09-17T22:12:35.966Z[ host-image] Sep 17 22:12:34.970 INFO O| Sep 17 22:12:34.970 INFO O| Download: 10671/22885 items 92.3/207.4MB 44% complete (3.1M/s)
43272025-09-17T22:12:40.988Z[ host-image] Sep 17 22:12:39.992 INFO O| Sep 17 22:12:39.992 INFO O| Download: 11510/22885 items 99.6/207.4MB 48% complete (1.5M/s)
43282025-09-17T22:12:46.027Z[ host-image] Sep 17 22:12:45.030 INFO O| Sep 17 22:12:45.030 INFO O| Download: 12369/22885 items 112.8/207.4MB 54% complete (2.1M/s)
43292025-09-17T22:12:51.029Z[ host-image] Sep 17 22:12:50.032 INFO O| Sep 17 22:12:50.032 INFO O| Download: 13748/22885 items 113.5/207.4MB 54% complete (1.4M/s)
43302025-09-17T22:12:56.032Z[ host-image] Sep 17 22:12:55.034 INFO O| Sep 17 22:12:55.034 INFO O| Download: 14689/22885 items 123.0/207.4MB 59% complete (1.0M/s)
43312025-09-17T22:13:01.207Z[ host-image] Sep 17 22:13:00.208 INFO O| Sep 17 22:13:00.208 INFO O| Download: 15831/22885 items 129.6/207.4MB 62% complete (1.6M/s)
43322025-09-17T22:13:06.789Z[ host-image] Sep 17 22:13:05.209 INFO O| Sep 17 22:13:05.208 INFO O| Download: 17228/22885 items 144.7/207.4MB 69% complete (2.1M/s)
43332025-09-17T22:13:11.208Z[ host-image] Sep 17 22:13:10.209 INFO O| Sep 17 22:13:10.209 INFO O| Download: 18518/22885 items 167.3/207.4MB 80% complete (3.8M/s)
43342025-09-17T22:13:16.339Z[ host-image] Sep 17 22:13:15.339 INFO O| Sep 17 22:13:15.339 INFO O| Download: 20081/22885 items 174.1/207.4MB 83% complete (2.9M/s)
43352025-09-17T22:13:21.552Z[ host-image] Sep 17 22:13:20.552 INFO O| Sep 17 22:13:20.552 INFO O| Download: 21061/22885 items 182.6/207.4MB 88% complete (1.5M/s)
43362025-09-17T22:13:26.883Z[ host-image] Sep 17 22:13:25.880 INFO O| Sep 17 22:13:25.880 INFO O| Download: 22064/22885 items 200.6/207.4MB 96% complete (2.6M/s)
43372025-09-17T22:13:30.799Z[ host-image] Sep 17 22:13:29.798 INFO O| Sep 17 22:13:29.798 INFO O| Download: Completed 207.37 MB in 100.33 seconds (2.1M/s)
43382025-09-17T22:13:33.345Z[ host-image] Sep 17 22:13:32.344 INFO O| Sep 17 22:13:32.344 INFO O| Actions: 1/50799 actions (Installing new actions)
43392025-09-17T22:13:38.346Z[ host-image] Sep 17 22:13:37.344 INFO O| Sep 17 22:13:37.344 INFO O| Actions: 10452/50799 actions (Installing new actions)
43402025-09-17T22:13:43.347Z[ host-image] Sep 17 22:13:42.344 INFO O| Sep 17 22:13:42.344 INFO O| Actions: 16593/50799 actions (Installing new actions)
43412025-09-17T22:13:48.348Z[ host-image] Sep 17 22:13:47.345 INFO O| Sep 17 22:13:47.344 INFO O| Actions: 24095/50799 actions (Installing new actions)
43422025-09-17T22:13:53.476Z[ host-image] Sep 17 22:13:52.472 INFO O| Sep 17 22:13:52.472 INFO O| Actions: 50244/50799 actions (Installing new actions)
43432025-09-17T22:13:55.249Z[ host-image] Sep 17 22:13:54.245 INFO O| Sep 17 22:13:54.245 INFO O| Actions: Completed 50799 actions in 21.90 seconds.
43442025-09-17T22:13:56.068Z[ host-image] Sep 17 22:13:55.064 INFO O| Sep 17 22:13:55.064 INFO O| Done
43452025-09-17T22:13:56.068Z[ host-image] Sep 17 22:13:55.064 INFO O| Sep 17 22:13:55.064 INFO O| Done
43462025-09-17T22:13:58.880Z[ host-image] Sep 17 22:13:57.875 INFO O| Sep 17 22:13:57.875 INFO O| Done
43472025-09-17T22:14:01.959Z[ host-image] Sep 17 22:14:00.954 INFO O| Sep 17 22:14:00.954 INFO O| Done
43482025-09-17T22:14:02.021Z[ host-image] Sep 17 22:14:01.016 INFO O| Sep 17 22:14:01.016 INFO O| Done
43492025-09-17T22:14:10.396Z[ host-image] Sep 17 22:14:09.384 INFO O| Sep 17 22:14:09.384 INFO O| Done
43502025-09-17T22:14:11.457Z[ host-image] Sep 17 22:14:10.451 INFO O| Sep 17 22:14:10.451 INFO O| Done
43512025-09-17T22:14:15.269Z[ host-image] Sep 17 22:14:14.262 INFO O| Sep 17 22:14:14.262 INFO STEP 11 (pkg_install) COMPLETE
43522025-09-17T22:14:15.269Z[ host-image] Sep 17 22:14:14.262 INFO O| Sep 17 22:14:14.262 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43532025-09-17T22:14:15.300Z[ host-image] Sep 17 22:14:14.294 INFO O| Sep 17 22:14:14.293 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"]
43542025-09-17T22:14:50.719Z[ recovery-image] Sep 17 22:14:49.709 INFO O| Sep 17 22:14:49.709 INFO O| Planning: Running solver ... Done
43552025-09-17T22:14:52.226Z[ recovery-image] Sep 17 22:14:51.216 INFO O| Sep 17 22:14:51.216 INFO O| Planning: Finding local manifests ... Done
43562025-09-17T22:14:52.333Z[ recovery-image] Sep 17 22:14:51.322 INFO O| Sep 17 22:14:51.322 INFO O| Planning: Fetching manifests: 0/126 0% complete
43572025-09-17T22:14:53.078Z[ host-image] Sep 17 22:14:52.068 INFO O| Sep 17 22:14:52.067 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43582025-09-17T22:14:57.543Z[ recovery-image] Sep 17 22:14:56.532 INFO O| Sep 17 22:14:56.532 INFO O| Planning: Fetching manifests: 90/126 71% complete
43592025-09-17T22:14:59.727Z[ recovery-image] Sep 17 22:14:58.716 INFO O| Sep 17 22:14:58.716 INFO O| Planning: Fetching manifests: 126/126 100% complete
43602025-09-17T22:15:00.886Z[ recovery-image] Sep 17 22:14:59.874 INFO O| Sep 17 22:14:59.874 INFO O| Planning: Package planning ... Done
43612025-09-17T22:15:01.639Z[ recovery-image] Sep 17 22:15:00.628 INFO O| Sep 17 22:15:00.628 INFO O| Planning: Merging actions ... Done
43622025-09-17T22:15:01.870Z[ recovery-image] Sep 17 22:15:00.858 INFO O| Sep 17 22:15:00.858 INFO O| Planning: Checking for conflicting actions ... Done
43632025-09-17T22:15:02.045Z[ recovery-image] Sep 17 22:15:01.033 INFO O| Sep 17 22:15:01.033 INFO O| Planning: Consolidating action changes ... Done
43642025-09-17T22:15:02.430Z[ recovery-image] Sep 17 22:15:01.419 INFO O| Sep 17 22:15:01.419 INFO O| Planning: Evaluating mediators ... Done
43652025-09-17T22:15:09.143Z[ recovery-image] Sep 17 22:15:08.132 INFO O| Sep 17 22:15:08.131 INFO O| Planning: Planning completed in 504.81 seconds
43662025-09-17T22:15:09.157Z[ recovery-image] Sep 17 22:15:08.146 INFO O| Sep 17 22:15:08.146 INFO O| Packages to install: 126
43672025-09-17T22:15:09.161Z[ recovery-image] Sep 17 22:15:08.146 INFO O| Sep 17 22:15:08.146 INFO O| Mediators to change: 5
43682025-09-17T22:15:09.161Z[ recovery-image] Sep 17 22:15:08.146 INFO O| Sep 17 22:15:08.146 INFO O| Services to change: 5
43692025-09-17T22:15:09.291Z[ recovery-image] Sep 17 22:15:08.279 INFO O| Sep 17 22:15:08.279 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
43702025-09-17T22:15:09.953Z[ host-image] Sep 17 22:15:08.940 INFO O| Sep 17 22:15:08.940 INFO O| Startup: Caching catalogs ... Done
43712025-09-17T22:15:14.575Z[ recovery-image] Sep 17 22:15:13.563 INFO O| Sep 17 22:15:13.563 INFO O| Download: 1072/15944 items 9.0/184.0MB 4% complete (1.8M/s)
43722025-09-17T22:15:19.613Z[ recovery-image] Sep 17 22:15:18.600 INFO O| Sep 17 22:15:18.600 INFO O| Download: 1264/15944 items 18.2/184.0MB 9% complete (1.7M/s)
43732025-09-17T22:15:20.378Z[ host-image] Sep 17 22:15:19.365 INFO O| Sep 17 22:15:19.365 INFO O| Planning: Solver setup ... Done
43742025-09-17T22:15:20.392Z[ host-image] Sep 17 22:15:19.379 INFO O| Sep 17 22:15:19.379 INFO O| Planning: Running solver ... Done
43752025-09-17T22:15:20.592Z[ host-image] Sep 17 22:15:19.579 INFO O| Sep 17 22:15:19.579 INFO O| Planning: Finding local manifests ... Done
43762025-09-17T22:15:20.673Z[ host-image] Sep 17 22:15:19.660 INFO O| Sep 17 22:15:19.660 INFO O| Planning: Fetching manifests: 0/5 0% complete
43772025-09-17T22:15:20.822Z[ host-image] Sep 17 22:15:19.809 INFO O| Sep 17 22:15:19.809 INFO O| Planning: Fetching manifests: 5/5 100% complete
43782025-09-17T22:15:20.864Z[ host-image] Sep 17 22:15:19.851 INFO O| Sep 17 22:15:19.851 INFO O| Planning: Package planning ... Done
43792025-09-17T22:15:20.870Z[ host-image] Sep 17 22:15:19.857 INFO O| Sep 17 22:15:19.857 INFO O| Planning: Merging actions ... Done
43802025-09-17T22:15:21.011Z[ host-image] Sep 17 22:15:19.997 INFO O| Sep 17 22:15:19.997 INFO O| Planning: Checking for conflicting actions ... Done
43812025-09-17T22:15:21.018Z[ host-image] Sep 17 22:15:20.000 INFO O| Sep 17 22:15:20.000 INFO O| Planning: Consolidating action changes ... Done
43822025-09-17T22:15:21.368Z[ host-image] Sep 17 22:15:20.355 INFO O| Sep 17 22:15:20.354 INFO O| Planning: Evaluating mediators ... Done
43832025-09-17T22:15:21.371Z[ host-image] Sep 17 22:15:20.357 INFO O| Sep 17 22:15:20.357 INFO O| Planning: Planning completed in 11.21 seconds
43842025-09-17T22:15:21.371Z[ host-image] Sep 17 22:15:20.357 INFO O| Sep 17 22:15:20.357 INFO O| Packages to install: 5
43852025-09-17T22:15:21.371Z[ host-image] Sep 17 22:15:20.357 INFO O| Sep 17 22:15:20.357 INFO O| Services to change: 2
43862025-09-17T22:15:21.411Z[ host-image] Sep 17 22:15:20.398 INFO O| Sep 17 22:15:20.398 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
43872025-09-17T22:15:23.735Z[ host-image] Sep 17 22:15:22.721 INFO O| Sep 17 22:15:22.721 INFO O| Download: Completed 1.48 MB in 2.32 seconds (651k/s)
43882025-09-17T22:15:23.805Z[ host-image] Sep 17 22:15:22.792 INFO O| Sep 17 22:15:22.791 INFO O| Actions: 1/313 actions (Installing new actions)
43892025-09-17T22:15:24.004Z[ host-image] Sep 17 22:15:22.990 INFO O| Sep 17 22:15:22.990 INFO O| Actions: Completed 313 actions in 0.20 seconds.
43902025-09-17T22:15:24.634Z[ recovery-image] Sep 17 22:15:23.620 INFO O| Sep 17 22:15:23.620 INFO O| Download: 1542/15944 items 22.5/184.0MB 12% complete (1.4M/s)
43912025-09-17T22:15:25.553Z[ host-image] Sep 17 22:15:24.539 INFO O| Sep 17 22:15:24.539 INFO O| Done
43922025-09-17T22:15:25.553Z[ host-image] Sep 17 22:15:24.539 INFO O| Sep 17 22:15:24.539 INFO O| Done
43932025-09-17T22:15:27.755Z[ host-image] Sep 17 22:15:26.741 INFO O| Sep 17 22:15:26.741 INFO O| Done
43942025-09-17T22:15:29.645Z[ recovery-image] Sep 17 22:15:28.630 INFO O| Sep 17 22:15:28.630 INFO O| Download: 2252/15944 items 31.3/184.0MB 17% complete (1.4M/s)
43952025-09-17T22:15:30.454Z[ host-image] Sep 17 22:15:29.440 INFO O| Sep 17 22:15:29.440 INFO O| Done
43962025-09-17T22:15:30.498Z[ host-image] Sep 17 22:15:29.484 INFO O| Sep 17 22:15:29.484 INFO O| Done
43972025-09-17T22:15:30.501Z[ host-image] Sep 17 22:15:29.484 INFO O| Sep 17 22:15:29.484 INFO O| Done
43982025-09-17T22:15:30.532Z[ host-image] Sep 17 22:15:29.517 INFO O| Sep 17 22:15:29.517 INFO O| Done
43992025-09-17T22:15:32.215Z[ host-image] Sep 17 22:15:31.200 INFO O| Sep 17 22:15:31.200 INFO STEP 12 (pkg_install) COMPLETE
44002025-09-17T22:15:32.215Z[ host-image] Sep 17 22:15:31.200 INFO O| Sep 17 22:15:31.200 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44012025-09-17T22:15:32.230Z[ host-image] Sep 17 22:15:31.216 INFO O| Sep 17 22:15:31.216 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44022025-09-17T22:15:34.647Z[ recovery-image] Sep 17 22:15:33.632 INFO O| Sep 17 22:15:33.632 INFO O| Download: 3639/15944 items 39.0/184.0MB 21% complete (1.7M/s)
44032025-09-17T22:15:39.656Z[ recovery-image] Sep 17 22:15:38.640 INFO O| Sep 17 22:15:38.640 INFO O| Download: 4746/15944 items 43.2/184.0MB 23% complete (1.2M/s)
44042025-09-17T22:15:44.868Z[ recovery-image] Sep 17 22:15:43.852 INFO O| Sep 17 22:15:43.852 INFO O| Download: 5735/15944 items 44.8/184.0MB 24% complete (588k/s)
44052025-09-17T22:15:50.058Z[ recovery-image] Sep 17 22:15:49.041 INFO O| Sep 17 22:15:49.041 INFO O| Download: 6085/15944 items 54.4/184.0MB 29% complete (1.1M/s)
44062025-09-17T22:15:55.078Z[ recovery-image] Sep 17 22:15:54.060 INFO O| Sep 17 22:15:54.059 INFO O| Download: 7121/15944 items 75.8/184.0MB 41% complete (3.0M/s)
44072025-09-17T22:16:00.077Z[ recovery-image] Sep 17 22:15:59.060 INFO O| Sep 17 22:15:59.059 INFO O| Download: 8052/15944 items 82.2/184.0MB 44% complete (2.7M/s)
44082025-09-17T22:16:05.389Z[ recovery-image] Sep 17 22:16:04.370 INFO O| Sep 17 22:16:04.370 INFO O| Download: 8876/15944 items 94.8/184.0MB 51% complete (2.2M/s)
44092025-09-17T22:16:09.751Z[ host-image] Sep 17 22:16:08.732 INFO O| Sep 17 22:16:08.732 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44102025-09-17T22:16:10.404Z[ recovery-image] Sep 17 22:16:09.385 INFO O| Sep 17 22:16:09.385 INFO O| Download: 9611/15944 items 96.3/184.0MB 52% complete (1.4M/s)
44112025-09-17T22:16:15.404Z[ recovery-image] Sep 17 22:16:14.385 INFO O| Sep 17 22:16:14.385 INFO O| Download: 10977/15944 items 97.3/184.0MB 52% complete (255k/s)
44122025-09-17T22:16:20.414Z[ recovery-image] Sep 17 22:16:19.394 INFO O| Sep 17 22:16:19.394 INFO O| Download: 11656/15944 items 117.1/184.0MB 63% complete (2.0M/s)
44132025-09-17T22:16:25.419Z[ recovery-image] Sep 17 22:16:24.399 INFO O| Sep 17 22:16:24.399 INFO O| Download: 12971/15944 items 146.8/184.0MB 79% complete (5.0M/s)
44142025-09-17T22:16:26.160Z[ host-image] Sep 17 22:16:25.139 INFO O| Sep 17 22:16:25.139 INFO O| Startup: Caching catalogs ... Done
44152025-09-17T22:16:30.433Z[ recovery-image] Sep 17 22:16:29.407 INFO O| Sep 17 22:16:29.407 INFO O| Download: 14399/15944 items 153.2/184.0MB 83% complete (3.7M/s)
44162025-09-17T22:16:34.767Z[ host-image] Sep 17 22:16:33.745 INFO O| Sep 17 22:16:33.745 INFO O| Planning: Solver setup ... Done
44172025-09-17T22:16:34.781Z[ host-image] Sep 17 22:16:33.760 INFO O| Sep 17 22:16:33.760 INFO O| Planning: Running solver ... Done
44182025-09-17T22:16:34.969Z[ host-image] Sep 17 22:16:33.948 INFO O| Sep 17 22:16:33.948 INFO O| Planning: Finding local manifests ... Done
44192025-09-17T22:16:35.075Z[ host-image] Sep 17 22:16:34.053 INFO O| Sep 17 22:16:34.053 INFO O| Planning: Fetching manifests: 0/6 0% complete
44202025-09-17T22:16:35.438Z[ recovery-image] Sep 17 22:16:34.416 INFO O| Sep 17 22:16:34.416 INFO O| Download: 15304/15944 items 161.8/184.0MB 87% complete (1.5M/s)
44212025-09-17T22:16:35.752Z[ host-image] Sep 17 22:16:34.730 INFO O| Sep 17 22:16:34.730 INFO O| Planning: Fetching manifests: 6/6 100% complete
44222025-09-17T22:16:35.845Z[ host-image] Sep 17 22:16:34.824 INFO O| Sep 17 22:16:34.824 INFO O| Planning: Package planning ... Done
44232025-09-17T22:16:35.881Z[ host-image] Sep 17 22:16:34.860 INFO O| Sep 17 22:16:34.860 INFO O| Planning: Merging actions ... Done
44242025-09-17T22:16:36.038Z[ host-image] Sep 17 22:16:35.016 INFO O| Sep 17 22:16:35.015 INFO O| Planning: Checking for conflicting actions ... Done
44252025-09-17T22:16:36.045Z[ host-image] Sep 17 22:16:35.024 INFO O| Sep 17 22:16:35.024 INFO O| Planning: Consolidating action changes ... Done
44262025-09-17T22:16:36.475Z[ host-image] Sep 17 22:16:35.454 INFO O| Sep 17 22:16:35.454 INFO O| Planning: Evaluating mediators ... Done
44272025-09-17T22:16:36.482Z[ host-image] Sep 17 22:16:35.461 INFO O| Sep 17 22:16:35.461 INFO O| Planning: Planning completed in 10.16 seconds
44282025-09-17T22:16:36.485Z[ host-image] Sep 17 22:16:35.462 INFO O| Sep 17 22:16:35.462 INFO O| Packages to install: 6
44292025-09-17T22:16:36.485Z[ host-image] Sep 17 22:16:35.462 INFO O| Sep 17 22:16:35.462 INFO O| Mediators to change: 1
44302025-09-17T22:16:36.485Z[ host-image] Sep 17 22:16:35.462 INFO O| Sep 17 22:16:35.462 INFO O| Services to change: 1
44312025-09-17T22:16:36.519Z[ host-image] Sep 17 22:16:35.498 INFO O| Sep 17 22:16:35.498 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44322025-09-17T22:16:40.461Z[ recovery-image] Sep 17 22:16:39.439 INFO O| Sep 17 22:16:39.439 INFO O| Download: 15906/15944 items 182.7/184.0MB 99% complete (2.9M/s)
44332025-09-17T22:16:41.147Z[ recovery-image] Sep 17 22:16:40.125 INFO O| Sep 17 22:16:40.125 INFO O| Download: Completed 184.02 MB in 91.85 seconds (2.0M/s)
44342025-09-17T22:16:41.520Z[ host-image] Sep 17 22:16:40.498 INFO O| Sep 17 22:16:40.498 INFO O| Download: 1120/1140 items 6.6/7.7MB 85% complete (1.2M/s)
44352025-09-17T22:16:41.863Z[ host-image] Sep 17 22:16:40.841 INFO O| Sep 17 22:16:40.841 INFO O| Download: Completed 7.71 MB in 5.34 seconds (1.4M/s)
44362025-09-17T22:16:42.061Z[ host-image] Sep 17 22:16:41.038 INFO O| Sep 17 22:16:41.038 INFO O| Actions: 1/1361 actions (Installing new actions)
44372025-09-17T22:16:42.427Z[ recovery-image] Sep 17 22:16:41.405 INFO O| Sep 17 22:16:41.405 INFO O| Actions: 1/26303 actions (Installing new actions)
44382025-09-17T22:16:42.791Z[ host-image] Sep 17 22:16:41.769 INFO O| Sep 17 22:16:41.769 INFO O| Actions: Completed 1361 actions in 0.73 seconds.
44392025-09-17T22:16:44.308Z[ host-image] Sep 17 22:16:43.285 INFO O| Sep 17 22:16:43.284 INFO O| Done
44402025-09-17T22:16:44.312Z[ host-image] Sep 17 22:16:43.285 INFO O| Sep 17 22:16:43.284 INFO O| Done
44412025-09-17T22:16:46.502Z[ host-image] Sep 17 22:16:45.478 INFO O| Sep 17 22:16:45.478 INFO O| Done
44422025-09-17T22:16:47.431Z[ recovery-image] Sep 17 22:16:46.407 INFO O| Sep 17 22:16:46.407 INFO O| Actions: 10164/26303 actions (Installing new actions)
44432025-09-17T22:16:49.050Z[ host-image] Sep 17 22:16:48.027 INFO O| Sep 17 22:16:48.027 INFO O| Done
44442025-09-17T22:16:49.101Z[ host-image] Sep 17 22:16:48.077 INFO O| Sep 17 22:16:48.077 INFO O| Done
44452025-09-17T22:16:49.105Z[ host-image] Sep 17 22:16:48.077 INFO O| Sep 17 22:16:48.077 INFO O| Done
44462025-09-17T22:16:49.204Z[ host-image] Sep 17 22:16:48.181 INFO O| Sep 17 22:16:48.181 INFO O| Done
44472025-09-17T22:16:50.867Z[ host-image] Sep 17 22:16:49.843 INFO O| Sep 17 22:16:49.843 INFO STEP 13 (pkg_install) COMPLETE
44482025-09-17T22:16:50.870Z[ host-image] Sep 17 22:16:49.843 INFO O| Sep 17 22:16:49.843 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44492025-09-17T22:16:50.882Z[ host-image] Sep 17 22:16:49.859 INFO O| Sep 17 22:16:49.859 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44502025-09-17T22:16:52.442Z[ recovery-image] Sep 17 22:16:51.409 INFO O| Sep 17 22:16:51.409 INFO O| Actions: 16323/26303 actions (Installing new actions)
44512025-09-17T22:16:56.881Z[ recovery-image] Sep 17 22:16:55.858 INFO O| Sep 17 22:16:55.857 INFO O| Actions: Completed 26303 actions in 14.45 seconds.
44522025-09-17T22:16:58.208Z[ recovery-image] Sep 17 22:16:57.184 INFO O| Sep 17 22:16:57.184 INFO O| Done
44532025-09-17T22:16:58.208Z[ recovery-image] Sep 17 22:16:57.184 INFO O| Sep 17 22:16:57.184 INFO O| Done
44542025-09-17T22:17:00.427Z[ recovery-image] Sep 17 22:16:59.403 INFO O| Sep 17 22:16:59.403 INFO O| Done
44552025-09-17T22:17:02.246Z[ recovery-image] Sep 17 22:17:01.219 INFO O| Sep 17 22:17:01.219 INFO O| Done
44562025-09-17T22:17:02.272Z[ recovery-image] Sep 17 22:17:01.247 INFO O| Sep 17 22:17:01.247 INFO O| Done
44572025-09-17T22:17:06.473Z[ recovery-image] Sep 17 22:17:05.448 INFO O| Sep 17 22:17:05.448 INFO O| Done
44582025-09-17T22:17:07.178Z[ recovery-image] Sep 17 22:17:06.153 INFO O| Sep 17 22:17:06.153 INFO O| Done
44592025-09-17T22:17:09.755Z[ recovery-image] Sep 17 22:17:08.720 INFO O| Sep 17 22:17:08.720 INFO STEP 11 (pkg_install) COMPLETE
44602025-09-17T22:17:09.755Z[ recovery-image] Sep 17 22:17:08.720 INFO O| Sep 17 22:17:08.720 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44612025-09-17T22:17:09.755Z[ recovery-image] Sep 17 22:17:08.721 INFO O| Sep 17 22:17:08.720 INFO skip step because feature "recovery" is enabled
44622025-09-17T22:17:09.755Z[ recovery-image] Sep 17 22:17:08.721 INFO O| Sep 17 22:17:08.720 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44632025-09-17T22:17:09.755Z[ recovery-image] Sep 17 22:17:08.721 INFO O| Sep 17 22:17:08.720 INFO skip step because feature "omicron1" is not enabled
44642025-09-17T22:17:09.755Z[ recovery-image] Sep 17 22:17:08.721 INFO O| Sep 17 22:17:08.720 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44652025-09-17T22:17:09.761Z[ recovery-image] Sep 17 22:17:08.735 INFO O| Sep 17 22:17:08.735 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44662025-09-17T22:17:21.731Z[ host-image] Sep 17 22:17:20.704 INFO O| Sep 17 22:17:20.704 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44672025-09-17T22:17:33.496Z[ host-image] Sep 17 22:17:32.468 INFO O| Sep 17 22:17:32.468 INFO O| Startup: Caching catalogs ... Done
44682025-09-17T22:17:38.962Z[ recovery-image] Sep 17 22:17:37.934 INFO O| Sep 17 22:17:37.934 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44692025-09-17T22:17:40.160Z[ host-image] Sep 17 22:17:39.132 INFO O| Sep 17 22:17:39.132 INFO O| Planning: Solver setup ... Done
44702025-09-17T22:17:40.168Z[ host-image] Sep 17 22:17:39.140 INFO O| Sep 17 22:17:39.140 INFO O| Planning: Running solver ... Done
44712025-09-17T22:17:40.291Z[ host-image] Sep 17 22:17:39.263 INFO O| Sep 17 22:17:39.263 INFO O| Planning: Finding local manifests ... Done
44722025-09-17T22:17:40.309Z[ host-image] Sep 17 22:17:39.281 INFO O| Sep 17 22:17:39.281 INFO O| Planning: Fetching manifests: 0/1 0% complete
44732025-09-17T22:17:40.315Z[ host-image] Sep 17 22:17:39.287 INFO O| Sep 17 22:17:39.287 INFO O| Planning: Fetching manifests: 1/1 100% complete
44742025-09-17T22:17:40.342Z[ host-image] Sep 17 22:17:39.314 INFO O| Sep 17 22:17:39.314 INFO O| Planning: Package planning ... Done
44752025-09-17T22:17:40.346Z[ host-image] Sep 17 22:17:39.314 INFO O| Sep 17 22:17:39.314 INFO O| Planning: Merging actions ... Done
44762025-09-17T22:17:40.439Z[ host-image] Sep 17 22:17:39.407 INFO O| Sep 17 22:17:39.407 INFO O| Planning: Checking for conflicting actions ... Done
44772025-09-17T22:17:40.439Z[ host-image] Sep 17 22:17:39.408 INFO O| Sep 17 22:17:39.408 INFO O| Planning: Consolidating action changes ... Done
44782025-09-17T22:17:40.750Z[ host-image] Sep 17 22:17:39.722 INFO O| Sep 17 22:17:39.722 INFO O| Planning: Evaluating mediators ... Done
44792025-09-17T22:17:40.753Z[ host-image] Sep 17 22:17:39.722 INFO O| Sep 17 22:17:39.722 INFO O| Planning: Planning completed in 7.14 seconds
44802025-09-17T22:17:40.753Z[ host-image] Sep 17 22:17:39.723 INFO O| Sep 17 22:17:39.723 INFO O| Packages to install: 1
44812025-09-17T22:17:40.779Z[ host-image] Sep 17 22:17:39.751 INFO O| Sep 17 22:17:39.751 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44822025-09-17T22:17:40.871Z[ host-image] Sep 17 22:17:39.843 INFO O| Sep 17 22:17:39.842 INFO O| Download: Completed 10.09 MB in 0.09 seconds (110M/s)
44832025-09-17T22:17:40.902Z[ host-image] Sep 17 22:17:39.874 INFO O| Sep 17 22:17:39.874 INFO O| Actions: 1/22 actions (Installing new actions)
44842025-09-17T22:17:41.217Z[ host-image] Sep 17 22:17:40.188 INFO O| Sep 17 22:17:40.188 INFO O| Actions: Completed 22 actions in 0.31 seconds.
44852025-09-17T22:17:42.133Z[ host-image] Sep 17 22:17:41.104 INFO O| Sep 17 22:17:41.104 INFO O| Done
44862025-09-17T22:17:42.133Z[ host-image] Sep 17 22:17:41.104 INFO O| Sep 17 22:17:41.104 INFO O| Done
44872025-09-17T22:17:43.042Z[ host-image] Sep 17 22:17:42.013 INFO O| Sep 17 22:17:42.013 INFO O| Done
44882025-09-17T22:17:44.595Z[ host-image] Sep 17 22:17:43.566 INFO O| Sep 17 22:17:43.566 INFO O| Done
44892025-09-17T22:17:44.627Z[ host-image] Sep 17 22:17:43.598 INFO O| Sep 17 22:17:43.598 INFO O| Done
44902025-09-17T22:17:44.631Z[ host-image] Sep 17 22:17:43.599 INFO O| Sep 17 22:17:43.599 INFO O| Done
44912025-09-17T22:17:44.643Z[ host-image] Sep 17 22:17:43.614 INFO O| Sep 17 22:17:43.613 INFO O| Done
44922025-09-17T22:17:45.858Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO STEP 14 (pkg_install) COMPLETE
44932025-09-17T22:17:45.858Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44942025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO skip step because feature "mfg" is not enabled
44952025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44962025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO skip step because feature "compliance" is not enabled
44972025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44982025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO skip step because feature "stress" is not enabled
44992025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45002025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO skip step because feature "compliance" is not enabled
45012025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45022025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO skip step because feature "nfs" is not enabled
45032025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45042025-09-17T22:17:45.862Z[ host-image] Sep 17 22:17:44.829 INFO O| Sep 17 22:17:44.829 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45052025-09-17T22:17:45.945Z[ host-image] Sep 17 22:17:44.916 INFO O| Sep 17 22:17:44.916 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45062025-09-17T22:17:46.095Z[ host-image] Sep 17 22:17:45.066 INFO O| Sep 17 22:17:45.066 INFO completed processing sled/ramdisk-01-os
45072025-09-17T22:17:46.099Z[ host-image] Sep 17 22:17:45.069 INFO omicron1 baseline generation...
45082025-09-17T22:17:46.099Z[ host-image] Sep 17 22:17:45.069 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45092025-09-17T22:17:46.581Z[ host-image] Sep 17 22:17:45.551 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23555:20250917T004241Z
45102025-09-17T22:17:48.485Z[ recovery-image] Sep 17 22:17:47.456 INFO O| Sep 17 22:17:47.456 INFO O| Startup: Caching catalogs ... Done
45112025-09-17T22:17:53.280Z[ recovery-image] Sep 17 22:17:52.247 INFO O| Sep 17 22:17:52.247 INFO O| Planning: Solver setup ... Done
45122025-09-17T22:17:53.284Z[ recovery-image] Sep 17 22:17:52.255 INFO O| Sep 17 22:17:52.255 INFO O| Planning: Running solver ... Done
45132025-09-17T22:17:53.396Z[ recovery-image] Sep 17 22:17:52.367 INFO O| Sep 17 22:17:52.367 INFO O| Planning: Finding local manifests ... Done
45142025-09-17T22:17:53.410Z[ recovery-image] Sep 17 22:17:52.381 INFO O| Sep 17 22:17:52.381 INFO O| Planning: Fetching manifests: 0/1 0% complete
45152025-09-17T22:17:53.415Z[ recovery-image] Sep 17 22:17:52.386 INFO O| Sep 17 22:17:52.386 INFO O| Planning: Fetching manifests: 1/1 100% complete
45162025-09-17T22:17:53.437Z[ recovery-image] Sep 17 22:17:52.407 INFO O| Sep 17 22:17:52.407 INFO O| Planning: Package planning ... Done
45172025-09-17T22:17:53.440Z[ recovery-image] Sep 17 22:17:52.408 INFO O| Sep 17 22:17:52.408 INFO O| Planning: Merging actions ... Done
45182025-09-17T22:17:53.468Z[ recovery-image] Sep 17 22:17:52.439 INFO O| Sep 17 22:17:52.438 INFO O| Planning: Checking for conflicting actions ... Done
45192025-09-17T22:17:53.472Z[ recovery-image] Sep 17 22:17:52.439 INFO O| Sep 17 22:17:52.439 INFO O| Planning: Consolidating action changes ... Done
45202025-09-17T22:17:53.602Z[ recovery-image] Sep 17 22:17:52.572 INFO O| Sep 17 22:17:52.572 INFO O| Planning: Evaluating mediators ... Done
45212025-09-17T22:17:53.606Z[ recovery-image] Sep 17 22:17:52.573 INFO O| Sep 17 22:17:52.573 INFO O| Planning: Planning completed in 5.03 seconds
45222025-09-17T22:17:53.606Z[ recovery-image] Sep 17 22:17:52.573 INFO O| Sep 17 22:17:52.573 INFO O| Packages to install: 1
45232025-09-17T22:17:53.620Z[ recovery-image] Sep 17 22:17:52.590 INFO O| Sep 17 22:17:52.590 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
45242025-09-17T22:17:53.711Z[ recovery-image] Sep 17 22:17:52.681 INFO O| Sep 17 22:17:52.681 INFO O| Download: Completed 10.09 MB in 0.09 seconds (111M/s)
45252025-09-17T22:17:53.740Z[ recovery-image] Sep 17 22:17:52.711 INFO O| Sep 17 22:17:52.710 INFO O| Actions: 1/22 actions (Installing new actions)
45262025-09-17T22:17:53.967Z[ recovery-image] Sep 17 22:17:52.934 INFO O| Sep 17 22:17:52.934 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45272025-09-17T22:17:54.869Z[ recovery-image] Sep 17 22:17:53.803 INFO O| Sep 17 22:17:53.803 INFO O| Done
45282025-09-17T22:17:54.869Z[ recovery-image] Sep 17 22:17:53.803 INFO O| Sep 17 22:17:53.803 INFO O| Done
45292025-09-17T22:17:55.707Z[ recovery-image] Sep 17 22:17:54.677 INFO O| Sep 17 22:17:54.677 INFO O| Done
45302025-09-17T22:17:56.817Z[ recovery-image] Sep 17 22:17:55.787 INFO O| Sep 17 22:17:55.787 INFO O| Done
45312025-09-17T22:17:56.835Z[ recovery-image] Sep 17 22:17:55.805 INFO O| Sep 17 22:17:55.805 INFO O| Done
45322025-09-17T22:17:56.835Z[ recovery-image] Sep 17 22:17:55.805 INFO O| Sep 17 22:17:55.805 INFO O| Done
45332025-09-17T22:17:56.850Z[ recovery-image] Sep 17 22:17:55.819 INFO O| Sep 17 22:17:55.819 INFO O| Done
45342025-09-17T22:17:58.073Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO STEP 14 (pkg_install) COMPLETE
45352025-09-17T22:17:58.074Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45362025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO skip step because feature "mfg" is not enabled
45372025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45382025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO skip step because feature "compliance" is not enabled
45392025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45402025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO skip step because feature "stress" is not enabled
45412025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45422025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO skip step because feature "compliance" is not enabled
45432025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45442025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO skip step because feature "nfs" is not enabled
45452025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45462025-09-17T22:17:58.077Z[ recovery-image] Sep 17 22:17:57.043 INFO O| Sep 17 22:17:57.043 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45472025-09-17T22:17:58.139Z[ recovery-image] Sep 17 22:17:57.109 INFO O| Sep 17 22:17:57.109 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45482025-09-17T22:17:58.217Z[ recovery-image] Sep 17 22:17:57.187 INFO O| Sep 17 22:17:57.186 INFO completed processing sled/ramdisk-01-os
45492025-09-17T22:17:58.220Z[ recovery-image] Sep 17 22:17:57.189 INFO image builder template: ramdisk-02-trim...
45502025-09-17T22:17:58.220Z[ recovery-image] Sep 17 22:17:57.189 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/.tmp4jCKbt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45512025-09-17T22:17:58.246Z[ recovery-image] Sep 17 22:17:57.216 INFO O| Sep 17 22:17:57.216 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45522025-09-17T22:17:58.251Z[ recovery-image] Sep 17 22:17:57.221 INFO O| Sep 17 22:17:57.221 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45532025-09-17T22:17:58.349Z[ recovery-image] Sep 17 22:17:57.318 INFO O| Sep 17 22:17:57.318 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45542025-09-17T22:17:58.417Z[ recovery-image] Sep 17 22:17:57.386 INFO O| Sep 17 22:17:57.386 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45552025-09-17T22:17:58.417Z[ recovery-image] Sep 17 22:17:57.387 INFO O| Sep 17 22:17:57.387 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45562025-09-17T22:17:58.422Z[ recovery-image] Sep 17 22:17:57.392 INFO O| Sep 17 22:17:57.392 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45572025-09-17T22:17:58.428Z[ recovery-image] Sep 17 22:17:57.398 INFO O| Sep 17 22:17:57.398 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45582025-09-17T22:17:58.435Z[ recovery-image] Sep 17 22:17:57.404 INFO O| Sep 17 22:17:57.404 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45592025-09-17T22:17:58.610Z[ recovery-image] Sep 17 22:17:57.579 INFO O| Sep 17 22:17:57.579 INFO rolled back to input snapshot; work may begin
45602025-09-17T22:17:58.610Z[ recovery-image] Sep 17 22:17:57.579 INFO O| Sep 17 22:17:57.579 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45612025-09-17T22:17:58.615Z[ recovery-image] Sep 17 22:17:57.585 INFO O| Sep 17 22:17:57.585 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622025-09-17T22:17:58.630Z[ recovery-image] Sep 17 22:17:57.599 INFO O| Sep 17 22:17:57.599 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45632025-09-17T22:17:58.678Z[ recovery-image] Sep 17 22:17:57.648 INFO O| Sep 17 22:17:57.647 INFO STEP 0 (remove_files) COMPLETE
45642025-09-17T22:17:58.678Z[ recovery-image] Sep 17 22:17:57.648 INFO O| Sep 17 22:17:57.648 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652025-09-17T22:17:58.693Z[ recovery-image] Sep 17 22:17:57.661 INFO O| Sep 17 22:17:57.661 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45662025-09-17T22:17:58.696Z[ recovery-image] Sep 17 22:17:57.663 INFO O| Sep 17 22:17:57.663 INFO STEP 1 (remove_files) COMPLETE
45672025-09-17T22:17:58.696Z[ recovery-image] Sep 17 22:17:57.663 INFO O| Sep 17 22:17:57.663 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682025-09-17T22:17:58.705Z[ recovery-image] Sep 17 22:17:57.675 INFO O| Sep 17 22:17:57.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45692025-09-17T22:17:58.720Z[ recovery-image] Sep 17 22:17:57.689 INFO O| Sep 17 22:17:57.689 INFO STEP 2 (remove_files) COMPLETE
45702025-09-17T22:17:58.720Z[ recovery-image] Sep 17 22:17:57.689 INFO O| Sep 17 22:17:57.689 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712025-09-17T22:17:58.733Z[ recovery-image] Sep 17 22:17:57.703 INFO O| Sep 17 22:17:57.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45722025-09-17T22:17:58.737Z[ recovery-image] Sep 17 22:17:57.704 INFO O| Sep 17 22:17:57.704 INFO STEP 3 (remove_files) COMPLETE
45732025-09-17T22:17:58.737Z[ recovery-image] Sep 17 22:17:57.704 INFO O| Sep 17 22:17:57.704 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742025-09-17T22:17:58.748Z[ recovery-image] Sep 17 22:17:57.718 INFO O| Sep 17 22:17:57.718 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45752025-09-17T22:17:58.752Z[ recovery-image] Sep 17 22:17:57.722 INFO O| Sep 17 22:17:57.722 INFO STEP 4 (remove_files) COMPLETE
45762025-09-17T22:17:58.752Z[ recovery-image] Sep 17 22:17:57.722 INFO O| Sep 17 22:17:57.722 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772025-09-17T22:17:58.763Z[ recovery-image] Sep 17 22:17:57.732 INFO O| Sep 17 22:17:57.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45782025-09-17T22:17:58.766Z[ recovery-image] Sep 17 22:17:57.733 INFO O| Sep 17 22:17:57.733 INFO STEP 5 (remove_files) COMPLETE
45792025-09-17T22:17:58.766Z[ recovery-image] Sep 17 22:17:57.733 INFO O| Sep 17 22:17:57.733 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802025-09-17T22:17:58.772Z[ recovery-image] Sep 17 22:17:57.742 INFO O| Sep 17 22:17:57.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45812025-09-17T22:17:58.782Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO STEP 6 (remove_files) COMPLETE
45822025-09-17T22:17:58.782Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832025-09-17T22:17:58.783Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO skip step because feature "recovery" is enabled
45842025-09-17T22:17:58.786Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852025-09-17T22:17:58.787Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO skip step because feature "recovery" is enabled
45862025-09-17T22:17:58.787Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45872025-09-17T22:17:58.787Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO skip step because feature "recovery" is enabled
45882025-09-17T22:17:58.787Z[ recovery-image] Sep 17 22:17:57.752 INFO O| Sep 17 22:17:57.752 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892025-09-17T22:17:58.792Z[ recovery-image] Sep 17 22:17:57.762 INFO O| Sep 17 22:17:57.762 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45902025-09-17T22:17:58.799Z[ recovery-image] Sep 17 22:17:57.766 INFO O| Sep 17 22:17:57.766 INFO STEP 10 (remove_files) COMPLETE
45912025-09-17T22:17:58.802Z[ recovery-image] Sep 17 22:17:57.766 INFO O| Sep 17 22:17:57.766 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922025-09-17T22:17:58.806Z[ recovery-image] Sep 17 22:17:57.775 INFO O| Sep 17 22:17:57.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45932025-09-17T22:17:58.809Z[ recovery-image] Sep 17 22:17:57.776 INFO O| Sep 17 22:17:57.776 INFO STEP 11 (remove_files) COMPLETE
45942025-09-17T22:17:58.809Z[ recovery-image] Sep 17 22:17:57.776 INFO O| Sep 17 22:17:57.776 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952025-09-17T22:17:58.817Z[ recovery-image] Sep 17 22:17:57.787 INFO O| Sep 17 22:17:57.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45962025-09-17T22:17:58.820Z[ recovery-image] Sep 17 22:17:57.788 INFO O| Sep 17 22:17:57.788 INFO STEP 12 (remove_files) COMPLETE
45972025-09-17T22:17:58.820Z[ recovery-image] Sep 17 22:17:57.788 INFO O| Sep 17 22:17:57.788 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982025-09-17T22:17:58.860Z[ recovery-image] Sep 17 22:17:57.801 INFO O| Sep 17 22:17:57.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45992025-09-17T22:17:58.914Z[ recovery-image] Sep 17 22:17:57.882 INFO O| Sep 17 22:17:57.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46002025-09-17T22:17:58.917Z[ recovery-image] Sep 17 22:17:57.883 INFO O| Sep 17 22:17:57.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46012025-09-17T22:17:58.926Z[ recovery-image] Sep 17 22:17:57.896 INFO O| Sep 17 22:17:57.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46022025-09-17T22:17:58.931Z[ recovery-image] Sep 17 22:17:57.901 INFO O| Sep 17 22:17:57.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46032025-09-17T22:17:59.030Z[ recovery-image] Sep 17 22:17:57.999 INFO O| Sep 17 22:17:57.999 INFO STEP 13 (remove_files) COMPLETE
46042025-09-17T22:17:59.030Z[ recovery-image] Sep 17 22:17:57.999 INFO O| Sep 17 22:17:57.999 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46052025-09-17T22:17:59.043Z[ recovery-image] Sep 17 22:17:58.012 INFO O| Sep 17 22:17:58.012 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46062025-09-17T22:17:59.047Z[ recovery-image] Sep 17 22:17:58.014 INFO O| Sep 17 22:17:58.014 INFO STEP 14 (remove_files) COMPLETE
46072025-09-17T22:17:59.047Z[ recovery-image] Sep 17 22:17:58.014 INFO O| Sep 17 22:17:58.014 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46082025-09-17T22:17:59.054Z[ recovery-image] Sep 17 22:17:58.024 INFO O| Sep 17 22:17:58.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46092025-09-17T22:17:59.061Z[ recovery-image] Sep 17 22:17:58.030 INFO O| Sep 17 22:17:58.030 INFO STEP 15 (remove_files) COMPLETE
46102025-09-17T22:17:59.061Z[ recovery-image] Sep 17 22:17:58.030 INFO O| Sep 17 22:17:58.030 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46112025-09-17T22:17:59.071Z[ recovery-image] Sep 17 22:17:58.040 INFO O| Sep 17 22:17:58.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46122025-09-17T22:17:59.075Z[ recovery-image] Sep 17 22:17:58.041 INFO O| Sep 17 22:17:58.041 INFO STEP 16 (remove_files) COMPLETE
46132025-09-17T22:17:59.075Z[ recovery-image] Sep 17 22:17:58.041 INFO O| Sep 17 22:17:58.041 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142025-09-17T22:17:59.080Z[ recovery-image] Sep 17 22:17:58.050 INFO O| Sep 17 22:17:58.049 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46152025-09-17T22:17:59.083Z[ recovery-image] Sep 17 22:17:58.051 INFO O| Sep 17 22:17:58.051 INFO STEP 17 (remove_files) COMPLETE
46162025-09-17T22:17:59.083Z[ recovery-image] Sep 17 22:17:58.051 INFO O| Sep 17 22:17:58.051 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172025-09-17T22:17:59.091Z[ recovery-image] Sep 17 22:17:58.060 INFO O| Sep 17 22:17:58.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46182025-09-17T22:17:59.091Z[ recovery-image] Sep 17 22:17:58.060 INFO O| Sep 17 22:17:58.060 INFO STEP 18 (remove_files) COMPLETE
46192025-09-17T22:17:59.094Z[ recovery-image] Sep 17 22:17:58.060 INFO O| Sep 17 22:17:58.060 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202025-09-17T22:17:59.101Z[ recovery-image] Sep 17 22:17:58.070 INFO O| Sep 17 22:17:58.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46212025-09-17T22:17:59.101Z[ recovery-image] Sep 17 22:17:58.070 INFO O| Sep 17 22:17:58.070 INFO STEP 19 (remove_files) COMPLETE
46222025-09-17T22:17:59.101Z[ recovery-image] Sep 17 22:17:58.070 INFO O| Sep 17 22:17:58.070 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232025-09-17T22:17:59.110Z[ recovery-image] Sep 17 22:17:58.080 INFO O| Sep 17 22:17:58.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46242025-09-17T22:17:59.113Z[ recovery-image] Sep 17 22:17:58.080 INFO O| Sep 17 22:17:58.080 INFO STEP 20 (remove_files) COMPLETE
46252025-09-17T22:17:59.114Z[ recovery-image] Sep 17 22:17:58.080 INFO O| Sep 17 22:17:58.080 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262025-09-17T22:17:59.119Z[ recovery-image] Sep 17 22:17:58.089 INFO O| Sep 17 22:17:58.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46272025-09-17T22:17:59.119Z[ recovery-image] Sep 17 22:17:58.089 INFO O| Sep 17 22:17:58.089 INFO STEP 21 (remove_files) COMPLETE
46282025-09-17T22:17:59.123Z[ recovery-image] Sep 17 22:17:58.089 INFO O| Sep 17 22:17:58.089 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292025-09-17T22:17:59.128Z[ recovery-image] Sep 17 22:17:58.098 INFO O| Sep 17 22:17:58.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46302025-09-17T22:17:59.128Z[ recovery-image] Sep 17 22:17:58.098 INFO O| Sep 17 22:17:58.098 INFO STEP 22 (remove_files) COMPLETE
46312025-09-17T22:17:59.133Z[ recovery-image] Sep 17 22:17:58.098 INFO O| Sep 17 22:17:58.098 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322025-09-17T22:17:59.139Z[ recovery-image] Sep 17 22:17:58.109 INFO O| Sep 17 22:17:58.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46332025-09-17T22:17:59.139Z[ recovery-image] Sep 17 22:17:58.109 INFO O| Sep 17 22:17:58.109 INFO STEP 23 (remove_files) COMPLETE
46342025-09-17T22:17:59.139Z[ recovery-image] Sep 17 22:17:58.109 INFO O| Sep 17 22:17:58.109 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352025-09-17T22:17:59.150Z[ recovery-image] Sep 17 22:17:58.119 INFO O| Sep 17 22:17:58.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46362025-09-17T22:17:59.153Z[ recovery-image] Sep 17 22:17:58.119 INFO O| Sep 17 22:17:58.119 INFO STEP 24 (remove_files) COMPLETE
46372025-09-17T22:17:59.153Z[ recovery-image] Sep 17 22:17:58.119 INFO O| Sep 17 22:17:58.119 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382025-09-17T22:17:59.160Z[ recovery-image] Sep 17 22:17:58.129 INFO O| Sep 17 22:17:58.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46392025-09-17T22:17:59.160Z[ recovery-image] Sep 17 22:17:58.129 INFO O| Sep 17 22:17:58.129 INFO STEP 25 (remove_files) COMPLETE
46402025-09-17T22:17:59.163Z[ recovery-image] Sep 17 22:17:58.129 INFO O| Sep 17 22:17:58.129 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412025-09-17T22:17:59.170Z[ recovery-image] Sep 17 22:17:58.140 INFO O| Sep 17 22:17:58.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46422025-09-17T22:17:59.173Z[ recovery-image] Sep 17 22:17:58.140 INFO O| Sep 17 22:17:58.140 INFO STEP 26 (remove_files) COMPLETE
46432025-09-17T22:17:59.173Z[ recovery-image] Sep 17 22:17:58.140 INFO O| Sep 17 22:17:58.140 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442025-09-17T22:17:59.179Z[ recovery-image] Sep 17 22:17:58.149 INFO O| Sep 17 22:17:58.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46452025-09-17T22:17:59.179Z[ recovery-image] Sep 17 22:17:58.149 INFO O| Sep 17 22:17:58.149 INFO STEP 27 (remove_files) COMPLETE
46462025-09-17T22:17:59.183Z[ recovery-image] Sep 17 22:17:58.149 INFO O| Sep 17 22:17:58.149 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472025-09-17T22:17:59.187Z[ recovery-image] Sep 17 22:17:58.157 INFO O| Sep 17 22:17:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46482025-09-17T22:17:59.188Z[ recovery-image] Sep 17 22:17:58.157 INFO O| Sep 17 22:17:58.157 INFO STEP 28 (remove_files) COMPLETE
46492025-09-17T22:17:59.191Z[ recovery-image] Sep 17 22:17:58.157 INFO O| Sep 17 22:17:58.157 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502025-09-17T22:17:59.197Z[ recovery-image] Sep 17 22:17:58.167 INFO O| Sep 17 22:17:58.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46512025-09-17T22:17:59.200Z[ recovery-image] Sep 17 22:17:58.167 INFO O| Sep 17 22:17:58.167 INFO STEP 29 (remove_files) COMPLETE
46522025-09-17T22:17:59.200Z[ recovery-image] Sep 17 22:17:58.167 INFO O| Sep 17 22:17:58.167 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532025-09-17T22:17:59.208Z[ recovery-image] Sep 17 22:17:58.178 INFO O| Sep 17 22:17:58.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46542025-09-17T22:17:59.208Z[ recovery-image] Sep 17 22:17:58.178 INFO O| Sep 17 22:17:58.178 INFO STEP 30 (remove_files) COMPLETE
46552025-09-17T22:17:59.212Z[ recovery-image] Sep 17 22:17:58.178 INFO O| Sep 17 22:17:58.178 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562025-09-17T22:17:59.219Z[ recovery-image] Sep 17 22:17:58.189 INFO O| Sep 17 22:17:58.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46572025-09-17T22:17:59.222Z[ recovery-image] Sep 17 22:17:58.189 INFO O| Sep 17 22:17:58.189 INFO STEP 31 (remove_files) COMPLETE
46582025-09-17T22:17:59.222Z[ recovery-image] Sep 17 22:17:58.189 INFO O| Sep 17 22:17:58.189 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592025-09-17T22:17:59.230Z[ recovery-image] Sep 17 22:17:58.200 INFO O| Sep 17 22:17:58.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46602025-09-17T22:17:59.230Z[ recovery-image] Sep 17 22:17:58.200 INFO O| Sep 17 22:17:58.200 INFO STEP 32 (remove_files) COMPLETE
46612025-09-17T22:17:59.233Z[ recovery-image] Sep 17 22:17:58.200 INFO O| Sep 17 22:17:58.200 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622025-09-17T22:17:59.239Z[ recovery-image] Sep 17 22:17:58.209 INFO O| Sep 17 22:17:58.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46632025-09-17T22:17:59.239Z[ recovery-image] Sep 17 22:17:58.209 INFO O| Sep 17 22:17:58.209 INFO STEP 33 (remove_files) COMPLETE
46642025-09-17T22:17:59.242Z[ recovery-image] Sep 17 22:17:58.209 INFO O| Sep 17 22:17:58.209 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652025-09-17T22:17:59.248Z[ recovery-image] Sep 17 22:17:58.218 INFO O| Sep 17 22:17:58.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46662025-09-17T22:17:59.251Z[ recovery-image] Sep 17 22:17:58.218 INFO O| Sep 17 22:17:58.218 INFO STEP 34 (remove_files) COMPLETE
46672025-09-17T22:17:59.251Z[ recovery-image] Sep 17 22:17:58.218 INFO O| Sep 17 22:17:58.218 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682025-09-17T22:17:59.257Z[ recovery-image] Sep 17 22:17:58.227 INFO O| Sep 17 22:17:58.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46692025-09-17T22:17:59.257Z[ recovery-image] Sep 17 22:17:58.227 INFO O| Sep 17 22:17:58.227 INFO STEP 35 (remove_files) COMPLETE
46702025-09-17T22:17:59.260Z[ recovery-image] Sep 17 22:17:58.227 INFO O| Sep 17 22:17:58.227 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712025-09-17T22:17:59.266Z[ recovery-image] Sep 17 22:17:58.236 INFO O| Sep 17 22:17:58.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46722025-09-17T22:17:59.266Z[ recovery-image] Sep 17 22:17:58.236 INFO O| Sep 17 22:17:58.236 INFO STEP 36 (remove_files) COMPLETE
46732025-09-17T22:17:59.266Z[ recovery-image] Sep 17 22:17:58.236 INFO O| Sep 17 22:17:58.236 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742025-09-17T22:17:59.275Z[ recovery-image] Sep 17 22:17:58.245 INFO O| Sep 17 22:17:58.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46752025-09-17T22:17:59.275Z[ recovery-image] Sep 17 22:17:58.245 INFO O| Sep 17 22:17:58.245 INFO STEP 37 (remove_files) COMPLETE
46762025-09-17T22:17:59.275Z[ recovery-image] Sep 17 22:17:58.245 INFO O| Sep 17 22:17:58.245 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772025-09-17T22:17:59.284Z[ recovery-image] Sep 17 22:17:58.254 INFO O| Sep 17 22:17:58.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46782025-09-17T22:17:59.287Z[ recovery-image] Sep 17 22:17:58.254 INFO O| Sep 17 22:17:58.254 INFO STEP 38 (remove_files) COMPLETE
46792025-09-17T22:17:59.287Z[ recovery-image] Sep 17 22:17:58.254 INFO O| Sep 17 22:17:58.254 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802025-09-17T22:17:59.293Z[ recovery-image] Sep 17 22:17:58.263 INFO O| Sep 17 22:17:58.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46812025-09-17T22:17:59.293Z[ recovery-image] Sep 17 22:17:58.263 INFO O| Sep 17 22:17:58.263 INFO STEP 39 (remove_files) COMPLETE
46822025-09-17T22:17:59.296Z[ recovery-image] Sep 17 22:17:58.263 INFO O| Sep 17 22:17:58.263 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832025-09-17T22:17:59.302Z[ recovery-image] Sep 17 22:17:58.272 INFO O| Sep 17 22:17:58.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46842025-09-17T22:17:59.306Z[ recovery-image] Sep 17 22:17:58.272 INFO O| Sep 17 22:17:58.272 INFO STEP 40 (remove_files) COMPLETE
46852025-09-17T22:17:59.306Z[ recovery-image] Sep 17 22:17:58.272 INFO O| Sep 17 22:17:58.272 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862025-09-17T22:17:59.311Z[ recovery-image] Sep 17 22:17:58.281 INFO O| Sep 17 22:17:58.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46872025-09-17T22:17:59.311Z[ recovery-image] Sep 17 22:17:58.281 INFO O| Sep 17 22:17:58.281 INFO STEP 41 (remove_files) COMPLETE
46882025-09-17T22:17:59.315Z[ recovery-image] Sep 17 22:17:58.281 INFO O| Sep 17 22:17:58.281 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892025-09-17T22:17:59.321Z[ recovery-image] Sep 17 22:17:58.291 INFO O| Sep 17 22:17:58.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46902025-09-17T22:17:59.321Z[ recovery-image] Sep 17 22:17:58.291 INFO O| Sep 17 22:17:58.291 INFO STEP 42 (remove_files) COMPLETE
46912025-09-17T22:17:59.326Z[ recovery-image] Sep 17 22:17:58.291 INFO O| Sep 17 22:17:58.291 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922025-09-17T22:17:59.333Z[ recovery-image] Sep 17 22:17:58.303 INFO O| Sep 17 22:17:58.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46932025-09-17T22:17:59.333Z[ recovery-image] Sep 17 22:17:58.303 INFO O| Sep 17 22:17:58.303 INFO STEP 43 (remove_files) COMPLETE
46942025-09-17T22:17:59.333Z[ recovery-image] Sep 17 22:17:58.303 INFO O| Sep 17 22:17:58.303 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952025-09-17T22:17:59.343Z[ recovery-image] Sep 17 22:17:58.313 INFO O| Sep 17 22:17:58.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46962025-09-17T22:17:59.343Z[ recovery-image] Sep 17 22:17:58.313 INFO O| Sep 17 22:17:58.313 INFO STEP 44 (remove_files) COMPLETE
46972025-09-17T22:17:59.343Z[ recovery-image] Sep 17 22:17:58.313 INFO O| Sep 17 22:17:58.313 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982025-09-17T22:17:59.354Z[ recovery-image] Sep 17 22:17:58.323 INFO O| Sep 17 22:17:58.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46992025-09-17T22:17:59.354Z[ recovery-image] Sep 17 22:17:58.323 INFO O| Sep 17 22:17:58.323 INFO STEP 45 (remove_files) COMPLETE
47002025-09-17T22:17:59.354Z[ recovery-image] Sep 17 22:17:58.323 INFO O| Sep 17 22:17:58.323 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012025-09-17T22:17:59.364Z[ recovery-image] Sep 17 22:17:58.333 INFO O| Sep 17 22:17:58.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47022025-09-17T22:17:59.364Z[ recovery-image] Sep 17 22:17:58.334 INFO O| Sep 17 22:17:58.333 INFO STEP 46 (remove_files) COMPLETE
47032025-09-17T22:17:59.364Z[ recovery-image] Sep 17 22:17:58.334 INFO O| Sep 17 22:17:58.334 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042025-09-17T22:17:59.373Z[ recovery-image] Sep 17 22:17:58.343 INFO O| Sep 17 22:17:58.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47052025-09-17T22:17:59.373Z[ recovery-image] Sep 17 22:17:58.343 INFO O| Sep 17 22:17:58.343 INFO STEP 47 (remove_files) COMPLETE
47062025-09-17T22:17:59.373Z[ recovery-image] Sep 17 22:17:58.343 INFO O| Sep 17 22:17:58.343 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072025-09-17T22:17:59.384Z[ recovery-image] Sep 17 22:17:58.354 INFO O| Sep 17 22:17:58.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47082025-09-17T22:17:59.384Z[ recovery-image] Sep 17 22:17:58.354 INFO O| Sep 17 22:17:58.354 INFO STEP 48 (remove_files) COMPLETE
47092025-09-17T22:17:59.387Z[ recovery-image] Sep 17 22:17:58.354 INFO O| Sep 17 22:17:58.354 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102025-09-17T22:17:59.394Z[ recovery-image] Sep 17 22:17:58.364 INFO O| Sep 17 22:17:58.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47112025-09-17T22:17:59.401Z[ recovery-image] Sep 17 22:17:58.364 INFO O| Sep 17 22:17:58.364 INFO STEP 49 (remove_files) COMPLETE
47122025-09-17T22:17:59.401Z[ recovery-image] Sep 17 22:17:58.364 INFO O| Sep 17 22:17:58.364 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132025-09-17T22:17:59.404Z[ recovery-image] Sep 17 22:17:58.372 INFO O| Sep 17 22:17:58.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47142025-09-17T22:17:59.404Z[ recovery-image] Sep 17 22:17:58.373 INFO O| Sep 17 22:17:58.373 INFO STEP 50 (remove_files) COMPLETE
47152025-09-17T22:17:59.404Z[ recovery-image] Sep 17 22:17:58.373 INFO O| Sep 17 22:17:58.373 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162025-09-17T22:17:59.411Z[ recovery-image] Sep 17 22:17:58.381 INFO O| Sep 17 22:17:58.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47172025-09-17T22:17:59.411Z[ recovery-image] Sep 17 22:17:58.381 INFO O| Sep 17 22:17:58.381 INFO STEP 51 (remove_files) COMPLETE
47182025-09-17T22:17:59.415Z[ recovery-image] Sep 17 22:17:58.381 INFO O| Sep 17 22:17:58.381 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192025-09-17T22:17:59.420Z[ recovery-image] Sep 17 22:17:58.390 INFO O| Sep 17 22:17:58.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47202025-09-17T22:17:59.420Z[ recovery-image] Sep 17 22:17:58.390 INFO O| Sep 17 22:17:58.390 INFO STEP 52 (remove_files) COMPLETE
47212025-09-17T22:17:59.423Z[ recovery-image] Sep 17 22:17:58.390 INFO O| Sep 17 22:17:58.390 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222025-09-17T22:17:59.429Z[ recovery-image] Sep 17 22:17:58.399 INFO O| Sep 17 22:17:58.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47232025-09-17T22:17:59.433Z[ recovery-image] Sep 17 22:17:58.399 INFO O| Sep 17 22:17:58.399 INFO STEP 53 (remove_files) COMPLETE
47242025-09-17T22:17:59.433Z[ recovery-image] Sep 17 22:17:58.399 INFO O| Sep 17 22:17:58.399 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252025-09-17T22:17:59.440Z[ recovery-image] Sep 17 22:17:58.410 INFO O| Sep 17 22:17:58.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47262025-09-17T22:17:59.440Z[ recovery-image] Sep 17 22:17:58.410 INFO O| Sep 17 22:17:58.410 INFO STEP 54 (remove_files) COMPLETE
47272025-09-17T22:17:59.440Z[ recovery-image] Sep 17 22:17:58.410 INFO O| Sep 17 22:17:58.410 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282025-09-17T22:17:59.451Z[ recovery-image] Sep 17 22:17:58.421 INFO O| Sep 17 22:17:58.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47292025-09-17T22:17:59.451Z[ recovery-image] Sep 17 22:17:58.421 INFO O| Sep 17 22:17:58.421 INFO STEP 55 (remove_files) COMPLETE
47302025-09-17T22:17:59.451Z[ recovery-image] Sep 17 22:17:58.421 INFO O| Sep 17 22:17:58.421 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312025-09-17T22:17:59.462Z[ recovery-image] Sep 17 22:17:58.432 INFO O| Sep 17 22:17:58.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47322025-09-17T22:17:59.462Z[ recovery-image] Sep 17 22:17:58.432 INFO O| Sep 17 22:17:58.432 INFO STEP 56 (remove_files) COMPLETE
47332025-09-17T22:17:59.462Z[ recovery-image] Sep 17 22:17:58.432 INFO O| Sep 17 22:17:58.432 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342025-09-17T22:17:59.472Z[ recovery-image] Sep 17 22:17:58.442 INFO O| Sep 17 22:17:58.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47352025-09-17T22:17:59.476Z[ recovery-image] Sep 17 22:17:58.442 INFO O| Sep 17 22:17:58.442 INFO STEP 57 (remove_files) COMPLETE
47362025-09-17T22:17:59.476Z[ recovery-image] Sep 17 22:17:58.442 INFO O| Sep 17 22:17:58.442 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372025-09-17T22:17:59.483Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47382025-09-17T22:17:59.483Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47392025-09-17T22:17:59.487Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47402025-09-17T22:17:59.487Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47412025-09-17T22:17:59.487Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47422025-09-17T22:17:59.487Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47432025-09-17T22:17:59.487Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO ok!
47442025-09-17T22:17:59.487Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO STEP 58 (ensure_file) COMPLETE
47452025-09-17T22:17:59.487Z[ recovery-image] Sep 17 22:17:58.453 INFO O| Sep 17 22:17:58.453 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462025-09-17T22:17:59.494Z[ recovery-image] Sep 17 22:17:58.463 INFO O| Sep 17 22:17:58.463 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47472025-09-17T22:17:59.494Z[ recovery-image] Sep 17 22:17:58.463 INFO O| Sep 17 22:17:58.463 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47482025-09-17T22:17:59.497Z[ recovery-image] Sep 17 22:17:58.464 INFO O| Sep 17 22:17:58.464 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47492025-09-17T22:17:59.497Z[ recovery-image] Sep 17 22:17:58.464 INFO O| Sep 17 22:17:58.464 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47502025-09-17T22:17:59.497Z[ recovery-image] Sep 17 22:17:58.464 INFO O| Sep 17 22:17:58.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47512025-09-17T22:17:59.497Z[ recovery-image] Sep 17 22:17:58.464 INFO O| Sep 17 22:17:58.464 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47522025-09-17T22:17:59.497Z[ recovery-image] Sep 17 22:17:58.464 INFO O| Sep 17 22:17:58.464 INFO ok!
47532025-09-17T22:17:59.497Z[ recovery-image] Sep 17 22:17:58.464 INFO O| Sep 17 22:17:58.464 INFO STEP 59 (ensure_file) COMPLETE
47542025-09-17T22:17:59.497Z[ recovery-image] Sep 17 22:17:58.464 INFO O| Sep 17 22:17:58.464 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552025-09-17T22:17:59.504Z[ recovery-image] Sep 17 22:17:58.473 INFO O| Sep 17 22:17:58.473 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47562025-09-17T22:17:59.504Z[ recovery-image] Sep 17 22:17:58.473 INFO O| Sep 17 22:17:58.473 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47572025-09-17T22:17:59.504Z[ recovery-image] Sep 17 22:17:58.473 INFO O| Sep 17 22:17:58.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47582025-09-17T22:17:59.507Z[ recovery-image] Sep 17 22:17:58.473 INFO O| Sep 17 22:17:58.473 INFO ok!
47592025-09-17T22:17:59.507Z[ recovery-image] Sep 17 22:17:58.473 INFO O| Sep 17 22:17:58.473 INFO STEP 60 (ensure_file) COMPLETE
47602025-09-17T22:17:59.507Z[ recovery-image] Sep 17 22:17:58.473 INFO O| Sep 17 22:17:58.473 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612025-09-17T22:17:59.513Z[ recovery-image] Sep 17 22:17:58.482 INFO O| Sep 17 22:17:58.482 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47622025-09-17T22:17:59.513Z[ recovery-image] Sep 17 22:17:58.482 INFO O| Sep 17 22:17:58.482 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47632025-09-17T22:17:59.517Z[ recovery-image] Sep 17 22:17:58.482 INFO O| Sep 17 22:17:58.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47642025-09-17T22:17:59.517Z[ recovery-image] Sep 17 22:17:58.482 INFO O| Sep 17 22:17:58.482 INFO ok!
47652025-09-17T22:17:59.517Z[ recovery-image] Sep 17 22:17:58.482 INFO O| Sep 17 22:17:58.482 INFO STEP 61 (ensure_file) COMPLETE
47662025-09-17T22:17:59.517Z[ recovery-image] Sep 17 22:17:58.482 INFO O| Sep 17 22:17:58.482 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47672025-09-17T22:17:59.521Z[ recovery-image] Sep 17 22:17:58.491 INFO O| Sep 17 22:17:58.491 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47682025-09-17T22:17:59.521Z[ recovery-image] Sep 17 22:17:58.491 INFO O| Sep 17 22:17:58.491 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47692025-09-17T22:17:59.525Z[ recovery-image] Sep 17 22:17:58.491 INFO O| Sep 17 22:17:58.491 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47702025-09-17T22:17:59.525Z[ recovery-image] Sep 17 22:17:58.491 INFO O| Sep 17 22:17:58.491 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47712025-09-17T22:17:59.525Z[ recovery-image] Sep 17 22:17:58.491 INFO O| Sep 17 22:17:58.491 INFO ok!
47722025-09-17T22:17:59.525Z[ recovery-image] Sep 17 22:17:58.491 INFO O| Sep 17 22:17:58.491 INFO STEP 62 (ensure_file) COMPLETE
47732025-09-17T22:17:59.525Z[ recovery-image] Sep 17 22:17:58.491 INFO O| Sep 17 22:17:58.491 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742025-09-17T22:17:59.534Z[ recovery-image] Sep 17 22:17:58.503 INFO O| Sep 17 22:17:58.503 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47752025-09-17T22:17:59.534Z[ recovery-image] Sep 17 22:17:58.504 INFO O| Sep 17 22:17:58.503 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47762025-09-17T22:17:59.539Z[ recovery-image] Sep 17 22:17:58.504 INFO O| Sep 17 22:17:58.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47772025-09-17T22:17:59.539Z[ recovery-image] Sep 17 22:17:58.504 INFO O| Sep 17 22:17:58.504 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47782025-09-17T22:17:59.539Z[ recovery-image] Sep 17 22:17:58.504 INFO O| Sep 17 22:17:58.504 INFO ok!
47792025-09-17T22:17:59.539Z[ recovery-image] Sep 17 22:17:58.504 INFO O| Sep 17 22:17:58.504 INFO STEP 63 (ensure_file) COMPLETE
47802025-09-17T22:17:59.539Z[ recovery-image] Sep 17 22:17:58.504 INFO O| Sep 17 22:17:58.504 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812025-09-17T22:17:59.544Z[ recovery-image] Sep 17 22:17:58.514 INFO O| Sep 17 22:17:58.514 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47822025-09-17T22:17:59.544Z[ recovery-image] Sep 17 22:17:58.514 INFO O| Sep 17 22:17:58.514 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47832025-09-17T22:17:59.544Z[ recovery-image] Sep 17 22:17:58.514 INFO O| Sep 17 22:17:58.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47842025-09-17T22:17:59.547Z[ recovery-image] Sep 17 22:17:58.514 INFO O| Sep 17 22:17:58.514 INFO ok!
47852025-09-17T22:17:59.547Z[ recovery-image] Sep 17 22:17:58.514 INFO O| Sep 17 22:17:58.514 INFO STEP 64 (assemble_files) COMPLETE
47862025-09-17T22:17:59.548Z[ recovery-image] Sep 17 22:17:58.514 INFO O| Sep 17 22:17:58.514 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872025-09-17T22:17:59.555Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47882025-09-17T22:17:59.555Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47892025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47902025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47912025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO ok!
47922025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO STEP 65 (ensure_file) COMPLETE
47932025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO skip step because feature "omicron1" is not enabled
47952025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO skip step because feature "omicron1" is not enabled
47972025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO skip step because feature "omicron1" is not enabled
47992025-09-17T22:17:59.559Z[ recovery-image] Sep 17 22:17:58.524 INFO O| Sep 17 22:17:58.524 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48002025-09-17T22:17:59.567Z[ recovery-image] Sep 17 22:17:58.537 INFO O| Sep 17 22:17:58.537 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48012025-09-17T22:17:59.567Z[ recovery-image] Sep 17 22:17:58.537 INFO O| Sep 17 22:17:58.537 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48022025-09-17T22:18:01.349Z[ recovery-image] Sep 17 22:18:00.319 INFO O| Sep 17 22:18:00.319 INFO STEP 69 (pack_tar) COMPLETE
48032025-09-17T22:18:01.349Z[ recovery-image] Sep 17 22:18:00.319 INFO O| Sep 17 22:18:00.319 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48042025-09-17T22:18:01.352Z[ recovery-image] Sep 17 22:18:00.319 INFO O| Sep 17 22:18:00.319 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48052025-09-17T22:18:02.016Z[ recovery-image] Sep 17 22:18:00.985 INFO O| Sep 17 22:18:00.985 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48062025-09-17T22:18:02.123Z[ recovery-image] Sep 17 22:18:01.092 INFO O| Sep 17 22:18:01.092 INFO completed processing sled/ramdisk-02-trim
48072025-09-17T22:18:02.126Z[ recovery-image] Sep 17 22:18:01.095 INFO image builder template: ramdisk-03-recovery-trim...
48082025-09-17T22:18:02.126Z[ recovery-image] Sep 17 22:18:01.095 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/.tmp4jCKbt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48092025-09-17T22:18:02.281Z[ recovery-image] Sep 17 22:18:01.250 INFO O| Sep 17 22:18:01.250 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48102025-09-17T22:18:02.286Z[ recovery-image] Sep 17 22:18:01.256 INFO O| Sep 17 22:18:01.256 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48112025-09-17T22:18:02.381Z[ recovery-image] Sep 17 22:18:01.350 INFO O| Sep 17 22:18:01.350 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48122025-09-17T22:18:02.458Z[ recovery-image] Sep 17 22:18:01.427 INFO O| Sep 17 22:18:01.427 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48132025-09-17T22:18:02.458Z[ recovery-image] Sep 17 22:18:01.427 INFO O| Sep 17 22:18:01.427 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48142025-09-17T22:18:02.471Z[ recovery-image] Sep 17 22:18:01.438 INFO O| Sep 17 22:18:01.437 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48152025-09-17T22:18:02.475Z[ recovery-image] Sep 17 22:18:01.443 INFO O| Sep 17 22:18:01.443 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48162025-09-17T22:18:02.481Z[ recovery-image] Sep 17 22:18:01.450 INFO O| Sep 17 22:18:01.450 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48172025-09-17T22:18:02.976Z[ recovery-image] Sep 17 22:18:01.945 INFO O| Sep 17 22:18:01.945 INFO rolled back to input snapshot; work may begin
48182025-09-17T22:18:02.976Z[ recovery-image] Sep 17 22:18:01.945 INFO O| Sep 17 22:18:01.945 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48192025-09-17T22:18:02.983Z[ recovery-image] Sep 17 22:18:01.952 INFO O| Sep 17 22:18:01.952 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-09-17T22:18:02.997Z[ recovery-image] Sep 17 22:18:01.965 INFO O| Sep 17 22:18:01.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48212025-09-17T22:18:03.076Z[ recovery-image] Sep 17 22:18:02.045 INFO O| Sep 17 22:18:02.045 INFO STEP 0 (remove_files) COMPLETE
48222025-09-17T22:18:03.076Z[ recovery-image] Sep 17 22:18:02.045 INFO O| Sep 17 22:18:02.045 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-09-17T22:18:03.090Z[ recovery-image] Sep 17 22:18:02.059 INFO O| Sep 17 22:18:02.059 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48242025-09-17T22:18:03.257Z[ recovery-image] Sep 17 22:18:02.226 INFO O| Sep 17 22:18:02.226 INFO STEP 1 (remove_files) COMPLETE
48252025-09-17T22:18:03.257Z[ recovery-image] Sep 17 22:18:02.226 INFO O| Sep 17 22:18:02.226 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-09-17T22:18:03.272Z[ recovery-image] Sep 17 22:18:02.240 INFO O| Sep 17 22:18:02.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48272025-09-17T22:18:03.298Z[ recovery-image] Sep 17 22:18:02.267 INFO O| Sep 17 22:18:02.267 INFO STEP 2 (remove_files) COMPLETE
48282025-09-17T22:18:03.298Z[ recovery-image] Sep 17 22:18:02.267 INFO O| Sep 17 22:18:02.267 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-09-17T22:18:03.311Z[ recovery-image] Sep 17 22:18:02.280 INFO O| Sep 17 22:18:02.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48302025-09-17T22:18:03.481Z[ recovery-image] Sep 17 22:18:02.450 INFO O| Sep 17 22:18:02.450 INFO STEP 3 (remove_files) COMPLETE
48312025-09-17T22:18:03.481Z[ recovery-image] Sep 17 22:18:02.450 INFO O| Sep 17 22:18:02.450 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-09-17T22:18:03.496Z[ recovery-image] Sep 17 22:18:02.465 INFO O| Sep 17 22:18:02.465 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48332025-09-17T22:18:03.795Z[ recovery-image] Sep 17 22:18:02.764 INFO O| Sep 17 22:18:02.764 INFO STEP 4 (remove_files) COMPLETE
48342025-09-17T22:18:03.795Z[ recovery-image] Sep 17 22:18:02.764 INFO O| Sep 17 22:18:02.764 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-09-17T22:18:03.810Z[ recovery-image] Sep 17 22:18:02.778 INFO O| Sep 17 22:18:02.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48362025-09-17T22:18:03.821Z[ recovery-image] Sep 17 22:18:02.790 INFO O| Sep 17 22:18:02.790 INFO STEP 5 (remove_files) COMPLETE
48372025-09-17T22:18:03.821Z[ recovery-image] Sep 17 22:18:02.790 INFO O| Sep 17 22:18:02.790 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-09-17T22:18:03.835Z[ recovery-image] Sep 17 22:18:02.805 INFO O| Sep 17 22:18:02.804 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48392025-09-17T22:18:03.883Z[ recovery-image] Sep 17 22:18:02.852 INFO O| Sep 17 22:18:02.852 INFO STEP 6 (remove_files) COMPLETE
48402025-09-17T22:18:03.883Z[ recovery-image] Sep 17 22:18:02.852 INFO O| Sep 17 22:18:02.852 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-09-17T22:18:03.896Z[ recovery-image] Sep 17 22:18:02.865 INFO O| Sep 17 22:18:02.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48422025-09-17T22:18:03.923Z[ recovery-image] Sep 17 22:18:02.892 INFO O| Sep 17 22:18:02.892 INFO STEP 7 (remove_files) COMPLETE
48432025-09-17T22:18:03.923Z[ recovery-image] Sep 17 22:18:02.892 INFO O| Sep 17 22:18:02.892 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-09-17T22:18:03.936Z[ recovery-image] Sep 17 22:18:02.905 INFO O| Sep 17 22:18:02.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48452025-09-17T22:18:03.986Z[ recovery-image] Sep 17 22:18:02.955 INFO O| Sep 17 22:18:02.955 INFO STEP 8 (remove_files) COMPLETE
48462025-09-17T22:18:03.986Z[ recovery-image] Sep 17 22:18:02.955 INFO O| Sep 17 22:18:02.955 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-09-17T22:18:04.001Z[ recovery-image] Sep 17 22:18:02.969 INFO O| Sep 17 22:18:02.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48482025-09-17T22:18:04.005Z[ recovery-image] Sep 17 22:18:02.970 INFO O| Sep 17 22:18:02.969 INFO STEP 9 (remove_files) COMPLETE
48492025-09-17T22:18:04.005Z[ recovery-image] Sep 17 22:18:02.970 INFO O| Sep 17 22:18:02.969 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-09-17T22:18:04.013Z[ recovery-image] Sep 17 22:18:02.983 INFO O| Sep 17 22:18:02.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48512025-09-17T22:18:04.242Z[ recovery-image] Sep 17 22:18:03.211 INFO O| Sep 17 22:18:03.211 INFO STEP 10 (remove_files) COMPLETE
48522025-09-17T22:18:04.242Z[ recovery-image] Sep 17 22:18:03.211 INFO O| Sep 17 22:18:03.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-09-17T22:18:04.256Z[ recovery-image] Sep 17 22:18:03.225 INFO O| Sep 17 22:18:03.225 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48542025-09-17T22:18:04.259Z[ recovery-image] Sep 17 22:18:03.227 INFO O| Sep 17 22:18:03.227 INFO STEP 11 (remove_files) COMPLETE
48552025-09-17T22:18:04.259Z[ recovery-image] Sep 17 22:18:03.227 INFO O| Sep 17 22:18:03.227 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-09-17T22:18:04.272Z[ recovery-image] Sep 17 22:18:03.240 INFO O| Sep 17 22:18:03.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48572025-09-17T22:18:04.275Z[ recovery-image] Sep 17 22:18:03.244 INFO O| Sep 17 22:18:03.244 INFO STEP 12 (remove_files) COMPLETE
48582025-09-17T22:18:04.275Z[ recovery-image] Sep 17 22:18:03.244 INFO O| Sep 17 22:18:03.244 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-09-17T22:18:04.289Z[ recovery-image] Sep 17 22:18:03.258 INFO O| Sep 17 22:18:03.257 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48602025-09-17T22:18:04.292Z[ recovery-image] Sep 17 22:18:03.258 INFO O| Sep 17 22:18:03.258 INFO STEP 13 (remove_files) COMPLETE
48612025-09-17T22:18:04.292Z[ recovery-image] Sep 17 22:18:03.258 INFO O| Sep 17 22:18:03.258 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-09-17T22:18:04.304Z[ recovery-image] Sep 17 22:18:03.273 INFO O| Sep 17 22:18:03.273 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48632025-09-17T22:18:04.307Z[ recovery-image] Sep 17 22:18:03.274 INFO O| Sep 17 22:18:03.274 INFO STEP 14 (remove_files) COMPLETE
48642025-09-17T22:18:04.308Z[ recovery-image] Sep 17 22:18:03.274 INFO O| Sep 17 22:18:03.274 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-09-17T22:18:04.319Z[ recovery-image] Sep 17 22:18:03.288 INFO O| Sep 17 22:18:03.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48662025-09-17T22:18:04.326Z[ recovery-image] Sep 17 22:18:03.295 INFO O| Sep 17 22:18:03.295 INFO STEP 15 (remove_files) COMPLETE
48672025-09-17T22:18:04.326Z[ recovery-image] Sep 17 22:18:03.295 INFO O| Sep 17 22:18:03.295 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-09-17T22:18:04.341Z[ recovery-image] Sep 17 22:18:03.310 INFO O| Sep 17 22:18:03.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48692025-09-17T22:18:04.345Z[ recovery-image] Sep 17 22:18:03.311 INFO O| Sep 17 22:18:03.311 INFO STEP 16 (remove_files) COMPLETE
48702025-09-17T22:18:04.345Z[ recovery-image] Sep 17 22:18:03.311 INFO O| Sep 17 22:18:03.311 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-09-17T22:18:04.356Z[ recovery-image] Sep 17 22:18:03.325 INFO O| Sep 17 22:18:03.325 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48722025-09-17T22:18:04.359Z[ recovery-image] Sep 17 22:18:03.326 INFO O| Sep 17 22:18:03.326 INFO STEP 17 (remove_files) COMPLETE
48732025-09-17T22:18:04.359Z[ recovery-image] Sep 17 22:18:03.326 INFO O| Sep 17 22:18:03.326 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-09-17T22:18:04.371Z[ recovery-image] Sep 17 22:18:03.340 INFO O| Sep 17 22:18:03.340 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48752025-09-17T22:18:04.539Z[ recovery-image] Sep 17 22:18:03.508 INFO O| Sep 17 22:18:03.508 INFO STEP 18 (remove_files) COMPLETE
48762025-09-17T22:18:04.539Z[ recovery-image] Sep 17 22:18:03.508 INFO O| Sep 17 22:18:03.508 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-09-17T22:18:04.572Z[ recovery-image] Sep 17 22:18:03.541 INFO O| Sep 17 22:18:03.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48782025-09-17T22:18:04.615Z[ recovery-image] Sep 17 22:18:03.584 INFO O| Sep 17 22:18:03.584 INFO STEP 19 (remove_files) COMPLETE
48792025-09-17T22:18:04.615Z[ recovery-image] Sep 17 22:18:03.584 INFO O| Sep 17 22:18:03.584 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-09-17T22:18:04.642Z[ recovery-image] Sep 17 22:18:03.611 INFO O| Sep 17 22:18:03.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48812025-09-17T22:18:04.646Z[ recovery-image] Sep 17 22:18:03.611 INFO O| Sep 17 22:18:03.611 INFO STEP 20 (remove_files) COMPLETE
48822025-09-17T22:18:04.646Z[ recovery-image] Sep 17 22:18:03.611 INFO O| Sep 17 22:18:03.611 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-09-17T22:18:04.656Z[ recovery-image] Sep 17 22:18:03.625 INFO O| Sep 17 22:18:03.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48842025-09-17T22:18:04.662Z[ recovery-image] Sep 17 22:18:03.625 INFO O| Sep 17 22:18:03.625 INFO STEP 21 (remove_files) COMPLETE
48852025-09-17T22:18:04.662Z[ recovery-image] Sep 17 22:18:03.626 INFO O| Sep 17 22:18:03.625 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-09-17T22:18:04.670Z[ recovery-image] Sep 17 22:18:03.639 INFO O| Sep 17 22:18:03.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48872025-09-17T22:18:04.670Z[ recovery-image] Sep 17 22:18:03.639 INFO O| Sep 17 22:18:03.639 INFO STEP 22 (remove_files) COMPLETE
48882025-09-17T22:18:04.670Z[ recovery-image] Sep 17 22:18:03.639 INFO O| Sep 17 22:18:03.639 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-09-17T22:18:04.683Z[ recovery-image] Sep 17 22:18:03.652 INFO O| Sep 17 22:18:03.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48902025-09-17T22:18:04.686Z[ recovery-image] Sep 17 22:18:03.654 INFO O| Sep 17 22:18:03.654 INFO STEP 23 (remove_files) COMPLETE
48912025-09-17T22:18:04.686Z[ recovery-image] Sep 17 22:18:03.654 INFO O| Sep 17 22:18:03.654 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-09-17T22:18:04.699Z[ recovery-image] Sep 17 22:18:03.668 INFO O| Sep 17 22:18:03.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48932025-09-17T22:18:04.699Z[ recovery-image] Sep 17 22:18:03.668 INFO O| Sep 17 22:18:03.668 INFO STEP 24 (remove_files) COMPLETE
48942025-09-17T22:18:04.702Z[ recovery-image] Sep 17 22:18:03.668 INFO O| Sep 17 22:18:03.668 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-09-17T22:18:04.712Z[ recovery-image] Sep 17 22:18:03.681 INFO O| Sep 17 22:18:03.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48962025-09-17T22:18:04.712Z[ recovery-image] Sep 17 22:18:03.681 INFO O| Sep 17 22:18:03.681 INFO STEP 25 (remove_files) COMPLETE
48972025-09-17T22:18:04.716Z[ recovery-image] Sep 17 22:18:03.681 INFO O| Sep 17 22:18:03.681 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-09-17T22:18:04.726Z[ recovery-image] Sep 17 22:18:03.695 INFO O| Sep 17 22:18:03.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48992025-09-17T22:18:04.727Z[ recovery-image] Sep 17 22:18:03.695 INFO O| Sep 17 22:18:03.695 INFO STEP 26 (remove_files) COMPLETE
49002025-09-17T22:18:04.727Z[ recovery-image] Sep 17 22:18:03.695 INFO O| Sep 17 22:18:03.695 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-09-17T22:18:04.739Z[ recovery-image] Sep 17 22:18:03.708 INFO O| Sep 17 22:18:03.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49022025-09-17T22:18:04.757Z[ recovery-image] Sep 17 22:18:03.726 INFO O| Sep 17 22:18:03.726 INFO STEP 27 (remove_files) COMPLETE
49032025-09-17T22:18:04.757Z[ recovery-image] Sep 17 22:18:03.726 INFO O| Sep 17 22:18:03.726 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-09-17T22:18:04.771Z[ recovery-image] Sep 17 22:18:03.740 INFO O| Sep 17 22:18:03.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49052025-09-17T22:18:04.771Z[ recovery-image] Sep 17 22:18:03.740 INFO O| Sep 17 22:18:03.740 INFO STEP 28 (remove_files) COMPLETE
49062025-09-17T22:18:04.771Z[ recovery-image] Sep 17 22:18:03.740 INFO O| Sep 17 22:18:03.740 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-09-17T22:18:04.784Z[ recovery-image] Sep 17 22:18:03.753 INFO O| Sep 17 22:18:03.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49082025-09-17T22:18:04.784Z[ recovery-image] Sep 17 22:18:03.753 INFO O| Sep 17 22:18:03.753 INFO STEP 29 (remove_files) COMPLETE
49092025-09-17T22:18:04.784Z[ recovery-image] Sep 17 22:18:03.753 INFO O| Sep 17 22:18:03.753 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-09-17T22:18:04.823Z[ recovery-image] Sep 17 22:18:03.792 INFO O| Sep 17 22:18:03.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49112025-09-17T22:18:04.823Z[ recovery-image] Sep 17 22:18:03.792 INFO O| Sep 17 22:18:03.792 INFO STEP 30 (remove_files) COMPLETE
49122025-09-17T22:18:04.823Z[ recovery-image] Sep 17 22:18:03.792 INFO O| Sep 17 22:18:03.792 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-09-17T22:18:04.835Z[ recovery-image] Sep 17 22:18:03.804 INFO O| Sep 17 22:18:03.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49142025-09-17T22:18:04.835Z[ recovery-image] Sep 17 22:18:03.804 INFO O| Sep 17 22:18:03.804 INFO STEP 31 (remove_files) COMPLETE
49152025-09-17T22:18:04.835Z[ recovery-image] Sep 17 22:18:03.804 INFO O| Sep 17 22:18:03.804 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-09-17T22:18:04.848Z[ recovery-image] Sep 17 22:18:03.817 INFO O| Sep 17 22:18:03.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49172025-09-17T22:18:04.848Z[ recovery-image] Sep 17 22:18:03.817 INFO O| Sep 17 22:18:03.817 INFO STEP 32 (remove_files) COMPLETE
49182025-09-17T22:18:04.848Z[ recovery-image] Sep 17 22:18:03.817 INFO O| Sep 17 22:18:03.817 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-09-17T22:18:04.861Z[ recovery-image] Sep 17 22:18:03.830 INFO O| Sep 17 22:18:03.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49202025-09-17T22:18:04.880Z[ recovery-image] Sep 17 22:18:03.849 INFO O| Sep 17 22:18:03.849 INFO STEP 33 (remove_files) COMPLETE
49212025-09-17T22:18:04.880Z[ recovery-image] Sep 17 22:18:03.849 INFO O| Sep 17 22:18:03.849 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-09-17T22:18:04.914Z[ recovery-image] Sep 17 22:18:03.883 INFO O| Sep 17 22:18:03.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49232025-09-17T22:18:04.917Z[ recovery-image] Sep 17 22:18:03.883 INFO O| Sep 17 22:18:03.883 INFO STEP 34 (remove_files) COMPLETE
49242025-09-17T22:18:04.917Z[ recovery-image] Sep 17 22:18:03.883 INFO O| Sep 17 22:18:03.883 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-09-17T22:18:04.966Z[ recovery-image] Sep 17 22:18:03.935 INFO O| Sep 17 22:18:03.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49262025-09-17T22:18:04.966Z[ recovery-image] Sep 17 22:18:03.935 INFO O| Sep 17 22:18:03.935 INFO STEP 35 (remove_files) COMPLETE
49272025-09-17T22:18:04.966Z[ recovery-image] Sep 17 22:18:03.935 INFO O| Sep 17 22:18:03.935 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-09-17T22:18:04.981Z[ recovery-image] Sep 17 22:18:03.950 INFO O| Sep 17 22:18:03.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49292025-09-17T22:18:04.981Z[ recovery-image] Sep 17 22:18:03.950 INFO O| Sep 17 22:18:03.950 INFO STEP 36 (remove_files) COMPLETE
49302025-09-17T22:18:04.985Z[ recovery-image] Sep 17 22:18:03.950 INFO O| Sep 17 22:18:03.950 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-09-17T22:18:05.014Z[ recovery-image] Sep 17 22:18:03.982 INFO O| Sep 17 22:18:03.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49322025-09-17T22:18:05.017Z[ recovery-image] Sep 17 22:18:03.983 INFO O| Sep 17 22:18:03.983 INFO STEP 37 (remove_files) COMPLETE
49332025-09-17T22:18:05.017Z[ recovery-image] Sep 17 22:18:03.983 INFO O| Sep 17 22:18:03.983 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-09-17T22:18:05.089Z[ recovery-image] Sep 17 22:18:04.058 INFO O| Sep 17 22:18:04.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49352025-09-17T22:18:05.089Z[ recovery-image] Sep 17 22:18:04.058 INFO O| Sep 17 22:18:04.058 INFO STEP 38 (remove_files) COMPLETE
49362025-09-17T22:18:05.092Z[ recovery-image] Sep 17 22:18:04.058 INFO O| Sep 17 22:18:04.058 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-09-17T22:18:05.103Z[ recovery-image] Sep 17 22:18:04.072 INFO O| Sep 17 22:18:04.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49382025-09-17T22:18:05.103Z[ recovery-image] Sep 17 22:18:04.072 INFO O| Sep 17 22:18:04.072 INFO STEP 39 (remove_files) COMPLETE
49392025-09-17T22:18:05.106Z[ recovery-image] Sep 17 22:18:04.072 INFO O| Sep 17 22:18:04.072 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-09-17T22:18:05.116Z[ recovery-image] Sep 17 22:18:04.085 INFO O| Sep 17 22:18:04.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49412025-09-17T22:18:05.116Z[ recovery-image] Sep 17 22:18:04.085 INFO O| Sep 17 22:18:04.085 INFO STEP 40 (remove_files) COMPLETE
49422025-09-17T22:18:05.116Z[ recovery-image] Sep 17 22:18:04.085 INFO O| Sep 17 22:18:04.085 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-09-17T22:18:05.159Z[ recovery-image] Sep 17 22:18:04.128 INFO O| Sep 17 22:18:04.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49442025-09-17T22:18:05.163Z[ recovery-image] Sep 17 22:18:04.128 INFO O| Sep 17 22:18:04.128 INFO STEP 41 (remove_files) COMPLETE
49452025-09-17T22:18:05.163Z[ recovery-image] Sep 17 22:18:04.128 INFO O| Sep 17 22:18:04.128 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-09-17T22:18:05.180Z[ recovery-image] Sep 17 22:18:04.149 INFO O| Sep 17 22:18:04.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49472025-09-17T22:18:05.180Z[ recovery-image] Sep 17 22:18:04.149 INFO O| Sep 17 22:18:04.149 INFO STEP 42 (remove_files) COMPLETE
49482025-09-17T22:18:05.180Z[ recovery-image] Sep 17 22:18:04.149 INFO O| Sep 17 22:18:04.149 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-09-17T22:18:05.194Z[ recovery-image] Sep 17 22:18:04.163 INFO O| Sep 17 22:18:04.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49502025-09-17T22:18:05.197Z[ recovery-image] Sep 17 22:18:04.163 INFO O| Sep 17 22:18:04.163 INFO STEP 43 (remove_files) COMPLETE
49512025-09-17T22:18:05.197Z[ recovery-image] Sep 17 22:18:04.163 INFO O| Sep 17 22:18:04.163 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-09-17T22:18:05.208Z[ recovery-image] Sep 17 22:18:04.176 INFO O| Sep 17 22:18:04.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49532025-09-17T22:18:05.208Z[ recovery-image] Sep 17 22:18:04.176 INFO O| Sep 17 22:18:04.176 INFO STEP 44 (remove_files) COMPLETE
49542025-09-17T22:18:05.208Z[ recovery-image] Sep 17 22:18:04.176 INFO O| Sep 17 22:18:04.176 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-09-17T22:18:05.221Z[ recovery-image] Sep 17 22:18:04.190 INFO O| Sep 17 22:18:04.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49562025-09-17T22:18:05.221Z[ recovery-image] Sep 17 22:18:04.190 INFO O| Sep 17 22:18:04.190 INFO STEP 45 (remove_files) COMPLETE
49572025-09-17T22:18:05.221Z[ recovery-image] Sep 17 22:18:04.190 INFO O| Sep 17 22:18:04.190 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-09-17T22:18:05.234Z[ recovery-image] Sep 17 22:18:04.203 INFO O| Sep 17 22:18:04.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49592025-09-17T22:18:05.234Z[ recovery-image] Sep 17 22:18:04.203 INFO O| Sep 17 22:18:04.203 INFO STEP 46 (remove_files) COMPLETE
49602025-09-17T22:18:05.234Z[ recovery-image] Sep 17 22:18:04.203 INFO O| Sep 17 22:18:04.203 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-09-17T22:18:05.247Z[ recovery-image] Sep 17 22:18:04.216 INFO O| Sep 17 22:18:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49622025-09-17T22:18:05.251Z[ recovery-image] Sep 17 22:18:04.217 INFO O| Sep 17 22:18:04.217 INFO STEP 47 (remove_files) COMPLETE
49632025-09-17T22:18:05.251Z[ recovery-image] Sep 17 22:18:04.217 INFO O| Sep 17 22:18:04.217 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-09-17T22:18:05.261Z[ recovery-image] Sep 17 22:18:04.230 INFO O| Sep 17 22:18:04.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49652025-09-17T22:18:05.261Z[ recovery-image] Sep 17 22:18:04.230 INFO O| Sep 17 22:18:04.230 INFO STEP 48 (remove_files) COMPLETE
49662025-09-17T22:18:05.261Z[ recovery-image] Sep 17 22:18:04.230 INFO O| Sep 17 22:18:04.230 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-09-17T22:18:05.274Z[ recovery-image] Sep 17 22:18:04.243 INFO O| Sep 17 22:18:04.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49682025-09-17T22:18:05.275Z[ recovery-image] Sep 17 22:18:04.243 INFO O| Sep 17 22:18:04.243 INFO STEP 49 (remove_files) COMPLETE
49692025-09-17T22:18:05.278Z[ recovery-image] Sep 17 22:18:04.243 INFO O| Sep 17 22:18:04.243 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-09-17T22:18:05.287Z[ recovery-image] Sep 17 22:18:04.256 INFO O| Sep 17 22:18:04.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49712025-09-17T22:18:05.288Z[ recovery-image] Sep 17 22:18:04.256 INFO O| Sep 17 22:18:04.256 INFO STEP 50 (remove_files) COMPLETE
49722025-09-17T22:18:05.292Z[ recovery-image] Sep 17 22:18:04.256 INFO O| Sep 17 22:18:04.256 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-09-17T22:18:05.301Z[ recovery-image] Sep 17 22:18:04.270 INFO O| Sep 17 22:18:04.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49742025-09-17T22:18:05.305Z[ recovery-image] Sep 17 22:18:04.271 INFO O| Sep 17 22:18:04.271 INFO STEP 51 (remove_files) COMPLETE
49752025-09-17T22:18:05.305Z[ recovery-image] Sep 17 22:18:04.271 INFO O| Sep 17 22:18:04.271 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-09-17T22:18:05.316Z[ recovery-image] Sep 17 22:18:04.285 INFO O| Sep 17 22:18:04.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49772025-09-17T22:18:05.316Z[ recovery-image] Sep 17 22:18:04.285 INFO O| Sep 17 22:18:04.285 INFO STEP 52 (remove_files) COMPLETE
49782025-09-17T22:18:05.316Z[ recovery-image] Sep 17 22:18:04.285 INFO O| Sep 17 22:18:04.285 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792025-09-17T22:18:05.329Z[ recovery-image] Sep 17 22:18:04.298 INFO O| Sep 17 22:18:04.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49802025-09-17T22:18:05.329Z[ recovery-image] Sep 17 22:18:04.298 INFO O| Sep 17 22:18:04.298 INFO STEP 53 (remove_files) COMPLETE
49812025-09-17T22:18:05.329Z[ recovery-image] Sep 17 22:18:04.298 INFO O| Sep 17 22:18:04.298 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822025-09-17T22:18:05.345Z[ recovery-image] Sep 17 22:18:04.312 INFO O| Sep 17 22:18:04.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49832025-09-17T22:18:05.345Z[ recovery-image] Sep 17 22:18:04.312 INFO O| Sep 17 22:18:04.312 INFO STEP 54 (remove_files) COMPLETE
49842025-09-17T22:18:05.349Z[ recovery-image] Sep 17 22:18:04.312 INFO O| Sep 17 22:18:04.312 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-09-17T22:18:05.357Z[ recovery-image] Sep 17 22:18:04.326 INFO O| Sep 17 22:18:04.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49862025-09-17T22:18:05.357Z[ recovery-image] Sep 17 22:18:04.326 INFO O| Sep 17 22:18:04.326 INFO STEP 55 (remove_files) COMPLETE
49872025-09-17T22:18:05.361Z[ recovery-image] Sep 17 22:18:04.326 INFO O| Sep 17 22:18:04.326 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-09-17T22:18:05.373Z[ recovery-image] Sep 17 22:18:04.341 INFO O| Sep 17 22:18:04.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49892025-09-17T22:18:05.373Z[ recovery-image] Sep 17 22:18:04.341 INFO O| Sep 17 22:18:04.341 INFO STEP 56 (remove_files) COMPLETE
49902025-09-17T22:18:05.373Z[ recovery-image] Sep 17 22:18:04.341 INFO O| Sep 17 22:18:04.341 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-09-17T22:18:05.387Z[ recovery-image] Sep 17 22:18:04.355 INFO O| Sep 17 22:18:04.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49922025-09-17T22:18:05.387Z[ recovery-image] Sep 17 22:18:04.355 INFO O| Sep 17 22:18:04.355 INFO STEP 57 (remove_files) COMPLETE
49932025-09-17T22:18:05.387Z[ recovery-image] Sep 17 22:18:04.355 INFO O| Sep 17 22:18:04.355 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-09-17T22:18:05.400Z[ recovery-image] Sep 17 22:18:04.369 INFO O| Sep 17 22:18:04.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49952025-09-17T22:18:05.400Z[ recovery-image] Sep 17 22:18:04.369 INFO O| Sep 17 22:18:04.369 INFO STEP 58 (remove_files) COMPLETE
49962025-09-17T22:18:05.404Z[ recovery-image] Sep 17 22:18:04.369 INFO O| Sep 17 22:18:04.369 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-09-17T22:18:05.414Z[ recovery-image] Sep 17 22:18:04.383 INFO O| Sep 17 22:18:04.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49982025-09-17T22:18:05.415Z[ recovery-image] Sep 17 22:18:04.383 INFO O| Sep 17 22:18:04.383 INFO STEP 59 (remove_files) COMPLETE
49992025-09-17T22:18:05.415Z[ recovery-image] Sep 17 22:18:04.383 INFO O| Sep 17 22:18:04.383 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-09-17T22:18:05.428Z[ recovery-image] Sep 17 22:18:04.397 INFO O| Sep 17 22:18:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50012025-09-17T22:18:05.428Z[ recovery-image] Sep 17 22:18:04.397 INFO O| Sep 17 22:18:04.397 INFO STEP 60 (remove_files) COMPLETE
50022025-09-17T22:18:05.431Z[ recovery-image] Sep 17 22:18:04.397 INFO O| Sep 17 22:18:04.397 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-09-17T22:18:05.442Z[ recovery-image] Sep 17 22:18:04.411 INFO O| Sep 17 22:18:04.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50042025-09-17T22:18:05.445Z[ recovery-image] Sep 17 22:18:04.412 INFO O| Sep 17 22:18:04.412 INFO STEP 61 (remove_files) COMPLETE
50052025-09-17T22:18:05.445Z[ recovery-image] Sep 17 22:18:04.412 INFO O| Sep 17 22:18:04.412 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-09-17T22:18:05.456Z[ recovery-image] Sep 17 22:18:04.425 INFO O| Sep 17 22:18:04.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50072025-09-17T22:18:05.456Z[ recovery-image] Sep 17 22:18:04.425 INFO O| Sep 17 22:18:04.425 INFO STEP 62 (remove_files) COMPLETE
50082025-09-17T22:18:05.460Z[ recovery-image] Sep 17 22:18:04.425 INFO O| Sep 17 22:18:04.425 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-09-17T22:18:05.470Z[ recovery-image] Sep 17 22:18:04.439 INFO O| Sep 17 22:18:04.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50102025-09-17T22:18:05.470Z[ recovery-image] Sep 17 22:18:04.439 INFO O| Sep 17 22:18:04.439 INFO STEP 63 (remove_files) COMPLETE
50112025-09-17T22:18:05.473Z[ recovery-image] Sep 17 22:18:04.439 INFO O| Sep 17 22:18:04.439 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-09-17T22:18:05.485Z[ recovery-image] Sep 17 22:18:04.454 INFO O| Sep 17 22:18:04.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50132025-09-17T22:18:05.485Z[ recovery-image] Sep 17 22:18:04.454 INFO O| Sep 17 22:18:04.454 INFO STEP 64 (remove_files) COMPLETE
50142025-09-17T22:18:05.485Z[ recovery-image] Sep 17 22:18:04.454 INFO O| Sep 17 22:18:04.454 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-09-17T22:18:05.500Z[ recovery-image] Sep 17 22:18:04.468 INFO O| Sep 17 22:18:04.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50162025-09-17T22:18:05.503Z[ recovery-image] Sep 17 22:18:04.469 INFO O| Sep 17 22:18:04.469 INFO STEP 65 (remove_files) COMPLETE
50172025-09-17T22:18:05.503Z[ recovery-image] Sep 17 22:18:04.469 INFO O| Sep 17 22:18:04.469 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-09-17T22:18:05.515Z[ recovery-image] Sep 17 22:18:04.484 INFO O| Sep 17 22:18:04.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50192025-09-17T22:18:05.515Z[ recovery-image] Sep 17 22:18:04.484 INFO O| Sep 17 22:18:04.484 INFO STEP 66 (remove_files) COMPLETE
50202025-09-17T22:18:05.515Z[ recovery-image] Sep 17 22:18:04.484 INFO O| Sep 17 22:18:04.484 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-09-17T22:18:05.529Z[ recovery-image] Sep 17 22:18:04.497 INFO O| Sep 17 22:18:04.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50222025-09-17T22:18:05.529Z[ recovery-image] Sep 17 22:18:04.497 INFO O| Sep 17 22:18:04.497 INFO STEP 67 (remove_files) COMPLETE
50232025-09-17T22:18:05.533Z[ recovery-image] Sep 17 22:18:04.497 INFO O| Sep 17 22:18:04.497 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-09-17T22:18:05.541Z[ recovery-image] Sep 17 22:18:04.510 INFO O| Sep 17 22:18:04.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50252025-09-17T22:18:05.544Z[ recovery-image] Sep 17 22:18:04.510 INFO O| Sep 17 22:18:04.510 INFO STEP 68 (remove_files) COMPLETE
50262025-09-17T22:18:05.544Z[ recovery-image] Sep 17 22:18:04.510 INFO O| Sep 17 22:18:04.510 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-09-17T22:18:05.555Z[ recovery-image] Sep 17 22:18:04.524 INFO O| Sep 17 22:18:04.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50282025-09-17T22:18:05.555Z[ recovery-image] Sep 17 22:18:04.524 INFO O| Sep 17 22:18:04.524 INFO STEP 69 (remove_files) COMPLETE
50292025-09-17T22:18:05.559Z[ recovery-image] Sep 17 22:18:04.524 INFO O| Sep 17 22:18:04.524 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-09-17T22:18:05.569Z[ recovery-image] Sep 17 22:18:04.538 INFO O| Sep 17 22:18:04.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50312025-09-17T22:18:05.569Z[ recovery-image] Sep 17 22:18:04.538 INFO O| Sep 17 22:18:04.538 INFO STEP 70 (remove_files) COMPLETE
50322025-09-17T22:18:05.569Z[ recovery-image] Sep 17 22:18:04.538 INFO O| Sep 17 22:18:04.538 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-09-17T22:18:05.583Z[ recovery-image] Sep 17 22:18:04.552 INFO O| Sep 17 22:18:04.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50342025-09-17T22:18:05.583Z[ recovery-image] Sep 17 22:18:04.552 INFO O| Sep 17 22:18:04.552 INFO STEP 71 (remove_files) COMPLETE
50352025-09-17T22:18:05.583Z[ recovery-image] Sep 17 22:18:04.552 INFO O| Sep 17 22:18:04.552 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-09-17T22:18:05.597Z[ recovery-image] Sep 17 22:18:04.566 INFO O| Sep 17 22:18:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50372025-09-17T22:18:05.597Z[ recovery-image] Sep 17 22:18:04.566 INFO O| Sep 17 22:18:04.566 INFO STEP 72 (remove_files) COMPLETE
50382025-09-17T22:18:05.600Z[ recovery-image] Sep 17 22:18:04.566 INFO O| Sep 17 22:18:04.566 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-09-17T22:18:05.611Z[ recovery-image] Sep 17 22:18:04.580 INFO O| Sep 17 22:18:04.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50402025-09-17T22:18:05.611Z[ recovery-image] Sep 17 22:18:04.580 INFO O| Sep 17 22:18:04.580 INFO STEP 73 (remove_files) COMPLETE
50412025-09-17T22:18:05.615Z[ recovery-image] Sep 17 22:18:04.580 INFO O| Sep 17 22:18:04.580 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-09-17T22:18:05.625Z[ recovery-image] Sep 17 22:18:04.594 INFO O| Sep 17 22:18:04.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50432025-09-17T22:18:05.625Z[ recovery-image] Sep 17 22:18:04.594 INFO O| Sep 17 22:18:04.594 INFO STEP 74 (remove_files) COMPLETE
50442025-09-17T22:18:05.628Z[ recovery-image] Sep 17 22:18:04.594 INFO O| Sep 17 22:18:04.594 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-09-17T22:18:05.639Z[ recovery-image] Sep 17 22:18:04.608 INFO O| Sep 17 22:18:04.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50462025-09-17T22:18:05.639Z[ recovery-image] Sep 17 22:18:04.608 INFO O| Sep 17 22:18:04.608 INFO STEP 75 (remove_files) COMPLETE
50472025-09-17T22:18:05.642Z[ recovery-image] Sep 17 22:18:04.608 INFO O| Sep 17 22:18:04.608 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-09-17T22:18:05.652Z[ recovery-image] Sep 17 22:18:04.621 INFO O| Sep 17 22:18:04.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50492025-09-17T22:18:05.652Z[ recovery-image] Sep 17 22:18:04.621 INFO O| Sep 17 22:18:04.621 INFO STEP 76 (remove_files) COMPLETE
50502025-09-17T22:18:05.655Z[ recovery-image] Sep 17 22:18:04.621 INFO O| Sep 17 22:18:04.621 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-09-17T22:18:05.665Z[ recovery-image] Sep 17 22:18:04.634 INFO O| Sep 17 22:18:04.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50522025-09-17T22:18:05.665Z[ recovery-image] Sep 17 22:18:04.634 INFO O| Sep 17 22:18:04.634 INFO STEP 77 (remove_files) COMPLETE
50532025-09-17T22:18:05.665Z[ recovery-image] Sep 17 22:18:04.634 INFO O| Sep 17 22:18:04.634 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-09-17T22:18:05.678Z[ recovery-image] Sep 17 22:18:04.647 INFO O| Sep 17 22:18:04.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50552025-09-17T22:18:05.678Z[ recovery-image] Sep 17 22:18:04.647 INFO O| Sep 17 22:18:04.647 INFO STEP 78 (remove_files) COMPLETE
50562025-09-17T22:18:05.678Z[ recovery-image] Sep 17 22:18:04.647 INFO O| Sep 17 22:18:04.647 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-09-17T22:18:05.691Z[ recovery-image] Sep 17 22:18:04.660 INFO O| Sep 17 22:18:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50582025-09-17T22:18:05.691Z[ recovery-image] Sep 17 22:18:04.660 INFO O| Sep 17 22:18:04.660 INFO STEP 79 (remove_files) COMPLETE
50592025-09-17T22:18:05.691Z[ recovery-image] Sep 17 22:18:04.660 INFO O| Sep 17 22:18:04.660 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-09-17T22:18:05.705Z[ recovery-image] Sep 17 22:18:04.674 INFO O| Sep 17 22:18:04.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50612025-09-17T22:18:05.706Z[ recovery-image] Sep 17 22:18:04.674 INFO O| Sep 17 22:18:04.674 INFO STEP 80 (remove_files) COMPLETE
50622025-09-17T22:18:05.709Z[ recovery-image] Sep 17 22:18:04.674 INFO O| Sep 17 22:18:04.674 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-09-17T22:18:05.719Z[ recovery-image] Sep 17 22:18:04.688 INFO O| Sep 17 22:18:04.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50642025-09-17T22:18:05.719Z[ recovery-image] Sep 17 22:18:04.688 INFO O| Sep 17 22:18:04.688 INFO STEP 81 (remove_files) COMPLETE
50652025-09-17T22:18:05.719Z[ recovery-image] Sep 17 22:18:04.688 INFO O| Sep 17 22:18:04.688 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-09-17T22:18:05.733Z[ recovery-image] Sep 17 22:18:04.702 INFO O| Sep 17 22:18:04.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50672025-09-17T22:18:05.733Z[ recovery-image] Sep 17 22:18:04.702 INFO O| Sep 17 22:18:04.702 INFO STEP 82 (remove_files) COMPLETE
50682025-09-17T22:18:05.733Z[ recovery-image] Sep 17 22:18:04.702 INFO O| Sep 17 22:18:04.702 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-09-17T22:18:05.748Z[ recovery-image] Sep 17 22:18:04.717 INFO O| Sep 17 22:18:04.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50702025-09-17T22:18:05.748Z[ recovery-image] Sep 17 22:18:04.717 INFO O| Sep 17 22:18:04.717 INFO STEP 83 (remove_files) COMPLETE
50712025-09-17T22:18:05.748Z[ recovery-image] Sep 17 22:18:04.717 INFO O| Sep 17 22:18:04.717 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-09-17T22:18:05.761Z[ recovery-image] Sep 17 22:18:04.730 INFO O| Sep 17 22:18:04.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50732025-09-17T22:18:05.764Z[ recovery-image] Sep 17 22:18:04.731 INFO O| Sep 17 22:18:04.730 INFO STEP 84 (remove_files) COMPLETE
50742025-09-17T22:18:05.764Z[ recovery-image] Sep 17 22:18:04.731 INFO O| Sep 17 22:18:04.731 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-09-17T22:18:05.775Z[ recovery-image] Sep 17 22:18:04.744 INFO O| Sep 17 22:18:04.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50762025-09-17T22:18:05.778Z[ recovery-image] Sep 17 22:18:04.744 INFO O| Sep 17 22:18:04.744 INFO STEP 85 (remove_files) COMPLETE
50772025-09-17T22:18:05.778Z[ recovery-image] Sep 17 22:18:04.744 INFO O| Sep 17 22:18:04.744 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-09-17T22:18:05.788Z[ recovery-image] Sep 17 22:18:04.757 INFO O| Sep 17 22:18:04.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50792025-09-17T22:18:05.792Z[ recovery-image] Sep 17 22:18:04.757 INFO O| Sep 17 22:18:04.757 INFO STEP 86 (remove_files) COMPLETE
50802025-09-17T22:18:05.792Z[ recovery-image] Sep 17 22:18:04.757 INFO O| Sep 17 22:18:04.757 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-09-17T22:18:05.802Z[ recovery-image] Sep 17 22:18:04.771 INFO O| Sep 17 22:18:04.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50822025-09-17T22:18:05.802Z[ recovery-image] Sep 17 22:18:04.771 INFO O| Sep 17 22:18:04.771 INFO STEP 87 (remove_files) COMPLETE
50832025-09-17T22:18:05.802Z[ recovery-image] Sep 17 22:18:04.771 INFO O| Sep 17 22:18:04.771 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-09-17T22:18:05.814Z[ recovery-image] Sep 17 22:18:04.783 INFO O| Sep 17 22:18:04.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50852025-09-17T22:18:05.814Z[ recovery-image] Sep 17 22:18:04.783 INFO O| Sep 17 22:18:04.783 INFO STEP 88 (remove_files) COMPLETE
50862025-09-17T22:18:05.819Z[ recovery-image] Sep 17 22:18:04.783 INFO O| Sep 17 22:18:04.783 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-09-17T22:18:05.826Z[ recovery-image] Sep 17 22:18:04.795 INFO O| Sep 17 22:18:04.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50882025-09-17T22:18:05.826Z[ recovery-image] Sep 17 22:18:04.796 INFO O| Sep 17 22:18:04.796 INFO STEP 89 (remove_files) COMPLETE
50892025-09-17T22:18:05.826Z[ recovery-image] Sep 17 22:18:04.796 INFO O| Sep 17 22:18:04.796 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-09-17T22:18:05.840Z[ recovery-image] Sep 17 22:18:04.808 INFO O| Sep 17 22:18:04.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50912025-09-17T22:18:05.840Z[ recovery-image] Sep 17 22:18:04.808 INFO O| Sep 17 22:18:04.808 INFO STEP 90 (remove_files) COMPLETE
50922025-09-17T22:18:05.840Z[ recovery-image] Sep 17 22:18:04.808 INFO O| Sep 17 22:18:04.808 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-09-17T22:18:05.852Z[ recovery-image] Sep 17 22:18:04.821 INFO O| Sep 17 22:18:04.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50942025-09-17T22:18:05.852Z[ recovery-image] Sep 17 22:18:04.821 INFO O| Sep 17 22:18:04.821 INFO STEP 91 (remove_files) COMPLETE
50952025-09-17T22:18:05.856Z[ recovery-image] Sep 17 22:18:04.821 INFO O| Sep 17 22:18:04.821 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-09-17T22:18:05.866Z[ recovery-image] Sep 17 22:18:04.835 INFO O| Sep 17 22:18:04.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50972025-09-17T22:18:05.869Z[ recovery-image] Sep 17 22:18:04.835 INFO O| Sep 17 22:18:04.835 INFO STEP 92 (remove_files) COMPLETE
50982025-09-17T22:18:05.869Z[ recovery-image] Sep 17 22:18:04.835 INFO O| Sep 17 22:18:04.835 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-09-17T22:18:05.879Z[ recovery-image] Sep 17 22:18:04.848 INFO O| Sep 17 22:18:04.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51002025-09-17T22:18:05.879Z[ recovery-image] Sep 17 22:18:04.848 INFO O| Sep 17 22:18:04.848 INFO STEP 93 (remove_files) COMPLETE
51012025-09-17T22:18:05.879Z[ recovery-image] Sep 17 22:18:04.848 INFO O| Sep 17 22:18:04.848 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-09-17T22:18:05.890Z[ recovery-image] Sep 17 22:18:04.859 INFO O| Sep 17 22:18:04.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51032025-09-17T22:18:05.890Z[ recovery-image] Sep 17 22:18:04.859 INFO O| Sep 17 22:18:04.859 INFO STEP 94 (remove_files) COMPLETE
51042025-09-17T22:18:05.890Z[ recovery-image] Sep 17 22:18:04.860 INFO O| Sep 17 22:18:04.859 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-09-17T22:18:05.904Z[ recovery-image] Sep 17 22:18:04.873 INFO O| Sep 17 22:18:04.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51062025-09-17T22:18:05.904Z[ recovery-image] Sep 17 22:18:04.873 INFO O| Sep 17 22:18:04.873 INFO STEP 95 (remove_files) COMPLETE
51072025-09-17T22:18:05.908Z[ recovery-image] Sep 17 22:18:04.873 INFO O| Sep 17 22:18:04.873 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-09-17T22:18:05.917Z[ recovery-image] Sep 17 22:18:04.886 INFO O| Sep 17 22:18:04.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51092025-09-17T22:18:05.917Z[ recovery-image] Sep 17 22:18:04.886 INFO O| Sep 17 22:18:04.886 INFO STEP 96 (remove_files) COMPLETE
51102025-09-17T22:18:05.917Z[ recovery-image] Sep 17 22:18:04.886 INFO O| Sep 17 22:18:04.886 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-09-17T22:18:05.930Z[ recovery-image] Sep 17 22:18:04.899 INFO O| Sep 17 22:18:04.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51122025-09-17T22:18:05.930Z[ recovery-image] Sep 17 22:18:04.899 INFO O| Sep 17 22:18:04.899 INFO STEP 97 (remove_files) COMPLETE
51132025-09-17T22:18:05.930Z[ recovery-image] Sep 17 22:18:04.899 INFO O| Sep 17 22:18:04.899 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-09-17T22:18:05.943Z[ recovery-image] Sep 17 22:18:04.912 INFO O| Sep 17 22:18:04.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51152025-09-17T22:18:05.943Z[ recovery-image] Sep 17 22:18:04.912 INFO O| Sep 17 22:18:04.912 INFO STEP 98 (remove_files) COMPLETE
51162025-09-17T22:18:05.947Z[ recovery-image] Sep 17 22:18:04.912 INFO O| Sep 17 22:18:04.912 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-09-17T22:18:05.956Z[ recovery-image] Sep 17 22:18:04.925 INFO O| Sep 17 22:18:04.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51182025-09-17T22:18:05.956Z[ recovery-image] Sep 17 22:18:04.925 INFO O| Sep 17 22:18:04.925 INFO STEP 99 (remove_files) COMPLETE
51192025-09-17T22:18:05.960Z[ recovery-image] Sep 17 22:18:04.925 INFO O| Sep 17 22:18:04.925 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-09-17T22:18:05.970Z[ recovery-image] Sep 17 22:18:04.939 INFO O| Sep 17 22:18:04.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51212025-09-17T22:18:05.970Z[ recovery-image] Sep 17 22:18:04.939 INFO O| Sep 17 22:18:04.939 INFO STEP 100 (remove_files) COMPLETE
51222025-09-17T22:18:05.970Z[ recovery-image] Sep 17 22:18:04.939 INFO O| Sep 17 22:18:04.939 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-09-17T22:18:05.983Z[ recovery-image] Sep 17 22:18:04.952 INFO O| Sep 17 22:18:04.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51242025-09-17T22:18:05.983Z[ recovery-image] Sep 17 22:18:04.952 INFO O| Sep 17 22:18:04.952 INFO STEP 101 (remove_files) COMPLETE
51252025-09-17T22:18:05.983Z[ recovery-image] Sep 17 22:18:04.952 INFO O| Sep 17 22:18:04.952 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-09-17T22:18:05.996Z[ recovery-image] Sep 17 22:18:04.965 INFO O| Sep 17 22:18:04.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51272025-09-17T22:18:05.996Z[ recovery-image] Sep 17 22:18:04.965 INFO O| Sep 17 22:18:04.965 INFO STEP 102 (remove_files) COMPLETE
51282025-09-17T22:18:06.000Z[ recovery-image] Sep 17 22:18:04.965 INFO O| Sep 17 22:18:04.965 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-09-17T22:18:06.009Z[ recovery-image] Sep 17 22:18:04.977 INFO O| Sep 17 22:18:04.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51302025-09-17T22:18:06.009Z[ recovery-image] Sep 17 22:18:04.977 INFO O| Sep 17 22:18:04.977 INFO STEP 103 (remove_files) COMPLETE
51312025-09-17T22:18:06.009Z[ recovery-image] Sep 17 22:18:04.978 INFO O| Sep 17 22:18:04.977 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-09-17T22:18:06.021Z[ recovery-image] Sep 17 22:18:04.989 INFO O| Sep 17 22:18:04.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51332025-09-17T22:18:06.021Z[ recovery-image] Sep 17 22:18:04.989 INFO O| Sep 17 22:18:04.989 INFO STEP 104 (remove_files) COMPLETE
51342025-09-17T22:18:06.024Z[ recovery-image] Sep 17 22:18:04.989 INFO O| Sep 17 22:18:04.989 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-09-17T22:18:06.031Z[ recovery-image] Sep 17 22:18:05.000 INFO O| Sep 17 22:18:05.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51362025-09-17T22:18:06.031Z[ recovery-image] Sep 17 22:18:05.000 INFO O| Sep 17 22:18:05.000 INFO STEP 105 (remove_files) COMPLETE
51372025-09-17T22:18:06.035Z[ recovery-image] Sep 17 22:18:05.001 INFO O| Sep 17 22:18:05.000 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-09-17T22:18:06.043Z[ recovery-image] Sep 17 22:18:05.012 INFO O| Sep 17 22:18:05.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51392025-09-17T22:18:06.043Z[ recovery-image] Sep 17 22:18:05.012 INFO O| Sep 17 22:18:05.012 INFO STEP 106 (remove_files) COMPLETE
51402025-09-17T22:18:06.043Z[ recovery-image] Sep 17 22:18:05.012 INFO O| Sep 17 22:18:05.012 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-09-17T22:18:06.055Z[ recovery-image] Sep 17 22:18:05.024 INFO O| Sep 17 22:18:05.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51422025-09-17T22:18:06.055Z[ recovery-image] Sep 17 22:18:05.024 INFO O| Sep 17 22:18:05.024 INFO STEP 107 (remove_files) COMPLETE
51432025-09-17T22:18:06.055Z[ recovery-image] Sep 17 22:18:05.024 INFO O| Sep 17 22:18:05.024 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-09-17T22:18:06.090Z[ recovery-image] Sep 17 22:18:05.036 INFO O| Sep 17 22:18:05.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51452025-09-17T22:18:06.090Z[ recovery-image] Sep 17 22:18:05.036 INFO O| Sep 17 22:18:05.036 INFO STEP 108 (remove_files) COMPLETE
51462025-09-17T22:18:06.090Z[ recovery-image] Sep 17 22:18:05.036 INFO O| Sep 17 22:18:05.036 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-09-17T22:18:06.090Z[ recovery-image] Sep 17 22:18:05.048 INFO O| Sep 17 22:18:05.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51482025-09-17T22:18:06.090Z[ recovery-image] Sep 17 22:18:05.048 INFO O| Sep 17 22:18:05.048 INFO STEP 109 (remove_files) COMPLETE
51492025-09-17T22:18:06.090Z[ recovery-image] Sep 17 22:18:05.048 INFO O| Sep 17 22:18:05.048 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-09-17T22:18:06.094Z[ recovery-image] Sep 17 22:18:05.061 INFO O| Sep 17 22:18:05.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51512025-09-17T22:18:06.094Z[ recovery-image] Sep 17 22:18:05.061 INFO O| Sep 17 22:18:05.061 INFO STEP 110 (remove_files) COMPLETE
51522025-09-17T22:18:06.094Z[ recovery-image] Sep 17 22:18:05.061 INFO O| Sep 17 22:18:05.061 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-09-17T22:18:06.105Z[ recovery-image] Sep 17 22:18:05.074 INFO O| Sep 17 22:18:05.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51542025-09-17T22:18:06.105Z[ recovery-image] Sep 17 22:18:05.074 INFO O| Sep 17 22:18:05.074 INFO STEP 111 (remove_files) COMPLETE
51552025-09-17T22:18:06.105Z[ recovery-image] Sep 17 22:18:05.074 INFO O| Sep 17 22:18:05.074 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-09-17T22:18:06.119Z[ recovery-image] Sep 17 22:18:05.087 INFO O| Sep 17 22:18:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51572025-09-17T22:18:06.119Z[ recovery-image] Sep 17 22:18:05.088 INFO O| Sep 17 22:18:05.088 INFO STEP 112 (remove_files) COMPLETE
51582025-09-17T22:18:06.119Z[ recovery-image] Sep 17 22:18:05.088 INFO O| Sep 17 22:18:05.088 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-09-17T22:18:06.132Z[ recovery-image] Sep 17 22:18:05.101 INFO O| Sep 17 22:18:05.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51602025-09-17T22:18:06.132Z[ recovery-image] Sep 17 22:18:05.101 INFO O| Sep 17 22:18:05.101 INFO STEP 113 (remove_files) COMPLETE
51612025-09-17T22:18:06.136Z[ recovery-image] Sep 17 22:18:05.101 INFO O| Sep 17 22:18:05.101 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-09-17T22:18:06.147Z[ recovery-image] Sep 17 22:18:05.115 INFO O| Sep 17 22:18:05.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51632025-09-17T22:18:06.147Z[ recovery-image] Sep 17 22:18:05.115 INFO O| Sep 17 22:18:05.115 INFO STEP 114 (remove_files) COMPLETE
51642025-09-17T22:18:06.147Z[ recovery-image] Sep 17 22:18:05.115 INFO O| Sep 17 22:18:05.115 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-09-17T22:18:06.160Z[ recovery-image] Sep 17 22:18:05.128 INFO O| Sep 17 22:18:05.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51662025-09-17T22:18:06.160Z[ recovery-image] Sep 17 22:18:05.129 INFO O| Sep 17 22:18:05.129 INFO STEP 115 (remove_files) COMPLETE
51672025-09-17T22:18:06.160Z[ recovery-image] Sep 17 22:18:05.129 INFO O| Sep 17 22:18:05.129 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-09-17T22:18:06.178Z[ recovery-image] Sep 17 22:18:05.147 INFO O| Sep 17 22:18:05.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51692025-09-17T22:18:06.178Z[ recovery-image] Sep 17 22:18:05.147 INFO O| Sep 17 22:18:05.147 INFO STEP 116 (remove_files) COMPLETE
51702025-09-17T22:18:06.183Z[ recovery-image] Sep 17 22:18:05.147 INFO O| Sep 17 22:18:05.147 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-09-17T22:18:06.192Z[ recovery-image] Sep 17 22:18:05.160 INFO O| Sep 17 22:18:05.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51722025-09-17T22:18:06.192Z[ recovery-image] Sep 17 22:18:05.161 INFO O| Sep 17 22:18:05.161 INFO STEP 117 (remove_files) COMPLETE
51732025-09-17T22:18:06.196Z[ recovery-image] Sep 17 22:18:05.161 INFO O| Sep 17 22:18:05.161 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-09-17T22:18:06.206Z[ recovery-image] Sep 17 22:18:05.174 INFO O| Sep 17 22:18:05.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51752025-09-17T22:18:06.209Z[ recovery-image] Sep 17 22:18:05.175 INFO O| Sep 17 22:18:05.175 INFO STEP 118 (remove_files) COMPLETE
51762025-09-17T22:18:06.210Z[ recovery-image] Sep 17 22:18:05.175 INFO O| Sep 17 22:18:05.175 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-09-17T22:18:06.219Z[ recovery-image] Sep 17 22:18:05.188 INFO O| Sep 17 22:18:05.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51782025-09-17T22:18:06.219Z[ recovery-image] Sep 17 22:18:05.188 INFO O| Sep 17 22:18:05.188 INFO STEP 119 (remove_files) COMPLETE
51792025-09-17T22:18:06.223Z[ recovery-image] Sep 17 22:18:05.188 INFO O| Sep 17 22:18:05.188 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-09-17T22:18:06.232Z[ recovery-image] Sep 17 22:18:05.201 INFO O| Sep 17 22:18:05.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51812025-09-17T22:18:06.236Z[ recovery-image] Sep 17 22:18:05.201 INFO O| Sep 17 22:18:05.201 INFO STEP 120 (remove_files) COMPLETE
51822025-09-17T22:18:06.236Z[ recovery-image] Sep 17 22:18:05.201 INFO O| Sep 17 22:18:05.201 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-09-17T22:18:06.245Z[ recovery-image] Sep 17 22:18:05.214 INFO O| Sep 17 22:18:05.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51842025-09-17T22:18:06.245Z[ recovery-image] Sep 17 22:18:05.214 INFO O| Sep 17 22:18:05.214 INFO STEP 121 (remove_files) COMPLETE
51852025-09-17T22:18:06.248Z[ recovery-image] Sep 17 22:18:05.214 INFO O| Sep 17 22:18:05.214 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-09-17T22:18:06.259Z[ recovery-image] Sep 17 22:18:05.227 INFO O| Sep 17 22:18:05.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51872025-09-17T22:18:06.259Z[ recovery-image] Sep 17 22:18:05.227 INFO O| Sep 17 22:18:05.227 INFO STEP 122 (remove_files) COMPLETE
51882025-09-17T22:18:06.259Z[ recovery-image] Sep 17 22:18:05.227 INFO O| Sep 17 22:18:05.227 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-09-17T22:18:06.272Z[ recovery-image] Sep 17 22:18:05.240 INFO O| Sep 17 22:18:05.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51902025-09-17T22:18:06.272Z[ recovery-image] Sep 17 22:18:05.240 INFO O| Sep 17 22:18:05.240 INFO STEP 123 (remove_files) COMPLETE
51912025-09-17T22:18:06.272Z[ recovery-image] Sep 17 22:18:05.240 INFO O| Sep 17 22:18:05.240 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-09-17T22:18:06.285Z[ recovery-image] Sep 17 22:18:05.254 INFO O| Sep 17 22:18:05.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51932025-09-17T22:18:06.285Z[ recovery-image] Sep 17 22:18:05.254 INFO O| Sep 17 22:18:05.254 INFO STEP 124 (remove_files) COMPLETE
51942025-09-17T22:18:06.289Z[ recovery-image] Sep 17 22:18:05.254 INFO O| Sep 17 22:18:05.254 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-09-17T22:18:06.299Z[ recovery-image] Sep 17 22:18:05.267 INFO O| Sep 17 22:18:05.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51962025-09-17T22:18:06.299Z[ recovery-image] Sep 17 22:18:05.267 INFO O| Sep 17 22:18:05.267 INFO STEP 125 (remove_files) COMPLETE
51972025-09-17T22:18:06.299Z[ recovery-image] Sep 17 22:18:05.267 INFO O| Sep 17 22:18:05.267 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-09-17T22:18:06.313Z[ recovery-image] Sep 17 22:18:05.281 INFO O| Sep 17 22:18:05.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51992025-09-17T22:18:06.313Z[ recovery-image] Sep 17 22:18:05.281 INFO O| Sep 17 22:18:05.281 INFO STEP 126 (remove_files) COMPLETE
52002025-09-17T22:18:06.317Z[ recovery-image] Sep 17 22:18:05.281 INFO O| Sep 17 22:18:05.281 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-09-17T22:18:06.326Z[ recovery-image] Sep 17 22:18:05.295 INFO O| Sep 17 22:18:05.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52022025-09-17T22:18:06.326Z[ recovery-image] Sep 17 22:18:05.295 INFO O| Sep 17 22:18:05.295 INFO STEP 127 (remove_files) COMPLETE
52032025-09-17T22:18:06.329Z[ recovery-image] Sep 17 22:18:05.295 INFO O| Sep 17 22:18:05.295 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-09-17T22:18:06.339Z[ recovery-image] Sep 17 22:18:05.308 INFO O| Sep 17 22:18:05.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52052025-09-17T22:18:06.339Z[ recovery-image] Sep 17 22:18:05.308 INFO O| Sep 17 22:18:05.308 INFO STEP 128 (remove_files) COMPLETE
52062025-09-17T22:18:06.339Z[ recovery-image] Sep 17 22:18:05.308 INFO O| Sep 17 22:18:05.308 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-09-17T22:18:06.353Z[ recovery-image] Sep 17 22:18:05.320 INFO O| Sep 17 22:18:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52082025-09-17T22:18:06.353Z[ recovery-image] Sep 17 22:18:05.320 INFO O| Sep 17 22:18:05.320 INFO STEP 129 (remove_files) COMPLETE
52092025-09-17T22:18:06.353Z[ recovery-image] Sep 17 22:18:05.320 INFO O| Sep 17 22:18:05.320 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-09-17T22:18:06.365Z[ recovery-image] Sep 17 22:18:05.334 INFO O| Sep 17 22:18:05.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52112025-09-17T22:18:06.365Z[ recovery-image] Sep 17 22:18:05.334 INFO O| Sep 17 22:18:05.334 INFO STEP 130 (remove_files) COMPLETE
52122025-09-17T22:18:06.365Z[ recovery-image] Sep 17 22:18:05.334 INFO O| Sep 17 22:18:05.334 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-09-17T22:18:06.378Z[ recovery-image] Sep 17 22:18:05.347 INFO O| Sep 17 22:18:05.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52142025-09-17T22:18:06.379Z[ recovery-image] Sep 17 22:18:05.347 INFO O| Sep 17 22:18:05.347 INFO STEP 131 (remove_files) COMPLETE
52152025-09-17T22:18:06.382Z[ recovery-image] Sep 17 22:18:05.347 INFO O| Sep 17 22:18:05.347 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-09-17T22:18:06.409Z[ recovery-image] Sep 17 22:18:05.378 INFO O| Sep 17 22:18:05.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52172025-09-17T22:18:06.409Z[ recovery-image] Sep 17 22:18:05.378 INFO O| Sep 17 22:18:05.378 INFO STEP 132 (remove_files) COMPLETE
52182025-09-17T22:18:06.409Z[ recovery-image] Sep 17 22:18:05.378 INFO O| Sep 17 22:18:05.378 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-09-17T22:18:06.423Z[ recovery-image] Sep 17 22:18:05.391 INFO O| Sep 17 22:18:05.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52202025-09-17T22:18:06.423Z[ recovery-image] Sep 17 22:18:05.391 INFO O| Sep 17 22:18:05.391 INFO STEP 133 (remove_files) COMPLETE
52212025-09-17T22:18:06.423Z[ recovery-image] Sep 17 22:18:05.391 INFO O| Sep 17 22:18:05.391 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-09-17T22:18:06.438Z[ recovery-image] Sep 17 22:18:05.406 INFO O| Sep 17 22:18:05.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52232025-09-17T22:18:06.438Z[ recovery-image] Sep 17 22:18:05.406 INFO O| Sep 17 22:18:05.406 INFO STEP 134 (remove_files) COMPLETE
52242025-09-17T22:18:06.441Z[ recovery-image] Sep 17 22:18:05.406 INFO O| Sep 17 22:18:05.406 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-09-17T22:18:06.450Z[ recovery-image] Sep 17 22:18:05.419 INFO O| Sep 17 22:18:05.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52262025-09-17T22:18:06.450Z[ recovery-image] Sep 17 22:18:05.419 INFO O| Sep 17 22:18:05.419 INFO STEP 135 (remove_files) COMPLETE
52272025-09-17T22:18:06.450Z[ recovery-image] Sep 17 22:18:05.419 INFO O| Sep 17 22:18:05.419 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-09-17T22:18:06.465Z[ recovery-image] Sep 17 22:18:05.434 INFO O| Sep 17 22:18:05.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52292025-09-17T22:18:06.465Z[ recovery-image] Sep 17 22:18:05.434 INFO O| Sep 17 22:18:05.434 INFO STEP 136 (remove_files) COMPLETE
52302025-09-17T22:18:06.468Z[ recovery-image] Sep 17 22:18:05.434 INFO O| Sep 17 22:18:05.434 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-09-17T22:18:06.479Z[ recovery-image] Sep 17 22:18:05.448 INFO O| Sep 17 22:18:05.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52322025-09-17T22:18:06.479Z[ recovery-image] Sep 17 22:18:05.448 INFO O| Sep 17 22:18:05.448 INFO STEP 137 (remove_files) COMPLETE
52332025-09-17T22:18:06.479Z[ recovery-image] Sep 17 22:18:05.448 INFO O| Sep 17 22:18:05.448 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-09-17T22:18:06.494Z[ recovery-image] Sep 17 22:18:05.463 INFO O| Sep 17 22:18:05.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52352025-09-17T22:18:06.494Z[ recovery-image] Sep 17 22:18:05.463 INFO O| Sep 17 22:18:05.463 INFO STEP 138 (remove_files) COMPLETE
52362025-09-17T22:18:06.497Z[ recovery-image] Sep 17 22:18:05.463 INFO O| Sep 17 22:18:05.463 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-09-17T22:18:06.508Z[ recovery-image] Sep 17 22:18:05.477 INFO O| Sep 17 22:18:05.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52382025-09-17T22:18:06.511Z[ recovery-image] Sep 17 22:18:05.477 INFO O| Sep 17 22:18:05.477 INFO STEP 139 (remove_files) COMPLETE
52392025-09-17T22:18:06.511Z[ recovery-image] Sep 17 22:18:05.478 INFO O| Sep 17 22:18:05.477 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-09-17T22:18:06.523Z[ recovery-image] Sep 17 22:18:05.492 INFO O| Sep 17 22:18:05.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52412025-09-17T22:18:06.527Z[ recovery-image] Sep 17 22:18:05.492 INFO O| Sep 17 22:18:05.492 INFO STEP 140 (remove_files) COMPLETE
52422025-09-17T22:18:06.527Z[ recovery-image] Sep 17 22:18:05.492 INFO O| Sep 17 22:18:05.492 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-09-17T22:18:06.537Z[ recovery-image] Sep 17 22:18:05.506 INFO O| Sep 17 22:18:05.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52442025-09-17T22:18:06.537Z[ recovery-image] Sep 17 22:18:05.506 INFO O| Sep 17 22:18:05.506 INFO STEP 141 (remove_files) COMPLETE
52452025-09-17T22:18:06.541Z[ recovery-image] Sep 17 22:18:05.506 INFO O| Sep 17 22:18:05.506 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-09-17T22:18:06.552Z[ recovery-image] Sep 17 22:18:05.521 INFO O| Sep 17 22:18:05.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52472025-09-17T22:18:06.552Z[ recovery-image] Sep 17 22:18:05.521 INFO O| Sep 17 22:18:05.521 INFO STEP 142 (remove_files) COMPLETE
52482025-09-17T22:18:06.552Z[ recovery-image] Sep 17 22:18:05.521 INFO O| Sep 17 22:18:05.521 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-09-17T22:18:06.565Z[ recovery-image] Sep 17 22:18:05.534 INFO O| Sep 17 22:18:05.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52502025-09-17T22:18:06.565Z[ recovery-image] Sep 17 22:18:05.534 INFO O| Sep 17 22:18:05.534 INFO STEP 143 (remove_files) COMPLETE
52512025-09-17T22:18:06.566Z[ recovery-image] Sep 17 22:18:05.534 INFO O| Sep 17 22:18:05.534 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-09-17T22:18:06.579Z[ recovery-image] Sep 17 22:18:05.548 INFO O| Sep 17 22:18:05.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52532025-09-17T22:18:06.579Z[ recovery-image] Sep 17 22:18:05.548 INFO O| Sep 17 22:18:05.548 INFO STEP 144 (remove_files) COMPLETE
52542025-09-17T22:18:06.579Z[ recovery-image] Sep 17 22:18:05.548 INFO O| Sep 17 22:18:05.548 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-09-17T22:18:06.592Z[ recovery-image] Sep 17 22:18:05.561 INFO O| Sep 17 22:18:05.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52562025-09-17T22:18:06.592Z[ recovery-image] Sep 17 22:18:05.561 INFO O| Sep 17 22:18:05.561 INFO STEP 145 (remove_files) COMPLETE
52572025-09-17T22:18:06.595Z[ recovery-image] Sep 17 22:18:05.561 INFO O| Sep 17 22:18:05.561 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-09-17T22:18:06.606Z[ recovery-image] Sep 17 22:18:05.575 INFO O| Sep 17 22:18:05.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52592025-09-17T22:18:06.606Z[ recovery-image] Sep 17 22:18:05.575 INFO O| Sep 17 22:18:05.575 INFO STEP 146 (remove_files) COMPLETE
52602025-09-17T22:18:06.606Z[ recovery-image] Sep 17 22:18:05.575 INFO O| Sep 17 22:18:05.575 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-09-17T22:18:06.620Z[ recovery-image] Sep 17 22:18:05.589 INFO O| Sep 17 22:18:05.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52622025-09-17T22:18:06.621Z[ recovery-image] Sep 17 22:18:05.589 INFO O| Sep 17 22:18:05.589 INFO STEP 147 (remove_files) COMPLETE
52632025-09-17T22:18:06.624Z[ recovery-image] Sep 17 22:18:05.589 INFO O| Sep 17 22:18:05.589 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-09-17T22:18:06.635Z[ recovery-image] Sep 17 22:18:05.603 INFO O| Sep 17 22:18:05.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52652025-09-17T22:18:06.635Z[ recovery-image] Sep 17 22:18:05.604 INFO O| Sep 17 22:18:05.604 INFO STEP 148 (remove_files) COMPLETE
52662025-09-17T22:18:06.635Z[ recovery-image] Sep 17 22:18:05.604 INFO O| Sep 17 22:18:05.604 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-09-17T22:18:06.648Z[ recovery-image] Sep 17 22:18:05.615 INFO O| Sep 17 22:18:05.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52682025-09-17T22:18:06.648Z[ recovery-image] Sep 17 22:18:05.616 INFO O| Sep 17 22:18:05.616 INFO STEP 149 (remove_files) COMPLETE
52692025-09-17T22:18:06.651Z[ recovery-image] Sep 17 22:18:05.616 INFO O| Sep 17 22:18:05.616 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-09-17T22:18:06.660Z[ recovery-image] Sep 17 22:18:05.629 INFO O| Sep 17 22:18:05.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52712025-09-17T22:18:06.660Z[ recovery-image] Sep 17 22:18:05.629 INFO O| Sep 17 22:18:05.629 INFO STEP 150 (remove_files) COMPLETE
52722025-09-17T22:18:06.660Z[ recovery-image] Sep 17 22:18:05.629 INFO O| Sep 17 22:18:05.629 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-09-17T22:18:06.673Z[ recovery-image] Sep 17 22:18:05.642 INFO O| Sep 17 22:18:05.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52742025-09-17T22:18:06.673Z[ recovery-image] Sep 17 22:18:05.642 INFO O| Sep 17 22:18:05.642 INFO STEP 151 (remove_files) COMPLETE
52752025-09-17T22:18:06.673Z[ recovery-image] Sep 17 22:18:05.642 INFO O| Sep 17 22:18:05.642 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-09-17T22:18:06.688Z[ recovery-image] Sep 17 22:18:05.655 INFO O| Sep 17 22:18:05.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52772025-09-17T22:18:06.688Z[ recovery-image] Sep 17 22:18:05.655 INFO O| Sep 17 22:18:05.655 INFO STEP 152 (remove_files) COMPLETE
52782025-09-17T22:18:06.692Z[ recovery-image] Sep 17 22:18:05.655 INFO O| Sep 17 22:18:05.655 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-09-17T22:18:06.699Z[ recovery-image] Sep 17 22:18:05.668 INFO O| Sep 17 22:18:05.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52802025-09-17T22:18:06.699Z[ recovery-image] Sep 17 22:18:05.668 INFO O| Sep 17 22:18:05.668 INFO STEP 153 (remove_files) COMPLETE
52812025-09-17T22:18:06.699Z[ recovery-image] Sep 17 22:18:05.668 INFO O| Sep 17 22:18:05.668 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-09-17T22:18:06.713Z[ recovery-image] Sep 17 22:18:05.682 INFO O| Sep 17 22:18:05.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52832025-09-17T22:18:06.713Z[ recovery-image] Sep 17 22:18:05.682 INFO O| Sep 17 22:18:05.682 INFO STEP 154 (remove_files) COMPLETE
52842025-09-17T22:18:06.713Z[ recovery-image] Sep 17 22:18:05.682 INFO O| Sep 17 22:18:05.682 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-09-17T22:18:06.728Z[ recovery-image] Sep 17 22:18:05.696 INFO O| Sep 17 22:18:05.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52862025-09-17T22:18:06.728Z[ recovery-image] Sep 17 22:18:05.697 INFO O| Sep 17 22:18:05.697 INFO STEP 155 (remove_files) COMPLETE
52872025-09-17T22:18:06.728Z[ recovery-image] Sep 17 22:18:05.697 INFO O| Sep 17 22:18:05.697 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-09-17T22:18:06.744Z[ recovery-image] Sep 17 22:18:05.712 INFO O| Sep 17 22:18:05.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52892025-09-17T22:18:06.744Z[ recovery-image] Sep 17 22:18:05.712 INFO O| Sep 17 22:18:05.712 INFO STEP 156 (remove_files) COMPLETE
52902025-09-17T22:18:06.750Z[ recovery-image] Sep 17 22:18:05.712 INFO O| Sep 17 22:18:05.712 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-09-17T22:18:06.758Z[ recovery-image] Sep 17 22:18:05.727 INFO O| Sep 17 22:18:05.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52922025-09-17T22:18:06.759Z[ recovery-image] Sep 17 22:18:05.727 INFO O| Sep 17 22:18:05.727 INFO STEP 157 (remove_files) COMPLETE
52932025-09-17T22:18:06.759Z[ recovery-image] Sep 17 22:18:05.727 INFO O| Sep 17 22:18:05.727 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-09-17T22:18:06.773Z[ recovery-image] Sep 17 22:18:05.742 INFO O| Sep 17 22:18:05.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52952025-09-17T22:18:06.778Z[ recovery-image] Sep 17 22:18:05.742 INFO O| Sep 17 22:18:05.742 INFO STEP 158 (remove_files) COMPLETE
52962025-09-17T22:18:06.778Z[ recovery-image] Sep 17 22:18:05.742 INFO O| Sep 17 22:18:05.742 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-09-17T22:18:06.788Z[ recovery-image] Sep 17 22:18:05.757 INFO O| Sep 17 22:18:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52982025-09-17T22:18:06.788Z[ recovery-image] Sep 17 22:18:05.757 INFO O| Sep 17 22:18:05.757 INFO STEP 159 (remove_files) COMPLETE
52992025-09-17T22:18:06.788Z[ recovery-image] Sep 17 22:18:05.757 INFO O| Sep 17 22:18:05.757 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-09-17T22:18:06.802Z[ recovery-image] Sep 17 22:18:05.771 INFO O| Sep 17 22:18:05.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53012025-09-17T22:18:06.802Z[ recovery-image] Sep 17 22:18:05.771 INFO O| Sep 17 22:18:05.771 INFO STEP 160 (remove_files) COMPLETE
53022025-09-17T22:18:06.802Z[ recovery-image] Sep 17 22:18:05.771 INFO O| Sep 17 22:18:05.771 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-09-17T22:18:06.815Z[ recovery-image] Sep 17 22:18:05.784 INFO O| Sep 17 22:18:05.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53042025-09-17T22:18:06.815Z[ recovery-image] Sep 17 22:18:05.784 INFO O| Sep 17 22:18:05.784 INFO STEP 161 (remove_files) COMPLETE
53052025-09-17T22:18:06.815Z[ recovery-image] Sep 17 22:18:05.784 INFO O| Sep 17 22:18:05.784 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-09-17T22:18:06.831Z[ recovery-image] Sep 17 22:18:05.799 INFO O| Sep 17 22:18:05.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53072025-09-17T22:18:06.835Z[ recovery-image] Sep 17 22:18:05.800 INFO O| Sep 17 22:18:05.799 INFO STEP 162 (remove_files) COMPLETE
53082025-09-17T22:18:06.835Z[ recovery-image] Sep 17 22:18:05.800 INFO O| Sep 17 22:18:05.800 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-09-17T22:18:06.847Z[ recovery-image] Sep 17 22:18:05.815 INFO O| Sep 17 22:18:05.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53102025-09-17T22:18:06.847Z[ recovery-image] Sep 17 22:18:05.815 INFO O| Sep 17 22:18:05.815 INFO STEP 163 (remove_files) COMPLETE
53112025-09-17T22:18:06.851Z[ recovery-image] Sep 17 22:18:05.815 INFO O| Sep 17 22:18:05.815 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-09-17T22:18:06.859Z[ recovery-image] Sep 17 22:18:05.828 INFO O| Sep 17 22:18:05.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53132025-09-17T22:18:06.859Z[ recovery-image] Sep 17 22:18:05.828 INFO O| Sep 17 22:18:05.828 INFO STEP 164 (remove_files) COMPLETE
53142025-09-17T22:18:06.859Z[ recovery-image] Sep 17 22:18:05.828 INFO O| Sep 17 22:18:05.828 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-09-17T22:18:06.873Z[ recovery-image] Sep 17 22:18:05.842 INFO O| Sep 17 22:18:05.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53162025-09-17T22:18:06.873Z[ recovery-image] Sep 17 22:18:05.842 INFO O| Sep 17 22:18:05.842 INFO STEP 165 (remove_files) COMPLETE
53172025-09-17T22:18:06.873Z[ recovery-image] Sep 17 22:18:05.842 INFO O| Sep 17 22:18:05.842 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-09-17T22:18:06.887Z[ recovery-image] Sep 17 22:18:05.856 INFO O| Sep 17 22:18:05.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53192025-09-17T22:18:06.887Z[ recovery-image] Sep 17 22:18:05.856 INFO O| Sep 17 22:18:05.856 INFO STEP 166 (remove_files) COMPLETE
53202025-09-17T22:18:06.891Z[ recovery-image] Sep 17 22:18:05.856 INFO O| Sep 17 22:18:05.856 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-09-17T22:18:06.901Z[ recovery-image] Sep 17 22:18:05.869 INFO O| Sep 17 22:18:05.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53222025-09-17T22:18:06.901Z[ recovery-image] Sep 17 22:18:05.869 INFO O| Sep 17 22:18:05.869 INFO STEP 167 (remove_files) COMPLETE
53232025-09-17T22:18:06.906Z[ recovery-image] Sep 17 22:18:05.869 INFO O| Sep 17 22:18:05.869 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-09-17T22:18:06.915Z[ recovery-image] Sep 17 22:18:05.884 INFO O| Sep 17 22:18:05.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53252025-09-17T22:18:06.919Z[ recovery-image] Sep 17 22:18:05.884 INFO O| Sep 17 22:18:05.884 INFO STEP 168 (remove_files) COMPLETE
53262025-09-17T22:18:06.919Z[ recovery-image] Sep 17 22:18:05.884 INFO O| Sep 17 22:18:05.884 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-09-17T22:18:06.929Z[ recovery-image] Sep 17 22:18:05.898 INFO O| Sep 17 22:18:05.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53282025-09-17T22:18:06.929Z[ recovery-image] Sep 17 22:18:05.898 INFO O| Sep 17 22:18:05.898 INFO STEP 169 (remove_files) COMPLETE
53292025-09-17T22:18:06.929Z[ recovery-image] Sep 17 22:18:05.898 INFO O| Sep 17 22:18:05.898 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-09-17T22:18:06.943Z[ recovery-image] Sep 17 22:18:05.911 INFO O| Sep 17 22:18:05.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53312025-09-17T22:18:06.943Z[ recovery-image] Sep 17 22:18:05.912 INFO O| Sep 17 22:18:05.911 INFO STEP 170 (remove_files) COMPLETE
53322025-09-17T22:18:06.947Z[ recovery-image] Sep 17 22:18:05.912 INFO O| Sep 17 22:18:05.912 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-09-17T22:18:06.957Z[ recovery-image] Sep 17 22:18:05.926 INFO O| Sep 17 22:18:05.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53342025-09-17T22:18:06.957Z[ recovery-image] Sep 17 22:18:05.926 INFO O| Sep 17 22:18:05.926 INFO STEP 171 (remove_files) COMPLETE
53352025-09-17T22:18:06.957Z[ recovery-image] Sep 17 22:18:05.926 INFO O| Sep 17 22:18:05.926 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-09-17T22:18:06.970Z[ recovery-image] Sep 17 22:18:05.939 INFO O| Sep 17 22:18:05.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53372025-09-17T22:18:06.970Z[ recovery-image] Sep 17 22:18:05.939 INFO O| Sep 17 22:18:05.939 INFO STEP 172 (remove_files) COMPLETE
53382025-09-17T22:18:06.971Z[ recovery-image] Sep 17 22:18:05.939 INFO O| Sep 17 22:18:05.939 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-09-17T22:18:06.986Z[ recovery-image] Sep 17 22:18:05.954 INFO O| Sep 17 22:18:05.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53402025-09-17T22:18:06.986Z[ recovery-image] Sep 17 22:18:05.954 INFO O| Sep 17 22:18:05.954 INFO STEP 173 (remove_files) COMPLETE
53412025-09-17T22:18:06.989Z[ recovery-image] Sep 17 22:18:05.954 INFO O| Sep 17 22:18:05.954 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-09-17T22:18:07.002Z[ recovery-image] Sep 17 22:18:05.970 INFO O| Sep 17 22:18:05.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53432025-09-17T22:18:07.002Z[ recovery-image] Sep 17 22:18:05.970 INFO O| Sep 17 22:18:05.970 INFO STEP 174 (remove_files) COMPLETE
53442025-09-17T22:18:07.002Z[ recovery-image] Sep 17 22:18:05.970 INFO O| Sep 17 22:18:05.970 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-09-17T22:18:07.018Z[ recovery-image] Sep 17 22:18:05.987 INFO O| Sep 17 22:18:05.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53462025-09-17T22:18:07.018Z[ recovery-image] Sep 17 22:18:05.987 INFO O| Sep 17 22:18:05.987 INFO STEP 175 (remove_files) COMPLETE
53472025-09-17T22:18:07.018Z[ recovery-image] Sep 17 22:18:05.987 INFO O| Sep 17 22:18:05.987 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-09-17T22:18:07.035Z[ recovery-image] Sep 17 22:18:06.004 INFO O| Sep 17 22:18:06.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53492025-09-17T22:18:07.035Z[ recovery-image] Sep 17 22:18:06.004 INFO O| Sep 17 22:18:06.004 INFO STEP 176 (remove_files) COMPLETE
53502025-09-17T22:18:07.035Z[ recovery-image] Sep 17 22:18:06.004 INFO O| Sep 17 22:18:06.004 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-09-17T22:18:07.051Z[ recovery-image] Sep 17 22:18:06.020 INFO O| Sep 17 22:18:06.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53522025-09-17T22:18:07.051Z[ recovery-image] Sep 17 22:18:06.020 INFO O| Sep 17 22:18:06.020 INFO STEP 177 (remove_files) COMPLETE
53532025-09-17T22:18:07.051Z[ recovery-image] Sep 17 22:18:06.020 INFO O| Sep 17 22:18:06.020 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-09-17T22:18:07.068Z[ recovery-image] Sep 17 22:18:06.037 INFO O| Sep 17 22:18:06.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53552025-09-17T22:18:07.068Z[ recovery-image] Sep 17 22:18:06.037 INFO O| Sep 17 22:18:06.037 INFO STEP 178 (remove_files) COMPLETE
53562025-09-17T22:18:07.068Z[ recovery-image] Sep 17 22:18:06.037 INFO O| Sep 17 22:18:06.037 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-09-17T22:18:07.085Z[ recovery-image] Sep 17 22:18:06.052 INFO O| Sep 17 22:18:06.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53582025-09-17T22:18:07.085Z[ recovery-image] Sep 17 22:18:06.052 INFO O| Sep 17 22:18:06.052 INFO STEP 179 (remove_files) COMPLETE
53592025-09-17T22:18:07.085Z[ recovery-image] Sep 17 22:18:06.052 INFO O| Sep 17 22:18:06.052 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-09-17T22:18:07.099Z[ recovery-image] Sep 17 22:18:06.068 INFO O| Sep 17 22:18:06.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53612025-09-17T22:18:07.099Z[ recovery-image] Sep 17 22:18:06.068 INFO O| Sep 17 22:18:06.068 INFO STEP 180 (remove_files) COMPLETE
53622025-09-17T22:18:07.099Z[ recovery-image] Sep 17 22:18:06.068 INFO O| Sep 17 22:18:06.068 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-09-17T22:18:07.115Z[ recovery-image] Sep 17 22:18:06.083 INFO O| Sep 17 22:18:06.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53642025-09-17T22:18:07.115Z[ recovery-image] Sep 17 22:18:06.083 INFO O| Sep 17 22:18:06.083 INFO STEP 181 (remove_files) COMPLETE
53652025-09-17T22:18:07.118Z[ recovery-image] Sep 17 22:18:06.083 INFO O| Sep 17 22:18:06.083 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-09-17T22:18:07.131Z[ recovery-image] Sep 17 22:18:06.099 INFO O| Sep 17 22:18:06.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53672025-09-17T22:18:07.131Z[ recovery-image] Sep 17 22:18:06.099 INFO O| Sep 17 22:18:06.099 INFO STEP 182 (remove_files) COMPLETE
53682025-09-17T22:18:07.135Z[ recovery-image] Sep 17 22:18:06.099 INFO O| Sep 17 22:18:06.099 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-09-17T22:18:07.145Z[ recovery-image] Sep 17 22:18:06.113 INFO O| Sep 17 22:18:06.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53702025-09-17T22:18:07.145Z[ recovery-image] Sep 17 22:18:06.114 INFO O| Sep 17 22:18:06.114 INFO STEP 183 (remove_files) COMPLETE
53712025-09-17T22:18:07.145Z[ recovery-image] Sep 17 22:18:06.114 INFO O| Sep 17 22:18:06.114 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-09-17T22:18:07.159Z[ recovery-image] Sep 17 22:18:06.128 INFO O| Sep 17 22:18:06.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53732025-09-17T22:18:07.159Z[ recovery-image] Sep 17 22:18:06.128 INFO O| Sep 17 22:18:06.128 INFO STEP 184 (remove_files) COMPLETE
53742025-09-17T22:18:07.159Z[ recovery-image] Sep 17 22:18:06.128 INFO O| Sep 17 22:18:06.128 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-09-17T22:18:07.181Z[ recovery-image] Sep 17 22:18:06.150 INFO O| Sep 17 22:18:06.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53762025-09-17T22:18:07.181Z[ recovery-image] Sep 17 22:18:06.150 INFO O| Sep 17 22:18:06.150 INFO STEP 185 (remove_files) COMPLETE
53772025-09-17T22:18:07.186Z[ recovery-image] Sep 17 22:18:06.150 INFO O| Sep 17 22:18:06.150 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-09-17T22:18:07.194Z[ recovery-image] Sep 17 22:18:06.163 INFO O| Sep 17 22:18:06.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53792025-09-17T22:18:07.194Z[ recovery-image] Sep 17 22:18:06.163 INFO O| Sep 17 22:18:06.163 INFO STEP 186 (remove_files) COMPLETE
53802025-09-17T22:18:07.194Z[ recovery-image] Sep 17 22:18:06.163 INFO O| Sep 17 22:18:06.163 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-09-17T22:18:07.208Z[ recovery-image] Sep 17 22:18:06.177 INFO O| Sep 17 22:18:06.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53822025-09-17T22:18:07.208Z[ recovery-image] Sep 17 22:18:06.177 INFO O| Sep 17 22:18:06.177 INFO STEP 187 (remove_files) COMPLETE
53832025-09-17T22:18:07.208Z[ recovery-image] Sep 17 22:18:06.177 INFO O| Sep 17 22:18:06.177 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-09-17T22:18:07.223Z[ recovery-image] Sep 17 22:18:06.191 INFO O| Sep 17 22:18:06.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53852025-09-17T22:18:07.223Z[ recovery-image] Sep 17 22:18:06.191 INFO O| Sep 17 22:18:06.191 INFO STEP 188 (remove_files) COMPLETE
53862025-09-17T22:18:07.226Z[ recovery-image] Sep 17 22:18:06.191 INFO O| Sep 17 22:18:06.191 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-09-17T22:18:07.236Z[ recovery-image] Sep 17 22:18:06.205 INFO O| Sep 17 22:18:06.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53882025-09-17T22:18:07.236Z[ recovery-image] Sep 17 22:18:06.205 INFO O| Sep 17 22:18:06.205 INFO STEP 189 (remove_files) COMPLETE
53892025-09-17T22:18:07.236Z[ recovery-image] Sep 17 22:18:06.205 INFO O| Sep 17 22:18:06.205 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-09-17T22:18:07.251Z[ recovery-image] Sep 17 22:18:06.219 INFO O| Sep 17 22:18:06.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53912025-09-17T22:18:07.251Z[ recovery-image] Sep 17 22:18:06.219 INFO O| Sep 17 22:18:06.219 INFO STEP 190 (remove_files) COMPLETE
53922025-09-17T22:18:07.255Z[ recovery-image] Sep 17 22:18:06.219 INFO O| Sep 17 22:18:06.219 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-09-17T22:18:07.264Z[ recovery-image] Sep 17 22:18:06.233 INFO O| Sep 17 22:18:06.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53942025-09-17T22:18:07.264Z[ recovery-image] Sep 17 22:18:06.233 INFO O| Sep 17 22:18:06.233 INFO STEP 191 (remove_files) COMPLETE
53952025-09-17T22:18:07.268Z[ recovery-image] Sep 17 22:18:06.233 INFO O| Sep 17 22:18:06.233 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-09-17T22:18:07.278Z[ recovery-image] Sep 17 22:18:06.247 INFO O| Sep 17 22:18:06.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53972025-09-17T22:18:07.278Z[ recovery-image] Sep 17 22:18:06.247 INFO O| Sep 17 22:18:06.247 INFO STEP 192 (remove_files) COMPLETE
53982025-09-17T22:18:07.281Z[ recovery-image] Sep 17 22:18:06.247 INFO O| Sep 17 22:18:06.247 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-09-17T22:18:07.293Z[ recovery-image] Sep 17 22:18:06.261 INFO O| Sep 17 22:18:06.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54002025-09-17T22:18:07.293Z[ recovery-image] Sep 17 22:18:06.262 INFO O| Sep 17 22:18:06.261 INFO STEP 193 (remove_files) COMPLETE
54012025-09-17T22:18:07.293Z[ recovery-image] Sep 17 22:18:06.262 INFO O| Sep 17 22:18:06.261 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-09-17T22:18:07.308Z[ recovery-image] Sep 17 22:18:06.276 INFO O| Sep 17 22:18:06.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54032025-09-17T22:18:07.308Z[ recovery-image] Sep 17 22:18:06.277 INFO O| Sep 17 22:18:06.277 INFO STEP 194 (remove_files) COMPLETE
54042025-09-17T22:18:07.308Z[ recovery-image] Sep 17 22:18:06.277 INFO O| Sep 17 22:18:06.277 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-09-17T22:18:07.322Z[ recovery-image] Sep 17 22:18:06.291 INFO O| Sep 17 22:18:06.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54062025-09-17T22:18:07.322Z[ recovery-image] Sep 17 22:18:06.291 INFO O| Sep 17 22:18:06.291 INFO STEP 195 (remove_files) COMPLETE
54072025-09-17T22:18:07.326Z[ recovery-image] Sep 17 22:18:06.291 INFO O| Sep 17 22:18:06.291 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-09-17T22:18:07.337Z[ recovery-image] Sep 17 22:18:06.306 INFO O| Sep 17 22:18:06.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54092025-09-17T22:18:07.337Z[ recovery-image] Sep 17 22:18:06.306 INFO O| Sep 17 22:18:06.306 INFO STEP 196 (remove_files) COMPLETE
54102025-09-17T22:18:07.340Z[ recovery-image] Sep 17 22:18:06.306 INFO O| Sep 17 22:18:06.306 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-09-17T22:18:07.352Z[ recovery-image] Sep 17 22:18:06.321 INFO O| Sep 17 22:18:06.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54122025-09-17T22:18:07.352Z[ recovery-image] Sep 17 22:18:06.321 INFO O| Sep 17 22:18:06.321 INFO STEP 197 (remove_files) COMPLETE
54132025-09-17T22:18:07.352Z[ recovery-image] Sep 17 22:18:06.321 INFO O| Sep 17 22:18:06.321 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-09-17T22:18:07.367Z[ recovery-image] Sep 17 22:18:06.336 INFO O| Sep 17 22:18:06.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54152025-09-17T22:18:07.367Z[ recovery-image] Sep 17 22:18:06.336 INFO O| Sep 17 22:18:06.336 INFO STEP 198 (remove_files) COMPLETE
54162025-09-17T22:18:07.367Z[ recovery-image] Sep 17 22:18:06.336 INFO O| Sep 17 22:18:06.336 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-09-17T22:18:07.382Z[ recovery-image] Sep 17 22:18:06.351 INFO O| Sep 17 22:18:06.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54182025-09-17T22:18:07.382Z[ recovery-image] Sep 17 22:18:06.351 INFO O| Sep 17 22:18:06.351 INFO STEP 199 (remove_files) COMPLETE
54192025-09-17T22:18:07.382Z[ recovery-image] Sep 17 22:18:06.351 INFO O| Sep 17 22:18:06.351 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-09-17T22:18:07.396Z[ recovery-image] Sep 17 22:18:06.365 INFO O| Sep 17 22:18:06.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54212025-09-17T22:18:07.396Z[ recovery-image] Sep 17 22:18:06.365 INFO O| Sep 17 22:18:06.365 INFO STEP 200 (remove_files) COMPLETE
54222025-09-17T22:18:07.396Z[ recovery-image] Sep 17 22:18:06.365 INFO O| Sep 17 22:18:06.365 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-09-17T22:18:07.410Z[ recovery-image] Sep 17 22:18:06.379 INFO O| Sep 17 22:18:06.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54242025-09-17T22:18:07.410Z[ recovery-image] Sep 17 22:18:06.379 INFO O| Sep 17 22:18:06.379 INFO STEP 201 (remove_files) COMPLETE
54252025-09-17T22:18:07.410Z[ recovery-image] Sep 17 22:18:06.379 INFO O| Sep 17 22:18:06.379 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-09-17T22:18:07.425Z[ recovery-image] Sep 17 22:18:06.393 INFO O| Sep 17 22:18:06.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54272025-09-17T22:18:07.428Z[ recovery-image] Sep 17 22:18:06.393 INFO O| Sep 17 22:18:06.393 INFO STEP 202 (remove_files) COMPLETE
54282025-09-17T22:18:07.428Z[ recovery-image] Sep 17 22:18:06.393 INFO O| Sep 17 22:18:06.393 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-09-17T22:18:07.439Z[ recovery-image] Sep 17 22:18:06.408 INFO O| Sep 17 22:18:06.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54302025-09-17T22:18:07.439Z[ recovery-image] Sep 17 22:18:06.408 INFO O| Sep 17 22:18:06.408 INFO STEP 203 (remove_files) COMPLETE
54312025-09-17T22:18:07.439Z[ recovery-image] Sep 17 22:18:06.408 INFO O| Sep 17 22:18:06.408 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-09-17T22:18:07.453Z[ recovery-image] Sep 17 22:18:06.422 INFO O| Sep 17 22:18:06.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54332025-09-17T22:18:07.453Z[ recovery-image] Sep 17 22:18:06.422 INFO O| Sep 17 22:18:06.422 INFO STEP 204 (remove_files) COMPLETE
54342025-09-17T22:18:07.457Z[ recovery-image] Sep 17 22:18:06.422 INFO O| Sep 17 22:18:06.422 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-09-17T22:18:07.467Z[ recovery-image] Sep 17 22:18:06.435 INFO O| Sep 17 22:18:06.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54362025-09-17T22:18:07.468Z[ recovery-image] Sep 17 22:18:06.435 INFO O| Sep 17 22:18:06.435 INFO STEP 205 (remove_files) COMPLETE
54372025-09-17T22:18:07.468Z[ recovery-image] Sep 17 22:18:06.435 INFO O| Sep 17 22:18:06.435 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-09-17T22:18:07.480Z[ recovery-image] Sep 17 22:18:06.448 INFO O| Sep 17 22:18:06.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54392025-09-17T22:18:07.480Z[ recovery-image] Sep 17 22:18:06.449 INFO O| Sep 17 22:18:06.449 INFO STEP 206 (remove_files) COMPLETE
54402025-09-17T22:18:07.480Z[ recovery-image] Sep 17 22:18:06.449 INFO O| Sep 17 22:18:06.449 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-09-17T22:18:07.494Z[ recovery-image] Sep 17 22:18:06.463 INFO O| Sep 17 22:18:06.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54422025-09-17T22:18:07.494Z[ recovery-image] Sep 17 22:18:06.463 INFO O| Sep 17 22:18:06.463 INFO STEP 207 (remove_files) COMPLETE
54432025-09-17T22:18:07.494Z[ recovery-image] Sep 17 22:18:06.463 INFO O| Sep 17 22:18:06.463 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-09-17T22:18:07.509Z[ recovery-image] Sep 17 22:18:06.477 INFO O| Sep 17 22:18:06.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54452025-09-17T22:18:07.509Z[ recovery-image] Sep 17 22:18:06.477 INFO O| Sep 17 22:18:06.477 INFO STEP 208 (remove_files) COMPLETE
54462025-09-17T22:18:07.513Z[ recovery-image] Sep 17 22:18:06.477 INFO O| Sep 17 22:18:06.477 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-09-17T22:18:07.523Z[ recovery-image] Sep 17 22:18:06.491 INFO O| Sep 17 22:18:06.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54482025-09-17T22:18:07.523Z[ recovery-image] Sep 17 22:18:06.491 INFO O| Sep 17 22:18:06.491 INFO STEP 209 (remove_files) COMPLETE
54492025-09-17T22:18:07.527Z[ recovery-image] Sep 17 22:18:06.491 INFO O| Sep 17 22:18:06.491 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-09-17T22:18:07.538Z[ recovery-image] Sep 17 22:18:06.506 INFO O| Sep 17 22:18:06.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54512025-09-17T22:18:07.538Z[ recovery-image] Sep 17 22:18:06.506 INFO O| Sep 17 22:18:06.506 INFO STEP 210 (remove_files) COMPLETE
54522025-09-17T22:18:07.538Z[ recovery-image] Sep 17 22:18:06.506 INFO O| Sep 17 22:18:06.506 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-09-17T22:18:07.552Z[ recovery-image] Sep 17 22:18:06.520 INFO O| Sep 17 22:18:06.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54542025-09-17T22:18:07.552Z[ recovery-image] Sep 17 22:18:06.520 INFO O| Sep 17 22:18:06.520 INFO STEP 211 (remove_files) COMPLETE
54552025-09-17T22:18:07.552Z[ recovery-image] Sep 17 22:18:06.520 INFO O| Sep 17 22:18:06.520 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-09-17T22:18:07.565Z[ recovery-image] Sep 17 22:18:06.534 INFO O| Sep 17 22:18:06.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54572025-09-17T22:18:07.565Z[ recovery-image] Sep 17 22:18:06.534 INFO O| Sep 17 22:18:06.534 INFO STEP 212 (remove_files) COMPLETE
54582025-09-17T22:18:07.565Z[ recovery-image] Sep 17 22:18:06.534 INFO O| Sep 17 22:18:06.534 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-09-17T22:18:07.579Z[ recovery-image] Sep 17 22:18:06.548 INFO O| Sep 17 22:18:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54602025-09-17T22:18:07.579Z[ recovery-image] Sep 17 22:18:06.548 INFO O| Sep 17 22:18:06.548 INFO STEP 213 (remove_files) COMPLETE
54612025-09-17T22:18:07.579Z[ recovery-image] Sep 17 22:18:06.548 INFO O| Sep 17 22:18:06.548 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-09-17T22:18:07.593Z[ recovery-image] Sep 17 22:18:06.562 INFO O| Sep 17 22:18:06.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54632025-09-17T22:18:07.593Z[ recovery-image] Sep 17 22:18:06.562 INFO O| Sep 17 22:18:06.562 INFO STEP 214 (remove_files) COMPLETE
54642025-09-17T22:18:07.593Z[ recovery-image] Sep 17 22:18:06.562 INFO O| Sep 17 22:18:06.562 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-09-17T22:18:07.606Z[ recovery-image] Sep 17 22:18:06.575 INFO O| Sep 17 22:18:06.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54662025-09-17T22:18:07.606Z[ recovery-image] Sep 17 22:18:06.575 INFO O| Sep 17 22:18:06.575 INFO STEP 215 (remove_files) COMPLETE
54672025-09-17T22:18:07.606Z[ recovery-image] Sep 17 22:18:06.575 INFO O| Sep 17 22:18:06.575 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-09-17T22:18:07.619Z[ recovery-image] Sep 17 22:18:06.588 INFO O| Sep 17 22:18:06.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54692025-09-17T22:18:07.623Z[ recovery-image] Sep 17 22:18:06.588 INFO O| Sep 17 22:18:06.588 INFO STEP 216 (remove_files) COMPLETE
54702025-09-17T22:18:07.623Z[ recovery-image] Sep 17 22:18:06.588 INFO O| Sep 17 22:18:06.588 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-09-17T22:18:07.638Z[ recovery-image] Sep 17 22:18:06.601 INFO O| Sep 17 22:18:06.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54722025-09-17T22:18:07.638Z[ recovery-image] Sep 17 22:18:06.601 INFO O| Sep 17 22:18:06.601 INFO STEP 217 (remove_files) COMPLETE
54732025-09-17T22:18:07.638Z[ recovery-image] Sep 17 22:18:06.601 INFO O| Sep 17 22:18:06.601 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-09-17T22:18:07.648Z[ recovery-image] Sep 17 22:18:06.616 INFO O| Sep 17 22:18:06.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54752025-09-17T22:18:07.648Z[ recovery-image] Sep 17 22:18:06.616 INFO O| Sep 17 22:18:06.616 INFO STEP 218 (remove_files) COMPLETE
54762025-09-17T22:18:07.648Z[ recovery-image] Sep 17 22:18:06.616 INFO O| Sep 17 22:18:06.616 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-09-17T22:18:07.662Z[ recovery-image] Sep 17 22:18:06.630 INFO O| Sep 17 22:18:06.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54782025-09-17T22:18:07.662Z[ recovery-image] Sep 17 22:18:06.630 INFO O| Sep 17 22:18:06.630 INFO STEP 219 (remove_files) COMPLETE
54792025-09-17T22:18:07.662Z[ recovery-image] Sep 17 22:18:06.631 INFO O| Sep 17 22:18:06.630 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-09-17T22:18:07.677Z[ recovery-image] Sep 17 22:18:06.644 INFO O| Sep 17 22:18:06.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54812025-09-17T22:18:07.682Z[ recovery-image] Sep 17 22:18:06.645 INFO O| Sep 17 22:18:06.645 INFO STEP 220 (remove_files) COMPLETE
54822025-09-17T22:18:07.682Z[ recovery-image] Sep 17 22:18:06.645 INFO O| Sep 17 22:18:06.645 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-09-17T22:18:07.691Z[ recovery-image] Sep 17 22:18:06.660 INFO O| Sep 17 22:18:06.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54842025-09-17T22:18:07.691Z[ recovery-image] Sep 17 22:18:06.660 INFO O| Sep 17 22:18:06.660 INFO STEP 221 (remove_files) COMPLETE
54852025-09-17T22:18:07.691Z[ recovery-image] Sep 17 22:18:06.660 INFO O| Sep 17 22:18:06.660 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-09-17T22:18:07.705Z[ recovery-image] Sep 17 22:18:06.674 INFO O| Sep 17 22:18:06.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54872025-09-17T22:18:07.705Z[ recovery-image] Sep 17 22:18:06.674 INFO O| Sep 17 22:18:06.674 INFO STEP 222 (remove_files) COMPLETE
54882025-09-17T22:18:07.708Z[ recovery-image] Sep 17 22:18:06.674 INFO O| Sep 17 22:18:06.674 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-09-17T22:18:07.720Z[ recovery-image] Sep 17 22:18:06.688 INFO O| Sep 17 22:18:06.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54902025-09-17T22:18:07.720Z[ recovery-image] Sep 17 22:18:06.688 INFO O| Sep 17 22:18:06.688 INFO STEP 223 (remove_files) COMPLETE
54912025-09-17T22:18:07.720Z[ recovery-image] Sep 17 22:18:06.688 INFO O| Sep 17 22:18:06.688 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-09-17T22:18:07.734Z[ recovery-image] Sep 17 22:18:06.703 INFO O| Sep 17 22:18:06.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54932025-09-17T22:18:07.734Z[ recovery-image] Sep 17 22:18:06.703 INFO O| Sep 17 22:18:06.703 INFO STEP 224 (remove_files) COMPLETE
54942025-09-17T22:18:07.738Z[ recovery-image] Sep 17 22:18:06.703 INFO O| Sep 17 22:18:06.703 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-09-17T22:18:07.749Z[ recovery-image] Sep 17 22:18:06.717 INFO O| Sep 17 22:18:06.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54962025-09-17T22:18:07.749Z[ recovery-image] Sep 17 22:18:06.717 INFO O| Sep 17 22:18:06.717 INFO STEP 225 (remove_files) COMPLETE
54972025-09-17T22:18:07.752Z[ recovery-image] Sep 17 22:18:06.717 INFO O| Sep 17 22:18:06.717 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-09-17T22:18:07.765Z[ recovery-image] Sep 17 22:18:06.733 INFO O| Sep 17 22:18:06.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54992025-09-17T22:18:07.765Z[ recovery-image] Sep 17 22:18:06.733 INFO O| Sep 17 22:18:06.733 INFO STEP 226 (remove_files) COMPLETE
55002025-09-17T22:18:07.765Z[ recovery-image] Sep 17 22:18:06.733 INFO O| Sep 17 22:18:06.733 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-09-17T22:18:07.782Z[ recovery-image] Sep 17 22:18:06.751 INFO O| Sep 17 22:18:06.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55022025-09-17T22:18:07.786Z[ recovery-image] Sep 17 22:18:06.751 INFO O| Sep 17 22:18:06.751 INFO STEP 227 (remove_files) COMPLETE
55032025-09-17T22:18:07.786Z[ recovery-image] Sep 17 22:18:06.751 INFO O| Sep 17 22:18:06.751 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-09-17T22:18:07.798Z[ recovery-image] Sep 17 22:18:06.767 INFO O| Sep 17 22:18:06.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55052025-09-17T22:18:07.798Z[ recovery-image] Sep 17 22:18:06.767 INFO O| Sep 17 22:18:06.767 INFO STEP 228 (remove_files) COMPLETE
55062025-09-17T22:18:07.798Z[ recovery-image] Sep 17 22:18:06.767 INFO O| Sep 17 22:18:06.767 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-09-17T22:18:07.815Z[ recovery-image] Sep 17 22:18:06.782 INFO O| Sep 17 22:18:06.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55082025-09-17T22:18:07.815Z[ recovery-image] Sep 17 22:18:06.782 INFO O| Sep 17 22:18:06.782 INFO STEP 229 (remove_files) COMPLETE
55092025-09-17T22:18:07.815Z[ recovery-image] Sep 17 22:18:06.782 INFO O| Sep 17 22:18:06.782 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-09-17T22:18:07.828Z[ recovery-image] Sep 17 22:18:06.797 INFO O| Sep 17 22:18:06.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55112025-09-17T22:18:07.828Z[ recovery-image] Sep 17 22:18:06.797 INFO O| Sep 17 22:18:06.797 INFO STEP 230 (remove_files) COMPLETE
55122025-09-17T22:18:07.828Z[ recovery-image] Sep 17 22:18:06.797 INFO O| Sep 17 22:18:06.797 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-09-17T22:18:07.843Z[ recovery-image] Sep 17 22:18:06.812 INFO O| Sep 17 22:18:06.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55142025-09-17T22:18:07.847Z[ recovery-image] Sep 17 22:18:06.812 INFO O| Sep 17 22:18:06.812 INFO STEP 231 (remove_files) COMPLETE
55152025-09-17T22:18:07.847Z[ recovery-image] Sep 17 22:18:06.812 INFO O| Sep 17 22:18:06.812 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-09-17T22:18:07.859Z[ recovery-image] Sep 17 22:18:06.828 INFO O| Sep 17 22:18:06.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55172025-09-17T22:18:07.859Z[ recovery-image] Sep 17 22:18:06.828 INFO O| Sep 17 22:18:06.828 INFO STEP 232 (remove_files) COMPLETE
55182025-09-17T22:18:07.859Z[ recovery-image] Sep 17 22:18:06.828 INFO O| Sep 17 22:18:06.828 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-09-17T22:18:07.874Z[ recovery-image] Sep 17 22:18:06.843 INFO O| Sep 17 22:18:06.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55202025-09-17T22:18:07.874Z[ recovery-image] Sep 17 22:18:06.843 INFO O| Sep 17 22:18:06.843 INFO STEP 233 (remove_files) COMPLETE
55212025-09-17T22:18:07.874Z[ recovery-image] Sep 17 22:18:06.843 INFO O| Sep 17 22:18:06.843 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-09-17T22:18:07.888Z[ recovery-image] Sep 17 22:18:06.857 INFO O| Sep 17 22:18:06.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55232025-09-17T22:18:07.888Z[ recovery-image] Sep 17 22:18:06.857 INFO O| Sep 17 22:18:06.857 INFO STEP 234 (remove_files) COMPLETE
55242025-09-17T22:18:07.888Z[ recovery-image] Sep 17 22:18:06.857 INFO O| Sep 17 22:18:06.857 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-09-17T22:18:07.904Z[ recovery-image] Sep 17 22:18:06.871 INFO O| Sep 17 22:18:06.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55262025-09-17T22:18:07.904Z[ recovery-image] Sep 17 22:18:06.872 INFO O| Sep 17 22:18:06.872 INFO STEP 235 (remove_files) COMPLETE
55272025-09-17T22:18:07.904Z[ recovery-image] Sep 17 22:18:06.872 INFO O| Sep 17 22:18:06.872 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-09-17T22:18:07.919Z[ recovery-image] Sep 17 22:18:06.887 INFO O| Sep 17 22:18:06.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55292025-09-17T22:18:07.919Z[ recovery-image] Sep 17 22:18:06.887 INFO O| Sep 17 22:18:06.887 INFO STEP 236 (remove_files) COMPLETE
55302025-09-17T22:18:07.919Z[ recovery-image] Sep 17 22:18:06.887 INFO O| Sep 17 22:18:06.887 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-09-17T22:18:07.932Z[ recovery-image] Sep 17 22:18:06.901 INFO O| Sep 17 22:18:06.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55322025-09-17T22:18:07.932Z[ recovery-image] Sep 17 22:18:06.901 INFO O| Sep 17 22:18:06.901 INFO STEP 237 (remove_files) COMPLETE
55332025-09-17T22:18:07.932Z[ recovery-image] Sep 17 22:18:06.901 INFO O| Sep 17 22:18:06.901 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-09-17T22:18:07.948Z[ recovery-image] Sep 17 22:18:06.915 INFO O| Sep 17 22:18:06.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55352025-09-17T22:18:07.948Z[ recovery-image] Sep 17 22:18:06.915 INFO O| Sep 17 22:18:06.915 INFO STEP 238 (remove_files) COMPLETE
55362025-09-17T22:18:07.948Z[ recovery-image] Sep 17 22:18:06.916 INFO O| Sep 17 22:18:06.915 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-09-17T22:18:07.961Z[ recovery-image] Sep 17 22:18:06.930 INFO O| Sep 17 22:18:06.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55382025-09-17T22:18:07.961Z[ recovery-image] Sep 17 22:18:06.930 INFO O| Sep 17 22:18:06.930 INFO STEP 239 (remove_files) COMPLETE
55392025-09-17T22:18:07.964Z[ recovery-image] Sep 17 22:18:06.930 INFO O| Sep 17 22:18:06.930 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-09-17T22:18:07.975Z[ recovery-image] Sep 17 22:18:06.944 INFO O| Sep 17 22:18:06.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55412025-09-17T22:18:07.975Z[ recovery-image] Sep 17 22:18:06.944 INFO O| Sep 17 22:18:06.944 INFO STEP 240 (remove_files) COMPLETE
55422025-09-17T22:18:07.979Z[ recovery-image] Sep 17 22:18:06.944 INFO O| Sep 17 22:18:06.944 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-09-17T22:18:07.988Z[ recovery-image] Sep 17 22:18:06.957 INFO O| Sep 17 22:18:06.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55442025-09-17T22:18:07.988Z[ recovery-image] Sep 17 22:18:06.957 INFO O| Sep 17 22:18:06.957 INFO STEP 241 (remove_files) COMPLETE
55452025-09-17T22:18:07.988Z[ recovery-image] Sep 17 22:18:06.957 INFO O| Sep 17 22:18:06.957 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-09-17T22:18:08.037Z[ recovery-image] Sep 17 22:18:06.969 INFO O| Sep 17 22:18:06.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55472025-09-17T22:18:08.037Z[ recovery-image] Sep 17 22:18:06.969 INFO O| Sep 17 22:18:06.969 INFO STEP 242 (remove_files) COMPLETE
55482025-09-17T22:18:08.038Z[ recovery-image] Sep 17 22:18:06.969 INFO O| Sep 17 22:18:06.969 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-09-17T22:18:08.038Z[ recovery-image] Sep 17 22:18:06.980 INFO O| Sep 17 22:18:06.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55502025-09-17T22:18:08.038Z[ recovery-image] Sep 17 22:18:06.980 INFO O| Sep 17 22:18:06.980 INFO STEP 243 (remove_files) COMPLETE
55512025-09-17T22:18:08.038Z[ recovery-image] Sep 17 22:18:06.980 INFO O| Sep 17 22:18:06.980 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-09-17T22:18:08.038Z[ recovery-image] Sep 17 22:18:06.994 INFO O| Sep 17 22:18:06.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55532025-09-17T22:18:08.038Z[ recovery-image] Sep 17 22:18:06.994 INFO O| Sep 17 22:18:06.994 INFO STEP 244 (remove_files) COMPLETE
55542025-09-17T22:18:08.038Z[ recovery-image] Sep 17 22:18:06.994 INFO O| Sep 17 22:18:06.994 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-09-17T22:18:08.042Z[ recovery-image] Sep 17 22:18:07.007 INFO O| Sep 17 22:18:07.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55562025-09-17T22:18:08.042Z[ recovery-image] Sep 17 22:18:07.008 INFO O| Sep 17 22:18:07.008 INFO STEP 245 (remove_files) COMPLETE
55572025-09-17T22:18:08.042Z[ recovery-image] Sep 17 22:18:07.008 INFO O| Sep 17 22:18:07.008 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-09-17T22:18:08.052Z[ recovery-image] Sep 17 22:18:07.021 INFO O| Sep 17 22:18:07.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55592025-09-17T22:18:08.052Z[ recovery-image] Sep 17 22:18:07.021 INFO O| Sep 17 22:18:07.021 INFO STEP 246 (remove_files) COMPLETE
55602025-09-17T22:18:08.052Z[ recovery-image] Sep 17 22:18:07.021 INFO O| Sep 17 22:18:07.021 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-09-17T22:18:08.066Z[ recovery-image] Sep 17 22:18:07.035 INFO O| Sep 17 22:18:07.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55622025-09-17T22:18:08.066Z[ recovery-image] Sep 17 22:18:07.035 INFO O| Sep 17 22:18:07.035 INFO STEP 247 (remove_files) COMPLETE
55632025-09-17T22:18:08.066Z[ recovery-image] Sep 17 22:18:07.035 INFO O| Sep 17 22:18:07.035 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-09-17T22:18:08.107Z[ recovery-image] Sep 17 22:18:07.075 INFO O| Sep 17 22:18:07.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55652025-09-17T22:18:08.107Z[ recovery-image] Sep 17 22:18:07.075 INFO O| Sep 17 22:18:07.075 INFO STEP 248 (remove_files) COMPLETE
55662025-09-17T22:18:08.107Z[ recovery-image] Sep 17 22:18:07.075 INFO O| Sep 17 22:18:07.075 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-09-17T22:18:08.135Z[ recovery-image] Sep 17 22:18:07.104 INFO O| Sep 17 22:18:07.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55682025-09-17T22:18:08.135Z[ recovery-image] Sep 17 22:18:07.104 INFO O| Sep 17 22:18:07.104 INFO STEP 249 (remove_files) COMPLETE
55692025-09-17T22:18:08.135Z[ recovery-image] Sep 17 22:18:07.104 INFO O| Sep 17 22:18:07.104 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-09-17T22:18:08.167Z[ recovery-image] Sep 17 22:18:07.136 INFO O| Sep 17 22:18:07.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55712025-09-17T22:18:08.168Z[ recovery-image] Sep 17 22:18:07.136 INFO O| Sep 17 22:18:07.136 INFO STEP 250 (remove_files) COMPLETE
55722025-09-17T22:18:08.168Z[ recovery-image] Sep 17 22:18:07.136 INFO O| Sep 17 22:18:07.136 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-09-17T22:18:08.181Z[ recovery-image] Sep 17 22:18:07.150 INFO O| Sep 17 22:18:07.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55742025-09-17T22:18:08.181Z[ recovery-image] Sep 17 22:18:07.150 INFO O| Sep 17 22:18:07.150 INFO STEP 251 (remove_files) COMPLETE
55752025-09-17T22:18:08.181Z[ recovery-image] Sep 17 22:18:07.150 INFO O| Sep 17 22:18:07.150 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-09-17T22:18:08.194Z[ recovery-image] Sep 17 22:18:07.163 INFO O| Sep 17 22:18:07.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55772025-09-17T22:18:08.194Z[ recovery-image] Sep 17 22:18:07.163 INFO O| Sep 17 22:18:07.163 INFO STEP 252 (remove_files) COMPLETE
55782025-09-17T22:18:08.194Z[ recovery-image] Sep 17 22:18:07.163 INFO O| Sep 17 22:18:07.163 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-09-17T22:18:08.208Z[ recovery-image] Sep 17 22:18:07.176 INFO O| Sep 17 22:18:07.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55802025-09-17T22:18:08.211Z[ recovery-image] Sep 17 22:18:07.176 INFO O| Sep 17 22:18:07.176 INFO STEP 253 (remove_files) COMPLETE
55812025-09-17T22:18:08.211Z[ recovery-image] Sep 17 22:18:07.176 INFO O| Sep 17 22:18:07.176 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-09-17T22:18:08.222Z[ recovery-image] Sep 17 22:18:07.191 INFO O| Sep 17 22:18:07.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55832025-09-17T22:18:08.222Z[ recovery-image] Sep 17 22:18:07.191 INFO O| Sep 17 22:18:07.191 INFO STEP 254 (remove_files) COMPLETE
55842025-09-17T22:18:08.222Z[ recovery-image] Sep 17 22:18:07.191 INFO O| Sep 17 22:18:07.191 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-09-17T22:18:08.235Z[ recovery-image] Sep 17 22:18:07.204 INFO O| Sep 17 22:18:07.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55862025-09-17T22:18:08.235Z[ recovery-image] Sep 17 22:18:07.204 INFO O| Sep 17 22:18:07.204 INFO STEP 255 (remove_files) COMPLETE
55872025-09-17T22:18:08.235Z[ recovery-image] Sep 17 22:18:07.204 INFO O| Sep 17 22:18:07.204 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-09-17T22:18:08.249Z[ recovery-image] Sep 17 22:18:07.218 INFO O| Sep 17 22:18:07.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55892025-09-17T22:18:08.249Z[ recovery-image] Sep 17 22:18:07.218 INFO O| Sep 17 22:18:07.218 INFO STEP 256 (remove_files) COMPLETE
55902025-09-17T22:18:08.249Z[ recovery-image] Sep 17 22:18:07.218 INFO O| Sep 17 22:18:07.218 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-09-17T22:18:08.262Z[ recovery-image] Sep 17 22:18:07.231 INFO O| Sep 17 22:18:07.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55922025-09-17T22:18:08.263Z[ recovery-image] Sep 17 22:18:07.231 INFO O| Sep 17 22:18:07.231 INFO STEP 257 (remove_files) COMPLETE
55932025-09-17T22:18:08.263Z[ recovery-image] Sep 17 22:18:07.231 INFO O| Sep 17 22:18:07.231 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-09-17T22:18:08.275Z[ recovery-image] Sep 17 22:18:07.244 INFO O| Sep 17 22:18:07.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55952025-09-17T22:18:08.275Z[ recovery-image] Sep 17 22:18:07.244 INFO O| Sep 17 22:18:07.244 INFO STEP 258 (remove_files) COMPLETE
55962025-09-17T22:18:08.275Z[ recovery-image] Sep 17 22:18:07.244 INFO O| Sep 17 22:18:07.244 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-09-17T22:18:08.288Z[ recovery-image] Sep 17 22:18:07.257 INFO O| Sep 17 22:18:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55982025-09-17T22:18:08.288Z[ recovery-image] Sep 17 22:18:07.257 INFO O| Sep 17 22:18:07.257 INFO STEP 259 (remove_files) COMPLETE
55992025-09-17T22:18:08.288Z[ recovery-image] Sep 17 22:18:07.257 INFO O| Sep 17 22:18:07.257 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-09-17T22:18:08.302Z[ recovery-image] Sep 17 22:18:07.269 INFO O| Sep 17 22:18:07.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56012025-09-17T22:18:08.302Z[ recovery-image] Sep 17 22:18:07.269 INFO O| Sep 17 22:18:07.269 INFO STEP 260 (remove_files) COMPLETE
56022025-09-17T22:18:08.302Z[ recovery-image] Sep 17 22:18:07.269 INFO O| Sep 17 22:18:07.269 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-09-17T22:18:08.315Z[ recovery-image] Sep 17 22:18:07.283 INFO O| Sep 17 22:18:07.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56042025-09-17T22:18:08.315Z[ recovery-image] Sep 17 22:18:07.283 INFO O| Sep 17 22:18:07.283 INFO STEP 261 (remove_files) COMPLETE
56052025-09-17T22:18:08.315Z[ recovery-image] Sep 17 22:18:07.283 INFO O| Sep 17 22:18:07.283 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-09-17T22:18:08.327Z[ recovery-image] Sep 17 22:18:07.296 INFO O| Sep 17 22:18:07.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56072025-09-17T22:18:08.327Z[ recovery-image] Sep 17 22:18:07.296 INFO O| Sep 17 22:18:07.296 INFO STEP 262 (remove_files) COMPLETE
56082025-09-17T22:18:08.327Z[ recovery-image] Sep 17 22:18:07.296 INFO O| Sep 17 22:18:07.296 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-09-17T22:18:08.340Z[ recovery-image] Sep 17 22:18:07.309 INFO O| Sep 17 22:18:07.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56102025-09-17T22:18:08.340Z[ recovery-image] Sep 17 22:18:07.309 INFO O| Sep 17 22:18:07.309 INFO STEP 263 (remove_files) COMPLETE
56112025-09-17T22:18:08.340Z[ recovery-image] Sep 17 22:18:07.309 INFO O| Sep 17 22:18:07.309 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-09-17T22:18:08.354Z[ recovery-image] Sep 17 22:18:07.322 INFO O| Sep 17 22:18:07.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56132025-09-17T22:18:08.354Z[ recovery-image] Sep 17 22:18:07.323 INFO O| Sep 17 22:18:07.323 INFO STEP 264 (remove_files) COMPLETE
56142025-09-17T22:18:08.354Z[ recovery-image] Sep 17 22:18:07.323 INFO O| Sep 17 22:18:07.323 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-09-17T22:18:08.367Z[ recovery-image] Sep 17 22:18:07.336 INFO O| Sep 17 22:18:07.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56162025-09-17T22:18:08.367Z[ recovery-image] Sep 17 22:18:07.336 INFO O| Sep 17 22:18:07.336 INFO STEP 265 (remove_files) COMPLETE
56172025-09-17T22:18:08.367Z[ recovery-image] Sep 17 22:18:07.336 INFO O| Sep 17 22:18:07.336 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-09-17T22:18:08.381Z[ recovery-image] Sep 17 22:18:07.350 INFO O| Sep 17 22:18:07.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56192025-09-17T22:18:08.381Z[ recovery-image] Sep 17 22:18:07.350 INFO O| Sep 17 22:18:07.350 INFO STEP 266 (remove_files) COMPLETE
56202025-09-17T22:18:08.381Z[ recovery-image] Sep 17 22:18:07.350 INFO O| Sep 17 22:18:07.350 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-09-17T22:18:08.395Z[ recovery-image] Sep 17 22:18:07.363 INFO O| Sep 17 22:18:07.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56222025-09-17T22:18:08.395Z[ recovery-image] Sep 17 22:18:07.364 INFO O| Sep 17 22:18:07.363 INFO STEP 267 (remove_files) COMPLETE
56232025-09-17T22:18:08.395Z[ recovery-image] Sep 17 22:18:07.364 INFO O| Sep 17 22:18:07.364 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-09-17T22:18:08.409Z[ recovery-image] Sep 17 22:18:07.376 INFO O| Sep 17 22:18:07.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56252025-09-17T22:18:08.413Z[ recovery-image] Sep 17 22:18:07.377 INFO O| Sep 17 22:18:07.377 INFO STEP 268 (remove_files) COMPLETE
56262025-09-17T22:18:08.413Z[ recovery-image] Sep 17 22:18:07.377 INFO O| Sep 17 22:18:07.377 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-09-17T22:18:08.423Z[ recovery-image] Sep 17 22:18:07.391 INFO O| Sep 17 22:18:07.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56282025-09-17T22:18:08.423Z[ recovery-image] Sep 17 22:18:07.391 INFO O| Sep 17 22:18:07.391 INFO STEP 269 (remove_files) COMPLETE
56292025-09-17T22:18:08.423Z[ recovery-image] Sep 17 22:18:07.391 INFO O| Sep 17 22:18:07.391 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-09-17T22:18:08.438Z[ recovery-image] Sep 17 22:18:07.407 INFO O| Sep 17 22:18:07.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56312025-09-17T22:18:08.438Z[ recovery-image] Sep 17 22:18:07.407 INFO O| Sep 17 22:18:07.407 INFO STEP 270 (remove_files) COMPLETE
56322025-09-17T22:18:08.438Z[ recovery-image] Sep 17 22:18:07.407 INFO O| Sep 17 22:18:07.407 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-09-17T22:18:08.452Z[ recovery-image] Sep 17 22:18:07.420 INFO O| Sep 17 22:18:07.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56342025-09-17T22:18:08.452Z[ recovery-image] Sep 17 22:18:07.420 INFO O| Sep 17 22:18:07.420 INFO STEP 271 (remove_files) COMPLETE
56352025-09-17T22:18:08.452Z[ recovery-image] Sep 17 22:18:07.420 INFO O| Sep 17 22:18:07.420 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-09-17T22:18:08.465Z[ recovery-image] Sep 17 22:18:07.434 INFO O| Sep 17 22:18:07.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56372025-09-17T22:18:08.465Z[ recovery-image] Sep 17 22:18:07.434 INFO O| Sep 17 22:18:07.434 INFO STEP 272 (remove_files) COMPLETE
56382025-09-17T22:18:08.468Z[ recovery-image] Sep 17 22:18:07.434 INFO O| Sep 17 22:18:07.434 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-09-17T22:18:08.479Z[ recovery-image] Sep 17 22:18:07.447 INFO O| Sep 17 22:18:07.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56402025-09-17T22:18:08.479Z[ recovery-image] Sep 17 22:18:07.447 INFO O| Sep 17 22:18:07.447 INFO STEP 273 (remove_files) COMPLETE
56412025-09-17T22:18:08.479Z[ recovery-image] Sep 17 22:18:07.447 INFO O| Sep 17 22:18:07.447 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-09-17T22:18:08.493Z[ recovery-image] Sep 17 22:18:07.462 INFO O| Sep 17 22:18:07.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56432025-09-17T22:18:08.493Z[ recovery-image] Sep 17 22:18:07.462 INFO O| Sep 17 22:18:07.462 INFO STEP 274 (remove_files) COMPLETE
56442025-09-17T22:18:08.496Z[ recovery-image] Sep 17 22:18:07.462 INFO O| Sep 17 22:18:07.462 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-09-17T22:18:08.508Z[ recovery-image] Sep 17 22:18:07.476 INFO O| Sep 17 22:18:07.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56462025-09-17T22:18:08.508Z[ recovery-image] Sep 17 22:18:07.477 INFO O| Sep 17 22:18:07.476 INFO STEP 275 (remove_files) COMPLETE
56472025-09-17T22:18:08.508Z[ recovery-image] Sep 17 22:18:07.477 INFO O| Sep 17 22:18:07.477 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-09-17T22:18:08.523Z[ recovery-image] Sep 17 22:18:07.492 INFO O| Sep 17 22:18:07.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56492025-09-17T22:18:08.523Z[ recovery-image] Sep 17 22:18:07.492 INFO O| Sep 17 22:18:07.492 INFO STEP 276 (remove_files) COMPLETE
56502025-09-17T22:18:08.523Z[ recovery-image] Sep 17 22:18:07.492 INFO O| Sep 17 22:18:07.492 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-09-17T22:18:08.537Z[ recovery-image] Sep 17 22:18:07.506 INFO O| Sep 17 22:18:07.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56522025-09-17T22:18:08.537Z[ recovery-image] Sep 17 22:18:07.506 INFO O| Sep 17 22:18:07.506 INFO STEP 277 (remove_files) COMPLETE
56532025-09-17T22:18:08.541Z[ recovery-image] Sep 17 22:18:07.506 INFO O| Sep 17 22:18:07.506 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542025-09-17T22:18:08.551Z[ recovery-image] Sep 17 22:18:07.520 INFO O| Sep 17 22:18:07.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56552025-09-17T22:18:08.551Z[ recovery-image] Sep 17 22:18:07.520 INFO O| Sep 17 22:18:07.520 INFO STEP 278 (remove_files) COMPLETE
56562025-09-17T22:18:08.551Z[ recovery-image] Sep 17 22:18:07.520 INFO O| Sep 17 22:18:07.520 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572025-09-17T22:18:08.565Z[ recovery-image] Sep 17 22:18:07.534 INFO O| Sep 17 22:18:07.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56582025-09-17T22:18:08.565Z[ recovery-image] Sep 17 22:18:07.534 INFO O| Sep 17 22:18:07.534 INFO STEP 279 (remove_files) COMPLETE
56592025-09-17T22:18:08.568Z[ recovery-image] Sep 17 22:18:07.534 INFO O| Sep 17 22:18:07.534 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602025-09-17T22:18:08.601Z[ recovery-image] Sep 17 22:18:07.569 INFO O| Sep 17 22:18:07.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56612025-09-17T22:18:08.601Z[ recovery-image] Sep 17 22:18:07.569 INFO O| Sep 17 22:18:07.548 INFO STEP 280 (remove_files) COMPLETE
56622025-09-17T22:18:08.601Z[ recovery-image] Sep 17 22:18:07.569 INFO O| Sep 17 22:18:07.548 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-09-17T22:18:08.605Z[ recovery-image] Sep 17 22:18:07.569 INFO O| Sep 17 22:18:07.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56642025-09-17T22:18:08.605Z[ recovery-image] Sep 17 22:18:07.569 INFO O| Sep 17 22:18:07.562 INFO STEP 281 (remove_files) COMPLETE
56652025-09-17T22:18:08.605Z[ recovery-image] Sep 17 22:18:07.569 INFO O| Sep 17 22:18:07.562 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662025-09-17T22:18:08.610Z[ recovery-image] Sep 17 22:18:07.575 INFO O| Sep 17 22:18:07.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56672025-09-17T22:18:08.610Z[ recovery-image] Sep 17 22:18:07.575 INFO O| Sep 17 22:18:07.575 INFO STEP 282 (remove_files) COMPLETE
56682025-09-17T22:18:08.610Z[ recovery-image] Sep 17 22:18:07.575 INFO O| Sep 17 22:18:07.575 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692025-09-17T22:18:08.618Z[ recovery-image] Sep 17 22:18:07.587 INFO O| Sep 17 22:18:07.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56702025-09-17T22:18:08.618Z[ recovery-image] Sep 17 22:18:07.587 INFO O| Sep 17 22:18:07.587 INFO STEP 283 (remove_files) COMPLETE
56712025-09-17T22:18:08.618Z[ recovery-image] Sep 17 22:18:07.587 INFO O| Sep 17 22:18:07.587 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722025-09-17T22:18:08.634Z[ recovery-image] Sep 17 22:18:07.600 INFO O| Sep 17 22:18:07.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56732025-09-17T22:18:08.634Z[ recovery-image] Sep 17 22:18:07.601 INFO O| Sep 17 22:18:07.601 INFO STEP 284 (remove_files) COMPLETE
56742025-09-17T22:18:08.634Z[ recovery-image] Sep 17 22:18:07.601 INFO O| Sep 17 22:18:07.601 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752025-09-17T22:18:08.646Z[ recovery-image] Sep 17 22:18:07.613 INFO O| Sep 17 22:18:07.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56762025-09-17T22:18:08.646Z[ recovery-image] Sep 17 22:18:07.614 INFO O| Sep 17 22:18:07.613 INFO STEP 285 (remove_files) COMPLETE
56772025-09-17T22:18:08.650Z[ recovery-image] Sep 17 22:18:07.614 INFO O| Sep 17 22:18:07.613 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782025-09-17T22:18:08.659Z[ recovery-image] Sep 17 22:18:07.626 INFO O| Sep 17 22:18:07.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56792025-09-17T22:18:08.663Z[ recovery-image] Sep 17 22:18:07.627 INFO O| Sep 17 22:18:07.627 INFO STEP 286 (remove_files) COMPLETE
56802025-09-17T22:18:08.664Z[ recovery-image] Sep 17 22:18:07.627 INFO O| Sep 17 22:18:07.627 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812025-09-17T22:18:08.671Z[ recovery-image] Sep 17 22:18:07.640 INFO O| Sep 17 22:18:07.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56822025-09-17T22:18:08.671Z[ recovery-image] Sep 17 22:18:07.640 INFO O| Sep 17 22:18:07.640 INFO STEP 287 (remove_files) COMPLETE
56832025-09-17T22:18:08.671Z[ recovery-image] Sep 17 22:18:07.640 INFO O| Sep 17 22:18:07.640 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842025-09-17T22:18:08.685Z[ recovery-image] Sep 17 22:18:07.652 INFO O| Sep 17 22:18:07.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56852025-09-17T22:18:08.685Z[ recovery-image] Sep 17 22:18:07.652 INFO O| Sep 17 22:18:07.652 INFO STEP 288 (remove_files) COMPLETE
56862025-09-17T22:18:08.688Z[ recovery-image] Sep 17 22:18:07.652 INFO O| Sep 17 22:18:07.652 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-09-17T22:18:08.698Z[ recovery-image] Sep 17 22:18:07.666 INFO O| Sep 17 22:18:07.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56882025-09-17T22:18:08.698Z[ recovery-image] Sep 17 22:18:07.666 INFO O| Sep 17 22:18:07.666 INFO STEP 289 (remove_files) COMPLETE
56892025-09-17T22:18:08.698Z[ recovery-image] Sep 17 22:18:07.666 INFO O| Sep 17 22:18:07.666 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-09-17T22:18:08.712Z[ recovery-image] Sep 17 22:18:07.681 INFO O| Sep 17 22:18:07.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56912025-09-17T22:18:08.713Z[ recovery-image] Sep 17 22:18:07.681 INFO O| Sep 17 22:18:07.681 INFO STEP 290 (remove_files) COMPLETE
56922025-09-17T22:18:08.716Z[ recovery-image] Sep 17 22:18:07.681 INFO O| Sep 17 22:18:07.681 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932025-09-17T22:18:08.727Z[ recovery-image] Sep 17 22:18:07.695 INFO O| Sep 17 22:18:07.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56942025-09-17T22:18:08.727Z[ recovery-image] Sep 17 22:18:07.696 INFO O| Sep 17 22:18:07.695 INFO STEP 291 (remove_files) COMPLETE
56952025-09-17T22:18:08.727Z[ recovery-image] Sep 17 22:18:07.696 INFO O| Sep 17 22:18:07.695 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-09-17T22:18:08.741Z[ recovery-image] Sep 17 22:18:07.709 INFO O| Sep 17 22:18:07.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56972025-09-17T22:18:08.741Z[ recovery-image] Sep 17 22:18:07.709 INFO O| Sep 17 22:18:07.709 INFO STEP 292 (remove_files) COMPLETE
56982025-09-17T22:18:08.741Z[ recovery-image] Sep 17 22:18:07.709 INFO O| Sep 17 22:18:07.709 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-09-17T22:18:08.754Z[ recovery-image] Sep 17 22:18:07.722 INFO O| Sep 17 22:18:07.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57002025-09-17T22:18:08.754Z[ recovery-image] Sep 17 22:18:07.722 INFO O| Sep 17 22:18:07.722 INFO STEP 293 (remove_files) COMPLETE
57012025-09-17T22:18:08.754Z[ recovery-image] Sep 17 22:18:07.722 INFO O| Sep 17 22:18:07.722 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-09-17T22:18:08.767Z[ recovery-image] Sep 17 22:18:07.735 INFO O| Sep 17 22:18:07.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57032025-09-17T22:18:08.767Z[ recovery-image] Sep 17 22:18:07.735 INFO O| Sep 17 22:18:07.735 INFO STEP 294 (remove_files) COMPLETE
57042025-09-17T22:18:08.767Z[ recovery-image] Sep 17 22:18:07.735 INFO O| Sep 17 22:18:07.735 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-09-17T22:18:08.781Z[ recovery-image] Sep 17 22:18:07.749 INFO O| Sep 17 22:18:07.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57062025-09-17T22:18:08.781Z[ recovery-image] Sep 17 22:18:07.749 INFO O| Sep 17 22:18:07.749 INFO STEP 295 (remove_files) COMPLETE
57072025-09-17T22:18:08.782Z[ recovery-image] Sep 17 22:18:07.749 INFO O| Sep 17 22:18:07.749 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-09-17T22:18:08.793Z[ recovery-image] Sep 17 22:18:07.762 INFO O| Sep 17 22:18:07.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57092025-09-17T22:18:08.793Z[ recovery-image] Sep 17 22:18:07.762 INFO O| Sep 17 22:18:07.762 INFO STEP 296 (remove_files) COMPLETE
57102025-09-17T22:18:08.793Z[ recovery-image] Sep 17 22:18:07.762 INFO O| Sep 17 22:18:07.762 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-09-17T22:18:08.807Z[ recovery-image] Sep 17 22:18:07.775 INFO O| Sep 17 22:18:07.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57122025-09-17T22:18:08.807Z[ recovery-image] Sep 17 22:18:07.775 INFO O| Sep 17 22:18:07.775 INFO STEP 297 (remove_files) COMPLETE
57132025-09-17T22:18:08.807Z[ recovery-image] Sep 17 22:18:07.775 INFO O| Sep 17 22:18:07.775 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-09-17T22:18:08.820Z[ recovery-image] Sep 17 22:18:07.789 INFO O| Sep 17 22:18:07.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57152025-09-17T22:18:08.820Z[ recovery-image] Sep 17 22:18:07.789 INFO O| Sep 17 22:18:07.789 INFO STEP 298 (remove_files) COMPLETE
57162025-09-17T22:18:08.820Z[ recovery-image] Sep 17 22:18:07.789 INFO O| Sep 17 22:18:07.789 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-09-17T22:18:08.834Z[ recovery-image] Sep 17 22:18:07.802 INFO O| Sep 17 22:18:07.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57182025-09-17T22:18:08.834Z[ recovery-image] Sep 17 22:18:07.802 INFO O| Sep 17 22:18:07.802 INFO STEP 299 (remove_files) COMPLETE
57192025-09-17T22:18:08.839Z[ recovery-image] Sep 17 22:18:07.802 INFO O| Sep 17 22:18:07.802 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-09-17T22:18:08.849Z[ recovery-image] Sep 17 22:18:07.817 INFO O| Sep 17 22:18:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57212025-09-17T22:18:08.849Z[ recovery-image] Sep 17 22:18:07.817 INFO O| Sep 17 22:18:07.817 INFO STEP 300 (remove_files) COMPLETE
57222025-09-17T22:18:08.849Z[ recovery-image] Sep 17 22:18:07.817 INFO O| Sep 17 22:18:07.817 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-09-17T22:18:08.862Z[ recovery-image] Sep 17 22:18:07.831 INFO O| Sep 17 22:18:07.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57242025-09-17T22:18:08.862Z[ recovery-image] Sep 17 22:18:07.831 INFO O| Sep 17 22:18:07.831 INFO STEP 301 (remove_files) COMPLETE
57252025-09-17T22:18:08.867Z[ recovery-image] Sep 17 22:18:07.831 INFO O| Sep 17 22:18:07.831 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-09-17T22:18:08.875Z[ recovery-image] Sep 17 22:18:07.844 INFO O| Sep 17 22:18:07.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57272025-09-17T22:18:08.876Z[ recovery-image] Sep 17 22:18:07.844 INFO O| Sep 17 22:18:07.844 INFO STEP 302 (remove_files) COMPLETE
57282025-09-17T22:18:08.876Z[ recovery-image] Sep 17 22:18:07.844 INFO O| Sep 17 22:18:07.844 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-09-17T22:18:08.888Z[ recovery-image] Sep 17 22:18:07.857 INFO O| Sep 17 22:18:07.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57302025-09-17T22:18:08.888Z[ recovery-image] Sep 17 22:18:07.857 INFO O| Sep 17 22:18:07.857 INFO STEP 303 (remove_files) COMPLETE
57312025-09-17T22:18:08.889Z[ recovery-image] Sep 17 22:18:07.857 INFO O| Sep 17 22:18:07.857 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-09-17T22:18:08.902Z[ recovery-image] Sep 17 22:18:07.870 INFO O| Sep 17 22:18:07.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57332025-09-17T22:18:08.902Z[ recovery-image] Sep 17 22:18:07.871 INFO O| Sep 17 22:18:07.871 INFO STEP 304 (remove_files) COMPLETE
57342025-09-17T22:18:08.905Z[ recovery-image] Sep 17 22:18:07.871 INFO O| Sep 17 22:18:07.871 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-09-17T22:18:08.915Z[ recovery-image] Sep 17 22:18:07.883 INFO O| Sep 17 22:18:07.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57362025-09-17T22:18:08.918Z[ recovery-image] Sep 17 22:18:07.883 INFO O| Sep 17 22:18:07.883 INFO STEP 305 (remove_files) COMPLETE
57372025-09-17T22:18:08.918Z[ recovery-image] Sep 17 22:18:07.884 INFO O| Sep 17 22:18:07.883 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-09-17T22:18:08.928Z[ recovery-image] Sep 17 22:18:07.897 INFO O| Sep 17 22:18:07.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57392025-09-17T22:18:08.928Z[ recovery-image] Sep 17 22:18:07.897 INFO O| Sep 17 22:18:07.897 INFO STEP 306 (remove_files) COMPLETE
57402025-09-17T22:18:08.928Z[ recovery-image] Sep 17 22:18:07.897 INFO O| Sep 17 22:18:07.897 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-09-17T22:18:08.942Z[ recovery-image] Sep 17 22:18:07.909 INFO O| Sep 17 22:18:07.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57422025-09-17T22:18:08.942Z[ recovery-image] Sep 17 22:18:07.910 INFO O| Sep 17 22:18:07.910 INFO STEP 307 (remove_files) COMPLETE
57432025-09-17T22:18:08.947Z[ recovery-image] Sep 17 22:18:07.910 INFO O| Sep 17 22:18:07.910 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-09-17T22:18:08.956Z[ recovery-image] Sep 17 22:18:07.924 INFO O| Sep 17 22:18:07.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57452025-09-17T22:18:08.956Z[ recovery-image] Sep 17 22:18:07.924 INFO O| Sep 17 22:18:07.924 INFO STEP 308 (remove_files) COMPLETE
57462025-09-17T22:18:08.956Z[ recovery-image] Sep 17 22:18:07.924 INFO O| Sep 17 22:18:07.924 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-09-17T22:18:08.970Z[ recovery-image] Sep 17 22:18:07.937 INFO O| Sep 17 22:18:07.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57482025-09-17T22:18:08.970Z[ recovery-image] Sep 17 22:18:07.937 INFO O| Sep 17 22:18:07.937 INFO STEP 309 (remove_files) COMPLETE
57492025-09-17T22:18:08.970Z[ recovery-image] Sep 17 22:18:07.937 INFO O| Sep 17 22:18:07.937 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-09-17T22:18:08.981Z[ recovery-image] Sep 17 22:18:07.950 INFO O| Sep 17 22:18:07.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57512025-09-17T22:18:08.981Z[ recovery-image] Sep 17 22:18:07.950 INFO O| Sep 17 22:18:07.950 INFO STEP 310 (remove_files) COMPLETE
57522025-09-17T22:18:08.981Z[ recovery-image] Sep 17 22:18:07.950 INFO O| Sep 17 22:18:07.950 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-09-17T22:18:08.993Z[ recovery-image] Sep 17 22:18:07.962 INFO O| Sep 17 22:18:07.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57542025-09-17T22:18:08.993Z[ recovery-image] Sep 17 22:18:07.962 INFO O| Sep 17 22:18:07.962 INFO STEP 311 (remove_files) COMPLETE
57552025-09-17T22:18:08.993Z[ recovery-image] Sep 17 22:18:07.962 INFO O| Sep 17 22:18:07.962 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-09-17T22:18:09.006Z[ recovery-image] Sep 17 22:18:07.975 INFO O| Sep 17 22:18:07.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57572025-09-17T22:18:09.006Z[ recovery-image] Sep 17 22:18:07.975 INFO O| Sep 17 22:18:07.975 INFO STEP 312 (remove_files) COMPLETE
57582025-09-17T22:18:09.009Z[ recovery-image] Sep 17 22:18:07.975 INFO O| Sep 17 22:18:07.975 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-09-17T22:18:09.019Z[ recovery-image] Sep 17 22:18:07.988 INFO O| Sep 17 22:18:07.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57602025-09-17T22:18:09.019Z[ recovery-image] Sep 17 22:18:07.988 INFO O| Sep 17 22:18:07.988 INFO STEP 313 (remove_files) COMPLETE
57612025-09-17T22:18:09.019Z[ recovery-image] Sep 17 22:18:07.988 INFO O| Sep 17 22:18:07.988 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-09-17T22:18:09.032Z[ recovery-image] Sep 17 22:18:08.000 INFO O| Sep 17 22:18:08.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57632025-09-17T22:18:09.032Z[ recovery-image] Sep 17 22:18:08.000 INFO O| Sep 17 22:18:08.000 INFO STEP 314 (remove_files) COMPLETE
57642025-09-17T22:18:09.032Z[ recovery-image] Sep 17 22:18:08.000 INFO O| Sep 17 22:18:08.000 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-09-17T22:18:09.045Z[ recovery-image] Sep 17 22:18:08.013 INFO O| Sep 17 22:18:08.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57662025-09-17T22:18:09.045Z[ recovery-image] Sep 17 22:18:08.014 INFO O| Sep 17 22:18:08.014 INFO STEP 315 (remove_files) COMPLETE
57672025-09-17T22:18:09.045Z[ recovery-image] Sep 17 22:18:08.014 INFO O| Sep 17 22:18:08.014 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-09-17T22:18:09.057Z[ recovery-image] Sep 17 22:18:08.026 INFO O| Sep 17 22:18:08.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57692025-09-17T22:18:09.058Z[ recovery-image] Sep 17 22:18:08.026 INFO O| Sep 17 22:18:08.026 INFO STEP 316 (remove_files) COMPLETE
57702025-09-17T22:18:09.058Z[ recovery-image] Sep 17 22:18:08.026 INFO O| Sep 17 22:18:08.026 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-09-17T22:18:09.069Z[ recovery-image] Sep 17 22:18:08.038 INFO O| Sep 17 22:18:08.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57722025-09-17T22:18:09.069Z[ recovery-image] Sep 17 22:18:08.038 INFO O| Sep 17 22:18:08.038 INFO STEP 317 (remove_files) COMPLETE
57732025-09-17T22:18:09.069Z[ recovery-image] Sep 17 22:18:08.038 INFO O| Sep 17 22:18:08.038 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-09-17T22:18:09.082Z[ recovery-image] Sep 17 22:18:08.050 INFO O| Sep 17 22:18:08.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57752025-09-17T22:18:09.082Z[ recovery-image] Sep 17 22:18:08.050 INFO O| Sep 17 22:18:08.050 INFO STEP 318 (remove_files) COMPLETE
57762025-09-17T22:18:09.085Z[ recovery-image] Sep 17 22:18:08.050 INFO O| Sep 17 22:18:08.050 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-09-17T22:18:09.094Z[ recovery-image] Sep 17 22:18:08.062 INFO O| Sep 17 22:18:08.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57782025-09-17T22:18:09.094Z[ recovery-image] Sep 17 22:18:08.062 INFO O| Sep 17 22:18:08.062 INFO STEP 319 (remove_files) COMPLETE
57792025-09-17T22:18:09.094Z[ recovery-image] Sep 17 22:18:08.062 INFO O| Sep 17 22:18:08.062 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-09-17T22:18:09.105Z[ recovery-image] Sep 17 22:18:08.074 INFO O| Sep 17 22:18:08.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57812025-09-17T22:18:09.105Z[ recovery-image] Sep 17 22:18:08.074 INFO O| Sep 17 22:18:08.074 INFO STEP 320 (remove_files) COMPLETE
57822025-09-17T22:18:09.105Z[ recovery-image] Sep 17 22:18:08.074 INFO O| Sep 17 22:18:08.074 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-09-17T22:18:09.117Z[ recovery-image] Sep 17 22:18:08.086 INFO O| Sep 17 22:18:08.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57842025-09-17T22:18:09.121Z[ recovery-image] Sep 17 22:18:08.086 INFO O| Sep 17 22:18:08.086 INFO STEP 321 (remove_files) COMPLETE
57852025-09-17T22:18:09.121Z[ recovery-image] Sep 17 22:18:08.086 INFO O| Sep 17 22:18:08.086 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-09-17T22:18:09.130Z[ recovery-image] Sep 17 22:18:08.099 INFO O| Sep 17 22:18:08.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57872025-09-17T22:18:09.130Z[ recovery-image] Sep 17 22:18:08.099 INFO O| Sep 17 22:18:08.099 INFO STEP 322 (remove_files) COMPLETE
57882025-09-17T22:18:09.130Z[ recovery-image] Sep 17 22:18:08.099 INFO O| Sep 17 22:18:08.099 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-09-17T22:18:09.142Z[ recovery-image] Sep 17 22:18:08.111 INFO O| Sep 17 22:18:08.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57902025-09-17T22:18:09.142Z[ recovery-image] Sep 17 22:18:08.111 INFO O| Sep 17 22:18:08.111 INFO STEP 323 (remove_files) COMPLETE
57912025-09-17T22:18:09.142Z[ recovery-image] Sep 17 22:18:08.111 INFO O| Sep 17 22:18:08.111 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-09-17T22:18:09.155Z[ recovery-image] Sep 17 22:18:08.124 INFO O| Sep 17 22:18:08.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57932025-09-17T22:18:09.155Z[ recovery-image] Sep 17 22:18:08.124 INFO O| Sep 17 22:18:08.124 INFO STEP 324 (remove_files) COMPLETE
57942025-09-17T22:18:09.155Z[ recovery-image] Sep 17 22:18:08.124 INFO O| Sep 17 22:18:08.124 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-09-17T22:18:09.169Z[ recovery-image] Sep 17 22:18:08.137 INFO O| Sep 17 22:18:08.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57962025-09-17T22:18:09.169Z[ recovery-image] Sep 17 22:18:08.137 INFO O| Sep 17 22:18:08.137 INFO STEP 325 (remove_files) COMPLETE
57972025-09-17T22:18:09.172Z[ recovery-image] Sep 17 22:18:08.137 INFO O| Sep 17 22:18:08.137 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-09-17T22:18:09.185Z[ recovery-image] Sep 17 22:18:08.153 INFO O| Sep 17 22:18:08.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57992025-09-17T22:18:09.185Z[ recovery-image] Sep 17 22:18:08.153 INFO O| Sep 17 22:18:08.153 INFO STEP 326 (remove_files) COMPLETE
58002025-09-17T22:18:09.188Z[ recovery-image] Sep 17 22:18:08.153 INFO O| Sep 17 22:18:08.153 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-09-17T22:18:09.198Z[ recovery-image] Sep 17 22:18:08.166 INFO O| Sep 17 22:18:08.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58022025-09-17T22:18:09.201Z[ recovery-image] Sep 17 22:18:08.167 INFO O| Sep 17 22:18:08.167 INFO STEP 327 (remove_files) COMPLETE
58032025-09-17T22:18:09.201Z[ recovery-image] Sep 17 22:18:08.167 INFO O| Sep 17 22:18:08.167 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-09-17T22:18:09.211Z[ recovery-image] Sep 17 22:18:08.180 INFO O| Sep 17 22:18:08.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58052025-09-17T22:18:09.211Z[ recovery-image] Sep 17 22:18:08.180 INFO O| Sep 17 22:18:08.180 INFO STEP 328 (remove_files) COMPLETE
58062025-09-17T22:18:09.215Z[ recovery-image] Sep 17 22:18:08.180 INFO O| Sep 17 22:18:08.180 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-09-17T22:18:09.224Z[ recovery-image] Sep 17 22:18:08.193 INFO O| Sep 17 22:18:08.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58082025-09-17T22:18:09.224Z[ recovery-image] Sep 17 22:18:08.193 INFO O| Sep 17 22:18:08.193 INFO STEP 329 (remove_files) COMPLETE
58092025-09-17T22:18:09.224Z[ recovery-image] Sep 17 22:18:08.193 INFO O| Sep 17 22:18:08.193 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-09-17T22:18:09.237Z[ recovery-image] Sep 17 22:18:08.206 INFO O| Sep 17 22:18:08.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58112025-09-17T22:18:09.237Z[ recovery-image] Sep 17 22:18:08.206 INFO O| Sep 17 22:18:08.206 INFO STEP 330 (remove_files) COMPLETE
58122025-09-17T22:18:09.237Z[ recovery-image] Sep 17 22:18:08.206 INFO O| Sep 17 22:18:08.206 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-09-17T22:18:09.249Z[ recovery-image] Sep 17 22:18:08.218 INFO O| Sep 17 22:18:08.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58142025-09-17T22:18:09.250Z[ recovery-image] Sep 17 22:18:08.218 INFO O| Sep 17 22:18:08.218 INFO STEP 331 (remove_files) COMPLETE
58152025-09-17T22:18:09.250Z[ recovery-image] Sep 17 22:18:08.218 INFO O| Sep 17 22:18:08.218 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-09-17T22:18:09.262Z[ recovery-image] Sep 17 22:18:08.230 INFO O| Sep 17 22:18:08.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58172025-09-17T22:18:09.262Z[ recovery-image] Sep 17 22:18:08.230 INFO O| Sep 17 22:18:08.230 INFO STEP 332 (remove_files) COMPLETE
58182025-09-17T22:18:09.265Z[ recovery-image] Sep 17 22:18:08.230 INFO O| Sep 17 22:18:08.230 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-09-17T22:18:09.274Z[ recovery-image] Sep 17 22:18:08.243 INFO O| Sep 17 22:18:08.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58202025-09-17T22:18:09.274Z[ recovery-image] Sep 17 22:18:08.243 INFO O| Sep 17 22:18:08.243 INFO STEP 333 (remove_files) COMPLETE
58212025-09-17T22:18:09.274Z[ recovery-image] Sep 17 22:18:08.243 INFO O| Sep 17 22:18:08.243 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-09-17T22:18:09.287Z[ recovery-image] Sep 17 22:18:08.255 INFO O| Sep 17 22:18:08.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58232025-09-17T22:18:09.290Z[ recovery-image] Sep 17 22:18:08.255 INFO O| Sep 17 22:18:08.255 INFO STEP 334 (remove_files) COMPLETE
58242025-09-17T22:18:09.290Z[ recovery-image] Sep 17 22:18:08.255 INFO O| Sep 17 22:18:08.255 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-09-17T22:18:09.300Z[ recovery-image] Sep 17 22:18:08.267 INFO O| Sep 17 22:18:08.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58262025-09-17T22:18:09.300Z[ recovery-image] Sep 17 22:18:08.267 INFO O| Sep 17 22:18:08.267 INFO STEP 335 (remove_files) COMPLETE
58272025-09-17T22:18:09.300Z[ recovery-image] Sep 17 22:18:08.267 INFO O| Sep 17 22:18:08.267 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-09-17T22:18:09.310Z[ recovery-image] Sep 17 22:18:08.279 INFO O| Sep 17 22:18:08.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58292025-09-17T22:18:09.310Z[ recovery-image] Sep 17 22:18:08.279 INFO O| Sep 17 22:18:08.279 INFO STEP 336 (remove_files) COMPLETE
58302025-09-17T22:18:09.314Z[ recovery-image] Sep 17 22:18:08.279 INFO O| Sep 17 22:18:08.279 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-09-17T22:18:09.323Z[ recovery-image] Sep 17 22:18:08.292 INFO O| Sep 17 22:18:08.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58322025-09-17T22:18:09.323Z[ recovery-image] Sep 17 22:18:08.292 INFO O| Sep 17 22:18:08.292 INFO STEP 337 (remove_files) COMPLETE
58332025-09-17T22:18:09.326Z[ recovery-image] Sep 17 22:18:08.292 INFO O| Sep 17 22:18:08.292 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-09-17T22:18:09.336Z[ recovery-image] Sep 17 22:18:08.305 INFO O| Sep 17 22:18:08.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58352025-09-17T22:18:09.340Z[ recovery-image] Sep 17 22:18:08.305 INFO O| Sep 17 22:18:08.305 INFO STEP 338 (remove_files) COMPLETE
58362025-09-17T22:18:09.340Z[ recovery-image] Sep 17 22:18:08.305 INFO O| Sep 17 22:18:08.305 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-09-17T22:18:09.360Z[ recovery-image] Sep 17 22:18:08.318 INFO O| Sep 17 22:18:08.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58382025-09-17T22:18:09.360Z[ recovery-image] Sep 17 22:18:08.318 INFO O| Sep 17 22:18:08.318 INFO STEP 339 (remove_files) COMPLETE
58392025-09-17T22:18:09.360Z[ recovery-image] Sep 17 22:18:08.318 INFO O| Sep 17 22:18:08.318 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-09-17T22:18:09.363Z[ recovery-image] Sep 17 22:18:08.331 INFO O| Sep 17 22:18:08.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58412025-09-17T22:18:09.364Z[ recovery-image] Sep 17 22:18:08.331 INFO O| Sep 17 22:18:08.331 INFO STEP 340 (remove_files) COMPLETE
58422025-09-17T22:18:09.364Z[ recovery-image] Sep 17 22:18:08.331 INFO O| Sep 17 22:18:08.331 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-09-17T22:18:09.375Z[ recovery-image] Sep 17 22:18:08.343 INFO O| Sep 17 22:18:08.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58442025-09-17T22:18:09.375Z[ recovery-image] Sep 17 22:18:08.344 INFO O| Sep 17 22:18:08.343 INFO STEP 341 (remove_files) COMPLETE
58452025-09-17T22:18:09.378Z[ recovery-image] Sep 17 22:18:08.344 INFO O| Sep 17 22:18:08.343 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-09-17T22:18:09.387Z[ recovery-image] Sep 17 22:18:08.356 INFO O| Sep 17 22:18:08.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58472025-09-17T22:18:09.387Z[ recovery-image] Sep 17 22:18:08.356 INFO O| Sep 17 22:18:08.356 INFO STEP 342 (remove_files) COMPLETE
58482025-09-17T22:18:09.387Z[ recovery-image] Sep 17 22:18:08.356 INFO O| Sep 17 22:18:08.356 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-09-17T22:18:09.400Z[ recovery-image] Sep 17 22:18:08.369 INFO O| Sep 17 22:18:08.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58502025-09-17T22:18:09.400Z[ recovery-image] Sep 17 22:18:08.369 INFO O| Sep 17 22:18:08.369 INFO STEP 343 (remove_files) COMPLETE
58512025-09-17T22:18:09.400Z[ recovery-image] Sep 17 22:18:08.369 INFO O| Sep 17 22:18:08.369 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-09-17T22:18:09.412Z[ recovery-image] Sep 17 22:18:08.381 INFO O| Sep 17 22:18:08.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58532025-09-17T22:18:09.412Z[ recovery-image] Sep 17 22:18:08.381 INFO O| Sep 17 22:18:08.381 INFO STEP 344 (remove_files) COMPLETE
58542025-09-17T22:18:09.412Z[ recovery-image] Sep 17 22:18:08.381 INFO O| Sep 17 22:18:08.381 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-09-17T22:18:09.426Z[ recovery-image] Sep 17 22:18:08.394 INFO O| Sep 17 22:18:08.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58562025-09-17T22:18:09.426Z[ recovery-image] Sep 17 22:18:08.394 INFO O| Sep 17 22:18:08.394 INFO STEP 345 (remove_files) COMPLETE
58572025-09-17T22:18:09.426Z[ recovery-image] Sep 17 22:18:08.394 INFO O| Sep 17 22:18:08.394 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-09-17T22:18:09.439Z[ recovery-image] Sep 17 22:18:08.407 INFO O| Sep 17 22:18:08.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58592025-09-17T22:18:09.439Z[ recovery-image] Sep 17 22:18:08.408 INFO O| Sep 17 22:18:08.408 INFO STEP 346 (remove_files) COMPLETE
58602025-09-17T22:18:09.439Z[ recovery-image] Sep 17 22:18:08.408 INFO O| Sep 17 22:18:08.408 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-09-17T22:18:09.453Z[ recovery-image] Sep 17 22:18:08.421 INFO O| Sep 17 22:18:08.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58622025-09-17T22:18:09.453Z[ recovery-image] Sep 17 22:18:08.421 INFO O| Sep 17 22:18:08.421 INFO STEP 347 (remove_files) COMPLETE
58632025-09-17T22:18:09.453Z[ recovery-image] Sep 17 22:18:08.421 INFO O| Sep 17 22:18:08.421 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-09-17T22:18:09.467Z[ recovery-image] Sep 17 22:18:08.435 INFO O| Sep 17 22:18:08.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58652025-09-17T22:18:09.467Z[ recovery-image] Sep 17 22:18:08.436 INFO O| Sep 17 22:18:08.435 INFO STEP 348 (remove_files) COMPLETE
58662025-09-17T22:18:09.467Z[ recovery-image] Sep 17 22:18:08.436 INFO O| Sep 17 22:18:08.435 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-09-17T22:18:09.481Z[ recovery-image] Sep 17 22:18:08.449 INFO O| Sep 17 22:18:08.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58682025-09-17T22:18:09.481Z[ recovery-image] Sep 17 22:18:08.449 INFO O| Sep 17 22:18:08.449 INFO STEP 349 (remove_files) COMPLETE
58692025-09-17T22:18:09.485Z[ recovery-image] Sep 17 22:18:08.449 INFO O| Sep 17 22:18:08.449 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-09-17T22:18:09.494Z[ recovery-image] Sep 17 22:18:08.462 INFO O| Sep 17 22:18:08.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58712025-09-17T22:18:09.494Z[ recovery-image] Sep 17 22:18:08.462 INFO O| Sep 17 22:18:08.462 INFO STEP 350 (remove_files) COMPLETE
58722025-09-17T22:18:09.497Z[ recovery-image] Sep 17 22:18:08.462 INFO O| Sep 17 22:18:08.462 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-09-17T22:18:09.507Z[ recovery-image] Sep 17 22:18:08.476 INFO O| Sep 17 22:18:08.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58742025-09-17T22:18:09.507Z[ recovery-image] Sep 17 22:18:08.476 INFO O| Sep 17 22:18:08.476 INFO STEP 351 (remove_files) COMPLETE
58752025-09-17T22:18:09.511Z[ recovery-image] Sep 17 22:18:08.476 INFO O| Sep 17 22:18:08.476 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-09-17T22:18:09.520Z[ recovery-image] Sep 17 22:18:08.489 INFO O| Sep 17 22:18:08.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58772025-09-17T22:18:09.520Z[ recovery-image] Sep 17 22:18:08.489 INFO O| Sep 17 22:18:08.489 INFO STEP 352 (remove_files) COMPLETE
58782025-09-17T22:18:09.524Z[ recovery-image] Sep 17 22:18:08.489 INFO O| Sep 17 22:18:08.489 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-09-17T22:18:09.534Z[ recovery-image] Sep 17 22:18:08.503 INFO O| Sep 17 22:18:08.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58802025-09-17T22:18:09.534Z[ recovery-image] Sep 17 22:18:08.503 INFO O| Sep 17 22:18:08.503 INFO STEP 353 (remove_files) COMPLETE
58812025-09-17T22:18:09.537Z[ recovery-image] Sep 17 22:18:08.503 INFO O| Sep 17 22:18:08.503 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-09-17T22:18:09.548Z[ recovery-image] Sep 17 22:18:08.517 INFO O| Sep 17 22:18:08.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58832025-09-17T22:18:09.548Z[ recovery-image] Sep 17 22:18:08.517 INFO O| Sep 17 22:18:08.517 INFO STEP 354 (remove_files) COMPLETE
58842025-09-17T22:18:09.549Z[ recovery-image] Sep 17 22:18:08.517 INFO O| Sep 17 22:18:08.517 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-09-17T22:18:09.561Z[ recovery-image] Sep 17 22:18:08.530 INFO O| Sep 17 22:18:08.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58862025-09-17T22:18:09.561Z[ recovery-image] Sep 17 22:18:08.530 INFO O| Sep 17 22:18:08.530 INFO STEP 355 (remove_files) COMPLETE
58872025-09-17T22:18:09.561Z[ recovery-image] Sep 17 22:18:08.530 INFO O| Sep 17 22:18:08.530 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-09-17T22:18:09.573Z[ recovery-image] Sep 17 22:18:08.542 INFO O| Sep 17 22:18:08.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58892025-09-17T22:18:09.573Z[ recovery-image] Sep 17 22:18:08.542 INFO O| Sep 17 22:18:08.542 INFO STEP 356 (remove_files) COMPLETE
58902025-09-17T22:18:09.573Z[ recovery-image] Sep 17 22:18:08.542 INFO O| Sep 17 22:18:08.542 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-09-17T22:18:09.586Z[ recovery-image] Sep 17 22:18:08.555 INFO O| Sep 17 22:18:08.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58922025-09-17T22:18:09.590Z[ recovery-image] Sep 17 22:18:08.555 INFO O| Sep 17 22:18:08.555 INFO STEP 357 (remove_files) COMPLETE
58932025-09-17T22:18:09.590Z[ recovery-image] Sep 17 22:18:08.555 INFO O| Sep 17 22:18:08.555 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-09-17T22:18:09.600Z[ recovery-image] Sep 17 22:18:08.569 INFO O| Sep 17 22:18:08.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58952025-09-17T22:18:09.600Z[ recovery-image] Sep 17 22:18:08.569 INFO O| Sep 17 22:18:08.569 INFO STEP 358 (remove_files) COMPLETE
58962025-09-17T22:18:09.600Z[ recovery-image] Sep 17 22:18:08.569 INFO O| Sep 17 22:18:08.569 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-09-17T22:18:09.613Z[ recovery-image] Sep 17 22:18:08.581 INFO O| Sep 17 22:18:08.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58982025-09-17T22:18:09.616Z[ recovery-image] Sep 17 22:18:08.582 INFO O| Sep 17 22:18:08.582 INFO STEP 359 (remove_files) COMPLETE
58992025-09-17T22:18:09.616Z[ recovery-image] Sep 17 22:18:08.582 INFO O| Sep 17 22:18:08.582 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-09-17T22:18:09.625Z[ recovery-image] Sep 17 22:18:08.594 INFO O| Sep 17 22:18:08.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59012025-09-17T22:18:09.625Z[ recovery-image] Sep 17 22:18:08.594 INFO O| Sep 17 22:18:08.594 INFO STEP 360 (remove_files) COMPLETE
59022025-09-17T22:18:09.625Z[ recovery-image] Sep 17 22:18:08.594 INFO O| Sep 17 22:18:08.594 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-09-17T22:18:09.638Z[ recovery-image] Sep 17 22:18:08.606 INFO O| Sep 17 22:18:08.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59042025-09-17T22:18:09.638Z[ recovery-image] Sep 17 22:18:08.606 INFO O| Sep 17 22:18:08.606 INFO STEP 361 (remove_files) COMPLETE
59052025-09-17T22:18:09.638Z[ recovery-image] Sep 17 22:18:08.606 INFO O| Sep 17 22:18:08.606 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-09-17T22:18:09.652Z[ recovery-image] Sep 17 22:18:08.620 INFO O| Sep 17 22:18:08.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59072025-09-17T22:18:09.652Z[ recovery-image] Sep 17 22:18:08.620 INFO O| Sep 17 22:18:08.620 INFO STEP 362 (remove_files) COMPLETE
59082025-09-17T22:18:09.652Z[ recovery-image] Sep 17 22:18:08.620 INFO O| Sep 17 22:18:08.620 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-09-17T22:18:09.664Z[ recovery-image] Sep 17 22:18:08.632 INFO O| Sep 17 22:18:08.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59102025-09-17T22:18:09.664Z[ recovery-image] Sep 17 22:18:08.632 INFO O| Sep 17 22:18:08.632 INFO STEP 363 (remove_files) COMPLETE
59112025-09-17T22:18:09.664Z[ recovery-image] Sep 17 22:18:08.632 INFO O| Sep 17 22:18:08.632 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-09-17T22:18:09.675Z[ recovery-image] Sep 17 22:18:08.644 INFO O| Sep 17 22:18:08.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59132025-09-17T22:18:09.675Z[ recovery-image] Sep 17 22:18:08.644 INFO O| Sep 17 22:18:08.644 INFO STEP 364 (remove_files) COMPLETE
59142025-09-17T22:18:09.675Z[ recovery-image] Sep 17 22:18:08.644 INFO O| Sep 17 22:18:08.644 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-09-17T22:18:09.688Z[ recovery-image] Sep 17 22:18:08.656 INFO O| Sep 17 22:18:08.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59162025-09-17T22:18:09.688Z[ recovery-image] Sep 17 22:18:08.656 INFO O| Sep 17 22:18:08.656 INFO STEP 365 (remove_files) COMPLETE
59172025-09-17T22:18:09.688Z[ recovery-image] Sep 17 22:18:08.656 INFO O| Sep 17 22:18:08.656 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-09-17T22:18:09.700Z[ recovery-image] Sep 17 22:18:08.669 INFO O| Sep 17 22:18:08.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59192025-09-17T22:18:09.700Z[ recovery-image] Sep 17 22:18:08.669 INFO O| Sep 17 22:18:08.669 INFO STEP 366 (remove_files) COMPLETE
59202025-09-17T22:18:09.700Z[ recovery-image] Sep 17 22:18:08.669 INFO O| Sep 17 22:18:08.669 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-09-17T22:18:09.715Z[ recovery-image] Sep 17 22:18:08.682 INFO O| Sep 17 22:18:08.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59222025-09-17T22:18:09.715Z[ recovery-image] Sep 17 22:18:08.683 INFO O| Sep 17 22:18:08.683 INFO STEP 367 (remove_files) COMPLETE
59232025-09-17T22:18:09.715Z[ recovery-image] Sep 17 22:18:08.683 INFO O| Sep 17 22:18:08.683 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-09-17T22:18:09.729Z[ recovery-image] Sep 17 22:18:08.697 INFO O| Sep 17 22:18:08.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59252025-09-17T22:18:09.729Z[ recovery-image] Sep 17 22:18:08.697 INFO O| Sep 17 22:18:08.697 INFO STEP 368 (remove_files) COMPLETE
59262025-09-17T22:18:09.729Z[ recovery-image] Sep 17 22:18:08.697 INFO O| Sep 17 22:18:08.697 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-09-17T22:18:09.742Z[ recovery-image] Sep 17 22:18:08.710 INFO O| Sep 17 22:18:08.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59282025-09-17T22:18:09.742Z[ recovery-image] Sep 17 22:18:08.710 INFO O| Sep 17 22:18:08.710 INFO STEP 369 (remove_files) COMPLETE
59292025-09-17T22:18:09.742Z[ recovery-image] Sep 17 22:18:08.710 INFO O| Sep 17 22:18:08.710 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-09-17T22:18:09.757Z[ recovery-image] Sep 17 22:18:08.725 INFO O| Sep 17 22:18:08.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59312025-09-17T22:18:09.757Z[ recovery-image] Sep 17 22:18:08.725 INFO O| Sep 17 22:18:08.725 INFO STEP 370 (remove_files) COMPLETE
59322025-09-17T22:18:09.757Z[ recovery-image] Sep 17 22:18:08.725 INFO O| Sep 17 22:18:08.725 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-09-17T22:18:09.771Z[ recovery-image] Sep 17 22:18:08.740 INFO O| Sep 17 22:18:08.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59342025-09-17T22:18:09.771Z[ recovery-image] Sep 17 22:18:08.740 INFO O| Sep 17 22:18:08.740 INFO STEP 371 (remove_files) COMPLETE
59352025-09-17T22:18:09.772Z[ recovery-image] Sep 17 22:18:08.740 INFO O| Sep 17 22:18:08.740 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-09-17T22:18:09.785Z[ recovery-image] Sep 17 22:18:08.753 INFO O| Sep 17 22:18:08.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59372025-09-17T22:18:09.785Z[ recovery-image] Sep 17 22:18:08.754 INFO O| Sep 17 22:18:08.753 INFO STEP 372 (remove_files) COMPLETE
59382025-09-17T22:18:09.785Z[ recovery-image] Sep 17 22:18:08.754 INFO O| Sep 17 22:18:08.754 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-09-17T22:18:09.799Z[ recovery-image] Sep 17 22:18:08.767 INFO O| Sep 17 22:18:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59402025-09-17T22:18:09.799Z[ recovery-image] Sep 17 22:18:08.767 INFO O| Sep 17 22:18:08.767 INFO STEP 373 (remove_files) COMPLETE
59412025-09-17T22:18:09.799Z[ recovery-image] Sep 17 22:18:08.767 INFO O| Sep 17 22:18:08.767 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-09-17T22:18:09.812Z[ recovery-image] Sep 17 22:18:08.781 INFO O| Sep 17 22:18:08.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59432025-09-17T22:18:09.812Z[ recovery-image] Sep 17 22:18:08.781 INFO O| Sep 17 22:18:08.781 INFO STEP 374 (remove_files) COMPLETE
59442025-09-17T22:18:09.812Z[ recovery-image] Sep 17 22:18:08.781 INFO O| Sep 17 22:18:08.781 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-09-17T22:18:09.827Z[ recovery-image] Sep 17 22:18:08.795 INFO O| Sep 17 22:18:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59462025-09-17T22:18:09.827Z[ recovery-image] Sep 17 22:18:08.795 INFO O| Sep 17 22:18:08.795 INFO STEP 375 (remove_files) COMPLETE
59472025-09-17T22:18:09.827Z[ recovery-image] Sep 17 22:18:08.795 INFO O| Sep 17 22:18:08.795 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-09-17T22:18:09.840Z[ recovery-image] Sep 17 22:18:08.809 INFO O| Sep 17 22:18:08.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59492025-09-17T22:18:09.840Z[ recovery-image] Sep 17 22:18:08.809 INFO O| Sep 17 22:18:08.809 INFO STEP 376 (remove_files) COMPLETE
59502025-09-17T22:18:09.840Z[ recovery-image] Sep 17 22:18:08.809 INFO O| Sep 17 22:18:08.809 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-09-17T22:18:09.889Z[ recovery-image] Sep 17 22:18:08.823 INFO O| Sep 17 22:18:08.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59522025-09-17T22:18:09.889Z[ recovery-image] Sep 17 22:18:08.823 INFO O| Sep 17 22:18:08.823 INFO STEP 377 (remove_files) COMPLETE
59532025-09-17T22:18:09.890Z[ recovery-image] Sep 17 22:18:08.823 INFO O| Sep 17 22:18:08.823 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-09-17T22:18:09.890Z[ recovery-image] Sep 17 22:18:08.837 INFO O| Sep 17 22:18:08.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59552025-09-17T22:18:09.890Z[ recovery-image] Sep 17 22:18:08.837 INFO O| Sep 17 22:18:08.837 INFO STEP 378 (remove_files) COMPLETE
59562025-09-17T22:18:09.890Z[ recovery-image] Sep 17 22:18:08.837 INFO O| Sep 17 22:18:08.837 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-09-17T22:18:09.890Z[ recovery-image] Sep 17 22:18:08.851 INFO O| Sep 17 22:18:08.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59582025-09-17T22:18:09.890Z[ recovery-image] Sep 17 22:18:08.851 INFO O| Sep 17 22:18:08.851 INFO STEP 379 (remove_files) COMPLETE
59592025-09-17T22:18:09.890Z[ recovery-image] Sep 17 22:18:08.851 INFO O| Sep 17 22:18:08.851 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-09-17T22:18:09.896Z[ recovery-image] Sep 17 22:18:08.864 INFO O| Sep 17 22:18:08.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59612025-09-17T22:18:09.896Z[ recovery-image] Sep 17 22:18:08.865 INFO O| Sep 17 22:18:08.865 INFO STEP 380 (remove_files) COMPLETE
59622025-09-17T22:18:09.896Z[ recovery-image] Sep 17 22:18:08.865 INFO O| Sep 17 22:18:08.865 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-09-17T22:18:09.911Z[ recovery-image] Sep 17 22:18:08.879 INFO O| Sep 17 22:18:08.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59642025-09-17T22:18:09.911Z[ recovery-image] Sep 17 22:18:08.879 INFO O| Sep 17 22:18:08.879 INFO STEP 381 (remove_files) COMPLETE
59652025-09-17T22:18:09.911Z[ recovery-image] Sep 17 22:18:08.879 INFO O| Sep 17 22:18:08.879 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-09-17T22:18:09.925Z[ recovery-image] Sep 17 22:18:08.893 INFO O| Sep 17 22:18:08.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59672025-09-17T22:18:09.925Z[ recovery-image] Sep 17 22:18:08.893 INFO O| Sep 17 22:18:08.893 INFO STEP 382 (remove_files) COMPLETE
59682025-09-17T22:18:09.925Z[ recovery-image] Sep 17 22:18:08.893 INFO O| Sep 17 22:18:08.893 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-09-17T22:18:09.939Z[ recovery-image] Sep 17 22:18:08.907 INFO O| Sep 17 22:18:08.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59702025-09-17T22:18:09.939Z[ recovery-image] Sep 17 22:18:08.907 INFO O| Sep 17 22:18:08.907 INFO STEP 383 (remove_files) COMPLETE
59712025-09-17T22:18:09.939Z[ recovery-image] Sep 17 22:18:08.907 INFO O| Sep 17 22:18:08.907 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-09-17T22:18:09.952Z[ recovery-image] Sep 17 22:18:08.921 INFO O| Sep 17 22:18:08.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59732025-09-17T22:18:09.952Z[ recovery-image] Sep 17 22:18:08.921 INFO O| Sep 17 22:18:08.921 INFO STEP 384 (remove_files) COMPLETE
59742025-09-17T22:18:09.952Z[ recovery-image] Sep 17 22:18:08.921 INFO O| Sep 17 22:18:08.921 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-09-17T22:18:09.966Z[ recovery-image] Sep 17 22:18:08.935 INFO O| Sep 17 22:18:08.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59762025-09-17T22:18:09.967Z[ recovery-image] Sep 17 22:18:08.935 INFO O| Sep 17 22:18:08.935 INFO STEP 385 (remove_files) COMPLETE
59772025-09-17T22:18:09.967Z[ recovery-image] Sep 17 22:18:08.935 INFO O| Sep 17 22:18:08.935 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-09-17T22:18:09.980Z[ recovery-image] Sep 17 22:18:08.949 INFO O| Sep 17 22:18:08.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59792025-09-17T22:18:09.980Z[ recovery-image] Sep 17 22:18:08.949 INFO O| Sep 17 22:18:08.949 INFO STEP 386 (remove_files) COMPLETE
59802025-09-17T22:18:09.984Z[ recovery-image] Sep 17 22:18:08.949 INFO O| Sep 17 22:18:08.949 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-09-17T22:18:09.993Z[ recovery-image] Sep 17 22:18:08.961 INFO O| Sep 17 22:18:08.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59822025-09-17T22:18:09.993Z[ recovery-image] Sep 17 22:18:08.962 INFO O| Sep 17 22:18:08.962 INFO STEP 387 (remove_files) COMPLETE
59832025-09-17T22:18:09.996Z[ recovery-image] Sep 17 22:18:08.962 INFO O| Sep 17 22:18:08.962 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-09-17T22:18:10.006Z[ recovery-image] Sep 17 22:18:08.975 INFO O| Sep 17 22:18:08.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59852025-09-17T22:18:10.006Z[ recovery-image] Sep 17 22:18:08.975 INFO O| Sep 17 22:18:08.975 INFO STEP 388 (remove_files) COMPLETE
59862025-09-17T22:18:10.006Z[ recovery-image] Sep 17 22:18:08.975 INFO O| Sep 17 22:18:08.975 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-09-17T22:18:10.018Z[ recovery-image] Sep 17 22:18:08.986 INFO O| Sep 17 22:18:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59882025-09-17T22:18:10.018Z[ recovery-image] Sep 17 22:18:08.986 INFO O| Sep 17 22:18:08.986 INFO STEP 389 (remove_files) COMPLETE
59892025-09-17T22:18:10.021Z[ recovery-image] Sep 17 22:18:08.986 INFO O| Sep 17 22:18:08.986 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-09-17T22:18:10.030Z[ recovery-image] Sep 17 22:18:08.998 INFO O| Sep 17 22:18:08.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59912025-09-17T22:18:10.030Z[ recovery-image] Sep 17 22:18:08.998 INFO O| Sep 17 22:18:08.998 INFO STEP 390 (remove_files) COMPLETE
59922025-09-17T22:18:10.034Z[ recovery-image] Sep 17 22:18:08.998 INFO O| Sep 17 22:18:08.998 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-09-17T22:18:10.042Z[ recovery-image] Sep 17 22:18:09.010 INFO O| Sep 17 22:18:09.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59942025-09-17T22:18:10.042Z[ recovery-image] Sep 17 22:18:09.011 INFO O| Sep 17 22:18:09.011 INFO STEP 391 (remove_files) COMPLETE
59952025-09-17T22:18:10.042Z[ recovery-image] Sep 17 22:18:09.011 INFO O| Sep 17 22:18:09.011 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-09-17T22:18:10.053Z[ recovery-image] Sep 17 22:18:09.022 INFO O| Sep 17 22:18:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59972025-09-17T22:18:10.053Z[ recovery-image] Sep 17 22:18:09.022 INFO O| Sep 17 22:18:09.022 INFO STEP 392 (remove_files) COMPLETE
59982025-09-17T22:18:10.053Z[ recovery-image] Sep 17 22:18:09.022 INFO O| Sep 17 22:18:09.022 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-09-17T22:18:10.066Z[ recovery-image] Sep 17 22:18:09.034 INFO O| Sep 17 22:18:09.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60002025-09-17T22:18:10.066Z[ recovery-image] Sep 17 22:18:09.034 INFO O| Sep 17 22:18:09.034 INFO STEP 393 (remove_files) COMPLETE
60012025-09-17T22:18:10.066Z[ recovery-image] Sep 17 22:18:09.034 INFO O| Sep 17 22:18:09.034 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-09-17T22:18:10.079Z[ recovery-image] Sep 17 22:18:09.048 INFO O| Sep 17 22:18:09.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60032025-09-17T22:18:10.079Z[ recovery-image] Sep 17 22:18:09.048 INFO O| Sep 17 22:18:09.048 INFO STEP 394 (remove_files) COMPLETE
60042025-09-17T22:18:10.079Z[ recovery-image] Sep 17 22:18:09.048 INFO O| Sep 17 22:18:09.048 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-09-17T22:18:10.093Z[ recovery-image] Sep 17 22:18:09.061 INFO O| Sep 17 22:18:09.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60062025-09-17T22:18:10.093Z[ recovery-image] Sep 17 22:18:09.061 INFO O| Sep 17 22:18:09.061 INFO STEP 395 (remove_files) COMPLETE
60072025-09-17T22:18:10.093Z[ recovery-image] Sep 17 22:18:09.061 INFO O| Sep 17 22:18:09.061 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-09-17T22:18:10.107Z[ recovery-image] Sep 17 22:18:09.075 INFO O| Sep 17 22:18:09.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60092025-09-17T22:18:10.107Z[ recovery-image] Sep 17 22:18:09.075 INFO O| Sep 17 22:18:09.075 INFO STEP 396 (remove_files) COMPLETE
60102025-09-17T22:18:10.107Z[ recovery-image] Sep 17 22:18:09.075 INFO O| Sep 17 22:18:09.075 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-09-17T22:18:10.121Z[ recovery-image] Sep 17 22:18:09.090 INFO O| Sep 17 22:18:09.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60122025-09-17T22:18:10.122Z[ recovery-image] Sep 17 22:18:09.090 INFO O| Sep 17 22:18:09.090 INFO STEP 397 (remove_files) COMPLETE
60132025-09-17T22:18:10.122Z[ recovery-image] Sep 17 22:18:09.090 INFO O| Sep 17 22:18:09.090 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-09-17T22:18:10.158Z[ recovery-image] Sep 17 22:18:09.103 INFO O| Sep 17 22:18:09.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60152025-09-17T22:18:10.158Z[ recovery-image] Sep 17 22:18:09.104 INFO O| Sep 17 22:18:09.104 INFO STEP 398 (remove_files) COMPLETE
60162025-09-17T22:18:10.158Z[ recovery-image] Sep 17 22:18:09.104 INFO O| Sep 17 22:18:09.104 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-09-17T22:18:10.158Z[ recovery-image] Sep 17 22:18:09.117 INFO O| Sep 17 22:18:09.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60182025-09-17T22:18:10.158Z[ recovery-image] Sep 17 22:18:09.117 INFO O| Sep 17 22:18:09.117 INFO STEP 399 (remove_files) COMPLETE
60192025-09-17T22:18:10.158Z[ recovery-image] Sep 17 22:18:09.117 INFO O| Sep 17 22:18:09.117 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-09-17T22:18:10.162Z[ recovery-image] Sep 17 22:18:09.130 INFO O| Sep 17 22:18:09.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60212025-09-17T22:18:10.162Z[ recovery-image] Sep 17 22:18:09.130 INFO O| Sep 17 22:18:09.130 INFO STEP 400 (remove_files) COMPLETE
60222025-09-17T22:18:10.162Z[ recovery-image] Sep 17 22:18:09.130 INFO O| Sep 17 22:18:09.130 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-09-17T22:18:10.179Z[ recovery-image] Sep 17 22:18:09.147 INFO O| Sep 17 22:18:09.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60242025-09-17T22:18:10.179Z[ recovery-image] Sep 17 22:18:09.147 INFO O| Sep 17 22:18:09.147 INFO STEP 401 (remove_files) COMPLETE
60252025-09-17T22:18:10.179Z[ recovery-image] Sep 17 22:18:09.147 INFO O| Sep 17 22:18:09.147 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-09-17T22:18:10.192Z[ recovery-image] Sep 17 22:18:09.161 INFO O| Sep 17 22:18:09.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60272025-09-17T22:18:10.193Z[ recovery-image] Sep 17 22:18:09.161 INFO O| Sep 17 22:18:09.161 INFO STEP 402 (remove_files) COMPLETE
60282025-09-17T22:18:10.193Z[ recovery-image] Sep 17 22:18:09.161 INFO O| Sep 17 22:18:09.161 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-09-17T22:18:10.206Z[ recovery-image] Sep 17 22:18:09.174 INFO O| Sep 17 22:18:09.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60302025-09-17T22:18:10.206Z[ recovery-image] Sep 17 22:18:09.174 INFO O| Sep 17 22:18:09.174 INFO STEP 403 (remove_files) COMPLETE
60312025-09-17T22:18:10.206Z[ recovery-image] Sep 17 22:18:09.174 INFO O| Sep 17 22:18:09.174 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-09-17T22:18:10.220Z[ recovery-image] Sep 17 22:18:09.188 INFO O| Sep 17 22:18:09.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60332025-09-17T22:18:10.220Z[ recovery-image] Sep 17 22:18:09.188 INFO O| Sep 17 22:18:09.188 INFO STEP 404 (remove_files) COMPLETE
60342025-09-17T22:18:10.220Z[ recovery-image] Sep 17 22:18:09.188 INFO O| Sep 17 22:18:09.188 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-09-17T22:18:10.233Z[ recovery-image] Sep 17 22:18:09.201 INFO O| Sep 17 22:18:09.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60362025-09-17T22:18:10.233Z[ recovery-image] Sep 17 22:18:09.201 INFO O| Sep 17 22:18:09.201 INFO STEP 405 (remove_files) COMPLETE
60372025-09-17T22:18:10.233Z[ recovery-image] Sep 17 22:18:09.201 INFO O| Sep 17 22:18:09.201 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-09-17T22:18:10.246Z[ recovery-image] Sep 17 22:18:09.215 INFO O| Sep 17 22:18:09.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60392025-09-17T22:18:10.246Z[ recovery-image] Sep 17 22:18:09.215 INFO O| Sep 17 22:18:09.215 INFO STEP 406 (remove_files) COMPLETE
60402025-09-17T22:18:10.246Z[ recovery-image] Sep 17 22:18:09.215 INFO O| Sep 17 22:18:09.215 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-09-17T22:18:10.260Z[ recovery-image] Sep 17 22:18:09.228 INFO O| Sep 17 22:18:09.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60422025-09-17T22:18:10.260Z[ recovery-image] Sep 17 22:18:09.228 INFO O| Sep 17 22:18:09.228 INFO STEP 407 (remove_files) COMPLETE
60432025-09-17T22:18:10.260Z[ recovery-image] Sep 17 22:18:09.228 INFO O| Sep 17 22:18:09.228 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-09-17T22:18:10.273Z[ recovery-image] Sep 17 22:18:09.242 INFO O| Sep 17 22:18:09.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60452025-09-17T22:18:10.273Z[ recovery-image] Sep 17 22:18:09.242 INFO O| Sep 17 22:18:09.242 INFO STEP 408 (remove_files) COMPLETE
60462025-09-17T22:18:10.273Z[ recovery-image] Sep 17 22:18:09.242 INFO O| Sep 17 22:18:09.242 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-09-17T22:18:10.286Z[ recovery-image] Sep 17 22:18:09.255 INFO O| Sep 17 22:18:09.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60482025-09-17T22:18:10.290Z[ recovery-image] Sep 17 22:18:09.255 INFO O| Sep 17 22:18:09.255 INFO STEP 409 (remove_files) COMPLETE
60492025-09-17T22:18:10.290Z[ recovery-image] Sep 17 22:18:09.255 INFO O| Sep 17 22:18:09.255 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-09-17T22:18:10.300Z[ recovery-image] Sep 17 22:18:09.268 INFO O| Sep 17 22:18:09.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60512025-09-17T22:18:10.300Z[ recovery-image] Sep 17 22:18:09.268 INFO O| Sep 17 22:18:09.268 INFO STEP 410 (remove_files) COMPLETE
60522025-09-17T22:18:10.303Z[ recovery-image] Sep 17 22:18:09.268 INFO O| Sep 17 22:18:09.268 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-09-17T22:18:10.312Z[ recovery-image] Sep 17 22:18:09.281 INFO O| Sep 17 22:18:09.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60542025-09-17T22:18:10.312Z[ recovery-image] Sep 17 22:18:09.281 INFO O| Sep 17 22:18:09.281 INFO STEP 411 (remove_files) COMPLETE
60552025-09-17T22:18:10.316Z[ recovery-image] Sep 17 22:18:09.281 INFO O| Sep 17 22:18:09.281 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-09-17T22:18:10.326Z[ recovery-image] Sep 17 22:18:09.294 INFO O| Sep 17 22:18:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60572025-09-17T22:18:10.326Z[ recovery-image] Sep 17 22:18:09.294 INFO O| Sep 17 22:18:09.294 INFO STEP 412 (remove_files) COMPLETE
60582025-09-17T22:18:10.326Z[ recovery-image] Sep 17 22:18:09.294 INFO O| Sep 17 22:18:09.294 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-09-17T22:18:10.338Z[ recovery-image] Sep 17 22:18:09.307 INFO O| Sep 17 22:18:09.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60602025-09-17T22:18:10.338Z[ recovery-image] Sep 17 22:18:09.307 INFO O| Sep 17 22:18:09.307 INFO STEP 413 (remove_files) COMPLETE
60612025-09-17T22:18:10.343Z[ recovery-image] Sep 17 22:18:09.307 INFO O| Sep 17 22:18:09.307 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-09-17T22:18:10.350Z[ recovery-image] Sep 17 22:18:09.318 INFO O| Sep 17 22:18:09.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60632025-09-17T22:18:10.353Z[ recovery-image] Sep 17 22:18:09.318 INFO O| Sep 17 22:18:09.318 INFO STEP 414 (remove_files) COMPLETE
60642025-09-17T22:18:10.353Z[ recovery-image] Sep 17 22:18:09.318 INFO O| Sep 17 22:18:09.318 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-09-17T22:18:10.363Z[ recovery-image] Sep 17 22:18:09.331 INFO O| Sep 17 22:18:09.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60662025-09-17T22:18:10.363Z[ recovery-image] Sep 17 22:18:09.331 INFO O| Sep 17 22:18:09.331 INFO STEP 415 (remove_files) COMPLETE
60672025-09-17T22:18:10.366Z[ recovery-image] Sep 17 22:18:09.331 INFO O| Sep 17 22:18:09.331 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-09-17T22:18:10.377Z[ recovery-image] Sep 17 22:18:09.344 INFO O| Sep 17 22:18:09.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60692025-09-17T22:18:10.377Z[ recovery-image] Sep 17 22:18:09.344 INFO O| Sep 17 22:18:09.344 INFO STEP 416 (remove_files) COMPLETE
60702025-09-17T22:18:10.380Z[ recovery-image] Sep 17 22:18:09.344 INFO O| Sep 17 22:18:09.344 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-09-17T22:18:10.389Z[ recovery-image] Sep 17 22:18:09.357 INFO O| Sep 17 22:18:09.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60722025-09-17T22:18:10.389Z[ recovery-image] Sep 17 22:18:09.357 INFO O| Sep 17 22:18:09.357 INFO STEP 417 (remove_files) COMPLETE
60732025-09-17T22:18:10.392Z[ recovery-image] Sep 17 22:18:09.357 INFO O| Sep 17 22:18:09.357 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-09-17T22:18:10.401Z[ recovery-image] Sep 17 22:18:09.370 INFO O| Sep 17 22:18:09.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60752025-09-17T22:18:10.401Z[ recovery-image] Sep 17 22:18:09.370 INFO O| Sep 17 22:18:09.370 INFO STEP 418 (remove_files) COMPLETE
60762025-09-17T22:18:10.405Z[ recovery-image] Sep 17 22:18:09.370 INFO O| Sep 17 22:18:09.370 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-09-17T22:18:10.412Z[ recovery-image] Sep 17 22:18:09.381 INFO O| Sep 17 22:18:09.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60782025-09-17T22:18:10.413Z[ recovery-image] Sep 17 22:18:09.381 INFO O| Sep 17 22:18:09.381 INFO STEP 419 (remove_files) COMPLETE
60792025-09-17T22:18:10.413Z[ recovery-image] Sep 17 22:18:09.381 INFO O| Sep 17 22:18:09.381 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-09-17T22:18:10.425Z[ recovery-image] Sep 17 22:18:09.393 INFO O| Sep 17 22:18:09.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60812025-09-17T22:18:10.425Z[ recovery-image] Sep 17 22:18:09.393 INFO O| Sep 17 22:18:09.393 INFO STEP 420 (remove_files) COMPLETE
60822025-09-17T22:18:10.428Z[ recovery-image] Sep 17 22:18:09.393 INFO O| Sep 17 22:18:09.393 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-09-17T22:18:10.436Z[ recovery-image] Sep 17 22:18:09.405 INFO O| Sep 17 22:18:09.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60842025-09-17T22:18:10.440Z[ recovery-image] Sep 17 22:18:09.405 INFO O| Sep 17 22:18:09.405 INFO STEP 421 (remove_files) COMPLETE
60852025-09-17T22:18:10.440Z[ recovery-image] Sep 17 22:18:09.405 INFO O| Sep 17 22:18:09.405 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-09-17T22:18:10.448Z[ recovery-image] Sep 17 22:18:09.416 INFO O| Sep 17 22:18:09.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60872025-09-17T22:18:10.448Z[ recovery-image] Sep 17 22:18:09.416 INFO O| Sep 17 22:18:09.416 INFO STEP 422 (remove_files) COMPLETE
60882025-09-17T22:18:10.448Z[ recovery-image] Sep 17 22:18:09.416 INFO O| Sep 17 22:18:09.416 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-09-17T22:18:10.459Z[ recovery-image] Sep 17 22:18:09.428 INFO O| Sep 17 22:18:09.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60902025-09-17T22:18:10.460Z[ recovery-image] Sep 17 22:18:09.428 INFO O| Sep 17 22:18:09.428 INFO STEP 423 (remove_files) COMPLETE
60912025-09-17T22:18:10.460Z[ recovery-image] Sep 17 22:18:09.428 INFO O| Sep 17 22:18:09.428 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-09-17T22:18:10.471Z[ recovery-image] Sep 17 22:18:09.440 INFO O| Sep 17 22:18:09.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60932025-09-17T22:18:10.471Z[ recovery-image] Sep 17 22:18:09.440 INFO O| Sep 17 22:18:09.440 INFO STEP 424 (remove_files) COMPLETE
60942025-09-17T22:18:10.475Z[ recovery-image] Sep 17 22:18:09.440 INFO O| Sep 17 22:18:09.440 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-09-17T22:18:10.484Z[ recovery-image] Sep 17 22:18:09.453 INFO O| Sep 17 22:18:09.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60962025-09-17T22:18:10.484Z[ recovery-image] Sep 17 22:18:09.453 INFO O| Sep 17 22:18:09.453 INFO STEP 425 (remove_files) COMPLETE
60972025-09-17T22:18:10.488Z[ recovery-image] Sep 17 22:18:09.453 INFO O| Sep 17 22:18:09.453 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-09-17T22:18:10.497Z[ recovery-image] Sep 17 22:18:09.465 INFO O| Sep 17 22:18:09.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60992025-09-17T22:18:10.497Z[ recovery-image] Sep 17 22:18:09.465 INFO O| Sep 17 22:18:09.465 INFO STEP 426 (remove_files) COMPLETE
61002025-09-17T22:18:10.500Z[ recovery-image] Sep 17 22:18:09.465 INFO O| Sep 17 22:18:09.465 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-09-17T22:18:10.509Z[ recovery-image] Sep 17 22:18:09.477 INFO O| Sep 17 22:18:09.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61022025-09-17T22:18:10.509Z[ recovery-image] Sep 17 22:18:09.477 INFO O| Sep 17 22:18:09.477 INFO STEP 427 (remove_files) COMPLETE
61032025-09-17T22:18:10.509Z[ recovery-image] Sep 17 22:18:09.477 INFO O| Sep 17 22:18:09.477 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-09-17T22:18:10.523Z[ recovery-image] Sep 17 22:18:09.492 INFO O| Sep 17 22:18:09.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61052025-09-17T22:18:10.523Z[ recovery-image] Sep 17 22:18:09.492 INFO O| Sep 17 22:18:09.492 INFO STEP 428 (remove_files) COMPLETE
61062025-09-17T22:18:10.523Z[ recovery-image] Sep 17 22:18:09.492 INFO O| Sep 17 22:18:09.492 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-09-17T22:18:10.537Z[ recovery-image] Sep 17 22:18:09.505 INFO O| Sep 17 22:18:09.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61082025-09-17T22:18:10.537Z[ recovery-image] Sep 17 22:18:09.505 INFO O| Sep 17 22:18:09.505 INFO STEP 429 (remove_files) COMPLETE
61092025-09-17T22:18:10.537Z[ recovery-image] Sep 17 22:18:09.505 INFO O| Sep 17 22:18:09.505 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-09-17T22:18:10.550Z[ recovery-image] Sep 17 22:18:09.518 INFO O| Sep 17 22:18:09.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61112025-09-17T22:18:10.550Z[ recovery-image] Sep 17 22:18:09.518 INFO O| Sep 17 22:18:09.518 INFO STEP 430 (remove_files) COMPLETE
61122025-09-17T22:18:10.550Z[ recovery-image] Sep 17 22:18:09.518 INFO O| Sep 17 22:18:09.518 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-09-17T22:18:10.564Z[ recovery-image] Sep 17 22:18:09.532 INFO O| Sep 17 22:18:09.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61142025-09-17T22:18:10.564Z[ recovery-image] Sep 17 22:18:09.532 INFO O| Sep 17 22:18:09.532 INFO STEP 431 (remove_files) COMPLETE
61152025-09-17T22:18:10.564Z[ recovery-image] Sep 17 22:18:09.532 INFO O| Sep 17 22:18:09.532 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-09-17T22:18:10.577Z[ recovery-image] Sep 17 22:18:09.545 INFO O| Sep 17 22:18:09.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61172025-09-17T22:18:10.577Z[ recovery-image] Sep 17 22:18:09.545 INFO O| Sep 17 22:18:09.545 INFO STEP 432 (remove_files) COMPLETE
61182025-09-17T22:18:10.577Z[ recovery-image] Sep 17 22:18:09.545 INFO O| Sep 17 22:18:09.545 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-09-17T22:18:10.590Z[ recovery-image] Sep 17 22:18:09.558 INFO O| Sep 17 22:18:09.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61202025-09-17T22:18:10.590Z[ recovery-image] Sep 17 22:18:09.559 INFO O| Sep 17 22:18:09.559 INFO STEP 433 (remove_files) COMPLETE
61212025-09-17T22:18:10.590Z[ recovery-image] Sep 17 22:18:09.559 INFO O| Sep 17 22:18:09.559 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-09-17T22:18:10.603Z[ recovery-image] Sep 17 22:18:09.571 INFO O| Sep 17 22:18:09.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61232025-09-17T22:18:10.607Z[ recovery-image] Sep 17 22:18:09.572 INFO O| Sep 17 22:18:09.572 INFO STEP 434 (remove_files) COMPLETE
61242025-09-17T22:18:10.607Z[ recovery-image] Sep 17 22:18:09.572 INFO O| Sep 17 22:18:09.572 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-09-17T22:18:10.617Z[ recovery-image] Sep 17 22:18:09.585 INFO O| Sep 17 22:18:09.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61262025-09-17T22:18:10.617Z[ recovery-image] Sep 17 22:18:09.585 INFO O| Sep 17 22:18:09.585 INFO STEP 435 (remove_files) COMPLETE
61272025-09-17T22:18:10.617Z[ recovery-image] Sep 17 22:18:09.585 INFO O| Sep 17 22:18:09.585 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-09-17T22:18:10.633Z[ recovery-image] Sep 17 22:18:09.600 INFO O| Sep 17 22:18:09.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61292025-09-17T22:18:10.633Z[ recovery-image] Sep 17 22:18:09.600 INFO O| Sep 17 22:18:09.600 INFO STEP 436 (remove_files) COMPLETE
61302025-09-17T22:18:10.633Z[ recovery-image] Sep 17 22:18:09.600 INFO O| Sep 17 22:18:09.600 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-09-17T22:18:10.646Z[ recovery-image] Sep 17 22:18:09.615 INFO O| Sep 17 22:18:09.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61322025-09-17T22:18:10.646Z[ recovery-image] Sep 17 22:18:09.615 INFO O| Sep 17 22:18:09.615 INFO STEP 437 (remove_files) COMPLETE
61332025-09-17T22:18:10.646Z[ recovery-image] Sep 17 22:18:09.615 INFO O| Sep 17 22:18:09.615 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-09-17T22:18:10.660Z[ recovery-image] Sep 17 22:18:09.628 INFO O| Sep 17 22:18:09.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61352025-09-17T22:18:10.660Z[ recovery-image] Sep 17 22:18:09.628 INFO O| Sep 17 22:18:09.628 INFO STEP 438 (remove_files) COMPLETE
61362025-09-17T22:18:10.660Z[ recovery-image] Sep 17 22:18:09.628 INFO O| Sep 17 22:18:09.628 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-09-17T22:18:10.673Z[ recovery-image] Sep 17 22:18:09.641 INFO O| Sep 17 22:18:09.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61382025-09-17T22:18:10.677Z[ recovery-image] Sep 17 22:18:09.642 INFO O| Sep 17 22:18:09.641 INFO STEP 439 (remove_files) COMPLETE
61392025-09-17T22:18:10.677Z[ recovery-image] Sep 17 22:18:09.642 INFO O| Sep 17 22:18:09.642 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-09-17T22:18:10.687Z[ recovery-image] Sep 17 22:18:09.655 INFO O| Sep 17 22:18:09.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61412025-09-17T22:18:10.687Z[ recovery-image] Sep 17 22:18:09.655 INFO O| Sep 17 22:18:09.655 INFO STEP 440 (remove_files) COMPLETE
61422025-09-17T22:18:10.687Z[ recovery-image] Sep 17 22:18:09.655 INFO O| Sep 17 22:18:09.655 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-09-17T22:18:10.700Z[ recovery-image] Sep 17 22:18:09.669 INFO O| Sep 17 22:18:09.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61442025-09-17T22:18:10.700Z[ recovery-image] Sep 17 22:18:09.669 INFO O| Sep 17 22:18:09.669 INFO STEP 441 (remove_files) COMPLETE
61452025-09-17T22:18:10.700Z[ recovery-image] Sep 17 22:18:09.669 INFO O| Sep 17 22:18:09.669 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-09-17T22:18:10.714Z[ recovery-image] Sep 17 22:18:09.683 INFO O| Sep 17 22:18:09.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61472025-09-17T22:18:10.714Z[ recovery-image] Sep 17 22:18:09.683 INFO O| Sep 17 22:18:09.683 INFO STEP 442 (remove_files) COMPLETE
61482025-09-17T22:18:10.718Z[ recovery-image] Sep 17 22:18:09.683 INFO O| Sep 17 22:18:09.683 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-09-17T22:18:10.727Z[ recovery-image] Sep 17 22:18:09.695 INFO O| Sep 17 22:18:09.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61502025-09-17T22:18:10.727Z[ recovery-image] Sep 17 22:18:09.695 INFO O| Sep 17 22:18:09.695 INFO STEP 443 (remove_files) COMPLETE
61512025-09-17T22:18:10.727Z[ recovery-image] Sep 17 22:18:09.695 INFO O| Sep 17 22:18:09.695 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-09-17T22:18:10.741Z[ recovery-image] Sep 17 22:18:09.709 INFO O| Sep 17 22:18:09.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61532025-09-17T22:18:10.741Z[ recovery-image] Sep 17 22:18:09.709 INFO O| Sep 17 22:18:09.709 INFO STEP 444 (remove_files) COMPLETE
61542025-09-17T22:18:10.741Z[ recovery-image] Sep 17 22:18:09.709 INFO O| Sep 17 22:18:09.709 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-09-17T22:18:10.754Z[ recovery-image] Sep 17 22:18:09.722 INFO O| Sep 17 22:18:09.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61562025-09-17T22:18:10.754Z[ recovery-image] Sep 17 22:18:09.722 INFO O| Sep 17 22:18:09.722 INFO STEP 445 (remove_files) COMPLETE
61572025-09-17T22:18:10.757Z[ recovery-image] Sep 17 22:18:09.722 INFO O| Sep 17 22:18:09.722 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-09-17T22:18:10.767Z[ recovery-image] Sep 17 22:18:09.735 INFO O| Sep 17 22:18:09.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61592025-09-17T22:18:10.767Z[ recovery-image] Sep 17 22:18:09.735 INFO O| Sep 17 22:18:09.735 INFO STEP 446 (remove_files) COMPLETE
61602025-09-17T22:18:10.767Z[ recovery-image] Sep 17 22:18:09.735 INFO O| Sep 17 22:18:09.735 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-09-17T22:18:10.780Z[ recovery-image] Sep 17 22:18:09.749 INFO O| Sep 17 22:18:09.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61622025-09-17T22:18:10.780Z[ recovery-image] Sep 17 22:18:09.749 INFO O| Sep 17 22:18:09.749 INFO STEP 447 (remove_files) COMPLETE
61632025-09-17T22:18:10.780Z[ recovery-image] Sep 17 22:18:09.749 INFO O| Sep 17 22:18:09.749 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-09-17T22:18:10.794Z[ recovery-image] Sep 17 22:18:09.763 INFO O| Sep 17 22:18:09.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61652025-09-17T22:18:10.794Z[ recovery-image] Sep 17 22:18:09.763 INFO O| Sep 17 22:18:09.763 INFO STEP 448 (remove_files) COMPLETE
61662025-09-17T22:18:10.794Z[ recovery-image] Sep 17 22:18:09.763 INFO O| Sep 17 22:18:09.763 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-09-17T22:18:10.808Z[ recovery-image] Sep 17 22:18:09.776 INFO O| Sep 17 22:18:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61682025-09-17T22:18:10.808Z[ recovery-image] Sep 17 22:18:09.776 INFO O| Sep 17 22:18:09.776 INFO STEP 449 (remove_files) COMPLETE
61692025-09-17T22:18:10.811Z[ recovery-image] Sep 17 22:18:09.776 INFO O| Sep 17 22:18:09.776 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-09-17T22:18:10.825Z[ recovery-image] Sep 17 22:18:09.789 INFO O| Sep 17 22:18:09.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61712025-09-17T22:18:10.825Z[ recovery-image] Sep 17 22:18:09.789 INFO O| Sep 17 22:18:09.789 INFO STEP 450 (remove_files) COMPLETE
61722025-09-17T22:18:10.825Z[ recovery-image] Sep 17 22:18:09.789 INFO O| Sep 17 22:18:09.789 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-09-17T22:18:10.841Z[ recovery-image] Sep 17 22:18:09.802 INFO O| Sep 17 22:18:09.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61742025-09-17T22:18:10.841Z[ recovery-image] Sep 17 22:18:09.802 INFO O| Sep 17 22:18:09.802 INFO STEP 451 (remove_files) COMPLETE
61752025-09-17T22:18:10.841Z[ recovery-image] Sep 17 22:18:09.802 INFO O| Sep 17 22:18:09.802 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-09-17T22:18:10.846Z[ recovery-image] Sep 17 22:18:09.815 INFO O| Sep 17 22:18:09.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61772025-09-17T22:18:10.846Z[ recovery-image] Sep 17 22:18:09.815 INFO O| Sep 17 22:18:09.815 INFO STEP 452 (remove_files) COMPLETE
61782025-09-17T22:18:10.846Z[ recovery-image] Sep 17 22:18:09.815 INFO O| Sep 17 22:18:09.815 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-09-17T22:18:10.859Z[ recovery-image] Sep 17 22:18:09.827 INFO O| Sep 17 22:18:09.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61802025-09-17T22:18:10.859Z[ recovery-image] Sep 17 22:18:09.827 INFO O| Sep 17 22:18:09.827 INFO STEP 453 (remove_files) COMPLETE
61812025-09-17T22:18:10.859Z[ recovery-image] Sep 17 22:18:09.827 INFO O| Sep 17 22:18:09.827 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-09-17T22:18:10.872Z[ recovery-image] Sep 17 22:18:09.840 INFO O| Sep 17 22:18:09.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61832025-09-17T22:18:10.872Z[ recovery-image] Sep 17 22:18:09.840 INFO O| Sep 17 22:18:09.840 INFO STEP 454 (remove_files) COMPLETE
61842025-09-17T22:18:10.872Z[ recovery-image] Sep 17 22:18:09.840 INFO O| Sep 17 22:18:09.840 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-09-17T22:18:10.884Z[ recovery-image] Sep 17 22:18:09.853 INFO O| Sep 17 22:18:09.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61862025-09-17T22:18:10.885Z[ recovery-image] Sep 17 22:18:09.853 INFO O| Sep 17 22:18:09.853 INFO STEP 455 (remove_files) COMPLETE
61872025-09-17T22:18:10.888Z[ recovery-image] Sep 17 22:18:09.853 INFO O| Sep 17 22:18:09.853 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-09-17T22:18:10.899Z[ recovery-image] Sep 17 22:18:09.865 INFO O| Sep 17 22:18:09.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61892025-09-17T22:18:10.899Z[ recovery-image] Sep 17 22:18:09.866 INFO O| Sep 17 22:18:09.866 INFO STEP 456 (remove_files) COMPLETE
61902025-09-17T22:18:10.903Z[ recovery-image] Sep 17 22:18:09.866 INFO O| Sep 17 22:18:09.866 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-09-17T22:18:10.910Z[ recovery-image] Sep 17 22:18:09.879 INFO O| Sep 17 22:18:09.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61922025-09-17T22:18:10.911Z[ recovery-image] Sep 17 22:18:09.879 INFO O| Sep 17 22:18:09.879 INFO STEP 457 (remove_files) COMPLETE
61932025-09-17T22:18:10.911Z[ recovery-image] Sep 17 22:18:09.879 INFO O| Sep 17 22:18:09.879 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-09-17T22:18:10.923Z[ recovery-image] Sep 17 22:18:09.892 INFO O| Sep 17 22:18:09.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61952025-09-17T22:18:10.924Z[ recovery-image] Sep 17 22:18:09.892 INFO O| Sep 17 22:18:09.892 INFO STEP 458 (remove_files) COMPLETE
61962025-09-17T22:18:10.924Z[ recovery-image] Sep 17 22:18:09.892 INFO O| Sep 17 22:18:09.892 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-09-17T22:18:10.936Z[ recovery-image] Sep 17 22:18:09.904 INFO O| Sep 17 22:18:09.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61982025-09-17T22:18:10.936Z[ recovery-image] Sep 17 22:18:09.904 INFO O| Sep 17 22:18:09.904 INFO STEP 459 (remove_files) COMPLETE
61992025-09-17T22:18:10.936Z[ recovery-image] Sep 17 22:18:09.904 INFO O| Sep 17 22:18:09.904 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-09-17T22:18:10.948Z[ recovery-image] Sep 17 22:18:09.917 INFO O| Sep 17 22:18:09.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62012025-09-17T22:18:10.954Z[ recovery-image] Sep 17 22:18:09.917 INFO O| Sep 17 22:18:09.917 INFO STEP 460 (remove_files) COMPLETE
62022025-09-17T22:18:10.955Z[ recovery-image] Sep 17 22:18:09.917 INFO O| Sep 17 22:18:09.917 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-09-17T22:18:10.960Z[ recovery-image] Sep 17 22:18:09.929 INFO O| Sep 17 22:18:09.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62042025-09-17T22:18:10.960Z[ recovery-image] Sep 17 22:18:09.929 INFO O| Sep 17 22:18:09.929 INFO STEP 461 (remove_files) COMPLETE
62052025-09-17T22:18:10.960Z[ recovery-image] Sep 17 22:18:09.929 INFO O| Sep 17 22:18:09.929 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-09-17T22:18:10.973Z[ recovery-image] Sep 17 22:18:09.941 INFO O| Sep 17 22:18:09.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62072025-09-17T22:18:10.973Z[ recovery-image] Sep 17 22:18:09.941 INFO O| Sep 17 22:18:09.941 INFO STEP 462 (remove_files) COMPLETE
62082025-09-17T22:18:10.973Z[ recovery-image] Sep 17 22:18:09.941 INFO O| Sep 17 22:18:09.941 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-09-17T22:18:10.986Z[ recovery-image] Sep 17 22:18:09.953 INFO O| Sep 17 22:18:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62102025-09-17T22:18:10.986Z[ recovery-image] Sep 17 22:18:09.953 INFO O| Sep 17 22:18:09.953 INFO STEP 463 (remove_files) COMPLETE
62112025-09-17T22:18:10.989Z[ recovery-image] Sep 17 22:18:09.953 INFO O| Sep 17 22:18:09.953 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-09-17T22:18:10.998Z[ recovery-image] Sep 17 22:18:09.965 INFO O| Sep 17 22:18:09.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62132025-09-17T22:18:11.001Z[ recovery-image] Sep 17 22:18:09.965 INFO O| Sep 17 22:18:09.965 INFO STEP 464 (remove_files) COMPLETE
62142025-09-17T22:18:11.001Z[ recovery-image] Sep 17 22:18:09.965 INFO O| Sep 17 22:18:09.965 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-09-17T22:18:11.009Z[ recovery-image] Sep 17 22:18:09.977 INFO O| Sep 17 22:18:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62162025-09-17T22:18:11.009Z[ recovery-image] Sep 17 22:18:09.978 INFO O| Sep 17 22:18:09.977 INFO STEP 465 (remove_files) COMPLETE
62172025-09-17T22:18:11.012Z[ recovery-image] Sep 17 22:18:09.978 INFO O| Sep 17 22:18:09.978 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-09-17T22:18:11.021Z[ recovery-image] Sep 17 22:18:09.990 INFO O| Sep 17 22:18:09.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62192025-09-17T22:18:11.021Z[ recovery-image] Sep 17 22:18:09.990 INFO O| Sep 17 22:18:09.990 INFO STEP 466 (remove_files) COMPLETE
62202025-09-17T22:18:11.025Z[ recovery-image] Sep 17 22:18:09.990 INFO O| Sep 17 22:18:09.990 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-09-17T22:18:11.034Z[ recovery-image] Sep 17 22:18:10.003 INFO O| Sep 17 22:18:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62222025-09-17T22:18:11.034Z[ recovery-image] Sep 17 22:18:10.003 INFO O| Sep 17 22:18:10.003 INFO STEP 467 (remove_files) COMPLETE
62232025-09-17T22:18:11.034Z[ recovery-image] Sep 17 22:18:10.003 INFO O| Sep 17 22:18:10.003 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-09-17T22:18:11.046Z[ recovery-image] Sep 17 22:18:10.014 INFO O| Sep 17 22:18:10.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62252025-09-17T22:18:11.046Z[ recovery-image] Sep 17 22:18:10.015 INFO O| Sep 17 22:18:10.015 INFO STEP 468 (remove_files) COMPLETE
62262025-09-17T22:18:11.046Z[ recovery-image] Sep 17 22:18:10.015 INFO O| Sep 17 22:18:10.015 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-09-17T22:18:11.059Z[ recovery-image] Sep 17 22:18:10.027 INFO O| Sep 17 22:18:10.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62282025-09-17T22:18:11.059Z[ recovery-image] Sep 17 22:18:10.027 INFO O| Sep 17 22:18:10.027 INFO STEP 469 (remove_files) COMPLETE
62292025-09-17T22:18:11.059Z[ recovery-image] Sep 17 22:18:10.027 INFO O| Sep 17 22:18:10.027 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-09-17T22:18:11.071Z[ recovery-image] Sep 17 22:18:10.040 INFO O| Sep 17 22:18:10.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62312025-09-17T22:18:11.074Z[ recovery-image] Sep 17 22:18:10.040 INFO O| Sep 17 22:18:10.040 INFO STEP 470 (remove_files) COMPLETE
62322025-09-17T22:18:11.075Z[ recovery-image] Sep 17 22:18:10.040 INFO O| Sep 17 22:18:10.040 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-09-17T22:18:11.083Z[ recovery-image] Sep 17 22:18:10.052 INFO O| Sep 17 22:18:10.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62342025-09-17T22:18:11.083Z[ recovery-image] Sep 17 22:18:10.052 INFO O| Sep 17 22:18:10.052 INFO STEP 471 (remove_files) COMPLETE
62352025-09-17T22:18:11.087Z[ recovery-image] Sep 17 22:18:10.052 INFO O| Sep 17 22:18:10.052 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-09-17T22:18:11.098Z[ recovery-image] Sep 17 22:18:10.066 INFO O| Sep 17 22:18:10.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62372025-09-17T22:18:11.098Z[ recovery-image] Sep 17 22:18:10.066 INFO O| Sep 17 22:18:10.066 INFO STEP 472 (remove_files) COMPLETE
62382025-09-17T22:18:11.098Z[ recovery-image] Sep 17 22:18:10.066 INFO O| Sep 17 22:18:10.066 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-09-17T22:18:11.110Z[ recovery-image] Sep 17 22:18:10.079 INFO O| Sep 17 22:18:10.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62402025-09-17T22:18:11.110Z[ recovery-image] Sep 17 22:18:10.079 INFO O| Sep 17 22:18:10.079 INFO STEP 473 (remove_files) COMPLETE
62412025-09-17T22:18:11.110Z[ recovery-image] Sep 17 22:18:10.079 INFO O| Sep 17 22:18:10.079 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-09-17T22:18:11.123Z[ recovery-image] Sep 17 22:18:10.091 INFO O| Sep 17 22:18:10.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62432025-09-17T22:18:11.123Z[ recovery-image] Sep 17 22:18:10.091 INFO O| Sep 17 22:18:10.091 INFO STEP 474 (remove_files) COMPLETE
62442025-09-17T22:18:11.123Z[ recovery-image] Sep 17 22:18:10.091 INFO O| Sep 17 22:18:10.091 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-09-17T22:18:11.135Z[ recovery-image] Sep 17 22:18:10.103 INFO O| Sep 17 22:18:10.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62462025-09-17T22:18:11.139Z[ recovery-image] Sep 17 22:18:10.103 INFO O| Sep 17 22:18:10.103 INFO STEP 475 (remove_files) COMPLETE
62472025-09-17T22:18:11.139Z[ recovery-image] Sep 17 22:18:10.103 INFO O| Sep 17 22:18:10.103 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-09-17T22:18:11.147Z[ recovery-image] Sep 17 22:18:10.115 INFO O| Sep 17 22:18:10.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62492025-09-17T22:18:11.147Z[ recovery-image] Sep 17 22:18:10.115 INFO O| Sep 17 22:18:10.115 INFO STEP 476 (remove_files) COMPLETE
62502025-09-17T22:18:11.147Z[ recovery-image] Sep 17 22:18:10.115 INFO O| Sep 17 22:18:10.115 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-09-17T22:18:11.161Z[ recovery-image] Sep 17 22:18:10.129 INFO O| Sep 17 22:18:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62522025-09-17T22:18:11.161Z[ recovery-image] Sep 17 22:18:10.129 INFO O| Sep 17 22:18:10.129 INFO STEP 477 (remove_files) COMPLETE
62532025-09-17T22:18:11.161Z[ recovery-image] Sep 17 22:18:10.129 INFO O| Sep 17 22:18:10.129 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-09-17T22:18:11.183Z[ recovery-image] Sep 17 22:18:10.152 INFO O| Sep 17 22:18:10.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62552025-09-17T22:18:11.187Z[ recovery-image] Sep 17 22:18:10.152 INFO O| Sep 17 22:18:10.152 INFO STEP 478 (remove_files) COMPLETE
62562025-09-17T22:18:11.187Z[ recovery-image] Sep 17 22:18:10.152 INFO O| Sep 17 22:18:10.152 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-09-17T22:18:11.197Z[ recovery-image] Sep 17 22:18:10.165 INFO O| Sep 17 22:18:10.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62582025-09-17T22:18:11.197Z[ recovery-image] Sep 17 22:18:10.166 INFO O| Sep 17 22:18:10.166 INFO STEP 479 (remove_files) COMPLETE
62592025-09-17T22:18:11.200Z[ recovery-image] Sep 17 22:18:10.166 INFO O| Sep 17 22:18:10.166 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-09-17T22:18:11.210Z[ recovery-image] Sep 17 22:18:10.178 INFO O| Sep 17 22:18:10.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62612025-09-17T22:18:11.210Z[ recovery-image] Sep 17 22:18:10.178 INFO O| Sep 17 22:18:10.178 INFO STEP 480 (remove_files) COMPLETE
62622025-09-17T22:18:11.213Z[ recovery-image] Sep 17 22:18:10.178 INFO O| Sep 17 22:18:10.178 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-09-17T22:18:11.223Z[ recovery-image] Sep 17 22:18:10.192 INFO O| Sep 17 22:18:10.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62642025-09-17T22:18:11.223Z[ recovery-image] Sep 17 22:18:10.192 INFO O| Sep 17 22:18:10.192 INFO STEP 481 (remove_files) COMPLETE
62652025-09-17T22:18:11.223Z[ recovery-image] Sep 17 22:18:10.192 INFO O| Sep 17 22:18:10.192 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-09-17T22:18:11.236Z[ recovery-image] Sep 17 22:18:10.204 INFO O| Sep 17 22:18:10.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62672025-09-17T22:18:11.239Z[ recovery-image] Sep 17 22:18:10.204 INFO O| Sep 17 22:18:10.204 INFO STEP 482 (remove_files) COMPLETE
62682025-09-17T22:18:11.239Z[ recovery-image] Sep 17 22:18:10.204 INFO O| Sep 17 22:18:10.204 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-09-17T22:18:11.250Z[ recovery-image] Sep 17 22:18:10.218 INFO O| Sep 17 22:18:10.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62702025-09-17T22:18:11.254Z[ recovery-image] Sep 17 22:18:10.218 INFO O| Sep 17 22:18:10.218 INFO STEP 483 (remove_files) COMPLETE
62712025-09-17T22:18:11.254Z[ recovery-image] Sep 17 22:18:10.218 INFO O| Sep 17 22:18:10.218 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-09-17T22:18:11.262Z[ recovery-image] Sep 17 22:18:10.231 INFO O| Sep 17 22:18:10.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62732025-09-17T22:18:11.262Z[ recovery-image] Sep 17 22:18:10.231 INFO O| Sep 17 22:18:10.231 INFO STEP 484 (remove_files) COMPLETE
62742025-09-17T22:18:11.266Z[ recovery-image] Sep 17 22:18:10.231 INFO O| Sep 17 22:18:10.231 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-09-17T22:18:11.276Z[ recovery-image] Sep 17 22:18:10.244 INFO O| Sep 17 22:18:10.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62762025-09-17T22:18:11.276Z[ recovery-image] Sep 17 22:18:10.244 INFO O| Sep 17 22:18:10.244 INFO STEP 485 (remove_files) COMPLETE
62772025-09-17T22:18:11.279Z[ recovery-image] Sep 17 22:18:10.244 INFO O| Sep 17 22:18:10.244 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-09-17T22:18:11.288Z[ recovery-image] Sep 17 22:18:10.257 INFO O| Sep 17 22:18:10.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62792025-09-17T22:18:11.288Z[ recovery-image] Sep 17 22:18:10.257 INFO O| Sep 17 22:18:10.257 INFO STEP 486 (remove_files) COMPLETE
62802025-09-17T22:18:11.291Z[ recovery-image] Sep 17 22:18:10.257 INFO O| Sep 17 22:18:10.257 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-09-17T22:18:11.301Z[ recovery-image] Sep 17 22:18:10.269 INFO O| Sep 17 22:18:10.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62822025-09-17T22:18:11.301Z[ recovery-image] Sep 17 22:18:10.269 INFO O| Sep 17 22:18:10.269 INFO STEP 487 (remove_files) COMPLETE
62832025-09-17T22:18:11.301Z[ recovery-image] Sep 17 22:18:10.269 INFO O| Sep 17 22:18:10.269 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-09-17T22:18:11.313Z[ recovery-image] Sep 17 22:18:10.281 INFO O| Sep 17 22:18:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62852025-09-17T22:18:11.313Z[ recovery-image] Sep 17 22:18:10.281 INFO O| Sep 17 22:18:10.281 INFO STEP 488 (remove_files) COMPLETE
62862025-09-17T22:18:11.313Z[ recovery-image] Sep 17 22:18:10.281 INFO O| Sep 17 22:18:10.281 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-09-17T22:18:11.325Z[ recovery-image] Sep 17 22:18:10.293 INFO O| Sep 17 22:18:10.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62882025-09-17T22:18:11.325Z[ recovery-image] Sep 17 22:18:10.293 INFO O| Sep 17 22:18:10.293 INFO STEP 489 (remove_files) COMPLETE
62892025-09-17T22:18:11.325Z[ recovery-image] Sep 17 22:18:10.293 INFO O| Sep 17 22:18:10.293 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-09-17T22:18:11.338Z[ recovery-image] Sep 17 22:18:10.305 INFO O| Sep 17 22:18:10.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62912025-09-17T22:18:11.338Z[ recovery-image] Sep 17 22:18:10.305 INFO O| Sep 17 22:18:10.305 INFO STEP 490 (remove_files) COMPLETE
62922025-09-17T22:18:11.338Z[ recovery-image] Sep 17 22:18:10.305 INFO O| Sep 17 22:18:10.305 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-09-17T22:18:11.348Z[ recovery-image] Sep 17 22:18:10.317 INFO O| Sep 17 22:18:10.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62942025-09-17T22:18:11.348Z[ recovery-image] Sep 17 22:18:10.317 INFO O| Sep 17 22:18:10.317 INFO STEP 491 (remove_files) COMPLETE
62952025-09-17T22:18:11.349Z[ recovery-image] Sep 17 22:18:10.317 INFO O| Sep 17 22:18:10.317 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-09-17T22:18:11.363Z[ recovery-image] Sep 17 22:18:10.330 INFO O| Sep 17 22:18:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62972025-09-17T22:18:11.363Z[ recovery-image] Sep 17 22:18:10.330 INFO O| Sep 17 22:18:10.330 INFO STEP 492 (remove_files) COMPLETE
62982025-09-17T22:18:11.363Z[ recovery-image] Sep 17 22:18:10.330 INFO O| Sep 17 22:18:10.330 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-09-17T22:18:11.374Z[ recovery-image] Sep 17 22:18:10.342 INFO O| Sep 17 22:18:10.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63002025-09-17T22:18:11.378Z[ recovery-image] Sep 17 22:18:10.343 INFO O| Sep 17 22:18:10.343 INFO STEP 493 (remove_files) COMPLETE
63012025-09-17T22:18:11.378Z[ recovery-image] Sep 17 22:18:10.343 INFO O| Sep 17 22:18:10.343 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-09-17T22:18:11.388Z[ recovery-image] Sep 17 22:18:10.356 INFO O| Sep 17 22:18:10.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63032025-09-17T22:18:11.388Z[ recovery-image] Sep 17 22:18:10.356 INFO O| Sep 17 22:18:10.356 INFO STEP 494 (remove_files) COMPLETE
63042025-09-17T22:18:11.388Z[ recovery-image] Sep 17 22:18:10.356 INFO O| Sep 17 22:18:10.356 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-09-17T22:18:11.401Z[ recovery-image] Sep 17 22:18:10.369 INFO O| Sep 17 22:18:10.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63062025-09-17T22:18:11.405Z[ recovery-image] Sep 17 22:18:10.370 INFO O| Sep 17 22:18:10.370 INFO STEP 495 (remove_files) COMPLETE
63072025-09-17T22:18:11.405Z[ recovery-image] Sep 17 22:18:10.370 INFO O| Sep 17 22:18:10.370 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-09-17T22:18:11.414Z[ recovery-image] Sep 17 22:18:10.382 INFO O| Sep 17 22:18:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63092025-09-17T22:18:11.414Z[ recovery-image] Sep 17 22:18:10.382 INFO O| Sep 17 22:18:10.382 INFO STEP 496 (remove_files) COMPLETE
63102025-09-17T22:18:11.418Z[ recovery-image] Sep 17 22:18:10.382 INFO O| Sep 17 22:18:10.382 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-09-17T22:18:11.424Z[ recovery-image] Sep 17 22:18:10.393 INFO O| Sep 17 22:18:10.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63122025-09-17T22:18:11.424Z[ recovery-image] Sep 17 22:18:10.393 INFO O| Sep 17 22:18:10.393 INFO STEP 497 (remove_files) COMPLETE
63132025-09-17T22:18:11.429Z[ recovery-image] Sep 17 22:18:10.393 INFO O| Sep 17 22:18:10.393 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-09-17T22:18:11.435Z[ recovery-image] Sep 17 22:18:10.404 INFO O| Sep 17 22:18:10.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63152025-09-17T22:18:11.435Z[ recovery-image] Sep 17 22:18:10.404 INFO O| Sep 17 22:18:10.404 INFO STEP 498 (remove_files) COMPLETE
63162025-09-17T22:18:11.435Z[ recovery-image] Sep 17 22:18:10.404 INFO O| Sep 17 22:18:10.404 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-09-17T22:18:11.448Z[ recovery-image] Sep 17 22:18:10.416 INFO O| Sep 17 22:18:10.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63182025-09-17T22:18:11.448Z[ recovery-image] Sep 17 22:18:10.416 INFO O| Sep 17 22:18:10.416 INFO STEP 499 (remove_files) COMPLETE
63192025-09-17T22:18:11.448Z[ recovery-image] Sep 17 22:18:10.416 INFO O| Sep 17 22:18:10.416 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-09-17T22:18:11.459Z[ recovery-image] Sep 17 22:18:10.428 INFO O| Sep 17 22:18:10.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63212025-09-17T22:18:11.464Z[ recovery-image] Sep 17 22:18:10.428 INFO O| Sep 17 22:18:10.428 INFO STEP 500 (remove_files) COMPLETE
63222025-09-17T22:18:11.464Z[ recovery-image] Sep 17 22:18:10.428 INFO O| Sep 17 22:18:10.428 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-09-17T22:18:11.471Z[ recovery-image] Sep 17 22:18:10.439 INFO O| Sep 17 22:18:10.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63242025-09-17T22:18:11.475Z[ recovery-image] Sep 17 22:18:10.440 INFO O| Sep 17 22:18:10.440 INFO STEP 501 (remove_files) COMPLETE
63252025-09-17T22:18:11.475Z[ recovery-image] Sep 17 22:18:10.440 INFO O| Sep 17 22:18:10.440 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-09-17T22:18:11.482Z[ recovery-image] Sep 17 22:18:10.451 INFO O| Sep 17 22:18:10.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63272025-09-17T22:18:11.482Z[ recovery-image] Sep 17 22:18:10.451 INFO O| Sep 17 22:18:10.451 INFO STEP 502 (remove_files) COMPLETE
63282025-09-17T22:18:11.483Z[ recovery-image] Sep 17 22:18:10.451 INFO O| Sep 17 22:18:10.451 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-09-17T22:18:11.496Z[ recovery-image] Sep 17 22:18:10.464 INFO O| Sep 17 22:18:10.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63302025-09-17T22:18:11.496Z[ recovery-image] Sep 17 22:18:10.464 INFO O| Sep 17 22:18:10.464 INFO STEP 503 (remove_files) COMPLETE
63312025-09-17T22:18:11.499Z[ recovery-image] Sep 17 22:18:10.464 INFO O| Sep 17 22:18:10.464 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-09-17T22:18:11.510Z[ recovery-image] Sep 17 22:18:10.478 INFO O| Sep 17 22:18:10.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63332025-09-17T22:18:11.510Z[ recovery-image] Sep 17 22:18:10.478 INFO O| Sep 17 22:18:10.478 INFO STEP 504 (remove_files) COMPLETE
63342025-09-17T22:18:11.514Z[ recovery-image] Sep 17 22:18:10.478 INFO O| Sep 17 22:18:10.478 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-09-17T22:18:11.522Z[ recovery-image] Sep 17 22:18:10.491 INFO O| Sep 17 22:18:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63362025-09-17T22:18:11.526Z[ recovery-image] Sep 17 22:18:10.491 INFO O| Sep 17 22:18:10.491 INFO STEP 505 (remove_files) COMPLETE
63372025-09-17T22:18:11.526Z[ recovery-image] Sep 17 22:18:10.491 INFO O| Sep 17 22:18:10.491 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-09-17T22:18:11.535Z[ recovery-image] Sep 17 22:18:10.504 INFO O| Sep 17 22:18:10.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63392025-09-17T22:18:11.535Z[ recovery-image] Sep 17 22:18:10.504 INFO O| Sep 17 22:18:10.504 INFO STEP 506 (remove_files) COMPLETE
63402025-09-17T22:18:11.535Z[ recovery-image] Sep 17 22:18:10.504 INFO O| Sep 17 22:18:10.504 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-09-17T22:18:11.548Z[ recovery-image] Sep 17 22:18:10.516 INFO O| Sep 17 22:18:10.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63422025-09-17T22:18:11.548Z[ recovery-image] Sep 17 22:18:10.516 INFO O| Sep 17 22:18:10.516 INFO STEP 507 (remove_files) COMPLETE
63432025-09-17T22:18:11.551Z[ recovery-image] Sep 17 22:18:10.516 INFO O| Sep 17 22:18:10.516 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-09-17T22:18:11.561Z[ recovery-image] Sep 17 22:18:10.529 INFO O| Sep 17 22:18:10.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63452025-09-17T22:18:11.561Z[ recovery-image] Sep 17 22:18:10.529 INFO O| Sep 17 22:18:10.529 INFO STEP 508 (remove_files) COMPLETE
63462025-09-17T22:18:11.561Z[ recovery-image] Sep 17 22:18:10.529 INFO O| Sep 17 22:18:10.529 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-09-17T22:18:11.574Z[ recovery-image] Sep 17 22:18:10.542 INFO O| Sep 17 22:18:10.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63482025-09-17T22:18:11.574Z[ recovery-image] Sep 17 22:18:10.542 INFO O| Sep 17 22:18:10.542 INFO STEP 509 (remove_files) COMPLETE
63492025-09-17T22:18:11.574Z[ recovery-image] Sep 17 22:18:10.542 INFO O| Sep 17 22:18:10.542 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-09-17T22:18:11.586Z[ recovery-image] Sep 17 22:18:10.555 INFO O| Sep 17 22:18:10.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63512025-09-17T22:18:11.586Z[ recovery-image] Sep 17 22:18:10.555 INFO O| Sep 17 22:18:10.555 INFO STEP 510 (remove_files) COMPLETE
63522025-09-17T22:18:11.586Z[ recovery-image] Sep 17 22:18:10.555 INFO O| Sep 17 22:18:10.555 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-09-17T22:18:11.597Z[ recovery-image] Sep 17 22:18:10.566 INFO O| Sep 17 22:18:10.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63542025-09-17T22:18:11.597Z[ recovery-image] Sep 17 22:18:10.566 INFO O| Sep 17 22:18:10.566 INFO STEP 511 (remove_files) COMPLETE
63552025-09-17T22:18:11.601Z[ recovery-image] Sep 17 22:18:10.566 INFO O| Sep 17 22:18:10.566 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-09-17T22:18:11.608Z[ recovery-image] Sep 17 22:18:10.576 INFO O| Sep 17 22:18:10.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63572025-09-17T22:18:11.608Z[ recovery-image] Sep 17 22:18:10.577 INFO O| Sep 17 22:18:10.577 INFO STEP 512 (remove_files) COMPLETE
63582025-09-17T22:18:11.612Z[ recovery-image] Sep 17 22:18:10.577 INFO O| Sep 17 22:18:10.577 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-09-17T22:18:11.620Z[ recovery-image] Sep 17 22:18:10.589 INFO O| Sep 17 22:18:10.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63602025-09-17T22:18:11.620Z[ recovery-image] Sep 17 22:18:10.589 INFO O| Sep 17 22:18:10.589 INFO STEP 513 (remove_files) COMPLETE
63612025-09-17T22:18:11.624Z[ recovery-image] Sep 17 22:18:10.589 INFO O| Sep 17 22:18:10.589 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-09-17T22:18:11.632Z[ recovery-image] Sep 17 22:18:10.600 INFO O| Sep 17 22:18:10.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63632025-09-17T22:18:11.632Z[ recovery-image] Sep 17 22:18:10.601 INFO O| Sep 17 22:18:10.600 INFO STEP 514 (remove_files) COMPLETE
63642025-09-17T22:18:11.632Z[ recovery-image] Sep 17 22:18:10.601 INFO O| Sep 17 22:18:10.600 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-09-17T22:18:11.645Z[ recovery-image] Sep 17 22:18:10.612 INFO O| Sep 17 22:18:10.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63662025-09-17T22:18:11.645Z[ recovery-image] Sep 17 22:18:10.612 INFO O| Sep 17 22:18:10.612 INFO STEP 515 (remove_files) COMPLETE
63672025-09-17T22:18:11.645Z[ recovery-image] Sep 17 22:18:10.612 INFO O| Sep 17 22:18:10.612 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-09-17T22:18:11.656Z[ recovery-image] Sep 17 22:18:10.624 INFO O| Sep 17 22:18:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63692025-09-17T22:18:11.656Z[ recovery-image] Sep 17 22:18:10.624 INFO O| Sep 17 22:18:10.624 INFO STEP 516 (remove_files) COMPLETE
63702025-09-17T22:18:11.656Z[ recovery-image] Sep 17 22:18:10.624 INFO O| Sep 17 22:18:10.624 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-09-17T22:18:11.668Z[ recovery-image] Sep 17 22:18:10.636 INFO O| Sep 17 22:18:10.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63722025-09-17T22:18:11.668Z[ recovery-image] Sep 17 22:18:10.636 INFO O| Sep 17 22:18:10.636 INFO STEP 517 (remove_files) COMPLETE
63732025-09-17T22:18:11.668Z[ recovery-image] Sep 17 22:18:10.636 INFO O| Sep 17 22:18:10.636 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-09-17T22:18:11.681Z[ recovery-image] Sep 17 22:18:10.649 INFO O| Sep 17 22:18:10.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63752025-09-17T22:18:11.684Z[ recovery-image] Sep 17 22:18:10.649 INFO O| Sep 17 22:18:10.649 INFO STEP 518 (remove_files) COMPLETE
63762025-09-17T22:18:11.684Z[ recovery-image] Sep 17 22:18:10.649 INFO O| Sep 17 22:18:10.649 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-09-17T22:18:11.693Z[ recovery-image] Sep 17 22:18:10.661 INFO O| Sep 17 22:18:10.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63782025-09-17T22:18:11.693Z[ recovery-image] Sep 17 22:18:10.661 INFO O| Sep 17 22:18:10.661 INFO STEP 519 (remove_files) COMPLETE
63792025-09-17T22:18:11.693Z[ recovery-image] Sep 17 22:18:10.661 INFO O| Sep 17 22:18:10.661 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-09-17T22:18:11.704Z[ recovery-image] Sep 17 22:18:10.672 INFO O| Sep 17 22:18:10.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63812025-09-17T22:18:11.704Z[ recovery-image] Sep 17 22:18:10.672 INFO O| Sep 17 22:18:10.672 INFO STEP 520 (remove_files) COMPLETE
63822025-09-17T22:18:11.704Z[ recovery-image] Sep 17 22:18:10.672 INFO O| Sep 17 22:18:10.672 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-09-17T22:18:11.717Z[ recovery-image] Sep 17 22:18:10.685 INFO O| Sep 17 22:18:10.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63842025-09-17T22:18:11.721Z[ recovery-image] Sep 17 22:18:10.685 INFO O| Sep 17 22:18:10.685 INFO STEP 521 (remove_files) COMPLETE
63852025-09-17T22:18:11.721Z[ recovery-image] Sep 17 22:18:10.685 INFO O| Sep 17 22:18:10.685 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-09-17T22:18:11.729Z[ recovery-image] Sep 17 22:18:10.697 INFO O| Sep 17 22:18:10.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63872025-09-17T22:18:11.732Z[ recovery-image] Sep 17 22:18:10.697 INFO O| Sep 17 22:18:10.697 INFO STEP 522 (remove_files) COMPLETE
63882025-09-17T22:18:11.732Z[ recovery-image] Sep 17 22:18:10.697 INFO O| Sep 17 22:18:10.697 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-09-17T22:18:11.743Z[ recovery-image] Sep 17 22:18:10.711 INFO O| Sep 17 22:18:10.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63902025-09-17T22:18:11.743Z[ recovery-image] Sep 17 22:18:10.711 INFO O| Sep 17 22:18:10.711 INFO STEP 523 (remove_files) COMPLETE
63912025-09-17T22:18:11.747Z[ recovery-image] Sep 17 22:18:10.711 INFO O| Sep 17 22:18:10.711 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-09-17T22:18:11.755Z[ recovery-image] Sep 17 22:18:10.724 INFO O| Sep 17 22:18:10.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63932025-09-17T22:18:11.755Z[ recovery-image] Sep 17 22:18:10.724 INFO O| Sep 17 22:18:10.724 INFO STEP 524 (remove_files) COMPLETE
63942025-09-17T22:18:11.756Z[ recovery-image] Sep 17 22:18:10.724 INFO O| Sep 17 22:18:10.724 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-09-17T22:18:11.768Z[ recovery-image] Sep 17 22:18:10.736 INFO O| Sep 17 22:18:10.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63962025-09-17T22:18:11.768Z[ recovery-image] Sep 17 22:18:10.737 INFO O| Sep 17 22:18:10.737 INFO STEP 525 (remove_files) COMPLETE
63972025-09-17T22:18:11.772Z[ recovery-image] Sep 17 22:18:10.737 INFO O| Sep 17 22:18:10.737 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-09-17T22:18:11.780Z[ recovery-image] Sep 17 22:18:10.748 INFO O| Sep 17 22:18:10.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63992025-09-17T22:18:11.780Z[ recovery-image] Sep 17 22:18:10.749 INFO O| Sep 17 22:18:10.748 INFO STEP 526 (remove_files) COMPLETE
64002025-09-17T22:18:11.784Z[ recovery-image] Sep 17 22:18:10.749 INFO O| Sep 17 22:18:10.749 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-09-17T22:18:11.793Z[ recovery-image] Sep 17 22:18:10.762 INFO O| Sep 17 22:18:10.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64022025-09-17T22:18:11.793Z[ recovery-image] Sep 17 22:18:10.762 INFO O| Sep 17 22:18:10.762 INFO STEP 527 (remove_files) COMPLETE
64032025-09-17T22:18:11.793Z[ recovery-image] Sep 17 22:18:10.762 INFO O| Sep 17 22:18:10.762 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-09-17T22:18:11.805Z[ recovery-image] Sep 17 22:18:10.773 INFO O| Sep 17 22:18:10.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64052025-09-17T22:18:11.805Z[ recovery-image] Sep 17 22:18:10.773 INFO O| Sep 17 22:18:10.773 INFO STEP 528 (remove_files) COMPLETE
64062025-09-17T22:18:12.813Z[ recovery-image] Sep 17 22:18:10.773 INFO O| Sep 17 22:18:10.773 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.786 INFO O| Sep 17 22:18:10.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64082025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.786 INFO O| Sep 17 22:18:10.786 INFO STEP 529 (remove_files) COMPLETE
64092025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.786 INFO O| Sep 17 22:18:10.786 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.798 INFO O| Sep 17 22:18:10.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64112025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.798 INFO O| Sep 17 22:18:10.798 INFO STEP 530 (remove_files) COMPLETE
64122025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.798 INFO O| Sep 17 22:18:10.798 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.809 INFO O| Sep 17 22:18:10.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64142025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.809 INFO O| Sep 17 22:18:10.809 INFO STEP 531 (remove_files) COMPLETE
64152025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.809 INFO O| Sep 17 22:18:10.809 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.820 INFO O| Sep 17 22:18:10.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64172025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.820 INFO O| Sep 17 22:18:10.820 INFO STEP 532 (remove_files) COMPLETE
64182025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.820 INFO O| Sep 17 22:18:10.820 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.833 INFO O| Sep 17 22:18:10.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64202025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.833 INFO O| Sep 17 22:18:10.833 INFO STEP 533 (remove_files) COMPLETE
64212025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.833 INFO O| Sep 17 22:18:10.833 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.845 INFO O| Sep 17 22:18:10.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64232025-09-17T22:18:12.819Z[ recovery-image] Sep 17 22:18:10.845 INFO O| Sep 17 22:18:10.845 INFO STEP 534 (remove_files) COMPLETE
64242025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.845 INFO O| Sep 17 22:18:10.845 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.855 INFO O| Sep 17 22:18:10.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64262025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.855 INFO O| Sep 17 22:18:10.855 INFO STEP 535 (remove_files) COMPLETE
64272025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.855 INFO O| Sep 17 22:18:10.855 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.865 INFO O| Sep 17 22:18:10.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64292025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.865 INFO O| Sep 17 22:18:10.865 INFO STEP 536 (remove_files) COMPLETE
64302025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.865 INFO O| Sep 17 22:18:10.865 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.876 INFO O| Sep 17 22:18:10.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64322025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.876 INFO O| Sep 17 22:18:10.876 INFO STEP 537 (remove_files) COMPLETE
64332025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.876 INFO O| Sep 17 22:18:10.876 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.888 INFO O| Sep 17 22:18:10.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64352025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.889 INFO O| Sep 17 22:18:10.889 INFO STEP 538 (remove_files) COMPLETE
64362025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.889 INFO O| Sep 17 22:18:10.889 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.899 INFO O| Sep 17 22:18:10.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64382025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.900 INFO O| Sep 17 22:18:10.900 INFO STEP 539 (remove_files) COMPLETE
64392025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.900 INFO O| Sep 17 22:18:10.900 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.910 INFO O| Sep 17 22:18:10.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64412025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.911 INFO O| Sep 17 22:18:10.910 INFO STEP 540 (remove_files) COMPLETE
64422025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.911 INFO O| Sep 17 22:18:10.910 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.922 INFO O| Sep 17 22:18:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64442025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.922 INFO O| Sep 17 22:18:10.922 INFO STEP 541 (remove_files) COMPLETE
64452025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.922 INFO O| Sep 17 22:18:10.922 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.932 INFO O| Sep 17 22:18:10.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64472025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.933 INFO O| Sep 17 22:18:10.933 INFO STEP 542 (remove_files) COMPLETE
64482025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.933 INFO O| Sep 17 22:18:10.933 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.944 INFO O| Sep 17 22:18:10.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64502025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.944 INFO O| Sep 17 22:18:10.944 INFO STEP 543 (remove_files) COMPLETE
64512025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.944 INFO O| Sep 17 22:18:10.944 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.955 INFO O| Sep 17 22:18:10.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64532025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.956 INFO O| Sep 17 22:18:10.956 INFO STEP 544 (remove_files) COMPLETE
64542025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.956 INFO O| Sep 17 22:18:10.956 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.968 INFO O| Sep 17 22:18:10.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64562025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.968 INFO O| Sep 17 22:18:10.968 INFO STEP 545 (remove_files) COMPLETE
64572025-09-17T22:18:12.820Z[ recovery-image] Sep 17 22:18:10.968 INFO O| Sep 17 22:18:10.968 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:10.980 INFO O| Sep 17 22:18:10.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64592025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:10.981 INFO O| Sep 17 22:18:10.981 INFO STEP 546 (remove_files) COMPLETE
64602025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:10.981 INFO O| Sep 17 22:18:10.981 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:10.993 INFO O| Sep 17 22:18:10.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64622025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:10.993 INFO O| Sep 17 22:18:10.993 INFO STEP 547 (remove_files) COMPLETE
64632025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:10.993 INFO O| Sep 17 22:18:10.993 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.004 INFO O| Sep 17 22:18:11.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64652025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.005 INFO O| Sep 17 22:18:11.004 INFO STEP 548 (remove_files) COMPLETE
64662025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.005 INFO O| Sep 17 22:18:11.005 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.016 INFO O| Sep 17 22:18:11.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64682025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.016 INFO O| Sep 17 22:18:11.016 INFO STEP 549 (remove_files) COMPLETE
64692025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.016 INFO O| Sep 17 22:18:11.016 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.027 INFO O| Sep 17 22:18:11.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64712025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.027 INFO O| Sep 17 22:18:11.027 INFO STEP 550 (remove_files) COMPLETE
64722025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.027 INFO O| Sep 17 22:18:11.027 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.037 INFO O| Sep 17 22:18:11.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64742025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.037 INFO O| Sep 17 22:18:11.037 INFO STEP 551 (remove_files) COMPLETE
64752025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.037 INFO O| Sep 17 22:18:11.037 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.048 INFO O| Sep 17 22:18:11.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64772025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.048 INFO O| Sep 17 22:18:11.048 INFO STEP 552 (remove_files) COMPLETE
64782025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.048 INFO O| Sep 17 22:18:11.048 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.060 INFO O| Sep 17 22:18:11.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64802025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.060 INFO O| Sep 17 22:18:11.060 INFO STEP 553 (remove_files) COMPLETE
64812025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.060 INFO O| Sep 17 22:18:11.060 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.073 INFO O| Sep 17 22:18:11.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64832025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.073 INFO O| Sep 17 22:18:11.073 INFO STEP 554 (remove_files) COMPLETE
64842025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.073 INFO O| Sep 17 22:18:11.073 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.085 INFO O| Sep 17 22:18:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64862025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.085 INFO O| Sep 17 22:18:11.085 INFO STEP 555 (remove_files) COMPLETE
64872025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.085 INFO O| Sep 17 22:18:11.085 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-09-17T22:18:12.821Z[ recovery-image] Sep 17 22:18:11.097 INFO O| Sep 17 22:18:11.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64892025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.097 INFO O| Sep 17 22:18:11.097 INFO STEP 556 (remove_files) COMPLETE
64902025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.097 INFO O| Sep 17 22:18:11.097 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.109 INFO O| Sep 17 22:18:11.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64922025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.110 INFO O| Sep 17 22:18:11.109 INFO STEP 557 (remove_files) COMPLETE
64932025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.110 INFO O| Sep 17 22:18:11.109 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.122 INFO O| Sep 17 22:18:11.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64952025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.122 INFO O| Sep 17 22:18:11.122 INFO STEP 558 (remove_files) COMPLETE
64962025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.122 INFO O| Sep 17 22:18:11.122 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.133 INFO O| Sep 17 22:18:11.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64982025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.133 INFO O| Sep 17 22:18:11.133 INFO STEP 559 (remove_files) COMPLETE
64992025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.133 INFO O| Sep 17 22:18:11.133 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.149 INFO O| Sep 17 22:18:11.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65012025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.149 INFO O| Sep 17 22:18:11.149 INFO STEP 560 (remove_files) COMPLETE
65022025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.149 INFO O| Sep 17 22:18:11.149 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.161 INFO O| Sep 17 22:18:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65042025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.161 INFO O| Sep 17 22:18:11.161 INFO STEP 561 (remove_files) COMPLETE
65052025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.161 INFO O| Sep 17 22:18:11.161 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-09-17T22:18:12.822Z[ recovery-image] Sep 17 22:18:11.173 INFO O| Sep 17 22:18:11.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65072025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.173 INFO O| Sep 17 22:18:11.173 INFO STEP 562 (remove_files) COMPLETE
65082025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.173 INFO O| Sep 17 22:18:11.173 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.185 INFO O| Sep 17 22:18:11.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65102025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.185 INFO O| Sep 17 22:18:11.185 INFO STEP 563 (remove_files) COMPLETE
65112025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.185 INFO O| Sep 17 22:18:11.185 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.197 INFO O| Sep 17 22:18:11.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65132025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.198 INFO O| Sep 17 22:18:11.197 INFO STEP 564 (remove_files) COMPLETE
65142025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.198 INFO O| Sep 17 22:18:11.198 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.210 INFO O| Sep 17 22:18:11.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65162025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.210 INFO O| Sep 17 22:18:11.210 INFO STEP 565 (remove_files) COMPLETE
65172025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.210 INFO O| Sep 17 22:18:11.210 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.222 INFO O| Sep 17 22:18:11.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65192025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.222 INFO O| Sep 17 22:18:11.222 INFO STEP 566 (remove_files) COMPLETE
65202025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.222 INFO O| Sep 17 22:18:11.222 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.235 INFO O| Sep 17 22:18:11.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65222025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.235 INFO O| Sep 17 22:18:11.235 INFO STEP 567 (remove_files) COMPLETE
65232025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.235 INFO O| Sep 17 22:18:11.235 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.248 INFO O| Sep 17 22:18:11.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65252025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.248 INFO O| Sep 17 22:18:11.248 INFO STEP 568 (remove_files) COMPLETE
65262025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.248 INFO O| Sep 17 22:18:11.248 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.262 INFO O| Sep 17 22:18:11.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65282025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.262 INFO O| Sep 17 22:18:11.262 INFO STEP 569 (remove_files) COMPLETE
65292025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.262 INFO O| Sep 17 22:18:11.262 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.276 INFO O| Sep 17 22:18:11.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65312025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.276 INFO O| Sep 17 22:18:11.276 INFO STEP 570 (remove_files) COMPLETE
65322025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.276 INFO O| Sep 17 22:18:11.276 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.288 INFO O| Sep 17 22:18:11.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65342025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.288 INFO O| Sep 17 22:18:11.288 INFO STEP 571 (remove_files) COMPLETE
65352025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.288 INFO O| Sep 17 22:18:11.288 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.299 INFO O| Sep 17 22:18:11.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65372025-09-17T22:18:12.828Z[ recovery-image] Sep 17 22:18:11.299 INFO O| Sep 17 22:18:11.299 INFO STEP 572 (remove_files) COMPLETE
65382025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.299 INFO O| Sep 17 22:18:11.299 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.310 INFO O| Sep 17 22:18:11.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65402025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.310 INFO O| Sep 17 22:18:11.310 INFO STEP 573 (remove_files) COMPLETE
65412025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.310 INFO O| Sep 17 22:18:11.310 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.321 INFO O| Sep 17 22:18:11.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65432025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.321 INFO O| Sep 17 22:18:11.321 INFO STEP 574 (remove_files) COMPLETE
65442025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.321 INFO O| Sep 17 22:18:11.321 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.335 INFO O| Sep 17 22:18:11.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65462025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.335 INFO O| Sep 17 22:18:11.335 INFO STEP 575 (remove_files) COMPLETE
65472025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.335 INFO O| Sep 17 22:18:11.335 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.349 INFO O| Sep 17 22:18:11.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65492025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.349 INFO O| Sep 17 22:18:11.349 INFO STEP 576 (remove_files) COMPLETE
65502025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.349 INFO O| Sep 17 22:18:11.349 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.362 INFO O| Sep 17 22:18:11.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65522025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.362 INFO O| Sep 17 22:18:11.362 INFO STEP 577 (remove_files) COMPLETE
65532025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.362 INFO O| Sep 17 22:18:11.362 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.374 INFO O| Sep 17 22:18:11.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65552025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.375 INFO O| Sep 17 22:18:11.375 INFO STEP 578 (remove_files) COMPLETE
65562025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.375 INFO O| Sep 17 22:18:11.375 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.387 INFO O| Sep 17 22:18:11.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65582025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.388 INFO O| Sep 17 22:18:11.388 INFO STEP 579 (remove_files) COMPLETE
65592025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.388 INFO O| Sep 17 22:18:11.388 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.401 INFO O| Sep 17 22:18:11.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65612025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.401 INFO O| Sep 17 22:18:11.401 INFO STEP 580 (remove_files) COMPLETE
65622025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.401 INFO O| Sep 17 22:18:11.401 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.414 INFO O| Sep 17 22:18:11.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65642025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.414 INFO O| Sep 17 22:18:11.414 INFO STEP 581 (remove_files) COMPLETE
65652025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.414 INFO O| Sep 17 22:18:11.414 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.426 INFO O| Sep 17 22:18:11.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65672025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.426 INFO O| Sep 17 22:18:11.426 INFO STEP 582 (remove_files) COMPLETE
65682025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.426 INFO O| Sep 17 22:18:11.426 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.438 INFO O| Sep 17 22:18:11.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65702025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.439 INFO O| Sep 17 22:18:11.439 INFO STEP 583 (remove_files) COMPLETE
65712025-09-17T22:18:12.829Z[ recovery-image] Sep 17 22:18:11.439 INFO O| Sep 17 22:18:11.439 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.451 INFO O| Sep 17 22:18:11.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65732025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.451 INFO O| Sep 17 22:18:11.451 INFO STEP 584 (remove_files) COMPLETE
65742025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.451 INFO O| Sep 17 22:18:11.451 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.464 INFO O| Sep 17 22:18:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65762025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.464 INFO O| Sep 17 22:18:11.464 INFO STEP 585 (remove_files) COMPLETE
65772025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.464 INFO O| Sep 17 22:18:11.464 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.477 INFO O| Sep 17 22:18:11.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65792025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.477 INFO O| Sep 17 22:18:11.477 INFO STEP 586 (remove_files) COMPLETE
65802025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.477 INFO O| Sep 17 22:18:11.477 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.491 INFO O| Sep 17 22:18:11.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65822025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.491 INFO O| Sep 17 22:18:11.491 INFO STEP 587 (remove_files) COMPLETE
65832025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.491 INFO O| Sep 17 22:18:11.491 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.504 INFO O| Sep 17 22:18:11.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65852025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.504 INFO O| Sep 17 22:18:11.504 INFO STEP 588 (remove_files) COMPLETE
65862025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.504 INFO O| Sep 17 22:18:11.504 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.519 INFO O| Sep 17 22:18:11.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65882025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.519 INFO O| Sep 17 22:18:11.519 INFO STEP 589 (remove_files) COMPLETE
65892025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.519 INFO O| Sep 17 22:18:11.519 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.533 INFO O| Sep 17 22:18:11.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65912025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.533 INFO O| Sep 17 22:18:11.533 INFO STEP 590 (remove_files) COMPLETE
65922025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.533 INFO O| Sep 17 22:18:11.533 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.547 INFO O| Sep 17 22:18:11.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65942025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.547 INFO O| Sep 17 22:18:11.547 INFO STEP 591 (remove_files) COMPLETE
65952025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.547 INFO O| Sep 17 22:18:11.547 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.559 INFO O| Sep 17 22:18:11.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65972025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.559 INFO O| Sep 17 22:18:11.559 INFO STEP 592 (remove_files) COMPLETE
65982025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.559 INFO O| Sep 17 22:18:11.559 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.572 INFO O| Sep 17 22:18:11.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66002025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.572 INFO O| Sep 17 22:18:11.572 INFO STEP 593 (remove_files) COMPLETE
66012025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.572 INFO O| Sep 17 22:18:11.572 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.586 INFO O| Sep 17 22:18:11.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66032025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.586 INFO O| Sep 17 22:18:11.586 INFO STEP 594 (remove_files) COMPLETE
66042025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.586 INFO O| Sep 17 22:18:11.586 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.599 INFO O| Sep 17 22:18:11.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66062025-09-17T22:18:12.830Z[ recovery-image] Sep 17 22:18:11.599 INFO O| Sep 17 22:18:11.599 INFO STEP 595 (remove_files) COMPLETE
66072025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.599 INFO O| Sep 17 22:18:11.599 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.611 INFO O| Sep 17 22:18:11.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66092025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.611 INFO O| Sep 17 22:18:11.611 INFO STEP 596 (remove_files) COMPLETE
66102025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.611 INFO O| Sep 17 22:18:11.611 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.623 INFO O| Sep 17 22:18:11.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66122025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.624 INFO O| Sep 17 22:18:11.623 INFO STEP 597 (remove_files) COMPLETE
66132025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.624 INFO O| Sep 17 22:18:11.624 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.636 INFO O| Sep 17 22:18:11.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66152025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.636 INFO O| Sep 17 22:18:11.636 INFO STEP 598 (remove_files) COMPLETE
66162025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.636 INFO O| Sep 17 22:18:11.636 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.650 INFO O| Sep 17 22:18:11.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66182025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.650 INFO O| Sep 17 22:18:11.650 INFO STEP 599 (remove_files) COMPLETE
66192025-09-17T22:18:12.835Z[ recovery-image] Sep 17 22:18:11.650 INFO O| Sep 17 22:18:11.650 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.662 INFO O| Sep 17 22:18:11.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66212025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.662 INFO O| Sep 17 22:18:11.662 INFO STEP 600 (remove_files) COMPLETE
66222025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.662 INFO O| Sep 17 22:18:11.662 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.674 INFO O| Sep 17 22:18:11.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66242025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.674 INFO O| Sep 17 22:18:11.674 INFO STEP 601 (remove_files) COMPLETE
66252025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.674 INFO O| Sep 17 22:18:11.674 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.687 INFO O| Sep 17 22:18:11.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66272025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.687 INFO O| Sep 17 22:18:11.687 INFO STEP 602 (remove_files) COMPLETE
66282025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.687 INFO O| Sep 17 22:18:11.687 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.699 INFO O| Sep 17 22:18:11.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66302025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.699 INFO O| Sep 17 22:18:11.699 INFO STEP 603 (remove_files) COMPLETE
66312025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.699 INFO O| Sep 17 22:18:11.699 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.710 INFO O| Sep 17 22:18:11.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66332025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.710 INFO O| Sep 17 22:18:11.710 INFO STEP 604 (remove_files) COMPLETE
66342025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.710 INFO O| Sep 17 22:18:11.710 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.721 INFO O| Sep 17 22:18:11.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66362025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.721 INFO O| Sep 17 22:18:11.721 INFO STEP 605 (remove_files) COMPLETE
66372025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.721 INFO O| Sep 17 22:18:11.721 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.732 INFO O| Sep 17 22:18:11.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66392025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.732 INFO O| Sep 17 22:18:11.732 INFO STEP 606 (remove_files) COMPLETE
66402025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.732 INFO O| Sep 17 22:18:11.732 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.745 INFO O| Sep 17 22:18:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66422025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.746 INFO O| Sep 17 22:18:11.746 INFO STEP 607 (remove_files) COMPLETE
66432025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.746 INFO O| Sep 17 22:18:11.746 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.757 INFO O| Sep 17 22:18:11.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66452025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.757 INFO O| Sep 17 22:18:11.757 INFO STEP 608 (remove_files) COMPLETE
66462025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.757 INFO O| Sep 17 22:18:11.757 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.769 INFO O| Sep 17 22:18:11.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66482025-09-17T22:18:12.836Z[ recovery-image] Sep 17 22:18:11.769 INFO O| Sep 17 22:18:11.769 INFO STEP 609 (remove_files) COMPLETE
66492025-09-17T22:18:12.837Z[ recovery-image] Sep 17 22:18:11.769 INFO O| Sep 17 22:18:11.769 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-09-17T22:18:12.837Z[ recovery-image] Sep 17 22:18:11.781 INFO O| Sep 17 22:18:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66512025-09-17T22:18:12.837Z[ recovery-image] Sep 17 22:18:11.781 INFO O| Sep 17 22:18:11.781 INFO STEP 610 (remove_files) COMPLETE
66522025-09-17T22:18:12.837Z[ recovery-image] Sep 17 22:18:11.781 INFO O| Sep 17 22:18:11.781 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-09-17T22:18:12.837Z[ recovery-image] Sep 17 22:18:11.792 INFO O| Sep 17 22:18:11.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66542025-09-17T22:18:12.837Z[ recovery-image] Sep 17 22:18:11.792 INFO O| Sep 17 22:18:11.792 INFO STEP 611 (remove_files) COMPLETE
66552025-09-17T22:18:12.837Z[ recovery-image] Sep 17 22:18:11.792 INFO O| Sep 17 22:18:11.792 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-09-17T22:18:12.841Z[ recovery-image] Sep 17 22:18:11.804 INFO O| Sep 17 22:18:11.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66572025-09-17T22:18:12.841Z[ recovery-image] Sep 17 22:18:11.804 INFO O| Sep 17 22:18:11.804 INFO STEP 612 (remove_files) COMPLETE
66582025-09-17T22:18:12.841Z[ recovery-image] Sep 17 22:18:11.804 INFO O| Sep 17 22:18:11.804 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-09-17T22:18:12.850Z[ recovery-image] Sep 17 22:18:11.817 INFO O| Sep 17 22:18:11.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66602025-09-17T22:18:12.850Z[ recovery-image] Sep 17 22:18:11.818 INFO O| Sep 17 22:18:11.818 INFO STEP 613 (remove_files) COMPLETE
66612025-09-17T22:18:12.850Z[ recovery-image] Sep 17 22:18:11.818 INFO O| Sep 17 22:18:11.818 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-09-17T22:18:12.862Z[ recovery-image] Sep 17 22:18:11.830 INFO O| Sep 17 22:18:11.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66632025-09-17T22:18:12.862Z[ recovery-image] Sep 17 22:18:11.831 INFO O| Sep 17 22:18:11.830 INFO STEP 614 (remove_files) COMPLETE
66642025-09-17T22:18:12.866Z[ recovery-image] Sep 17 22:18:11.831 INFO O| Sep 17 22:18:11.830 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-09-17T22:18:12.874Z[ recovery-image] Sep 17 22:18:11.842 INFO O| Sep 17 22:18:11.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66662025-09-17T22:18:12.874Z[ recovery-image] Sep 17 22:18:11.842 INFO O| Sep 17 22:18:11.842 INFO STEP 615 (remove_files) COMPLETE
66672025-09-17T22:18:12.874Z[ recovery-image] Sep 17 22:18:11.842 INFO O| Sep 17 22:18:11.842 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-09-17T22:18:12.887Z[ recovery-image] Sep 17 22:18:11.855 INFO O| Sep 17 22:18:11.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66692025-09-17T22:18:12.887Z[ recovery-image] Sep 17 22:18:11.855 INFO O| Sep 17 22:18:11.855 INFO STEP 616 (remove_files) COMPLETE
66702025-09-17T22:18:12.887Z[ recovery-image] Sep 17 22:18:11.855 INFO O| Sep 17 22:18:11.855 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-09-17T22:18:12.901Z[ recovery-image] Sep 17 22:18:11.868 INFO O| Sep 17 22:18:11.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66722025-09-17T22:18:12.901Z[ recovery-image] Sep 17 22:18:11.868 INFO O| Sep 17 22:18:11.868 INFO STEP 617 (remove_files) COMPLETE
66732025-09-17T22:18:12.901Z[ recovery-image] Sep 17 22:18:11.868 INFO O| Sep 17 22:18:11.868 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-09-17T22:18:12.913Z[ recovery-image] Sep 17 22:18:11.881 INFO O| Sep 17 22:18:11.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66752025-09-17T22:18:12.913Z[ recovery-image] Sep 17 22:18:11.881 INFO O| Sep 17 22:18:11.881 INFO STEP 618 (remove_files) COMPLETE
66762025-09-17T22:18:12.913Z[ recovery-image] Sep 17 22:18:11.881 INFO O| Sep 17 22:18:11.881 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-09-17T22:18:12.925Z[ recovery-image] Sep 17 22:18:11.893 INFO O| Sep 17 22:18:11.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66782025-09-17T22:18:12.925Z[ recovery-image] Sep 17 22:18:11.893 INFO O| Sep 17 22:18:11.893 INFO STEP 619 (remove_files) COMPLETE
66792025-09-17T22:18:12.925Z[ recovery-image] Sep 17 22:18:11.893 INFO O| Sep 17 22:18:11.893 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-09-17T22:18:12.937Z[ recovery-image] Sep 17 22:18:11.905 INFO O| Sep 17 22:18:11.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66812025-09-17T22:18:12.937Z[ recovery-image] Sep 17 22:18:11.905 INFO O| Sep 17 22:18:11.905 INFO STEP 620 (remove_files) COMPLETE
66822025-09-17T22:18:12.941Z[ recovery-image] Sep 17 22:18:11.905 INFO O| Sep 17 22:18:11.905 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-09-17T22:18:12.948Z[ recovery-image] Sep 17 22:18:11.916 INFO O| Sep 17 22:18:11.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66842025-09-17T22:18:12.951Z[ recovery-image] Sep 17 22:18:11.917 INFO O| Sep 17 22:18:11.917 INFO STEP 621 (remove_files) COMPLETE
66852025-09-17T22:18:12.951Z[ recovery-image] Sep 17 22:18:11.917 INFO O| Sep 17 22:18:11.917 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-09-17T22:18:12.961Z[ recovery-image] Sep 17 22:18:11.929 INFO O| Sep 17 22:18:11.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66872025-09-17T22:18:12.961Z[ recovery-image] Sep 17 22:18:11.929 INFO O| Sep 17 22:18:11.929 INFO STEP 622 (remove_files) COMPLETE
66882025-09-17T22:18:12.961Z[ recovery-image] Sep 17 22:18:11.929 INFO O| Sep 17 22:18:11.929 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-09-17T22:18:12.974Z[ recovery-image] Sep 17 22:18:11.942 INFO O| Sep 17 22:18:11.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66902025-09-17T22:18:12.974Z[ recovery-image] Sep 17 22:18:11.942 INFO O| Sep 17 22:18:11.942 INFO STEP 623 (remove_files) COMPLETE
66912025-09-17T22:18:12.974Z[ recovery-image] Sep 17 22:18:11.942 INFO O| Sep 17 22:18:11.942 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-09-17T22:18:12.986Z[ recovery-image] Sep 17 22:18:11.954 INFO O| Sep 17 22:18:11.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66932025-09-17T22:18:12.986Z[ recovery-image] Sep 17 22:18:11.954 INFO O| Sep 17 22:18:11.954 INFO STEP 624 (remove_files) COMPLETE
66942025-09-17T22:18:12.990Z[ recovery-image] Sep 17 22:18:11.954 INFO O| Sep 17 22:18:11.954 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-09-17T22:18:12.998Z[ recovery-image] Sep 17 22:18:11.966 INFO O| Sep 17 22:18:11.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66962025-09-17T22:18:13.001Z[ recovery-image] Sep 17 22:18:11.966 INFO O| Sep 17 22:18:11.966 INFO STEP 625 (remove_files) COMPLETE
66972025-09-17T22:18:13.002Z[ recovery-image] Sep 17 22:18:11.966 INFO O| Sep 17 22:18:11.966 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-09-17T22:18:13.009Z[ recovery-image] Sep 17 22:18:11.978 INFO O| Sep 17 22:18:11.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66992025-09-17T22:18:13.013Z[ recovery-image] Sep 17 22:18:11.978 INFO O| Sep 17 22:18:11.978 INFO STEP 626 (remove_files) COMPLETE
67002025-09-17T22:18:13.013Z[ recovery-image] Sep 17 22:18:11.978 INFO O| Sep 17 22:18:11.978 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-09-17T22:18:13.022Z[ recovery-image] Sep 17 22:18:11.990 INFO O| Sep 17 22:18:11.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67022025-09-17T22:18:13.022Z[ recovery-image] Sep 17 22:18:11.990 INFO O| Sep 17 22:18:11.990 INFO STEP 627 (remove_files) COMPLETE
67032025-09-17T22:18:13.022Z[ recovery-image] Sep 17 22:18:11.990 INFO O| Sep 17 22:18:11.990 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-09-17T22:18:13.033Z[ recovery-image] Sep 17 22:18:12.002 INFO O| Sep 17 22:18:12.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67052025-09-17T22:18:13.033Z[ recovery-image] Sep 17 22:18:12.002 INFO O| Sep 17 22:18:12.002 INFO STEP 628 (remove_files) COMPLETE
67062025-09-17T22:18:13.033Z[ recovery-image] Sep 17 22:18:12.002 INFO O| Sep 17 22:18:12.002 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-09-17T22:18:13.046Z[ recovery-image] Sep 17 22:18:12.014 INFO O| Sep 17 22:18:12.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67082025-09-17T22:18:13.046Z[ recovery-image] Sep 17 22:18:12.014 INFO O| Sep 17 22:18:12.014 INFO STEP 629 (remove_files) COMPLETE
67092025-09-17T22:18:13.046Z[ recovery-image] Sep 17 22:18:12.014 INFO O| Sep 17 22:18:12.014 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-09-17T22:18:13.057Z[ recovery-image] Sep 17 22:18:12.025 INFO O| Sep 17 22:18:12.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67112025-09-17T22:18:13.057Z[ recovery-image] Sep 17 22:18:12.025 INFO O| Sep 17 22:18:12.025 INFO STEP 630 (remove_files) COMPLETE
67122025-09-17T22:18:13.057Z[ recovery-image] Sep 17 22:18:12.025 INFO O| Sep 17 22:18:12.025 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-09-17T22:18:13.068Z[ recovery-image] Sep 17 22:18:12.036 INFO O| Sep 17 22:18:12.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67142025-09-17T22:18:13.068Z[ recovery-image] Sep 17 22:18:12.037 INFO O| Sep 17 22:18:12.037 INFO STEP 631 (remove_files) COMPLETE
67152025-09-17T22:18:13.068Z[ recovery-image] Sep 17 22:18:12.037 INFO O| Sep 17 22:18:12.037 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-09-17T22:18:13.081Z[ recovery-image] Sep 17 22:18:12.048 INFO O| Sep 17 22:18:12.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67172025-09-17T22:18:13.081Z[ recovery-image] Sep 17 22:18:12.048 INFO O| Sep 17 22:18:12.048 INFO STEP 632 (remove_files) COMPLETE
67182025-09-17T22:18:13.084Z[ recovery-image] Sep 17 22:18:12.048 INFO O| Sep 17 22:18:12.048 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-09-17T22:18:13.091Z[ recovery-image] Sep 17 22:18:12.059 INFO O| Sep 17 22:18:12.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67202025-09-17T22:18:13.094Z[ recovery-image] Sep 17 22:18:12.059 INFO O| Sep 17 22:18:12.059 INFO STEP 633 (remove_files) COMPLETE
67212025-09-17T22:18:13.094Z[ recovery-image] Sep 17 22:18:12.059 INFO O| Sep 17 22:18:12.059 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-09-17T22:18:13.104Z[ recovery-image] Sep 17 22:18:12.072 INFO O| Sep 17 22:18:12.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67232025-09-17T22:18:13.104Z[ recovery-image] Sep 17 22:18:12.072 INFO O| Sep 17 22:18:12.072 INFO STEP 634 (remove_files) COMPLETE
67242025-09-17T22:18:13.104Z[ recovery-image] Sep 17 22:18:12.072 INFO O| Sep 17 22:18:12.072 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-09-17T22:18:13.117Z[ recovery-image] Sep 17 22:18:12.085 INFO O| Sep 17 22:18:12.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67262025-09-17T22:18:13.117Z[ recovery-image] Sep 17 22:18:12.085 INFO O| Sep 17 22:18:12.085 INFO STEP 635 (remove_files) COMPLETE
67272025-09-17T22:18:13.117Z[ recovery-image] Sep 17 22:18:12.086 INFO O| Sep 17 22:18:12.085 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-09-17T22:18:13.130Z[ recovery-image] Sep 17 22:18:12.099 INFO O| Sep 17 22:18:12.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67292025-09-17T22:18:13.131Z[ recovery-image] Sep 17 22:18:12.099 INFO O| Sep 17 22:18:12.099 INFO STEP 636 (remove_files) COMPLETE
67302025-09-17T22:18:13.134Z[ recovery-image] Sep 17 22:18:12.099 INFO O| Sep 17 22:18:12.099 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-09-17T22:18:13.143Z[ recovery-image] Sep 17 22:18:12.111 INFO O| Sep 17 22:18:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67322025-09-17T22:18:13.143Z[ recovery-image] Sep 17 22:18:12.111 INFO O| Sep 17 22:18:12.111 INFO STEP 637 (remove_files) COMPLETE
67332025-09-17T22:18:13.143Z[ recovery-image] Sep 17 22:18:12.111 INFO O| Sep 17 22:18:12.111 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-09-17T22:18:13.155Z[ recovery-image] Sep 17 22:18:12.123 INFO O| Sep 17 22:18:12.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67352025-09-17T22:18:13.155Z[ recovery-image] Sep 17 22:18:12.123 INFO O| Sep 17 22:18:12.123 INFO STEP 638 (remove_files) COMPLETE
67362025-09-17T22:18:13.155Z[ recovery-image] Sep 17 22:18:12.123 INFO O| Sep 17 22:18:12.123 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-09-17T22:18:13.180Z[ recovery-image] Sep 17 22:18:12.148 INFO O| Sep 17 22:18:12.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67382025-09-17T22:18:13.180Z[ recovery-image] Sep 17 22:18:12.148 INFO O| Sep 17 22:18:12.148 INFO STEP 639 (remove_files) COMPLETE
67392025-09-17T22:18:13.180Z[ recovery-image] Sep 17 22:18:12.148 INFO O| Sep 17 22:18:12.148 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-09-17T22:18:13.195Z[ recovery-image] Sep 17 22:18:12.163 INFO O| Sep 17 22:18:12.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67412025-09-17T22:18:13.195Z[ recovery-image] Sep 17 22:18:12.163 INFO O| Sep 17 22:18:12.163 INFO STEP 640 (remove_files) COMPLETE
67422025-09-17T22:18:13.195Z[ recovery-image] Sep 17 22:18:12.163 INFO O| Sep 17 22:18:12.163 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-09-17T22:18:13.210Z[ recovery-image] Sep 17 22:18:12.178 INFO O| Sep 17 22:18:12.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67442025-09-17T22:18:13.213Z[ recovery-image] Sep 17 22:18:12.178 INFO O| Sep 17 22:18:12.178 INFO STEP 641 (remove_files) COMPLETE
67452025-09-17T22:18:13.213Z[ recovery-image] Sep 17 22:18:12.178 INFO O| Sep 17 22:18:12.178 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-09-17T22:18:13.224Z[ recovery-image] Sep 17 22:18:12.192 INFO O| Sep 17 22:18:12.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67472025-09-17T22:18:13.224Z[ recovery-image] Sep 17 22:18:12.193 INFO O| Sep 17 22:18:12.192 INFO STEP 642 (remove_files) COMPLETE
67482025-09-17T22:18:13.224Z[ recovery-image] Sep 17 22:18:12.193 INFO O| Sep 17 22:18:12.193 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-09-17T22:18:13.238Z[ recovery-image] Sep 17 22:18:12.207 INFO O| Sep 17 22:18:12.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67502025-09-17T22:18:13.239Z[ recovery-image] Sep 17 22:18:12.207 INFO O| Sep 17 22:18:12.207 INFO STEP 643 (remove_files) COMPLETE
67512025-09-17T22:18:13.239Z[ recovery-image] Sep 17 22:18:12.207 INFO O| Sep 17 22:18:12.207 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-09-17T22:18:13.253Z[ recovery-image] Sep 17 22:18:12.221 INFO O| Sep 17 22:18:12.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67532025-09-17T22:18:13.253Z[ recovery-image] Sep 17 22:18:12.221 INFO O| Sep 17 22:18:12.221 INFO STEP 644 (remove_files) COMPLETE
67542025-09-17T22:18:13.256Z[ recovery-image] Sep 17 22:18:12.221 INFO O| Sep 17 22:18:12.221 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-09-17T22:18:13.268Z[ recovery-image] Sep 17 22:18:12.236 INFO O| Sep 17 22:18:12.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67562025-09-17T22:18:13.268Z[ recovery-image] Sep 17 22:18:12.236 INFO O| Sep 17 22:18:12.236 INFO STEP 645 (remove_files) COMPLETE
67572025-09-17T22:18:13.271Z[ recovery-image] Sep 17 22:18:12.236 INFO O| Sep 17 22:18:12.236 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-09-17T22:18:13.282Z[ recovery-image] Sep 17 22:18:12.250 INFO O| Sep 17 22:18:12.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67592025-09-17T22:18:13.282Z[ recovery-image] Sep 17 22:18:12.250 INFO O| Sep 17 22:18:12.250 INFO STEP 646 (remove_files) COMPLETE
67602025-09-17T22:18:13.282Z[ recovery-image] Sep 17 22:18:12.250 INFO O| Sep 17 22:18:12.250 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-09-17T22:18:13.297Z[ recovery-image] Sep 17 22:18:12.265 INFO O| Sep 17 22:18:12.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67622025-09-17T22:18:13.297Z[ recovery-image] Sep 17 22:18:12.265 INFO O| Sep 17 22:18:12.265 INFO STEP 647 (remove_files) COMPLETE
67632025-09-17T22:18:13.300Z[ recovery-image] Sep 17 22:18:12.265 INFO O| Sep 17 22:18:12.265 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-09-17T22:18:13.311Z[ recovery-image] Sep 17 22:18:12.279 INFO O| Sep 17 22:18:12.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67652025-09-17T22:18:13.311Z[ recovery-image] Sep 17 22:18:12.279 INFO O| Sep 17 22:18:12.279 INFO STEP 648 (remove_files) COMPLETE
67662025-09-17T22:18:13.315Z[ recovery-image] Sep 17 22:18:12.279 INFO O| Sep 17 22:18:12.279 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-09-17T22:18:13.324Z[ recovery-image] Sep 17 22:18:12.292 INFO O| Sep 17 22:18:12.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67682025-09-17T22:18:13.327Z[ recovery-image] Sep 17 22:18:12.292 INFO O| Sep 17 22:18:12.292 INFO STEP 649 (remove_files) COMPLETE
67692025-09-17T22:18:13.327Z[ recovery-image] Sep 17 22:18:12.292 INFO O| Sep 17 22:18:12.292 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-09-17T22:18:13.338Z[ recovery-image] Sep 17 22:18:12.306 INFO O| Sep 17 22:18:12.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67712025-09-17T22:18:13.338Z[ recovery-image] Sep 17 22:18:12.306 INFO O| Sep 17 22:18:12.306 INFO STEP 650 (remove_files) COMPLETE
67722025-09-17T22:18:13.341Z[ recovery-image] Sep 17 22:18:12.306 INFO O| Sep 17 22:18:12.306 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-09-17T22:18:13.352Z[ recovery-image] Sep 17 22:18:12.321 INFO O| Sep 17 22:18:12.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67742025-09-17T22:18:13.352Z[ recovery-image] Sep 17 22:18:12.321 INFO O| Sep 17 22:18:12.321 INFO STEP 651 (remove_files) COMPLETE
67752025-09-17T22:18:13.352Z[ recovery-image] Sep 17 22:18:12.321 INFO O| Sep 17 22:18:12.321 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-09-17T22:18:13.368Z[ recovery-image] Sep 17 22:18:12.336 INFO O| Sep 17 22:18:12.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67772025-09-17T22:18:13.368Z[ recovery-image] Sep 17 22:18:12.336 INFO O| Sep 17 22:18:12.336 INFO STEP 652 (remove_files) COMPLETE
67782025-09-17T22:18:13.368Z[ recovery-image] Sep 17 22:18:12.336 INFO O| Sep 17 22:18:12.336 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-09-17T22:18:13.382Z[ recovery-image] Sep 17 22:18:12.350 INFO O| Sep 17 22:18:12.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67802025-09-17T22:18:13.382Z[ recovery-image] Sep 17 22:18:12.350 INFO O| Sep 17 22:18:12.350 INFO STEP 653 (remove_files) COMPLETE
67812025-09-17T22:18:13.382Z[ recovery-image] Sep 17 22:18:12.350 INFO O| Sep 17 22:18:12.350 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-09-17T22:18:13.396Z[ recovery-image] Sep 17 22:18:12.364 INFO O| Sep 17 22:18:12.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67832025-09-17T22:18:13.396Z[ recovery-image] Sep 17 22:18:12.364 INFO O| Sep 17 22:18:12.364 INFO STEP 654 (remove_files) COMPLETE
67842025-09-17T22:18:13.396Z[ recovery-image] Sep 17 22:18:12.364 INFO O| Sep 17 22:18:12.364 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-09-17T22:18:13.409Z[ recovery-image] Sep 17 22:18:12.377 INFO O| Sep 17 22:18:12.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67862025-09-17T22:18:13.409Z[ recovery-image] Sep 17 22:18:12.377 INFO O| Sep 17 22:18:12.377 INFO STEP 655 (remove_files) COMPLETE
67872025-09-17T22:18:13.409Z[ recovery-image] Sep 17 22:18:12.377 INFO O| Sep 17 22:18:12.377 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-09-17T22:18:13.439Z[ recovery-image] Sep 17 22:18:12.391 INFO O| Sep 17 22:18:12.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67892025-09-17T22:18:13.440Z[ recovery-image] Sep 17 22:18:12.391 INFO O| Sep 17 22:18:12.391 INFO STEP 656 (remove_files) COMPLETE
67902025-09-17T22:18:13.440Z[ recovery-image] Sep 17 22:18:12.391 INFO O| Sep 17 22:18:12.391 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-09-17T22:18:13.440Z[ recovery-image] Sep 17 22:18:12.404 INFO O| Sep 17 22:18:12.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67922025-09-17T22:18:13.440Z[ recovery-image] Sep 17 22:18:12.404 INFO O| Sep 17 22:18:12.404 INFO STEP 657 (remove_files) COMPLETE
67932025-09-17T22:18:13.440Z[ recovery-image] Sep 17 22:18:12.404 INFO O| Sep 17 22:18:12.404 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-09-17T22:18:13.449Z[ recovery-image] Sep 17 22:18:12.417 INFO O| Sep 17 22:18:12.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67952025-09-17T22:18:13.449Z[ recovery-image] Sep 17 22:18:12.417 INFO O| Sep 17 22:18:12.417 INFO STEP 658 (remove_files) COMPLETE
67962025-09-17T22:18:13.449Z[ recovery-image] Sep 17 22:18:12.417 INFO O| Sep 17 22:18:12.417 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-09-17T22:18:13.462Z[ recovery-image] Sep 17 22:18:12.430 INFO O| Sep 17 22:18:12.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67982025-09-17T22:18:13.462Z[ recovery-image] Sep 17 22:18:12.430 INFO O| Sep 17 22:18:12.430 INFO STEP 659 (remove_files) COMPLETE
67992025-09-17T22:18:13.462Z[ recovery-image] Sep 17 22:18:12.430 INFO O| Sep 17 22:18:12.430 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-09-17T22:18:13.476Z[ recovery-image] Sep 17 22:18:12.444 INFO O| Sep 17 22:18:12.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68012025-09-17T22:18:13.480Z[ recovery-image] Sep 17 22:18:12.444 INFO O| Sep 17 22:18:12.444 INFO STEP 660 (remove_files) COMPLETE
68022025-09-17T22:18:13.480Z[ recovery-image] Sep 17 22:18:12.444 INFO O| Sep 17 22:18:12.444 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-09-17T22:18:13.490Z[ recovery-image] Sep 17 22:18:12.458 INFO O| Sep 17 22:18:12.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68042025-09-17T22:18:13.490Z[ recovery-image] Sep 17 22:18:12.458 INFO O| Sep 17 22:18:12.458 INFO STEP 661 (remove_files) COMPLETE
68052025-09-17T22:18:13.493Z[ recovery-image] Sep 17 22:18:12.458 INFO O| Sep 17 22:18:12.458 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-09-17T22:18:13.504Z[ recovery-image] Sep 17 22:18:12.472 INFO O| Sep 17 22:18:12.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68072025-09-17T22:18:13.504Z[ recovery-image] Sep 17 22:18:12.472 INFO O| Sep 17 22:18:12.472 INFO STEP 662 (remove_files) COMPLETE
68082025-09-17T22:18:13.504Z[ recovery-image] Sep 17 22:18:12.472 INFO O| Sep 17 22:18:12.472 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-09-17T22:18:13.518Z[ recovery-image] Sep 17 22:18:12.486 INFO O| Sep 17 22:18:12.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68102025-09-17T22:18:13.518Z[ recovery-image] Sep 17 22:18:12.486 INFO O| Sep 17 22:18:12.486 INFO STEP 663 (remove_files) COMPLETE
68112025-09-17T22:18:13.521Z[ recovery-image] Sep 17 22:18:12.486 INFO O| Sep 17 22:18:12.486 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-09-17T22:18:13.533Z[ recovery-image] Sep 17 22:18:12.502 INFO O| Sep 17 22:18:12.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68132025-09-17T22:18:13.533Z[ recovery-image] Sep 17 22:18:12.502 INFO O| Sep 17 22:18:12.502 INFO STEP 664 (remove_files) COMPLETE
68142025-09-17T22:18:13.533Z[ recovery-image] Sep 17 22:18:12.502 INFO O| Sep 17 22:18:12.502 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-09-17T22:18:13.549Z[ recovery-image] Sep 17 22:18:12.517 INFO O| Sep 17 22:18:12.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68162025-09-17T22:18:13.550Z[ recovery-image] Sep 17 22:18:12.518 INFO O| Sep 17 22:18:12.518 INFO STEP 665 (remove_files) COMPLETE
68172025-09-17T22:18:13.550Z[ recovery-image] Sep 17 22:18:12.518 INFO O| Sep 17 22:18:12.518 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-09-17T22:18:13.564Z[ recovery-image] Sep 17 22:18:12.533 INFO O| Sep 17 22:18:12.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68192025-09-17T22:18:13.564Z[ recovery-image] Sep 17 22:18:12.533 INFO O| Sep 17 22:18:12.533 INFO STEP 666 (remove_files) COMPLETE
68202025-09-17T22:18:13.568Z[ recovery-image] Sep 17 22:18:12.533 INFO O| Sep 17 22:18:12.533 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-09-17T22:18:13.579Z[ recovery-image] Sep 17 22:18:12.547 INFO O| Sep 17 22:18:12.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68222025-09-17T22:18:13.579Z[ recovery-image] Sep 17 22:18:12.547 INFO O| Sep 17 22:18:12.547 INFO STEP 667 (remove_files) COMPLETE
68232025-09-17T22:18:13.579Z[ recovery-image] Sep 17 22:18:12.547 INFO O| Sep 17 22:18:12.547 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-09-17T22:18:13.595Z[ recovery-image] Sep 17 22:18:12.562 INFO O| Sep 17 22:18:12.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68252025-09-17T22:18:13.595Z[ recovery-image] Sep 17 22:18:12.562 INFO O| Sep 17 22:18:12.562 INFO STEP 668 (remove_files) COMPLETE
68262025-09-17T22:18:13.598Z[ recovery-image] Sep 17 22:18:12.562 INFO O| Sep 17 22:18:12.562 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-09-17T22:18:13.608Z[ recovery-image] Sep 17 22:18:12.576 INFO O| Sep 17 22:18:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68282025-09-17T22:18:13.608Z[ recovery-image] Sep 17 22:18:12.576 INFO O| Sep 17 22:18:12.576 INFO STEP 669 (remove_files) COMPLETE
68292025-09-17T22:18:13.611Z[ recovery-image] Sep 17 22:18:12.576 INFO O| Sep 17 22:18:12.576 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-09-17T22:18:13.623Z[ recovery-image] Sep 17 22:18:12.591 INFO O| Sep 17 22:18:12.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68312025-09-17T22:18:13.626Z[ recovery-image] Sep 17 22:18:12.592 INFO O| Sep 17 22:18:12.592 INFO STEP 670 (remove_files) COMPLETE
68322025-09-17T22:18:13.627Z[ recovery-image] Sep 17 22:18:12.592 INFO O| Sep 17 22:18:12.592 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-09-17T22:18:13.637Z[ recovery-image] Sep 17 22:18:12.605 INFO O| Sep 17 22:18:12.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68342025-09-17T22:18:13.637Z[ recovery-image] Sep 17 22:18:12.605 INFO O| Sep 17 22:18:12.605 INFO STEP 671 (remove_files) COMPLETE
68352025-09-17T22:18:13.637Z[ recovery-image] Sep 17 22:18:12.605 INFO O| Sep 17 22:18:12.605 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-09-17T22:18:13.650Z[ recovery-image] Sep 17 22:18:12.618 INFO O| Sep 17 22:18:12.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68372025-09-17T22:18:13.650Z[ recovery-image] Sep 17 22:18:12.618 INFO O| Sep 17 22:18:12.618 INFO STEP 672 (remove_files) COMPLETE
68382025-09-17T22:18:13.650Z[ recovery-image] Sep 17 22:18:12.618 INFO O| Sep 17 22:18:12.618 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-09-17T22:18:13.665Z[ recovery-image] Sep 17 22:18:12.632 INFO O| Sep 17 22:18:12.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68402025-09-17T22:18:13.665Z[ recovery-image] Sep 17 22:18:12.632 INFO O| Sep 17 22:18:12.632 INFO STEP 673 (remove_files) COMPLETE
68412025-09-17T22:18:13.668Z[ recovery-image] Sep 17 22:18:12.633 INFO O| Sep 17 22:18:12.632 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-09-17T22:18:13.678Z[ recovery-image] Sep 17 22:18:12.646 INFO O| Sep 17 22:18:12.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68432025-09-17T22:18:13.681Z[ recovery-image] Sep 17 22:18:12.647 INFO O| Sep 17 22:18:12.646 INFO STEP 674 (remove_files) COMPLETE
68442025-09-17T22:18:13.681Z[ recovery-image] Sep 17 22:18:12.647 INFO O| Sep 17 22:18:12.646 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-09-17T22:18:13.692Z[ recovery-image] Sep 17 22:18:12.660 INFO O| Sep 17 22:18:12.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68462025-09-17T22:18:13.692Z[ recovery-image] Sep 17 22:18:12.660 INFO O| Sep 17 22:18:12.660 INFO STEP 675 (remove_files) COMPLETE
68472025-09-17T22:18:13.695Z[ recovery-image] Sep 17 22:18:12.660 INFO O| Sep 17 22:18:12.660 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-09-17T22:18:13.705Z[ recovery-image] Sep 17 22:18:12.673 INFO O| Sep 17 22:18:12.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68492025-09-17T22:18:13.705Z[ recovery-image] Sep 17 22:18:12.673 INFO O| Sep 17 22:18:12.673 INFO STEP 676 (remove_files) COMPLETE
68502025-09-17T22:18:13.708Z[ recovery-image] Sep 17 22:18:12.673 INFO O| Sep 17 22:18:12.673 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-09-17T22:18:13.718Z[ recovery-image] Sep 17 22:18:12.686 INFO O| Sep 17 22:18:12.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68522025-09-17T22:18:13.718Z[ recovery-image] Sep 17 22:18:12.686 INFO O| Sep 17 22:18:12.686 INFO STEP 677 (remove_files) COMPLETE
68532025-09-17T22:18:13.718Z[ recovery-image] Sep 17 22:18:12.686 INFO O| Sep 17 22:18:12.686 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-09-17T22:18:13.733Z[ recovery-image] Sep 17 22:18:12.701 INFO O| Sep 17 22:18:12.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68552025-09-17T22:18:13.733Z[ recovery-image] Sep 17 22:18:12.701 INFO O| Sep 17 22:18:12.701 INFO STEP 678 (remove_files) COMPLETE
68562025-09-17T22:18:13.733Z[ recovery-image] Sep 17 22:18:12.701 INFO O| Sep 17 22:18:12.701 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-09-17T22:18:13.747Z[ recovery-image] Sep 17 22:18:12.715 INFO O| Sep 17 22:18:12.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68582025-09-17T22:18:13.748Z[ recovery-image] Sep 17 22:18:12.715 INFO O| Sep 17 22:18:12.715 INFO STEP 679 (remove_files) COMPLETE
68592025-09-17T22:18:13.751Z[ recovery-image] Sep 17 22:18:12.715 INFO O| Sep 17 22:18:12.715 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-09-17T22:18:13.762Z[ recovery-image] Sep 17 22:18:12.730 INFO O| Sep 17 22:18:12.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68612025-09-17T22:18:13.762Z[ recovery-image] Sep 17 22:18:12.730 INFO O| Sep 17 22:18:12.730 INFO STEP 680 (remove_files) COMPLETE
68622025-09-17T22:18:13.762Z[ recovery-image] Sep 17 22:18:12.730 INFO O| Sep 17 22:18:12.730 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-09-17T22:18:13.776Z[ recovery-image] Sep 17 22:18:12.744 INFO O| Sep 17 22:18:12.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68642025-09-17T22:18:13.776Z[ recovery-image] Sep 17 22:18:12.745 INFO O| Sep 17 22:18:12.744 INFO STEP 681 (remove_files) COMPLETE
68652025-09-17T22:18:13.780Z[ recovery-image] Sep 17 22:18:12.745 INFO O| Sep 17 22:18:12.744 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-09-17T22:18:13.792Z[ recovery-image] Sep 17 22:18:12.760 INFO O| Sep 17 22:18:12.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68672025-09-17T22:18:13.792Z[ recovery-image] Sep 17 22:18:12.760 INFO O| Sep 17 22:18:12.760 INFO STEP 682 (remove_files) COMPLETE
68682025-09-17T22:18:13.792Z[ recovery-image] Sep 17 22:18:12.760 INFO O| Sep 17 22:18:12.760 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-09-17T22:18:13.807Z[ recovery-image] Sep 17 22:18:12.775 INFO O| Sep 17 22:18:12.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68702025-09-17T22:18:13.807Z[ recovery-image] Sep 17 22:18:12.775 INFO O| Sep 17 22:18:12.775 INFO STEP 683 (remove_files) COMPLETE
68712025-09-17T22:18:13.807Z[ recovery-image] Sep 17 22:18:12.775 INFO O| Sep 17 22:18:12.775 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-09-17T22:18:13.821Z[ recovery-image] Sep 17 22:18:12.789 INFO O| Sep 17 22:18:12.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68732025-09-17T22:18:13.821Z[ recovery-image] Sep 17 22:18:12.789 INFO O| Sep 17 22:18:12.789 INFO STEP 684 (remove_files) COMPLETE
68742025-09-17T22:18:13.821Z[ recovery-image] Sep 17 22:18:12.789 INFO O| Sep 17 22:18:12.789 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-09-17T22:18:13.836Z[ recovery-image] Sep 17 22:18:12.804 INFO O| Sep 17 22:18:12.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68762025-09-17T22:18:13.836Z[ recovery-image] Sep 17 22:18:12.804 INFO O| Sep 17 22:18:12.804 INFO STEP 685 (remove_files) COMPLETE
68772025-09-17T22:18:13.836Z[ recovery-image] Sep 17 22:18:12.804 INFO O| Sep 17 22:18:12.804 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-09-17T22:18:13.851Z[ recovery-image] Sep 17 22:18:12.819 INFO O| Sep 17 22:18:12.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68792025-09-17T22:18:13.851Z[ recovery-image] Sep 17 22:18:12.820 INFO O| Sep 17 22:18:12.819 INFO STEP 686 (remove_files) COMPLETE
68802025-09-17T22:18:13.855Z[ recovery-image] Sep 17 22:18:12.820 INFO O| Sep 17 22:18:12.820 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-09-17T22:18:13.869Z[ recovery-image] Sep 17 22:18:12.835 INFO O| Sep 17 22:18:12.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68822025-09-17T22:18:13.869Z[ recovery-image] Sep 17 22:18:12.835 INFO O| Sep 17 22:18:12.835 INFO STEP 687 (remove_files) COMPLETE
68832025-09-17T22:18:13.869Z[ recovery-image] Sep 17 22:18:12.835 INFO O| Sep 17 22:18:12.835 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-09-17T22:18:13.883Z[ recovery-image] Sep 17 22:18:12.851 INFO O| Sep 17 22:18:12.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68852025-09-17T22:18:13.883Z[ recovery-image] Sep 17 22:18:12.851 INFO O| Sep 17 22:18:12.851 INFO STEP 688 (remove_files) COMPLETE
68862025-09-17T22:18:13.883Z[ recovery-image] Sep 17 22:18:12.851 INFO O| Sep 17 22:18:12.851 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-09-17T22:18:13.898Z[ recovery-image] Sep 17 22:18:12.866 INFO O| Sep 17 22:18:12.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68882025-09-17T22:18:13.898Z[ recovery-image] Sep 17 22:18:12.866 INFO O| Sep 17 22:18:12.866 INFO STEP 689 (remove_files) COMPLETE
68892025-09-17T22:18:13.898Z[ recovery-image] Sep 17 22:18:12.866 INFO O| Sep 17 22:18:12.866 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-09-17T22:18:13.917Z[ recovery-image] Sep 17 22:18:12.881 INFO O| Sep 17 22:18:12.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68912025-09-17T22:18:13.917Z[ recovery-image] Sep 17 22:18:12.881 INFO O| Sep 17 22:18:12.881 INFO STEP 690 (remove_files) COMPLETE
68922025-09-17T22:18:13.917Z[ recovery-image] Sep 17 22:18:12.881 INFO O| Sep 17 22:18:12.881 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-09-17T22:18:13.927Z[ recovery-image] Sep 17 22:18:12.895 INFO O| Sep 17 22:18:12.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68942025-09-17T22:18:13.927Z[ recovery-image] Sep 17 22:18:12.895 INFO O| Sep 17 22:18:12.895 INFO STEP 691 (remove_files) COMPLETE
68952025-09-17T22:18:13.927Z[ recovery-image] Sep 17 22:18:12.895 INFO O| Sep 17 22:18:12.895 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-09-17T22:18:13.941Z[ recovery-image] Sep 17 22:18:12.909 INFO O| Sep 17 22:18:12.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68972025-09-17T22:18:13.941Z[ recovery-image] Sep 17 22:18:12.909 INFO O| Sep 17 22:18:12.909 INFO STEP 692 (remove_files) COMPLETE
68982025-09-17T22:18:13.941Z[ recovery-image] Sep 17 22:18:12.909 INFO O| Sep 17 22:18:12.909 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-09-17T22:18:13.957Z[ recovery-image] Sep 17 22:18:12.923 INFO O| Sep 17 22:18:12.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69002025-09-17T22:18:13.957Z[ recovery-image] Sep 17 22:18:12.923 INFO O| Sep 17 22:18:12.923 INFO STEP 693 (remove_files) COMPLETE
69012025-09-17T22:18:13.957Z[ recovery-image] Sep 17 22:18:12.923 INFO O| Sep 17 22:18:12.923 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-09-17T22:18:13.970Z[ recovery-image] Sep 17 22:18:12.936 INFO O| Sep 17 22:18:12.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69032025-09-17T22:18:13.970Z[ recovery-image] Sep 17 22:18:12.937 INFO O| Sep 17 22:18:12.936 INFO STEP 694 (remove_files) COMPLETE
69042025-09-17T22:18:13.970Z[ recovery-image] Sep 17 22:18:12.937 INFO O| Sep 17 22:18:12.936 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-09-17T22:18:13.983Z[ recovery-image] Sep 17 22:18:12.951 INFO O| Sep 17 22:18:12.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69062025-09-17T22:18:13.983Z[ recovery-image] Sep 17 22:18:12.951 INFO O| Sep 17 22:18:12.951 INFO STEP 695 (remove_files) COMPLETE
69072025-09-17T22:18:13.987Z[ recovery-image] Sep 17 22:18:12.951 INFO O| Sep 17 22:18:12.951 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-09-17T22:18:13.996Z[ recovery-image] Sep 17 22:18:12.964 INFO O| Sep 17 22:18:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69092025-09-17T22:18:13.996Z[ recovery-image] Sep 17 22:18:12.964 INFO O| Sep 17 22:18:12.964 INFO STEP 696 (remove_files) COMPLETE
69102025-09-17T22:18:14.000Z[ recovery-image] Sep 17 22:18:12.964 INFO O| Sep 17 22:18:12.964 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-09-17T22:18:14.009Z[ recovery-image] Sep 17 22:18:12.977 INFO O| Sep 17 22:18:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69122025-09-17T22:18:14.009Z[ recovery-image] Sep 17 22:18:12.977 INFO O| Sep 17 22:18:12.977 INFO STEP 697 (remove_files) COMPLETE
69132025-09-17T22:18:14.009Z[ recovery-image] Sep 17 22:18:12.977 INFO O| Sep 17 22:18:12.977 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-09-17T22:18:14.023Z[ recovery-image] Sep 17 22:18:12.991 INFO O| Sep 17 22:18:12.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69152025-09-17T22:18:14.023Z[ recovery-image] Sep 17 22:18:12.991 INFO O| Sep 17 22:18:12.991 INFO STEP 698 (remove_files) COMPLETE
69162025-09-17T22:18:14.035Z[ recovery-image] Sep 17 22:18:12.991 INFO O| Sep 17 22:18:12.991 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-09-17T22:18:14.064Z[ recovery-image] Sep 17 22:18:13.032 INFO O| Sep 17 22:18:13.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69182025-09-17T22:18:14.064Z[ recovery-image] Sep 17 22:18:13.032 INFO O| Sep 17 22:18:13.032 INFO STEP 699 (remove_files) COMPLETE
69192025-09-17T22:18:14.064Z[ recovery-image] Sep 17 22:18:13.032 INFO O| Sep 17 22:18:13.032 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-09-17T22:18:14.078Z[ recovery-image] Sep 17 22:18:13.046 INFO O| Sep 17 22:18:13.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69212025-09-17T22:18:14.078Z[ recovery-image] Sep 17 22:18:13.046 INFO O| Sep 17 22:18:13.046 INFO STEP 700 (remove_files) COMPLETE
69222025-09-17T22:18:14.078Z[ recovery-image] Sep 17 22:18:13.046 INFO O| Sep 17 22:18:13.046 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-09-17T22:18:14.109Z[ recovery-image] Sep 17 22:18:13.077 INFO O| Sep 17 22:18:13.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69242025-09-17T22:18:14.112Z[ recovery-image] Sep 17 22:18:13.077 INFO O| Sep 17 22:18:13.077 INFO STEP 701 (remove_files) COMPLETE
69252025-09-17T22:18:14.112Z[ recovery-image] Sep 17 22:18:13.077 INFO O| Sep 17 22:18:13.077 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-09-17T22:18:14.125Z[ recovery-image] Sep 17 22:18:13.093 INFO O| Sep 17 22:18:13.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69272025-09-17T22:18:14.125Z[ recovery-image] Sep 17 22:18:13.093 INFO O| Sep 17 22:18:13.093 INFO STEP 702 (remove_files) COMPLETE
69282025-09-17T22:18:14.125Z[ recovery-image] Sep 17 22:18:13.093 INFO O| Sep 17 22:18:13.093 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-09-17T22:18:14.145Z[ recovery-image] Sep 17 22:18:13.113 INFO O| Sep 17 22:18:13.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69302025-09-17T22:18:14.146Z[ recovery-image] Sep 17 22:18:13.113 INFO O| Sep 17 22:18:13.113 INFO STEP 703 (remove_files) COMPLETE
69312025-09-17T22:18:14.148Z[ recovery-image] Sep 17 22:18:13.113 INFO O| Sep 17 22:18:13.113 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-09-17T22:18:14.162Z[ recovery-image] Sep 17 22:18:13.130 INFO O| Sep 17 22:18:13.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69332025-09-17T22:18:14.162Z[ recovery-image] Sep 17 22:18:13.130 INFO O| Sep 17 22:18:13.130 INFO STEP 704 (remove_files) COMPLETE
69342025-09-17T22:18:14.162Z[ recovery-image] Sep 17 22:18:13.130 INFO O| Sep 17 22:18:13.130 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-09-17T22:18:14.190Z[ recovery-image] Sep 17 22:18:13.158 INFO O| Sep 17 22:18:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69362025-09-17T22:18:14.190Z[ recovery-image] Sep 17 22:18:13.158 INFO O| Sep 17 22:18:13.158 INFO STEP 705 (remove_files) COMPLETE
69372025-09-17T22:18:14.193Z[ recovery-image] Sep 17 22:18:13.158 INFO O| Sep 17 22:18:13.158 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-09-17T22:18:14.204Z[ recovery-image] Sep 17 22:18:13.172 INFO O| Sep 17 22:18:13.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69392025-09-17T22:18:14.204Z[ recovery-image] Sep 17 22:18:13.172 INFO O| Sep 17 22:18:13.172 INFO STEP 706 (remove_files) COMPLETE
69402025-09-17T22:18:14.207Z[ recovery-image] Sep 17 22:18:13.172 INFO O| Sep 17 22:18:13.172 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-09-17T22:18:14.218Z[ recovery-image] Sep 17 22:18:13.186 INFO O| Sep 17 22:18:13.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69422025-09-17T22:18:14.221Z[ recovery-image] Sep 17 22:18:13.186 INFO O| Sep 17 22:18:13.186 INFO STEP 707 (remove_files) COMPLETE
69432025-09-17T22:18:14.221Z[ recovery-image] Sep 17 22:18:13.186 INFO O| Sep 17 22:18:13.186 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-09-17T22:18:14.232Z[ recovery-image] Sep 17 22:18:13.200 INFO O| Sep 17 22:18:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69452025-09-17T22:18:14.232Z[ recovery-image] Sep 17 22:18:13.200 INFO O| Sep 17 22:18:13.200 INFO STEP 708 (remove_files) COMPLETE
69462025-09-17T22:18:14.235Z[ recovery-image] Sep 17 22:18:13.200 INFO O| Sep 17 22:18:13.200 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-09-17T22:18:14.246Z[ recovery-image] Sep 17 22:18:13.214 INFO O| Sep 17 22:18:13.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69482025-09-17T22:18:14.246Z[ recovery-image] Sep 17 22:18:13.214 INFO O| Sep 17 22:18:13.214 INFO STEP 709 (remove_files) COMPLETE
69492025-09-17T22:18:14.246Z[ recovery-image] Sep 17 22:18:13.214 INFO O| Sep 17 22:18:13.214 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-09-17T22:18:14.260Z[ recovery-image] Sep 17 22:18:13.228 INFO O| Sep 17 22:18:13.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69512025-09-17T22:18:14.260Z[ recovery-image] Sep 17 22:18:13.228 INFO O| Sep 17 22:18:13.228 INFO STEP 710 (remove_files) COMPLETE
69522025-09-17T22:18:14.260Z[ recovery-image] Sep 17 22:18:13.228 INFO O| Sep 17 22:18:13.228 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-09-17T22:18:14.274Z[ recovery-image] Sep 17 22:18:13.242 INFO O| Sep 17 22:18:13.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69542025-09-17T22:18:14.274Z[ recovery-image] Sep 17 22:18:13.242 INFO O| Sep 17 22:18:13.242 INFO STEP 711 (remove_files) COMPLETE
69552025-09-17T22:18:14.274Z[ recovery-image] Sep 17 22:18:13.242 INFO O| Sep 17 22:18:13.242 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-09-17T22:18:14.286Z[ recovery-image] Sep 17 22:18:13.254 INFO O| Sep 17 22:18:13.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69572025-09-17T22:18:14.286Z[ recovery-image] Sep 17 22:18:13.254 INFO O| Sep 17 22:18:13.254 INFO STEP 712 (remove_files) COMPLETE
69582025-09-17T22:18:14.289Z[ recovery-image] Sep 17 22:18:13.254 INFO O| Sep 17 22:18:13.254 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-09-17T22:18:14.299Z[ recovery-image] Sep 17 22:18:13.267 INFO O| Sep 17 22:18:13.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69602025-09-17T22:18:14.299Z[ recovery-image] Sep 17 22:18:13.268 INFO O| Sep 17 22:18:13.267 INFO STEP 713 (remove_files) COMPLETE
69612025-09-17T22:18:14.299Z[ recovery-image] Sep 17 22:18:13.268 INFO O| Sep 17 22:18:13.268 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-09-17T22:18:14.314Z[ recovery-image] Sep 17 22:18:13.280 INFO O| Sep 17 22:18:13.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69632025-09-17T22:18:14.314Z[ recovery-image] Sep 17 22:18:13.281 INFO O| Sep 17 22:18:13.280 INFO STEP 714 (remove_files) COMPLETE
69642025-09-17T22:18:14.314Z[ recovery-image] Sep 17 22:18:13.281 INFO O| Sep 17 22:18:13.281 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-09-17T22:18:14.368Z[ recovery-image] Sep 17 22:18:13.294 INFO O| Sep 17 22:18:13.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69662025-09-17T22:18:14.368Z[ recovery-image] Sep 17 22:18:13.294 INFO O| Sep 17 22:18:13.294 INFO STEP 715 (remove_files) COMPLETE
69672025-09-17T22:18:14.368Z[ recovery-image] Sep 17 22:18:13.294 INFO O| Sep 17 22:18:13.294 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-09-17T22:18:14.368Z[ recovery-image] Sep 17 22:18:13.309 INFO O| Sep 17 22:18:13.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69692025-09-17T22:18:14.368Z[ recovery-image] Sep 17 22:18:13.309 INFO O| Sep 17 22:18:13.309 INFO STEP 716 (remove_files) COMPLETE
69702025-09-17T22:18:14.368Z[ recovery-image] Sep 17 22:18:13.309 INFO O| Sep 17 22:18:13.309 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-09-17T22:18:14.368Z[ recovery-image] Sep 17 22:18:13.322 INFO O| Sep 17 22:18:13.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69722025-09-17T22:18:14.369Z[ recovery-image] Sep 17 22:18:13.323 INFO O| Sep 17 22:18:13.323 INFO STEP 717 (remove_files) COMPLETE
69732025-09-17T22:18:14.369Z[ recovery-image] Sep 17 22:18:13.323 INFO O| Sep 17 22:18:13.323 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-09-17T22:18:14.373Z[ recovery-image] Sep 17 22:18:13.336 INFO O| Sep 17 22:18:13.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69752025-09-17T22:18:14.373Z[ recovery-image] Sep 17 22:18:13.336 INFO O| Sep 17 22:18:13.336 INFO STEP 718 (remove_files) COMPLETE
69762025-09-17T22:18:14.373Z[ recovery-image] Sep 17 22:18:13.336 INFO O| Sep 17 22:18:13.336 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-09-17T22:18:14.381Z[ recovery-image] Sep 17 22:18:13.350 INFO O| Sep 17 22:18:13.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69782025-09-17T22:18:14.381Z[ recovery-image] Sep 17 22:18:13.350 INFO O| Sep 17 22:18:13.350 INFO STEP 719 (remove_files) COMPLETE
69792025-09-17T22:18:14.381Z[ recovery-image] Sep 17 22:18:13.350 INFO O| Sep 17 22:18:13.350 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-09-17T22:18:14.396Z[ recovery-image] Sep 17 22:18:13.364 INFO O| Sep 17 22:18:13.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69812025-09-17T22:18:14.396Z[ recovery-image] Sep 17 22:18:13.364 INFO O| Sep 17 22:18:13.364 INFO STEP 720 (remove_files) COMPLETE
69822025-09-17T22:18:14.396Z[ recovery-image] Sep 17 22:18:13.364 INFO O| Sep 17 22:18:13.364 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-09-17T22:18:14.410Z[ recovery-image] Sep 17 22:18:13.378 INFO O| Sep 17 22:18:13.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69842025-09-17T22:18:14.413Z[ recovery-image] Sep 17 22:18:13.378 INFO O| Sep 17 22:18:13.378 INFO STEP 721 (remove_files) COMPLETE
69852025-09-17T22:18:14.413Z[ recovery-image] Sep 17 22:18:13.378 INFO O| Sep 17 22:18:13.378 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-09-17T22:18:14.426Z[ recovery-image] Sep 17 22:18:13.393 INFO O| Sep 17 22:18:13.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69872025-09-17T22:18:14.426Z[ recovery-image] Sep 17 22:18:13.394 INFO O| Sep 17 22:18:13.393 INFO STEP 722 (remove_files) COMPLETE
69882025-09-17T22:18:14.426Z[ recovery-image] Sep 17 22:18:13.394 INFO O| Sep 17 22:18:13.393 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-09-17T22:18:14.441Z[ recovery-image] Sep 17 22:18:13.409 INFO O| Sep 17 22:18:13.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69902025-09-17T22:18:14.441Z[ recovery-image] Sep 17 22:18:13.409 INFO O| Sep 17 22:18:13.409 INFO STEP 723 (remove_files) COMPLETE
69912025-09-17T22:18:14.445Z[ recovery-image] Sep 17 22:18:13.409 INFO O| Sep 17 22:18:13.409 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-09-17T22:18:14.456Z[ recovery-image] Sep 17 22:18:13.424 INFO O| Sep 17 22:18:13.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69932025-09-17T22:18:14.459Z[ recovery-image] Sep 17 22:18:13.424 INFO O| Sep 17 22:18:13.424 INFO STEP 724 (remove_files) COMPLETE
69942025-09-17T22:18:14.459Z[ recovery-image] Sep 17 22:18:13.424 INFO O| Sep 17 22:18:13.424 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-09-17T22:18:14.470Z[ recovery-image] Sep 17 22:18:13.438 INFO O| Sep 17 22:18:13.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69962025-09-17T22:18:14.470Z[ recovery-image] Sep 17 22:18:13.438 INFO O| Sep 17 22:18:13.438 INFO STEP 725 (remove_files) COMPLETE
69972025-09-17T22:18:14.473Z[ recovery-image] Sep 17 22:18:13.438 INFO O| Sep 17 22:18:13.438 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-09-17T22:18:14.486Z[ recovery-image] Sep 17 22:18:13.454 INFO O| Sep 17 22:18:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69992025-09-17T22:18:14.486Z[ recovery-image] Sep 17 22:18:13.454 INFO O| Sep 17 22:18:13.454 INFO STEP 726 (remove_files) COMPLETE
70002025-09-17T22:18:14.490Z[ recovery-image] Sep 17 22:18:13.454 INFO O| Sep 17 22:18:13.454 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-09-17T22:18:14.500Z[ recovery-image] Sep 17 22:18:13.468 INFO O| Sep 17 22:18:13.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70022025-09-17T22:18:14.500Z[ recovery-image] Sep 17 22:18:13.468 INFO O| Sep 17 22:18:13.468 INFO STEP 727 (remove_files) COMPLETE
70032025-09-17T22:18:14.503Z[ recovery-image] Sep 17 22:18:13.468 INFO O| Sep 17 22:18:13.468 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-09-17T22:18:14.513Z[ recovery-image] Sep 17 22:18:13.482 INFO O| Sep 17 22:18:13.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70052025-09-17T22:18:14.513Z[ recovery-image] Sep 17 22:18:13.482 INFO O| Sep 17 22:18:13.482 INFO STEP 728 (remove_files) COMPLETE
70062025-09-17T22:18:14.518Z[ recovery-image] Sep 17 22:18:13.482 INFO O| Sep 17 22:18:13.482 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-09-17T22:18:14.528Z[ recovery-image] Sep 17 22:18:13.496 INFO O| Sep 17 22:18:13.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70082025-09-17T22:18:14.528Z[ recovery-image] Sep 17 22:18:13.496 INFO O| Sep 17 22:18:13.496 INFO STEP 729 (remove_files) COMPLETE
70092025-09-17T22:18:14.528Z[ recovery-image] Sep 17 22:18:13.496 INFO O| Sep 17 22:18:13.496 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-09-17T22:18:14.542Z[ recovery-image] Sep 17 22:18:13.509 INFO O| Sep 17 22:18:13.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70112025-09-17T22:18:14.542Z[ recovery-image] Sep 17 22:18:13.509 INFO O| Sep 17 22:18:13.509 INFO STEP 730 (remove_files) COMPLETE
70122025-09-17T22:18:14.545Z[ recovery-image] Sep 17 22:18:13.510 INFO O| Sep 17 22:18:13.509 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-09-17T22:18:14.556Z[ recovery-image] Sep 17 22:18:13.524 INFO O| Sep 17 22:18:13.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70142025-09-17T22:18:14.556Z[ recovery-image] Sep 17 22:18:13.524 INFO O| Sep 17 22:18:13.524 INFO STEP 731 (remove_files) COMPLETE
70152025-09-17T22:18:14.556Z[ recovery-image] Sep 17 22:18:13.524 INFO O| Sep 17 22:18:13.524 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-09-17T22:18:14.574Z[ recovery-image] Sep 17 22:18:13.541 INFO O| Sep 17 22:18:13.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70172025-09-17T22:18:14.574Z[ recovery-image] Sep 17 22:18:13.542 INFO O| Sep 17 22:18:13.542 INFO STEP 732 (remove_files) COMPLETE
70182025-09-17T22:18:14.574Z[ recovery-image] Sep 17 22:18:13.542 INFO O| Sep 17 22:18:13.542 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-09-17T22:18:14.590Z[ recovery-image] Sep 17 22:18:13.558 INFO O| Sep 17 22:18:13.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70202025-09-17T22:18:14.590Z[ recovery-image] Sep 17 22:18:13.558 INFO O| Sep 17 22:18:13.558 INFO STEP 733 (remove_files) COMPLETE
70212025-09-17T22:18:14.593Z[ recovery-image] Sep 17 22:18:13.558 INFO O| Sep 17 22:18:13.558 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-09-17T22:18:14.606Z[ recovery-image] Sep 17 22:18:13.574 INFO O| Sep 17 22:18:13.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70232025-09-17T22:18:14.606Z[ recovery-image] Sep 17 22:18:13.574 INFO O| Sep 17 22:18:13.574 INFO STEP 734 (remove_files) COMPLETE
70242025-09-17T22:18:14.606Z[ recovery-image] Sep 17 22:18:13.574 INFO O| Sep 17 22:18:13.574 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-09-17T22:18:14.620Z[ recovery-image] Sep 17 22:18:13.588 INFO O| Sep 17 22:18:13.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70262025-09-17T22:18:14.620Z[ recovery-image] Sep 17 22:18:13.588 INFO O| Sep 17 22:18:13.588 INFO STEP 735 (remove_files) COMPLETE
70272025-09-17T22:18:14.620Z[ recovery-image] Sep 17 22:18:13.588 INFO O| Sep 17 22:18:13.588 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-09-17T22:18:14.634Z[ recovery-image] Sep 17 22:18:13.601 INFO O| Sep 17 22:18:13.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70292025-09-17T22:18:14.634Z[ recovery-image] Sep 17 22:18:13.602 INFO O| Sep 17 22:18:13.601 INFO STEP 736 (remove_files) COMPLETE
70302025-09-17T22:18:14.634Z[ recovery-image] Sep 17 22:18:13.602 INFO O| Sep 17 22:18:13.601 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-09-17T22:18:14.649Z[ recovery-image] Sep 17 22:18:13.617 INFO O| Sep 17 22:18:13.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70322025-09-17T22:18:14.649Z[ recovery-image] Sep 17 22:18:13.617 INFO O| Sep 17 22:18:13.617 INFO STEP 737 (remove_files) COMPLETE
70332025-09-17T22:18:14.649Z[ recovery-image] Sep 17 22:18:13.617 INFO O| Sep 17 22:18:13.617 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-09-17T22:18:14.665Z[ recovery-image] Sep 17 22:18:13.632 INFO O| Sep 17 22:18:13.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70352025-09-17T22:18:14.665Z[ recovery-image] Sep 17 22:18:13.633 INFO O| Sep 17 22:18:13.632 INFO STEP 738 (remove_files) COMPLETE
70362025-09-17T22:18:14.665Z[ recovery-image] Sep 17 22:18:13.633 INFO O| Sep 17 22:18:13.633 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-09-17T22:18:14.678Z[ recovery-image] Sep 17 22:18:13.646 INFO O| Sep 17 22:18:13.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70382025-09-17T22:18:14.678Z[ recovery-image] Sep 17 22:18:13.646 INFO O| Sep 17 22:18:13.646 INFO STEP 739 (remove_files) COMPLETE
70392025-09-17T22:18:14.678Z[ recovery-image] Sep 17 22:18:13.646 INFO O| Sep 17 22:18:13.646 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-09-17T22:18:14.693Z[ recovery-image] Sep 17 22:18:13.661 INFO O| Sep 17 22:18:13.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70412025-09-17T22:18:14.693Z[ recovery-image] Sep 17 22:18:13.661 INFO O| Sep 17 22:18:13.661 INFO STEP 740 (remove_files) COMPLETE
70422025-09-17T22:18:14.693Z[ recovery-image] Sep 17 22:18:13.661 INFO O| Sep 17 22:18:13.661 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-09-17T22:18:14.707Z[ recovery-image] Sep 17 22:18:13.675 INFO O| Sep 17 22:18:13.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70442025-09-17T22:18:14.707Z[ recovery-image] Sep 17 22:18:13.675 INFO O| Sep 17 22:18:13.675 INFO STEP 741 (remove_files) COMPLETE
70452025-09-17T22:18:14.707Z[ recovery-image] Sep 17 22:18:13.675 INFO O| Sep 17 22:18:13.675 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-09-17T22:18:14.721Z[ recovery-image] Sep 17 22:18:13.689 INFO O| Sep 17 22:18:13.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70472025-09-17T22:18:14.721Z[ recovery-image] Sep 17 22:18:13.689 INFO O| Sep 17 22:18:13.689 INFO STEP 742 (remove_files) COMPLETE
70482025-09-17T22:18:14.721Z[ recovery-image] Sep 17 22:18:13.689 INFO O| Sep 17 22:18:13.689 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-09-17T22:18:14.738Z[ recovery-image] Sep 17 22:18:13.705 INFO O| Sep 17 22:18:13.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70502025-09-17T22:18:14.738Z[ recovery-image] Sep 17 22:18:13.706 INFO O| Sep 17 22:18:13.706 INFO STEP 743 (remove_files) COMPLETE
70512025-09-17T22:18:14.738Z[ recovery-image] Sep 17 22:18:13.706 INFO O| Sep 17 22:18:13.706 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-09-17T22:18:14.754Z[ recovery-image] Sep 17 22:18:13.722 INFO O| Sep 17 22:18:13.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70532025-09-17T22:18:14.754Z[ recovery-image] Sep 17 22:18:13.722 INFO O| Sep 17 22:18:13.722 INFO STEP 744 (remove_files) COMPLETE
70542025-09-17T22:18:14.757Z[ recovery-image] Sep 17 22:18:13.722 INFO O| Sep 17 22:18:13.722 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-09-17T22:18:14.770Z[ recovery-image] Sep 17 22:18:13.738 INFO O| Sep 17 22:18:13.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70562025-09-17T22:18:14.770Z[ recovery-image] Sep 17 22:18:13.738 INFO O| Sep 17 22:18:13.738 INFO STEP 745 (remove_files) COMPLETE
70572025-09-17T22:18:14.770Z[ recovery-image] Sep 17 22:18:13.738 INFO O| Sep 17 22:18:13.738 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-09-17T22:18:14.785Z[ recovery-image] Sep 17 22:18:13.753 INFO O| Sep 17 22:18:13.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70592025-09-17T22:18:14.789Z[ recovery-image] Sep 17 22:18:13.753 INFO O| Sep 17 22:18:13.753 INFO STEP 746 (remove_files) COMPLETE
70602025-09-17T22:18:14.789Z[ recovery-image] Sep 17 22:18:13.753 INFO O| Sep 17 22:18:13.753 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-09-17T22:18:14.802Z[ recovery-image] Sep 17 22:18:13.769 INFO O| Sep 17 22:18:13.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70622025-09-17T22:18:14.803Z[ recovery-image] Sep 17 22:18:13.769 INFO O| Sep 17 22:18:13.769 INFO STEP 747 (remove_files) COMPLETE
70632025-09-17T22:18:14.809Z[ recovery-image] Sep 17 22:18:13.769 INFO O| Sep 17 22:18:13.769 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-09-17T22:18:14.817Z[ recovery-image] Sep 17 22:18:13.783 INFO O| Sep 17 22:18:13.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70652025-09-17T22:18:14.817Z[ recovery-image] Sep 17 22:18:13.783 INFO O| Sep 17 22:18:13.783 INFO STEP 748 (remove_files) COMPLETE
70662025-09-17T22:18:14.821Z[ recovery-image] Sep 17 22:18:13.783 INFO O| Sep 17 22:18:13.783 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-09-17T22:18:14.832Z[ recovery-image] Sep 17 22:18:13.799 INFO O| Sep 17 22:18:13.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70682025-09-17T22:18:14.832Z[ recovery-image] Sep 17 22:18:13.799 INFO O| Sep 17 22:18:13.799 INFO STEP 749 (remove_files) COMPLETE
70692025-09-17T22:18:14.835Z[ recovery-image] Sep 17 22:18:13.799 INFO O| Sep 17 22:18:13.799 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-09-17T22:18:14.846Z[ recovery-image] Sep 17 22:18:13.814 INFO O| Sep 17 22:18:13.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70712025-09-17T22:18:14.846Z[ recovery-image] Sep 17 22:18:13.814 INFO O| Sep 17 22:18:13.814 INFO STEP 750 (remove_files) COMPLETE
70722025-09-17T22:18:14.846Z[ recovery-image] Sep 17 22:18:13.814 INFO O| Sep 17 22:18:13.814 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-09-17T22:18:14.861Z[ recovery-image] Sep 17 22:18:13.829 INFO O| Sep 17 22:18:13.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70742025-09-17T22:18:14.861Z[ recovery-image] Sep 17 22:18:13.829 INFO O| Sep 17 22:18:13.829 INFO STEP 751 (remove_files) COMPLETE
70752025-09-17T22:18:14.861Z[ recovery-image] Sep 17 22:18:13.829 INFO O| Sep 17 22:18:13.829 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-09-17T22:18:14.876Z[ recovery-image] Sep 17 22:18:13.844 INFO O| Sep 17 22:18:13.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70772025-09-17T22:18:14.876Z[ recovery-image] Sep 17 22:18:13.844 INFO O| Sep 17 22:18:13.844 INFO STEP 752 (remove_files) COMPLETE
70782025-09-17T22:18:14.876Z[ recovery-image] Sep 17 22:18:13.844 INFO O| Sep 17 22:18:13.844 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-09-17T22:18:14.892Z[ recovery-image] Sep 17 22:18:13.860 INFO O| Sep 17 22:18:13.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70802025-09-17T22:18:14.892Z[ recovery-image] Sep 17 22:18:13.860 INFO O| Sep 17 22:18:13.860 INFO STEP 753 (remove_files) COMPLETE
70812025-09-17T22:18:14.895Z[ recovery-image] Sep 17 22:18:13.860 INFO O| Sep 17 22:18:13.860 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-09-17T22:18:14.907Z[ recovery-image] Sep 17 22:18:13.875 INFO O| Sep 17 22:18:13.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70832025-09-17T22:18:14.907Z[ recovery-image] Sep 17 22:18:13.875 INFO O| Sep 17 22:18:13.875 INFO STEP 754 (remove_files) COMPLETE
70842025-09-17T22:18:14.911Z[ recovery-image] Sep 17 22:18:13.875 INFO O| Sep 17 22:18:13.875 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-09-17T22:18:14.922Z[ recovery-image] Sep 17 22:18:13.890 INFO O| Sep 17 22:18:13.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70862025-09-17T22:18:14.922Z[ recovery-image] Sep 17 22:18:13.890 INFO O| Sep 17 22:18:13.890 INFO STEP 755 (remove_files) COMPLETE
70872025-09-17T22:18:14.926Z[ recovery-image] Sep 17 22:18:13.890 INFO O| Sep 17 22:18:13.890 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-09-17T22:18:14.936Z[ recovery-image] Sep 17 22:18:13.904 INFO O| Sep 17 22:18:13.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70892025-09-17T22:18:14.936Z[ recovery-image] Sep 17 22:18:13.904 INFO O| Sep 17 22:18:13.904 INFO STEP 756 (remove_files) COMPLETE
70902025-09-17T22:18:14.936Z[ recovery-image] Sep 17 22:18:13.904 INFO O| Sep 17 22:18:13.904 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-09-17T22:18:14.950Z[ recovery-image] Sep 17 22:18:13.918 INFO O| Sep 17 22:18:13.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70922025-09-17T22:18:14.950Z[ recovery-image] Sep 17 22:18:13.918 INFO O| Sep 17 22:18:13.918 INFO STEP 757 (remove_files) COMPLETE
70932025-09-17T22:18:14.950Z[ recovery-image] Sep 17 22:18:13.918 INFO O| Sep 17 22:18:13.918 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-09-17T22:18:14.964Z[ recovery-image] Sep 17 22:18:13.932 INFO O| Sep 17 22:18:13.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70952025-09-17T22:18:14.964Z[ recovery-image] Sep 17 22:18:13.932 INFO O| Sep 17 22:18:13.932 INFO STEP 758 (remove_files) COMPLETE
70962025-09-17T22:18:14.969Z[ recovery-image] Sep 17 22:18:13.932 INFO O| Sep 17 22:18:13.932 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-09-17T22:18:14.979Z[ recovery-image] Sep 17 22:18:13.947 INFO O| Sep 17 22:18:13.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70982025-09-17T22:18:14.979Z[ recovery-image] Sep 17 22:18:13.947 INFO O| Sep 17 22:18:13.947 INFO STEP 759 (remove_files) COMPLETE
70992025-09-17T22:18:14.985Z[ recovery-image] Sep 17 22:18:13.947 INFO O| Sep 17 22:18:13.947 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-09-17T22:18:14.993Z[ recovery-image] Sep 17 22:18:13.961 INFO O| Sep 17 22:18:13.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71012025-09-17T22:18:14.993Z[ recovery-image] Sep 17 22:18:13.961 INFO O| Sep 17 22:18:13.961 INFO STEP 760 (remove_files) COMPLETE
71022025-09-17T22:18:14.997Z[ recovery-image] Sep 17 22:18:13.961 INFO O| Sep 17 22:18:13.961 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-09-17T22:18:15.008Z[ recovery-image] Sep 17 22:18:13.975 INFO O| Sep 17 22:18:13.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71042025-09-17T22:18:15.008Z[ recovery-image] Sep 17 22:18:13.976 INFO O| Sep 17 22:18:13.975 INFO STEP 761 (remove_files) COMPLETE
71052025-09-17T22:18:15.012Z[ recovery-image] Sep 17 22:18:13.976 INFO O| Sep 17 22:18:13.976 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-09-17T22:18:15.022Z[ recovery-image] Sep 17 22:18:13.990 INFO O| Sep 17 22:18:13.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71072025-09-17T22:18:15.022Z[ recovery-image] Sep 17 22:18:13.990 INFO O| Sep 17 22:18:13.990 INFO STEP 762 (remove_files) COMPLETE
71082025-09-17T22:18:15.026Z[ recovery-image] Sep 17 22:18:13.990 INFO O| Sep 17 22:18:13.990 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-09-17T22:18:15.038Z[ recovery-image] Sep 17 22:18:14.006 INFO O| Sep 17 22:18:14.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71102025-09-17T22:18:15.041Z[ recovery-image] Sep 17 22:18:14.006 INFO O| Sep 17 22:18:14.006 INFO STEP 763 (remove_files) COMPLETE
71112025-09-17T22:18:15.041Z[ recovery-image] Sep 17 22:18:14.006 INFO O| Sep 17 22:18:14.006 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-09-17T22:18:15.054Z[ recovery-image] Sep 17 22:18:14.021 INFO O| Sep 17 22:18:14.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71132025-09-17T22:18:15.054Z[ recovery-image] Sep 17 22:18:14.021 INFO O| Sep 17 22:18:14.021 INFO STEP 764 (remove_files) COMPLETE
71142025-09-17T22:18:15.057Z[ recovery-image] Sep 17 22:18:14.021 INFO O| Sep 17 22:18:14.021 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-09-17T22:18:15.069Z[ recovery-image] Sep 17 22:18:14.037 INFO O| Sep 17 22:18:14.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71162025-09-17T22:18:15.069Z[ recovery-image] Sep 17 22:18:14.037 INFO O| Sep 17 22:18:14.037 INFO STEP 765 (remove_files) COMPLETE
71172025-09-17T22:18:15.069Z[ recovery-image] Sep 17 22:18:14.037 INFO O| Sep 17 22:18:14.037 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-09-17T22:18:15.085Z[ recovery-image] Sep 17 22:18:14.053 INFO O| Sep 17 22:18:14.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71192025-09-17T22:18:15.085Z[ recovery-image] Sep 17 22:18:14.053 INFO O| Sep 17 22:18:14.053 INFO STEP 766 (remove_files) COMPLETE
71202025-09-17T22:18:15.085Z[ recovery-image] Sep 17 22:18:14.053 INFO O| Sep 17 22:18:14.053 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-09-17T22:18:15.101Z[ recovery-image] Sep 17 22:18:14.069 INFO O| Sep 17 22:18:14.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71222025-09-17T22:18:15.101Z[ recovery-image] Sep 17 22:18:14.069 INFO O| Sep 17 22:18:14.069 INFO STEP 767 (remove_files) COMPLETE
71232025-09-17T22:18:15.101Z[ recovery-image] Sep 17 22:18:14.069 INFO O| Sep 17 22:18:14.069 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-09-17T22:18:15.118Z[ recovery-image] Sep 17 22:18:14.086 INFO O| Sep 17 22:18:14.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71252025-09-17T22:18:15.118Z[ recovery-image] Sep 17 22:18:14.086 INFO O| Sep 17 22:18:14.086 INFO STEP 768 (remove_files) COMPLETE
71262025-09-17T22:18:15.118Z[ recovery-image] Sep 17 22:18:14.086 INFO O| Sep 17 22:18:14.086 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-09-17T22:18:15.134Z[ recovery-image] Sep 17 22:18:14.102 INFO O| Sep 17 22:18:14.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71282025-09-17T22:18:15.134Z[ recovery-image] Sep 17 22:18:14.102 INFO O| Sep 17 22:18:14.102 INFO STEP 769 (remove_files) COMPLETE
71292025-09-17T22:18:15.138Z[ recovery-image] Sep 17 22:18:14.102 INFO O| Sep 17 22:18:14.102 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-09-17T22:18:15.150Z[ recovery-image] Sep 17 22:18:14.117 INFO O| Sep 17 22:18:14.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71312025-09-17T22:18:15.150Z[ recovery-image] Sep 17 22:18:14.117 INFO O| Sep 17 22:18:14.117 INFO STEP 770 (remove_files) COMPLETE
71322025-09-17T22:18:15.154Z[ recovery-image] Sep 17 22:18:14.117 INFO O| Sep 17 22:18:14.117 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-09-17T22:18:15.165Z[ recovery-image] Sep 17 22:18:14.133 INFO O| Sep 17 22:18:14.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71342025-09-17T22:18:15.165Z[ recovery-image] Sep 17 22:18:14.133 INFO O| Sep 17 22:18:14.133 INFO STEP 771 (remove_files) COMPLETE
71352025-09-17T22:18:15.165Z[ recovery-image] Sep 17 22:18:14.133 INFO O| Sep 17 22:18:14.133 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-09-17T22:18:15.184Z[ recovery-image] Sep 17 22:18:14.146 INFO O| Sep 17 22:18:14.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71372025-09-17T22:18:15.184Z[ recovery-image] Sep 17 22:18:14.146 INFO O| Sep 17 22:18:14.146 INFO STEP 772 (remove_files) COMPLETE
71382025-09-17T22:18:15.184Z[ recovery-image] Sep 17 22:18:14.146 INFO O| Sep 17 22:18:14.146 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-09-17T22:18:15.190Z[ recovery-image] Sep 17 22:18:14.158 INFO O| Sep 17 22:18:14.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71402025-09-17T22:18:15.193Z[ recovery-image] Sep 17 22:18:14.158 INFO O| Sep 17 22:18:14.158 INFO STEP 773 (remove_files) COMPLETE
71412025-09-17T22:18:15.193Z[ recovery-image] Sep 17 22:18:14.158 INFO O| Sep 17 22:18:14.158 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-09-17T22:18:15.203Z[ recovery-image] Sep 17 22:18:14.171 INFO O| Sep 17 22:18:14.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71432025-09-17T22:18:15.203Z[ recovery-image] Sep 17 22:18:14.171 INFO O| Sep 17 22:18:14.171 INFO STEP 774 (remove_files) COMPLETE
71442025-09-17T22:18:15.206Z[ recovery-image] Sep 17 22:18:14.171 INFO O| Sep 17 22:18:14.171 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-09-17T22:18:15.217Z[ recovery-image] Sep 17 22:18:14.185 INFO O| Sep 17 22:18:14.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71462025-09-17T22:18:15.217Z[ recovery-image] Sep 17 22:18:14.185 INFO O| Sep 17 22:18:14.185 INFO STEP 775 (remove_files) COMPLETE
71472025-09-17T22:18:15.221Z[ recovery-image] Sep 17 22:18:14.185 INFO O| Sep 17 22:18:14.185 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-09-17T22:18:15.232Z[ recovery-image] Sep 17 22:18:14.200 INFO O| Sep 17 22:18:14.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71492025-09-17T22:18:15.232Z[ recovery-image] Sep 17 22:18:14.200 INFO O| Sep 17 22:18:14.200 INFO STEP 776 (remove_files) COMPLETE
71502025-09-17T22:18:15.232Z[ recovery-image] Sep 17 22:18:14.200 INFO O| Sep 17 22:18:14.200 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-09-17T22:18:15.246Z[ recovery-image] Sep 17 22:18:14.214 INFO O| Sep 17 22:18:14.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71522025-09-17T22:18:15.249Z[ recovery-image] Sep 17 22:18:14.214 INFO O| Sep 17 22:18:14.214 INFO STEP 777 (remove_files) COMPLETE
71532025-09-17T22:18:15.249Z[ recovery-image] Sep 17 22:18:14.214 INFO O| Sep 17 22:18:14.214 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-09-17T22:18:15.259Z[ recovery-image] Sep 17 22:18:14.227 INFO O| Sep 17 22:18:14.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71552025-09-17T22:18:15.264Z[ recovery-image] Sep 17 22:18:14.227 INFO O| Sep 17 22:18:14.227 INFO STEP 778 (remove_files) COMPLETE
71562025-09-17T22:18:15.264Z[ recovery-image] Sep 17 22:18:14.227 INFO O| Sep 17 22:18:14.227 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-09-17T22:18:15.272Z[ recovery-image] Sep 17 22:18:14.240 INFO O| Sep 17 22:18:14.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71582025-09-17T22:18:15.272Z[ recovery-image] Sep 17 22:18:14.240 INFO O| Sep 17 22:18:14.240 INFO STEP 779 (remove_files) COMPLETE
71592025-09-17T22:18:15.276Z[ recovery-image] Sep 17 22:18:14.240 INFO O| Sep 17 22:18:14.240 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-09-17T22:18:15.286Z[ recovery-image] Sep 17 22:18:14.254 INFO O| Sep 17 22:18:14.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71612025-09-17T22:18:15.286Z[ recovery-image] Sep 17 22:18:14.254 INFO O| Sep 17 22:18:14.254 INFO STEP 780 (remove_files) COMPLETE
71622025-09-17T22:18:15.290Z[ recovery-image] Sep 17 22:18:14.254 INFO O| Sep 17 22:18:14.254 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-09-17T22:18:15.300Z[ recovery-image] Sep 17 22:18:14.268 INFO O| Sep 17 22:18:14.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71642025-09-17T22:18:15.303Z[ recovery-image] Sep 17 22:18:14.268 INFO O| Sep 17 22:18:14.268 INFO STEP 781 (remove_files) COMPLETE
71652025-09-17T22:18:15.303Z[ recovery-image] Sep 17 22:18:14.268 INFO O| Sep 17 22:18:14.268 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-09-17T22:18:15.314Z[ recovery-image] Sep 17 22:18:14.282 INFO O| Sep 17 22:18:14.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71672025-09-17T22:18:15.314Z[ recovery-image] Sep 17 22:18:14.282 INFO O| Sep 17 22:18:14.282 INFO STEP 782 (remove_files) COMPLETE
71682025-09-17T22:18:15.314Z[ recovery-image] Sep 17 22:18:14.282 INFO O| Sep 17 22:18:14.282 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-09-17T22:18:15.328Z[ recovery-image] Sep 17 22:18:14.296 INFO O| Sep 17 22:18:14.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71702025-09-17T22:18:15.328Z[ recovery-image] Sep 17 22:18:14.297 INFO O| Sep 17 22:18:14.296 INFO STEP 783 (remove_files) COMPLETE
71712025-09-17T22:18:15.332Z[ recovery-image] Sep 17 22:18:14.297 INFO O| Sep 17 22:18:14.296 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-09-17T22:18:15.342Z[ recovery-image] Sep 17 22:18:14.310 INFO O| Sep 17 22:18:14.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71732025-09-17T22:18:15.342Z[ recovery-image] Sep 17 22:18:14.310 INFO O| Sep 17 22:18:14.310 INFO STEP 784 (remove_files) COMPLETE
71742025-09-17T22:18:15.346Z[ recovery-image] Sep 17 22:18:14.310 INFO O| Sep 17 22:18:14.310 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-09-17T22:18:15.357Z[ recovery-image] Sep 17 22:18:14.323 INFO O| Sep 17 22:18:14.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71762025-09-17T22:18:15.357Z[ recovery-image] Sep 17 22:18:14.323 INFO O| Sep 17 22:18:14.323 INFO STEP 785 (remove_files) COMPLETE
71772025-09-17T22:18:15.360Z[ recovery-image] Sep 17 22:18:14.323 INFO O| Sep 17 22:18:14.323 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-09-17T22:18:15.370Z[ recovery-image] Sep 17 22:18:14.337 INFO O| Sep 17 22:18:14.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71792025-09-17T22:18:15.370Z[ recovery-image] Sep 17 22:18:14.337 INFO O| Sep 17 22:18:14.337 INFO STEP 786 (remove_files) COMPLETE
71802025-09-17T22:18:15.373Z[ recovery-image] Sep 17 22:18:14.337 INFO O| Sep 17 22:18:14.337 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-09-17T22:18:15.382Z[ recovery-image] Sep 17 22:18:14.349 INFO O| Sep 17 22:18:14.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71822025-09-17T22:18:15.382Z[ recovery-image] Sep 17 22:18:14.350 INFO O| Sep 17 22:18:14.349 INFO STEP 787 (remove_files) COMPLETE
71832025-09-17T22:18:15.385Z[ recovery-image] Sep 17 22:18:14.350 INFO O| Sep 17 22:18:14.349 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-09-17T22:18:15.395Z[ recovery-image] Sep 17 22:18:14.363 INFO O| Sep 17 22:18:14.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71852025-09-17T22:18:15.395Z[ recovery-image] Sep 17 22:18:14.363 INFO O| Sep 17 22:18:14.363 INFO STEP 788 (remove_files) COMPLETE
71862025-09-17T22:18:15.399Z[ recovery-image] Sep 17 22:18:14.363 INFO O| Sep 17 22:18:14.363 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-09-17T22:18:15.409Z[ recovery-image] Sep 17 22:18:14.377 INFO O| Sep 17 22:18:14.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71882025-09-17T22:18:15.409Z[ recovery-image] Sep 17 22:18:14.377 INFO O| Sep 17 22:18:14.377 INFO STEP 789 (remove_files) COMPLETE
71892025-09-17T22:18:15.412Z[ recovery-image] Sep 17 22:18:14.377 INFO O| Sep 17 22:18:14.377 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-09-17T22:18:15.423Z[ recovery-image] Sep 17 22:18:14.390 INFO O| Sep 17 22:18:14.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71912025-09-17T22:18:15.426Z[ recovery-image] Sep 17 22:18:14.391 INFO O| Sep 17 22:18:14.390 INFO STEP 790 (remove_files) COMPLETE
71922025-09-17T22:18:15.426Z[ recovery-image] Sep 17 22:18:14.391 INFO O| Sep 17 22:18:14.391 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-09-17T22:18:15.437Z[ recovery-image] Sep 17 22:18:14.405 INFO O| Sep 17 22:18:14.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71942025-09-17T22:18:15.448Z[ recovery-image] Sep 17 22:18:14.405 INFO O| Sep 17 22:18:14.405 INFO STEP 791 (remove_files) COMPLETE
71952025-09-17T22:18:15.448Z[ recovery-image] Sep 17 22:18:14.405 INFO O| Sep 17 22:18:14.405 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-09-17T22:18:15.452Z[ recovery-image] Sep 17 22:18:14.420 INFO O| Sep 17 22:18:14.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71972025-09-17T22:18:15.452Z[ recovery-image] Sep 17 22:18:14.420 INFO O| Sep 17 22:18:14.420 INFO STEP 792 (remove_files) COMPLETE
71982025-09-17T22:18:15.455Z[ recovery-image] Sep 17 22:18:14.420 INFO O| Sep 17 22:18:14.420 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-09-17T22:18:15.466Z[ recovery-image] Sep 17 22:18:14.434 INFO O| Sep 17 22:18:14.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72002025-09-17T22:18:15.466Z[ recovery-image] Sep 17 22:18:14.434 INFO O| Sep 17 22:18:14.434 INFO STEP 793 (remove_files) COMPLETE
72012025-09-17T22:18:15.466Z[ recovery-image] Sep 17 22:18:14.434 INFO O| Sep 17 22:18:14.434 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-09-17T22:18:15.480Z[ recovery-image] Sep 17 22:18:14.448 INFO O| Sep 17 22:18:14.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72032025-09-17T22:18:15.481Z[ recovery-image] Sep 17 22:18:14.448 INFO O| Sep 17 22:18:14.448 INFO STEP 794 (remove_files) COMPLETE
72042025-09-17T22:18:15.481Z[ recovery-image] Sep 17 22:18:14.448 INFO O| Sep 17 22:18:14.448 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-09-17T22:18:15.496Z[ recovery-image] Sep 17 22:18:14.463 INFO O| Sep 17 22:18:14.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72062025-09-17T22:18:15.496Z[ recovery-image] Sep 17 22:18:14.463 INFO O| Sep 17 22:18:14.463 INFO STEP 795 (remove_files) COMPLETE
72072025-09-17T22:18:15.499Z[ recovery-image] Sep 17 22:18:14.463 INFO O| Sep 17 22:18:14.463 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-09-17T22:18:15.511Z[ recovery-image] Sep 17 22:18:14.478 INFO O| Sep 17 22:18:14.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72092025-09-17T22:18:15.514Z[ recovery-image] Sep 17 22:18:14.478 INFO O| Sep 17 22:18:14.478 INFO STEP 796 (remove_files) COMPLETE
72102025-09-17T22:18:15.514Z[ recovery-image] Sep 17 22:18:14.478 INFO O| Sep 17 22:18:14.478 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-09-17T22:18:15.525Z[ recovery-image] Sep 17 22:18:14.493 INFO O| Sep 17 22:18:14.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72122025-09-17T22:18:15.525Z[ recovery-image] Sep 17 22:18:14.493 INFO O| Sep 17 22:18:14.493 INFO STEP 797 (remove_files) COMPLETE
72132025-09-17T22:18:15.525Z[ recovery-image] Sep 17 22:18:14.493 INFO O| Sep 17 22:18:14.493 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-09-17T22:18:15.540Z[ recovery-image] Sep 17 22:18:14.508 INFO O| Sep 17 22:18:14.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72152025-09-17T22:18:15.540Z[ recovery-image] Sep 17 22:18:14.508 INFO O| Sep 17 22:18:14.508 INFO STEP 798 (remove_files) COMPLETE
72162025-09-17T22:18:15.540Z[ recovery-image] Sep 17 22:18:14.508 INFO O| Sep 17 22:18:14.508 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-09-17T22:18:15.554Z[ recovery-image] Sep 17 22:18:14.522 INFO O| Sep 17 22:18:14.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72182025-09-17T22:18:15.555Z[ recovery-image] Sep 17 22:18:14.522 INFO O| Sep 17 22:18:14.522 INFO STEP 799 (remove_files) COMPLETE
72192025-09-17T22:18:15.555Z[ recovery-image] Sep 17 22:18:14.522 INFO O| Sep 17 22:18:14.522 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-09-17T22:18:15.569Z[ recovery-image] Sep 17 22:18:14.537 INFO O| Sep 17 22:18:14.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72212025-09-17T22:18:15.569Z[ recovery-image] Sep 17 22:18:14.537 INFO O| Sep 17 22:18:14.537 INFO STEP 800 (remove_files) COMPLETE
72222025-09-17T22:18:15.569Z[ recovery-image] Sep 17 22:18:14.537 INFO O| Sep 17 22:18:14.537 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-09-17T22:18:15.583Z[ recovery-image] Sep 17 22:18:14.551 INFO O| Sep 17 22:18:14.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72242025-09-17T22:18:15.583Z[ recovery-image] Sep 17 22:18:14.551 INFO O| Sep 17 22:18:14.551 INFO STEP 801 (remove_files) COMPLETE
72252025-09-17T22:18:15.584Z[ recovery-image] Sep 17 22:18:14.551 INFO O| Sep 17 22:18:14.551 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-09-17T22:18:15.597Z[ recovery-image] Sep 17 22:18:14.565 INFO O| Sep 17 22:18:14.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72272025-09-17T22:18:15.601Z[ recovery-image] Sep 17 22:18:14.565 INFO O| Sep 17 22:18:14.565 INFO STEP 802 (remove_files) COMPLETE
72282025-09-17T22:18:15.601Z[ recovery-image] Sep 17 22:18:14.565 INFO O| Sep 17 22:18:14.565 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-09-17T22:18:15.612Z[ recovery-image] Sep 17 22:18:14.580 INFO O| Sep 17 22:18:14.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72302025-09-17T22:18:15.612Z[ recovery-image] Sep 17 22:18:14.580 INFO O| Sep 17 22:18:14.580 INFO STEP 803 (remove_files) COMPLETE
72312025-09-17T22:18:15.616Z[ recovery-image] Sep 17 22:18:14.580 INFO O| Sep 17 22:18:14.580 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-09-17T22:18:15.628Z[ recovery-image] Sep 17 22:18:14.595 INFO O| Sep 17 22:18:14.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72332025-09-17T22:18:15.628Z[ recovery-image] Sep 17 22:18:14.596 INFO O| Sep 17 22:18:14.596 INFO STEP 804 (remove_files) COMPLETE
72342025-09-17T22:18:15.631Z[ recovery-image] Sep 17 22:18:14.596 INFO O| Sep 17 22:18:14.596 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-09-17T22:18:15.643Z[ recovery-image] Sep 17 22:18:14.610 INFO O| Sep 17 22:18:14.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72362025-09-17T22:18:15.643Z[ recovery-image] Sep 17 22:18:14.611 INFO O| Sep 17 22:18:14.611 INFO STEP 805 (remove_files) COMPLETE
72372025-09-17T22:18:15.646Z[ recovery-image] Sep 17 22:18:14.611 INFO O| Sep 17 22:18:14.611 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-09-17T22:18:15.658Z[ recovery-image] Sep 17 22:18:14.625 INFO O| Sep 17 22:18:14.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72392025-09-17T22:18:15.658Z[ recovery-image] Sep 17 22:18:14.625 INFO O| Sep 17 22:18:14.625 INFO STEP 806 (remove_files) COMPLETE
72402025-09-17T22:18:15.661Z[ recovery-image] Sep 17 22:18:14.625 INFO O| Sep 17 22:18:14.625 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-09-17T22:18:15.672Z[ recovery-image] Sep 17 22:18:14.640 INFO O| Sep 17 22:18:14.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72422025-09-17T22:18:15.672Z[ recovery-image] Sep 17 22:18:14.640 INFO O| Sep 17 22:18:14.640 INFO STEP 807 (remove_files) COMPLETE
72432025-09-17T22:18:15.676Z[ recovery-image] Sep 17 22:18:14.640 INFO O| Sep 17 22:18:14.640 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-09-17T22:18:15.687Z[ recovery-image] Sep 17 22:18:14.655 INFO O| Sep 17 22:18:14.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72452025-09-17T22:18:15.687Z[ recovery-image] Sep 17 22:18:14.655 INFO O| Sep 17 22:18:14.655 INFO STEP 808 (remove_files) COMPLETE
72462025-09-17T22:18:15.691Z[ recovery-image] Sep 17 22:18:14.655 INFO O| Sep 17 22:18:14.655 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-09-17T22:18:15.701Z[ recovery-image] Sep 17 22:18:14.669 INFO O| Sep 17 22:18:14.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72482025-09-17T22:18:15.701Z[ recovery-image] Sep 17 22:18:14.669 INFO O| Sep 17 22:18:14.669 INFO STEP 809 (remove_files) COMPLETE
72492025-09-17T22:18:15.701Z[ recovery-image] Sep 17 22:18:14.669 INFO O| Sep 17 22:18:14.669 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-09-17T22:18:15.717Z[ recovery-image] Sep 17 22:18:14.683 INFO O| Sep 17 22:18:14.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72512025-09-17T22:18:15.721Z[ recovery-image] Sep 17 22:18:14.684 INFO O| Sep 17 22:18:14.684 INFO STEP 810 (remove_files) COMPLETE
72522025-09-17T22:18:15.721Z[ recovery-image] Sep 17 22:18:14.684 INFO O| Sep 17 22:18:14.684 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-09-17T22:18:15.730Z[ recovery-image] Sep 17 22:18:14.698 INFO O| Sep 17 22:18:14.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72542025-09-17T22:18:15.730Z[ recovery-image] Sep 17 22:18:14.698 INFO O| Sep 17 22:18:14.698 INFO STEP 811 (remove_files) COMPLETE
72552025-09-17T22:18:15.730Z[ recovery-image] Sep 17 22:18:14.698 INFO O| Sep 17 22:18:14.698 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-09-17T22:18:15.746Z[ recovery-image] Sep 17 22:18:14.713 INFO O| Sep 17 22:18:14.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72572025-09-17T22:18:15.746Z[ recovery-image] Sep 17 22:18:14.713 INFO O| Sep 17 22:18:14.713 INFO STEP 812 (remove_files) COMPLETE
72582025-09-17T22:18:15.746Z[ recovery-image] Sep 17 22:18:14.713 INFO O| Sep 17 22:18:14.713 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-09-17T22:18:15.760Z[ recovery-image] Sep 17 22:18:14.727 INFO O| Sep 17 22:18:14.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72602025-09-17T22:18:15.760Z[ recovery-image] Sep 17 22:18:14.728 INFO O| Sep 17 22:18:14.727 INFO STEP 813 (remove_files) COMPLETE
72612025-09-17T22:18:15.760Z[ recovery-image] Sep 17 22:18:14.728 INFO O| Sep 17 22:18:14.728 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-09-17T22:18:15.775Z[ recovery-image] Sep 17 22:18:14.742 INFO O| Sep 17 22:18:14.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72632025-09-17T22:18:15.778Z[ recovery-image] Sep 17 22:18:14.743 INFO O| Sep 17 22:18:14.743 INFO STEP 814 (remove_files) COMPLETE
72642025-09-17T22:18:15.778Z[ recovery-image] Sep 17 22:18:14.743 INFO O| Sep 17 22:18:14.743 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-09-17T22:18:15.790Z[ recovery-image] Sep 17 22:18:14.758 INFO O| Sep 17 22:18:14.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72662025-09-17T22:18:15.790Z[ recovery-image] Sep 17 22:18:14.758 INFO O| Sep 17 22:18:14.758 INFO STEP 815 (remove_files) COMPLETE
72672025-09-17T22:18:15.794Z[ recovery-image] Sep 17 22:18:14.758 INFO O| Sep 17 22:18:14.758 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-09-17T22:18:15.805Z[ recovery-image] Sep 17 22:18:14.773 INFO O| Sep 17 22:18:14.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72692025-09-17T22:18:15.808Z[ recovery-image] Sep 17 22:18:14.773 INFO O| Sep 17 22:18:14.773 INFO STEP 816 (remove_files) COMPLETE
72702025-09-17T22:18:15.808Z[ recovery-image] Sep 17 22:18:14.773 INFO O| Sep 17 22:18:14.773 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-09-17T22:18:15.820Z[ recovery-image] Sep 17 22:18:14.787 INFO O| Sep 17 22:18:14.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72722025-09-17T22:18:15.820Z[ recovery-image] Sep 17 22:18:14.788 INFO O| Sep 17 22:18:14.787 INFO STEP 817 (remove_files) COMPLETE
72732025-09-17T22:18:15.820Z[ recovery-image] Sep 17 22:18:14.788 INFO O| Sep 17 22:18:14.787 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-09-17T22:18:15.834Z[ recovery-image] Sep 17 22:18:14.802 INFO O| Sep 17 22:18:14.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72752025-09-17T22:18:15.834Z[ recovery-image] Sep 17 22:18:14.802 INFO O| Sep 17 22:18:14.802 INFO STEP 818 (remove_files) COMPLETE
72762025-09-17T22:18:15.834Z[ recovery-image] Sep 17 22:18:14.802 INFO O| Sep 17 22:18:14.802 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-09-17T22:18:15.849Z[ recovery-image] Sep 17 22:18:14.817 INFO O| Sep 17 22:18:14.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72782025-09-17T22:18:15.849Z[ recovery-image] Sep 17 22:18:14.817 INFO O| Sep 17 22:18:14.817 INFO STEP 819 (remove_files) COMPLETE
72792025-09-17T22:18:15.849Z[ recovery-image] Sep 17 22:18:14.817 INFO O| Sep 17 22:18:14.817 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-09-17T22:18:15.864Z[ recovery-image] Sep 17 22:18:14.832 INFO O| Sep 17 22:18:14.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72812025-09-17T22:18:15.864Z[ recovery-image] Sep 17 22:18:14.832 INFO O| Sep 17 22:18:14.832 INFO STEP 820 (remove_files) COMPLETE
72822025-09-17T22:18:15.864Z[ recovery-image] Sep 17 22:18:14.832 INFO O| Sep 17 22:18:14.832 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-09-17T22:18:15.880Z[ recovery-image] Sep 17 22:18:14.847 INFO O| Sep 17 22:18:14.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72842025-09-17T22:18:15.880Z[ recovery-image] Sep 17 22:18:14.847 INFO O| Sep 17 22:18:14.847 INFO STEP 821 (remove_files) COMPLETE
72852025-09-17T22:18:15.880Z[ recovery-image] Sep 17 22:18:14.847 INFO O| Sep 17 22:18:14.847 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-09-17T22:18:15.896Z[ recovery-image] Sep 17 22:18:14.864 INFO O| Sep 17 22:18:14.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72872025-09-17T22:18:15.896Z[ recovery-image] Sep 17 22:18:14.864 INFO O| Sep 17 22:18:14.864 INFO STEP 822 (remove_files) COMPLETE
72882025-09-17T22:18:15.896Z[ recovery-image] Sep 17 22:18:14.864 INFO O| Sep 17 22:18:14.864 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-09-17T22:18:15.912Z[ recovery-image] Sep 17 22:18:14.879 INFO O| Sep 17 22:18:14.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72902025-09-17T22:18:15.912Z[ recovery-image] Sep 17 22:18:14.879 INFO O| Sep 17 22:18:14.879 INFO STEP 823 (remove_files) COMPLETE
72912025-09-17T22:18:15.912Z[ recovery-image] Sep 17 22:18:14.880 INFO O| Sep 17 22:18:14.879 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-09-17T22:18:15.928Z[ recovery-image] Sep 17 22:18:14.895 INFO O| Sep 17 22:18:14.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72932025-09-17T22:18:15.928Z[ recovery-image] Sep 17 22:18:14.895 INFO O| Sep 17 22:18:14.895 INFO STEP 824 (remove_files) COMPLETE
72942025-09-17T22:18:15.928Z[ recovery-image] Sep 17 22:18:14.895 INFO O| Sep 17 22:18:14.895 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-09-17T22:18:15.954Z[ recovery-image] Sep 17 22:18:14.910 INFO O| Sep 17 22:18:14.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72962025-09-17T22:18:15.954Z[ recovery-image] Sep 17 22:18:14.910 INFO O| Sep 17 22:18:14.910 INFO STEP 825 (remove_files) COMPLETE
72972025-09-17T22:18:15.954Z[ recovery-image] Sep 17 22:18:14.910 INFO O| Sep 17 22:18:14.910 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-09-17T22:18:15.957Z[ recovery-image] Sep 17 22:18:14.924 INFO O| Sep 17 22:18:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72992025-09-17T22:18:15.957Z[ recovery-image] Sep 17 22:18:14.924 INFO O| Sep 17 22:18:14.924 INFO STEP 826 (remove_files) COMPLETE
73002025-09-17T22:18:15.957Z[ recovery-image] Sep 17 22:18:14.924 INFO O| Sep 17 22:18:14.924 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-09-17T22:18:15.971Z[ recovery-image] Sep 17 22:18:14.939 INFO O| Sep 17 22:18:14.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73022025-09-17T22:18:15.974Z[ recovery-image] Sep 17 22:18:14.939 INFO O| Sep 17 22:18:14.939 INFO STEP 827 (remove_files) COMPLETE
73032025-09-17T22:18:15.974Z[ recovery-image] Sep 17 22:18:14.939 INFO O| Sep 17 22:18:14.939 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-09-17T22:18:15.986Z[ recovery-image] Sep 17 22:18:14.954 INFO O| Sep 17 22:18:14.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73052025-09-17T22:18:15.986Z[ recovery-image] Sep 17 22:18:14.954 INFO O| Sep 17 22:18:14.954 INFO STEP 828 (remove_files) COMPLETE
73062025-09-17T22:18:15.991Z[ recovery-image] Sep 17 22:18:14.954 INFO O| Sep 17 22:18:14.954 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-09-17T22:18:15.998Z[ recovery-image] Sep 17 22:18:14.966 INFO O| Sep 17 22:18:14.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73082025-09-17T22:18:15.999Z[ recovery-image] Sep 17 22:18:14.966 INFO O| Sep 17 22:18:14.966 INFO STEP 829 (remove_files) COMPLETE
73092025-09-17T22:18:16.004Z[ recovery-image] Sep 17 22:18:14.966 INFO O| Sep 17 22:18:14.966 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-09-17T22:18:16.013Z[ recovery-image] Sep 17 22:18:14.981 INFO O| Sep 17 22:18:14.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73112025-09-17T22:18:16.018Z[ recovery-image] Sep 17 22:18:14.981 INFO O| Sep 17 22:18:14.981 INFO STEP 830 (remove_files) COMPLETE
73122025-09-17T22:18:16.018Z[ recovery-image] Sep 17 22:18:14.981 INFO O| Sep 17 22:18:14.981 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-09-17T22:18:16.028Z[ recovery-image] Sep 17 22:18:14.994 INFO O| Sep 17 22:18:14.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73142025-09-17T22:18:16.028Z[ recovery-image] Sep 17 22:18:14.994 INFO O| Sep 17 22:18:14.994 INFO STEP 831 (remove_files) COMPLETE
73152025-09-17T22:18:16.031Z[ recovery-image] Sep 17 22:18:14.994 INFO O| Sep 17 22:18:14.994 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-09-17T22:18:16.039Z[ recovery-image] Sep 17 22:18:15.007 INFO O| Sep 17 22:18:15.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73172025-09-17T22:18:16.039Z[ recovery-image] Sep 17 22:18:15.007 INFO O| Sep 17 22:18:15.007 INFO STEP 832 (remove_files) COMPLETE
73182025-09-17T22:18:16.042Z[ recovery-image] Sep 17 22:18:15.007 INFO O| Sep 17 22:18:15.007 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-09-17T22:18:16.081Z[ recovery-image] Sep 17 22:18:15.019 INFO O| Sep 17 22:18:15.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73202025-09-17T22:18:16.082Z[ recovery-image] Sep 17 22:18:15.019 INFO O| Sep 17 22:18:15.019 INFO STEP 833 (remove_files) COMPLETE
73212025-09-17T22:18:16.082Z[ recovery-image] Sep 17 22:18:15.019 INFO O| Sep 17 22:18:15.019 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-09-17T22:18:16.086Z[ recovery-image] Sep 17 22:18:15.032 INFO O| Sep 17 22:18:15.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73232025-09-17T22:18:16.086Z[ recovery-image] Sep 17 22:18:15.032 INFO O| Sep 17 22:18:15.032 INFO STEP 834 (remove_files) COMPLETE
73242025-09-17T22:18:16.086Z[ recovery-image] Sep 17 22:18:15.032 INFO O| Sep 17 22:18:15.032 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-09-17T22:18:16.086Z[ recovery-image] Sep 17 22:18:15.046 INFO O| Sep 17 22:18:15.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73262025-09-17T22:18:16.086Z[ recovery-image] Sep 17 22:18:15.047 INFO O| Sep 17 22:18:15.047 INFO STEP 835 (remove_files) COMPLETE
73272025-09-17T22:18:16.086Z[ recovery-image] Sep 17 22:18:15.047 INFO O| Sep 17 22:18:15.047 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-09-17T22:18:16.093Z[ recovery-image] Sep 17 22:18:15.061 INFO O| Sep 17 22:18:15.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73292025-09-17T22:18:16.093Z[ recovery-image] Sep 17 22:18:15.061 INFO O| Sep 17 22:18:15.061 INFO STEP 836 (remove_files) COMPLETE
73302025-09-17T22:18:16.093Z[ recovery-image] Sep 17 22:18:15.061 INFO O| Sep 17 22:18:15.061 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-09-17T22:18:16.108Z[ recovery-image] Sep 17 22:18:15.074 INFO O| Sep 17 22:18:15.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73322025-09-17T22:18:16.108Z[ recovery-image] Sep 17 22:18:15.074 INFO O| Sep 17 22:18:15.074 INFO STEP 837 (remove_files) COMPLETE
73332025-09-17T22:18:16.108Z[ recovery-image] Sep 17 22:18:15.074 INFO O| Sep 17 22:18:15.074 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-09-17T22:18:16.120Z[ recovery-image] Sep 17 22:18:15.088 INFO O| Sep 17 22:18:15.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73352025-09-17T22:18:16.120Z[ recovery-image] Sep 17 22:18:15.088 INFO O| Sep 17 22:18:15.088 INFO STEP 838 (remove_files) COMPLETE
73362025-09-17T22:18:16.124Z[ recovery-image] Sep 17 22:18:15.088 INFO O| Sep 17 22:18:15.088 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-09-17T22:18:16.135Z[ recovery-image] Sep 17 22:18:15.103 INFO O| Sep 17 22:18:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73382025-09-17T22:18:16.135Z[ recovery-image] Sep 17 22:18:15.103 INFO O| Sep 17 22:18:15.103 INFO STEP 839 (remove_files) COMPLETE
73392025-09-17T22:18:16.138Z[ recovery-image] Sep 17 22:18:15.103 INFO O| Sep 17 22:18:15.103 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-09-17T22:18:16.148Z[ recovery-image] Sep 17 22:18:15.116 INFO O| Sep 17 22:18:15.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73412025-09-17T22:18:16.148Z[ recovery-image] Sep 17 22:18:15.116 INFO O| Sep 17 22:18:15.116 INFO STEP 840 (remove_files) COMPLETE
73422025-09-17T22:18:16.148Z[ recovery-image] Sep 17 22:18:15.116 INFO O| Sep 17 22:18:15.116 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-09-17T22:18:16.160Z[ recovery-image] Sep 17 22:18:15.128 INFO O| Sep 17 22:18:15.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73442025-09-17T22:18:16.160Z[ recovery-image] Sep 17 22:18:15.128 INFO O| Sep 17 22:18:15.128 INFO STEP 841 (remove_files) COMPLETE
73452025-09-17T22:18:16.164Z[ recovery-image] Sep 17 22:18:15.128 INFO O| Sep 17 22:18:15.128 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-09-17T22:18:16.173Z[ recovery-image] Sep 17 22:18:15.141 INFO O| Sep 17 22:18:15.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73472025-09-17T22:18:16.173Z[ recovery-image] Sep 17 22:18:15.141 INFO O| Sep 17 22:18:15.141 INFO STEP 842 (remove_files) COMPLETE
73482025-09-17T22:18:16.178Z[ recovery-image] Sep 17 22:18:15.141 INFO O| Sep 17 22:18:15.141 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-09-17T22:18:16.188Z[ recovery-image] Sep 17 22:18:15.155 INFO O| Sep 17 22:18:15.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73502025-09-17T22:18:16.188Z[ recovery-image] Sep 17 22:18:15.156 INFO O| Sep 17 22:18:15.155 INFO STEP 843 (remove_files) COMPLETE
73512025-09-17T22:18:16.191Z[ recovery-image] Sep 17 22:18:15.156 INFO O| Sep 17 22:18:15.155 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-09-17T22:18:16.200Z[ recovery-image] Sep 17 22:18:15.168 INFO O| Sep 17 22:18:15.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73532025-09-17T22:18:16.200Z[ recovery-image] Sep 17 22:18:15.168 INFO O| Sep 17 22:18:15.168 INFO STEP 844 (remove_files) COMPLETE
73542025-09-17T22:18:16.204Z[ recovery-image] Sep 17 22:18:15.168 INFO O| Sep 17 22:18:15.168 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-09-17T22:18:16.213Z[ recovery-image] Sep 17 22:18:15.181 INFO O| Sep 17 22:18:15.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73562025-09-17T22:18:16.213Z[ recovery-image] Sep 17 22:18:15.181 INFO O| Sep 17 22:18:15.181 INFO STEP 845 (remove_files) COMPLETE
73572025-09-17T22:18:16.217Z[ recovery-image] Sep 17 22:18:15.181 INFO O| Sep 17 22:18:15.181 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-09-17T22:18:16.226Z[ recovery-image] Sep 17 22:18:15.194 INFO O| Sep 17 22:18:15.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73592025-09-17T22:18:16.227Z[ recovery-image] Sep 17 22:18:15.194 INFO O| Sep 17 22:18:15.194 INFO STEP 846 (remove_files) COMPLETE
73602025-09-17T22:18:16.230Z[ recovery-image] Sep 17 22:18:15.194 INFO O| Sep 17 22:18:15.194 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-09-17T22:18:16.239Z[ recovery-image] Sep 17 22:18:15.207 INFO O| Sep 17 22:18:15.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73622025-09-17T22:18:16.240Z[ recovery-image] Sep 17 22:18:15.207 INFO O| Sep 17 22:18:15.207 INFO STEP 847 (remove_files) COMPLETE
73632025-09-17T22:18:16.240Z[ recovery-image] Sep 17 22:18:15.207 INFO O| Sep 17 22:18:15.207 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-09-17T22:18:16.254Z[ recovery-image] Sep 17 22:18:15.221 INFO O| Sep 17 22:18:15.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73652025-09-17T22:18:16.254Z[ recovery-image] Sep 17 22:18:15.222 INFO O| Sep 17 22:18:15.221 INFO STEP 848 (remove_files) COMPLETE
73662025-09-17T22:18:16.254Z[ recovery-image] Sep 17 22:18:15.222 INFO O| Sep 17 22:18:15.221 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-09-17T22:18:16.267Z[ recovery-image] Sep 17 22:18:15.235 INFO O| Sep 17 22:18:15.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73682025-09-17T22:18:16.271Z[ recovery-image] Sep 17 22:18:15.235 INFO O| Sep 17 22:18:15.235 INFO STEP 849 (remove_files) COMPLETE
73692025-09-17T22:18:16.271Z[ recovery-image] Sep 17 22:18:15.235 INFO O| Sep 17 22:18:15.235 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-09-17T22:18:16.281Z[ recovery-image] Sep 17 22:18:15.248 INFO O| Sep 17 22:18:15.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73712025-09-17T22:18:16.281Z[ recovery-image] Sep 17 22:18:15.249 INFO O| Sep 17 22:18:15.249 INFO STEP 850 (remove_files) COMPLETE
73722025-09-17T22:18:16.281Z[ recovery-image] Sep 17 22:18:15.249 INFO O| Sep 17 22:18:15.249 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-09-17T22:18:16.292Z[ recovery-image] Sep 17 22:18:15.260 INFO O| Sep 17 22:18:15.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73742025-09-17T22:18:16.296Z[ recovery-image] Sep 17 22:18:15.260 INFO O| Sep 17 22:18:15.260 INFO STEP 851 (remove_files) COMPLETE
73752025-09-17T22:18:16.296Z[ recovery-image] Sep 17 22:18:15.260 INFO O| Sep 17 22:18:15.260 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-09-17T22:18:16.305Z[ recovery-image] Sep 17 22:18:15.273 INFO O| Sep 17 22:18:15.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73772025-09-17T22:18:16.305Z[ recovery-image] Sep 17 22:18:15.273 INFO O| Sep 17 22:18:15.273 INFO STEP 852 (remove_files) COMPLETE
73782025-09-17T22:18:16.305Z[ recovery-image] Sep 17 22:18:15.273 INFO O| Sep 17 22:18:15.273 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-09-17T22:18:16.320Z[ recovery-image] Sep 17 22:18:15.287 INFO O| Sep 17 22:18:15.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73802025-09-17T22:18:16.320Z[ recovery-image] Sep 17 22:18:15.287 INFO O| Sep 17 22:18:15.287 INFO STEP 853 (remove_files) COMPLETE
73812025-09-17T22:18:16.320Z[ recovery-image] Sep 17 22:18:15.288 INFO O| Sep 17 22:18:15.287 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-09-17T22:18:16.331Z[ recovery-image] Sep 17 22:18:15.299 INFO O| Sep 17 22:18:15.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73832025-09-17T22:18:16.331Z[ recovery-image] Sep 17 22:18:15.299 INFO O| Sep 17 22:18:15.299 INFO STEP 854 (remove_files) COMPLETE
73842025-09-17T22:18:16.334Z[ recovery-image] Sep 17 22:18:15.299 INFO O| Sep 17 22:18:15.299 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-09-17T22:18:16.342Z[ recovery-image] Sep 17 22:18:15.310 INFO O| Sep 17 22:18:15.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73862025-09-17T22:18:16.342Z[ recovery-image] Sep 17 22:18:15.310 INFO O| Sep 17 22:18:15.310 INFO STEP 855 (remove_files) COMPLETE
73872025-09-17T22:18:16.342Z[ recovery-image] Sep 17 22:18:15.310 INFO O| Sep 17 22:18:15.310 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-09-17T22:18:16.355Z[ recovery-image] Sep 17 22:18:15.322 INFO O| Sep 17 22:18:15.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73892025-09-17T22:18:16.355Z[ recovery-image] Sep 17 22:18:15.322 INFO O| Sep 17 22:18:15.322 INFO STEP 856 (remove_files) COMPLETE
73902025-09-17T22:18:16.355Z[ recovery-image] Sep 17 22:18:15.322 INFO O| Sep 17 22:18:15.322 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-09-17T22:18:16.366Z[ recovery-image] Sep 17 22:18:15.334 INFO O| Sep 17 22:18:15.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73922025-09-17T22:18:16.366Z[ recovery-image] Sep 17 22:18:15.334 INFO O| Sep 17 22:18:15.334 INFO STEP 857 (remove_files) COMPLETE
73932025-09-17T22:18:16.366Z[ recovery-image] Sep 17 22:18:15.334 INFO O| Sep 17 22:18:15.334 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-09-17T22:18:16.377Z[ recovery-image] Sep 17 22:18:15.345 INFO O| Sep 17 22:18:15.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73952025-09-17T22:18:16.377Z[ recovery-image] Sep 17 22:18:15.345 INFO O| Sep 17 22:18:15.345 INFO STEP 858 (remove_files) COMPLETE
73962025-09-17T22:18:16.377Z[ recovery-image] Sep 17 22:18:15.345 INFO O| Sep 17 22:18:15.345 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-09-17T22:18:16.392Z[ recovery-image] Sep 17 22:18:15.359 INFO O| Sep 17 22:18:15.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73982025-09-17T22:18:16.392Z[ recovery-image] Sep 17 22:18:15.360 INFO O| Sep 17 22:18:15.360 INFO STEP 859 (remove_files) COMPLETE
73992025-09-17T22:18:16.392Z[ recovery-image] Sep 17 22:18:15.360 INFO O| Sep 17 22:18:15.360 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-09-17T22:18:16.405Z[ recovery-image] Sep 17 22:18:15.373 INFO O| Sep 17 22:18:15.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74012025-09-17T22:18:16.405Z[ recovery-image] Sep 17 22:18:15.373 INFO O| Sep 17 22:18:15.373 INFO STEP 860 (remove_files) COMPLETE
74022025-09-17T22:18:16.405Z[ recovery-image] Sep 17 22:18:15.373 INFO O| Sep 17 22:18:15.373 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-09-17T22:18:16.419Z[ recovery-image] Sep 17 22:18:15.387 INFO O| Sep 17 22:18:15.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74042025-09-17T22:18:16.419Z[ recovery-image] Sep 17 22:18:15.387 INFO O| Sep 17 22:18:15.387 INFO STEP 861 (remove_files) COMPLETE
74052025-09-17T22:18:16.419Z[ recovery-image] Sep 17 22:18:15.387 INFO O| Sep 17 22:18:15.387 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-09-17T22:18:16.433Z[ recovery-image] Sep 17 22:18:15.401 INFO O| Sep 17 22:18:15.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74072025-09-17T22:18:16.433Z[ recovery-image] Sep 17 22:18:15.401 INFO O| Sep 17 22:18:15.401 INFO STEP 862 (remove_files) COMPLETE
74082025-09-17T22:18:16.433Z[ recovery-image] Sep 17 22:18:15.401 INFO O| Sep 17 22:18:15.401 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-09-17T22:18:16.446Z[ recovery-image] Sep 17 22:18:15.414 INFO O| Sep 17 22:18:15.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74102025-09-17T22:18:16.446Z[ recovery-image] Sep 17 22:18:15.414 INFO O| Sep 17 22:18:15.414 INFO STEP 863 (remove_files) COMPLETE
74112025-09-17T22:18:16.446Z[ recovery-image] Sep 17 22:18:15.414 INFO O| Sep 17 22:18:15.414 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-09-17T22:18:16.458Z[ recovery-image] Sep 17 22:18:15.426 INFO O| Sep 17 22:18:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74132025-09-17T22:18:16.458Z[ recovery-image] Sep 17 22:18:15.426 INFO O| Sep 17 22:18:15.426 INFO STEP 864 (remove_files) COMPLETE
74142025-09-17T22:18:16.458Z[ recovery-image] Sep 17 22:18:15.426 INFO O| Sep 17 22:18:15.426 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-09-17T22:18:16.471Z[ recovery-image] Sep 17 22:18:15.438 INFO O| Sep 17 22:18:15.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74162025-09-17T22:18:16.474Z[ recovery-image] Sep 17 22:18:15.439 INFO O| Sep 17 22:18:15.439 INFO STEP 865 (remove_files) COMPLETE
74172025-09-17T22:18:16.474Z[ recovery-image] Sep 17 22:18:15.439 INFO O| Sep 17 22:18:15.439 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-09-17T22:18:16.485Z[ recovery-image] Sep 17 22:18:15.453 INFO O| Sep 17 22:18:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74192025-09-17T22:18:16.485Z[ recovery-image] Sep 17 22:18:15.453 INFO O| Sep 17 22:18:15.453 INFO STEP 866 (remove_files) COMPLETE
74202025-09-17T22:18:16.488Z[ recovery-image] Sep 17 22:18:15.453 INFO O| Sep 17 22:18:15.453 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-09-17T22:18:16.500Z[ recovery-image] Sep 17 22:18:15.467 INFO O| Sep 17 22:18:15.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74222025-09-17T22:18:16.500Z[ recovery-image] Sep 17 22:18:15.467 INFO O| Sep 17 22:18:15.467 INFO STEP 867 (remove_files) COMPLETE
74232025-09-17T22:18:16.500Z[ recovery-image] Sep 17 22:18:15.467 INFO O| Sep 17 22:18:15.467 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-09-17T22:18:16.514Z[ recovery-image] Sep 17 22:18:15.481 INFO O| Sep 17 22:18:15.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74252025-09-17T22:18:16.514Z[ recovery-image] Sep 17 22:18:15.481 INFO O| Sep 17 22:18:15.481 INFO STEP 868 (remove_files) COMPLETE
74262025-09-17T22:18:16.514Z[ recovery-image] Sep 17 22:18:15.481 INFO O| Sep 17 22:18:15.481 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-09-17T22:18:16.527Z[ recovery-image] Sep 17 22:18:15.494 INFO O| Sep 17 22:18:15.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74282025-09-17T22:18:16.527Z[ recovery-image] Sep 17 22:18:15.494 INFO O| Sep 17 22:18:15.494 INFO STEP 869 (remove_files) COMPLETE
74292025-09-17T22:18:16.527Z[ recovery-image] Sep 17 22:18:15.494 INFO O| Sep 17 22:18:15.494 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-09-17T22:18:16.540Z[ recovery-image] Sep 17 22:18:15.508 INFO O| Sep 17 22:18:15.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74312025-09-17T22:18:16.540Z[ recovery-image] Sep 17 22:18:15.508 INFO O| Sep 17 22:18:15.508 INFO STEP 870 (remove_files) COMPLETE
74322025-09-17T22:18:16.540Z[ recovery-image] Sep 17 22:18:15.508 INFO O| Sep 17 22:18:15.508 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-09-17T22:18:16.558Z[ recovery-image] Sep 17 22:18:15.522 INFO O| Sep 17 22:18:15.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74342025-09-17T22:18:16.558Z[ recovery-image] Sep 17 22:18:15.523 INFO O| Sep 17 22:18:15.522 INFO STEP 871 (remove_files) COMPLETE
74352025-09-17T22:18:16.558Z[ recovery-image] Sep 17 22:18:15.523 INFO O| Sep 17 22:18:15.523 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-09-17T22:18:16.568Z[ recovery-image] Sep 17 22:18:15.536 INFO O| Sep 17 22:18:15.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74372025-09-17T22:18:16.568Z[ recovery-image] Sep 17 22:18:15.536 INFO O| Sep 17 22:18:15.536 INFO STEP 872 (remove_files) COMPLETE
74382025-09-17T22:18:16.568Z[ recovery-image] Sep 17 22:18:15.536 INFO O| Sep 17 22:18:15.536 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-09-17T22:18:16.582Z[ recovery-image] Sep 17 22:18:15.549 INFO O| Sep 17 22:18:15.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74402025-09-17T22:18:16.582Z[ recovery-image] Sep 17 22:18:15.550 INFO O| Sep 17 22:18:15.549 INFO STEP 873 (remove_files) COMPLETE
74412025-09-17T22:18:16.585Z[ recovery-image] Sep 17 22:18:15.550 INFO O| Sep 17 22:18:15.550 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-09-17T22:18:16.595Z[ recovery-image] Sep 17 22:18:15.563 INFO O| Sep 17 22:18:15.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74432025-09-17T22:18:16.595Z[ recovery-image] Sep 17 22:18:15.563 INFO O| Sep 17 22:18:15.563 INFO STEP 874 (remove_files) COMPLETE
74442025-09-17T22:18:16.595Z[ recovery-image] Sep 17 22:18:15.563 INFO O| Sep 17 22:18:15.563 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-09-17T22:18:16.609Z[ recovery-image] Sep 17 22:18:15.577 INFO O| Sep 17 22:18:15.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74462025-09-17T22:18:16.609Z[ recovery-image] Sep 17 22:18:15.577 INFO O| Sep 17 22:18:15.577 INFO STEP 875 (remove_files) COMPLETE
74472025-09-17T22:18:16.609Z[ recovery-image] Sep 17 22:18:15.577 INFO O| Sep 17 22:18:15.577 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-09-17T22:18:16.627Z[ recovery-image] Sep 17 22:18:15.594 INFO O| Sep 17 22:18:15.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74492025-09-17T22:18:16.627Z[ recovery-image] Sep 17 22:18:15.594 INFO O| Sep 17 22:18:15.594 INFO STEP 876 (remove_files) COMPLETE
74502025-09-17T22:18:16.627Z[ recovery-image] Sep 17 22:18:15.594 INFO O| Sep 17 22:18:15.594 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-09-17T22:18:16.642Z[ recovery-image] Sep 17 22:18:15.610 INFO O| Sep 17 22:18:15.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74522025-09-17T22:18:16.642Z[ recovery-image] Sep 17 22:18:15.610 INFO O| Sep 17 22:18:15.610 INFO STEP 877 (remove_files) COMPLETE
74532025-09-17T22:18:16.642Z[ recovery-image] Sep 17 22:18:15.610 INFO O| Sep 17 22:18:15.610 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-09-17T22:18:16.658Z[ recovery-image] Sep 17 22:18:15.626 INFO O| Sep 17 22:18:15.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74552025-09-17T22:18:16.658Z[ recovery-image] Sep 17 22:18:15.626 INFO O| Sep 17 22:18:15.626 INFO STEP 878 (remove_files) COMPLETE
74562025-09-17T22:18:16.658Z[ recovery-image] Sep 17 22:18:15.626 INFO O| Sep 17 22:18:15.626 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-09-17T22:18:16.673Z[ recovery-image] Sep 17 22:18:15.640 INFO O| Sep 17 22:18:15.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74582025-09-17T22:18:16.673Z[ recovery-image] Sep 17 22:18:15.640 INFO O| Sep 17 22:18:15.640 INFO STEP 879 (remove_files) COMPLETE
74592025-09-17T22:18:16.673Z[ recovery-image] Sep 17 22:18:15.640 INFO O| Sep 17 22:18:15.640 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-09-17T22:18:16.699Z[ recovery-image] Sep 17 22:18:15.654 INFO O| Sep 17 22:18:15.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74612025-09-17T22:18:16.699Z[ recovery-image] Sep 17 22:18:15.654 INFO O| Sep 17 22:18:15.654 INFO STEP 880 (remove_files) COMPLETE
74622025-09-17T22:18:16.699Z[ recovery-image] Sep 17 22:18:15.654 INFO O| Sep 17 22:18:15.654 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-09-17T22:18:16.702Z[ recovery-image] Sep 17 22:18:15.668 INFO O| Sep 17 22:18:15.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74642025-09-17T22:18:16.702Z[ recovery-image] Sep 17 22:18:15.668 INFO O| Sep 17 22:18:15.668 INFO STEP 881 (remove_files) COMPLETE
74652025-09-17T22:18:16.702Z[ recovery-image] Sep 17 22:18:15.668 INFO O| Sep 17 22:18:15.668 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-09-17T22:18:16.714Z[ recovery-image] Sep 17 22:18:15.682 INFO O| Sep 17 22:18:15.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74672025-09-17T22:18:16.718Z[ recovery-image] Sep 17 22:18:15.682 INFO O| Sep 17 22:18:15.682 INFO STEP 882 (remove_files) COMPLETE
74682025-09-17T22:18:16.718Z[ recovery-image] Sep 17 22:18:15.682 INFO O| Sep 17 22:18:15.682 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-09-17T22:18:16.729Z[ recovery-image] Sep 17 22:18:15.697 INFO O| Sep 17 22:18:15.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74702025-09-17T22:18:16.729Z[ recovery-image] Sep 17 22:18:15.697 INFO O| Sep 17 22:18:15.697 INFO STEP 883 (remove_files) COMPLETE
74712025-09-17T22:18:16.729Z[ recovery-image] Sep 17 22:18:15.697 INFO O| Sep 17 22:18:15.697 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-09-17T22:18:16.743Z[ recovery-image] Sep 17 22:18:15.711 INFO O| Sep 17 22:18:15.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74732025-09-17T22:18:16.744Z[ recovery-image] Sep 17 22:18:15.711 INFO O| Sep 17 22:18:15.711 INFO STEP 884 (remove_files) COMPLETE
74742025-09-17T22:18:16.744Z[ recovery-image] Sep 17 22:18:15.711 INFO O| Sep 17 22:18:15.711 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-09-17T22:18:16.758Z[ recovery-image] Sep 17 22:18:15.726 INFO O| Sep 17 22:18:15.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74762025-09-17T22:18:16.758Z[ recovery-image] Sep 17 22:18:15.726 INFO O| Sep 17 22:18:15.726 INFO STEP 885 (remove_files) COMPLETE
74772025-09-17T22:18:16.761Z[ recovery-image] Sep 17 22:18:15.726 INFO O| Sep 17 22:18:15.726 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-09-17T22:18:16.775Z[ recovery-image] Sep 17 22:18:15.741 INFO O| Sep 17 22:18:15.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74792025-09-17T22:18:16.775Z[ recovery-image] Sep 17 22:18:15.742 INFO O| Sep 17 22:18:15.741 INFO STEP 886 (remove_files) COMPLETE
74802025-09-17T22:18:16.775Z[ recovery-image] Sep 17 22:18:15.742 INFO O| Sep 17 22:18:15.742 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-09-17T22:18:16.789Z[ recovery-image] Sep 17 22:18:15.757 INFO O| Sep 17 22:18:15.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74822025-09-17T22:18:16.789Z[ recovery-image] Sep 17 22:18:15.757 INFO O| Sep 17 22:18:15.757 INFO STEP 887 (remove_files) COMPLETE
74832025-09-17T22:18:16.789Z[ recovery-image] Sep 17 22:18:15.757 INFO O| Sep 17 22:18:15.757 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-09-17T22:18:16.806Z[ recovery-image] Sep 17 22:18:15.773 INFO O| Sep 17 22:18:15.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74852025-09-17T22:18:16.806Z[ recovery-image] Sep 17 22:18:15.773 INFO O| Sep 17 22:18:15.773 INFO STEP 888 (remove_files) COMPLETE
74862025-09-17T22:18:16.806Z[ recovery-image] Sep 17 22:18:15.773 INFO O| Sep 17 22:18:15.773 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-09-17T22:18:16.820Z[ recovery-image] Sep 17 22:18:15.787 INFO O| Sep 17 22:18:15.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74882025-09-17T22:18:16.820Z[ recovery-image] Sep 17 22:18:15.787 INFO O| Sep 17 22:18:15.787 INFO STEP 889 (remove_files) COMPLETE
74892025-09-17T22:18:16.820Z[ recovery-image] Sep 17 22:18:15.787 INFO O| Sep 17 22:18:15.787 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-09-17T22:18:16.835Z[ recovery-image] Sep 17 22:18:15.802 INFO O| Sep 17 22:18:15.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74912025-09-17T22:18:16.835Z[ recovery-image] Sep 17 22:18:15.802 INFO O| Sep 17 22:18:15.802 INFO STEP 890 (remove_files) COMPLETE
74922025-09-17T22:18:16.839Z[ recovery-image] Sep 17 22:18:15.802 INFO O| Sep 17 22:18:15.802 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-09-17T22:18:16.849Z[ recovery-image] Sep 17 22:18:15.817 INFO O| Sep 17 22:18:15.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74942025-09-17T22:18:16.853Z[ recovery-image] Sep 17 22:18:15.817 INFO O| Sep 17 22:18:15.817 INFO STEP 891 (remove_files) COMPLETE
74952025-09-17T22:18:16.853Z[ recovery-image] Sep 17 22:18:15.817 INFO O| Sep 17 22:18:15.817 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-09-17T22:18:16.864Z[ recovery-image] Sep 17 22:18:15.832 INFO O| Sep 17 22:18:15.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74972025-09-17T22:18:16.864Z[ recovery-image] Sep 17 22:18:15.832 INFO O| Sep 17 22:18:15.832 INFO STEP 892 (remove_files) COMPLETE
74982025-09-17T22:18:16.868Z[ recovery-image] Sep 17 22:18:15.832 INFO O| Sep 17 22:18:15.832 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-09-17T22:18:16.879Z[ recovery-image] Sep 17 22:18:15.846 INFO O| Sep 17 22:18:15.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75002025-09-17T22:18:16.879Z[ recovery-image] Sep 17 22:18:15.847 INFO O| Sep 17 22:18:15.847 INFO STEP 893 (remove_files) COMPLETE
75012025-09-17T22:18:16.882Z[ recovery-image] Sep 17 22:18:15.847 INFO O| Sep 17 22:18:15.847 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-09-17T22:18:16.893Z[ recovery-image] Sep 17 22:18:15.861 INFO O| Sep 17 22:18:15.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75032025-09-17T22:18:16.894Z[ recovery-image] Sep 17 22:18:15.861 INFO O| Sep 17 22:18:15.861 INFO STEP 894 (remove_files) COMPLETE
75042025-09-17T22:18:16.897Z[ recovery-image] Sep 17 22:18:15.861 INFO O| Sep 17 22:18:15.861 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-09-17T22:18:16.908Z[ recovery-image] Sep 17 22:18:15.875 INFO O| Sep 17 22:18:15.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75062025-09-17T22:18:16.908Z[ recovery-image] Sep 17 22:18:15.876 INFO O| Sep 17 22:18:15.875 INFO STEP 895 (remove_files) COMPLETE
75072025-09-17T22:18:16.908Z[ recovery-image] Sep 17 22:18:15.876 INFO O| Sep 17 22:18:15.876 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-09-17T22:18:16.922Z[ recovery-image] Sep 17 22:18:15.889 INFO O| Sep 17 22:18:15.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75092025-09-17T22:18:16.922Z[ recovery-image] Sep 17 22:18:15.890 INFO O| Sep 17 22:18:15.890 INFO STEP 896 (remove_files) COMPLETE
75102025-09-17T22:18:16.922Z[ recovery-image] Sep 17 22:18:15.890 INFO O| Sep 17 22:18:15.890 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-09-17T22:18:16.935Z[ recovery-image] Sep 17 22:18:15.903 INFO O| Sep 17 22:18:15.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75122025-09-17T22:18:16.935Z[ recovery-image] Sep 17 22:18:15.903 INFO O| Sep 17 22:18:15.903 INFO STEP 897 (remove_files) COMPLETE
75132025-09-17T22:18:16.940Z[ recovery-image] Sep 17 22:18:15.903 INFO O| Sep 17 22:18:15.903 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-09-17T22:18:16.950Z[ recovery-image] Sep 17 22:18:15.917 INFO O| Sep 17 22:18:15.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75152025-09-17T22:18:16.950Z[ recovery-image] Sep 17 22:18:15.917 INFO O| Sep 17 22:18:15.917 INFO STEP 898 (remove_files) COMPLETE
75162025-09-17T22:18:16.950Z[ recovery-image] Sep 17 22:18:15.917 INFO O| Sep 17 22:18:15.917 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-09-17T22:18:16.963Z[ recovery-image] Sep 17 22:18:15.931 INFO O| Sep 17 22:18:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75182025-09-17T22:18:16.963Z[ recovery-image] Sep 17 22:18:15.931 INFO O| Sep 17 22:18:15.931 INFO STEP 899 (remove_files) COMPLETE
75192025-09-17T22:18:16.963Z[ recovery-image] Sep 17 22:18:15.931 INFO O| Sep 17 22:18:15.931 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-09-17T22:18:16.976Z[ recovery-image] Sep 17 22:18:15.944 INFO O| Sep 17 22:18:15.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75212025-09-17T22:18:16.976Z[ recovery-image] Sep 17 22:18:15.944 INFO O| Sep 17 22:18:15.944 INFO STEP 900 (remove_files) COMPLETE
75222025-09-17T22:18:16.976Z[ recovery-image] Sep 17 22:18:15.944 INFO O| Sep 17 22:18:15.944 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-09-17T22:18:16.989Z[ recovery-image] Sep 17 22:18:15.957 INFO O| Sep 17 22:18:15.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75242025-09-17T22:18:16.989Z[ recovery-image] Sep 17 22:18:15.957 INFO O| Sep 17 22:18:15.957 INFO STEP 901 (remove_files) COMPLETE
75252025-09-17T22:18:16.993Z[ recovery-image] Sep 17 22:18:15.957 INFO O| Sep 17 22:18:15.957 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-09-17T22:18:17.003Z[ recovery-image] Sep 17 22:18:15.971 INFO O| Sep 17 22:18:15.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75272025-09-17T22:18:17.003Z[ recovery-image] Sep 17 22:18:15.971 INFO O| Sep 17 22:18:15.971 INFO STEP 902 (remove_files) COMPLETE
75282025-09-17T22:18:17.003Z[ recovery-image] Sep 17 22:18:15.971 INFO O| Sep 17 22:18:15.971 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-09-17T22:18:17.017Z[ recovery-image] Sep 17 22:18:15.985 INFO O| Sep 17 22:18:15.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75302025-09-17T22:18:17.017Z[ recovery-image] Sep 17 22:18:15.985 INFO O| Sep 17 22:18:15.985 INFO STEP 903 (remove_files) COMPLETE
75312025-09-17T22:18:17.017Z[ recovery-image] Sep 17 22:18:15.985 INFO O| Sep 17 22:18:15.985 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-09-17T22:18:17.031Z[ recovery-image] Sep 17 22:18:15.998 INFO O| Sep 17 22:18:15.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75332025-09-17T22:18:17.031Z[ recovery-image] Sep 17 22:18:15.999 INFO O| Sep 17 22:18:15.999 INFO STEP 904 (remove_files) COMPLETE
75342025-09-17T22:18:17.031Z[ recovery-image] Sep 17 22:18:15.999 INFO O| Sep 17 22:18:15.999 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-09-17T22:18:17.046Z[ recovery-image] Sep 17 22:18:16.014 INFO O| Sep 17 22:18:16.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75362025-09-17T22:18:17.049Z[ recovery-image] Sep 17 22:18:16.014 INFO O| Sep 17 22:18:16.014 INFO STEP 905 (remove_files) COMPLETE
75372025-09-17T22:18:17.049Z[ recovery-image] Sep 17 22:18:16.014 INFO O| Sep 17 22:18:16.014 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-09-17T22:18:17.060Z[ recovery-image] Sep 17 22:18:16.028 INFO O| Sep 17 22:18:16.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75392025-09-17T22:18:17.060Z[ recovery-image] Sep 17 22:18:16.028 INFO O| Sep 17 22:18:16.028 INFO STEP 906 (remove_files) COMPLETE
75402025-09-17T22:18:17.060Z[ recovery-image] Sep 17 22:18:16.028 INFO O| Sep 17 22:18:16.028 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-09-17T22:18:17.074Z[ recovery-image] Sep 17 22:18:16.042 INFO O| Sep 17 22:18:16.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75422025-09-17T22:18:17.074Z[ recovery-image] Sep 17 22:18:16.042 INFO O| Sep 17 22:18:16.042 INFO STEP 907 (remove_files) COMPLETE
75432025-09-17T22:18:17.077Z[ recovery-image] Sep 17 22:18:16.042 INFO O| Sep 17 22:18:16.042 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-09-17T22:18:17.088Z[ recovery-image] Sep 17 22:18:16.056 INFO O| Sep 17 22:18:16.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75452025-09-17T22:18:17.088Z[ recovery-image] Sep 17 22:18:16.056 INFO O| Sep 17 22:18:16.056 INFO STEP 908 (remove_files) COMPLETE
75462025-09-17T22:18:17.091Z[ recovery-image] Sep 17 22:18:16.056 INFO O| Sep 17 22:18:16.056 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-09-17T22:18:17.102Z[ recovery-image] Sep 17 22:18:16.070 INFO O| Sep 17 22:18:16.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75482025-09-17T22:18:17.102Z[ recovery-image] Sep 17 22:18:16.070 INFO O| Sep 17 22:18:16.070 INFO STEP 909 (remove_files) COMPLETE
75492025-09-17T22:18:17.102Z[ recovery-image] Sep 17 22:18:16.070 INFO O| Sep 17 22:18:16.070 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-09-17T22:18:17.116Z[ recovery-image] Sep 17 22:18:16.084 INFO O| Sep 17 22:18:16.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75512025-09-17T22:18:17.116Z[ recovery-image] Sep 17 22:18:16.084 INFO O| Sep 17 22:18:16.084 INFO STEP 910 (remove_files) COMPLETE
75522025-09-17T22:18:17.120Z[ recovery-image] Sep 17 22:18:16.084 INFO O| Sep 17 22:18:16.084 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-09-17T22:18:17.131Z[ recovery-image] Sep 17 22:18:16.098 INFO O| Sep 17 22:18:16.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75542025-09-17T22:18:17.131Z[ recovery-image] Sep 17 22:18:16.098 INFO O| Sep 17 22:18:16.098 INFO STEP 911 (remove_files) COMPLETE
75552025-09-17T22:18:17.134Z[ recovery-image] Sep 17 22:18:16.098 INFO O| Sep 17 22:18:16.098 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-09-17T22:18:17.144Z[ recovery-image] Sep 17 22:18:16.112 INFO O| Sep 17 22:18:16.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75572025-09-17T22:18:17.145Z[ recovery-image] Sep 17 22:18:16.112 INFO O| Sep 17 22:18:16.112 INFO STEP 912 (remove_files) COMPLETE
75582025-09-17T22:18:17.145Z[ recovery-image] Sep 17 22:18:16.112 INFO O| Sep 17 22:18:16.112 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-09-17T22:18:17.157Z[ recovery-image] Sep 17 22:18:16.125 INFO O| Sep 17 22:18:16.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75602025-09-17T22:18:17.157Z[ recovery-image] Sep 17 22:18:16.125 INFO O| Sep 17 22:18:16.125 INFO STEP 913 (remove_files) COMPLETE
75612025-09-17T22:18:17.161Z[ recovery-image] Sep 17 22:18:16.125 INFO O| Sep 17 22:18:16.125 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-09-17T22:18:17.187Z[ recovery-image] Sep 17 22:18:16.155 INFO O| Sep 17 22:18:16.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75632025-09-17T22:18:17.187Z[ recovery-image] Sep 17 22:18:16.155 INFO O| Sep 17 22:18:16.155 INFO STEP 914 (remove_files) COMPLETE
75642025-09-17T22:18:17.190Z[ recovery-image] Sep 17 22:18:16.155 INFO O| Sep 17 22:18:16.155 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-09-17T22:18:17.202Z[ recovery-image] Sep 17 22:18:16.170 INFO O| Sep 17 22:18:16.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75662025-09-17T22:18:17.202Z[ recovery-image] Sep 17 22:18:16.170 INFO O| Sep 17 22:18:16.170 INFO STEP 915 (remove_files) COMPLETE
75672025-09-17T22:18:17.205Z[ recovery-image] Sep 17 22:18:16.170 INFO O| Sep 17 22:18:16.170 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-09-17T22:18:17.218Z[ recovery-image] Sep 17 22:18:16.185 INFO O| Sep 17 22:18:16.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75692025-09-17T22:18:17.218Z[ recovery-image] Sep 17 22:18:16.185 INFO O| Sep 17 22:18:16.185 INFO STEP 916 (remove_files) COMPLETE
75702025-09-17T22:18:17.221Z[ recovery-image] Sep 17 22:18:16.185 INFO O| Sep 17 22:18:16.185 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-09-17T22:18:17.232Z[ recovery-image] Sep 17 22:18:16.200 INFO O| Sep 17 22:18:16.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75722025-09-17T22:18:17.232Z[ recovery-image] Sep 17 22:18:16.200 INFO O| Sep 17 22:18:16.200 INFO STEP 917 (remove_files) COMPLETE
75732025-09-17T22:18:17.232Z[ recovery-image] Sep 17 22:18:16.200 INFO O| Sep 17 22:18:16.200 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-09-17T22:18:17.247Z[ recovery-image] Sep 17 22:18:16.214 INFO O| Sep 17 22:18:16.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75752025-09-17T22:18:17.247Z[ recovery-image] Sep 17 22:18:16.214 INFO O| Sep 17 22:18:16.214 INFO STEP 918 (remove_files) COMPLETE
75762025-09-17T22:18:17.250Z[ recovery-image] Sep 17 22:18:16.214 INFO O| Sep 17 22:18:16.214 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-09-17T22:18:17.261Z[ recovery-image] Sep 17 22:18:16.229 INFO O| Sep 17 22:18:16.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75782025-09-17T22:18:17.261Z[ recovery-image] Sep 17 22:18:16.229 INFO O| Sep 17 22:18:16.229 INFO STEP 919 (remove_files) COMPLETE
75792025-09-17T22:18:17.265Z[ recovery-image] Sep 17 22:18:16.229 INFO O| Sep 17 22:18:16.229 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-09-17T22:18:17.276Z[ recovery-image] Sep 17 22:18:16.244 INFO O| Sep 17 22:18:16.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75812025-09-17T22:18:17.276Z[ recovery-image] Sep 17 22:18:16.244 INFO O| Sep 17 22:18:16.244 INFO STEP 920 (remove_files) COMPLETE
75822025-09-17T22:18:17.276Z[ recovery-image] Sep 17 22:18:16.244 INFO O| Sep 17 22:18:16.244 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-09-17T22:18:17.290Z[ recovery-image] Sep 17 22:18:16.258 INFO O| Sep 17 22:18:16.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75842025-09-17T22:18:17.290Z[ recovery-image] Sep 17 22:18:16.258 INFO O| Sep 17 22:18:16.258 INFO STEP 921 (remove_files) COMPLETE
75852025-09-17T22:18:17.290Z[ recovery-image] Sep 17 22:18:16.258 INFO O| Sep 17 22:18:16.258 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-09-17T22:18:17.307Z[ recovery-image] Sep 17 22:18:16.273 INFO O| Sep 17 22:18:16.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75872025-09-17T22:18:17.307Z[ recovery-image] Sep 17 22:18:16.273 INFO O| Sep 17 22:18:16.273 INFO STEP 922 (remove_files) COMPLETE
75882025-09-17T22:18:17.307Z[ recovery-image] Sep 17 22:18:16.273 INFO O| Sep 17 22:18:16.273 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-09-17T22:18:17.323Z[ recovery-image] Sep 17 22:18:16.289 INFO O| Sep 17 22:18:16.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75902025-09-17T22:18:17.323Z[ recovery-image] Sep 17 22:18:16.289 INFO O| Sep 17 22:18:16.289 INFO STEP 923 (remove_files) COMPLETE
75912025-09-17T22:18:17.326Z[ recovery-image] Sep 17 22:18:16.289 INFO O| Sep 17 22:18:16.289 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-09-17T22:18:17.336Z[ recovery-image] Sep 17 22:18:16.303 INFO O| Sep 17 22:18:16.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75932025-09-17T22:18:17.336Z[ recovery-image] Sep 17 22:18:16.304 INFO O| Sep 17 22:18:16.304 INFO STEP 924 (remove_files) COMPLETE
75942025-09-17T22:18:17.336Z[ recovery-image] Sep 17 22:18:16.304 INFO O| Sep 17 22:18:16.304 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-09-17T22:18:17.351Z[ recovery-image] Sep 17 22:18:16.317 INFO O| Sep 17 22:18:16.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75962025-09-17T22:18:17.351Z[ recovery-image] Sep 17 22:18:16.317 INFO O| Sep 17 22:18:16.317 INFO STEP 925 (remove_files) COMPLETE
75972025-09-17T22:18:17.355Z[ recovery-image] Sep 17 22:18:16.317 INFO O| Sep 17 22:18:16.317 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-09-17T22:18:17.363Z[ recovery-image] Sep 17 22:18:16.331 INFO O| Sep 17 22:18:16.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75992025-09-17T22:18:17.363Z[ recovery-image] Sep 17 22:18:16.331 INFO O| Sep 17 22:18:16.331 INFO STEP 926 (remove_files) COMPLETE
76002025-09-17T22:18:17.363Z[ recovery-image] Sep 17 22:18:16.331 INFO O| Sep 17 22:18:16.331 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-09-17T22:18:17.378Z[ recovery-image] Sep 17 22:18:16.346 INFO O| Sep 17 22:18:16.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76022025-09-17T22:18:17.378Z[ recovery-image] Sep 17 22:18:16.346 INFO O| Sep 17 22:18:16.346 INFO STEP 927 (remove_files) COMPLETE
76032025-09-17T22:18:17.378Z[ recovery-image] Sep 17 22:18:16.346 INFO O| Sep 17 22:18:16.346 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-09-17T22:18:17.394Z[ recovery-image] Sep 17 22:18:16.361 INFO O| Sep 17 22:18:16.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76052025-09-17T22:18:17.394Z[ recovery-image] Sep 17 22:18:16.361 INFO O| Sep 17 22:18:16.361 INFO STEP 928 (remove_files) COMPLETE
76062025-09-17T22:18:17.394Z[ recovery-image] Sep 17 22:18:16.361 INFO O| Sep 17 22:18:16.361 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-09-17T22:18:17.412Z[ recovery-image] Sep 17 22:18:16.377 INFO O| Sep 17 22:18:16.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76082025-09-17T22:18:17.412Z[ recovery-image] Sep 17 22:18:16.377 INFO O| Sep 17 22:18:16.377 INFO STEP 929 (remove_files) COMPLETE
76092025-09-17T22:18:17.416Z[ recovery-image] Sep 17 22:18:16.377 INFO O| Sep 17 22:18:16.377 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-09-17T22:18:17.424Z[ recovery-image] Sep 17 22:18:16.392 INFO O| Sep 17 22:18:16.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76112025-09-17T22:18:17.424Z[ recovery-image] Sep 17 22:18:16.392 INFO O| Sep 17 22:18:16.392 INFO STEP 930 (remove_files) COMPLETE
76122025-09-17T22:18:17.427Z[ recovery-image] Sep 17 22:18:16.392 INFO O| Sep 17 22:18:16.392 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-09-17T22:18:17.439Z[ recovery-image] Sep 17 22:18:16.407 INFO O| Sep 17 22:18:16.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76142025-09-17T22:18:17.443Z[ recovery-image] Sep 17 22:18:16.407 INFO O| Sep 17 22:18:16.407 INFO STEP 931 (remove_files) COMPLETE
76152025-09-17T22:18:17.443Z[ recovery-image] Sep 17 22:18:16.407 INFO O| Sep 17 22:18:16.407 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-09-17T22:18:17.454Z[ recovery-image] Sep 17 22:18:16.421 INFO O| Sep 17 22:18:16.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76172025-09-17T22:18:17.454Z[ recovery-image] Sep 17 22:18:16.421 INFO O| Sep 17 22:18:16.421 INFO STEP 932 (remove_files) COMPLETE
76182025-09-17T22:18:17.454Z[ recovery-image] Sep 17 22:18:16.421 INFO O| Sep 17 22:18:16.421 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-09-17T22:18:17.468Z[ recovery-image] Sep 17 22:18:16.435 INFO O| Sep 17 22:18:16.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76202025-09-17T22:18:17.468Z[ recovery-image] Sep 17 22:18:16.435 INFO O| Sep 17 22:18:16.435 INFO STEP 933 (remove_files) COMPLETE
76212025-09-17T22:18:17.471Z[ recovery-image] Sep 17 22:18:16.435 INFO O| Sep 17 22:18:16.435 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-09-17T22:18:17.481Z[ recovery-image] Sep 17 22:18:16.449 INFO O| Sep 17 22:18:16.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76232025-09-17T22:18:17.484Z[ recovery-image] Sep 17 22:18:16.449 INFO O| Sep 17 22:18:16.449 INFO STEP 934 (remove_files) COMPLETE
76242025-09-17T22:18:17.484Z[ recovery-image] Sep 17 22:18:16.449 INFO O| Sep 17 22:18:16.449 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-09-17T22:18:17.496Z[ recovery-image] Sep 17 22:18:16.463 INFO O| Sep 17 22:18:16.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76262025-09-17T22:18:17.496Z[ recovery-image] Sep 17 22:18:16.463 INFO O| Sep 17 22:18:16.463 INFO STEP 935 (remove_files) COMPLETE
76272025-09-17T22:18:17.496Z[ recovery-image] Sep 17 22:18:16.463 INFO O| Sep 17 22:18:16.463 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-09-17T22:18:17.510Z[ recovery-image] Sep 17 22:18:16.476 INFO O| Sep 17 22:18:16.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76292025-09-17T22:18:17.510Z[ recovery-image] Sep 17 22:18:16.477 INFO O| Sep 17 22:18:16.477 INFO STEP 936 (remove_files) COMPLETE
76302025-09-17T22:18:17.510Z[ recovery-image] Sep 17 22:18:16.477 INFO O| Sep 17 22:18:16.477 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-09-17T22:18:17.525Z[ recovery-image] Sep 17 22:18:16.490 INFO O| Sep 17 22:18:16.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76322025-09-17T22:18:17.525Z[ recovery-image] Sep 17 22:18:16.491 INFO O| Sep 17 22:18:16.491 INFO STEP 937 (remove_files) COMPLETE
76332025-09-17T22:18:17.525Z[ recovery-image] Sep 17 22:18:16.491 INFO O| Sep 17 22:18:16.491 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-09-17T22:18:17.537Z[ recovery-image] Sep 17 22:18:16.505 INFO O| Sep 17 22:18:16.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76352025-09-17T22:18:17.537Z[ recovery-image] Sep 17 22:18:16.505 INFO O| Sep 17 22:18:16.505 INFO STEP 938 (remove_files) COMPLETE
76362025-09-17T22:18:17.537Z[ recovery-image] Sep 17 22:18:16.505 INFO O| Sep 17 22:18:16.505 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-09-17T22:18:17.552Z[ recovery-image] Sep 17 22:18:16.520 INFO O| Sep 17 22:18:16.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76382025-09-17T22:18:17.555Z[ recovery-image] Sep 17 22:18:16.520 INFO O| Sep 17 22:18:16.520 INFO STEP 939 (remove_files) COMPLETE
76392025-09-17T22:18:17.555Z[ recovery-image] Sep 17 22:18:16.520 INFO O| Sep 17 22:18:16.520 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-09-17T22:18:17.566Z[ recovery-image] Sep 17 22:18:16.534 INFO O| Sep 17 22:18:16.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76412025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.534 INFO O| Sep 17 22:18:16.534 INFO STEP 940 (remove_files) COMPLETE
76422025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.534 INFO O| Sep 17 22:18:16.534 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.547 INFO O| Sep 17 22:18:16.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76442025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.547 INFO O| Sep 17 22:18:16.547 INFO STEP 941 (remove_files) COMPLETE
76452025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.547 INFO O| Sep 17 22:18:16.547 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.561 INFO O| Sep 17 22:18:16.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76472025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.561 INFO O| Sep 17 22:18:16.561 INFO STEP 942 (remove_files) COMPLETE
76482025-09-17T22:18:17.606Z[ recovery-image] Sep 17 22:18:16.561 INFO O| Sep 17 22:18:16.561 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-09-17T22:18:17.611Z[ recovery-image] Sep 17 22:18:16.575 INFO O| Sep 17 22:18:16.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76502025-09-17T22:18:17.611Z[ recovery-image] Sep 17 22:18:16.575 INFO O| Sep 17 22:18:16.575 INFO STEP 943 (remove_files) COMPLETE
76512025-09-17T22:18:17.611Z[ recovery-image] Sep 17 22:18:16.575 INFO O| Sep 17 22:18:16.575 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-09-17T22:18:17.622Z[ recovery-image] Sep 17 22:18:16.589 INFO O| Sep 17 22:18:16.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76532025-09-17T22:18:17.622Z[ recovery-image] Sep 17 22:18:16.590 INFO O| Sep 17 22:18:16.589 INFO STEP 944 (remove_files) COMPLETE
76542025-09-17T22:18:17.625Z[ recovery-image] Sep 17 22:18:16.590 INFO O| Sep 17 22:18:16.589 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-09-17T22:18:17.637Z[ recovery-image] Sep 17 22:18:16.602 INFO O| Sep 17 22:18:16.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76562025-09-17T22:18:17.637Z[ recovery-image] Sep 17 22:18:16.603 INFO O| Sep 17 22:18:16.603 INFO STEP 945 (remove_files) COMPLETE
76572025-09-17T22:18:17.642Z[ recovery-image] Sep 17 22:18:16.603 INFO O| Sep 17 22:18:16.603 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-09-17T22:18:17.649Z[ recovery-image] Sep 17 22:18:16.616 INFO O| Sep 17 22:18:16.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76592025-09-17T22:18:17.649Z[ recovery-image] Sep 17 22:18:16.616 INFO O| Sep 17 22:18:16.616 INFO STEP 946 (remove_files) COMPLETE
76602025-09-17T22:18:17.649Z[ recovery-image] Sep 17 22:18:16.616 INFO O| Sep 17 22:18:16.616 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-09-17T22:18:17.663Z[ recovery-image] Sep 17 22:18:16.631 INFO O| Sep 17 22:18:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76622025-09-17T22:18:17.663Z[ recovery-image] Sep 17 22:18:16.631 INFO O| Sep 17 22:18:16.631 INFO STEP 947 (remove_files) COMPLETE
76632025-09-17T22:18:17.664Z[ recovery-image] Sep 17 22:18:16.631 INFO O| Sep 17 22:18:16.631 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-09-17T22:18:17.677Z[ recovery-image] Sep 17 22:18:16.644 INFO O| Sep 17 22:18:16.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76652025-09-17T22:18:17.681Z[ recovery-image] Sep 17 22:18:16.644 INFO O| Sep 17 22:18:16.644 INFO STEP 948 (remove_files) COMPLETE
76662025-09-17T22:18:17.681Z[ recovery-image] Sep 17 22:18:16.644 INFO O| Sep 17 22:18:16.644 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-09-17T22:18:17.691Z[ recovery-image] Sep 17 22:18:16.658 INFO O| Sep 17 22:18:16.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76682025-09-17T22:18:17.691Z[ recovery-image] Sep 17 22:18:16.658 INFO O| Sep 17 22:18:16.658 INFO STEP 949 (remove_files) COMPLETE
76692025-09-17T22:18:17.691Z[ recovery-image] Sep 17 22:18:16.658 INFO O| Sep 17 22:18:16.658 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-09-17T22:18:17.707Z[ recovery-image] Sep 17 22:18:16.672 INFO O| Sep 17 22:18:16.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76712025-09-17T22:18:17.707Z[ recovery-image] Sep 17 22:18:16.672 INFO O| Sep 17 22:18:16.672 INFO STEP 950 (remove_files) COMPLETE
76722025-09-17T22:18:17.707Z[ recovery-image] Sep 17 22:18:16.672 INFO O| Sep 17 22:18:16.672 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-09-17T22:18:17.718Z[ recovery-image] Sep 17 22:18:16.686 INFO O| Sep 17 22:18:16.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76742025-09-17T22:18:17.718Z[ recovery-image] Sep 17 22:18:16.686 INFO O| Sep 17 22:18:16.686 INFO STEP 951 (remove_files) COMPLETE
76752025-09-17T22:18:17.718Z[ recovery-image] Sep 17 22:18:16.686 INFO O| Sep 17 22:18:16.686 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-09-17T22:18:17.731Z[ recovery-image] Sep 17 22:18:16.699 INFO O| Sep 17 22:18:16.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76772025-09-17T22:18:17.731Z[ recovery-image] Sep 17 22:18:16.699 INFO O| Sep 17 22:18:16.699 INFO STEP 952 (remove_files) COMPLETE
76782025-09-17T22:18:17.735Z[ recovery-image] Sep 17 22:18:16.699 INFO O| Sep 17 22:18:16.699 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-09-17T22:18:17.744Z[ recovery-image] Sep 17 22:18:16.712 INFO O| Sep 17 22:18:16.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76802025-09-17T22:18:17.744Z[ recovery-image] Sep 17 22:18:16.712 INFO O| Sep 17 22:18:16.712 INFO STEP 953 (remove_files) COMPLETE
76812025-09-17T22:18:17.744Z[ recovery-image] Sep 17 22:18:16.712 INFO O| Sep 17 22:18:16.712 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-09-17T22:18:17.758Z[ recovery-image] Sep 17 22:18:16.725 INFO O| Sep 17 22:18:16.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76832025-09-17T22:18:17.758Z[ recovery-image] Sep 17 22:18:16.726 INFO O| Sep 17 22:18:16.726 INFO STEP 954 (remove_files) COMPLETE
76842025-09-17T22:18:17.765Z[ recovery-image] Sep 17 22:18:16.726 INFO O| Sep 17 22:18:16.726 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-09-17T22:18:17.773Z[ recovery-image] Sep 17 22:18:16.740 INFO O| Sep 17 22:18:16.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76862025-09-17T22:18:17.773Z[ recovery-image] Sep 17 22:18:16.740 INFO O| Sep 17 22:18:16.740 INFO STEP 955 (remove_files) COMPLETE
76872025-09-17T22:18:17.773Z[ recovery-image] Sep 17 22:18:16.740 INFO O| Sep 17 22:18:16.740 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-09-17T22:18:17.788Z[ recovery-image] Sep 17 22:18:16.755 INFO O| Sep 17 22:18:16.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76892025-09-17T22:18:17.788Z[ recovery-image] Sep 17 22:18:16.755 INFO O| Sep 17 22:18:16.755 INFO STEP 956 (remove_files) COMPLETE
76902025-09-17T22:18:17.788Z[ recovery-image] Sep 17 22:18:16.755 INFO O| Sep 17 22:18:16.755 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-09-17T22:18:17.802Z[ recovery-image] Sep 17 22:18:16.769 INFO O| Sep 17 22:18:16.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76922025-09-17T22:18:17.802Z[ recovery-image] Sep 17 22:18:16.769 INFO O| Sep 17 22:18:16.769 INFO STEP 957 (remove_files) COMPLETE
76932025-09-17T22:18:17.802Z[ recovery-image] Sep 17 22:18:16.769 INFO O| Sep 17 22:18:16.769 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-09-17T22:18:17.816Z[ recovery-image] Sep 17 22:18:16.784 INFO O| Sep 17 22:18:16.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76952025-09-17T22:18:17.816Z[ recovery-image] Sep 17 22:18:16.784 INFO O| Sep 17 22:18:16.784 INFO STEP 958 (remove_files) COMPLETE
76962025-09-17T22:18:17.817Z[ recovery-image] Sep 17 22:18:16.784 INFO O| Sep 17 22:18:16.784 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-09-17T22:18:17.831Z[ recovery-image] Sep 17 22:18:16.799 INFO O| Sep 17 22:18:16.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76982025-09-17T22:18:17.831Z[ recovery-image] Sep 17 22:18:16.799 INFO O| Sep 17 22:18:16.799 INFO STEP 959 (remove_files) COMPLETE
76992025-09-17T22:18:17.834Z[ recovery-image] Sep 17 22:18:16.799 INFO O| Sep 17 22:18:16.799 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-09-17T22:18:17.846Z[ recovery-image] Sep 17 22:18:16.813 INFO O| Sep 17 22:18:16.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77012025-09-17T22:18:17.846Z[ recovery-image] Sep 17 22:18:16.813 INFO O| Sep 17 22:18:16.813 INFO STEP 960 (remove_files) COMPLETE
77022025-09-17T22:18:17.850Z[ recovery-image] Sep 17 22:18:16.813 INFO O| Sep 17 22:18:16.813 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-09-17T22:18:17.859Z[ recovery-image] Sep 17 22:18:16.827 INFO O| Sep 17 22:18:16.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77042025-09-17T22:18:17.859Z[ recovery-image] Sep 17 22:18:16.827 INFO O| Sep 17 22:18:16.827 INFO STEP 961 (remove_files) COMPLETE
77052025-09-17T22:18:17.864Z[ recovery-image] Sep 17 22:18:16.827 INFO O| Sep 17 22:18:16.827 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-09-17T22:18:17.873Z[ recovery-image] Sep 17 22:18:16.841 INFO O| Sep 17 22:18:16.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77072025-09-17T22:18:17.873Z[ recovery-image] Sep 17 22:18:16.841 INFO O| Sep 17 22:18:16.841 INFO STEP 962 (remove_files) COMPLETE
77082025-09-17T22:18:17.873Z[ recovery-image] Sep 17 22:18:16.841 INFO O| Sep 17 22:18:16.841 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-09-17T22:18:17.887Z[ recovery-image] Sep 17 22:18:16.854 INFO O| Sep 17 22:18:16.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77102025-09-17T22:18:17.887Z[ recovery-image] Sep 17 22:18:16.855 INFO O| Sep 17 22:18:16.854 INFO STEP 963 (remove_files) COMPLETE
77112025-09-17T22:18:17.887Z[ recovery-image] Sep 17 22:18:16.855 INFO O| Sep 17 22:18:16.855 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-09-17T22:18:17.905Z[ recovery-image] Sep 17 22:18:16.869 INFO O| Sep 17 22:18:16.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77132025-09-17T22:18:17.905Z[ recovery-image] Sep 17 22:18:16.869 INFO O| Sep 17 22:18:16.869 INFO STEP 964 (remove_files) COMPLETE
77142025-09-17T22:18:17.905Z[ recovery-image] Sep 17 22:18:16.869 INFO O| Sep 17 22:18:16.869 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-09-17T22:18:17.915Z[ recovery-image] Sep 17 22:18:16.883 INFO O| Sep 17 22:18:16.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77162025-09-17T22:18:17.915Z[ recovery-image] Sep 17 22:18:16.883 INFO O| Sep 17 22:18:16.883 INFO STEP 965 (remove_files) COMPLETE
77172025-09-17T22:18:17.915Z[ recovery-image] Sep 17 22:18:16.883 INFO O| Sep 17 22:18:16.883 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-09-17T22:18:17.930Z[ recovery-image] Sep 17 22:18:16.896 INFO O| Sep 17 22:18:16.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77192025-09-17T22:18:17.930Z[ recovery-image] Sep 17 22:18:16.896 INFO O| Sep 17 22:18:16.896 INFO STEP 966 (remove_files) COMPLETE
77202025-09-17T22:18:17.939Z[ recovery-image] Sep 17 22:18:16.897 INFO O| Sep 17 22:18:16.896 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-09-17T22:18:17.944Z[ recovery-image] Sep 17 22:18:16.911 INFO O| Sep 17 22:18:16.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77222025-09-17T22:18:17.944Z[ recovery-image] Sep 17 22:18:16.911 INFO O| Sep 17 22:18:16.911 INFO STEP 967 (remove_files) COMPLETE
77232025-09-17T22:18:17.944Z[ recovery-image] Sep 17 22:18:16.911 INFO O| Sep 17 22:18:16.911 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-09-17T22:18:17.956Z[ recovery-image] Sep 17 22:18:16.924 INFO O| Sep 17 22:18:16.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77252025-09-17T22:18:17.956Z[ recovery-image] Sep 17 22:18:16.924 INFO O| Sep 17 22:18:16.924 INFO STEP 968 (remove_files) COMPLETE
77262025-09-17T22:18:17.956Z[ recovery-image] Sep 17 22:18:16.924 INFO O| Sep 17 22:18:16.924 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-09-17T22:18:17.970Z[ recovery-image] Sep 17 22:18:16.937 INFO O| Sep 17 22:18:16.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77282025-09-17T22:18:17.970Z[ recovery-image] Sep 17 22:18:16.937 INFO O| Sep 17 22:18:16.937 INFO STEP 969 (remove_files) COMPLETE
77292025-09-17T22:18:17.970Z[ recovery-image] Sep 17 22:18:16.937 INFO O| Sep 17 22:18:16.937 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-09-17T22:18:17.984Z[ recovery-image] Sep 17 22:18:16.952 INFO O| Sep 17 22:18:16.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77312025-09-17T22:18:17.984Z[ recovery-image] Sep 17 22:18:16.952 INFO O| Sep 17 22:18:16.952 INFO STEP 970 (remove_files) COMPLETE
77322025-09-17T22:18:17.984Z[ recovery-image] Sep 17 22:18:16.952 INFO O| Sep 17 22:18:16.952 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-09-17T22:18:17.999Z[ recovery-image] Sep 17 22:18:16.966 INFO O| Sep 17 22:18:16.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77342025-09-17T22:18:17.999Z[ recovery-image] Sep 17 22:18:16.966 INFO O| Sep 17 22:18:16.966 INFO STEP 971 (remove_files) COMPLETE
77352025-09-17T22:18:17.999Z[ recovery-image] Sep 17 22:18:16.966 INFO O| Sep 17 22:18:16.966 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-09-17T22:18:18.014Z[ recovery-image] Sep 17 22:18:16.980 INFO O| Sep 17 22:18:16.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77372025-09-17T22:18:18.014Z[ recovery-image] Sep 17 22:18:16.980 INFO O| Sep 17 22:18:16.980 INFO STEP 972 (remove_files) COMPLETE
77382025-09-17T22:18:18.017Z[ recovery-image] Sep 17 22:18:16.980 INFO O| Sep 17 22:18:16.980 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-09-17T22:18:18.028Z[ recovery-image] Sep 17 22:18:16.994 INFO O| Sep 17 22:18:16.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77402025-09-17T22:18:18.028Z[ recovery-image] Sep 17 22:18:16.994 INFO O| Sep 17 22:18:16.994 INFO STEP 973 (remove_files) COMPLETE
77412025-09-17T22:18:18.028Z[ recovery-image] Sep 17 22:18:16.995 INFO O| Sep 17 22:18:16.994 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-09-17T22:18:18.043Z[ recovery-image] Sep 17 22:18:17.010 INFO O| Sep 17 22:18:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77432025-09-17T22:18:18.043Z[ recovery-image] Sep 17 22:18:17.010 INFO O| Sep 17 22:18:17.010 INFO STEP 974 (remove_files) COMPLETE
77442025-09-17T22:18:18.043Z[ recovery-image] Sep 17 22:18:17.010 INFO O| Sep 17 22:18:17.010 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-09-17T22:18:18.060Z[ recovery-image] Sep 17 22:18:17.027 INFO O| Sep 17 22:18:17.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77462025-09-17T22:18:18.060Z[ recovery-image] Sep 17 22:18:17.027 INFO O| Sep 17 22:18:17.027 INFO STEP 975 (remove_files) COMPLETE
77472025-09-17T22:18:18.065Z[ recovery-image] Sep 17 22:18:17.027 INFO O| Sep 17 22:18:17.027 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-09-17T22:18:18.076Z[ recovery-image] Sep 17 22:18:17.043 INFO O| Sep 17 22:18:17.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77492025-09-17T22:18:18.076Z[ recovery-image] Sep 17 22:18:17.043 INFO O| Sep 17 22:18:17.043 INFO STEP 976 (remove_files) COMPLETE
77502025-09-17T22:18:18.081Z[ recovery-image] Sep 17 22:18:17.043 INFO O| Sep 17 22:18:17.043 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-09-17T22:18:18.092Z[ recovery-image] Sep 17 22:18:17.059 INFO O| Sep 17 22:18:17.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77522025-09-17T22:18:18.092Z[ recovery-image] Sep 17 22:18:17.060 INFO O| Sep 17 22:18:17.059 INFO STEP 977 (remove_files) COMPLETE
77532025-09-17T22:18:18.098Z[ recovery-image] Sep 17 22:18:17.060 INFO O| Sep 17 22:18:17.060 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-09-17T22:18:18.107Z[ recovery-image] Sep 17 22:18:17.075 INFO O| Sep 17 22:18:17.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77552025-09-17T22:18:18.107Z[ recovery-image] Sep 17 22:18:17.075 INFO O| Sep 17 22:18:17.075 INFO STEP 978 (remove_files) COMPLETE
77562025-09-17T22:18:18.107Z[ recovery-image] Sep 17 22:18:17.075 INFO O| Sep 17 22:18:17.075 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-09-17T22:18:18.133Z[ recovery-image] Sep 17 22:18:17.089 INFO O| Sep 17 22:18:17.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77582025-09-17T22:18:18.133Z[ recovery-image] Sep 17 22:18:17.089 INFO O| Sep 17 22:18:17.089 INFO STEP 979 (remove_files) COMPLETE
77592025-09-17T22:18:18.133Z[ recovery-image] Sep 17 22:18:17.090 INFO O| Sep 17 22:18:17.089 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-09-17T22:18:18.137Z[ recovery-image] Sep 17 22:18:17.103 INFO O| Sep 17 22:18:17.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77612025-09-17T22:18:18.137Z[ recovery-image] Sep 17 22:18:17.104 INFO O| Sep 17 22:18:17.103 INFO STEP 980 (remove_files) COMPLETE
77622025-09-17T22:18:18.137Z[ recovery-image] Sep 17 22:18:17.104 INFO O| Sep 17 22:18:17.104 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-09-17T22:18:18.151Z[ recovery-image] Sep 17 22:18:17.118 INFO O| Sep 17 22:18:17.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77642025-09-17T22:18:18.151Z[ recovery-image] Sep 17 22:18:17.118 INFO O| Sep 17 22:18:17.118 INFO STEP 981 (remove_files) COMPLETE
77652025-09-17T22:18:18.151Z[ recovery-image] Sep 17 22:18:17.118 INFO O| Sep 17 22:18:17.118 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-09-17T22:18:18.165Z[ recovery-image] Sep 17 22:18:17.132 INFO O| Sep 17 22:18:17.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77672025-09-17T22:18:18.168Z[ recovery-image] Sep 17 22:18:17.133 INFO O| Sep 17 22:18:17.132 INFO STEP 982 (remove_files) COMPLETE
77682025-09-17T22:18:18.168Z[ recovery-image] Sep 17 22:18:17.133 INFO O| Sep 17 22:18:17.133 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-09-17T22:18:18.180Z[ recovery-image] Sep 17 22:18:17.148 INFO O| Sep 17 22:18:17.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77702025-09-17T22:18:18.180Z[ recovery-image] Sep 17 22:18:17.148 INFO O| Sep 17 22:18:17.148 INFO STEP 983 (remove_files) COMPLETE
77712025-09-17T22:18:18.180Z[ recovery-image] Sep 17 22:18:17.148 INFO O| Sep 17 22:18:17.148 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-09-17T22:18:18.197Z[ recovery-image] Sep 17 22:18:17.163 INFO O| Sep 17 22:18:17.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77732025-09-17T22:18:18.197Z[ recovery-image] Sep 17 22:18:17.163 INFO O| Sep 17 22:18:17.163 INFO STEP 984 (remove_files) COMPLETE
77742025-09-17T22:18:18.197Z[ recovery-image] Sep 17 22:18:17.163 INFO O| Sep 17 22:18:17.163 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-09-17T22:18:18.210Z[ recovery-image] Sep 17 22:18:17.178 INFO O| Sep 17 22:18:17.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77762025-09-17T22:18:18.210Z[ recovery-image] Sep 17 22:18:17.178 INFO O| Sep 17 22:18:17.178 INFO STEP 985 (remove_files) COMPLETE
77772025-09-17T22:18:18.210Z[ recovery-image] Sep 17 22:18:17.178 INFO O| Sep 17 22:18:17.178 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-09-17T22:18:18.226Z[ recovery-image] Sep 17 22:18:17.194 INFO O| Sep 17 22:18:17.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77792025-09-17T22:18:18.226Z[ recovery-image] Sep 17 22:18:17.194 INFO O| Sep 17 22:18:17.194 INFO STEP 986 (remove_files) COMPLETE
77802025-09-17T22:18:18.226Z[ recovery-image] Sep 17 22:18:17.194 INFO O| Sep 17 22:18:17.194 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-09-17T22:18:18.242Z[ recovery-image] Sep 17 22:18:17.208 INFO O| Sep 17 22:18:17.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77822025-09-17T22:18:18.242Z[ recovery-image] Sep 17 22:18:17.208 INFO O| Sep 17 22:18:17.208 INFO STEP 987 (remove_files) COMPLETE
77832025-09-17T22:18:18.242Z[ recovery-image] Sep 17 22:18:17.208 INFO O| Sep 17 22:18:17.208 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-09-17T22:18:18.255Z[ recovery-image] Sep 17 22:18:17.223 INFO O| Sep 17 22:18:17.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77852025-09-17T22:18:18.258Z[ recovery-image] Sep 17 22:18:17.223 INFO O| Sep 17 22:18:17.223 INFO STEP 988 (remove_files) COMPLETE
77862025-09-17T22:18:18.258Z[ recovery-image] Sep 17 22:18:17.223 INFO O| Sep 17 22:18:17.223 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-09-17T22:18:18.270Z[ recovery-image] Sep 17 22:18:17.237 INFO O| Sep 17 22:18:17.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77882025-09-17T22:18:18.270Z[ recovery-image] Sep 17 22:18:17.237 INFO O| Sep 17 22:18:17.237 INFO STEP 989 (remove_files) COMPLETE
77892025-09-17T22:18:18.274Z[ recovery-image] Sep 17 22:18:17.237 INFO O| Sep 17 22:18:17.237 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-09-17T22:18:18.284Z[ recovery-image] Sep 17 22:18:17.252 INFO O| Sep 17 22:18:17.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77912025-09-17T22:18:18.284Z[ recovery-image] Sep 17 22:18:17.252 INFO O| Sep 17 22:18:17.252 INFO STEP 990 (remove_files) COMPLETE
77922025-09-17T22:18:18.284Z[ recovery-image] Sep 17 22:18:17.252 INFO O| Sep 17 22:18:17.252 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-09-17T22:18:18.300Z[ recovery-image] Sep 17 22:18:17.267 INFO O| Sep 17 22:18:17.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77942025-09-17T22:18:18.300Z[ recovery-image] Sep 17 22:18:17.267 INFO O| Sep 17 22:18:17.267 INFO STEP 991 (remove_files) COMPLETE
77952025-09-17T22:18:18.304Z[ recovery-image] Sep 17 22:18:17.267 INFO O| Sep 17 22:18:17.267 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-09-17T22:18:18.315Z[ recovery-image] Sep 17 22:18:17.282 INFO O| Sep 17 22:18:17.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77972025-09-17T22:18:18.315Z[ recovery-image] Sep 17 22:18:17.282 INFO O| Sep 17 22:18:17.282 INFO STEP 992 (remove_files) COMPLETE
77982025-09-17T22:18:18.320Z[ recovery-image] Sep 17 22:18:17.282 INFO O| Sep 17 22:18:17.282 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-09-17T22:18:18.329Z[ recovery-image] Sep 17 22:18:17.296 INFO O| Sep 17 22:18:17.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78002025-09-17T22:18:18.329Z[ recovery-image] Sep 17 22:18:17.296 INFO O| Sep 17 22:18:17.296 INFO STEP 993 (remove_files) COMPLETE
78012025-09-17T22:18:18.332Z[ recovery-image] Sep 17 22:18:17.296 INFO O| Sep 17 22:18:17.296 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-09-17T22:18:18.343Z[ recovery-image] Sep 17 22:18:17.310 INFO O| Sep 17 22:18:17.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78032025-09-17T22:18:18.343Z[ recovery-image] Sep 17 22:18:17.310 INFO O| Sep 17 22:18:17.310 INFO STEP 994 (remove_files) COMPLETE
78042025-09-17T22:18:18.343Z[ recovery-image] Sep 17 22:18:17.310 INFO O| Sep 17 22:18:17.310 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-09-17T22:18:18.357Z[ recovery-image] Sep 17 22:18:17.324 INFO O| Sep 17 22:18:17.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78062025-09-17T22:18:18.357Z[ recovery-image] Sep 17 22:18:17.324 INFO O| Sep 17 22:18:17.324 INFO STEP 995 (remove_files) COMPLETE
78072025-09-17T22:18:18.361Z[ recovery-image] Sep 17 22:18:17.324 INFO O| Sep 17 22:18:17.324 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-09-17T22:18:18.372Z[ recovery-image] Sep 17 22:18:17.339 INFO O| Sep 17 22:18:17.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78092025-09-17T22:18:18.372Z[ recovery-image] Sep 17 22:18:17.339 INFO O| Sep 17 22:18:17.339 INFO STEP 996 (remove_files) COMPLETE
78102025-09-17T22:18:18.376Z[ recovery-image] Sep 17 22:18:17.339 INFO O| Sep 17 22:18:17.339 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-09-17T22:18:18.386Z[ recovery-image] Sep 17 22:18:17.353 INFO O| Sep 17 22:18:17.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78122025-09-17T22:18:18.386Z[ recovery-image] Sep 17 22:18:17.353 INFO O| Sep 17 22:18:17.353 INFO STEP 997 (remove_files) COMPLETE
78132025-09-17T22:18:18.390Z[ recovery-image] Sep 17 22:18:17.353 INFO O| Sep 17 22:18:17.353 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-09-17T22:18:18.399Z[ recovery-image] Sep 17 22:18:17.367 INFO O| Sep 17 22:18:17.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78152025-09-17T22:18:18.399Z[ recovery-image] Sep 17 22:18:17.367 INFO O| Sep 17 22:18:17.367 INFO STEP 998 (remove_files) COMPLETE
78162025-09-17T22:18:18.399Z[ recovery-image] Sep 17 22:18:17.367 INFO O| Sep 17 22:18:17.367 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-09-17T22:18:18.414Z[ recovery-image] Sep 17 22:18:17.380 INFO O| Sep 17 22:18:17.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78182025-09-17T22:18:18.419Z[ recovery-image] Sep 17 22:18:17.381 INFO O| Sep 17 22:18:17.381 INFO STEP 999 (remove_files) COMPLETE
78192025-09-17T22:18:18.419Z[ recovery-image] Sep 17 22:18:17.381 INFO O| Sep 17 22:18:17.381 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-09-17T22:18:18.428Z[ recovery-image] Sep 17 22:18:17.396 INFO O| Sep 17 22:18:17.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78212025-09-17T22:18:18.428Z[ recovery-image] Sep 17 22:18:17.396 INFO O| Sep 17 22:18:17.396 INFO STEP 1000 (remove_files) COMPLETE
78222025-09-17T22:18:18.431Z[ recovery-image] Sep 17 22:18:17.396 INFO O| Sep 17 22:18:17.396 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-09-17T22:18:18.443Z[ recovery-image] Sep 17 22:18:17.411 INFO O| Sep 17 22:18:17.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78242025-09-17T22:18:18.443Z[ recovery-image] Sep 17 22:18:17.411 INFO O| Sep 17 22:18:17.411 INFO STEP 1001 (remove_files) COMPLETE
78252025-09-17T22:18:18.447Z[ recovery-image] Sep 17 22:18:17.411 INFO O| Sep 17 22:18:17.411 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-09-17T22:18:18.460Z[ recovery-image] Sep 17 22:18:17.426 INFO O| Sep 17 22:18:17.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78272025-09-17T22:18:18.460Z[ recovery-image] Sep 17 22:18:17.426 INFO O| Sep 17 22:18:17.426 INFO STEP 1002 (remove_files) COMPLETE
78282025-09-17T22:18:18.466Z[ recovery-image] Sep 17 22:18:17.426 INFO O| Sep 17 22:18:17.426 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-09-17T22:18:18.473Z[ recovery-image] Sep 17 22:18:17.440 INFO O| Sep 17 22:18:17.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78302025-09-17T22:18:18.473Z[ recovery-image] Sep 17 22:18:17.440 INFO O| Sep 17 22:18:17.440 INFO STEP 1003 (remove_files) COMPLETE
78312025-09-17T22:18:18.476Z[ recovery-image] Sep 17 22:18:17.440 INFO O| Sep 17 22:18:17.440 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-09-17T22:18:18.487Z[ recovery-image] Sep 17 22:18:17.455 INFO O| Sep 17 22:18:17.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78332025-09-17T22:18:18.487Z[ recovery-image] Sep 17 22:18:17.455 INFO O| Sep 17 22:18:17.455 INFO STEP 1004 (remove_files) COMPLETE
78342025-09-17T22:18:18.487Z[ recovery-image] Sep 17 22:18:17.455 INFO O| Sep 17 22:18:17.455 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-09-17T22:18:18.502Z[ recovery-image] Sep 17 22:18:17.470 INFO O| Sep 17 22:18:17.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78362025-09-17T22:18:18.502Z[ recovery-image] Sep 17 22:18:17.470 INFO O| Sep 17 22:18:17.470 INFO STEP 1005 (remove_files) COMPLETE
78372025-09-17T22:18:18.502Z[ recovery-image] Sep 17 22:18:17.470 INFO O| Sep 17 22:18:17.470 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-09-17T22:18:18.515Z[ recovery-image] Sep 17 22:18:17.483 INFO O| Sep 17 22:18:17.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78392025-09-17T22:18:18.515Z[ recovery-image] Sep 17 22:18:17.483 INFO O| Sep 17 22:18:17.483 INFO STEP 1006 (remove_files) COMPLETE
78402025-09-17T22:18:18.519Z[ recovery-image] Sep 17 22:18:17.483 INFO O| Sep 17 22:18:17.483 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-09-17T22:18:18.528Z[ recovery-image] Sep 17 22:18:17.496 INFO O| Sep 17 22:18:17.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78422025-09-17T22:18:18.532Z[ recovery-image] Sep 17 22:18:17.496 INFO O| Sep 17 22:18:17.496 INFO STEP 1007 (remove_files) COMPLETE
78432025-09-17T22:18:18.532Z[ recovery-image] Sep 17 22:18:17.496 INFO O| Sep 17 22:18:17.496 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-09-17T22:18:18.542Z[ recovery-image] Sep 17 22:18:17.509 INFO O| Sep 17 22:18:17.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78452025-09-17T22:18:18.542Z[ recovery-image] Sep 17 22:18:17.509 INFO O| Sep 17 22:18:17.509 INFO STEP 1008 (remove_files) COMPLETE
78462025-09-17T22:18:18.546Z[ recovery-image] Sep 17 22:18:17.509 INFO O| Sep 17 22:18:17.509 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-09-17T22:18:18.556Z[ recovery-image] Sep 17 22:18:17.524 INFO O| Sep 17 22:18:17.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78482025-09-17T22:18:18.556Z[ recovery-image] Sep 17 22:18:17.524 INFO O| Sep 17 22:18:17.524 INFO STEP 1009 (remove_files) COMPLETE
78492025-09-17T22:18:18.561Z[ recovery-image] Sep 17 22:18:17.524 INFO O| Sep 17 22:18:17.524 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-09-17T22:18:18.572Z[ recovery-image] Sep 17 22:18:17.538 INFO O| Sep 17 22:18:17.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78512025-09-17T22:18:18.572Z[ recovery-image] Sep 17 22:18:17.538 INFO O| Sep 17 22:18:17.538 INFO STEP 1010 (remove_files) COMPLETE
78522025-09-17T22:18:18.573Z[ recovery-image] Sep 17 22:18:17.538 INFO O| Sep 17 22:18:17.538 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-09-17T22:18:18.585Z[ recovery-image] Sep 17 22:18:17.552 INFO O| Sep 17 22:18:17.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78542025-09-17T22:18:18.585Z[ recovery-image] Sep 17 22:18:17.552 INFO O| Sep 17 22:18:17.552 INFO STEP 1011 (remove_files) COMPLETE
78552025-09-17T22:18:18.585Z[ recovery-image] Sep 17 22:18:17.552 INFO O| Sep 17 22:18:17.552 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-09-17T22:18:18.599Z[ recovery-image] Sep 17 22:18:17.566 INFO O| Sep 17 22:18:17.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78572025-09-17T22:18:18.602Z[ recovery-image] Sep 17 22:18:17.566 INFO O| Sep 17 22:18:17.566 INFO STEP 1012 (remove_files) COMPLETE
78582025-09-17T22:18:18.602Z[ recovery-image] Sep 17 22:18:17.566 INFO O| Sep 17 22:18:17.566 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-09-17T22:18:18.612Z[ recovery-image] Sep 17 22:18:17.580 INFO O| Sep 17 22:18:17.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78602025-09-17T22:18:18.612Z[ recovery-image] Sep 17 22:18:17.580 INFO O| Sep 17 22:18:17.580 INFO STEP 1013 (remove_files) COMPLETE
78612025-09-17T22:18:18.612Z[ recovery-image] Sep 17 22:18:17.580 INFO O| Sep 17 22:18:17.580 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-09-17T22:18:18.625Z[ recovery-image] Sep 17 22:18:17.592 INFO O| Sep 17 22:18:17.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78632025-09-17T22:18:18.630Z[ recovery-image] Sep 17 22:18:17.593 INFO O| Sep 17 22:18:17.593 INFO STEP 1014 (remove_files) COMPLETE
78642025-09-17T22:18:18.630Z[ recovery-image] Sep 17 22:18:17.593 INFO O| Sep 17 22:18:17.593 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-09-17T22:18:18.638Z[ recovery-image] Sep 17 22:18:17.605 INFO O| Sep 17 22:18:17.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78662025-09-17T22:18:18.638Z[ recovery-image] Sep 17 22:18:17.606 INFO O| Sep 17 22:18:17.606 INFO STEP 1015 (remove_files) COMPLETE
78672025-09-17T22:18:18.638Z[ recovery-image] Sep 17 22:18:17.606 INFO O| Sep 17 22:18:17.606 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-09-17T22:18:18.651Z[ recovery-image] Sep 17 22:18:17.619 INFO O| Sep 17 22:18:17.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78692025-09-17T22:18:18.651Z[ recovery-image] Sep 17 22:18:17.619 INFO O| Sep 17 22:18:17.619 INFO STEP 1016 (remove_files) COMPLETE
78702025-09-17T22:18:18.655Z[ recovery-image] Sep 17 22:18:17.619 INFO O| Sep 17 22:18:17.619 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-09-17T22:18:18.665Z[ recovery-image] Sep 17 22:18:17.632 INFO O| Sep 17 22:18:17.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78722025-09-17T22:18:18.665Z[ recovery-image] Sep 17 22:18:17.633 INFO O| Sep 17 22:18:17.633 INFO STEP 1017 (remove_files) COMPLETE
78732025-09-17T22:18:18.665Z[ recovery-image] Sep 17 22:18:17.633 INFO O| Sep 17 22:18:17.633 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-09-17T22:18:18.679Z[ recovery-image] Sep 17 22:18:17.646 INFO O| Sep 17 22:18:17.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78752025-09-17T22:18:18.682Z[ recovery-image] Sep 17 22:18:17.647 INFO O| Sep 17 22:18:17.647 INFO STEP 1018 (remove_files) COMPLETE
78762025-09-17T22:18:18.682Z[ recovery-image] Sep 17 22:18:17.647 INFO O| Sep 17 22:18:17.647 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-09-17T22:18:18.694Z[ recovery-image] Sep 17 22:18:17.661 INFO O| Sep 17 22:18:17.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78782025-09-17T22:18:18.694Z[ recovery-image] Sep 17 22:18:17.661 INFO O| Sep 17 22:18:17.661 INFO STEP 1019 (remove_files) COMPLETE
78792025-09-17T22:18:18.694Z[ recovery-image] Sep 17 22:18:17.661 INFO O| Sep 17 22:18:17.661 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-09-17T22:18:18.708Z[ recovery-image] Sep 17 22:18:17.676 INFO O| Sep 17 22:18:17.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78812025-09-17T22:18:18.708Z[ recovery-image] Sep 17 22:18:17.676 INFO O| Sep 17 22:18:17.676 INFO STEP 1020 (remove_files) COMPLETE
78822025-09-17T22:18:18.712Z[ recovery-image] Sep 17 22:18:17.676 INFO O| Sep 17 22:18:17.676 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-09-17T22:18:18.723Z[ recovery-image] Sep 17 22:18:17.691 INFO O| Sep 17 22:18:17.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78842025-09-17T22:18:18.723Z[ recovery-image] Sep 17 22:18:17.691 INFO O| Sep 17 22:18:17.691 INFO STEP 1021 (remove_files) COMPLETE
78852025-09-17T22:18:18.723Z[ recovery-image] Sep 17 22:18:17.691 INFO O| Sep 17 22:18:17.691 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-09-17T22:18:18.738Z[ recovery-image] Sep 17 22:18:17.705 INFO O| Sep 17 22:18:17.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78872025-09-17T22:18:18.738Z[ recovery-image] Sep 17 22:18:17.705 INFO O| Sep 17 22:18:17.705 INFO STEP 1022 (remove_files) COMPLETE
78882025-09-17T22:18:18.743Z[ recovery-image] Sep 17 22:18:17.705 INFO O| Sep 17 22:18:17.705 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-09-17T22:18:18.751Z[ recovery-image] Sep 17 22:18:17.719 INFO O| Sep 17 22:18:17.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78902025-09-17T22:18:18.751Z[ recovery-image] Sep 17 22:18:17.719 INFO O| Sep 17 22:18:17.719 INFO STEP 1023 (remove_files) COMPLETE
78912025-09-17T22:18:18.751Z[ recovery-image] Sep 17 22:18:17.719 INFO O| Sep 17 22:18:17.719 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-09-17T22:18:18.766Z[ recovery-image] Sep 17 22:18:17.733 INFO O| Sep 17 22:18:17.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78932025-09-17T22:18:18.766Z[ recovery-image] Sep 17 22:18:17.733 INFO O| Sep 17 22:18:17.733 INFO STEP 1024 (remove_files) COMPLETE
78942025-09-17T22:18:18.766Z[ recovery-image] Sep 17 22:18:17.733 INFO O| Sep 17 22:18:17.733 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-09-17T22:18:18.780Z[ recovery-image] Sep 17 22:18:17.747 INFO O| Sep 17 22:18:17.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78962025-09-17T22:18:18.780Z[ recovery-image] Sep 17 22:18:17.747 INFO O| Sep 17 22:18:17.747 INFO STEP 1025 (remove_files) COMPLETE
78972025-09-17T22:18:18.783Z[ recovery-image] Sep 17 22:18:17.747 INFO O| Sep 17 22:18:17.747 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-09-17T22:18:18.793Z[ recovery-image] Sep 17 22:18:17.760 INFO O| Sep 17 22:18:17.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78992025-09-17T22:18:18.796Z[ recovery-image] Sep 17 22:18:17.760 INFO O| Sep 17 22:18:17.760 INFO STEP 1026 (remove_files) COMPLETE
79002025-09-17T22:18:18.796Z[ recovery-image] Sep 17 22:18:17.760 INFO O| Sep 17 22:18:17.760 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-09-17T22:18:18.807Z[ recovery-image] Sep 17 22:18:17.774 INFO O| Sep 17 22:18:17.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79022025-09-17T22:18:18.807Z[ recovery-image] Sep 17 22:18:17.774 INFO O| Sep 17 22:18:17.774 INFO STEP 1027 (remove_files) COMPLETE
79032025-09-17T22:18:18.807Z[ recovery-image] Sep 17 22:18:17.774 INFO O| Sep 17 22:18:17.774 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-09-17T22:18:18.821Z[ recovery-image] Sep 17 22:18:17.788 INFO O| Sep 17 22:18:17.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79052025-09-17T22:18:18.821Z[ recovery-image] Sep 17 22:18:17.788 INFO O| Sep 17 22:18:17.788 INFO STEP 1028 (remove_files) COMPLETE
79062025-09-17T22:18:18.824Z[ recovery-image] Sep 17 22:18:17.788 INFO O| Sep 17 22:18:17.788 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-09-17T22:18:18.835Z[ recovery-image] Sep 17 22:18:17.803 INFO O| Sep 17 22:18:17.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79082025-09-17T22:18:18.835Z[ recovery-image] Sep 17 22:18:17.803 INFO O| Sep 17 22:18:17.803 INFO STEP 1029 (remove_files) COMPLETE
79092025-09-17T22:18:18.878Z[ recovery-image] Sep 17 22:18:17.803 INFO O| Sep 17 22:18:17.803 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-09-17T22:18:18.878Z[ recovery-image] Sep 17 22:18:17.817 INFO O| Sep 17 22:18:17.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79112025-09-17T22:18:18.878Z[ recovery-image] Sep 17 22:18:17.817 INFO O| Sep 17 22:18:17.817 INFO STEP 1030 (remove_files) COMPLETE
79122025-09-17T22:18:18.878Z[ recovery-image] Sep 17 22:18:17.817 INFO O| Sep 17 22:18:17.817 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-09-17T22:18:18.878Z[ recovery-image] Sep 17 22:18:17.831 INFO O| Sep 17 22:18:17.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79142025-09-17T22:18:18.878Z[ recovery-image] Sep 17 22:18:17.831 INFO O| Sep 17 22:18:17.831 INFO STEP 1031 (remove_files) COMPLETE
79152025-09-17T22:18:18.878Z[ recovery-image] Sep 17 22:18:17.831 INFO O| Sep 17 22:18:17.831 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-09-17T22:18:18.882Z[ recovery-image] Sep 17 22:18:17.845 INFO O| Sep 17 22:18:17.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79172025-09-17T22:18:18.882Z[ recovery-image] Sep 17 22:18:17.845 INFO O| Sep 17 22:18:17.845 INFO STEP 1032 (remove_files) COMPLETE
79182025-09-17T22:18:18.883Z[ recovery-image] Sep 17 22:18:17.845 INFO O| Sep 17 22:18:17.845 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-09-17T22:18:18.892Z[ recovery-image] Sep 17 22:18:17.860 INFO O| Sep 17 22:18:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79202025-09-17T22:18:18.892Z[ recovery-image] Sep 17 22:18:17.860 INFO O| Sep 17 22:18:17.860 INFO STEP 1033 (remove_files) COMPLETE
79212025-09-17T22:18:18.892Z[ recovery-image] Sep 17 22:18:17.860 INFO O| Sep 17 22:18:17.860 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-09-17T22:18:18.909Z[ recovery-image] Sep 17 22:18:17.875 INFO O| Sep 17 22:18:17.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79232025-09-17T22:18:18.909Z[ recovery-image] Sep 17 22:18:17.875 INFO O| Sep 17 22:18:17.875 INFO STEP 1034 (remove_files) COMPLETE
79242025-09-17T22:18:18.909Z[ recovery-image] Sep 17 22:18:17.875 INFO O| Sep 17 22:18:17.875 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-09-17T22:18:18.924Z[ recovery-image] Sep 17 22:18:17.891 INFO O| Sep 17 22:18:17.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79262025-09-17T22:18:18.924Z[ recovery-image] Sep 17 22:18:17.891 INFO O| Sep 17 22:18:17.891 INFO STEP 1035 (remove_files) COMPLETE
79272025-09-17T22:18:18.924Z[ recovery-image] Sep 17 22:18:17.891 INFO O| Sep 17 22:18:17.891 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-09-17T22:18:18.941Z[ recovery-image] Sep 17 22:18:17.906 INFO O| Sep 17 22:18:17.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79292025-09-17T22:18:18.941Z[ recovery-image] Sep 17 22:18:17.906 INFO O| Sep 17 22:18:17.906 INFO STEP 1036 (remove_files) COMPLETE
79302025-09-17T22:18:18.941Z[ recovery-image] Sep 17 22:18:17.906 INFO O| Sep 17 22:18:17.906 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-09-17T22:18:18.953Z[ recovery-image] Sep 17 22:18:17.920 INFO O| Sep 17 22:18:17.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79322025-09-17T22:18:18.953Z[ recovery-image] Sep 17 22:18:17.920 INFO O| Sep 17 22:18:17.920 INFO STEP 1037 (remove_files) COMPLETE
79332025-09-17T22:18:18.956Z[ recovery-image] Sep 17 22:18:17.920 INFO O| Sep 17 22:18:17.920 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-09-17T22:18:18.968Z[ recovery-image] Sep 17 22:18:17.935 INFO O| Sep 17 22:18:17.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79352025-09-17T22:18:18.968Z[ recovery-image] Sep 17 22:18:17.935 INFO O| Sep 17 22:18:17.935 INFO STEP 1038 (remove_files) COMPLETE
79362025-09-17T22:18:18.972Z[ recovery-image] Sep 17 22:18:17.935 INFO O| Sep 17 22:18:17.935 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-09-17T22:18:18.981Z[ recovery-image] Sep 17 22:18:17.949 INFO O| Sep 17 22:18:17.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79382025-09-17T22:18:18.981Z[ recovery-image] Sep 17 22:18:17.949 INFO O| Sep 17 22:18:17.949 INFO STEP 1039 (remove_files) COMPLETE
79392025-09-17T22:18:18.981Z[ recovery-image] Sep 17 22:18:17.949 INFO O| Sep 17 22:18:17.949 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-09-17T22:18:18.995Z[ recovery-image] Sep 17 22:18:17.963 INFO O| Sep 17 22:18:17.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79412025-09-17T22:18:18.995Z[ recovery-image] Sep 17 22:18:17.963 INFO O| Sep 17 22:18:17.963 INFO STEP 1040 (remove_files) COMPLETE
79422025-09-17T22:18:18.999Z[ recovery-image] Sep 17 22:18:17.963 INFO O| Sep 17 22:18:17.963 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-09-17T22:18:19.012Z[ recovery-image] Sep 17 22:18:17.977 INFO O| Sep 17 22:18:17.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79442025-09-17T22:18:19.012Z[ recovery-image] Sep 17 22:18:17.977 INFO O| Sep 17 22:18:17.977 INFO STEP 1041 (remove_files) COMPLETE
79452025-09-17T22:18:19.012Z[ recovery-image] Sep 17 22:18:17.977 INFO O| Sep 17 22:18:17.977 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-09-17T22:18:19.024Z[ recovery-image] Sep 17 22:18:17.992 INFO O| Sep 17 22:18:17.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79472025-09-17T22:18:19.024Z[ recovery-image] Sep 17 22:18:17.992 INFO O| Sep 17 22:18:17.992 INFO STEP 1042 (remove_files) COMPLETE
79482025-09-17T22:18:19.024Z[ recovery-image] Sep 17 22:18:17.992 INFO O| Sep 17 22:18:17.992 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-09-17T22:18:19.039Z[ recovery-image] Sep 17 22:18:18.007 INFO O| Sep 17 22:18:18.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79502025-09-17T22:18:19.039Z[ recovery-image] Sep 17 22:18:18.007 INFO O| Sep 17 22:18:18.007 INFO STEP 1043 (remove_files) COMPLETE
79512025-09-17T22:18:19.040Z[ recovery-image] Sep 17 22:18:18.007 INFO O| Sep 17 22:18:18.007 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-09-17T22:18:19.055Z[ recovery-image] Sep 17 22:18:18.022 INFO O| Sep 17 22:18:18.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79532025-09-17T22:18:19.055Z[ recovery-image] Sep 17 22:18:18.022 INFO O| Sep 17 22:18:18.022 INFO STEP 1044 (remove_files) COMPLETE
79542025-09-17T22:18:19.055Z[ recovery-image] Sep 17 22:18:18.022 INFO O| Sep 17 22:18:18.022 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-09-17T22:18:19.069Z[ recovery-image] Sep 17 22:18:18.036 INFO O| Sep 17 22:18:18.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79562025-09-17T22:18:19.069Z[ recovery-image] Sep 17 22:18:18.036 INFO O| Sep 17 22:18:18.036 INFO STEP 1045 (remove_files) COMPLETE
79572025-09-17T22:18:19.069Z[ recovery-image] Sep 17 22:18:18.036 INFO O| Sep 17 22:18:18.036 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-09-17T22:18:19.083Z[ recovery-image] Sep 17 22:18:18.050 INFO O| Sep 17 22:18:18.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79592025-09-17T22:18:19.083Z[ recovery-image] Sep 17 22:18:18.050 INFO O| Sep 17 22:18:18.050 INFO STEP 1046 (remove_files) COMPLETE
79602025-09-17T22:18:19.087Z[ recovery-image] Sep 17 22:18:18.050 INFO O| Sep 17 22:18:18.050 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-09-17T22:18:19.096Z[ recovery-image] Sep 17 22:18:18.064 INFO O| Sep 17 22:18:18.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79622025-09-17T22:18:19.096Z[ recovery-image] Sep 17 22:18:18.064 INFO O| Sep 17 22:18:18.064 INFO STEP 1047 (remove_files) COMPLETE
79632025-09-17T22:18:19.096Z[ recovery-image] Sep 17 22:18:18.064 INFO O| Sep 17 22:18:18.064 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-09-17T22:18:19.111Z[ recovery-image] Sep 17 22:18:18.078 INFO O| Sep 17 22:18:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79652025-09-17T22:18:19.111Z[ recovery-image] Sep 17 22:18:18.078 INFO O| Sep 17 22:18:18.078 INFO STEP 1048 (remove_files) COMPLETE
79662025-09-17T22:18:19.114Z[ recovery-image] Sep 17 22:18:18.078 INFO O| Sep 17 22:18:18.078 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-09-17T22:18:19.126Z[ recovery-image] Sep 17 22:18:18.092 INFO O| Sep 17 22:18:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79682025-09-17T22:18:19.127Z[ recovery-image] Sep 17 22:18:18.092 INFO O| Sep 17 22:18:18.092 INFO STEP 1049 (remove_files) COMPLETE
79692025-09-17T22:18:19.130Z[ recovery-image] Sep 17 22:18:18.092 INFO O| Sep 17 22:18:18.092 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-09-17T22:18:19.137Z[ recovery-image] Sep 17 22:18:18.104 INFO O| Sep 17 22:18:18.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79712025-09-17T22:18:19.137Z[ recovery-image] Sep 17 22:18:18.104 INFO O| Sep 17 22:18:18.104 INFO STEP 1050 (remove_files) COMPLETE
79722025-09-17T22:18:19.142Z[ recovery-image] Sep 17 22:18:18.104 INFO O| Sep 17 22:18:18.104 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-09-17T22:18:19.150Z[ recovery-image] Sep 17 22:18:18.118 INFO O| Sep 17 22:18:18.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79742025-09-17T22:18:19.155Z[ recovery-image] Sep 17 22:18:18.118 INFO O| Sep 17 22:18:18.118 INFO STEP 1051 (remove_files) COMPLETE
79752025-09-17T22:18:19.155Z[ recovery-image] Sep 17 22:18:18.118 INFO O| Sep 17 22:18:18.118 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-09-17T22:18:19.164Z[ recovery-image] Sep 17 22:18:18.131 INFO O| Sep 17 22:18:18.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79772025-09-17T22:18:19.167Z[ recovery-image] Sep 17 22:18:18.131 INFO O| Sep 17 22:18:18.131 INFO STEP 1052 (remove_files) COMPLETE
79782025-09-17T22:18:19.167Z[ recovery-image] Sep 17 22:18:18.131 INFO O| Sep 17 22:18:18.131 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-09-17T22:18:19.187Z[ recovery-image] Sep 17 22:18:18.152 INFO O| Sep 17 22:18:18.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79802025-09-17T22:18:19.187Z[ recovery-image] Sep 17 22:18:18.153 INFO O| Sep 17 22:18:18.153 INFO STEP 1053 (remove_files) COMPLETE
79812025-09-17T22:18:19.191Z[ recovery-image] Sep 17 22:18:18.153 INFO O| Sep 17 22:18:18.153 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-09-17T22:18:19.201Z[ recovery-image] Sep 17 22:18:18.168 INFO O| Sep 17 22:18:18.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79832025-09-17T22:18:19.205Z[ recovery-image] Sep 17 22:18:18.168 INFO O| Sep 17 22:18:18.168 INFO STEP 1054 (remove_files) COMPLETE
79842025-09-17T22:18:19.205Z[ recovery-image] Sep 17 22:18:18.168 INFO O| Sep 17 22:18:18.168 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-09-17T22:18:19.214Z[ recovery-image] Sep 17 22:18:18.181 INFO O| Sep 17 22:18:18.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79862025-09-17T22:18:19.214Z[ recovery-image] Sep 17 22:18:18.181 INFO O| Sep 17 22:18:18.181 INFO STEP 1055 (remove_files) COMPLETE
79872025-09-17T22:18:19.214Z[ recovery-image] Sep 17 22:18:18.181 INFO O| Sep 17 22:18:18.181 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-09-17T22:18:19.228Z[ recovery-image] Sep 17 22:18:18.196 INFO O| Sep 17 22:18:18.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79892025-09-17T22:18:19.228Z[ recovery-image] Sep 17 22:18:18.196 INFO O| Sep 17 22:18:18.196 INFO STEP 1056 (remove_files) COMPLETE
79902025-09-17T22:18:19.228Z[ recovery-image] Sep 17 22:18:18.196 INFO O| Sep 17 22:18:18.196 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-09-17T22:18:19.243Z[ recovery-image] Sep 17 22:18:18.211 INFO O| Sep 17 22:18:18.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79922025-09-17T22:18:19.243Z[ recovery-image] Sep 17 22:18:18.211 INFO O| Sep 17 22:18:18.211 INFO STEP 1057 (remove_files) COMPLETE
79932025-09-17T22:18:19.243Z[ recovery-image] Sep 17 22:18:18.211 INFO O| Sep 17 22:18:18.211 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-09-17T22:18:19.259Z[ recovery-image] Sep 17 22:18:18.226 INFO O| Sep 17 22:18:18.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79952025-09-17T22:18:19.259Z[ recovery-image] Sep 17 22:18:18.226 INFO O| Sep 17 22:18:18.226 INFO STEP 1058 (remove_files) COMPLETE
79962025-09-17T22:18:19.259Z[ recovery-image] Sep 17 22:18:18.226 INFO O| Sep 17 22:18:18.226 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-09-17T22:18:19.273Z[ recovery-image] Sep 17 22:18:18.240 INFO O| Sep 17 22:18:18.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79982025-09-17T22:18:19.273Z[ recovery-image] Sep 17 22:18:18.240 INFO O| Sep 17 22:18:18.240 INFO STEP 1059 (remove_files) COMPLETE
79992025-09-17T22:18:19.273Z[ recovery-image] Sep 17 22:18:18.240 INFO O| Sep 17 22:18:18.240 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-09-17T22:18:19.287Z[ recovery-image] Sep 17 22:18:18.254 INFO O| Sep 17 22:18:18.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80012025-09-17T22:18:19.287Z[ recovery-image] Sep 17 22:18:18.254 INFO O| Sep 17 22:18:18.254 INFO STEP 1060 (remove_files) COMPLETE
80022025-09-17T22:18:19.287Z[ recovery-image] Sep 17 22:18:18.254 INFO O| Sep 17 22:18:18.254 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-09-17T22:18:19.301Z[ recovery-image] Sep 17 22:18:18.269 INFO O| Sep 17 22:18:18.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80042025-09-17T22:18:19.306Z[ recovery-image] Sep 17 22:18:18.270 INFO O| Sep 17 22:18:18.270 INFO STEP 1061 (remove_files) COMPLETE
80052025-09-17T22:18:19.306Z[ recovery-image] Sep 17 22:18:18.270 INFO O| Sep 17 22:18:18.270 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-09-17T22:18:19.317Z[ recovery-image] Sep 17 22:18:18.284 INFO O| Sep 17 22:18:18.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80072025-09-17T22:18:19.317Z[ recovery-image] Sep 17 22:18:18.285 INFO O| Sep 17 22:18:18.285 INFO STEP 1062 (remove_files) COMPLETE
80082025-09-17T22:18:19.317Z[ recovery-image] Sep 17 22:18:18.285 INFO O| Sep 17 22:18:18.285 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-09-17T22:18:19.331Z[ recovery-image] Sep 17 22:18:18.298 INFO O| Sep 17 22:18:18.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80102025-09-17T22:18:19.331Z[ recovery-image] Sep 17 22:18:18.298 INFO O| Sep 17 22:18:18.298 INFO STEP 1063 (remove_files) COMPLETE
80112025-09-17T22:18:19.331Z[ recovery-image] Sep 17 22:18:18.298 INFO O| Sep 17 22:18:18.298 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-09-17T22:18:19.344Z[ recovery-image] Sep 17 22:18:18.312 INFO O| Sep 17 22:18:18.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80132025-09-17T22:18:19.344Z[ recovery-image] Sep 17 22:18:18.312 INFO O| Sep 17 22:18:18.312 INFO STEP 1064 (remove_files) COMPLETE
80142025-09-17T22:18:19.344Z[ recovery-image] Sep 17 22:18:18.312 INFO O| Sep 17 22:18:18.312 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-09-17T22:18:19.357Z[ recovery-image] Sep 17 22:18:18.325 INFO O| Sep 17 22:18:18.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80162025-09-17T22:18:19.358Z[ recovery-image] Sep 17 22:18:18.325 INFO O| Sep 17 22:18:18.325 INFO STEP 1065 (remove_files) COMPLETE
80172025-09-17T22:18:19.358Z[ recovery-image] Sep 17 22:18:18.325 INFO O| Sep 17 22:18:18.325 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-09-17T22:18:19.371Z[ recovery-image] Sep 17 22:18:18.338 INFO O| Sep 17 22:18:18.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80192025-09-17T22:18:19.371Z[ recovery-image] Sep 17 22:18:18.338 INFO O| Sep 17 22:18:18.338 INFO STEP 1066 (remove_files) COMPLETE
80202025-09-17T22:18:19.374Z[ recovery-image] Sep 17 22:18:18.338 INFO O| Sep 17 22:18:18.338 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-09-17T22:18:19.383Z[ recovery-image] Sep 17 22:18:18.350 INFO O| Sep 17 22:18:18.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80222025-09-17T22:18:19.383Z[ recovery-image] Sep 17 22:18:18.350 INFO O| Sep 17 22:18:18.350 INFO STEP 1067 (remove_files) COMPLETE
80232025-09-17T22:18:19.386Z[ recovery-image] Sep 17 22:18:18.350 INFO O| Sep 17 22:18:18.350 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-09-17T22:18:19.394Z[ recovery-image] Sep 17 22:18:18.361 INFO O| Sep 17 22:18:18.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80252025-09-17T22:18:19.394Z[ recovery-image] Sep 17 22:18:18.361 INFO O| Sep 17 22:18:18.361 INFO STEP 1068 (remove_files) COMPLETE
80262025-09-17T22:18:19.397Z[ recovery-image] Sep 17 22:18:18.361 INFO O| Sep 17 22:18:18.361 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-09-17T22:18:19.406Z[ recovery-image] Sep 17 22:18:18.374 INFO O| Sep 17 22:18:18.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80282025-09-17T22:18:19.406Z[ recovery-image] Sep 17 22:18:18.374 INFO O| Sep 17 22:18:18.374 INFO STEP 1069 (remove_files) COMPLETE
80292025-09-17T22:18:19.410Z[ recovery-image] Sep 17 22:18:18.374 INFO O| Sep 17 22:18:18.374 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-09-17T22:18:19.417Z[ recovery-image] Sep 17 22:18:18.385 INFO O| Sep 17 22:18:18.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80312025-09-17T22:18:19.417Z[ recovery-image] Sep 17 22:18:18.385 INFO O| Sep 17 22:18:18.385 INFO STEP 1070 (remove_files) COMPLETE
80322025-09-17T22:18:19.421Z[ recovery-image] Sep 17 22:18:18.385 INFO O| Sep 17 22:18:18.385 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-09-17T22:18:19.428Z[ recovery-image] Sep 17 22:18:18.396 INFO O| Sep 17 22:18:18.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80342025-09-17T22:18:19.428Z[ recovery-image] Sep 17 22:18:18.396 INFO O| Sep 17 22:18:18.396 INFO STEP 1071 (remove_files) COMPLETE
80352025-09-17T22:18:19.432Z[ recovery-image] Sep 17 22:18:18.396 INFO O| Sep 17 22:18:18.396 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-09-17T22:18:19.440Z[ recovery-image] Sep 17 22:18:18.407 INFO O| Sep 17 22:18:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80372025-09-17T22:18:19.445Z[ recovery-image] Sep 17 22:18:18.407 INFO O| Sep 17 22:18:18.407 INFO STEP 1072 (remove_files) COMPLETE
80382025-09-17T22:18:19.445Z[ recovery-image] Sep 17 22:18:18.407 INFO O| Sep 17 22:18:18.407 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-09-17T22:18:19.452Z[ recovery-image] Sep 17 22:18:18.420 INFO O| Sep 17 22:18:18.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80402025-09-17T22:18:19.452Z[ recovery-image] Sep 17 22:18:18.420 INFO O| Sep 17 22:18:18.420 INFO STEP 1073 (remove_files) COMPLETE
80412025-09-17T22:18:19.452Z[ recovery-image] Sep 17 22:18:18.420 INFO O| Sep 17 22:18:18.420 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-09-17T22:18:19.464Z[ recovery-image] Sep 17 22:18:18.431 INFO O| Sep 17 22:18:18.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80432025-09-17T22:18:19.464Z[ recovery-image] Sep 17 22:18:18.431 INFO O| Sep 17 22:18:18.431 INFO STEP 1074 (remove_files) COMPLETE
80442025-09-17T22:18:19.468Z[ recovery-image] Sep 17 22:18:18.431 INFO O| Sep 17 22:18:18.431 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-09-17T22:18:19.475Z[ recovery-image] Sep 17 22:18:18.442 INFO O| Sep 17 22:18:18.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80462025-09-17T22:18:19.475Z[ recovery-image] Sep 17 22:18:18.442 INFO O| Sep 17 22:18:18.442 INFO STEP 1075 (remove_files) COMPLETE
80472025-09-17T22:18:19.478Z[ recovery-image] Sep 17 22:18:18.442 INFO O| Sep 17 22:18:18.442 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-09-17T22:18:19.486Z[ recovery-image] Sep 17 22:18:18.453 INFO O| Sep 17 22:18:18.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80492025-09-17T22:18:19.486Z[ recovery-image] Sep 17 22:18:18.453 INFO O| Sep 17 22:18:18.453 INFO STEP 1076 (remove_files) COMPLETE
80502025-09-17T22:18:19.489Z[ recovery-image] Sep 17 22:18:18.453 INFO O| Sep 17 22:18:18.453 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-09-17T22:18:19.500Z[ recovery-image] Sep 17 22:18:18.467 INFO O| Sep 17 22:18:18.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80522025-09-17T22:18:19.500Z[ recovery-image] Sep 17 22:18:18.467 INFO O| Sep 17 22:18:18.467 INFO STEP 1077 (remove_files) COMPLETE
80532025-09-17T22:18:19.500Z[ recovery-image] Sep 17 22:18:18.467 INFO O| Sep 17 22:18:18.467 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-09-17T22:18:19.511Z[ recovery-image] Sep 17 22:18:18.479 INFO O| Sep 17 22:18:18.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80552025-09-17T22:18:19.511Z[ recovery-image] Sep 17 22:18:18.479 INFO O| Sep 17 22:18:18.479 INFO STEP 1078 (remove_files) COMPLETE
80562025-09-17T22:18:19.515Z[ recovery-image] Sep 17 22:18:18.479 INFO O| Sep 17 22:18:18.479 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-09-17T22:18:19.524Z[ recovery-image] Sep 17 22:18:18.491 INFO O| Sep 17 22:18:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80582025-09-17T22:18:19.524Z[ recovery-image] Sep 17 22:18:18.491 INFO O| Sep 17 22:18:18.491 INFO STEP 1079 (remove_files) COMPLETE
80592025-09-17T22:18:19.524Z[ recovery-image] Sep 17 22:18:18.491 INFO O| Sep 17 22:18:18.491 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-09-17T22:18:19.539Z[ recovery-image] Sep 17 22:18:18.506 INFO O| Sep 17 22:18:18.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80612025-09-17T22:18:19.539Z[ recovery-image] Sep 17 22:18:18.506 INFO O| Sep 17 22:18:18.506 INFO STEP 1080 (remove_files) COMPLETE
80622025-09-17T22:18:19.542Z[ recovery-image] Sep 17 22:18:18.506 INFO O| Sep 17 22:18:18.506 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-09-17T22:18:19.552Z[ recovery-image] Sep 17 22:18:18.520 INFO O| Sep 17 22:18:18.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80642025-09-17T22:18:19.552Z[ recovery-image] Sep 17 22:18:18.520 INFO O| Sep 17 22:18:18.520 INFO STEP 1081 (remove_files) COMPLETE
80652025-09-17T22:18:19.552Z[ recovery-image] Sep 17 22:18:18.520 INFO O| Sep 17 22:18:18.520 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-09-17T22:18:19.565Z[ recovery-image] Sep 17 22:18:18.532 INFO O| Sep 17 22:18:18.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80672025-09-17T22:18:19.568Z[ recovery-image] Sep 17 22:18:18.533 INFO O| Sep 17 22:18:18.532 INFO STEP 1082 (remove_files) COMPLETE
80682025-09-17T22:18:19.568Z[ recovery-image] Sep 17 22:18:18.533 INFO O| Sep 17 22:18:18.533 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-09-17T22:18:19.597Z[ recovery-image] Sep 17 22:18:18.545 INFO O| Sep 17 22:18:18.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80702025-09-17T22:18:19.597Z[ recovery-image] Sep 17 22:18:18.545 INFO O| Sep 17 22:18:18.545 INFO STEP 1083 (remove_files) COMPLETE
80712025-09-17T22:18:19.601Z[ recovery-image] Sep 17 22:18:18.545 INFO O| Sep 17 22:18:18.545 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-09-17T22:18:19.601Z[ recovery-image] Sep 17 22:18:18.558 INFO O| Sep 17 22:18:18.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80732025-09-17T22:18:19.601Z[ recovery-image] Sep 17 22:18:18.558 INFO O| Sep 17 22:18:18.558 INFO STEP 1084 (remove_files) COMPLETE
80742025-09-17T22:18:19.601Z[ recovery-image] Sep 17 22:18:18.558 INFO O| Sep 17 22:18:18.558 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-09-17T22:18:19.605Z[ recovery-image] Sep 17 22:18:18.569 INFO O| Sep 17 22:18:18.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80762025-09-17T22:18:19.605Z[ recovery-image] Sep 17 22:18:18.570 INFO O| Sep 17 22:18:18.570 INFO STEP 1085 (remove_files) COMPLETE
80772025-09-17T22:18:19.605Z[ recovery-image] Sep 17 22:18:18.570 INFO O| Sep 17 22:18:18.570 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-09-17T22:18:19.613Z[ recovery-image] Sep 17 22:18:18.581 INFO O| Sep 17 22:18:18.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80792025-09-17T22:18:19.614Z[ recovery-image] Sep 17 22:18:18.581 INFO O| Sep 17 22:18:18.581 INFO STEP 1086 (remove_files) COMPLETE
80802025-09-17T22:18:19.617Z[ recovery-image] Sep 17 22:18:18.581 INFO O| Sep 17 22:18:18.581 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-09-17T22:18:19.626Z[ recovery-image] Sep 17 22:18:18.593 INFO O| Sep 17 22:18:18.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80822025-09-17T22:18:19.626Z[ recovery-image] Sep 17 22:18:18.593 INFO O| Sep 17 22:18:18.593 INFO STEP 1087 (remove_files) COMPLETE
80832025-09-17T22:18:19.629Z[ recovery-image] Sep 17 22:18:18.593 INFO O| Sep 17 22:18:18.593 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-09-17T22:18:19.637Z[ recovery-image] Sep 17 22:18:18.604 INFO O| Sep 17 22:18:18.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80852025-09-17T22:18:19.637Z[ recovery-image] Sep 17 22:18:18.604 INFO O| Sep 17 22:18:18.604 INFO STEP 1088 (remove_files) COMPLETE
80862025-09-17T22:18:19.640Z[ recovery-image] Sep 17 22:18:18.604 INFO O| Sep 17 22:18:18.604 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-09-17T22:18:19.649Z[ recovery-image] Sep 17 22:18:18.615 INFO O| Sep 17 22:18:18.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80882025-09-17T22:18:19.649Z[ recovery-image] Sep 17 22:18:18.615 INFO O| Sep 17 22:18:18.615 INFO STEP 1089 (remove_files) COMPLETE
80892025-09-17T22:18:19.653Z[ recovery-image] Sep 17 22:18:18.615 INFO O| Sep 17 22:18:18.615 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-09-17T22:18:19.662Z[ recovery-image] Sep 17 22:18:18.628 INFO O| Sep 17 22:18:18.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80912025-09-17T22:18:19.662Z[ recovery-image] Sep 17 22:18:18.628 INFO O| Sep 17 22:18:18.628 INFO STEP 1090 (remove_files) COMPLETE
80922025-09-17T22:18:19.666Z[ recovery-image] Sep 17 22:18:18.628 INFO O| Sep 17 22:18:18.628 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-09-17T22:18:19.675Z[ recovery-image] Sep 17 22:18:18.642 INFO O| Sep 17 22:18:18.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80942025-09-17T22:18:19.675Z[ recovery-image] Sep 17 22:18:18.642 INFO O| Sep 17 22:18:18.642 INFO STEP 1091 (remove_files) COMPLETE
80952025-09-17T22:18:19.675Z[ recovery-image] Sep 17 22:18:18.642 INFO O| Sep 17 22:18:18.642 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-09-17T22:18:19.689Z[ recovery-image] Sep 17 22:18:18.656 INFO O| Sep 17 22:18:18.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80972025-09-17T22:18:19.689Z[ recovery-image] Sep 17 22:18:18.657 INFO O| Sep 17 22:18:18.657 INFO STEP 1092 (remove_files) COMPLETE
80982025-09-17T22:18:19.689Z[ recovery-image] Sep 17 22:18:18.657 INFO O| Sep 17 22:18:18.657 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-09-17T22:18:19.704Z[ recovery-image] Sep 17 22:18:18.672 INFO O| Sep 17 22:18:18.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81002025-09-17T22:18:19.704Z[ recovery-image] Sep 17 22:18:18.672 INFO O| Sep 17 22:18:18.672 INFO STEP 1093 (remove_files) COMPLETE
81012025-09-17T22:18:19.704Z[ recovery-image] Sep 17 22:18:18.672 INFO O| Sep 17 22:18:18.672 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-09-17T22:18:19.720Z[ recovery-image] Sep 17 22:18:18.687 INFO O| Sep 17 22:18:18.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81032025-09-17T22:18:19.720Z[ recovery-image] Sep 17 22:18:18.687 INFO O| Sep 17 22:18:18.687 INFO STEP 1094 (remove_files) COMPLETE
81042025-09-17T22:18:19.720Z[ recovery-image] Sep 17 22:18:18.687 INFO O| Sep 17 22:18:18.687 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-09-17T22:18:19.735Z[ recovery-image] Sep 17 22:18:18.702 INFO O| Sep 17 22:18:18.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81062025-09-17T22:18:19.735Z[ recovery-image] Sep 17 22:18:18.702 INFO O| Sep 17 22:18:18.702 INFO STEP 1095 (remove_files) COMPLETE
81072025-09-17T22:18:19.738Z[ recovery-image] Sep 17 22:18:18.702 INFO O| Sep 17 22:18:18.702 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-09-17T22:18:19.751Z[ recovery-image] Sep 17 22:18:18.718 INFO O| Sep 17 22:18:18.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81092025-09-17T22:18:19.751Z[ recovery-image] Sep 17 22:18:18.718 INFO O| Sep 17 22:18:18.718 INFO STEP 1096 (remove_files) COMPLETE
81102025-09-17T22:18:19.754Z[ recovery-image] Sep 17 22:18:18.718 INFO O| Sep 17 22:18:18.718 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-09-17T22:18:19.766Z[ recovery-image] Sep 17 22:18:18.733 INFO O| Sep 17 22:18:18.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81122025-09-17T22:18:19.766Z[ recovery-image] Sep 17 22:18:18.733 INFO O| Sep 17 22:18:18.733 INFO STEP 1097 (remove_files) COMPLETE
81132025-09-17T22:18:19.769Z[ recovery-image] Sep 17 22:18:18.733 INFO O| Sep 17 22:18:18.733 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-09-17T22:18:19.780Z[ recovery-image] Sep 17 22:18:18.747 INFO O| Sep 17 22:18:18.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81152025-09-17T22:18:19.780Z[ recovery-image] Sep 17 22:18:18.747 INFO O| Sep 17 22:18:18.747 INFO STEP 1098 (remove_files) COMPLETE
81162025-09-17T22:18:19.780Z[ recovery-image] Sep 17 22:18:18.747 INFO O| Sep 17 22:18:18.747 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-09-17T22:18:19.794Z[ recovery-image] Sep 17 22:18:18.761 INFO O| Sep 17 22:18:18.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81182025-09-17T22:18:19.794Z[ recovery-image] Sep 17 22:18:18.762 INFO O| Sep 17 22:18:18.762 INFO STEP 1099 (remove_files) COMPLETE
81192025-09-17T22:18:19.798Z[ recovery-image] Sep 17 22:18:18.762 INFO O| Sep 17 22:18:18.762 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-09-17T22:18:19.808Z[ recovery-image] Sep 17 22:18:18.776 INFO O| Sep 17 22:18:18.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81212025-09-17T22:18:19.808Z[ recovery-image] Sep 17 22:18:18.776 INFO O| Sep 17 22:18:18.776 INFO STEP 1100 (remove_files) COMPLETE
81222025-09-17T22:18:19.812Z[ recovery-image] Sep 17 22:18:18.776 INFO O| Sep 17 22:18:18.776 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-09-17T22:18:19.824Z[ recovery-image] Sep 17 22:18:18.789 INFO O| Sep 17 22:18:18.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81242025-09-17T22:18:19.824Z[ recovery-image] Sep 17 22:18:18.789 INFO O| Sep 17 22:18:18.789 INFO STEP 1101 (remove_files) COMPLETE
81252025-09-17T22:18:19.828Z[ recovery-image] Sep 17 22:18:18.789 INFO O| Sep 17 22:18:18.789 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-09-17T22:18:19.835Z[ recovery-image] Sep 17 22:18:18.802 INFO O| Sep 17 22:18:18.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81272025-09-17T22:18:19.835Z[ recovery-image] Sep 17 22:18:18.802 INFO O| Sep 17 22:18:18.802 INFO STEP 1102 (remove_files) COMPLETE
81282025-09-17T22:18:19.838Z[ recovery-image] Sep 17 22:18:18.802 INFO O| Sep 17 22:18:18.802 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-09-17T22:18:19.849Z[ recovery-image] Sep 17 22:18:18.817 INFO O| Sep 17 22:18:18.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81302025-09-17T22:18:19.849Z[ recovery-image] Sep 17 22:18:18.817 INFO O| Sep 17 22:18:18.817 INFO STEP 1103 (remove_files) COMPLETE
81312025-09-17T22:18:19.849Z[ recovery-image] Sep 17 22:18:18.817 INFO O| Sep 17 22:18:18.817 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-09-17T22:18:19.864Z[ recovery-image] Sep 17 22:18:18.831 INFO O| Sep 17 22:18:18.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81332025-09-17T22:18:19.864Z[ recovery-image] Sep 17 22:18:18.831 INFO O| Sep 17 22:18:18.831 INFO STEP 1104 (remove_files) COMPLETE
81342025-09-17T22:18:19.867Z[ recovery-image] Sep 17 22:18:18.831 INFO O| Sep 17 22:18:18.831 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-09-17T22:18:19.878Z[ recovery-image] Sep 17 22:18:18.845 INFO O| Sep 17 22:18:18.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81362025-09-17T22:18:19.878Z[ recovery-image] Sep 17 22:18:18.845 INFO O| Sep 17 22:18:18.845 INFO STEP 1105 (remove_files) COMPLETE
81372025-09-17T22:18:19.878Z[ recovery-image] Sep 17 22:18:18.845 INFO O| Sep 17 22:18:18.845 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-09-17T22:18:19.892Z[ recovery-image] Sep 17 22:18:18.860 INFO O| Sep 17 22:18:18.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81392025-09-17T22:18:19.892Z[ recovery-image] Sep 17 22:18:18.860 INFO O| Sep 17 22:18:18.860 INFO STEP 1106 (remove_files) COMPLETE
81402025-09-17T22:18:19.896Z[ recovery-image] Sep 17 22:18:18.860 INFO O| Sep 17 22:18:18.860 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-09-17T22:18:19.907Z[ recovery-image] Sep 17 22:18:18.874 INFO O| Sep 17 22:18:18.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81422025-09-17T22:18:19.907Z[ recovery-image] Sep 17 22:18:18.874 INFO O| Sep 17 22:18:18.874 INFO STEP 1107 (remove_files) COMPLETE
81432025-09-17T22:18:19.907Z[ recovery-image] Sep 17 22:18:18.874 INFO O| Sep 17 22:18:18.874 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-09-17T22:18:19.920Z[ recovery-image] Sep 17 22:18:18.888 INFO O| Sep 17 22:18:18.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81452025-09-17T22:18:19.920Z[ recovery-image] Sep 17 22:18:18.888 INFO O| Sep 17 22:18:18.888 INFO STEP 1108 (remove_files) COMPLETE
81462025-09-17T22:18:19.924Z[ recovery-image] Sep 17 22:18:18.888 INFO O| Sep 17 22:18:18.888 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-09-17T22:18:19.935Z[ recovery-image] Sep 17 22:18:18.902 INFO O| Sep 17 22:18:18.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81482025-09-17T22:18:19.935Z[ recovery-image] Sep 17 22:18:18.902 INFO O| Sep 17 22:18:18.902 INFO STEP 1109 (remove_files) COMPLETE
81492025-09-17T22:18:19.938Z[ recovery-image] Sep 17 22:18:18.902 INFO O| Sep 17 22:18:18.902 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-09-17T22:18:19.950Z[ recovery-image] Sep 17 22:18:18.918 INFO O| Sep 17 22:18:18.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81512025-09-17T22:18:19.950Z[ recovery-image] Sep 17 22:18:18.918 INFO O| Sep 17 22:18:18.918 INFO STEP 1110 (remove_files) COMPLETE
81522025-09-17T22:18:19.954Z[ recovery-image] Sep 17 22:18:18.918 INFO O| Sep 17 22:18:18.918 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-09-17T22:18:19.965Z[ recovery-image] Sep 17 22:18:18.932 INFO O| Sep 17 22:18:18.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81542025-09-17T22:18:19.965Z[ recovery-image] Sep 17 22:18:18.932 INFO O| Sep 17 22:18:18.932 INFO STEP 1111 (remove_files) COMPLETE
81552025-09-17T22:18:19.968Z[ recovery-image] Sep 17 22:18:18.932 INFO O| Sep 17 22:18:18.932 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-09-17T22:18:19.980Z[ recovery-image] Sep 17 22:18:18.947 INFO O| Sep 17 22:18:18.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81572025-09-17T22:18:19.980Z[ recovery-image] Sep 17 22:18:18.947 INFO O| Sep 17 22:18:18.947 INFO STEP 1112 (remove_files) COMPLETE
81582025-09-17T22:18:19.980Z[ recovery-image] Sep 17 22:18:18.947 INFO O| Sep 17 22:18:18.947 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592025-09-17T22:18:19.994Z[ recovery-image] Sep 17 22:18:18.961 INFO O| Sep 17 22:18:18.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81602025-09-17T22:18:19.994Z[ recovery-image] Sep 17 22:18:18.962 INFO O| Sep 17 22:18:18.962 INFO STEP 1113 (remove_files) COMPLETE
81612025-09-17T22:18:19.994Z[ recovery-image] Sep 17 22:18:18.962 INFO O| Sep 17 22:18:18.962 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622025-09-17T22:18:20.008Z[ recovery-image] Sep 17 22:18:18.976 INFO O| Sep 17 22:18:18.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81632025-09-17T22:18:20.008Z[ recovery-image] Sep 17 22:18:18.976 INFO O| Sep 17 22:18:18.976 INFO STEP 1114 (remove_files) COMPLETE
81642025-09-17T22:18:20.011Z[ recovery-image] Sep 17 22:18:18.976 INFO O| Sep 17 22:18:18.976 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652025-09-17T22:18:20.022Z[ recovery-image] Sep 17 22:18:18.989 INFO O| Sep 17 22:18:18.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81662025-09-17T22:18:20.022Z[ recovery-image] Sep 17 22:18:18.989 INFO O| Sep 17 22:18:18.989 INFO STEP 1115 (remove_files) COMPLETE
81672025-09-17T22:18:20.022Z[ recovery-image] Sep 17 22:18:18.989 INFO O| Sep 17 22:18:18.989 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682025-09-17T22:18:20.035Z[ recovery-image] Sep 17 22:18:19.002 INFO O| Sep 17 22:18:19.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81692025-09-17T22:18:20.035Z[ recovery-image] Sep 17 22:18:19.003 INFO O| Sep 17 22:18:19.002 INFO STEP 1116 (remove_files) COMPLETE
81702025-09-17T22:18:20.035Z[ recovery-image] Sep 17 22:18:19.003 INFO O| Sep 17 22:18:19.003 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712025-09-17T22:18:20.049Z[ recovery-image] Sep 17 22:18:19.016 INFO O| Sep 17 22:18:19.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81722025-09-17T22:18:20.049Z[ recovery-image] Sep 17 22:18:19.016 INFO O| Sep 17 22:18:19.016 INFO STEP 1117 (remove_files) COMPLETE
81732025-09-17T22:18:20.052Z[ recovery-image] Sep 17 22:18:19.016 INFO O| Sep 17 22:18:19.016 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742025-09-17T22:18:20.063Z[ recovery-image] Sep 17 22:18:19.031 INFO O| Sep 17 22:18:19.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81752025-09-17T22:18:20.063Z[ recovery-image] Sep 17 22:18:19.031 INFO O| Sep 17 22:18:19.031 INFO STEP 1118 (remove_files) COMPLETE
81762025-09-17T22:18:20.067Z[ recovery-image] Sep 17 22:18:19.031 INFO O| Sep 17 22:18:19.031 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772025-09-17T22:18:20.077Z[ recovery-image] Sep 17 22:18:19.044 INFO O| Sep 17 22:18:19.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81782025-09-17T22:18:20.077Z[ recovery-image] Sep 17 22:18:19.045 INFO O| Sep 17 22:18:19.044 INFO STEP 1119 (remove_files) COMPLETE
81792025-09-17T22:18:20.083Z[ recovery-image] Sep 17 22:18:19.045 INFO O| Sep 17 22:18:19.045 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802025-09-17T22:18:20.091Z[ recovery-image] Sep 17 22:18:19.058 INFO O| Sep 17 22:18:19.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81812025-09-17T22:18:20.094Z[ recovery-image] Sep 17 22:18:19.058 INFO O| Sep 17 22:18:19.058 INFO STEP 1120 (remove_files) COMPLETE
81822025-09-17T22:18:20.094Z[ recovery-image] Sep 17 22:18:19.058 INFO O| Sep 17 22:18:19.058 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832025-09-17T22:18:20.104Z[ recovery-image] Sep 17 22:18:19.072 INFO O| Sep 17 22:18:19.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81842025-09-17T22:18:20.104Z[ recovery-image] Sep 17 22:18:19.072 INFO O| Sep 17 22:18:19.072 INFO STEP 1121 (remove_files) COMPLETE
81852025-09-17T22:18:20.104Z[ recovery-image] Sep 17 22:18:19.072 INFO O| Sep 17 22:18:19.072 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862025-09-17T22:18:20.118Z[ recovery-image] Sep 17 22:18:19.085 INFO O| Sep 17 22:18:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81872025-09-17T22:18:20.118Z[ recovery-image] Sep 17 22:18:19.085 INFO O| Sep 17 22:18:19.085 INFO STEP 1122 (remove_files) COMPLETE
81882025-09-17T22:18:20.118Z[ recovery-image] Sep 17 22:18:19.085 INFO O| Sep 17 22:18:19.085 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892025-09-17T22:18:20.134Z[ recovery-image] Sep 17 22:18:19.100 INFO O| Sep 17 22:18:19.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81902025-09-17T22:18:20.134Z[ recovery-image] Sep 17 22:18:19.101 INFO O| Sep 17 22:18:19.101 INFO STEP 1123 (remove_files) COMPLETE
81912025-09-17T22:18:20.134Z[ recovery-image] Sep 17 22:18:19.101 INFO O| Sep 17 22:18:19.101 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922025-09-17T22:18:20.149Z[ recovery-image] Sep 17 22:18:19.116 INFO O| Sep 17 22:18:19.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81932025-09-17T22:18:20.149Z[ recovery-image] Sep 17 22:18:19.116 INFO O| Sep 17 22:18:19.116 INFO STEP 1124 (remove_files) COMPLETE
81942025-09-17T22:18:20.149Z[ recovery-image] Sep 17 22:18:19.116 INFO O| Sep 17 22:18:19.116 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952025-09-17T22:18:20.164Z[ recovery-image] Sep 17 22:18:19.130 INFO O| Sep 17 22:18:19.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81962025-09-17T22:18:20.164Z[ recovery-image] Sep 17 22:18:19.130 INFO O| Sep 17 22:18:19.130 INFO STEP 1125 (remove_files) COMPLETE
81972025-09-17T22:18:20.168Z[ recovery-image] Sep 17 22:18:19.130 INFO O| Sep 17 22:18:19.130 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982025-09-17T22:18:20.185Z[ recovery-image] Sep 17 22:18:19.151 INFO O| Sep 17 22:18:19.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81992025-09-17T22:18:20.185Z[ recovery-image] Sep 17 22:18:19.151 INFO O| Sep 17 22:18:19.151 INFO STEP 1126 (remove_files) COMPLETE
82002025-09-17T22:18:20.185Z[ recovery-image] Sep 17 22:18:19.151 INFO O| Sep 17 22:18:19.151 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012025-09-17T22:18:20.200Z[ recovery-image] Sep 17 22:18:19.167 INFO O| Sep 17 22:18:19.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82022025-09-17T22:18:20.200Z[ recovery-image] Sep 17 22:18:19.168 INFO O| Sep 17 22:18:19.167 INFO STEP 1127 (remove_files) COMPLETE
82032025-09-17T22:18:20.205Z[ recovery-image] Sep 17 22:18:19.168 INFO O| Sep 17 22:18:19.168 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042025-09-17T22:18:20.219Z[ recovery-image] Sep 17 22:18:19.185 INFO O| Sep 17 22:18:19.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82052025-09-17T22:18:20.219Z[ recovery-image] Sep 17 22:18:19.185 INFO O| Sep 17 22:18:19.185 INFO STEP 1128 (remove_files) COMPLETE
82062025-09-17T22:18:20.219Z[ recovery-image] Sep 17 22:18:19.185 INFO O| Sep 17 22:18:19.185 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072025-09-17T22:18:20.237Z[ recovery-image] Sep 17 22:18:19.203 INFO O| Sep 17 22:18:19.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82082025-09-17T22:18:20.241Z[ recovery-image] Sep 17 22:18:19.203 INFO O| Sep 17 22:18:19.203 INFO STEP 1129 (remove_files) COMPLETE
82092025-09-17T22:18:20.241Z[ recovery-image] Sep 17 22:18:19.204 INFO O| Sep 17 22:18:19.203 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102025-09-17T22:18:20.304Z[ recovery-image] Sep 17 22:18:19.244 INFO O| Sep 17 22:18:19.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82112025-09-17T22:18:20.304Z[ recovery-image] Sep 17 22:18:19.244 INFO O| Sep 17 22:18:19.221 INFO STEP 1130 (remove_files) COMPLETE
82122025-09-17T22:18:20.304Z[ recovery-image] Sep 17 22:18:19.244 INFO O| Sep 17 22:18:19.221 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132025-09-17T22:18:20.304Z[ recovery-image] Sep 17 22:18:19.244 INFO O| Sep 17 22:18:19.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82142025-09-17T22:18:20.304Z[ recovery-image] Sep 17 22:18:19.244 INFO O| Sep 17 22:18:19.237 INFO STEP 1131 (remove_files) COMPLETE
82152025-09-17T22:18:20.304Z[ recovery-image] Sep 17 22:18:19.244 INFO O| Sep 17 22:18:19.237 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162025-09-17T22:18:20.309Z[ recovery-image] Sep 17 22:18:19.252 INFO O| Sep 17 22:18:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82172025-09-17T22:18:20.309Z[ recovery-image] Sep 17 22:18:19.252 INFO O| Sep 17 22:18:19.252 INFO STEP 1132 (remove_files) COMPLETE
82182025-09-17T22:18:20.309Z[ recovery-image] Sep 17 22:18:19.252 INFO O| Sep 17 22:18:19.252 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192025-09-17T22:18:20.309Z[ recovery-image] Sep 17 22:18:19.268 INFO O| Sep 17 22:18:19.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82202025-09-17T22:18:20.309Z[ recovery-image] Sep 17 22:18:19.268 INFO O| Sep 17 22:18:19.268 INFO STEP 1133 (remove_files) COMPLETE
82212025-09-17T22:18:20.309Z[ recovery-image] Sep 17 22:18:19.268 INFO O| Sep 17 22:18:19.268 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222025-09-17T22:18:20.316Z[ recovery-image] Sep 17 22:18:19.283 INFO O| Sep 17 22:18:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82232025-09-17T22:18:20.316Z[ recovery-image] Sep 17 22:18:19.283 INFO O| Sep 17 22:18:19.283 INFO STEP 1134 (remove_files) COMPLETE
82242025-09-17T22:18:20.319Z[ recovery-image] Sep 17 22:18:19.283 INFO O| Sep 17 22:18:19.283 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252025-09-17T22:18:20.331Z[ recovery-image] Sep 17 22:18:19.298 INFO O| Sep 17 22:18:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82262025-09-17T22:18:20.331Z[ recovery-image] Sep 17 22:18:19.298 INFO O| Sep 17 22:18:19.298 INFO STEP 1135 (remove_files) COMPLETE
82272025-09-17T22:18:20.334Z[ recovery-image] Sep 17 22:18:19.298 INFO O| Sep 17 22:18:19.298 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282025-09-17T22:18:20.345Z[ recovery-image] Sep 17 22:18:19.313 INFO O| Sep 17 22:18:19.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82292025-09-17T22:18:20.345Z[ recovery-image] Sep 17 22:18:19.313 INFO O| Sep 17 22:18:19.313 INFO STEP 1136 (remove_files) COMPLETE
82302025-09-17T22:18:20.349Z[ recovery-image] Sep 17 22:18:19.313 INFO O| Sep 17 22:18:19.313 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312025-09-17T22:18:20.359Z[ recovery-image] Sep 17 22:18:19.326 INFO O| Sep 17 22:18:19.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82322025-09-17T22:18:20.359Z[ recovery-image] Sep 17 22:18:19.326 INFO O| Sep 17 22:18:19.326 INFO STEP 1137 (remove_files) COMPLETE
82332025-09-17T22:18:20.359Z[ recovery-image] Sep 17 22:18:19.326 INFO O| Sep 17 22:18:19.326 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342025-09-17T22:18:20.374Z[ recovery-image] Sep 17 22:18:19.341 INFO O| Sep 17 22:18:19.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82352025-09-17T22:18:20.374Z[ recovery-image] Sep 17 22:18:19.342 INFO O| Sep 17 22:18:19.341 INFO STEP 1138 (remove_files) COMPLETE
82362025-09-17T22:18:20.374Z[ recovery-image] Sep 17 22:18:19.342 INFO O| Sep 17 22:18:19.342 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372025-09-17T22:18:20.390Z[ recovery-image] Sep 17 22:18:19.357 INFO O| Sep 17 22:18:19.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82382025-09-17T22:18:20.390Z[ recovery-image] Sep 17 22:18:19.357 INFO O| Sep 17 22:18:19.357 INFO STEP 1139 (remove_files) COMPLETE
82392025-09-17T22:18:20.390Z[ recovery-image] Sep 17 22:18:19.357 INFO O| Sep 17 22:18:19.357 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402025-09-17T22:18:20.406Z[ recovery-image] Sep 17 22:18:19.374 INFO O| Sep 17 22:18:19.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82412025-09-17T22:18:20.406Z[ recovery-image] Sep 17 22:18:19.374 INFO O| Sep 17 22:18:19.374 INFO STEP 1140 (remove_files) COMPLETE
82422025-09-17T22:18:20.406Z[ recovery-image] Sep 17 22:18:19.374 INFO O| Sep 17 22:18:19.374 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432025-09-17T22:18:20.422Z[ recovery-image] Sep 17 22:18:19.389 INFO O| Sep 17 22:18:19.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82442025-09-17T22:18:20.422Z[ recovery-image] Sep 17 22:18:19.389 INFO O| Sep 17 22:18:19.389 INFO STEP 1141 (remove_files) COMPLETE
82452025-09-17T22:18:20.422Z[ recovery-image] Sep 17 22:18:19.389 INFO O| Sep 17 22:18:19.389 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462025-09-17T22:18:20.437Z[ recovery-image] Sep 17 22:18:19.404 INFO O| Sep 17 22:18:19.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82472025-09-17T22:18:20.437Z[ recovery-image] Sep 17 22:18:19.404 INFO O| Sep 17 22:18:19.404 INFO STEP 1142 (remove_files) COMPLETE
82482025-09-17T22:18:20.437Z[ recovery-image] Sep 17 22:18:19.404 INFO O| Sep 17 22:18:19.404 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492025-09-17T22:18:20.452Z[ recovery-image] Sep 17 22:18:19.419 INFO O| Sep 17 22:18:19.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82502025-09-17T22:18:20.455Z[ recovery-image] Sep 17 22:18:19.419 INFO O| Sep 17 22:18:19.419 INFO STEP 1143 (remove_files) COMPLETE
82512025-09-17T22:18:20.455Z[ recovery-image] Sep 17 22:18:19.419 INFO O| Sep 17 22:18:19.419 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522025-09-17T22:18:20.466Z[ recovery-image] Sep 17 22:18:19.433 INFO O| Sep 17 22:18:19.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82532025-09-17T22:18:20.466Z[ recovery-image] Sep 17 22:18:19.433 INFO O| Sep 17 22:18:19.433 INFO STEP 1144 (remove_files) COMPLETE
82542025-09-17T22:18:20.466Z[ recovery-image] Sep 17 22:18:19.433 INFO O| Sep 17 22:18:19.433 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552025-09-17T22:18:20.480Z[ recovery-image] Sep 17 22:18:19.447 INFO O| Sep 17 22:18:19.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82562025-09-17T22:18:20.480Z[ recovery-image] Sep 17 22:18:19.447 INFO O| Sep 17 22:18:19.447 INFO STEP 1145 (remove_files) COMPLETE
82572025-09-17T22:18:20.480Z[ recovery-image] Sep 17 22:18:19.447 INFO O| Sep 17 22:18:19.447 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582025-09-17T22:18:20.494Z[ recovery-image] Sep 17 22:18:19.461 INFO O| Sep 17 22:18:19.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82592025-09-17T22:18:20.494Z[ recovery-image] Sep 17 22:18:19.461 INFO O| Sep 17 22:18:19.461 INFO STEP 1146 (remove_files) COMPLETE
82602025-09-17T22:18:20.497Z[ recovery-image] Sep 17 22:18:19.461 INFO O| Sep 17 22:18:19.461 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612025-09-17T22:18:20.508Z[ recovery-image] Sep 17 22:18:19.475 INFO O| Sep 17 22:18:19.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82622025-09-17T22:18:20.508Z[ recovery-image] Sep 17 22:18:19.475 INFO O| Sep 17 22:18:19.475 INFO STEP 1147 (remove_files) COMPLETE
82632025-09-17T22:18:20.508Z[ recovery-image] Sep 17 22:18:19.475 INFO O| Sep 17 22:18:19.475 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642025-09-17T22:18:20.523Z[ recovery-image] Sep 17 22:18:19.490 INFO O| Sep 17 22:18:19.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82652025-09-17T22:18:20.523Z[ recovery-image] Sep 17 22:18:19.490 INFO O| Sep 17 22:18:19.490 INFO STEP 1148 (remove_files) COMPLETE
82662025-09-17T22:18:20.523Z[ recovery-image] Sep 17 22:18:19.490 INFO O| Sep 17 22:18:19.490 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672025-09-17T22:18:20.537Z[ recovery-image] Sep 17 22:18:19.505 INFO O| Sep 17 22:18:19.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82682025-09-17T22:18:20.537Z[ recovery-image] Sep 17 22:18:19.505 INFO O| Sep 17 22:18:19.505 INFO STEP 1149 (remove_files) COMPLETE
82692025-09-17T22:18:20.537Z[ recovery-image] Sep 17 22:18:19.505 INFO O| Sep 17 22:18:19.505 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702025-09-17T22:18:20.553Z[ recovery-image] Sep 17 22:18:19.520 INFO O| Sep 17 22:18:19.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82712025-09-17T22:18:20.553Z[ recovery-image] Sep 17 22:18:19.520 INFO O| Sep 17 22:18:19.520 INFO STEP 1150 (remove_files) COMPLETE
82722025-09-17T22:18:20.553Z[ recovery-image] Sep 17 22:18:19.520 INFO O| Sep 17 22:18:19.520 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732025-09-17T22:18:20.568Z[ recovery-image] Sep 17 22:18:19.535 INFO O| Sep 17 22:18:19.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82742025-09-17T22:18:20.572Z[ recovery-image] Sep 17 22:18:19.536 INFO O| Sep 17 22:18:19.536 INFO STEP 1151 (remove_files) COMPLETE
82752025-09-17T22:18:20.572Z[ recovery-image] Sep 17 22:18:19.536 INFO O| Sep 17 22:18:19.536 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762025-09-17T22:18:20.585Z[ recovery-image] Sep 17 22:18:19.552 INFO O| Sep 17 22:18:19.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82772025-09-17T22:18:20.585Z[ recovery-image] Sep 17 22:18:19.552 INFO O| Sep 17 22:18:19.552 INFO STEP 1152 (remove_files) COMPLETE
82782025-09-17T22:18:20.585Z[ recovery-image] Sep 17 22:18:19.552 INFO O| Sep 17 22:18:19.552 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792025-09-17T22:18:20.600Z[ recovery-image] Sep 17 22:18:19.567 INFO O| Sep 17 22:18:19.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82802025-09-17T22:18:20.600Z[ recovery-image] Sep 17 22:18:19.567 INFO O| Sep 17 22:18:19.567 INFO STEP 1153 (remove_files) COMPLETE
82812025-09-17T22:18:20.607Z[ recovery-image] Sep 17 22:18:19.567 INFO O| Sep 17 22:18:19.567 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822025-09-17T22:18:20.615Z[ recovery-image] Sep 17 22:18:19.582 INFO O| Sep 17 22:18:19.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82832025-09-17T22:18:20.615Z[ recovery-image] Sep 17 22:18:19.582 INFO O| Sep 17 22:18:19.582 INFO STEP 1154 (remove_files) COMPLETE
82842025-09-17T22:18:20.615Z[ recovery-image] Sep 17 22:18:19.582 INFO O| Sep 17 22:18:19.582 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852025-09-17T22:18:20.631Z[ recovery-image] Sep 17 22:18:19.598 INFO O| Sep 17 22:18:19.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82862025-09-17T22:18:20.631Z[ recovery-image] Sep 17 22:18:19.598 INFO O| Sep 17 22:18:19.598 INFO STEP 1155 (remove_files) COMPLETE
82872025-09-17T22:18:20.634Z[ recovery-image] Sep 17 22:18:19.598 INFO O| Sep 17 22:18:19.598 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882025-09-17T22:18:20.646Z[ recovery-image] Sep 17 22:18:19.613 INFO O| Sep 17 22:18:19.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82892025-09-17T22:18:20.647Z[ recovery-image] Sep 17 22:18:19.614 INFO O| Sep 17 22:18:19.614 INFO STEP 1156 (remove_files) COMPLETE
82902025-09-17T22:18:20.650Z[ recovery-image] Sep 17 22:18:19.614 INFO O| Sep 17 22:18:19.614 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912025-09-17T22:18:20.662Z[ recovery-image] Sep 17 22:18:19.629 INFO O| Sep 17 22:18:19.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82922025-09-17T22:18:20.662Z[ recovery-image] Sep 17 22:18:19.629 INFO O| Sep 17 22:18:19.629 INFO STEP 1157 (remove_files) COMPLETE
82932025-09-17T22:18:20.666Z[ recovery-image] Sep 17 22:18:19.629 INFO O| Sep 17 22:18:19.629 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942025-09-17T22:18:20.677Z[ recovery-image] Sep 17 22:18:19.644 INFO O| Sep 17 22:18:19.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82952025-09-17T22:18:20.677Z[ recovery-image] Sep 17 22:18:19.644 INFO O| Sep 17 22:18:19.644 INFO STEP 1158 (remove_files) COMPLETE
82962025-09-17T22:18:20.677Z[ recovery-image] Sep 17 22:18:19.644 INFO O| Sep 17 22:18:19.644 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972025-09-17T22:18:20.692Z[ recovery-image] Sep 17 22:18:19.659 INFO O| Sep 17 22:18:19.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82982025-09-17T22:18:20.692Z[ recovery-image] Sep 17 22:18:19.659 INFO O| Sep 17 22:18:19.659 INFO STEP 1159 (remove_files) COMPLETE
82992025-09-17T22:18:20.692Z[ recovery-image] Sep 17 22:18:19.659 INFO O| Sep 17 22:18:19.659 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002025-09-17T22:18:20.707Z[ recovery-image] Sep 17 22:18:19.674 INFO O| Sep 17 22:18:19.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83012025-09-17T22:18:20.707Z[ recovery-image] Sep 17 22:18:19.674 INFO O| Sep 17 22:18:19.674 INFO STEP 1160 (remove_files) COMPLETE
83022025-09-17T22:18:20.707Z[ recovery-image] Sep 17 22:18:19.674 INFO O| Sep 17 22:18:19.674 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032025-09-17T22:18:20.723Z[ recovery-image] Sep 17 22:18:19.689 INFO O| Sep 17 22:18:19.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83042025-09-17T22:18:20.723Z[ recovery-image] Sep 17 22:18:19.689 INFO O| Sep 17 22:18:19.689 INFO STEP 1161 (remove_files) COMPLETE
83052025-09-17T22:18:20.723Z[ recovery-image] Sep 17 22:18:19.689 INFO O| Sep 17 22:18:19.689 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062025-09-17T22:18:20.737Z[ recovery-image] Sep 17 22:18:19.704 INFO O| Sep 17 22:18:19.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83072025-09-17T22:18:20.737Z[ recovery-image] Sep 17 22:18:19.704 INFO O| Sep 17 22:18:19.704 INFO STEP 1162 (remove_files) COMPLETE
83082025-09-17T22:18:20.737Z[ recovery-image] Sep 17 22:18:19.704 INFO O| Sep 17 22:18:19.704 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092025-09-17T22:18:20.752Z[ recovery-image] Sep 17 22:18:19.719 INFO O| Sep 17 22:18:19.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83102025-09-17T22:18:20.752Z[ recovery-image] Sep 17 22:18:19.719 INFO O| Sep 17 22:18:19.719 INFO STEP 1163 (remove_files) COMPLETE
83112025-09-17T22:18:20.752Z[ recovery-image] Sep 17 22:18:19.719 INFO O| Sep 17 22:18:19.719 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122025-09-17T22:18:20.768Z[ recovery-image] Sep 17 22:18:19.735 INFO O| Sep 17 22:18:19.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83132025-09-17T22:18:20.768Z[ recovery-image] Sep 17 22:18:19.735 INFO O| Sep 17 22:18:19.735 INFO STEP 1164 (remove_files) COMPLETE
83142025-09-17T22:18:20.768Z[ recovery-image] Sep 17 22:18:19.735 INFO O| Sep 17 22:18:19.735 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152025-09-17T22:18:20.784Z[ recovery-image] Sep 17 22:18:19.751 INFO O| Sep 17 22:18:19.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83162025-09-17T22:18:20.784Z[ recovery-image] Sep 17 22:18:19.751 INFO O| Sep 17 22:18:19.751 INFO STEP 1165 (remove_files) COMPLETE
83172025-09-17T22:18:20.784Z[ recovery-image] Sep 17 22:18:19.751 INFO O| Sep 17 22:18:19.751 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83182025-09-17T22:18:20.807Z[ recovery-image] Sep 17 22:18:19.774 INFO O| Sep 17 22:18:19.773 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83192025-09-17T22:18:20.807Z[ recovery-image] Sep 17 22:18:19.774 INFO O| Sep 17 22:18:19.774 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83202025-09-17T22:18:22.366Z[ recovery-image] Sep 17 22:18:21.330 INFO O| Sep 17 22:18:21.330 INFO STEP 1166 (pack_tar) COMPLETE
83212025-09-17T22:18:22.370Z[ recovery-image] Sep 17 22:18:21.330 INFO O| Sep 17 22:18:21.330 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83222025-09-17T22:18:22.370Z[ recovery-image] Sep 17 22:18:21.330 INFO O| Sep 17 22:18:21.330 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83232025-09-17T22:18:22.700Z[ recovery-image] Sep 17 22:18:21.667 INFO O| Sep 17 22:18:21.667 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83242025-09-17T22:18:22.821Z[ recovery-image] Sep 17 22:18:21.788 INFO O| Sep 17 22:18:21.788 INFO completed processing sled/ramdisk-03-recovery-trim
83252025-09-17T22:18:22.826Z[ recovery-image] Sep 17 22:18:21.793 INFO image builder template: zfs-recovery...
83262025-09-17T22:18:22.826Z[ recovery-image] Sep 17 22:18:21.793 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/.tmp4jCKbt/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None
83272025-09-17T22:18:22.877Z[ recovery-image] Sep 17 22:18:21.844 INFO O| Sep 17 22:18:21.844 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83282025-09-17T22:18:22.883Z[ recovery-image] Sep 17 22:18:21.850 INFO O| Sep 17 22:18:21.850 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83292025-09-17T22:18:22.972Z[ recovery-image] Sep 17 22:18:21.939 INFO O| Sep 17 22:18:21.939 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83302025-09-17T22:18:23.051Z[ recovery-image] Sep 17 22:18:22.017 INFO O| Sep 17 22:18:22.017 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83312025-09-17T22:18:23.051Z[ recovery-image] Sep 17 22:18:22.017 INFO O| Sep 17 22:18:22.017 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83322025-09-17T22:18:23.056Z[ recovery-image] Sep 17 22:18:22.023 INFO O| Sep 17 22:18:22.023 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83332025-09-17T22:18:23.211Z[ recovery-image] Sep 17 22:18:22.178 INFO O| Sep 17 22:18:22.178 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83342025-09-17T22:18:23.333Z[ recovery-image] Sep 17 22:18:22.300 INFO O| Sep 17 22:18:22.300 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83352025-09-17T22:18:23.350Z[ recovery-image] Sep 17 22:18:22.317 INFO O| Sep 17 22:18:22.317 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83362025-09-17T22:18:23.356Z[ recovery-image] Sep 17 22:18:22.323 INFO O| Sep 17 22:18:22.323 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83372025-09-17T22:18:23.370Z[ recovery-image] Sep 17 22:18:22.337 INFO O| Sep 17 22:18:22.337 INFO no lofi found
83382025-09-17T22:18:23.370Z[ recovery-image] Sep 17 22:18:22.337 INFO O| Sep 17 22:18:22.337 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83392025-09-17T22:18:23.370Z[ recovery-image] Sep 17 22:18:22.337 INFO O| Sep 17 22:18:22.337 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83402025-09-17T22:18:26.037Z[ recovery-image] Sep 17 22:18:25.004 INFO O| Sep 17 22:18:25.004 INFO lofi device = /dev/dsk/c2t1d0p0
83412025-09-17T22:18:26.041Z[ recovery-image] Sep 17 22:18:25.004 INFO O| Sep 17 22:18:25.004 INFO pool device = /dev/dsk/c2t1d0p0
83422025-09-17T22:18:26.041Z[ recovery-image] Sep 17 22:18:25.004 INFO O| Sep 17 22:18:25.004 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83432025-09-17T22:18:26.349Z[ recovery-image] Sep 17 22:18:25.315 INFO O| Sep 17 22:18:25.315 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83442025-09-17T22:18:26.349Z[ recovery-image] Sep 17 22:18:25.315 INFO O| Sep 17 22:18:25.315 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83452025-09-17T22:18:26.404Z[ recovery-image] Sep 17 22:18:25.370 INFO O| Sep 17 22:18:25.370 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83462025-09-17T22:18:26.805Z[ recovery-image] Sep 17 22:18:25.771 INFO O| Sep 17 22:18:25.771 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83472025-09-17T22:18:26.883Z[ recovery-image] Sep 17 22:18:25.849 INFO O| Sep 17 22:18:25.849 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83482025-09-17T22:18:26.907Z[ recovery-image] Sep 17 22:18:25.874 INFO O| Sep 17 22:18:25.874 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83492025-09-17T22:18:26.927Z[ recovery-image] Sep 17 22:18:25.894 INFO O| Sep 17 22:18:25.894 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83502025-09-17T22:18:26.998Z[ recovery-image] Sep 17 22:18:25.965 INFO O| Sep 17 22:18:25.965 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83512025-09-17T22:18:27.002Z[ recovery-image] Sep 17 22:18:25.965 INFO O| Sep 17 22:18:25.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83522025-09-17T22:18:27.002Z[ recovery-image] Sep 17 22:18:25.965 INFO O| Sep 17 22:18:25.965 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83532025-09-17T22:18:27.038Z[ recovery-image] Sep 17 22:18:26.005 INFO O| Sep 17 22:18:26.005 INFO boot environment UUID: 3e0a90a3-6f73-4f26-9b0a-52d0d8326b51
83542025-09-17T22:18:27.038Z[ recovery-image] Sep 17 22:18:26.005 INFO O| Sep 17 22:18:26.005 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3e0a90a3-6f73-4f26-9b0a-52d0d8326b51
83552025-09-17T22:18:27.061Z[ recovery-image] Sep 17 22:18:26.026 INFO O| Sep 17 22:18:26.026 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83562025-09-17T22:18:27.081Z[ recovery-image] Sep 17 22:18:26.048 INFO O| Sep 17 22:18:26.047 INFO STEP 0 (create_be) COMPLETE
83572025-09-17T22:18:27.081Z[ recovery-image] Sep 17 22:18:26.048 INFO O| Sep 17 22:18:26.048 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83582025-09-17T22:18:27.103Z[ recovery-image] Sep 17 22:18:26.070 INFO O| Sep 17 22:18:26.069 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"]
83592025-09-17T22:18:34.010Z[ recovery-image] Sep 17 22:18:32.975 INFO O| Sep 17 22:18:32.975 INFO STEP 1 (unpack_tar) COMPLETE
83602025-09-17T22:18:34.010Z[ recovery-image] Sep 17 22:18:32.975 INFO O| Sep 17 22:18:32.975 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83612025-09-17T22:18:34.026Z[ recovery-image] Sep 17 22:18:32.991 INFO O| Sep 17 22:18:32.991 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83622025-09-17T22:18:35.046Z[ recovery-image] Sep 17 22:18:34.011 INFO O| Sep 17 22:18:34.011 INFO STEP 2 (devfsadm) COMPLETE
83632025-09-17T22:18:35.046Z[ recovery-image] Sep 17 22:18:34.012 INFO O| Sep 17 22:18:34.011 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83642025-09-17T22:18:35.063Z[ recovery-image] Sep 17 22:18:34.027 INFO O| Sep 17 22:18:34.027 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83652025-09-17T22:18:35.063Z[ recovery-image] Sep 17 22:18:34.027 INFO O| Sep 17 22:18:34.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83662025-09-17T22:18:35.072Z[ recovery-image] Sep 17 22:18:34.027 INFO O| Sep 17 22:18:34.027 INFO STEP 3 (ensure_dir) COMPLETE
83672025-09-17T22:18:35.072Z[ recovery-image] Sep 17 22:18:34.027 INFO O| Sep 17 22:18:34.027 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83682025-09-17T22:18:35.080Z[ recovery-image] Sep 17 22:18:34.041 INFO O| Sep 17 22:18:34.041 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83692025-09-17T22:18:35.080Z[ recovery-image] Sep 17 22:18:34.041 INFO O| Sep 17 22:18:34.041 INFO STEP 4 (ensure_dir) COMPLETE
83702025-09-17T22:18:35.080Z[ recovery-image] Sep 17 22:18:34.041 INFO O| Sep 17 22:18:34.041 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83712025-09-17T22:18:35.093Z[ recovery-image] Sep 17 22:18:34.054 INFO O| Sep 17 22:18:34.054 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83722025-09-17T22:18:35.093Z[ recovery-image] Sep 17 22:18:34.054 INFO O| Sep 17 22:18:34.054 INFO STEP 5 (ensure_dir) COMPLETE
83732025-09-17T22:18:35.101Z[ recovery-image] Sep 17 22:18:34.054 INFO O| Sep 17 22:18:34.054 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83742025-09-17T22:18:35.106Z[ recovery-image] Sep 17 22:18:34.069 INFO O| Sep 17 22:18:34.069 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83752025-09-17T22:18:35.107Z[ recovery-image] Sep 17 22:18:34.069 INFO O| Sep 17 22:18:34.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83762025-09-17T22:18:35.107Z[ recovery-image] Sep 17 22:18:34.069 INFO O| Sep 17 22:18:34.069 INFO STEP 6 (ensure_dir) COMPLETE
83772025-09-17T22:18:35.107Z[ recovery-image] Sep 17 22:18:34.069 INFO O| Sep 17 22:18:34.069 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83782025-09-17T22:18:35.119Z[ recovery-image] Sep 17 22:18:34.083 INFO O| Sep 17 22:18:34.083 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83792025-09-17T22:18:35.119Z[ recovery-image] Sep 17 22:18:34.084 INFO O| Sep 17 22:18:34.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83802025-09-17T22:18:35.129Z[ recovery-image] Sep 17 22:18:34.084 INFO O| Sep 17 22:18:34.083 INFO STEP 7 (ensure_dir) COMPLETE
83812025-09-17T22:18:35.129Z[ recovery-image] Sep 17 22:18:34.084 INFO O| Sep 17 22:18:34.084 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83822025-09-17T22:18:35.136Z[ recovery-image] Sep 17 22:18:34.096 INFO O| Sep 17 22:18:34.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83832025-09-17T22:18:35.136Z[ recovery-image] Sep 17 22:18:34.096 INFO O| Sep 17 22:18:34.096 INFO STEP 8 (remove_files) COMPLETE
83842025-09-17T22:18:35.136Z[ recovery-image] Sep 17 22:18:34.096 INFO O| Sep 17 22:18:34.096 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83852025-09-17T22:18:35.145Z[ recovery-image] Sep 17 22:18:34.109 INFO O| Sep 17 22:18:34.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83862025-09-17T22:18:35.151Z[ recovery-image] Sep 17 22:18:34.110 INFO O| Sep 17 22:18:34.110 INFO STEP 9 (remove_files) COMPLETE
83872025-09-17T22:18:35.151Z[ recovery-image] Sep 17 22:18:34.110 INFO O| Sep 17 22:18:34.110 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83882025-09-17T22:18:35.158Z[ recovery-image] Sep 17 22:18:34.123 INFO O| Sep 17 22:18:34.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83892025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.124 INFO O| Sep 17 22:18:34.124 INFO STEP 10 (remove_files) COMPLETE
83902025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.124 INFO O| Sep 17 22:18:34.124 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83912025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.139 INFO O| Sep 17 22:18:34.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83922025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.139 INFO O| Sep 17 22:18:34.139 INFO STEP 11 (remove_files) COMPLETE
83932025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.139 INFO O| Sep 17 22:18:34.139 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.152 INFO O| Sep 17 22:18:34.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83952025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.153 INFO O| Sep 17 22:18:34.152 INFO STEP 12 (remove_files) COMPLETE
83962025-09-17T22:18:35.200Z[ recovery-image] Sep 17 22:18:34.153 INFO O| Sep 17 22:18:34.153 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83972025-09-17T22:18:35.204Z[ recovery-image] Sep 17 22:18:34.167 INFO O| Sep 17 22:18:34.167 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83982025-09-17T22:18:35.204Z[ recovery-image] Sep 17 22:18:34.167 INFO O| Sep 17 22:18:34.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83992025-09-17T22:18:35.204Z[ recovery-image] Sep 17 22:18:34.167 INFO O| Sep 17 22:18:34.167 INFO STEP 13 (ensure_dir) COMPLETE
84002025-09-17T22:18:35.204Z[ recovery-image] Sep 17 22:18:34.167 INFO O| Sep 17 22:18:34.167 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84012025-09-17T22:18:35.215Z[ recovery-image] Sep 17 22:18:34.181 INFO O| Sep 17 22:18:34.181 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84022025-09-17T22:18:35.215Z[ recovery-image] Sep 17 22:18:34.181 INFO O| Sep 17 22:18:34.181 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84032025-09-17T22:18:35.215Z[ recovery-image] Sep 17 22:18:34.181 INFO O| Sep 17 22:18:34.181 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84042025-09-17T22:18:35.215Z[ recovery-image] Sep 17 22:18:34.181 INFO O| Sep 17 22:18:34.181 INFO STEP 14 (ensure_dir) COMPLETE
84052025-09-17T22:18:35.219Z[ recovery-image] Sep 17 22:18:34.181 INFO O| Sep 17 22:18:34.181 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84062025-09-17T22:18:35.232Z[ recovery-image] Sep 17 22:18:34.196 INFO O| Sep 17 22:18:34.196 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84072025-09-17T22:18:35.232Z[ recovery-image] Sep 17 22:18:34.197 INFO O| Sep 17 22:18:34.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84082025-09-17T22:18:35.235Z[ recovery-image] Sep 17 22:18:34.197 INFO O| Sep 17 22:18:34.197 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84092025-09-17T22:18:35.235Z[ recovery-image] Sep 17 22:18:34.197 INFO O| Sep 17 22:18:34.197 INFO STEP 15 (ensure_dir) COMPLETE
84102025-09-17T22:18:35.235Z[ recovery-image] Sep 17 22:18:34.197 INFO O| Sep 17 22:18:34.197 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84112025-09-17T22:18:35.245Z[ recovery-image] Sep 17 22:18:34.211 INFO O| Sep 17 22:18:34.211 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84122025-09-17T22:18:35.245Z[ recovery-image] Sep 17 22:18:34.211 INFO O| Sep 17 22:18:34.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84132025-09-17T22:18:35.249Z[ recovery-image] Sep 17 22:18:34.211 INFO O| Sep 17 22:18:34.211 INFO STEP 16 (ensure_dir) COMPLETE
84142025-09-17T22:18:35.249Z[ recovery-image] Sep 17 22:18:34.211 INFO O| Sep 17 22:18:34.211 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84152025-09-17T22:18:35.261Z[ recovery-image] Sep 17 22:18:34.226 INFO O| Sep 17 22:18:34.226 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84162025-09-17T22:18:35.261Z[ recovery-image] Sep 17 22:18:34.226 INFO O| Sep 17 22:18:34.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84172025-09-17T22:18:35.261Z[ recovery-image] Sep 17 22:18:34.226 INFO O| Sep 17 22:18:34.226 INFO STEP 17 (ensure_dir) COMPLETE
84182025-09-17T22:18:35.265Z[ recovery-image] Sep 17 22:18:34.226 INFO O| Sep 17 22:18:34.226 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84192025-09-17T22:18:35.276Z[ recovery-image] Sep 17 22:18:34.242 INFO O| Sep 17 22:18:34.242 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84202025-09-17T22:18:35.276Z[ recovery-image] Sep 17 22:18:34.242 INFO O| Sep 17 22:18:34.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84212025-09-17T22:18:35.276Z[ recovery-image] Sep 17 22:18:34.242 INFO O| Sep 17 22:18:34.242 INFO ok!
84222025-09-17T22:18:35.280Z[ recovery-image] Sep 17 22:18:34.242 INFO O| Sep 17 22:18:34.242 INFO STEP 18 (ensure_symlink) COMPLETE
84232025-09-17T22:18:35.280Z[ recovery-image] Sep 17 22:18:34.242 INFO O| Sep 17 22:18:34.242 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84242025-09-17T22:18:35.291Z[ recovery-image] Sep 17 22:18:34.256 INFO O| Sep 17 22:18:34.256 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84252025-09-17T22:18:35.297Z[ recovery-image] Sep 17 22:18:34.256 INFO O| Sep 17 22:18:34.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84262025-09-17T22:18:35.298Z[ recovery-image] Sep 17 22:18:34.256 INFO O| Sep 17 22:18:34.256 INFO ok!
84272025-09-17T22:18:35.298Z[ recovery-image] Sep 17 22:18:34.256 INFO O| Sep 17 22:18:34.256 INFO STEP 19 (ensure_file) COMPLETE
84282025-09-17T22:18:35.298Z[ recovery-image] Sep 17 22:18:34.256 INFO O| Sep 17 22:18:34.256 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84292025-09-17T22:18:35.311Z[ recovery-image] Sep 17 22:18:34.270 INFO O| Sep 17 22:18:34.270 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84302025-09-17T22:18:35.311Z[ recovery-image] Sep 17 22:18:34.270 INFO O| Sep 17 22:18:34.270 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84312025-09-17T22:18:35.311Z[ recovery-image] Sep 17 22:18:34.270 INFO O| Sep 17 22:18:34.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84322025-09-17T22:18:35.311Z[ recovery-image] Sep 17 22:18:34.270 INFO O| Sep 17 22:18:34.270 INFO ok!
84332025-09-17T22:18:35.311Z[ recovery-image] Sep 17 22:18:34.270 INFO O| Sep 17 22:18:34.270 INFO STEP 20 (ensure_symlink) COMPLETE
84342025-09-17T22:18:35.312Z[ recovery-image] Sep 17 22:18:34.270 INFO O| Sep 17 22:18:34.270 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84352025-09-17T22:18:35.321Z[ recovery-image] Sep 17 22:18:34.285 INFO O| Sep 17 22:18:34.285 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84362025-09-17T22:18:35.321Z[ recovery-image] Sep 17 22:18:34.285 INFO O| Sep 17 22:18:34.285 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84372025-09-17T22:18:35.325Z[ recovery-image] Sep 17 22:18:34.285 INFO O| Sep 17 22:18:34.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84382025-09-17T22:18:35.325Z[ recovery-image] Sep 17 22:18:34.285 INFO O| Sep 17 22:18:34.285 INFO ok!
84392025-09-17T22:18:35.325Z[ recovery-image] Sep 17 22:18:34.285 INFO O| Sep 17 22:18:34.285 INFO STEP 21 (ensure_symlink) COMPLETE
84402025-09-17T22:18:35.325Z[ recovery-image] Sep 17 22:18:34.286 INFO O| Sep 17 22:18:34.285 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84412025-09-17T22:18:35.335Z[ recovery-image] Sep 17 22:18:34.300 INFO O| Sep 17 22:18:34.300 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84422025-09-17T22:18:35.335Z[ recovery-image] Sep 17 22:18:34.300 INFO O| Sep 17 22:18:34.300 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84432025-09-17T22:18:35.338Z[ recovery-image] Sep 17 22:18:34.301 INFO O| Sep 17 22:18:34.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84442025-09-17T22:18:35.338Z[ recovery-image] Sep 17 22:18:34.301 INFO O| Sep 17 22:18:34.300 INFO ok!
84452025-09-17T22:18:35.338Z[ recovery-image] Sep 17 22:18:34.301 INFO O| Sep 17 22:18:34.301 INFO STEP 22 (ensure_symlink) COMPLETE
84462025-09-17T22:18:35.338Z[ recovery-image] Sep 17 22:18:34.301 INFO O| Sep 17 22:18:34.301 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84472025-09-17T22:18:35.350Z[ recovery-image] Sep 17 22:18:34.315 INFO O| Sep 17 22:18:34.315 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84482025-09-17T22:18:35.350Z[ recovery-image] Sep 17 22:18:34.315 INFO O| Sep 17 22:18:34.315 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84492025-09-17T22:18:35.350Z[ recovery-image] Sep 17 22:18:34.315 INFO O| Sep 17 22:18:34.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84502025-09-17T22:18:35.354Z[ recovery-image] Sep 17 22:18:34.315 INFO O| Sep 17 22:18:34.315 INFO ok!
84512025-09-17T22:18:35.354Z[ recovery-image] Sep 17 22:18:34.315 INFO O| Sep 17 22:18:34.315 INFO STEP 23 (ensure_symlink) COMPLETE
84522025-09-17T22:18:35.354Z[ recovery-image] Sep 17 22:18:34.315 INFO O| Sep 17 22:18:34.315 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84532025-09-17T22:18:35.361Z[ recovery-image] Sep 17 22:18:34.327 INFO O| Sep 17 22:18:34.327 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84542025-09-17T22:18:35.362Z[ recovery-image] Sep 17 22:18:34.327 INFO O| Sep 17 22:18:34.327 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 ...
84552025-09-17T22:18:35.365Z[ recovery-image] Sep 17 22:18:34.328 INFO O| Sep 17 22:18:34.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84562025-09-17T22:18:35.365Z[ recovery-image] Sep 17 22:18:34.328 INFO O| Sep 17 22:18:34.328 INFO ok!
84572025-09-17T22:18:35.365Z[ recovery-image] Sep 17 22:18:34.328 INFO O| Sep 17 22:18:34.328 INFO STEP 24 (ensure_file) COMPLETE
84582025-09-17T22:18:35.365Z[ recovery-image] Sep 17 22:18:34.328 INFO O| Sep 17 22:18:34.328 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84592025-09-17T22:18:35.375Z[ recovery-image] Sep 17 22:18:34.341 INFO O| Sep 17 22:18:34.340 INFO updating shadow file
84602025-09-17T22:18:35.378Z[ recovery-image] Sep 17 22:18:34.341 INFO O| Sep 17 22:18:34.341 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84612025-09-17T22:18:35.378Z[ recovery-image] Sep 17 22:18:34.341 INFO O| Sep 17 22:18:34.341 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84622025-09-17T22:18:35.378Z[ recovery-image] Sep 17 22:18:34.341 INFO O| Sep 17 22:18:34.341 INFO STEP 25 (shadow) COMPLETE
84632025-09-17T22:18:35.378Z[ recovery-image] Sep 17 22:18:34.341 INFO O| Sep 17 22:18:34.341 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84642025-09-17T22:18:35.390Z[ recovery-image] Sep 17 22:18:34.356 INFO O| Sep 17 22:18:34.356 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84652025-09-17T22:18:35.390Z[ recovery-image] Sep 17 22:18:34.356 INFO O| Sep 17 22:18:34.356 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84662025-09-17T22:18:35.390Z[ recovery-image] Sep 17 22:18:34.356 INFO O| Sep 17 22:18:34.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84672025-09-17T22:18:35.394Z[ recovery-image] Sep 17 22:18:34.356 INFO O| Sep 17 22:18:34.356 INFO ok!
84682025-09-17T22:18:35.394Z[ recovery-image] Sep 17 22:18:34.356 INFO O| Sep 17 22:18:34.356 INFO STEP 26 (ensure_file) COMPLETE
84692025-09-17T22:18:35.394Z[ recovery-image] Sep 17 22:18:34.356 INFO O| Sep 17 22:18:34.356 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84702025-09-17T22:18:35.406Z[ recovery-image] Sep 17 22:18:34.371 INFO O| Sep 17 22:18:34.371 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84712025-09-17T22:18:35.406Z[ recovery-image] Sep 17 22:18:34.371 INFO O| Sep 17 22:18:34.371 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84722025-09-17T22:18:35.406Z[ recovery-image] Sep 17 22:18:34.371 INFO O| Sep 17 22:18:34.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84732025-09-17T22:18:35.410Z[ recovery-image] Sep 17 22:18:34.371 INFO O| Sep 17 22:18:34.371 INFO ok!
84742025-09-17T22:18:35.410Z[ recovery-image] Sep 17 22:18:34.371 INFO O| Sep 17 22:18:34.371 INFO STEP 27 (ensure_file) COMPLETE
84752025-09-17T22:18:35.410Z[ recovery-image] Sep 17 22:18:34.371 INFO O| Sep 17 22:18:34.371 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84762025-09-17T22:18:35.419Z[ recovery-image] Sep 17 22:18:34.385 INFO O| Sep 17 22:18:34.385 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84772025-09-17T22:18:35.419Z[ recovery-image] Sep 17 22:18:34.385 INFO O| Sep 17 22:18:34.385 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84782025-09-17T22:18:35.419Z[ recovery-image] Sep 17 22:18:34.385 INFO O| Sep 17 22:18:34.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84792025-09-17T22:18:35.422Z[ recovery-image] Sep 17 22:18:34.385 INFO O| Sep 17 22:18:34.385 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84802025-09-17T22:18:35.423Z[ recovery-image] Sep 17 22:18:34.385 INFO O| Sep 17 22:18:34.385 INFO ok!
84812025-09-17T22:18:35.423Z[ recovery-image] Sep 17 22:18:34.385 INFO O| Sep 17 22:18:34.385 INFO STEP 28 (ensure_file) COMPLETE
84822025-09-17T22:18:35.423Z[ recovery-image] Sep 17 22:18:34.385 INFO O| Sep 17 22:18:34.385 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84832025-09-17T22:18:35.434Z[ recovery-image] Sep 17 22:18:34.400 INFO O| Sep 17 22:18:34.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84842025-09-17T22:18:35.434Z[ recovery-image] Sep 17 22:18:34.400 INFO O| Sep 17 22:18:34.400 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84852025-09-17T22:18:35.434Z[ recovery-image] Sep 17 22:18:34.400 INFO O| Sep 17 22:18:34.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84862025-09-17T22:18:35.438Z[ recovery-image] Sep 17 22:18:34.400 INFO O| Sep 17 22:18:34.400 INFO ok!
84872025-09-17T22:18:35.438Z[ recovery-image] Sep 17 22:18:34.400 INFO O| Sep 17 22:18:34.400 INFO STEP 29 (ensure_file) COMPLETE
84882025-09-17T22:18:35.438Z[ recovery-image] Sep 17 22:18:34.400 INFO O| Sep 17 22:18:34.400 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84892025-09-17T22:18:35.449Z[ recovery-image] Sep 17 22:18:34.415 INFO O| Sep 17 22:18:34.415 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84902025-09-17T22:18:35.449Z[ recovery-image] Sep 17 22:18:34.415 INFO O| Sep 17 22:18:34.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84912025-09-17T22:18:35.449Z[ recovery-image] Sep 17 22:18:34.415 INFO O| Sep 17 22:18:34.415 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84922025-09-17T22:18:35.453Z[ recovery-image] Sep 17 22:18:34.415 INFO O| Sep 17 22:18:34.415 INFO STEP 30 (ensure_dir) COMPLETE
84932025-09-17T22:18:35.453Z[ recovery-image] Sep 17 22:18:34.415 INFO O| Sep 17 22:18:34.415 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84942025-09-17T22:18:35.472Z[ recovery-image] Sep 17 22:18:34.429 INFO O| Sep 17 22:18:34.429 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84952025-09-17T22:18:35.472Z[ recovery-image] Sep 17 22:18:34.429 INFO O| Sep 17 22:18:34.429 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 ...
84962025-09-17T22:18:35.472Z[ recovery-image] Sep 17 22:18:34.430 INFO O| Sep 17 22:18:34.429 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
84972025-09-17T22:18:35.472Z[ recovery-image] Sep 17 22:18:34.430 INFO O| Sep 17 22:18:34.430 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84982025-09-17T22:18:35.476Z[ recovery-image] Sep 17 22:18:34.430 INFO O| Sep 17 22:18:34.430 INFO ok!
84992025-09-17T22:18:35.476Z[ recovery-image] Sep 17 22:18:34.430 INFO O| Sep 17 22:18:34.430 INFO STEP 31 (ensure_file) COMPLETE
85002025-09-17T22:18:35.476Z[ recovery-image] Sep 17 22:18:34.430 INFO O| Sep 17 22:18:34.430 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85012025-09-17T22:18:35.479Z[ recovery-image] Sep 17 22:18:34.443 INFO O| Sep 17 22:18:34.443 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85022025-09-17T22:18:35.479Z[ recovery-image] Sep 17 22:18:34.443 INFO O| Sep 17 22:18:34.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85032025-09-17T22:18:35.479Z[ recovery-image] Sep 17 22:18:34.443 INFO O| Sep 17 22:18:34.443 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85042025-09-17T22:18:35.479Z[ recovery-image] Sep 17 22:18:34.443 INFO O| Sep 17 22:18:34.443 INFO STEP 32 (ensure_dir) COMPLETE
85052025-09-17T22:18:35.479Z[ recovery-image] Sep 17 22:18:34.443 INFO O| Sep 17 22:18:34.443 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85062025-09-17T22:18:35.490Z[ recovery-image] Sep 17 22:18:34.456 INFO O| Sep 17 22:18:34.456 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85072025-09-17T22:18:35.490Z[ recovery-image] Sep 17 22:18:34.456 INFO O| Sep 17 22:18:34.456 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 ...
85082025-09-17T22:18:35.490Z[ recovery-image] Sep 17 22:18:34.456 INFO O| Sep 17 22:18:34.456 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
85092025-09-17T22:18:35.490Z[ recovery-image] Sep 17 22:18:34.456 INFO O| Sep 17 22:18:34.456 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85102025-09-17T22:18:35.494Z[ recovery-image] Sep 17 22:18:34.456 INFO O| Sep 17 22:18:34.456 INFO ok!
85112025-09-17T22:18:35.494Z[ recovery-image] Sep 17 22:18:34.456 INFO O| Sep 17 22:18:34.456 INFO STEP 33 (ensure_file) COMPLETE
85122025-09-17T22:18:35.494Z[ recovery-image] Sep 17 22:18:34.456 INFO O| Sep 17 22:18:34.456 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85132025-09-17T22:18:35.504Z[ recovery-image] Sep 17 22:18:34.470 INFO O| Sep 17 22:18:34.470 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85142025-09-17T22:18:35.504Z[ recovery-image] Sep 17 22:18:34.470 INFO O| Sep 17 22:18:34.470 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85152025-09-17T22:18:35.504Z[ recovery-image] Sep 17 22:18:34.470 INFO O| Sep 17 22:18:34.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85162025-09-17T22:18:35.509Z[ recovery-image] Sep 17 22:18:34.470 INFO O| Sep 17 22:18:34.470 INFO ok!
85172025-09-17T22:18:35.509Z[ recovery-image] Sep 17 22:18:34.470 INFO O| Sep 17 22:18:34.470 INFO STEP 34 (ensure_file) COMPLETE
85182025-09-17T22:18:35.509Z[ recovery-image] Sep 17 22:18:34.470 INFO O| Sep 17 22:18:34.470 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85192025-09-17T22:18:35.519Z[ recovery-image] Sep 17 22:18:34.484 INFO O| Sep 17 22:18:34.484 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85202025-09-17T22:18:35.519Z[ recovery-image] Sep 17 22:18:34.484 INFO O| Sep 17 22:18:34.484 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85212025-09-17T22:18:35.522Z[ recovery-image] Sep 17 22:18:34.485 INFO O| Sep 17 22:18:34.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85222025-09-17T22:18:35.522Z[ recovery-image] Sep 17 22:18:34.485 INFO O| Sep 17 22:18:34.485 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85232025-09-17T22:18:35.522Z[ recovery-image] Sep 17 22:18:34.485 INFO O| Sep 17 22:18:34.485 INFO ok!
85242025-09-17T22:18:35.522Z[ recovery-image] Sep 17 22:18:34.485 INFO O| Sep 17 22:18:34.485 INFO STEP 35 (ensure_file) COMPLETE
85252025-09-17T22:18:35.522Z[ recovery-image] Sep 17 22:18:34.485 INFO O| Sep 17 22:18:34.485 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85262025-09-17T22:18:35.532Z[ recovery-image] Sep 17 22:18:34.498 INFO O| Sep 17 22:18:34.498 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85272025-09-17T22:18:35.536Z[ recovery-image] Sep 17 22:18:34.498 INFO O| Sep 17 22:18:34.498 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85282025-09-17T22:18:35.536Z[ recovery-image] Sep 17 22:18:34.498 INFO O| Sep 17 22:18:34.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85292025-09-17T22:18:35.536Z[ recovery-image] Sep 17 22:18:34.499 INFO O| Sep 17 22:18:34.498 INFO ok!
85302025-09-17T22:18:35.536Z[ recovery-image] Sep 17 22:18:34.499 INFO O| Sep 17 22:18:34.498 INFO STEP 36 (ensure_file) COMPLETE
85312025-09-17T22:18:35.536Z[ recovery-image] Sep 17 22:18:34.499 INFO O| Sep 17 22:18:34.498 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85322025-09-17T22:18:35.547Z[ recovery-image] Sep 17 22:18:34.512 INFO O| Sep 17 22:18:34.512 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85332025-09-17T22:18:35.547Z[ recovery-image] Sep 17 22:18:34.512 INFO O| Sep 17 22:18:34.512 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85342025-09-17T22:18:35.550Z[ recovery-image] Sep 17 22:18:34.513 INFO O| Sep 17 22:18:34.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85352025-09-17T22:18:35.550Z[ recovery-image] Sep 17 22:18:34.513 INFO O| Sep 17 22:18:34.513 INFO ok!
85362025-09-17T22:18:35.550Z[ recovery-image] Sep 17 22:18:34.513 INFO O| Sep 17 22:18:34.513 INFO STEP 37 (ensure_file) COMPLETE
85372025-09-17T22:18:35.550Z[ recovery-image] Sep 17 22:18:34.513 INFO O| Sep 17 22:18:34.513 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85382025-09-17T22:18:35.562Z[ recovery-image] Sep 17 22:18:34.527 INFO O| Sep 17 22:18:34.527 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85392025-09-17T22:18:35.562Z[ recovery-image] Sep 17 22:18:34.527 INFO O| Sep 17 22:18:34.527 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85402025-09-17T22:18:35.562Z[ recovery-image] Sep 17 22:18:34.527 INFO O| Sep 17 22:18:34.527 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85412025-09-17T22:18:35.565Z[ recovery-image] Sep 17 22:18:34.527 INFO O| Sep 17 22:18:34.527 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85422025-09-17T22:18:35.565Z[ recovery-image] Sep 17 22:18:34.527 INFO O| Sep 17 22:18:34.527 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85432025-09-17T22:18:35.565Z[ recovery-image] Sep 17 22:18:34.527 INFO O| Sep 17 22:18:34.527 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85442025-09-17T22:18:35.565Z[ recovery-image] Sep 17 22:18:34.528 INFO O| Sep 17 22:18:34.527 INFO ok!
85452025-09-17T22:18:35.565Z[ recovery-image] Sep 17 22:18:34.528 INFO O| Sep 17 22:18:34.527 INFO STEP 38 (ensure_file) COMPLETE
85462025-09-17T22:18:35.565Z[ recovery-image] Sep 17 22:18:34.528 INFO O| Sep 17 22:18:34.528 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85472025-09-17T22:18:35.576Z[ recovery-image] Sep 17 22:18:34.542 INFO O| Sep 17 22:18:34.542 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85482025-09-17T22:18:35.576Z[ recovery-image] Sep 17 22:18:34.542 INFO O| Sep 17 22:18:34.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85492025-09-17T22:18:35.579Z[ recovery-image] Sep 17 22:18:34.542 INFO O| Sep 17 22:18:34.542 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85502025-09-17T22:18:35.579Z[ recovery-image] Sep 17 22:18:34.542 INFO O| Sep 17 22:18:34.542 INFO STEP 39 (ensure_dir) COMPLETE
85512025-09-17T22:18:35.579Z[ recovery-image] Sep 17 22:18:34.542 INFO O| Sep 17 22:18:34.542 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85522025-09-17T22:18:35.592Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 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
85532025-09-17T22:18:35.592Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 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 ...
85542025-09-17T22:18:35.596Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 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
85552025-09-17T22:18:35.596Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 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
85562025-09-17T22:18:35.596Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 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
85572025-09-17T22:18:35.596Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 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
85582025-09-17T22:18:35.596Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 INFO ok!
85592025-09-17T22:18:35.596Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 INFO STEP 40 (ensure_file) COMPLETE
85602025-09-17T22:18:35.596Z[ recovery-image] Sep 17 22:18:34.558 INFO O| Sep 17 22:18:34.558 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85612025-09-17T22:18:35.608Z[ recovery-image] Sep 17 22:18:34.573 INFO O| Sep 17 22:18:34.573 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85622025-09-17T22:18:35.608Z[ recovery-image] Sep 17 22:18:34.573 INFO O| Sep 17 22:18:34.573 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 ...
85632025-09-17T22:18:35.611Z[ recovery-image] Sep 17 22:18:34.573 INFO O| Sep 17 22:18:34.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85642025-09-17T22:18:35.611Z[ recovery-image] Sep 17 22:18:34.573 INFO O| Sep 17 22:18:34.573 INFO ok!
85652025-09-17T22:18:35.611Z[ recovery-image] Sep 17 22:18:34.573 INFO O| Sep 17 22:18:34.573 INFO STEP 41 (ensure_symlink) COMPLETE
85662025-09-17T22:18:35.611Z[ recovery-image] Sep 17 22:18:34.573 INFO O| Sep 17 22:18:34.573 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85672025-09-17T22:18:35.622Z[ recovery-image] Sep 17 22:18:34.587 INFO O| Sep 17 22:18:34.587 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85682025-09-17T22:18:35.622Z[ recovery-image] Sep 17 22:18:34.588 INFO O| Sep 17 22:18:34.587 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85692025-09-17T22:18:35.625Z[ recovery-image] Sep 17 22:18:34.588 INFO O| Sep 17 22:18:34.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85702025-09-17T22:18:35.625Z[ recovery-image] Sep 17 22:18:34.588 INFO O| Sep 17 22:18:34.588 INFO ok!
85712025-09-17T22:18:35.625Z[ recovery-image] Sep 17 22:18:34.588 INFO O| Sep 17 22:18:34.588 INFO STEP 42 (ensure_symlink) COMPLETE
85722025-09-17T22:18:35.625Z[ recovery-image] Sep 17 22:18:34.588 INFO O| Sep 17 22:18:34.588 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85732025-09-17T22:18:35.636Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85742025-09-17T22:18:35.639Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85752025-09-17T22:18:35.640Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85762025-09-17T22:18:35.640Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85772025-09-17T22:18:35.640Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85782025-09-17T22:18:35.640Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85792025-09-17T22:18:35.640Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO ok!
85802025-09-17T22:18:35.640Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO STEP 43 (ensure_file) COMPLETE
85812025-09-17T22:18:35.640Z[ recovery-image] Sep 17 22:18:34.602 INFO O| Sep 17 22:18:34.602 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85822025-09-17T22:18:35.650Z[ recovery-image] Sep 17 22:18:34.616 INFO O| Sep 17 22:18:34.616 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85832025-09-17T22:18:35.650Z[ recovery-image] Sep 17 22:18:34.616 INFO O| Sep 17 22:18:34.616 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 ...
85842025-09-17T22:18:35.653Z[ recovery-image] Sep 17 22:18:34.616 INFO O| Sep 17 22:18:34.616 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
85852025-09-17T22:18:35.654Z[ recovery-image] Sep 17 22:18:34.616 INFO O| Sep 17 22:18:34.616 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85862025-09-17T22:18:35.654Z[ recovery-image] Sep 17 22:18:34.616 INFO O| Sep 17 22:18:34.616 INFO ok!
85872025-09-17T22:18:35.654Z[ recovery-image] Sep 17 22:18:34.616 INFO O| Sep 17 22:18:34.616 INFO STEP 44 (ensure_file) COMPLETE
85882025-09-17T22:18:35.654Z[ recovery-image] Sep 17 22:18:34.616 INFO O| Sep 17 22:18:34.616 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85892025-09-17T22:18:35.664Z[ recovery-image] Sep 17 22:18:34.629 INFO O| Sep 17 22:18:34.629 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85902025-09-17T22:18:35.664Z[ recovery-image] Sep 17 22:18:34.630 INFO O| Sep 17 22:18:34.629 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85912025-09-17T22:18:35.664Z[ recovery-image] Sep 17 22:18:34.630 INFO O| Sep 17 22:18:34.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85922025-09-17T22:18:35.664Z[ recovery-image] Sep 17 22:18:34.630 INFO O| Sep 17 22:18:34.630 INFO ok!
85932025-09-17T22:18:35.664Z[ recovery-image] Sep 17 22:18:34.630 INFO O| Sep 17 22:18:34.630 INFO STEP 45 (ensure_file) COMPLETE
85942025-09-17T22:18:35.668Z[ recovery-image] Sep 17 22:18:34.630 INFO O| Sep 17 22:18:34.630 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85952025-09-17T22:18:35.677Z[ recovery-image] Sep 17 22:18:34.643 INFO O| Sep 17 22:18:34.642 INFO updating shadow file
85962025-09-17T22:18:35.680Z[ recovery-image] Sep 17 22:18:34.643 INFO O| Sep 17 22:18:34.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85972025-09-17T22:18:35.680Z[ recovery-image] Sep 17 22:18:34.643 INFO O| Sep 17 22:18:34.643 INFO STEP 46 (shadow) COMPLETE
85982025-09-17T22:18:35.680Z[ recovery-image] Sep 17 22:18:34.643 INFO O| Sep 17 22:18:34.643 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85992025-09-17T22:18:35.691Z[ recovery-image] Sep 17 22:18:34.657 INFO O| Sep 17 22:18:34.657 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86002025-09-17T22:18:35.691Z[ recovery-image] Sep 17 22:18:34.657 INFO O| Sep 17 22:18:34.657 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86012025-09-17T22:18:35.691Z[ recovery-image] Sep 17 22:18:34.657 INFO O| Sep 17 22:18:34.657 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86022025-09-17T22:18:35.691Z[ recovery-image] Sep 17 22:18:34.657 INFO O| Sep 17 22:18:34.657 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86032025-09-17T22:18:35.691Z[ recovery-image] Sep 17 22:18:34.657 INFO O| Sep 17 22:18:34.657 INFO ok!
86042025-09-17T22:18:35.695Z[ recovery-image] Sep 17 22:18:34.657 INFO O| Sep 17 22:18:34.657 INFO STEP 47 (ensure_file) COMPLETE
86052025-09-17T22:18:35.695Z[ recovery-image] Sep 17 22:18:34.657 INFO O| Sep 17 22:18:34.657 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062025-09-17T22:18:35.706Z[ recovery-image] Sep 17 22:18:34.672 INFO O| Sep 17 22:18:34.672 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86072025-09-17T22:18:35.706Z[ recovery-image] Sep 17 22:18:34.672 INFO O| Sep 17 22:18:34.672 INFO STEP 48 (ensure_dir) COMPLETE
86082025-09-17T22:18:35.710Z[ recovery-image] Sep 17 22:18:34.672 INFO O| Sep 17 22:18:34.672 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86092025-09-17T22:18:35.720Z[ recovery-image] Sep 17 22:18:34.685 INFO O| Sep 17 22:18:34.685 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86102025-09-17T22:18:35.723Z[ recovery-image] Sep 17 22:18:34.685 INFO O| Sep 17 22:18:34.685 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86112025-09-17T22:18:35.723Z[ recovery-image] Sep 17 22:18:34.685 INFO O| Sep 17 22:18:34.685 INFO STEP 49 (ensure_dir) COMPLETE
86122025-09-17T22:18:35.723Z[ recovery-image] Sep 17 22:18:34.685 INFO O| Sep 17 22:18:34.685 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86132025-09-17T22:18:35.734Z[ recovery-image] Sep 17 22:18:34.700 INFO O| Sep 17 22:18:34.700 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86142025-09-17T22:18:35.734Z[ recovery-image] Sep 17 22:18:34.700 INFO O| Sep 17 22:18:34.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86152025-09-17T22:18:35.738Z[ recovery-image] Sep 17 22:18:34.700 INFO O| Sep 17 22:18:34.700 INFO STEP 50 (ensure_dir) COMPLETE
86162025-09-17T22:18:35.738Z[ recovery-image] Sep 17 22:18:34.700 INFO O| Sep 17 22:18:34.700 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172025-09-17T22:18:35.749Z[ recovery-image] Sep 17 22:18:34.714 INFO O| Sep 17 22:18:34.714 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86182025-09-17T22:18:35.749Z[ recovery-image] Sep 17 22:18:34.714 INFO O| Sep 17 22:18:34.714 INFO copying /tmp/.tmp4jCKbt/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86192025-09-17T22:18:35.837Z[ recovery-image] Sep 17 22:18:34.803 INFO O| Sep 17 22:18:34.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86202025-09-17T22:18:35.838Z[ recovery-image] Sep 17 22:18:34.803 INFO O| Sep 17 22:18:34.803 INFO ok!
86212025-09-17T22:18:35.838Z[ recovery-image] Sep 17 22:18:34.803 INFO O| Sep 17 22:18:34.803 INFO STEP 51 (ensure_file) COMPLETE
86222025-09-17T22:18:35.841Z[ recovery-image] Sep 17 22:18:34.803 INFO O| Sep 17 22:18:34.803 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86232025-09-17T22:18:35.853Z[ recovery-image] Sep 17 22:18:34.819 INFO O| Sep 17 22:18:34.819 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86242025-09-17T22:18:35.853Z[ recovery-image] Sep 17 22:18:34.819 INFO O| Sep 17 22:18:34.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86252025-09-17T22:18:35.857Z[ recovery-image] Sep 17 22:18:34.819 INFO O| Sep 17 22:18:34.819 INFO STEP 52 (ensure_dir) COMPLETE
86262025-09-17T22:18:35.857Z[ recovery-image] Sep 17 22:18:34.819 INFO O| Sep 17 22:18:34.819 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86272025-09-17T22:18:35.867Z[ recovery-image] Sep 17 22:18:34.833 INFO O| Sep 17 22:18:34.833 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86282025-09-17T22:18:35.868Z[ recovery-image] Sep 17 22:18:34.833 INFO O| Sep 17 22:18:34.833 INFO copying /tmp/.tmp4jCKbt/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86292025-09-17T22:18:35.871Z[ recovery-image] Sep 17 22:18:34.833 INFO O| Sep 17 22:18:34.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86302025-09-17T22:18:35.871Z[ recovery-image] Sep 17 22:18:34.833 INFO O| Sep 17 22:18:34.833 INFO ok!
86312025-09-17T22:18:35.871Z[ recovery-image] Sep 17 22:18:34.833 INFO O| Sep 17 22:18:34.833 INFO STEP 53 (ensure_file) COMPLETE
86322025-09-17T22:18:35.871Z[ recovery-image] Sep 17 22:18:34.833 INFO O| Sep 17 22:18:34.833 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86332025-09-17T22:18:35.882Z[ recovery-image] Sep 17 22:18:34.847 INFO O| Sep 17 22:18:34.847 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86342025-09-17T22:18:35.882Z[ recovery-image] Sep 17 22:18:34.847 INFO O| Sep 17 22:18:34.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86352025-09-17T22:18:35.885Z[ recovery-image] Sep 17 22:18:34.847 INFO O| Sep 17 22:18:34.847 INFO STEP 54 (ensure_dir) COMPLETE
86362025-09-17T22:18:35.885Z[ recovery-image] Sep 17 22:18:34.848 INFO O| Sep 17 22:18:34.847 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86372025-09-17T22:18:35.918Z[ recovery-image] Sep 17 22:18:34.882 INFO O| Sep 17 22:18:34.882 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86382025-09-17T22:18:35.918Z[ recovery-image] Sep 17 22:18:34.882 INFO O| Sep 17 22:18:34.882 INFO copying /tmp/.tmp4jCKbt/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86392025-09-17T22:18:37.918Z[ recovery-image] Sep 17 22:18:36.882 INFO O| Sep 17 22:18:36.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86402025-09-17T22:18:37.919Z[ recovery-image] Sep 17 22:18:36.882 INFO O| Sep 17 22:18:36.882 INFO ok!
86412025-09-17T22:18:37.922Z[ recovery-image] Sep 17 22:18:36.882 INFO O| Sep 17 22:18:36.882 INFO STEP 55 (ensure_file) COMPLETE
86422025-09-17T22:18:37.922Z[ recovery-image] Sep 17 22:18:36.882 INFO O| Sep 17 22:18:36.882 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86432025-09-17T22:18:37.934Z[ recovery-image] Sep 17 22:18:36.899 INFO O| Sep 17 22:18:36.899 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86442025-09-17T22:18:37.934Z[ recovery-image] Sep 17 22:18:36.899 INFO O| Sep 17 22:18:36.899 INFO copying /tmp/.tmp4jCKbt/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86452025-09-17T22:18:39.860Z[ recovery-image] Sep 17 22:18:38.802 INFO O| Sep 17 22:18:38.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86462025-09-17T22:18:39.861Z[ recovery-image] Sep 17 22:18:38.802 INFO O| Sep 17 22:18:38.802 INFO ok!
86472025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.802 INFO O| Sep 17 22:18:38.802 INFO STEP 56 (ensure_file) COMPLETE
86482025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.802 INFO O| Sep 17 22:18:38.802 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86492025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.818 INFO O| Sep 17 22:18:38.818 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86502025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.818 INFO O| Sep 17 22:18:38.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86512025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.818 INFO O| Sep 17 22:18:38.818 INFO STEP 57 (ensure_dir) COMPLETE
86522025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.818 INFO O| Sep 17 22:18:38.818 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86532025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.832 INFO O| Sep 17 22:18:38.832 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86542025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.832 INFO O| Sep 17 22:18:38.832 INFO copying /tmp/.tmp4jCKbt/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 ...
86552025-09-17T22:18:39.968Z[ recovery-image] Sep 17 22:18:38.832 INFO O| Sep 17 22:18:38.832 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
86562025-09-17T22:18:39.969Z[ recovery-image] Sep 17 22:18:38.832 INFO O| Sep 17 22:18:38.832 INFO ok!
86572025-09-17T22:18:39.969Z[ recovery-image] Sep 17 22:18:38.832 INFO O| Sep 17 22:18:38.832 INFO STEP 58 (ensure_file) COMPLETE
86582025-09-17T22:18:39.969Z[ recovery-image] Sep 17 22:18:38.832 INFO O| Sep 17 22:18:38.832 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86592025-09-17T22:18:40.245Z[ recovery-image] Sep 17 22:18:38.848 INFO O| Sep 17 22:18:38.847 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86602025-09-17T22:18:40.245Z[ recovery-image] Sep 17 22:18:38.848 INFO O| Sep 17 22:18:38.848 INFO copying /tmp/.tmp4jCKbt/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 ...
86612025-09-17T22:18:40.245Z[ recovery-image] Sep 17 22:18:38.848 INFO O| Sep 17 22:18:38.848 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
86622025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.848 INFO O| Sep 17 22:18:38.848 INFO ok!
86632025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.848 INFO O| Sep 17 22:18:38.848 INFO STEP 59 (ensure_file) COMPLETE
86642025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.848 INFO O| Sep 17 22:18:38.848 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86652025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.862 INFO O| Sep 17 22:18:38.862 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86662025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.862 INFO O| Sep 17 22:18:38.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86672025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.862 INFO O| Sep 17 22:18:38.862 INFO STEP 60 (ensure_dir) COMPLETE
86682025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.862 INFO O| Sep 17 22:18:38.862 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86692025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.876 INFO O| Sep 17 22:18:38.876 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86702025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.876 INFO O| Sep 17 22:18:38.876 INFO copying /tmp/.tmp4jCKbt/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 ...
86712025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.876 INFO O| Sep 17 22:18:38.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86722025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.876 INFO O| Sep 17 22:18:38.876 INFO ok!
86732025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.876 INFO O| Sep 17 22:18:38.876 INFO STEP 61 (ensure_file) COMPLETE
86742025-09-17T22:18:40.246Z[ recovery-image] Sep 17 22:18:38.876 INFO O| Sep 17 22:18:38.876 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.887 INFO O| Sep 17 22:18:38.887 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86762025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.887 INFO O| Sep 17 22:18:38.887 INFO copying /tmp/.tmp4jCKbt/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 ...
86772025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.887 INFO O| Sep 17 22:18:38.887 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
86782025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.887 INFO O| Sep 17 22:18:38.887 INFO ok!
86792025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.887 INFO O| Sep 17 22:18:38.887 INFO STEP 62 (ensure_file) COMPLETE
86802025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.887 INFO O| Sep 17 22:18:38.887 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.899 INFO O| Sep 17 22:18:38.899 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86822025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.899 INFO O| Sep 17 22:18:38.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86832025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.899 INFO O| Sep 17 22:18:38.899 INFO STEP 63 (ensure_dir) COMPLETE
86842025-09-17T22:18:40.247Z[ recovery-image] Sep 17 22:18:38.899 INFO O| Sep 17 22:18:38.899 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86852025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.912 INFO O| Sep 17 22:18:38.912 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86862025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.912 INFO O| Sep 17 22:18:38.912 INFO copying /tmp/.tmp4jCKbt/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 ...
86872025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.912 INFO O| Sep 17 22:18:38.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86882025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.912 INFO O| Sep 17 22:18:38.912 INFO ok!
86892025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.912 INFO O| Sep 17 22:18:38.912 INFO STEP 64 (ensure_file) COMPLETE
86902025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.912 INFO O| Sep 17 22:18:38.912 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86912025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.925 INFO O| Sep 17 22:18:38.925 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86922025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.925 INFO O| Sep 17 22:18:38.925 INFO copying /tmp/.tmp4jCKbt/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86932025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.925 INFO O| Sep 17 22:18:38.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86942025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.925 INFO O| Sep 17 22:18:38.925 INFO ok!
86952025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.925 INFO O| Sep 17 22:18:38.925 INFO STEP 65 (ensure_file) COMPLETE
86962025-09-17T22:18:40.248Z[ recovery-image] Sep 17 22:18:38.925 INFO O| Sep 17 22:18:38.925 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972025-09-17T22:18:40.249Z[ recovery-image] Sep 17 22:18:38.936 INFO O| Sep 17 22:18:38.936 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86982025-09-17T22:18:40.249Z[ recovery-image] Sep 17 22:18:38.936 INFO O| Sep 17 22:18:38.936 INFO STEP 66 (ensure_dir) COMPLETE
86992025-09-17T22:18:40.249Z[ recovery-image] Sep 17 22:18:38.936 INFO O| Sep 17 22:18:38.936 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002025-09-17T22:18:40.249Z[ recovery-image] Sep 17 22:18:38.947 INFO O| Sep 17 22:18:38.947 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87012025-09-17T22:18:40.249Z[ recovery-image] Sep 17 22:18:38.947 INFO O| Sep 17 22:18:38.947 INFO STEP 67 (ensure_dir) COMPLETE
87022025-09-17T22:18:40.250Z[ recovery-image] Sep 17 22:18:38.947 INFO O| Sep 17 22:18:38.947 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87032025-09-17T22:18:40.250Z[ recovery-image] Sep 17 22:18:38.959 INFO O| Sep 17 22:18:38.959 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87042025-09-17T22:18:40.250Z[ recovery-image] Sep 17 22:18:38.959 INFO O| Sep 17 22:18:38.959 INFO STEP 68 (ensure_dir) COMPLETE
87052025-09-17T22:18:40.250Z[ recovery-image] Sep 17 22:18:38.959 INFO O| Sep 17 22:18:38.959 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87062025-09-17T22:18:40.250Z[ recovery-image] Sep 17 22:18:38.971 INFO O| Sep 17 22:18:38.971 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87072025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.971 INFO O| Sep 17 22:18:38.971 INFO STEP 69 (ensure_dir) COMPLETE
87082025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.971 INFO O| Sep 17 22:18:38.971 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87092025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.985 INFO O| Sep 17 22:18:38.985 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87102025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.986 INFO O| Sep 17 22:18:38.985 INFO copying /tmp/.tmp4jCKbt/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87112025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.986 INFO O| Sep 17 22:18:38.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87122025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.986 INFO O| Sep 17 22:18:38.986 INFO ok!
87132025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.986 INFO O| Sep 17 22:18:38.986 INFO STEP 70 (ensure_file) COMPLETE
87142025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:38.986 INFO O| Sep 17 22:18:38.986 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87152025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:39.000 INFO O| Sep 17 22:18:38.999 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87162025-09-17T22:18:40.261Z[ recovery-image] Sep 17 22:18:39.000 INFO O| Sep 17 22:18:39.000 INFO STEP 71 (remove_files) COMPLETE
87172025-09-17T22:18:40.262Z[ recovery-image] Sep 17 22:18:39.000 INFO O| Sep 17 22:18:39.000 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87182025-09-17T22:18:40.262Z[ recovery-image] Sep 17 22:18:39.013 INFO O| Sep 17 22:18:39.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87192025-09-17T22:18:40.262Z[ recovery-image] Sep 17 22:18:39.013 INFO O| Sep 17 22:18:39.013 INFO STEP 72 (remove_files) COMPLETE
87202025-09-17T22:18:40.262Z[ recovery-image] Sep 17 22:18:39.013 INFO O| Sep 17 22:18:39.013 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87212025-09-17T22:18:40.472Z[ recovery-image] Sep 17 22:18:39.026 INFO O| Sep 17 22:18:39.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87222025-09-17T22:18:40.472Z[ recovery-image] Sep 17 22:18:39.026 INFO O| Sep 17 22:18:39.026 INFO STEP 73 (remove_files) COMPLETE
87232025-09-17T22:18:40.472Z[ recovery-image] Sep 17 22:18:39.026 INFO O| Sep 17 22:18:39.026 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87242025-09-17T22:18:40.472Z[ recovery-image] Sep 17 22:18:39.038 INFO O| Sep 17 22:18:39.038 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87252025-09-17T22:18:40.472Z[ recovery-image] Sep 17 22:18:39.039 INFO O| Sep 17 22:18:39.039 INFO STEP 74 (remove_files) COMPLETE
87262025-09-17T22:18:40.472Z[ recovery-image] Sep 17 22:18:39.039 INFO O| Sep 17 22:18:39.039 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87272025-09-17T22:18:40.472Z[ recovery-image] Sep 17 22:18:39.053 INFO O| Sep 17 22:18:39.053 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87282025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.053 INFO O| Sep 17 22:18:39.053 INFO STEP 75 (remove_files) COMPLETE
87292025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.053 INFO O| Sep 17 22:18:39.053 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87302025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.068 INFO O| Sep 17 22:18:39.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87312025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.068 INFO O| Sep 17 22:18:39.068 INFO STEP 76 (remove_files) COMPLETE
87322025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.068 INFO O| Sep 17 22:18:39.068 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87332025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.081 INFO O| Sep 17 22:18:39.081 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87342025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.081 INFO O| Sep 17 22:18:39.081 INFO STEP 77 (remove_files) COMPLETE
87352025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.081 INFO O| Sep 17 22:18:39.081 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87362025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.093 INFO O| Sep 17 22:18:39.093 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87372025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.093 INFO O| Sep 17 22:18:39.093 INFO STEP 78 (remove_files) COMPLETE
87382025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.093 INFO O| Sep 17 22:18:39.093 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87392025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.105 INFO O| Sep 17 22:18:39.105 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87402025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.105 INFO O| Sep 17 22:18:39.105 INFO STEP 79 (remove_files) COMPLETE
87412025-09-17T22:18:40.473Z[ recovery-image] Sep 17 22:18:39.105 INFO O| Sep 17 22:18:39.105 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87422025-09-17T22:18:40.474Z[ recovery-image] Sep 17 22:18:39.117 INFO O| Sep 17 22:18:39.117 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87432025-09-17T22:18:40.474Z[ recovery-image] Sep 17 22:18:39.117 INFO O| Sep 17 22:18:39.117 INFO STEP 80 (remove_files) COMPLETE
87442025-09-17T22:18:40.474Z[ recovery-image] Sep 17 22:18:39.117 INFO O| Sep 17 22:18:39.117 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.128 INFO O| Sep 17 22:18:39.128 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87462025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.128 INFO O| Sep 17 22:18:39.128 INFO STEP 81 (remove_files) COMPLETE
87472025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.129 INFO O| Sep 17 22:18:39.128 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.142 INFO O| Sep 17 22:18:39.142 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87492025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.142 INFO O| Sep 17 22:18:39.142 INFO STEP 82 (remove_files) COMPLETE
87502025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.142 INFO O| Sep 17 22:18:39.142 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.157 INFO O| Sep 17 22:18:39.157 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87522025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.157 INFO O| Sep 17 22:18:39.157 INFO STEP 83 (remove_files) COMPLETE
87532025-09-17T22:18:40.475Z[ recovery-image] Sep 17 22:18:39.157 INFO O| Sep 17 22:18:39.157 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.174 INFO O| Sep 17 22:18:39.174 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87552025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.174 INFO O| Sep 17 22:18:39.174 INFO STEP 84 (remove_files) COMPLETE
87562025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.174 INFO O| Sep 17 22:18:39.174 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.190 INFO O| Sep 17 22:18:39.189 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87582025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.190 INFO O| Sep 17 22:18:39.190 INFO STEP 85 (remove_files) COMPLETE
87592025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.190 INFO O| Sep 17 22:18:39.190 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87602025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.205 INFO O| Sep 17 22:18:39.205 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87612025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.205 INFO O| Sep 17 22:18:39.205 INFO STEP 86 (remove_files) COMPLETE
87622025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.205 INFO O| Sep 17 22:18:39.205 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87632025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.221 INFO O| Sep 17 22:18:39.221 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87642025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.221 INFO O| Sep 17 22:18:39.221 INFO STEP 87 (remove_files) COMPLETE
87652025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.221 INFO O| Sep 17 22:18:39.221 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87662025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.238 INFO O| Sep 17 22:18:39.238 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87672025-09-17T22:18:40.476Z[ recovery-image] Sep 17 22:18:39.238 INFO O| Sep 17 22:18:39.238 INFO STEP 88 (remove_files) COMPLETE
87682025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.238 INFO O| Sep 17 22:18:39.238 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87692025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.252 INFO O| Sep 17 22:18:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87702025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.252 INFO O| Sep 17 22:18:39.252 INFO STEP 89 (remove_files) COMPLETE
87712025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.252 INFO O| Sep 17 22:18:39.252 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87722025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.266 INFO O| Sep 17 22:18:39.266 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87732025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.266 INFO O| Sep 17 22:18:39.266 INFO STEP 90 (remove_files) COMPLETE
87742025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.266 INFO O| Sep 17 22:18:39.266 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87752025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.280 INFO O| Sep 17 22:18:39.280 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87762025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.280 INFO O| Sep 17 22:18:39.280 INFO STEP 91 (remove_files) COMPLETE
87772025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.280 INFO O| Sep 17 22:18:39.280 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87782025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.292 INFO O| Sep 17 22:18:39.292 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87792025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.292 INFO O| Sep 17 22:18:39.292 INFO STEP 92 (remove_files) COMPLETE
87802025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.292 INFO O| Sep 17 22:18:39.292 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87812025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.304 INFO O| Sep 17 22:18:39.304 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87822025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.305 INFO O| Sep 17 22:18:39.305 INFO STEP 93 (remove_files) COMPLETE
87832025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.305 INFO O| Sep 17 22:18:39.305 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87842025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.318 INFO O| Sep 17 22:18:39.318 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87852025-09-17T22:18:40.477Z[ recovery-image] Sep 17 22:18:39.318 INFO O| Sep 17 22:18:39.318 INFO STEP 94 (remove_files) COMPLETE
87862025-09-17T22:18:40.478Z[ recovery-image] Sep 17 22:18:39.318 INFO O| Sep 17 22:18:39.318 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872025-09-17T22:18:40.611Z[ recovery-image] Sep 17 22:18:39.331 INFO O| Sep 17 22:18:39.331 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87882025-09-17T22:18:40.611Z[ recovery-image] Sep 17 22:18:39.331 INFO O| Sep 17 22:18:39.331 INFO STEP 95 (remove_files) COMPLETE
87892025-09-17T22:18:40.611Z[ recovery-image] Sep 17 22:18:39.331 INFO O| Sep 17 22:18:39.331 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902025-09-17T22:18:40.611Z[ recovery-image] Sep 17 22:18:39.346 INFO O| Sep 17 22:18:39.345 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87912025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.346 INFO O| Sep 17 22:18:39.346 INFO STEP 96 (remove_files) COMPLETE
87922025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.346 INFO O| Sep 17 22:18:39.346 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.360 INFO O| Sep 17 22:18:39.360 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87942025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.360 INFO O| Sep 17 22:18:39.360 INFO STEP 97 (remove_files) COMPLETE
87952025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.360 INFO O| Sep 17 22:18:39.360 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87962025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.374 INFO O| Sep 17 22:18:39.374 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87972025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.375 INFO O| Sep 17 22:18:39.374 INFO STEP 98 (remove_files) COMPLETE
87982025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.375 INFO O| Sep 17 22:18:39.374 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87992025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.389 INFO O| Sep 17 22:18:39.389 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88002025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.389 INFO O| Sep 17 22:18:39.389 INFO STEP 99 (remove_files) COMPLETE
88012025-09-17T22:18:40.612Z[ recovery-image] Sep 17 22:18:39.389 INFO O| Sep 17 22:18:39.389 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88022025-09-17T22:18:40.718Z[ recovery-image] Sep 17 22:18:39.411 INFO O| Sep 17 22:18:39.410 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88032025-09-17T22:18:40.718Z[ recovery-image] Sep 17 22:18:39.411 INFO O| Sep 17 22:18:39.411 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88042025-09-17T22:18:56.857Z[ recovery-image] Sep 17 22:18:55.820 INFO O| Sep 17 22:18:55.820 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
88052025-09-17T22:18:56.861Z[ recovery-image] Sep 17 22:18:55.820 INFO O| Sep 17 22:18:55.820 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88062025-09-17T22:18:56.903Z[ recovery-image] Sep 17 22:18:55.866 INFO O| Sep 17 22:18:55.866 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
88072025-09-17T22:18:57.174Z[ recovery-image] Sep 17 22:18:56.132 INFO O| Sep 17 22:18:56.132 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", "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_CHECKHASH": "1"}
88082025-09-17T22:18:57.350Z[ recovery-image] Sep 17 22:18:56.312 INFO O| Sep 17 22:18:56.312 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88092025-09-17T22:18:57.531Z[ recovery-image] Sep 17 22:18:56.495 INFO O| Sep 17 22:18:56.494 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88102025-09-17T22:18:57.536Z[ recovery-image] Sep 17 22:18:56.495 INFO O| Sep 17 22:18:56.495 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 ...
88112025-09-17T22:18:57.536Z[ recovery-image] Sep 17 22:18:56.497 INFO O| Sep 17 22:18:56.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88122025-09-17T22:18:57.536Z[ recovery-image] Sep 17 22:18:56.497 INFO O| Sep 17 22:18:56.497 INFO ok!
88132025-09-17T22:18:57.536Z[ recovery-image] Sep 17 22:18:56.497 INFO O| Sep 17 22:18:56.497 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88142025-09-17T22:18:57.536Z[ recovery-image] Sep 17 22:18:56.497 INFO O| Sep 17 22:18:56.497 INFO STEP 100 (seed_smf) COMPLETE
88152025-09-17T22:18:57.536Z[ recovery-image] Sep 17 22:18:56.497 INFO O| Sep 17 22:18:56.497 INFO steps complete; finalising image!
88162025-09-17T22:18:57.536Z[ recovery-image] Sep 17 22:18:56.497 INFO O| Sep 17 22:18:56.497 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88172025-09-17T22:18:57.605Z[ recovery-image] Sep 17 22:18:56.567 INFO O| Sep 17 22:18:56.567 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Sep 17 22:18:56 2025)
88182025-09-17T22:18:57.816Z[ recovery-image] Sep 17 22:18:56.777 INFO O| Sep 17 22:18:56.777 INFO trim TEMPORARY-sled-zfs-recovery: (68% trimmed, started at Wed Sep 17 22:18:56 2025)
88192025-09-17T22:18:58.049Z[ recovery-image] Sep 17 22:18:57.012 INFO O| Sep 17 22:18:57.012 INFO temporary pool has 441M used, 1.32G avail, 1.00x compressratio
88202025-09-17T22:18:58.049Z[ recovery-image] Sep 17 22:18:57.012 INFO O| Sep 17 22:18:57.012 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88212025-09-17T22:18:58.672Z[ recovery-image] Sep 17 22:18:57.635 INFO O| Sep 17 22:18:57.635 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
88222025-09-17T22:18:58.672Z[ recovery-image] Sep 17 22:18:57.635 INFO O| Sep 17 22:18:57.635 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88232025-09-17T22:19:04.209Z[ recovery-image] Sep 17 22:19:03.172 INFO O| Sep 17 22:19:03.172 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88242025-09-17T22:19:04.210Z[ recovery-image] Sep 17 22:19:03.172 INFO O| Sep 17 22:19:03.172 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88252025-09-17T22:19:04.213Z[ recovery-image] Sep 17 22:19:03.172 INFO O| Sep 17 22:19:03.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88262025-09-17T22:19:04.214Z[ recovery-image] Sep 17 22:19:03.172 INFO O| Sep 17 22:19:03.172 INFO completed processing sled/zfs-recovery
88272025-09-17T22:19:04.214Z[ recovery-image] Sep 17 22:19:03.172 INFO O| Sep 17 22:19:03.172 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88282025-09-17T22:19:04.938Z[ recovery-image] Sep 17 22:19:03.900 INFO O| Sep 17 22:19:03.900 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88292025-09-17T22:19:05.115Z[ recovery-image] Sep 17 22:19:04.076 INFO BUILD STRING "heads/stlouis-0-g90cbfb99bd\n"
88302025-09-17T22:19:05.119Z[ recovery-image] Sep 17 22:19:04.076 INFO expanded image name: "recovery 02e1451/${os_short_commit} 2025-09-17 21:31" -> "recovery 02e1451/90cbfb9 2025-09-17 21:31"
88312025-09-17T22:19:05.119Z[ recovery-image] Sep 17 22:19:04.077 INFO output artefacts stored in: "/work/os-recovery"
88322025-09-17T22:19:05.119Z[ recovery-image] Sep 17 22:19:04.078 INFO collecting git info from project "amd-host-image-builder"...
88332025-09-17T22:19:05.278Z[ recovery-image] Sep 17 22:19:04.240 INFO collecting git info from project "bootserver"...
88342025-09-17T22:19:05.296Z[ recovery-image] Sep 17 22:19:04.258 INFO collecting git info from project "pinprick"...
88352025-09-17T22:19:05.312Z[ recovery-image] Sep 17 22:19:04.274 INFO collecting git info from project "pilot"...
88362025-09-17T22:19:05.371Z[ recovery-image] Sep 17 22:19:04.334 INFO collecting git info from project "chelsio-t6-roms"...
88372025-09-17T22:19:05.415Z[ recovery-image] Sep 17 22:19:04.377 INFO collecting git info from project "phbl"...
88382025-09-17T22:19:05.433Z[ recovery-image] Sep 17 22:19:04.395 INFO collecting git info from project "image-builder"...
88392025-09-17T22:19:05.458Z[ recovery-image] Sep 17 22:19:04.420 INFO collecting git info from project "amd-firmware"...
88402025-09-17T22:19:07.900Z[ recovery-image] Sep 17 22:19:06.862 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88412025-09-17T22:19:09.341Z[ recovery-image] Sep 17 22:19:08.299 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88422025-09-17T22:19:10.258Z[ recovery-image] Sep 17 22:19:09.220 INFO creating Oxide boot image...
88432025-09-17T22:19:10.262Z[ recovery-image] Sep 17 22:19:09.221 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 02e1451/90cbfb9 2025-09-17 21:31", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88442025-09-17T22:19:22.160Z[ host-image] Sep 17 22:19:21.120 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23555:20250917T004316Z
88452025-09-17T22:19:22.160Z[ host-image] Sep 17 22:19:21.120 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23555:20250917T004316Z
88462025-09-17T22:19:22.163Z[ host-image] Sep 17 22:19:21.120 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88472025-09-17T22:19:22.163Z[ host-image] Sep 17 22:19:21.120 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88482025-09-17T22:19:22.163Z[ host-image] Sep 17 22:19:21.121 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88492025-09-17T22:19:22.163Z[ host-image] Sep 17 22:19:21.121 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88502025-09-17T22:19:22.163Z[ host-image] Sep 17 22:19:21.121 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88512025-09-17T22:19:22.163Z[ host-image] Sep 17 22:19:21.121 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88522025-09-17T22:19:22.164Z[ host-image] Sep 17 22:19:21.123 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250917T213247Z
88532025-09-17T22:19:22.164Z[ host-image] Sep 17 22:19:21.123 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88542025-09-17T22:19:22.164Z[ host-image] Sep 17 22:19:21.123 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88552025-09-17T22:19:22.164Z[ host-image] Sep 17 22:19:21.123 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23555:20250917T004316Z
88562025-09-17T22:19:22.164Z[ host-image] Sep 17 22:19:21.124 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23555:20250917T004317Z
88572025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.124 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23555:20250917T004317Z
88582025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.125 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23555:20250917T004317Z
88592025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.125 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88602025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.125 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23555:20250917T004317Z
88612025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.126 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23555:20250917T004318Z
88622025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.126 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23555:20250917T004318Z
88632025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.126 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23555:20250917T004318Z
88642025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.126 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23555:20250917T004319Z
88652025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.126 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23555:20250917T004319Z
88662025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.126 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23555:20250917T004319Z
88672025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.126 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23555:20250917T004319Z
88682025-09-17T22:19:22.167Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23555:20250917T004320Z
88692025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23555:20250917T004320Z
88702025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23555:20250917T004321Z
88712025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23555:20250917T004321Z
88722025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23555:20250917T004323Z
88732025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23555:20250917T004324Z
88742025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z
88752025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.127 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23555:20250917T004325Z
88762025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.128 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23555:20250917T004327Z
88772025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.128 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23555:20250917T004328Z
88782025-09-17T22:19:22.168Z[ host-image] Sep 17 22:19:21.128 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23555:20250917T004329Z
88792025-09-17T22:19:22.171Z[ host-image] Sep 17 22:19:21.128 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23555:20250917T004330Z
88802025-09-17T22:19:22.171Z[ host-image] Sep 17 22:19:21.128 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23555:20250917T004330Z
88812025-09-17T22:19:22.175Z[ host-image] Sep 17 22:19:21.135 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88822025-09-17T22:19:22.175Z[ host-image] Sep 17 22:19:21.135 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23555:20250917T004330Z
88832025-09-17T22:19:22.175Z[ host-image] Sep 17 22:19:21.135 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
88842025-09-17T22:19:22.175Z[ host-image] Sep 17 22:19:21.135 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88852025-09-17T22:19:22.179Z[ host-image] Sep 17 22:19:21.136 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88862025-09-17T22:19:22.179Z[ host-image] Sep 17 22:19:21.136 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23555:20250917T004331Z
88872025-09-17T22:19:22.180Z[ host-image] Sep 17 22:19:21.136 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88882025-09-17T22:19:22.180Z[ host-image] Sep 17 22:19:21.136 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88892025-09-17T22:19:22.180Z[ host-image] Sep 17 22:19:21.137 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88902025-09-17T22:19:22.180Z[ host-image] Sep 17 22:19:21.137 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88912025-09-17T22:19:22.185Z[ host-image] Sep 17 22:19:21.145 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88922025-09-17T22:19:22.185Z[ host-image] Sep 17 22:19:21.145 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88932025-09-17T22:19:22.189Z[ host-image] Sep 17 22:19:21.145 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88942025-09-17T22:19:22.189Z[ host-image] Sep 17 22:19:21.146 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88952025-09-17T22:19:22.189Z[ host-image] Sep 17 22:19:21.146 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88962025-09-17T22:19:22.189Z[ host-image] Sep 17 22:19:21.146 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88972025-09-17T22:19:22.212Z[ host-image] Sep 17 22:19:21.173 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
88982025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.173 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88992025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.173 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89002025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23555:20250917T004333Z
89012025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23555:20250917T004338Z
89022025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89032025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23555:20250917T004339Z
89042025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89052025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89062025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89072025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89082025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23555:20250917T004339Z
89092025-09-17T22:19:22.216Z[ host-image] Sep 17 22:19:21.174 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89102025-09-17T22:19:22.220Z[ host-image] Sep 17 22:19:21.177 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89112025-09-17T22:19:22.220Z[ host-image] Sep 17 22:19:21.177 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89122025-09-17T22:19:22.220Z[ host-image] Sep 17 22:19:21.177 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89132025-09-17T22:19:22.220Z[ host-image] Sep 17 22:19:21.177 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23555:20250917T004339Z
89142025-09-17T22:19:22.220Z[ host-image] Sep 17 22:19:21.177 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89152025-09-17T22:19:22.226Z[ host-image] Sep 17 22:19:21.187 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89162025-09-17T22:19:22.229Z[ host-image] Sep 17 22:19:21.187 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23555:20250917T004340Z
89172025-09-17T22:19:22.229Z[ host-image] Sep 17 22:19:21.188 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23555:20250917T004340Z
89182025-09-17T22:19:22.229Z[ host-image] Sep 17 22:19:21.189 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23555:20250917T004340Z
89192025-09-17T22:19:22.229Z[ host-image] Sep 17 22:19:21.189 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89202025-09-17T22:19:22.229Z[ host-image] Sep 17 22:19:21.190 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23555:20250917T004342Z
89212025-09-17T22:19:22.229Z[ host-image] Sep 17 22:19:21.190 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23555:20250917T004342Z
89222025-09-17T22:19:22.233Z[ host-image] Sep 17 22:19:21.190 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23555:20250917T004342Z
89232025-09-17T22:19:22.233Z[ host-image] Sep 17 22:19:21.191 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23555:20250917T004342Z
89242025-09-17T22:19:22.233Z[ host-image] Sep 17 22:19:21.193 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89252025-09-17T22:19:22.233Z[ host-image] Sep 17 22:19:21.193 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23555:20250917T004343Z
89262025-09-17T22:19:22.239Z[ host-image] Sep 17 22:19:21.194 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23555:20250917T004344Z
89272025-09-17T22:19:22.239Z[ host-image] Sep 17 22:19:21.194 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89282025-09-17T22:19:22.239Z[ host-image] Sep 17 22:19:21.194 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23555:20250917T004344Z
89292025-09-17T22:19:22.239Z[ host-image] Sep 17 22:19:21.195 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23555:20250917T004344Z
89302025-09-17T22:19:22.239Z[ host-image] Sep 17 22:19:21.195 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23555:20250917T004344Z
89312025-09-17T22:19:22.239Z[ host-image] Sep 17 22:19:21.195 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23555:20250917T004345Z
89322025-09-17T22:19:22.256Z[ host-image] Sep 17 22:19:21.217 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23555:20250917T004345Z
89332025-09-17T22:19:22.256Z[ host-image] Sep 17 22:19:21.217 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89342025-09-17T22:19:22.263Z[ host-image] Sep 17 22:19:21.218 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23555:20250917T004345Z
89352025-09-17T22:19:22.263Z[ host-image] Sep 17 22:19:21.219 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23555:20250917T004345Z
89362025-09-17T22:19:22.263Z[ host-image] Sep 17 22:19:21.219 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23555:20250917T004345Z
89372025-09-17T22:19:22.263Z[ host-image] Sep 17 22:19:21.219 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23555:20250917T004345Z
89382025-09-17T22:19:22.263Z[ host-image] Sep 17 22:19:21.220 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23555:20250917T004346Z
89392025-09-17T22:19:22.263Z[ host-image] Sep 17 22:19:21.220 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23555:20250917T004346Z
89402025-09-17T22:19:22.267Z[ host-image] Sep 17 22:19:21.227 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23555:20250917T004347Z
89412025-09-17T22:19:22.267Z[ host-image] Sep 17 22:19:21.227 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23555:20250917T004347Z
89422025-09-17T22:19:22.267Z[ host-image] Sep 17 22:19:21.227 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23555:20250917T004347Z
89432025-09-17T22:19:22.272Z[ host-image] Sep 17 22:19:21.228 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23555:20250917T004347Z
89442025-09-17T22:19:22.272Z[ host-image] Sep 17 22:19:21.228 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23555:20250917T004347Z
89452025-09-17T22:19:22.292Z[ host-image] Sep 17 22:19:21.252 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23555:20250917T004350Z
89462025-09-17T22:19:22.292Z[ host-image] Sep 17 22:19:21.252 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23555:20250917T004347Z
89472025-09-17T22:19:22.298Z[ host-image] Sep 17 22:19:21.253 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23555:20250917T004348Z
89482025-09-17T22:19:22.298Z[ host-image] Sep 17 22:19:21.253 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89492025-09-17T22:19:22.298Z[ host-image] Sep 17 22:19:21.253 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89502025-09-17T22:19:22.314Z[ host-image] Sep 17 22:19:21.274 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23555:20250917T004348Z
89512025-09-17T22:19:22.334Z[ host-image] Sep 17 22:19:21.295 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89522025-09-17T22:19:22.334Z[ host-image] Sep 17 22:19:21.295 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23555:20250917T004348Z
89532025-09-17T22:19:22.334Z[ host-image] Sep 17 22:19:21.295 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23555:20250917T004348Z
89542025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.296 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23555:20250917T004349Z
89552025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.296 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89562025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.297 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89572025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.297 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23555:20250917T004349Z
89582025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.297 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23555:20250917T004349Z
89592025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.297 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23555:20250917T004349Z
89602025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.298 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23555:20250917T004350Z
89612025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.298 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23555:20250917T004350Z
89622025-09-17T22:19:22.338Z[ host-image] Sep 17 22:19:21.298 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23555:20250917T004350Z
89632025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.300 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89642025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.300 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23555:20250917T004351Z
89652025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.301 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23555:20250917T004351Z
89662025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.301 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23555:20250917T004351Z
89672025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.302 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23555:20250917T004352Z
89682025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.302 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23555:20250917T004352Z
89692025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.302 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23555:20250917T004352Z
89702025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.302 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89712025-09-17T22:19:22.344Z[ host-image] Sep 17 22:19:21.302 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89722025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.303 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23555:20250917T004354Z
89732025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.303 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23555:20250917T004355Z
89742025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.303 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89752025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.303 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89762025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.303 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89772025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.303 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89782025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.303 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89792025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.304 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89802025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.306 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
89812025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.306 INFO O| tempdir @ "/tmp/.tmp9RPDoB/tmp"
89822025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.306 INFO O| image root @ "/tmp/.tmp9RPDoB/tmp/root"
89832025-09-17T22:19:22.348Z[ host-image] Sep 17 22:19:21.306 INFO O| creating image...
89842025-09-17T22:19:23.287Z[ host-image] Sep 17 22:19:22.247 INFO O| copying publishers...
89852025-09-17T22:20:23.056Z[ host-image] Sep 17 22:20:22.010 INFO O| adding properties...
89862025-09-17T22:20:25.336Z[ host-image] Sep 17 22:20:24.290 INFO O| installing packages...
89872025-09-17T22:20:33.450Z[ recovery-image] Sep 17 22:20:32.399 INFO O| ok, image written!
89882025-09-17T22:20:33.454Z[ recovery-image] Sep 17 22:20:32.400 INFO O| ok, boot_image_csum file written!
89892025-09-17T22:20:33.454Z[ recovery-image] Sep 17 22:20:32.406 INFO creating boot archive (CPIO)...
89902025-09-17T22:20:33.454Z[ recovery-image] Sep 17 22:20:32.406 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
89912025-09-17T22:20:33.466Z[ recovery-image] Sep 17 22:20:32.417 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89922025-09-17T22:20:33.466Z[ recovery-image] Sep 17 22:20:32.417 INFO E| + outfile=/work/os-recovery/cpio
89932025-09-17T22:20:33.470Z[ recovery-image] Sep 17 22:20:32.417 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89942025-09-17T22:20:33.470Z[ recovery-image] Sep 17 22:20:32.421 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89952025-09-17T22:20:33.470Z[ recovery-image] Sep 17 22:20:32.422 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89962025-09-17T22:20:33.521Z[ recovery-image] Sep 17 22:20:32.474 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89972025-09-17T22:20:33.521Z[ recovery-image] Sep 17 22:20:32.474 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89982025-09-17T22:20:33.533Z[ recovery-image] Sep 17 22:20:32.486 INFO creating compressed cpio/unix for dev loaders...
89992025-09-17T22:20:33.533Z[ recovery-image] Sep 17 22:20:32.486 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
90002025-09-17T22:20:33.990Z[ recovery-image] Sep 17 22:20:32.943 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90012025-09-17T22:20:40.942Z[ recovery-image] Sep 17 22:20:39.894 INFO creating reset image...
90022025-09-17T22:20:40.945Z[ recovery-image] Sep 17 22:20:39.894 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90032025-09-17T22:21:02.115Z[ host-image] Sep 17 22:21:01.064 INFO O| seeding SMF database...
90042025-09-17T22:21:13.102Z[ host-image] Sep 17 22:21:12.050 INFO O| configuring SMF profile...
90052025-09-17T22:21:13.102Z[ host-image] Sep 17 22:21:12.050 INFO O| modifying shadow(5)...
90062025-09-17T22:21:13.107Z[ host-image] Sep 17 22:21:12.050 INFO O| loading user and group database...
90072025-09-17T22:21:13.107Z[ host-image] Sep 17 22:21:12.050 INFO O| loading facet selections...
90082025-09-17T22:21:13.695Z[ host-image] Sep 17 22:21:12.644 INFO O| devel -> true
90092025-09-17T22:21:13.699Z[ host-image] Sep 17 22:21:12.644 INFO O| doc.man -> true
90102025-09-17T22:21:13.699Z[ host-image] Sep 17 22:21:12.644 INFO O| version-lock.shell/ksh93 -> true
90112025-09-17T22:21:13.699Z[ host-image] Sep 17 22:21:12.644 INFO O| version-lock.system/data/hardware-registry -> true
90122025-09-17T22:21:13.699Z[ host-image] Sep 17 22:21:12.644 INFO O| version-lock.system/data/zoneinfo -> true
90132025-09-17T22:21:13.699Z[ host-image] Sep 17 22:21:12.644 INFO O| version-lock.system/microcode/amd -> true
90142025-09-17T22:21:13.700Z[ host-image] Sep 17 22:21:12.644 INFO O| version-lock.system/microcode/intel -> true
90152025-09-17T22:21:13.700Z[ host-image] Sep 17 22:21:12.644 INFO O| version-lock.system/microcode/oxide -> true
90162025-09-17T22:21:13.700Z[ host-image] Sep 17 22:21:12.644 INFO O| assessing packaged files...
90172025-09-17T22:21:17.152Z[ host-image] Sep 17 22:21:16.100 INFO O| creating archive...
90182025-09-17T22:21:17.202Z[ host-image] Sep 17 22:21:16.149 INFO O| missing from packaging:
90192025-09-17T22:21:17.202Z[ host-image] Sep 17 22:21:16.149 INFO O| "etc/.pwd.lock"
90202025-09-17T22:21:17.205Z[ host-image] Sep 17 22:21:16.149 INFO O| "etc/bash"
90212025-09-17T22:21:17.209Z[ host-image] Sep 17 22:21:16.158 INFO O| "etc/svc/profile/generic.xml"
90222025-09-17T22:21:17.209Z[ host-image] Sep 17 22:21:16.158 INFO O| "etc/svc/profile/inetd_services.xml"
90232025-09-17T22:21:17.209Z[ host-image] Sep 17 22:21:16.158 INFO O| "etc/svc/profile/name_service.xml"
90242025-09-17T22:21:17.213Z[ host-image] Sep 17 22:21:16.158 INFO O| "etc/svc/profile/platform.xml"
90252025-09-17T22:21:17.213Z[ host-image] Sep 17 22:21:16.158 INFO O| "etc/svc/profile/platform_omicron1.xml"
90262025-09-17T22:21:17.213Z[ host-image] Sep 17 22:21:16.158 INFO O| "etc/svc/repository.db"
90272025-09-17T22:21:17.225Z[ host-image] Sep 17 22:21:16.173 INFO O| "opt/ooce/share"
90282025-09-17T22:21:17.225Z[ host-image] Sep 17 22:21:16.173 INFO O| "opt/ooce/share/man"
90292025-09-17T22:21:17.229Z[ host-image] Sep 17 22:21:16.173 INFO O| "opt/ooce/share/man/man1"
90302025-09-17T22:21:17.240Z[ host-image] Sep 17 22:21:16.188 INFO O| finishing archive...
90312025-09-17T22:21:20.639Z[ host-image] Sep 17 22:21:19.586 INFO O| creating gzonly manifest...
90322025-09-17T22:21:20.648Z[ host-image] Sep 17 22:21:19.594 INFO O| ok
90332025-09-17T22:21:20.814Z[ host-image] Sep 17 22:21:19.762 INFO image builder template: ramdisk-02-trim...
90342025-09-17T22:21:20.814Z[ host-image] Sep 17 22:21:19.762 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/.tmp4jCKbt/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90352025-09-17T22:21:20.846Z[ host-image] Sep 17 22:21:19.794 INFO O| Sep 17 22:21:19.794 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90362025-09-17T22:21:20.852Z[ host-image] Sep 17 22:21:19.799 INFO O| Sep 17 22:21:19.799 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90372025-09-17T22:21:21.177Z[ host-image] Sep 17 22:21:20.124 INFO O| Sep 17 22:21:20.124 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90382025-09-17T22:21:21.283Z[ host-image] Sep 17 22:21:20.231 INFO O| Sep 17 22:21:20.231 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90392025-09-17T22:21:21.283Z[ host-image] Sep 17 22:21:20.231 INFO O| Sep 17 22:21:20.231 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90402025-09-17T22:21:21.291Z[ host-image] Sep 17 22:21:20.239 INFO O| Sep 17 22:21:20.239 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90412025-09-17T22:21:21.297Z[ host-image] Sep 17 22:21:20.245 INFO O| Sep 17 22:21:20.245 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90422025-09-17T22:21:21.305Z[ host-image] Sep 17 22:21:20.251 INFO O| Sep 17 22:21:20.250 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90432025-09-17T22:21:21.513Z[ host-image] Sep 17 22:21:20.460 INFO O| Sep 17 22:21:20.460 INFO rolled back to input snapshot; work may begin
90442025-09-17T22:21:21.513Z[ host-image] Sep 17 22:21:20.461 INFO O| Sep 17 22:21:20.460 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90452025-09-17T22:21:21.520Z[ host-image] Sep 17 22:21:20.467 INFO O| Sep 17 22:21:20.467 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462025-09-17T22:21:21.532Z[ host-image] Sep 17 22:21:20.479 INFO O| Sep 17 22:21:20.479 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90472025-09-17T22:21:21.585Z[ host-image] Sep 17 22:21:20.533 INFO O| Sep 17 22:21:20.533 INFO STEP 0 (remove_files) COMPLETE
90482025-09-17T22:21:21.585Z[ host-image] Sep 17 22:21:20.533 INFO O| Sep 17 22:21:20.533 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492025-09-17T22:21:21.603Z[ host-image] Sep 17 22:21:20.550 INFO O| Sep 17 22:21:20.550 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90502025-09-17T22:21:21.607Z[ host-image] Sep 17 22:21:20.553 INFO O| Sep 17 22:21:20.553 INFO STEP 1 (remove_files) COMPLETE
90512025-09-17T22:21:21.607Z[ host-image] Sep 17 22:21:20.553 INFO O| Sep 17 22:21:20.553 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522025-09-17T22:21:21.622Z[ host-image] Sep 17 22:21:20.569 INFO O| Sep 17 22:21:20.569 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90532025-09-17T22:21:21.645Z[ host-image] Sep 17 22:21:20.592 INFO O| Sep 17 22:21:20.592 INFO STEP 2 (remove_files) COMPLETE
90542025-09-17T22:21:21.645Z[ host-image] Sep 17 22:21:20.592 INFO O| Sep 17 22:21:20.592 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552025-09-17T22:21:21.661Z[ host-image] Sep 17 22:21:20.609 INFO O| Sep 17 22:21:20.608 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90562025-09-17T22:21:21.664Z[ host-image] Sep 17 22:21:20.612 INFO O| Sep 17 22:21:20.612 INFO STEP 3 (remove_files) COMPLETE
90572025-09-17T22:21:21.664Z[ host-image] Sep 17 22:21:20.612 INFO O| Sep 17 22:21:20.612 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582025-09-17T22:21:21.679Z[ host-image] Sep 17 22:21:20.627 INFO O| Sep 17 22:21:20.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90592025-09-17T22:21:21.686Z[ host-image] Sep 17 22:21:20.634 INFO O| Sep 17 22:21:20.634 INFO STEP 4 (remove_files) COMPLETE
90602025-09-17T22:21:21.686Z[ host-image] Sep 17 22:21:20.634 INFO O| Sep 17 22:21:20.634 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612025-09-17T22:21:21.703Z[ host-image] Sep 17 22:21:20.650 INFO O| Sep 17 22:21:20.650 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90622025-09-17T22:21:21.709Z[ host-image] Sep 17 22:21:20.654 INFO O| Sep 17 22:21:20.654 INFO STEP 5 (remove_files) COMPLETE
90632025-09-17T22:21:21.713Z[ host-image] Sep 17 22:21:20.654 INFO O| Sep 17 22:21:20.654 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642025-09-17T22:21:21.722Z[ host-image] Sep 17 22:21:20.668 INFO O| Sep 17 22:21:20.668 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90652025-09-17T22:21:21.742Z[ host-image] Sep 17 22:21:20.689 INFO O| Sep 17 22:21:20.689 INFO STEP 6 (remove_files) COMPLETE
90662025-09-17T22:21:21.742Z[ host-image] Sep 17 22:21:20.689 INFO O| Sep 17 22:21:20.689 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672025-09-17T22:21:21.757Z[ host-image] Sep 17 22:21:20.705 INFO O| Sep 17 22:21:20.705 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
90682025-09-17T22:21:21.783Z[ host-image] Sep 17 22:21:20.728 INFO O| Sep 17 22:21:20.728 INFO STEP 7 (remove_files) COMPLETE
90692025-09-17T22:21:21.783Z[ host-image] Sep 17 22:21:20.728 INFO O| Sep 17 22:21:20.728 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702025-09-17T22:21:21.797Z[ host-image] Sep 17 22:21:20.744 INFO O| Sep 17 22:21:20.744 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90712025-09-17T22:21:21.951Z[ host-image] Sep 17 22:21:20.897 INFO O| Sep 17 22:21:20.897 INFO STEP 8 (remove_files) COMPLETE
90722025-09-17T22:21:21.951Z[ host-image] Sep 17 22:21:20.897 INFO O| Sep 17 22:21:20.897 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732025-09-17T22:21:21.965Z[ host-image] Sep 17 22:21:20.912 INFO O| Sep 17 22:21:20.912 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90742025-09-17T22:21:22.062Z[ host-image] Sep 17 22:21:21.009 INFO O| Sep 17 22:21:21.009 INFO STEP 9 (remove_files) COMPLETE
90752025-09-17T22:21:22.062Z[ host-image] Sep 17 22:21:21.009 INFO O| Sep 17 22:21:21.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762025-09-17T22:21:22.072Z[ host-image] Sep 17 22:21:21.019 INFO O| Sep 17 22:21:21.019 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90772025-09-17T22:21:22.076Z[ host-image] Sep 17 22:21:21.023 INFO O| Sep 17 22:21:21.023 INFO STEP 10 (remove_files) COMPLETE
90782025-09-17T22:21:22.076Z[ host-image] Sep 17 22:21:21.023 INFO O| Sep 17 22:21:21.023 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792025-09-17T22:21:22.090Z[ host-image] Sep 17 22:21:21.038 INFO O| Sep 17 22:21:21.038 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90802025-09-17T22:21:22.094Z[ host-image] Sep 17 22:21:21.040 INFO O| Sep 17 22:21:21.040 INFO STEP 11 (remove_files) COMPLETE
90812025-09-17T22:21:22.094Z[ host-image] Sep 17 22:21:21.040 INFO O| Sep 17 22:21:21.040 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822025-09-17T22:21:22.113Z[ host-image] Sep 17 22:21:21.054 INFO O| Sep 17 22:21:21.054 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90832025-09-17T22:21:22.119Z[ host-image] Sep 17 22:21:21.057 INFO O| Sep 17 22:21:21.057 INFO STEP 12 (remove_files) COMPLETE
90842025-09-17T22:21:22.119Z[ host-image] Sep 17 22:21:21.057 INFO O| Sep 17 22:21:21.057 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852025-09-17T22:21:22.148Z[ host-image] Sep 17 22:21:21.096 INFO O| Sep 17 22:21:21.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
90862025-09-17T22:21:22.163Z[ host-image] Sep 17 22:21:21.111 INFO O| Sep 17 22:21:21.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90872025-09-17T22:21:22.166Z[ host-image] Sep 17 22:21:21.112 INFO O| Sep 17 22:21:21.112 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
90882025-09-17T22:21:22.170Z[ host-image] Sep 17 22:21:21.117 INFO O| Sep 17 22:21:21.117 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90892025-09-17T22:21:22.465Z[ host-image] Sep 17 22:21:21.410 INFO O| Sep 17 22:21:21.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90902025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.411 INFO O| Sep 17 22:21:21.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90912025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.411 INFO O| Sep 17 22:21:21.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90922025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.411 INFO O| Sep 17 22:21:21.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90932025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.412 INFO O| Sep 17 22:21:21.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90942025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.412 INFO O| Sep 17 22:21:21.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90952025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.412 INFO O| Sep 17 22:21:21.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90962025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.412 INFO O| Sep 17 22:21:21.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90972025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.412 INFO O| Sep 17 22:21:21.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90982025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.412 INFO O| Sep 17 22:21:21.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90992025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.412 INFO O| Sep 17 22:21:21.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91002025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.413 INFO O| Sep 17 22:21:21.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91012025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.413 INFO O| Sep 17 22:21:21.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91022025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.413 INFO O| Sep 17 22:21:21.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91032025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.413 INFO O| Sep 17 22:21:21.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91042025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.413 INFO O| Sep 17 22:21:21.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91052025-09-17T22:21:22.469Z[ host-image] Sep 17 22:21:21.413 INFO O| Sep 17 22:21:21.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91062025-09-17T22:21:22.476Z[ host-image] Sep 17 22:21:21.424 INFO O| Sep 17 22:21:21.424 INFO STEP 13 (remove_files) COMPLETE
91072025-09-17T22:21:22.476Z[ host-image] Sep 17 22:21:21.424 INFO O| Sep 17 22:21:21.424 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91082025-09-17T22:21:22.492Z[ host-image] Sep 17 22:21:21.440 INFO O| Sep 17 22:21:21.440 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91092025-09-17T22:21:22.496Z[ host-image] Sep 17 22:21:21.442 INFO O| Sep 17 22:21:21.442 INFO STEP 14 (remove_files) COMPLETE
91102025-09-17T22:21:22.496Z[ host-image] Sep 17 22:21:21.442 INFO O| Sep 17 22:21:21.442 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91112025-09-17T22:21:22.509Z[ host-image] Sep 17 22:21:21.457 INFO O| Sep 17 22:21:21.457 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91122025-09-17T22:21:22.516Z[ host-image] Sep 17 22:21:21.464 INFO O| Sep 17 22:21:21.464 INFO STEP 15 (remove_files) COMPLETE
91132025-09-17T22:21:22.517Z[ host-image] Sep 17 22:21:21.464 INFO O| Sep 17 22:21:21.464 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91142025-09-17T22:21:22.532Z[ host-image] Sep 17 22:21:21.479 INFO O| Sep 17 22:21:21.479 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91152025-09-17T22:21:22.536Z[ host-image] Sep 17 22:21:21.480 INFO O| Sep 17 22:21:21.480 INFO STEP 16 (remove_files) COMPLETE
91162025-09-17T22:21:22.536Z[ host-image] Sep 17 22:21:21.480 INFO O| Sep 17 22:21:21.480 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91172025-09-17T22:21:22.546Z[ host-image] Sep 17 22:21:21.493 INFO O| Sep 17 22:21:21.493 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91182025-09-17T22:21:22.560Z[ host-image] Sep 17 22:21:21.494 INFO O| Sep 17 22:21:21.494 INFO STEP 17 (remove_files) COMPLETE
91192025-09-17T22:21:22.560Z[ host-image] Sep 17 22:21:21.494 INFO O| Sep 17 22:21:21.494 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202025-09-17T22:21:22.577Z[ host-image] Sep 17 22:21:21.505 INFO O| Sep 17 22:21:21.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91212025-09-17T22:21:22.577Z[ host-image] Sep 17 22:21:21.505 INFO O| Sep 17 22:21:21.505 INFO STEP 18 (remove_files) COMPLETE
91222025-09-17T22:21:22.577Z[ host-image] Sep 17 22:21:21.505 INFO O| Sep 17 22:21:21.505 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232025-09-17T22:21:22.581Z[ host-image] Sep 17 22:21:21.519 INFO O| Sep 17 22:21:21.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91242025-09-17T22:21:22.581Z[ host-image] Sep 17 22:21:21.519 INFO O| Sep 17 22:21:21.519 INFO STEP 19 (remove_files) COMPLETE
91252025-09-17T22:21:22.581Z[ host-image] Sep 17 22:21:21.519 INFO O| Sep 17 22:21:21.519 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262025-09-17T22:21:22.604Z[ host-image] Sep 17 22:21:21.534 INFO O| Sep 17 22:21:21.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91272025-09-17T22:21:22.604Z[ host-image] Sep 17 22:21:21.534 INFO O| Sep 17 22:21:21.534 INFO STEP 20 (remove_files) COMPLETE
91282025-09-17T22:21:22.607Z[ host-image] Sep 17 22:21:21.534 INFO O| Sep 17 22:21:21.534 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292025-09-17T22:21:22.607Z[ host-image] Sep 17 22:21:21.549 INFO O| Sep 17 22:21:21.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91302025-09-17T22:21:22.607Z[ host-image] Sep 17 22:21:21.549 INFO O| Sep 17 22:21:21.549 INFO STEP 21 (remove_files) COMPLETE
91312025-09-17T22:21:22.607Z[ host-image] Sep 17 22:21:21.549 INFO O| Sep 17 22:21:21.549 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322025-09-17T22:21:22.617Z[ host-image] Sep 17 22:21:21.565 INFO O| Sep 17 22:21:21.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91332025-09-17T22:21:22.617Z[ host-image] Sep 17 22:21:21.565 INFO O| Sep 17 22:21:21.565 INFO STEP 22 (remove_files) COMPLETE
91342025-09-17T22:21:22.617Z[ host-image] Sep 17 22:21:21.565 INFO O| Sep 17 22:21:21.565 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352025-09-17T22:21:22.627Z[ host-image] Sep 17 22:21:21.575 INFO O| Sep 17 22:21:21.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91362025-09-17T22:21:22.627Z[ host-image] Sep 17 22:21:21.575 INFO O| Sep 17 22:21:21.575 INFO STEP 23 (remove_files) COMPLETE
91372025-09-17T22:21:22.631Z[ host-image] Sep 17 22:21:21.575 INFO O| Sep 17 22:21:21.575 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382025-09-17T22:21:22.657Z[ host-image] Sep 17 22:21:21.585 INFO O| Sep 17 22:21:21.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91392025-09-17T22:21:22.657Z[ host-image] Sep 17 22:21:21.585 INFO O| Sep 17 22:21:21.585 INFO STEP 24 (remove_files) COMPLETE
91402025-09-17T22:21:22.663Z[ host-image] Sep 17 22:21:21.585 INFO O| Sep 17 22:21:21.585 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412025-09-17T22:21:22.663Z[ host-image] Sep 17 22:21:21.598 INFO O| Sep 17 22:21:21.597 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91422025-09-17T22:21:22.663Z[ host-image] Sep 17 22:21:21.598 INFO O| Sep 17 22:21:21.598 INFO STEP 25 (remove_files) COMPLETE
91432025-09-17T22:21:22.663Z[ host-image] Sep 17 22:21:21.598 INFO O| Sep 17 22:21:21.598 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442025-09-17T22:21:22.668Z[ host-image] Sep 17 22:21:21.612 INFO O| Sep 17 22:21:21.612 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91452025-09-17T22:21:22.668Z[ host-image] Sep 17 22:21:21.612 INFO O| Sep 17 22:21:21.612 INFO STEP 26 (remove_files) COMPLETE
91462025-09-17T22:21:22.668Z[ host-image] Sep 17 22:21:21.612 INFO O| Sep 17 22:21:21.612 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472025-09-17T22:21:22.681Z[ host-image] Sep 17 22:21:21.625 INFO O| Sep 17 22:21:21.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91482025-09-17T22:21:22.681Z[ host-image] Sep 17 22:21:21.625 INFO O| Sep 17 22:21:21.625 INFO STEP 27 (remove_files) COMPLETE
91492025-09-17T22:21:22.686Z[ host-image] Sep 17 22:21:21.625 INFO O| Sep 17 22:21:21.625 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502025-09-17T22:21:22.691Z[ host-image] Sep 17 22:21:21.638 INFO O| Sep 17 22:21:21.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91512025-09-17T22:21:22.691Z[ host-image] Sep 17 22:21:21.638 INFO O| Sep 17 22:21:21.638 INFO STEP 28 (remove_files) COMPLETE
91522025-09-17T22:21:22.698Z[ host-image] Sep 17 22:21:21.638 INFO O| Sep 17 22:21:21.638 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532025-09-17T22:21:22.705Z[ host-image] Sep 17 22:21:21.653 INFO O| Sep 17 22:21:21.652 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91542025-09-17T22:21:22.705Z[ host-image] Sep 17 22:21:21.653 INFO O| Sep 17 22:21:21.653 INFO STEP 29 (remove_files) COMPLETE
91552025-09-17T22:21:22.705Z[ host-image] Sep 17 22:21:21.653 INFO O| Sep 17 22:21:21.653 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562025-09-17T22:21:22.718Z[ host-image] Sep 17 22:21:21.666 INFO O| Sep 17 22:21:21.665 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91572025-09-17T22:21:22.718Z[ host-image] Sep 17 22:21:21.666 INFO O| Sep 17 22:21:21.666 INFO STEP 30 (remove_files) COMPLETE
91582025-09-17T22:21:22.722Z[ host-image] Sep 17 22:21:21.666 INFO O| Sep 17 22:21:21.666 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592025-09-17T22:21:22.733Z[ host-image] Sep 17 22:21:21.680 INFO O| Sep 17 22:21:21.680 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91602025-09-17T22:21:22.733Z[ host-image] Sep 17 22:21:21.680 INFO O| Sep 17 22:21:21.680 INFO STEP 31 (remove_files) COMPLETE
91612025-09-17T22:21:22.733Z[ host-image] Sep 17 22:21:21.680 INFO O| Sep 17 22:21:21.680 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622025-09-17T22:21:22.745Z[ host-image] Sep 17 22:21:21.693 INFO O| Sep 17 22:21:21.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91632025-09-17T22:21:22.745Z[ host-image] Sep 17 22:21:21.693 INFO O| Sep 17 22:21:21.693 INFO STEP 32 (remove_files) COMPLETE
91642025-09-17T22:21:22.750Z[ host-image] Sep 17 22:21:21.693 INFO O| Sep 17 22:21:21.693 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652025-09-17T22:21:22.755Z[ host-image] Sep 17 22:21:21.702 INFO O| Sep 17 22:21:21.702 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91662025-09-17T22:21:22.755Z[ host-image] Sep 17 22:21:21.702 INFO O| Sep 17 22:21:21.702 INFO STEP 33 (remove_files) COMPLETE
91672025-09-17T22:21:22.759Z[ host-image] Sep 17 22:21:21.702 INFO O| Sep 17 22:21:21.702 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682025-09-17T22:21:22.765Z[ host-image] Sep 17 22:21:21.713 INFO O| Sep 17 22:21:21.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91692025-09-17T22:21:22.765Z[ host-image] Sep 17 22:21:21.713 INFO O| Sep 17 22:21:21.713 INFO STEP 34 (remove_files) COMPLETE
91702025-09-17T22:21:22.770Z[ host-image] Sep 17 22:21:21.713 INFO O| Sep 17 22:21:21.713 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712025-09-17T22:21:22.779Z[ host-image] Sep 17 22:21:21.726 INFO O| Sep 17 22:21:21.726 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91722025-09-17T22:21:22.779Z[ host-image] Sep 17 22:21:21.726 INFO O| Sep 17 22:21:21.726 INFO STEP 35 (remove_files) COMPLETE
91732025-09-17T22:21:22.779Z[ host-image] Sep 17 22:21:21.726 INFO O| Sep 17 22:21:21.726 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742025-09-17T22:21:22.815Z[ host-image] Sep 17 22:21:21.741 INFO O| Sep 17 22:21:21.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91752025-09-17T22:21:22.816Z[ host-image] Sep 17 22:21:21.741 INFO O| Sep 17 22:21:21.741 INFO STEP 36 (remove_files) COMPLETE
91762025-09-17T22:21:22.828Z[ host-image] Sep 17 22:21:21.741 INFO O| Sep 17 22:21:21.741 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772025-09-17T22:21:22.828Z[ host-image] Sep 17 22:21:21.751 INFO O| Sep 17 22:21:21.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91782025-09-17T22:21:22.828Z[ host-image] Sep 17 22:21:21.751 INFO O| Sep 17 22:21:21.751 INFO STEP 37 (remove_files) COMPLETE
91792025-09-17T22:21:22.828Z[ host-image] Sep 17 22:21:21.752 INFO O| Sep 17 22:21:21.751 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802025-09-17T22:21:22.828Z[ host-image] Sep 17 22:21:21.761 INFO O| Sep 17 22:21:21.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91812025-09-17T22:21:22.828Z[ host-image] Sep 17 22:21:21.761 INFO O| Sep 17 22:21:21.761 INFO STEP 38 (remove_files) COMPLETE
91822025-09-17T22:21:22.828Z[ host-image] Sep 17 22:21:21.761 INFO O| Sep 17 22:21:21.761 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832025-09-17T22:21:22.832Z[ host-image] Sep 17 22:21:21.772 INFO O| Sep 17 22:21:21.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91842025-09-17T22:21:22.832Z[ host-image] Sep 17 22:21:21.772 INFO O| Sep 17 22:21:21.772 INFO STEP 39 (remove_files) COMPLETE
91852025-09-17T22:21:22.832Z[ host-image] Sep 17 22:21:21.772 INFO O| Sep 17 22:21:21.772 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862025-09-17T22:21:22.838Z[ host-image] Sep 17 22:21:21.786 INFO O| Sep 17 22:21:21.786 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91872025-09-17T22:21:22.838Z[ host-image] Sep 17 22:21:21.786 INFO O| Sep 17 22:21:21.786 INFO STEP 40 (remove_files) COMPLETE
91882025-09-17T22:21:22.844Z[ host-image] Sep 17 22:21:21.786 INFO O| Sep 17 22:21:21.786 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892025-09-17T22:21:22.854Z[ host-image] Sep 17 22:21:21.801 INFO O| Sep 17 22:21:21.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91902025-09-17T22:21:22.854Z[ host-image] Sep 17 22:21:21.801 INFO O| Sep 17 22:21:21.801 INFO STEP 41 (remove_files) COMPLETE
91912025-09-17T22:21:22.854Z[ host-image] Sep 17 22:21:21.801 INFO O| Sep 17 22:21:21.801 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922025-09-17T22:21:22.869Z[ host-image] Sep 17 22:21:21.815 INFO O| Sep 17 22:21:21.815 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91932025-09-17T22:21:22.869Z[ host-image] Sep 17 22:21:21.815 INFO O| Sep 17 22:21:21.815 INFO STEP 42 (remove_files) COMPLETE
91942025-09-17T22:21:22.878Z[ host-image] Sep 17 22:21:21.815 INFO O| Sep 17 22:21:21.815 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952025-09-17T22:21:22.883Z[ host-image] Sep 17 22:21:21.830 INFO O| Sep 17 22:21:21.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91962025-09-17T22:21:22.883Z[ host-image] Sep 17 22:21:21.830 INFO O| Sep 17 22:21:21.830 INFO STEP 43 (remove_files) COMPLETE
91972025-09-17T22:21:22.887Z[ host-image] Sep 17 22:21:21.830 INFO O| Sep 17 22:21:21.830 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982025-09-17T22:21:22.897Z[ host-image] Sep 17 22:21:21.844 INFO O| Sep 17 22:21:21.844 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91992025-09-17T22:21:22.897Z[ host-image] Sep 17 22:21:21.845 INFO O| Sep 17 22:21:21.845 INFO STEP 44 (remove_files) COMPLETE
92002025-09-17T22:21:22.901Z[ host-image] Sep 17 22:21:21.845 INFO O| Sep 17 22:21:21.845 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012025-09-17T22:21:22.916Z[ host-image] Sep 17 22:21:21.859 INFO O| Sep 17 22:21:21.859 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92022025-09-17T22:21:22.916Z[ host-image] Sep 17 22:21:21.859 INFO O| Sep 17 22:21:21.859 INFO STEP 45 (remove_files) COMPLETE
92032025-09-17T22:21:22.916Z[ host-image] Sep 17 22:21:21.859 INFO O| Sep 17 22:21:21.859 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042025-09-17T22:21:22.927Z[ host-image] Sep 17 22:21:21.870 INFO O| Sep 17 22:21:21.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92052025-09-17T22:21:22.927Z[ host-image] Sep 17 22:21:21.870 INFO O| Sep 17 22:21:21.870 INFO STEP 46 (remove_files) COMPLETE
92062025-09-17T22:21:22.930Z[ host-image] Sep 17 22:21:21.870 INFO O| Sep 17 22:21:21.870 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072025-09-17T22:21:22.938Z[ host-image] Sep 17 22:21:21.882 INFO O| Sep 17 22:21:21.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92082025-09-17T22:21:22.938Z[ host-image] Sep 17 22:21:21.883 INFO O| Sep 17 22:21:21.883 INFO STEP 47 (remove_files) COMPLETE
92092025-09-17T22:21:22.938Z[ host-image] Sep 17 22:21:21.883 INFO O| Sep 17 22:21:21.883 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102025-09-17T22:21:22.949Z[ host-image] Sep 17 22:21:21.897 INFO O| Sep 17 22:21:21.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92112025-09-17T22:21:22.949Z[ host-image] Sep 17 22:21:21.897 INFO O| Sep 17 22:21:21.897 INFO STEP 48 (remove_files) COMPLETE
92122025-09-17T22:21:22.954Z[ host-image] Sep 17 22:21:21.897 INFO O| Sep 17 22:21:21.897 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132025-09-17T22:21:22.964Z[ host-image] Sep 17 22:21:21.911 INFO O| Sep 17 22:21:21.911 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92142025-09-17T22:21:22.964Z[ host-image] Sep 17 22:21:21.912 INFO O| Sep 17 22:21:21.912 INFO STEP 49 (remove_files) COMPLETE
92152025-09-17T22:21:22.969Z[ host-image] Sep 17 22:21:21.912 INFO O| Sep 17 22:21:21.912 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162025-09-17T22:21:22.974Z[ host-image] Sep 17 22:21:21.922 INFO O| Sep 17 22:21:21.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92172025-09-17T22:21:22.977Z[ host-image] Sep 17 22:21:21.922 INFO O| Sep 17 22:21:21.922 INFO STEP 50 (remove_files) COMPLETE
92182025-09-17T22:21:22.977Z[ host-image] Sep 17 22:21:21.922 INFO O| Sep 17 22:21:21.922 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192025-09-17T22:21:22.985Z[ host-image] Sep 17 22:21:21.933 INFO O| Sep 17 22:21:21.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92202025-09-17T22:21:22.985Z[ host-image] Sep 17 22:21:21.933 INFO O| Sep 17 22:21:21.933 INFO STEP 51 (remove_files) COMPLETE
92212025-09-17T22:21:22.985Z[ host-image] Sep 17 22:21:21.933 INFO O| Sep 17 22:21:21.933 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222025-09-17T22:21:22.998Z[ host-image] Sep 17 22:21:21.944 INFO O| Sep 17 22:21:21.944 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92232025-09-17T22:21:22.998Z[ host-image] Sep 17 22:21:21.944 INFO O| Sep 17 22:21:21.944 INFO STEP 52 (remove_files) COMPLETE
92242025-09-17T22:21:22.998Z[ host-image] Sep 17 22:21:21.944 INFO O| Sep 17 22:21:21.944 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252025-09-17T22:21:23.010Z[ host-image] Sep 17 22:21:21.958 INFO O| Sep 17 22:21:21.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92262025-09-17T22:21:23.011Z[ host-image] Sep 17 22:21:21.958 INFO O| Sep 17 22:21:21.958 INFO STEP 53 (remove_files) COMPLETE
92272025-09-17T22:21:23.019Z[ host-image] Sep 17 22:21:21.958 INFO O| Sep 17 22:21:21.958 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282025-09-17T22:21:23.024Z[ host-image] Sep 17 22:21:21.967 INFO O| Sep 17 22:21:21.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92292025-09-17T22:21:23.024Z[ host-image] Sep 17 22:21:21.967 INFO O| Sep 17 22:21:21.967 INFO STEP 54 (remove_files) COMPLETE
92302025-09-17T22:21:23.024Z[ host-image] Sep 17 22:21:21.967 INFO O| Sep 17 22:21:21.967 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312025-09-17T22:21:23.028Z[ host-image] Sep 17 22:21:21.976 INFO O| Sep 17 22:21:21.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92322025-09-17T22:21:23.032Z[ host-image] Sep 17 22:21:21.976 INFO O| Sep 17 22:21:21.976 INFO STEP 55 (remove_files) COMPLETE
92332025-09-17T22:21:23.032Z[ host-image] Sep 17 22:21:21.976 INFO O| Sep 17 22:21:21.976 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342025-09-17T22:21:23.038Z[ host-image] Sep 17 22:21:21.985 INFO O| Sep 17 22:21:21.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92352025-09-17T22:21:23.042Z[ host-image] Sep 17 22:21:21.985 INFO O| Sep 17 22:21:21.985 INFO STEP 56 (remove_files) COMPLETE
92362025-09-17T22:21:23.042Z[ host-image] Sep 17 22:21:21.985 INFO O| Sep 17 22:21:21.985 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372025-09-17T22:21:23.049Z[ host-image] Sep 17 22:21:21.997 INFO O| Sep 17 22:21:21.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92382025-09-17T22:21:23.049Z[ host-image] Sep 17 22:21:21.997 INFO O| Sep 17 22:21:21.997 INFO STEP 57 (remove_files) COMPLETE
92392025-09-17T22:21:23.053Z[ host-image] Sep 17 22:21:21.997 INFO O| Sep 17 22:21:21.997 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402025-09-17T22:21:23.062Z[ host-image] Sep 17 22:21:22.009 INFO O| Sep 17 22:21:22.009 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92412025-09-17T22:21:23.062Z[ host-image] Sep 17 22:21:22.009 INFO O| Sep 17 22:21:22.009 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92422025-09-17T22:21:23.066Z[ host-image] Sep 17 22:21:22.009 INFO O| Sep 17 22:21:22.009 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92432025-09-17T22:21:23.066Z[ host-image] Sep 17 22:21:22.010 INFO O| Sep 17 22:21:22.010 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92442025-09-17T22:21:23.066Z[ host-image] Sep 17 22:21:22.010 INFO O| Sep 17 22:21:22.010 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92452025-09-17T22:21:23.066Z[ host-image] Sep 17 22:21:22.010 INFO O| Sep 17 22:21:22.010 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92462025-09-17T22:21:23.066Z[ host-image] Sep 17 22:21:22.010 INFO O| Sep 17 22:21:22.010 INFO ok!
92472025-09-17T22:21:23.066Z[ host-image] Sep 17 22:21:22.010 INFO O| Sep 17 22:21:22.010 INFO STEP 58 (ensure_file) COMPLETE
92482025-09-17T22:21:23.066Z[ host-image] Sep 17 22:21:22.010 INFO O| Sep 17 22:21:22.010 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492025-09-17T22:21:23.079Z[ host-image] Sep 17 22:21:22.023 INFO O| Sep 17 22:21:22.023 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92502025-09-17T22:21:23.079Z[ host-image] Sep 17 22:21:22.023 INFO O| Sep 17 22:21:22.023 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92512025-09-17T22:21:23.082Z[ host-image] Sep 17 22:21:22.024 INFO O| Sep 17 22:21:22.024 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92522025-09-17T22:21:23.082Z[ host-image] Sep 17 22:21:22.024 INFO O| Sep 17 22:21:22.024 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92532025-09-17T22:21:23.082Z[ host-image] Sep 17 22:21:22.024 INFO O| Sep 17 22:21:22.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92542025-09-17T22:21:23.082Z[ host-image] Sep 17 22:21:22.024 INFO O| Sep 17 22:21:22.024 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92552025-09-17T22:21:23.082Z[ host-image] Sep 17 22:21:22.024 INFO O| Sep 17 22:21:22.024 INFO ok!
92562025-09-17T22:21:23.082Z[ host-image] Sep 17 22:21:22.024 INFO O| Sep 17 22:21:22.024 INFO STEP 59 (ensure_file) COMPLETE
92572025-09-17T22:21:23.082Z[ host-image] Sep 17 22:21:22.024 INFO O| Sep 17 22:21:22.024 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582025-09-17T22:21:23.099Z[ host-image] Sep 17 22:21:22.037 INFO O| Sep 17 22:21:22.037 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92592025-09-17T22:21:23.099Z[ host-image] Sep 17 22:21:22.037 INFO O| Sep 17 22:21:22.037 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92602025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.037 INFO O| Sep 17 22:21:22.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92612025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.037 INFO O| Sep 17 22:21:22.037 INFO ok!
92622025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.037 INFO O| Sep 17 22:21:22.037 INFO STEP 60 (ensure_file) COMPLETE
92632025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.038 INFO O| Sep 17 22:21:22.037 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.049 INFO O| Sep 17 22:21:22.049 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92652025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.049 INFO O| Sep 17 22:21:22.049 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92662025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.049 INFO O| Sep 17 22:21:22.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92672025-09-17T22:21:23.104Z[ host-image] Sep 17 22:21:22.049 INFO O| Sep 17 22:21:22.049 INFO ok!
92682025-09-17T22:21:23.105Z[ host-image] Sep 17 22:21:22.049 INFO O| Sep 17 22:21:22.049 INFO STEP 61 (ensure_file) COMPLETE
92692025-09-17T22:21:23.105Z[ host-image] Sep 17 22:21:22.049 INFO O| Sep 17 22:21:22.049 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92702025-09-17T22:21:23.111Z[ host-image] Sep 17 22:21:22.058 INFO O| Sep 17 22:21:22.058 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92712025-09-17T22:21:23.111Z[ host-image] Sep 17 22:21:22.058 INFO O| Sep 17 22:21:22.058 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92722025-09-17T22:21:23.114Z[ host-image] Sep 17 22:21:22.059 INFO O| Sep 17 22:21:22.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92732025-09-17T22:21:23.114Z[ host-image] Sep 17 22:21:22.059 INFO O| Sep 17 22:21:22.059 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92742025-09-17T22:21:23.114Z[ host-image] Sep 17 22:21:22.059 INFO O| Sep 17 22:21:22.059 INFO ok!
92752025-09-17T22:21:23.114Z[ host-image] Sep 17 22:21:22.059 INFO O| Sep 17 22:21:22.059 INFO STEP 62 (ensure_file) COMPLETE
92762025-09-17T22:21:23.114Z[ host-image] Sep 17 22:21:22.059 INFO O| Sep 17 22:21:22.059 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772025-09-17T22:21:23.124Z[ host-image] Sep 17 22:21:22.071 INFO O| Sep 17 22:21:22.071 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92782025-09-17T22:21:23.124Z[ host-image] Sep 17 22:21:22.072 INFO O| Sep 17 22:21:22.071 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92792025-09-17T22:21:23.124Z[ host-image] Sep 17 22:21:22.072 INFO O| Sep 17 22:21:22.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92802025-09-17T22:21:23.130Z[ host-image] Sep 17 22:21:22.072 INFO O| Sep 17 22:21:22.072 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92812025-09-17T22:21:23.130Z[ host-image] Sep 17 22:21:22.072 INFO O| Sep 17 22:21:22.072 INFO ok!
92822025-09-17T22:21:23.130Z[ host-image] Sep 17 22:21:22.072 INFO O| Sep 17 22:21:22.072 INFO STEP 63 (ensure_file) COMPLETE
92832025-09-17T22:21:23.130Z[ host-image] Sep 17 22:21:22.072 INFO O| Sep 17 22:21:22.072 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842025-09-17T22:21:23.134Z[ host-image] Sep 17 22:21:22.082 INFO O| Sep 17 22:21:22.082 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92852025-09-17T22:21:23.138Z[ host-image] Sep 17 22:21:22.082 INFO O| Sep 17 22:21:22.082 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92862025-09-17T22:21:23.138Z[ host-image] Sep 17 22:21:22.082 INFO O| Sep 17 22:21:22.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92872025-09-17T22:21:23.138Z[ host-image] Sep 17 22:21:22.082 INFO O| Sep 17 22:21:22.082 INFO ok!
92882025-09-17T22:21:23.138Z[ host-image] Sep 17 22:21:22.082 INFO O| Sep 17 22:21:22.082 INFO STEP 64 (assemble_files) COMPLETE
92892025-09-17T22:21:23.139Z[ host-image] Sep 17 22:21:22.082 INFO O| Sep 17 22:21:22.082 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902025-09-17T22:21:23.145Z[ host-image] Sep 17 22:21:22.093 INFO O| Sep 17 22:21:22.093 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92912025-09-17T22:21:23.146Z[ host-image] Sep 17 22:21:22.093 INFO O| Sep 17 22:21:22.093 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92922025-09-17T22:21:23.149Z[ host-image] Sep 17 22:21:22.093 INFO O| Sep 17 22:21:22.093 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92932025-09-17T22:21:23.149Z[ host-image] Sep 17 22:21:22.093 INFO O| Sep 17 22:21:22.093 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92942025-09-17T22:21:23.149Z[ host-image] Sep 17 22:21:22.093 INFO O| Sep 17 22:21:22.093 INFO ok!
92952025-09-17T22:21:23.149Z[ host-image] Sep 17 22:21:22.093 INFO O| Sep 17 22:21:22.093 INFO STEP 65 (ensure_file) COMPLETE
92962025-09-17T22:21:23.150Z[ host-image] Sep 17 22:21:22.093 INFO O| Sep 17 22:21:22.093 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92972025-09-17T22:21:23.160Z[ host-image] Sep 17 22:21:22.106 INFO O| Sep 17 22:21:22.106 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92982025-09-17T22:21:23.167Z[ host-image] Sep 17 22:21:22.106 INFO O| Sep 17 22:21:22.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92992025-09-17T22:21:23.167Z[ host-image] Sep 17 22:21:22.106 INFO O| Sep 17 22:21:22.106 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93002025-09-17T22:21:23.167Z[ host-image] Sep 17 22:21:22.106 INFO O| Sep 17 22:21:22.106 INFO STEP 66 (ensure_dir) COMPLETE
93012025-09-17T22:21:23.167Z[ host-image] Sep 17 22:21:22.106 INFO O| Sep 17 22:21:22.106 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022025-09-17T22:21:23.172Z[ host-image] Sep 17 22:21:22.119 INFO O| Sep 17 22:21:22.119 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93032025-09-17T22:21:23.172Z[ host-image] Sep 17 22:21:22.119 INFO O| Sep 17 22:21:22.119 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 ...
93042025-09-17T22:21:23.184Z[ host-image] Sep 17 22:21:22.130 INFO O| Sep 17 22:21:22.130 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
93052025-09-17T22:21:23.184Z[ host-image] Sep 17 22:21:22.130 INFO O| Sep 17 22:21:22.130 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93062025-09-17T22:21:23.189Z[ host-image] Sep 17 22:21:22.130 INFO O| Sep 17 22:21:22.130 INFO ok!
93072025-09-17T22:21:23.190Z[ host-image] Sep 17 22:21:22.130 INFO O| Sep 17 22:21:22.130 INFO STEP 67 (ensure_file) COMPLETE
93082025-09-17T22:21:23.190Z[ host-image] Sep 17 22:21:22.130 INFO O| Sep 17 22:21:22.130 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93092025-09-17T22:21:23.197Z[ host-image] Sep 17 22:21:22.144 INFO O| Sep 17 22:21:22.144 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93102025-09-17T22:21:23.197Z[ host-image] Sep 17 22:21:22.144 INFO O| Sep 17 22:21:22.144 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 ...
93112025-09-17T22:21:23.201Z[ host-image] Sep 17 22:21:22.144 INFO O| Sep 17 22:21:22.144 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
93122025-09-17T22:21:23.201Z[ host-image] Sep 17 22:21:22.144 INFO O| Sep 17 22:21:22.144 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93132025-09-17T22:21:23.201Z[ host-image] Sep 17 22:21:22.144 INFO O| Sep 17 22:21:22.144 INFO ok!
93142025-09-17T22:21:23.201Z[ host-image] Sep 17 22:21:22.144 INFO O| Sep 17 22:21:22.144 INFO STEP 68 (ensure_file) COMPLETE
93152025-09-17T22:21:23.201Z[ host-image] Sep 17 22:21:22.144 INFO O| Sep 17 22:21:22.144 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162025-09-17T22:21:23.218Z[ host-image] Sep 17 22:21:22.164 INFO O| Sep 17 22:21:22.164 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93172025-09-17T22:21:23.218Z[ host-image] Sep 17 22:21:22.164 INFO O| Sep 17 22:21:22.164 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93182025-09-17T22:21:24.992Z[ recovery-image] Sep 17 22:21:23.939 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')"
93192025-09-17T22:21:24.996Z[ recovery-image] Sep 17 22:21:23.939 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")
93202025-09-17T22:21:25.295Z[ recovery-image] Sep 17 22:21:24.242 INFO E| Updating crates.io index
93212025-09-17T22:21:25.516Z[ recovery-image] Sep 17 22:21:24.463 INFO E| Downloading crates ...
93222025-09-17T22:21:25.580Z[ recovery-image] Sep 17 22:21:24.527 INFO E| Downloaded anstyle-parse v0.2.7
93232025-09-17T22:21:25.592Z[ recovery-image] Sep 17 22:21:24.540 INFO E| Downloaded anstream v0.6.20
93242025-09-17T22:21:25.597Z[ host-image] Sep 17 22:21:24.542 INFO O| Sep 17 22:21:24.542 INFO STEP 69 (pack_tar) COMPLETE
93252025-09-17T22:21:25.597Z[ host-image] Sep 17 22:21:24.542 INFO O| Sep 17 22:21:24.542 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93262025-09-17T22:21:25.597Z[ host-image] Sep 17 22:21:24.542 INFO O| Sep 17 22:21:24.542 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93272025-09-17T22:21:25.601Z[ recovery-image] Sep 17 22:21:24.545 INFO E| Downloaded signal-hook-registry v1.4.6
93282025-09-17T22:21:25.608Z[ recovery-image] Sep 17 22:21:24.554 INFO E| Downloaded shared_thread v0.2.0
93292025-09-17T22:21:25.613Z[ recovery-image] Sep 17 22:21:24.558 INFO E| Downloaded sigchld v0.2.4
93302025-09-17T22:21:25.634Z[ recovery-image] Sep 17 22:21:24.561 INFO E| Downloaded clap_lex v0.7.5
93312025-09-17T22:21:25.642Z[ recovery-image] Sep 17 22:21:24.564 INFO E| Downloaded clap_derive v4.5.47
93322025-09-17T22:21:25.642Z[ recovery-image] Sep 17 22:21:24.568 INFO E| Downloaded duct v1.1.0
93332025-09-17T22:21:25.642Z[ recovery-image] Sep 17 22:21:24.573 INFO E| Downloaded clap v4.5.47
93342025-09-17T22:21:25.648Z[ recovery-image] Sep 17 22:21:24.591 INFO E| Downloaded shared_child v1.1.1
93352025-09-17T22:21:25.652Z[ recovery-image] Sep 17 22:21:24.594 INFO E| Downloaded os_pipe v1.2.2
93362025-09-17T22:21:25.652Z[ recovery-image] Sep 17 22:21:24.595 INFO E| Downloaded colorchoice v1.0.4
93372025-09-17T22:21:25.652Z[ recovery-image] Sep 17 22:21:24.597 INFO E| Downloaded anstyle-query v1.1.4
93382025-09-17T22:21:25.662Z[ recovery-image] Sep 17 22:21:24.607 INFO E| Downloaded clap_builder v4.5.47
93392025-09-17T22:21:25.695Z[ recovery-image] Sep 17 22:21:24.634 INFO E| Downloaded libc v0.2.175
93402025-09-17T22:21:25.783Z[ recovery-image] Sep 17 22:21:24.730 INFO E| Compiling libc v0.2.175
93412025-09-17T22:21:25.783Z[ recovery-image] Sep 17 22:21:24.730 INFO E| Compiling proc-macro2 v1.0.101
93422025-09-17T22:21:25.783Z[ recovery-image] Sep 17 22:21:24.730 INFO E| Compiling signal-hook v0.3.18
93432025-09-17T22:21:25.786Z[ recovery-image] Sep 17 22:21:24.730 INFO E| Compiling unicode-ident v1.0.18
93442025-09-17T22:21:25.787Z[ recovery-image] Sep 17 22:21:24.730 INFO E| Compiling utf8parse v0.2.2
93452025-09-17T22:21:25.787Z[ recovery-image] Sep 17 22:21:24.730 INFO E| Compiling colorchoice v1.0.4
93462025-09-17T22:21:25.787Z[ recovery-image] Sep 17 22:21:24.730 INFO E| Compiling is_terminal_polyfill v1.70.1
93472025-09-17T22:21:25.798Z[ recovery-image] Sep 17 22:21:24.745 INFO E| Compiling anstyle v1.0.11
93482025-09-17T22:21:25.947Z[ host-image] Sep 17 22:21:24.894 INFO O| Sep 17 22:21:24.894 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93492025-09-17T22:21:26.046Z[ recovery-image] Sep 17 22:21:24.989 INFO E| Compiling anstyle-parse v0.2.7
93502025-09-17T22:21:26.068Z[ recovery-image] Sep 17 22:21:25.015 INFO E| Compiling anstyle-query v1.1.4
93512025-09-17T22:21:26.068Z[ recovery-image] Sep 17 22:21:25.015 INFO E| Compiling clap_lex v0.7.5
93522025-09-17T22:21:26.128Z[ recovery-image] Sep 17 22:21:25.071 INFO E| Compiling heck v0.5.0
93532025-09-17T22:21:26.188Z[ host-image] Sep 17 22:21:25.134 INFO O| Sep 17 22:21:25.134 INFO completed processing sled/ramdisk-02-trim
93542025-09-17T22:21:26.191Z[ host-image] Sep 17 22:21:25.136 INFO image builder template: zfs...
93552025-09-17T22:21:26.192Z[ host-image] Sep 17 22:21:25.136 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/.tmp4jCKbt/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None
93562025-09-17T22:21:26.211Z[ host-image] Sep 17 22:21:25.156 INFO O| Sep 17 22:21:25.156 INFO skip include "stress" because feature "stress" is not enabled
93572025-09-17T22:21:26.211Z[ host-image] Sep 17 22:21:25.156 INFO O| Sep 17 22:21:25.156 INFO skip include "stress" because feature "compliance" is not enabled
93582025-09-17T22:21:26.236Z[ recovery-image] Sep 17 22:21:25.183 INFO E| Compiling strsim v0.11.1
93592025-09-17T22:21:26.266Z[ host-image] Sep 17 22:21:25.212 INFO O| Sep 17 22:21:25.211 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93602025-09-17T22:21:26.280Z[ host-image] Sep 17 22:21:25.216 INFO O| Sep 17 22:21:25.216 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93612025-09-17T22:21:26.332Z[ recovery-image] Sep 17 22:21:25.278 INFO E| Compiling shared_thread v0.2.0
93622025-09-17T22:21:26.368Z[ recovery-image] Sep 17 22:21:25.312 INFO E| Compiling anstream v0.6.20
93632025-09-17T22:21:26.408Z[ host-image] Sep 17 22:21:25.355 INFO O| Sep 17 22:21:25.347 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93642025-09-17T22:21:26.465Z[ host-image] Sep 17 22:21:25.411 INFO O| Sep 17 22:21:25.411 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93652025-09-17T22:21:26.465Z[ host-image] Sep 17 22:21:25.411 INFO O| Sep 17 22:21:25.411 INFO work dataset: rpool/images/build/host/work/sled/zfs
93662025-09-17T22:21:26.471Z[ host-image] Sep 17 22:21:25.417 INFO O| Sep 17 22:21:25.417 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93672025-09-17T22:21:26.592Z[ host-image] Sep 17 22:21:25.539 INFO O| Sep 17 22:21:25.539 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93682025-09-17T22:21:26.664Z[ host-image] Sep 17 22:21:25.610 INFO O| Sep 17 22:21:25.610 INFO DESTROY POOL: TEMPORARY-sled-zfs
93692025-09-17T22:21:26.678Z[ host-image] Sep 17 22:21:25.625 INFO O| Sep 17 22:21:25.625 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93702025-09-17T22:21:26.685Z[ host-image] Sep 17 22:21:25.632 INFO O| Sep 17 22:21:25.632 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93712025-09-17T22:21:26.685Z[ host-image] Sep 17 22:21:25.632 INFO O| Sep 17 22:21:25.632 INFO no lofi found
93722025-09-17T22:21:26.685Z[ host-image] Sep 17 22:21:25.632 INFO O| Sep 17 22:21:25.632 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93732025-09-17T22:21:26.689Z[ host-image] Sep 17 22:21:25.633 INFO O| Sep 17 22:21:25.632 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93742025-09-17T22:21:26.793Z[ recovery-image] Sep 17 22:21:25.735 INFO E| Compiling clap_builder v4.5.47
93752025-09-17T22:21:27.307Z[ recovery-image] Sep 17 22:21:26.254 INFO E| Compiling signal-hook-registry v1.4.6
93762025-09-17T22:21:27.308Z[ recovery-image] Sep 17 22:21:26.254 INFO E| Compiling os_pipe v1.2.2
93772025-09-17T22:21:27.432Z[ recovery-image] Sep 17 22:21:26.379 INFO E| Compiling quote v1.0.40
93782025-09-17T22:21:27.774Z[ recovery-image] Sep 17 22:21:26.721 INFO E| Compiling syn v2.0.106
93792025-09-17T22:21:27.835Z[ recovery-image] Sep 17 22:21:26.782 INFO E| Compiling sigchld v0.2.4
93802025-09-17T22:21:27.986Z[ recovery-image] Sep 17 22:21:26.930 INFO E| Compiling shared_child v1.1.1
93812025-09-17T22:21:28.057Z[ host-image] Sep 17 22:21:27.003 INFO O| Sep 17 22:21:27.003 INFO lofi device = /dev/dsk/c2t1d0p0
93822025-09-17T22:21:28.057Z[ host-image] Sep 17 22:21:27.003 INFO O| Sep 17 22:21:27.003 INFO pool device = /dev/dsk/c2t1d0p0
93832025-09-17T22:21:28.057Z[ host-image] Sep 17 22:21:27.003 INFO O| Sep 17 22:21:27.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"]
93842025-09-17T22:21:28.169Z[ recovery-image] Sep 17 22:21:27.116 INFO E| Compiling duct v1.1.0
93852025-09-17T22:21:28.233Z[ host-image] Sep 17 22:21:27.180 INFO O| Sep 17 22:21:27.179 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93862025-09-17T22:21:28.233Z[ host-image] Sep 17 22:21:27.180 INFO O| Sep 17 22:21:27.179 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93872025-09-17T22:21:28.260Z[ host-image] Sep 17 22:21:27.207 INFO O| Sep 17 22:21:27.207 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93882025-09-17T22:21:28.340Z[ host-image] Sep 17 22:21:27.287 INFO O| Sep 17 22:21:27.287 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93892025-09-17T22:21:28.387Z[ host-image] Sep 17 22:21:27.334 INFO O| Sep 17 22:21:27.334 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93902025-09-17T22:21:28.407Z[ host-image] Sep 17 22:21:27.352 INFO O| Sep 17 22:21:27.352 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93912025-09-17T22:21:28.418Z[ host-image] Sep 17 22:21:27.365 INFO O| Sep 17 22:21:27.365 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93922025-09-17T22:21:28.484Z[ host-image] Sep 17 22:21:27.431 INFO O| Sep 17 22:21:27.431 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93932025-09-17T22:21:28.484Z[ host-image] Sep 17 22:21:27.431 INFO O| Sep 17 22:21:27.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93942025-09-17T22:21:28.485Z[ host-image] Sep 17 22:21:27.431 INFO O| Sep 17 22:21:27.431 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93952025-09-17T22:21:28.499Z[ host-image] Sep 17 22:21:27.446 INFO O| Sep 17 22:21:27.446 INFO boot environment UUID: 4db5ca5b-b80f-4521-96fb-7615eb104913
93962025-09-17T22:21:28.499Z[ host-image] Sep 17 22:21:27.446 INFO O| Sep 17 22:21:27.446 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4db5ca5b-b80f-4521-96fb-7615eb104913
93972025-09-17T22:21:28.518Z[ host-image] Sep 17 22:21:27.462 INFO O| Sep 17 22:21:27.462 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93982025-09-17T22:21:28.563Z[ host-image] Sep 17 22:21:27.510 INFO O| Sep 17 22:21:27.510 INFO STEP 0 (create_be) COMPLETE
93992025-09-17T22:21:28.563Z[ host-image] Sep 17 22:21:27.510 INFO O| Sep 17 22:21:27.510 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94002025-09-17T22:21:28.584Z[ host-image] Sep 17 22:21:27.531 INFO O| Sep 17 22:21:27.531 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94012025-09-17T22:21:34.990Z[ recovery-image] Sep 17 22:21:33.934 INFO E| Compiling clap_derive v4.5.47
94022025-09-17T22:21:38.226Z[ recovery-image] Sep 17 22:21:37.167 INFO E| Compiling clap v4.5.47
94032025-09-17T22:21:38.333Z[ recovery-image] Sep 17 22:21:37.274 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
94042025-09-17T22:21:40.023Z[ recovery-image] Sep 17 22:21:38.959 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.94s
94052025-09-17T22:21:40.040Z[ recovery-image] Sep 17 22:21:38.976 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
94062025-09-17T22:21:40.452Z[ recovery-image] Sep 17 22:21:39.394 INFO E| Downloading crates ...
94072025-09-17T22:21:40.528Z[ recovery-image] Sep 17 22:21:39.466 INFO E| Downloaded bit_field v0.10.3
94082025-09-17T22:21:40.553Z[ recovery-image] Sep 17 22:21:39.468 INFO E| Downloaded adler2 v2.0.1
94092025-09-17T22:21:40.553Z[ recovery-image] Sep 17 22:21:39.475 INFO E| Downloaded scroll_derive v0.13.0
94102025-09-17T22:21:40.553Z[ recovery-image] Sep 17 22:21:39.475 INFO E| Downloaded scroll v0.13.0
94112025-09-17T22:21:40.553Z[ recovery-image] Sep 17 22:21:39.479 INFO E| Downloaded bitstruct v0.1.1
94122025-09-17T22:21:40.568Z[ recovery-image] Sep 17 22:21:39.483 INFO E| Downloaded cpio_reader v0.1.2
94132025-09-17T22:21:40.568Z[ recovery-image] Sep 17 22:21:39.485 INFO E| Downloaded seq-macro v0.3.6
94142025-09-17T22:21:40.568Z[ recovery-image] Sep 17 22:21:39.492 INFO E| Downloaded bitstruct_derive v0.1.0
94152025-09-17T22:21:40.568Z[ recovery-image] Sep 17 22:21:39.494 INFO E| Downloaded bitflags v2.9.4
94162025-09-17T22:21:40.569Z[ recovery-image] Sep 17 22:21:39.500 INFO E| Downloaded miniz_oxide v0.8.9
94172025-09-17T22:21:40.569Z[ recovery-image] Sep 17 22:21:39.504 INFO E| Downloaded raw-cpuid v10.7.0
94182025-09-17T22:21:40.589Z[ recovery-image] Sep 17 22:21:39.521 INFO E| Downloaded goblin v0.10.1
94192025-09-17T22:21:40.693Z[ recovery-image] Sep 17 22:21:39.619 INFO E| Downloaded x86 v0.52.0
94202025-09-17T22:21:40.755Z[ recovery-image] Sep 17 22:21:39.696 INFO E| Updating crates.io index
94212025-09-17T22:21:40.852Z[ recovery-image] Sep 17 22:21:39.785 INFO E| Downloading crates ...
94222025-09-17T22:21:40.907Z[ recovery-image] Sep 17 22:21:39.845 INFO E| Downloaded getopts v0.2.23
94232025-09-17T22:21:40.923Z[ recovery-image] Sep 17 22:21:39.863 INFO E| Downloaded rustc-literal-escaper v0.0.5
94242025-09-17T22:21:40.930Z[ recovery-image] Sep 17 22:21:39.865 INFO E| Downloaded rustc-demangle v0.1.26
94252025-09-17T22:21:40.947Z[ recovery-image] Sep 17 22:21:39.877 INFO E| Downloaded hashbrown v0.15.5
94262025-09-17T22:21:40.947Z[ recovery-image] Sep 17 22:21:39.885 INFO E| Downloaded unicode-width v0.2.1
94272025-09-17T22:21:41.003Z[ recovery-image] Sep 17 22:21:39.946 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)
94282025-09-17T22:21:41.004Z[ recovery-image] Sep 17 22:21:39.946 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)
94292025-09-17T22:21:41.020Z[ recovery-image] Sep 17 22:21:39.946 INFO E| Compiling proc-macro2 v1.0.101
94302025-09-17T22:21:41.020Z[ recovery-image] Sep 17 22:21:39.946 INFO E| Compiling unicode-ident v1.0.18
94312025-09-17T22:21:41.020Z[ recovery-image] Sep 17 22:21:39.946 INFO E| Compiling syn v1.0.109
94322025-09-17T22:21:41.020Z[ recovery-image] Sep 17 22:21:39.946 INFO E| Compiling x86 v0.52.0
94332025-09-17T22:21:41.020Z[ recovery-image] Sep 17 22:21:39.946 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94342025-09-17T22:21:41.020Z[ recovery-image] Sep 17 22:21:39.947 INFO E| Compiling seq-macro v0.3.6
94352025-09-17T22:21:47.455Z[ recovery-image] Sep 17 22:21:42.402 INFO E| Compiling quote v1.0.40
94362025-09-17T22:21:47.550Z[ recovery-image] Sep 17 22:21:42.775 INFO E| Compiling syn v2.0.106
94372025-09-17T22:21:50.547Z[ recovery-image] Sep 17 22:21:49.492 INFO E| Compiling scroll_derive v0.13.0
94382025-09-17T22:21:50.553Z[ host-image] Sep 17 22:21:49.495 INFO O| Sep 17 22:21:49.495 INFO STEP 1 (unpack_tar) COMPLETE
94392025-09-17T22:21:50.553Z[ host-image] Sep 17 22:21:49.495 INFO O| Sep 17 22:21:49.495 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94402025-09-17T22:21:50.566Z[ host-image] Sep 17 22:21:49.511 INFO O| Sep 17 22:21:49.511 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94412025-09-17T22:21:51.270Z[ host-image] Sep 17 22:21:50.214 INFO O| Sep 17 22:21:50.214 INFO STEP 2 (devfsadm) COMPLETE
94422025-09-17T22:21:51.270Z[ host-image] Sep 17 22:21:50.214 INFO O| Sep 17 22:21:50.214 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94432025-09-17T22:21:51.286Z[ host-image] Sep 17 22:21:50.230 INFO O| Sep 17 22:21:50.230 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94442025-09-17T22:21:51.286Z[ host-image] Sep 17 22:21:50.231 INFO O| Sep 17 22:21:50.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94452025-09-17T22:21:51.289Z[ host-image] Sep 17 22:21:50.231 INFO O| Sep 17 22:21:50.231 INFO STEP 3 (ensure_dir) COMPLETE
94462025-09-17T22:21:51.289Z[ host-image] Sep 17 22:21:50.231 INFO O| Sep 17 22:21:50.231 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94472025-09-17T22:21:51.302Z[ host-image] Sep 17 22:21:50.247 INFO O| Sep 17 22:21:50.246 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94482025-09-17T22:21:51.302Z[ host-image] Sep 17 22:21:50.247 INFO O| Sep 17 22:21:50.247 INFO STEP 4 (ensure_dir) COMPLETE
94492025-09-17T22:21:51.302Z[ host-image] Sep 17 22:21:50.247 INFO O| Sep 17 22:21:50.247 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94502025-09-17T22:21:51.318Z[ host-image] Sep 17 22:21:50.262 INFO O| Sep 17 22:21:50.262 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94512025-09-17T22:21:51.318Z[ host-image] Sep 17 22:21:50.263 INFO O| Sep 17 22:21:50.262 INFO STEP 5 (ensure_dir) COMPLETE
94522025-09-17T22:21:51.321Z[ host-image] Sep 17 22:21:50.263 INFO O| Sep 17 22:21:50.262 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94532025-09-17T22:21:51.334Z[ host-image] Sep 17 22:21:50.278 INFO O| Sep 17 22:21:50.278 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94542025-09-17T22:21:51.334Z[ host-image] Sep 17 22:21:50.279 INFO O| Sep 17 22:21:50.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94552025-09-17T22:21:51.334Z[ host-image] Sep 17 22:21:50.279 INFO O| Sep 17 22:21:50.279 INFO STEP 6 (ensure_dir) COMPLETE
94562025-09-17T22:21:51.338Z[ host-image] Sep 17 22:21:50.279 INFO O| Sep 17 22:21:50.279 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94572025-09-17T22:21:51.348Z[ host-image] Sep 17 22:21:50.293 INFO O| Sep 17 22:21:50.293 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94582025-09-17T22:21:51.349Z[ host-image] Sep 17 22:21:50.293 INFO O| Sep 17 22:21:50.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94592025-09-17T22:21:51.353Z[ host-image] Sep 17 22:21:50.293 INFO O| Sep 17 22:21:50.293 INFO STEP 7 (ensure_dir) COMPLETE
94602025-09-17T22:21:51.353Z[ host-image] Sep 17 22:21:50.293 INFO O| Sep 17 22:21:50.293 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94612025-09-17T22:21:51.366Z[ host-image] Sep 17 22:21:50.310 INFO O| Sep 17 22:21:50.310 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94622025-09-17T22:21:51.369Z[ host-image] Sep 17 22:21:50.310 INFO O| Sep 17 22:21:50.310 INFO STEP 8 (remove_files) COMPLETE
94632025-09-17T22:21:51.370Z[ host-image] Sep 17 22:21:50.310 INFO O| Sep 17 22:21:50.310 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94642025-09-17T22:21:51.383Z[ host-image] Sep 17 22:21:50.328 INFO O| Sep 17 22:21:50.327 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94652025-09-17T22:21:51.387Z[ host-image] Sep 17 22:21:50.329 INFO O| Sep 17 22:21:50.329 INFO STEP 9 (remove_files) COMPLETE
94662025-09-17T22:21:51.387Z[ host-image] Sep 17 22:21:50.329 INFO O| Sep 17 22:21:50.329 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94672025-09-17T22:21:51.400Z[ host-image] Sep 17 22:21:50.344 INFO O| Sep 17 22:21:50.344 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94682025-09-17T22:21:51.403Z[ host-image] Sep 17 22:21:50.346 INFO O| Sep 17 22:21:50.345 INFO STEP 10 (remove_files) COMPLETE
94692025-09-17T22:21:51.403Z[ host-image] Sep 17 22:21:50.346 INFO O| Sep 17 22:21:50.346 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94702025-09-17T22:21:51.420Z[ host-image] Sep 17 22:21:50.361 INFO O| Sep 17 22:21:50.361 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94712025-09-17T22:21:51.420Z[ host-image] Sep 17 22:21:50.361 INFO O| Sep 17 22:21:50.361 INFO STEP 11 (remove_files) COMPLETE
94722025-09-17T22:21:51.420Z[ host-image] Sep 17 22:21:50.361 INFO O| Sep 17 22:21:50.361 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94732025-09-17T22:21:51.432Z[ host-image] Sep 17 22:21:50.377 INFO O| Sep 17 22:21:50.377 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94742025-09-17T22:21:51.432Z[ host-image] Sep 17 22:21:50.377 INFO O| Sep 17 22:21:50.377 INFO STEP 12 (remove_files) COMPLETE
94752025-09-17T22:21:51.432Z[ host-image] Sep 17 22:21:50.377 INFO O| Sep 17 22:21:50.377 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94762025-09-17T22:21:51.448Z[ host-image] Sep 17 22:21:50.392 INFO O| Sep 17 22:21:50.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94772025-09-17T22:21:51.448Z[ host-image] Sep 17 22:21:50.392 INFO O| Sep 17 22:21:50.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94782025-09-17T22:21:51.451Z[ host-image] Sep 17 22:21:50.392 INFO O| Sep 17 22:21:50.392 INFO STEP 13 (ensure_dir) COMPLETE
94792025-09-17T22:21:51.451Z[ host-image] Sep 17 22:21:50.392 INFO O| Sep 17 22:21:50.392 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94802025-09-17T22:21:51.463Z[ host-image] Sep 17 22:21:50.408 INFO O| Sep 17 22:21:50.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94812025-09-17T22:21:51.463Z[ host-image] Sep 17 22:21:50.408 INFO O| Sep 17 22:21:50.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94822025-09-17T22:21:51.467Z[ host-image] Sep 17 22:21:50.408 INFO O| Sep 17 22:21:50.408 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94832025-09-17T22:21:51.467Z[ host-image] Sep 17 22:21:50.408 INFO O| Sep 17 22:21:50.408 INFO STEP 14 (ensure_dir) COMPLETE
94842025-09-17T22:21:51.467Z[ host-image] Sep 17 22:21:50.408 INFO O| Sep 17 22:21:50.408 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94852025-09-17T22:21:51.480Z[ host-image] Sep 17 22:21:50.425 INFO O| Sep 17 22:21:50.425 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94862025-09-17T22:21:51.480Z[ host-image] Sep 17 22:21:50.425 INFO O| Sep 17 22:21:50.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94872025-09-17T22:21:51.484Z[ host-image] Sep 17 22:21:50.425 INFO O| Sep 17 22:21:50.425 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94882025-09-17T22:21:51.484Z[ host-image] Sep 17 22:21:50.425 INFO O| Sep 17 22:21:50.425 INFO STEP 15 (ensure_dir) COMPLETE
94892025-09-17T22:21:51.484Z[ host-image] Sep 17 22:21:50.425 INFO O| Sep 17 22:21:50.425 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94902025-09-17T22:21:51.497Z[ host-image] Sep 17 22:21:50.441 INFO O| Sep 17 22:21:50.441 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94912025-09-17T22:21:51.497Z[ host-image] Sep 17 22:21:50.441 INFO O| Sep 17 22:21:50.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94922025-09-17T22:21:51.500Z[ host-image] Sep 17 22:21:50.441 INFO O| Sep 17 22:21:50.441 INFO STEP 16 (ensure_dir) COMPLETE
94932025-09-17T22:21:51.500Z[ host-image] Sep 17 22:21:50.441 INFO O| Sep 17 22:21:50.441 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94942025-09-17T22:21:51.514Z[ host-image] Sep 17 22:21:50.458 INFO O| Sep 17 22:21:50.458 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94952025-09-17T22:21:51.514Z[ host-image] Sep 17 22:21:50.459 INFO O| Sep 17 22:21:50.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94962025-09-17T22:21:51.514Z[ host-image] Sep 17 22:21:50.459 INFO O| Sep 17 22:21:50.459 INFO STEP 17 (ensure_dir) COMPLETE
94972025-09-17T22:21:51.517Z[ host-image] Sep 17 22:21:50.459 INFO O| Sep 17 22:21:50.459 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94982025-09-17T22:21:51.531Z[ host-image] Sep 17 22:21:50.475 INFO O| Sep 17 22:21:50.475 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94992025-09-17T22:21:51.531Z[ host-image] Sep 17 22:21:50.475 INFO O| Sep 17 22:21:50.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95002025-09-17T22:21:51.531Z[ host-image] Sep 17 22:21:50.475 INFO O| Sep 17 22:21:50.475 INFO ok!
95012025-09-17T22:21:51.531Z[ host-image] Sep 17 22:21:50.475 INFO O| Sep 17 22:21:50.475 INFO STEP 18 (ensure_symlink) COMPLETE
95022025-09-17T22:21:51.534Z[ host-image] Sep 17 22:21:50.475 INFO O| Sep 17 22:21:50.475 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95032025-09-17T22:21:51.549Z[ host-image] Sep 17 22:21:50.493 INFO O| Sep 17 22:21:50.493 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95042025-09-17T22:21:51.549Z[ host-image] Sep 17 22:21:50.493 INFO O| Sep 17 22:21:50.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95052025-09-17T22:21:51.549Z[ host-image] Sep 17 22:21:50.493 INFO O| Sep 17 22:21:50.493 INFO ok!
95062025-09-17T22:21:51.552Z[ host-image] Sep 17 22:21:50.493 INFO O| Sep 17 22:21:50.493 INFO STEP 19 (ensure_file) COMPLETE
95072025-09-17T22:21:51.553Z[ host-image] Sep 17 22:21:50.493 INFO O| Sep 17 22:21:50.493 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95082025-09-17T22:21:51.566Z[ host-image] Sep 17 22:21:50.511 INFO O| Sep 17 22:21:50.510 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95092025-09-17T22:21:51.566Z[ host-image] Sep 17 22:21:50.511 INFO O| Sep 17 22:21:50.511 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95102025-09-17T22:21:51.569Z[ host-image] Sep 17 22:21:50.511 INFO O| Sep 17 22:21:50.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95112025-09-17T22:21:51.569Z[ host-image] Sep 17 22:21:50.511 INFO O| Sep 17 22:21:50.511 INFO ok!
95122025-09-17T22:21:51.569Z[ host-image] Sep 17 22:21:50.511 INFO O| Sep 17 22:21:50.511 INFO STEP 20 (ensure_symlink) COMPLETE
95132025-09-17T22:21:51.569Z[ host-image] Sep 17 22:21:50.511 INFO O| Sep 17 22:21:50.511 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95142025-09-17T22:21:51.582Z[ host-image] Sep 17 22:21:50.526 INFO O| Sep 17 22:21:50.526 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95152025-09-17T22:21:51.582Z[ host-image] Sep 17 22:21:50.526 INFO O| Sep 17 22:21:50.526 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95162025-09-17T22:21:51.585Z[ host-image] Sep 17 22:21:50.526 INFO O| Sep 17 22:21:50.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95172025-09-17T22:21:51.585Z[ host-image] Sep 17 22:21:50.526 INFO O| Sep 17 22:21:50.526 INFO ok!
95182025-09-17T22:21:51.585Z[ host-image] Sep 17 22:21:50.526 INFO O| Sep 17 22:21:50.526 INFO STEP 21 (ensure_symlink) COMPLETE
95192025-09-17T22:21:51.586Z[ host-image] Sep 17 22:21:50.526 INFO O| Sep 17 22:21:50.526 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95202025-09-17T22:21:51.599Z[ host-image] Sep 17 22:21:50.544 INFO O| Sep 17 22:21:50.543 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95212025-09-17T22:21:51.600Z[ host-image] Sep 17 22:21:50.544 INFO O| Sep 17 22:21:50.543 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95222025-09-17T22:21:51.600Z[ host-image] Sep 17 22:21:50.544 INFO O| Sep 17 22:21:50.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95232025-09-17T22:21:51.604Z[ host-image] Sep 17 22:21:50.544 INFO O| Sep 17 22:21:50.544 INFO ok!
95242025-09-17T22:21:51.604Z[ host-image] Sep 17 22:21:50.544 INFO O| Sep 17 22:21:50.544 INFO STEP 22 (ensure_symlink) COMPLETE
95252025-09-17T22:21:51.604Z[ host-image] Sep 17 22:21:50.544 INFO O| Sep 17 22:21:50.544 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95262025-09-17T22:21:51.615Z[ host-image] Sep 17 22:21:50.560 INFO O| Sep 17 22:21:50.560 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95272025-09-17T22:21:51.615Z[ host-image] Sep 17 22:21:50.560 INFO O| Sep 17 22:21:50.560 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95282025-09-17T22:21:51.619Z[ host-image] Sep 17 22:21:50.560 INFO O| Sep 17 22:21:50.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95292025-09-17T22:21:51.619Z[ host-image] Sep 17 22:21:50.560 INFO O| Sep 17 22:21:50.560 INFO ok!
95302025-09-17T22:21:51.619Z[ host-image] Sep 17 22:21:50.560 INFO O| Sep 17 22:21:50.560 INFO STEP 23 (ensure_symlink) COMPLETE
95312025-09-17T22:21:51.619Z[ host-image] Sep 17 22:21:50.560 INFO O| Sep 17 22:21:50.560 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95322025-09-17T22:21:51.633Z[ host-image] Sep 17 22:21:50.577 INFO O| Sep 17 22:21:50.577 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95332025-09-17T22:21:51.633Z[ host-image] Sep 17 22:21:50.577 INFO O| Sep 17 22:21:50.577 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95342025-09-17T22:21:51.636Z[ host-image] Sep 17 22:21:50.577 INFO O| Sep 17 22:21:50.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95352025-09-17T22:21:51.636Z[ host-image] Sep 17 22:21:50.577 INFO O| Sep 17 22:21:50.577 INFO ok!
95362025-09-17T22:21:51.636Z[ host-image] Sep 17 22:21:50.577 INFO O| Sep 17 22:21:50.577 INFO STEP 24 (ensure_file) COMPLETE
95372025-09-17T22:21:51.636Z[ host-image] Sep 17 22:21:50.577 INFO O| Sep 17 22:21:50.577 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95382025-09-17T22:21:51.649Z[ host-image] Sep 17 22:21:50.593 INFO O| Sep 17 22:21:50.593 INFO updating shadow file
95392025-09-17T22:21:51.649Z[ host-image] Sep 17 22:21:50.594 INFO O| Sep 17 22:21:50.594 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95402025-09-17T22:21:51.649Z[ host-image] Sep 17 22:21:50.594 INFO O| Sep 17 22:21:50.594 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95412025-09-17T22:21:51.649Z[ host-image] Sep 17 22:21:50.594 INFO O| Sep 17 22:21:50.594 INFO STEP 25 (shadow) COMPLETE
95422025-09-17T22:21:51.653Z[ host-image] Sep 17 22:21:50.594 INFO O| Sep 17 22:21:50.594 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95432025-09-17T22:21:51.666Z[ host-image] Sep 17 22:21:50.610 INFO O| Sep 17 22:21:50.610 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95442025-09-17T22:21:51.666Z[ host-image] Sep 17 22:21:50.610 INFO O| Sep 17 22:21:50.610 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95452025-09-17T22:21:51.669Z[ host-image] Sep 17 22:21:50.610 INFO O| Sep 17 22:21:50.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95462025-09-17T22:21:51.669Z[ host-image] Sep 17 22:21:50.610 INFO O| Sep 17 22:21:50.610 INFO ok!
95472025-09-17T22:21:51.669Z[ host-image] Sep 17 22:21:50.610 INFO O| Sep 17 22:21:50.610 INFO STEP 26 (ensure_file) COMPLETE
95482025-09-17T22:21:51.669Z[ host-image] Sep 17 22:21:50.610 INFO O| Sep 17 22:21:50.610 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95492025-09-17T22:21:51.681Z[ host-image] Sep 17 22:21:50.625 INFO O| Sep 17 22:21:50.625 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95502025-09-17T22:21:51.681Z[ host-image] Sep 17 22:21:50.625 INFO O| Sep 17 22:21:50.625 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95512025-09-17T22:21:51.686Z[ host-image] Sep 17 22:21:50.625 INFO O| Sep 17 22:21:50.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95522025-09-17T22:21:51.686Z[ host-image] Sep 17 22:21:50.625 INFO O| Sep 17 22:21:50.625 INFO ok!
95532025-09-17T22:21:51.686Z[ host-image] Sep 17 22:21:50.625 INFO O| Sep 17 22:21:50.625 INFO STEP 27 (ensure_file) COMPLETE
95542025-09-17T22:21:51.686Z[ host-image] Sep 17 22:21:50.625 INFO O| Sep 17 22:21:50.625 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95552025-09-17T22:21:51.696Z[ host-image] Sep 17 22:21:50.641 INFO O| Sep 17 22:21:50.641 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95562025-09-17T22:21:51.696Z[ host-image] Sep 17 22:21:50.641 INFO O| Sep 17 22:21:50.641 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95572025-09-17T22:21:51.700Z[ host-image] Sep 17 22:21:50.641 INFO O| Sep 17 22:21:50.641 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95582025-09-17T22:21:51.700Z[ host-image] Sep 17 22:21:50.641 INFO O| Sep 17 22:21:50.641 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95592025-09-17T22:21:51.700Z[ host-image] Sep 17 22:21:50.641 INFO O| Sep 17 22:21:50.641 INFO ok!
95602025-09-17T22:21:51.700Z[ host-image] Sep 17 22:21:50.641 INFO O| Sep 17 22:21:50.641 INFO STEP 28 (ensure_file) COMPLETE
95612025-09-17T22:21:51.700Z[ host-image] Sep 17 22:21:50.641 INFO O| Sep 17 22:21:50.641 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95622025-09-17T22:21:51.713Z[ host-image] Sep 17 22:21:50.656 INFO O| Sep 17 22:21:50.656 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95632025-09-17T22:21:51.713Z[ host-image] Sep 17 22:21:50.656 INFO O| Sep 17 22:21:50.656 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95642025-09-17T22:21:51.713Z[ host-image] Sep 17 22:21:50.656 INFO O| Sep 17 22:21:50.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95652025-09-17T22:21:51.713Z[ host-image] Sep 17 22:21:50.656 INFO O| Sep 17 22:21:50.656 INFO ok!
95662025-09-17T22:21:51.718Z[ host-image] Sep 17 22:21:50.656 INFO O| Sep 17 22:21:50.656 INFO STEP 29 (ensure_file) COMPLETE
95672025-09-17T22:21:51.718Z[ host-image] Sep 17 22:21:50.656 INFO O| Sep 17 22:21:50.656 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95682025-09-17T22:21:51.726Z[ host-image] Sep 17 22:21:50.670 INFO O| Sep 17 22:21:50.670 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95692025-09-17T22:21:51.726Z[ host-image] Sep 17 22:21:50.670 INFO O| Sep 17 22:21:50.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95702025-09-17T22:21:51.729Z[ host-image] Sep 17 22:21:50.670 INFO O| Sep 17 22:21:50.670 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95712025-09-17T22:21:51.729Z[ host-image] Sep 17 22:21:50.670 INFO O| Sep 17 22:21:50.670 INFO STEP 30 (ensure_dir) COMPLETE
95722025-09-17T22:21:51.729Z[ host-image] Sep 17 22:21:50.670 INFO O| Sep 17 22:21:50.670 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95732025-09-17T22:21:51.741Z[ host-image] Sep 17 22:21:50.686 INFO O| Sep 17 22:21:50.685 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95742025-09-17T22:21:51.741Z[ host-image] Sep 17 22:21:50.686 INFO O| Sep 17 22:21:50.685 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95752025-09-17T22:21:51.746Z[ host-image] Sep 17 22:21:50.686 INFO O| Sep 17 22:21:50.686 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95762025-09-17T22:21:51.746Z[ host-image] Sep 17 22:21:50.686 INFO O| Sep 17 22:21:50.686 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95772025-09-17T22:21:51.746Z[ host-image] Sep 17 22:21:50.686 INFO O| Sep 17 22:21:50.686 INFO ok!
95782025-09-17T22:21:51.746Z[ host-image] Sep 17 22:21:50.686 INFO O| Sep 17 22:21:50.686 INFO STEP 31 (ensure_file) COMPLETE
95792025-09-17T22:21:51.746Z[ host-image] Sep 17 22:21:50.686 INFO O| Sep 17 22:21:50.686 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95802025-09-17T22:21:51.755Z[ host-image] Sep 17 22:21:50.700 INFO O| Sep 17 22:21:50.700 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95812025-09-17T22:21:51.755Z[ host-image] Sep 17 22:21:50.700 INFO O| Sep 17 22:21:50.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95822025-09-17T22:21:51.755Z[ host-image] Sep 17 22:21:50.700 INFO O| Sep 17 22:21:50.700 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95832025-09-17T22:21:51.759Z[ host-image] Sep 17 22:21:50.700 INFO O| Sep 17 22:21:50.700 INFO STEP 32 (ensure_dir) COMPLETE
95842025-09-17T22:21:51.759Z[ host-image] Sep 17 22:21:50.700 INFO O| Sep 17 22:21:50.700 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95852025-09-17T22:21:51.771Z[ host-image] Sep 17 22:21:50.715 INFO O| Sep 17 22:21:50.715 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95862025-09-17T22:21:51.771Z[ host-image] Sep 17 22:21:50.715 INFO O| Sep 17 22:21:50.715 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 ...
95872025-09-17T22:21:51.777Z[ host-image] Sep 17 22:21:50.715 INFO O| Sep 17 22:21:50.715 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
95882025-09-17T22:21:51.777Z[ host-image] Sep 17 22:21:50.715 INFO O| Sep 17 22:21:50.715 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95892025-09-17T22:21:51.777Z[ host-image] Sep 17 22:21:50.715 INFO O| Sep 17 22:21:50.715 INFO ok!
95902025-09-17T22:21:51.777Z[ host-image] Sep 17 22:21:50.715 INFO O| Sep 17 22:21:50.715 INFO STEP 33 (ensure_file) COMPLETE
95912025-09-17T22:21:51.777Z[ host-image] Sep 17 22:21:50.715 INFO O| Sep 17 22:21:50.715 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95922025-09-17T22:21:51.786Z[ host-image] Sep 17 22:21:50.730 INFO O| Sep 17 22:21:50.730 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95932025-09-17T22:21:51.786Z[ host-image] Sep 17 22:21:50.731 INFO O| Sep 17 22:21:50.730 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95942025-09-17T22:21:51.786Z[ host-image] Sep 17 22:21:50.731 INFO O| Sep 17 22:21:50.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95952025-09-17T22:21:51.790Z[ host-image] Sep 17 22:21:50.731 INFO O| Sep 17 22:21:50.731 INFO ok!
95962025-09-17T22:21:51.790Z[ host-image] Sep 17 22:21:50.731 INFO O| Sep 17 22:21:50.731 INFO STEP 34 (ensure_file) COMPLETE
95972025-09-17T22:21:51.790Z[ host-image] Sep 17 22:21:50.731 INFO O| Sep 17 22:21:50.731 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95982025-09-17T22:21:51.801Z[ host-image] Sep 17 22:21:50.745 INFO O| Sep 17 22:21:50.745 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95992025-09-17T22:21:51.801Z[ host-image] Sep 17 22:21:50.745 INFO O| Sep 17 22:21:50.745 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96002025-09-17T22:21:51.805Z[ host-image] Sep 17 22:21:50.746 INFO O| Sep 17 22:21:50.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96012025-09-17T22:21:51.805Z[ host-image] Sep 17 22:21:50.746 INFO O| Sep 17 22:21:50.746 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96022025-09-17T22:21:51.805Z[ host-image] Sep 17 22:21:50.746 INFO O| Sep 17 22:21:50.746 INFO ok!
96032025-09-17T22:21:51.805Z[ host-image] Sep 17 22:21:50.746 INFO O| Sep 17 22:21:50.746 INFO STEP 35 (ensure_file) COMPLETE
96042025-09-17T22:21:51.805Z[ host-image] Sep 17 22:21:50.746 INFO O| Sep 17 22:21:50.746 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96052025-09-17T22:21:51.816Z[ host-image] Sep 17 22:21:50.760 INFO O| Sep 17 22:21:50.760 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96062025-09-17T22:21:51.816Z[ host-image] Sep 17 22:21:50.760 INFO O| Sep 17 22:21:50.760 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96072025-09-17T22:21:51.816Z[ host-image] Sep 17 22:21:50.760 INFO O| Sep 17 22:21:50.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96082025-09-17T22:21:51.816Z[ host-image] Sep 17 22:21:50.760 INFO O| Sep 17 22:21:50.760 INFO ok!
96092025-09-17T22:21:51.820Z[ host-image] Sep 17 22:21:50.760 INFO O| Sep 17 22:21:50.760 INFO STEP 36 (ensure_file) COMPLETE
96102025-09-17T22:21:51.820Z[ host-image] Sep 17 22:21:50.761 INFO O| Sep 17 22:21:50.760 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96112025-09-17T22:21:51.832Z[ host-image] Sep 17 22:21:50.776 INFO O| Sep 17 22:21:50.776 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96122025-09-17T22:21:51.832Z[ host-image] Sep 17 22:21:50.776 INFO O| Sep 17 22:21:50.776 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96132025-09-17T22:21:51.832Z[ host-image] Sep 17 22:21:50.776 INFO O| Sep 17 22:21:50.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96142025-09-17T22:21:51.837Z[ host-image] Sep 17 22:21:50.776 INFO O| Sep 17 22:21:50.776 INFO ok!
96152025-09-17T22:21:51.837Z[ host-image] Sep 17 22:21:50.776 INFO O| Sep 17 22:21:50.776 INFO STEP 37 (ensure_file) COMPLETE
96162025-09-17T22:21:51.837Z[ host-image] Sep 17 22:21:50.776 INFO O| Sep 17 22:21:50.776 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96172025-09-17T22:21:51.848Z[ host-image] Sep 17 22:21:50.792 INFO O| Sep 17 22:21:50.792 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96182025-09-17T22:21:51.849Z[ host-image] Sep 17 22:21:50.792 INFO O| Sep 17 22:21:50.792 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96192025-09-17T22:21:51.849Z[ host-image] Sep 17 22:21:50.793 INFO O| Sep 17 22:21:50.793 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96202025-09-17T22:21:51.854Z[ host-image] Sep 17 22:21:50.793 INFO O| Sep 17 22:21:50.793 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96212025-09-17T22:21:51.854Z[ host-image] Sep 17 22:21:50.793 INFO O| Sep 17 22:21:50.793 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96222025-09-17T22:21:51.854Z[ host-image] Sep 17 22:21:50.793 INFO O| Sep 17 22:21:50.793 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96232025-09-17T22:21:51.854Z[ host-image] Sep 17 22:21:50.793 INFO O| Sep 17 22:21:50.793 INFO ok!
96242025-09-17T22:21:51.854Z[ host-image] Sep 17 22:21:50.793 INFO O| Sep 17 22:21:50.793 INFO STEP 38 (ensure_file) COMPLETE
96252025-09-17T22:21:51.854Z[ host-image] Sep 17 22:21:50.793 INFO O| Sep 17 22:21:50.793 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96262025-09-17T22:21:51.863Z[ host-image] Sep 17 22:21:50.808 INFO O| Sep 17 22:21:50.808 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96272025-09-17T22:21:51.863Z[ host-image] Sep 17 22:21:50.808 INFO O| Sep 17 22:21:50.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96282025-09-17T22:21:51.863Z[ host-image] Sep 17 22:21:50.808 INFO O| Sep 17 22:21:50.808 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96292025-09-17T22:21:51.864Z[ host-image] Sep 17 22:21:50.808 INFO O| Sep 17 22:21:50.808 INFO STEP 39 (ensure_dir) COMPLETE
96302025-09-17T22:21:51.869Z[ host-image] Sep 17 22:21:50.808 INFO O| Sep 17 22:21:50.808 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96312025-09-17T22:21:51.878Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.822 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
96322025-09-17T22:21:51.878Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.822 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 ...
96332025-09-17T22:21:51.878Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.823 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
96342025-09-17T22:21:51.884Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.823 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
96352025-09-17T22:21:51.884Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.823 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
96362025-09-17T22:21:51.884Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.823 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
96372025-09-17T22:21:51.885Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.823 INFO ok!
96382025-09-17T22:21:51.885Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.823 INFO STEP 40 (ensure_file) COMPLETE
96392025-09-17T22:21:51.885Z[ host-image] Sep 17 22:21:50.823 INFO O| Sep 17 22:21:50.823 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96402025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.840 INFO O| Sep 17 22:21:50.840 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96412025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.840 INFO O| Sep 17 22:21:50.840 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 ...
96422025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.840 INFO O| Sep 17 22:21:50.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96432025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.840 INFO O| Sep 17 22:21:50.840 INFO ok!
96442025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.840 INFO O| Sep 17 22:21:50.840 INFO STEP 41 (ensure_symlink) COMPLETE
96452025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.840 INFO O| Sep 17 22:21:50.840 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96462025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.854 INFO O| Sep 17 22:21:50.854 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96472025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.854 INFO O| Sep 17 22:21:50.854 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96482025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.855 INFO O| Sep 17 22:21:50.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96492025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.855 INFO O| Sep 17 22:21:50.855 INFO ok!
96502025-09-17T22:21:51.943Z[ host-image] Sep 17 22:21:50.855 INFO O| Sep 17 22:21:50.855 INFO STEP 42 (ensure_symlink) COMPLETE
96512025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.855 INFO O| Sep 17 22:21:50.855 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96522025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96532025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96542025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96552025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96562025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96572025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96582025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO ok!
96592025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO STEP 43 (ensure_file) COMPLETE
96602025-09-17T22:21:51.944Z[ host-image] Sep 17 22:21:50.868 INFO O| Sep 17 22:21:50.868 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96612025-09-17T22:21:51.948Z[ host-image] Sep 17 22:21:50.884 INFO O| Sep 17 22:21:50.884 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96622025-09-17T22:21:51.948Z[ host-image] Sep 17 22:21:50.884 INFO O| Sep 17 22:21:50.884 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 ...
96632025-09-17T22:21:51.948Z[ host-image] Sep 17 22:21:50.884 INFO O| Sep 17 22:21:50.884 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
96642025-09-17T22:21:51.948Z[ host-image] Sep 17 22:21:50.884 INFO O| Sep 17 22:21:50.884 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96652025-09-17T22:21:51.948Z[ host-image] Sep 17 22:21:50.884 INFO O| Sep 17 22:21:50.884 INFO ok!
96662025-09-17T22:21:51.948Z[ host-image] Sep 17 22:21:50.884 INFO O| Sep 17 22:21:50.884 INFO STEP 44 (ensure_file) COMPLETE
96672025-09-17T22:21:51.948Z[ host-image] Sep 17 22:21:50.884 INFO O| Sep 17 22:21:50.884 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96682025-09-17T22:21:51.955Z[ host-image] Sep 17 22:21:50.899 INFO O| Sep 17 22:21:50.898 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96692025-09-17T22:21:51.955Z[ host-image] Sep 17 22:21:50.899 INFO O| Sep 17 22:21:50.898 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96702025-09-17T22:21:51.966Z[ host-image] Sep 17 22:21:50.899 INFO O| Sep 17 22:21:50.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96712025-09-17T22:21:51.966Z[ host-image] Sep 17 22:21:50.899 INFO O| Sep 17 22:21:50.899 INFO ok!
96722025-09-17T22:21:51.966Z[ host-image] Sep 17 22:21:50.899 INFO O| Sep 17 22:21:50.899 INFO STEP 45 (ensure_file) COMPLETE
96732025-09-17T22:21:51.966Z[ host-image] Sep 17 22:21:50.899 INFO O| Sep 17 22:21:50.899 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96742025-09-17T22:21:51.985Z[ host-image] Sep 17 22:21:50.915 INFO O| Sep 17 22:21:50.915 INFO updating shadow file
96752025-09-17T22:21:51.985Z[ host-image] Sep 17 22:21:50.915 INFO O| Sep 17 22:21:50.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96762025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.915 INFO O| Sep 17 22:21:50.915 INFO STEP 46 (shadow) COMPLETE
96772025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.915 INFO O| Sep 17 22:21:50.915 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96782025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.931 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96792025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96802025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96812025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96822025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO ok!
96832025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO STEP 47 (ensure_file) COMPLETE
96842025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96852025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO skip step because feature "mfg" is not enabled
96862025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96872025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO skip step because feature "mfg" is not enabled
96882025-09-17T22:21:51.990Z[ host-image] Sep 17 22:21:50.932 INFO O| Sep 17 22:21:50.932 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96892025-09-17T22:21:52.007Z[ host-image] Sep 17 22:21:50.950 INFO O| Sep 17 22:21:50.950 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96902025-09-17T22:21:52.007Z[ host-image] Sep 17 22:21:50.950 INFO O| Sep 17 22:21:50.950 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96912025-09-17T22:21:52.813Z[ host-image] Sep 17 22:21:51.757 INFO O| Sep 17 22:21:51.757 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96922025-09-17T22:21:52.813Z[ host-image] Sep 17 22:21:51.757 INFO O| Sep 17 22:21:51.757 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96932025-09-17T22:21:52.813Z[ host-image] Sep 17 22:21:51.757 INFO O| Sep 17 22:21:51.757 INFO ok!
96942025-09-17T22:21:52.817Z[ host-image] Sep 17 22:21:51.757 INFO O| Sep 17 22:21:51.757 INFO STEP 50 (ensure_file) COMPLETE
96952025-09-17T22:21:52.818Z[ host-image] Sep 17 22:21:51.757 INFO O| Sep 17 22:21:51.757 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96962025-09-17T22:21:52.818Z[ host-image] Sep 17 22:21:51.757 INFO O| Sep 17 22:21:51.757 INFO skip step because feature "compliance" is not enabled
96972025-09-17T22:21:52.818Z[ host-image] Sep 17 22:21:51.757 INFO O| Sep 17 22:21:51.757 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96982025-09-17T22:21:52.829Z[ host-image] Sep 17 22:21:51.773 INFO O| Sep 17 22:21:51.773 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96992025-09-17T22:21:52.832Z[ host-image] Sep 17 22:21:51.773 INFO O| Sep 17 22:21:51.773 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97002025-09-17T22:21:52.833Z[ host-image] Sep 17 22:21:51.773 INFO O| Sep 17 22:21:51.773 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97012025-09-17T22:21:52.833Z[ host-image] Sep 17 22:21:51.773 INFO O| Sep 17 22:21:51.773 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97022025-09-17T22:21:52.833Z[ host-image] Sep 17 22:21:51.774 INFO O| Sep 17 22:21:51.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97032025-09-17T22:21:52.833Z[ host-image] Sep 17 22:21:51.774 INFO O| Sep 17 22:21:51.774 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97042025-09-17T22:21:52.833Z[ host-image] Sep 17 22:21:51.774 INFO O| Sep 17 22:21:51.774 INFO ok!
97052025-09-17T22:21:52.833Z[ host-image] Sep 17 22:21:51.774 INFO O| Sep 17 22:21:51.774 INFO STEP 52 (ensure_file) COMPLETE
97062025-09-17T22:21:52.833Z[ host-image] Sep 17 22:21:51.774 INFO O| Sep 17 22:21:51.774 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97072025-09-17T22:21:52.845Z[ host-image] Sep 17 22:21:51.790 INFO O| Sep 17 22:21:51.790 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97082025-09-17T22:21:52.845Z[ host-image] Sep 17 22:21:51.790 INFO O| Sep 17 22:21:51.790 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 ...
97092025-09-17T22:21:52.850Z[ host-image] Sep 17 22:21:51.790 INFO O| Sep 17 22:21:51.790 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
97102025-09-17T22:21:52.850Z[ host-image] Sep 17 22:21:51.790 INFO O| Sep 17 22:21:51.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97112025-09-17T22:21:52.850Z[ host-image] Sep 17 22:21:51.790 INFO O| Sep 17 22:21:51.790 INFO ok!
97122025-09-17T22:21:52.850Z[ host-image] Sep 17 22:21:51.790 INFO O| Sep 17 22:21:51.790 INFO STEP 53 (ensure_file) COMPLETE
97132025-09-17T22:21:52.850Z[ host-image] Sep 17 22:21:51.790 INFO O| Sep 17 22:21:51.790 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97142025-09-17T22:21:52.861Z[ host-image] Sep 17 22:21:51.805 INFO O| Sep 17 22:21:51.805 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97152025-09-17T22:21:52.861Z[ host-image] Sep 17 22:21:51.805 INFO O| Sep 17 22:21:51.805 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 ...
97162025-09-17T22:21:52.864Z[ host-image] Sep 17 22:21:51.805 INFO O| Sep 17 22:21:51.805 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97172025-09-17T22:21:52.864Z[ host-image] Sep 17 22:21:51.805 INFO O| Sep 17 22:21:51.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97182025-09-17T22:21:52.864Z[ host-image] Sep 17 22:21:51.805 INFO O| Sep 17 22:21:51.805 INFO ok!
97192025-09-17T22:21:52.864Z[ host-image] Sep 17 22:21:51.805 INFO O| Sep 17 22:21:51.805 INFO STEP 54 (ensure_file) COMPLETE
97202025-09-17T22:21:52.864Z[ host-image] Sep 17 22:21:51.805 INFO O| Sep 17 22:21:51.805 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97212025-09-17T22:21:52.876Z[ host-image] Sep 17 22:21:51.820 INFO O| Sep 17 22:21:51.820 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97222025-09-17T22:21:52.876Z[ host-image] Sep 17 22:21:51.820 INFO O| Sep 17 22:21:51.820 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 ...
97232025-09-17T22:21:52.880Z[ host-image] Sep 17 22:21:51.820 INFO O| Sep 17 22:21:51.820 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
97242025-09-17T22:21:52.880Z[ host-image] Sep 17 22:21:51.820 INFO O| Sep 17 22:21:51.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97252025-09-17T22:21:52.880Z[ host-image] Sep 17 22:21:51.820 INFO O| Sep 17 22:21:51.820 INFO ok!
97262025-09-17T22:21:52.880Z[ host-image] Sep 17 22:21:51.821 INFO O| Sep 17 22:21:51.820 INFO STEP 55 (ensure_file) COMPLETE
97272025-09-17T22:21:52.880Z[ host-image] Sep 17 22:21:51.821 INFO O| Sep 17 22:21:51.820 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97282025-09-17T22:21:52.892Z[ host-image] Sep 17 22:21:51.836 INFO O| Sep 17 22:21:51.836 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97292025-09-17T22:21:52.892Z[ host-image] Sep 17 22:21:51.836 INFO O| Sep 17 22:21:51.836 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 ...
97302025-09-17T22:21:52.895Z[ host-image] Sep 17 22:21:51.836 INFO O| Sep 17 22:21:51.836 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97312025-09-17T22:21:52.895Z[ host-image] Sep 17 22:21:51.836 INFO O| Sep 17 22:21:51.836 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97322025-09-17T22:21:52.895Z[ host-image] Sep 17 22:21:51.836 INFO O| Sep 17 22:21:51.836 INFO ok!
97332025-09-17T22:21:52.895Z[ host-image] Sep 17 22:21:51.836 INFO O| Sep 17 22:21:51.836 INFO STEP 56 (ensure_file) COMPLETE
97342025-09-17T22:21:52.895Z[ host-image] Sep 17 22:21:51.836 INFO O| Sep 17 22:21:51.836 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97352025-09-17T22:21:52.907Z[ host-image] Sep 17 22:21:51.851 INFO O| Sep 17 22:21:51.851 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97362025-09-17T22:21:52.907Z[ host-image] Sep 17 22:21:51.851 INFO O| Sep 17 22:21:51.851 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 ...
97372025-09-17T22:21:52.910Z[ host-image] Sep 17 22:21:51.851 INFO O| Sep 17 22:21:51.851 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
97382025-09-17T22:21:52.910Z[ host-image] Sep 17 22:21:51.851 INFO O| Sep 17 22:21:51.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97392025-09-17T22:21:52.910Z[ host-image] Sep 17 22:21:51.851 INFO O| Sep 17 22:21:51.851 INFO ok!
97402025-09-17T22:21:52.910Z[ host-image] Sep 17 22:21:51.851 INFO O| Sep 17 22:21:51.851 INFO STEP 57 (ensure_file) COMPLETE
97412025-09-17T22:21:52.910Z[ host-image] Sep 17 22:21:51.851 INFO O| Sep 17 22:21:51.851 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97422025-09-17T22:21:52.924Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97432025-09-17T22:21:52.924Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 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 ...
97442025-09-17T22:21:52.924Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97452025-09-17T22:21:52.927Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97462025-09-17T22:21:52.927Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97472025-09-17T22:21:52.927Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97482025-09-17T22:21:52.927Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO ok!
97492025-09-17T22:21:52.927Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO STEP 58 (ensure_file) COMPLETE
97502025-09-17T22:21:52.927Z[ host-image] Sep 17 22:21:51.867 INFO O| Sep 17 22:21:51.867 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97512025-09-17T22:21:52.938Z[ host-image] Sep 17 22:21:51.882 INFO O| Sep 17 22:21:51.882 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97522025-09-17T22:21:52.938Z[ host-image] Sep 17 22:21:51.882 INFO O| Sep 17 22:21:51.882 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 ...
97532025-09-17T22:21:52.941Z[ host-image] Sep 17 22:21:51.882 INFO O| Sep 17 22:21:51.882 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
97542025-09-17T22:21:52.941Z[ host-image] Sep 17 22:21:51.882 INFO O| Sep 17 22:21:51.882 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97552025-09-17T22:21:52.941Z[ host-image] Sep 17 22:21:51.882 INFO O| Sep 17 22:21:51.882 INFO ok!
97562025-09-17T22:21:52.941Z[ host-image] Sep 17 22:21:51.882 INFO O| Sep 17 22:21:51.882 INFO STEP 59 (ensure_file) COMPLETE
97572025-09-17T22:21:52.941Z[ host-image] Sep 17 22:21:51.882 INFO O| Sep 17 22:21:51.882 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97582025-09-17T22:21:52.953Z[ host-image] Sep 17 22:21:51.897 INFO O| Sep 17 22:21:51.897 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97592025-09-17T22:21:52.953Z[ host-image] Sep 17 22:21:51.898 INFO O| Sep 17 22:21:51.897 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97602025-09-17T22:21:52.953Z[ host-image] Sep 17 22:21:51.898 INFO O| Sep 17 22:21:51.898 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97612025-09-17T22:21:52.957Z[ host-image] Sep 17 22:21:51.898 INFO O| Sep 17 22:21:51.898 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97622025-09-17T22:21:52.957Z[ host-image] Sep 17 22:21:51.898 INFO O| Sep 17 22:21:51.898 INFO ok!
97632025-09-17T22:21:52.957Z[ host-image] Sep 17 22:21:51.898 INFO O| Sep 17 22:21:51.898 INFO STEP 60 (ensure_file) COMPLETE
97642025-09-17T22:21:52.957Z[ host-image] Sep 17 22:21:51.898 INFO O| Sep 17 22:21:51.898 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97652025-09-17T22:21:52.968Z[ host-image] Sep 17 22:21:51.912 INFO O| Sep 17 22:21:51.912 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97662025-09-17T22:21:52.968Z[ host-image] Sep 17 22:21:51.912 INFO O| Sep 17 22:21:51.912 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 ...
97672025-09-17T22:21:52.971Z[ host-image] Sep 17 22:21:51.912 INFO O| Sep 17 22:21:51.912 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
97682025-09-17T22:21:52.971Z[ host-image] Sep 17 22:21:51.912 INFO O| Sep 17 22:21:51.912 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97692025-09-17T22:21:52.971Z[ host-image] Sep 17 22:21:51.912 INFO O| Sep 17 22:21:51.912 INFO ok!
97702025-09-17T22:21:52.971Z[ host-image] Sep 17 22:21:51.912 INFO O| Sep 17 22:21:51.912 INFO STEP 61 (ensure_file) COMPLETE
97712025-09-17T22:21:52.971Z[ host-image] Sep 17 22:21:51.912 INFO O| Sep 17 22:21:51.912 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97722025-09-17T22:21:52.980Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97732025-09-17T22:21:52.980Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97742025-09-17T22:21:52.984Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97752025-09-17T22:21:52.984Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97762025-09-17T22:21:52.984Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97772025-09-17T22:21:52.984Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97782025-09-17T22:21:52.984Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO ok!
97792025-09-17T22:21:52.985Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO STEP 62 (ensure_file) COMPLETE
97802025-09-17T22:21:52.985Z[ host-image] Sep 17 22:21:51.925 INFO O| Sep 17 22:21:51.925 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97812025-09-17T22:21:52.994Z[ host-image] Sep 17 22:21:51.938 INFO O| Sep 17 22:21:51.938 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97822025-09-17T22:21:52.994Z[ host-image] Sep 17 22:21:51.938 INFO O| Sep 17 22:21:51.938 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 ...
97832025-09-17T22:21:52.998Z[ host-image] Sep 17 22:21:51.938 INFO O| Sep 17 22:21:51.938 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
97842025-09-17T22:21:52.998Z[ host-image] Sep 17 22:21:51.938 INFO O| Sep 17 22:21:51.938 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97852025-09-17T22:21:52.998Z[ host-image] Sep 17 22:21:51.938 INFO O| Sep 17 22:21:51.938 INFO ok!
97862025-09-17T22:21:52.998Z[ host-image] Sep 17 22:21:51.938 INFO O| Sep 17 22:21:51.938 INFO STEP 63 (ensure_file) COMPLETE
97872025-09-17T22:21:52.998Z[ host-image] Sep 17 22:21:51.938 INFO O| Sep 17 22:21:51.938 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97882025-09-17T22:21:53.007Z[ host-image] Sep 17 22:21:51.952 INFO O| Sep 17 22:21:51.951 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97892025-09-17T22:21:53.007Z[ host-image] Sep 17 22:21:51.952 INFO O| Sep 17 22:21:51.951 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 ...
97902025-09-17T22:21:53.007Z[ host-image] Sep 17 22:21:51.952 INFO O| Sep 17 22:21:51.952 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
97912025-09-17T22:21:53.011Z[ host-image] Sep 17 22:21:51.952 INFO O| Sep 17 22:21:51.952 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97922025-09-17T22:21:53.011Z[ host-image] Sep 17 22:21:51.952 INFO O| Sep 17 22:21:51.952 INFO ok!
97932025-09-17T22:21:53.011Z[ host-image] Sep 17 22:21:51.952 INFO O| Sep 17 22:21:51.952 INFO STEP 64 (ensure_file) COMPLETE
97942025-09-17T22:21:53.011Z[ host-image] Sep 17 22:21:51.952 INFO O| Sep 17 22:21:51.952 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97952025-09-17T22:21:53.021Z[ host-image] Sep 17 22:21:51.965 INFO O| Sep 17 22:21:51.965 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97962025-09-17T22:21:53.021Z[ host-image] Sep 17 22:21:51.965 INFO O| Sep 17 22:21:51.965 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 ...
97972025-09-17T22:21:53.021Z[ host-image] Sep 17 22:21:51.965 INFO O| Sep 17 22:21:51.965 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
97982025-09-17T22:21:53.021Z[ host-image] Sep 17 22:21:51.965 INFO O| Sep 17 22:21:51.965 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97992025-09-17T22:21:53.024Z[ host-image] Sep 17 22:21:51.965 INFO O| Sep 17 22:21:51.965 INFO ok!
98002025-09-17T22:21:53.024Z[ host-image] Sep 17 22:21:51.965 INFO O| Sep 17 22:21:51.965 INFO STEP 65 (ensure_file) COMPLETE
98012025-09-17T22:21:53.024Z[ host-image] Sep 17 22:21:51.965 INFO O| Sep 17 22:21:51.965 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98022025-09-17T22:21:53.035Z[ host-image] Sep 17 22:21:51.979 INFO O| Sep 17 22:21:51.979 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98032025-09-17T22:21:53.035Z[ host-image] Sep 17 22:21:51.980 INFO O| Sep 17 22:21:51.979 INFO STEP 66 (ensure_dir) COMPLETE
98042025-09-17T22:21:53.036Z[ host-image] Sep 17 22:21:51.980 INFO O| Sep 17 22:21:51.979 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-09-17T22:21:53.052Z[ host-image] Sep 17 22:21:51.996 INFO O| Sep 17 22:21:51.996 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98062025-09-17T22:21:53.052Z[ host-image] Sep 17 22:21:51.996 INFO O| Sep 17 22:21:51.996 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98072025-09-17T22:21:53.057Z[ host-image] Sep 17 22:21:51.996 INFO O| Sep 17 22:21:51.996 INFO STEP 67 (ensure_dir) COMPLETE
98082025-09-17T22:21:53.057Z[ host-image] Sep 17 22:21:51.996 INFO O| Sep 17 22:21:51.996 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092025-09-17T22:21:53.067Z[ host-image] Sep 17 22:21:52.011 INFO O| Sep 17 22:21:52.011 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98102025-09-17T22:21:53.067Z[ host-image] Sep 17 22:21:52.011 INFO O| Sep 17 22:21:52.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98112025-09-17T22:21:53.067Z[ host-image] Sep 17 22:21:52.011 INFO O| Sep 17 22:21:52.011 INFO STEP 68 (ensure_dir) COMPLETE
98122025-09-17T22:21:53.067Z[ host-image] Sep 17 22:21:52.011 INFO O| Sep 17 22:21:52.011 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132025-09-17T22:21:53.080Z[ host-image] Sep 17 22:21:52.024 INFO O| Sep 17 22:21:52.024 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98142025-09-17T22:21:53.080Z[ host-image] Sep 17 22:21:52.024 INFO O| Sep 17 22:21:52.024 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98152025-09-17T22:21:54.458Z[ host-image] Sep 17 22:21:53.402 INFO O| Sep 17 22:21:53.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98162025-09-17T22:21:54.458Z[ host-image] Sep 17 22:21:53.402 INFO O| Sep 17 22:21:53.402 INFO ok!
98172025-09-17T22:21:54.458Z[ host-image] Sep 17 22:21:53.402 INFO O| Sep 17 22:21:53.402 INFO STEP 69 (ensure_file) COMPLETE
98182025-09-17T22:21:54.466Z[ host-image] Sep 17 22:21:53.402 INFO O| Sep 17 22:21:53.402 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192025-09-17T22:21:54.474Z[ host-image] Sep 17 22:21:53.418 INFO O| Sep 17 22:21:53.418 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98202025-09-17T22:21:54.474Z[ host-image] Sep 17 22:21:53.418 INFO O| Sep 17 22:21:53.418 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98212025-09-17T22:21:56.550Z[ host-image] Sep 17 22:21:55.493 INFO O| Sep 17 22:21:55.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98222025-09-17T22:21:56.550Z[ host-image] Sep 17 22:21:55.493 INFO O| Sep 17 22:21:55.493 INFO ok!
98232025-09-17T22:21:56.550Z[ host-image] Sep 17 22:21:55.493 INFO O| Sep 17 22:21:55.493 INFO STEP 70 (ensure_file) COMPLETE
98242025-09-17T22:21:56.554Z[ host-image] Sep 17 22:21:55.493 INFO O| Sep 17 22:21:55.493 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252025-09-17T22:21:56.565Z[ host-image] Sep 17 22:21:55.509 INFO O| Sep 17 22:21:55.509 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98262025-09-17T22:21:56.565Z[ host-image] Sep 17 22:21:55.509 INFO O| Sep 17 22:21:55.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98272025-09-17T22:21:56.569Z[ host-image] Sep 17 22:21:55.509 INFO O| Sep 17 22:21:55.509 INFO STEP 71 (ensure_dir) COMPLETE
98282025-09-17T22:21:56.569Z[ host-image] Sep 17 22:21:55.509 INFO O| Sep 17 22:21:55.509 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-09-17T22:21:56.582Z[ host-image] Sep 17 22:21:55.526 INFO O| Sep 17 22:21:55.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98302025-09-17T22:21:56.582Z[ host-image] Sep 17 22:21:55.526 INFO O| Sep 17 22:21:55.526 INFO copying /tmp/.tmp4jCKbt/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 ...
98312025-09-17T22:21:56.582Z[ host-image] Sep 17 22:21:55.526 INFO O| Sep 17 22:21:55.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98322025-09-17T22:21:56.582Z[ host-image] Sep 17 22:21:55.526 INFO O| Sep 17 22:21:55.526 INFO ok!
98332025-09-17T22:21:56.586Z[ host-image] Sep 17 22:21:55.526 INFO O| Sep 17 22:21:55.526 INFO STEP 72 (ensure_file) COMPLETE
98342025-09-17T22:21:56.586Z[ host-image] Sep 17 22:21:55.526 INFO O| Sep 17 22:21:55.526 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-09-17T22:21:56.600Z[ host-image] Sep 17 22:21:55.542 INFO O| Sep 17 22:21:55.542 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98362025-09-17T22:21:56.600Z[ host-image] Sep 17 22:21:55.542 INFO O| Sep 17 22:21:55.542 INFO copying /tmp/.tmp4jCKbt/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 ...
98372025-09-17T22:21:56.603Z[ host-image] Sep 17 22:21:55.543 INFO O| Sep 17 22:21:55.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98382025-09-17T22:21:56.603Z[ host-image] Sep 17 22:21:55.543 INFO O| Sep 17 22:21:55.543 INFO ok!
98392025-09-17T22:21:56.603Z[ host-image] Sep 17 22:21:55.543 INFO O| Sep 17 22:21:55.543 INFO STEP 73 (ensure_file) COMPLETE
98402025-09-17T22:21:56.603Z[ host-image] Sep 17 22:21:55.543 INFO O| Sep 17 22:21:55.543 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412025-09-17T22:21:56.613Z[ host-image] Sep 17 22:21:55.556 INFO O| Sep 17 22:21:55.556 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98422025-09-17T22:21:56.613Z[ host-image] Sep 17 22:21:55.557 INFO O| Sep 17 22:21:55.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98432025-09-17T22:21:56.616Z[ host-image] Sep 17 22:21:55.557 INFO O| Sep 17 22:21:55.557 INFO STEP 74 (ensure_dir) COMPLETE
98442025-09-17T22:21:56.616Z[ host-image] Sep 17 22:21:55.557 INFO O| Sep 17 22:21:55.557 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452025-09-17T22:21:56.627Z[ host-image] Sep 17 22:21:55.570 INFO O| Sep 17 22:21:55.569 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98462025-09-17T22:21:56.627Z[ host-image] Sep 17 22:21:55.570 INFO O| Sep 17 22:21:55.570 INFO copying /tmp/.tmp4jCKbt/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 ...
98472025-09-17T22:21:56.630Z[ host-image] Sep 17 22:21:55.570 INFO O| Sep 17 22:21:55.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98482025-09-17T22:21:56.630Z[ host-image] Sep 17 22:21:55.570 INFO O| Sep 17 22:21:55.570 INFO ok!
98492025-09-17T22:21:56.630Z[ host-image] Sep 17 22:21:55.570 INFO O| Sep 17 22:21:55.570 INFO STEP 75 (ensure_file) COMPLETE
98502025-09-17T22:21:56.630Z[ host-image] Sep 17 22:21:55.570 INFO O| Sep 17 22:21:55.570 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98512025-09-17T22:21:56.643Z[ host-image] Sep 17 22:21:55.587 INFO O| Sep 17 22:21:55.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98522025-09-17T22:21:56.643Z[ host-image] Sep 17 22:21:55.587 INFO O| Sep 17 22:21:55.587 INFO copying /tmp/.tmp4jCKbt/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 ...
98532025-09-17T22:21:56.643Z[ host-image] Sep 17 22:21:55.587 INFO O| Sep 17 22:21:55.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98542025-09-17T22:21:56.648Z[ host-image] Sep 17 22:21:55.587 INFO O| Sep 17 22:21:55.587 INFO ok!
98552025-09-17T22:21:56.648Z[ host-image] Sep 17 22:21:55.587 INFO O| Sep 17 22:21:55.587 INFO STEP 76 (ensure_file) COMPLETE
98562025-09-17T22:21:56.648Z[ host-image] Sep 17 22:21:55.587 INFO O| Sep 17 22:21:55.587 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572025-09-17T22:21:56.659Z[ host-image] Sep 17 22:21:55.603 INFO O| Sep 17 22:21:55.603 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98582025-09-17T22:21:56.659Z[ host-image] Sep 17 22:21:55.603 INFO O| Sep 17 22:21:55.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98592025-09-17T22:21:56.660Z[ host-image] Sep 17 22:21:55.603 INFO O| Sep 17 22:21:55.603 INFO STEP 77 (ensure_dir) COMPLETE
98602025-09-17T22:21:56.664Z[ host-image] Sep 17 22:21:55.603 INFO O| Sep 17 22:21:55.603 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612025-09-17T22:21:56.691Z[ host-image] Sep 17 22:21:55.635 INFO O| Sep 17 22:21:55.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98622025-09-17T22:21:56.692Z[ host-image] Sep 17 22:21:55.635 INFO O| Sep 17 22:21:55.635 INFO copying /tmp/.tmp4jCKbt/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 ...
98632025-09-17T22:21:56.692Z[ host-image] Sep 17 22:21:55.635 INFO O| Sep 17 22:21:55.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98642025-09-17T22:21:56.698Z[ host-image] Sep 17 22:21:55.635 INFO O| Sep 17 22:21:55.635 INFO ok!
98652025-09-17T22:21:56.698Z[ host-image] Sep 17 22:21:55.635 INFO O| Sep 17 22:21:55.635 INFO STEP 78 (ensure_file) COMPLETE
98662025-09-17T22:21:56.698Z[ host-image] Sep 17 22:21:55.635 INFO O| Sep 17 22:21:55.635 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672025-09-17T22:21:56.708Z[ host-image] Sep 17 22:21:55.652 INFO O| Sep 17 22:21:55.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98682025-09-17T22:21:56.708Z[ host-image] Sep 17 22:21:55.652 INFO O| Sep 17 22:21:55.652 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98692025-09-17T22:21:56.712Z[ host-image] Sep 17 22:21:55.652 INFO O| Sep 17 22:21:55.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98702025-09-17T22:21:56.712Z[ host-image] Sep 17 22:21:55.652 INFO O| Sep 17 22:21:55.652 INFO ok!
98712025-09-17T22:21:56.712Z[ host-image] Sep 17 22:21:55.652 INFO O| Sep 17 22:21:55.652 INFO STEP 79 (ensure_file) COMPLETE
98722025-09-17T22:21:56.712Z[ host-image] Sep 17 22:21:55.652 INFO O| Sep 17 22:21:55.652 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732025-09-17T22:21:56.725Z[ host-image] Sep 17 22:21:55.669 INFO O| Sep 17 22:21:55.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98742025-09-17T22:21:56.725Z[ host-image] Sep 17 22:21:55.669 INFO O| Sep 17 22:21:55.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98752025-09-17T22:21:56.725Z[ host-image] Sep 17 22:21:55.669 INFO O| Sep 17 22:21:55.669 INFO STEP 80 (ensure_dir) COMPLETE
98762025-09-17T22:21:56.729Z[ host-image] Sep 17 22:21:55.669 INFO O| Sep 17 22:21:55.669 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-09-17T22:21:56.740Z[ host-image] Sep 17 22:21:55.683 INFO O| Sep 17 22:21:55.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98782025-09-17T22:21:56.740Z[ host-image] Sep 17 22:21:55.683 INFO O| Sep 17 22:21:55.683 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98792025-09-17T22:21:57.377Z[ host-image] Sep 17 22:21:56.320 INFO O| Sep 17 22:21:56.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98802025-09-17T22:21:57.377Z[ host-image] Sep 17 22:21:56.320 INFO O| Sep 17 22:21:56.320 INFO ok!
98812025-09-17T22:21:57.381Z[ host-image] Sep 17 22:21:56.320 INFO O| Sep 17 22:21:56.320 INFO STEP 81 (ensure_file) COMPLETE
98822025-09-17T22:21:57.381Z[ host-image] Sep 17 22:21:56.320 INFO O| Sep 17 22:21:56.320 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-09-17T22:21:57.394Z[ host-image] Sep 17 22:21:56.338 INFO O| Sep 17 22:21:56.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98842025-09-17T22:21:57.394Z[ host-image] Sep 17 22:21:56.338 INFO O| Sep 17 22:21:56.338 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98852025-09-17T22:21:59.428Z[ recovery-image] Sep 17 22:21:58.371 INFO E| Compiling bitstruct_derive v0.1.0
98862025-09-17T22:22:00.642Z[ host-image] Sep 17 22:21:59.585 INFO O| Sep 17 22:21:59.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98872025-09-17T22:22:00.642Z[ host-image] Sep 17 22:21:59.585 INFO O| Sep 17 22:21:59.585 INFO ok!
98882025-09-17T22:22:00.645Z[ host-image] Sep 17 22:21:59.585 INFO O| Sep 17 22:21:59.585 INFO STEP 82 (ensure_file) COMPLETE
98892025-09-17T22:22:00.645Z[ host-image] Sep 17 22:21:59.586 INFO O| Sep 17 22:21:59.585 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98902025-09-17T22:22:00.656Z[ host-image] Sep 17 22:21:59.599 INFO O| Sep 17 22:21:59.599 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98912025-09-17T22:22:00.659Z[ host-image] Sep 17 22:21:59.599 INFO O| Sep 17 22:21:59.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98922025-09-17T22:22:00.659Z[ host-image] Sep 17 22:21:59.599 INFO O| Sep 17 22:21:59.599 INFO STEP 83 (ensure_dir) COMPLETE
98932025-09-17T22:22:00.659Z[ host-image] Sep 17 22:21:59.599 INFO O| Sep 17 22:21:59.599 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942025-09-17T22:22:00.667Z[ host-image] Sep 17 22:21:59.610 INFO O| Sep 17 22:21:59.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98952025-09-17T22:22:00.667Z[ host-image] Sep 17 22:21:59.610 INFO O| Sep 17 22:21:59.610 INFO copying /tmp/.tmp4jCKbt/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 ...
98962025-09-17T22:22:00.668Z[ host-image] Sep 17 22:21:59.610 INFO O| Sep 17 22:21:59.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98972025-09-17T22:22:00.674Z[ host-image] Sep 17 22:21:59.610 INFO O| Sep 17 22:21:59.610 INFO ok!
98982025-09-17T22:22:00.674Z[ host-image] Sep 17 22:21:59.610 INFO O| Sep 17 22:21:59.610 INFO STEP 84 (ensure_file) COMPLETE
98992025-09-17T22:22:00.674Z[ host-image] Sep 17 22:21:59.610 INFO O| Sep 17 22:21:59.610 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99002025-09-17T22:22:00.682Z[ host-image] Sep 17 22:21:59.625 INFO O| Sep 17 22:21:59.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99012025-09-17T22:22:00.682Z[ host-image] Sep 17 22:21:59.625 INFO O| Sep 17 22:21:59.625 INFO copying /tmp/.tmp4jCKbt/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 ...
99022025-09-17T22:22:00.686Z[ host-image] Sep 17 22:21:59.625 INFO O| Sep 17 22:21:59.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99032025-09-17T22:22:00.686Z[ host-image] Sep 17 22:21:59.625 INFO O| Sep 17 22:21:59.625 INFO ok!
99042025-09-17T22:22:00.686Z[ host-image] Sep 17 22:21:59.625 INFO O| Sep 17 22:21:59.625 INFO STEP 85 (ensure_file) COMPLETE
99052025-09-17T22:22:00.686Z[ host-image] Sep 17 22:21:59.625 INFO O| Sep 17 22:21:59.625 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062025-09-17T22:22:00.696Z[ host-image] Sep 17 22:21:59.640 INFO O| Sep 17 22:21:59.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99072025-09-17T22:22:00.696Z[ host-image] Sep 17 22:21:59.640 INFO O| Sep 17 22:21:59.639 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99082025-09-17T22:22:00.700Z[ host-image] Sep 17 22:21:59.640 INFO O| Sep 17 22:21:59.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99092025-09-17T22:22:00.700Z[ host-image] Sep 17 22:21:59.640 INFO O| Sep 17 22:21:59.639 INFO ok!
99102025-09-17T22:22:00.700Z[ host-image] Sep 17 22:21:59.640 INFO O| Sep 17 22:21:59.640 INFO STEP 86 (ensure_file) COMPLETE
99112025-09-17T22:22:00.700Z[ host-image] Sep 17 22:21:59.640 INFO O| Sep 17 22:21:59.640 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122025-09-17T22:22:00.709Z[ host-image] Sep 17 22:21:59.652 INFO O| Sep 17 22:21:59.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99132025-09-17T22:22:00.709Z[ host-image] Sep 17 22:21:59.652 INFO O| Sep 17 22:21:59.652 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99142025-09-17T22:22:00.709Z[ host-image] Sep 17 22:21:59.652 INFO O| Sep 17 22:21:59.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99152025-09-17T22:22:00.712Z[ host-image] Sep 17 22:21:59.652 INFO O| Sep 17 22:21:59.652 INFO ok!
99162025-09-17T22:22:00.712Z[ host-image] Sep 17 22:21:59.652 INFO O| Sep 17 22:21:59.652 INFO STEP 87 (ensure_file) COMPLETE
99172025-09-17T22:22:00.713Z[ host-image] Sep 17 22:21:59.652 INFO O| Sep 17 22:21:59.652 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182025-09-17T22:22:00.722Z[ host-image] Sep 17 22:21:59.665 INFO O| Sep 17 22:21:59.665 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99192025-09-17T22:22:00.722Z[ host-image] Sep 17 22:21:59.665 INFO O| Sep 17 22:21:59.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99202025-09-17T22:22:00.726Z[ host-image] Sep 17 22:21:59.665 INFO O| Sep 17 22:21:59.665 INFO STEP 88 (ensure_dir) COMPLETE
99212025-09-17T22:22:00.726Z[ host-image] Sep 17 22:21:59.665 INFO O| Sep 17 22:21:59.665 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222025-09-17T22:22:00.736Z[ host-image] Sep 17 22:21:59.679 INFO O| Sep 17 22:21:59.679 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99232025-09-17T22:22:00.736Z[ host-image] Sep 17 22:21:59.680 INFO O| Sep 17 22:21:59.679 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99242025-09-17T22:22:00.743Z[ host-image] Sep 17 22:21:59.687 INFO O| Sep 17 22:21:59.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99252025-09-17T22:22:00.743Z[ host-image] Sep 17 22:21:59.687 INFO O| Sep 17 22:21:59.686 INFO ok!
99262025-09-17T22:22:00.747Z[ host-image] Sep 17 22:21:59.687 INFO O| Sep 17 22:21:59.687 INFO STEP 89 (ensure_file) COMPLETE
99272025-09-17T22:22:00.747Z[ host-image] Sep 17 22:21:59.687 INFO O| Sep 17 22:21:59.687 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282025-09-17T22:22:00.757Z[ host-image] Sep 17 22:21:59.700 INFO O| Sep 17 22:21:59.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99292025-09-17T22:22:00.757Z[ host-image] Sep 17 22:21:59.700 INFO O| Sep 17 22:21:59.700 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99302025-09-17T22:22:00.757Z[ host-image] Sep 17 22:21:59.700 INFO O| Sep 17 22:21:59.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99312025-09-17T22:22:00.757Z[ host-image] Sep 17 22:21:59.700 INFO O| Sep 17 22:21:59.700 INFO ok!
99322025-09-17T22:22:00.761Z[ host-image] Sep 17 22:21:59.700 INFO O| Sep 17 22:21:59.700 INFO STEP 90 (ensure_file) COMPLETE
99332025-09-17T22:22:00.761Z[ host-image] Sep 17 22:21:59.700 INFO O| Sep 17 22:21:59.700 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342025-09-17T22:22:00.771Z[ host-image] Sep 17 22:21:59.714 INFO O| Sep 17 22:21:59.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99352025-09-17T22:22:00.771Z[ host-image] Sep 17 22:21:59.714 INFO O| Sep 17 22:21:59.714 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99362025-09-17T22:22:03.103Z[ host-image] Sep 17 22:22:02.046 INFO O| Sep 17 22:22:02.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99372025-09-17T22:22:03.104Z[ host-image] Sep 17 22:22:02.047 INFO O| Sep 17 22:22:02.046 INFO ok!
99382025-09-17T22:22:03.107Z[ host-image] Sep 17 22:22:02.047 INFO O| Sep 17 22:22:02.046 INFO STEP 91 (ensure_file) COMPLETE
99392025-09-17T22:22:03.107Z[ host-image] Sep 17 22:22:02.047 INFO O| Sep 17 22:22:02.046 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402025-09-17T22:22:03.119Z[ host-image] Sep 17 22:22:02.062 INFO O| Sep 17 22:22:02.062 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99412025-09-17T22:22:03.119Z[ host-image] Sep 17 22:22:02.063 INFO O| Sep 17 22:22:02.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99422025-09-17T22:22:03.119Z[ host-image] Sep 17 22:22:02.063 INFO O| Sep 17 22:22:02.063 INFO STEP 92 (ensure_dir) COMPLETE
99432025-09-17T22:22:03.123Z[ host-image] Sep 17 22:22:02.063 INFO O| Sep 17 22:22:02.063 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99442025-09-17T22:22:03.135Z[ host-image] Sep 17 22:22:02.078 INFO O| Sep 17 22:22:02.078 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99452025-09-17T22:22:03.135Z[ host-image] Sep 17 22:22:02.078 INFO O| Sep 17 22:22:02.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99462025-09-17T22:22:03.138Z[ host-image] Sep 17 22:22:02.078 INFO O| Sep 17 22:22:02.078 INFO STEP 93 (ensure_dir) COMPLETE
99472025-09-17T22:22:03.138Z[ host-image] Sep 17 22:22:02.078 INFO O| Sep 17 22:22:02.078 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482025-09-17T22:22:03.149Z[ host-image] Sep 17 22:22:02.092 INFO O| Sep 17 22:22:02.092 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99492025-09-17T22:22:03.149Z[ host-image] Sep 17 22:22:02.093 INFO O| Sep 17 22:22:02.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99502025-09-17T22:22:03.153Z[ host-image] Sep 17 22:22:02.093 INFO O| Sep 17 22:22:02.093 INFO STEP 94 (ensure_dir) COMPLETE
99512025-09-17T22:22:03.153Z[ host-image] Sep 17 22:22:02.093 INFO O| Sep 17 22:22:02.093 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522025-09-17T22:22:03.164Z[ host-image] Sep 17 22:22:02.107 INFO O| Sep 17 22:22:02.107 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99532025-09-17T22:22:03.168Z[ host-image] Sep 17 22:22:02.108 INFO O| Sep 17 22:22:02.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99542025-09-17T22:22:03.168Z[ host-image] Sep 17 22:22:02.108 INFO O| Sep 17 22:22:02.108 INFO STEP 95 (ensure_dir) COMPLETE
99552025-09-17T22:22:03.168Z[ host-image] Sep 17 22:22:02.108 INFO O| Sep 17 22:22:02.108 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99562025-09-17T22:22:03.178Z[ host-image] Sep 17 22:22:02.122 INFO O| Sep 17 22:22:02.122 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99572025-09-17T22:22:03.178Z[ host-image] Sep 17 22:22:02.122 INFO O| Sep 17 22:22:02.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99582025-09-17T22:22:03.182Z[ host-image] Sep 17 22:22:02.122 INFO O| Sep 17 22:22:02.122 INFO STEP 96 (ensure_dir) COMPLETE
99592025-09-17T22:22:03.182Z[ host-image] Sep 17 22:22:02.122 INFO O| Sep 17 22:22:02.122 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99602025-09-17T22:22:03.194Z[ host-image] Sep 17 22:22:02.137 INFO O| Sep 17 22:22:02.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99612025-09-17T22:22:03.194Z[ host-image] Sep 17 22:22:02.137 INFO O| Sep 17 22:22:02.137 INFO copying /tmp/.tmp4jCKbt/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 ...
99622025-09-17T22:22:03.197Z[ host-image] Sep 17 22:22:02.137 INFO O| Sep 17 22:22:02.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99632025-09-17T22:22:03.197Z[ host-image] Sep 17 22:22:02.137 INFO O| Sep 17 22:22:02.137 INFO ok!
99642025-09-17T22:22:03.197Z[ host-image] Sep 17 22:22:02.137 INFO O| Sep 17 22:22:02.137 INFO STEP 97 (ensure_file) COMPLETE
99652025-09-17T22:22:03.197Z[ host-image] Sep 17 22:22:02.137 INFO O| Sep 17 22:22:02.137 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662025-09-17T22:22:03.211Z[ host-image] Sep 17 22:22:02.154 INFO O| Sep 17 22:22:02.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99672025-09-17T22:22:03.211Z[ host-image] Sep 17 22:22:02.154 INFO O| Sep 17 22:22:02.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99682025-09-17T22:22:03.214Z[ host-image] Sep 17 22:22:02.154 INFO O| Sep 17 22:22:02.154 INFO STEP 98 (ensure_dir) COMPLETE
99692025-09-17T22:22:03.214Z[ host-image] Sep 17 22:22:02.154 INFO O| Sep 17 22:22:02.154 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-09-17T22:22:03.227Z[ host-image] Sep 17 22:22:02.169 INFO O| Sep 17 22:22:02.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99712025-09-17T22:22:03.227Z[ host-image] Sep 17 22:22:02.170 INFO O| Sep 17 22:22:02.169 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99722025-09-17T22:22:03.232Z[ host-image] Sep 17 22:22:02.170 INFO O| Sep 17 22:22:02.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99732025-09-17T22:22:03.232Z[ host-image] Sep 17 22:22:02.170 INFO O| Sep 17 22:22:02.170 INFO ok!
99742025-09-17T22:22:03.232Z[ host-image] Sep 17 22:22:02.170 INFO O| Sep 17 22:22:02.170 INFO STEP 99 (ensure_file) COMPLETE
99752025-09-17T22:22:03.232Z[ host-image] Sep 17 22:22:02.170 INFO O| Sep 17 22:22:02.170 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762025-09-17T22:22:03.241Z[ host-image] Sep 17 22:22:02.184 INFO O| Sep 17 22:22:02.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99772025-09-17T22:22:03.241Z[ host-image] Sep 17 22:22:02.185 INFO O| Sep 17 22:22:02.184 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99782025-09-17T22:22:03.717Z[ host-image] Sep 17 22:22:02.659 INFO O| Sep 17 22:22:02.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99792025-09-17T22:22:03.717Z[ host-image] Sep 17 22:22:02.659 INFO O| Sep 17 22:22:02.659 INFO ok!
99802025-09-17T22:22:03.720Z[ host-image] Sep 17 22:22:02.659 INFO O| Sep 17 22:22:02.659 INFO STEP 100 (ensure_file) COMPLETE
99812025-09-17T22:22:03.720Z[ host-image] Sep 17 22:22:02.659 INFO O| Sep 17 22:22:02.659 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99822025-09-17T22:22:03.731Z[ host-image] Sep 17 22:22:02.674 INFO O| Sep 17 22:22:02.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99832025-09-17T22:22:03.731Z[ host-image] Sep 17 22:22:02.674 INFO O| Sep 17 22:22:02.674 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99842025-09-17T22:22:04.347Z[ host-image] Sep 17 22:22:03.290 INFO O| Sep 17 22:22:03.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99852025-09-17T22:22:04.347Z[ host-image] Sep 17 22:22:03.290 INFO O| Sep 17 22:22:03.290 INFO ok!
99862025-09-17T22:22:04.347Z[ host-image] Sep 17 22:22:03.290 INFO O| Sep 17 22:22:03.290 INFO STEP 101 (ensure_file) COMPLETE
99872025-09-17T22:22:04.347Z[ host-image] Sep 17 22:22:03.290 INFO O| Sep 17 22:22:03.290 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-09-17T22:22:04.365Z[ host-image] Sep 17 22:22:03.308 INFO O| Sep 17 22:22:03.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99892025-09-17T22:22:04.365Z[ host-image] Sep 17 22:22:03.308 INFO O| Sep 17 22:22:03.308 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99902025-09-17T22:22:04.368Z[ host-image] Sep 17 22:22:03.308 INFO O| Sep 17 22:22:03.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99912025-09-17T22:22:04.368Z[ host-image] Sep 17 22:22:03.308 INFO O| Sep 17 22:22:03.308 INFO ok!
99922025-09-17T22:22:04.368Z[ host-image] Sep 17 22:22:03.308 INFO O| Sep 17 22:22:03.308 INFO STEP 102 (ensure_file) COMPLETE
99932025-09-17T22:22:04.368Z[ host-image] Sep 17 22:22:03.308 INFO O| Sep 17 22:22:03.308 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942025-09-17T22:22:04.380Z[ host-image] Sep 17 22:22:03.323 INFO O| Sep 17 22:22:03.323 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99952025-09-17T22:22:04.380Z[ host-image] Sep 17 22:22:03.323 INFO O| Sep 17 22:22:03.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99962025-09-17T22:22:04.383Z[ host-image] Sep 17 22:22:03.324 INFO O| Sep 17 22:22:03.323 INFO STEP 103 (ensure_dir) COMPLETE
99972025-09-17T22:22:04.384Z[ host-image] Sep 17 22:22:03.324 INFO O| Sep 17 22:22:03.323 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99982025-09-17T22:22:04.396Z[ host-image] Sep 17 22:22:03.339 INFO O| Sep 17 22:22:03.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
99992025-09-17T22:22:04.396Z[ host-image] Sep 17 22:22:03.339 INFO O| Sep 17 22:22:03.339 INFO copying /tmp/.tmp4jCKbt/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 ...
100002025-09-17T22:22:04.400Z[ host-image] Sep 17 22:22:03.340 INFO O| Sep 17 22:22:03.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
100012025-09-17T22:22:04.400Z[ host-image] Sep 17 22:22:03.340 INFO O| Sep 17 22:22:03.339 INFO ok!
100022025-09-17T22:22:04.400Z[ host-image] Sep 17 22:22:03.340 INFO O| Sep 17 22:22:03.340 INFO STEP 104 (ensure_file) COMPLETE
100032025-09-17T22:22:04.400Z[ host-image] Sep 17 22:22:03.340 INFO O| Sep 17 22:22:03.340 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100042025-09-17T22:22:04.412Z[ host-image] Sep 17 22:22:03.355 INFO O| Sep 17 22:22:03.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
100052025-09-17T22:22:04.412Z[ host-image] Sep 17 22:22:03.355 INFO O| Sep 17 22:22:03.355 INFO copying /tmp/.tmp4jCKbt/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 ...
100062025-09-17T22:22:04.412Z[ host-image] Sep 17 22:22:03.355 INFO O| Sep 17 22:22:03.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100072025-09-17T22:22:04.416Z[ host-image] Sep 17 22:22:03.355 INFO O| Sep 17 22:22:03.355 INFO ok!
100082025-09-17T22:22:04.416Z[ host-image] Sep 17 22:22:03.355 INFO O| Sep 17 22:22:03.355 INFO STEP 105 (ensure_file) COMPLETE
100092025-09-17T22:22:04.416Z[ host-image] Sep 17 22:22:03.355 INFO O| Sep 17 22:22:03.355 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100102025-09-17T22:22:04.428Z[ host-image] Sep 17 22:22:03.371 INFO O| Sep 17 22:22:03.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100112025-09-17T22:22:04.428Z[ host-image] Sep 17 22:22:03.371 INFO O| Sep 17 22:22:03.371 INFO copying /tmp/.tmp4jCKbt/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 ...
100122025-09-17T22:22:04.431Z[ host-image] Sep 17 22:22:03.371 INFO O| Sep 17 22:22:03.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100132025-09-17T22:22:04.431Z[ host-image] Sep 17 22:22:03.371 INFO O| Sep 17 22:22:03.371 INFO ok!
100142025-09-17T22:22:04.431Z[ host-image] Sep 17 22:22:03.371 INFO O| Sep 17 22:22:03.371 INFO STEP 106 (ensure_file) COMPLETE
100152025-09-17T22:22:04.431Z[ host-image] Sep 17 22:22:03.371 INFO O| Sep 17 22:22:03.371 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162025-09-17T22:22:04.443Z[ host-image] Sep 17 22:22:03.386 INFO O| Sep 17 22:22:03.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100172025-09-17T22:22:04.443Z[ host-image] Sep 17 22:22:03.386 INFO O| Sep 17 22:22:03.386 INFO copying /tmp/.tmp4jCKbt/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 ...
100182025-09-17T22:22:04.443Z[ host-image] Sep 17 22:22:03.386 INFO O| Sep 17 22:22:03.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100192025-09-17T22:22:04.446Z[ host-image] Sep 17 22:22:03.386 INFO O| Sep 17 22:22:03.386 INFO ok!
100202025-09-17T22:22:04.446Z[ host-image] Sep 17 22:22:03.386 INFO O| Sep 17 22:22:03.386 INFO STEP 107 (ensure_file) COMPLETE
100212025-09-17T22:22:04.446Z[ host-image] Sep 17 22:22:03.386 INFO O| Sep 17 22:22:03.386 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100222025-09-17T22:22:04.458Z[ host-image] Sep 17 22:22:03.401 INFO O| Sep 17 22:22:03.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100232025-09-17T22:22:04.458Z[ host-image] Sep 17 22:22:03.401 INFO O| Sep 17 22:22:03.401 INFO copying /tmp/.tmp4jCKbt/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 ...
100242025-09-17T22:22:04.461Z[ host-image] Sep 17 22:22:03.401 INFO O| Sep 17 22:22:03.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100252025-09-17T22:22:04.461Z[ host-image] Sep 17 22:22:03.401 INFO O| Sep 17 22:22:03.401 INFO ok!
100262025-09-17T22:22:04.461Z[ host-image] Sep 17 22:22:03.401 INFO O| Sep 17 22:22:03.401 INFO STEP 108 (ensure_file) COMPLETE
100272025-09-17T22:22:04.461Z[ host-image] Sep 17 22:22:03.401 INFO O| Sep 17 22:22:03.401 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100282025-09-17T22:22:04.473Z[ host-image] Sep 17 22:22:03.416 INFO O| Sep 17 22:22:03.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100292025-09-17T22:22:04.473Z[ host-image] Sep 17 22:22:03.416 INFO O| Sep 17 22:22:03.416 INFO copying /tmp/.tmp4jCKbt/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 ...
100302025-09-17T22:22:04.473Z[ host-image] Sep 17 22:22:03.416 INFO O| Sep 17 22:22:03.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100312025-09-17T22:22:04.477Z[ host-image] Sep 17 22:22:03.416 INFO O| Sep 17 22:22:03.416 INFO ok!
100322025-09-17T22:22:04.477Z[ host-image] Sep 17 22:22:03.416 INFO O| Sep 17 22:22:03.416 INFO STEP 109 (ensure_file) COMPLETE
100332025-09-17T22:22:04.477Z[ host-image] Sep 17 22:22:03.417 INFO O| Sep 17 22:22:03.416 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100342025-09-17T22:22:04.486Z[ host-image] Sep 17 22:22:03.429 INFO O| Sep 17 22:22:03.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100352025-09-17T22:22:04.486Z[ host-image] Sep 17 22:22:03.429 INFO O| Sep 17 22:22:03.429 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100362025-09-17T22:22:04.489Z[ host-image] Sep 17 22:22:03.429 INFO O| Sep 17 22:22:03.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100372025-09-17T22:22:04.489Z[ host-image] Sep 17 22:22:03.429 INFO O| Sep 17 22:22:03.429 INFO ok!
100382025-09-17T22:22:04.489Z[ host-image] Sep 17 22:22:03.429 INFO O| Sep 17 22:22:03.429 INFO STEP 110 (ensure_file) COMPLETE
100392025-09-17T22:22:04.489Z[ host-image] Sep 17 22:22:03.429 INFO O| Sep 17 22:22:03.429 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100402025-09-17T22:22:04.498Z[ host-image] Sep 17 22:22:03.441 INFO O| Sep 17 22:22:03.441 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100412025-09-17T22:22:04.498Z[ host-image] Sep 17 22:22:03.441 INFO O| Sep 17 22:22:03.441 INFO copying /tmp/.tmp4jCKbt/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 ...
100422025-09-17T22:22:04.504Z[ host-image] Sep 17 22:22:03.441 INFO O| Sep 17 22:22:03.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100432025-09-17T22:22:04.504Z[ host-image] Sep 17 22:22:03.441 INFO O| Sep 17 22:22:03.441 INFO ok!
100442025-09-17T22:22:04.504Z[ host-image] Sep 17 22:22:03.441 INFO O| Sep 17 22:22:03.441 INFO STEP 111 (ensure_file) COMPLETE
100452025-09-17T22:22:04.504Z[ host-image] Sep 17 22:22:03.441 INFO O| Sep 17 22:22:03.441 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100462025-09-17T22:22:04.511Z[ host-image] Sep 17 22:22:03.455 INFO O| Sep 17 22:22:03.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100472025-09-17T22:22:04.515Z[ host-image] Sep 17 22:22:03.455 INFO O| Sep 17 22:22:03.454 INFO copying /tmp/.tmp4jCKbt/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 ...
100482025-09-17T22:22:04.515Z[ host-image] Sep 17 22:22:03.455 INFO O| Sep 17 22:22:03.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100492025-09-17T22:22:04.515Z[ host-image] Sep 17 22:22:03.455 INFO O| Sep 17 22:22:03.455 INFO ok!
100502025-09-17T22:22:04.515Z[ host-image] Sep 17 22:22:03.455 INFO O| Sep 17 22:22:03.455 INFO STEP 112 (ensure_file) COMPLETE
100512025-09-17T22:22:04.515Z[ host-image] Sep 17 22:22:03.455 INFO O| Sep 17 22:22:03.455 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100522025-09-17T22:22:04.524Z[ host-image] Sep 17 22:22:03.467 INFO O| Sep 17 22:22:03.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100532025-09-17T22:22:04.525Z[ host-image] Sep 17 22:22:03.467 INFO O| Sep 17 22:22:03.467 INFO copying /tmp/.tmp4jCKbt/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 ...
100542025-09-17T22:22:04.528Z[ host-image] Sep 17 22:22:03.467 INFO O| Sep 17 22:22:03.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100552025-09-17T22:22:04.528Z[ host-image] Sep 17 22:22:03.467 INFO O| Sep 17 22:22:03.467 INFO ok!
100562025-09-17T22:22:04.528Z[ host-image] Sep 17 22:22:03.467 INFO O| Sep 17 22:22:03.467 INFO STEP 113 (ensure_file) COMPLETE
100572025-09-17T22:22:04.528Z[ host-image] Sep 17 22:22:03.467 INFO O| Sep 17 22:22:03.467 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100582025-09-17T22:22:04.539Z[ host-image] Sep 17 22:22:03.482 INFO O| Sep 17 22:22:03.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100592025-09-17T22:22:04.539Z[ host-image] Sep 17 22:22:03.482 INFO O| Sep 17 22:22:03.482 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100602025-09-17T22:22:04.542Z[ host-image] Sep 17 22:22:03.482 INFO O| Sep 17 22:22:03.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100612025-09-17T22:22:04.542Z[ host-image] Sep 17 22:22:03.482 INFO O| Sep 17 22:22:03.482 INFO ok!
100622025-09-17T22:22:04.542Z[ host-image] Sep 17 22:22:03.482 INFO O| Sep 17 22:22:03.482 INFO STEP 114 (ensure_file) COMPLETE
100632025-09-17T22:22:04.542Z[ host-image] Sep 17 22:22:03.482 INFO O| Sep 17 22:22:03.482 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100642025-09-17T22:22:04.558Z[ host-image] Sep 17 22:22:03.497 INFO O| Sep 17 22:22:03.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
100652025-09-17T22:22:04.570Z[ host-image] Sep 17 22:22:03.497 INFO O| Sep 17 22:22:03.497 INFO copying /tmp/.tmp4jCKbt/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 ...
100662025-09-17T22:22:04.570Z[ host-image] Sep 17 22:22:03.497 INFO O| Sep 17 22:22:03.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
100672025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.497 INFO O| Sep 17 22:22:03.497 INFO ok!
100682025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.497 INFO O| Sep 17 22:22:03.497 INFO STEP 115 (ensure_file) COMPLETE
100692025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.497 INFO O| Sep 17 22:22:03.497 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.512 INFO O| Sep 17 22:22:03.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
100712025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.512 INFO O| Sep 17 22:22:03.512 INFO copying /tmp/.tmp4jCKbt/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 ...
100722025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.512 INFO O| Sep 17 22:22:03.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
100732025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.512 INFO O| Sep 17 22:22:03.512 INFO ok!
100742025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.512 INFO O| Sep 17 22:22:03.512 INFO STEP 116 (ensure_file) COMPLETE
100752025-09-17T22:22:04.574Z[ host-image] Sep 17 22:22:03.512 INFO O| Sep 17 22:22:03.512 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762025-09-17T22:22:04.584Z[ host-image] Sep 17 22:22:03.527 INFO O| Sep 17 22:22:03.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
100772025-09-17T22:22:04.584Z[ host-image] Sep 17 22:22:03.527 INFO O| Sep 17 22:22:03.527 INFO copying /tmp/.tmp4jCKbt/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 ...
100782025-09-17T22:22:04.587Z[ host-image] Sep 17 22:22:03.527 INFO O| Sep 17 22:22:03.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
100792025-09-17T22:22:04.587Z[ host-image] Sep 17 22:22:03.527 INFO O| Sep 17 22:22:03.527 INFO ok!
100802025-09-17T22:22:04.587Z[ host-image] Sep 17 22:22:03.527 INFO O| Sep 17 22:22:03.527 INFO STEP 117 (ensure_file) COMPLETE
100812025-09-17T22:22:04.587Z[ host-image] Sep 17 22:22:03.527 INFO O| Sep 17 22:22:03.527 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822025-09-17T22:22:04.599Z[ host-image] Sep 17 22:22:03.542 INFO O| Sep 17 22:22:03.542 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
100832025-09-17T22:22:04.599Z[ host-image] Sep 17 22:22:03.542 INFO O| Sep 17 22:22:03.542 INFO copying /tmp/.tmp4jCKbt/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 ...
100842025-09-17T22:22:04.599Z[ host-image] Sep 17 22:22:03.542 INFO O| Sep 17 22:22:03.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
100852025-09-17T22:22:04.602Z[ host-image] Sep 17 22:22:03.542 INFO O| Sep 17 22:22:03.542 INFO ok!
100862025-09-17T22:22:04.602Z[ host-image] Sep 17 22:22:03.542 INFO O| Sep 17 22:22:03.542 INFO STEP 118 (ensure_file) COMPLETE
100872025-09-17T22:22:04.602Z[ host-image] Sep 17 22:22:03.542 INFO O| Sep 17 22:22:03.542 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882025-09-17T22:22:04.616Z[ host-image] Sep 17 22:22:03.557 INFO O| Sep 17 22:22:03.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
100892025-09-17T22:22:04.616Z[ host-image] Sep 17 22:22:03.557 INFO O| Sep 17 22:22:03.557 INFO copying /tmp/.tmp4jCKbt/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 ...
100902025-09-17T22:22:04.616Z[ host-image] Sep 17 22:22:03.557 INFO O| Sep 17 22:22:03.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
100912025-09-17T22:22:04.616Z[ host-image] Sep 17 22:22:03.557 INFO O| Sep 17 22:22:03.557 INFO ok!
100922025-09-17T22:22:04.619Z[ host-image] Sep 17 22:22:03.557 INFO O| Sep 17 22:22:03.557 INFO STEP 119 (ensure_file) COMPLETE
100932025-09-17T22:22:04.619Z[ host-image] Sep 17 22:22:03.557 INFO O| Sep 17 22:22:03.557 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942025-09-17T22:22:04.629Z[ host-image] Sep 17 22:22:03.572 INFO O| Sep 17 22:22:03.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
100952025-09-17T22:22:04.629Z[ host-image] Sep 17 22:22:03.572 INFO O| Sep 17 22:22:03.572 INFO copying /tmp/.tmp4jCKbt/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 ...
100962025-09-17T22:22:04.632Z[ host-image] Sep 17 22:22:03.572 INFO O| Sep 17 22:22:03.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
100972025-09-17T22:22:04.632Z[ host-image] Sep 17 22:22:03.572 INFO O| Sep 17 22:22:03.572 INFO ok!
100982025-09-17T22:22:04.632Z[ host-image] Sep 17 22:22:03.572 INFO O| Sep 17 22:22:03.572 INFO STEP 120 (ensure_file) COMPLETE
100992025-09-17T22:22:04.632Z[ host-image] Sep 17 22:22:03.572 INFO O| Sep 17 22:22:03.572 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002025-09-17T22:22:04.644Z[ host-image] Sep 17 22:22:03.586 INFO O| Sep 17 22:22:03.586 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
101012025-09-17T22:22:04.647Z[ host-image] Sep 17 22:22:03.586 INFO O| Sep 17 22:22:03.586 INFO copying /tmp/.tmp4jCKbt/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 ...
101022025-09-17T22:22:04.647Z[ host-image] Sep 17 22:22:03.586 INFO O| Sep 17 22:22:03.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
101032025-09-17T22:22:04.647Z[ host-image] Sep 17 22:22:03.587 INFO O| Sep 17 22:22:03.586 INFO ok!
101042025-09-17T22:22:04.647Z[ host-image] Sep 17 22:22:03.587 INFO O| Sep 17 22:22:03.586 INFO STEP 121 (ensure_file) COMPLETE
101052025-09-17T22:22:04.647Z[ host-image] Sep 17 22:22:03.587 INFO O| Sep 17 22:22:03.587 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062025-09-17T22:22:04.656Z[ host-image] Sep 17 22:22:03.599 INFO O| Sep 17 22:22:03.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101072025-09-17T22:22:04.656Z[ host-image] Sep 17 22:22:03.599 INFO O| Sep 17 22:22:03.599 INFO copying /tmp/.tmp4jCKbt/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 ...
101082025-09-17T22:22:04.660Z[ host-image] Sep 17 22:22:03.599 INFO O| Sep 17 22:22:03.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101092025-09-17T22:22:04.660Z[ host-image] Sep 17 22:22:03.599 INFO O| Sep 17 22:22:03.599 INFO ok!
101102025-09-17T22:22:04.660Z[ host-image] Sep 17 22:22:03.599 INFO O| Sep 17 22:22:03.599 INFO STEP 122 (ensure_file) COMPLETE
101112025-09-17T22:22:04.660Z[ host-image] Sep 17 22:22:03.599 INFO O| Sep 17 22:22:03.599 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122025-09-17T22:22:04.693Z[ host-image] Sep 17 22:22:03.633 INFO O| Sep 17 22:22:03.632 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101132025-09-17T22:22:04.693Z[ host-image] Sep 17 22:22:03.633 INFO O| Sep 17 22:22:03.633 INFO copying /tmp/.tmp4jCKbt/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 ...
101142025-09-17T22:22:04.693Z[ host-image] Sep 17 22:22:03.633 INFO O| Sep 17 22:22:03.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101152025-09-17T22:22:04.693Z[ host-image] Sep 17 22:22:03.633 INFO O| Sep 17 22:22:03.633 INFO ok!
101162025-09-17T22:22:04.696Z[ host-image] Sep 17 22:22:03.633 INFO O| Sep 17 22:22:03.633 INFO STEP 123 (ensure_file) COMPLETE
101172025-09-17T22:22:04.696Z[ host-image] Sep 17 22:22:03.633 INFO O| Sep 17 22:22:03.633 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182025-09-17T22:22:04.703Z[ host-image] Sep 17 22:22:03.646 INFO O| Sep 17 22:22:03.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101192025-09-17T22:22:04.703Z[ host-image] Sep 17 22:22:03.646 INFO O| Sep 17 22:22:03.646 INFO copying /tmp/.tmp4jCKbt/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 ...
101202025-09-17T22:22:04.707Z[ host-image] Sep 17 22:22:03.646 INFO O| Sep 17 22:22:03.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101212025-09-17T22:22:04.707Z[ host-image] Sep 17 22:22:03.646 INFO O| Sep 17 22:22:03.646 INFO ok!
101222025-09-17T22:22:04.707Z[ host-image] Sep 17 22:22:03.646 INFO O| Sep 17 22:22:03.646 INFO STEP 124 (ensure_file) COMPLETE
101232025-09-17T22:22:04.707Z[ host-image] Sep 17 22:22:03.646 INFO O| Sep 17 22:22:03.646 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242025-09-17T22:22:04.719Z[ host-image] Sep 17 22:22:03.661 INFO O| Sep 17 22:22:03.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101252025-09-17T22:22:04.719Z[ host-image] Sep 17 22:22:03.661 INFO O| Sep 17 22:22:03.661 INFO copying /tmp/.tmp4jCKbt/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 ...
101262025-09-17T22:22:04.722Z[ host-image] Sep 17 22:22:03.662 INFO O| Sep 17 22:22:03.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101272025-09-17T22:22:04.722Z[ host-image] Sep 17 22:22:03.662 INFO O| Sep 17 22:22:03.662 INFO ok!
101282025-09-17T22:22:04.722Z[ host-image] Sep 17 22:22:03.662 INFO O| Sep 17 22:22:03.662 INFO STEP 125 (ensure_file) COMPLETE
101292025-09-17T22:22:04.722Z[ host-image] Sep 17 22:22:03.662 INFO O| Sep 17 22:22:03.662 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302025-09-17T22:22:04.731Z[ host-image] Sep 17 22:22:03.675 INFO O| Sep 17 22:22:03.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101312025-09-17T22:22:04.732Z[ host-image] Sep 17 22:22:03.675 INFO O| Sep 17 22:22:03.675 INFO copying /tmp/.tmp4jCKbt/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 ...
101322025-09-17T22:22:04.735Z[ host-image] Sep 17 22:22:03.675 INFO O| Sep 17 22:22:03.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101332025-09-17T22:22:04.735Z[ host-image] Sep 17 22:22:03.675 INFO O| Sep 17 22:22:03.675 INFO ok!
101342025-09-17T22:22:04.735Z[ host-image] Sep 17 22:22:03.675 INFO O| Sep 17 22:22:03.675 INFO STEP 126 (ensure_file) COMPLETE
101352025-09-17T22:22:04.735Z[ host-image] Sep 17 22:22:03.675 INFO O| Sep 17 22:22:03.675 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362025-09-17T22:22:04.746Z[ host-image] Sep 17 22:22:03.688 INFO O| Sep 17 22:22:03.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101372025-09-17T22:22:04.746Z[ host-image] Sep 17 22:22:03.689 INFO O| Sep 17 22:22:03.688 INFO copying /tmp/.tmp4jCKbt/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 ...
101382025-09-17T22:22:04.746Z[ host-image] Sep 17 22:22:03.689 INFO O| Sep 17 22:22:03.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101392025-09-17T22:22:04.749Z[ host-image] Sep 17 22:22:03.689 INFO O| Sep 17 22:22:03.689 INFO ok!
101402025-09-17T22:22:04.749Z[ host-image] Sep 17 22:22:03.689 INFO O| Sep 17 22:22:03.689 INFO STEP 127 (ensure_file) COMPLETE
101412025-09-17T22:22:04.749Z[ host-image] Sep 17 22:22:03.689 INFO O| Sep 17 22:22:03.689 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422025-09-17T22:22:04.760Z[ host-image] Sep 17 22:22:03.703 INFO O| Sep 17 22:22:03.703 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101432025-09-17T22:22:04.760Z[ host-image] Sep 17 22:22:03.703 INFO O| Sep 17 22:22:03.703 INFO copying /tmp/.tmp4jCKbt/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 ...
101442025-09-17T22:22:04.760Z[ host-image] Sep 17 22:22:03.703 INFO O| Sep 17 22:22:03.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101452025-09-17T22:22:04.764Z[ host-image] Sep 17 22:22:03.703 INFO O| Sep 17 22:22:03.703 INFO ok!
101462025-09-17T22:22:04.764Z[ host-image] Sep 17 22:22:03.703 INFO O| Sep 17 22:22:03.703 INFO STEP 128 (ensure_file) COMPLETE
101472025-09-17T22:22:04.764Z[ host-image] Sep 17 22:22:03.703 INFO O| Sep 17 22:22:03.703 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482025-09-17T22:22:04.777Z[ host-image] Sep 17 22:22:03.718 INFO O| Sep 17 22:22:03.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101492025-09-17T22:22:04.777Z[ host-image] Sep 17 22:22:03.718 INFO O| Sep 17 22:22:03.718 INFO copying /tmp/.tmp4jCKbt/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 ...
101502025-09-17T22:22:04.780Z[ host-image] Sep 17 22:22:03.718 INFO O| Sep 17 22:22:03.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101512025-09-17T22:22:04.781Z[ host-image] Sep 17 22:22:03.718 INFO O| Sep 17 22:22:03.718 INFO ok!
101522025-09-17T22:22:04.781Z[ host-image] Sep 17 22:22:03.718 INFO O| Sep 17 22:22:03.718 INFO STEP 129 (ensure_file) COMPLETE
101532025-09-17T22:22:04.781Z[ host-image] Sep 17 22:22:03.718 INFO O| Sep 17 22:22:03.718 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542025-09-17T22:22:04.795Z[ host-image] Sep 17 22:22:03.733 INFO O| Sep 17 22:22:03.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101552025-09-17T22:22:04.795Z[ host-image] Sep 17 22:22:03.733 INFO O| Sep 17 22:22:03.733 INFO copying /tmp/.tmp4jCKbt/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 ...
101562025-09-17T22:22:04.798Z[ host-image] Sep 17 22:22:03.733 INFO O| Sep 17 22:22:03.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101572025-09-17T22:22:04.798Z[ host-image] Sep 17 22:22:03.733 INFO O| Sep 17 22:22:03.733 INFO ok!
101582025-09-17T22:22:04.798Z[ host-image] Sep 17 22:22:03.733 INFO O| Sep 17 22:22:03.733 INFO STEP 130 (ensure_file) COMPLETE
101592025-09-17T22:22:04.798Z[ host-image] Sep 17 22:22:03.733 INFO O| Sep 17 22:22:03.733 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602025-09-17T22:22:04.805Z[ host-image] Sep 17 22:22:03.748 INFO O| Sep 17 22:22:03.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101612025-09-17T22:22:04.805Z[ host-image] Sep 17 22:22:03.749 INFO O| Sep 17 22:22:03.748 INFO copying /tmp/.tmp4jCKbt/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 ...
101622025-09-17T22:22:04.809Z[ host-image] Sep 17 22:22:03.749 INFO O| Sep 17 22:22:03.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101632025-09-17T22:22:04.809Z[ host-image] Sep 17 22:22:03.749 INFO O| Sep 17 22:22:03.749 INFO ok!
101642025-09-17T22:22:04.809Z[ host-image] Sep 17 22:22:03.749 INFO O| Sep 17 22:22:03.749 INFO STEP 131 (ensure_file) COMPLETE
101652025-09-17T22:22:04.809Z[ host-image] Sep 17 22:22:03.749 INFO O| Sep 17 22:22:03.749 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662025-09-17T22:22:04.821Z[ host-image] Sep 17 22:22:03.764 INFO O| Sep 17 22:22:03.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
101672025-09-17T22:22:04.826Z[ host-image] Sep 17 22:22:03.764 INFO O| Sep 17 22:22:03.764 INFO copying /tmp/.tmp4jCKbt/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 ...
101682025-09-17T22:22:04.826Z[ host-image] Sep 17 22:22:03.765 INFO O| Sep 17 22:22:03.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
101692025-09-17T22:22:04.826Z[ host-image] Sep 17 22:22:03.765 INFO O| Sep 17 22:22:03.765 INFO ok!
101702025-09-17T22:22:04.826Z[ host-image] Sep 17 22:22:03.765 INFO O| Sep 17 22:22:03.765 INFO STEP 132 (ensure_file) COMPLETE
101712025-09-17T22:22:04.826Z[ host-image] Sep 17 22:22:03.765 INFO O| Sep 17 22:22:03.765 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722025-09-17T22:22:04.837Z[ host-image] Sep 17 22:22:03.780 INFO O| Sep 17 22:22:03.780 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
101732025-09-17T22:22:04.837Z[ host-image] Sep 17 22:22:03.780 INFO O| Sep 17 22:22:03.780 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
101742025-09-17T22:22:04.840Z[ host-image] Sep 17 22:22:03.780 INFO O| Sep 17 22:22:03.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
101752025-09-17T22:22:04.840Z[ host-image] Sep 17 22:22:03.780 INFO O| Sep 17 22:22:03.780 INFO ok!
101762025-09-17T22:22:04.841Z[ host-image] Sep 17 22:22:03.780 INFO O| Sep 17 22:22:03.780 INFO STEP 133 (ensure_file) COMPLETE
101772025-09-17T22:22:04.841Z[ host-image] Sep 17 22:22:03.780 INFO O| Sep 17 22:22:03.780 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782025-09-17T22:22:04.853Z[ host-image] Sep 17 22:22:03.796 INFO O| Sep 17 22:22:03.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
101792025-09-17T22:22:04.853Z[ host-image] Sep 17 22:22:03.796 INFO O| Sep 17 22:22:03.796 INFO copying /tmp/.tmp4jCKbt/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 ...
101802025-09-17T22:22:04.856Z[ host-image] Sep 17 22:22:03.796 INFO O| Sep 17 22:22:03.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
101812025-09-17T22:22:04.856Z[ host-image] Sep 17 22:22:03.796 INFO O| Sep 17 22:22:03.796 INFO ok!
101822025-09-17T22:22:04.856Z[ host-image] Sep 17 22:22:03.796 INFO O| Sep 17 22:22:03.796 INFO STEP 134 (ensure_file) COMPLETE
101832025-09-17T22:22:04.857Z[ host-image] Sep 17 22:22:03.796 INFO O| Sep 17 22:22:03.796 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842025-09-17T22:22:04.869Z[ host-image] Sep 17 22:22:03.811 INFO O| Sep 17 22:22:03.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
101852025-09-17T22:22:04.869Z[ host-image] Sep 17 22:22:03.811 INFO O| Sep 17 22:22:03.811 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
101862025-09-17T22:22:04.872Z[ host-image] Sep 17 22:22:03.812 INFO O| Sep 17 22:22:03.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
101872025-09-17T22:22:04.872Z[ host-image] Sep 17 22:22:03.812 INFO O| Sep 17 22:22:03.812 INFO ok!
101882025-09-17T22:22:04.872Z[ host-image] Sep 17 22:22:03.812 INFO O| Sep 17 22:22:03.812 INFO STEP 135 (ensure_file) COMPLETE
101892025-09-17T22:22:04.872Z[ host-image] Sep 17 22:22:03.812 INFO O| Sep 17 22:22:03.812 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902025-09-17T22:22:04.883Z[ host-image] Sep 17 22:22:03.826 INFO O| Sep 17 22:22:03.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101912025-09-17T22:22:04.883Z[ host-image] Sep 17 22:22:03.826 INFO O| Sep 17 22:22:03.826 INFO copying /tmp/.tmp4jCKbt/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101922025-09-17T22:22:22.630Z[ host-image] Sep 17 22:22:21.571 INFO O| Sep 17 22:22:21.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101932025-09-17T22:22:22.630Z[ host-image] Sep 17 22:22:21.571 INFO O| Sep 17 22:22:21.571 INFO ok!
101942025-09-17T22:22:22.633Z[ host-image] Sep 17 22:22:21.571 INFO O| Sep 17 22:22:21.571 INFO STEP 136 (ensure_file) COMPLETE
101952025-09-17T22:22:22.633Z[ host-image] Sep 17 22:22:21.571 INFO O| Sep 17 22:22:21.571 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962025-09-17T22:22:22.646Z[ host-image] Sep 17 22:22:21.587 INFO O| Sep 17 22:22:21.587 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101972025-09-17T22:22:22.649Z[ host-image] Sep 17 22:22:21.587 INFO O| Sep 17 22:22:21.587 INFO STEP 137 (ensure_dir) COMPLETE
101982025-09-17T22:22:22.649Z[ host-image] Sep 17 22:22:21.587 INFO O| Sep 17 22:22:21.587 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992025-09-17T22:22:22.663Z[ host-image] Sep 17 22:22:21.604 INFO O| Sep 17 22:22:21.603 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102002025-09-17T22:22:22.663Z[ host-image] Sep 17 22:22:21.604 INFO O| Sep 17 22:22:21.604 INFO STEP 138 (ensure_dir) COMPLETE
102012025-09-17T22:22:22.666Z[ host-image] Sep 17 22:22:21.604 INFO O| Sep 17 22:22:21.604 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022025-09-17T22:22:22.678Z[ host-image] Sep 17 22:22:21.619 INFO O| Sep 17 22:22:21.619 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102032025-09-17T22:22:22.678Z[ host-image] Sep 17 22:22:21.619 INFO O| Sep 17 22:22:21.619 INFO STEP 139 (ensure_dir) COMPLETE
102042025-09-17T22:22:22.682Z[ host-image] Sep 17 22:22:21.619 INFO O| Sep 17 22:22:21.619 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052025-09-17T22:22:22.694Z[ host-image] Sep 17 22:22:21.635 INFO O| Sep 17 22:22:21.635 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102062025-09-17T22:22:22.694Z[ host-image] Sep 17 22:22:21.635 INFO O| Sep 17 22:22:21.635 INFO STEP 140 (ensure_dir) COMPLETE
102072025-09-17T22:22:22.698Z[ host-image] Sep 17 22:22:21.635 INFO O| Sep 17 22:22:21.635 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082025-09-17T22:22:22.711Z[ host-image] Sep 17 22:22:21.652 INFO O| Sep 17 22:22:21.652 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102092025-09-17T22:22:22.711Z[ host-image] Sep 17 22:22:21.652 INFO O| Sep 17 22:22:21.652 INFO copying /tmp/.tmp4jCKbt/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 ...
102102025-09-17T22:22:22.745Z[ host-image] Sep 17 22:22:21.686 INFO O| Sep 17 22:22:21.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102112025-09-17T22:22:22.745Z[ host-image] Sep 17 22:22:21.686 INFO O| Sep 17 22:22:21.686 INFO ok!
102122025-09-17T22:22:22.745Z[ host-image] Sep 17 22:22:21.686 INFO O| Sep 17 22:22:21.686 INFO STEP 141 (ensure_file) COMPLETE
102132025-09-17T22:22:22.750Z[ host-image] Sep 17 22:22:21.686 INFO O| Sep 17 22:22:21.686 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142025-09-17T22:22:22.763Z[ host-image] Sep 17 22:22:21.703 INFO O| Sep 17 22:22:21.703 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102152025-09-17T22:22:22.764Z[ host-image] Sep 17 22:22:21.703 INFO O| Sep 17 22:22:21.703 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102162025-09-17T22:22:22.764Z[ host-image] Sep 17 22:22:21.703 INFO O| Sep 17 22:22:21.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102172025-09-17T22:22:22.767Z[ host-image] Sep 17 22:22:21.703 INFO O| Sep 17 22:22:21.703 INFO STEP 142 (ensure_dir) COMPLETE
102182025-09-17T22:22:22.767Z[ host-image] Sep 17 22:22:21.703 INFO O| Sep 17 22:22:21.703 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192025-09-17T22:22:22.779Z[ host-image] Sep 17 22:22:21.720 INFO O| Sep 17 22:22:21.720 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102202025-09-17T22:22:22.779Z[ host-image] Sep 17 22:22:21.720 INFO O| Sep 17 22:22:21.720 INFO copying /tmp/.tmp4jCKbt/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102212025-09-17T22:22:22.779Z[ host-image] Sep 17 22:22:21.720 INFO O| Sep 17 22:22:21.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102222025-09-17T22:22:22.783Z[ host-image] Sep 17 22:22:21.720 INFO O| Sep 17 22:22:21.720 INFO ok!
102232025-09-17T22:22:22.783Z[ host-image] Sep 17 22:22:21.720 INFO O| Sep 17 22:22:21.720 INFO STEP 143 (ensure_file) COMPLETE
102242025-09-17T22:22:22.783Z[ host-image] Sep 17 22:22:21.720 INFO O| Sep 17 22:22:21.720 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102252025-09-17T22:22:22.794Z[ host-image] Sep 17 22:22:21.735 INFO O| Sep 17 22:22:21.735 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102262025-09-17T22:22:22.798Z[ host-image] Sep 17 22:22:21.736 INFO O| Sep 17 22:22:21.736 INFO STEP 144 (remove_files) COMPLETE
102272025-09-17T22:22:22.798Z[ host-image] Sep 17 22:22:21.736 INFO O| Sep 17 22:22:21.736 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102282025-09-17T22:22:22.810Z[ host-image] Sep 17 22:22:21.751 INFO O| Sep 17 22:22:21.751 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102292025-09-17T22:22:22.814Z[ host-image] Sep 17 22:22:21.752 INFO O| Sep 17 22:22:21.752 INFO STEP 145 (remove_files) COMPLETE
102302025-09-17T22:22:22.814Z[ host-image] Sep 17 22:22:21.752 INFO O| Sep 17 22:22:21.752 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102312025-09-17T22:22:22.825Z[ host-image] Sep 17 22:22:21.766 INFO O| Sep 17 22:22:21.766 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102322025-09-17T22:22:22.829Z[ host-image] Sep 17 22:22:21.766 INFO O| Sep 17 22:22:21.766 INFO STEP 146 (remove_files) COMPLETE
102332025-09-17T22:22:22.829Z[ host-image] Sep 17 22:22:21.766 INFO O| Sep 17 22:22:21.766 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102342025-09-17T22:22:22.843Z[ host-image] Sep 17 22:22:21.782 INFO O| Sep 17 22:22:21.782 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102352025-09-17T22:22:22.846Z[ host-image] Sep 17 22:22:21.783 INFO O| Sep 17 22:22:21.783 INFO STEP 147 (remove_files) COMPLETE
102362025-09-17T22:22:22.846Z[ host-image] Sep 17 22:22:21.783 INFO O| Sep 17 22:22:21.783 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102372025-09-17T22:22:22.857Z[ host-image] Sep 17 22:22:21.798 INFO O| Sep 17 22:22:21.798 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102382025-09-17T22:22:22.862Z[ host-image] Sep 17 22:22:21.799 INFO O| Sep 17 22:22:21.799 INFO STEP 148 (remove_files) COMPLETE
102392025-09-17T22:22:22.862Z[ host-image] Sep 17 22:22:21.799 INFO O| Sep 17 22:22:21.799 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102402025-09-17T22:22:22.874Z[ host-image] Sep 17 22:22:21.815 INFO O| Sep 17 22:22:21.815 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102412025-09-17T22:22:22.878Z[ host-image] Sep 17 22:22:21.816 INFO O| Sep 17 22:22:21.816 INFO STEP 149 (remove_files) COMPLETE
102422025-09-17T22:22:22.878Z[ host-image] Sep 17 22:22:21.816 INFO O| Sep 17 22:22:21.816 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102432025-09-17T22:22:22.889Z[ host-image] Sep 17 22:22:21.831 INFO O| Sep 17 22:22:21.830 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102442025-09-17T22:22:22.890Z[ host-image] Sep 17 22:22:21.831 INFO O| Sep 17 22:22:21.831 INFO STEP 150 (remove_files) COMPLETE
102452025-09-17T22:22:22.893Z[ host-image] Sep 17 22:22:21.831 INFO O| Sep 17 22:22:21.831 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102462025-09-17T22:22:22.905Z[ host-image] Sep 17 22:22:21.846 INFO O| Sep 17 22:22:21.846 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102472025-09-17T22:22:22.905Z[ host-image] Sep 17 22:22:21.846 INFO O| Sep 17 22:22:21.846 INFO STEP 151 (remove_files) COMPLETE
102482025-09-17T22:22:22.908Z[ host-image] Sep 17 22:22:21.846 INFO O| Sep 17 22:22:21.846 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102492025-09-17T22:22:22.921Z[ host-image] Sep 17 22:22:21.862 INFO O| Sep 17 22:22:21.862 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102502025-09-17T22:22:22.921Z[ host-image] Sep 17 22:22:21.862 INFO O| Sep 17 22:22:21.862 INFO STEP 152 (remove_files) COMPLETE
102512025-09-17T22:22:22.925Z[ host-image] Sep 17 22:22:21.862 INFO O| Sep 17 22:22:21.862 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102522025-09-17T22:22:22.939Z[ host-image] Sep 17 22:22:21.880 INFO O| Sep 17 22:22:21.880 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102532025-09-17T22:22:22.939Z[ host-image] Sep 17 22:22:21.880 INFO O| Sep 17 22:22:21.880 INFO STEP 153 (remove_files) COMPLETE
102542025-09-17T22:22:22.939Z[ host-image] Sep 17 22:22:21.880 INFO O| Sep 17 22:22:21.880 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102552025-09-17T22:22:22.957Z[ host-image] Sep 17 22:22:21.897 INFO O| Sep 17 22:22:21.897 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102562025-09-17T22:22:22.957Z[ host-image] Sep 17 22:22:21.898 INFO O| Sep 17 22:22:21.897 INFO STEP 154 (remove_files) COMPLETE
102572025-09-17T22:22:22.961Z[ host-image] Sep 17 22:22:21.898 INFO O| Sep 17 22:22:21.898 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102582025-09-17T22:22:22.994Z[ host-image] Sep 17 22:22:21.914 INFO O| Sep 17 22:22:21.914 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102592025-09-17T22:22:22.994Z[ host-image] Sep 17 22:22:21.914 INFO O| Sep 17 22:22:21.914 INFO STEP 155 (remove_files) COMPLETE
102602025-09-17T22:22:22.994Z[ host-image] Sep 17 22:22:21.914 INFO O| Sep 17 22:22:21.914 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102612025-09-17T22:22:22.994Z[ host-image] Sep 17 22:22:21.931 INFO O| Sep 17 22:22:21.931 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102622025-09-17T22:22:22.994Z[ host-image] Sep 17 22:22:21.931 INFO O| Sep 17 22:22:21.931 INFO STEP 156 (remove_files) COMPLETE
102632025-09-17T22:22:22.994Z[ host-image] Sep 17 22:22:21.931 INFO O| Sep 17 22:22:21.931 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102642025-09-17T22:22:23.007Z[ host-image] Sep 17 22:22:21.948 INFO O| Sep 17 22:22:21.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102652025-09-17T22:22:23.008Z[ host-image] Sep 17 22:22:21.948 INFO O| Sep 17 22:22:21.948 INFO STEP 157 (remove_files) COMPLETE
102662025-09-17T22:22:23.008Z[ host-image] Sep 17 22:22:21.948 INFO O| Sep 17 22:22:21.948 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102672025-09-17T22:22:23.026Z[ host-image] Sep 17 22:22:21.966 INFO O| Sep 17 22:22:21.965 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102682025-09-17T22:22:23.026Z[ host-image] Sep 17 22:22:21.966 INFO O| Sep 17 22:22:21.966 INFO STEP 158 (remove_files) COMPLETE
102692025-09-17T22:22:23.030Z[ host-image] Sep 17 22:22:21.966 INFO O| Sep 17 22:22:21.966 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102702025-09-17T22:22:23.042Z[ host-image] Sep 17 22:22:21.983 INFO O| Sep 17 22:22:21.983 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102712025-09-17T22:22:23.042Z[ host-image] Sep 17 22:22:21.983 INFO O| Sep 17 22:22:21.983 INFO STEP 159 (remove_files) COMPLETE
102722025-09-17T22:22:23.042Z[ host-image] Sep 17 22:22:21.983 INFO O| Sep 17 22:22:21.983 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102732025-09-17T22:22:23.058Z[ host-image] Sep 17 22:22:21.999 INFO O| Sep 17 22:22:21.999 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102742025-09-17T22:22:23.059Z[ host-image] Sep 17 22:22:21.999 INFO O| Sep 17 22:22:21.999 INFO STEP 160 (remove_files) COMPLETE
102752025-09-17T22:22:23.062Z[ host-image] Sep 17 22:22:22.000 INFO O| Sep 17 22:22:21.999 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102762025-09-17T22:22:23.076Z[ host-image] Sep 17 22:22:22.017 INFO O| Sep 17 22:22:22.017 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102772025-09-17T22:22:23.079Z[ host-image] Sep 17 22:22:22.017 INFO O| Sep 17 22:22:22.017 INFO STEP 161 (remove_files) COMPLETE
102782025-09-17T22:22:23.079Z[ host-image] Sep 17 22:22:22.017 INFO O| Sep 17 22:22:22.017 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102792025-09-17T22:22:23.094Z[ host-image] Sep 17 22:22:22.035 INFO O| Sep 17 22:22:22.035 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102802025-09-17T22:22:23.094Z[ host-image] Sep 17 22:22:22.035 INFO O| Sep 17 22:22:22.035 INFO STEP 162 (remove_files) COMPLETE
102812025-09-17T22:22:23.094Z[ host-image] Sep 17 22:22:22.035 INFO O| Sep 17 22:22:22.035 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102822025-09-17T22:22:23.112Z[ host-image] Sep 17 22:22:22.052 INFO O| Sep 17 22:22:22.052 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102832025-09-17T22:22:23.112Z[ host-image] Sep 17 22:22:22.052 INFO O| Sep 17 22:22:22.052 INFO STEP 163 (remove_files) COMPLETE
102842025-09-17T22:22:23.112Z[ host-image] Sep 17 22:22:22.052 INFO O| Sep 17 22:22:22.052 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102852025-09-17T22:22:23.128Z[ host-image] Sep 17 22:22:22.069 INFO O| Sep 17 22:22:22.069 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102862025-09-17T22:22:23.132Z[ host-image] Sep 17 22:22:22.070 INFO O| Sep 17 22:22:22.070 INFO STEP 164 (remove_files) COMPLETE
102872025-09-17T22:22:23.132Z[ host-image] Sep 17 22:22:22.070 INFO O| Sep 17 22:22:22.070 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102882025-09-17T22:22:23.146Z[ host-image] Sep 17 22:22:22.087 INFO O| Sep 17 22:22:22.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102892025-09-17T22:22:23.149Z[ host-image] Sep 17 22:22:22.087 INFO O| Sep 17 22:22:22.087 INFO STEP 165 (remove_files) COMPLETE
102902025-09-17T22:22:23.149Z[ host-image] Sep 17 22:22:22.087 INFO O| Sep 17 22:22:22.087 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102912025-09-17T22:22:23.164Z[ host-image] Sep 17 22:22:22.104 INFO O| Sep 17 22:22:22.104 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102922025-09-17T22:22:23.164Z[ host-image] Sep 17 22:22:22.104 INFO O| Sep 17 22:22:22.104 INFO STEP 166 (remove_files) COMPLETE
102932025-09-17T22:22:23.164Z[ host-image] Sep 17 22:22:22.104 INFO O| Sep 17 22:22:22.104 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102942025-09-17T22:22:23.180Z[ host-image] Sep 17 22:22:22.121 INFO O| Sep 17 22:22:22.121 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102952025-09-17T22:22:23.182Z[ host-image] Sep 17 22:22:22.122 INFO O| Sep 17 22:22:22.122 INFO STEP 167 (remove_files) COMPLETE
102962025-09-17T22:22:23.185Z[ host-image] Sep 17 22:22:22.122 INFO O| Sep 17 22:22:22.122 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102972025-09-17T22:22:23.205Z[ host-image] Sep 17 22:22:22.146 INFO O| Sep 17 22:22:22.146 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102982025-09-17T22:22:23.205Z[ host-image] Sep 17 22:22:22.146 INFO O| Sep 17 22:22:22.146 INFO STEP 168 (remove_files) COMPLETE
102992025-09-17T22:22:23.209Z[ host-image] Sep 17 22:22:22.146 INFO O| Sep 17 22:22:22.146 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103002025-09-17T22:22:23.223Z[ host-image] Sep 17 22:22:22.164 INFO O| Sep 17 22:22:22.164 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103012025-09-17T22:22:23.224Z[ host-image] Sep 17 22:22:22.165 INFO O| Sep 17 22:22:22.164 INFO STEP 169 (remove_files) COMPLETE
103022025-09-17T22:22:23.227Z[ host-image] Sep 17 22:22:22.165 INFO O| Sep 17 22:22:22.165 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103032025-09-17T22:22:23.242Z[ host-image] Sep 17 22:22:22.182 INFO O| Sep 17 22:22:22.182 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103042025-09-17T22:22:23.246Z[ host-image] Sep 17 22:22:22.182 INFO O| Sep 17 22:22:22.182 INFO STEP 170 (remove_files) COMPLETE
103052025-09-17T22:22:23.246Z[ host-image] Sep 17 22:22:22.182 INFO O| Sep 17 22:22:22.182 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103062025-09-17T22:22:23.259Z[ host-image] Sep 17 22:22:22.200 INFO O| Sep 17 22:22:22.199 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103072025-09-17T22:22:23.259Z[ host-image] Sep 17 22:22:22.200 INFO O| Sep 17 22:22:22.200 INFO STEP 171 (remove_files) COMPLETE
103082025-09-17T22:22:23.259Z[ host-image] Sep 17 22:22:22.200 INFO O| Sep 17 22:22:22.200 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103092025-09-17T22:22:23.276Z[ host-image] Sep 17 22:22:22.217 INFO O| Sep 17 22:22:22.217 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103102025-09-17T22:22:23.277Z[ host-image] Sep 17 22:22:22.218 INFO O| Sep 17 22:22:22.218 INFO STEP 172 (remove_files) COMPLETE
103112025-09-17T22:22:23.277Z[ host-image] Sep 17 22:22:22.218 INFO O| Sep 17 22:22:22.218 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103122025-09-17T22:22:23.302Z[ host-image] Sep 17 22:22:22.242 INFO O| Sep 17 22:22:22.242 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103132025-09-17T22:22:23.302Z[ host-image] Sep 17 22:22:22.242 INFO O| Sep 17 22:22:22.242 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103142025-09-17T22:22:38.125Z[ host-image] Sep 17 22:22:37.061 INFO O| Sep 17 22:22:37.061 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
103152025-09-17T22:22:38.125Z[ host-image] Sep 17 22:22:37.061 INFO O| Sep 17 22:22:37.061 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103162025-09-17T22:22:38.148Z[ host-image] Sep 17 22:22:37.087 INFO O| Sep 17 22:22:37.087 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
103172025-09-17T22:22:38.407Z[ host-image] Sep 17 22:22:37.344 INFO O| Sep 17 22:22:37.344 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103182025-09-17T22:22:38.579Z[ host-image] Sep 17 22:22:37.518 INFO O| Sep 17 22:22:37.518 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
103192025-09-17T22:22:38.768Z[ host-image] Sep 17 22:22:37.707 INFO O| Sep 17 22:22:37.707 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103202025-09-17T22:22:38.773Z[ host-image] Sep 17 22:22:37.707 INFO O| Sep 17 22:22:37.707 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103212025-09-17T22:22:40.134Z[ host-image] Sep 17 22:22:39.073 INFO O| Sep 17 22:22:39.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103222025-09-17T22:22:40.134Z[ host-image] Sep 17 22:22:39.073 INFO O| Sep 17 22:22:39.072 INFO ok!
103232025-09-17T22:22:40.134Z[ host-image] Sep 17 22:22:39.073 INFO O| Sep 17 22:22:39.073 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103242025-09-17T22:22:40.139Z[ host-image] Sep 17 22:22:39.073 INFO O| Sep 17 22:22:39.073 INFO STEP 173 (seed_smf) COMPLETE
103252025-09-17T22:22:40.139Z[ host-image] Sep 17 22:22:39.073 INFO O| Sep 17 22:22:39.073 INFO steps complete; finalising image!
103262025-09-17T22:22:40.139Z[ host-image] Sep 17 22:22:39.073 INFO O| Sep 17 22:22:39.073 INFO TRIM POOL: TEMPORARY-sled-zfs
103272025-09-17T22:22:40.236Z[ host-image] Sep 17 22:22:39.160 INFO O| Sep 17 22:22:39.160 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Wed Sep 17 22:22:39 2025)
103282025-09-17T22:22:40.431Z[ host-image] Sep 17 22:22:39.370 INFO O| Sep 17 22:22:39.370 INFO trim TEMPORARY-sled-zfs: (96% trimmed, started at Wed Sep 17 22:22:39 2025)
103292025-09-17T22:22:40.663Z[ host-image] Sep 17 22:22:39.602 INFO O| Sep 17 22:22:39.602 INFO temporary pool has 808M used, 24.0M avail, 1.77x compressratio
103302025-09-17T22:22:40.663Z[ host-image] Sep 17 22:22:39.602 INFO O| Sep 17 22:22:39.602 INFO EXPORT POOL: TEMPORARY-sled-zfs
103312025-09-17T22:22:41.860Z[ host-image] Sep 17 22:22:40.798 INFO O| Sep 17 22:22:40.798 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103322025-09-17T22:22:41.860Z[ host-image] Sep 17 22:22:40.798 INFO O| Sep 17 22:22:40.798 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103332025-09-17T22:22:43.936Z[ host-image] Sep 17 22:22:42.875 INFO O| Sep 17 22:22:42.875 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103342025-09-17T22:22:43.940Z[ host-image] Sep 17 22:22:42.875 INFO O| Sep 17 22:22:42.875 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103352025-09-17T22:22:43.941Z[ host-image] Sep 17 22:22:42.875 INFO O| Sep 17 22:22:42.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103362025-09-17T22:22:43.941Z[ host-image] Sep 17 22:22:42.875 INFO O| Sep 17 22:22:42.875 INFO completed processing sled/zfs
103372025-09-17T22:22:43.941Z[ host-image] Sep 17 22:22:42.875 INFO O| Sep 17 22:22:42.875 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103382025-09-17T22:22:44.231Z[ recovery-image] Sep 17 22:22:43.169 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)
103392025-09-17T22:22:51.350Z[ recovery-image] Sep 17 22:22:50.285 INFO E| Compiling bitflags v1.3.2
103402025-09-17T22:22:51.354Z[ recovery-image] Sep 17 22:22:50.285 INFO E| Compiling bitflags v2.9.4
103412025-09-17T22:22:51.354Z[ recovery-image] Sep 17 22:22:50.285 INFO E| Compiling bit_field v0.10.3
103422025-09-17T22:22:51.354Z[ recovery-image] Sep 17 22:22:50.285 INFO E| Compiling adler2 v2.0.1
103432025-09-17T22:22:51.354Z[ recovery-image] Sep 17 22:22:50.286 INFO E| Compiling plain v0.2.3
103442025-09-17T22:22:51.354Z[ recovery-image] Sep 17 22:22:50.286 INFO E| Compiling log v0.4.27
103452025-09-17T22:22:51.354Z[ recovery-image] Sep 17 22:22:50.286 INFO E| Compiling scroll v0.13.0
103462025-09-17T22:22:51.536Z[ recovery-image] Sep 17 22:22:50.473 INFO E| Compiling raw-cpuid v10.7.0
103472025-09-17T22:22:51.664Z[ recovery-image] Sep 17 22:22:50.602 INFO E| Compiling miniz_oxide v0.8.9
103482025-09-17T22:22:52.046Z[ recovery-image] Sep 17 22:22:50.983 INFO E| Compiling cpio_reader v0.1.2
103492025-09-17T22:22:52.191Z[ recovery-image] Sep 17 22:22:51.128 INFO E| Compiling bitstruct v0.1.1
103502025-09-17T22:22:52.378Z[ recovery-image] Sep 17 22:22:51.315 INFO E| Compiling goblin v0.10.1
103512025-09-17T22:22:52.393Z[ recovery-image] Sep 17 22:22:51.330 INFO E| Compiling static_assertions v1.1.0
103522025-09-17T22:22:54.710Z[ host-image] Sep 17 22:22:53.647 INFO O| Sep 17 22:22:53.647 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103532025-09-17T22:22:54.855Z[ host-image] Sep 17 22:22:53.792 INFO BUILD STRING "heads/stlouis-0-g90cbfb99bd\n"
103542025-09-17T22:22:54.855Z[ host-image] Sep 17 22:22:53.792 INFO expanded image name: "ci 02e1451/${os_short_commit} 2025-09-17 21:31" -> "ci 02e1451/90cbfb9 2025-09-17 21:31"
103552025-09-17T22:22:54.859Z[ host-image] Sep 17 22:22:53.792 INFO output artefacts stored in: "/work/os-host"
103562025-09-17T22:22:54.859Z[ host-image] Sep 17 22:22:53.793 INFO collecting git info from project "amd-host-image-builder"...
103572025-09-17T22:22:54.867Z[ host-image] Sep 17 22:22:53.804 INFO collecting git info from project "bootserver"...
103582025-09-17T22:22:54.875Z[ host-image] Sep 17 22:22:53.812 INFO collecting git info from project "pinprick"...
103592025-09-17T22:22:54.884Z[ host-image] Sep 17 22:22:53.821 INFO collecting git info from project "pilot"...
103602025-09-17T22:22:54.895Z[ host-image] Sep 17 22:22:53.833 INFO collecting git info from project "chelsio-t6-roms"...
103612025-09-17T22:22:54.906Z[ host-image] Sep 17 22:22:53.843 INFO collecting git info from project "phbl"...
103622025-09-17T22:22:54.935Z[ host-image] Sep 17 22:22:53.872 INFO collecting git info from project "image-builder"...
103632025-09-17T22:22:54.944Z[ host-image] Sep 17 22:22:53.881 INFO collecting git info from project "amd-firmware"...
103642025-09-17T22:22:54.974Z[ host-image] Sep 17 22:22:53.910 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103652025-09-17T22:22:56.458Z[ host-image] Sep 17 22:22:55.395 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103662025-09-17T22:22:57.895Z[ host-image] Sep 17 22:22:56.832 INFO creating Oxide boot image...
103672025-09-17T22:22:57.895Z[ host-image] Sep 17 22:22:56.832 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 02e1451/90cbfb9 2025-09-17 21:31", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103682025-09-17T22:22:59.802Z[ host-image] Sep 17 22:22:58.738 INFO O| ok, image written!
103692025-09-17T22:22:59.807Z[ host-image] Sep 17 22:22:58.738 INFO O| ok, boot_image_csum file written!
103702025-09-17T22:22:59.807Z[ host-image] Sep 17 22:22:58.743 INFO creating boot archive (CPIO)...
103712025-09-17T22:22:59.808Z[ host-image] Sep 17 22:22:58.743 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
103722025-09-17T22:22:59.813Z[ host-image] Sep 17 22:22:58.750 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103732025-09-17T22:22:59.813Z[ host-image] Sep 17 22:22:58.750 INFO E| + outfile=/work/os-host/cpio
103742025-09-17T22:22:59.813Z[ host-image] Sep 17 22:22:58.750 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103752025-09-17T22:22:59.818Z[ host-image] Sep 17 22:22:58.753 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103762025-09-17T22:22:59.818Z[ host-image] Sep 17 22:22:58.753 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103772025-09-17T22:22:59.881Z[ host-image] Sep 17 22:22:58.818 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103782025-09-17T22:22:59.881Z[ host-image] Sep 17 22:22:58.818 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103792025-09-17T22:22:59.892Z[ host-image] Sep 17 22:22:58.829 INFO creating compressed cpio/unix for dev loaders...
103802025-09-17T22:22:59.892Z[ host-image] Sep 17 22:22:58.829 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
103812025-09-17T22:23:00.323Z[ host-image] Sep 17 22:22:59.251 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
103822025-09-17T22:23:05.483Z[ recovery-image] Sep 17 22:23:04.419 INFO E| Finished `release` profile [optimized] target(s) in 1m 25s
103832025-09-17T22:23:05.512Z[ recovery-image] Sep 17 22:23:04.449 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103842025-09-17T22:23:05.669Z[ recovery-image] Sep 17 22:23:04.594 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')"
103852025-09-17T22:23:05.669Z[ recovery-image] Sep 17 22:23:04.594 INFO building ROM for cosmo
103862025-09-17T22:23:05.669Z[ recovery-image] Sep 17 22:23:04.594 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")
103872025-09-17T22:23:07.131Z[ recovery-image] Sep 17 22:23:06.067 INFO E| Downloading crates ...
103882025-09-17T22:23:07.357Z[ recovery-image] Sep 17 22:23:06.293 INFO E| Downloaded serde_spanned v0.6.8
103892025-09-17T22:23:07.386Z[ recovery-image] Sep 17 22:23:06.322 INFO E| Downloaded toml_write v0.1.1
103902025-09-17T22:23:07.389Z[ recovery-image] Sep 17 22:23:06.325 INFO E| Downloaded shared_child v1.0.1
103912025-09-17T22:23:07.393Z[ recovery-image] Sep 17 22:23:06.326 INFO E| Downloaded duct v0.13.7
103922025-09-17T22:23:07.397Z[ recovery-image] Sep 17 22:23:06.329 INFO E| Downloaded clap_derive v4.5.32
103932025-09-17T22:23:07.397Z[ recovery-image] Sep 17 22:23:06.332 INFO E| Downloaded clap v4.5.37
103942025-09-17T22:23:07.410Z[ recovery-image] Sep 17 22:23:06.346 INFO E| Downloaded anstyle-parse v0.2.6
103952025-09-17T22:23:07.414Z[ recovery-image] Sep 17 22:23:06.349 INFO E| Downloaded toml v0.8.22
103962025-09-17T22:23:07.540Z[ recovery-image] Sep 17 22:23:06.437 INFO E| Downloaded toml_datetime v0.6.9
103972025-09-17T22:23:07.540Z[ recovery-image] Sep 17 22:23:06.437 INFO E| Downloaded cc v1.2.20
103982025-09-17T22:23:07.544Z[ recovery-image] Sep 17 22:23:06.437 INFO E| Downloaded os_pipe v1.2.1
103992025-09-17T22:23:07.544Z[ recovery-image] Sep 17 22:23:06.437 INFO E| Downloaded colorchoice v1.0.3
104002025-09-17T22:23:07.544Z[ recovery-image] Sep 17 22:23:06.437 INFO E| Downloaded clap_builder v4.5.37
104012025-09-17T22:23:07.544Z[ recovery-image] Sep 17 22:23:06.437 INFO E| Downloaded toml_edit v0.22.26
104022025-09-17T22:23:07.555Z[ host-image] Sep 17 22:23:06.491 INFO creating reset image...
104032025-09-17T22:23:07.555Z[ host-image] Sep 17 22:23:06.491 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104042025-09-17T22:23:07.585Z[ recovery-image] Sep 17 22:23:06.521 INFO E| Downloaded anstyle v1.0.10
104052025-09-17T22:23:07.588Z[ recovery-image] Sep 17 22:23:06.523 INFO E| Downloaded winnow v0.7.7
104062025-09-17T22:23:07.602Z[ recovery-image] Sep 17 22:23:06.538 INFO E| Downloaded anstyle-query v1.1.2
104072025-09-17T22:23:07.678Z[ host-image] Sep 17 22:23:06.614 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')"
104082025-09-17T22:23:07.678Z[ host-image] Sep 17 22:23:06.614 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")
104092025-09-17T22:23:07.870Z[ host-image] Sep 17 22:23:06.806 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104102025-09-17T22:23:07.874Z[ host-image] Sep 17 22:23:06.809 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104112025-09-17T22:23:08.020Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling syn v2.0.101
104122025-09-17T22:23:08.020Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling libc v0.2.172
104132025-09-17T22:23:08.024Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling utf8parse v0.2.2
104142025-09-17T22:23:08.024Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling equivalent v1.0.2
104152025-09-17T22:23:08.024Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling once_cell v1.21.3
104162025-09-17T22:23:08.024Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling shlex v1.3.0
104172025-09-17T22:23:08.024Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling is_terminal_polyfill v1.70.1
104182025-09-17T22:23:08.024Z[ recovery-image] Sep 17 22:23:06.957 INFO E| Compiling anstyle-query v1.1.2
104192025-09-17T22:23:08.481Z[ recovery-image] Sep 17 22:23:07.417 INFO E| Compiling anstyle-parse v0.2.6
104202025-09-17T22:23:08.568Z[ host-image] Sep 17 22:23:07.504 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)
104212025-09-17T22:23:08.572Z[ host-image] Sep 17 22:23:07.504 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)
104222025-09-17T22:23:08.572Z[ host-image] Sep 17 22:23:07.504 INFO E| Compiling proc-macro2 v1.0.101
104232025-09-17T22:23:08.572Z[ host-image] Sep 17 22:23:07.504 INFO E| Compiling unicode-ident v1.0.18
104242025-09-17T22:23:08.572Z[ host-image] Sep 17 22:23:07.504 INFO E| Compiling syn v1.0.109
104252025-09-17T22:23:08.640Z[ host-image] Sep 17 22:23:07.576 INFO E| Compiling x86 v0.52.0
104262025-09-17T22:23:08.713Z[ recovery-image] Sep 17 22:23:07.649 INFO E| Compiling anstyle v1.0.10
104272025-09-17T22:23:08.769Z[ recovery-image] Sep 17 22:23:07.705 INFO E| Compiling hashbrown v0.15.2
104282025-09-17T22:23:08.769Z[ recovery-image] Sep 17 22:23:07.705 INFO E| Compiling colorchoice v1.0.3
104292025-09-17T22:23:08.842Z[ host-image] Sep 17 22:23:07.778 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104302025-09-17T22:23:08.846Z[ host-image] Sep 17 22:23:07.778 INFO E| Compiling seq-macro v0.3.6
104312025-09-17T22:23:09.231Z[ recovery-image] Sep 17 22:23:08.166 INFO E| Compiling cc v1.2.20
104322025-09-17T22:23:09.269Z[ recovery-image] Sep 17 22:23:08.205 INFO E| Compiling strsim v0.11.1
104332025-09-17T22:23:09.373Z[ recovery-image] Sep 17 22:23:08.309 INFO E| Compiling winnow v0.7.7
104342025-09-17T22:23:09.450Z[ recovery-image] Sep 17 22:23:08.386 INFO E| Compiling anyhow v1.0.98
104352025-09-17T22:23:09.950Z[ recovery-image] Sep 17 22:23:08.886 INFO E| Compiling anstream v0.6.18
104362025-09-17T22:23:11.163Z[ recovery-image] Sep 17 22:23:10.099 INFO E| Compiling clap_lex v0.7.4
104372025-09-17T22:23:11.438Z[ recovery-image] Sep 17 22:23:10.374 INFO E| Compiling toml_write v0.1.1
104382025-09-17T22:23:11.841Z[ recovery-image] Sep 17 22:23:10.776 INFO E| Compiling indexmap v2.9.0
104392025-09-17T22:23:11.974Z[ recovery-image] Sep 17 22:23:10.909 INFO E| Compiling clap_builder v4.5.37
104402025-09-17T22:23:12.289Z[ recovery-image] Sep 17 22:23:11.225 INFO E| Compiling shared_child v1.0.1
104412025-09-17T22:23:12.349Z[ recovery-image] Sep 17 22:23:11.285 INFO E| Compiling os_pipe v1.2.1
104422025-09-17T22:23:12.474Z[ host-image] Sep 17 22:23:11.410 INFO E| Compiling quote v1.0.40
104432025-09-17T22:23:12.969Z[ recovery-image] Sep 17 22:23:11.905 INFO E| Compiling duct v0.13.7
104442025-09-17T22:23:13.114Z[ host-image] Sep 17 22:23:12.050 INFO E| Compiling syn v2.0.106
104452025-09-17T22:23:15.323Z[ recovery-image] Sep 17 22:23:14.258 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104462025-09-17T22:23:18.154Z[ host-image] Sep 17 22:23:17.089 INFO E| Compiling scroll_derive v0.13.0
104472025-09-17T22:23:18.862Z[ recovery-image] Sep 17 22:23:17.797 INFO E| Compiling serde_derive v1.0.219
104482025-09-17T22:23:18.862Z[ recovery-image] Sep 17 22:23:17.797 INFO E| Compiling clap_derive v4.5.32
104492025-09-17T22:23:21.513Z[ host-image] Sep 17 22:23:20.447 INFO E| Compiling bitstruct_derive v0.1.0
104502025-09-17T22:23:22.455Z[ recovery-image] Sep 17 22:23:21.389 INFO E| Compiling clap v4.5.37
104512025-09-17T22:23:23.970Z[ recovery-image] Sep 17 22:23:22.882 INFO E| Compiling serde v1.0.219
104522025-09-17T22:23:26.372Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 10s
104532025-09-17T22:23:26.922ZSep 17 22:23:25.856 INFO [verify-libraries] process exited with exit status: 0 (1337.806539758s)
104542025-09-17T22:23:27.440Z[ recovery-image] Sep 17 22:23:26.373 INFO E| Compiling toml_datetime v0.6.9
104552025-09-17T22:23:27.440Z[ recovery-image] Sep 17 22:23:26.373 INFO E| Compiling serde_spanned v0.6.8
104562025-09-17T22:23:27.675Z[ recovery-image] Sep 17 22:23:26.609 INFO E| Compiling toml_edit v0.22.26
104572025-09-17T22:23:29.926Z[ recovery-image] Sep 17 22:23:28.860 INFO E| Compiling toml v0.8.22
104582025-09-17T22:23:33.340Z[ recovery-image] Sep 17 22:23:32.273 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.53s
104592025-09-17T22:23:33.357Z[ recovery-image] Sep 17 22:23:32.290 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`
104602025-09-17T22:23:33.371Z[ recovery-image] Sep 17 22:23:32.304 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104612025-09-17T22:23:33.591Z[ recovery-image] Sep 17 22:23:32.525 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
104622025-09-17T22:23:33.596Z[ recovery-image] Sep 17 22:23:32.530 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`
104632025-09-17T22:23:33.934Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104642025-09-17T22:23:33.935Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104652025-09-17T22:23:33.935Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
104662025-09-17T22:23:33.935Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
104672025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104682025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104692025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104702025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
104712025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
104722025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
104732025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
104742025-09-17T22:23:33.938Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104752025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104762025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104772025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104782025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104792025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
104802025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104812025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
104822025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
104832025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104842025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104852025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
104862025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104872025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
104882025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
104892025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
104902025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104912025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
104922025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104932025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
104942025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
104952025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
104962025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104972025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
104982025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
104992025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
105002025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
105012025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
105022025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
105032025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
105042025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
105052025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
105062025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
105072025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
105082025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105092025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
105102025-09-17T22:23:33.939Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
105112025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
105122025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
105132025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
105142025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
105152025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.871 INFO O| Info: ABL version: 0x1006f010
105162025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.871 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
105172025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.871 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
105182025-09-17T22:23:33.940Z[ recovery-image] Sep 17 22:23:32.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
105192025-09-17T22:23:33.943Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105202025-09-17T22:23:33.943Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105212025-09-17T22:23:33.943Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105222025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105232025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105242025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105252025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105262025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105272025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105282025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105292025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105302025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105312025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105322025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105332025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105342025-09-17T22:23:33.944Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105352025-09-17T22:23:33.945Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105362025-09-17T22:23:33.945Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105372025-09-17T22:23:33.945Z[ recovery-image] Sep 17 22:23:32.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105382025-09-17T22:23:34.004Z[ recovery-image] Sep 17 22:23:32.937 INFO building ROM for gimlet
105392025-09-17T22:23:34.007Z[ recovery-image] Sep 17 22:23:32.937 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")
105402025-09-17T22:23:34.165Z[ recovery-image] Sep 17 22:23:33.098 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105412025-09-17T22:23:34.169Z[ recovery-image] Sep 17 22:23:33.102 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`
105422025-09-17T22:23:34.182Z[ recovery-image] Sep 17 22:23:33.115 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105432025-09-17T22:23:34.283Z[ recovery-image] Sep 17 22:23:33.216 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105442025-09-17T22:23:34.287Z[ recovery-image] Sep 17 22:23:33.221 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`
105452025-09-17T22:23:34.460Z[ recovery-image] Sep 17 22:23:33.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105462025-09-17T22:23:34.460Z[ recovery-image] Sep 17 22:23:33.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105472025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105482025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105492025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105502025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105512025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105522025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105532025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105542025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105552025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105562025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105572025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105582025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105592025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105602025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO O| Info: ABL version: 0x100a5010
105612025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.394 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105622025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105632025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105642025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105652025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105662025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105672025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105682025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105692025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105702025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105712025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105722025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105732025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105742025-09-17T22:23:34.464Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105752025-09-17T22:23:34.465Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105762025-09-17T22:23:34.465Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105772025-09-17T22:23:34.465Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105782025-09-17T22:23:34.465Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105792025-09-17T22:23:34.465Z[ recovery-image] Sep 17 22:23:33.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105802025-09-17T22:23:34.502Z[ recovery-image] Sep 17 22:23:33.435 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105812025-09-17T22:23:38.018Z[ recovery-image] Sep 17 22:23:36.948 INFO image complete! materials are in "/work/os-recovery"
105822025-09-17T22:23:38.022Z[ recovery-image]
105832025-09-17T22:23:38.022Z[ recovery-image] real 22:28.099207209
105842025-09-17T22:23:38.022Z[ recovery-image] user 16:35.580569159
105852025-09-17T22:23:38.022Z[ recovery-image] sys 1:38.550922997
105862025-09-17T22:23:38.022Z[ recovery-image] trap 1.104771532
105872025-09-17T22:23:38.022Z[ recovery-image] tflt 1.228246076
105882025-09-17T22:23:38.022Z[ recovery-image] dflt 2.463286220
105892025-09-17T22:23:38.025Z[ recovery-image] kflt 0.015440399
105902025-09-17T22:23:38.025Z[ recovery-image] lock 46:15.249732625
105912025-09-17T22:23:38.025Z[ recovery-image] slp 2:16:02.671782324
105922025-09-17T22:23:38.025Z[ recovery-image] lat 7:14.588488511
105932025-09-17T22:23:38.025Z[ recovery-image] stop 11.568525508
105942025-09-17T22:23:38.025ZSep 17 22:23:36.955 INFO [recovery-image] process exited with exit status: 0 (1348.140771574s)
105952025-09-17T22:23:39.703Z[ host-image] Sep 17 22:23:38.635 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)
105962025-09-17T22:23:43.472Z[ host-image] Sep 17 22:23:42.404 INFO E| Compiling bitflags v1.3.2
105972025-09-17T22:23:43.472Z[ host-image] Sep 17 22:23:42.404 INFO E| Compiling bitflags v2.9.4
105982025-09-17T22:23:43.472Z[ host-image] Sep 17 22:23:42.404 INFO E| Compiling scroll v0.13.0
105992025-09-17T22:23:43.475Z[ host-image] Sep 17 22:23:42.404 INFO E| Compiling bit_field v0.10.3
106002025-09-17T22:23:43.476Z[ host-image] Sep 17 22:23:42.404 INFO E| Compiling log v0.4.27
106012025-09-17T22:23:43.476Z[ host-image] Sep 17 22:23:42.404 INFO E| Compiling plain v0.2.3
106022025-09-17T22:23:43.476Z[ host-image] Sep 17 22:23:42.404 INFO E| Compiling adler2 v2.0.1
106032025-09-17T22:23:43.576Z[ host-image] Sep 17 22:23:42.507 INFO E| Compiling raw-cpuid v10.7.0
106042025-09-17T22:23:43.647Z[ host-image] Sep 17 22:23:42.579 INFO E| Compiling bitstruct v0.1.1
106052025-09-17T22:23:43.776Z[ host-image] Sep 17 22:23:42.708 INFO E| Compiling cpio_reader v0.1.2
106062025-09-17T22:23:43.809Z[ host-image] Sep 17 22:23:42.741 INFO E| Compiling miniz_oxide v0.8.9
106072025-09-17T22:23:43.843Z[ host-image] Sep 17 22:23:42.775 INFO E| Compiling static_assertions v1.1.0
106082025-09-17T22:23:43.993Z[ host-image] Sep 17 22:23:42.925 INFO E| Compiling goblin v0.10.1
106092025-09-17T22:23:49.765Z[ host-image] Sep 17 22:23:48.695 INFO E| Finished `release` profile [optimized] target(s) in 41.86s
106102025-09-17T22:23:49.777Z[ host-image] Sep 17 22:23:48.709 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106112025-09-17T22:23:49.838Z[ host-image] Sep 17 22:23:48.770 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')"
106122025-09-17T22:23:49.839Z[ host-image] Sep 17 22:23:48.770 INFO building ROM for cosmo
106132025-09-17T22:23:49.839Z[ host-image] Sep 17 22:23:48.770 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")
106142025-09-17T22:23:49.979Z[ host-image] Sep 17 22:23:48.911 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106152025-09-17T22:23:49.983Z[ host-image] Sep 17 22:23:48.914 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`
106162025-09-17T22:23:49.994Z[ host-image] Sep 17 22:23:48.926 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
106172025-09-17T22:23:50.090Z[ host-image] Sep 17 22:23:49.022 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
106182025-09-17T22:23:50.095Z[ host-image] Sep 17 22:23:49.026 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`
106192025-09-17T22:23:50.428Z[ host-image] Sep 17 22:23:49.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
106202025-09-17T22:23:50.428Z[ host-image] Sep 17 22:23:49.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
106212025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
106222025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
106232025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106242025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106252025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106262025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
106272025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
106282025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
106292025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
106302025-09-17T22:23:50.432Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106312025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106322025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106332025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106342025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106352025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106362025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106372025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106382025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106392025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106402025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106412025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106422025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106432025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106442025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106452025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
106462025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106472025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
106482025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106492025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
106502025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
106512025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
106522025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106532025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
106542025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
106552025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
106562025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
106572025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
106582025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
106592025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
106602025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
106612025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
106622025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
106632025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
106642025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106652025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
106662025-09-17T22:23:50.433Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
106672025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
106682025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
106692025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
106702025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
106712025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.362 INFO O| Info: ABL version: 0x1006f010
106722025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.362 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
106732025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.362 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
106742025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
106752025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106762025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106772025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106782025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106792025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106802025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106812025-09-17T22:23:50.434Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106822025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.363 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106832025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106842025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106852025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106862025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106872025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106882025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106892025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106902025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106912025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106922025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106932025-09-17T22:23:50.438Z[ host-image] Sep 17 22:23:49.364 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106942025-09-17T22:23:50.471Z[ host-image] Sep 17 22:23:49.402 INFO building ROM for gimlet
106952025-09-17T22:23:50.479Z[ host-image] Sep 17 22:23:49.403 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")
106962025-09-17T22:23:50.612Z[ host-image] Sep 17 22:23:49.543 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106972025-09-17T22:23:50.615Z[ host-image] Sep 17 22:23:49.547 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`
106982025-09-17T22:23:50.627Z[ host-image] Sep 17 22:23:49.559 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
106992025-09-17T22:23:50.721Z[ host-image] Sep 17 22:23:49.653 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
107002025-09-17T22:23:50.726Z[ host-image] Sep 17 22:23:49.657 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`
107012025-09-17T22:23:50.894Z[ host-image] Sep 17 22:23:49.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
107022025-09-17T22:23:50.894Z[ host-image] Sep 17 22:23:49.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
107032025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
107042025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
107052025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
107062025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
107072025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
107082025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
107092025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
107102025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
107112025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
107122025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
107132025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
107142025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
107152025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
107162025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO O| Info: ABL version: 0x100a5010
107172025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.826 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
107182025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107192025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107202025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107212025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107222025-09-17T22:23:50.898Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107232025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107242025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107252025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107262025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107272025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107282025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107292025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107302025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107312025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107322025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107332025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107342025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107352025-09-17T22:23:50.899Z[ host-image] Sep 17 22:23:49.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107362025-09-17T22:23:50.932Z[ host-image] Sep 17 22:23:49.863 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107372025-09-17T22:24:10.915Z[ host-image] Sep 17 22:24:09.843 INFO image complete! materials are in "/work/os-host"
107382025-09-17T22:24:10.919Z[ host-image]
107392025-09-17T22:24:10.919Z[ host-image] real 23:44.804041334
107402025-09-17T22:24:10.919Z[ host-image] user 16:59.834390559
107412025-09-17T22:24:10.919Z[ host-image] sys 1:41.641908907
107422025-09-17T22:24:10.919Z[ host-image] trap 0.940888702
107432025-09-17T22:24:10.919Z[ host-image] tflt 0.204088569
107442025-09-17T22:24:10.919Z[ host-image] dflt 0.470302140
107452025-09-17T22:24:10.919Z[ host-image] kflt 0.111903722
107462025-09-17T22:24:10.919Z[ host-image] lock 26:48.064467450
107472025-09-17T22:24:10.919Z[ host-image] slp 2:17:02.197378958
107482025-09-17T22:24:10.919Z[ host-image] lat 5:20.245947582
107492025-09-17T22:24:10.923Z[ host-image] stop 8.375099570
107502025-09-17T22:24:10.923ZSep 17 22:24:09.848 INFO [host-image] process exited with exit status: 0 (1424.811111134s)
107512025-09-17T22:24:10.923ZSep 17 22:24:09.850 INFO [tuf-repo] running task
107522025-09-17T22:24:35.497ZSep 17 22:24:34.424 INFO assembling repository in `/tmp/tufaceoushabLmE`, component: OmicronRepoAssembler
107532025-09-17T22:24:42.414ZSep 17 22:24:41.340 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107542025-09-17T22:24:42.937ZSep 17 22:24:41.863 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107552025-09-17T22:25:02.229ZSep 17 22:25:01.153 INFO extracting uploaded archive to /tmp/.tmpcMYSIe
107562025-09-17T22:25:05.535ZSep 17 22:25:04.439 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.TLJOMN
107572025-09-17T22:25:05.613ZSep 17 22:25:04.511 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a
107582025-09-17T22:25:05.734ZSep 17 22:25:04.641 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b
107592025-09-17T22:25:05.838ZSep 17 22:25:04.761 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c
107602025-09-17T22:25:05.975ZSep 17 22:25:04.881 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d
107612025-09-17T22:25:06.081ZSep 17 22:25:05.004 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e
107622025-09-17T22:25:06.204ZSep 17 22:25:05.126 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f
107632025-09-17T22:25:06.343ZSep 17 22:25:05.266 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107642025-09-17T22:25:06.343ZSep 17 22:25:05.266 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107652025-09-17T22:25:06.427ZSep 17 22:25:05.350 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107662025-09-17T22:25:06.433ZSep 17 22:25:05.350 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107672025-09-17T22:25:06.510ZSep 17 22:25:05.433 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107682025-09-17T22:25:06.511ZSep 17 22:25:05.433 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107692025-09-17T22:25:06.591ZSep 17 22:25:05.514 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107702025-09-17T22:25:06.591ZSep 17 22:25:05.514 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
107712025-09-17T22:25:06.595ZSep 17 22:25:05.515 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
107722025-09-17T22:25:06.595ZSep 17 22:25:05.516 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107732025-09-17T22:25:06.595ZSep 17 22:25:05.517 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
107742025-09-17T22:25:15.281ZSep 17 22:25:14.202 INFO added artifact, length: 33554432, hash: ed16dd01716f455042285ac37a8899178809d819bba7c7b836f931c9bbf778fa, version: 16.0.0-0.ci+git02e1451ca79, kind: host_phase_1, name: host
107752025-09-17T22:25:15.281ZSep 17 22:25:14.203 INFO added artifact, length: 1048580096, hash: 938b097869d8582abdcc97f350577dafacd142797712c2f57e9449833d2aa706, version: 16.0.0-0.ci+git02e1451ca79, kind: host_phase_2, name: host
107762025-09-17T22:25:16.914ZSep 17 22:25:15.835 INFO added artifact, length: 33554432, hash: 20ba6d840511d245d8b5a817c5553ebf5cd6e33e355c3ff079d95d19dbef278d, version: 16.0.0-0.ci+git02e1451ca79, kind: trampoline_phase_1, name: trampoline
107772025-09-17T22:25:16.914ZSep 17 22:25:15.835 INFO added artifact, length: 152369823, hash: 14ef40a6d7458a88084390f2cdc6f029e2846aa44dc127f0f7c9a41ca83b8141, version: 16.0.0-0.ci+git02e1451ca79, kind: trampoline_phase_2, name: trampoline
107782025-09-17T22:25:20.002ZSep 17 22:25:18.921 INFO added artifact, length: 307109386, hash: 60d785a659fb9c7301fe4a9575bab06216151351c491a6571abe3fdc429154bb, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: clickhouse_keeper
107792025-09-17T22:25:23.199ZSep 17 22:25:22.120 INFO added artifact, length: 323780244, hash: 0362b0b0118d18ab7c18afe1400bc85ffe6282d222255779218caa06553b2810, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: clickhouse_server
107802025-09-17T22:25:26.439ZSep 17 22:25:25.359 INFO added artifact, length: 323780470, hash: 2c2b563452fec1255fec45f4f09f53dbd7177bf00d7e6c0de00d27add8ee8292, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: clickhouse
107812025-09-17T22:25:28.139ZSep 17 22:25:27.055 INFO added artifact, length: 169656360, hash: f408a694163f4fef5f04888cfa14da9f6e59bb469411641abbf61cc2778ccaf2, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: cockroachdb
107822025-09-17T22:25:28.528ZSep 17 22:25:27.448 INFO added artifact, length: 39248029, hash: be52613951aa04a5cf511418b7ce8f7be88d4d2d5d71260805895151bd66a1fb, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: crucible-pantry-zone
107832025-09-17T22:25:29.024ZSep 17 22:25:27.944 INFO added artifact, length: 49286784, hash: 794940f75f2ca875a0014f2b7b9594a601760b9473e2ffbfceee7c9764a9b521, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: crucible-zone
107842025-09-17T22:25:29.550ZSep 17 22:25:28.469 INFO added artifact, length: 52199824, hash: 1bcc6d3db79cf9e4a4d6128c1752e7c3ea473c881e933d587c9ed82329816a24, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: external-dns
107852025-09-17T22:25:30.075ZSep 17 22:25:28.992 INFO added artifact, length: 52199423, hash: fe17bccb40fdc0b176f1bc8657f3f245ebdb7e7d6daae7998c57cc471be912c5, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: internal-dns
107862025-09-17T22:25:31.470ZSep 17 22:25:30.391 INFO added artifact, length: 139045208, hash: 21523155898c5498a5bf81453b3632d0b53e7fae3e745bda391c0bad584dbc38, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: nexus
107872025-09-17T22:25:31.812ZSep 17 22:25:30.732 INFO added artifact, length: 34135148, hash: 6d10100467b868fc56dc45efdf0a9c9662da5ff48b00a31915f33d5d87ee69a9, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: ntp
107882025-09-17T22:25:32.650ZSep 17 22:25:31.390 INFO added artifact, length: 65514870, hash: baa7df22c5e228b474440bd2ecbd0299c9b64da2d93019c0c5fde1626b2f7d52, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: oximeter
107892025-09-17T22:25:32.686ZSep 17 22:25:31.422 INFO added artifact, length: 3109590, hash: 0d7b0a5e93947542b5f2ce8847e4761989908f292c277447f9eae768bebecc4d, version: 16.0.0-0.ci+git02e1451ca79, kind: zone, name: probe
107902025-09-17T22:25:32.686ZSep 17 22:25:31.469 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b
107912025-09-17T22:25:32.686ZSep 17 22:25:31.517 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c
107922025-09-17T22:25:32.723ZSep 17 22:25:31.598 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
107932025-09-17T22:25:32.723ZSep 17 22:25:31.598 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
107942025-09-17T22:25:32.764ZSep 17 22:25:31.684 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107952025-09-17T22:25:32.764ZSep 17 22:25:31.684 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107962025-09-17T22:25:32.849ZSep 17 22:25:31.769 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107972025-09-17T22:25:32.849ZSep 17 22:25:31.769 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107982025-09-17T22:25:32.931ZSep 17 22:25:31.851 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
107992025-09-17T22:25:32.931ZSep 17 22:25:31.851 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108002025-09-17T22:25:32.945ZSep 17 22:25:31.852 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108012025-09-17T22:25:32.945ZSep 17 22:25:31.853 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108022025-09-17T22:25:32.945ZSep 17 22:25:31.854 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108032025-09-17T22:25:33.017ZSep 17 22:25:31.931 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b
108042025-09-17T22:25:33.158ZSep 17 22:25:32.078 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c
108052025-09-17T22:25:33.311ZSep 17 22:25:32.230 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d
108062025-09-17T22:25:33.467ZSep 17 22:25:32.386 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108072025-09-17T22:25:33.467ZSep 17 22:25:32.386 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108082025-09-17T22:25:33.558ZSep 17 22:25:32.472 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108092025-09-17T22:25:33.558ZSep 17 22:25:32.472 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108102025-09-17T22:25:33.642ZSep 17 22:25:32.557 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108112025-09-17T22:25:33.642ZSep 17 22:25:32.557 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108122025-09-17T22:25:33.719ZSep 17 22:25:32.639 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108132025-09-17T22:25:33.719ZSep 17 22:25:32.639 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108142025-09-17T22:25:33.751ZSep 17 22:25:32.640 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108152025-09-17T22:25:33.755ZSep 17 22:25:32.641 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108162025-09-17T22:25:33.755ZSep 17 22:25:32.642 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108172025-09-17T22:25:33.755ZSep 17 22:25:32.642 INFO added artifact, length: 383, hash: cfef2ad347734d96d59f272486d5a4c3f8a948e43dc9ed917ae95d5bad5f32e4, version: 16.0.0-0.ci+git02e1451ca79, kind: installinator_document, name: installinator_document
108182025-09-17T22:25:34.326ZSep 17 22:25:33.245 INFO extracting uploaded archive to /tmp/.tmp3wBAn7
108192025-09-17T22:25:38.652ZSep 17 22:25:36.527 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.iVbkDR
108202025-09-17T22:25:38.652ZSep 17 22:25:36.595 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a
108212025-09-17T22:25:38.653ZSep 17 22:25:36.724 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b
108222025-09-17T22:25:38.653ZSep 17 22:25:36.846 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c
108232025-09-17T22:25:38.653ZSep 17 22:25:36.969 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d
108242025-09-17T22:25:38.653ZSep 17 22:25:37.091 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e
108252025-09-17T22:25:38.653ZSep 17 22:25:37.212 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f
108262025-09-17T22:25:38.653ZSep 17 22:25:37.353 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108272025-09-17T22:25:38.653ZSep 17 22:25:37.353 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108282025-09-17T22:25:38.653ZSep 17 22:25:37.436 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108292025-09-17T22:25:38.653ZSep 17 22:25:37.436 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108302025-09-17T22:25:38.653ZSep 17 22:25:37.520 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108312025-09-17T22:25:38.653ZSep 17 22:25:37.520 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108322025-09-17T22:25:38.682ZSep 17 22:25:37.602 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108332025-09-17T22:25:38.682ZSep 17 22:25:37.602 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108342025-09-17T22:25:38.685ZSep 17 22:25:37.603 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108352025-09-17T22:25:38.685ZSep 17 22:25:37.604 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108362025-09-17T22:25:38.685ZSep 17 22:25:37.605 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108372025-09-17T22:25:47.390ZSep 17 22:25:46.308 INFO added artifact, length: 33554432, hash: ed16dd01716f455042285ac37a8899178809d819bba7c7b836f931c9bbf778fa, version: 16.0.0-0.ci+git02e1451ca79, kind: host_phase_1, name: host
108382025-09-17T22:25:47.390ZSep 17 22:25:46.309 INFO added artifact, length: 1048580096, hash: 938b097869d8582abdcc97f350577dafacd142797712c2f57e9449833d2aa706, version: 16.0.0-0.ci+git02e1451ca79, kind: host_phase_2, name: host
108392025-09-17T22:25:48.950ZSep 17 22:25:47.868 INFO added artifact, length: 33554432, hash: 20ba6d840511d245d8b5a817c5553ebf5cd6e33e355c3ff079d95d19dbef278d, version: 16.0.0-0.ci+git02e1451ca79, kind: trampoline_phase_1, name: trampoline
108402025-09-17T22:25:48.950ZSep 17 22:25:47.868 INFO added artifact, length: 152369823, hash: 14ef40a6d7458a88084390f2cdc6f029e2846aa44dc127f0f7c9a41ca83b8141, version: 16.0.0-0.ci+git02e1451ca79, kind: trampoline_phase_2, name: trampoline
108412025-09-17T22:25:59.620ZSep 17 22:25:58.537 INFO added artifact, length: 1612735635, hash: 4044d31e2199dd4d65556cf7c1a261bd7033c50f488697012fb78f228cb4ce5a, version: 16.0.0-0.ci+git02e1451ca79, kind: control_plane, name: control-plane
108422025-09-17T22:25:59.671ZSep 17 22:25:58.586 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b
108432025-09-17T22:25:59.716ZSep 17 22:25:58.633 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c
108442025-09-17T22:25:59.800ZSep 17 22:25:58.717 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108452025-09-17T22:25:59.801ZSep 17 22:25:58.717 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108462025-09-17T22:25:59.890ZSep 17 22:25:58.806 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108472025-09-17T22:25:59.890ZSep 17 22:25:58.806 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108482025-09-17T22:25:59.979ZSep 17 22:25:58.893 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108492025-09-17T22:25:59.979ZSep 17 22:25:58.893 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108502025-09-17T22:26:00.061ZSep 17 22:25:58.978 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108512025-09-17T22:26:00.061ZSep 17 22:25:58.979 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108522025-09-17T22:26:00.066ZSep 17 22:25:58.980 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108532025-09-17T22:26:00.066ZSep 17 22:25:58.980 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108542025-09-17T22:26:00.066ZSep 17 22:25:58.981 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108552025-09-17T22:26:00.142ZSep 17 22:25:59.059 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b
108562025-09-17T22:26:00.294ZSep 17 22:25:59.210 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c
108572025-09-17T22:26:00.448ZSep 17 22:25:59.364 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d
108582025-09-17T22:26:00.605ZSep 17 22:25:59.521 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108592025-09-17T22:26:00.606ZSep 17 22:25:59.521 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108602025-09-17T22:26:00.692ZSep 17 22:25:59.608 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108612025-09-17T22:26:00.692ZSep 17 22:25:59.608 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108622025-09-17T22:26:00.779ZSep 17 22:25:59.696 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108632025-09-17T22:26:00.779ZSep 17 22:25:59.696 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108642025-09-17T22:26:00.863ZSep 17 22:25:59.780 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108652025-09-17T22:26:00.863ZSep 17 22:25:59.780 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108662025-09-17T22:26:00.867ZSep 17 22:25:59.781 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108672025-09-17T22:26:00.867ZSep 17 22:25:59.782 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108682025-09-17T22:26:00.867ZSep 17 22:25:59.783 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108692025-09-17T22:26:00.867ZSep 17 22:25:59.783 INFO added artifact, length: 383, hash: cfef2ad347734d96d59f272486d5a4c3f8a948e43dc9ed917ae95d5bad5f32e4, version: 16.0.0-0.ci+git02e1451ca79, kind: installinator_document, name: installinator_document
108702025-09-17T22:26:01.434ZSep 17 22:26:00.350 INFO [tuf-repo] task succeeded (110.500321412s)
108712025-09-17T22:26:01.434ZSep 17 22:26:00.350 INFO all jobs completed in 3248.4035906s
108722025-09-17T22:26:02.643Zprocess exited: duration 3945444 ms, exit code 0
 
108732025-09-17T22:26:02.663Zfound 41 output files
108742025-09-17T22:26:02.663Zuploading: /work/manifest.toml (14007 bytes)
108752025-09-17T22:26:03.684Zuploaded: /work/manifest.toml
108762025-09-17T22:26:03.695Zuploading: /work/repo.zip (2830056030 bytes)
108772025-09-17T22:27:07.831Zuploaded: /work/repo.zip
108782025-09-17T22:27:07.831Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108792025-09-17T22:27:08.875Zuploaded: /work/repo.zip.sha256.txt
108802025-09-17T22:27:08.879Zuploading: /work/helios.json (584 bytes)
108812025-09-17T22:27:09.894Zuploaded: /work/helios.json
108822025-09-17T22:27:09.894Zuploading: /work/incorporation.p5m (99188 bytes)
108832025-09-17T22:27:10.926Zuploaded: /work/incorporation.p5m
108842025-09-17T22:27:10.926Zuploading: /work/incorporation.p5p (112640 bytes)
108852025-09-17T22:27:11.949Zuploaded: /work/incorporation.p5p
108862025-09-17T22:27:11.949Zuploading: /work/helios-incorp.log (526 bytes)
108872025-09-17T22:27:12.961Zuploaded: /work/helios-incorp.log
108882025-09-17T22:27:12.961Zuploading: /work/helios-setup.log (72336 bytes)
108892025-09-17T22:27:13.984Zuploaded: /work/helios-setup.log
108902025-09-17T22:27:13.984Zuploading: /work/host-image.log (230548 bytes)
108912025-09-17T22:27:15.016Zuploaded: /work/host-image.log
108922025-09-17T22:27:15.020Zuploading: /work/host-package.log (30767 bytes)
108932025-09-17T22:27:16.033Zuploaded: /work/host-package.log
108942025-09-17T22:27:16.033Zuploading: /work/host-target.log (101 bytes)
108952025-09-17T22:27:17.043Zuploaded: /work/host-target.log
108962025-09-17T22:27:17.043Zuploading: /work/incorp-create.log (0 bytes)
108972025-09-17T22:27:18.057Zuploaded: /work/incorp-create.log
108982025-09-17T22:27:18.058Zuploading: /work/incorp-fmt.log (0 bytes)
108992025-09-17T22:27:19.064Zuploaded: /work/incorp-fmt.log
109002025-09-17T22:27:19.064Zuploading: /work/incorp-pkgsend.log (108 bytes)
109012025-09-17T22:27:20.075Zuploaded: /work/incorp-pkgsend.log
109022025-09-17T22:27:20.075Zuploading: /work/incorp-publisher.log (0 bytes)
109032025-09-17T22:27:21.085Zuploaded: /work/incorp-publisher.log
109042025-09-17T22:27:21.085Zuploading: /work/omicron-package.log (6919 bytes)
109052025-09-17T22:27:22.096Zuploaded: /work/omicron-package.log
109062025-09-17T22:27:22.096Zuploading: /work/recovery-image.log (602843 bytes)
109072025-09-17T22:27:23.147Zuploaded: /work/recovery-image.log
109082025-09-17T22:27:23.150Zuploading: /work/recovery-package.log (1685 bytes)
109092025-09-17T22:27:24.157Zuploaded: /work/recovery-package.log
109102025-09-17T22:27:24.157Zuploading: /work/recovery-target.log (98 bytes)
109112025-09-17T22:27:25.170Zuploaded: /work/recovery-target.log
109122025-09-17T22:27:25.174Zuploading: /work/stamp-clickhouse.log (117 bytes)
109132025-09-17T22:27:26.183Zuploaded: /work/stamp-clickhouse.log
109142025-09-17T22:27:26.183Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109152025-09-17T22:27:27.198Zuploaded: /work/stamp-clickhouse_keeper.log
109162025-09-17T22:27:27.198Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109172025-09-17T22:27:28.208Zuploaded: /work/stamp-clickhouse_server.log
109182025-09-17T22:27:28.208Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109192025-09-17T22:27:29.221Zuploaded: /work/stamp-cockroachdb.log
109202025-09-17T22:27:29.225Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
109212025-09-17T22:27:30.235Zuploaded: /work/stamp-crucible-dtrace.log
109222025-09-17T22:27:30.235Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109232025-09-17T22:27:31.246Zuploaded: /work/stamp-crucible-pantry-zone.log
109242025-09-17T22:27:31.246Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109252025-09-17T22:27:32.262Zuploaded: /work/stamp-crucible-zone.log
109262025-09-17T22:27:32.262Zuploading: /work/stamp-external-dns.log (119 bytes)
109272025-09-17T22:27:33.273Zuploaded: /work/stamp-external-dns.log
109282025-09-17T22:27:33.278Zuploading: /work/stamp-installinator.log (103 bytes)
109292025-09-17T22:27:34.289Zuploaded: /work/stamp-installinator.log
109302025-09-17T22:27:34.292Zuploading: /work/stamp-internal-dns.log (119 bytes)
109312025-09-17T22:27:35.301Zuploaded: /work/stamp-internal-dns.log
109322025-09-17T22:27:35.301Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109332025-09-17T22:27:36.312Zuploaded: /work/stamp-mg-ddm-gz.log
109342025-09-17T22:27:36.317Zuploading: /work/stamp-nexus.log (112 bytes)
109352025-09-17T22:27:37.324Zuploaded: /work/stamp-nexus.log
109362025-09-17T22:27:37.324Zuploading: /work/stamp-ntp.log (110 bytes)
109372025-09-17T22:27:38.336Zuploaded: /work/stamp-ntp.log
109382025-09-17T22:27:38.336Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109392025-09-17T22:27:39.357Zuploaded: /work/stamp-omicron-sled-agent.log
109402025-09-17T22:27:39.357Zuploading: /work/stamp-overlay.log (114 bytes)
109412025-09-17T22:27:40.369Zuploaded: /work/stamp-overlay.log
109422025-09-17T22:27:40.369Zuploading: /work/stamp-oximeter.log (115 bytes)
109432025-09-17T22:27:41.464Zuploaded: /work/stamp-oximeter.log
109442025-09-17T22:27:41.464Zuploading: /work/stamp-oxlog.log (109 bytes)
109452025-09-17T22:27:42.507Zuploaded: /work/stamp-oxlog.log
109462025-09-17T22:27:42.507Zuploading: /work/stamp-probe.log (112 bytes)
109472025-09-17T22:27:43.520Zuploaded: /work/stamp-probe.log
109482025-09-17T22:27:43.520Zuploading: /work/stamp-propolis-server.log (122 bytes)
109492025-09-17T22:27:44.532Zuploaded: /work/stamp-propolis-server.log
109502025-09-17T22:27:44.532Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109512025-09-17T22:27:45.545Zuploaded: /work/stamp-pumpkind-gz.log
109522025-09-17T22:27:45.545Zuploading: /work/stamp-switch-asic.log (118 bytes)
109532025-09-17T22:27:46.558Zuploaded: /work/stamp-switch-asic.log
109542025-09-17T22:27:46.561Zuploading: /work/verify-libraries.log (7659 bytes)
109552025-09-17T22:27:47.575Zuploaded: /work/verify-libraries.log