01K5TAG4R6B3AH2VEHVBQ3CNGH: 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: 01K5TAGQ1XC068GR21W38BNZ9J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-23T03:40:43.019Zjob assigned to worker 01K5TAGR7TC61PR9FX8FXBZFJ2 [factory gimlet-EVT22200007-propolis, EVT22200007/42763] (queued for 28 s)
 
22025-09-23T03:40:51.745Zstarting task 0: "setup"
32025-09-23T03:40:51.770Z++ uname -s
42025-09-23T03:40:51.770Z+ kern=SunOS
52025-09-23T03:40:51.770Z+ build_user=build
62025-09-23T03:40:51.771Z+ build_uid=12345
72025-09-23T03:40:51.771Z+ work_dir=/work
82025-09-23T03:40:51.771Z+ input_dir=/input
92025-09-23T03:40:51.771Z+ [[ 0 == 12345 ]]
102025-09-23T03:40:51.771Z+ case "$kern" in
112025-09-23T03:40:51.771Z+ groupadd -g 12345 build
122025-09-23T03:40:51.771Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-23T03:40:53.775Z+ zfs create -o mountpoint=/work rpool/work
142025-09-23T03:40:53.811Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-23T03:40:53.837Z+ home_fs=zfs
162025-09-23T03:40:53.837Z+ [[ zfs == autofs ]]
172025-09-23T03:40:53.837Z+ mkdir -p /home/build
182025-09-23T03:40:53.837Z+ chown build:build /home/build /work
192025-09-23T03:40:55.820Z+ chmod 0700 /home/build /work
202025-09-23T03:40:55.846Zprocess exited: duration 4087 ms, exit code 0
 
212025-09-23T03:40:55.899Zstarting task 1: "rust-toolchain"
222025-09-23T03:40:55.925Z * rust toolchain channel = "1.89.0"
232025-09-23T03:40:55.925Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
242025-09-23T03:40:55.926Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-09-23T03:40:55.926Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-09-23T03:40:55.926Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-23T03:40:55.926Z * rust toolchain profile = "default"
282025-09-23T03:40:55.926Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-23T03:40:55.926Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-23T03:40:56.065Zinfo: downloading installer
312025-09-23T03:40:57.066Zwarn: It looks like you have an existing installation of Rust at:
322025-09-23T03:40:57.066Zwarn: /opt/ooce/bin
332025-09-23T03:40:57.066Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-23T03:40:57.066Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-23T03:40:57.066Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-23T03:40:57.066Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-23T03:40:57.067Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-23T03:40:57.067Zerror: cannot install while Rust is installed
392025-09-23T03:40:57.067Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-23T03:40:57.125Zinfo: profile set to 'default'
412025-09-23T03:40:57.127Zinfo: default host triple is x86_64-unknown-illumos
422025-09-23T03:40:57.127Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-23T03:40:57.245Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-23T03:40:57.245Zinfo: downloading component 'cargo'
452025-09-23T03:40:57.531Zinfo: downloading component 'clippy'
462025-09-23T03:40:57.610Zinfo: downloading component 'rust-docs'
472025-09-23T03:40:57.883Zinfo: downloading component 'rust-std'
482025-09-23T03:40:58.462Zinfo: downloading component 'rustc'
492025-09-23T03:40:59.863Zinfo: downloading component 'rustfmt'
502025-09-23T03:40:59.990Zinfo: installing component 'cargo'
512025-09-23T03:41:01.213Zinfo: installing component 'clippy'
522025-09-23T03:41:01.732Zinfo: installing component 'rust-docs'
532025-09-23T03:41:05.038Zinfo: installing component 'rust-std'
542025-09-23T03:41:07.450Zinfo: installing component 'rustc'
552025-09-23T03:41:16.180Zinfo: installing component 'rustfmt'
562025-09-23T03:41:16.585Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-23T03:41:16.585Z
582025-09-23T03:41:16.767Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-23T03:41:16.768Z
602025-09-23T03:41:16.768Z
612025-09-23T03:41:16.768ZRust is installed now. Great!
622025-09-23T03:41:16.768Z
632025-09-23T03:41:16.768ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-23T03:41:16.768Zenvironment variable. This has not been done automatically.
652025-09-23T03:41:16.768Z
662025-09-23T03:41:16.768ZTo configure your current shell, you need to source
672025-09-23T03:41:16.768Zthe corresponding env file under $HOME/.cargo.
682025-09-23T03:41:16.768Z
692025-09-23T03:41:16.768ZThis is usually done by running one of the following (note the leading DOT):
702025-09-23T03:41:16.768Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-23T03:41:16.768Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-23T03:41:16.768Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-23T03:41:16.890Z+ rustup --version
742025-09-23T03:41:16.917Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-23T03:41:16.918Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-23T03:41:17.058Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-23T03:41:17.083Z+ cargo --version
782025-09-23T03:41:17.189Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-23T03:41:17.214Z+ rustc --version
802025-09-23T03:41:17.328Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-23T03:41:17.353Zprocess exited: duration 21434 ms, exit code 0
 
822025-09-23T03:41:17.405Zstarting task 2: "authentication"
832025-09-23T03:41:17.470Zprocess exited: duration 64 ms, exit code 0
 
842025-09-23T03:41:17.526Zstarting task 3: "clone repository"
852025-09-23T03:41:17.554Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-23T03:41:17.554Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-23T03:41:17.579ZCloning into '/work/oxidecomputer/omicron'...
882025-09-23T03:41:30.128Z+ cd /work/oxidecomputer/omicron
892025-09-23T03:41:30.128Z+ git fetch origin bcdabfda072c4754ca4d4dee9a7483940a8fd2f4
902025-09-23T03:41:30.677ZFrom https://github.com/oxidecomputer/omicron
912025-09-23T03:41:30.677Z * branch bcdabfda072c4754ca4d4dee9a7483940a8fd2f4 -> FETCH_HEAD
922025-09-23T03:41:30.707Z+ [[ -n sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known ]]
932025-09-23T03:41:30.707Z++ git branch --show-current
942025-09-23T03:41:30.707Z+ current=main
952025-09-23T03:41:30.707Z+ [[ main != sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known ]]
962025-09-23T03:41:30.707Z+ git branch -f sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known bcdabfda072c4754ca4d4dee9a7483940a8fd2f4
972025-09-23T03:41:30.707Z+ git checkout -f sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known
982025-09-23T03:41:31.064ZSwitched to branch 'sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known'
992025-09-23T03:41:31.110Z+ git reset --hard bcdabfda072c4754ca4d4dee9a7483940a8fd2f4
1002025-09-23T03:41:31.143ZHEAD is now at bcdabfda0 rebase on main, fix up merge conflicts
1012025-09-23T03:41:31.144Zprocess exited: duration 13581 ms, exit code 0
 
1022025-09-23T03:41:31.224Zstarting task 4: "build"
1032025-09-23T03:41:31.255Z+ source .github/buildomat/ci-env.sh
1042025-09-23T03:41:31.255Z++ export CARGO_TERM_COLOR=always
1052025-09-23T03:41:31.255Z++ CARGO_TERM_COLOR=always
1062025-09-23T03:41:31.255Z+ cargo --version
1072025-09-23T03:41:31.314Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-23T03:41:31.352Z+ rustc --version
1092025-09-23T03:41:31.430Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-23T03:41:31.460Z+ cargo tree --locked
1112025-09-23T03:41:31.857Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-09-23T03:41:32.323Z Updating crates.io index
1132025-09-23T03:41:32.420Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-09-23T03:41:32.762Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-09-23T03:41:33.590Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-09-23T03:41:33.932Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-09-23T03:41:34.324Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-09-23T03:41:37.480Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-09-23T03:41:37.480Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-09-23T03:41:38.900Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-09-23T03:41:40.160Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-09-23T03:41:41.364Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232025-09-23T03:41:42.028Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-09-23T03:41:42.440Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-09-23T03:41:42.865Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-09-23T03:41:43.544Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-09-23T03:41:44.167Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-09-23T03:41:44.632Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-09-23T03:41:45.167Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-09-23T03:41:45.564Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-09-23T03:41:45.908Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-09-23T03:41:46.248Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-09-23T03:41:46.674Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-09-23T03:41:47.163Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352025-09-23T03:41:47.826Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-09-23T03:41:48.267Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-09-23T03:41:48.683Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382025-09-23T03:41:49.421Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392025-09-23T03:41:49.966Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402025-09-23T03:41:50.344Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1412025-09-23T03:41:50.841Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1422025-09-23T03:41:51.495Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432025-09-23T03:41:51.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442025-09-23T03:41:52.279Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452025-09-23T03:41:52.659Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462025-09-23T03:42:07.052Z Updating git repository `https://github.com/illumos/smf-rs`
1472025-09-23T03:42:09.156Z Downloading crates ...
1482025-09-23T03:42:09.272Z Downloaded async-channel v1.9.0
1492025-09-23T03:42:09.299Z Downloaded cbc v0.1.2
1502025-09-23T03:42:09.299Z Downloaded bitfield v0.19.2
1512025-09-23T03:42:09.299Z Downloaded cancel-safe-futures v0.1.5
1522025-09-23T03:42:09.333Z Downloaded endian-type v0.1.2
1532025-09-23T03:42:09.333Z Downloaded futures-sink v0.3.31
1542025-09-23T03:42:09.333Z Downloaded generic-array v0.14.7
1552025-09-23T03:42:09.333Z Downloaded env_logger v0.11.5
1562025-09-23T03:42:09.333Z Downloaded futures-channel v0.3.31
1572025-09-23T03:42:09.333Z Downloaded fixedbitset v0.5.7
1582025-09-23T03:42:09.333Z Downloaded parking_lot v0.12.3
1592025-09-23T03:42:09.333Z Downloaded pest_derive v2.7.14
1602025-09-23T03:42:09.333Z Downloaded hickory-proto v0.25.2
1612025-09-23T03:42:09.360Z Downloaded progenitor-impl v0.8.0
1622025-09-23T03:42:09.386Z Downloaded filetime v0.2.25
1632025-09-23T03:42:09.386Z Downloaded rayon v1.10.0
1642025-09-23T03:42:09.411Z Downloaded shlex v1.3.0
1652025-09-23T03:42:09.411Z Downloaded sync_wrapper v1.0.1
1662025-09-23T03:42:09.411Z Downloaded ghash v0.5.1
1672025-09-23T03:42:09.411Z Downloaded backoff v0.4.0
1682025-09-23T03:42:09.411Z Downloaded glob v0.3.2
1692025-09-23T03:42:09.411Z Downloaded fs-err v3.1.1
1702025-09-23T03:42:09.439Z Downloaded unit-prefix v0.5.1
1712025-09-23T03:42:09.439Z Downloaded ron v0.8.1
1722025-09-23T03:42:09.439Z Downloaded thread-id v4.2.2
1732025-09-23T03:42:09.465Z Downloaded supports-color v3.0.2
1742025-09-23T03:42:09.465Z Downloaded ciborium-io v0.2.2
1752025-09-23T03:42:09.465Z Downloaded thiserror-no-std v2.0.2
1762025-09-23T03:42:09.465Z Downloaded crc v3.2.1
1772025-09-23T03:42:09.491Z Downloaded typify v0.4.3
1782025-09-23T03:42:09.491Z Downloaded typeid v1.0.3
1792025-09-23T03:42:09.491Z Downloaded is-terminal v0.4.13
1802025-09-23T03:42:09.491Z Downloaded lazy_static v1.5.0
1812025-09-23T03:42:09.517Z Downloaded packed_struct_codegen v0.10.1
1822025-09-23T03:42:09.517Z Downloaded oxide-tokio-rt v0.1.2
1832025-09-23T03:42:09.517Z Downloaded poly1305 v0.8.0
1842025-09-23T03:42:09.517Z Downloaded parse-display v0.10.0
1852025-09-23T03:42:09.543Z Downloaded internet-checksum v0.2.1
1862025-09-23T03:42:09.543Z Downloaded smawk v0.3.2
1872025-09-23T03:42:09.543Z Downloaded tap v1.0.1
1882025-09-23T03:42:09.543Z Downloaded target-triple v0.1.3
1892025-09-23T03:42:09.543Z Downloaded write16 v1.0.0
1902025-09-23T03:42:09.568Z Downloaded topological-sort v0.2.2
1912025-09-23T03:42:09.568Z Downloaded wyz v0.5.1
1922025-09-23T03:42:09.568Z Downloaded tabled_derive v0.11.0
1932025-09-23T03:42:09.568Z Downloaded concurrent-queue v2.5.0
1942025-09-23T03:42:09.593Z Downloaded want v0.3.1
1952025-09-23T03:42:09.593Z Downloaded nodrop v0.1.14
1962025-09-23T03:42:09.593Z Downloaded match_cfg v0.1.0
1972025-09-23T03:42:09.593Z Downloaded precomputed-hash v0.1.1
1982025-09-23T03:42:09.619Z Downloaded pbkdf2 v0.12.2
1992025-09-23T03:42:09.619Z Downloaded semver v0.1.20
2002025-09-23T03:42:09.645Z Downloaded subtle v2.6.1
2012025-09-23T03:42:09.645Z Downloaded vergen-lib v0.1.6
2022025-09-23T03:42:09.645Z Downloaded darling_macro v0.20.10
2032025-09-23T03:42:09.671Z Downloaded void v1.0.2
2042025-09-23T03:42:09.671Z Downloaded zerovec-derive v0.10.3
2052025-09-23T03:42:09.671Z Downloaded phf v0.11.2
2062025-09-23T03:42:09.696Z Downloaded password-hash v0.4.2
2072025-09-23T03:42:09.696Z Downloaded pin-project-lite v0.2.14
2082025-09-23T03:42:09.722Z Downloaded humantime v2.2.0
2092025-09-23T03:42:09.722Z Downloaded macaddr v1.0.1
2102025-09-23T03:42:09.749Z Downloaded parse-size v1.1.0
2112025-09-23T03:42:09.774Z Downloaded derive_builder_macro v0.20.2
2122025-09-23T03:42:09.774Z Downloaded value-bag v1.9.0
2132025-09-23T03:42:09.800Z Downloaded sqlparser_derive v0.2.2
2142025-09-23T03:42:09.800Z Downloaded rustversion v1.0.22
2152025-09-23T03:42:09.827Z Downloaded ident_case v1.0.1
2162025-09-23T03:42:09.827Z Downloaded http-range v0.1.5
2172025-09-23T03:42:09.827Z Downloaded utf16_iter v1.0.5
2182025-09-23T03:42:09.827Z Downloaded openssl-macros v0.1.1
2192025-09-23T03:42:09.827Z Downloaded hyper-tls v0.6.0
2202025-09-23T03:42:09.827Z Downloaded oorandom v11.1.4
2212025-09-23T03:42:09.852Z Downloaded des v0.8.1
2222025-09-23T03:42:09.852Z Downloaded derive_more v0.99.20
2232025-09-23T03:42:09.852Z Downloaded opaque-debug v0.3.1
2242025-09-23T03:42:09.852Z Downloaded url v2.5.4
2252025-09-23T03:42:09.852Z Downloaded icu_provider v1.5.0
2262025-09-23T03:42:09.878Z Downloaded tungstenite v0.21.0
2272025-09-23T03:42:09.878Z Downloaded icu_normalizer_data v1.5.0
2282025-09-23T03:42:09.878Z Downloaded once_cell v1.21.3
2292025-09-23T03:42:09.878Z Downloaded toml_edit v0.22.27
2302025-09-23T03:42:09.902Z Downloaded vcpkg v0.2.15
2312025-09-23T03:42:09.933Z Downloaded icu_properties v1.5.1
2322025-09-23T03:42:09.958Z Downloaded rustls v0.22.4
2332025-09-23T03:42:09.958Z Downloaded serde_with v3.14.0
2342025-09-23T03:42:09.983Z Downloaded idna v1.0.3
2352025-09-23T03:42:09.984Z Downloaded iddqd v0.3.13
2362025-09-23T03:42:09.984Z Downloaded regex-syntax v0.6.29
2372025-09-23T03:42:10.008Z Downloaded object v0.30.4
2382025-09-23T03:42:10.008Z Downloaded regex-syntax v0.8.5
2392025-09-23T03:42:10.008Z Downloaded radix_trie v0.2.1
2402025-09-23T03:42:10.033Z Downloaded icu_properties_data v1.5.0
2412025-09-23T03:42:10.033Z Downloaded diesel v2.2.12
2422025-09-23T03:42:10.057Z Downloaded object v0.36.5
2432025-09-23T03:42:10.082Z Downloaded zerocopy-derive v0.6.6
2442025-09-23T03:42:10.082Z Downloaded openssl v0.10.73
2452025-09-23T03:42:10.107Z Downloaded ratatui v0.29.0
2462025-09-23T03:42:10.107Z Downloaded openapiv3 v2.2.0
2472025-09-23T03:42:10.131Z Downloaded curve25519-dalek v4.1.3
2482025-09-23T03:42:10.131Z Downloaded petgraph v0.6.5
2492025-09-23T03:42:10.165Z Downloaded regex-automata v0.4.8
2502025-09-23T03:42:10.165Z Downloaded sqlparser v0.45.0
2512025-09-23T03:42:10.193Z Downloaded sha3 v0.10.8
2522025-09-23T03:42:10.193Z Downloaded petgraph v0.8.2
2532025-09-23T03:42:10.218Z Downloaded libz-sys v1.1.20
2542025-09-23T03:42:10.244Z Downloaded chrono-tz v0.10.4
2552025-09-23T03:42:10.268Z Downloaded icu_collections v1.5.0
2562025-09-23T03:42:10.268Z Downloaded tokio-postgres v0.7.13
2572025-09-23T03:42:10.268Z Downloaded lzma-sys v0.1.20
2582025-09-23T03:42:10.293Z Downloaded libc v0.2.174
2592025-09-23T03:42:10.318Z Downloaded moka v0.12.10
2602025-09-23T03:42:10.343Z Downloaded hyper v1.7.0
2612025-09-23T03:42:10.343Z Downloaded clap_builder v4.5.41
2622025-09-23T03:42:10.343Z Downloaded reqwest v0.12.22
2632025-09-23T03:42:10.368Z Downloaded rustls v0.23.19
2642025-09-23T03:42:10.368Z Downloaded regress v0.10.4
2652025-09-23T03:42:10.392Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2662025-09-23T03:42:10.392Z Downloaded zerocopy v0.8.26
2672025-09-23T03:42:10.420Z Downloaded lalrpop v0.19.12
2682025-09-23T03:42:10.445Z Downloaded toml_edit v0.19.15
2692025-09-23T03:42:10.469Z Downloaded jiff v0.2.15
2702025-09-23T03:42:10.494Z Downloaded ring v0.17.14
2712025-09-23T03:42:10.523Z Downloaded tokio v1.47.0
2722025-09-23T03:42:10.571Z Downloaded csv v1.3.1
2732025-09-23T03:42:10.595Z Downloaded omicron-zone-package v0.12.2
2742025-09-23T03:42:10.620Z Downloaded rustls-webpki v0.102.8
2752025-09-23T03:42:10.620Z Downloaded quick-xml v0.37.2
2762025-09-23T03:42:10.649Z Downloaded rustls-webpki v0.101.7
2772025-09-23T03:42:10.649Z Downloaded rustls v0.21.12
2782025-09-23T03:42:10.674Z Downloaded hickory-proto v0.24.4
2792025-09-23T03:42:10.699Z Downloaded iana-time-zone v0.1.63
2802025-09-23T03:42:10.699Z Downloaded hyper-util v0.1.16
2812025-09-23T03:42:10.699Z Downloaded derive_more v2.0.1
2822025-09-23T03:42:10.699Z Downloaded rand v0.9.2
2832025-09-23T03:42:10.724Z Downloaded encoding_rs v0.8.34
2842025-09-23T03:42:10.749Z Downloaded tungstenite v0.23.0
2852025-09-23T03:42:10.749Z Downloaded rustyline v14.0.0
2862025-09-23T03:42:10.749Z Downloaded yansi v1.0.1
2872025-09-23T03:42:10.749Z Downloaded rand v0.8.5
2882025-09-23T03:42:10.749Z Downloaded zerocopy v0.7.35
2892025-09-23T03:42:10.774Z Downloaded olpc-cjson v0.1.4
2902025-09-23T03:42:10.774Z Downloaded httpmock v0.8.0-alpha.1
2912025-09-23T03:42:10.798Z Downloaded lru-cache v0.1.2
2922025-09-23T03:42:10.798Z Downloaded idna_adapter v1.2.0
2932025-09-23T03:42:10.798Z Downloaded derive_more-impl v2.0.1
2942025-09-23T03:42:10.798Z Downloaded usdt-attr-macro v0.5.0
2952025-09-23T03:42:10.799Z Downloaded unsafe-libyaml v0.2.11
2962025-09-23T03:42:10.828Z Downloaded toml_parser v1.0.2
2972025-09-23T03:42:10.830Z Downloaded uzers v0.12.1
2982025-09-23T03:42:10.830Z Downloaded num-bigint v0.4.6
2992025-09-23T03:42:10.830Z Downloaded serde_yaml v0.9.34+deprecated
3002025-09-23T03:42:10.830Z Downloaded unicode-width v0.1.14
3012025-09-23T03:42:10.830Z Downloaded hyper-staticfile v0.10.1
3022025-09-23T03:42:10.830Z Downloaded httparse v1.9.5
3032025-09-23T03:42:10.854Z Downloaded rand_distr v0.5.1
3042025-09-23T03:42:10.855Z Downloaded httpdate v1.0.3
3052025-09-23T03:42:10.855Z Downloaded darling_core v0.20.10
3062025-09-23T03:42:10.855Z Downloaded typify-impl v0.3.0
3072025-09-23T03:42:10.855Z Downloaded icu_provider_macros v1.5.0
3082025-09-23T03:42:10.855Z Downloaded utf-8 v0.7.6
3092025-09-23T03:42:10.879Z Downloaded untrusted v0.9.0
3102025-09-23T03:42:10.879Z Downloaded rayon-core v1.12.1
3112025-09-23T03:42:10.879Z Downloaded rcgen v0.12.1
3122025-09-23T03:42:10.879Z Downloaded openssl-sys v0.9.109
3132025-09-23T03:42:10.879Z Downloaded yoke v0.7.4
3142025-09-23T03:42:10.879Z Downloaded uuid v1.18.1
3152025-09-23T03:42:10.904Z Downloaded tokio-util v0.7.15
3162025-09-23T03:42:10.906Z Downloaded quinn-proto v0.11.8
3172025-09-23T03:42:10.906Z Downloaded usdt-macro v0.5.0
3182025-09-23T03:42:10.906Z Downloaded usdt v0.5.0
3192025-09-23T03:42:10.906Z Downloaded toml_datetime v0.7.0
3202025-09-23T03:42:10.906Z Downloaded libgit2-sys v0.17.0+1.8.1
3212025-09-23T03:42:10.966Z Downloaded tokio-native-tls v0.3.1
3222025-09-23T03:42:10.991Z Downloaded tokio-dtrace v0.1.0
3232025-09-23T03:42:10.991Z Downloaded scroll v0.12.0
3242025-09-23T03:42:10.991Z Downloaded ryu v1.0.18
3252025-09-23T03:42:10.991Z Downloaded rustls-pki-types v1.10.0
3262025-09-23T03:42:10.991Z Downloaded partial-io v0.5.4
3272025-09-23T03:42:10.991Z Downloaded zerocopy-derive v0.8.26
3282025-09-23T03:42:10.991Z Downloaded miniz_oxide v0.8.5
3292025-09-23T03:42:11.016Z Downloaded minimal-lexical v0.2.1
3302025-09-23T03:42:11.016Z Downloaded memchr v2.7.4
3312025-09-23T03:42:11.016Z Downloaded chacha20poly1305 v0.10.1
3322025-09-23T03:42:11.016Z Downloaded petname v2.0.2
3332025-09-23T03:42:11.016Z Downloaded nix v0.30.1
3342025-09-23T03:42:11.040Z Downloaded usdt-impl v0.5.0
3352025-09-23T03:42:11.041Z Downloaded untrusted v0.7.1
3362025-09-23T03:42:11.041Z Downloaded toml_write v0.1.2
3372025-09-23T03:42:11.041Z Downloaded tokio-macros v2.5.0
3382025-09-23T03:42:11.041Z Downloaded tls_codec_derive v0.4.1
3392025-09-23T03:42:11.041Z Downloaded ssh-encoding v0.2.0
3402025-09-23T03:42:11.041Z Downloaded ssh-cipher v0.2.0
3412025-09-23T03:42:11.041Z Downloaded salsa20 v0.10.2
3422025-09-23T03:42:11.041Z Downloaded rusty-fork v0.3.0
3432025-09-23T03:42:11.041Z Downloaded derive_builder_core v0.20.2
3442025-09-23T03:42:11.065Z Downloaded darling v0.21.0
3452025-09-23T03:42:11.065Z Downloaded yasna v0.5.2
3462025-09-23T03:42:11.065Z Downloaded rand_core v0.9.3
3472025-09-23T03:42:11.065Z Downloaded cmake v0.1.51
3482025-09-23T03:42:11.065Z Downloaded polar-core v0.27.3
3492025-09-23T03:42:11.065Z Downloaded nom v7.1.3
3502025-09-23T03:42:11.090Z Downloaded nix v0.28.0
3512025-09-23T03:42:11.090Z Downloaded tabled v0.15.0
3522025-09-23T03:42:11.115Z Downloaded openssl-probe v0.1.5
3532025-09-23T03:42:11.115Z Downloaded vte_generate_state_changes v0.1.2
3542025-09-23T03:42:11.115Z Downloaded utf8parse v0.2.2
3552025-09-23T03:42:11.115Z Downloaded utf8_iter v1.0.4
3562025-09-23T03:42:11.115Z Downloaded rand_core v0.6.4
3572025-09-23T03:42:11.115Z Downloaded r2d2 v0.8.10
3582025-09-23T03:42:11.115Z Downloaded quinn-udp v0.5.5
3592025-09-23T03:42:11.115Z Downloaded progenitor-macro v0.11.0
3602025-09-23T03:42:11.115Z Downloaded progenitor-macro v0.9.1
3612025-09-23T03:42:11.115Z Downloaded csv-core v0.1.11
3622025-09-23T03:42:11.141Z Downloaded cobs v0.2.3
3632025-09-23T03:42:11.141Z Downloaded zerocopy-derive v0.7.35
3642025-09-23T03:42:11.141Z Downloaded yoke-derive v0.7.4
3652025-09-23T03:42:11.141Z Downloaded serde_repr v0.1.19
3662025-09-23T03:42:11.141Z Downloaded serde-hex v0.1.0
3672025-09-23T03:42:11.141Z Downloaded multer v3.1.0
3682025-09-23T03:42:11.141Z Downloaded structmeta-derive v0.3.0
3692025-09-23T03:42:11.141Z Downloaded pkcs5 v0.7.1
3702025-09-23T03:42:11.141Z Downloaded pest_meta v2.7.14
3712025-09-23T03:42:11.141Z Downloaded der v0.7.9
3722025-09-23T03:42:11.166Z Downloaded xz2 v0.1.7
3732025-09-23T03:42:11.166Z Downloaded rand_chacha v0.9.0
3742025-09-23T03:42:11.166Z Downloaded rand_chacha v0.3.1
3752025-09-23T03:42:11.166Z Downloaded ordered-float v2.10.1
3762025-09-23T03:42:11.166Z Downloaded darling v0.20.10
3772025-09-23T03:42:11.166Z Downloaded daft v0.1.4
3782025-09-23T03:42:11.166Z Downloaded curve25519-dalek-derive v0.1.1
3792025-09-23T03:42:11.166Z Downloaded serde_with_macros v3.14.0
3802025-09-23T03:42:11.166Z Downloaded serde_tokenstream v0.2.2
3812025-09-23T03:42:11.192Z Downloaded serde_spanned v0.6.9
3822025-09-23T03:42:11.192Z Downloaded serde-value v0.7.0
3832025-09-23T03:42:11.192Z Downloaded serde-untagged v0.1.7
3842025-09-23T03:42:11.192Z Downloaded sec1 v0.7.3
3852025-09-23T03:42:11.192Z Downloaded mio v1.0.2
3862025-09-23T03:42:11.192Z Downloaded hyper-rustls v0.27.7
3872025-09-23T03:42:11.192Z Downloaded strum_macros v0.26.4
3882025-09-23T03:42:11.193Z Downloaded steno v0.4.1
3892025-09-23T03:42:11.193Z Downloaded ssh-key v0.6.6
3902025-09-23T03:42:11.217Z Downloaded progenitor-impl v0.11.0
3912025-09-23T03:42:11.217Z Downloaded nix v0.27.1
3922025-09-23T03:42:11.217Z Downloaded radium v0.7.0
3932025-09-23T03:42:11.217Z Downloaded quote v1.0.40
3942025-09-23T03:42:11.242Z Downloaded ctr v0.9.2
3952025-09-23T03:42:11.242Z Downloaded serde_urlencoded v0.7.1
3962025-09-23T03:42:11.242Z Downloaded scrypt v0.11.0
3972025-09-23T03:42:11.243Z Downloaded scroll_derive v0.12.0
3982025-09-23T03:42:11.243Z Downloaded nibble_vec v0.1.0
3992025-09-23T03:42:11.243Z Downloaded managed v0.8.0
4002025-09-23T03:42:11.243Z Downloaded lzss v0.8.2
4012025-09-23T03:42:11.243Z Downloaded httptest v0.16.3
4022025-09-23T03:42:11.243Z Downloaded pin-project-internal v1.1.6
4032025-09-23T03:42:11.243Z Downloaded nix v0.29.0
4042025-09-23T03:42:11.267Z Downloaded typify-impl v0.4.3
4052025-09-23T03:42:11.267Z Downloaded typify-impl v0.2.0
4062025-09-23T03:42:11.292Z Downloaded progenitor-macro v0.10.0
4072025-09-23T03:42:11.292Z Downloaded daft-derive v0.1.4
4082025-09-23T03:42:11.292Z Downloaded zerocopy v0.6.6
4092025-09-23T03:42:11.293Z Downloaded sha1 v0.10.6
4102025-09-23T03:42:11.293Z Downloaded sct v0.7.1
4112025-09-23T03:42:11.318Z Downloaded native-tls v0.2.12
4122025-09-23T03:42:11.318Z Downloaded nanorand v0.7.0
4132025-09-23T03:42:11.318Z Downloaded hubpack_derive v0.1.1
4142025-09-23T03:42:11.318Z Downloaded clap_derive v4.5.41
4152025-09-23T03:42:11.318Z Downloaded chacha20 v0.9.1
4162025-09-23T03:42:11.318Z Downloaded cfg_aliases v0.2.1
4172025-09-23T03:42:11.318Z Downloaded cfg-if v1.0.1
4182025-09-23T03:42:11.318Z Downloaded zerovec v0.10.4
4192025-09-23T03:42:11.342Z Downloaded zeroize_derive v1.4.2
4202025-09-23T03:42:11.342Z Downloaded zeroize v1.8.1
4212025-09-23T03:42:11.342Z Downloaded zerofrom-derive v0.1.4
4222025-09-23T03:42:11.342Z Downloaded zerofrom v0.1.4
4232025-09-23T03:42:11.342Z Downloaded termios v0.3.3
4242025-09-23T03:42:11.342Z Downloaded termcolor v1.4.1
4252025-09-23T03:42:11.342Z Downloaded strum_macros v0.24.3
4262025-09-23T03:42:11.342Z Downloaded strum v0.27.2
4272025-09-23T03:42:11.342Z Downloaded strsim v0.11.1
4282025-09-23T03:42:11.343Z Downloaded stringprep v0.1.5
4292025-09-23T03:42:11.343Z Downloaded stable_deref_trait v1.2.0
4302025-09-23T03:42:11.343Z Downloaded proc-macro-error2 v2.0.1
4312025-09-23T03:42:11.343Z Downloaded proc-macro-error-attr2 v2.0.0
4322025-09-23T03:42:11.369Z Downloaded proc-macro-error v1.0.4
4332025-09-23T03:42:11.369Z Downloaded pin-utils v0.1.0
4342025-09-23T03:42:11.369Z Downloaded pin-project v1.1.6
4352025-09-23T03:42:11.369Z Downloaded log v0.4.27
4362025-09-23T03:42:11.369Z Downloaded linked-hash-map v0.5.6
4372025-09-23T03:42:11.369Z Downloaded libxml v0.3.3
4382025-09-23T03:42:11.394Z Downloaded libm v0.2.8
4392025-09-23T03:42:11.394Z Downloaded derive-where v1.5.0
4402025-09-23T03:42:11.394Z Downloaded derive-ex v0.1.8
4412025-09-23T03:42:11.394Z Downloaded zlib-rs v0.5.1
4422025-09-23T03:42:11.418Z Downloaded vte v0.11.1
4432025-09-23T03:42:11.418Z Downloaded toml v0.9.5
4442025-09-23T03:42:11.418Z Downloaded toml v0.7.8
4452025-09-23T03:42:11.418Z Downloaded icu_normalizer v1.5.0
4462025-09-23T03:42:11.418Z Downloaded crypto-bigint v0.5.5
4472025-09-23T03:42:11.446Z Downloaded winnow v0.6.26
4482025-09-23T03:42:11.446Z Downloaded socket2 v0.5.10
4492025-09-23T03:42:11.446Z Downloaded snafu v0.8.5
4502025-09-23T03:42:11.446Z Downloaded crossterm v0.28.1
4512025-09-23T03:42:11.471Z Downloaded criterion v0.7.0
4522025-09-23T03:42:11.471Z Downloaded colorchoice v1.0.2
4532025-09-23T03:42:11.471Z Downloaded clap_lex v0.7.4
4542025-09-23T03:42:11.471Z Downloaded serde_spanned v1.0.0
4552025-09-23T03:42:11.471Z Downloaded serde_bytes v0.11.17
4562025-09-23T03:42:11.471Z Downloaded number_prefix v0.4.0
4572025-09-23T03:42:11.471Z Downloaded multimap v0.10.1
4582025-09-23T03:42:11.471Z Downloaded memmap v0.7.0
4592025-09-23T03:42:11.471Z Downloaded tls_codec v0.4.1
4602025-09-23T03:42:11.497Z Downloaded tinyvec_macros v0.1.1
4612025-09-23T03:42:11.498Z Downloaded terminal_size v0.4.0
4622025-09-23T03:42:11.498Z Downloaded stringmetrics v2.2.2
4632025-09-23T03:42:11.498Z Downloaded static_assertions v1.1.0
4642025-09-23T03:42:11.498Z Downloaded progenitor-macro v0.8.0
4652025-09-23T03:42:11.498Z Downloaded proc-macro-error-attr v1.0.4
4662025-09-23T03:42:11.498Z Downloaded pkcs1 v0.7.5
4672025-09-23T03:42:11.498Z Downloaded piper v0.2.4
4682025-09-23T03:42:11.498Z Downloaded phf v0.12.1
4692025-09-23T03:42:11.498Z Downloaded lock_api v0.4.12
4702025-09-23T03:42:11.498Z Downloaded derive_builder v0.20.2
4712025-09-23T03:42:11.498Z Downloaded deranged v0.5.3
4722025-09-23T03:42:11.523Z Downloaded der_derive v0.7.3
4732025-09-23T03:42:11.523Z Downloaded zstd-safe v7.2.3
4742025-09-23T03:42:11.523Z Downloaded zopfli v0.8.1
4752025-09-23T03:42:11.523Z Downloaded reedline v0.40.0
4762025-09-23T03:42:11.523Z Downloaded socket2 v0.6.0
4772025-09-23T03:42:11.523Z Downloaded smoltcp v0.11.0
4782025-09-23T03:42:11.548Z Downloaded quinn v0.11.5
4792025-09-23T03:42:11.548Z Downloaded hubpack v0.1.2
4802025-09-23T03:42:11.548Z Downloaded phf_shared v0.11.2
4812025-09-23T03:42:11.548Z Downloaded password-hash v0.5.0
4822025-09-23T03:42:11.548Z Downloaded lru v0.12.5
4832025-09-23T03:42:11.573Z Downloaded libsw v3.5.0
4842025-09-23T03:42:11.573Z Downloaded defmt-parser v0.3.4
4852025-09-23T03:42:11.573Z Downloaded toml_datetime v0.6.11
4862025-09-23T03:42:11.574Z Downloaded sqlformat v0.3.5
4872025-09-23T03:42:11.574Z Downloaded pretty_assertions v1.4.1
4882025-09-23T03:42:11.574Z Downloaded webpki-roots v1.0.1
4892025-09-23T03:42:11.574Z Downloaded trybuild v1.0.106
4902025-09-23T03:42:11.574Z Downloaded smoltcp v0.9.1
4912025-09-23T03:42:11.598Z Downloaded ed25519-dalek v2.1.1
4922025-09-23T03:42:11.599Z Downloaded dropshot v0.16.4
4932025-09-23T03:42:11.623Z Downloaded strum v0.26.3
4942025-09-23T03:42:11.624Z Downloaded structmeta v0.3.0
4952025-09-23T03:42:11.624Z Downloaded strip-ansi-escapes v0.2.0
4962025-09-23T03:42:11.624Z Downloaded string_cache v0.8.9
4972025-09-23T03:42:11.624Z Downloaded lockfree-object-pool v0.1.6
4982025-09-23T03:42:11.650Z Downloaded linear-map v1.2.0
4992025-09-23T03:42:11.650Z Downloaded libz-rs-sys v0.5.1
5002025-09-23T03:42:11.650Z Downloaded darling_core v0.21.0
5012025-09-23T03:42:11.650Z Downloaded toml v0.8.23
5022025-09-23T03:42:11.650Z Downloaded smallvec v0.6.14
5032025-09-23T03:42:11.650Z Downloaded rustls-pemfile v2.2.0
5042025-09-23T03:42:11.650Z Downloaded pest_generator v2.7.14
5052025-09-23T03:42:11.650Z Downloaded libloading v0.8.5
5062025-09-23T03:42:11.674Z Downloaded x509-cert v0.2.5
5072025-09-23T03:42:11.674Z Downloaded winnow v0.7.10
5082025-09-23T03:42:11.674Z Downloaded tempfile v3.20.0
5092025-09-23T03:42:11.699Z Downloaded tabled v0.18.0
5102025-09-23T03:42:11.699Z Downloaded phf_shared v0.12.1
5112025-09-23T03:42:11.699Z Downloaded litrs v0.4.1
5122025-09-23T03:42:11.724Z Downloaded litemap v0.7.3
5132025-09-23T03:42:11.724Z Downloaded defmt v0.3.8
5142025-09-23T03:42:11.724Z Downloaded darling_macro v0.21.0
5152025-09-23T03:42:11.724Z Downloaded zone v0.3.1
5162025-09-23T03:42:11.724Z Downloaded vsss-rs v3.3.4
5172025-09-23T03:42:11.724Z Downloaded ref-cast-impl v1.0.24
5182025-09-23T03:42:11.724Z Downloaded num v0.4.3
5192025-09-23T03:42:11.724Z Downloaded md-5 v0.10.6
5202025-09-23T03:42:11.725Z Downloaded const_format_proc_macros v0.2.34
5212025-09-23T03:42:11.725Z Downloaded xshell v0.2.7
5222025-09-23T03:42:11.725Z Downloaded tabled v0.20.0
5232025-09-23T03:42:11.803Z Downloaded regex v1.11.1
5242025-09-23T03:42:11.803Z Downloaded zip v4.2.0
5252025-09-23T03:42:11.803Z Downloaded rustix v1.0.7
5262025-09-23T03:42:11.803Z Downloaded bzip2-sys v0.1.13+1.0.8
5272025-09-23T03:42:11.827Z Downloaded libtest-mimic v0.8.1
5282025-09-23T03:42:11.827Z Downloaded libsw-core v0.3.1
5292025-09-23T03:42:11.827Z Downloaded libscf-sys v1.1.0
5302025-09-23T03:42:11.827Z Downloaded datatest-stable v0.3.2
5312025-09-23T03:42:11.827Z Downloaded zone_cfg_derive v0.3.0
5322025-09-23T03:42:11.827Z Downloaded zone v0.1.8
5332025-09-23T03:42:11.827Z Downloaded vergen-gitcl v1.0.8
5342025-09-23T03:42:11.851Z Downloaded vergen v9.0.6
5352025-09-23T03:42:11.852Z Downloaded tokio-rustls v0.24.1
5362025-09-23T03:42:11.853Z Downloaded term v0.7.0
5372025-09-23T03:42:11.853Z Downloaded subprocess v0.2.9
5382025-09-23T03:42:11.853Z Downloaded proc-macro-crate v3.2.0
5392025-09-23T03:42:11.853Z Downloaded proc-macro-crate v1.3.1
5402025-09-23T03:42:11.853Z Downloaded polling v3.7.3
5412025-09-23T03:42:11.853Z Downloaded indoc v1.0.9
5422025-09-23T03:42:11.853Z Downloaded tui-tree-widget v0.23.1
5432025-09-23T03:42:11.878Z Downloaded snafu-derive v0.8.5
5442025-09-23T03:42:11.878Z Downloaded defmt-macros v0.3.9
5452025-09-23T03:42:11.878Z Downloaded debug-ignore v1.0.5
5462025-09-23T03:42:11.878Z Downloaded data-encoding v2.9.0
5472025-09-23T03:42:11.878Z Downloaded zone_cfg_derive v0.1.2
5482025-09-23T03:42:11.878Z Downloaded version_check v0.9.5
5492025-09-23T03:42:11.878Z Downloaded tokio-tungstenite v0.23.1
5502025-09-23T03:42:11.878Z Downloaded tokio-tungstenite v0.21.0
5512025-09-23T03:42:11.878Z Downloaded tokio-rustls v0.26.0
5522025-09-23T03:42:11.878Z Downloaded tokio-rustls v0.25.0
5532025-09-23T03:42:11.878Z Downloaded term v1.1.0
5542025-09-23T03:42:11.903Z Downloaded slog-term v2.9.2
5552025-09-23T03:42:11.903Z Downloaded resolv-conf v0.7.0
5562025-09-23T03:42:11.903Z Downloaded maybe-uninit v2.0.0
5572025-09-23T03:42:11.903Z Downloaded indicatif v0.17.11
5582025-09-23T03:42:11.903Z Downloaded constant_time_eq v0.3.1
5592025-09-23T03:42:11.903Z Downloaded tracing-attributes v0.1.27
5602025-09-23T03:42:11.903Z Downloaded relative-path v1.9.3
5612025-09-23T03:42:11.903Z Downloaded rustix v0.38.37
5622025-09-23T03:42:11.928Z Downloaded vergen v8.3.2
5632025-09-23T03:42:11.952Z Downloaded slog-stdlog v4.1.1
5642025-09-23T03:42:11.952Z Downloaded serde v1.0.223
5652025-09-23T03:42:11.952Z Downloaded semver v1.0.26
5662025-09-23T03:42:11.952Z Downloaded convert_case v0.4.0
5672025-09-23T03:42:11.952Z Downloaded spin v0.9.8
5682025-09-23T03:42:11.952Z Downloaded slog-scope v4.4.0
5692025-09-23T03:42:11.952Z Downloaded shell-words v1.1.0
5702025-09-23T03:42:11.952Z Downloaded secrecy v0.8.0
5712025-09-23T03:42:11.952Z Downloaded indicatif v0.18.0
5722025-09-23T03:42:11.953Z Downloaded indexmap v1.9.3
5732025-09-23T03:42:11.976Z Downloaded ignore v0.4.23
5742025-09-23T03:42:11.977Z Downloaded crypto-common v0.1.6
5752025-09-23T03:42:11.977Z Downloaded tracing-core v0.1.32
5762025-09-23T03:42:11.977Z Downloaded tough v0.20.0
5772025-09-23T03:42:11.977Z Downloaded postgres-types v0.2.9
5782025-09-23T03:42:11.977Z Downloaded tokio-stream v0.1.17
5792025-09-23T03:42:12.002Z Downloaded slog-json v2.6.1
5802025-09-23T03:42:12.002Z Downloaded serde-big-array v0.5.1
5812025-09-23T03:42:12.002Z Downloaded secrecy v0.10.3
5822025-09-23T03:42:12.002Z Downloaded pretty-hex v0.4.1
5832025-09-23T03:42:12.002Z Downloaded predicates-tree v1.0.12
5842025-09-23T03:42:12.002Z Downloaded pbkdf2 v0.11.0
5852025-09-23T03:42:12.002Z Downloaded pathdiff v0.2.3
5862025-09-23T03:42:12.002Z Downloaded paste v1.0.15
5872025-09-23T03:42:12.002Z Downloaded normalize-line-endings v0.3.0
5882025-09-23T03:42:12.003Z Downloaded cstr-argument v0.1.2
5892025-09-23T03:42:12.003Z Downloaded convert_case v0.7.1
5902025-09-23T03:42:12.027Z Downloaded xattr v1.3.1
5912025-09-23T03:42:12.027Z Downloaded tower v0.5.2
5922025-09-23T03:42:12.027Z Downloaded scopeguard v1.2.0
5932025-09-23T03:42:12.027Z Downloaded schemars v0.8.22
5942025-09-23T03:42:12.051Z Downloaded same-file v1.0.6
5952025-09-23T03:42:12.051Z Downloaded papergrid v0.11.0
5962025-09-23T03:42:12.051Z Downloaded syn v2.0.106
5972025-09-23T03:42:12.076Z Downloaded pretty-hex v0.2.1
5982025-09-23T03:42:12.076Z Downloaded path-slash v0.1.5
5992025-09-23T03:42:12.076Z Downloaded indexmap v2.11.0
6002025-09-23T03:42:12.076Z Downloaded impl-trait-for-tuples v0.2.2
6012025-09-23T03:42:12.076Z Downloaded icu_locid_transform v1.5.0
6022025-09-23T03:42:12.076Z Downloaded icu_locid v1.5.0
6032025-09-23T03:42:12.101Z Downloaded http-body v1.0.1
6042025-09-23T03:42:12.101Z Downloaded diff v0.1.13
6052025-09-23T03:42:12.101Z Downloaded const_format v0.2.34
6062025-09-23T03:42:12.101Z Downloaded console v0.15.10
6072025-09-23T03:42:12.101Z Downloaded compact_str v0.8.0
6082025-09-23T03:42:12.101Z Downloaded winnow v0.5.40
6092025-09-23T03:42:12.125Z Downloaded tower-http v0.6.6
6102025-09-23T03:42:12.125Z Downloaded schemars_derive v0.8.22
6112025-09-23T03:42:12.125Z Downloaded proptest v1.7.0
6122025-09-23T03:42:12.150Z Downloaded ppv-lite86 v0.2.20
6132025-09-23T03:42:12.150Z Downloaded parse-display-derive v0.10.0
6142025-09-23T03:42:12.150Z Downloaded parking_lot_core v0.9.10
6152025-09-23T03:42:12.150Z Downloaded p521 v0.13.3
6162025-09-23T03:42:12.150Z Downloaded p384 v0.13.0
6172025-09-23T03:42:12.175Z Downloaded libefi-sys v0.1.0
6182025-09-23T03:42:12.175Z Downloaded clap v4.5.41
6192025-09-23T03:42:12.175Z Downloaded strum_macros v0.27.1
6202025-09-23T03:42:12.175Z Downloaded sha2 v0.10.9
6212025-09-23T03:42:12.175Z Downloaded prefix-trie v0.7.0
6222025-09-23T03:42:12.175Z Downloaded pkcs8 v0.10.2
6232025-09-23T03:42:12.199Z Downloaded nu-ansi-term v0.50.1
6242025-09-23T03:42:12.200Z Downloaded http v1.3.1
6252025-09-23T03:42:12.200Z Downloaded diesel_derives v2.2.3
6262025-09-23T03:42:12.200Z Downloaded diesel-dtrace v0.4.2
6272025-09-23T03:42:12.200Z Downloaded console v0.16.0
6282025-09-23T03:42:12.200Z Downloaded colored v2.2.0
6292025-09-23T03:42:12.200Z Downloaded serde_json v1.0.145
6302025-09-23T03:42:12.225Z Downloaded lalrpop-util v0.19.12
6312025-09-23T03:42:12.225Z Downloaded itertools v0.14.0
6322025-09-23T03:42:12.225Z Downloaded hostname v0.4.0
6332025-09-23T03:42:12.225Z Downloaded unicode-width v0.2.0
6342025-09-23T03:42:12.249Z Downloaded ref-cast v1.0.24
6352025-09-23T03:42:12.249Z Downloaded path-tree v0.8.1
6362025-09-23T03:42:12.249Z Downloaded diesel_table_macro_syntax v0.2.0
6372025-09-23T03:42:12.249Z Downloaded xshell-macros v0.2.7
6382025-09-23T03:42:12.249Z Downloaded whoami v1.5.2
6392025-09-23T03:42:12.249Z Downloaded walkdir v2.5.0
6402025-09-23T03:42:12.249Z Downloaded tar v0.4.44
6412025-09-23T03:42:12.249Z Downloaded salty v0.3.0
6422025-09-23T03:42:12.273Z Downloaded dunce v1.0.5
6432025-09-23T03:42:12.273Z Downloaded crossbeam-utils v0.8.21
6442025-09-23T03:42:12.273Z Downloaded crossbeam-epoch v0.9.18
6452025-09-23T03:42:12.273Z Downloaded plotters v0.3.7
6462025-09-23T03:42:12.273Z Downloaded guppy v0.17.20
6472025-09-23T03:42:12.299Z Downloaded goblin v0.8.2
6482025-09-23T03:42:12.300Z Downloaded md5 v0.7.0
6492025-09-23T03:42:12.300Z Downloaded const-oid v0.9.6
6502025-09-23T03:42:12.300Z Downloaded try-lock v0.2.5
6512025-09-23T03:42:12.303Z Downloaded tracing v0.1.40
6522025-09-23T03:42:12.303Z Downloaded publicsuffix v2.3.0
6532025-09-23T03:42:12.303Z Downloaded ecdsa v0.16.9
6542025-09-23T03:42:12.328Z Downloaded criterion-plot v0.6.0
6552025-09-23T03:42:12.328Z Downloaded pest v2.7.14
6562025-09-23T03:42:12.328Z Downloaded writeable v0.5.5
6572025-09-23T03:42:12.328Z Downloaded which v4.4.2
6582025-09-23T03:42:12.328Z Downloaded spki v0.7.3
6592025-09-23T03:42:12.328Z Downloaded samael v0.0.19
6602025-09-23T03:42:12.328Z Downloaded portable-atomic v1.11.0
6612025-09-23T03:42:12.352Z Downloaded chrono v0.4.41
6622025-09-23T03:42:12.352Z Downloaded unicode_categories v0.1.1
6632025-09-23T03:42:12.352Z Downloaded indent_write v2.2.0
6642025-09-23T03:42:12.352Z Downloaded icu_locid_transform_data v1.5.0
6652025-09-23T03:42:12.352Z Downloaded http-body-util v0.1.3
6662025-09-23T03:42:12.352Z Downloaded aws-lc-sys v0.26.0
6672025-09-23T03:42:12.608Z Downloaded wait-timeout v0.2.0
6682025-09-23T03:42:12.632Z Downloaded serde_cbor v0.11.2
6692025-09-23T03:42:12.632Z Downloaded itertools v0.12.1
6702025-09-23T03:42:12.632Z Downloaded iri-string v0.7.8
6712025-09-23T03:42:12.632Z Downloaded crossterm v0.29.0
6722025-09-23T03:42:12.657Z Downloaded unicode-properties v0.1.3
6732025-09-23T03:42:12.657Z Downloaded hkdf v0.12.4
6742025-09-23T03:42:12.657Z Downloaded maplit v1.0.2
6752025-09-23T03:42:12.657Z Downloaded smallvec v1.15.1
6762025-09-23T03:42:12.657Z Downloaded serde_derive v1.0.223
6772025-09-23T03:42:12.657Z Downloaded syn v1.0.109
6782025-09-23T03:42:12.681Z Downloaded tower-service v0.3.3
6792025-09-23T03:42:12.681Z Downloaded toml_writer v1.0.2
6802025-09-23T03:42:12.681Z Downloaded target-lexicon v0.13.2
6812025-09-23T03:42:12.681Z Downloaded powerfmt v0.2.0
6822025-09-23T03:42:12.681Z Downloaded lazycell v1.3.0
6832025-09-23T03:42:12.681Z Downloaded itertools v0.13.0
6842025-09-23T03:42:12.681Z Downloaded dropshot_endpoint v0.16.4
6852025-09-23T03:42:12.705Z Downloaded futures-util v0.3.31
6862025-09-23T03:42:12.706Z Downloaded tower-layer v0.3.3
6872025-09-23T03:42:12.706Z Downloaded tagptr v0.2.0
6882025-09-23T03:42:12.706Z Downloaded tabled_derive v0.10.0
6892025-09-23T03:42:12.706Z Downloaded jiff-static v0.2.15
6902025-09-23T03:42:12.731Z Downloaded hashbrown v0.16.0
6912025-09-23T03:42:12.731Z Downloaded serde_path_to_error v0.1.17
6922025-09-23T03:42:12.731Z Downloaded hostname v0.3.1
6932025-09-23T03:42:12.731Z Downloaded crossbeam-deque v0.8.5
6942025-09-23T03:42:12.731Z Downloaded critical-section v1.1.3
6952025-09-23T03:42:12.731Z Downloaded tinyvec v1.8.0
6962025-09-23T03:42:12.731Z Downloaded target-spec v3.5.0
6972025-09-23T03:42:12.731Z Downloaded take_mut v0.2.2
6982025-09-23T03:42:12.731Z Downloaded serde_plain v1.0.2
6992025-09-23T03:42:12.731Z Downloaded qorb v0.4.1
7002025-09-23T03:42:12.755Z Downloaded p256 v0.13.2
7012025-09-23T03:42:12.755Z Downloaded itertools v0.10.5
7022025-09-23T03:42:12.755Z Downloaded display-error-chain v0.2.2
7032025-09-23T03:42:12.756Z Downloaded crucible-workspace-hack v0.1.0
7042025-09-23T03:42:12.756Z Downloaded cipher v0.4.4
7052025-09-23T03:42:12.756Z Downloaded ciborium-ll v0.2.2
7062025-09-23T03:42:12.756Z Downloaded smf v0.2.3
7072025-09-23T03:42:12.756Z Downloaded serde_derive_internals v0.29.1
7082025-09-23T03:42:12.780Z Downloaded serde_core v1.0.223
7092025-09-23T03:42:12.780Z Downloaded zstd v0.13.3
7102025-09-23T03:42:12.780Z Downloaded unicode-normalization v0.1.24
7112025-09-23T03:42:12.780Z Downloaded slog v2.7.0
7122025-09-23T03:42:12.780Z Downloaded waitgroup v0.1.2
7132025-09-23T03:42:12.780Z Downloaded serde_regex v1.1.0
7142025-09-23T03:42:12.780Z Downloaded oxnet v0.1.3
7152025-09-23T03:42:12.780Z Downloaded owo-colors v4.2.2
7162025-09-23T03:42:12.780Z Downloaded unicode-xid v0.2.6
7172025-09-23T03:42:12.804Z Downloaded tinytemplate v1.2.1
7182025-09-23T03:42:12.804Z Downloaded time-macros v0.2.24
7192025-09-23T03:42:12.804Z Downloaded time v0.3.43
7202025-09-23T03:42:12.804Z Downloaded tabled_derive v0.7.0
7212025-09-23T03:42:12.804Z Downloaded crunchy v0.2.2
7222025-09-23T03:42:12.805Z Downloaded slog-bunyan v2.5.0
7232025-09-23T03:42:12.805Z Downloaded hashbrown v0.15.4
7242025-09-23T03:42:12.829Z Downloaded tabwriter v1.4.0
7252025-09-23T03:42:12.829Z Downloaded scheduled-thread-pool v0.2.7
7262025-09-23T03:42:12.829Z Downloaded quick-error v1.2.3
7272025-09-23T03:42:12.829Z Downloaded psl-types v2.0.11
7282025-09-23T03:42:12.829Z Downloaded postgres-protocol v0.6.8
7292025-09-23T03:42:12.829Z Downloaded polyval v0.6.2
7302025-09-23T03:42:12.829Z Downloaded ipnetwork v0.21.1
7312025-09-23T03:42:12.829Z Downloaded crossbeam-channel v0.5.15
7322025-09-23T03:42:12.829Z Downloaded cfg_aliases v0.1.1
7332025-09-23T03:42:12.829Z Downloaded postcard v1.0.10
7342025-09-23T03:42:12.829Z Downloaded packed_struct v0.10.1
7352025-09-23T03:42:12.854Z Downloaded tiny-keccak v2.0.2
7362025-09-23T03:42:12.854Z Downloaded ingot-macros v0.1.1
7372025-09-23T03:42:12.854Z Downloaded zip v0.6.6
7382025-09-23T03:42:12.854Z Downloaded unicode-bidi v0.3.17
7392025-09-23T03:42:12.854Z Downloaded typify v0.3.0
7402025-09-23T03:42:12.854Z Downloaded prettyplease v0.2.36
7412025-09-23T03:42:12.854Z Downloaded heapless v0.8.0
7422025-09-23T03:42:12.879Z Downloaded oso v0.27.3
7432025-09-23T03:42:12.879Z Downloaded kstat-rs v0.2.4
7442025-09-23T03:42:12.879Z Downloaded jobserver v0.1.32
7452025-09-23T03:42:12.879Z Downloaded itoa v1.0.11
7462025-09-23T03:42:12.879Z Downloaded is_terminal_polyfill v1.70.1
7472025-09-23T03:42:12.879Z Downloaded universal-hash v0.5.1
7482025-09-23T03:42:12.879Z Downloaded unicode-truncate v1.1.0
7492025-09-23T03:42:12.879Z Downloaded ucd-trie v0.1.7
7502025-09-23T03:42:12.879Z Downloaded tinystr v0.7.6
7512025-09-23T03:42:12.879Z Downloaded time-core v0.1.6
7522025-09-23T03:42:12.879Z Downloaded synstructure v0.13.1
7532025-09-23T03:42:12.879Z Downloaded siphasher v1.0.1
7542025-09-23T03:42:12.879Z Downloaded rpassword v7.4.0
7552025-09-23T03:42:12.903Z Downloaded progenitor-impl v0.10.0
7562025-09-23T03:42:12.903Z Downloaded oso-derive v0.27.3
7572025-09-23T03:42:12.903Z Downloaded is_ci v1.2.0
7582025-09-23T03:42:12.903Z Downloaded ipnet v2.11.0
7592025-09-23T03:42:12.903Z Downloaded instant v0.1.13
7602025-09-23T03:42:12.903Z Downloaded inout v0.1.3
7612025-09-23T03:42:12.903Z Downloaded ingot-types v0.1.2
7622025-09-23T03:42:12.904Z Downloaded ingot v0.1.1
7632025-09-23T03:42:12.904Z Downloaded indoc v2.0.6
7642025-09-23T03:42:12.904Z Downloaded crc-any v2.5.0
7652025-09-23T03:42:12.904Z Downloaded cookie_store v0.21.1
7662025-09-23T03:42:12.904Z Downloaded unicode-segmentation v1.12.0
7672025-09-23T03:42:12.928Z Downloaded typenum v1.17.0
7682025-09-23T03:42:12.928Z Downloaded typed-path v0.9.3
7692025-09-23T03:42:12.928Z Downloaded slab v0.4.9
7702025-09-23T03:42:12.928Z Downloaded progenitor-impl v0.9.1
7712025-09-23T03:42:12.928Z Downloaded hickory-resolver v0.24.4
7722025-09-23T03:42:12.928Z Downloaded kv-log-macro v1.0.7
7732025-09-23T03:42:12.928Z Downloaded ed25519 v2.2.3
7742025-09-23T03:42:12.952Z Downloaded dsl_auto_type v0.1.2
7752025-09-23T03:42:12.952Z Downloaded document-features v0.2.11
7762025-09-23T03:42:12.953Z Downloaded dirs-sys-next v0.1.2
7772025-09-23T03:42:12.953Z Downloaded cookie v0.18.1
7782025-09-23T03:42:12.953Z Downloaded ciborium v0.2.2
7792025-09-23T03:42:12.953Z Downloaded unicode-ident v1.0.18
7802025-09-23T03:42:12.953Z Downloaded twox-hash v2.1.0
7812025-09-23T03:42:12.953Z Downloaded slog-envlogger v2.2.0
7822025-09-23T03:42:12.953Z Downloaded slog-async v2.8.0
7832025-09-23T03:42:12.953Z Downloaded half v2.4.1
7842025-09-23T03:42:12.953Z Downloaded keccak v0.1.5
7852025-09-23T03:42:12.978Z Downloaded instability v0.3.2
7862025-09-23T03:42:12.978Z Downloaded dtrace-parser v0.2.0
7872025-09-23T03:42:12.978Z Downloaded dof v0.3.0
7882025-09-23T03:42:12.978Z Downloaded displaydoc v0.2.5
7892025-09-23T03:42:12.978Z Downloaded dirs-next v2.0.0
7902025-09-23T03:42:12.978Z Downloaded digest v0.10.7
7912025-09-23T03:42:12.978Z Downloaded difflib v0.4.0
7922025-09-23T03:42:12.979Z Downloaded crc-catalog v2.4.0
7932025-09-23T03:42:12.980Z Downloaded cpufeatures v0.2.14
7942025-09-23T03:42:12.980Z Downloaded rustc-hash v2.1.1
7952025-09-23T03:42:12.980Z Downloaded hashbrown v0.13.2
7962025-09-23T03:42:12.980Z Downloaded bstr v1.10.0
7972025-09-23T03:42:13.042Z Downloaded doc-comment v0.3.3
7982025-09-23T03:42:13.042Z Downloaded clang-sys v1.8.1
7992025-09-23T03:42:13.042Z Downloaded unarray v0.1.4
8002025-09-23T03:42:13.042Z Downloaded thiserror v2.0.16
8012025-09-23T03:42:13.042Z Downloaded textwrap v0.16.2
8022025-09-23T03:42:13.042Z Downloaded test-strategy v0.4.3
8032025-09-23T03:42:13.042Z Downloaded slog-dtrace v0.3.0
8042025-09-23T03:42:13.042Z Downloaded siphasher v0.3.11
8052025-09-23T03:42:13.042Z Downloaded rustls-pemfile v1.0.4
8062025-09-23T03:42:13.042Z Downloaded rustls-native-certs v0.8.1
8072025-09-23T03:42:13.042Z Downloaded crc8 v0.1.1
8082025-09-23T03:42:13.042Z Downloaded crc32fast v1.4.2
8092025-09-23T03:42:13.042Z Downloaded typify-macro v0.3.0
8102025-09-23T03:42:13.042Z Downloaded typify-macro v0.2.0
8112025-09-23T03:42:13.042Z Downloaded similar v2.7.0
8122025-09-23T03:42:13.042Z Downloaded rstest_macros v0.25.0
8132025-09-23T03:42:13.042Z Downloaded hickory-resolver v0.25.2
8142025-09-23T03:42:13.042Z Downloaded rsa v0.9.6
8152025-09-23T03:42:13.068Z Downloaded rand_xorshift v0.4.0
8162025-09-23T03:42:13.068Z Downloaded primeorder v0.13.6
8172025-09-23T03:42:13.068Z Downloaded plotters-backend v0.3.7
8182025-09-23T03:42:13.069Z Downloaded hickory-client v0.25.2
8192025-09-23T03:42:13.069Z Downloaded half v1.8.3
8202025-09-23T03:42:13.069Z Downloaded predicates-core v1.0.8
8212025-09-23T03:42:13.069Z Downloaded pem-rfc7468 v0.7.0
8222025-09-23T03:42:13.069Z Downloaded hex-literal v0.4.1
8232025-09-23T03:42:13.069Z Downloaded headers v0.4.1
8242025-09-23T03:42:13.069Z Downloaded typify-macro v0.4.3
8252025-09-23T03:42:13.069Z Downloaded thread_local v1.1.8
8262025-09-23T03:42:13.069Z Downloaded thiserror-impl-no-std v2.0.2
8272025-09-23T03:42:13.095Z Downloaded thiserror-impl v1.0.69
8282025-09-23T03:42:13.095Z Downloaded percent-encoding v2.3.2
8292025-09-23T03:42:13.095Z Downloaded parking_lot_core v0.8.6
8302025-09-23T03:42:13.095Z Downloaded hmac v0.12.1
8312025-09-23T03:42:13.095Z Downloaded termtree v0.5.1
8322025-09-23T03:42:13.095Z Downloaded sync-ptr v0.1.4
8332025-09-23T03:42:13.095Z Downloaded russh v0.45.0
8342025-09-23T03:42:13.095Z Downloaded ron v0.7.1
8352025-09-23T03:42:13.120Z Downloaded plotters-svg v0.3.7
8362025-09-23T03:42:13.120Z Downloaded pem v3.0.5
8372025-09-23T03:42:13.120Z Downloaded heck v0.5.0
8382025-09-23T03:42:13.120Z Downloaded unicode-linebreak v0.1.5
8392025-09-23T03:42:13.120Z Downloaded unicase v2.7.0
8402025-09-23T03:42:13.120Z Downloaded typify v0.2.0
8412025-09-23T03:42:13.120Z Downloaded testing_table v0.3.0
8422025-09-23T03:42:13.120Z Downloaded support-bundle-viewer v0.1.2
8432025-09-23T03:42:13.120Z Downloaded rustc_version v0.1.7
8442025-09-23T03:42:13.120Z Downloaded rustc-demangle v0.1.24
8452025-09-23T03:42:13.120Z Downloaded russh-keys v0.45.0
8462025-09-23T03:42:13.120Z Downloaded highway v1.3.0
8472025-09-23T03:42:13.120Z Downloaded heck v0.3.3
8482025-09-23T03:42:13.120Z Downloaded hash32 v0.2.1
8492025-09-23T03:42:13.120Z Downloaded group v0.13.0
8502025-09-23T03:42:13.145Z Downloaded cfg-expr v0.20.1
8512025-09-23T03:42:13.146Z Downloaded simd-adler32 v0.3.7
8522025-09-23T03:42:13.146Z Downloaded signature v2.2.0
8532025-09-23T03:42:13.146Z Downloaded signal-hook-tokio v0.3.1
8542025-09-23T03:42:13.146Z Downloaded signal-hook-mio v0.2.4
8552025-09-23T03:42:13.146Z Downloaded signal-hook v0.3.18
8562025-09-23T03:42:13.146Z Downloaded rustc-hash v1.1.0
8572025-09-23T03:42:13.146Z Downloaded russh-cryptovec v0.7.3
8582025-09-23T03:42:13.146Z Downloaded rtoolbox v0.0.2
8592025-09-23T03:42:13.146Z Downloaded rand_seeder v0.4.0
8602025-09-23T03:42:13.146Z Downloaded progenitor-client v0.11.0
8612025-09-23T03:42:13.146Z Downloaded progenitor-client v0.9.1
8622025-09-23T03:42:13.146Z Downloaded progenitor v0.10.0
8632025-09-23T03:42:13.173Z Downloaded progenitor v0.9.1
8642025-09-23T03:42:13.173Z Downloaded proc-macro2 v1.0.101
8652025-09-23T03:42:13.173Z Downloaded pkg-config v0.3.31
8662025-09-23T03:42:13.173Z Downloaded parking_lot v0.11.2
8672025-09-23T03:42:13.173Z Downloaded papergrid v0.14.0
8682025-09-23T03:42:13.173Z Downloaded num-traits v0.2.19
8692025-09-23T03:42:13.173Z Downloaded num-integer v0.1.46
8702025-09-23T03:42:13.173Z Downloaded num-complex v0.4.6
8712025-09-23T03:42:13.173Z Downloaded newtype-uuid v1.2.4
8722025-09-23T03:42:13.173Z Downloaded mime v0.3.17
8732025-09-23T03:42:13.173Z Downloaded home v0.5.9
8742025-09-23T03:42:13.198Z Downloaded hex v0.4.3
8752025-09-23T03:42:13.198Z Downloaded heck v0.4.1
8762025-09-23T03:42:13.198Z Downloaded headers-core v0.3.0
8772025-09-23T03:42:13.198Z Downloaded guppy-workspace-hack v0.1.0
8782025-09-23T03:42:13.198Z Downloaded futures-lite v2.3.0
8792025-09-23T03:42:13.198Z Downloaded flate2 v1.1.2
8802025-09-23T03:42:13.198Z Downloaded blake2b_simd v1.0.2
8812025-09-23T03:42:13.198Z Downloaded thiserror-impl v2.0.16
8822025-09-23T03:42:13.198Z Downloaded thiserror v1.0.69
8832025-09-23T03:42:13.199Z Downloaded sigpipe v0.1.3
8842025-09-23T03:42:13.199Z Downloaded signal-hook-registry v1.4.2
8852025-09-23T03:42:13.199Z Downloaded progenitor-client v0.8.0
8862025-09-23T03:42:13.199Z Downloaded peg-macros v0.8.5
8872025-09-23T03:42:13.223Z Downloaded num_enum_derive v0.5.11
8882025-09-23T03:42:13.223Z Downloaded num-conv v0.1.0
8892025-09-23T03:42:13.223Z Downloaded newtype_derive v0.1.6
8902025-09-23T03:42:13.223Z Downloaded new_debug_unreachable v1.0.6
8912025-09-23T03:42:13.225Z Downloaded memmap2 v0.9.5
8922025-09-23T03:42:13.225Z Downloaded hash32 v0.3.1
8932025-09-23T03:42:13.225Z Downloaded getrandom v0.2.15
8942025-09-23T03:42:13.225Z Downloaded futures-timer v3.0.3
8952025-09-23T03:42:13.225Z Downloaded foldhash v0.1.5
8962025-09-23T03:42:13.225Z Downloaded flagset v0.4.6
8972025-09-23T03:42:13.225Z Downloaded escape8259 v0.5.3
8982025-09-23T03:42:13.225Z Downloaded async-std v1.13.0
8992025-09-23T03:42:13.249Z Downloaded plain v0.2.3
9002025-09-23T03:42:13.250Z Downloaded parking v2.2.1
9012025-09-23T03:42:13.275Z Downloaded nested v0.1.1
9022025-09-23T03:42:13.275Z Downloaded gethostname v0.5.0
9032025-09-23T03:42:13.275Z Downloaded fxhash v0.2.1
9042025-09-23T03:42:13.275Z Downloaded futures-macro v0.3.31
9052025-09-23T03:42:13.275Z Downloaded futures-io v0.3.31
9062025-09-23T03:42:13.275Z Downloaded futures-executor v0.3.31
9072025-09-23T03:42:13.275Z Downloaded futures v0.3.31
9082025-09-23T03:42:13.275Z Downloaded foreign-types-shared v0.1.1
9092025-09-23T03:42:13.275Z Downloaded fnv v1.0.7
9102025-09-23T03:42:13.275Z Downloaded float-ord v0.3.2
9112025-09-23T03:42:13.275Z Downloaded erased-serde v0.4.6
9122025-09-23T03:42:13.275Z Downloaded equivalent v1.0.2
9132025-09-23T03:42:13.275Z Downloaded cc v1.2.30
9142025-09-23T03:42:13.300Z Downloaded bumpalo v3.16.0
9152025-09-23T03:42:13.300Z Downloaded base64 v0.22.1
9162025-09-23T03:42:13.300Z Downloaded base64 v0.13.1
9172025-09-23T03:42:13.300Z Downloaded swrite v0.1.0
9182025-09-23T03:42:13.300Z Downloaded sled v0.34.7
9192025-09-23T03:42:13.324Z Downloaded rstest v0.25.0
9202025-09-23T03:42:13.324Z Downloaded futures-task v0.3.31
9212025-09-23T03:42:13.324Z Downloaded fs_extra v1.3.0
9222025-09-23T03:42:13.324Z Downloaded camino-tempfile v1.4.1
9232025-09-23T03:42:13.324Z Downloaded bytes v1.10.1
9242025-09-23T03:42:13.324Z Downloaded similar-asserts v1.7.0
9252025-09-23T03:42:13.324Z Downloaded rust-argon2 v2.1.0
9262025-09-23T03:42:13.324Z Downloaded peg v0.8.5
9272025-09-23T03:42:13.351Z Downloaded num_threads v0.1.7
9282025-09-23T03:42:13.351Z Downloaded num-rational v0.4.2
9292025-09-23T03:42:13.351Z Downloaded num-derive v0.4.2
9302025-09-23T03:42:13.351Z Downloaded hickory-server v0.25.2
9312025-09-23T03:42:13.351Z Downloaded futures-core v0.3.31
9322025-09-23T03:42:13.351Z Downloaded funty v2.0.0
9332025-09-23T03:42:13.351Z Downloaded form_urlencoded v1.2.2
9342025-09-23T03:42:13.351Z Downloaded foreign-types-shared v0.3.1
9352025-09-23T03:42:13.351Z Downloaded foreign-types v0.5.0
9362025-09-23T03:42:13.351Z Downloaded foreign-types v0.3.2
9372025-09-23T03:42:13.351Z Downloaded flume v0.11.1
9382025-09-23T03:42:13.376Z Downloaded cargo_metadata v0.18.1
9392025-09-23T03:42:13.376Z Downloaded cargo-util-schemas v0.8.2
9402025-09-23T03:42:13.376Z Downloaded bitflags v1.3.2
9412025-09-23T03:42:13.376Z Downloaded bitfield-macros v0.19.2
9422025-09-23T03:42:13.376Z Downloaded bit-set v0.5.3
9432025-09-23T03:42:13.376Z Downloaded bcs v0.1.6
9442025-09-23T03:42:13.376Z Downloaded base64ct v1.6.0
9452025-09-23T03:42:13.376Z Downloaded base16ct v0.2.0
9462025-09-23T03:42:13.376Z Downloaded async-signal v0.2.10
9472025-09-23T03:42:13.376Z Downloaded async-process v2.3.0
9482025-09-23T03:42:13.376Z Downloaded ascii-canvas v3.0.0
9492025-09-23T03:42:13.376Z Downloaded array-init v0.0.4
9502025-09-23T03:42:13.377Z Downloaded arc-swap v1.7.1
9512025-09-23T03:42:13.402Z Downloaded approx v0.5.1
9522025-09-23T03:42:13.402Z Downloaded rustc_version v0.4.1
9532025-09-23T03:42:13.402Z Downloaded rfc6979 v0.4.0
9542025-09-23T03:42:13.402Z Downloaded globwalk v0.9.1
9552025-09-23T03:42:13.402Z Downloaded globset v0.4.15
9562025-09-23T03:42:13.402Z Downloaded gimli v0.31.1
9572025-09-23T03:42:13.403Z Downloaded fs-err v2.11.0
9582025-09-23T03:42:13.403Z Downloaded foldhash v0.2.0
9592025-09-23T03:42:13.403Z Downloaded fallible-iterator v0.2.0
9602025-09-23T03:42:13.403Z Downloaded dyn-clone v1.0.20
9612025-09-23T03:42:13.403Z Downloaded cast v0.3.0
9622025-09-23T03:42:13.427Z Downloaded bzip2 v0.4.4
9632025-09-23T03:42:13.427Z Downloaded bytecount v0.6.8
9642025-09-23T03:42:13.428Z Downloaded blake2 v0.10.6
9652025-09-23T03:42:13.428Z Downloaded bit-vec v0.6.3
9662025-09-23T03:42:13.428Z Downloaded async-task v4.7.1
9672025-09-23T03:42:13.428Z Downloaded assert-json-diff v2.0.2
9682025-09-23T03:42:13.428Z Downloaded anstyle-query v1.1.1
9692025-09-23T03:42:13.428Z Downloaded anstyle-parse v0.2.5
9702025-09-23T03:42:13.428Z Downloaded git2 v0.19.0
9712025-09-23T03:42:13.452Z Downloaded fixedbitset v0.4.2
9722025-09-23T03:42:13.452Z Downloaded cargo-platform v0.1.8
9732025-09-23T03:42:13.452Z Downloaded camino-tempfile-ext v0.3.2
9742025-09-23T03:42:13.452Z Downloaded bit-vec v0.8.0
9752025-09-23T03:42:13.452Z Downloaded bindgen v0.71.1
9762025-09-23T03:42:13.452Z Downloaded atomic-waker v1.1.2
9772025-09-23T03:42:13.452Z Downloaded assert_matches v1.5.0
9782025-09-23T03:42:13.452Z Downloaded fd-lock v4.0.2
9792025-09-23T03:42:13.477Z Downloaded fatfs v0.3.6
9802025-09-23T03:42:13.477Z Downloaded fancy-regex v0.14.0
9812025-09-23T03:42:13.477Z Downloaded event-listener-strategy v0.5.2
9822025-09-23T03:42:13.477Z Downloaded event-listener v5.3.1
9832025-09-23T03:42:13.477Z Downloaded enum-as-inner v0.6.1
9842025-09-23T03:42:13.477Z Downloaded embedded-io v0.4.0
9852025-09-23T03:42:13.477Z Downloaded elliptic-curve v0.13.8
9862025-09-23T03:42:13.477Z Downloaded castaway v0.2.3
9872025-09-23T03:42:13.477Z Downloaded autocfg v1.4.0
9882025-09-23T03:42:13.502Z Downloaded atomicwrites v0.4.4
9892025-09-23T03:42:13.502Z Downloaded async-object-pool v0.1.5
9902025-09-23T03:42:13.503Z Downloaded async-lock v3.4.0
9912025-09-23T03:42:13.503Z Downloaded async-executor v1.13.1
9922025-09-23T03:42:13.503Z Downloaded async-channel v2.3.1
9932025-09-23T03:42:13.503Z Downloaded async-bb8-diesel v0.2.1
9942025-09-23T03:42:13.503Z Downloaded arrayref v0.3.9
9952025-09-23T03:42:13.503Z Downloaded aho-corasick v1.1.3
9962025-09-23T03:42:13.503Z Downloaded progenitor-client v0.10.0
9972025-09-23T03:42:13.503Z Downloaded progenitor v0.11.0
9982025-09-23T03:42:13.503Z Downloaded progenitor v0.8.0
9992025-09-23T03:42:13.529Z Downloaded predicates v3.1.3
10002025-09-23T03:42:13.529Z Downloaded peg-runtime v0.8.5
10012025-09-23T03:42:13.529Z Downloaded papergrid v0.17.0
10022025-09-23T03:42:13.529Z Downloaded num_enum v0.5.11
10032025-09-23T03:42:13.529Z Downloaded num-bigint-dig v0.8.4
10042025-09-23T03:42:13.529Z Downloaded getrandom v0.3.1
10052025-09-23T03:42:13.554Z Downloaded ff v0.13.0
10062025-09-23T03:42:13.554Z Downloaded event-listener v2.5.3
10072025-09-23T03:42:13.554Z Downloaded env_filter v0.1.2
10082025-09-23T03:42:13.554Z Downloaded ena v0.14.3
10092025-09-23T03:42:13.554Z Downloaded cexpr v0.6.0
10102025-09-23T03:42:13.554Z Downloaded cargo_metadata v0.21.0
10112025-09-23T03:42:13.554Z Downloaded cargo-platform v0.2.0
10122025-09-23T03:42:13.554Z Downloaded blowfish v0.9.1
10132025-09-23T03:42:13.554Z Downloaded block-padding v0.3.3
10142025-09-23T03:42:13.554Z Downloaded block-buffer v0.10.4
10152025-09-23T03:42:13.554Z Downloaded bitflags v2.9.1
10162025-09-23T03:42:13.554Z Downloaded bcrypt-pbkdf v0.10.0
10172025-09-23T03:42:13.554Z Downloaded bb8 v0.8.5
10182025-09-23T03:42:13.579Z Downloaded async-stream-impl v0.3.6
10192025-09-23T03:42:13.579Z Downloaded async-io v2.3.4
10202025-09-23T03:42:13.579Z Downloaded hashbrown v0.12.3
10212025-09-23T03:42:13.580Z Downloaded h2 v0.4.6
10222025-09-23T03:42:13.581Z Downloaded aes-gcm v0.10.3
10232025-09-23T03:42:13.581Z Downloaded num-iter v0.1.45
10242025-09-23T03:42:13.581Z Downloaded num-derive v0.3.3
10252025-09-23T03:42:13.606Z Downloaded newline-converter v0.3.0
10262025-09-23T03:42:13.606Z Downloaded mime_guess v2.0.5
10272025-09-23T03:42:13.606Z Downloaded memoffset v0.9.1
10282025-09-23T03:42:13.606Z Downloaded heapless v0.7.17
10292025-09-23T03:42:13.606Z Downloaded expectorate v1.2.0
10302025-09-23T03:42:13.606Z Downloaded blake3 v1.5.4
10312025-09-23T03:42:13.606Z Downloaded bitvec v1.0.1
10322025-09-23T03:42:13.697Z Downloaded bindgen v0.69.5
10332025-09-23T03:42:13.721Z Downloaded aws-lc-rs v1.12.4
10342025-09-23T03:42:13.746Z Downloaded aes v0.8.4
10352025-09-23T03:42:13.746Z Downloaded foreign-types-macros v0.2.3
10362025-09-23T03:42:13.746Z Downloaded float-cmp v0.10.0
10372025-09-23T03:42:13.746Z Downloaded base64 v0.21.7
10382025-09-23T03:42:13.746Z Downloaded anes v0.1.6
10392025-09-23T03:42:13.771Z Downloaded fastrand v2.1.1
10402025-09-23T03:42:13.771Z Downloaded errno v0.3.12
10412025-09-23T03:42:13.771Z Downloaded embedded-io v0.6.1
10422025-09-23T03:42:13.771Z Downloaded either v1.15.0
10432025-09-23T03:42:13.771Z Downloaded cassowary v0.3.0
10442025-09-23T03:42:13.771Z Downloaded backtrace v0.3.74
10452025-09-23T03:42:13.796Z Downloaded anstream v0.6.18
10462025-09-23T03:42:13.796Z Downloaded camino v1.2.0
10472025-09-23T03:42:13.796Z Downloaded bzip2 v0.5.2
10482025-09-23T03:42:13.796Z Downloaded ahash v0.8.12
10492025-09-23T03:42:13.797Z Downloaded adler2 v2.0.0
10502025-09-23T03:42:13.797Z Downloaded addr2line v0.24.2
10512025-09-23T03:42:13.821Z Downloaded byteorder v1.5.0
10522025-09-23T03:42:13.821Z Downloaded buf-list v1.0.3
10532025-09-23T03:42:13.821Z Downloaded bitfield-struct v0.6.2
10542025-09-23T03:42:13.821Z Downloaded bit-set v0.8.0
10552025-09-23T03:42:13.821Z Downloaded atty v0.2.14
10562025-09-23T03:42:13.821Z Downloaded async-trait v0.1.89
10572025-09-23T03:42:13.821Z Downloaded async-stream v0.3.6
10582025-09-23T03:42:13.846Z Downloaded assert_cmd v2.0.17
10592025-09-23T03:42:13.846Z Downloaded arrayvec v0.7.6
10602025-09-23T03:42:13.846Z Downloaded argon2 v0.5.3
10612025-09-23T03:42:13.846Z Downloaded anstyle v1.0.11
10622025-09-23T03:42:13.846Z Downloaded async-global-executor v2.4.1
10632025-09-23T03:42:13.846Z Downloaded async-attributes v1.1.2
10642025-09-23T03:42:13.846Z Downloaded allocator-api2 v0.2.21
10652025-09-23T03:42:13.846Z Downloaded aead v0.5.2
10662025-09-23T03:42:13.846Z Downloaded blocking v1.6.1
10672025-09-23T03:42:13.846Z Downloaded async-recursion v1.1.1
10682025-09-23T03:42:13.871Z Downloaded anyhow v1.0.99
10692025-09-23T03:42:14.558Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10702025-09-23T03:42:32.553Z Startup: Refreshing catalog 'helios-dev' ... Done
10712025-09-23T03:42:46.049Z Startup: Caching catalogs ... Done
10722025-09-23T03:42:57.622ZPlanning: Solver setup ... Done (9.700s)
10732025-09-23T03:42:57.694ZPlanning: Running solver ... Done (0.082s)
10742025-09-23T03:42:57.762ZPlanning: Finding local manifests ... Done (0.002s)
10752025-09-23T03:42:57.840ZPlanning: Fetching manifests: 0/4 0% complete
10762025-09-23T03:42:58.273ZPlanning: Fetching manifests: 4/4 100% complete
10772025-09-23T03:42:58.338ZPlanning: Package planning ... Done (0.075s)
10782025-09-23T03:42:58.445ZPlanning: Merging actions ... Done (0.073s)
10792025-09-23T03:42:58.836ZPlanning: Checking for conflicting actions ... Done (0.413s)
10802025-09-23T03:42:58.892ZPlanning: Consolidating action changes ... Done (0.016s)
10812025-09-23T03:42:59.721ZPlanning: Evaluating mediators ... Done (0.855s)
10822025-09-23T03:42:59.754ZPlanning: Planning completed in 13.55 seconds
10832025-09-23T03:42:59.754Z Packages to install: 4
10842025-09-23T03:42:59.754Z Mediators to change: 2
10852025-09-23T03:42:59.754Z Services to change: 1
10862025-09-23T03:42:59.754Z Estimated space available: 154.56 GB
10872025-09-23T03:42:59.754ZEstimated space to be consumed: 1.72 GB
10882025-09-23T03:42:59.754Z Create boot environment: No
10892025-09-23T03:42:59.755ZCreate backup boot environment: No
10902025-09-23T03:42:59.755Z Rebuild boot archive: No
10912025-09-23T03:42:59.755Z
10922025-09-23T03:42:59.755ZChanged mediators:
10932025-09-23T03:42:59.757Z mediator clang:
10942025-09-23T03:42:59.757Z version: None -> 15 (system default)
10952025-09-23T03:42:59.757Z
10962025-09-23T03:42:59.757Z mediator llvm:
10972025-09-23T03:42:59.757Z version: 14 (system default) -> 15 (system default)
10982025-09-23T03:42:59.757Z
10992025-09-23T03:42:59.757ZChanged packages:
11002025-09-23T03:42:59.757Zhelios-dev
11012025-09-23T03:42:59.757Z developer/build-essential
11022025-09-23T03:42:59.757Z None -> 11-2.0
11032025-09-23T03:42:59.757Z library/libxmlsec1
11042025-09-23T03:42:59.758Z None -> 1.2.35-2.0
11052025-09-23T03:42:59.758Z ooce/developer/clang-15
11062025-09-23T03:42:59.758Z None -> 15.0.7-2.0
11072025-09-23T03:42:59.758Z ooce/developer/llvm-15
11082025-09-23T03:42:59.758Z None -> 15.0.7-2.0
11092025-09-23T03:42:59.758Z
11102025-09-23T03:42:59.758ZServices:
11112025-09-23T03:42:59.759Z restart_fmri:
11122025-09-23T03:42:59.759Z svc:/system/update-man-index:default
11132025-09-23T03:42:59.809Z
11142025-09-23T03:42:59.809ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11152025-09-23T03:43:04.806ZDownload: 1269/3290 items 98.5/212.6MB 46% complete (19.6M/s)
11162025-09-23T03:43:09.807ZDownload: 3239/3290 items 167.3/212.6MB 78% complete (16.7M/s)
11172025-09-23T03:43:12.503ZDownload: Completed 212.60 MB in 12.70 seconds (16.7M/s)
11182025-09-23T03:43:12.765Z Actions: 1/3689 actions (Installing new actions)
11192025-09-23T03:43:17.957Z Actions: 2841/3689 actions (Installing new actions)
11202025-09-23T03:43:18.711Z Actions: Completed 3689 actions in 5.95 seconds.
11212025-09-23T03:43:19.765Z Done (1.048s)
11222025-09-23T03:43:19.765Z Done (0.000s)
11232025-09-23T03:43:21.025Z Done (1.259s)
11242025-09-23T03:43:27.039Z Done (5.755s)
11252025-09-23T03:43:27.158Z Done (0.022s)
11262025-09-23T03:43:27.182Z Done (0.000s)
11272025-09-23T03:43:27.310Z Done (0.000s)
11282025-09-23T03:43:28.303ZPlanning: Evaluating mediator changes ... Done
11292025-09-23T03:43:28.538ZPlanning: Checking for conflicting actions ... Done
11302025-09-23T03:43:28.565ZPlanning: Consolidating action changes ... Done
11312025-09-23T03:43:28.911ZPlanning: Evaluating mediators ... Done
11322025-09-23T03:43:28.971ZPlanning: Planning completed in 0.60 seconds
11332025-09-23T03:43:28.971Z Mediators to change: 2
11342025-09-23T03:43:28.971Z Create boot environment: No
11352025-09-23T03:43:28.971ZCreate backup boot environment: No
11362025-09-23T03:43:29.025Z Done
11372025-09-23T03:43:29.026Z Done
11382025-09-23T03:43:29.989Z Done
11392025-09-23T03:43:35.018Z Done
11402025-09-23T03:43:35.129Z Done
11412025-09-23T03:43:35.154Z Done
11422025-09-23T03:43:35.195Z Done
11432025-09-23T03:43:36.014ZPlanning: Evaluating mediator changes ... Done
11442025-09-23T03:43:36.039ZPlanning: Merging actions ... Done
11452025-09-23T03:43:36.273ZPlanning: Checking for conflicting actions ... Done
11462025-09-23T03:43:36.782ZPlanning: Consolidating action changes ... Done
11472025-09-23T03:43:36.782ZPlanning: Evaluating mediators ... Done
11482025-09-23T03:43:36.782ZPlanning: Planning completed in 1.00 seconds
11492025-09-23T03:43:36.782Z Packages to change: 1
11502025-09-23T03:43:36.782Z Mediators to change: 1
11512025-09-23T03:43:36.782Z Services to change: 1
11522025-09-23T03:43:36.782Z Create boot environment: No
11532025-09-23T03:43:36.784ZCreate backup boot environment: Yes
11542025-09-23T03:43:38.719Z Actions: 1/6 actions (Updating modified actions)
11552025-09-23T03:43:38.743Z Actions: Completed 6 actions in 0.00 seconds.
11562025-09-23T03:43:38.743Z Done
11572025-09-23T03:43:38.743Z Done
11582025-09-23T03:43:38.940Z Done
11592025-09-23T03:43:44.063Z Done
11602025-09-23T03:43:44.188Z Done
11612025-09-23T03:43:44.213Z Done
11622025-09-23T03:43:44.245Z Done
11632025-09-23T03:43:44.876ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11642025-09-23T03:43:44.876Zclang system 15 system
11652025-09-23T03:43:44.876Zcsh system system illumos
11662025-09-23T03:43:44.876Zctags system system illumos
11672025-09-23T03:43:44.877Zfile system system illumos
11682025-09-23T03:43:44.877Zgcc vendor 12 vendor
11692025-09-23T03:43:44.877Zgcc system 10 system
11702025-09-23T03:43:44.877Zgcc system 7 system
11712025-09-23T03:43:44.877Zgo system 1.20 system
11722025-09-23T03:43:44.877Zgo system 1.19 system
11732025-09-23T03:43:44.877Zllvm system 15 system
11742025-09-23T03:43:44.877Zllvm system 14 system
11752025-09-23T03:43:44.877Zmariadb system 10.6 system
11762025-09-23T03:43:44.877Zmta vendor vendor dma
11772025-09-23T03:43:44.877Zopenjdk system 17 system
11782025-09-23T03:43:44.877Zopenjdk system 11 system
11792025-09-23T03:43:44.877Zopenjdk system 1.8 system
11802025-09-23T03:43:44.877Zopenssl vendor 3 vendor
11812025-09-23T03:43:44.877Zperl system 5.36 system
11822025-09-23T03:43:44.877Zpostgresql system 15 system
11832025-09-23T03:43:44.877Zpostgresql system 13 system
11842025-09-23T03:43:44.878Zpython vendor 3 vendor
11852025-09-23T03:43:44.878Zpython system 2 system
11862025-09-23T03:43:44.878Zpython3 system 3.11 system
11872025-09-23T03:43:44.878Zruby system 3.0 system
11882025-09-23T03:43:44.879Zwords vendor vendor american-english
11892025-09-23T03:43:44.879Zwords system system australian-english
11902025-09-23T03:43:44.879Zwords system system british-english
11912025-09-23T03:43:44.879Zwords system system canadian-english
11922025-09-23T03:43:44.879Zwords system system french
11932025-09-23T03:43:44.879Zwords system system italian
11942025-09-23T03:43:44.879Zwords system system ngerman
11952025-09-23T03:43:44.879Zwords system system ogerman
11962025-09-23T03:43:44.879Zwords system system spanish
11972025-09-23T03:43:45.323ZPUBLISHER TYPE STATUS P LOCATION
11982025-09-23T03:43:45.323Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11992025-09-23T03:43:51.603ZFMRI IFO
12002025-09-23T03:43:51.603Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12012025-09-23T03:43:51.603Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12022025-09-23T03:43:51.603Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12032025-09-23T03:43:51.603Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12042025-09-23T03:43:51.603Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12052025-09-23T03:43:51.603Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12062025-09-23T03:43:51.604Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12072025-09-23T03:43:51.604Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12082025-09-23T03:43:51.604Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12092025-09-23T03:43:51.604Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12102025-09-23T03:43:51.604Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12112025-09-23T03:43:51.604Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12122025-09-23T03:43:51.604Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12132025-09-23T03:43:51.604Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12142025-09-23T03:43:51.604Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12152025-09-23T03:43:51.604Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12162025-09-23T03:43:53.547Z Downloading crates ...
12172025-09-23T03:43:53.675Z Downloaded cargo_toml v0.21.0
12182025-09-23T03:43:53.771Z Compiling proc-macro2 v1.0.101
12192025-09-23T03:43:53.771Z Compiling unicode-ident v1.0.18
12202025-09-23T03:43:53.795Z Compiling serde_core v1.0.223
12212025-09-23T03:43:53.795Z Compiling serde v1.0.223
12222025-09-23T03:43:53.795Z Compiling version_check v0.9.5
12232025-09-23T03:43:53.795Z Compiling libc v0.2.174
12242025-09-23T03:43:53.795Z Compiling memchr v2.7.4
12252025-09-23T03:43:53.796Z Compiling stable_deref_trait v1.2.0
12262025-09-23T03:43:53.982Z Compiling thiserror v1.0.69
12272025-09-23T03:43:54.100Z Compiling litemap v0.7.3
12282025-09-23T03:43:54.498Z Compiling itoa v1.0.11
12292025-09-23T03:43:54.522Z Compiling writeable v0.5.5
12302025-09-23T03:43:54.746Z Compiling autocfg v1.4.0
12312025-09-23T03:43:54.860Z Compiling ryu v1.0.18
12322025-09-23T03:43:55.060Z Compiling ucd-trie v0.1.7
12332025-09-23T03:43:55.157Z Compiling once_cell v1.21.3
12342025-09-23T03:43:55.278Z Compiling bitflags v2.9.1
12352025-09-23T03:43:55.619Z Compiling byteorder v1.5.0
12362025-09-23T03:43:55.643Z Compiling icu_locid_transform_data v1.5.0
12372025-09-23T03:43:55.729Z Compiling serde_json v1.0.145
12382025-09-23T03:43:55.753Z Compiling icu_properties_data v1.5.0
12392025-09-23T03:43:55.940Z Compiling quote v1.0.40
12402025-09-23T03:43:55.999Z Compiling errno v0.3.12
12412025-09-23T03:43:56.119Z Compiling num-traits v0.2.19
12422025-09-23T03:43:56.220Z Compiling smallvec v1.15.1
12432025-09-23T03:43:56.253Z Compiling rustix v0.38.37
12442025-09-23T03:43:56.454Z Compiling syn v2.0.106
12452025-09-23T03:43:56.602Z Compiling utf16_iter v1.0.5
12462025-09-23T03:43:56.646Z Compiling utf8_iter v1.0.4
12472025-09-23T03:43:56.811Z Compiling typeid v1.0.3
12482025-09-23T03:43:56.835Z Compiling icu_normalizer_data v1.5.0
12492025-09-23T03:43:56.894Z Compiling hashbrown v0.15.4
12502025-09-23T03:43:56.931Z Compiling write16 v1.0.0
12512025-09-23T03:43:56.955Z Compiling equivalent v1.0.2
12522025-09-23T03:43:57.157Z Compiling usdt-impl v0.5.0
12532025-09-23T03:43:57.386Z Compiling proc-macro-error-attr v1.0.4
12542025-09-23T03:43:57.443Z Compiling toml_write v0.1.2
12552025-09-23T03:43:57.527Z Compiling winnow v0.7.10
12562025-09-23T03:43:57.692Z Compiling syn v1.0.109
12572025-09-23T03:43:57.840Z Compiling thread-id v4.2.2
12582025-09-23T03:43:57.981Z Compiling indexmap v2.11.0
12592025-09-23T03:43:58.370Z Compiling proc-macro-error v1.0.4
12602025-09-23T03:43:58.705Z Compiling rustix v1.0.7
12612025-09-23T03:43:59.433Z Compiling thiserror v2.0.16
12622025-09-23T03:43:59.462Z Compiling getrandom v0.3.1
12632025-09-23T03:43:59.941Z Compiling semver v1.0.26
12642025-09-23T03:43:59.971Z Compiling camino v1.2.0
12652025-09-23T03:44:00.156Z Compiling percent-encoding v2.3.2
12662025-09-23T03:44:00.216Z Compiling log v0.4.27
12672025-09-23T03:44:00.503Z Compiling utf8parse v0.2.2
12682025-09-23T03:44:00.553Z Compiling plain v0.2.3
12692025-09-23T03:44:00.677Z Compiling anstyle-parse v0.2.5
12702025-09-23T03:44:00.719Z Compiling form_urlencoded v1.2.2
12712025-09-23T03:44:00.783Z Compiling ordered-float v2.10.1
12722025-09-23T03:44:01.070Z Compiling terminal_size v0.4.0
12732025-09-23T03:44:01.409Z Compiling anstyle-query v1.1.1
12742025-09-23T03:44:01.490Z Compiling pretty-hex v0.4.1
12752025-09-23T03:44:01.598Z Compiling colorchoice v1.0.2
12762025-09-23T03:44:01.754Z Compiling is_terminal_polyfill v1.70.1
12772025-09-23T03:44:01.800Z Compiling cfg-if v1.0.1
12782025-09-23T03:44:01.825Z Compiling anstyle v1.0.11
12792025-09-23T03:44:02.277Z Compiling anstream v0.6.18
12802025-09-23T03:44:02.438Z Compiling fs-err v3.1.1
12812025-09-23T03:44:02.585Z Compiling anyhow v1.0.99
12822025-09-23T03:44:02.752Z Compiling strsim v0.11.1
12832025-09-23T03:44:03.019Z Compiling fnv v1.0.7
12842025-09-23T03:44:03.044Z Compiling unicode-xid v0.2.6
12852025-09-23T03:44:03.198Z Compiling fastrand v2.1.1
12862025-09-23T03:44:03.222Z Compiling heck v0.4.1
12872025-09-23T03:44:03.271Z Compiling unicode-width v0.1.14
12882025-09-23T03:44:03.534Z Compiling synstructure v0.13.1
12892025-09-23T03:44:03.785Z Compiling heck v0.5.0
12902025-09-23T03:44:03.861Z Compiling clap_lex v0.7.4
12912025-09-23T03:44:04.086Z Compiling bytecount v0.6.8
12922025-09-23T03:44:04.189Z Compiling clap_builder v4.5.41
12932025-09-23T03:44:04.449Z Compiling papergrid v0.11.0
12942025-09-23T03:44:04.474Z Compiling tempfile v3.20.0
12952025-09-23T03:44:05.326Z Compiling memmap v0.7.0
12962025-09-23T03:44:05.383Z Compiling unicode-linebreak v0.1.5
12972025-09-23T03:44:05.533Z Compiling unicode-width v0.2.0
12982025-09-23T03:44:05.674Z Compiling smawk v0.3.2
12992025-09-23T03:44:06.106Z Compiling textwrap v0.16.2
13002025-09-23T03:44:06.637Z Compiling camino-tempfile v1.4.1
13012025-09-23T03:44:06.785Z Compiling swrite v0.1.0
13022025-09-23T03:44:06.945Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13032025-09-23T03:44:07.018Z Compiling tabled_derive v0.7.0
13042025-09-23T03:44:07.926Z Compiling serde_derive v1.0.223
13052025-09-23T03:44:07.926Z Compiling zerofrom-derive v0.1.4
13062025-09-23T03:44:07.971Z Compiling yoke-derive v0.7.4
13072025-09-23T03:44:08.041Z Compiling zerovec-derive v0.10.3
13082025-09-23T03:44:08.195Z Compiling thiserror-impl v1.0.69
13092025-09-23T03:44:08.615Z Compiling displaydoc v0.2.5
13102025-09-23T03:44:10.302Z Compiling icu_provider_macros v1.5.0
13112025-09-23T03:44:10.729Z Compiling zerocopy-derive v0.7.35
13122025-09-23T03:44:10.930Z Compiling scroll_derive v0.12.0
13132025-09-23T03:44:11.454Z Compiling thiserror-impl v2.0.16
13142025-09-23T03:44:11.634Z Compiling zerofrom v0.1.4
13152025-09-23T03:44:11.680Z Compiling pest v2.7.14
13162025-09-23T03:44:11.923Z Compiling yoke v0.7.4
13172025-09-23T03:44:12.340Z Compiling zerovec v0.10.4
13182025-09-23T03:44:12.364Z Compiling scroll v0.12.0
13192025-09-23T03:44:12.735Z Compiling zerocopy v0.7.35
13202025-09-23T03:44:12.809Z Compiling clap_derive v4.5.41
13212025-09-23T03:44:12.933Z Compiling goblin v0.8.2
13222025-09-23T03:44:13.323Z Compiling tabled v0.15.0
13232025-09-23T03:44:14.591Z Compiling tinystr v0.7.6
13242025-09-23T03:44:14.649Z Compiling pest_meta v2.7.14
13252025-09-23T03:44:14.740Z Compiling icu_collections v1.5.0
13262025-09-23T03:44:15.063Z Compiling icu_locid v1.5.0
13272025-09-23T03:44:16.205Z Compiling pest_generator v2.7.14
13282025-09-23T03:44:16.531Z Compiling icu_provider v1.5.0
13292025-09-23T03:44:16.617Z Compiling toml_datetime v0.6.11
13302025-09-23T03:44:16.878Z Compiling serde_spanned v0.6.9
13312025-09-23T03:44:17.176Z Compiling toml_edit v0.22.27
13322025-09-23T03:44:17.201Z Compiling dof v0.3.0
13332025-09-23T03:44:17.225Z Compiling serde_tokenstream v0.2.2
13342025-09-23T03:44:17.541Z Compiling icu_locid_transform v1.5.0
13352025-09-23T03:44:17.827Z Compiling erased-serde v0.4.6
13362025-09-23T03:44:18.168Z Compiling serde-value v0.7.0
13372025-09-23T03:44:18.716Z Compiling cargo-platform v0.2.0
13382025-09-23T03:44:19.004Z Compiling icu_properties v1.5.1
13392025-09-23T03:44:19.028Z Compiling serde-untagged v0.1.7
13402025-09-23T03:44:19.122Z Compiling pest_derive v2.7.14
13412025-09-23T03:44:19.395Z Compiling clap v4.5.41
13422025-09-23T03:44:19.727Z Compiling macaddr v1.0.1
13432025-09-23T03:44:20.013Z Compiling dtrace-parser v0.2.0
13442025-09-23T03:44:21.219Z Compiling toml v0.8.23
13452025-09-23T03:44:22.064Z Compiling usdt-macro v0.5.0
13462025-09-23T03:44:22.101Z Compiling usdt-attr-macro v0.5.0
13472025-09-23T03:44:22.226Z Compiling cargo_toml v0.21.0
13482025-09-23T03:44:23.079Z Compiling icu_normalizer v1.5.0
13492025-09-23T03:44:23.301Z Compiling usdt v0.5.0
13502025-09-23T03:44:24.048Z Compiling idna_adapter v1.2.0
13512025-09-23T03:44:24.293Z Compiling idna v1.0.3
13522025-09-23T03:44:25.043Z Compiling url v2.5.4
13532025-09-23T03:44:26.110Z Compiling cargo-util-schemas v0.8.2
13542025-09-23T03:44:28.401Z Compiling cargo_metadata v0.21.0
13552025-09-23T03:44:30.724Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13562025-09-23T03:44:35.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.08s
13572025-09-23T03:44:35.643Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13582025-09-23T03:44:37.242Z Compiling value-bag v1.9.0
13592025-09-23T03:44:37.242Z Compiling shlex v1.3.0
13602025-09-23T03:44:37.243Z Compiling lock_api v0.4.12
13612025-09-23T03:44:37.268Z Compiling scopeguard v1.2.0
13622025-09-23T03:44:37.268Z Compiling typenum v1.17.0
13632025-09-23T03:44:37.268Z Compiling syn v2.0.106
13642025-09-23T03:44:37.268Z Compiling getrandom v0.2.15
13652025-09-23T03:44:37.268Z Compiling jobserver v0.1.32
13662025-09-23T03:44:37.486Z Compiling generic-array v0.14.7
13672025-09-23T03:44:37.639Z Compiling smallvec v1.15.1
13682025-09-23T03:44:37.677Z Compiling log v0.4.27
13692025-09-23T03:44:37.793Z Compiling cc v1.2.30
13702025-09-23T03:44:37.818Z Compiling rand_core v0.6.4
13712025-09-23T03:44:38.120Z Compiling portable-atomic v1.11.0
13722025-09-23T03:44:38.145Z Compiling subtle v2.6.1
13732025-09-23T03:44:38.443Z Compiling critical-section v1.1.3
13742025-09-23T03:44:38.469Z Compiling const-oid v0.9.6
13752025-09-23T03:44:38.469Z Compiling pkg-config v0.3.31
13762025-09-23T03:44:38.568Z Compiling pin-project-lite v0.2.14
13772025-09-23T03:44:38.656Z Compiling parking_lot_core v0.9.10
13782025-09-23T03:44:38.751Z Compiling rustix v0.38.37
13792025-09-23T03:44:39.591Z Compiling signal-hook-registry v1.4.2
13802025-09-23T03:44:39.661Z Compiling parking_lot v0.12.3
13812025-09-23T03:44:39.752Z Compiling mio v1.0.2
13822025-09-23T03:44:39.802Z Compiling futures-core v0.3.31
13832025-09-23T03:44:40.076Z Compiling spin v0.9.8
13842025-09-23T03:44:40.285Z Compiling once_cell v1.21.3
13852025-09-23T03:44:40.309Z Compiling libm v0.2.8
13862025-09-23T03:44:40.449Z Compiling socket2 v0.6.0
13872025-09-23T03:44:40.473Z Compiling aho-corasick v1.1.3
13882025-09-23T03:44:40.497Z Compiling slab v0.4.9
13892025-09-23T03:44:40.678Z Compiling num-traits v0.2.19
13902025-09-23T03:44:40.706Z Compiling foldhash v0.1.5
13912025-09-23T03:44:40.768Z Compiling serde_json v1.0.145
13922025-09-23T03:44:40.837Z Compiling cpufeatures v0.2.14
13932025-09-23T03:44:40.974Z Compiling getrandom v0.3.1
13942025-09-23T03:44:40.998Z Compiling regex-syntax v0.8.5
13952025-09-23T03:44:41.058Z Compiling allocator-api2 v0.2.21
13962025-09-23T03:44:41.546Z Compiling futures-sink v0.3.31
13972025-09-23T03:44:41.571Z Compiling glob v0.3.2
13982025-09-23T03:44:41.663Z Compiling percent-encoding v2.3.2
13992025-09-23T03:44:41.754Z Compiling hashbrown v0.15.4
14002025-09-23T03:44:41.789Z Compiling futures-channel v0.3.31
14012025-09-23T03:44:42.411Z Compiling clang-sys v1.8.1
14022025-09-23T03:44:42.714Z Compiling futures-io v0.3.31
14032025-09-23T03:44:43.065Z Compiling either v1.15.0
14042025-09-23T03:44:43.090Z Compiling pin-utils v0.1.0
14052025-09-23T03:44:43.209Z Compiling prettyplease v0.2.36
14062025-09-23T03:44:43.241Z Compiling futures-task v0.3.31
14072025-09-23T03:44:43.589Z Compiling lazy_static v1.5.0
14082025-09-23T03:44:43.613Z Compiling minimal-lexical v0.2.1
14092025-09-23T03:44:43.678Z Compiling libloading v0.8.5
14102025-09-23T03:44:43.800Z Compiling home v0.5.9
14112025-09-23T03:44:44.093Z Compiling bindgen v0.69.5
14122025-09-23T03:44:44.156Z Compiling nom v7.1.3
14132025-09-23T03:44:44.228Z Compiling base64ct v1.6.0
14142025-09-23T03:44:44.800Z Compiling itertools v0.12.1
14152025-09-23T03:44:45.078Z Compiling synstructure v0.13.1
14162025-09-23T03:44:45.262Z Compiling regex-automata v0.4.8
14172025-09-23T03:44:45.669Z Compiling pem-rfc7468 v0.7.0
14182025-09-23T03:44:46.590Z Compiling flagset v0.4.6
14192025-09-23T03:44:46.852Z Compiling rustc-hash v1.1.0
14202025-09-23T03:44:47.043Z Compiling lazycell v1.3.0
14212025-09-23T03:44:47.260Z Compiling cmake v0.1.51
14222025-09-23T03:44:47.285Z Compiling fs_extra v1.3.0
14232025-09-23T03:44:47.856Z Compiling cexpr v0.6.0
14242025-09-23T03:44:47.932Z Compiling dunce v1.0.5
14252025-09-23T03:44:48.066Z Compiling form_urlencoded v1.2.2
14262025-09-23T03:44:48.115Z Compiling vcpkg v0.2.15
14272025-09-23T03:44:48.265Z Compiling paste v1.0.15
14282025-09-23T03:44:48.467Z Compiling iana-time-zone v0.1.63
14292025-09-23T03:44:48.995Z Compiling ring v0.17.14
14302025-09-23T03:44:49.586Z Compiling tracing-core v0.1.32
14312025-09-23T03:44:49.776Z Compiling aws-lc-rs v1.12.4
14322025-09-23T03:44:50.209Z Compiling openssl-sys v0.9.109
14332025-09-23T03:44:50.302Z Compiling base64 v0.22.1
14342025-09-23T03:44:50.330Z Compiling httparse v1.9.5
14352025-09-23T03:44:50.387Z Compiling serde_derive v1.0.223
14362025-09-23T03:44:51.085Z Compiling zeroize_derive v1.4.2
14372025-09-23T03:44:51.115Z Compiling zerofrom-derive v0.1.4
14382025-09-23T03:44:51.144Z Compiling yoke-derive v0.7.4
14392025-09-23T03:44:51.412Z Compiling zerovec-derive v0.10.3
14402025-09-23T03:44:52.597Z Compiling zeroize v1.8.1
14412025-09-23T03:44:53.942Z Compiling displaydoc v0.2.5
14422025-09-23T03:44:54.071Z Compiling tokio-macros v2.5.0
14432025-09-23T03:44:54.724Z Compiling crypto-common v0.1.6
14442025-09-23T03:44:55.006Z Compiling block-buffer v0.10.4
14452025-09-23T03:44:55.076Z Compiling zerofrom v0.1.4
14462025-09-23T03:44:55.354Z Compiling digest v0.10.7
14472025-09-23T03:44:55.390Z Compiling yoke v0.7.4
14482025-09-23T03:44:55.753Z Compiling zerocopy-derive v0.7.35
14492025-09-23T03:44:55.792Z Compiling icu_provider_macros v1.5.0
14502025-09-23T03:44:55.859Z Compiling zerovec v0.10.4
14512025-09-23T03:44:55.885Z Compiling block-padding v0.3.3
14522025-09-23T03:44:55.979Z Compiling hmac v0.12.1
14532025-09-23T03:44:56.082Z Compiling futures-macro v0.3.31
14542025-09-23T03:44:56.207Z Compiling inout v0.1.3
14552025-09-23T03:44:56.332Z Compiling sha2 v0.10.9
14562025-09-23T03:44:56.557Z Compiling cipher v0.4.4
14572025-09-23T03:44:56.929Z Compiling regex v1.11.1
14582025-09-23T03:44:57.163Z Compiling der_derive v0.7.3
14592025-09-23T03:44:57.435Z Compiling thiserror-impl v1.0.69
14602025-09-23T03:44:57.861Z Compiling zerocopy v0.7.35
14612025-09-23T03:44:58.063Z Compiling tinystr v0.7.6
14622025-09-23T03:44:58.087Z Compiling futures-util v0.3.31
14632025-09-23T03:44:58.288Z Compiling icu_collections v1.5.0
14642025-09-23T03:44:58.526Z Compiling serde v1.0.223
14652025-09-23T03:44:58.556Z Compiling icu_locid v1.5.0
14662025-09-23T03:44:59.653Z Compiling ppv-lite86 v0.2.20
14672025-09-23T03:44:59.731Z Compiling salsa20 v0.10.2
14682025-09-23T03:44:59.798Z Compiling der v0.7.9
14692025-09-23T03:44:59.857Z Compiling pbkdf2 v0.12.2
14702025-09-23T03:45:00.056Z Compiling bitflags v2.9.1
14712025-09-23T03:45:00.086Z Compiling bytes v1.10.1
14722025-09-23T03:45:00.111Z Compiling icu_provider v1.5.0
14732025-09-23T03:45:00.543Z Compiling semver v1.0.26
14742025-09-23T03:45:00.780Z Compiling indexmap v2.11.0
14752025-09-23T03:45:00.927Z Compiling icu_locid_transform v1.5.0
14762025-09-23T03:45:01.164Z Compiling thiserror v1.0.69
14772025-09-23T03:45:01.313Z Compiling tokio v1.47.0
14782025-09-23T03:45:01.353Z Compiling http v1.3.1
14792025-09-23T03:45:01.646Z Compiling rustc_version v0.4.1
14802025-09-23T03:45:02.363Z Compiling icu_properties v1.5.1
14812025-09-23T03:45:02.441Z Compiling spki v0.7.3
14822025-09-23T03:45:02.889Z Compiling scrypt v0.11.0
14832025-09-23T03:45:02.962Z Compiling cbc v0.1.2
14842025-09-23T03:45:03.275Z Compiling aes v0.8.4
14852025-09-23T03:45:03.406Z Compiling pest v2.7.14
14862025-09-23T03:45:03.473Z Compiling chrono v0.4.41
14872025-09-23T03:45:03.671Z Compiling uuid v1.18.1
14882025-09-23T03:45:04.370Z Compiling pkcs5 v0.7.1
14892025-09-23T03:45:05.447Z Compiling which v4.4.2
14902025-09-23T03:45:05.575Z Compiling tracing-attributes v0.1.27
14912025-09-23T03:45:05.640Z Compiling pkcs8 v0.10.2
14922025-09-23T03:45:06.050Z Compiling http-body v1.0.1
14932025-09-23T03:45:06.356Z Compiling pest_meta v2.7.14
14942025-09-23T03:45:06.389Z Compiling scroll_derive v0.12.0
14952025-09-23T03:45:06.661Z Compiling icu_normalizer v1.5.0
14962025-09-23T03:45:07.239Z Compiling tinyvec_macros v0.1.1
14972025-09-23T03:45:07.388Z Compiling rustls-pki-types v1.10.0
14982025-09-23T03:45:07.426Z Compiling rustversion v1.0.22
14992025-09-23T03:45:07.865Z Compiling idna_adapter v1.2.0
15002025-09-23T03:45:08.118Z Compiling idna v1.0.3
15012025-09-23T03:45:08.268Z Compiling pest_generator v2.7.14
15022025-09-23T03:45:08.565Z Compiling scroll v0.12.0
15032025-09-23T03:45:08.674Z Compiling tinyvec v1.8.0
15042025-09-23T03:45:09.075Z Compiling url v2.5.4
15052025-09-23T03:45:09.310Z Compiling tracing v0.1.40
15062025-09-23T03:45:09.921Z Compiling serde_derive_internals v0.29.1
15072025-09-23T03:45:09.967Z Compiling rand_core v0.9.3
15082025-09-23T03:45:10.147Z Compiling bzip2-sys v0.1.13+1.0.8
15092025-09-23T03:45:10.272Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15102025-09-23T03:45:10.610Z Compiling untrusted v0.7.1
15112025-09-23T03:45:10.643Z Compiling time-core v0.1.6
15122025-09-23T03:45:10.857Z Compiling tower-service v0.3.3
15132025-09-23T03:45:10.963Z Compiling foreign-types-shared v0.1.1
15142025-09-23T03:45:11.034Z Compiling atomic-waker v1.1.2
15152025-09-23T03:45:11.065Z Compiling num-conv v0.1.0
15162025-09-23T03:45:11.100Z Compiling untrusted v0.9.0
15172025-09-23T03:45:11.135Z Compiling adler2 v2.0.0
15182025-09-23T03:45:11.234Z Compiling powerfmt v0.2.0
15192025-09-23T03:45:11.291Z Compiling openssl-probe v0.1.5
15202025-09-23T03:45:11.361Z Compiling openssl v0.10.73
15212025-09-23T03:45:11.398Z Compiling try-lock v0.2.5
15222025-09-23T03:45:11.428Z Compiling schemars v0.8.22
15232025-09-23T03:45:11.615Z Compiling tokio-util v0.7.15
15242025-09-23T03:45:11.719Z Compiling deranged v0.5.3
15252025-09-23T03:45:11.769Z Compiling want v0.3.1
15262025-09-23T03:45:11.898Z Compiling time-macros v0.2.24
15272025-09-23T03:45:12.095Z Compiling miniz_oxide v0.8.5
15282025-09-23T03:45:12.323Z Compiling schemars_derive v0.8.22
15292025-09-23T03:45:13.923Z Compiling h2 v0.4.6
15302025-09-23T03:45:14.441Z Compiling pest_derive v2.7.14
15312025-09-23T03:45:14.906Z Compiling goblin v0.8.2
15322025-09-23T03:45:15.460Z Compiling foreign-types v0.3.2
15332025-09-23T03:45:15.659Z Compiling rand_chacha v0.9.0
15342025-09-23T03:45:17.668Z Compiling ipnet v2.11.0
15352025-09-23T03:45:17.801Z Compiling openssl-macros v0.1.1
15362025-09-23T03:45:18.680Z Compiling crossbeam-utils v0.8.21
15372025-09-23T03:45:18.709Z Compiling num_threads v0.1.7
15382025-09-23T03:45:18.862Z Compiling syn v1.0.109
15392025-09-23T03:45:18.914Z Compiling zerocopy v0.8.26
15402025-09-23T03:45:19.173Z Compiling dyn-clone v1.0.20
15412025-09-23T03:45:19.436Z Compiling httpdate v1.0.3
15422025-09-23T03:45:19.576Z Compiling rustls v0.23.19
15432025-09-23T03:45:19.634Z Compiling native-tls v0.2.12
15442025-09-23T03:45:20.135Z Compiling time v0.3.43
15452025-09-23T03:45:20.409Z Compiling rand v0.9.2
15462025-09-23T03:45:22.338Z Compiling hyper v1.7.0
15472025-09-23T03:45:23.608Z Compiling dof v0.3.0
15482025-09-23T03:45:24.480Z Compiling dtrace-parser v0.2.0
15492025-09-23T03:45:25.156Z Compiling unicode-normalization v0.1.24
15502025-09-23T03:45:25.208Z Compiling heapless v0.7.17
15512025-09-23T03:45:25.637Z Compiling signature v2.2.0
15522025-09-23T03:45:25.671Z Compiling zerocopy-derive v0.8.26
15532025-09-23T03:45:25.998Z Compiling cookie v0.18.1
15542025-09-23T03:45:26.274Z Compiling crc32fast v1.4.2
15552025-09-23T03:45:26.354Z Compiling slog v2.7.0
15562025-09-23T03:45:26.392Z Compiling unicode-bidi v0.3.17
15572025-09-23T03:45:26.447Z Compiling zstd-safe v7.2.3
15582025-09-23T03:45:26.690Z Compiling zlib-rs v0.5.1
15592025-09-23T03:45:26.862Z Compiling signal-hook v0.3.18
15602025-09-23T03:45:26.901Z Compiling unicode-properties v0.1.3
15612025-09-23T03:45:27.236Z Compiling siphasher v0.3.11
15622025-09-23T03:45:27.488Z Compiling stringprep v0.1.5
15632025-09-23T03:45:27.665Z Compiling phf_shared v0.11.2
15642025-09-23T03:45:28.179Z Compiling usdt-impl v0.5.0
15652025-09-23T03:45:28.631Z Compiling hyper-util v0.1.16
15662025-09-23T03:45:28.693Z Compiling curve25519-dalek v4.1.3
15672025-09-23T03:45:29.513Z Compiling rand_chacha v0.3.1
15682025-09-23T03:45:29.717Z Compiling toml_datetime v0.6.11
15692025-09-23T03:45:30.066Z Compiling serde_spanned v0.6.9
15702025-09-23T03:45:30.330Z Compiling serde_tokenstream v0.2.2
15712025-09-23T03:45:30.355Z Compiling md-5 v0.10.6
15722025-09-23T03:45:30.680Z Compiling num-integer v0.1.46
15732025-09-23T03:45:30.958Z Compiling sync_wrapper v1.0.1
15742025-09-23T03:45:31.153Z Compiling hash32 v0.2.1
15752025-09-23T03:45:31.451Z Compiling ff v0.13.0
15762025-09-23T03:45:31.542Z Compiling memoffset v0.9.1
15772025-09-23T03:45:31.755Z Compiling base16ct v0.2.0
15782025-09-23T03:45:31.800Z Compiling num-bigint-dig v0.8.4
15792025-09-23T03:45:31.921Z Compiling newtype-uuid v1.2.4
15802025-09-23T03:45:32.108Z Compiling smoltcp v0.9.1
15812025-09-23T03:45:32.162Z Compiling cfg_aliases v0.2.1
15822025-09-23T03:45:32.249Z Compiling fallible-iterator v0.2.0
15832025-09-23T03:45:32.304Z Compiling tower-layer v0.3.3
15842025-09-23T03:45:32.635Z Compiling litrs v0.4.1
15852025-09-23T03:45:32.785Z Compiling psl-types v2.0.11
15862025-09-23T03:45:32.885Z Compiling gimli v0.31.1
15872025-09-23T03:45:33.029Z Compiling libz-rs-sys v0.5.1
15882025-09-23T03:45:33.059Z Compiling publicsuffix v2.3.0
15892025-09-23T03:45:33.089Z Compiling postgres-protocol v0.6.8
15902025-09-23T03:45:33.389Z Compiling flate2 v1.1.2
15912025-09-23T03:45:33.477Z Compiling tower v0.5.2
15922025-09-23T03:45:33.871Z Compiling document-features v0.2.11
15932025-09-23T03:45:34.044Z Compiling nix v0.29.0
15942025-09-23T03:45:34.476Z Compiling sec1 v0.7.3
15952025-09-23T03:45:34.546Z Compiling group v0.13.0
15962025-09-23T03:45:34.969Z Compiling num-iter v0.1.45
15972025-09-23T03:45:34.996Z Compiling rand v0.8.5
15982025-09-23T03:45:35.237Z Compiling tokio-native-tls v0.3.1
15992025-09-23T03:45:36.004Z Compiling ipnetwork v0.21.1
16002025-09-23T03:45:36.331Z Compiling strum_macros v0.27.1
16012025-09-23T03:45:36.650Z Compiling rustls-native-certs v0.8.1
16022025-09-23T03:45:36.700Z Compiling webpki-roots v1.0.1
16032025-09-23T03:45:36.962Z Compiling http-body-util v0.1.3
16042025-09-23T03:45:36.990Z Compiling terminal_size v0.4.0
16052025-09-23T03:45:37.178Z Compiling hkdf v0.12.4
16062025-09-23T03:45:37.268Z Compiling crypto-bigint v0.5.5
16072025-09-23T03:45:37.304Z Compiling thiserror-impl v2.0.16
16082025-09-23T03:45:37.557Z Compiling addr2line v0.24.2
16092025-09-23T03:45:37.582Z Compiling async-trait v0.1.89
16102025-09-23T03:45:37.974Z Compiling curve25519-dalek-derive v0.1.1
16112025-09-23T03:45:38.359Z Compiling ahash v0.8.12
16122025-09-23T03:45:38.754Z Compiling fs-err v3.1.1
16132025-09-23T03:45:39.176Z Compiling object v0.36.5
16142025-09-23T03:45:39.510Z Compiling managed v0.8.0
16152025-09-23T03:45:40.026Z Compiling iri-string v0.7.8
16162025-09-23T03:45:40.213Z Compiling simd-adler32 v0.3.7
16172025-09-23T03:45:40.774Z Compiling rustix v1.0.7
16182025-09-23T03:45:40.800Z Compiling winnow v0.5.40
16192025-09-23T03:45:41.361Z Compiling bitflags v1.3.2
16202025-09-23T03:45:41.487Z Compiling lockfree-object-pool v0.1.6
16212025-09-23T03:45:41.523Z Compiling bumpalo v3.16.0
16222025-09-23T03:45:41.797Z Compiling buf-list v1.0.3
16232025-09-23T03:45:42.072Z Compiling anyhow v1.0.99
16242025-09-23T03:45:42.098Z Compiling hubpack_derive v0.1.1
16252025-09-23T03:45:42.440Z Compiling rustc-demangle v0.1.24
16262025-09-23T03:45:42.717Z Compiling clap_builder v4.5.41
16272025-09-23T03:45:43.069Z Compiling hubpack v0.1.2
16282025-09-23T03:45:43.501Z Compiling tower-http v0.6.6
16292025-09-23T03:45:43.846Z Compiling zopfli v0.8.1
16302025-09-23T03:45:44.469Z Compiling toml_edit v0.19.15
16312025-09-23T03:45:44.747Z Compiling strum v0.27.2
16322025-09-23T03:45:44.771Z Compiling elliptic-curve v0.13.8
16332025-09-23T03:45:44.869Z Compiling thiserror v2.0.16
16342025-09-23T03:45:45.822Z Compiling hyper-tls v0.6.0
16352025-09-23T03:45:46.273Z Compiling oxnet v0.1.3
16362025-09-23T03:45:46.502Z Compiling signal-hook-mio v0.2.4
16372025-09-23T03:45:46.714Z Compiling backtrace v0.3.74
16382025-09-23T03:45:47.092Z Compiling cookie_store v0.21.1
16392025-09-23T03:45:47.190Z Compiling zstd v0.13.3
16402025-09-23T03:45:48.430Z Compiling postgres-types v0.2.9
16412025-09-23T03:45:48.674Z Compiling usdt-macro v0.5.0
16422025-09-23T03:45:49.843Z Compiling usdt-attr-macro v0.5.0
16432025-09-23T03:45:49.885Z Compiling phf v0.11.2
16442025-09-23T03:45:50.248Z Compiling ed25519 v2.2.3
16452025-09-23T03:45:50.279Z Compiling bzip2 v0.5.2
16462025-09-23T03:45:50.734Z Compiling bzip2 v0.4.4
16472025-09-23T03:45:51.174Z Compiling strum_macros v0.26.4
16482025-09-23T03:45:51.201Z Compiling pkcs1 v0.7.5
16492025-09-23T03:45:51.373Z Compiling serde_urlencoded v0.7.1
16502025-09-23T03:45:51.819Z Compiling serde-big-array v0.5.1
16512025-09-23T03:45:51.969Z Compiling rfc6979 v0.4.0
16522025-09-23T03:45:52.132Z Compiling bstr v1.10.0
16532025-09-23T03:45:52.193Z Compiling clap_derive v4.5.41
16542025-09-23T03:45:52.217Z Compiling serde_repr v0.1.19
16552025-09-23T03:45:52.279Z Compiling enum-as-inner v0.6.1
16562025-09-23T03:45:52.835Z Compiling daft-derive v0.1.4
16572025-09-23T03:45:53.367Z Compiling float-cmp v0.10.0
16582025-09-23T03:45:53.427Z Compiling env_filter v0.1.2
16592025-09-23T03:45:53.662Z Compiling socket2 v0.5.10
16602025-09-23T03:45:53.849Z Compiling encoding_rs v0.8.34
16612025-09-23T03:45:54.166Z Compiling new_debug_unreachable v1.0.6
16622025-09-23T03:45:54.350Z Compiling predicates-core v1.0.8
16632025-09-23T03:45:54.566Z Compiling whoami v1.5.2
16642025-09-23T03:45:54.706Z Compiling unicode-segmentation v1.12.0
16652025-09-23T03:45:54.742Z Compiling fixedbitset v0.4.2
16662025-09-23T03:45:55.176Z Compiling precomputed-hash v0.1.1
16672025-09-23T03:45:55.217Z Compiling difflib v0.4.0
16682025-09-23T03:45:55.355Z Compiling data-encoding v2.9.0
16692025-09-23T03:45:55.642Z Compiling static_assertions v1.1.0
16702025-09-23T03:45:55.707Z Compiling mime v0.3.17
16712025-09-23T03:45:55.788Z Compiling normalize-line-endings v0.3.0
16722025-09-23T03:45:55.963Z Compiling predicates v3.1.3
16732025-09-23T03:45:56.293Z Compiling hickory-proto v0.25.2
16742025-09-23T03:45:56.609Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16752025-09-23T03:45:56.828Z Compiling clap v4.5.41
16762025-09-23T03:45:56.984Z Compiling strum v0.26.3
16772025-09-23T03:45:57.152Z Compiling similar v2.7.0
16782025-09-23T03:45:57.237Z Compiling string_cache v0.8.9
16792025-09-23T03:45:57.551Z Compiling petgraph v0.6.5
16802025-09-23T03:45:57.604Z Compiling tokio-postgres v0.7.13
16812025-09-23T03:45:57.836Z Compiling daft v0.1.4
16822025-09-23T03:45:58.506Z Compiling toml_edit v0.22.27
16832025-09-23T03:45:59.430Z Compiling usdt v0.5.0
16842025-09-23T03:45:59.956Z Compiling env_logger v0.11.5
16852025-09-23T03:46:00.065Z Compiling ecdsa v0.16.9
16862025-09-23T03:46:00.834Z Compiling rsa v0.9.6
16872025-09-23T03:46:00.928Z Compiling zip v0.6.6
16882025-09-23T03:46:01.518Z Compiling ed25519-dalek v2.1.1
16892025-09-23T03:46:02.272Z Compiling zip v4.2.0
16902025-09-23T03:46:03.269Z Compiling toml v0.7.8
16912025-09-23T03:46:04.751Z Compiling crossterm v0.28.1
16922025-09-23T03:46:06.052Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16932025-09-23T03:46:06.081Z Compiling crossbeam-epoch v0.9.18
16942025-09-23T03:46:06.554Z Compiling tokio-stream v0.1.17
16952025-09-23T03:46:06.583Z Compiling x509-cert v0.2.5
16962025-09-23T03:46:07.035Z Compiling openapiv3 v2.2.0
16972025-09-23T03:46:07.684Z Compiling sha1 v0.10.6
16982025-09-23T03:46:08.192Z Compiling itertools v0.10.5
16992025-09-23T03:46:08.504Z Compiling winnow v0.6.26
17002025-09-23T03:46:08.942Z Compiling rustc-hash v2.1.1
17012025-09-23T03:46:09.251Z Compiling peg-runtime v0.8.5
17022025-09-23T03:46:09.397Z Compiling lalrpop-util v0.19.12
17032025-09-23T03:46:09.828Z Compiling thread_local v1.1.8
17042025-09-23T03:46:09.854Z Compiling slog-async v2.8.0
17052025-09-23T03:46:09.987Z Compiling crossbeam-channel v0.5.15
17062025-09-23T03:46:10.395Z Compiling xattr v1.3.1
17072025-09-23T03:46:10.516Z Compiling futures-executor v0.3.31
17082025-09-23T03:46:10.703Z Compiling is-terminal v0.4.13
17092025-09-23T03:46:10.886Z Compiling filetime v0.2.25
17102025-09-23T03:46:11.076Z Compiling term v1.1.0
17112025-09-23T03:46:11.103Z Compiling take_mut v0.2.2
17122025-09-23T03:46:11.138Z Compiling futures v0.3.31
17132025-09-23T03:46:11.232Z Compiling tar v0.4.44
17142025-09-23T03:46:12.361Z Compiling slog-term v2.9.2
17152025-09-23T03:46:17.111Z Compiling aws-lc-sys v0.26.0
17162025-09-23T03:46:55.183Z Compiling rustls-webpki v0.102.8
17172025-09-23T03:47:01.710Z Compiling tokio-rustls v0.26.0
17182025-09-23T03:47:02.080Z Compiling hyper-rustls v0.27.7
17192025-09-23T03:47:02.464Z Compiling reqwest v0.12.22
17202025-09-23T03:47:07.429Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212025-09-23T03:47:07.843Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222025-09-23T03:47:14.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
17232025-09-23T03:47:14.208Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242025-09-23T03:47:14.289ZSep 23 03:47:13.672 INFO Starting download, target: Cockroach
17252025-09-23T03:47:14.289ZSep 23 03:47:13.674 INFO Starting download, target: Clickhouse
17262025-09-23T03:47:14.289ZSep 23 03:47:13.674 INFO Starting download, target: Console
17272025-09-23T03:47:14.289ZSep 23 03:47:13.674 INFO Starting download, target: DendriteStub
17282025-09-23T03:47:14.289ZSep 23 03:47:13.674 INFO Starting download, target: MaghemiteMgd
17292025-09-23T03:47:14.290ZSep 23 03:47:13.674 INFO Starting download, target: TransceiverControl
17302025-09-23T03:47:14.314ZSep 23 03:47:13.674 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312025-09-23T03:47:14.314ZSep 23 03:47:13.675 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322025-09-23T03:47:14.314ZSep 23 03:47:13.675 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332025-09-23T03:47:14.314ZSep 23 03:47:13.675 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342025-09-23T03:47:14.314ZSep 23 03:47:13.675 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352025-09-23T03:47:14.314ZSep 23 03:47:13.675 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362025-09-23T03:47:14.599ZSep 23 03:47:13.983 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372025-09-23T03:47:14.990ZSep 23 03:47:14.373 INFO Download complete, target: Console
17382025-09-23T03:47:16.357ZSep 23 03:47:15.738 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392025-09-23T03:47:16.958ZSep 23 03:47:16.342 INFO Download complete, target: TransceiverControl
17402025-09-23T03:47:17.235ZSep 23 03:47:16.606 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412025-09-23T03:47:17.673ZSep 23 03:47:17.057 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422025-09-23T03:47:19.149ZSep 23 03:47:18.524 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432025-09-23T03:47:19.149ZSep 23 03:47:18.524 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442025-09-23T03:47:22.885ZSep 23 03:47:22.218 INFO Download complete, target: DendriteStub
17452025-09-23T03:47:22.971ZSep 23 03:47:22.328 INFO Download complete, target: MaghemiteMgd
17462025-09-23T03:47:27.987ZSep 23 03:47:27.371 INFO Checking that binary works, target: Cockroach
17472025-09-23T03:47:28.194ZSep 23 03:47:27.579 INFO Download complete, target: Cockroach
17482025-09-23T03:47:38.647ZSep 23 03:47:38.031 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492025-09-23T03:47:54.351ZSep 23 03:47:53.736 INFO Checking that binary works, target: Clickhouse
17502025-09-23T03:47:54.493ZSep 23 03:47:53.880 INFO Download complete, target: Clickhouse
17512025-09-23T03:47:54.518ZAll prerequisites installed successfully
17522025-09-23T03:47:54.518Z
17532025-09-23T03:47:54.518Zreal 5:39.956295392
17542025-09-23T03:47:54.518Zuser 18:22.935906457
17552025-09-23T03:47:54.518Zsys 2:55.204337658
17562025-09-23T03:47:54.518Ztrap 0.829037380
17572025-09-23T03:47:54.518Ztflt 0.477562874
17582025-09-23T03:47:54.518Zdflt 1.306748186
17592025-09-23T03:47:54.518Zkflt 0.011626215
17602025-09-23T03:47:54.518Zlock 52:08.101499144
17612025-09-23T03:47:54.518Zslp 1:07:37.057007169
17622025-09-23T03:47:54.518Zlat 1:19.158964931
17632025-09-23T03:47:54.518Zstop 2:56.592576400
17642025-09-23T03:47:54.519Z+ source ./tools/include/force-git-over-https.sh
17652025-09-23T03:47:54.519Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17662025-09-23T03:47:54.520Z++ (( i = 0 ))
17672025-09-23T03:47:54.520Z++ (( i < 5 ))
17682025-09-23T03:47:54.520Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17692025-09-23T03:47:54.520Z++ (( i++ ))
17702025-09-23T03:47:54.521Z++ (( i < 5 ))
17712025-09-23T03:47:54.521Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17722025-09-23T03:47:54.521Z++ (( i++ ))
17732025-09-23T03:47:54.521Z++ (( i < 5 ))
17742025-09-23T03:47:54.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17752025-09-23T03:47:54.521Z++ (( i++ ))
17762025-09-23T03:47:54.521Z++ (( i < 5 ))
17772025-09-23T03:47:54.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17782025-09-23T03:47:54.545Z++ (( i++ ))
17792025-09-23T03:47:54.545Z++ (( i < 5 ))
17802025-09-23T03:47:54.545Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17812025-09-23T03:47:54.545Z++ (( i++ ))
17822025-09-23T03:47:54.545Z++ (( i < 5 ))
17832025-09-23T03:47:54.546Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17842025-09-23T03:47:54.546Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17852025-09-23T03:47:54.546Z+ rc=0
17862025-09-23T03:47:54.546Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17872025-09-23T03:48:36.355Z+ case $rc in
17882025-09-23T03:48:36.355Z+ pfexec zfs create -p rpool/images/build/host
17892025-09-23T03:48:36.437Z+ pfexec zfs create -p rpool/images/build/recovery
17902025-09-23T03:48:36.466Z+ cargo xtask releng --output-dir /work --mkincorp
17912025-09-23T03:48:37.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
17922025-09-23T03:48:37.743Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17932025-09-23T03:48:39.933Z Compiling proc-macro2 v1.0.101
17942025-09-23T03:48:39.933Z Compiling unicode-ident v1.0.18
17952025-09-23T03:48:39.933Z Compiling libc v0.2.174
17962025-09-23T03:48:39.933Z Compiling serde_core v1.0.223
17972025-09-23T03:48:39.933Z Compiling serde v1.0.223
17982025-09-23T03:48:39.958Z Compiling autocfg v1.4.0
17992025-09-23T03:48:39.958Z Compiling cfg-if v1.0.1
18002025-09-23T03:48:40.239Z Compiling version_check v0.9.5
18012025-09-23T03:48:40.267Z Compiling memchr v2.7.4
18022025-09-23T03:48:40.300Z Compiling shlex v1.3.0
18032025-09-23T03:48:40.975Z Compiling lock_api v0.4.12
18042025-09-23T03:48:41.040Z Compiling typenum v1.17.0
18052025-09-23T03:48:41.319Z Compiling generic-array v0.14.7
18062025-09-23T03:48:41.611Z Compiling value-bag v1.9.0
18072025-09-23T03:48:41.763Z Compiling portable-atomic v1.11.0
18082025-09-23T03:48:42.157Z Compiling jobserver v0.1.32
18092025-09-23T03:48:42.206Z Compiling log v0.4.27
18102025-09-23T03:48:42.621Z Compiling quote v1.0.40
18112025-09-23T03:48:42.721Z Compiling cc v1.2.30
18122025-09-23T03:48:42.772Z Compiling getrandom v0.3.1
18132025-09-23T03:48:42.908Z Compiling libm v0.2.8
18142025-09-23T03:48:43.033Z Compiling num-traits v0.2.19
18152025-09-23T03:48:43.294Z Compiling syn v2.0.106
18162025-09-23T03:48:43.355Z Compiling serde_json v1.0.145
18172025-09-23T03:48:43.448Z Compiling scopeguard v1.2.0
18182025-09-23T03:48:43.548Z Compiling parking_lot_core v0.9.10
18192025-09-23T03:48:43.835Z Compiling semver v1.0.26
18202025-09-23T03:48:44.059Z Compiling rustix v0.38.37
18212025-09-23T03:48:44.268Z Compiling smallvec v1.15.1
18222025-09-23T03:48:44.431Z Compiling pkg-config v0.3.31
18232025-09-23T03:48:44.638Z Compiling getrandom v0.2.15
18242025-09-23T03:48:45.607Z Compiling aho-corasick v1.1.3
18252025-09-23T03:48:45.673Z Compiling slab v0.4.9
18262025-09-23T03:48:45.721Z Compiling regex-syntax v0.8.5
18272025-09-23T03:48:45.745Z Compiling itoa v1.0.11
18282025-09-23T03:48:46.061Z Compiling errno v0.3.12
18292025-09-23T03:48:46.416Z Compiling spin v0.9.8
18302025-09-23T03:48:46.625Z Compiling stable_deref_trait v1.2.0
18312025-09-23T03:48:46.693Z Compiling subtle v2.6.1
18322025-09-23T03:48:46.808Z Compiling glob v0.3.2
18332025-09-23T03:48:46.865Z Compiling rand_core v0.6.4
18342025-09-23T03:48:46.932Z Compiling either v1.15.0
18352025-09-23T03:48:47.178Z Compiling prettyplease v0.2.36
18362025-09-23T03:48:47.270Z Compiling lazy_static v1.5.0
18372025-09-23T03:48:47.654Z Compiling clang-sys v1.8.1
18382025-09-23T03:48:47.795Z Compiling heck v0.5.0
18392025-09-23T03:48:47.850Z Compiling minimal-lexical v0.2.1
18402025-09-23T03:48:48.509Z Compiling nom v7.1.3
18412025-09-23T03:48:48.964Z Compiling libloading v0.8.5
18422025-09-23T03:48:49.177Z Compiling home v0.5.9
18432025-09-23T03:48:49.409Z Compiling critical-section v1.1.3
18442025-09-23T03:48:49.538Z Compiling regex-automata v0.4.8
18452025-09-23T03:48:49.577Z Compiling bindgen v0.69.5
18462025-09-23T03:48:49.661Z Compiling once_cell v1.21.3
18472025-09-23T03:48:50.316Z Compiling itertools v0.12.1
18482025-09-23T03:48:50.979Z Compiling synstructure v0.13.1
18492025-09-23T03:48:52.200Z Compiling cexpr v0.6.0
18502025-09-23T03:48:52.365Z Compiling paste v1.0.15
18512025-09-23T03:48:52.992Z Compiling lazycell v1.3.0
18522025-09-23T03:48:53.169Z Compiling rustc-hash v1.1.0
18532025-09-23T03:48:53.418Z Compiling cmake v0.1.51
18542025-09-23T03:48:53.739Z Compiling fs_extra v1.3.0
18552025-09-23T03:48:53.860Z Compiling dunce v1.0.5
18562025-09-23T03:48:54.283Z Compiling allocator-api2 v0.2.21
18572025-09-23T03:48:54.366Z Compiling ryu v1.0.18
18582025-09-23T03:48:55.005Z Compiling serde_derive v1.0.223
18592025-09-23T03:48:55.040Z Compiling zeroize_derive v1.4.2
18602025-09-23T03:48:55.214Z Compiling zerofrom-derive v0.1.4
18612025-09-23T03:48:55.490Z Compiling yoke-derive v0.7.4
18622025-09-23T03:48:55.529Z Compiling zerovec-derive v0.10.3
18632025-09-23T03:48:55.718Z Compiling displaydoc v0.2.5
18642025-09-23T03:48:56.631Z Compiling icu_provider_macros v1.5.0
18652025-09-23T03:48:57.432Z Compiling zeroize v1.8.1
18662025-09-23T03:48:57.824Z Compiling tokio-macros v2.5.0
18672025-09-23T03:48:57.941Z Compiling zerocopy-derive v0.7.35
18682025-09-23T03:48:58.283Z Compiling regex v1.11.1
18692025-09-23T03:48:58.330Z Compiling futures-macro v0.3.31
18702025-09-23T03:48:58.358Z Compiling zerofrom v0.1.4
18712025-09-23T03:48:58.714Z Compiling yoke v0.7.4
18722025-09-23T03:48:59.234Z Compiling zerovec v0.10.4
18732025-09-23T03:48:59.563Z Compiling writeable v0.5.5
18742025-09-23T03:48:59.913Z Compiling litemap v0.7.3
18752025-09-23T03:49:00.598Z Compiling equivalent v1.0.2
18762025-09-23T03:49:00.756Z Compiling percent-encoding v2.3.2
18772025-09-23T03:49:00.817Z Compiling schemars v0.8.22
18782025-09-23T03:49:00.879Z Compiling pin-project-lite v0.2.14
18792025-09-23T03:49:01.121Z Compiling serde_derive_internals v0.29.1
18802025-09-23T03:49:01.165Z Compiling foldhash v0.1.5
18812025-09-23T03:49:01.623Z Compiling tinystr v0.7.6
18822025-09-23T03:49:01.678Z Compiling icu_locid_transform_data v1.5.0
18832025-09-23T03:49:01.952Z Compiling hashbrown v0.15.4
18842025-09-23T03:49:02.592Z Compiling icu_locid v1.5.0
18852025-09-23T03:49:03.159Z Compiling icu_collections v1.5.0
18862025-09-23T03:49:03.374Z Compiling bitflags v2.9.1
18872025-09-23T03:49:03.497Z Compiling bytes v1.10.1
18882025-09-23T03:49:04.381Z Compiling icu_provider v1.5.0
18892025-09-23T03:49:05.088Z Compiling schemars_derive v0.8.22
18902025-09-23T03:49:05.313Z Compiling icu_locid_transform v1.5.0
18912025-09-23T03:49:06.166Z Compiling crypto-common v0.1.6
18922025-09-23T03:49:06.779Z Compiling der_derive v0.7.3
18932025-09-23T03:49:06.821Z Compiling ring v0.17.14
18942025-09-23T03:49:06.920Z Compiling icu_properties_data v1.5.0
18952025-09-23T03:49:07.290Z Compiling icu_properties v1.5.1
18962025-09-23T03:49:08.643Z Compiling futures-core v0.3.31
18972025-09-23T03:49:08.864Z Compiling which v4.4.2
18982025-09-23T03:49:08.946Z Compiling const-oid v0.9.6
18992025-09-23T03:49:09.561Z Compiling icu_normalizer_data v1.5.0
19002025-09-23T03:49:09.609Z Compiling utf8_iter v1.0.4
19012025-09-23T03:49:10.135Z Compiling write16 v1.0.0
19022025-09-23T03:49:10.364Z Compiling utf16_iter v1.0.5
19032025-09-23T03:49:10.577Z Compiling aws-lc-rs v1.12.4
19042025-09-23T03:49:10.784Z Compiling vcpkg v0.2.15
19052025-09-23T03:49:10.983Z Compiling byteorder v1.5.0
19062025-09-23T03:49:11.561Z Compiling signal-hook-registry v1.4.2
19072025-09-23T03:49:12.169Z Compiling icu_normalizer v1.5.0
19082025-09-23T03:49:12.362Z Compiling parking_lot v0.12.3
19092025-09-23T03:49:12.487Z Compiling openssl-sys v0.9.109
19102025-09-23T03:49:13.678Z Compiling idna_adapter v1.2.0
19112025-09-23T03:49:13.767Z Compiling tracing-attributes v0.1.27
19122025-09-23T03:49:14.059Z Compiling mio v1.0.2
19132025-09-23T03:49:14.584Z Compiling thiserror v2.0.16
19142025-09-23T03:49:14.649Z Compiling thiserror v1.0.69
19152025-09-23T03:49:15.259Z Compiling idna v1.0.3
19162025-09-23T03:49:15.929Z Compiling form_urlencoded v1.2.2
19172025-09-23T03:49:16.625Z Compiling block-buffer v0.10.4
19182025-09-23T03:49:17.047Z Compiling httparse v1.9.5
19192025-09-23T03:49:17.133Z Compiling digest v0.10.7
19202025-09-23T03:49:17.586Z Compiling thiserror-impl v2.0.16
19212025-09-23T03:49:17.700Z Compiling thiserror-impl v1.0.69
19222025-09-23T03:49:17.772Z Compiling socket2 v0.6.0
19232025-09-23T03:49:18.509Z Compiling url v2.5.4
19242025-09-23T03:49:18.712Z Compiling tokio v1.47.0
19252025-09-23T03:49:20.543Z Compiling indexmap v2.11.0
19262025-09-23T03:49:20.959Z Compiling futures-sink v0.3.31
19272025-09-23T03:49:21.045Z Compiling num-conv v0.1.0
19282025-09-23T03:49:21.234Z Compiling time-core v0.1.6
19292025-09-23T03:49:21.430Z Compiling futures-channel v0.3.31
19302025-09-23T03:49:21.990Z Compiling time-macros v0.2.24
19312025-09-23T03:49:22.656Z Compiling aws-lc-sys v0.26.0
19322025-09-23T03:49:23.140Z Compiling openssl v0.10.73
19332025-09-23T03:49:23.459Z Compiling pin-utils v0.1.0
19342025-09-23T03:49:23.697Z Compiling fnv v1.0.7
19352025-09-23T03:49:23.768Z Compiling futures-io v0.3.31
19362025-09-23T03:49:23.967Z Compiling futures-task v0.3.31
19372025-09-23T03:49:24.102Z Compiling zerocopy v0.7.35
19382025-09-23T03:49:24.316Z Compiling iana-time-zone v0.1.63
19392025-09-23T03:49:24.440Z Compiling futures-util v0.3.31
19402025-09-23T03:49:24.628Z Compiling chrono v0.4.41
19412025-09-23T03:49:24.761Z Compiling uuid v1.18.1
19422025-09-23T03:49:25.706Z Compiling openssl-macros v0.1.1
19432025-09-23T03:49:26.609Z Compiling native-tls v0.2.12
19442025-09-23T03:49:26.674Z Compiling rustls v0.23.19
19452025-09-23T03:49:27.034Z Compiling cpufeatures v0.2.14
19462025-09-23T03:49:27.337Z Compiling hmac v0.12.1
19472025-09-23T03:49:27.383Z Compiling rustc_version v0.4.1
19482025-09-23T03:49:29.358Z Compiling block-padding v0.3.3
19492025-09-23T03:49:30.029Z Compiling cookie v0.18.1
19502025-09-23T03:49:30.146Z Compiling zerocopy v0.8.26
19512025-09-23T03:49:30.549Z Compiling inout v0.1.3
19522025-09-23T03:49:30.901Z Compiling http v1.3.1
19532025-09-23T03:49:31.100Z Compiling serde_tokenstream v0.2.2
19542025-09-23T03:49:31.395Z Compiling bzip2-sys v0.1.13+1.0.8
19552025-09-23T03:49:31.886Z Compiling dyn-clone v1.0.20
19562025-09-23T03:49:32.512Z Compiling cipher v0.4.4
19572025-09-23T03:49:33.047Z Compiling sha2 v0.10.9
19582025-09-23T03:49:34.461Z Compiling scroll_derive v0.12.0
19592025-09-23T03:49:35.472Z Compiling zerocopy-derive v0.8.26
19602025-09-23T03:49:35.647Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19612025-09-23T03:49:36.011Z Compiling syn v1.0.109
19622025-09-23T03:49:36.111Z Compiling rustix v1.0.7
19632025-09-23T03:49:36.703Z Compiling slog v2.7.0
19642025-09-23T03:49:37.016Z Compiling base64ct v1.6.0
19652025-09-23T03:49:37.364Z Compiling rustversion v1.0.22
19662025-09-23T03:49:37.685Z Compiling rustls-pki-types v1.10.0
19672025-09-23T03:49:37.960Z Compiling ucd-trie v0.1.7
19682025-09-23T03:49:38.111Z Compiling crossbeam-utils v0.8.21
19692025-09-23T03:49:38.578Z Compiling pest v2.7.14
19702025-09-23T03:49:39.032Z Compiling pem-rfc7468 v0.7.0
19712025-09-23T03:49:40.288Z Compiling ppv-lite86 v0.2.20
19722025-09-23T03:49:41.542Z Compiling flagset v0.4.6
19732025-09-23T03:49:41.933Z Compiling litrs v0.4.1
19742025-09-23T03:49:42.474Z Compiling pest_meta v2.7.14
19752025-09-23T03:49:42.802Z Compiling der v0.7.9
19762025-09-23T03:49:43.197Z Compiling document-features v0.2.11
19772025-09-23T03:49:45.966Z Compiling tokio-util v0.7.15
19782025-09-23T03:49:46.821Z Compiling tracing-core v0.1.32
19792025-09-23T03:49:47.092Z Compiling untrusted v0.9.0
19802025-09-23T03:49:47.401Z Compiling base64 v0.22.1
19812025-09-23T03:49:47.528Z Compiling newtype-uuid v1.2.4
19822025-09-23T03:49:48.678Z Compiling untrusted v0.7.1
19832025-09-23T03:49:48.986Z Compiling powerfmt v0.2.0
19842025-09-23T03:49:49.489Z Compiling deranged v0.5.3
19852025-09-23T03:49:49.682Z Compiling tracing v0.1.40
19862025-09-23T03:49:51.096Z Compiling spki v0.7.3
19872025-09-23T03:49:51.146Z Compiling pest_generator v2.7.14
19882025-09-23T03:49:51.598Z Compiling salsa20 v0.10.2
19892025-09-23T03:49:51.779Z Compiling http-body v1.0.1
19902025-09-23T03:49:51.966Z Compiling pbkdf2 v0.12.2
19912025-09-23T03:49:53.240Z Compiling atomic-waker v1.1.2
19922025-09-23T03:49:53.629Z Compiling num_threads v0.1.7
19932025-09-23T03:49:53.654Z Compiling pest_derive v2.7.14
19942025-09-23T03:49:53.866Z Compiling time v0.3.43
19952025-09-23T03:49:55.009Z Compiling scrypt v0.11.0
19962025-09-23T03:49:55.738Z Compiling cbc v0.1.2
19972025-09-23T03:49:56.131Z Compiling aes v0.8.4
19982025-09-23T03:49:58.136Z Compiling usdt-impl v0.5.0
19992025-09-23T03:49:58.308Z Compiling try-lock v0.2.5
20002025-09-23T03:49:58.603Z Compiling zstd-safe v7.2.3
20012025-09-23T03:49:59.031Z Compiling num-bigint-dig v0.8.4
20022025-09-23T03:49:59.222Z Compiling tower-service v0.3.3
20032025-09-23T03:49:59.456Z Compiling want v0.3.1
20042025-09-23T03:49:59.914Z Compiling pkcs5 v0.7.1
20052025-09-23T03:50:00.745Z Compiling h2 v0.4.6
20062025-09-23T03:50:03.000Z Compiling scroll v0.12.0
20072025-09-23T03:50:03.185Z Compiling heapless v0.7.17
20082025-09-23T03:50:03.577Z Compiling ipnet v2.11.0
20092025-09-23T03:50:03.900Z Compiling async-trait v0.1.89
20102025-09-23T03:50:04.584Z Compiling ahash v0.8.12
20112025-09-23T03:50:05.003Z Compiling signal-hook v0.3.18
20122025-09-23T03:50:05.146Z Compiling plain v0.2.3
20132025-09-23T03:50:05.387Z Compiling openssl-probe v0.1.5
20142025-09-23T03:50:05.475Z Compiling foreign-types-shared v0.1.1
20152025-09-23T03:50:05.807Z Compiling anyhow v1.0.99
20162025-09-23T03:50:06.234Z Compiling httpdate v1.0.3
20172025-09-23T03:50:06.345Z Compiling foreign-types v0.3.2
20182025-09-23T03:50:06.492Z Compiling goblin v0.8.2
20192025-09-23T03:50:07.339Z Compiling pkcs8 v0.10.2
20202025-09-23T03:50:11.131Z Compiling daft-derive v0.1.4
20212025-09-23T03:50:12.742Z Compiling hyper v1.7.0
20222025-09-23T03:50:15.638Z Compiling strsim v0.11.1
20232025-09-23T03:50:16.339Z Compiling pretty-hex v0.4.1
20242025-09-23T03:50:16.389Z Compiling tinyvec_macros v0.1.1
20252025-09-23T03:50:16.767Z Compiling hyper-util v0.1.16
20262025-09-23T03:50:17.208Z Compiling dof v0.3.0
20272025-09-23T03:50:17.939Z Compiling tinyvec v1.8.0
20282025-09-23T03:50:24.238Z Compiling dtrace-parser v0.2.0
20292025-09-23T03:50:24.417Z Compiling curve25519-dalek v4.1.3
20302025-09-23T03:50:24.996Z Compiling rand_core v0.9.3
20312025-09-23T03:50:25.066Z Compiling clap_derive v4.5.41
20322025-09-23T03:50:25.925Z Compiling thread-id v4.2.2
20332025-09-23T03:50:26.126Z Compiling memoffset v0.9.1
20342025-09-23T03:50:26.838Z Compiling adler2 v2.0.0
20352025-09-23T03:50:27.377Z Compiling smoltcp v0.9.1
20362025-09-23T03:50:29.003Z Compiling miniz_oxide v0.8.5
20372025-09-23T03:50:33.612Z Compiling rand_chacha v0.9.0
20382025-09-23T03:50:35.719Z Compiling http-body-util v0.1.3
20392025-09-23T03:50:36.507Z Compiling strum_macros v0.26.4
20402025-09-23T03:50:39.984Z Compiling sync_wrapper v1.0.1
20412025-09-23T03:50:41.299Z Compiling encoding_rs v0.8.34
20422025-09-23T03:50:41.658Z Compiling cfg_aliases v0.2.1
20432025-09-23T03:50:41.919Z Compiling psl-types v2.0.11
20442025-09-23T03:50:42.368Z Compiling mime v0.3.17
20452025-09-23T03:50:42.495Z Compiling anstyle v1.0.11
20462025-09-23T03:50:42.668Z Compiling utf8parse v0.2.2
20472025-09-23T03:50:42.946Z Compiling tower-layer v0.3.3
20482025-09-23T03:50:43.402Z Compiling buf-list v1.0.3
20492025-09-23T03:50:43.801Z Compiling tower v0.5.2
20502025-09-23T03:50:43.983Z Compiling anstyle-parse v0.2.5
20512025-09-23T03:50:46.921Z Compiling publicsuffix v2.3.0
20522025-09-23T03:50:47.393Z Compiling nix v0.29.0
20532025-09-23T03:50:50.373Z Compiling rand v0.9.2
20542025-09-23T03:50:50.678Z Compiling tokio-native-tls v0.3.1
20552025-09-23T03:50:52.860Z Compiling unicode-normalization v0.1.24
20562025-09-23T03:50:53.281Z Compiling rustls-native-certs v0.8.1
20572025-09-23T03:50:53.779Z Compiling hubpack_derive v0.1.1
20582025-09-23T03:50:53.807Z Compiling strum_macros v0.27.1
20592025-09-23T03:50:54.199Z Compiling webpki-roots v1.0.1
20602025-09-23T03:50:54.722Z Compiling openapiv3 v2.2.0
20612025-09-23T03:50:54.784Z Compiling signature v2.2.0
20622025-09-23T03:50:54.866Z Compiling serde_urlencoded v0.7.1
20632025-09-23T03:50:55.152Z Compiling toml_datetime v0.6.11
20642025-09-23T03:50:55.651Z Compiling serde_spanned v0.6.9
20652025-09-23T03:50:56.011Z Compiling curve25519-dalek-derive v0.1.1
20662025-09-23T03:50:56.194Z Compiling fs-err v3.1.1
20672025-09-23T03:50:56.896Z Compiling crc32fast v1.4.2
20682025-09-23T03:50:57.328Z Compiling is_terminal_polyfill v1.70.1
20692025-09-23T03:50:57.526Z Compiling zlib-rs v0.5.1
20702025-09-23T03:50:57.582Z Compiling anstyle-query v1.1.1
20712025-09-23T03:50:57.956Z Compiling unicode-bidi v0.3.17
20722025-09-23T03:50:58.457Z Compiling colorchoice v1.0.2
20732025-09-23T03:50:59.025Z Compiling iri-string v0.7.8
20742025-09-23T03:50:59.335Z Compiling unicode-properties v0.1.3
20752025-09-23T03:50:59.387Z Compiling siphasher v0.3.11
20762025-09-23T03:50:59.856Z Compiling stringprep v0.1.5
20772025-09-23T03:50:59.907Z Compiling phf_shared v0.11.2
20782025-09-23T03:51:00.364Z Compiling anstream v0.6.18
20792025-09-23T03:51:03.231Z Compiling tower-http v0.6.6
20802025-09-23T03:51:03.363Z Compiling libz-rs-sys v0.5.1
20812025-09-23T03:51:05.608Z Compiling hyper-tls v0.6.0
20822025-09-23T03:51:05.854Z Compiling cookie_store v0.21.1
20832025-09-23T03:51:06.269Z Compiling usdt-macro v0.5.0
20842025-09-23T03:51:06.320Z Compiling usdt-attr-macro v0.5.0
20852025-09-23T03:51:07.177Z Compiling rand_chacha v0.3.1
20862025-09-23T03:51:08.060Z Compiling md-5 v0.10.6
20872025-09-23T03:51:08.117Z Compiling num-integer v0.1.46
20882025-09-23T03:51:08.174Z Compiling hash32 v0.2.1
20892025-09-23T03:51:08.678Z Compiling ff v0.13.0
20902025-09-23T03:51:09.306Z Compiling fallible-iterator v0.2.0
20912025-09-23T03:51:09.415Z Compiling winnow v0.7.10
20922025-09-23T03:51:09.505Z Compiling base16ct v0.2.0
20932025-09-23T03:51:10.323Z Compiling gimli v0.31.1
20942025-09-23T03:51:11.094Z Compiling postgres-protocol v0.6.8
20952025-09-23T03:51:11.653Z Compiling sec1 v0.7.3
20962025-09-23T03:51:11.776Z Compiling group v0.13.0
20972025-09-23T03:51:12.261Z Compiling num-iter v0.1.45
20982025-09-23T03:51:12.641Z Compiling rand v0.8.5
20992025-09-23T03:51:14.070Z Compiling flate2 v1.1.2
21002025-09-23T03:51:15.084Z Compiling addr2line v0.24.2
21012025-09-23T03:51:15.651Z Compiling ipnetwork v0.21.1
21022025-09-23T03:51:15.880Z Compiling hkdf v0.12.4
21032025-09-23T03:51:16.610Z Compiling terminal_size v0.4.0
21042025-09-23T03:51:16.691Z Compiling crypto-bigint v0.5.5
21052025-09-23T03:51:16.906Z Compiling enum-as-inner v0.6.1
21062025-09-23T03:51:17.456Z Compiling serde_repr v0.1.19
21072025-09-23T03:51:17.899Z Compiling object v0.36.5
21082025-09-23T03:51:18.443Z Compiling rustls-webpki v0.102.8
21092025-09-23T03:51:19.158Z Compiling managed v0.8.0
21102025-09-23T03:51:19.231Z Compiling clap_lex v0.7.4
21112025-09-23T03:51:19.721Z Compiling bumpalo v3.16.0
21122025-09-23T03:51:19.950Z Compiling lockfree-object-pool v0.1.6
21132025-09-23T03:51:20.199Z Compiling rustc-demangle v0.1.24
21142025-09-23T03:51:20.224Z Compiling winnow v0.5.40
21152025-09-23T03:51:23.913Z Compiling bitflags v1.3.2
21162025-09-23T03:51:24.095Z Compiling simd-adler32 v0.3.7
21172025-09-23T03:51:24.779Z Compiling zopfli v0.8.1
21182025-09-23T03:51:25.007Z Compiling backtrace v0.3.74
21192025-09-23T03:51:26.953Z Compiling tokio-rustls v0.26.0
21202025-09-23T03:51:27.521Z Compiling hyper-rustls v0.27.7
21212025-09-23T03:51:27.771Z Compiling toml_edit v0.19.15
21222025-09-23T03:51:28.352Z Compiling clap_builder v4.5.41
21232025-09-23T03:51:28.642Z Compiling elliptic-curve v0.13.8
21242025-09-23T03:51:29.388Z Compiling oxnet v0.1.3
21252025-09-23T03:51:34.430Z Compiling zstd v0.13.3
21262025-09-23T03:51:34.546Z Compiling signal-hook-mio v0.2.4
21272025-09-23T03:51:35.141Z Compiling postgres-types v0.2.9
21282025-09-23T03:51:35.398Z Compiling phf v0.11.2
21292025-09-23T03:51:35.752Z Compiling strum v0.27.2
21302025-09-23T03:51:36.214Z Compiling ed25519 v2.2.3
21312025-09-23T03:51:36.312Z Compiling hubpack v0.1.2
21322025-09-23T03:51:36.391Z Compiling bzip2 v0.4.4
21332025-09-23T03:51:36.558Z Compiling bzip2 v0.5.2
21342025-09-23T03:51:36.886Z Compiling pkcs1 v0.7.5
21352025-09-23T03:51:37.135Z Compiling rfc6979 v0.4.0
21362025-09-23T03:51:37.304Z Compiling float-cmp v0.10.0
21372025-09-23T03:51:37.394Z Compiling regress v0.10.4
21382025-09-23T03:51:37.421Z Compiling serde-big-array v0.5.1
21392025-09-23T03:51:37.759Z Compiling bstr v1.10.0
21402025-09-23T03:51:37.989Z Compiling env_filter v0.1.2
21412025-09-23T03:51:38.649Z Compiling memmap v0.7.0
21422025-09-23T03:51:39.051Z Compiling socket2 v0.5.10
21432025-09-23T03:51:39.265Z Compiling normalize-line-endings v0.3.0
21442025-09-23T03:51:39.454Z Compiling precomputed-hash v0.1.1
21452025-09-23T03:51:39.657Z Compiling whoami v1.5.2
21462025-09-23T03:51:40.009Z Compiling difflib v0.4.0
21472025-09-23T03:51:42.683Z Compiling predicates-core v1.0.8
21482025-09-23T03:51:43.117Z Compiling data-encoding v2.9.0
21492025-09-23T03:51:44.582Z Compiling reqwest v0.12.22
21502025-09-23T03:51:45.056Z Compiling fixedbitset v0.4.2
21512025-09-23T03:51:45.358Z Compiling static_assertions v1.1.0
21522025-09-23T03:51:45.474Z Compiling new_debug_unreachable v1.0.6
21532025-09-23T03:51:45.503Z Compiling toml_write v0.1.2
21542025-09-23T03:51:45.658Z Compiling unicode-segmentation v1.12.0
21552025-09-23T03:51:45.901Z Compiling fastrand v2.1.1
21562025-09-23T03:51:46.637Z Compiling similar v2.7.0
21572025-09-23T03:51:46.727Z Compiling tempfile v3.20.0
21582025-09-23T03:51:48.470Z Compiling toml_edit v0.22.27
21592025-09-23T03:51:54.376Z Compiling string_cache v0.8.9
21602025-09-23T03:51:54.826Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21612025-09-23T03:51:56.476Z Compiling petgraph v0.6.5
21622025-09-23T03:51:57.357Z Compiling hickory-proto v0.25.2
21632025-09-23T03:52:00.295Z Compiling predicates v3.1.3
21642025-09-23T03:52:01.275Z Compiling typify-impl v0.3.0
21652025-09-23T03:52:01.672Z Compiling tokio-postgres v0.7.13
21662025-09-23T03:52:01.727Z Compiling usdt v0.5.0
21672025-09-23T03:52:02.516Z Compiling env_logger v0.11.5
21682025-09-23T03:52:03.205Z Compiling rsa v0.9.6
21692025-09-23T03:52:05.404Z Compiling ecdsa v0.16.9
21702025-09-23T03:52:08.215Z Compiling zip v4.2.0
21712025-09-23T03:52:09.202Z Compiling zip v0.6.6
21722025-09-23T03:52:09.403Z Compiling ed25519-dalek v2.1.1
21732025-09-23T03:52:10.428Z Compiling crossterm v0.28.1
21742025-09-23T03:52:10.454Z Compiling daft v0.1.4
21752025-09-23T03:52:11.086Z Compiling crossbeam-epoch v0.9.18
21762025-09-23T03:52:11.620Z Compiling clap v4.5.41
21772025-09-23T03:52:11.811Z Compiling toml v0.7.8
21782025-09-23T03:52:11.904Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21792025-09-23T03:52:12.397Z Compiling strum v0.26.3
21802025-09-23T03:52:13.246Z Compiling tokio-stream v0.1.17
21812025-09-23T03:52:13.326Z Compiling x509-cert v0.2.5
21822025-09-23T03:52:13.540Z Compiling sha1 v0.10.6
21832025-09-23T03:52:14.044Z Compiling hex v0.4.3
21842025-09-23T03:52:14.172Z Compiling structmeta-derive v0.3.0
21852025-09-23T03:52:14.215Z Compiling itertools v0.10.5
21862025-09-23T03:52:14.767Z Compiling winnow v0.6.26
21872025-09-23T03:52:15.138Z Compiling camino v1.2.0
21882025-09-23T03:52:16.942Z Compiling lalrpop-util v0.19.12
21892025-09-23T03:52:17.039Z Compiling peg-runtime v0.8.5
21902025-09-23T03:52:17.159Z Compiling rustc-hash v2.1.1
21912025-09-23T03:52:17.591Z Compiling structmeta v0.3.0
21922025-09-23T03:52:18.467Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21932025-09-23T03:52:19.535Z Compiling typify-macro v0.3.0
21942025-09-23T03:52:24.920Z Compiling radium v0.7.0
21952025-09-23T03:52:35.278Z Compiling maybe-uninit v2.0.0
21962025-09-23T03:52:35.322Z Compiling tap v1.0.1
21972025-09-23T03:52:37.226Z Compiling wyz v0.5.1
21982025-09-23T03:52:41.345Z Compiling futures-executor v0.3.31
21992025-09-23T03:52:41.725Z Compiling wait-timeout v0.2.0
22002025-09-23T03:52:42.467Z Compiling packed_struct v0.10.1
22012025-09-23T03:52:42.770Z Compiling typeid v1.0.3
22022025-09-23T03:52:43.017Z Compiling ident_case v1.0.1
22032025-09-23T03:52:43.277Z Compiling bit-vec v0.8.0
22042025-09-23T03:52:43.314Z Compiling funty v2.0.0
22052025-09-23T03:52:43.687Z Compiling quick-error v1.2.3
22062025-09-23T03:52:43.916Z Compiling rusty-fork v0.3.0
22072025-09-23T03:52:44.005Z Compiling bit-set v0.8.0
22082025-09-23T03:52:44.429Z Compiling bitvec v1.0.1
22092025-09-23T03:52:46.233Z Compiling darling_core v0.20.10
22102025-09-23T03:52:46.970Z Compiling futures v0.3.31
22112025-09-23T03:52:49.013Z Compiling typify v0.3.0
22122025-09-23T03:52:49.040Z Compiling derive-ex v0.1.8
22132025-09-23T03:52:51.419Z Compiling rand_xorshift v0.4.0
22142025-09-23T03:52:51.724Z Compiling packed_struct_codegen v0.10.1
22152025-09-23T03:52:52.600Z Compiling bitfield-macros v0.19.2
22162025-09-23T03:52:52.704Z Compiling zerocopy-derive v0.6.6
22172025-09-23T03:52:52.807Z Compiling indexmap v1.9.3
22182025-09-23T03:52:53.081Z Compiling crc-catalog v2.4.0
22192025-09-23T03:52:53.181Z Compiling unsafe-libyaml v0.2.11
22202025-09-23T03:52:53.311Z Compiling rustls v0.22.4
22212025-09-23T03:52:53.675Z Compiling unarray v0.1.4
22222025-09-23T03:52:54.661Z Compiling nodrop v0.1.14
22232025-09-23T03:52:54.860Z Compiling array-init v0.0.4
22242025-09-23T03:52:54.956Z Compiling serde_yaml v0.9.34+deprecated
22252025-09-23T03:52:58.258Z Compiling zerocopy v0.6.6
22262025-09-23T03:52:59.618Z Compiling bitfield v0.19.2
22272025-09-23T03:53:00.982Z Compiling proptest v1.7.0
22282025-09-23T03:53:02.915Z Compiling crc v3.2.1
22292025-09-23T03:53:03.483Z Compiling test-strategy v0.4.3
22302025-09-23T03:53:06.477Z Compiling darling_macro v0.20.10
22312025-09-23T03:53:07.620Z Compiling progenitor-impl v0.9.1
22322025-09-23T03:53:07.939Z Compiling smallvec v0.6.14
22332025-09-23T03:53:11.659Z Compiling toml v0.8.23
22342025-09-23T03:53:12.465Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22352025-09-23T03:53:13.228Z Compiling xattr v1.3.1
22362025-09-23T03:53:13.497Z Compiling pin-project-internal v1.1.6
22372025-09-23T03:53:13.633Z Compiling thread_local v1.1.8
22382025-09-23T03:53:14.503Z Compiling filetime v0.2.25
22392025-09-23T03:53:14.904Z Compiling multer v3.1.0
22402025-09-23T03:53:15.276Z Compiling same-file v1.0.6
22412025-09-23T03:53:15.645Z Compiling hashbrown v0.12.3
22422025-09-23T03:53:15.927Z Compiling slog-async v2.8.0
22432025-09-23T03:53:16.425Z Compiling match_cfg v0.1.0
22442025-09-23T03:53:16.683Z Compiling ref-cast v1.0.24
22452025-09-23T03:53:17.053Z Compiling rayon-core v1.12.1
22462025-09-23T03:53:17.177Z Compiling base64 v0.21.7
22472025-09-23T03:53:17.930Z Compiling ron v0.8.1
22482025-09-23T03:53:18.131Z Compiling hostname v0.3.1
22492025-09-23T03:53:18.483Z Compiling pin-project v1.1.6
22502025-09-23T03:53:18.511Z Compiling walkdir v2.5.0
22512025-09-23T03:53:18.757Z Compiling tar v0.4.44
22522025-09-23T03:53:18.785Z Compiling progenitor-macro v0.9.1
22532025-09-23T03:53:18.819Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
22542025-09-23T03:53:20.077Z Compiling erased-serde v0.4.6
22552025-09-23T03:53:20.841Z Compiling serde-hex v0.1.0
22562025-09-23T03:53:22.138Z Compiling darling v0.20.10
22572025-09-23T03:53:22.295Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
22582025-09-23T03:53:23.462Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22592025-09-23T03:53:24.480Z Compiling hashbrown v0.13.2
22602025-09-23T03:53:25.274Z Compiling progenitor-client v0.9.1
22612025-09-23T03:53:25.905Z Compiling toml_parser v1.0.2
22622025-09-23T03:53:26.096Z Compiling crossbeam-channel v0.5.15
22632025-09-23T03:53:26.265Z Compiling slog-json v2.6.1
22642025-09-23T03:53:26.791Z Compiling serde_path_to_error v0.1.17
22652025-09-23T03:53:27.736Z Compiling toml_datetime v0.7.0
22662025-09-23T03:53:27.860Z Compiling serde_spanned v1.0.0
22672025-09-23T03:53:28.219Z Compiling ordered-float v2.10.1
22682025-09-23T03:53:28.665Z Compiling ref-cast-impl v1.0.24
22692025-09-23T03:53:28.869Z Compiling snafu-derive v0.8.5
22702025-09-23T03:53:29.286Z Compiling async-stream-impl v0.3.6
22712025-09-23T03:53:29.332Z Compiling is-terminal v0.4.13
22722025-09-23T03:53:29.517Z Compiling fs-err v2.11.0
22732025-09-23T03:53:29.709Z Compiling dropshot v0.16.4
22742025-09-23T03:53:29.873Z Compiling toml_writer v1.0.2
22752025-09-23T03:53:30.087Z Compiling crc-any v2.5.0
22762025-09-23T03:53:30.385Z Compiling term v1.1.0
22772025-09-23T03:53:30.446Z Compiling take_mut v0.2.2
22782025-09-23T03:53:30.677Z Compiling debug-ignore v1.0.5
22792025-09-23T03:53:30.940Z Compiling async-stream v0.3.6
22802025-09-23T03:53:31.313Z Compiling slog-term v2.9.2
22812025-09-23T03:53:32.872Z Compiling snafu v0.8.5
22822025-09-23T03:53:33.614Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
22832025-09-23T03:53:34.128Z Compiling toml v0.9.5
22842025-09-23T03:53:34.629Z Compiling progenitor v0.9.1
22852025-09-23T03:53:34.853Z Compiling tokio-rustls v0.25.0
22862025-09-23T03:53:34.903Z Compiling serde-value v0.7.0
22872025-09-23T03:53:35.340Z Compiling slog-bunyan v2.5.0
22882025-09-23T03:53:35.693Z Compiling object v0.30.4
22892025-09-23T03:53:36.674Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22902025-09-23T03:53:38.031Z Compiling serde_with_macros v3.14.0
22912025-09-23T03:53:40.272Z Compiling serde-untagged v0.1.7
22922025-09-23T03:53:43.646Z Compiling camino-tempfile v1.4.1
22932025-09-23T03:53:43.946Z Compiling globset v0.4.15
22942025-09-23T03:53:44.489Z Compiling crossbeam-deque v0.8.5
22952025-09-23T03:53:44.993Z Compiling parse-display-derive v0.10.0
22962025-09-23T03:53:48.041Z Compiling olpc-cjson v0.1.4
22972025-09-23T03:53:48.426Z Compiling waitgroup v0.1.2
22982025-09-23T03:53:48.477Z Compiling pem v3.0.5
22992025-09-23T03:53:48.670Z Compiling rustls-pemfile v2.2.0
23002025-09-23T03:53:48.764Z Compiling dropshot_endpoint v0.16.4
23012025-09-23T03:53:48.797Z Compiling serde_plain v1.0.2
23022025-09-23T03:53:49.211Z Compiling hashbrown v0.16.0
23032025-09-23T03:53:49.468Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23042025-09-23T03:53:49.969Z Compiling async-recursion v1.1.1
23052025-09-23T03:53:50.154Z Compiling derive-where v1.5.0
23062025-09-23T03:53:50.214Z Compiling blake3 v1.5.4
23072025-09-23T03:53:50.857Z Compiling hostname v0.4.0
23082025-09-23T03:53:50.968Z Compiling instant v0.1.13
23092025-09-23T03:53:51.217Z Compiling path-slash v0.1.5
23102025-09-23T03:53:51.248Z Compiling foldhash v0.2.0
23112025-09-23T03:53:51.297Z Compiling unicode-xid v0.2.6
23122025-09-23T03:53:51.361Z Compiling typed-path v0.9.3
23132025-09-23T03:53:51.561Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23142025-09-23T03:53:51.674Z Compiling cargo-util-schemas v0.8.2
23152025-09-23T03:53:52.014Z Compiling iddqd v0.3.13
23162025-09-23T03:53:53.228Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23172025-09-23T03:53:53.257Z Compiling backoff v0.4.0
23182025-09-23T03:53:53.698Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192025-09-23T03:53:53.982Z Compiling parse-display v0.10.0
23202025-09-23T03:53:54.301Z Compiling tough v0.20.0
23212025-09-23T03:53:56.270Z Compiling serde_with v3.14.0
23222025-09-23T03:53:57.476Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232025-09-23T03:53:58.200Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
23242025-09-23T03:53:59.219Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23252025-09-23T03:53:59.474Z Compiling itertools v0.13.0
23262025-09-23T03:53:59.677Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
23272025-09-23T03:53:59.834Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282025-09-23T03:54:00.096Z Compiling progenitor-client v0.10.0
23292025-09-23T03:54:00.983Z Compiling macaddr v1.0.1
23302025-09-23T03:54:01.134Z Compiling cargo-platform v0.2.0
23312025-09-23T03:54:01.738Z Compiling memmap2 v0.9.5
23322025-09-23T03:54:02.442Z Compiling arrayref v0.3.9
23332025-09-23T03:54:02.514Z Compiling parse-size v1.1.0
23342025-09-23T03:54:02.603Z Compiling constant_time_eq v0.3.1
23352025-09-23T03:54:02.881Z Compiling indent_write v2.2.0
23362025-09-23T03:54:02.948Z Compiling arrayvec v0.7.6
23372025-09-23T03:54:03.188Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23382025-09-23T03:54:03.416Z Compiling cargo_metadata v0.21.0
23392025-09-23T03:54:05.936Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23402025-09-23T03:54:06.890Z Compiling topological-sort v0.2.2
23412025-09-23T03:54:07.305Z Compiling display-error-chain v0.2.2
23422025-09-23T03:54:07.618Z Compiling omicron-zone-package v0.12.2
23432025-09-23T03:54:07.745Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23442025-09-23T03:54:11.991Z Compiling shell-words v1.1.0
23452025-09-23T03:54:23.342Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23462025-09-23T03:54:34.624Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23472025-09-23T03:54:59.052Z Finished `release` profile [optimized] target(s) in 6m 21s
23482025-09-23T03:54:59.261Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23492025-09-23T03:54:59.360ZSep 23 03:54:58.768 DEBG changing working directory to /work/oxidecomputer/omicron
23502025-09-23T03:54:59.632ZSep 23 03:54:59.037 DEBG running: git rev-parse HEAD
23512025-09-23T03:54:59.663ZSep 23 03:54:59.043 DEBG process exited with exit status: 0 (5.246444ms)
23522025-09-23T03:54:59.663ZSep 23 03:54:59.043 INFO version: 16.0.0-0.ci+gitbcdabfda072
23532025-09-23T03:54:59.695ZSep 23 03:54:59.105 INFO cloning helios to /work/oxidecomputer/helios
23542025-09-23T03:54:59.696ZSep 23 03:54:59.105 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23552025-09-23T03:54:59.734ZCloning into '/work/oxidecomputer/helios'...
23562025-09-23T03:55:00.423ZSep 23 03:54:59.834 DEBG process exited with exit status: 0 (728.912989ms)
23572025-09-23T03:55:00.423ZSep 23 03:54:59.834 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23582025-09-23T03:55:00.449ZSep 23 03:54:59.840 DEBG process exited with exit status: 0 (6.100165ms)
23592025-09-23T03:55:00.449ZSep 23 03:54:59.840 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23602025-09-23T03:55:02.352ZSep 23 03:55:01.763 DEBG process exited with exit status: 0 (1.922559222s)
23612025-09-23T03:55:02.352ZSep 23 03:55:01.763 DEBG running: zfs list rpool/images/build/host
23622025-09-23T03:55:02.378ZNAME USED AVAIL REFER MOUNTPOINT
23632025-09-23T03:55:02.378Zrpool/images/build/host 96K 151G 96K /rpool/images/build/host
23642025-09-23T03:55:02.378ZSep 23 03:55:01.772 DEBG process exited with exit status: 0 (8.906709ms)
23652025-09-23T03:55:02.378ZSep 23 03:55:01.772 DEBG running: zfs list rpool/images/build/recovery
23662025-09-23T03:55:02.378ZNAME USED AVAIL REFER MOUNTPOINT
23672025-09-23T03:55:02.378Zrpool/images/build/recovery 96K 151G 96K /rpool/images/build/recovery
23682025-09-23T03:55:02.378ZSep 23 03:55:01.780 DEBG process exited with exit status: 0 (8.280027ms)
23692025-09-23T03:55:02.378ZSep 23 03:55:01.781 INFO [hubris-production] running task
23702025-09-23T03:55:02.378ZSep 23 03:55:01.782 INFO [hubris-staging] running task
23712025-09-23T03:55:02.378ZSep 23 03:55:01.782 INFO [incorp-manifest] running task
23722025-09-23T03:55:02.379ZSep 23 03:55:01.783 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
23732025-09-23T03:55:02.379ZSep 23 03:55:01.783 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23742025-09-23T03:55:02.379ZSep 23 03:55:01.786 INFO [incorp-create] running: pkgrepo create /work/incorporation
23752025-09-23T03:55:02.379ZSep 23 03:55:01.786 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23762025-09-23T03:55:02.542Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23772025-09-23T03:55:02.977ZSep 23 03:55:02.387 INFO [incorp-create] process exited with exit status: 0 (603.576973ms)
23782025-09-23T03:55:03.002ZSep 23 03:55:02.388 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23792025-09-23T03:55:03.489ZSep 23 03:55:02.900 INFO [incorp-publisher] process exited with exit status: 0 (512.127411ms)
23802025-09-23T03:55:03.515Z[ omicron-package] Blocking waiting for file lock on package cache
23812025-09-23T03:55:04.220Z[ omicron-package] Blocking waiting for file lock on package cache
23822025-09-23T03:55:05.725Z[ omicron-package] Compiling ring v0.17.14
23832025-09-23T03:55:05.985Z[ omicron-package] Compiling darling_core v0.21.0
23842025-09-23T03:55:06.012Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23852025-09-23T03:55:06.012Z[ omicron-package] Compiling itertools v0.14.0
23862025-09-23T03:55:06.012Z[ omicron-package] Compiling heapless v0.8.0
23872025-09-23T03:55:06.012Z[ omicron-package] Compiling hash32 v0.3.1
23882025-09-23T03:55:06.012Z[ omicron-package] Compiling smoltcp v0.11.0
23892025-09-23T03:55:07.389Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23902025-09-23T03:55:08.895Z[ omicron-package] Compiling num_enum_derive v0.5.11
23912025-09-23T03:55:08.925Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23922025-09-23T03:55:09.830Z[ omicron-package] Compiling cobs v0.2.3
23932025-09-23T03:55:09.868Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23942025-09-23T03:55:11.361Z[ omicron-package] Compiling postcard v1.0.10
23952025-09-23T03:55:11.418Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
23962025-09-23T03:55:12.903ZSep 23 03:55:11.758 INFO [hubris-production] task succeeded (9.976563887s)
23972025-09-23T03:55:12.940Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
23982025-09-23T03:55:12.940Z[ omicron-package] Compiling rustls v0.23.19
23992025-09-23T03:55:12.987Z[ omicron-package] Compiling num_enum v0.5.11
24002025-09-23T03:55:13.749Z[ omicron-package] Compiling proc-macro-error v1.0.4
24012025-09-23T03:55:13.777Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24022025-09-23T03:55:13.977Z[ omicron-package] Compiling unicode-width v0.1.14
24032025-09-23T03:55:14.362Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24042025-09-23T03:55:15.221Z[ omicron-package] Compiling tabwriter v1.4.0
24052025-09-23T03:55:16.777Z[ omicron-package] Compiling foreign-types v0.5.0
24062025-09-23T03:55:16.923Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24072025-09-23T03:55:17.043Z[ omicron-package] Compiling cstr-argument v0.1.2
24082025-09-23T03:55:17.205Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24092025-09-23T03:55:17.441Z[ omicron-package] Compiling pretty-hex v0.2.1
24102025-09-23T03:55:17.859Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24112025-09-23T03:55:18.292Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24122025-09-23T03:55:18.614Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24132025-09-23T03:55:18.758Z[ omicron-package] Compiling darling_macro v0.21.0
24142025-09-23T03:55:18.948Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24152025-09-23T03:55:19.087Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24162025-09-23T03:55:19.615Z[ omicron-package] Compiling rayon v1.10.0
24172025-09-23T03:55:20.074Z[ omicron-package] Compiling rustls-webpki v0.102.8
24182025-09-23T03:55:20.654Z[ omicron-package] Compiling colored v2.2.0
24192025-09-23T03:55:21.430Z[ omicron-package] Compiling heck v0.4.1
24202025-09-23T03:55:21.504Z[ omicron-package] Compiling darling v0.21.0
24212025-09-23T03:55:21.868Z[ omicron-package] Compiling ingot-macros v0.1.1
24222025-09-23T03:55:23.438Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24232025-09-23T03:55:23.962Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24242025-09-23T03:55:24.634Z[ omicron-package] Compiling sigpipe v0.1.3
24252025-09-23T03:55:24.923Z[ omicron-package] Compiling num-derive v0.4.2
24262025-09-23T03:55:25.632Z[ omicron-package] Compiling libefi-sys v0.1.0
24272025-09-23T03:55:26.077Z[ omicron-package] Compiling jiff v0.2.15
24282025-09-23T03:55:26.384Z[ omicron-package] Compiling glob v0.3.2
24292025-09-23T03:55:28.132Z[ omicron-package] Compiling rustls v0.22.4
24302025-09-23T03:55:28.209Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24312025-09-23T03:55:29.172Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24322025-09-23T03:55:29.421Z[ omicron-package] Compiling zone v0.3.1
24332025-09-23T03:55:29.957Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24342025-09-23T03:55:31.131Z[ omicron-package] Compiling ingot-types v0.1.2
24352025-09-23T03:55:31.413Z[ omicron-package] Compiling smf v0.2.3
24362025-09-23T03:55:34.730Z[ omicron-package] Compiling tokio-rustls v0.26.0
24372025-09-23T03:55:36.025Z[ omicron-package] Compiling hyper-rustls v0.27.7
24382025-09-23T03:55:36.546Z[ omicron-package] Compiling ingot v0.1.1
24392025-09-23T03:55:37.009Z[ omicron-package] Compiling reqwest v0.12.22
24402025-09-23T03:55:39.114Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24412025-09-23T03:55:40.210Z[ omicron-package] Compiling bitfield-struct v0.6.2
24422025-09-23T03:55:42.036Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24432025-09-23T03:55:42.186Z[ omicron-package] Compiling unicode-width v0.2.0
24442025-09-23T03:55:42.545Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24452025-09-23T03:55:43.229Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24462025-09-23T03:55:43.569Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24472025-09-23T03:55:43.727Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24482025-09-23T03:55:43.828Z[ omicron-package] Compiling console v0.16.0
24492025-09-23T03:55:45.941Z[ omicron-package] Compiling tokio-rustls v0.25.0
24502025-09-23T03:55:45.973Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24512025-09-23T03:55:46.730Z[ omicron-package] Compiling dropshot v0.16.4
24522025-09-23T03:55:46.932Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24532025-09-23T03:55:48.189Z[ omicron-package] Compiling gethostname v0.5.0
24542025-09-23T03:55:49.530Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24552025-09-23T03:55:50.246Z[ omicron-package] Compiling fixedbitset v0.5.7
24562025-09-23T03:55:51.587Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24572025-09-23T03:55:51.587Z[ helios-setup] --> src/main.rs:79:10
24582025-09-23T03:55:51.612Z[ helios-setup] |
24592025-09-23T03:55:51.612Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24602025-09-23T03:55:51.612Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24612025-09-23T03:55:51.612Z[ helios-setup] | |
24622025-09-23T03:55:51.612Z[ helios-setup] | the lifetime is elided here
24632025-09-23T03:55:51.612Z[ helios-setup] |
24642025-09-23T03:55:51.612Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24652025-09-23T03:55:51.612Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24662025-09-23T03:55:51.612Z[ helios-setup] help: use `'_` for type paths
24672025-09-23T03:55:51.612Z[ helios-setup] |
24682025-09-23T03:55:51.612Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24692025-09-23T03:55:51.613Z[ helios-setup] | ++++
24702025-09-23T03:55:51.613Z[ helios-setup]
24712025-09-23T03:55:51.936Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24722025-09-23T03:55:52.555Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24732025-09-23T03:55:53.194Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24742025-09-23T03:55:54.433Z[ omicron-package] Compiling unit-prefix v0.5.1
24752025-09-23T03:55:54.522Z[ omicron-package] Compiling petgraph v0.8.2
24762025-09-23T03:55:55.227Z[ omicron-package] Compiling indicatif v0.18.0
24772025-09-23T03:56:00.383ZSep 23 03:55:59.797 INFO [hubris-staging] task succeeded (58.015107681s)
24782025-09-23T03:56:01.030Z[ omicron-package] Compiling progenitor-client v0.9.1
24792025-09-23T03:56:02.509Z[ omicron-package] Compiling progenitor v0.9.1
24802025-09-23T03:56:02.625Z[ helios-setup] Sep 23 03:56:02.039 INFO helios repository root is: /work/oxidecomputer/helios
24812025-09-23T03:56:02.650Z[ helios-setup] Sep 23 03:56:02.041 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
24822025-09-23T03:56:02.650Z[ helios-setup] Sep 23 03:56:02.041 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24832025-09-23T03:56:02.650Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24842025-09-23T03:56:03.005Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
24852025-09-23T03:56:03.030Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24862025-09-23T03:56:03.071Z[ omicron-package] Compiling progenitor-client v0.10.0
24872025-09-23T03:56:03.529ZSep 23 03:56:02.943 DEBG process exited with exit status: 0 (61.1602158s)
24882025-09-23T03:56:03.554ZSep 23 03:56:02.948 INFO [incorp-manifest] task succeeded (61.165787564s)
24892025-09-23T03:56:03.555ZSep 23 03:56:02.948 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24902025-09-23T03:56:03.624Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912025-09-23T03:56:03.808Z[ helios-setup] Sep 23 03:56:03.222 INFO clone ok!, project: phbl
24922025-09-23T03:56:03.834Z[ helios-setup] Sep 23 03:56:03.222 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
24932025-09-23T03:56:03.834Z[ helios-setup] Sep 23 03:56:03.222 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24942025-09-23T03:56:03.834Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24952025-09-23T03:56:04.065ZSep 23 03:56:03.479 INFO [incorp-fmt] process exited with exit status: 0 (530.874243ms)
24962025-09-23T03:56:04.090ZSep 23 03:56:03.481 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24972025-09-23T03:56:04.323Z[ omicron-package] Compiling omicron-zone-package v0.12.2
24982025-09-23T03:56:04.611Z[ helios-setup] Sep 23 03:56:04.025 INFO clone ok!, project: image-builder
24992025-09-23T03:56:04.636Z[ helios-setup] Sep 23 03:56:04.025 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
25002025-09-23T03:56:04.636Z[ helios-setup] Sep 23 03:56:04.025 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25012025-09-23T03:56:04.636Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25022025-09-23T03:56:04.831Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250923T035604Z
25032025-09-23T03:56:04.856Z[ incorp-pkgsend] PUBLISHED
25042025-09-23T03:56:04.914ZSep 23 03:56:04.328 INFO [incorp-pkgsend] process exited with exit status: 0 (848.667111ms)
25052025-09-23T03:56:04.939ZSep 23 03:56:04.328 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25062025-09-23T03:56:05.417Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25072025-09-23T03:56:05.443Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25082025-09-23T03:56:05.507Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25092025-09-23T03:56:05.507Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25102025-09-23T03:56:05.534Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25112025-09-23T03:56:05.534Z[ helios-incorp]
25122025-09-23T03:56:05.534Z[ helios-incorp] Archiving packages ...
25132025-09-23T03:56:05.534Z[ helios-incorp] Packages to add: 1
25142025-09-23T03:56:05.534Z[ helios-incorp] Files to retrieve: 0
25152025-09-23T03:56:05.534Z[ helios-incorp] Estimated transfer size: 0.00 B
25162025-09-23T03:56:05.534Z[ helios-incorp]
25172025-09-23T03:56:05.534Z[ helios-incorp] Packages to archive:
25182025-09-23T03:56:05.534Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250923T035604Z
25192025-09-23T03:56:05.534Z[ helios-incorp]
25202025-09-23T03:56:05.534Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25212025-09-23T03:56:05.534Z[ helios-incorp] Archiving: Completed 107.19 kB in 0.00 seconds
25222025-09-23T03:56:05.534Z[ helios-setup] Sep 23 03:56:04.921 INFO clone ok!, project: bootserver
25232025-09-23T03:56:05.534Z[ helios-setup] Sep 23 03:56:04.922 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
25242025-09-23T03:56:05.534Z[ helios-setup] Sep 23 03:56:04.922 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25252025-09-23T03:56:05.534Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25262025-09-23T03:56:05.593ZSep 23 03:56:05.006 INFO [helios-incorp] process exited with exit status: 0 (678.026356ms)
25272025-09-23T03:56:05.842Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25282025-09-23T03:56:06.541Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25292025-09-23T03:56:06.927Z[ helios-setup] Sep 23 03:56:06.341 INFO clone ok!, project: chelsio-t6-roms
25302025-09-23T03:56:06.952Z[ helios-setup] Sep 23 03:56:06.341 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
25312025-09-23T03:56:06.952Z[ helios-setup] Sep 23 03:56:06.341 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25322025-09-23T03:56:06.952Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25332025-09-23T03:56:08.211Z[ helios-setup] Sep 23 03:56:07.625 INFO clone ok!, project: pilot
25342025-09-23T03:56:08.236Z[ helios-setup] Sep 23 03:56:07.625 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
25352025-09-23T03:56:08.236Z[ helios-setup] Sep 23 03:56:07.625 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
25362025-09-23T03:56:08.236Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25372025-09-23T03:56:09.508Z[ helios-setup] Sep 23 03:56:08.922 INFO clone ok!, project: amd-host-image-builder
25382025-09-23T03:56:09.508Z[ helios-setup] Sep 23 03:56:08.922 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
25392025-09-23T03:56:09.508Z[ helios-setup] Sep 23 03:56:08.922 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25402025-09-23T03:56:09.534Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25412025-09-23T03:56:12.021Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25422025-09-23T03:56:18.904Z[ helios-setup] Sep 23 03:56:18.319 INFO clone ok!, project: amd-firmware
25432025-09-23T03:56:18.904Z[ helios-setup] Sep 23 03:56:18.319 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25442025-09-23T03:56:18.904Z[ helios-setup] Sep 23 03:56:18.319 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25452025-09-23T03:56:18.929Z[ helios-setup] Sep 23 03:56:18.319 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25462025-09-23T03:56:18.929Z[ helios-setup] Sep 23 03:56:18.319 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
25472025-09-23T03:56:18.929Z[ helios-setup] Sep 23 03:56:18.319 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25482025-09-23T03:56:18.929Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25492025-09-23T03:56:19.662Z[ helios-setup] Sep 23 03:56:19.075 INFO clone ok!, project: pinprick
25502025-09-23T03:56:19.687Z[ helios-setup] Sep 23 03:56:19.076 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25512025-09-23T03:56:20.230Z[ helios-setup] Sep 23 03:56:19.645 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25522025-09-23T03:56:20.819Z[ helios-setup] Sep 23 03:56:20.234 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25532025-09-23T03:56:20.819Z[ helios-setup] Sep 23 03:56:20.234 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25542025-09-23T03:56:21.490Z[ helios-setup] Sep 23 03:56:20.904 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25552025-09-23T03:56:22.119Z[ helios-setup] Sep 23 03:56:21.532 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25562025-09-23T03:56:22.119Z[ helios-setup] Sep 23 03:56:21.532 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25572025-09-23T03:56:22.764Z[ helios-setup] Sep 23 03:56:22.179 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25582025-09-23T03:56:23.297Z[ helios-setup] Sep 23 03:56:22.712 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25592025-09-23T03:56:23.322Z[ helios-setup] Sep 23 03:56:22.712 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25602025-09-23T03:56:23.322Z[ helios-setup] Sep 23 03:56:22.712 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25612025-09-23T03:56:23.322Z[ helios-setup] Sep 23 03:56:22.712 INFO ok!
25622025-09-23T03:56:23.322Z[ helios-setup] Sep 23 03:56:22.712 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25632025-09-23T03:56:23.322Z[ helios-setup] Sep 23 03:56:22.712 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25642025-09-23T03:56:23.323Z[ helios-setup] Sep 23 03:56:22.713 INFO ok!
25652025-09-23T03:56:23.323Z[ helios-setup] Sep 23 03:56:22.713 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25662025-09-23T03:56:23.323Z[ helios-setup] Sep 23 03:56:22.713 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25672025-09-23T03:56:23.323Z[ helios-setup] Sep 23 03:56:22.713 INFO ok!
25682025-09-23T03:56:23.323Z[ helios-setup] Sep 23 03:56:22.713 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
25692025-09-23T03:56:23.419Z[ helios-setup] Sep 23 03:56:22.834 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
25702025-09-23T03:56:23.419Z[ helios-setup] Sep 23 03:56:22.834 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
25712025-09-23T03:56:23.444Z[ helios-setup] Sep 23 03:56:22.834 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
25722025-09-23T03:56:23.677Z[ helios-setup] Sep 23 03:56:23.092 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
25732025-09-23T03:56:24.101Z[ helios-setup] Sep 23 03:56:23.516 INFO E| From https://github.com/jclulow/rust-jmclib
25742025-09-23T03:56:24.101Z[ helios-setup] Sep 23 03:56:23.516 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
25752025-09-23T03:56:24.126Z[ helios-setup] Sep 23 03:56:23.535 INFO E| Updating crates.io index
25762025-09-23T03:56:24.311Z[ helios-setup] Sep 23 03:56:23.726 INFO E| Downloading crates ...
25772025-09-23T03:56:24.395Z[ helios-setup] Sep 23 03:56:23.810 INFO E| Downloaded toml v0.5.11
25782025-09-23T03:56:24.420Z[ helios-setup] Sep 23 03:56:23.814 INFO E| Downloaded quote v1.0.31
25792025-09-23T03:56:24.420Z[ helios-setup] Sep 23 03:56:23.818 INFO E| Downloaded errno v0.3.1
25802025-09-23T03:56:24.421Z[ helios-setup] Sep 23 03:56:23.826 INFO E| Downloaded cpufeatures v0.2.9
25812025-09-23T03:56:24.421Z[ helios-setup] Sep 23 03:56:23.828 INFO E| Downloaded anyhow v1.0.72
25822025-09-23T03:56:24.421Z[ helios-setup] Sep 23 03:56:23.833 INFO E| Downloaded block-buffer v0.9.0
25832025-09-23T03:56:24.421Z[ helios-setup] Sep 23 03:56:23.834 INFO E| Downloaded bitflags v2.3.3
25842025-09-23T03:56:24.446Z[ helios-setup] Sep 23 03:56:23.839 INFO E| Downloaded tempfile v3.7.0
25852025-09-23T03:56:24.446Z[ helios-setup] Sep 23 03:56:23.848 INFO E| Downloaded sha-1 v0.9.8
25862025-09-23T03:56:24.446Z[ helios-setup] Sep 23 03:56:23.853 INFO E| Downloaded opaque-debug v0.3.0
25872025-09-23T03:56:24.446Z[ helios-setup] Sep 23 03:56:23.856 INFO E| Downloaded digest v0.9.0
25882025-09-23T03:56:24.446Z[ helios-setup] Sep 23 03:56:23.858 INFO E| Downloaded unicode-width v0.1.10
25892025-09-23T03:56:24.446Z[ helios-setup] Sep 23 03:56:23.860 INFO E| Downloaded libdevinfo-sys v1.0.0
25902025-09-23T03:56:24.472Z[ helios-setup] Sep 23 03:56:23.862 INFO E| Downloaded itoa v1.0.9
25912025-09-23T03:56:24.472Z[ helios-setup] Sep 23 03:56:23.864 INFO E| Downloaded walkdir v2.3.3
25922025-09-23T03:56:24.472Z[ helios-setup] Sep 23 03:56:23.866 INFO E| Downloaded uuid v0.8.2
25932025-09-23T03:56:24.472Z[ helios-setup] Sep 23 03:56:23.871 INFO E| Downloaded unicode-ident v1.0.11
25942025-09-23T03:56:24.472Z[ helios-setup] Sep 23 03:56:23.875 INFO E| Downloaded ryu v1.0.15
25952025-09-23T03:56:24.472Z[ helios-setup] Sep 23 03:56:23.879 INFO E| Downloaded proc-macro2 v1.0.66
25962025-09-23T03:56:24.472Z[ helios-setup] Sep 23 03:56:23.883 INFO E| Downloaded serde v1.0.193
25972025-09-23T03:56:24.497Z[ helios-setup] Sep 23 03:56:23.887 INFO E| Downloaded typenum v1.16.0
25982025-09-23T03:56:24.497Z[ helios-setup] Sep 23 03:56:23.890 INFO E| Downloaded serde_json v1.0.103
25992025-09-23T03:56:24.497Z[ helios-setup] Sep 23 03:56:23.900 INFO E| Downloaded md-5 v0.9.1
26002025-09-23T03:56:24.497Z[ helios-setup] Sep 23 03:56:23.902 INFO E| Downloaded getrandom v0.2.10
26012025-09-23T03:56:24.498Z[ helios-setup] Sep 23 03:56:23.906 INFO E| Downloaded syn v2.0.32
26022025-09-23T03:56:24.524Z[ helios-setup] Sep 23 03:56:23.917 INFO E| Downloaded serde_derive v1.0.193
26032025-09-23T03:56:24.524Z[ helios-setup] Sep 23 03:56:23.920 INFO E| Downloaded once_cell v1.18.0
26042025-09-23T03:56:24.524Z[ helios-setup] Sep 23 03:56:23.924 INFO E| Downloaded glob v0.3.1
26052025-09-23T03:56:24.524Z[ helios-setup] Sep 23 03:56:23.925 INFO E| Downloaded fastrand v2.0.0
26062025-09-23T03:56:24.524Z[ helios-setup] Sep 23 03:56:23.928 INFO E| Downloaded rustix v0.38.4
26072025-09-23T03:56:24.549Z[ helios-setup] Sep 23 03:56:23.954 INFO E| Downloaded libc v0.2.147
26082025-09-23T03:56:24.644Z[ helios-setup] Sep 23 03:56:24.057 INFO E| Compiling libc v0.2.147
26092025-09-23T03:56:24.644Z[ helios-setup] Sep 23 03:56:24.057 INFO E| Compiling proc-macro2 v1.0.66
26102025-09-23T03:56:24.669Z[ helios-setup] Sep 23 03:56:24.057 INFO E| Compiling cfg-if v1.0.0
26112025-09-23T03:56:24.669Z[ helios-setup] Sep 23 03:56:24.057 INFO E| Compiling unicode-ident v1.0.11
26122025-09-23T03:56:24.669Z[ helios-setup] Sep 23 03:56:24.058 INFO E| Compiling version_check v0.9.4
26132025-09-23T03:56:24.669Z[ helios-setup] Sep 23 03:56:24.058 INFO E| Compiling typenum v1.16.0
26142025-09-23T03:56:24.669Z[ helios-setup] Sep 23 03:56:24.058 INFO E| Compiling serde v1.0.193
26152025-09-23T03:56:24.669Z[ helios-setup] Sep 23 03:56:24.058 INFO E| Compiling time-core v0.1.2
26162025-09-23T03:56:24.798Z[ helios-setup] Sep 23 03:56:24.213 INFO E| Compiling num-conv v0.1.0
26172025-09-23T03:56:24.899Z[ helios-setup] Sep 23 03:56:24.314 INFO E| Compiling rustix v0.38.4
26182025-09-23T03:56:24.948Z[ helios-setup] Sep 23 03:56:24.364 INFO E| Compiling powerfmt v0.2.0
26192025-09-23T03:56:25.182Z[ helios-setup] Sep 23 03:56:24.597 INFO E| Compiling itoa v1.0.9
26202025-09-23T03:56:25.372Z[ helios-setup] Sep 23 03:56:24.786 INFO E| Compiling slog v2.7.0
26212025-09-23T03:56:25.399Z[ helios-setup] Sep 23 03:56:24.813 INFO E| Compiling generic-array v0.14.7
26222025-09-23T03:56:25.579Z[ helios-setup] Sep 23 03:56:24.994 INFO E| Compiling deranged v0.3.11
26232025-09-23T03:56:25.604Z[ helios-setup] Sep 23 03:56:25.007 INFO E| Compiling time-macros v0.2.18
26242025-09-23T03:56:26.023Z[ helios-setup] Sep 23 03:56:25.439 INFO E| Compiling once_cell v1.18.0
26252025-09-23T03:56:26.121Z[ helios-setup] Sep 23 03:56:25.536 INFO E| Compiling bitflags v2.3.3
26262025-09-23T03:56:26.158Z[ helios-setup] Sep 23 03:56:25.573 INFO E| Compiling num_threads v0.1.6
26272025-09-23T03:56:26.536Z[ helios-setup] Sep 23 03:56:25.952 INFO E| Compiling quote v1.0.31
26282025-09-23T03:56:26.778Z[ helios-setup] Sep 23 03:56:26.194 INFO E| Compiling thread_local v1.1.7
26292025-09-23T03:56:27.087Z[ helios-setup] Sep 23 03:56:26.502 INFO E| Compiling syn v2.0.32
26302025-09-23T03:56:27.116Z[ helios-setup] Sep 23 03:56:26.531 INFO E| Compiling dirs-sys-next v0.1.2
26312025-09-23T03:56:27.300Z[ helios-setup] Sep 23 03:56:26.715 INFO E| Compiling errno v0.3.1
26322025-09-23T03:56:27.416Z[ helios-setup] Sep 23 03:56:26.831 INFO E| Compiling atty v0.2.14
26332025-09-23T03:56:27.441Z[ helios-setup] Sep 23 03:56:26.845 INFO E| Compiling fastrand v2.0.0
26342025-09-23T03:56:27.514Z[ helios-setup] Sep 23 03:56:26.930 INFO E| Compiling dirs-next v2.0.0
26352025-09-23T03:56:27.599Z[ helios-setup] Sep 23 03:56:27.014 INFO E| Compiling anyhow v1.0.72
26362025-09-23T03:56:27.777Z[ helios-setup] Sep 23 03:56:27.192 INFO E| Compiling term v0.7.0
26372025-09-23T03:56:27.995Z[ helios-setup] Sep 23 03:56:27.411 INFO E| Compiling serde_json v1.0.103
26382025-09-23T03:56:28.054Z[ helios-setup] Sep 23 03:56:27.469 INFO E| Compiling opaque-debug v0.3.0
26392025-09-23T03:56:28.191Z[ helios-setup] Sep 23 03:56:27.607 INFO E| Compiling digest v0.9.0
26402025-09-23T03:56:28.230Z[ helios-setup] Sep 23 03:56:27.645 INFO E| Compiling block-buffer v0.9.0
26412025-09-23T03:56:28.594Z[ helios-setup] Sep 23 03:56:28.009 INFO E| Compiling getrandom v0.2.10
26422025-09-23T03:56:28.635Z[ helios-setup] Sep 23 03:56:28.051 INFO E| Compiling time v0.3.36
26432025-09-23T03:56:28.673Z[ helios-setup] Sep 23 03:56:28.083 INFO E| Compiling ryu v1.0.15
26442025-09-23T03:56:28.839Z[ helios-setup] Sep 23 03:56:28.254 INFO E| Compiling unicode-width v0.1.10
26452025-09-23T03:56:28.864Z[ helios-setup] Sep 23 03:56:28.276 INFO E| Compiling same-file v1.0.6
26462025-09-23T03:56:29.105Z[ helios-setup] Sep 23 03:56:28.520 INFO E| Compiling cpufeatures v0.2.9
26472025-09-23T03:56:29.131Z[ helios-setup] Sep 23 03:56:28.521 INFO E| Compiling walkdir v2.3.3
26482025-09-23T03:56:29.156Z[ helios-setup] Sep 23 03:56:28.565 INFO E| Compiling getopts v0.2.21
26492025-09-23T03:56:29.287Z[ helios-setup] Sep 23 03:56:28.703 INFO E| Compiling sha-1 v0.9.8
26502025-09-23T03:56:29.843Z[ helios-setup] Sep 23 03:56:29.259 INFO E| Compiling tempfile v3.7.0
26512025-09-23T03:56:30.247Z[ helios-setup] Sep 23 03:56:29.657 INFO E| Compiling md-5 v0.9.1
26522025-09-23T03:56:30.434Z[ helios-setup] Sep 23 03:56:29.849 INFO E| Compiling libdevinfo-sys v1.0.0
26532025-09-23T03:56:30.792Z[ helios-setup] Sep 23 03:56:30.207 INFO E| Compiling glob v0.3.1
26542025-09-23T03:56:32.596Z[ helios-setup] Sep 23 03:56:32.012 INFO E| Compiling slog-term v2.9.0
26552025-09-23T03:56:32.817Z[ helios-setup] Sep 23 03:56:32.233 INFO E| Compiling serde_derive v1.0.193
26562025-09-23T03:56:36.263Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26572025-09-23T03:56:38.039Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582025-09-23T03:56:40.734Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26592025-09-23T03:56:45.638Z[ helios-setup] Sep 23 03:56:45.054 INFO E| Compiling toml v0.5.11
26602025-09-23T03:56:45.638Z[ helios-setup] Sep 23 03:56:45.054 INFO E| Compiling uuid v0.8.2
26612025-09-23T03:56:48.084Z[ helios-setup] Sep 23 03:56:47.501 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26622025-09-23T03:56:48.956Z[ helios-setup] Sep 23 03:56:48.372 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26632025-09-23T03:56:59.368Z[ helios-setup] Sep 23 03:56:58.785 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.85s
26642025-09-23T03:56:59.398Z[ helios-setup] Sep 23 03:56:58.815 INFO building project "image-builder" ok (35 seconds)
26652025-09-23T03:56:59.424Z[ helios-setup] Sep 23 03:56:58.816 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26662025-09-23T03:56:59.527Z[ helios-setup] Sep 23 03:56:58.944 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
26672025-09-23T03:56:59.527Z[ helios-setup] Sep 23 03:56:58.945 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26682025-09-23T03:56:59.597Z[ helios-setup] Sep 23 03:56:58.945 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26692025-09-23T03:56:59.805Z[ helios-setup] Sep 23 03:56:59.222 INFO E| Downloading crates ...
26702025-09-23T03:56:59.879Z[ helios-setup] Sep 23 03:56:59.296 INFO E| Downloaded digest v0.10.3
26712025-09-23T03:56:59.905Z[ helios-setup] Sep 23 03:56:59.302 INFO E| Downloaded generic-array v0.14.6
26722025-09-23T03:56:59.905Z[ helios-setup] Sep 23 03:56:59.306 INFO E| Downloaded miniz_oxide v0.6.2
26732025-09-23T03:56:59.905Z[ helios-setup] Sep 23 03:56:59.311 INFO E| Downloaded typenum v1.15.0
26742025-09-23T03:56:59.905Z[ helios-setup] Sep 23 03:56:59.317 INFO E| Downloaded flate2 v1.0.25
26752025-09-23T03:56:59.930Z[ helios-setup] Sep 23 03:56:59.328 INFO E| Downloaded bytes v1.2.1
26762025-09-23T03:56:59.930Z[ helios-setup] Sep 23 03:56:59.336 INFO E| Downloaded sha2 v0.10.5
26772025-09-23T03:56:59.930Z[ helios-setup] Sep 23 03:56:59.341 INFO E| Downloaded cpufeatures v0.2.5
26782025-09-23T03:56:59.930Z[ helios-setup] Sep 23 03:56:59.344 INFO E| Downloaded anyhow v1.0.62
26792025-09-23T03:56:59.956Z[ helios-setup] Sep 23 03:56:59.351 INFO E| Downloaded block-buffer v0.10.3
26802025-09-23T03:57:00.002Z[ helios-setup] Sep 23 03:56:59.419 INFO E| Compiling version_check v0.9.4
26812025-09-23T03:57:00.002Z[ helios-setup] Sep 23 03:56:59.419 INFO E| Compiling typenum v1.15.0
26822025-09-23T03:57:00.028Z[ helios-setup] Sep 23 03:56:59.420 INFO E| Compiling cfg-if v1.0.0
26832025-09-23T03:57:00.028Z[ helios-setup] Sep 23 03:56:59.420 INFO E| Compiling crc32fast v1.3.2
26842025-09-23T03:57:00.028Z[ helios-setup] Sep 23 03:56:59.420 INFO E| Compiling anyhow v1.0.62
26852025-09-23T03:57:00.028Z[ helios-setup] Sep 23 03:56:59.420 INFO E| Compiling adler v1.0.2
26862025-09-23T03:57:00.028Z[ helios-setup] Sep 23 03:56:59.420 INFO E| Compiling cpufeatures v0.2.5
26872025-09-23T03:57:00.028Z[ helios-setup] Sep 23 03:56:59.420 INFO E| Compiling unicode-width v0.1.10
26882025-09-23T03:57:00.206Z[ helios-setup] Sep 23 03:56:59.623 INFO E| Compiling bitflags v1.3.2
26892025-09-23T03:57:00.234Z[ helios-setup] Sep 23 03:56:59.651 INFO E| Compiling bytes v1.2.1
26902025-09-23T03:57:00.287Z[ helios-setup] Sep 23 03:56:59.704 INFO E| Compiling getopts v0.2.21
26912025-09-23T03:57:00.342Z[ helios-setup] Sep 23 03:56:59.760 INFO E| Compiling miniz_oxide v0.6.2
26922025-09-23T03:57:00.705Z[ helios-setup] Sep 23 03:57:00.123 INFO E| Compiling generic-array v0.14.6
26932025-09-23T03:57:01.316Z[ helios-setup] Sep 23 03:57:00.733 INFO E| Compiling flate2 v1.0.25
26942025-09-23T03:57:02.687Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 00s
26952025-09-23T03:57:02.998Z[ omicron-package]
26962025-09-23T03:57:02.998Z[ omicron-package] real 2:00.542492624
26972025-09-23T03:57:02.998Z[ omicron-package] user 9:16.512591299
26982025-09-23T03:57:03.024Z[ omicron-package] sys 42.738595163
26992025-09-23T03:57:03.024Z[ omicron-package] trap 1.183659478
27002025-09-23T03:57:03.024Z[ omicron-package] tflt 0.671147850
27012025-09-23T03:57:03.024Z[ omicron-package] dflt 1.137747186
27022025-09-23T03:57:03.024Z[ omicron-package] kflt 0.002168454
27032025-09-23T03:57:03.024ZSep 23 03:57:02.416 INFO [omicron-package] process exited with exit status: 0 (120.63406741s)
27042025-09-23T03:57:03.024Z[ omicron-package] lock 31:33.118673595
27052025-09-23T03:57:03.024Z[ omicron-package] slp 36:13.166495658
27062025-09-23T03:57:03.024Z[ omicron-package] lat 3:59.015741402
27072025-09-23T03:57:03.024Z[ omicron-package] stop 1:35.684775448
27082025-09-23T03:57:03.024ZSep 23 03:57:02.417 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27092025-09-23T03:57:03.024ZSep 23 03:57:02.418 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27102025-09-23T03:57:03.024Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27112025-09-23T03:57:03.025Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27122025-09-23T03:57:03.025Z[ host-target] Created new build target 'host' and set it as active
27132025-09-23T03:57:03.025Z[ recovery-target] Created new build target 'recovery' and set it as active
27142025-09-23T03:57:03.050ZSep 23 03:57:02.446 INFO [host-target] process exited with exit status: 0 (28.55087ms)
27152025-09-23T03:57:03.050ZSep 23 03:57:02.446 INFO [recovery-target] process exited with exit status: 0 (27.804306ms)
27162025-09-23T03:57:03.050ZSep 23 03:57:02.446 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27172025-09-23T03:57:03.050Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27182025-09-23T03:57:03.676Z[ helios-setup] Sep 23 03:57:03.093 INFO E| Compiling crypto-common v0.1.6
27192025-09-23T03:57:03.676Z[ helios-setup] Sep 23 03:57:03.093 INFO E| Compiling block-buffer v0.10.3
27202025-09-23T03:57:03.915Z[ helios-setup] Sep 23 03:57:03.332 INFO E| Compiling digest v0.10.3
27212025-09-23T03:57:04.264Z[ helios-setup] Sep 23 03:57:03.681 INFO E| Compiling sha2 v0.10.5
27222025-09-23T03:57:04.784Z[ helios-setup] Sep 23 03:57:04.201 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27232025-09-23T03:57:06.517Z[ host-package] Compiling ring v0.17.14
27242025-09-23T03:57:06.679Z[ host-package] Compiling typify-impl v0.4.3
27252025-09-23T03:57:06.733Z[ host-package] Compiling camino v1.2.0
27262025-09-23T03:57:06.733Z[ host-package] Compiling is-terminal v0.4.13
27272025-09-23T03:57:06.733Z[ host-package] Compiling fastrand v2.1.1
27282025-09-23T03:57:06.733Z[ host-package] Compiling thread_local v1.1.8
27292025-09-23T03:57:07.588Z[ host-package] Compiling tempfile v3.20.0
27302025-09-23T03:57:07.695Z[ host-package] Compiling wait-timeout v0.2.0
27312025-09-23T03:57:08.083Z[ host-package] Compiling quick-error v1.2.3
27322025-09-23T03:57:08.128Z[ helios-setup] Sep 23 03:57:07.546 INFO E| Finished `release` profile [optimized] target(s) in 8.47s
27332025-09-23T03:57:08.152Z[ helios-setup] Sep 23 03:57:07.563 INFO building project "bootserver" ok (8 seconds)
27342025-09-23T03:57:08.152Z[ helios-setup] Sep 23 03:57:07.563 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27352025-09-23T03:57:08.240Z[ helios-setup] Sep 23 03:57:07.658 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
27362025-09-23T03:57:08.240Z[ helios-setup] Sep 23 03:57:07.658 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27372025-09-23T03:57:08.240Z[ helios-setup] Sep 23 03:57:07.658 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27382025-09-23T03:57:08.292Z[ host-package] Compiling match_cfg v0.1.0
27392025-09-23T03:57:08.371Z[ host-package] Compiling bit-vec v0.8.0
27402025-09-23T03:57:08.428Z[ host-package] Compiling hostname v0.3.1
27412025-09-23T03:57:08.492Z[ host-package] Compiling rusty-fork v0.3.0
27422025-09-23T03:57:08.516Z[ helios-setup] Sep 23 03:57:07.931 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27432025-09-23T03:57:08.738Z[ host-package] Compiling ref-cast v1.0.24
27442025-09-23T03:57:08.775Z[ host-package] Compiling multer v3.1.0
27452025-09-23T03:57:08.859Z[ host-package] Compiling bit-set v0.8.0
27462025-09-23T03:57:08.904Z[ host-package] Compiling slog-async v2.8.0
27472025-09-23T03:57:08.953Z[ host-package] Compiling crossbeam-channel v0.5.15
27482025-09-23T03:57:09.047Z[ host-package] Compiling toml_parser v1.0.2
27492025-09-23T03:57:09.205Z[ host-package] Compiling slog-json v2.6.1
27502025-09-23T03:57:09.306Z[ host-package] Compiling rand_xorshift v0.4.0
27512025-09-23T03:57:09.496Z[ helios-setup] Sep 23 03:57:08.915 INFO E| From https://github.com/oxidecomputer/progenitor
27522025-09-23T03:57:09.496Z[ helios-setup] Sep 23 03:57:08.915 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27532025-09-23T03:57:09.602Z[ helios-setup] Sep 23 03:57:09.020 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27542025-09-23T03:57:09.696Z[ host-package] Compiling futures-executor v0.3.31
27552025-09-23T03:57:09.775Z[ host-package] Compiling hex v0.4.3
27562025-09-23T03:57:10.093Z[ helios-setup] Sep 23 03:57:09.512 INFO E| From https://github.com/jclulow/hiercmd
27572025-09-23T03:57:10.094Z[ helios-setup] Sep 23 03:57:09.512 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27582025-09-23T03:57:10.119Z[ helios-setup] Sep 23 03:57:09.538 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27592025-09-23T03:57:10.144Z[ host-package] Compiling toml_datetime v0.7.0
27602025-09-23T03:57:10.329Z[ host-package] Compiling serde_spanned v1.0.0
27612025-09-23T03:57:10.469Z[ host-package] Compiling toml_writer v1.0.2
27622025-09-23T03:57:10.598Z[ host-package] Compiling term v1.1.0
27632025-09-23T03:57:10.644Z[ helios-setup] Sep 23 03:57:10.063 INFO E| From https://github.com/jclulow/network-interface
27642025-09-23T03:57:10.644Z[ helios-setup] Sep 23 03:57:10.063 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27652025-09-23T03:57:10.669Z[ helios-setup] Sep 23 03:57:10.083 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27662025-09-23T03:57:10.724Z[ host-package] Compiling take_mut v0.2.2
27672025-09-23T03:57:10.841Z[ host-package] Compiling convert_case v0.4.0
27682025-09-23T03:57:10.982Z[ host-package] Compiling unarray v0.1.4
27692025-09-23T03:57:11.072Z[ host-package] Compiling toml v0.9.5
27702025-09-23T03:57:11.096Z[ helios-setup] Sep 23 03:57:10.514 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27712025-09-23T03:57:11.096Z[ helios-setup] Sep 23 03:57:10.514 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27722025-09-23T03:57:11.139Z[ helios-setup] Sep 23 03:57:10.552 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27732025-09-23T03:57:11.260Z[ host-package] Compiling proptest v1.7.0
27742025-09-23T03:57:11.643Z[ host-package] Compiling derive_more v0.99.20
27752025-09-23T03:57:11.911Z[ host-package] Compiling slog-term v2.9.2
27762025-09-23T03:57:12.015Z[ helios-setup] Sep 23 03:57:11.434 INFO E| From https://github.com/oxidecomputer/facade
27772025-09-23T03:57:12.041Z[ helios-setup] Sep 23 03:57:11.434 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27782025-09-23T03:57:12.065Z[ helios-setup] Sep 23 03:57:11.477 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27792025-09-23T03:57:12.689Z[ helios-setup] Sep 23 03:57:12.108 INFO E| From https://github.com/oxidecomputer/dropshot
27802025-09-23T03:57:12.689Z[ helios-setup] Sep 23 03:57:12.108 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27812025-09-23T03:57:12.725Z[ helios-setup] Sep 23 03:57:12.143 INFO E| Updating crates.io index
27822025-09-23T03:57:12.989Z[ helios-setup] Sep 23 03:57:12.408 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27832025-09-23T03:57:13.246Z[ host-package] Compiling rustls v0.23.19
27842025-09-23T03:57:13.314Z[ host-package] Compiling rustls v0.22.4
27852025-09-23T03:57:13.688Z[ helios-setup] Sep 23 03:57:13.107 INFO E| From https://github.com/oxidecomputer/typify
27862025-09-23T03:57:13.712Z[ helios-setup] Sep 23 03:57:13.107 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27872025-09-23T03:57:14.103Z[ helios-setup] Sep 23 03:57:13.522 INFO E| Downloading crates ...
27882025-09-23T03:57:14.127Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27892025-09-23T03:57:14.248Z[ helios-setup] Sep 23 03:57:13.667 INFO E| Downloaded concolor-override v1.0.0
27902025-09-23T03:57:14.272Z[ helios-setup] Sep 23 03:57:13.670 INFO E| Downloaded const-random-macro v0.1.15
27912025-09-23T03:57:14.272Z[ helios-setup] Sep 23 03:57:13.673 INFO E| Downloaded anstyle v0.3.5
27922025-09-23T03:57:14.272Z[ helios-setup] Sep 23 03:57:13.676 INFO E| Downloaded autocfg v1.1.0
27932025-09-23T03:57:14.272Z[ helios-setup] Sep 23 03:57:13.680 INFO E| Downloaded async-stream v0.3.5
27942025-09-23T03:57:14.272Z[ helios-setup] Sep 23 03:57:13.684 INFO E| Downloaded num-integer v0.1.45
27952025-09-23T03:57:14.272Z[ helios-setup] Sep 23 03:57:13.689 INFO E| Downloaded iana-time-zone v0.1.56
27962025-09-23T03:57:14.297Z[ helios-setup] Sep 23 03:57:13.694 INFO E| Downloaded want v0.3.0
27972025-09-23T03:57:14.297Z[ helios-setup] Sep 23 03:57:13.698 INFO E| Downloaded log v0.4.17
27982025-09-23T03:57:14.297Z[ helios-setup] Sep 23 03:57:13.705 INFO E| Downloaded rustfmt-wrapper v0.2.0
27992025-09-23T03:57:14.297Z[ helios-setup] Sep 23 03:57:13.710 INFO E| Downloaded rsa v0.9.8
28002025-09-23T03:57:14.326Z[ helios-setup] Sep 23 03:57:13.724 INFO E| Downloaded reqwest v0.11.16
28012025-09-23T03:57:14.326Z[ helios-setup] Sep 23 03:57:13.742 INFO E| Downloaded semver v0.11.0
28022025-09-23T03:57:14.350Z[ helios-setup] Sep 23 03:57:13.750 INFO E| Downloaded futures-task v0.3.28
28032025-09-23T03:57:14.350Z[ helios-setup] Sep 23 03:57:13.755 INFO E| Downloaded der v0.7.10
28042025-09-23T03:57:14.376Z[ helios-setup] Sep 23 03:57:13.773 INFO E| Downloaded num_enum_derive v0.5.7
28052025-09-23T03:57:14.376Z[ helios-setup] Sep 23 03:57:13.778 INFO E| Downloaded tls_codec_derive v0.4.2
28062025-09-23T03:57:14.376Z[ helios-setup] Sep 23 03:57:13.783 INFO E| Downloaded tower-service v0.3.2
28072025-09-23T03:57:14.376Z[ helios-setup] Sep 23 03:57:13.785 INFO E| Downloaded tokio-rustls v0.24.0
28082025-09-23T03:57:14.376Z[ helios-setup] Sep 23 03:57:13.792 INFO E| Downloaded tokio-macros v2.0.0
28092025-09-23T03:57:14.400Z[ helios-setup] Sep 23 03:57:13.796 INFO E| Downloaded serde_path_to_error v0.1.11
28102025-09-23T03:57:14.400Z[ helios-setup] Sep 23 03:57:13.809 INFO E| Downloaded unicode-linebreak v0.1.4
28112025-09-23T03:57:14.400Z[ helios-setup] Sep 23 03:57:13.815 INFO E| Downloaded unsafe-libyaml v0.2.8
28122025-09-23T03:57:14.427Z[ helios-setup] Sep 23 03:57:13.825 INFO E| Downloaded tungstenite v0.18.0
28132025-09-23T03:57:14.427Z[ helios-setup] Sep 23 03:57:13.833 INFO E| Downloaded utf8parse v0.2.1
28142025-09-23T03:57:14.427Z[ helios-setup] Sep 23 03:57:13.838 INFO E| Downloaded uuid v1.3.0
28152025-09-23T03:57:14.427Z[ host-package] Compiling futures v0.3.31
28162025-09-23T03:57:14.453Z[ helios-setup] Sep 23 03:57:13.848 INFO E| Downloaded toml_datetime v0.6.1
28172025-09-23T03:57:14.453Z[ helios-setup] Sep 23 03:57:13.856 INFO E| Downloaded url v2.3.1
28182025-09-23T03:57:14.453Z[ helios-setup] Sep 23 03:57:13.862 INFO E| Downloaded tracing-core v0.1.30
28192025-09-23T03:57:14.453Z[ helios-setup] Sep 23 03:57:13.867 INFO E| Downloaded unicode-normalization v0.1.22
28202025-09-23T03:57:14.478Z[ helios-setup] Sep 23 03:57:13.873 INFO E| Downloaded toml_edit v0.19.8
28212025-09-23T03:57:14.478Z[ host-package] Compiling slog-bunyan v2.5.0
28222025-09-23T03:57:14.504Z[ helios-setup] Sep 23 03:57:13.919 INFO E| Downloaded syn v1.0.107
28232025-09-23T03:57:14.528Z[ helios-setup] Sep 23 03:57:13.926 INFO E| Downloaded winnow v0.4.1
28242025-09-23T03:57:14.528Z[ helios-setup] Sep 23 03:57:13.937 INFO E| Downloaded futures-sink v0.3.28
28252025-09-23T03:57:14.528Z[ helios-setup] Sep 23 03:57:13.939 INFO E| Downloaded num_enum v0.5.7
28262025-09-23T03:57:14.528Z[ helios-setup] Sep 23 03:57:13.944 INFO E| Downloaded rustix v0.37.3
28272025-09-23T03:57:14.552Z[ helios-setup] Sep 23 03:57:13.970 INFO E| Downloaded http v0.2.9
28282025-09-23T03:57:14.576Z[ helios-setup] Sep 23 03:57:13.975 INFO E| Downloaded iddqd v0.3.1
28292025-09-23T03:57:14.576Z[ helios-setup] Sep 23 03:57:13.986 INFO E| Downloaded encoding_rs v0.8.32
28302025-09-23T03:57:14.622Z[ helios-setup] Sep 23 03:57:14.016 INFO E| Downloaded pkg-config v0.3.26
28312025-09-23T03:57:14.622Z[ helios-setup] Sep 23 03:57:14.018 INFO E| Downloaded idna v0.3.0
28322025-09-23T03:57:14.647Z[ helios-setup] Sep 23 03:57:14.027 INFO E| Downloaded paste v1.0.12
28332025-09-23T03:57:14.647Z[ helios-setup] Sep 23 03:57:14.032 INFO E| Downloaded hashbrown v0.15.3
28342025-09-23T03:57:14.647Z[ helios-setup] Sep 23 03:57:14.039 INFO E| Downloaded serde_json v1.0.95
28352025-09-23T03:57:14.647Z[ helios-setup] Sep 23 03:57:14.049 INFO E| Downloaded clap v4.2.1
28362025-09-23T03:57:14.647Z[ helios-setup] Sep 23 03:57:14.061 INFO E| Downloaded syn v2.0.72
28372025-09-23T03:57:14.671Z[ helios-setup] Sep 23 03:57:14.077 INFO E| Downloaded tokio v1.27.0
28382025-09-23T03:57:14.701Z[ helios-setup] Sep 23 03:57:14.120 INFO E| Downloaded lock_api v0.4.9
28392025-09-23T03:57:14.725Z[ helios-setup] Sep 23 03:57:14.123 INFO E| Downloaded futures v0.3.28
28402025-09-23T03:57:14.725Z[ helios-setup] Sep 23 03:57:14.129 INFO E| Downloaded fastrand v1.9.0
28412025-09-23T03:57:14.725Z[ helios-setup] Sep 23 03:57:14.131 INFO E| Downloaded rustls v0.21.0
28422025-09-23T03:57:14.750Z[ helios-setup] Sep 23 03:57:14.146 INFO E| Downloaded regress v0.5.0
28432025-09-23T03:57:14.750Z[ helios-setup] Sep 23 03:57:14.155 INFO E| Downloaded unicode-ident v1.0.8
28442025-09-23T03:57:14.774Z[ helios-setup] Sep 23 03:57:14.171 INFO E| Downloaded rustls-webpki v0.100.1
28452025-09-23T03:57:14.774Z[ helios-setup] Sep 23 03:57:14.182 INFO E| Downloaded anstyle-parse v0.1.1
28462025-09-23T03:57:14.774Z[ helios-setup] Sep 23 03:57:14.186 INFO E| Downloaded tls_codec v0.4.2
28472025-09-23T03:57:14.774Z[ helios-setup] Sep 23 03:57:14.190 INFO E| Downloaded thiserror-impl v1.0.38
28482025-09-23T03:57:14.799Z[ helios-setup] Sep 23 03:57:14.193 INFO E| Downloaded openapiv3 v1.0.2
28492025-09-23T03:57:14.823Z[ helios-setup] Sep 23 03:57:14.218 INFO E| Downloaded schemars_derive v0.8.12
28502025-09-23T03:57:14.823Z[ helios-setup] Sep 23 03:57:14.222 INFO E| Downloaded memchr v2.5.0
28512025-09-23T03:57:14.823Z[ helios-setup] Sep 23 03:57:14.231 INFO E| Downloaded is-terminal v0.4.7
28522025-09-23T03:57:14.823Z[ helios-setup] Sep 23 03:57:14.234 INFO E| Downloaded concolor-query v0.3.3
28532025-09-23T03:57:14.823Z[ helios-setup] Sep 23 03:57:14.237 INFO E| Downloaded toml v0.7.3
28542025-09-23T03:57:14.847Z[ helios-setup] Sep 23 03:57:14.245 INFO E| Downloaded schemars v0.8.12
28552025-09-23T03:57:14.847Z[ helios-setup] Sep 23 03:57:14.265 INFO E| Downloaded percent-encoding v2.2.0
28562025-09-23T03:57:14.909Z[ helios-setup] Sep 23 03:57:14.267 INFO E| Downloaded lazy_static v1.4.0
28572025-09-23T03:57:14.909Z[ helios-setup] Sep 23 03:57:14.270 INFO E| Downloaded tokio-tungstenite v0.18.0
28582025-09-23T03:57:14.909Z[ helios-setup] Sep 23 03:57:14.274 INFO E| Downloaded time v0.1.45
28592025-09-23T03:57:14.909Z[ helios-setup] Sep 23 03:57:14.277 INFO E| Downloaded textwrap v0.16.0
28602025-09-23T03:57:14.909Z[ helios-setup] Sep 23 03:57:14.287 INFO E| Downloaded smawk v0.3.1
28612025-09-23T03:57:14.909Z[ helios-setup] Sep 23 03:57:14.290 INFO E| Downloaded smallvec v1.10.0
28622025-09-23T03:57:14.933Z[ helios-setup] Sep 23 03:57:14.294 INFO E| Downloaded serde v1.0.204
28632025-09-23T03:57:14.933Z[ helios-setup] Sep 23 03:57:14.299 INFO E| Downloaded http-body v0.4.5
28642025-09-23T03:57:14.933Z[ helios-setup] Sep 23 03:57:14.301 INFO E| Downloaded async-trait v0.1.68
28652025-09-23T03:57:14.933Z[ helios-setup] Sep 23 03:57:14.306 INFO E| Downloaded termcolor v1.2.0
28662025-09-23T03:57:14.933Z[ helios-setup] Sep 23 03:57:14.309 INFO E| Downloaded sct v0.7.0
28672025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.314 INFO E| Downloaded pin-project-lite v0.2.9
28682025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.321 INFO E| Downloaded getrandom v0.2.8
28692025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.325 INFO E| Downloaded flagset v0.4.7
28702025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.328 INFO E| Downloaded dyn-clone v1.0.11
28712025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.330 INFO E| Downloaded cc v1.0.78
28722025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.334 INFO E| Downloaded bytes v1.4.0
28732025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.339 INFO E| Downloaded bitfield v0.14.0
28742025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.342 INFO E| Downloaded async-stream-impl v0.3.5
28752025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.343 INFO E| Downloaded toolchain_find v0.2.0
28762025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.345 INFO E| Downloaded scopeguard v1.1.0
28772025-09-23T03:57:14.934Z[ helios-setup] Sep 23 03:57:14.348 INFO E| Downloaded rustls-pemfile v1.0.2
28782025-09-23T03:57:14.935Z[ helios-setup] Sep 23 03:57:14.352 INFO E| Downloaded regex v1.7.3
28792025-09-23T03:57:14.959Z[ helios-setup] Sep 23 03:57:14.368 INFO E| Downloaded proc-macro2 v1.0.86
28802025-09-23T03:57:14.959Z[ helios-setup] Sep 23 03:57:14.373 INFO E| Downloaded num-iter v0.1.44
28812025-09-23T03:57:14.959Z[ helios-setup] Sep 23 03:57:14.376 INFO E| Downloaded libz-sys v1.1.8
28822025-09-23T03:57:15.032Z[ helios-setup] Sep 23 03:57:14.450 INFO E| Downloaded httpdate v1.0.2
28832025-09-23T03:57:15.056Z[ helios-setup] Sep 23 03:57:14.452 INFO E| Downloaded git2 v0.16.1
28842025-09-23T03:57:15.056Z[ helios-setup] Sep 23 03:57:14.463 INFO E| Downloaded clap_derive v4.2.0
28852025-09-23T03:57:15.056Z[ helios-setup] Sep 23 03:57:14.467 INFO E| Downloaded byteorder v1.4.3
28862025-09-23T03:57:15.056Z[ helios-setup] Sep 23 03:57:14.470 INFO E| Downloaded anyhow v1.0.68
28872025-09-23T03:57:15.080Z[ helios-setup] Sep 23 03:57:14.475 INFO E| Downloaded unicode-bidi v0.3.13
28882025-09-23T03:57:15.080Z[ helios-setup] Sep 23 03:57:14.479 INFO E| Downloaded ucd-trie v0.1.5
28892025-09-23T03:57:15.080Z[ helios-setup] Sep 23 03:57:14.481 INFO E| Downloaded try-lock v0.2.4
28902025-09-23T03:57:15.080Z[ helios-setup] Sep 23 03:57:14.483 INFO E| Downloaded tracing v0.1.37
28912025-09-23T03:57:15.080Z[ helios-setup] Sep 23 03:57:14.489 INFO E| Downloaded tokio-util v0.7.7
28922025-09-23T03:57:15.080Z[ helios-setup] Sep 23 03:57:14.498 INFO E| Downloaded spin v0.5.2
28932025-09-23T03:57:15.105Z[ helios-setup] Sep 23 03:57:14.500 INFO E| Downloaded sha1 v0.10.5
28942025-09-23T03:57:15.105Z[ helios-setup] Sep 23 03:57:14.502 INFO E| Downloaded project-root v0.2.2
28952025-09-23T03:57:15.105Z[ helios-setup] Sep 23 03:57:14.504 INFO E| Downloaded libm v0.2.15
28962025-09-23T03:57:15.105Z[ helios-setup] Sep 23 03:57:14.520 INFO E| Downloaded ipnet v2.7.2
28972025-09-23T03:57:15.105Z[ helios-setup] Sep 23 03:57:14.523 INFO E| Downloaded hyper v0.14.25
28982025-09-23T03:57:15.129Z[ helios-setup] Sep 23 03:57:14.534 INFO E| Downloaded const-random v0.1.15
28992025-09-23T03:57:15.129Z[ helios-setup] Sep 23 03:57:14.536 INFO E| Downloaded aho-corasick v0.7.20
29002025-09-23T03:57:15.129Z[ helios-setup] Sep 23 03:57:14.541 INFO E| Downloaded serde_derive_internals v0.26.0
29012025-09-23T03:57:15.129Z[ helios-setup] Sep 23 03:57:14.544 INFO E| Downloaded proc-macro-crate v1.2.1
29022025-09-23T03:57:15.129Z[ helios-setup] Sep 23 03:57:14.546 INFO E| Downloaded pest v2.5.7
29032025-09-23T03:57:15.153Z[ helios-setup] Sep 23 03:57:14.552 INFO E| Downloaded futures-channel v0.3.28
29042025-09-23T03:57:15.153Z[ helios-setup] Sep 23 03:57:14.555 INFO E| Downloaded crc v3.3.0
29052025-09-23T03:57:15.153Z[ helios-setup] Sep 23 03:57:14.558 INFO E| Downloaded tinyvec v1.6.0
29062025-09-23T03:57:15.153Z[ helios-setup] Sep 23 03:57:14.562 INFO E| Downloaded thiserror v1.0.38
29072025-09-23T03:57:15.153Z[ helios-setup] Sep 23 03:57:14.568 INFO E| Downloaded terminal_size v0.2.6
29082025-09-23T03:57:15.153Z[ helios-setup] Sep 23 03:57:14.570 INFO E| Downloaded slog-async v2.7.0
29092025-09-23T03:57:15.154Z[ helios-setup] Sep 23 03:57:14.572 INFO E| Downloaded serde_spanned v0.6.1
29102025-09-23T03:57:15.178Z[ helios-setup] Sep 23 03:57:14.573 INFO E| Downloaded mio v0.8.5
29112025-09-23T03:57:15.178Z[ helios-setup] Sep 23 03:57:14.581 INFO E| Downloaded tempfile v3.5.0
29122025-09-23T03:57:15.178Z[ helios-setup] Sep 23 03:57:14.584 INFO E| Downloaded slog-bunyan v2.4.0
29132025-09-23T03:57:15.216Z[ host-package] Compiling async-stream v0.3.6
29142025-09-23T03:57:15.241Z[ helios-setup] Sep 23 03:57:14.637 INFO E| Downloaded serde_tokenstream v0.2.0
29152025-09-23T03:57:15.241Z[ helios-setup] Sep 23 03:57:14.642 INFO E| Downloaded strsim v0.10.0
29162025-09-23T03:57:15.241Z[ helios-setup] Sep 23 03:57:14.644 INFO E| Downloaded socket2 v0.4.9
29172025-09-23T03:57:15.241Z[ helios-setup] Sep 23 03:57:14.647 INFO E| Downloaded smartstring v1.0.1
29182025-09-23T03:57:15.241Z[ helios-setup] Sep 23 03:57:14.651 INFO E| Downloaded slab v0.4.7
29192025-09-23T03:57:15.265Z[ helios-setup] Sep 23 03:57:14.653 INFO E| Downloaded signal-hook-registry v1.4.0
29202025-09-23T03:57:15.265Z[ helios-setup] Sep 23 03:57:14.655 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29212025-09-23T03:57:15.312Z[ helios-setup] Sep 23 03:57:14.731 INFO E| Downloaded sha2 v0.10.6
29222025-09-23T03:57:15.337Z[ helios-setup] Sep 23 03:57:14.735 INFO E| Downloaded serde_derive v1.0.204
29232025-09-23T03:57:15.337Z[ helios-setup] Sep 23 03:57:14.739 INFO E| Downloaded semver-parser v0.10.2
29242025-09-23T03:57:15.337Z[ helios-setup] Sep 23 03:57:14.741 INFO E| Downloaded semver v1.0.17
29252025-09-23T03:57:15.337Z[ helios-setup] Sep 23 03:57:14.744 INFO E| Downloaded rhai v1.14.0
29262025-09-23T03:57:15.361Z[ helios-setup] Sep 23 03:57:14.761 INFO E| Downloaded parking_lot v0.12.1
29272025-09-23T03:57:15.362Z[ helios-setup] Sep 23 03:57:14.764 INFO E| Downloaded chrono v0.4.24
29282025-09-23T03:57:15.362Z[ helios-setup] Sep 23 03:57:14.773 INFO E| Downloaded num-traits v0.2.15
29292025-09-23T03:57:15.362Z[ helios-setup] Sep 23 03:57:14.777 INFO E| Downloaded jobserver v0.1.26
29302025-09-23T03:57:15.362Z[ helios-setup] Sep 23 03:57:14.779 INFO E| Downloaded futures-io v0.3.28
29312025-09-23T03:57:15.386Z[ helios-setup] Sep 23 03:57:14.781 INFO E| Downloaded futures-executor v0.3.28
29322025-09-23T03:57:15.386Z[ helios-setup] Sep 23 03:57:14.783 INFO E| Downloaded crossbeam-channel v0.5.6
29332025-09-23T03:57:15.386Z[ helios-setup] Sep 23 03:57:14.789 INFO E| Downloaded cargo-lock v8.0.3
29342025-09-23T03:57:15.386Z[ helios-setup] Sep 23 03:57:14.793 INFO E| Downloaded base64 v0.21.0
29352025-09-23T03:57:15.386Z[ helios-setup] Sep 23 03:57:14.797 INFO E| Downloaded anstream v0.2.6
29362025-09-23T03:57:15.386Z[ helios-setup] Sep 23 03:57:14.800 INFO E| Downloaded libc v0.2.139
29372025-09-23T03:57:15.415Z[ helios-setup] Sep 23 03:57:14.834 INFO E| Downloaded clap_lex v0.4.1
29382025-09-23T03:57:15.439Z[ helios-setup] Sep 23 03:57:14.835 INFO E| Downloaded base64ct v1.8.0
29392025-09-23T03:57:15.439Z[ helios-setup] Sep 23 03:57:14.838 INFO E| Downloaded h2 v0.3.16
29402025-09-23T03:57:15.439Z[ helios-setup] Sep 23 03:57:14.847 INFO E| Downloaded futures-util v0.3.28
29412025-09-23T03:57:15.463Z[ helios-setup] Sep 23 03:57:14.864 INFO E| Downloaded clap_builder v4.2.1
29422025-09-23T03:57:15.464Z[ helios-setup] Sep 23 03:57:14.872 INFO E| Downloaded ahash v0.7.6
29432025-09-23T03:57:15.464Z[ helios-setup] Sep 23 03:57:14.876 INFO E| Downloaded rhai_codegen v1.5.0
29442025-09-23T03:57:15.488Z[ helios-setup] Sep 23 03:57:14.888 INFO E| Downloaded parking_lot_core v0.9.6
29452025-09-23T03:57:15.488Z[ helios-setup] Sep 23 03:57:14.891 INFO E| Downloaded io-lifetimes v1.0.10
29462025-09-23T03:57:15.488Z[ helios-setup] Sep 23 03:57:14.900 INFO E| Downloaded futures-macro v0.3.28
29472025-09-23T03:57:15.488Z[ helios-setup] Sep 23 03:57:14.902 INFO E| Downloaded serde_yaml v0.9.21
29482025-09-23T03:57:15.512Z[ helios-setup] Sep 23 03:57:14.907 INFO E| Downloaded ryu v1.0.13
29492025-09-23T03:57:15.512Z[ helios-setup] Sep 23 03:57:14.912 INFO E| Downloaded quote v1.0.36
29502025-09-23T03:57:15.513Z[ helios-setup] Sep 23 03:57:14.916 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29512025-09-23T03:57:15.513Z[ helios-setup] Sep 23 03:57:14.919 INFO E| Downloaded ring v0.16.20
29522025-09-23T03:57:15.617Z[ helios-setup] Sep 23 03:57:15.036 INFO E| Downloaded ppv-lite86 v0.2.17
29532025-09-23T03:57:15.645Z[ helios-setup] Sep 23 03:57:15.038 INFO E| Downloaded once_cell v1.17.0
29542025-09-23T03:57:15.645Z[ host-package] Compiling rustls-webpki v0.102.8
29552025-09-23T03:57:15.645Z[ helios-setup] Sep 23 03:57:15.041 INFO E| Downloaded num_cpus v1.15.0
29562025-09-23T03:57:15.645Z[ helios-setup] Sep 23 03:57:15.045 INFO E| Downloaded httparse v1.8.0
29572025-09-23T03:57:15.645Z[ helios-setup] Sep 23 03:57:15.047 INFO E| Downloaded home v0.5.4
29582025-09-23T03:57:15.646Z[ helios-setup] Sep 23 03:57:15.048 INFO E| Downloaded futures-core v0.3.28
29592025-09-23T03:57:15.646Z[ helios-setup] Sep 23 03:57:15.050 INFO E| Downloaded form_urlencoded v1.1.0
29602025-09-23T03:57:15.646Z[ helios-setup] Sep 23 03:57:15.051 INFO E| Downloaded env_logger v0.10.2
29612025-09-23T03:57:15.646Z[ helios-setup] Sep 23 03:57:15.055 INFO E| Downloaded crossbeam-utils v0.8.14
29622025-09-23T03:57:15.646Z[ helios-setup] Sep 23 03:57:15.059 INFO E| Downloaded ahash v0.8.3
29632025-09-23T03:57:15.646Z[ helios-setup] Sep 23 03:57:15.062 INFO E| Downloaded derive-where v1.4.0
29642025-09-23T03:57:15.677Z[ helios-setup] Sep 23 03:57:15.067 INFO E| Downloaded camino v1.1.4
29652025-09-23T03:57:15.677Z[ helios-setup] Sep 23 03:57:15.070 INFO E| Downloaded itoa v1.0.6
29662025-09-23T03:57:15.677Z[ helios-setup] Sep 23 03:57:15.072 INFO E| Downloaded built v0.6.0
29672025-09-23T03:57:15.677Z[ helios-setup] Sep 23 03:57:15.074 INFO E| Downloaded bincode v1.3.3
29682025-09-23T03:57:15.702Z[ host-package] Compiling dropshot v0.16.4
29692025-09-23T03:57:15.871Z[ host-package] Compiling waitgroup v0.1.2
29702025-09-23T03:57:15.896Z[ helios-setup] Sep 23 03:57:15.285 INFO E| Compiling proc-macro2 v1.0.86
29712025-09-23T03:57:15.896Z[ helios-setup] Sep 23 03:57:15.285 INFO E| Compiling unicode-ident v1.0.8
29722025-09-23T03:57:15.896Z[ helios-setup] Sep 23 03:57:15.285 INFO E| Compiling libc v0.2.139
29732025-09-23T03:57:15.897Z[ helios-setup] Sep 23 03:57:15.285 INFO E| Compiling autocfg v1.1.0
29742025-09-23T03:57:15.897Z[ helios-setup] Sep 23 03:57:15.285 INFO E| Compiling cfg-if v1.0.0
29752025-09-23T03:57:15.897Z[ helios-setup] Sep 23 03:57:15.286 INFO E| Compiling version_check v0.9.4
29762025-09-23T03:57:15.897Z[ helios-setup] Sep 23 03:57:15.286 INFO E| Compiling serde v1.0.204
29772025-09-23T03:57:15.897Z[ helios-setup] Sep 23 03:57:15.286 INFO E| Compiling syn v1.0.107
29782025-09-23T03:57:16.178Z[ host-package] Compiling rustls-pemfile v2.2.0
29792025-09-23T03:57:16.831Z[ helios-setup] Sep 23 03:57:16.249 INFO E| Compiling memchr v2.5.0
29802025-09-23T03:57:17.101Z[ host-package] Compiling hashbrown v0.16.0
29812025-09-23T03:57:17.253Z[ helios-setup] Sep 23 03:57:16.672 INFO E| Compiling once_cell v1.17.0
29822025-09-23T03:57:17.279Z[ host-package] Compiling serde_path_to_error v0.1.17
29832025-09-23T03:57:17.575Z[ helios-setup] Sep 23 03:57:16.994 INFO E| Compiling thiserror v1.0.38
29842025-09-23T03:57:18.341Z[ helios-setup] Sep 23 03:57:17.754 INFO E| Compiling itoa v1.0.6
29852025-09-23T03:57:18.496Z[ host-package] Compiling typify-macro v0.4.3
29862025-09-23T03:57:18.899Z[ helios-setup] Sep 23 03:57:18.317 INFO E| Compiling log v0.4.17
29872025-09-23T03:57:18.923Z[ helios-setup] Sep 23 03:57:18.337 INFO E| Compiling serde_json v1.0.95
29882025-09-23T03:57:19.170Z[ host-package] Compiling hostname v0.4.0
29892025-09-23T03:57:19.355Z[ host-package] Compiling instant v0.1.13
29902025-09-23T03:57:19.928Z[ helios-setup] Sep 23 03:57:19.347 INFO E| Compiling quote v1.0.36
29912025-09-23T03:57:19.967Z[ host-package] Compiling foldhash v0.2.0
29922025-09-23T03:57:20.103Z[ host-package] Compiling debug-ignore v1.0.5
29932025-09-23T03:57:20.404Z[ helios-setup] Sep 23 03:57:19.823 INFO E| Compiling indexmap v1.9.3
29942025-09-23T03:57:20.468Z[ helios-setup] Sep 23 03:57:19.887 INFO E| Compiling const-oid v0.9.6
29952025-09-23T03:57:20.707Z[ helios-setup] Sep 23 03:57:20.126 INFO E| Compiling getrandom v0.2.8
29962025-09-23T03:57:20.731Z[ host-package] Compiling backoff v0.4.0
29972025-09-23T03:57:21.111Z[ host-package] Compiling iddqd v0.3.13
29982025-09-23T03:57:21.319Z[ helios-setup] Sep 23 03:57:20.739 INFO E| Compiling syn v2.0.72
29992025-09-23T03:57:21.566Z[ helios-setup] Sep 23 03:57:20.985 INFO E| Compiling jobserver v0.1.26
30002025-09-23T03:57:22.040Z[ helios-setup] Sep 23 03:57:21.459 INFO E| Compiling bitflags v1.3.2
30012025-09-23T03:57:22.303Z[ helios-setup] Sep 23 03:57:21.722 INFO E| Compiling pin-project-lite v0.2.9
30022025-09-23T03:57:22.327Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
30032025-09-23T03:57:22.447Z[ helios-setup] Sep 23 03:57:21.848 INFO E| Compiling cc v1.0.78
30042025-09-23T03:57:22.829Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30052025-09-23T03:57:22.853Z[ helios-setup] Sep 23 03:57:22.256 INFO E| Compiling typenum v1.16.0
30062025-09-23T03:57:22.932Z[ helios-setup] Sep 23 03:57:22.349 INFO E| Compiling generic-array v0.14.6
30072025-09-23T03:57:23.018Z[ helios-setup] Sep 23 03:57:22.437 INFO E| Compiling bytes v1.4.0
30082025-09-23T03:57:23.520Z[ helios-setup] Sep 23 03:57:22.939 INFO E| Compiling futures-core v0.3.28
30092025-09-23T03:57:23.655Z[ host-package] Compiling parse-display v0.10.0
30102025-09-23T03:57:24.592Z[ host-package] Compiling serde_with v3.14.0
30112025-09-23T03:57:24.830Z[ helios-setup] Sep 23 03:57:24.250 INFO E| Compiling ryu v1.0.13
30122025-09-23T03:57:24.855Z[ host-package] Compiling typify v0.4.3
30132025-09-23T03:57:25.156Z[ helios-setup] Sep 23 03:57:24.575 INFO E| Compiling lock_api v0.4.9
30142025-09-23T03:57:25.519Z[ host-package] Compiling progenitor-impl v0.10.0
30152025-09-23T03:57:25.761Z[ helios-setup] Sep 23 03:57:25.180 INFO E| Compiling parking_lot_core v0.9.6
30162025-09-23T03:57:26.362Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30172025-09-23T03:57:26.521Z[ helios-setup] Sep 23 03:57:25.941 INFO E| Compiling slab v0.4.7
30182025-09-23T03:57:26.805Z[ helios-setup] Sep 23 03:57:26.224 INFO E| Compiling scopeguard v1.1.0
30192025-09-23T03:57:26.933Z[ helios-setup] Sep 23 03:57:26.353 INFO E| Compiling futures-channel v0.3.28
30202025-09-23T03:57:27.321Z[ helios-setup] Sep 23 03:57:26.741 INFO E| Compiling futures-task v0.3.28
30212025-09-23T03:57:27.386Z[ helios-setup] Sep 23 03:57:26.805 INFO E| Compiling libm v0.2.15
30222025-09-23T03:57:27.700Z[ helios-setup] Sep 23 03:57:27.119 INFO E| Compiling io-lifetimes v1.0.10
30232025-09-23T03:57:28.206Z[ host-package] Compiling tokio-rustls v0.25.0
30242025-09-23T03:57:28.309Z[ helios-setup] Sep 23 03:57:27.728 INFO E| Compiling futures-sink v0.3.28
30252025-09-23T03:57:28.410Z[ helios-setup] Sep 23 03:57:27.829 INFO E| Compiling pkg-config v0.3.26
30262025-09-23T03:57:29.363Z[ helios-setup] Sep 23 03:57:28.782 INFO E| Compiling tokio v1.27.0
30272025-09-23T03:57:29.577Z[ helios-setup] Sep 23 03:57:28.997 INFO E| Compiling num-traits v0.2.15
30282025-09-23T03:57:30.240Z[ helios-setup] Sep 23 03:57:29.653 INFO E| Compiling rustix v0.37.3
30292025-09-23T03:57:30.346Z[ helios-setup] Sep 23 03:57:29.765 INFO E| Compiling futures-util v0.3.28
30302025-09-23T03:57:30.594Z[ helios-setup] Sep 23 03:57:30.013 INFO E| Compiling block-buffer v0.10.3
30312025-09-23T03:57:30.697Z[ helios-setup] Sep 23 03:57:30.116 INFO E| Compiling crypto-common v0.1.6
30322025-09-23T03:57:31.458Z[ helios-setup] Sep 23 03:57:30.878 INFO E| Compiling digest v0.10.7
30332025-09-23T03:57:32.574Z[ helios-setup] Sep 23 03:57:31.994 INFO E| Compiling mio v0.8.5
30342025-09-23T03:57:32.829Z[ helios-setup] Sep 23 03:57:32.248 INFO E| Compiling errno v0.3.1
30352025-09-23T03:57:33.290Z[ host-package] Compiling tokio-rustls v0.26.0
30362025-09-23T03:57:33.320Z[ helios-setup] Sep 23 03:57:32.720 INFO E| Compiling socket2 v0.4.9
30372025-09-23T03:57:33.345Z[ helios-setup] Sep 23 03:57:32.764 INFO E| Compiling num_cpus v1.15.0
30382025-09-23T03:57:33.431Z[ helios-setup] Sep 23 03:57:32.851 INFO E| Compiling signal-hook-registry v1.4.0
30392025-09-23T03:57:33.763Z[ helios-setup] Sep 23 03:57:33.183 INFO E| Compiling futures-io v0.3.28
30402025-09-23T03:57:34.140Z[ helios-setup] Sep 23 03:57:33.558 INFO E| Compiling crunchy v0.2.2
30412025-09-23T03:57:34.304Z[ host-package] Compiling hyper-rustls v0.27.7
30422025-09-23T03:57:34.454Z[ helios-setup] Sep 23 03:57:33.874 INFO E| Compiling pin-utils v0.1.0
30432025-09-23T03:57:34.789Z[ helios-setup] Sep 23 03:57:34.209 INFO E| Compiling spin v0.5.2
30442025-09-23T03:57:35.671Z[ helios-setup] Sep 23 03:57:35.091 INFO E| Compiling num-integer v0.1.45
30452025-09-23T03:57:36.348Z[ helios-setup] Sep 23 03:57:35.768 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30462025-09-23T03:57:36.381Z[ host-package] Compiling reqwest v0.12.22
30472025-09-23T03:57:36.599Z[ helios-setup] Sep 23 03:57:35.991 INFO E| Compiling schemars v0.8.12
30482025-09-23T03:57:37.580Z[ helios-setup] Sep 23 03:57:37.000 INFO E| Compiling hashbrown v0.12.3
30492025-09-23T03:57:37.882Z[ helios-setup] Sep 23 03:57:37.275 INFO E| Compiling cpufeatures v0.2.5
30502025-09-23T03:57:38.006Z[ helios-setup] Sep 23 03:57:37.426 INFO E| Compiling tiny-keccak v2.0.2
30512025-09-23T03:57:39.192Z[ helios-setup] Sep 23 03:57:38.609 INFO E| Compiling serde_derive_internals v0.26.0
30522025-09-23T03:57:39.485Z[ helios-setup] Sep 23 03:57:38.905 INFO E| Compiling ahash v0.7.6
30532025-09-23T03:57:39.646Z[ host-package] Compiling progenitor-macro v0.10.0
30542025-09-23T03:57:39.902Z[ helios-setup] Sep 23 03:57:39.323 INFO E| Compiling thiserror-impl v1.0.38
30552025-09-23T03:57:40.179Z[ host-package] Compiling num-rational v0.4.2
30562025-09-23T03:57:40.303Z[ helios-setup] Sep 23 03:57:39.724 INFO E| Compiling slog v2.7.0
30572025-09-23T03:57:40.509Z[ helios-setup] Sep 23 03:57:39.929 INFO E| Compiling heck v0.4.1
30582025-09-23T03:57:42.400Z[ helios-setup] Sep 23 03:57:41.820 INFO E| Compiling ahash v0.8.3
30592025-09-23T03:57:42.956Z[ helios-setup] Sep 23 03:57:42.376 INFO E| Compiling serde_derive v1.0.204
30602025-09-23T03:57:43.189Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
30612025-09-23T03:57:43.281Z[ helios-setup] Sep 23 03:57:42.702 INFO E| Compiling futures-macro v0.3.28
30622025-09-23T03:57:43.313Z[ helios-setup] Sep 23 03:57:42.734 INFO E| Compiling tokio-macros v2.0.0
30632025-09-23T03:57:43.502Z[ helios-setup] Sep 23 03:57:42.923 INFO E| Compiling schemars_derive v0.8.12
30642025-09-23T03:57:44.284Z[ helios-setup] Sep 23 03:57:43.703 INFO E| Compiling unicode-width v0.1.10
30652025-09-23T03:57:44.460Z[ helios-setup] Sep 23 03:57:43.880 INFO E| Compiling anyhow v1.0.68
30662025-09-23T03:57:45.405Z[ helios-setup] Sep 23 03:57:44.826 INFO E| Compiling const-random-macro v0.1.15
30672025-09-23T03:57:47.484Z[ host-package] Compiling progenitor-client v0.9.1
30682025-09-23T03:57:47.522Z[ helios-setup] Sep 23 03:57:46.943 INFO E| Compiling fnv v1.0.7
30692025-09-23T03:57:47.579Z[ helios-setup] Sep 23 03:57:46.999 INFO E| Compiling byteorder v1.4.3
30702025-09-23T03:57:48.286Z[ helios-setup] Sep 23 03:57:47.707 INFO E| Compiling http v0.2.9
30712025-09-23T03:57:48.434Z[ helios-setup] Sep 23 03:57:47.854 INFO E| Compiling const-random v0.1.15
30722025-09-23T03:57:48.594Z[ host-package] Compiling progenitor v0.9.1
30732025-09-23T03:57:49.242Z[ helios-setup] Sep 23 03:57:48.663 INFO E| Compiling getopts v0.2.21
30742025-09-23T03:57:49.313Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
30752025-09-23T03:57:50.043Z[ helios-setup] Sep 23 03:57:49.464 INFO E| Compiling aho-corasick v0.7.20
30762025-09-23T03:57:50.424Z[ helios-setup] Sep 23 03:57:49.845 INFO E| Compiling rand_core v0.6.4
30772025-09-23T03:57:51.033Z[ helios-setup] Sep 23 03:57:50.454 INFO E| Compiling httparse v1.8.0
30782025-09-23T03:57:51.383Z[ helios-setup] Sep 23 03:57:50.804 INFO E| Compiling percent-encoding v2.2.0
30792025-09-23T03:57:51.657Z[ helios-setup] Sep 23 03:57:51.078 INFO E| Compiling tinyvec_macros v0.1.1
30802025-09-23T03:57:51.915Z[ helios-setup] Sep 23 03:57:51.335 INFO E| Compiling powerfmt v0.2.0
30812025-09-23T03:57:52.786Z[ helios-setup] Sep 23 03:57:52.206 INFO E| Compiling num-conv v0.1.0
30822025-09-23T03:57:52.920Z[ helios-setup] Sep 23 03:57:52.341 INFO E| Compiling crc32fast v1.3.2
30832025-09-23T03:57:53.274Z[ helios-setup] Sep 23 03:57:52.695 INFO E| Compiling regex-syntax v0.6.29
30842025-09-23T03:57:53.392Z[ helios-setup] Sep 23 03:57:52.812 INFO E| Compiling time-core v0.1.2
30852025-09-23T03:57:53.556Z[ helios-setup] Sep 23 03:57:52.976 INFO E| Compiling deranged v0.3.11
30862025-09-23T03:57:54.076Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30872025-09-23T03:57:54.217Z[ helios-setup] Sep 23 03:57:53.638 INFO E| Compiling time-macros v0.2.18
30882025-09-23T03:57:54.455Z[ helios-setup] Sep 23 03:57:53.875 INFO E| Compiling tinyvec v1.6.0
30892025-09-23T03:57:54.891Z[ helios-setup] Sep 23 03:57:54.312 INFO E| Compiling form_urlencoded v1.1.0
30902025-09-23T03:57:56.898Z[ helios-setup] Sep 23 03:57:56.318 INFO E| Compiling hashbrown v0.13.2
30912025-09-23T03:57:58.136Z[ helios-setup] Sep 23 03:57:57.557 INFO E| Compiling chrono v0.4.24
30922025-09-23T03:58:00.027Z[ helios-setup] Sep 23 03:57:59.447 INFO E| Compiling libz-sys v1.1.8
30932025-09-23T03:58:00.851Z[ helios-setup] Sep 23 03:58:00.265 INFO E| Compiling uuid v1.3.0
30942025-09-23T03:58:01.294Z[ helios-setup] Sep 23 03:58:00.715 INFO E| Compiling regex v1.7.3
30952025-09-23T03:58:01.546Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962025-09-23T03:58:02.008Z[ helios-setup] Sep 23 03:58:01.428 INFO E| Compiling ppv-lite86 v0.2.17
30972025-09-23T03:58:02.297Z[ helios-setup] Sep 23 03:58:01.718 INFO E| Compiling dyn-clone v1.0.11
30982025-09-23T03:58:02.514Z[ helios-setup] Sep 23 03:58:01.935 INFO E| Compiling num_threads v0.1.6
30992025-09-23T03:58:02.797Z[ helios-setup] Sep 23 03:58:02.218 INFO E| Compiling time v0.3.36
31002025-09-23T03:58:02.886Z[ helios-setup] Sep 23 03:58:02.307 INFO E| Compiling unicode-normalization v0.1.22
31012025-09-23T03:58:03.237Z[ helios-setup] Sep 23 03:58:02.658 INFO E| Compiling regress v0.5.0
31022025-09-23T03:58:03.362Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31032025-09-23T03:58:03.544Z[ helios-setup] Sep 23 03:58:02.965 INFO E| Compiling rand_chacha v0.3.1
31042025-09-23T03:58:04.111Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
31052025-09-23T03:58:04.267Z[ host-package] Compiling progenitor-client v0.10.0
31062025-09-23T03:58:04.984Z[ host-package] Compiling num-complex v0.4.6
31072025-09-23T03:58:06.004Z[ host-package] Compiling macaddr v1.0.1
31082025-09-23T03:58:06.871Z[ helios-setup] Sep 23 03:58:06.292 INFO E| Compiling is-terminal v0.4.7
31092025-09-23T03:58:07.213Z[ helios-setup] Sep 23 03:58:06.634 INFO E| Compiling sha2 v0.10.6
31102025-09-23T03:58:07.287Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31112025-09-23T03:58:07.347Z[ helios-setup] Sep 23 03:58:06.769 INFO E| Compiling lazy_static v1.4.0
31122025-09-23T03:58:07.382Z[ host-package] Compiling num v0.4.3
31132025-09-23T03:58:07.753Z[ helios-setup] Sep 23 03:58:07.172 INFO E| Compiling dirs-sys-next v0.1.2
31142025-09-23T03:58:07.864Z[ helios-setup] Sep 23 03:58:07.286 INFO E| Compiling tracing-core v0.1.30
31152025-09-23T03:58:09.502Z[ helios-setup] Sep 23 03:58:08.923 INFO E| Compiling smallvec v1.10.0
31162025-09-23T03:58:09.988Z[ helios-setup] Sep 23 03:58:09.409 INFO E| Compiling toml v0.5.11
31172025-09-23T03:58:12.359Z[ helios-setup] Sep 23 03:58:11.781 INFO E| Compiling parking_lot v0.12.1
31182025-09-23T03:58:13.148Z[ helios-setup] Sep 23 03:58:12.570 INFO E| Compiling serde_tokenstream v0.2.0
31192025-09-23T03:58:14.513Z[ helios-setup] Sep 23 03:58:13.935 INFO E| Compiling utf8parse v0.2.1
31202025-09-23T03:58:14.925Z[ helios-setup] Sep 23 03:58:14.347 INFO E| Compiling unicode-bidi v0.3.13
31212025-09-23T03:58:15.824Z[ helios-setup] Sep 23 03:58:15.245 INFO E| Compiling base64 v0.21.0
31222025-09-23T03:58:17.569Z[ helios-setup] Sep 23 03:58:16.991 INFO E| Compiling ucd-trie v0.1.5
31232025-09-23T03:58:19.356Z[ helios-setup] Sep 23 03:58:18.778 INFO E| Compiling pest v2.5.7
31242025-09-23T03:58:20.353Z[ helios-setup] Sep 23 03:58:19.775 INFO E| Compiling idna v0.3.0
31252025-09-23T03:58:21.277Z[ helios-setup] Sep 23 03:58:20.699 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31262025-09-23T03:58:24.100Z[ helios-setup] Sep 23 03:58:23.521 INFO E| Compiling anstyle-parse v0.1.1
31272025-09-23T03:58:25.159Z[ helios-setup] Sep 23 03:58:24.581 INFO E| Compiling proc-macro-crate v1.2.1
31282025-09-23T03:58:25.453Z[ helios-setup] Sep 23 03:58:24.875 INFO E| Compiling tracing v0.1.37
31292025-09-23T03:58:25.577Z[ helios-setup] Sep 23 03:58:24.999 INFO E| Compiling dirs-next v2.0.0
31302025-09-23T03:58:26.306Z[ helios-setup] Sep 23 03:58:25.729 INFO E| Compiling rand v0.8.5
31312025-09-23T03:58:26.931Z[ helios-setup] Sep 23 03:58:26.353 INFO E| Compiling futures-executor v0.3.28
31322025-09-23T03:58:27.107Z[ helios-setup] Sep 23 03:58:26.529 INFO E| Compiling terminal_size v0.2.6
31332025-09-23T03:58:28.114Z[ helios-setup] Sep 23 03:58:27.536 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31342025-09-23T03:58:29.294Z[ helios-setup] Sep 23 03:58:28.717 INFO E| Compiling time v0.1.45
31352025-09-23T03:58:29.455Z[ helios-setup] Sep 23 03:58:28.878 INFO E| Compiling thread_local v1.1.7
31362025-09-23T03:58:29.809Z[ helios-setup] Sep 23 03:58:29.231 INFO E| Compiling anstyle v0.3.5
31372025-09-23T03:58:30.901Z[ helios-setup] Sep 23 03:58:30.323 INFO E| Compiling iana-time-zone v0.1.56
31382025-09-23T03:58:31.036Z[ helios-setup] Sep 23 03:58:30.458 INFO E| Compiling semver v1.0.17
31392025-09-23T03:58:31.739Z[ helios-setup] Sep 23 03:58:31.162 INFO E| Compiling concolor-query v0.3.3
31402025-09-23T03:58:32.237Z[ helios-setup] Sep 23 03:58:31.660 INFO E| Compiling concolor-override v1.0.0
31412025-09-23T03:58:32.702Z[ helios-setup] Sep 23 03:58:32.124 INFO E| Compiling anstream v0.2.6
31422025-09-23T03:58:32.810Z[ helios-setup] Sep 23 03:58:32.232 INFO E| Compiling tokio-util v0.7.7
31432025-09-23T03:58:33.759Z[ helios-setup] Sep 23 03:58:33.181 INFO E| Compiling futures v0.3.28
31442025-09-23T03:58:34.287Z[ helios-setup] Sep 23 03:58:33.710 INFO E| Compiling num_enum_derive v0.5.7
31452025-09-23T03:58:34.450Z[ helios-setup] Sep 23 03:58:33.872 INFO E| Compiling term v0.7.0
31462025-09-23T03:58:34.514Z[ helios-setup] Sep 23 03:58:33.937 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31472025-09-23T03:58:34.884Z[ helios-setup] Sep 23 03:58:34.307 INFO E| Compiling semver-parser v0.10.2
31482025-09-23T03:58:38.068Z[ helios-setup] Sep 23 03:58:37.491 INFO E| Compiling url v2.3.1
31492025-09-23T03:58:40.578Z[ helios-setup] Sep 23 03:58:40.001 INFO E| Compiling atty v0.2.14
31502025-09-23T03:58:41.330Z[ helios-setup] Sep 23 03:58:40.753 INFO E| Compiling clap_lex v0.4.1
31512025-09-23T03:58:41.429Z[ helios-setup] Sep 23 03:58:40.852 INFO E| Compiling same-file v1.0.6
31522025-09-23T03:58:41.533Z[ helios-setup] Sep 23 03:58:40.956 INFO E| Compiling try-lock v0.2.4
31532025-09-23T03:58:41.748Z[ helios-setup] Sep 23 03:58:41.171 INFO E| Compiling adler v1.0.2
31542025-09-23T03:58:42.068Z[ helios-setup] Sep 23 03:58:41.491 INFO E| Compiling strsim v0.10.0
31552025-09-23T03:58:42.239Z[ helios-setup] Sep 23 03:58:41.662 INFO E| Compiling miniz_oxide v0.6.2
31562025-09-23T03:58:42.412Z[ helios-setup] Sep 23 03:58:41.835 INFO E| Compiling walkdir v2.3.3
31572025-09-23T03:58:42.574Z[ helios-setup] Sep 23 03:58:41.997 INFO E| Compiling want v0.3.0
31582025-09-23T03:58:42.937Z[ helios-setup] Sep 23 03:58:42.360 INFO E| Compiling clap_builder v4.2.1
31592025-09-23T03:58:43.355Z[ host-package] Compiling progenitor v0.10.0
31602025-09-23T03:58:43.678Z[ helios-setup] Sep 23 03:58:43.102 INFO E| Compiling slog-term v2.9.0
31612025-09-23T03:58:44.276Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31622025-09-23T03:58:47.543Z[ host-package] Compiling float-ord v0.3.2
31632025-09-23T03:58:48.692Z[ helios-setup] Sep 23 03:58:48.115 INFO E| Compiling num_enum v0.5.7
31642025-09-23T03:58:49.326Z[ helios-setup] Sep 23 03:58:48.750 INFO E| Compiling semver v0.11.0
31652025-09-23T03:58:49.434Z[ helios-setup] Sep 23 03:58:48.858 INFO E| Compiling h2 v0.3.16
31662025-09-23T03:58:49.606Z[ host-package] Compiling toml v0.8.23
31672025-09-23T03:58:50.532Z[ helios-setup] Sep 23 03:58:49.955 INFO E| Compiling http-body v0.4.5
31682025-09-23T03:58:51.289Z[ helios-setup] Sep 23 03:58:50.712 INFO E| Compiling clap_derive v4.2.0
31692025-09-23T03:58:51.706Z[ helios-setup] Sep 23 03:58:51.129 INFO E| Compiling ring v0.16.20
31702025-09-23T03:58:53.032Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31712025-09-23T03:58:54.107Z[ host-package] Compiling prettyplease v0.2.36
31722025-09-23T03:58:54.162Z[ helios-setup] Sep 23 03:58:53.586 INFO E| Compiling zeroize v1.8.1
31732025-09-23T03:58:54.197Z[ host-package] Compiling bytecount v0.6.8
31742025-09-23T03:58:55.179Z[ helios-setup] Sep 23 03:58:54.603 INFO E| Compiling fastrand v1.9.0
31752025-09-23T03:58:55.313Z[ host-package] Compiling secrecy v0.10.3
31762025-09-23T03:58:55.339Z[ host-package] Compiling console v0.15.10
31772025-09-23T03:58:56.337Z[ host-package] Compiling swrite v0.1.0
31782025-09-23T03:58:56.403Z[ helios-setup] Sep 23 03:58:55.811 INFO E| Compiling tower-service v0.3.2
31792025-09-23T03:58:57.079Z[ host-package] Compiling password-hash v0.5.0
31802025-09-23T03:58:57.683Z[ host-package] Compiling blake2 v0.10.6
31812025-09-23T03:58:57.963Z[ helios-setup] Sep 23 03:58:57.386 INFO E| Compiling httpdate v1.0.2
31822025-09-23T03:59:00.295Z[ helios-setup] Sep 23 03:58:59.720 INFO E| Compiling base64ct v1.8.0
31832025-09-23T03:59:00.383Z[ helios-setup] Sep 23 03:58:59.808 INFO E| Compiling home v0.5.4
31842025-09-23T03:59:00.430Z[ host-package] Compiling argon2 v0.5.3
31852025-09-23T03:59:00.858Z[ host-package] Compiling slog-dtrace v0.3.0
31862025-09-23T03:59:01.072Z[ helios-setup] Sep 23 03:59:00.497 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31872025-09-23T03:59:01.656Z[ host-package] Compiling atomicwrites v0.4.4
31882025-09-23T03:59:02.194Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31892025-09-23T03:59:02.239Z[ helios-setup] Sep 23 03:59:01.663 INFO E| Compiling hyper v0.14.25
31902025-09-23T03:59:02.723Z[ helios-setup] Sep 23 03:59:02.148 INFO E| Compiling pem-rfc7468 v0.7.0
31912025-09-23T03:59:03.245Z[ host-package] Compiling newline-converter v0.3.0
31922025-09-23T03:59:04.256Z[ host-package] Compiling expectorate v1.2.0
31932025-09-23T03:59:04.705Z[ helios-setup] Sep 23 03:59:04.130 INFO E| Compiling toolchain_find v0.2.0
31942025-09-23T03:59:04.770Z[ host-package] Compiling resolv-conf v0.7.0
31952025-09-23T03:59:05.205Z[ helios-setup] Sep 23 03:59:04.630 INFO E| Compiling clap v4.2.1
31962025-09-23T03:59:05.388Z[ host-package] Compiling cancel-safe-futures v0.1.5
31972025-09-23T03:59:05.964Z[ helios-setup] Sep 23 03:59:05.389 INFO E| Compiling tempfile v3.5.0
31982025-09-23T03:59:06.312Z[ host-package] Compiling owo-colors v4.2.2
31992025-09-23T03:59:06.937Z[ host-package] Compiling libsw-core v0.3.1
32002025-09-23T03:59:07.903Z[ host-package] Compiling linked-hash-map v0.5.6
32012025-09-23T03:59:08.030Z[ host-package] Compiling libsw v3.5.0
32022025-09-23T03:59:09.073Z[ host-package] Compiling lru-cache v0.1.2
32032025-09-23T03:59:09.919Z[ host-package] Compiling linear-map v1.2.0
32042025-09-23T03:59:10.213Z[ helios-setup] Sep 23 03:59:09.638 INFO E| Compiling cargo-lock v8.0.3
32052025-09-23T03:59:10.780Z[ host-package] Compiling unicode-xid v0.2.6
32062025-09-23T03:59:11.193Z[ host-package] Compiling hickory-proto v0.24.4
32072025-09-23T03:59:11.326Z[ host-package] Compiling convert_case v0.7.1
32082025-09-23T03:59:11.673Z[ host-package] Compiling utf-8 v0.7.6
32092025-09-23T03:59:12.728Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32102025-09-23T03:59:12.981Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32112025-09-23T03:59:13.405Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32122025-09-23T03:59:17.122Z[ host-package] Compiling derive_more-impl v2.0.1
32132025-09-23T03:59:19.017Z[ helios-setup] Sep 23 03:59:18.442 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32142025-09-23T03:59:20.192Z[ helios-setup] Sep 23 03:59:19.617 INFO E| Compiling flate2 v1.0.25
32152025-09-23T03:59:20.741Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32162025-09-23T03:59:22.964Z[ helios-setup] Sep 23 03:59:22.390 INFO E| Compiling serde_urlencoded v0.7.1
32172025-09-23T03:59:24.455Z[ helios-setup] Sep 23 03:59:23.880 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32182025-09-23T03:59:26.748Z[ helios-setup] Sep 23 03:59:26.173 INFO E| Compiling der_derive v0.7.3
32192025-09-23T03:59:27.641Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32202025-09-23T03:59:29.567Z[ helios-setup] Sep 23 03:59:28.993 INFO E| Compiling sha1 v0.10.5
32212025-09-23T03:59:31.417Z[ helios-setup] Sep 23 03:59:30.843 INFO E| Compiling flagset v0.4.7
32222025-09-23T03:59:32.754Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
32232025-09-23T03:59:35.973Z[ helios-setup] Sep 23 03:59:35.399 INFO E| Compiling der v0.7.10
32242025-09-23T03:59:36.996Z[ helios-setup] Sep 23 03:59:36.422 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32252025-09-23T03:59:37.338Z[ host-package] Compiling hickory-resolver v0.24.4
32262025-09-23T03:59:37.797Z[ helios-setup] Sep 23 03:59:37.224 INFO E| Compiling rustfmt-wrapper v0.2.0
32272025-09-23T03:59:39.651Z[ helios-setup] Sep 23 03:59:39.077 INFO E| Compiling openapiv3 v1.0.2
32282025-09-23T03:59:39.770Z[ helios-setup] Sep 23 03:59:39.194 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32292025-09-23T03:59:40.274Z[ helios-setup] Sep 23 03:59:39.701 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32302025-09-23T03:59:40.743Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32312025-09-23T03:59:41.608Z[ helios-setup] Sep 23 03:59:41.031 INFO E| Compiling encoding_rs v0.8.32
32322025-09-23T03:59:42.310Z[ helios-setup] Sep 23 03:59:41.737 INFO E| Compiling ipnet v2.7.2
32332025-09-23T03:59:43.114Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32342025-09-23T03:59:44.141Z[ helios-setup] Sep 23 03:59:43.568 INFO E| Compiling project-root v0.2.2
32352025-09-23T03:59:45.068Z[ helios-setup] Sep 23 03:59:44.494 INFO E| Compiling unsafe-libyaml v0.2.8
32362025-09-23T03:59:47.754Z[ helios-setup] Sep 23 03:59:47.181 INFO E| Compiling untrusted v0.7.1
32372025-09-23T03:59:48.356Z[ helios-setup] Sep 23 03:59:47.783 INFO E| Compiling utf-8 v0.7.6
32382025-09-23T03:59:48.431Z[ helios-setup] Sep 23 03:59:47.858 INFO E| Compiling base64 v0.13.1
32392025-09-23T03:59:48.509Z[ helios-setup] Sep 23 03:59:47.936 INFO E| Compiling mime v0.3.17
32402025-09-23T03:59:49.434Z[ helios-setup] Sep 23 03:59:48.861 INFO E| Compiling radium v0.7.0
32412025-09-23T03:59:50.298Z[ helios-setup] Sep 23 03:59:49.725 INFO E| Compiling tungstenite v0.18.0
32422025-09-23T03:59:50.510Z[ helios-setup] Sep 23 03:59:49.937 INFO E| Compiling reqwest v0.11.16
32432025-09-23T03:59:50.856Z[ helios-setup] Sep 23 03:59:50.284 INFO E| Compiling serde_yaml v0.9.21
32442025-09-23T03:59:51.194Z[ helios-setup] Sep 23 03:59:50.621 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32452025-09-23T03:59:52.785Z[ helios-setup] Sep 23 03:59:52.212 INFO E| Compiling spki v0.7.3
32462025-09-23T03:59:54.187Z[ helios-setup] Sep 23 03:59:53.614 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32472025-09-23T03:59:54.371Z[ host-package] Compiling qorb v0.4.1
32482025-09-23T03:59:55.702Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492025-09-23T03:59:59.557Z[ helios-setup] Sep 23 03:59:58.985 INFO E| Compiling tap v1.0.1
32502025-09-23T03:59:59.896Z[ helios-setup] Sep 23 03:59:59.324 INFO E| Compiling maybe-uninit v2.0.0
32512025-09-23T04:00:00.180Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32522025-09-23T04:00:00.473Z[ helios-setup] Sep 23 03:59:59.901 INFO E| Compiling crossbeam-utils v0.8.14
32532025-09-23T04:00:01.533Z[ helios-setup] Sep 23 04:00:00.961 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32542025-09-23T04:00:02.323Z[ helios-setup] Sep 23 04:00:01.750 INFO E| Compiling wyz v0.5.1
32552025-09-23T04:00:02.441Z[ host-package] Compiling derive_more v2.0.1
32562025-09-23T04:00:03.035Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32572025-09-23T04:00:03.227Z[ host-package] Compiling siphasher v1.0.1
32582025-09-23T04:00:04.301Z[ host-package] Compiling termtree v0.5.1
32592025-09-23T04:00:04.765Z[ host-package] Compiling keccak v0.1.5
32602025-09-23T04:00:05.286Z[ host-package] Compiling vte v0.11.1
32612025-09-23T04:00:06.372Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32622025-09-23T04:00:07.452Z[ host-package] Compiling sha3 v0.10.8
32632025-09-23T04:00:08.790Z[ host-package] Compiling phf_shared v0.12.1
32642025-09-23T04:00:09.745Z[ host-package] Compiling crossterm v0.29.0
32652025-09-23T04:00:10.060Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32662025-09-23T04:00:10.711Z[ helios-setup] Sep 23 04:00:10.139 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32672025-09-23T04:00:12.382Z[ helios-setup] Sep 23 04:00:11.809 INFO E| Compiling tokio-tungstenite v0.18.0
32682025-09-23T04:00:15.488Z[ helios-setup] Sep 23 04:00:14.916 INFO E| Compiling serde_spanned v0.6.1
32692025-09-23T04:00:16.230Z[ helios-setup] Sep 23 04:00:15.659 INFO E| Compiling toml_datetime v0.6.1
32702025-09-23T04:00:17.789Z[ helios-setup] Sep 23 04:00:17.217 INFO E| Compiling zerocopy-derive v0.6.6
32712025-09-23T04:00:18.541Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32722025-09-23T04:00:19.018Z[ host-package] Compiling chrono-tz v0.10.4
32732025-09-23T04:00:20.102Z[ helios-setup] Sep 23 04:00:19.531 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32742025-09-23T04:00:20.426Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32752025-09-23T04:00:20.559Z[ host-package] Compiling phf v0.12.1
32762025-09-23T04:00:21.328Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32772025-09-23T04:00:21.394Z[ helios-setup] Sep 23 04:00:20.822 INFO E| Compiling smartstring v1.0.1
32782025-09-23T04:00:21.857Z[ host-package] Compiling const_format_proc_macros v0.2.34
32792025-09-23T04:00:22.099Z[ helios-setup] Sep 23 04:00:21.528 INFO E| Compiling winnow v0.4.1
32802025-09-23T04:00:22.928Z[ helios-setup] Sep 23 04:00:22.354 INFO E| Compiling packed_struct v0.10.1
32812025-09-23T04:00:22.954Z[ host-package] Compiling papergrid v0.11.0
32822025-09-23T04:00:23.721Z[ host-package] Compiling tabled_derive v0.7.0
32832025-09-23T04:00:23.934Z[ helios-setup] Sep 23 04:00:23.361 INFO E| Compiling rustls v0.21.0
32842025-09-23T04:00:24.827Z[ helios-setup] Sep 23 04:00:24.256 INFO E| Compiling funty v2.0.0
32852025-09-23T04:00:25.661Z[ host-package] Compiling fd-lock v4.0.2
32862025-09-23T04:00:26.411Z[ host-package] Compiling peg-macros v0.8.5
32872025-09-23T04:00:27.105Z[ helios-setup] Sep 23 04:00:26.534 INFO E| Compiling num-bigint-dig v0.8.4
32882025-09-23T04:00:27.944Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32892025-09-23T04:00:28.420Z[ helios-setup] Sep 23 04:00:27.848 INFO E| Compiling bitvec v1.0.1
32902025-09-23T04:00:28.732Z[ host-package] Compiling csv-core v0.1.11
32912025-09-23T04:00:29.539Z[ helios-setup] Sep 23 04:00:28.967 INFO E| Compiling toml_edit v0.19.8
32922025-09-23T04:00:30.236Z[ host-package] Compiling highway v1.3.0
32932025-09-23T04:00:30.701Z[ host-package] Compiling nu-ansi-term v0.50.1
32942025-09-23T04:00:30.893Z[ host-package] Compiling tough v0.20.0
32952025-09-23T04:00:32.382Z[ helios-setup] Sep 23 04:00:31.810 INFO E| Compiling zerocopy v0.6.6
32962025-09-23T04:00:32.407Z[ host-package] Compiling peg v0.8.5
32972025-09-23T04:00:32.950Z[ host-package] Compiling reedline v0.40.0
32982025-09-23T04:00:33.195Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32992025-09-23T04:00:33.555Z[ host-package] Compiling csv v1.3.1
33002025-09-23T04:00:37.930Z[ host-package] Compiling tabled v0.15.0
33012025-09-23T04:00:38.485Z[ host-package] Compiling const_format v0.2.34
33022025-09-23T04:00:39.541Z[ helios-setup] Sep 23 04:00:38.971 INFO E| Compiling pkcs8 v0.10.2
33032025-09-23T04:00:40.002Z[ host-package] Compiling tungstenite v0.21.0
33042025-09-23T04:00:41.296Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33052025-09-23T04:00:41.617Z[ helios-setup] Sep 23 04:00:41.048 INFO E| Compiling rustls-webpki v0.100.1
33062025-09-23T04:00:42.783Z[ helios-setup] Sep 23 04:00:42.213 INFO E| Compiling sct v0.7.0
33072025-09-23T04:00:44.243Z[ helios-setup] Sep 23 04:00:43.674 INFO E| Compiling num-iter v0.1.44
33082025-09-23T04:00:44.831Z[ helios-setup] Sep 23 04:00:44.262 INFO E| Compiling packed_struct_codegen v0.10.1
33092025-09-23T04:00:45.672Z[ helios-setup] Sep 23 04:00:45.103 INFO E| Compiling crc-catalog v2.4.0
33102025-09-23T04:00:46.250Z[ helios-setup] Sep 23 04:00:45.681 INFO E| Compiling slog-async v2.7.0
33112025-09-23T04:00:47.220Z[ host-package] Compiling bcs v0.1.6
33122025-09-23T04:00:47.579Z[ helios-setup] Sep 23 04:00:47.010 INFO E| Compiling paste v1.0.12
33132025-09-23T04:00:48.420Z[ helios-setup] Sep 23 04:00:47.851 INFO E| Compiling match_cfg v0.1.0
33142025-09-23T04:00:48.732Z[ host-package] Compiling half v2.4.1
33152025-09-23T04:00:49.040Z[ helios-setup] Sep 23 04:00:48.472 INFO E| Compiling async-trait v0.1.68
33162025-09-23T04:00:49.129Z[ helios-setup] Sep 23 04:00:48.561 INFO E| Compiling camino v1.1.4
33172025-09-23T04:00:49.378Z[ host-package] Compiling semver v0.1.20
33182025-09-23T04:00:49.547Z[ helios-setup] Sep 23 04:00:48.978 INFO E| Compiling static_assertions v1.1.0
33192025-09-23T04:00:49.981Z[ helios-setup] Sep 23 04:00:49.412 INFO E| Compiling nodrop v0.1.14
33202025-09-23T04:00:50.221Z[ host-package] Compiling ciborium-io v0.2.2
33212025-09-23T04:00:50.291Z[ helios-setup] Sep 23 04:00:49.722 INFO E| Compiling array-init v0.0.4
33222025-09-23T04:00:51.039Z[ host-package] Compiling ciborium-ll v0.2.2
33232025-09-23T04:00:51.261Z[ host-package] Compiling rustc_version v0.1.7
33242025-09-23T04:00:52.303Z[ host-package] Compiling tokio-tungstenite v0.21.0
33252025-09-23T04:00:52.567Z[ helios-setup] Sep 23 04:00:51.998 INFO E| Compiling hostname v0.3.1
33262025-09-23T04:00:52.834Z[ helios-setup] Sep 23 04:00:52.266 INFO E| Compiling crc v3.3.0
33272025-09-23T04:00:53.301Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282025-09-23T04:00:53.828Z[ host-package] Compiling newtype_derive v0.1.6
33292025-09-23T04:00:54.696Z[ host-package] Compiling ciborium v0.2.2
33302025-09-23T04:00:57.621Z[ helios-setup] Sep 23 04:00:57.053 INFO E| Compiling pkcs1 v0.7.5
33312025-09-23T04:00:59.323Z[ host-package] Compiling unicode-linebreak v0.1.5
33322025-09-23T04:01:00.363Z[ host-package] Compiling humantime v2.2.0
33332025-09-23T04:01:00.390Z[ helios-setup] Sep 23 04:00:59.821 INFO E| Compiling crossbeam-channel v0.5.6
33342025-09-23T04:01:00.525Z[ helios-setup] Sep 23 04:00:59.957 INFO E| Compiling smallvec v0.6.14
33352025-09-23T04:01:01.354Z[ host-package] Compiling smawk v0.3.2
33362025-09-23T04:01:02.091Z[ host-package] Compiling textwrap v0.16.2
33372025-09-23T04:01:02.196Z[ helios-setup] Sep 23 04:01:01.627 INFO E| Compiling toml v0.7.3
33382025-09-23T04:01:02.762Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33392025-09-23T04:01:03.145Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33402025-09-23T04:01:04.118Z[ helios-setup] Sep 23 04:01:03.549 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33412025-09-23T04:01:04.287Z[ helios-setup] Sep 23 04:01:03.719 INFO E| Compiling slog-json v2.6.1
33422025-09-23T04:01:05.462Z[ helios-setup] Sep 23 04:01:04.894 INFO E| Compiling bitflags v2.9.1
33432025-09-23T04:01:05.722Z[ host-package] Compiling universal-hash v0.5.1
33442025-09-23T04:01:06.716Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
33452025-09-23T04:01:07.150Z[ helios-setup] Sep 23 04:01:06.582 INFO E| Compiling bincode v1.3.3
33462025-09-23T04:01:08.535Z[ host-package] Compiling opaque-debug v0.3.1
33472025-09-23T04:01:08.768Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33482025-09-23T04:01:09.061Z[ host-package] Compiling poly1305 v0.8.0
33492025-09-23T04:01:09.392Z[ helios-setup] Sep 23 04:01:08.825 INFO E| Compiling unicode-linebreak v0.1.4
33502025-09-23T04:01:10.493Z[ host-package] Compiling steno v0.4.1
33512025-09-23T04:01:11.936Z[ host-package] Compiling thiserror-no-std v2.0.2
33522025-09-23T04:01:12.132Z[ helios-setup] Sep 23 04:01:11.564 INFO E| Compiling signature v2.2.0
33532025-09-23T04:01:12.212Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33542025-09-23T04:01:12.262Z[ host-package] Compiling chacha20 v0.9.1
33552025-09-23T04:01:12.644Z[ helios-setup] Sep 23 04:01:12.076 INFO E| Compiling async-stream-impl v0.3.5
33562025-09-23T04:01:13.359Z[ helios-setup] Sep 23 04:01:12.791 INFO E| Compiling rhai_codegen v1.5.0
33572025-09-23T04:01:13.441Z[ host-package] Compiling aead v0.5.2
33582025-09-23T04:01:13.728Z[ host-package] Compiling vsss-rs v3.3.4
33592025-09-23T04:01:13.903Z[ helios-setup] Sep 23 04:01:13.335 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33602025-09-23T04:01:14.404Z[ host-package] Compiling chacha20poly1305 v0.10.1
33612025-09-23T04:01:14.459Z[ helios-setup] Sep 23 04:01:13.892 INFO E| Compiling termcolor v1.2.0
33622025-09-23T04:01:15.040Z[ helios-setup] Sep 23 04:01:14.471 INFO E| Compiling take_mut v0.2.2
33632025-09-23T04:01:15.339Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33642025-09-23T04:01:15.491Z[ helios-setup] Sep 23 04:01:14.915 INFO E| Compiling subtle v2.6.1
33652025-09-23T04:01:15.759Z[ helios-setup] Sep 23 04:01:15.191 INFO E| Compiling equivalent v1.0.2
33662025-09-23T04:01:16.226Z[ helios-setup] Sep 23 04:01:15.659 INFO E| Compiling bitfield v0.14.0
33672025-09-23T04:01:16.356Z[ helios-setup] Sep 23 04:01:15.788 INFO E| Compiling allocator-api2 v0.2.21
33682025-09-23T04:01:16.443Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33692025-09-23T04:01:17.130Z[ helios-setup] Sep 23 04:01:16.223 INFO E| Compiling foldhash v0.1.5
33702025-09-23T04:01:17.130Z[ helios-setup] Sep 23 04:01:16.460 INFO E| Compiling rsa v0.9.8
33712025-09-23T04:01:17.296Z[ host-package] Compiling moka v0.12.10
33722025-09-23T04:01:17.384Z[ helios-setup] Sep 23 04:01:16.816 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
33732025-09-23T04:01:17.820Z[ helios-setup] Sep 23 04:01:17.249 INFO E| Compiling env_logger v0.10.2
33742025-09-23T04:01:18.376Z[ helios-setup] Sep 23 04:01:17.808 INFO E| Compiling hashbrown v0.15.3
33752025-09-23T04:01:18.560Z[ helios-setup] Sep 23 04:01:17.992 INFO E| Compiling rhai v1.14.0
33762025-09-23T04:01:18.669Z[ host-package] Compiling tagptr v0.2.0
33772025-09-23T04:01:19.236Z[ helios-setup] Sep 23 04:01:18.668 INFO E| Compiling async-stream v0.3.5
33782025-09-23T04:01:21.057Z[ helios-setup] Sep 23 04:01:20.490 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33792025-09-23T04:01:22.563Z[ helios-setup] Sep 23 04:01:21.996 INFO E| Compiling ron v0.8.1
33802025-09-23T04:01:23.705Z[ helios-setup] Sep 23 04:01:23.138 INFO E| Compiling slog-bunyan v2.4.0
33812025-09-23T04:01:24.538Z[ helios-setup] Sep 23 04:01:23.971 INFO E| Compiling tokio-rustls v0.24.0
33822025-09-23T04:01:24.922Z[ host-package] Compiling derive_builder_core v0.20.2
33832025-09-23T04:01:25.151Z[ helios-setup] Sep 23 04:01:24.584 INFO E| Compiling serde-hex v0.1.0
33842025-09-23T04:01:25.970Z[ helios-setup] Sep 23 04:01:25.403 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33852025-09-23T04:01:26.751Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33862025-09-23T04:01:29.042Z[ host-package] Compiling hickory-resolver v0.25.2
33872025-09-23T04:01:30.532Z[ helios-setup] Sep 23 04:01:29.965 INFO E| Compiling x509-cert v0.2.5
33882025-09-23T04:01:30.642Z[ helios-setup] Sep 23 04:01:30.075 INFO E| Compiling rustls-pemfile v1.0.2
33892025-09-23T04:01:31.927Z[ helios-setup] Sep 23 04:01:31.360 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33902025-09-23T04:01:33.227Z[ helios-setup] Sep 23 04:01:32.660 INFO E| Compiling serde_path_to_error v0.1.11
33912025-09-23T04:01:33.500Z[ helios-setup] Sep 23 04:01:32.933 INFO E| Compiling derive-where v1.4.0
33922025-09-23T04:01:35.746Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33932025-09-23T04:01:35.776Z[ helios-setup] Sep 23 04:01:35.210 INFO E| Compiling debug-ignore v1.0.5
33942025-09-23T04:01:35.914Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952025-09-23T04:01:36.272Z[ helios-setup] Sep 23 04:01:35.706 INFO E| Compiling crc-any v2.5.0
33962025-09-23T04:01:36.435Z[ helios-setup] Sep 23 04:01:35.869 INFO E| Compiling rustc-hash v2.1.1
33972025-09-23T04:01:36.459Z[ helios-setup] Sep 23 04:01:35.869 INFO E| Compiling hex v0.4.3
33982025-09-23T04:01:37.947Z[ helios-setup] Sep 23 04:01:37.380 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33992025-09-23T04:01:40.108Z[ helios-setup] Sep 23 04:01:39.542 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
34002025-09-23T04:01:40.323Z[ helios-setup] Sep 23 04:01:39.757 INFO E| Compiling iddqd v0.3.1
34012025-09-23T04:01:41.052Z[ helios-setup] Sep 23 04:01:40.486 INFO E| Compiling object v0.30.4
34022025-09-23T04:01:42.001Z[ host-package] Compiling derive_builder_macro v0.20.2
34032025-09-23T04:01:44.457Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34042025-09-23T04:01:45.323Z[ host-package] Compiling nix v0.30.1
34052025-09-23T04:01:47.189Z[ host-package] Compiling vergen-lib v0.1.6
34062025-09-23T04:01:47.278Z[ helios-setup] Sep 23 04:01:46.711 INFO E| Compiling path-slash v0.1.5
34072025-09-23T04:01:47.969Z[ helios-setup] Sep 23 04:01:47.404 INFO E| Compiling smawk v0.3.1
34082025-09-23T04:01:48.539Z[ host-package] Compiling derive_builder v0.20.2
34092025-09-23T04:01:48.729Z[ helios-setup] Sep 23 04:01:48.163 INFO E| Compiling textwrap v0.16.0
34102025-09-23T04:01:49.229Z[ host-package] Compiling vergen v9.0.6
34112025-09-23T04:01:50.146Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34122025-09-23T04:01:50.548Z[ helios-setup] Sep 23 04:01:49.982 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34132025-09-23T04:01:50.595Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142025-09-23T04:01:51.496Z[ helios-setup] Sep 23 04:01:50.747 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34152025-09-23T04:01:51.992Z[ host-package] Compiling proc-macro-error2 v2.0.1
34162025-09-23T04:01:53.415Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34172025-09-23T04:02:00.452Z[ host-package] Compiling vergen-gitcl v1.0.8
34182025-09-23T04:02:00.480Z[ host-package] Compiling dirs-sys-next v0.1.2
34192025-09-23T04:02:00.480Z[ host-package] Compiling maplit v1.0.2
34202025-09-23T04:02:00.480Z[ host-package] Compiling crunchy v0.2.2
34212025-09-23T04:02:00.480Z[ host-package] Compiling dirs-next v2.0.0
34222025-09-23T04:02:01.736Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34232025-09-23T04:02:02.002Z[ host-package] Compiling dsl_auto_type v0.1.2
34242025-09-23T04:02:02.791Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34252025-09-23T04:02:04.667Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34262025-09-23T04:02:05.546Z[ host-package] Compiling tiny-keccak v2.0.2
34272025-09-23T04:02:05.996Z[ host-package] Compiling diesel_derives v2.2.3
34282025-09-23T04:02:06.806Z[ host-package] Compiling r2d2 v0.8.10
34292025-09-23T04:02:11.100Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34302025-09-23T04:02:11.326Z[ host-package] Compiling term v0.7.0
34312025-09-23T04:02:11.636Z[ helios-setup] Sep 23 04:02:11.072 INFO E| Compiling bzip2 v0.4.4
34322025-09-23T04:02:12.386Z[ helios-setup] Sep 23 04:02:11.822 INFO E| Compiling zip v0.6.6
34332025-09-23T04:02:15.078Z[ helios-setup] Sep 23 04:02:14.514 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34342025-09-23T04:02:15.555Z[ host-package] Compiling num-derive v0.3.3
34352025-09-23T04:02:17.606Z[ helios-setup] Sep 23 04:02:17.042 INFO E| Compiling git2 v0.16.1
34362025-09-23T04:02:17.702Z[ host-package] Compiling bit-vec v0.6.3
34372025-09-23T04:02:18.459Z[ host-package] Compiling bit-set v0.5.3
34382025-09-23T04:02:18.613Z[ host-package] Compiling libscf-sys v1.1.0
34392025-09-23T04:02:19.169Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34402025-09-23T04:02:19.380Z[ host-package] Compiling ascii-canvas v3.0.0
34412025-09-23T04:02:21.948Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34422025-09-23T04:02:24.766Z[ host-package] Compiling diesel v2.2.12
34432025-09-23T04:02:25.401Z[ helios-setup] Sep 23 04:02:24.837 INFO E| Compiling built v0.6.0
34442025-09-23T04:02:27.001Z[ helios-setup] Sep 23 04:02:26.437 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34452025-09-23T04:02:27.901Z[ host-package] Compiling ena v0.14.3
34462025-09-23T04:02:28.649Z[ host-package] Compiling diff v0.1.13
34472025-09-23T04:02:29.083Z[ helios-setup] Sep 23 04:02:28.519 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34482025-09-23T04:02:29.395Z[ host-package] Compiling regex-syntax v0.6.29
34492025-09-23T04:02:30.095Z[ helios-setup] Sep 23 04:02:29.531 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34502025-09-23T04:02:31.423Z[ helios-setup] Sep 23 04:02:30.860 INFO E| warning: struct `NeedRequestContext` is never constructed
34512025-09-23T04:02:31.423Z[ helios-setup] Sep 23 04:02:30.860 INFO E| --> racktest/agent/server/src/lib.rs:104:9
34522025-09-23T04:02:31.469Z[ helios-setup] Sep 23 04:02:30.860 INFO E| |
34532025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
34542025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| | ^^^^^^^^^^^^^^
34552025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| |
34562025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| = note: `#[warn(dead_code)]` on by default
34572025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| warning: struct `NeedHttpResponse` is never constructed
34582025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| --> racktest/agent/server/src/lib.rs:107:6
34592025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| |
34602025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
34612025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| | ^^^^^^^^
34622025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| warning: struct `NeedRequestContext` is never constructed
34632025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| --> racktest/agent/server/src/lib.rs:132:9
34642025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| |
34652025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
34662025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| | ^^^^^^^^^^^^^^
34672025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| warning: struct `NeedHttpResponse` is never constructed
34682025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| --> racktest/agent/server/src/lib.rs:135:6
34692025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| |
34702025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
34712025-09-23T04:02:31.470Z[ helios-setup] Sep 23 04:02:30.860 INFO E| | ^^^^^^^^
34722025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| warning: struct `NeedRequestContext` is never constructed
34732025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| --> racktest/agent/server/src/lib.rs:284:9
34742025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| |
34752025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
34762025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| | ^^^^^^^^^^^^^^
34772025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| warning: struct `NeedRequestContext` is never constructed
34782025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| --> racktest/agent/server/src/lib.rs:406:9
34792025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| |
34802025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
34812025-09-23T04:02:31.471Z[ helios-setup] Sep 23 04:02:30.860 INFO E| | ^^^^^^^^^^^^^^
34822025-09-23T04:02:35.979Z[ host-package] Compiling bindgen v0.71.1
34832025-09-23T04:02:37.296Z[ host-package] Compiling arc-swap v1.7.1
34842025-09-23T04:02:38.004Z[ helios-setup] Sep 23 04:02:37.441 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34852025-09-23T04:02:38.303Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34862025-09-23T04:02:43.739Z[ host-package] Compiling slog-scope v4.4.0
34872025-09-23T04:02:44.076Z[ helios-setup] Sep 23 04:02:43.513 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34882025-09-23T04:02:44.391Z[ helios-setup] Sep 23 04:02:43.829 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
34892025-09-23T04:02:44.970Z[ host-package] Compiling lalrpop v0.19.12
34902025-09-23T04:02:50.578Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34912025-09-23T04:02:52.358Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34922025-09-23T04:02:53.121Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34932025-09-23T04:02:55.721Z[ host-package] Compiling tabled_derive v0.11.0
34942025-09-23T04:02:58.332Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34952025-09-23T04:03:00.556Z[ host-package] Compiling papergrid v0.17.0
34962025-09-23T04:03:00.797Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34972025-09-23T04:03:01.563Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34982025-09-23T04:03:02.386Z[ host-package] Compiling testing_table v0.3.0
34992025-09-23T04:03:04.098Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
35002025-09-23T04:03:09.681Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
35012025-09-23T04:03:10.892Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
35022025-09-23T04:03:20.850Z[ host-package] Compiling tabled v0.20.0
35032025-09-23T04:03:23.805Z[ host-package] Compiling polar-core v0.27.3
35042025-09-23T04:03:24.344Z[ helios-setup] Sep 23 04:03:23.785 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35052025-09-23T04:03:25.253Z[ host-package] Compiling slog-stdlog v4.1.1
35062025-09-23T04:03:26.246Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35072025-09-23T04:03:26.376Z[ host-package] Compiling headers-core v0.3.0
35082025-09-23T04:03:26.709Z[ host-package] Compiling libxml v0.3.3
35092025-09-23T04:03:27.219Z[ host-package] Compiling headers v0.4.1
35102025-09-23T04:03:28.604Z[ host-package] Compiling slog-envlogger v2.2.0
35112025-09-23T04:03:31.129Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35122025-09-23T04:03:34.260Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35132025-09-23T04:03:35.312Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35142025-09-23T04:03:36.025Z[ host-package] Compiling strum_macros v0.24.3
35152025-09-23T04:03:36.464Z[ host-package] Compiling crc8 v0.1.1
35162025-09-23T04:03:36.569Z[ host-package] Compiling samael v0.0.19
35172025-09-23T04:03:37.068Z[ host-package] Compiling indoc v1.0.9
35182025-09-23T04:03:40.779Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35192025-09-23T04:03:41.577Z[ host-package] Compiling progenitor-impl v0.11.0
35202025-09-23T04:03:42.184Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35212025-09-23T04:03:43.794Z[ host-package] Compiling oso-derive v0.27.3
35222025-09-23T04:03:44.031Z[ host-package] Compiling quick-xml v0.37.2
35232025-09-23T04:03:46.221Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35242025-09-23T04:03:46.260Z[ host-package] Compiling progenitor-client v0.11.0
35252025-09-23T04:03:49.709Z[ host-package] Compiling diesel-dtrace v0.4.2
35262025-09-23T04:03:50.666Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35272025-09-23T04:03:51.273Z[ host-package] Compiling progenitor-macro v0.11.0
35282025-09-23T04:03:51.484Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35292025-09-23T04:04:08.672Z[ host-package] Compiling oso v0.27.3
35302025-09-23T04:04:13.183Z[ host-package] Compiling progenitor v0.11.0
35312025-09-23T04:04:14.148Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35322025-09-23T04:04:14.768Z[ host-package] Compiling bb8 v0.8.5
35332025-09-23T04:04:15.577Z[ host-package] Compiling unicase v2.7.0
35342025-09-23T04:04:16.276Z[ host-package] Compiling xshell-macros v0.2.7
35352025-09-23T04:04:17.341Z[ host-package] Compiling xshell v0.2.7
35362025-09-23T04:04:20.437Z[ host-package] Compiling async-bb8-diesel v0.2.1
35372025-09-23T04:04:20.472Z[ helios-setup] Sep 23 04:04:19.913 INFO E| Finished `release` profile [optimized] target(s) in 7m 12s
35382025-09-23T04:04:20.587Z[ helios-setup] Sep 23 04:04:20.030 INFO building project "pilot" ok (432 seconds)
35392025-09-23T04:04:20.587Z[ helios-setup] Sep 23 04:04:20.030 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35402025-09-23T04:04:20.730Z[ helios-setup] Sep 23 04:04:20.174 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')"
35412025-09-23T04:04:20.730Z[ helios-setup] Sep 23 04:04:20.174 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35422025-09-23T04:04:20.756Z[ helios-setup] Sep 23 04:04:20.174 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35432025-09-23T04:04:21.151Z[ helios-setup] Sep 23 04:04:20.594 INFO E| Updating crates.io index
35442025-09-23T04:04:21.270Z[ helios-setup] Sep 23 04:04:20.713 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35452025-09-23T04:04:21.417Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35462025-09-23T04:04:22.282Z[ helios-setup] Sep 23 04:04:21.725 INFO E| From https://github.com/oxidecomputer/amd-apcb
35472025-09-23T04:04:22.282Z[ helios-setup] Sep 23 04:04:21.726 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
35482025-09-23T04:04:22.313Z[ helios-setup] Sep 23 04:04:21.757 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35492025-09-23T04:04:23.139Z[ helios-setup] Sep 23 04:04:22.582 INFO E| From https://github.com/oxidecomputer/amd-efs
35502025-09-23T04:04:23.139Z[ helios-setup] Sep 23 04:04:22.582 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35512025-09-23T04:04:23.494Z[ helios-setup] Sep 23 04:04:22.938 INFO E| Downloading crates ...
35522025-09-23T04:04:23.643Z[ helios-setup] Sep 23 04:04:23.086 INFO E| Downloaded unic-ucd-version v0.9.0
35532025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.088 INFO E| Downloaded pest_meta v2.8.0
35542025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.092 INFO E| Downloaded vec_map v0.8.2
35552025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.094 INFO E| Downloaded cpufeatures v0.2.17
35562025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.097 INFO E| Downloaded textwrap v0.11.0
35572025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.099 INFO E| Downloaded thiserror-impl v2.0.12
35582025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.102 INFO E| Downloaded four-cc v0.4.0
35592025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.105 INFO E| Downloaded unic-ucd-ident v0.9.0
35602025-09-23T04:04:23.667Z[ helios-setup] Sep 23 04:04:23.108 INFO E| Downloaded thiserror v2.0.12
35612025-09-23T04:04:23.692Z[ helios-setup] Sep 23 04:04:23.118 INFO E| Downloaded structopt v0.3.26
35622025-09-23T04:04:23.692Z[ helios-setup] Sep 23 04:04:23.129 INFO E| Downloaded serde_derive v1.0.219
35632025-09-23T04:04:23.692Z[ helios-setup] Sep 23 04:04:23.134 INFO E| Downloaded zerocopy-derive v0.8.25
35642025-09-23T04:04:23.716Z[ helios-setup] Sep 23 04:04:23.143 INFO E| Downloaded typenum v1.18.0
35652025-09-23T04:04:23.716Z[ helios-setup] Sep 23 04:04:23.149 INFO E| Downloaded serde v1.0.219
35662025-09-23T04:04:23.716Z[ helios-setup] Sep 23 04:04:23.154 INFO E| Downloaded pest v2.8.0
35672025-09-23T04:04:23.741Z[ helios-setup] Sep 23 04:04:23.160 INFO E| Downloaded serde_json v1.0.140
35682025-09-23T04:04:23.790Z[ helios-setup] Sep 23 04:04:23.233 INFO E| Downloaded pest_derive v2.8.0
35692025-09-23T04:04:23.814Z[ helios-setup] Sep 23 04:04:23.236 INFO E| Downloaded ryu v1.0.20
35702025-09-23T04:04:23.814Z[ helios-setup] Sep 23 04:04:23.240 INFO E| Downloaded goblin v0.9.3
35712025-09-23T04:04:23.815Z[ helios-setup] Sep 23 04:04:23.248 INFO E| Downloaded clap v2.34.0
35722025-09-23T04:04:23.815Z[ helios-setup] Sep 23 04:04:23.256 INFO E| Downloaded zerocopy v0.8.25
35732025-09-23T04:04:23.844Z[ helios-setup] Sep 23 04:04:23.287 INFO E| Downloaded proc-macro2 v1.0.95
35742025-09-23T04:04:23.868Z[ helios-setup] Sep 23 04:04:23.291 INFO E| Downloaded structopt-derive v0.4.18
35752025-09-23T04:04:23.869Z[ helios-setup] Sep 23 04:04:23.292 INFO E| Downloaded syn v2.0.101
35762025-09-23T04:04:23.869Z[ helios-setup] Sep 23 04:04:23.306 INFO E| Downloaded rustversion v1.0.20
35772025-09-23T04:04:23.869Z[ helios-setup] Sep 23 04:04:23.310 INFO E| Downloaded strsim v0.8.0
35782025-09-23T04:04:23.869Z[ helios-setup] Sep 23 04:04:23.311 INFO E| Downloaded pest_generator v2.8.0
35792025-09-23T04:04:23.893Z[ helios-setup] Sep 23 04:04:23.313 INFO E| Downloaded parse_int v0.9.0
35802025-09-23T04:04:23.893Z[ helios-setup] Sep 23 04:04:23.314 INFO E| Downloaded dyn-clone v1.0.19
35812025-09-23T04:04:23.893Z[ helios-setup] Sep 23 04:04:23.316 INFO E| Downloaded itoa v1.0.15
35822025-09-23T04:04:23.893Z[ helios-setup] Sep 23 04:04:23.318 INFO E| Downloaded fletcher v1.0.0
35832025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.319 INFO E| Downloaded ansi_term v0.12.1
35842025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.322 INFO E| Downloaded unic-common v0.9.0
35852025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.323 INFO E| Downloaded unic-char-range v0.9.0
35862025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.325 INFO E| Downloaded unic-char-property v0.9.0
35872025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.328 INFO E| Downloaded strum v0.27.1
35882025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.329 INFO E| Downloaded scroll_derive v0.12.1
35892025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.331 INFO E| Downloaded modular-bitfield-impl v0.11.2
35902025-09-23T04:04:23.894Z[ helios-setup] Sep 23 04:04:23.333 INFO E| Downloaded modular-bitfield v0.11.2
35912025-09-23T04:04:23.918Z[ helios-setup] Sep 23 04:04:23.361 INFO E| Downloaded bytesize v2.0.1
35922025-09-23T04:04:23.942Z[ helios-setup] Sep 23 04:04:23.364 INFO E| Downloaded libc v0.2.172
35932025-09-23T04:04:24.074Z[ helios-setup] Sep 23 04:04:23.517 INFO E| Compiling proc-macro2 v1.0.95
35942025-09-23T04:04:24.074Z[ helios-setup] Sep 23 04:04:23.517 INFO E| Compiling unicode-ident v1.0.18
35952025-09-23T04:04:24.098Z[ helios-setup] Sep 23 04:04:23.517 INFO E| Compiling memchr v2.7.4
35962025-09-23T04:04:24.098Z[ helios-setup] Sep 23 04:04:23.517 INFO E| Compiling syn v1.0.109
35972025-09-23T04:04:24.098Z[ helios-setup] Sep 23 04:04:23.517 INFO E| Compiling thiserror v2.0.12
35982025-09-23T04:04:24.098Z[ helios-setup] Sep 23 04:04:23.517 INFO E| Compiling autocfg v1.4.0
35992025-09-23T04:04:24.098Z[ helios-setup] Sep 23 04:04:23.518 INFO E| Compiling serde v1.0.219
36002025-09-23T04:04:24.098Z[ helios-setup] Sep 23 04:04:23.518 INFO E| Compiling version_check v0.9.5
36012025-09-23T04:04:24.493Z[ helios-setup] Sep 23 04:04:23.936 INFO E| Compiling serde_json v1.0.140
36022025-09-23T04:04:25.444Z[ helios-setup] Sep 23 04:04:24.887 INFO E| Compiling schemars v0.8.22
36032025-09-23T04:04:25.655Z[ helios-setup] Sep 23 04:04:25.099 INFO E| Compiling itoa v1.0.15
36042025-09-23T04:04:25.747Z[ helios-setup] Sep 23 04:04:25.191 INFO E| Compiling ryu v1.0.20
36052025-09-23T04:04:25.898Z[ helios-setup] Sep 23 04:04:25.342 INFO E| Compiling proc-macro-error-attr v1.0.4
36062025-09-23T04:04:26.087Z[ helios-setup] Sep 23 04:04:25.531 INFO E| Compiling num-traits v0.2.19
36072025-09-23T04:04:26.258Z[ helios-setup] Sep 23 04:04:25.702 INFO E| Compiling memoffset v0.9.1
36082025-09-23T04:04:26.460Z[ helios-setup] Sep 23 04:04:25.903 INFO E| Compiling rustversion v1.0.20
36092025-09-23T04:04:26.592Z[ helios-setup] Sep 23 04:04:26.035 INFO E| Compiling zerocopy v0.8.25
36102025-09-23T04:04:26.795Z[ helios-setup] Sep 23 04:04:26.237 INFO E| Compiling paste v1.0.15
36112025-09-23T04:04:27.204Z[ helios-setup] Sep 23 04:04:26.647 INFO E| Compiling ucd-trie v0.1.7
36122025-09-23T04:04:27.258Z[ helios-setup] Sep 23 04:04:26.702 INFO E| Compiling dyn-clone v1.0.19
36132025-09-23T04:04:27.624Z[ helios-setup] Sep 23 04:04:27.067 INFO E| Compiling libc v0.2.172
36142025-09-23T04:04:28.019Z[ helios-setup] Sep 23 04:04:27.463 INFO E| Compiling proc-macro-error v1.0.4
36152025-09-23T04:04:28.178Z[ helios-setup] Sep 23 04:04:27.621 INFO E| Compiling static_assertions v1.1.0
36162025-09-23T04:04:28.309Z[ helios-setup] Sep 23 04:04:27.753 INFO E| Compiling once_cell v1.21.3
36172025-09-23T04:04:28.556Z[ helios-setup] Sep 23 04:04:27.999 INFO E| Compiling quote v1.0.40
36182025-09-23T04:04:29.279Z[ helios-setup] Sep 23 04:04:28.723 INFO E| Compiling heck v0.5.0
36192025-09-23T04:04:29.304Z[ helios-setup] Sep 23 04:04:28.745 INFO E| Compiling unicode-segmentation v1.12.0
36202025-09-23T04:04:29.492Z[ helios-setup] Sep 23 04:04:28.935 INFO E| Compiling syn v2.0.101
36212025-09-23T04:04:30.972Z[ helios-setup] Sep 23 04:04:30.416 INFO E| Compiling unicode-width v0.1.14
36222025-09-23T04:04:31.136Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36232025-09-23T04:04:31.172Z[ helios-setup] Sep 23 04:04:30.616 INFO E| Compiling parse_int v0.9.0
36242025-09-23T04:04:31.277Z[ helios-setup] Sep 23 04:04:30.721 INFO E| Compiling heck v0.3.3
36252025-09-23T04:04:31.562Z[ helios-setup] Sep 23 04:04:31.006 INFO E| Compiling fletcher v1.0.0
36262025-09-23T04:04:31.698Z[ helios-setup] Sep 23 04:04:31.142 INFO E| Compiling atty v0.2.14
36272025-09-23T04:04:31.891Z[ helios-setup] Sep 23 04:04:31.335 INFO E| Compiling ansi_term v0.12.1
36282025-09-23T04:04:32.053Z[ helios-setup] Sep 23 04:04:31.497 INFO E| Compiling textwrap v0.11.0
36292025-09-23T04:04:32.082Z[ helios-setup] Sep 23 04:04:31.523 INFO E| Compiling strsim v0.8.0
36302025-09-23T04:04:32.133Z[ helios-setup] Sep 23 04:04:31.577 INFO E| Compiling unic-common v0.9.0
36312025-09-23T04:04:32.163Z[ helios-setup] Sep 23 04:04:31.607 INFO E| Compiling unic-char-range v0.9.0
36322025-09-23T04:04:32.242Z[ helios-setup] Sep 23 04:04:31.686 INFO E| Compiling bitflags v1.3.2
36332025-09-23T04:04:32.643Z[ helios-setup] Sep 23 04:04:32.087 INFO E| Compiling strum v0.27.1
36342025-09-23T04:04:32.751Z[ helios-setup] Sep 23 04:04:32.194 INFO E| Compiling byteorder v1.5.0
36352025-09-23T04:04:32.871Z[ helios-setup] Sep 23 04:04:32.315 INFO E| Compiling vec_map v0.8.2
36362025-09-23T04:04:32.959Z[ helios-setup] Sep 23 04:04:32.402 INFO E| Compiling unic-char-property v0.9.0
36372025-09-23T04:04:33.097Z[ helios-setup] Sep 23 04:04:32.541 INFO E| Compiling unic-ucd-version v0.9.0
36382025-09-23T04:04:33.167Z[ helios-setup] Sep 23 04:04:32.611 INFO E| Compiling lazy_static v1.5.0
36392025-09-23T04:04:33.380Z[ helios-setup] Sep 23 04:04:32.824 INFO E| Compiling clap v2.34.0
36402025-09-23T04:04:33.404Z[ helios-setup] Sep 23 04:04:32.836 INFO E| Compiling plain v0.2.3
36412025-09-23T04:04:33.428Z[ helios-setup] Sep 23 04:04:32.866 INFO E| Compiling log v0.4.27
36422025-09-23T04:04:33.514Z[ helios-setup] Sep 23 04:04:32.958 INFO E| Compiling unic-ucd-ident v0.9.0
36432025-09-23T04:04:33.754Z[ helios-setup] Sep 23 04:04:33.198 INFO E| Compiling bytesize v2.0.1
36442025-09-23T04:04:40.147Z[ helios-setup] Sep 23 04:04:39.591 INFO E| Compiling serde_derive_internals v0.29.1
36452025-09-23T04:04:40.886Z[ helios-setup] Sep 23 04:04:40.330 INFO E| Compiling modular-bitfield-impl v0.11.2
36462025-09-23T04:04:41.514Z[ helios-setup] Sep 23 04:04:40.958 INFO E| Compiling structopt-derive v0.4.18
36472025-09-23T04:04:43.570Z[ helios-setup] Sep 23 04:04:43.015 INFO E| Compiling thiserror-impl v2.0.12
36482025-09-23T04:04:43.597Z[ helios-setup] Sep 23 04:04:43.015 INFO E| Compiling serde_derive v1.0.219
36492025-09-23T04:04:43.597Z[ helios-setup] Sep 23 04:04:43.015 INFO E| Compiling schemars_derive v0.8.22
36502025-09-23T04:04:43.597Z[ helios-setup] Sep 23 04:04:43.030 INFO E| Compiling zerocopy-derive v0.8.25
36512025-09-23T04:04:43.959Z[ helios-setup] Sep 23 04:04:43.380 INFO E| Compiling num-derive v0.4.2
36522025-09-23T04:04:44.886Z[ helios-setup] Sep 23 04:04:44.331 INFO E| Compiling strum_macros v0.27.1
36532025-09-23T04:04:44.987Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36542025-09-23T04:04:45.384Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36552025-09-23T04:04:46.125Z[ helios-setup] Sep 23 04:04:45.570 INFO E| Compiling modular-bitfield v0.11.2
36562025-09-23T04:04:46.572Z[ helios-setup] Sep 23 04:04:46.017 INFO E| Compiling scroll_derive v0.12.1
36572025-09-23T04:04:46.772Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36582025-09-23T04:04:47.199Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36592025-09-23T04:04:48.040Z[ helios-setup] Sep 23 04:04:47.485 INFO E| Compiling structopt v0.3.26
36602025-09-23T04:04:48.927Z[ helios-setup] Sep 23 04:04:48.372 INFO E| Compiling pest v2.8.0
36612025-09-23T04:04:49.659Z[ helios-setup] Sep 23 04:04:49.104 INFO E| Compiling scroll v0.12.0
36622025-09-23T04:04:50.370Z[ helios-setup] Sep 23 04:04:49.815 INFO E| Compiling goblin v0.9.3
36632025-09-23T04:04:52.906Z[ host-package] Compiling typify-impl v0.2.0
36642025-09-23T04:04:53.415Z[ helios-setup] Sep 23 04:04:52.860 INFO E| Compiling pest_meta v2.8.0
36652025-09-23T04:04:55.718Z[ helios-setup] Sep 23 04:04:55.163 INFO E| Compiling pest_generator v2.8.0
36662025-09-23T04:04:58.109Z[ helios-setup] Sep 23 04:04:57.555 INFO E| Compiling pest_derive v2.8.0
36672025-09-23T04:04:58.391Z[ host-package] Compiling fxhash v0.2.1
36682025-09-23T04:04:58.881Z[ host-package] Compiling libz-sys v1.1.20
36692025-09-23T04:04:59.771Z[ host-package] Compiling half v1.8.3
36702025-09-23T04:05:00.839Z[ helios-setup] Sep 23 04:05:00.284 INFO E| Compiling json5 v0.4.1
36712025-09-23T04:05:01.012Z[ host-package] Compiling serde_cbor v0.11.2
36722025-09-23T04:05:05.298Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36732025-09-23T04:05:05.673Z[ host-package] Compiling typify-macro v0.2.0
36742025-09-23T04:05:06.570Z[ helios-setup] Sep 23 04:05:06.016 INFO E| Compiling four-cc v0.4.0
36752025-09-23T04:05:06.570Z[ helios-setup] Sep 23 04:05:06.016 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36762025-09-23T04:05:06.931Z[ helios-setup] Sep 23 04:05:06.377 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
36772025-09-23T04:05:09.915Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36782025-09-23T04:05:10.979Z[ host-package] Compiling kstat-rs v0.2.4
36792025-09-23T04:05:11.163Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36802025-09-23T04:05:11.810Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36812025-09-23T04:05:12.955Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36822025-09-23T04:05:13.128Z[ host-package] Compiling nanorand v0.7.0
36832025-09-23T04:05:14.273Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
36842025-09-23T04:05:15.312Z[ host-package] Compiling parking_lot_core v0.8.6
36852025-09-23T04:05:20.359Z[ host-package] Compiling flume v0.11.1
36862025-09-23T04:05:21.363Z[ host-package] Compiling mime_guess v2.0.5
36872025-09-23T04:05:23.878Z[ host-package] Compiling tabled_derive v0.10.0
36882025-09-23T04:05:26.183Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36892025-09-23T04:05:31.869Z[ host-package] Compiling ignore v0.4.23
36902025-09-23T04:05:33.683Z[ host-package] Compiling papergrid v0.14.0
36912025-09-23T04:05:33.936Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36922025-09-23T04:05:37.703Z[ host-package] Compiling castaway v0.2.3
36932025-09-23T04:05:37.978Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36942025-09-23T04:05:38.388Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
36952025-09-23T04:05:43.279Z[ host-package] Compiling compact_str v0.8.0
36962025-09-23T04:05:45.917Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36972025-09-23T04:05:45.996Z[ host-package] Compiling tabled v0.18.0
36982025-09-23T04:05:47.999Z[ helios-setup] Sep 23 04:05:47.447 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36992025-09-23T04:05:52.884Z[ host-package] Compiling globwalk v0.9.1
37002025-09-23T04:05:57.047Z[ host-package] Compiling typify v0.2.0
37012025-09-23T04:05:57.543Z[ host-package] Compiling predicates-tree v1.0.12
37022025-09-23T04:05:57.811Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37032025-09-23T04:05:58.593Z[ helios-setup] Sep 23 04:05:58.042 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37042025-09-23T04:05:58.656Z[ host-package] Compiling unicode-truncate v1.1.0
37052025-09-23T04:05:59.126Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37062025-09-23T04:06:04.798Z[ host-package] Compiling lru v0.12.5
37072025-09-23T04:06:05.304Z[ host-package] Compiling vergen v8.3.2
37082025-09-23T04:06:05.704Z[ host-package] Compiling nibble_vec v0.1.0
37092025-09-23T04:06:05.760Z[ host-package] Compiling cargo-platform v0.1.8
37102025-09-23T04:06:06.054Z[ host-package] Compiling instability v0.3.2
37112025-09-23T04:06:06.330Z[ host-package] Compiling atty v0.2.14
37122025-09-23T04:06:06.701Z[ host-package] Compiling endian-type v0.1.2
37132025-09-23T04:06:07.154Z[ host-package] Compiling http-range v0.1.5
37142025-09-23T04:06:07.277Z[ host-package] Compiling salty v0.3.0
37152025-09-23T04:06:07.418Z[ host-package] Compiling indoc v2.0.6
37162025-09-23T04:06:07.865Z[ host-package] Compiling cassowary v0.3.0
37172025-09-23T04:06:07.995Z[ host-package] Compiling radix_trie v0.2.1
37182025-09-23T04:06:08.624Z[ host-package] Compiling ratatui v0.29.0
37192025-09-23T04:06:09.126Z[ host-package] Compiling cargo_metadata v0.18.1
37202025-09-23T04:06:11.686Z[ host-package] Compiling git2 v0.19.0
37212025-09-23T04:06:12.460Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37222025-09-23T04:06:13.996Z[ host-package] Compiling progenitor-impl v0.8.0
37232025-09-23T04:06:14.651Z[ host-package] Compiling parking_lot v0.11.2
37242025-09-23T04:06:19.900Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37252025-09-23T04:06:21.970Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37262025-09-23T04:06:22.081Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37272025-09-23T04:06:26.951Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37282025-09-23T04:06:28.971Z[ helios-setup] Sep 23 04:06:28.422 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
37292025-09-23T04:06:29.018Z[ helios-setup] Sep 23 04:06:28.468 INFO building project "amd-host-image-builder" ok (128 seconds)
37302025-09-23T04:06:29.018Z[ helios-setup] Sep 23 04:06:28.469 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37312025-09-23T04:06:29.140Z[ helios-setup] Sep 23 04:06:28.591 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
37322025-09-23T04:06:29.141Z[ helios-setup] Sep 23 04:06:28.591 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37332025-09-23T04:06:29.165Z[ helios-setup] Sep 23 04:06:28.591 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37342025-09-23T04:06:29.616Z[ helios-setup] Sep 23 04:06:29.066 INFO E| Downloading crates ...
37352025-09-23T04:06:29.754Z[ helios-setup] Sep 23 04:06:29.203 INFO E| Downloaded miniz_oxide v0.8.8
37362025-09-23T04:06:29.829Z[ helios-setup] Sep 23 04:06:29.280 INFO E| Compiling adler2 v2.0.0
37372025-09-23T04:06:30.023Z[ helios-setup] Sep 23 04:06:29.474 INFO E| Compiling miniz_oxide v0.8.8
37382025-09-23T04:06:30.204Z[ host-package] Compiling rand_seeder v0.4.0
37392025-09-23T04:06:30.926Z[ host-package] Compiling prefix-trie v0.7.0
37402025-09-23T04:06:31.600Z[ host-package] Compiling lzma-sys v0.1.20
37412025-09-23T04:06:31.914Z[ host-package] Compiling rustls v0.21.12
37422025-09-23T04:06:32.334Z[ host-package] Compiling hickory-server v0.25.2
37432025-09-23T04:06:32.619Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37442025-09-23T04:06:32.765Z[ helios-setup] Sep 23 04:06:32.216 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37452025-09-23T04:06:32.870Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37462025-09-23T04:06:33.020Z[ host-package] Compiling progenitor-macro v0.8.0
37472025-09-23T04:06:33.818Z[ helios-setup] Sep 23 04:06:33.268 INFO E| Finished `release` profile [optimized] target(s) in 4.57s
37482025-09-23T04:06:33.843Z[ helios-setup] Sep 23 04:06:33.284 INFO building project "pinprick" ok (4 seconds)
37492025-09-23T04:06:33.843Z[ helios-setup] rm -f helios-build
37502025-09-23T04:06:33.843Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37512025-09-23T04:06:33.867Z[ helios-setup]
37522025-09-23T04:06:33.867Z[ helios-setup] Setup complete! ./helios-build is now available.
37532025-09-23T04:06:33.867Z[ helios-setup]
37542025-09-23T04:06:33.868Z[ helios-setup]
37552025-09-23T04:06:33.868Z[ helios-setup] real 11:31.509778078
37562025-09-23T04:06:33.868Z[ helios-setup] user 30:13.375513259
37572025-09-23T04:06:33.868Z[ helios-setup] sys 3:12.983646761
37582025-09-23T04:06:33.868Z[ helios-setup] trap 2.440321648
37592025-09-23T04:06:33.868Z[ helios-setup] tflt 5.007148676
37602025-09-23T04:06:33.868Z[ helios-setup] dflt 16.729426943
37612025-09-23T04:06:33.868Z[ helios-setup] kflt 0.000485827
37622025-09-23T04:06:33.868Z[ helios-setup] lock 2:38:08.691320493
37632025-09-23T04:06:33.868Z[ helios-setup] slp 3:58:48.361536061
37642025-09-23T04:06:33.868Z[ helios-setup] lat 34:32.840970128
37652025-09-23T04:06:33.868Z[ helios-setup] stop 6:14.137443277
37662025-09-23T04:06:33.868ZSep 23 04:06:33.301 INFO [helios-setup] process exited with exit status: 0 (691.515184095s)
37672025-09-23T04:06:33.869ZSep 23 04:06:33.301 INFO [helios-record] running task
37682025-09-23T04:06:33.869ZSep 23 04:06:33.301 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37692025-09-23T04:06:33.869ZSep 23 04:06:33.310 DEBG process exited with exit status: 0 (8.765723ms)
37702025-09-23T04:06:33.869ZSep 23 04:06:33.310 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37712025-09-23T04:06:33.895ZSep 23 04:06:33.321 DEBG process exited with exit status: 0 (10.959954ms)
37722025-09-23T04:06:33.895ZSep 23 04:06:33.321 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37732025-09-23T04:06:33.895ZSep 23 04:06:33.329 DEBG process exited with exit status: 0 (7.407788ms)
37742025-09-23T04:06:33.895ZSep 23 04:06:33.329 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37752025-09-23T04:06:33.895ZSep 23 04:06:33.336 DEBG process exited with exit status: 0 (6.901471ms)
37762025-09-23T04:06:33.895ZSep 23 04:06:33.336 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37772025-09-23T04:06:33.895ZSep 23 04:06:33.342 DEBG process exited with exit status: 0 (6.531611ms)
37782025-09-23T04:06:33.896ZSep 23 04:06:33.342 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37792025-09-23T04:06:33.921ZSep 23 04:06:33.349 DEBG process exited with exit status: 0 (6.50198ms)
37802025-09-23T04:06:33.921ZSep 23 04:06:33.349 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37812025-09-23T04:06:33.921ZSep 23 04:06:33.356 DEBG process exited with exit status: 0 (6.948697ms)
37822025-09-23T04:06:33.921ZSep 23 04:06:33.356 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37832025-09-23T04:06:33.921ZSep 23 04:06:33.362 DEBG process exited with exit status: 0 (6.648819ms)
37842025-09-23T04:06:33.921ZSep 23 04:06:33.363 INFO [helios-record] task succeeded (62.243331ms)
37852025-09-23T04:06:39.634Z[ host-package] Compiling hyper-staticfile v0.10.1
37862025-09-23T04:06:41.795Z[ host-package] Compiling sled v0.34.7
37872025-09-23T04:06:42.032Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37882025-09-23T04:06:42.877Z[ host-package] Compiling hickory-client v0.25.2
37892025-09-23T04:06:46.583Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37902025-09-23T04:06:47.788Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37912025-09-23T04:06:48.790Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
37922025-09-23T04:06:50.840Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37932025-09-23T04:06:54.388Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37942025-09-23T04:06:56.849Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37952025-09-23T04:06:59.605Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
37962025-09-23T04:07:01.071Z[ host-package] Compiling progenitor-client v0.8.0
37972025-09-23T04:07:01.294Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37982025-09-23T04:07:01.705Z[ host-package] Compiling sct v0.7.1
37992025-09-23T04:07:02.031Z[ host-package] Compiling rustls-webpki v0.101.7
38002025-09-23T04:07:02.249Z[ host-package] Compiling primeorder v0.13.6
38012025-09-23T04:07:02.877Z[ host-package] Compiling heck v0.3.3
38022025-09-23T04:07:03.266Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
38032025-09-23T04:07:03.642Z[ host-package] Compiling void v1.0.2
38042025-09-23T04:07:03.880Z[ host-package] Compiling lzss v0.8.2
38052025-09-23T04:07:04.468Z[ host-package] Compiling zone_cfg_derive v0.1.2
38062025-09-23T04:07:05.516Z[ host-package] Compiling p384 v0.13.0
38072025-09-23T04:07:05.803Z[ host-package] Compiling progenitor v0.8.0
38082025-09-23T04:07:06.090Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38092025-09-23T04:07:07.157Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38102025-09-23T04:07:10.501Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38112025-09-23T04:07:14.141Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38122025-09-23T04:07:14.578Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38132025-09-23T04:07:14.819Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38142025-09-23T04:07:15.754Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38152025-09-23T04:07:17.226Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38162025-09-23T04:07:17.351Z[ host-package] Compiling tungstenite v0.23.0
38172025-09-23T04:07:17.627Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38182025-09-23T04:07:17.996Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38192025-09-23T04:07:18.359Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38202025-09-23T04:07:18.726Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38212025-09-23T04:07:19.079Z[ host-package] Compiling nix v0.27.1
38222025-09-23T04:07:21.560Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38232025-09-23T04:07:22.248Z[ host-package] Compiling serde_bytes v0.11.17
38242025-09-23T04:07:22.420Z[ host-package] Compiling number_prefix v0.4.0
38252025-09-23T04:07:22.753Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38262025-09-23T04:07:22.834Z[ host-package] Compiling base64 v0.13.1
38272025-09-23T04:07:23.576Z[ host-package] Compiling ron v0.7.1
38282025-09-23T04:07:27.379Z[ host-package] Compiling indicatif v0.17.11
38292025-09-23T04:07:27.764Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38302025-09-23T04:07:28.215Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38312025-09-23T04:07:29.015Z[ host-package] Compiling tokio-tungstenite v0.23.1
38322025-09-23T04:07:29.774Z[ host-package] Compiling xz2 v0.1.7
38332025-09-23T04:07:30.925Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38342025-09-23T04:07:34.003Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38352025-09-23T04:07:35.507Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38362025-09-23T04:07:37.811Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38372025-09-23T04:07:38.322Z[ host-package] Compiling tokio-rustls v0.24.1
38382025-09-23T04:07:38.443Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38392025-09-23T04:07:38.678Z[ host-package] Compiling zone v0.1.8
38402025-09-23T04:07:38.840Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38412025-09-23T04:07:41.741Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38422025-09-23T04:07:43.361Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
38432025-09-23T04:07:47.399Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38442025-09-23T04:07:47.668Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38452025-09-23T04:07:48.837Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38462025-09-23T04:07:49.348Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38472025-09-23T04:07:52.387Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38482025-09-23T04:07:55.108Z[ host-package] Compiling rustls-pemfile v1.0.4
38492025-09-23T04:07:55.859Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38502025-09-23T04:07:57.513Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38512025-09-23T04:07:57.993Z[ host-package] Compiling signal-hook-tokio v0.3.1
38522025-09-23T04:07:58.363Z[ host-package] Compiling twox-hash v2.1.0
38532025-09-23T04:07:59.349Z[ host-package] Compiling yasna v0.5.2
38542025-09-23T04:08:00.012Z[ host-package] Compiling secrecy v0.8.0
38552025-09-23T04:08:00.343Z[ host-package] Compiling is_ci v1.2.0
38562025-09-23T04:08:00.685Z[ host-package] Compiling supports-color v3.0.2
38572025-09-23T04:08:01.059Z[ host-package] Compiling rcgen v0.12.1
38582025-09-23T04:08:02.371Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38592025-09-23T04:08:10.072Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38602025-09-23T04:08:10.329Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38612025-09-23T04:08:13.176Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38622025-09-23T04:08:27.125Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38632025-09-23T04:08:31.833Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38642025-09-23T04:08:32.424Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38652025-09-23T04:08:35.679Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38662025-09-23T04:08:38.999Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38672025-09-23T04:08:41.069Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38682025-09-23T04:08:46.283Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38692025-09-23T04:08:47.348Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38702025-09-23T04:08:48.805Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38712025-09-23T04:08:55.056Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38722025-09-23T04:08:55.094Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38732025-09-23T04:08:55.407Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38742025-09-23T04:08:55.452Z[ host-package] Compiling fatfs v0.3.6
38752025-09-23T04:08:55.755Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38762025-09-23T04:08:57.717Z[ host-package] Compiling rtoolbox v0.0.2
38772025-09-23T04:08:57.931Z[ host-package] Compiling subprocess v0.2.9
38782025-09-23T04:08:58.174Z[ host-package] Compiling assert_matches v1.5.0
38792025-09-23T04:08:58.349Z[ host-package] Compiling rpassword v7.4.0
38802025-09-23T04:08:58.826Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38812025-09-23T04:09:03.900Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822025-09-23T04:09:05.862Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38832025-09-23T04:09:10.561Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38842025-09-23T04:09:34.097Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38852025-09-23T04:09:38.876Z[ host-package] Compiling tui-tree-widget v0.23.1
38862025-09-23T04:09:39.362Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38872025-09-23T04:09:40.432Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38882025-09-23T04:09:40.883Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38892025-09-23T04:09:46.742Z[ host-package] Compiling uzers v0.12.1
38902025-09-23T04:09:49.528Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38912025-09-23T04:09:50.058Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38922025-09-23T04:09:52.132Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38932025-09-23T04:10:14.897Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38942025-09-23T04:10:14.990Z[ host-package] Compiling support-bundle-viewer v0.1.2
38952025-09-23T04:10:17.687Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38962025-09-23T04:10:18.363Z[ host-package] Compiling multimap v0.10.1
38972025-09-23T04:12:25.932Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38982025-09-23T04:21:38.841Z[ host-package] Finished `release` profile [optimized] target(s) in 24m 35s
38992025-09-23T04:22:56.713ZSep 23 04:22:56.220 INFO [host-package] process exited with exit status: 0 (1553.773911171s)
39002025-09-23T04:22:56.713ZSep 23 04:22:56.220 INFO [host-stamp] running task
39012025-09-23T04:22:56.737ZSep 23 04:22:56.221 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39022025-09-23T04:22:56.737ZSep 23 04:22:56.222 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+gitbcdabfda072
39032025-09-23T04:22:56.738ZSep 23 04:22:56.223 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+gitbcdabfda072
39042025-09-23T04:22:56.738ZSep 23 04:22:56.223 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+gitbcdabfda072
39052025-09-23T04:22:56.738ZSep 23 04:22:56.224 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+gitbcdabfda072
39062025-09-23T04:22:56.738ZSep 23 04:22:56.224 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+gitbcdabfda072
39072025-09-23T04:22:56.738ZSep 23 04:22:56.225 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+gitbcdabfda072
39082025-09-23T04:22:56.738ZSep 23 04:22:56.228 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+gitbcdabfda072
39092025-09-23T04:22:56.738ZSep 23 04:22:56.228 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+gitbcdabfda072
39102025-09-23T04:22:56.738Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39112025-09-23T04:22:56.738Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39122025-09-23T04:22:56.738Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39132025-09-23T04:22:56.738Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39142025-09-23T04:22:56.738Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
39152025-09-23T04:22:56.738Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39162025-09-23T04:22:56.738Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39172025-09-23T04:22:56.738Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39182025-09-23T04:22:56.763Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
39192025-09-23T04:22:56.763Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39202025-09-23T04:22:56.763Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39212025-09-23T04:22:56.763ZSep 23 04:22:56.254 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (30.232522ms)
39222025-09-23T04:22:56.763ZSep 23 04:22:56.256 INFO [stamp-overlay] process exited with exit status: 0 (31.059039ms)
39232025-09-23T04:22:56.787Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39242025-09-23T04:22:56.787ZSep 23 04:22:56.277 INFO [stamp-oxlog] process exited with exit status: 0 (52.429373ms)
39252025-09-23T04:22:56.865Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39262025-09-23T04:22:56.889ZSep 23 04:22:56.378 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (155.212557ms)
39272025-09-23T04:22:57.293Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39282025-09-23T04:22:57.317ZSep 23 04:22:56.806 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (583.948943ms)
39292025-09-23T04:22:57.403Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39302025-09-23T04:22:57.428ZSep 23 04:22:56.916 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (692.507013ms)
39312025-09-23T04:22:58.344Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39322025-09-23T04:22:58.368ZSep 23 04:22:57.857 INFO [stamp-propolis-server] process exited with exit status: 0 (1.629388121s)
39332025-09-23T04:22:58.542Z[recovery-package] Compiling newtype-uuid v1.2.4
39342025-09-23T04:22:59.210Z[recovery-package] Compiling daft v0.1.4
39352025-09-23T04:22:59.653Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39362025-09-23T04:23:00.136Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39372025-09-23T04:23:00.137Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39382025-09-23T04:23:00.161Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39392025-09-23T04:23:00.210Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39402025-09-23T04:23:00.885Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39412025-09-23T04:23:07.026Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39422025-09-23T04:23:07.050ZSep 23 04:23:06.540 INFO [stamp-switch-asic] process exited with exit status: 0 (10.315818474s)
39432025-09-23T04:23:07.050ZSep 23 04:23:06.540 INFO [host-stamp] task succeeded (10.320086712s)
39442025-09-23T04:23:07.050ZSep 23 04:23:06.540 INFO [host-proto] running task
39452025-09-23T04:23:08.053ZSep 23 04:23:07.561 INFO [host-proto] task succeeded (1.020232353s)
39462025-09-23T04:23:08.053ZSep 23 04:23:07.561 INFO [host-profile] running task
39472025-09-23T04:23:08.077ZSep 23 04:23:07.561 INFO [host-profile] task succeeded (500.244µs)
39482025-09-23T04:23:08.077ZSep 23 04:23:07.561 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.37.423' -P /tmp/.tmpAD3rni/proto/host/root -N 'ci bcdabfd/${os_short_commit} 2025-09-23 03:55' -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/'
39492025-09-23T04:23:08.077Z[ host-image] Sep 23 04:23:07.572 INFO Checking files for board 'cosmo'
39502025-09-23T04:23:08.077Z[ host-image] Sep 23 04:23:07.573 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39512025-09-23T04:23:08.077Z[ host-image] Sep 23 04:23:07.573 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39522025-09-23T04:23:08.077Z[ host-image] Sep 23 04:23:07.573 INFO Checking files for board 'gimlet'
39532025-09-23T04:23:08.077Z[ host-image] Sep 23 04:23:07.573 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39542025-09-23T04:23:08.077Z[ host-image] Sep 23 04:23:07.573 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39552025-09-23T04:23:08.101Z[ host-image] Sep 23 04:23:07.589 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpAD3rni/proto/host/root"
39562025-09-23T04:23:08.101Z[ host-image] Sep 23 04:23:07.589 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39572025-09-23T04:23:08.101Z[ host-image] Sep 23 04:23:07.589 INFO image builder template: ramdisk-01-os...
39582025-09-23T04:23:08.101Z[ host-image] Sep 23 04:23:07.589 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/.tmpAD3rni/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39592025-09-23T04:23:08.125Z[ host-image] Sep 23 04:23:07.612 INFO O| Sep 23 04:23:07.612 INFO CREATE DATASET: rpool/images/build/host/output
39602025-09-23T04:23:08.159Z[ host-image] Sep 23 04:23:07.667 INFO O| Sep 23 04:23:07.667 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39612025-09-23T04:23:08.183Z[ host-image] Sep 23 04:23:07.671 INFO O| Sep 23 04:23:07.671 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39622025-09-23T04:23:08.246Z[ host-image] Sep 23 04:23:07.754 INFO O| Sep 23 04:23:07.754 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39632025-09-23T04:23:08.274Z[ host-image] Sep 23 04:23:07.782 INFO O| Sep 23 04:23:07.782 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39642025-09-23T04:23:08.299Z[ host-image] Sep 23 04:23:07.782 INFO O| Sep 23 04:23:07.782 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39652025-09-23T04:23:08.299Z[ host-image] Sep 23 04:23:07.783 INFO O| Sep 23 04:23:07.783 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39662025-09-23T04:23:08.299Z[ host-image] Sep 23 04:23:07.783 INFO O| Sep 23 04:23:07.783 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39672025-09-23T04:23:08.299Z[ host-image] Sep 23 04:23:07.792 INFO O| Sep 23 04:23:07.791 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39682025-09-23T04:23:08.364Z[ host-image] Sep 23 04:23:07.872 INFO O| Sep 23 04:23:07.872 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692025-09-23T04:23:08.388Z[ host-image] Sep 23 04:23:07.886 INFO O| Sep 23 04:23:07.886 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39702025-09-23T04:23:08.821Z[ host-image] Sep 23 04:23:08.329 INFO O| Sep 23 04:23:08.329 INFO O| Caching catalogs ... Done
39712025-09-23T04:23:08.912Z[ host-image] Sep 23 04:23:08.420 INFO O| Sep 23 04:23:08.420 INFO STEP 0 (pkg_image_create) COMPLETE
39722025-09-23T04:23:08.912Z[ host-image] Sep 23 04:23:08.420 INFO O| Sep 23 04:23:08.420 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732025-09-23T04:23:08.936Z[ host-image] Sep 23 04:23:08.435 INFO O| Sep 23 04:23:08.434 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"]
39742025-09-23T04:23:09.385Z[ host-image] Sep 23 04:23:08.893 INFO O| Sep 23 04:23:08.893 INFO STEP 1 (pkg_set_publisher) COMPLETE
39752025-09-23T04:23:09.385Z[ host-image] Sep 23 04:23:08.893 INFO O| Sep 23 04:23:08.893 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762025-09-23T04:23:09.385Z[ host-image] Sep 23 04:23:08.893 INFO O| Sep 23 04:23:08.893 INFO skip step because feature "publisher_1_name" is not enabled
39772025-09-23T04:23:09.410Z[ host-image] Sep 23 04:23:08.893 INFO O| Sep 23 04:23:08.893 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782025-09-23T04:23:09.410Z[ host-image] Sep 23 04:23:08.893 INFO O| Sep 23 04:23:08.893 INFO skip step because feature "publisher_2_name" is not enabled
39792025-09-23T04:23:09.410Z[ host-image] Sep 23 04:23:08.893 INFO O| Sep 23 04:23:08.893 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802025-09-23T04:23:09.410Z[ host-image] Sep 23 04:23:08.893 INFO O| Sep 23 04:23:08.893 INFO skip step because feature "publisher_3_name" is not enabled
39812025-09-23T04:23:09.410Z[ host-image] Sep 23 04:23:08.894 INFO O| Sep 23 04:23:08.893 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822025-09-23T04:23:09.834Z[ host-image] Sep 23 04:23:09.342 INFO O| Sep 23 04:23:09.342 INFO variant opensolaris.zone is already global
39832025-09-23T04:23:09.834Z[ host-image] Sep 23 04:23:09.342 INFO O| Sep 23 04:23:09.342 INFO STEP 5 (pkg_change_variant) COMPLETE
39842025-09-23T04:23:09.858Z[ host-image] Sep 23 04:23:09.342 INFO O| Sep 23 04:23:09.342 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39852025-09-23T04:23:10.271Z[ host-image] Sep 23 04:23:09.779 INFO O| Sep 23 04:23:09.779 INFO variant opensolaris.imagetype is full; changing to partial
39862025-09-23T04:23:10.296Z[ host-image] Sep 23 04:23:09.779 INFO O| Sep 23 04:23:09.779 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39872025-09-23T04:23:13.465Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39882025-09-23T04:23:13.465Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39892025-09-23T04:23:13.465Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39902025-09-23T04:23:18.143Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39912025-09-23T04:23:18.239Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39922025-09-23T04:23:19.168Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39932025-09-23T04:23:19.544Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39942025-09-23T04:23:20.017Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39952025-09-23T04:23:21.292Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39962025-09-23T04:23:23.799Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39972025-09-23T04:23:36.872Z[ host-image] Sep 23 04:23:36.381 INFO O| Sep 23 04:23:36.381 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39982025-09-23T04:23:47.437Z[ host-image] Sep 23 04:23:46.947 INFO O| Sep 23 04:23:46.947 INFO O| Startup: Caching catalogs ... Done
39992025-09-23T04:23:47.517Z[ host-image] Sep 23 04:23:47.027 INFO O| Sep 23 04:23:47.027 INFO O| Planning: Planning completed in 0.00 seconds
40002025-09-23T04:23:47.541Z[ host-image] Sep 23 04:23:47.028 INFO O| Sep 23 04:23:47.028 INFO O| Planning: Consolidating action changes ... Done
40012025-09-23T04:23:47.541Z[ host-image] Sep 23 04:23:47.028 INFO O| Sep 23 04:23:47.028 INFO O| Planning: Evaluating mediators ... Done
40022025-09-23T04:23:47.541Z[ host-image] Sep 23 04:23:47.028 INFO O| Sep 23 04:23:47.028 INFO O| Planning: Planning completed in 0.00 seconds
40032025-09-23T04:23:47.541Z[ host-image] Sep 23 04:23:47.028 INFO O| Sep 23 04:23:47.028 INFO O| Variants/Facets to change: 1
40042025-09-23T04:23:47.541Z[ host-image] Sep 23 04:23:47.046 INFO O| Sep 23 04:23:47.046 INFO O| Done
40052025-09-23T04:23:47.541Z[ host-image] Sep 23 04:23:47.046 INFO O| Sep 23 04:23:47.046 INFO O| Done
40062025-09-23T04:23:48.325Z[recovery-package] Finished `release` profile [optimized] target(s) in 51.31s
40072025-09-23T04:23:49.208Z[ host-image] Sep 23 04:23:48.718 INFO O| Sep 23 04:23:48.718 INFO O| Done
40082025-09-23T04:23:49.289Z[ host-image] Sep 23 04:23:48.799 INFO O| Sep 23 04:23:48.799 INFO O| Done
40092025-09-23T04:23:49.313Z[ host-image] Sep 23 04:23:48.800 INFO O| Sep 23 04:23:48.800 INFO O| Done
40102025-09-23T04:23:49.313Z[ host-image] Sep 23 04:23:48.800 INFO O| Sep 23 04:23:48.800 INFO O| Done
40112025-09-23T04:23:49.313Z[ host-image] Sep 23 04:23:48.802 INFO O| Sep 23 04:23:48.802 INFO O| Done
40122025-09-23T04:23:50.460Z[ host-image] Sep 23 04:23:49.970 INFO O| Sep 23 04:23:49.970 INFO STEP 6 (pkg_change_variant) COMPLETE
40132025-09-23T04:23:50.461Z[ host-image] Sep 23 04:23:49.970 INFO O| Sep 23 04:23:49.970 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40142025-09-23T04:23:50.486Z[ host-image] Sep 23 04:23:49.970 INFO O| Sep 23 04:23:49.970 INFO skip step because feature "debug_variant" is not enabled
40152025-09-23T04:23:50.486Z[ host-image] Sep 23 04:23:49.970 INFO O| Sep 23 04:23:49.970 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162025-09-23T04:23:50.922Z[ host-image] Sep 23 04:23:50.432 INFO O| Sep 23 04:23:50.432 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40172025-09-23T04:23:55.645ZSep 23 04:23:55.157 INFO [recovery-package] process exited with exit status: 0 (58.935551533s)
40182025-09-23T04:23:55.646ZSep 23 04:23:55.157 INFO [recovery-stamp] running task
40192025-09-23T04:23:55.670ZSep 23 04:23:55.157 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+gitbcdabfda072
40202025-09-23T04:23:55.670ZSep 23 04:23:55.157 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40212025-09-23T04:23:55.670ZSep 23 04:23:55.158 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+gitbcdabfda072
40222025-09-23T04:23:55.670Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40232025-09-23T04:23:55.670Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40242025-09-23T04:23:55.794Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40252025-09-23T04:23:55.818ZSep 23 04:23:55.311 INFO [stamp-installinator] process exited with exit status: 0 (152.868922ms)
40262025-09-23T04:23:55.933Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40272025-09-23T04:23:55.958ZSep 23 04:23:55.450 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (293.162371ms)
40282025-09-23T04:23:55.958ZSep 23 04:23:55.450 INFO [recovery-stamp] task succeeded (293.669491ms)
40292025-09-23T04:23:55.958ZSep 23 04:23:55.450 INFO [recovery-proto] running task
40302025-09-23T04:23:55.958ZSep 23 04:23:55.450 INFO [tuf-stamp] running task
40312025-09-23T04:23:55.958ZSep 23 04:23:55.452 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+gitbcdabfda072
40322025-09-23T04:23:55.958ZSep 23 04:23:55.452 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+gitbcdabfda072
40332025-09-23T04:23:55.958ZSep 23 04:23:55.455 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+gitbcdabfda072
40342025-09-23T04:23:55.958ZSep 23 04:23:55.455 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+gitbcdabfda072
40352025-09-23T04:23:55.958ZSep 23 04:23:55.455 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+gitbcdabfda072
40362025-09-23T04:23:55.958ZSep 23 04:23:55.457 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+gitbcdabfda072
40372025-09-23T04:23:55.958ZSep 23 04:23:55.457 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+gitbcdabfda072
40382025-09-23T04:23:55.958ZSep 23 04:23:55.460 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+gitbcdabfda072
40392025-09-23T04:23:55.958ZSep 23 04:23:55.464 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+gitbcdabfda072
40402025-09-23T04:23:55.958ZSep 23 04:23:55.464 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+gitbcdabfda072
40412025-09-23T04:23:55.958ZSep 23 04:23:55.465 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+gitbcdabfda072
40422025-09-23T04:23:55.958ZSep 23 04:23:55.465 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+gitbcdabfda072
40432025-09-23T04:23:55.983Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40442025-09-23T04:23:55.983Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40452025-09-23T04:23:55.983Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40462025-09-23T04:23:55.983Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40472025-09-23T04:23:55.983Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40482025-09-23T04:23:55.983Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40492025-09-23T04:23:55.983Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40502025-09-23T04:23:55.983Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40512025-09-23T04:23:55.983Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40522025-09-23T04:23:55.983Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40532025-09-23T04:23:56.007Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40542025-09-23T04:23:56.008Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40552025-09-23T04:23:56.099Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40562025-09-23T04:23:56.153ZSep 23 04:23:55.664 INFO [stamp-probe] process exited with exit status: 0 (210.544126ms)
40572025-09-23T04:23:56.301ZSep 23 04:23:55.812 INFO [recovery-proto] task succeeded (361.199658ms)
40582025-09-23T04:23:56.325ZSep 23 04:23:55.812 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.37.423' -P /tmp/.tmpAD3rni/proto/recovery/root -N 'recovery bcdabfd/${os_short_commit} 2025-09-23 03:55' -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/'
40592025-09-23T04:23:56.325Z[ recovery-image] Sep 23 04:23:55.829 INFO Checking files for board 'cosmo'
40602025-09-23T04:23:56.325Z[ recovery-image] Sep 23 04:23:55.829 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40612025-09-23T04:23:56.325Z[ recovery-image] Sep 23 04:23:55.829 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40622025-09-23T04:23:56.325Z[ recovery-image] Sep 23 04:23:55.829 INFO Checking files for board 'gimlet'
40632025-09-23T04:23:56.325Z[ recovery-image] Sep 23 04:23:55.829 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40642025-09-23T04:23:56.325Z[ recovery-image] Sep 23 04:23:55.829 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40652025-09-23T04:23:56.350Z[ recovery-image] Sep 23 04:23:55.844 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpAD3rni/proto/recovery/root"
40662025-09-23T04:23:56.350Z[ recovery-image] Sep 23 04:23:55.844 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40672025-09-23T04:23:56.350Z[ recovery-image] Sep 23 04:23:55.844 INFO image builder template: ramdisk-01-os...
40682025-09-23T04:23:56.350Z[ recovery-image] Sep 23 04:23:55.844 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/.tmpAD3rni/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40692025-09-23T04:23:56.374Z[ recovery-image] Sep 23 04:23:55.870 INFO O| Sep 23 04:23:55.870 INFO CREATE DATASET: rpool/images/build/recovery/output
40702025-09-23T04:23:56.628Z[ recovery-image] Sep 23 04:23:56.139 INFO O| Sep 23 04:23:56.139 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40712025-09-23T04:23:56.653Z[ recovery-image] Sep 23 04:23:56.146 INFO O| Sep 23 04:23:56.146 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40722025-09-23T04:23:56.752Z[ recovery-image] Sep 23 04:23:56.263 INFO O| Sep 23 04:23:56.263 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40732025-09-23T04:23:56.786Z[ recovery-image] Sep 23 04:23:56.297 INFO O| Sep 23 04:23:56.297 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40742025-09-23T04:23:56.786Z[ recovery-image] Sep 23 04:23:56.297 INFO O| Sep 23 04:23:56.297 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40752025-09-23T04:23:56.810Z[ recovery-image] Sep 23 04:23:56.297 INFO O| Sep 23 04:23:56.297 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40762025-09-23T04:23:56.810Z[ recovery-image] Sep 23 04:23:56.297 INFO O| Sep 23 04:23:56.297 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40772025-09-23T04:23:56.810Z[ recovery-image] Sep 23 04:23:56.310 INFO O| Sep 23 04:23:56.310 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40782025-09-23T04:23:56.919Z[ recovery-image] Sep 23 04:23:56.430 INFO O| Sep 23 04:23:56.430 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40792025-09-23T04:23:56.943Z[ recovery-image] Sep 23 04:23:56.445 INFO O| Sep 23 04:23:56.445 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40802025-09-23T04:23:57.423Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
40812025-09-23T04:23:57.488Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40822025-09-23T04:23:57.512Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40832025-09-23T04:23:57.551ZSep 23 04:23:57.062 INFO [stamp-ntp] process exited with exit status: 0 (1.609486678s)
40842025-09-23T04:23:57.614Z[ recovery-image] Sep 23 04:23:57.125 INFO O| Sep 23 04:23:57.125 INFO O| Caching catalogs ... Done
40852025-09-23T04:23:57.638Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40862025-09-23T04:23:57.662ZSep 23 04:23:57.165 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.709924404s)
40872025-09-23T04:23:57.734Z[ recovery-image] Sep 23 04:23:57.245 INFO O| Sep 23 04:23:57.245 INFO STEP 0 (pkg_image_create) COMPLETE
40882025-09-23T04:23:57.734Z[ recovery-image] Sep 23 04:23:57.245 INFO O| Sep 23 04:23:57.245 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40892025-09-23T04:23:57.759Z[ recovery-image] Sep 23 04:23:57.261 INFO O| Sep 23 04:23:57.261 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"]
40902025-09-23T04:23:58.075Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40912025-09-23T04:23:58.111ZSep 23 04:23:57.622 INFO [stamp-external-dns] process exited with exit status: 0 (2.157911836s)
40922025-09-23T04:23:58.237Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40932025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO STEP 1 (pkg_set_publisher) COMPLETE
40942025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40952025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO skip step because feature "publisher_1_name" is not enabled
40962025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO skip step because feature "publisher_2_name" is not enabled
40982025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40992025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO skip step because feature "publisher_3_name" is not enabled
41002025-09-23T04:23:58.262Z[ recovery-image] Sep 23 04:23:57.753 INFO O| Sep 23 04:23:57.753 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41012025-09-23T04:23:58.286Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41022025-09-23T04:23:58.286ZSep 23 04:23:57.797 INFO [stamp-internal-dns] process exited with exit status: 0 (2.33281136s)
41032025-09-23T04:23:58.310ZSep 23 04:23:57.815 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.363621755s)
41042025-09-23T04:23:58.530Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41052025-09-23T04:23:58.554ZSep 23 04:23:58.065 INFO [stamp-oximeter] process exited with exit status: 0 (2.605775307s)
41062025-09-23T04:23:58.692Z[ recovery-image] Sep 23 04:23:58.202 INFO O| Sep 23 04:23:58.202 INFO variant opensolaris.zone is already global
41072025-09-23T04:23:58.692Z[ recovery-image] Sep 23 04:23:58.202 INFO O| Sep 23 04:23:58.202 INFO STEP 5 (pkg_change_variant) COMPLETE
41082025-09-23T04:23:58.716Z[ recovery-image] Sep 23 04:23:58.202 INFO O| Sep 23 04:23:58.202 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092025-09-23T04:23:59.210Z[ recovery-image] Sep 23 04:23:58.721 INFO O| Sep 23 04:23:58.720 INFO variant opensolaris.imagetype is full; changing to partial
41102025-09-23T04:23:59.210Z[ recovery-image] Sep 23 04:23:58.721 INFO O| Sep 23 04:23:58.721 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41112025-09-23T04:24:00.785Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41122025-09-23T04:24:00.810ZSep 23 04:24:00.302 INFO [stamp-nexus] process exited with exit status: 0 (4.850057881s)
41132025-09-23T04:24:01.999Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41142025-09-23T04:24:02.023ZSep 23 04:24:01.517 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.051680606s)
41152025-09-23T04:24:04.250Z[verify-libraries] Compiling cfg_aliases v0.1.1
41162025-09-23T04:24:04.250Z[verify-libraries] Compiling home v0.5.9
41172025-09-23T04:24:04.350Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41182025-09-23T04:24:04.350Z[verify-libraries] Compiling sqlparser_derive v0.2.2
41192025-09-23T04:24:04.446Z[verify-libraries] Compiling unicode_categories v0.1.1
41202025-09-23T04:24:04.503Z[verify-libraries] Compiling nix v0.28.0
41212025-09-23T04:24:04.527Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41222025-09-23T04:24:04.805Z[verify-libraries] Compiling polyval v0.6.2
41232025-09-23T04:24:04.829Z[verify-libraries] Compiling ctr v0.9.2
41242025-09-23T04:24:04.829Z[verify-libraries] Compiling ssh-encoding v0.2.0
41252025-09-23T04:24:05.212Z[verify-libraries] Compiling sqlformat v0.3.5
41262025-09-23T04:24:05.396Z[verify-libraries] Compiling ghash v0.5.1
41272025-09-23T04:24:05.523Z[verify-libraries] Compiling blowfish v0.9.1
41282025-09-23T04:24:05.613Z[verify-libraries] Compiling sqlparser v0.45.0
41292025-09-23T04:24:05.717Z[verify-libraries] Compiling password-hash v0.4.2
41302025-09-23T04:24:06.093Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41312025-09-23T04:24:06.118Z[verify-libraries] Compiling aes-gcm v0.10.3
41322025-09-23T04:24:06.274Z[verify-libraries] Compiling petname v2.0.2
41332025-09-23T04:24:06.431Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41342025-09-23T04:24:06.455ZSep 23 04:24:05.949 INFO [stamp-clickhouse] process exited with exit status: 0 (10.483676054s)
41352025-09-23T04:24:06.489Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41362025-09-23T04:24:06.565ZSep 23 04:24:06.077 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.623151935s)
41372025-09-23T04:24:06.617Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41382025-09-23T04:24:06.642Z[verify-libraries] Compiling pbkdf2 v0.11.0
41392025-09-23T04:24:06.690ZSep 23 04:24:06.202 INFO [stamp-clickhouse_server] process exited with exit status: 0 (10.747358951s)
41402025-09-23T04:24:06.690ZSep 23 04:24:06.202 INFO [tuf-stamp] task succeeded (10.751443788s)
41412025-09-23T04:24:06.802Z[verify-libraries] Compiling ssh-cipher v0.2.0
41422025-09-23T04:24:06.937Z[verify-libraries] Compiling p256 v0.13.2
41432025-09-23T04:24:07.184Z[verify-libraries] Compiling p521 v0.13.3
41442025-09-23T04:24:07.741Z[verify-libraries] Compiling ssh-key v0.6.6
41452025-09-23T04:24:07.927Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41462025-09-23T04:24:08.448Z[verify-libraries] Compiling md5 v0.7.0
41472025-09-23T04:24:09.385Z[verify-libraries] Compiling rustyline v14.0.0
41482025-09-23T04:24:10.454Z[verify-libraries] Compiling russh-keys v0.45.0
41492025-09-23T04:24:11.512Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41502025-09-23T04:24:12.214Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41512025-09-23T04:24:12.706Z[verify-libraries] Compiling num-bigint v0.4.6
41522025-09-23T04:24:13.452Z[verify-libraries] Compiling des v0.8.1
41532025-09-23T04:24:14.149Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41542025-09-23T04:24:14.782Z[verify-libraries] Compiling hex-literal v0.4.1
41552025-09-23T04:24:15.111Z[verify-libraries] Compiling sync-ptr v0.1.4
41562025-09-23T04:24:15.207Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41572025-09-23T04:24:15.548Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41582025-09-23T04:24:15.711Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41592025-09-23T04:24:16.352Z[verify-libraries] Compiling russh v0.45.0
41602025-09-23T04:24:21.907Z[verify-libraries] Compiling internet-checksum v0.2.1
41612025-09-23T04:24:22.292Z[ host-image] Sep 23 04:24:21.804 INFO O| Sep 23 04:24:21.804 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41622025-09-23T04:24:22.471Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41632025-09-23T04:24:23.910Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41642025-09-23T04:24:25.142Z[verify-libraries] Compiling diff v0.1.13
41652025-09-23T04:24:25.368Z[verify-libraries] Compiling yansi v1.0.1
41662025-09-23T04:24:26.381Z[verify-libraries] Compiling heck v0.4.1
41672025-09-23T04:24:26.535Z[verify-libraries] Compiling pretty_assertions v1.4.1
41682025-09-23T04:24:27.557Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41692025-09-23T04:24:27.654Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41702025-09-23T04:24:29.222Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41712025-09-23T04:24:34.987Z[ host-image] Sep 23 04:24:34.500 INFO O| Sep 23 04:24:34.500 INFO O| Startup: Caching catalogs ... Done
41722025-09-23T04:24:35.034Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41732025-09-23T04:24:35.101Z[ host-image] Sep 23 04:24:34.614 INFO O| Sep 23 04:24:34.614 INFO O| Planning: Planning completed in 0.00 seconds
41742025-09-23T04:24:35.126Z[ host-image] Sep 23 04:24:34.615 INFO O| Sep 23 04:24:34.614 INFO O| Planning: Consolidating action changes ... Done
41752025-09-23T04:24:35.126Z[ host-image] Sep 23 04:24:34.615 INFO O| Sep 23 04:24:34.615 INFO O| Planning: Evaluating mediators ... Done
41762025-09-23T04:24:35.126Z[ host-image] Sep 23 04:24:34.615 INFO O| Sep 23 04:24:34.615 INFO O| Planning: Planning completed in 0.00 seconds
41772025-09-23T04:24:35.126Z[ host-image] Sep 23 04:24:34.616 INFO O| Sep 23 04:24:34.615 INFO O| Variants/Facets to change: 1
41782025-09-23T04:24:35.153Z[ host-image] Sep 23 04:24:34.666 INFO O| Sep 23 04:24:34.666 INFO O| Done
41792025-09-23T04:24:35.153Z[ host-image] Sep 23 04:24:34.666 INFO O| Sep 23 04:24:34.666 INFO O| Done
41802025-09-23T04:24:37.086Z[ host-image] Sep 23 04:24:36.599 INFO O| Sep 23 04:24:36.599 INFO O| Done
41812025-09-23T04:24:37.200Z[ recovery-image] Sep 23 04:24:36.713 INFO O| Sep 23 04:24:36.713 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41822025-09-23T04:24:37.293Z[ host-image] Sep 23 04:24:36.806 INFO O| Sep 23 04:24:36.805 INFO O| Done
41832025-09-23T04:24:37.318Z[ host-image] Sep 23 04:24:36.807 INFO O| Sep 23 04:24:36.807 INFO O| Done
41842025-09-23T04:24:37.318Z[ host-image] Sep 23 04:24:36.807 INFO O| Sep 23 04:24:36.807 INFO O| Done
41852025-09-23T04:24:37.318Z[ host-image] Sep 23 04:24:36.809 INFO O| Sep 23 04:24:36.809 INFO O| Done
41862025-09-23T04:24:38.840Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41872025-09-23T04:24:39.174Z[ host-image] Sep 23 04:24:38.687 INFO O| Sep 23 04:24:38.687 INFO STEP 8 (pkg_change_facet) COMPLETE
41882025-09-23T04:24:39.174Z[ host-image] Sep 23 04:24:38.687 INFO O| Sep 23 04:24:38.687 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892025-09-23T04:24:39.174Z[ host-image] Sep 23 04:24:38.687 INFO O| Sep 23 04:24:38.687 INFO skip step because feature "recovery" is not enabled
41902025-09-23T04:24:39.198Z[ host-image] Sep 23 04:24:38.687 INFO O| Sep 23 04:24:38.687 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912025-09-23T04:24:39.198Z[ host-image] Sep 23 04:24:38.687 INFO O| Sep 23 04:24:38.687 INFO skip step because feature "recovery" is not enabled
41922025-09-23T04:24:39.198Z[ host-image] Sep 23 04:24:38.687 INFO O| Sep 23 04:24:38.687 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932025-09-23T04:24:39.198Z[ host-image] Sep 23 04:24:38.707 INFO O| Sep 23 04:24:38.706 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"]
41942025-09-23T04:24:40.877Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41952025-09-23T04:24:50.114Z[ recovery-image] Sep 23 04:24:49.627 INFO O| Sep 23 04:24:49.627 INFO O| Startup: Caching catalogs ... Done
41962025-09-23T04:24:50.201Z[ recovery-image] Sep 23 04:24:49.715 INFO O| Sep 23 04:24:49.715 INFO O| Planning: Planning completed in 0.00 seconds
41972025-09-23T04:24:50.227Z[ recovery-image] Sep 23 04:24:49.716 INFO O| Sep 23 04:24:49.716 INFO O| Planning: Consolidating action changes ... Done
41982025-09-23T04:24:50.227Z[ recovery-image] Sep 23 04:24:49.717 INFO O| Sep 23 04:24:49.717 INFO O| Planning: Evaluating mediators ... Done
41992025-09-23T04:24:50.227Z[ recovery-image] Sep 23 04:24:49.717 INFO O| Sep 23 04:24:49.717 INFO O| Planning: Planning completed in 0.00 seconds
42002025-09-23T04:24:50.227Z[ recovery-image] Sep 23 04:24:49.718 INFO O| Sep 23 04:24:49.718 INFO O| Variants/Facets to change: 1
42012025-09-23T04:24:50.263Z[ recovery-image] Sep 23 04:24:49.777 INFO O| Sep 23 04:24:49.777 INFO O| Done
42022025-09-23T04:24:50.263Z[ recovery-image] Sep 23 04:24:49.777 INFO O| Sep 23 04:24:49.777 INFO O| Done
42032025-09-23T04:24:52.336Z[ recovery-image] Sep 23 04:24:51.850 INFO O| Sep 23 04:24:51.850 INFO O| Done
42042025-09-23T04:24:52.456Z[ recovery-image] Sep 23 04:24:51.970 INFO O| Sep 23 04:24:51.970 INFO O| Done
42052025-09-23T04:24:52.480Z[ recovery-image] Sep 23 04:24:51.971 INFO O| Sep 23 04:24:51.971 INFO O| Done
42062025-09-23T04:24:52.480Z[ recovery-image] Sep 23 04:24:51.971 INFO O| Sep 23 04:24:51.971 INFO O| Done
42072025-09-23T04:24:52.480Z[ recovery-image] Sep 23 04:24:51.973 INFO O| Sep 23 04:24:51.973 INFO O| Done
42082025-09-23T04:24:52.794Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42092025-09-23T04:24:53.212Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42102025-09-23T04:24:53.698Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42112025-09-23T04:24:53.767Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42122025-09-23T04:24:54.012Z[ recovery-image] Sep 23 04:24:53.526 INFO O| Sep 23 04:24:53.526 INFO STEP 6 (pkg_change_variant) COMPLETE
42132025-09-23T04:24:54.012Z[ recovery-image] Sep 23 04:24:53.526 INFO O| Sep 23 04:24:53.526 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42142025-09-23T04:24:54.037Z[ recovery-image] Sep 23 04:24:53.526 INFO O| Sep 23 04:24:53.526 INFO skip step because feature "debug_variant" is not enabled
42152025-09-23T04:24:54.037Z[ recovery-image] Sep 23 04:24:53.526 INFO O| Sep 23 04:24:53.526 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162025-09-23T04:24:54.271Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42172025-09-23T04:24:54.427Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42182025-09-23T04:24:54.599Z[ recovery-image] Sep 23 04:24:54.113 INFO O| Sep 23 04:24:54.113 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42192025-09-23T04:24:55.397Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42202025-09-23T04:25:11.407Z[ host-image] Sep 23 04:25:10.921 INFO O| Sep 23 04:25:10.921 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42212025-09-23T04:25:23.037Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42222025-09-23T04:25:23.403Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42232025-09-23T04:25:23.465Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42242025-09-23T04:25:24.012Z[ host-image] Sep 23 04:25:23.527 INFO O| Sep 23 04:25:23.527 INFO O| Startup: Caching catalogs ... Done
42252025-09-23T04:25:26.576Z[ recovery-image] Sep 23 04:25:26.091 INFO O| Sep 23 04:25:26.091 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42262025-09-23T04:25:31.190Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42272025-09-23T04:25:38.467Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42282025-09-23T04:25:38.660Z[ recovery-image] Sep 23 04:25:38.176 INFO O| Sep 23 04:25:38.176 INFO O| Startup: Caching catalogs ... Done
42292025-09-23T04:25:38.722Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42302025-09-23T04:25:38.753Z[ recovery-image] Sep 23 04:25:38.269 INFO O| Sep 23 04:25:38.268 INFO O| Planning: Planning completed in 0.00 seconds
42312025-09-23T04:25:38.779Z[ recovery-image] Sep 23 04:25:38.270 INFO O| Sep 23 04:25:38.270 INFO O| Planning: Consolidating action changes ... Done
42322025-09-23T04:25:38.779Z[ recovery-image] Sep 23 04:25:38.270 INFO O| Sep 23 04:25:38.270 INFO O| Planning: Evaluating mediators ... Done
42332025-09-23T04:25:38.779Z[ recovery-image] Sep 23 04:25:38.270 INFO O| Sep 23 04:25:38.270 INFO O| Planning: Planning completed in 0.00 seconds
42342025-09-23T04:25:38.779Z[ recovery-image] Sep 23 04:25:38.271 INFO O| Sep 23 04:25:38.270 INFO O| Variants/Facets to change: 1
42352025-09-23T04:25:38.806Z[ recovery-image] Sep 23 04:25:38.322 INFO O| Sep 23 04:25:38.314 INFO O| Done
42362025-09-23T04:25:38.832Z[ recovery-image] Sep 23 04:25:38.322 INFO O| Sep 23 04:25:38.314 INFO O| Done
42372025-09-23T04:25:40.114Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42382025-09-23T04:25:40.651Z[ recovery-image] Sep 23 04:25:40.167 INFO O| Sep 23 04:25:40.167 INFO O| Done
42392025-09-23T04:25:40.752Z[ recovery-image] Sep 23 04:25:40.268 INFO O| Sep 23 04:25:40.268 INFO O| Done
42402025-09-23T04:25:40.778Z[ recovery-image] Sep 23 04:25:40.269 INFO O| Sep 23 04:25:40.269 INFO O| Done
42412025-09-23T04:25:40.778Z[ recovery-image] Sep 23 04:25:40.269 INFO O| Sep 23 04:25:40.269 INFO O| Done
42422025-09-23T04:25:40.778Z[ recovery-image] Sep 23 04:25:40.270 INFO O| Sep 23 04:25:40.270 INFO O| Done
42432025-09-23T04:25:42.426Z[ recovery-image] Sep 23 04:25:41.942 INFO O| Sep 23 04:25:41.942 INFO STEP 8 (pkg_change_facet) COMPLETE
42442025-09-23T04:25:42.426Z[ recovery-image] Sep 23 04:25:41.942 INFO O| Sep 23 04:25:41.942 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42452025-09-23T04:25:42.991Z[ recovery-image] Sep 23 04:25:42.507 INFO O| Sep 23 04:25:42.507 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42462025-09-23T04:25:44.766Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42472025-09-23T04:25:54.359Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42482025-09-23T04:26:08.721Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42492025-09-23T04:26:09.819Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42502025-09-23T04:26:15.177Z[ recovery-image] Sep 23 04:26:14.694 INFO O| Sep 23 04:26:14.694 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42512025-09-23T04:26:27.428Z[ recovery-image] Sep 23 04:26:26.947 INFO O| Sep 23 04:26:26.947 INFO O| Startup: Caching catalogs ... Done
42522025-09-23T04:26:27.540Z[ recovery-image] Sep 23 04:26:27.059 INFO O| Sep 23 04:26:27.059 INFO O| Planning: Planning completed in 0.00 seconds
42532025-09-23T04:26:27.566Z[ recovery-image] Sep 23 04:26:27.060 INFO O| Sep 23 04:26:27.060 INFO O| Planning: Consolidating action changes ... Done
42542025-09-23T04:26:27.566Z[ recovery-image] Sep 23 04:26:27.060 INFO O| Sep 23 04:26:27.060 INFO O| Planning: Evaluating mediators ... Done
42552025-09-23T04:26:27.566Z[ recovery-image] Sep 23 04:26:27.060 INFO O| Sep 23 04:26:27.060 INFO O| Planning: Planning completed in 0.00 seconds
42562025-09-23T04:26:27.566Z[ recovery-image] Sep 23 04:26:27.061 INFO O| Sep 23 04:26:27.061 INFO O| Variants/Facets to change: 1
42572025-09-23T04:26:27.603Z[ recovery-image] Sep 23 04:26:27.122 INFO O| Sep 23 04:26:27.122 INFO O| Done
42582025-09-23T04:26:27.603Z[ recovery-image] Sep 23 04:26:27.122 INFO O| Sep 23 04:26:27.122 INFO O| Done
42592025-09-23T04:26:29.532Z[ recovery-image] Sep 23 04:26:29.050 INFO O| Sep 23 04:26:29.050 INFO O| Done
42602025-09-23T04:26:29.637Z[ recovery-image] Sep 23 04:26:29.156 INFO O| Sep 23 04:26:29.156 INFO O| Done
42612025-09-23T04:26:29.662Z[ recovery-image] Sep 23 04:26:29.157 INFO O| Sep 23 04:26:29.157 INFO O| Done
42622025-09-23T04:26:29.662Z[ recovery-image] Sep 23 04:26:29.157 INFO O| Sep 23 04:26:29.157 INFO O| Done
42632025-09-23T04:26:29.662Z[ recovery-image] Sep 23 04:26:29.159 INFO O| Sep 23 04:26:29.159 INFO O| Done
42642025-09-23T04:26:31.047Z[ recovery-image] Sep 23 04:26:30.566 INFO O| Sep 23 04:26:30.566 INFO STEP 9 (pkg_change_facet) COMPLETE
42652025-09-23T04:26:31.047Z[ recovery-image] Sep 23 04:26:30.566 INFO O| Sep 23 04:26:30.566 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42662025-09-23T04:26:31.650Z[ recovery-image] Sep 23 04:26:31.170 INFO O| Sep 23 04:26:31.170 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42672025-09-23T04:26:49.397Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42682025-09-23T04:26:52.449Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42692025-09-23T04:27:04.770Z[ recovery-image] Sep 23 04:27:04.291 INFO O| Sep 23 04:27:04.291 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42702025-09-23T04:27:12.825Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42712025-09-23T04:27:14.365Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42722025-09-23T04:27:16.606Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42732025-09-23T04:27:17.621Z[ recovery-image] Sep 23 04:27:17.143 INFO O| Sep 23 04:27:17.143 INFO O| Startup: Caching catalogs ... Done
42742025-09-23T04:27:17.733Z[ recovery-image] Sep 23 04:27:17.255 INFO O| Sep 23 04:27:17.255 INFO O| Planning: Planning completed in 0.00 seconds
42752025-09-23T04:27:17.760Z[ recovery-image] Sep 23 04:27:17.256 INFO O| Sep 23 04:27:17.256 INFO O| Planning: Consolidating action changes ... Done
42762025-09-23T04:27:17.760Z[ recovery-image] Sep 23 04:27:17.257 INFO O| Sep 23 04:27:17.257 INFO O| Planning: Evaluating mediators ... Done
42772025-09-23T04:27:17.760Z[ recovery-image] Sep 23 04:27:17.257 INFO O| Sep 23 04:27:17.257 INFO O| Planning: Planning completed in 0.00 seconds
42782025-09-23T04:27:17.760Z[ recovery-image] Sep 23 04:27:17.258 INFO O| Sep 23 04:27:17.258 INFO O| Variants/Facets to change: 1
42792025-09-23T04:27:17.854Z[ recovery-image] Sep 23 04:27:17.376 INFO O| Sep 23 04:27:17.376 INFO O| Done
42802025-09-23T04:27:17.854Z[ recovery-image] Sep 23 04:27:17.376 INFO O| Sep 23 04:27:17.376 INFO O| Done
42812025-09-23T04:27:17.880Z[ host-image] Sep 23 04:27:17.381 INFO O| Sep 23 04:27:17.381 INFO O| Planning: Solver setup ... Done
42822025-09-23T04:27:19.633Z[ recovery-image] Sep 23 04:27:19.156 INFO O| Sep 23 04:27:19.155 INFO O| Done
42832025-09-23T04:27:19.754Z[ recovery-image] Sep 23 04:27:19.277 INFO O| Sep 23 04:27:19.276 INFO O| Done
42842025-09-23T04:27:19.780Z[ recovery-image] Sep 23 04:27:19.278 INFO O| Sep 23 04:27:19.278 INFO O| Done
42852025-09-23T04:27:19.780Z[ recovery-image] Sep 23 04:27:19.278 INFO O| Sep 23 04:27:19.278 INFO O| Done
42862025-09-23T04:27:19.780Z[ recovery-image] Sep 23 04:27:19.281 INFO O| Sep 23 04:27:19.281 INFO O| Done
42872025-09-23T04:27:21.214Z[ recovery-image] Sep 23 04:27:20.736 INFO O| Sep 23 04:27:20.735 INFO STEP 10 (pkg_change_facet) COMPLETE
42882025-09-23T04:27:21.214Z[ recovery-image] Sep 23 04:27:20.736 INFO O| Sep 23 04:27:20.736 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42892025-09-23T04:27:21.240Z[ recovery-image] Sep 23 04:27:20.762 INFO O| Sep 23 04:27:20.762 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"]
42902025-09-23T04:27:27.954Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42912025-09-23T04:27:42.733Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42922025-09-23T04:27:51.083Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42932025-09-23T04:27:55.194Z[ recovery-image] Sep 23 04:27:54.718 INFO O| Sep 23 04:27:54.718 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42942025-09-23T04:28:03.241Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42952025-09-23T04:28:06.841Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42962025-09-23T04:28:07.713Z[ recovery-image] Sep 23 04:28:07.237 INFO O| Sep 23 04:28:07.237 INFO O| Startup: Caching catalogs ... Done
42972025-09-23T04:28:27.123Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42982025-09-23T04:28:41.666Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42992025-09-23T04:28:44.341Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43002025-09-23T04:28:52.053Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43012025-09-23T04:28:53.139Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43022025-09-23T04:28:53.636Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43032025-09-23T04:28:57.620Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43042025-09-23T04:28:59.421Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43052025-09-23T04:28:59.566Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43062025-09-23T04:29:01.351Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43072025-09-23T04:29:28.150Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
43082025-09-23T04:29:39.163Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43092025-09-23T04:29:44.245Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43102025-09-23T04:29:53.974Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43112025-09-23T04:29:55.151Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43122025-09-23T04:29:59.680Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43132025-09-23T04:30:03.507Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43142025-09-23T04:30:04.307Z[verify-libraries] Compiling termios v0.3.3
43152025-09-23T04:30:04.858Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43162025-09-23T04:30:07.920Z[ recovery-image] Sep 23 04:30:07.451 INFO O| Sep 23 04:30:07.451 INFO O| Planning: Solver setup ... Done
43172025-09-23T04:30:17.955Z[ host-image] Sep 23 04:30:17.487 INFO O| Sep 23 04:30:17.487 INFO O| Planning: Running solver ... Done
43182025-09-23T04:30:18.660Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43192025-09-23T04:30:19.149Z[ host-image] Sep 23 04:30:18.681 INFO O| Sep 23 04:30:18.681 INFO O| Planning: Finding local manifests ... Done
43202025-09-23T04:30:19.373Z[ host-image] Sep 23 04:30:18.905 INFO O| Sep 23 04:30:18.905 INFO O| Planning: Fetching manifests: 0/126 0% complete
43212025-09-23T04:30:24.394Z[ host-image] Sep 23 04:30:23.927 INFO O| Sep 23 04:30:23.927 INFO O| Planning: Fetching manifests: 71/126 56% complete
43222025-09-23T04:30:27.467Z[ host-image] Sep 23 04:30:27.000 INFO O| Sep 23 04:30:27.000 INFO O| Planning: Fetching manifests: 126/126 100% complete
43232025-09-23T04:30:28.794Z[ host-image] Sep 23 04:30:28.327 INFO O| Sep 23 04:30:28.327 INFO O| Planning: Package planning ... Done
43242025-09-23T04:30:29.785Z[ host-image] Sep 23 04:30:29.318 INFO O| Sep 23 04:30:29.318 INFO O| Planning: Merging actions ... Done
43252025-09-23T04:30:29.977Z[ host-image] Sep 23 04:30:29.510 INFO O| Sep 23 04:30:29.510 INFO O| Planning: Checking for conflicting actions ... Done
43262025-09-23T04:30:30.163Z[ host-image] Sep 23 04:30:29.696 INFO O| Sep 23 04:30:29.696 INFO O| Planning: Consolidating action changes ... Done
43272025-09-23T04:30:30.575Z[ host-image] Sep 23 04:30:30.108 INFO O| Sep 23 04:30:30.108 INFO O| Planning: Evaluating mediators ... Done
43282025-09-23T04:30:34.768Z[ host-image] Sep 23 04:30:34.301 INFO O| Sep 23 04:30:34.301 INFO O| Planning: Planning completed in 310.64 seconds
43292025-09-23T04:30:34.793Z[ host-image] Sep 23 04:30:34.306 INFO O| Sep 23 04:30:34.306 INFO O| Packages to install: 126
43302025-09-23T04:30:34.793Z[ host-image] Sep 23 04:30:34.306 INFO O| Sep 23 04:30:34.306 INFO O| Mediators to change: 5
43312025-09-23T04:30:34.793Z[ host-image] Sep 23 04:30:34.306 INFO O| Sep 23 04:30:34.306 INFO O| Services to change: 6
43322025-09-23T04:30:34.850Z[ host-image] Sep 23 04:30:34.384 INFO O| Sep 23 04:30:34.383 INFO O| Download: 0/22893 items 0.0/207.4MB 0% complete
43332025-09-23T04:30:36.553Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43342025-09-23T04:30:39.852Z[ host-image] Sep 23 04:30:39.386 INFO O| Sep 23 04:30:39.385 INFO O| Download: 1062/22893 items 6.3/207.4MB 3% complete (1.3M/s)
43352025-09-23T04:30:44.861Z[ host-image] Sep 23 04:30:44.395 INFO O| Sep 23 04:30:44.395 INFO O| Download: 1686/22893 items 11.1/207.4MB 5% complete (1.1M/s)
43362025-09-23T04:30:49.908Z[ host-image] Sep 23 04:30:49.442 INFO O| Sep 23 04:30:49.442 INFO O| Download: 2240/22893 items 24.5/207.4MB 11% complete (1.8M/s)
43372025-09-23T04:30:54.929Z[ host-image] Sep 23 04:30:54.464 INFO O| Sep 23 04:30:54.464 INFO O| Download: 3274/22893 items 34.2/207.4MB 16% complete (2.3M/s)
43382025-09-23T04:30:59.934Z[ host-image] Sep 23 04:30:59.469 INFO O| Sep 23 04:30:59.469 INFO O| Download: 4456/22893 items 41.4/207.4MB 19% complete (1.7M/s)
43392025-09-23T04:31:04.941Z[ host-image] Sep 23 04:31:04.476 INFO O| Sep 23 04:31:04.476 INFO O| Download: 5185/22893 items 46.3/207.4MB 22% complete (1.2M/s)
43402025-09-23T04:31:05.485Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43412025-09-23T04:31:09.950Z[ host-image] Sep 23 04:31:09.485 INFO O| Sep 23 04:31:09.485 INFO O| Download: 6509/22893 items 47.0/207.4MB 22% complete (570k/s)
43422025-09-23T04:31:14.973Z[ host-image] Sep 23 04:31:14.508 INFO O| Sep 23 04:31:14.508 INFO O| Download: 7517/22893 items 58.2/207.4MB 28% complete (1.2M/s)
43432025-09-23T04:31:20.001Z[ host-image] Sep 23 04:31:19.537 INFO O| Sep 23 04:31:19.537 INFO O| Download: 8317/22893 items 63.8/207.4MB 30% complete (1.6M/s)
43442025-09-23T04:31:21.492Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43452025-09-23T04:31:25.046Z[ host-image] Sep 23 04:31:24.582 INFO O| Sep 23 04:31:24.582 INFO O| Download: 9272/22893 items 79.1/207.4MB 38% complete (2.0M/s)
43462025-09-23T04:31:30.088Z[ host-image] Sep 23 04:31:29.625 INFO O| Sep 23 04:31:29.625 INFO O| Download: 10373/22893 items 90.8/207.4MB 43% complete (2.7M/s)
43472025-09-23T04:31:35.107Z[ host-image] Sep 23 04:31:34.644 INFO O| Sep 23 04:31:34.644 INFO O| Download: 11256/22893 items 97.2/207.4MB 46% complete (1.8M/s)
43482025-09-23T04:31:40.137Z[ host-image] Sep 23 04:31:39.674 INFO O| Sep 23 04:31:39.674 INFO O| Download: 12089/22893 items 103.2/207.4MB 49% complete (1.2M/s)
43492025-09-23T04:31:45.152Z[ host-image] Sep 23 04:31:44.690 INFO O| Sep 23 04:31:44.690 INFO O| Download: 12757/22893 items 113.1/207.4MB 54% complete (1.6M/s)
43502025-09-23T04:31:45.389Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43512025-09-23T04:31:50.164Z[ host-image] Sep 23 04:31:49.701 INFO O| Sep 23 04:31:49.701 INFO O| Download: 13970/22893 items 113.7/207.4MB 54% complete (1.1M/s)
43522025-09-23T04:31:55.165Z[ host-image] Sep 23 04:31:54.703 INFO O| Sep 23 04:31:54.703 INFO O| Download: 14721/22893 items 121.0/207.4MB 58% complete (760k/s)
43532025-09-23T04:32:00.390Z[ host-image] Sep 23 04:31:59.928 INFO O| Sep 23 04:31:59.928 INFO O| Download: 15830/22893 items 129.6/207.4MB 62% complete (1.6M/s)
43542025-09-23T04:32:05.400Z[ host-image] Sep 23 04:32:04.939 INFO O| Sep 23 04:32:04.939 INFO O| Download: 16959/22893 items 145.6/207.4MB 70% complete (2.4M/s)
43552025-09-23T04:32:10.415Z[ host-image] Sep 23 04:32:09.952 INFO O| Sep 23 04:32:09.952 INFO O| Download: 17996/22893 items 162.1/207.4MB 78% complete (2.9M/s)
43562025-09-23T04:32:15.436Z[ host-image] Sep 23 04:32:14.976 INFO O| Sep 23 04:32:14.975 INFO O| Download: 19105/22893 items 170.1/207.4MB 82% complete (2.5M/s)
43572025-09-23T04:32:20.443Z[ host-image] Sep 23 04:32:19.983 INFO O| Sep 23 04:32:19.982 INFO O| Download: 20316/22893 items 175.0/207.4MB 84% complete (1.3M/s)
43582025-09-23T04:32:25.494Z[ host-image] Sep 23 04:32:25.034 INFO O| Sep 23 04:32:25.034 INFO O| Download: 21145/22893 items 183.3/207.4MB 88% complete (1.3M/s)
43592025-09-23T04:32:30.517Z[ host-image] Sep 23 04:32:30.057 INFO O| Sep 23 04:32:30.056 INFO O| Download: 22082/22893 items 200.8/207.4MB 96% complete (2.6M/s)
43602025-09-23T04:32:35.518Z[ host-image] Sep 23 04:32:35.058 INFO O| Sep 23 04:32:35.058 INFO O| Download: 22632/22893 items 207.1/207.4MB 99% complete (2.4M/s)
43612025-09-23T04:32:35.604Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43622025-09-23T04:32:36.701Z[ host-image] Sep 23 04:32:36.242 INFO O| Sep 23 04:32:36.241 INFO O| Download: Completed 207.41 MB in 121.86 seconds (1.7M/s)
43632025-09-23T04:32:38.149Z[ host-image] Sep 23 04:32:37.689 INFO O| Sep 23 04:32:37.689 INFO O| Actions: 1/50811 actions (Installing new actions)
43642025-09-23T04:32:43.148Z[ host-image] Sep 23 04:32:42.689 INFO O| Sep 23 04:32:42.689 INFO O| Actions: 6978/50811 actions (Installing new actions)
43652025-09-23T04:32:48.152Z[ host-image] Sep 23 04:32:47.693 INFO O| Sep 23 04:32:47.693 INFO O| Actions: 12306/50811 actions (Installing new actions)
43662025-09-23T04:32:53.152Z[ host-image] Sep 23 04:32:52.693 INFO O| Sep 23 04:32:52.693 INFO O| Actions: 15225/50811 actions (Installing new actions)
43672025-09-23T04:32:58.152Z[ host-image] Sep 23 04:32:57.693 INFO O| Sep 23 04:32:57.693 INFO O| Actions: 20808/50811 actions (Installing new actions)
43682025-09-23T04:33:03.152Z[ host-image] Sep 23 04:33:02.694 INFO O| Sep 23 04:33:02.693 INFO O| Actions: 28465/50811 actions (Installing new actions)
43692025-09-23T04:33:05.655Z[ recovery-image] Sep 23 04:33:05.197 INFO O| Sep 23 04:33:05.196 INFO O| Planning: Running solver ... Done
43702025-09-23T04:33:06.471Z[ host-image] Sep 23 04:33:06.013 INFO O| Sep 23 04:33:06.013 INFO O| Actions: Completed 50811 actions in 28.32 seconds.
43712025-09-23T04:33:06.887Z[ recovery-image] Sep 23 04:33:06.430 INFO O| Sep 23 04:33:06.429 INFO O| Planning: Finding local manifests ... Done
43722025-09-23T04:33:07.227Z[ recovery-image] Sep 23 04:33:06.769 INFO O| Sep 23 04:33:06.769 INFO O| Planning: Fetching manifests: 0/126 0% complete
43732025-09-23T04:33:07.923Z[ host-image] Sep 23 04:33:07.465 INFO O| Sep 23 04:33:07.465 INFO O| Done
43742025-09-23T04:33:07.923Z[ host-image] Sep 23 04:33:07.465 INFO O| Sep 23 04:33:07.465 INFO O| Done
43752025-09-23T04:33:09.776Z[ host-image] Sep 23 04:33:09.318 INFO O| Sep 23 04:33:09.318 INFO O| Done
43762025-09-23T04:33:11.546Z[ host-image] Sep 23 04:33:11.089 INFO O| Sep 23 04:33:11.088 INFO O| Done
43772025-09-23T04:33:11.609Z[ host-image] Sep 23 04:33:11.151 INFO O| Sep 23 04:33:11.151 INFO O| Done
43782025-09-23T04:33:12.486Z[ recovery-image] Sep 23 04:33:12.029 INFO O| Sep 23 04:33:12.028 INFO O| Planning: Fetching manifests: 63/126 50% complete
43792025-09-23T04:33:15.591Z[ recovery-image] Sep 23 04:33:15.134 INFO O| Sep 23 04:33:15.133 INFO O| Planning: Fetching manifests: 126/126 100% complete
43802025-09-23T04:33:16.530Z[ host-image] Sep 23 04:33:16.053 INFO O| Sep 23 04:33:16.053 INFO O| Done
43812025-09-23T04:33:16.625Z[ recovery-image] Sep 23 04:33:16.168 INFO O| Sep 23 04:33:16.167 INFO O| Planning: Package planning ... Done
43822025-09-23T04:33:17.234Z[ recovery-image] Sep 23 04:33:16.777 INFO O| Sep 23 04:33:16.777 INFO O| Planning: Merging actions ... Done
43832025-09-23T04:33:17.439Z[ recovery-image] Sep 23 04:33:16.982 INFO O| Sep 23 04:33:16.981 INFO O| Planning: Checking for conflicting actions ... Done
43842025-09-23T04:33:17.470Z[ host-image] Sep 23 04:33:17.009 INFO O| Sep 23 04:33:17.009 INFO O| Done
43852025-09-23T04:33:17.547Z[ recovery-image] Sep 23 04:33:17.090 INFO O| Sep 23 04:33:17.090 INFO O| Planning: Consolidating action changes ... Done
43862025-09-23T04:33:17.858Z[ recovery-image] Sep 23 04:33:17.401 INFO O| Sep 23 04:33:17.401 INFO O| Planning: Evaluating mediators ... Done
43872025-09-23T04:33:21.334Z[ host-image] Sep 23 04:33:20.877 INFO O| Sep 23 04:33:20.877 INFO STEP 11 (pkg_install) COMPLETE
43882025-09-23T04:33:21.334Z[ host-image] Sep 23 04:33:20.878 INFO O| Sep 23 04:33:20.877 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43892025-09-23T04:33:21.359Z[ host-image] Sep 23 04:33:20.897 INFO O| Sep 23 04:33:20.897 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"]
43902025-09-23T04:33:21.583Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43912025-09-23T04:33:21.722Z[ recovery-image] Sep 23 04:33:21.266 INFO O| Sep 23 04:33:21.266 INFO O| Planning: Planning completed in 313.91 seconds
43922025-09-23T04:33:21.747Z[ recovery-image] Sep 23 04:33:21.270 INFO O| Sep 23 04:33:21.269 INFO O| Packages to install: 126
43932025-09-23T04:33:21.747Z[ recovery-image] Sep 23 04:33:21.270 INFO O| Sep 23 04:33:21.269 INFO O| Mediators to change: 5
43942025-09-23T04:33:21.747Z[ recovery-image] Sep 23 04:33:21.270 INFO O| Sep 23 04:33:21.269 INFO O| Services to change: 5
43952025-09-23T04:33:21.816Z[ recovery-image] Sep 23 04:33:21.359 INFO O| Sep 23 04:33:21.359 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
43962025-09-23T04:33:26.886Z[ recovery-image] Sep 23 04:33:26.429 INFO O| Sep 23 04:33:26.429 INFO O| Download: 1071/15944 items 8.6/184.0MB 4% complete (1.8M/s)
43972025-09-23T04:33:31.894Z[ recovery-image] Sep 23 04:33:31.438 INFO O| Sep 23 04:33:31.438 INFO O| Download: 1562/15944 items 22.6/184.0MB 12% complete (2.3M/s)
43982025-09-23T04:33:36.894Z[ recovery-image] Sep 23 04:33:36.438 INFO O| Sep 23 04:33:36.438 INFO O| Download: 2683/15944 items 33.2/184.0MB 18% complete (2.5M/s)
43992025-09-23T04:33:42.054Z[ recovery-image] Sep 23 04:33:41.595 INFO O| Sep 23 04:33:41.595 INFO O| Download: 3711/15944 items 39.9/184.0MB 21% complete (1.7M/s)
44002025-09-23T04:33:47.223Z[ recovery-image] Sep 23 04:33:46.768 INFO O| Sep 23 04:33:46.768 INFO O| Download: 4857/15944 items 43.3/184.0MB 23% complete (1.0M/s)
44012025-09-23T04:33:52.265Z[ recovery-image] Sep 23 04:33:51.810 INFO O| Sep 23 04:33:51.810 INFO O| Download: 5823/15944 items 47.0/184.0MB 25% complete (718k/s)
44022025-09-23T04:33:53.631Z[ host-image] Sep 23 04:33:53.176 INFO O| Sep 23 04:33:53.176 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44032025-09-23T04:33:57.275Z[ recovery-image] Sep 23 04:33:56.821 INFO O| Sep 23 04:33:56.821 INFO O| Download: 6517/15944 items 66.9/184.0MB 36% complete (2.3M/s)
44042025-09-23T04:34:02.285Z[ recovery-image] Sep 23 04:34:01.830 INFO O| Sep 23 04:34:01.830 INFO O| Download: 7703/15944 items 77.0/184.0MB 41% complete (3.0M/s)
44052025-09-23T04:34:05.229Z[ host-image] Sep 23 04:34:04.775 INFO O| Sep 23 04:34:04.775 INFO O| Startup: Caching catalogs ... Done
44062025-09-23T04:34:07.287Z[ recovery-image] Sep 23 04:34:06.833 INFO O| Sep 23 04:34:06.833 INFO O| Download: 8627/15944 items 83.3/184.0MB 45% complete (1.6M/s)
44072025-09-23T04:34:12.309Z[ recovery-image] Sep 23 04:34:11.855 INFO O| Sep 23 04:34:11.855 INFO O| Download: 9012/15944 items 96.0/184.0MB 52% complete (1.9M/s)
44082025-09-23T04:34:12.950Z[ host-image] Sep 23 04:34:12.497 INFO O| Sep 23 04:34:12.497 INFO O| Planning: Solver setup ... Done
44092025-09-23T04:34:12.975Z[ host-image] Sep 23 04:34:12.506 INFO O| Sep 23 04:34:12.506 INFO O| Planning: Running solver ... Done
44102025-09-23T04:34:13.096Z[ host-image] Sep 23 04:34:12.642 INFO O| Sep 23 04:34:12.642 INFO O| Planning: Finding local manifests ... Done
44112025-09-23T04:34:13.175Z[ host-image] Sep 23 04:34:12.721 INFO O| Sep 23 04:34:12.721 INFO O| Planning: Fetching manifests: 0/5 0% complete
44122025-09-23T04:34:13.393Z[ host-image] Sep 23 04:34:12.938 INFO O| Sep 23 04:34:12.937 INFO O| Planning: Fetching manifests: 5/5 100% complete
44132025-09-23T04:34:13.434Z[ host-image] Sep 23 04:34:12.980 INFO O| Sep 23 04:34:12.980 INFO O| Planning: Package planning ... Done
44142025-09-23T04:34:13.459Z[ host-image] Sep 23 04:34:12.985 INFO O| Sep 23 04:34:12.985 INFO O| Planning: Merging actions ... Done
44152025-09-23T04:34:13.600Z[ host-image] Sep 23 04:34:13.146 INFO O| Sep 23 04:34:13.146 INFO O| Planning: Checking for conflicting actions ... Done
44162025-09-23T04:34:13.625Z[ host-image] Sep 23 04:34:13.148 INFO O| Sep 23 04:34:13.148 INFO O| Planning: Consolidating action changes ... Done
44172025-09-23T04:34:14.023Z[ host-image] Sep 23 04:34:13.569 INFO O| Sep 23 04:34:13.569 INFO O| Planning: Evaluating mediators ... Done
44182025-09-23T04:34:14.048Z[ host-image] Sep 23 04:34:13.571 INFO O| Sep 23 04:34:13.571 INFO O| Planning: Planning completed in 8.66 seconds
44192025-09-23T04:34:14.048Z[ host-image] Sep 23 04:34:13.572 INFO O| Sep 23 04:34:13.572 INFO O| Packages to install: 5
44202025-09-23T04:34:14.048Z[ host-image] Sep 23 04:34:13.572 INFO O| Sep 23 04:34:13.572 INFO O| Services to change: 2
44212025-09-23T04:34:14.072Z[ host-image] Sep 23 04:34:13.595 INFO O| Sep 23 04:34:13.595 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
44222025-09-23T04:34:15.845Z[ host-image] Sep 23 04:34:15.391 INFO O| Sep 23 04:34:15.391 INFO O| Download: Completed 1.48 MB in 1.80 seconds (841k/s)
44232025-09-23T04:34:15.974Z[ host-image] Sep 23 04:34:15.521 INFO O| Sep 23 04:34:15.521 INFO O| Actions: 1/313 actions (Installing new actions)
44242025-09-23T04:34:16.147Z[ host-image] Sep 23 04:34:15.694 INFO O| Sep 23 04:34:15.693 INFO O| Actions: Completed 313 actions in 0.17 seconds.
44252025-09-23T04:34:17.309Z[ recovery-image] Sep 23 04:34:16.856 INFO O| Sep 23 04:34:16.856 INFO O| Download: 10245/15944 items 96.7/184.0MB 52% complete (1.3M/s)
44262025-09-23T04:34:17.576Z[ host-image] Sep 23 04:34:17.122 INFO O| Sep 23 04:34:17.121 INFO O| Done
44272025-09-23T04:34:17.576Z[ host-image] Sep 23 04:34:17.122 INFO O| Sep 23 04:34:17.121 INFO O| Done
44282025-09-23T04:34:18.953Z[ host-image] Sep 23 04:34:18.500 INFO O| Sep 23 04:34:18.499 INFO O| Done
44292025-09-23T04:34:21.091Z[ host-image] Sep 23 04:34:20.637 INFO O| Sep 23 04:34:20.637 INFO O| Done
44302025-09-23T04:34:21.128Z[ host-image] Sep 23 04:34:20.675 INFO O| Sep 23 04:34:20.675 INFO O| Done
44312025-09-23T04:34:21.153Z[ host-image] Sep 23 04:34:20.675 INFO O| Sep 23 04:34:20.675 INFO O| Done
44322025-09-23T04:34:21.177Z[ host-image] Sep 23 04:34:20.702 INFO O| Sep 23 04:34:20.702 INFO O| Done
44332025-09-23T04:34:22.314Z[ recovery-image] Sep 23 04:34:21.861 INFO O| Sep 23 04:34:21.861 INFO O| Download: 11148/15944 items 102.0/184.0MB 55% complete (478k/s)
44342025-09-23T04:34:22.999Z[ host-image] Sep 23 04:34:22.546 INFO O| Sep 23 04:34:22.546 INFO STEP 12 (pkg_install) COMPLETE
44352025-09-23T04:34:22.999Z[ host-image] Sep 23 04:34:22.546 INFO O| Sep 23 04:34:22.546 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44362025-09-23T04:34:23.024Z[ host-image] Sep 23 04:34:22.565 INFO O| Sep 23 04:34:22.565 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44372025-09-23T04:34:27.314Z[ recovery-image] Sep 23 04:34:26.861 INFO O| Sep 23 04:34:26.861 INFO O| Download: 11808/15944 items 125.1/184.0MB 67% complete (2.8M/s)
44382025-09-23T04:34:31.515Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44392025-09-23T04:34:32.294Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44402025-09-23T04:34:32.318Z[ recovery-image] Sep 23 04:34:31.863 INFO O| Sep 23 04:34:31.863 INFO O| Download: 12706/15944 items 146.0/184.0MB 79% complete (4.4M/s)
44412025-09-23T04:34:37.230Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
44422025-09-23T04:34:37.330Z[ recovery-image] Sep 23 04:34:36.877 INFO O| Sep 23 04:34:36.875 INFO O| Download: 13846/15944 items 151.6/184.0MB 82% complete (2.7M/s)
44432025-09-23T04:34:42.244Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44442025-09-23T04:34:42.332Z[ recovery-image] Sep 23 04:34:41.880 INFO O| Sep 23 04:34:41.880 INFO O| Download: 14788/15944 items 155.7/184.0MB 84% complete (967k/s)
44452025-09-23T04:34:47.337Z[ recovery-image] Sep 23 04:34:46.886 INFO O| Sep 23 04:34:46.885 INFO O| Download: 15430/15944 items 171.3/184.0MB 93% complete (1.7M/s)
44462025-09-23T04:34:51.943Z[ recovery-image] Sep 23 04:34:51.492 INFO O| Sep 23 04:34:51.492 INFO O| Download: Completed 184.05 MB in 90.13 seconds (2.0M/s)
44472025-09-23T04:34:52.664Z[ recovery-image] Sep 23 04:34:52.213 INFO O| Sep 23 04:34:52.212 INFO O| Actions: 1/26307 actions (Installing new actions)
44482025-09-23T04:34:54.521Z[ host-image] Sep 23 04:34:54.070 INFO O| Sep 23 04:34:54.070 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44492025-09-23T04:34:57.684Z[ recovery-image] Sep 23 04:34:57.233 INFO O| Sep 23 04:34:57.232 INFO O| Actions: 10313/26307 actions (Installing new actions)
44502025-09-23T04:35:02.695Z[ recovery-image] Sep 23 04:35:02.244 INFO O| Sep 23 04:35:02.244 INFO O| Actions: 18399/26307 actions (Installing new actions)
44512025-09-23T04:35:06.435Z[ recovery-image] Sep 23 04:35:05.985 INFO O| Sep 23 04:35:05.985 INFO O| Actions: Completed 26307 actions in 13.77 seconds.
44522025-09-23T04:35:07.034Z[ recovery-image] Sep 23 04:35:06.583 INFO O| Sep 23 04:35:06.583 INFO O| Done
44532025-09-23T04:35:07.034Z[ recovery-image] Sep 23 04:35:06.583 INFO O| Sep 23 04:35:06.583 INFO O| Done
44542025-09-23T04:35:07.743Z[ host-image] Sep 23 04:35:07.292 INFO O| Sep 23 04:35:07.292 INFO O| Startup: Caching catalogs ... Done
44552025-09-23T04:35:09.026Z[ recovery-image] Sep 23 04:35:08.575 INFO O| Sep 23 04:35:08.575 INFO O| Done
44562025-09-23T04:35:10.564Z[ recovery-image] Sep 23 04:35:10.114 INFO O| Sep 23 04:35:10.114 INFO O| Done
44572025-09-23T04:35:10.602Z[ recovery-image] Sep 23 04:35:10.152 INFO O| Sep 23 04:35:10.152 INFO O| Done
44582025-09-23T04:35:14.181Z[ recovery-image] Sep 23 04:35:13.731 INFO O| Sep 23 04:35:13.731 INFO O| Done
44592025-09-23T04:35:14.711Z[ recovery-image] Sep 23 04:35:14.260 INFO O| Sep 23 04:35:14.260 INFO O| Done
44602025-09-23T04:35:14.862Z[ host-image] Sep 23 04:35:14.412 INFO O| Sep 23 04:35:14.412 INFO O| Planning: Solver setup ... Done
44612025-09-23T04:35:14.887Z[ host-image] Sep 23 04:35:14.422 INFO O| Sep 23 04:35:14.422 INFO O| Planning: Running solver ... Done
44622025-09-23T04:35:14.976Z[ host-image] Sep 23 04:35:14.526 INFO O| Sep 23 04:35:14.526 INFO O| Planning: Finding local manifests ... Done
44632025-09-23T04:35:15.075Z[ host-image] Sep 23 04:35:14.625 INFO O| Sep 23 04:35:14.625 INFO O| Planning: Fetching manifests: 0/6 0% complete
44642025-09-23T04:35:15.411Z[ host-image] Sep 23 04:35:14.961 INFO O| Sep 23 04:35:14.961 INFO O| Planning: Fetching manifests: 6/6 100% complete
44652025-09-23T04:35:15.462Z[ host-image] Sep 23 04:35:15.011 INFO O| Sep 23 04:35:15.011 INFO O| Planning: Package planning ... Done
44662025-09-23T04:35:15.486Z[ host-image] Sep 23 04:35:15.033 INFO O| Sep 23 04:35:15.033 INFO O| Planning: Merging actions ... Done
44672025-09-23T04:35:15.597Z[ host-image] Sep 23 04:35:15.147 INFO O| Sep 23 04:35:15.147 INFO O| Planning: Checking for conflicting actions ... Done
44682025-09-23T04:35:15.621Z[ host-image] Sep 23 04:35:15.152 INFO O| Sep 23 04:35:15.152 INFO O| Planning: Consolidating action changes ... Done
44692025-09-23T04:35:15.990Z[ host-image] Sep 23 04:35:15.540 INFO O| Sep 23 04:35:15.540 INFO O| Planning: Evaluating mediators ... Done
44702025-09-23T04:35:16.015Z[ host-image] Sep 23 04:35:15.545 INFO O| Sep 23 04:35:15.545 INFO O| Planning: Planning completed in 8.12 seconds
44712025-09-23T04:35:16.015Z[ host-image] Sep 23 04:35:15.546 INFO O| Sep 23 04:35:15.546 INFO O| Packages to install: 6
44722025-09-23T04:35:16.015Z[ host-image] Sep 23 04:35:15.546 INFO O| Sep 23 04:35:15.546 INFO O| Mediators to change: 1
44732025-09-23T04:35:16.015Z[ host-image] Sep 23 04:35:15.546 INFO O| Sep 23 04:35:15.546 INFO O| Services to change: 1
44742025-09-23T04:35:16.040Z[ host-image] Sep 23 04:35:15.584 INFO O| Sep 23 04:35:15.584 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44752025-09-23T04:35:17.705Z[ recovery-image] Sep 23 04:35:17.255 INFO O| Sep 23 04:35:17.254 INFO STEP 11 (pkg_install) COMPLETE
44762025-09-23T04:35:17.705Z[ recovery-image] Sep 23 04:35:17.255 INFO O| Sep 23 04:35:17.255 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44772025-09-23T04:35:17.729Z[ recovery-image] Sep 23 04:35:17.255 INFO O| Sep 23 04:35:17.255 INFO skip step because feature "recovery" is enabled
44782025-09-23T04:35:17.730Z[ recovery-image] Sep 23 04:35:17.255 INFO O| Sep 23 04:35:17.255 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44792025-09-23T04:35:17.730Z[ recovery-image] Sep 23 04:35:17.255 INFO O| Sep 23 04:35:17.255 INFO skip step because feature "omicron1" is not enabled
44802025-09-23T04:35:17.730Z[ recovery-image] Sep 23 04:35:17.255 INFO O| Sep 23 04:35:17.255 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812025-09-23T04:35:17.730Z[ recovery-image] Sep 23 04:35:17.272 INFO O| Sep 23 04:35:17.272 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.423"]
44822025-09-23T04:35:21.057Z[ host-image] Sep 23 04:35:20.607 INFO O| Sep 23 04:35:20.607 INFO O| Download: 986/1140 items 3.4/7.7MB 43% complete (706k/s)
44832025-09-23T04:35:22.285Z[ host-image] Sep 23 04:35:21.835 INFO O| Sep 23 04:35:21.835 INFO O| Download: Completed 7.71 MB in 6.25 seconds (1.2M/s)
44842025-09-23T04:35:22.405Z[ host-image] Sep 23 04:35:21.955 INFO O| Sep 23 04:35:21.955 INFO O| Actions: 1/1361 actions (Installing new actions)
44852025-09-23T04:35:23.164Z[ host-image] Sep 23 04:35:22.714 INFO O| Sep 23 04:35:22.714 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
44862025-09-23T04:35:24.697Z[ host-image] Sep 23 04:35:24.248 INFO O| Sep 23 04:35:24.248 INFO O| Done
44872025-09-23T04:35:24.697Z[ host-image] Sep 23 04:35:24.248 INFO O| Sep 23 04:35:24.248 INFO O| Done
44882025-09-23T04:35:26.074Z[ host-image] Sep 23 04:35:25.624 INFO O| Sep 23 04:35:25.624 INFO O| Done
44892025-09-23T04:35:28.395Z[ host-image] Sep 23 04:35:27.945 INFO O| Sep 23 04:35:27.945 INFO O| Done
44902025-09-23T04:35:28.450Z[ host-image] Sep 23 04:35:28.001 INFO O| Sep 23 04:35:28.001 INFO O| Done
44912025-09-23T04:35:28.450Z[ host-image] Sep 23 04:35:28.001 INFO O| Sep 23 04:35:28.001 INFO O| Done
44922025-09-23T04:35:28.529Z[ host-image] Sep 23 04:35:28.079 INFO O| Sep 23 04:35:28.079 INFO O| Done
44932025-09-23T04:35:30.319Z[ host-image] Sep 23 04:35:29.870 INFO O| Sep 23 04:35:29.870 INFO STEP 13 (pkg_install) COMPLETE
44942025-09-23T04:35:30.319Z[ host-image] Sep 23 04:35:29.870 INFO O| Sep 23 04:35:29.870 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952025-09-23T04:35:30.344Z[ host-image] Sep 23 04:35:29.884 INFO O| Sep 23 04:35:29.884 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.423"]
44962025-09-23T04:35:49.237Z[ recovery-image] Sep 23 04:35:48.788 INFO O| Sep 23 04:35:48.788 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44972025-09-23T04:36:00.935Z[ recovery-image] Sep 23 04:36:00.487 INFO O| Sep 23 04:36:00.487 INFO O| Startup: Caching catalogs ... Done
44982025-09-23T04:36:01.574Z[ host-image] Sep 23 04:36:01.125 INFO O| Sep 23 04:36:01.125 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44992025-09-23T04:36:07.820Z[ recovery-image] Sep 23 04:36:07.373 INFO O| Sep 23 04:36:07.373 INFO O| Planning: Solver setup ... Done
45002025-09-23T04:36:07.845Z[ recovery-image] Sep 23 04:36:07.382 INFO O| Sep 23 04:36:07.382 INFO O| Planning: Running solver ... Done
45012025-09-23T04:36:07.946Z[ recovery-image] Sep 23 04:36:07.499 INFO O| Sep 23 04:36:07.499 INFO O| Planning: Finding local manifests ... Done
45022025-09-23T04:36:08.056Z[ recovery-image] Sep 23 04:36:07.609 INFO O| Sep 23 04:36:07.608 INFO O| Planning: Fetching manifests: 0/1 0% complete
45032025-09-23T04:36:08.089Z[ recovery-image] Sep 23 04:36:07.642 INFO O| Sep 23 04:36:07.642 INFO O| Planning: Fetching manifests: 1/1 100% complete
45042025-09-23T04:36:08.124Z[ recovery-image] Sep 23 04:36:07.677 INFO O| Sep 23 04:36:07.677 INFO O| Planning: Package planning ... Done
45052025-09-23T04:36:08.149Z[ recovery-image] Sep 23 04:36:07.678 INFO O| Sep 23 04:36:07.677 INFO O| Planning: Merging actions ... Done
45062025-09-23T04:36:08.175Z[ recovery-image] Sep 23 04:36:07.728 INFO O| Sep 23 04:36:07.728 INFO O| Planning: Checking for conflicting actions ... Done
45072025-09-23T04:36:08.200Z[ recovery-image] Sep 23 04:36:07.734 INFO O| Sep 23 04:36:07.734 INFO O| Planning: Consolidating action changes ... Done
45082025-09-23T04:36:08.344Z[ recovery-image] Sep 23 04:36:07.897 INFO O| Sep 23 04:36:07.897 INFO O| Planning: Evaluating mediators ... Done
45092025-09-23T04:36:08.369Z[ recovery-image] Sep 23 04:36:07.898 INFO O| Sep 23 04:36:07.898 INFO O| Planning: Planning completed in 7.26 seconds
45102025-09-23T04:36:08.369Z[ recovery-image] Sep 23 04:36:07.898 INFO O| Sep 23 04:36:07.898 INFO O| Packages to install: 1
45112025-09-23T04:36:08.369Z[ recovery-image] Sep 23 04:36:07.919 INFO O| Sep 23 04:36:07.919 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
45122025-09-23T04:36:08.879Z[ recovery-image] Sep 23 04:36:08.432 INFO O| Sep 23 04:36:08.432 INFO O| Download: Completed 10.11 MB in 0.51 seconds (19.7M/s)
45132025-09-23T04:36:08.923Z[ recovery-image] Sep 23 04:36:08.476 INFO O| Sep 23 04:36:08.476 INFO O| Actions: 1/22 actions (Installing new actions)
45142025-09-23T04:36:09.311Z[ recovery-image] Sep 23 04:36:08.864 INFO O| Sep 23 04:36:08.864 INFO O| Actions: Completed 22 actions in 0.39 seconds.
45152025-09-23T04:36:10.631Z[ recovery-image] Sep 23 04:36:10.184 INFO O| Sep 23 04:36:10.184 INFO O| Done
45162025-09-23T04:36:10.631Z[ recovery-image] Sep 23 04:36:10.184 INFO O| Sep 23 04:36:10.184 INFO O| Done
45172025-09-23T04:36:11.823Z[ recovery-image] Sep 23 04:36:11.376 INFO O| Sep 23 04:36:11.376 INFO O| Done
45182025-09-23T04:36:13.399Z[ recovery-image] Sep 23 04:36:12.952 INFO O| Sep 23 04:36:12.952 INFO O| Done
45192025-09-23T04:36:13.434Z[ recovery-image] Sep 23 04:36:12.987 INFO O| Sep 23 04:36:12.987 INFO O| Done
45202025-09-23T04:36:13.459Z[ recovery-image] Sep 23 04:36:12.988 INFO O| Sep 23 04:36:12.988 INFO O| Done
45212025-09-23T04:36:13.483Z[ recovery-image] Sep 23 04:36:13.014 INFO O| Sep 23 04:36:13.014 INFO O| Done
45222025-09-23T04:36:13.508Z[ host-image] Sep 23 04:36:13.045 INFO O| Sep 23 04:36:13.044 INFO O| Startup: Caching catalogs ... Done
45232025-09-23T04:36:15.230Z[ recovery-image] Sep 23 04:36:14.783 INFO O| Sep 23 04:36:14.783 INFO STEP 14 (pkg_install) COMPLETE
45242025-09-23T04:36:15.230Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252025-09-23T04:36:15.230Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO skip step because feature "mfg" is not enabled
45262025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO skip step because feature "compliance" is not enabled
45282025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO skip step because feature "stress" is not enabled
45302025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO skip step because feature "compliance" is not enabled
45322025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.783 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332025-09-23T04:36:15.255Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.784 INFO skip step because feature "nfs" is not enabled
45342025-09-23T04:36:15.256Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.784 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45352025-09-23T04:36:15.256Z[ recovery-image] Sep 23 04:36:14.784 INFO O| Sep 23 04:36:14.784 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45362025-09-23T04:36:15.317Z[ recovery-image] Sep 23 04:36:14.870 INFO O| Sep 23 04:36:14.870 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45372025-09-23T04:36:15.397Z[ recovery-image] Sep 23 04:36:14.950 INFO O| Sep 23 04:36:14.950 INFO completed processing sled/ramdisk-01-os
45382025-09-23T04:36:15.421Z[ recovery-image] Sep 23 04:36:14.954 INFO image builder template: ramdisk-02-trim...
45392025-09-23T04:36:15.421Z[ recovery-image] Sep 23 04:36:14.955 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/.tmpAD3rni/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45402025-09-23T04:36:15.450Z[ recovery-image] Sep 23 04:36:15.004 INFO O| Sep 23 04:36:15.003 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45412025-09-23T04:36:15.475Z[ recovery-image] Sep 23 04:36:15.009 INFO O| Sep 23 04:36:15.009 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45422025-09-23T04:36:15.500Z[ recovery-image] Sep 23 04:36:15.042 INFO O| Sep 23 04:36:15.042 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45432025-09-23T04:36:15.525Z[ recovery-image] Sep 23 04:36:15.070 INFO O| Sep 23 04:36:15.070 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45442025-09-23T04:36:15.525Z[ recovery-image] Sep 23 04:36:15.070 INFO O| Sep 23 04:36:15.070 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45452025-09-23T04:36:15.525Z[ recovery-image] Sep 23 04:36:15.077 INFO O| Sep 23 04:36:15.077 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45462025-09-23T04:36:15.550Z[ recovery-image] Sep 23 04:36:15.081 INFO O| Sep 23 04:36:15.081 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45472025-09-23T04:36:15.550Z[ recovery-image] Sep 23 04:36:15.087 INFO O| Sep 23 04:36:15.087 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45482025-09-23T04:36:15.839Z[ recovery-image] Sep 23 04:36:15.392 INFO O| Sep 23 04:36:15.392 INFO rolled back to input snapshot; work may begin
45492025-09-23T04:36:15.839Z[ recovery-image] Sep 23 04:36:15.392 INFO O| Sep 23 04:36:15.392 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45502025-09-23T04:36:15.864Z[ recovery-image] Sep 23 04:36:15.401 INFO O| Sep 23 04:36:15.401 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512025-09-23T04:36:15.864Z[ recovery-image] Sep 23 04:36:15.417 INFO O| Sep 23 04:36:15.416 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45522025-09-23T04:36:15.923Z[ recovery-image] Sep 23 04:36:15.476 INFO O| Sep 23 04:36:15.476 INFO STEP 0 (remove_files) COMPLETE
45532025-09-23T04:36:15.923Z[ recovery-image] Sep 23 04:36:15.476 INFO O| Sep 23 04:36:15.476 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542025-09-23T04:36:15.948Z[ recovery-image] Sep 23 04:36:15.495 INFO O| Sep 23 04:36:15.495 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45552025-09-23T04:36:15.948Z[ recovery-image] Sep 23 04:36:15.498 INFO O| Sep 23 04:36:15.498 INFO STEP 1 (remove_files) COMPLETE
45562025-09-23T04:36:15.948Z[ recovery-image] Sep 23 04:36:15.498 INFO O| Sep 23 04:36:15.498 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572025-09-23T04:36:15.972Z[ recovery-image] Sep 23 04:36:15.515 INFO O| Sep 23 04:36:15.515 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45582025-09-23T04:36:15.997Z[ recovery-image] Sep 23 04:36:15.544 INFO O| Sep 23 04:36:15.544 INFO STEP 2 (remove_files) COMPLETE
45592025-09-23T04:36:15.997Z[ recovery-image] Sep 23 04:36:15.544 INFO O| Sep 23 04:36:15.544 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602025-09-23T04:36:16.021Z[ recovery-image] Sep 23 04:36:15.562 INFO O| Sep 23 04:36:15.562 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45612025-09-23T04:36:16.021Z[ recovery-image] Sep 23 04:36:15.565 INFO O| Sep 23 04:36:15.565 INFO STEP 3 (remove_files) COMPLETE
45622025-09-23T04:36:16.021Z[ recovery-image] Sep 23 04:36:15.565 INFO O| Sep 23 04:36:15.565 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632025-09-23T04:36:16.046Z[ recovery-image] Sep 23 04:36:15.583 INFO O| Sep 23 04:36:15.583 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45642025-09-23T04:36:16.046Z[ recovery-image] Sep 23 04:36:15.589 INFO O| Sep 23 04:36:15.589 INFO STEP 4 (remove_files) COMPLETE
45652025-09-23T04:36:16.046Z[ recovery-image] Sep 23 04:36:15.590 INFO O| Sep 23 04:36:15.589 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662025-09-23T04:36:16.071Z[ recovery-image] Sep 23 04:36:15.606 INFO O| Sep 23 04:36:15.606 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45672025-09-23T04:36:16.071Z[ recovery-image] Sep 23 04:36:15.606 INFO O| Sep 23 04:36:15.606 INFO STEP 5 (remove_files) COMPLETE
45682025-09-23T04:36:16.071Z[ recovery-image] Sep 23 04:36:15.606 INFO O| Sep 23 04:36:15.606 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.623 INFO O| Sep 23 04:36:15.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45702025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO STEP 6 (remove_files) COMPLETE
45712025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO skip step because feature "recovery" is enabled
45732025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO skip step because feature "recovery" is enabled
45752025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO skip step because feature "recovery" is enabled
45772025-09-23T04:36:16.095Z[ recovery-image] Sep 23 04:36:15.640 INFO O| Sep 23 04:36:15.640 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782025-09-23T04:36:16.120Z[ recovery-image] Sep 23 04:36:15.658 INFO O| Sep 23 04:36:15.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45792025-09-23T04:36:16.120Z[ recovery-image] Sep 23 04:36:15.663 INFO O| Sep 23 04:36:15.663 INFO STEP 10 (remove_files) COMPLETE
45802025-09-23T04:36:16.120Z[ recovery-image] Sep 23 04:36:15.663 INFO O| Sep 23 04:36:15.663 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45812025-09-23T04:36:16.145Z[ recovery-image] Sep 23 04:36:15.680 INFO O| Sep 23 04:36:15.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45822025-09-23T04:36:16.145Z[ recovery-image] Sep 23 04:36:15.682 INFO O| Sep 23 04:36:15.682 INFO STEP 11 (remove_files) COMPLETE
45832025-09-23T04:36:16.145Z[ recovery-image] Sep 23 04:36:15.682 INFO O| Sep 23 04:36:15.682 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842025-09-23T04:36:16.169Z[ recovery-image] Sep 23 04:36:15.699 INFO O| Sep 23 04:36:15.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45852025-09-23T04:36:16.169Z[ recovery-image] Sep 23 04:36:15.701 INFO O| Sep 23 04:36:15.701 INFO STEP 12 (remove_files) COMPLETE
45862025-09-23T04:36:16.169Z[ recovery-image] Sep 23 04:36:15.701 INFO O| Sep 23 04:36:15.701 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45872025-09-23T04:36:16.194Z[ recovery-image] Sep 23 04:36:15.726 INFO O| Sep 23 04:36:15.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45882025-09-23T04:36:16.369Z[ recovery-image] Sep 23 04:36:15.923 INFO O| Sep 23 04:36:15.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45892025-09-23T04:36:16.394Z[ recovery-image] Sep 23 04:36:15.923 INFO O| Sep 23 04:36:15.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45902025-09-23T04:36:16.394Z[ recovery-image] Sep 23 04:36:15.929 INFO O| Sep 23 04:36:15.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45912025-09-23T04:36:16.394Z[ recovery-image] Sep 23 04:36:15.947 INFO O| Sep 23 04:36:15.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45922025-09-23T04:36:16.497Z[ recovery-image] Sep 23 04:36:16.050 INFO O| Sep 23 04:36:16.050 INFO STEP 13 (remove_files) COMPLETE
45932025-09-23T04:36:16.497Z[ recovery-image] Sep 23 04:36:16.050 INFO O| Sep 23 04:36:16.050 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942025-09-23T04:36:16.574Z[ recovery-image] Sep 23 04:36:16.111 INFO O| Sep 23 04:36:16.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45952025-09-23T04:36:16.574Z[ recovery-image] Sep 23 04:36:16.113 INFO O| Sep 23 04:36:16.113 INFO STEP 14 (remove_files) COMPLETE
45962025-09-23T04:36:16.574Z[ recovery-image] Sep 23 04:36:16.113 INFO O| Sep 23 04:36:16.113 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972025-09-23T04:36:16.599Z[ recovery-image] Sep 23 04:36:16.132 INFO O| Sep 23 04:36:16.131 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45982025-09-23T04:36:16.599Z[ recovery-image] Sep 23 04:36:16.143 INFO O| Sep 23 04:36:16.142 INFO STEP 15 (remove_files) COMPLETE
45992025-09-23T04:36:16.599Z[ recovery-image] Sep 23 04:36:16.143 INFO O| Sep 23 04:36:16.142 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002025-09-23T04:36:16.624Z[ recovery-image] Sep 23 04:36:16.161 INFO O| Sep 23 04:36:16.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46012025-09-23T04:36:16.624Z[ recovery-image] Sep 23 04:36:16.161 INFO O| Sep 23 04:36:16.161 INFO STEP 16 (remove_files) COMPLETE
46022025-09-23T04:36:16.624Z[ recovery-image] Sep 23 04:36:16.161 INFO O| Sep 23 04:36:16.161 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032025-09-23T04:36:16.649Z[ recovery-image] Sep 23 04:36:16.178 INFO O| Sep 23 04:36:16.178 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46042025-09-23T04:36:16.649Z[ recovery-image] Sep 23 04:36:16.181 INFO O| Sep 23 04:36:16.181 INFO STEP 17 (remove_files) COMPLETE
46052025-09-23T04:36:16.649Z[ recovery-image] Sep 23 04:36:16.181 INFO O| Sep 23 04:36:16.181 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062025-09-23T04:36:16.649Z[ recovery-image] Sep 23 04:36:16.198 INFO O| Sep 23 04:36:16.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46072025-09-23T04:36:16.649Z[ recovery-image] Sep 23 04:36:16.199 INFO O| Sep 23 04:36:16.198 INFO STEP 18 (remove_files) COMPLETE
46082025-09-23T04:36:16.649Z[ recovery-image] Sep 23 04:36:16.199 INFO O| Sep 23 04:36:16.199 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092025-09-23T04:36:16.673Z[ recovery-image] Sep 23 04:36:16.214 INFO O| Sep 23 04:36:16.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46102025-09-23T04:36:16.673Z[ recovery-image] Sep 23 04:36:16.214 INFO O| Sep 23 04:36:16.214 INFO STEP 19 (remove_files) COMPLETE
46112025-09-23T04:36:16.673Z[ recovery-image] Sep 23 04:36:16.214 INFO O| Sep 23 04:36:16.214 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122025-09-23T04:36:16.698Z[ recovery-image] Sep 23 04:36:16.230 INFO O| Sep 23 04:36:16.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46132025-09-23T04:36:16.698Z[ recovery-image] Sep 23 04:36:16.230 INFO O| Sep 23 04:36:16.230 INFO STEP 20 (remove_files) COMPLETE
46142025-09-23T04:36:16.698Z[ recovery-image] Sep 23 04:36:16.230 INFO O| Sep 23 04:36:16.230 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152025-09-23T04:36:16.698Z[ recovery-image] Sep 23 04:36:16.244 INFO O| Sep 23 04:36:16.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46162025-09-23T04:36:16.698Z[ recovery-image] Sep 23 04:36:16.244 INFO O| Sep 23 04:36:16.244 INFO STEP 21 (remove_files) COMPLETE
46172025-09-23T04:36:16.698Z[ recovery-image] Sep 23 04:36:16.244 INFO O| Sep 23 04:36:16.244 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182025-09-23T04:36:16.723Z[ recovery-image] Sep 23 04:36:16.258 INFO O| Sep 23 04:36:16.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46192025-09-23T04:36:16.723Z[ recovery-image] Sep 23 04:36:16.258 INFO O| Sep 23 04:36:16.258 INFO STEP 22 (remove_files) COMPLETE
46202025-09-23T04:36:16.723Z[ recovery-image] Sep 23 04:36:16.258 INFO O| Sep 23 04:36:16.258 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212025-09-23T04:36:16.723Z[ recovery-image] Sep 23 04:36:16.271 INFO O| Sep 23 04:36:16.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46222025-09-23T04:36:16.723Z[ recovery-image] Sep 23 04:36:16.272 INFO O| Sep 23 04:36:16.271 INFO STEP 23 (remove_files) COMPLETE
46232025-09-23T04:36:16.723Z[ recovery-image] Sep 23 04:36:16.272 INFO O| Sep 23 04:36:16.272 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242025-09-23T04:36:16.748Z[ recovery-image] Sep 23 04:36:16.287 INFO O| Sep 23 04:36:16.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46252025-09-23T04:36:16.748Z[ recovery-image] Sep 23 04:36:16.287 INFO O| Sep 23 04:36:16.287 INFO STEP 24 (remove_files) COMPLETE
46262025-09-23T04:36:16.748Z[ recovery-image] Sep 23 04:36:16.287 INFO O| Sep 23 04:36:16.287 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272025-09-23T04:36:16.748Z[ recovery-image] Sep 23 04:36:16.301 INFO O| Sep 23 04:36:16.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46282025-09-23T04:36:16.748Z[ recovery-image] Sep 23 04:36:16.302 INFO O| Sep 23 04:36:16.302 INFO STEP 25 (remove_files) COMPLETE
46292025-09-23T04:36:16.748Z[ recovery-image] Sep 23 04:36:16.302 INFO O| Sep 23 04:36:16.302 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302025-09-23T04:36:16.774Z[ recovery-image] Sep 23 04:36:16.316 INFO O| Sep 23 04:36:16.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46312025-09-23T04:36:16.774Z[ recovery-image] Sep 23 04:36:16.317 INFO O| Sep 23 04:36:16.316 INFO STEP 26 (remove_files) COMPLETE
46322025-09-23T04:36:16.774Z[ recovery-image] Sep 23 04:36:16.317 INFO O| Sep 23 04:36:16.317 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332025-09-23T04:36:16.799Z[ recovery-image] Sep 23 04:36:16.332 INFO O| Sep 23 04:36:16.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46342025-09-23T04:36:16.799Z[ recovery-image] Sep 23 04:36:16.332 INFO O| Sep 23 04:36:16.332 INFO STEP 27 (remove_files) COMPLETE
46352025-09-23T04:36:16.799Z[ recovery-image] Sep 23 04:36:16.332 INFO O| Sep 23 04:36:16.332 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362025-09-23T04:36:16.799Z[ recovery-image] Sep 23 04:36:16.348 INFO O| Sep 23 04:36:16.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46372025-09-23T04:36:16.799Z[ recovery-image] Sep 23 04:36:16.348 INFO O| Sep 23 04:36:16.348 INFO STEP 28 (remove_files) COMPLETE
46382025-09-23T04:36:16.799Z[ recovery-image] Sep 23 04:36:16.349 INFO O| Sep 23 04:36:16.348 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392025-09-23T04:36:16.824Z[ recovery-image] Sep 23 04:36:16.364 INFO O| Sep 23 04:36:16.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46402025-09-23T04:36:16.824Z[ recovery-image] Sep 23 04:36:16.364 INFO O| Sep 23 04:36:16.364 INFO STEP 29 (remove_files) COMPLETE
46412025-09-23T04:36:16.824Z[ recovery-image] Sep 23 04:36:16.365 INFO O| Sep 23 04:36:16.364 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422025-09-23T04:36:16.849Z[ recovery-image] Sep 23 04:36:16.379 INFO O| Sep 23 04:36:16.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46432025-09-23T04:36:16.849Z[ recovery-image] Sep 23 04:36:16.379 INFO O| Sep 23 04:36:16.379 INFO STEP 30 (remove_files) COMPLETE
46442025-09-23T04:36:16.849Z[ recovery-image] Sep 23 04:36:16.379 INFO O| Sep 23 04:36:16.379 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452025-09-23T04:36:16.849Z[ recovery-image] Sep 23 04:36:16.394 INFO O| Sep 23 04:36:16.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46462025-09-23T04:36:16.849Z[ recovery-image] Sep 23 04:36:16.394 INFO O| Sep 23 04:36:16.394 INFO STEP 31 (remove_files) COMPLETE
46472025-09-23T04:36:16.849Z[ recovery-image] Sep 23 04:36:16.394 INFO O| Sep 23 04:36:16.394 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482025-09-23T04:36:16.875Z[ recovery-image] Sep 23 04:36:16.409 INFO O| Sep 23 04:36:16.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46492025-09-23T04:36:16.875Z[ recovery-image] Sep 23 04:36:16.409 INFO O| Sep 23 04:36:16.409 INFO STEP 32 (remove_files) COMPLETE
46502025-09-23T04:36:16.875Z[ recovery-image] Sep 23 04:36:16.409 INFO O| Sep 23 04:36:16.409 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512025-09-23T04:36:16.875Z[ recovery-image] Sep 23 04:36:16.424 INFO O| Sep 23 04:36:16.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46522025-09-23T04:36:16.877Z[ recovery-image] Sep 23 04:36:16.424 INFO O| Sep 23 04:36:16.424 INFO STEP 33 (remove_files) COMPLETE
46532025-09-23T04:36:16.877Z[ recovery-image] Sep 23 04:36:16.424 INFO O| Sep 23 04:36:16.424 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542025-09-23T04:36:16.902Z[ recovery-image] Sep 23 04:36:16.439 INFO O| Sep 23 04:36:16.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46552025-09-23T04:36:16.902Z[ recovery-image] Sep 23 04:36:16.439 INFO O| Sep 23 04:36:16.439 INFO STEP 34 (remove_files) COMPLETE
46562025-09-23T04:36:16.902Z[ recovery-image] Sep 23 04:36:16.439 INFO O| Sep 23 04:36:16.439 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572025-09-23T04:36:16.927Z[ recovery-image] Sep 23 04:36:16.480 INFO O| Sep 23 04:36:16.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46582025-09-23T04:36:16.927Z[ recovery-image] Sep 23 04:36:16.480 INFO O| Sep 23 04:36:16.480 INFO STEP 35 (remove_files) COMPLETE
46592025-09-23T04:36:16.927Z[ recovery-image] Sep 23 04:36:16.480 INFO O| Sep 23 04:36:16.480 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602025-09-23T04:36:16.959Z[ recovery-image] Sep 23 04:36:16.512 INFO O| Sep 23 04:36:16.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46612025-09-23T04:36:16.959Z[ recovery-image] Sep 23 04:36:16.512 INFO O| Sep 23 04:36:16.512 INFO STEP 36 (remove_files) COMPLETE
46622025-09-23T04:36:16.984Z[ recovery-image] Sep 23 04:36:16.512 INFO O| Sep 23 04:36:16.512 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632025-09-23T04:36:17.036Z[ recovery-image] Sep 23 04:36:16.590 INFO O| Sep 23 04:36:16.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46642025-09-23T04:36:17.037Z[ recovery-image] Sep 23 04:36:16.590 INFO O| Sep 23 04:36:16.590 INFO STEP 37 (remove_files) COMPLETE
46652025-09-23T04:36:17.037Z[ recovery-image] Sep 23 04:36:16.590 INFO O| Sep 23 04:36:16.590 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662025-09-23T04:36:17.061Z[ recovery-image] Sep 23 04:36:16.608 INFO O| Sep 23 04:36:16.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46672025-09-23T04:36:17.061Z[ recovery-image] Sep 23 04:36:16.609 INFO O| Sep 23 04:36:16.609 INFO STEP 38 (remove_files) COMPLETE
46682025-09-23T04:36:17.061Z[ recovery-image] Sep 23 04:36:16.609 INFO O| Sep 23 04:36:16.609 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692025-09-23T04:36:17.092Z[ recovery-image] Sep 23 04:36:16.645 INFO O| Sep 23 04:36:16.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46702025-09-23T04:36:17.116Z[ recovery-image] Sep 23 04:36:16.645 INFO O| Sep 23 04:36:16.645 INFO STEP 39 (remove_files) COMPLETE
46712025-09-23T04:36:17.116Z[ recovery-image] Sep 23 04:36:16.645 INFO O| Sep 23 04:36:16.645 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722025-09-23T04:36:17.116Z[ recovery-image] Sep 23 04:36:16.658 INFO O| Sep 23 04:36:16.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46732025-09-23T04:36:17.116Z[ recovery-image] Sep 23 04:36:16.659 INFO O| Sep 23 04:36:16.658 INFO STEP 40 (remove_files) COMPLETE
46742025-09-23T04:36:17.117Z[ recovery-image] Sep 23 04:36:16.659 INFO O| Sep 23 04:36:16.659 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752025-09-23T04:36:17.142Z[ recovery-image] Sep 23 04:36:16.672 INFO O| Sep 23 04:36:16.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46762025-09-23T04:36:17.142Z[ recovery-image] Sep 23 04:36:16.672 INFO O| Sep 23 04:36:16.672 INFO STEP 41 (remove_files) COMPLETE
46772025-09-23T04:36:17.142Z[ recovery-image] Sep 23 04:36:16.672 INFO O| Sep 23 04:36:16.672 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782025-09-23T04:36:17.142Z[ recovery-image] Sep 23 04:36:16.684 INFO O| Sep 23 04:36:16.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46792025-09-23T04:36:17.142Z[ recovery-image] Sep 23 04:36:16.684 INFO O| Sep 23 04:36:16.684 INFO STEP 42 (remove_files) COMPLETE
46802025-09-23T04:36:17.142Z[ recovery-image] Sep 23 04:36:16.684 INFO O| Sep 23 04:36:16.684 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812025-09-23T04:36:17.167Z[ recovery-image] Sep 23 04:36:16.696 INFO O| Sep 23 04:36:16.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46822025-09-23T04:36:17.167Z[ recovery-image] Sep 23 04:36:16.696 INFO O| Sep 23 04:36:16.696 INFO STEP 43 (remove_files) COMPLETE
46832025-09-23T04:36:17.167Z[ recovery-image] Sep 23 04:36:16.696 INFO O| Sep 23 04:36:16.696 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842025-09-23T04:36:17.167Z[ recovery-image] Sep 23 04:36:16.708 INFO O| Sep 23 04:36:16.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46852025-09-23T04:36:17.167Z[ recovery-image] Sep 23 04:36:16.708 INFO O| Sep 23 04:36:16.708 INFO STEP 44 (remove_files) COMPLETE
46862025-09-23T04:36:17.167Z[ recovery-image] Sep 23 04:36:16.708 INFO O| Sep 23 04:36:16.708 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872025-09-23T04:36:17.192Z[ recovery-image] Sep 23 04:36:16.725 INFO O| Sep 23 04:36:16.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46882025-09-23T04:36:17.192Z[ recovery-image] Sep 23 04:36:16.725 INFO O| Sep 23 04:36:16.725 INFO STEP 45 (remove_files) COMPLETE
46892025-09-23T04:36:17.192Z[ recovery-image] Sep 23 04:36:16.725 INFO O| Sep 23 04:36:16.725 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902025-09-23T04:36:17.192Z[ recovery-image] Sep 23 04:36:16.741 INFO O| Sep 23 04:36:16.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46912025-09-23T04:36:17.192Z[ recovery-image] Sep 23 04:36:16.741 INFO O| Sep 23 04:36:16.741 INFO STEP 46 (remove_files) COMPLETE
46922025-09-23T04:36:17.192Z[ recovery-image] Sep 23 04:36:16.741 INFO O| Sep 23 04:36:16.741 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932025-09-23T04:36:17.217Z[ recovery-image] Sep 23 04:36:16.755 INFO O| Sep 23 04:36:16.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46942025-09-23T04:36:17.217Z[ recovery-image] Sep 23 04:36:16.755 INFO O| Sep 23 04:36:16.755 INFO STEP 47 (remove_files) COMPLETE
46952025-09-23T04:36:17.217Z[ recovery-image] Sep 23 04:36:16.755 INFO O| Sep 23 04:36:16.755 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962025-09-23T04:36:17.242Z[ recovery-image] Sep 23 04:36:16.772 INFO O| Sep 23 04:36:16.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46972025-09-23T04:36:17.242Z[ recovery-image] Sep 23 04:36:16.772 INFO O| Sep 23 04:36:16.772 INFO STEP 48 (remove_files) COMPLETE
46982025-09-23T04:36:17.242Z[ recovery-image] Sep 23 04:36:16.772 INFO O| Sep 23 04:36:16.772 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992025-09-23T04:36:17.242Z[ recovery-image] Sep 23 04:36:16.788 INFO O| Sep 23 04:36:16.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47002025-09-23T04:36:17.242Z[ recovery-image] Sep 23 04:36:16.788 INFO O| Sep 23 04:36:16.788 INFO STEP 49 (remove_files) COMPLETE
47012025-09-23T04:36:17.242Z[ recovery-image] Sep 23 04:36:16.788 INFO O| Sep 23 04:36:16.788 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022025-09-23T04:36:17.267Z[ recovery-image] Sep 23 04:36:16.801 INFO O| Sep 23 04:36:16.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47032025-09-23T04:36:17.267Z[ recovery-image] Sep 23 04:36:16.801 INFO O| Sep 23 04:36:16.801 INFO STEP 50 (remove_files) COMPLETE
47042025-09-23T04:36:17.267Z[ recovery-image] Sep 23 04:36:16.801 INFO O| Sep 23 04:36:16.801 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052025-09-23T04:36:17.267Z[ recovery-image] Sep 23 04:36:16.813 INFO O| Sep 23 04:36:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47062025-09-23T04:36:17.267Z[ recovery-image] Sep 23 04:36:16.813 INFO O| Sep 23 04:36:16.813 INFO STEP 51 (remove_files) COMPLETE
47072025-09-23T04:36:17.267Z[ recovery-image] Sep 23 04:36:16.813 INFO O| Sep 23 04:36:16.813 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082025-09-23T04:36:17.292Z[ recovery-image] Sep 23 04:36:16.824 INFO O| Sep 23 04:36:16.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47092025-09-23T04:36:17.292Z[ recovery-image] Sep 23 04:36:16.824 INFO O| Sep 23 04:36:16.824 INFO STEP 52 (remove_files) COMPLETE
47102025-09-23T04:36:17.292Z[ recovery-image] Sep 23 04:36:16.824 INFO O| Sep 23 04:36:16.824 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112025-09-23T04:36:17.292Z[ recovery-image] Sep 23 04:36:16.837 INFO O| Sep 23 04:36:16.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47122025-09-23T04:36:17.292Z[ recovery-image] Sep 23 04:36:16.837 INFO O| Sep 23 04:36:16.837 INFO STEP 53 (remove_files) COMPLETE
47132025-09-23T04:36:17.292Z[ recovery-image] Sep 23 04:36:16.837 INFO O| Sep 23 04:36:16.837 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142025-09-23T04:36:17.316Z[ recovery-image] Sep 23 04:36:16.849 INFO O| Sep 23 04:36:16.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47152025-09-23T04:36:17.316Z[ recovery-image] Sep 23 04:36:16.849 INFO O| Sep 23 04:36:16.849 INFO STEP 54 (remove_files) COMPLETE
47162025-09-23T04:36:17.316Z[ recovery-image] Sep 23 04:36:16.850 INFO O| Sep 23 04:36:16.849 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172025-09-23T04:36:17.316Z[ recovery-image] Sep 23 04:36:16.862 INFO O| Sep 23 04:36:16.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47182025-09-23T04:36:17.316Z[ recovery-image] Sep 23 04:36:16.862 INFO O| Sep 23 04:36:16.862 INFO STEP 55 (remove_files) COMPLETE
47192025-09-23T04:36:17.316Z[ recovery-image] Sep 23 04:36:16.862 INFO O| Sep 23 04:36:16.862 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202025-09-23T04:36:17.341Z[ recovery-image] Sep 23 04:36:16.874 INFO O| Sep 23 04:36:16.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47212025-09-23T04:36:17.341Z[ recovery-image] Sep 23 04:36:16.874 INFO O| Sep 23 04:36:16.874 INFO STEP 56 (remove_files) COMPLETE
47222025-09-23T04:36:17.341Z[ recovery-image] Sep 23 04:36:16.874 INFO O| Sep 23 04:36:16.874 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232025-09-23T04:36:17.341Z[ recovery-image] Sep 23 04:36:16.886 INFO O| Sep 23 04:36:16.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47242025-09-23T04:36:17.341Z[ recovery-image] Sep 23 04:36:16.886 INFO O| Sep 23 04:36:16.886 INFO STEP 57 (remove_files) COMPLETE
47252025-09-23T04:36:17.341Z[ recovery-image] Sep 23 04:36:16.886 INFO O| Sep 23 04:36:16.886 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47272025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47282025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47292025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47302025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47312025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47322025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO ok!
47332025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO STEP 58 (ensure_file) COMPLETE
47342025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.899 INFO O| Sep 23 04:36:16.899 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.912 INFO O| Sep 23 04:36:16.912 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47362025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.912 INFO O| Sep 23 04:36:16.912 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47372025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.913 INFO O| Sep 23 04:36:16.913 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47382025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.913 INFO O| Sep 23 04:36:16.913 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47392025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.913 INFO O| Sep 23 04:36:16.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47402025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.913 INFO O| Sep 23 04:36:16.913 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47412025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.913 INFO O| Sep 23 04:36:16.913 INFO ok!
47422025-09-23T04:36:17.366Z[ recovery-image] Sep 23 04:36:16.913 INFO O| Sep 23 04:36:16.913 INFO STEP 59 (ensure_file) COMPLETE
47432025-09-23T04:36:17.367Z[ recovery-image] Sep 23 04:36:16.913 INFO O| Sep 23 04:36:16.913 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442025-09-23T04:36:17.391Z[ recovery-image] Sep 23 04:36:16.926 INFO O| Sep 23 04:36:16.926 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47452025-09-23T04:36:17.391Z[ recovery-image] Sep 23 04:36:16.926 INFO O| Sep 23 04:36:16.926 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47462025-09-23T04:36:17.391Z[ recovery-image] Sep 23 04:36:16.926 INFO O| Sep 23 04:36:16.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47472025-09-23T04:36:17.391Z[ recovery-image] Sep 23 04:36:16.926 INFO O| Sep 23 04:36:16.926 INFO ok!
47482025-09-23T04:36:17.391Z[ recovery-image] Sep 23 04:36:16.926 INFO O| Sep 23 04:36:16.926 INFO STEP 60 (ensure_file) COMPLETE
47492025-09-23T04:36:17.392Z[ recovery-image] Sep 23 04:36:16.926 INFO O| Sep 23 04:36:16.926 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502025-09-23T04:36:17.392Z[ recovery-image] Sep 23 04:36:16.941 INFO O| Sep 23 04:36:16.941 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47512025-09-23T04:36:17.392Z[ recovery-image] Sep 23 04:36:16.941 INFO O| Sep 23 04:36:16.941 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47522025-09-23T04:36:17.392Z[ recovery-image] Sep 23 04:36:16.941 INFO O| Sep 23 04:36:16.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47532025-09-23T04:36:17.392Z[ recovery-image] Sep 23 04:36:16.941 INFO O| Sep 23 04:36:16.941 INFO ok!
47542025-09-23T04:36:17.392Z[ recovery-image] Sep 23 04:36:16.941 INFO O| Sep 23 04:36:16.941 INFO STEP 61 (ensure_file) COMPLETE
47552025-09-23T04:36:17.392Z[ recovery-image] Sep 23 04:36:16.941 INFO O| Sep 23 04:36:16.941 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562025-09-23T04:36:17.416Z[ recovery-image] Sep 23 04:36:16.957 INFO O| Sep 23 04:36:16.957 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47572025-09-23T04:36:17.416Z[ recovery-image] Sep 23 04:36:16.957 INFO O| Sep 23 04:36:16.957 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47582025-09-23T04:36:17.416Z[ recovery-image] Sep 23 04:36:16.957 INFO O| Sep 23 04:36:16.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47592025-09-23T04:36:17.416Z[ recovery-image] Sep 23 04:36:16.957 INFO O| Sep 23 04:36:16.957 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47602025-09-23T04:36:17.416Z[ recovery-image] Sep 23 04:36:16.957 INFO O| Sep 23 04:36:16.957 INFO ok!
47612025-09-23T04:36:17.416Z[ recovery-image] Sep 23 04:36:16.957 INFO O| Sep 23 04:36:16.957 INFO STEP 62 (ensure_file) COMPLETE
47622025-09-23T04:36:17.416Z[ recovery-image] Sep 23 04:36:16.957 INFO O| Sep 23 04:36:16.957 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.975 INFO O| Sep 23 04:36:16.975 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47642025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.975 INFO O| Sep 23 04:36:16.975 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47652025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.975 INFO O| Sep 23 04:36:16.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47662025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.975 INFO O| Sep 23 04:36:16.975 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47672025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.975 INFO O| Sep 23 04:36:16.975 INFO ok!
47682025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.975 INFO O| Sep 23 04:36:16.975 INFO STEP 63 (ensure_file) COMPLETE
47692025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.975 INFO O| Sep 23 04:36:16.975 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.994 INFO O| Sep 23 04:36:16.994 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47712025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.994 INFO O| Sep 23 04:36:16.994 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47722025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.995 INFO O| Sep 23 04:36:16.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47732025-09-23T04:36:17.441Z[ recovery-image] Sep 23 04:36:16.995 INFO O| Sep 23 04:36:16.995 INFO ok!
47742025-09-23T04:36:17.466Z[ recovery-image] Sep 23 04:36:16.995 INFO O| Sep 23 04:36:16.995 INFO STEP 64 (assemble_files) COMPLETE
47752025-09-23T04:36:17.466Z[ recovery-image] Sep 23 04:36:16.995 INFO O| Sep 23 04:36:16.995 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762025-09-23T04:36:17.466Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47772025-09-23T04:36:17.466Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47782025-09-23T04:36:17.466Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47792025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47802025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO ok!
47812025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO STEP 65 (ensure_file) COMPLETE
47822025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO skip step because feature "omicron1" is not enabled
47842025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO skip step because feature "omicron1" is not enabled
47862025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO skip step because feature "omicron1" is not enabled
47882025-09-23T04:36:17.467Z[ recovery-image] Sep 23 04:36:17.017 INFO O| Sep 23 04:36:17.017 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892025-09-23T04:36:17.493Z[ recovery-image] Sep 23 04:36:17.047 INFO O| Sep 23 04:36:17.047 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47902025-09-23T04:36:17.493Z[ recovery-image] Sep 23 04:36:17.047 INFO O| Sep 23 04:36:17.047 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47912025-09-23T04:36:19.995Z[ host-image] Sep 23 04:36:19.549 INFO O| Sep 23 04:36:19.548 INFO O| Planning: Solver setup ... Done
47922025-09-23T04:36:20.026Z[ host-image] Sep 23 04:36:19.580 INFO O| Sep 23 04:36:19.580 INFO O| Planning: Running solver ... Done
47932025-09-23T04:36:20.146Z[ recovery-image] Sep 23 04:36:19.699 INFO O| Sep 23 04:36:19.699 INFO STEP 69 (pack_tar) COMPLETE
47942025-09-23T04:36:20.146Z[ recovery-image] Sep 23 04:36:19.699 INFO O| Sep 23 04:36:19.699 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47952025-09-23T04:36:20.146Z[ recovery-image] Sep 23 04:36:19.699 INFO O| Sep 23 04:36:19.699 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47962025-09-23T04:36:20.194Z[ host-image] Sep 23 04:36:19.740 INFO O| Sep 23 04:36:19.740 INFO O| Planning: Finding local manifests ... Done
47972025-09-23T04:36:20.333Z[ host-image] Sep 23 04:36:19.887 INFO O| Sep 23 04:36:19.887 INFO O| Planning: Fetching manifests: 0/1 0% complete
47982025-09-23T04:36:20.453Z[ host-image] Sep 23 04:36:20.007 INFO O| Sep 23 04:36:20.007 INFO O| Planning: Fetching manifests: 1/1 100% complete
47992025-09-23T04:36:20.494Z[ host-image] Sep 23 04:36:20.047 INFO O| Sep 23 04:36:20.047 INFO O| Planning: Package planning ... Done
48002025-09-23T04:36:20.519Z[ host-image] Sep 23 04:36:20.048 INFO O| Sep 23 04:36:20.048 INFO O| Planning: Merging actions ... Done
48012025-09-23T04:36:20.570Z[ host-image] Sep 23 04:36:20.123 INFO O| Sep 23 04:36:20.123 INFO O| Planning: Checking for conflicting actions ... Done
48022025-09-23T04:36:20.594Z[ host-image] Sep 23 04:36:20.124 INFO O| Sep 23 04:36:20.124 INFO O| Planning: Consolidating action changes ... Done
48032025-09-23T04:36:20.594Z[ recovery-image] Sep 23 04:36:20.132 INFO O| Sep 23 04:36:20.132 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48042025-09-23T04:36:20.655Z[ recovery-image] Sep 23 04:36:20.208 INFO O| Sep 23 04:36:20.208 INFO completed processing sled/ramdisk-02-trim
48052025-09-23T04:36:20.679Z[ recovery-image] Sep 23 04:36:20.213 INFO image builder template: ramdisk-03-recovery-trim...
48062025-09-23T04:36:20.679Z[ recovery-image] Sep 23 04:36:20.213 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/.tmpAD3rni/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48072025-09-23T04:36:20.804Z[ recovery-image] Sep 23 04:36:20.358 INFO O| Sep 23 04:36:20.357 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48082025-09-23T04:36:20.829Z[ recovery-image] Sep 23 04:36:20.364 INFO O| Sep 23 04:36:20.364 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48092025-09-23T04:36:20.853Z[ recovery-image] Sep 23 04:36:20.401 INFO O| Sep 23 04:36:20.401 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48102025-09-23T04:36:20.889Z[ host-image] Sep 23 04:36:20.442 INFO O| Sep 23 04:36:20.442 INFO O| Planning: Evaluating mediators ... Done
48112025-09-23T04:36:20.914Z[ host-image] Sep 23 04:36:20.443 INFO O| Sep 23 04:36:20.443 INFO O| Planning: Planning completed in 7.31 seconds
48122025-09-23T04:36:20.914Z[ host-image] Sep 23 04:36:20.444 INFO O| Sep 23 04:36:20.444 INFO O| Packages to install: 1
48132025-09-23T04:36:20.914Z[ recovery-image] Sep 23 04:36:20.451 INFO O| Sep 23 04:36:20.451 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48142025-09-23T04:36:20.914Z[ recovery-image] Sep 23 04:36:20.451 INFO O| Sep 23 04:36:20.451 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48152025-09-23T04:36:20.914Z[ recovery-image] Sep 23 04:36:20.462 INFO O| Sep 23 04:36:20.462 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48162025-09-23T04:36:20.938Z[ recovery-image] Sep 23 04:36:20.469 INFO O| Sep 23 04:36:20.469 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48172025-09-23T04:36:20.938Z[ recovery-image] Sep 23 04:36:20.477 INFO O| Sep 23 04:36:20.477 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48182025-09-23T04:36:20.963Z[ host-image] Sep 23 04:36:20.513 INFO O| Sep 23 04:36:20.513 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
48192025-09-23T04:36:21.173Z[ recovery-image] Sep 23 04:36:20.727 INFO O| Sep 23 04:36:20.727 INFO rolled back to input snapshot; work may begin
48202025-09-23T04:36:21.173Z[ recovery-image] Sep 23 04:36:20.727 INFO O| Sep 23 04:36:20.727 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48212025-09-23T04:36:21.198Z[ recovery-image] Sep 23 04:36:20.736 INFO O| Sep 23 04:36:20.736 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-09-23T04:36:21.198Z[ recovery-image] Sep 23 04:36:20.750 INFO O| Sep 23 04:36:20.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48232025-09-23T04:36:21.223Z[ recovery-image] Sep 23 04:36:20.760 INFO O| Sep 23 04:36:20.760 INFO STEP 0 (remove_files) COMPLETE
48242025-09-23T04:36:21.224Z[ recovery-image] Sep 23 04:36:20.760 INFO O| Sep 23 04:36:20.760 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-09-23T04:36:21.248Z[ recovery-image] Sep 23 04:36:20.779 INFO O| Sep 23 04:36:20.779 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48262025-09-23T04:36:21.286Z[ recovery-image] Sep 23 04:36:20.840 INFO O| Sep 23 04:36:20.839 INFO STEP 1 (remove_files) COMPLETE
48272025-09-23T04:36:21.286Z[ recovery-image] Sep 23 04:36:20.840 INFO O| Sep 23 04:36:20.840 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-09-23T04:36:21.311Z[ recovery-image] Sep 23 04:36:20.859 INFO O| Sep 23 04:36:20.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48292025-09-23T04:36:21.311Z[ recovery-image] Sep 23 04:36:20.860 INFO O| Sep 23 04:36:20.860 INFO STEP 2 (remove_files) COMPLETE
48302025-09-23T04:36:21.311Z[ recovery-image] Sep 23 04:36:20.860 INFO O| Sep 23 04:36:20.860 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-09-23T04:36:21.335Z[ recovery-image] Sep 23 04:36:20.880 INFO O| Sep 23 04:36:20.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48322025-09-23T04:36:21.386Z[ recovery-image] Sep 23 04:36:20.940 INFO O| Sep 23 04:36:20.940 INFO STEP 3 (remove_files) COMPLETE
48332025-09-23T04:36:21.386Z[ recovery-image] Sep 23 04:36:20.940 INFO O| Sep 23 04:36:20.940 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-09-23T04:36:21.415Z[ recovery-image] Sep 23 04:36:20.969 INFO O| Sep 23 04:36:20.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48352025-09-23T04:36:21.472Z[ host-image] Sep 23 04:36:21.025 INFO O| Sep 23 04:36:21.025 INFO O| Download: Completed 10.11 MB in 0.51 seconds (19.7M/s)
48362025-09-23T04:36:21.516Z[ host-image] Sep 23 04:36:21.070 INFO O| Sep 23 04:36:21.070 INFO O| Actions: 1/22 actions (Installing new actions)
48372025-09-23T04:36:21.676Z[ recovery-image] Sep 23 04:36:21.230 INFO O| Sep 23 04:36:21.230 INFO STEP 4 (remove_files) COMPLETE
48382025-09-23T04:36:21.676Z[ recovery-image] Sep 23 04:36:21.230 INFO O| Sep 23 04:36:21.230 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-09-23T04:36:21.701Z[ recovery-image] Sep 23 04:36:21.244 INFO O| Sep 23 04:36:21.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48402025-09-23T04:36:21.701Z[ recovery-image] Sep 23 04:36:21.245 INFO O| Sep 23 04:36:21.245 INFO STEP 5 (remove_files) COMPLETE
48412025-09-23T04:36:21.701Z[ recovery-image] Sep 23 04:36:21.245 INFO O| Sep 23 04:36:21.245 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-09-23T04:36:21.748Z[ recovery-image] Sep 23 04:36:21.302 INFO O| Sep 23 04:36:21.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48432025-09-23T04:36:21.782Z[ recovery-image] Sep 23 04:36:21.303 INFO O| Sep 23 04:36:21.303 INFO STEP 6 (remove_files) COMPLETE
48442025-09-23T04:36:21.782Z[ recovery-image] Sep 23 04:36:21.303 INFO O| Sep 23 04:36:21.303 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-09-23T04:36:21.810Z[ recovery-image] Sep 23 04:36:21.364 INFO O| Sep 23 04:36:21.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48462025-09-23T04:36:21.835Z[ host-image] Sep 23 04:36:21.368 INFO O| Sep 23 04:36:21.368 INFO O| Actions: Completed 22 actions in 0.30 seconds.
48472025-09-23T04:36:21.859Z[ recovery-image] Sep 23 04:36:21.394 INFO O| Sep 23 04:36:21.394 INFO STEP 7 (remove_files) COMPLETE
48482025-09-23T04:36:21.859Z[ recovery-image] Sep 23 04:36:21.394 INFO O| Sep 23 04:36:21.394 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-09-23T04:36:21.899Z[ recovery-image] Sep 23 04:36:21.453 INFO O| Sep 23 04:36:21.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48502025-09-23T04:36:21.923Z[ recovery-image] Sep 23 04:36:21.453 INFO O| Sep 23 04:36:21.453 INFO STEP 8 (remove_files) COMPLETE
48512025-09-23T04:36:21.923Z[ recovery-image] Sep 23 04:36:21.453 INFO O| Sep 23 04:36:21.453 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-09-23T04:36:21.923Z[ recovery-image] Sep 23 04:36:21.473 INFO O| Sep 23 04:36:21.473 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48532025-09-23T04:36:21.948Z[ recovery-image] Sep 23 04:36:21.497 INFO O| Sep 23 04:36:21.497 INFO STEP 9 (remove_files) COMPLETE
48542025-09-23T04:36:21.948Z[ recovery-image] Sep 23 04:36:21.497 INFO O| Sep 23 04:36:21.497 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-09-23T04:36:21.973Z[ recovery-image] Sep 23 04:36:21.515 INFO O| Sep 23 04:36:21.514 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48562025-09-23T04:36:22.162Z[ recovery-image] Sep 23 04:36:21.716 INFO O| Sep 23 04:36:21.716 INFO STEP 10 (remove_files) COMPLETE
48572025-09-23T04:36:22.162Z[ recovery-image] Sep 23 04:36:21.716 INFO O| Sep 23 04:36:21.716 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-09-23T04:36:22.187Z[ recovery-image] Sep 23 04:36:21.735 INFO O| Sep 23 04:36:21.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48592025-09-23T04:36:22.187Z[ recovery-image] Sep 23 04:36:21.738 INFO O| Sep 23 04:36:21.738 INFO STEP 11 (remove_files) COMPLETE
48602025-09-23T04:36:22.187Z[ recovery-image] Sep 23 04:36:21.738 INFO O| Sep 23 04:36:21.738 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-09-23T04:36:22.214Z[ recovery-image] Sep 23 04:36:21.755 INFO O| Sep 23 04:36:21.755 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48622025-09-23T04:36:22.214Z[ recovery-image] Sep 23 04:36:21.758 INFO O| Sep 23 04:36:21.758 INFO STEP 12 (remove_files) COMPLETE
48632025-09-23T04:36:22.214Z[ recovery-image] Sep 23 04:36:21.758 INFO O| Sep 23 04:36:21.758 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-09-23T04:36:22.239Z[ recovery-image] Sep 23 04:36:21.773 INFO O| Sep 23 04:36:21.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48652025-09-23T04:36:22.239Z[ recovery-image] Sep 23 04:36:21.773 INFO O| Sep 23 04:36:21.773 INFO STEP 13 (remove_files) COMPLETE
48662025-09-23T04:36:22.239Z[ recovery-image] Sep 23 04:36:21.773 INFO O| Sep 23 04:36:21.773 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-09-23T04:36:22.239Z[ recovery-image] Sep 23 04:36:21.786 INFO O| Sep 23 04:36:21.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48682025-09-23T04:36:22.239Z[ recovery-image] Sep 23 04:36:21.787 INFO O| Sep 23 04:36:21.787 INFO STEP 14 (remove_files) COMPLETE
48692025-09-23T04:36:22.239Z[ recovery-image] Sep 23 04:36:21.787 INFO O| Sep 23 04:36:21.787 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-09-23T04:36:22.264Z[ recovery-image] Sep 23 04:36:21.806 INFO O| Sep 23 04:36:21.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48712025-09-23T04:36:22.264Z[ recovery-image] Sep 23 04:36:21.814 INFO O| Sep 23 04:36:21.814 INFO STEP 15 (remove_files) COMPLETE
48722025-09-23T04:36:22.264Z[ recovery-image] Sep 23 04:36:21.814 INFO O| Sep 23 04:36:21.814 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-09-23T04:36:22.289Z[ recovery-image] Sep 23 04:36:21.831 INFO O| Sep 23 04:36:21.831 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48742025-09-23T04:36:22.289Z[ recovery-image] Sep 23 04:36:21.831 INFO O| Sep 23 04:36:21.831 INFO STEP 16 (remove_files) COMPLETE
48752025-09-23T04:36:22.289Z[ recovery-image] Sep 23 04:36:21.831 INFO O| Sep 23 04:36:21.831 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-09-23T04:36:22.313Z[ recovery-image] Sep 23 04:36:21.849 INFO O| Sep 23 04:36:21.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48772025-09-23T04:36:22.313Z[ recovery-image] Sep 23 04:36:21.849 INFO O| Sep 23 04:36:21.849 INFO STEP 17 (remove_files) COMPLETE
48782025-09-23T04:36:22.313Z[ recovery-image] Sep 23 04:36:21.849 INFO O| Sep 23 04:36:21.849 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-09-23T04:36:22.313Z[ recovery-image] Sep 23 04:36:21.867 INFO O| Sep 23 04:36:21.867 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48802025-09-23T04:36:22.392Z[ recovery-image] Sep 23 04:36:21.945 INFO O| Sep 23 04:36:21.945 INFO STEP 18 (remove_files) COMPLETE
48812025-09-23T04:36:22.392Z[ recovery-image] Sep 23 04:36:21.945 INFO O| Sep 23 04:36:21.945 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-09-23T04:36:22.416Z[ recovery-image] Sep 23 04:36:21.962 INFO O| Sep 23 04:36:21.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48832025-09-23T04:36:22.416Z[ recovery-image] Sep 23 04:36:21.962 INFO O| Sep 23 04:36:21.962 INFO STEP 19 (remove_files) COMPLETE
48842025-09-23T04:36:22.416Z[ recovery-image] Sep 23 04:36:21.963 INFO O| Sep 23 04:36:21.963 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-09-23T04:36:22.441Z[ recovery-image] Sep 23 04:36:21.988 INFO O| Sep 23 04:36:21.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48862025-09-23T04:36:22.441Z[ recovery-image] Sep 23 04:36:21.988 INFO O| Sep 23 04:36:21.988 INFO STEP 20 (remove_files) COMPLETE
48872025-09-23T04:36:22.441Z[ recovery-image] Sep 23 04:36:21.988 INFO O| Sep 23 04:36:21.988 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-09-23T04:36:22.466Z[ recovery-image] Sep 23 04:36:22.009 INFO O| Sep 23 04:36:22.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48892025-09-23T04:36:22.466Z[ recovery-image] Sep 23 04:36:22.009 INFO O| Sep 23 04:36:22.009 INFO STEP 21 (remove_files) COMPLETE
48902025-09-23T04:36:22.466Z[ recovery-image] Sep 23 04:36:22.009 INFO O| Sep 23 04:36:22.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-09-23T04:36:22.491Z[ recovery-image] Sep 23 04:36:22.026 INFO O| Sep 23 04:36:22.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48922025-09-23T04:36:22.491Z[ recovery-image] Sep 23 04:36:22.026 INFO O| Sep 23 04:36:22.026 INFO STEP 22 (remove_files) COMPLETE
48932025-09-23T04:36:22.491Z[ recovery-image] Sep 23 04:36:22.026 INFO O| Sep 23 04:36:22.026 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-09-23T04:36:22.515Z[ recovery-image] Sep 23 04:36:22.062 INFO O| Sep 23 04:36:22.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48952025-09-23T04:36:22.515Z[ recovery-image] Sep 23 04:36:22.062 INFO O| Sep 23 04:36:22.062 INFO STEP 23 (remove_files) COMPLETE
48962025-09-23T04:36:22.515Z[ recovery-image] Sep 23 04:36:22.062 INFO O| Sep 23 04:36:22.062 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-09-23T04:36:22.540Z[ recovery-image] Sep 23 04:36:22.075 INFO O| Sep 23 04:36:22.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48982025-09-23T04:36:22.540Z[ recovery-image] Sep 23 04:36:22.075 INFO O| Sep 23 04:36:22.075 INFO STEP 24 (remove_files) COMPLETE
48992025-09-23T04:36:22.540Z[ recovery-image] Sep 23 04:36:22.075 INFO O| Sep 23 04:36:22.075 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-09-23T04:36:22.564Z[ recovery-image] Sep 23 04:36:22.113 INFO O| Sep 23 04:36:22.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49012025-09-23T04:36:22.589Z[ recovery-image] Sep 23 04:36:22.131 INFO O| Sep 23 04:36:22.131 INFO STEP 25 (remove_files) COMPLETE
49022025-09-23T04:36:22.589Z[ recovery-image] Sep 23 04:36:22.131 INFO O| Sep 23 04:36:22.131 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-09-23T04:36:22.614Z[ recovery-image] Sep 23 04:36:22.161 INFO O| Sep 23 04:36:22.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49042025-09-23T04:36:22.614Z[ recovery-image] Sep 23 04:36:22.161 INFO O| Sep 23 04:36:22.161 INFO STEP 26 (remove_files) COMPLETE
49052025-09-23T04:36:22.614Z[ recovery-image] Sep 23 04:36:22.161 INFO O| Sep 23 04:36:22.161 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-09-23T04:36:22.639Z[ recovery-image] Sep 23 04:36:22.180 INFO O| Sep 23 04:36:22.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49072025-09-23T04:36:22.639Z[ recovery-image] Sep 23 04:36:22.180 INFO O| Sep 23 04:36:22.180 INFO STEP 27 (remove_files) COMPLETE
49082025-09-23T04:36:22.639Z[ recovery-image] Sep 23 04:36:22.180 INFO O| Sep 23 04:36:22.180 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-09-23T04:36:22.663Z[ recovery-image] Sep 23 04:36:22.197 INFO O| Sep 23 04:36:22.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49102025-09-23T04:36:22.688Z[ recovery-image] Sep 23 04:36:22.219 INFO O| Sep 23 04:36:22.219 INFO STEP 28 (remove_files) COMPLETE
49112025-09-23T04:36:22.688Z[ recovery-image] Sep 23 04:36:22.219 INFO O| Sep 23 04:36:22.219 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-09-23T04:36:22.688Z[ recovery-image] Sep 23 04:36:22.236 INFO O| Sep 23 04:36:22.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49132025-09-23T04:36:22.688Z[ recovery-image] Sep 23 04:36:22.236 INFO O| Sep 23 04:36:22.236 INFO STEP 29 (remove_files) COMPLETE
49142025-09-23T04:36:22.688Z[ recovery-image] Sep 23 04:36:22.236 INFO O| Sep 23 04:36:22.236 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-09-23T04:36:22.713Z[ recovery-image] Sep 23 04:36:22.251 INFO O| Sep 23 04:36:22.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49162025-09-23T04:36:22.713Z[ recovery-image] Sep 23 04:36:22.251 INFO O| Sep 23 04:36:22.251 INFO STEP 30 (remove_files) COMPLETE
49172025-09-23T04:36:22.713Z[ recovery-image] Sep 23 04:36:22.251 INFO O| Sep 23 04:36:22.251 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-09-23T04:36:22.713Z[ recovery-image] Sep 23 04:36:22.265 INFO O| Sep 23 04:36:22.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49192025-09-23T04:36:22.738Z[ recovery-image] Sep 23 04:36:22.278 INFO O| Sep 23 04:36:22.278 INFO STEP 31 (remove_files) COMPLETE
49202025-09-23T04:36:22.738Z[ recovery-image] Sep 23 04:36:22.278 INFO O| Sep 23 04:36:22.278 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-09-23T04:36:22.763Z[ recovery-image] Sep 23 04:36:22.295 INFO O| Sep 23 04:36:22.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49222025-09-23T04:36:22.763Z[ recovery-image] Sep 23 04:36:22.295 INFO O| Sep 23 04:36:22.295 INFO STEP 32 (remove_files) COMPLETE
49232025-09-23T04:36:22.763Z[ recovery-image] Sep 23 04:36:22.295 INFO O| Sep 23 04:36:22.295 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-09-23T04:36:22.788Z[ recovery-image] Sep 23 04:36:22.328 INFO O| Sep 23 04:36:22.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49252025-09-23T04:36:22.812Z[ recovery-image] Sep 23 04:36:22.352 INFO O| Sep 23 04:36:22.352 INFO STEP 33 (remove_files) COMPLETE
49262025-09-23T04:36:22.812Z[ recovery-image] Sep 23 04:36:22.352 INFO O| Sep 23 04:36:22.352 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-09-23T04:36:22.837Z[ recovery-image] Sep 23 04:36:22.369 INFO O| Sep 23 04:36:22.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49282025-09-23T04:36:22.837Z[ recovery-image] Sep 23 04:36:22.369 INFO O| Sep 23 04:36:22.369 INFO STEP 34 (remove_files) COMPLETE
49292025-09-23T04:36:22.837Z[ recovery-image] Sep 23 04:36:22.369 INFO O| Sep 23 04:36:22.369 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-09-23T04:36:22.837Z[ recovery-image] Sep 23 04:36:22.384 INFO O| Sep 23 04:36:22.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49312025-09-23T04:36:22.837Z[ recovery-image] Sep 23 04:36:22.384 INFO O| Sep 23 04:36:22.384 INFO STEP 35 (remove_files) COMPLETE
49322025-09-23T04:36:22.837Z[ recovery-image] Sep 23 04:36:22.384 INFO O| Sep 23 04:36:22.384 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-09-23T04:36:22.862Z[ recovery-image] Sep 23 04:36:22.399 INFO O| Sep 23 04:36:22.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49342025-09-23T04:36:22.863Z[ recovery-image] Sep 23 04:36:22.399 INFO O| Sep 23 04:36:22.399 INFO STEP 36 (remove_files) COMPLETE
49352025-09-23T04:36:22.863Z[ recovery-image] Sep 23 04:36:22.399 INFO O| Sep 23 04:36:22.399 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-09-23T04:36:22.863Z[ recovery-image] Sep 23 04:36:22.414 INFO O| Sep 23 04:36:22.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49372025-09-23T04:36:22.863Z[ recovery-image] Sep 23 04:36:22.414 INFO O| Sep 23 04:36:22.414 INFO STEP 37 (remove_files) COMPLETE
49382025-09-23T04:36:22.863Z[ recovery-image] Sep 23 04:36:22.414 INFO O| Sep 23 04:36:22.414 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-09-23T04:36:22.891Z[ recovery-image] Sep 23 04:36:22.445 INFO O| Sep 23 04:36:22.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49402025-09-23T04:36:22.892Z[ recovery-image] Sep 23 04:36:22.445 INFO O| Sep 23 04:36:22.428 INFO STEP 38 (remove_files) COMPLETE
49412025-09-23T04:36:22.917Z[ recovery-image] Sep 23 04:36:22.445 INFO O| Sep 23 04:36:22.428 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-09-23T04:36:22.917Z[ recovery-image] Sep 23 04:36:22.445 INFO O| Sep 23 04:36:22.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49432025-09-23T04:36:22.917Z[ recovery-image] Sep 23 04:36:22.445 INFO O| Sep 23 04:36:22.443 INFO STEP 39 (remove_files) COMPLETE
49442025-09-23T04:36:22.917Z[ recovery-image] Sep 23 04:36:22.445 INFO O| Sep 23 04:36:22.443 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-09-23T04:36:22.917Z[ recovery-image] Sep 23 04:36:22.457 INFO O| Sep 23 04:36:22.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49462025-09-23T04:36:22.917Z[ recovery-image] Sep 23 04:36:22.457 INFO O| Sep 23 04:36:22.457 INFO STEP 40 (remove_files) COMPLETE
49472025-09-23T04:36:22.917Z[ recovery-image] Sep 23 04:36:22.457 INFO O| Sep 23 04:36:22.457 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-09-23T04:36:22.942Z[ recovery-image] Sep 23 04:36:22.471 INFO O| Sep 23 04:36:22.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49492025-09-23T04:36:22.942Z[ recovery-image] Sep 23 04:36:22.471 INFO O| Sep 23 04:36:22.471 INFO STEP 41 (remove_files) COMPLETE
49502025-09-23T04:36:22.942Z[ recovery-image] Sep 23 04:36:22.471 INFO O| Sep 23 04:36:22.471 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-09-23T04:36:22.942Z[ recovery-image] Sep 23 04:36:22.485 INFO O| Sep 23 04:36:22.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49522025-09-23T04:36:22.942Z[ recovery-image] Sep 23 04:36:22.486 INFO O| Sep 23 04:36:22.486 INFO STEP 42 (remove_files) COMPLETE
49532025-09-23T04:36:22.942Z[ recovery-image] Sep 23 04:36:22.486 INFO O| Sep 23 04:36:22.486 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-09-23T04:36:22.968Z[ recovery-image] Sep 23 04:36:22.519 INFO O| Sep 23 04:36:22.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49552025-09-23T04:36:22.968Z[ recovery-image] Sep 23 04:36:22.519 INFO O| Sep 23 04:36:22.519 INFO STEP 43 (remove_files) COMPLETE
49562025-09-23T04:36:22.968Z[ recovery-image] Sep 23 04:36:22.519 INFO O| Sep 23 04:36:22.519 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-09-23T04:36:22.993Z[ recovery-image] Sep 23 04:36:22.535 INFO O| Sep 23 04:36:22.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49582025-09-23T04:36:22.993Z[ recovery-image] Sep 23 04:36:22.535 INFO O| Sep 23 04:36:22.535 INFO STEP 44 (remove_files) COMPLETE
49592025-09-23T04:36:22.993Z[ recovery-image] Sep 23 04:36:22.536 INFO O| Sep 23 04:36:22.536 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-09-23T04:36:23.018Z[ recovery-image] Sep 23 04:36:22.552 INFO O| Sep 23 04:36:22.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49612025-09-23T04:36:23.018Z[ recovery-image] Sep 23 04:36:22.553 INFO O| Sep 23 04:36:22.553 INFO STEP 45 (remove_files) COMPLETE
49622025-09-23T04:36:23.018Z[ recovery-image] Sep 23 04:36:22.553 INFO O| Sep 23 04:36:22.553 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-09-23T04:36:23.018Z[ recovery-image] Sep 23 04:36:22.570 INFO O| Sep 23 04:36:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49642025-09-23T04:36:23.018Z[ recovery-image] Sep 23 04:36:22.570 INFO O| Sep 23 04:36:22.570 INFO STEP 46 (remove_files) COMPLETE
49652025-09-23T04:36:23.018Z[ recovery-image] Sep 23 04:36:22.570 INFO O| Sep 23 04:36:22.570 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-09-23T04:36:23.043Z[ recovery-image] Sep 23 04:36:22.587 INFO O| Sep 23 04:36:22.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49672025-09-23T04:36:23.043Z[ recovery-image] Sep 23 04:36:22.587 INFO O| Sep 23 04:36:22.587 INFO STEP 47 (remove_files) COMPLETE
49682025-09-23T04:36:23.043Z[ recovery-image] Sep 23 04:36:22.587 INFO O| Sep 23 04:36:22.587 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-09-23T04:36:23.072Z[ recovery-image] Sep 23 04:36:22.624 INFO O| Sep 23 04:36:22.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49702025-09-23T04:36:23.072Z[ recovery-image] Sep 23 04:36:22.624 INFO O| Sep 23 04:36:22.624 INFO STEP 48 (remove_files) COMPLETE
49712025-09-23T04:36:23.097Z[ recovery-image] Sep 23 04:36:22.625 INFO O| Sep 23 04:36:22.624 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-09-23T04:36:23.122Z[ recovery-image] Sep 23 04:36:22.670 INFO O| Sep 23 04:36:22.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49732025-09-23T04:36:23.122Z[ recovery-image] Sep 23 04:36:22.670 INFO O| Sep 23 04:36:22.670 INFO STEP 49 (remove_files) COMPLETE
49742025-09-23T04:36:23.122Z[ recovery-image] Sep 23 04:36:22.670 INFO O| Sep 23 04:36:22.670 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-09-23T04:36:23.147Z[ recovery-image] Sep 23 04:36:22.692 INFO O| Sep 23 04:36:22.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49762025-09-23T04:36:23.147Z[ recovery-image] Sep 23 04:36:22.698 INFO O| Sep 23 04:36:22.698 INFO STEP 50 (remove_files) COMPLETE
49772025-09-23T04:36:23.147Z[ recovery-image] Sep 23 04:36:22.698 INFO O| Sep 23 04:36:22.698 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-09-23T04:36:23.172Z[ recovery-image] Sep 23 04:36:22.717 INFO O| Sep 23 04:36:22.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49792025-09-23T04:36:23.172Z[ recovery-image] Sep 23 04:36:22.717 INFO O| Sep 23 04:36:22.717 INFO STEP 51 (remove_files) COMPLETE
49802025-09-23T04:36:23.172Z[ recovery-image] Sep 23 04:36:22.717 INFO O| Sep 23 04:36:22.717 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-09-23T04:36:23.197Z[ recovery-image] Sep 23 04:36:22.732 INFO O| Sep 23 04:36:22.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49822025-09-23T04:36:23.197Z[ recovery-image] Sep 23 04:36:22.733 INFO O| Sep 23 04:36:22.733 INFO STEP 52 (remove_files) COMPLETE
49832025-09-23T04:36:23.197Z[ recovery-image] Sep 23 04:36:22.733 INFO O| Sep 23 04:36:22.733 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-09-23T04:36:23.197Z[ recovery-image] Sep 23 04:36:22.747 INFO O| Sep 23 04:36:22.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49852025-09-23T04:36:23.197Z[ recovery-image] Sep 23 04:36:22.747 INFO O| Sep 23 04:36:22.747 INFO STEP 53 (remove_files) COMPLETE
49862025-09-23T04:36:23.197Z[ recovery-image] Sep 23 04:36:22.747 INFO O| Sep 23 04:36:22.747 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-09-23T04:36:23.222Z[ recovery-image] Sep 23 04:36:22.762 INFO O| Sep 23 04:36:22.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49882025-09-23T04:36:23.222Z[ recovery-image] Sep 23 04:36:22.762 INFO O| Sep 23 04:36:22.762 INFO STEP 54 (remove_files) COMPLETE
49892025-09-23T04:36:23.222Z[ recovery-image] Sep 23 04:36:22.762 INFO O| Sep 23 04:36:22.762 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-09-23T04:36:23.246Z[ recovery-image] Sep 23 04:36:22.782 INFO O| Sep 23 04:36:22.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49912025-09-23T04:36:23.246Z[ recovery-image] Sep 23 04:36:22.782 INFO O| Sep 23 04:36:22.782 INFO STEP 55 (remove_files) COMPLETE
49922025-09-23T04:36:23.246Z[ recovery-image] Sep 23 04:36:22.782 INFO O| Sep 23 04:36:22.782 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-09-23T04:36:23.271Z[ recovery-image] Sep 23 04:36:22.806 INFO O| Sep 23 04:36:22.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49942025-09-23T04:36:23.271Z[ recovery-image] Sep 23 04:36:22.806 INFO O| Sep 23 04:36:22.806 INFO STEP 56 (remove_files) COMPLETE
49952025-09-23T04:36:23.271Z[ recovery-image] Sep 23 04:36:22.806 INFO O| Sep 23 04:36:22.806 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-09-23T04:36:23.271Z[ recovery-image] Sep 23 04:36:22.823 INFO O| Sep 23 04:36:22.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49972025-09-23T04:36:23.271Z[ recovery-image] Sep 23 04:36:22.823 INFO O| Sep 23 04:36:22.823 INFO STEP 57 (remove_files) COMPLETE
49982025-09-23T04:36:23.271Z[ recovery-image] Sep 23 04:36:22.823 INFO O| Sep 23 04:36:22.823 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-09-23T04:36:23.296Z[ recovery-image] Sep 23 04:36:22.843 INFO O| Sep 23 04:36:22.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50002025-09-23T04:36:23.296Z[ recovery-image] Sep 23 04:36:22.843 INFO O| Sep 23 04:36:22.843 INFO STEP 58 (remove_files) COMPLETE
50012025-09-23T04:36:23.296Z[ recovery-image] Sep 23 04:36:22.843 INFO O| Sep 23 04:36:22.843 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-09-23T04:36:23.331Z[ host-image] Sep 23 04:36:22.885 INFO O| Sep 23 04:36:22.885 INFO O| Done
50032025-09-23T04:36:23.331Z[ host-image] Sep 23 04:36:22.885 INFO O| Sep 23 04:36:22.885 INFO O| Done
50042025-09-23T04:36:23.356Z[ recovery-image] Sep 23 04:36:22.891 INFO O| Sep 23 04:36:22.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50052025-09-23T04:36:23.356Z[ recovery-image] Sep 23 04:36:22.891 INFO O| Sep 23 04:36:22.891 INFO STEP 59 (remove_files) COMPLETE
50062025-09-23T04:36:23.380Z[ recovery-image] Sep 23 04:36:22.891 INFO O| Sep 23 04:36:22.891 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-09-23T04:36:23.380Z[ recovery-image] Sep 23 04:36:22.913 INFO O| Sep 23 04:36:22.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50082025-09-23T04:36:23.380Z[ recovery-image] Sep 23 04:36:22.913 INFO O| Sep 23 04:36:22.913 INFO STEP 60 (remove_files) COMPLETE
50092025-09-23T04:36:23.380Z[ recovery-image] Sep 23 04:36:22.913 INFO O| Sep 23 04:36:22.913 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-09-23T04:36:23.381Z[ recovery-image] Sep 23 04:36:22.933 INFO O| Sep 23 04:36:22.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50112025-09-23T04:36:23.381Z[ recovery-image] Sep 23 04:36:22.933 INFO O| Sep 23 04:36:22.933 INFO STEP 61 (remove_files) COMPLETE
50122025-09-23T04:36:23.381Z[ recovery-image] Sep 23 04:36:22.933 INFO O| Sep 23 04:36:22.933 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-09-23T04:36:23.415Z[ recovery-image] Sep 23 04:36:22.953 INFO O| Sep 23 04:36:22.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50142025-09-23T04:36:23.415Z[ recovery-image] Sep 23 04:36:22.954 INFO O| Sep 23 04:36:22.954 INFO STEP 62 (remove_files) COMPLETE
50152025-09-23T04:36:23.415Z[ recovery-image] Sep 23 04:36:22.954 INFO O| Sep 23 04:36:22.954 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-09-23T04:36:23.440Z[ recovery-image] Sep 23 04:36:22.970 INFO O| Sep 23 04:36:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50172025-09-23T04:36:23.440Z[ recovery-image] Sep 23 04:36:22.971 INFO O| Sep 23 04:36:22.971 INFO STEP 63 (remove_files) COMPLETE
50182025-09-23T04:36:23.440Z[ recovery-image] Sep 23 04:36:22.971 INFO O| Sep 23 04:36:22.971 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-09-23T04:36:23.440Z[ recovery-image] Sep 23 04:36:22.986 INFO O| Sep 23 04:36:22.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50202025-09-23T04:36:23.440Z[ recovery-image] Sep 23 04:36:22.986 INFO O| Sep 23 04:36:22.986 INFO STEP 64 (remove_files) COMPLETE
50212025-09-23T04:36:23.440Z[ recovery-image] Sep 23 04:36:22.987 INFO O| Sep 23 04:36:22.986 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-09-23T04:36:23.465Z[ recovery-image] Sep 23 04:36:23.002 INFO O| Sep 23 04:36:23.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50232025-09-23T04:36:23.465Z[ recovery-image] Sep 23 04:36:23.003 INFO O| Sep 23 04:36:23.003 INFO STEP 65 (remove_files) COMPLETE
50242025-09-23T04:36:23.465Z[ recovery-image] Sep 23 04:36:23.003 INFO O| Sep 23 04:36:23.003 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-09-23T04:36:23.489Z[ recovery-image] Sep 23 04:36:23.022 INFO O| Sep 23 04:36:23.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50262025-09-23T04:36:23.489Z[ recovery-image] Sep 23 04:36:23.022 INFO O| Sep 23 04:36:23.022 INFO STEP 66 (remove_files) COMPLETE
50272025-09-23T04:36:23.489Z[ recovery-image] Sep 23 04:36:23.022 INFO O| Sep 23 04:36:23.022 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-09-23T04:36:23.489Z[ recovery-image] Sep 23 04:36:23.039 INFO O| Sep 23 04:36:23.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50292025-09-23T04:36:23.489Z[ recovery-image] Sep 23 04:36:23.039 INFO O| Sep 23 04:36:23.039 INFO STEP 67 (remove_files) COMPLETE
50302025-09-23T04:36:23.489Z[ recovery-image] Sep 23 04:36:23.039 INFO O| Sep 23 04:36:23.039 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-09-23T04:36:23.514Z[ recovery-image] Sep 23 04:36:23.055 INFO O| Sep 23 04:36:23.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50322025-09-23T04:36:23.514Z[ recovery-image] Sep 23 04:36:23.055 INFO O| Sep 23 04:36:23.055 INFO STEP 68 (remove_files) COMPLETE
50332025-09-23T04:36:23.514Z[ recovery-image] Sep 23 04:36:23.055 INFO O| Sep 23 04:36:23.055 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-09-23T04:36:23.539Z[ recovery-image] Sep 23 04:36:23.071 INFO O| Sep 23 04:36:23.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50352025-09-23T04:36:23.539Z[ recovery-image] Sep 23 04:36:23.071 INFO O| Sep 23 04:36:23.071 INFO STEP 69 (remove_files) COMPLETE
50362025-09-23T04:36:23.539Z[ recovery-image] Sep 23 04:36:23.071 INFO O| Sep 23 04:36:23.071 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-09-23T04:36:23.539Z[ recovery-image] Sep 23 04:36:23.090 INFO O| Sep 23 04:36:23.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50382025-09-23T04:36:23.539Z[ recovery-image] Sep 23 04:36:23.090 INFO O| Sep 23 04:36:23.090 INFO STEP 70 (remove_files) COMPLETE
50392025-09-23T04:36:23.539Z[ recovery-image] Sep 23 04:36:23.090 INFO O| Sep 23 04:36:23.090 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-09-23T04:36:23.576Z[ recovery-image] Sep 23 04:36:23.125 INFO O| Sep 23 04:36:23.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50412025-09-23T04:36:23.576Z[ recovery-image] Sep 23 04:36:23.125 INFO O| Sep 23 04:36:23.125 INFO STEP 71 (remove_files) COMPLETE
50422025-09-23T04:36:23.601Z[ recovery-image] Sep 23 04:36:23.125 INFO O| Sep 23 04:36:23.125 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-09-23T04:36:23.601Z[ recovery-image] Sep 23 04:36:23.143 INFO O| Sep 23 04:36:23.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50442025-09-23T04:36:23.601Z[ recovery-image] Sep 23 04:36:23.143 INFO O| Sep 23 04:36:23.143 INFO STEP 72 (remove_files) COMPLETE
50452025-09-23T04:36:23.601Z[ recovery-image] Sep 23 04:36:23.143 INFO O| Sep 23 04:36:23.143 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-09-23T04:36:23.626Z[ recovery-image] Sep 23 04:36:23.159 INFO O| Sep 23 04:36:23.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50472025-09-23T04:36:23.626Z[ recovery-image] Sep 23 04:36:23.159 INFO O| Sep 23 04:36:23.159 INFO STEP 73 (remove_files) COMPLETE
50482025-09-23T04:36:23.626Z[ recovery-image] Sep 23 04:36:23.159 INFO O| Sep 23 04:36:23.159 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-09-23T04:36:23.651Z[ recovery-image] Sep 23 04:36:23.174 INFO O| Sep 23 04:36:23.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50502025-09-23T04:36:23.651Z[ recovery-image] Sep 23 04:36:23.174 INFO O| Sep 23 04:36:23.174 INFO STEP 74 (remove_files) COMPLETE
50512025-09-23T04:36:23.651Z[ recovery-image] Sep 23 04:36:23.174 INFO O| Sep 23 04:36:23.174 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-09-23T04:36:23.651Z[ recovery-image] Sep 23 04:36:23.195 INFO O| Sep 23 04:36:23.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50532025-09-23T04:36:23.651Z[ recovery-image] Sep 23 04:36:23.195 INFO O| Sep 23 04:36:23.195 INFO STEP 75 (remove_files) COMPLETE
50542025-09-23T04:36:23.651Z[ recovery-image] Sep 23 04:36:23.195 INFO O| Sep 23 04:36:23.195 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-09-23T04:36:23.675Z[ recovery-image] Sep 23 04:36:23.216 INFO O| Sep 23 04:36:23.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50562025-09-23T04:36:23.675Z[ recovery-image] Sep 23 04:36:23.217 INFO O| Sep 23 04:36:23.216 INFO STEP 76 (remove_files) COMPLETE
50572025-09-23T04:36:23.675Z[ recovery-image] Sep 23 04:36:23.217 INFO O| Sep 23 04:36:23.217 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-09-23T04:36:23.700Z[ recovery-image] Sep 23 04:36:23.238 INFO O| Sep 23 04:36:23.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50592025-09-23T04:36:23.700Z[ recovery-image] Sep 23 04:36:23.238 INFO O| Sep 23 04:36:23.238 INFO STEP 77 (remove_files) COMPLETE
50602025-09-23T04:36:23.700Z[ recovery-image] Sep 23 04:36:23.238 INFO O| Sep 23 04:36:23.238 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-09-23T04:36:23.724Z[ recovery-image] Sep 23 04:36:23.258 INFO O| Sep 23 04:36:23.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50622025-09-23T04:36:23.724Z[ recovery-image] Sep 23 04:36:23.258 INFO O| Sep 23 04:36:23.258 INFO STEP 78 (remove_files) COMPLETE
50632025-09-23T04:36:23.724Z[ recovery-image] Sep 23 04:36:23.258 INFO O| Sep 23 04:36:23.258 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-09-23T04:36:23.749Z[ recovery-image] Sep 23 04:36:23.280 INFO O| Sep 23 04:36:23.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50652025-09-23T04:36:23.749Z[ recovery-image] Sep 23 04:36:23.280 INFO O| Sep 23 04:36:23.280 INFO STEP 79 (remove_files) COMPLETE
50662025-09-23T04:36:23.749Z[ recovery-image] Sep 23 04:36:23.280 INFO O| Sep 23 04:36:23.280 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-09-23T04:36:23.749Z[ recovery-image] Sep 23 04:36:23.301 INFO O| Sep 23 04:36:23.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50682025-09-23T04:36:23.749Z[ recovery-image] Sep 23 04:36:23.301 INFO O| Sep 23 04:36:23.301 INFO STEP 80 (remove_files) COMPLETE
50692025-09-23T04:36:23.749Z[ recovery-image] Sep 23 04:36:23.301 INFO O| Sep 23 04:36:23.301 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-09-23T04:36:23.774Z[ recovery-image] Sep 23 04:36:23.323 INFO O| Sep 23 04:36:23.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50712025-09-23T04:36:23.774Z[ recovery-image] Sep 23 04:36:23.323 INFO O| Sep 23 04:36:23.323 INFO STEP 81 (remove_files) COMPLETE
50722025-09-23T04:36:23.774Z[ recovery-image] Sep 23 04:36:23.323 INFO O| Sep 23 04:36:23.323 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-09-23T04:36:23.798Z[ recovery-image] Sep 23 04:36:23.344 INFO O| Sep 23 04:36:23.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50742025-09-23T04:36:23.799Z[ recovery-image] Sep 23 04:36:23.344 INFO O| Sep 23 04:36:23.344 INFO STEP 82 (remove_files) COMPLETE
50752025-09-23T04:36:23.799Z[ recovery-image] Sep 23 04:36:23.344 INFO O| Sep 23 04:36:23.344 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-09-23T04:36:23.823Z[ recovery-image] Sep 23 04:36:23.364 INFO O| Sep 23 04:36:23.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50772025-09-23T04:36:23.823Z[ recovery-image] Sep 23 04:36:23.364 INFO O| Sep 23 04:36:23.364 INFO STEP 83 (remove_files) COMPLETE
50782025-09-23T04:36:23.823Z[ recovery-image] Sep 23 04:36:23.364 INFO O| Sep 23 04:36:23.364 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-09-23T04:36:23.848Z[ recovery-image] Sep 23 04:36:23.381 INFO O| Sep 23 04:36:23.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50802025-09-23T04:36:23.848Z[ recovery-image] Sep 23 04:36:23.382 INFO O| Sep 23 04:36:23.381 INFO STEP 84 (remove_files) COMPLETE
50812025-09-23T04:36:23.848Z[ recovery-image] Sep 23 04:36:23.382 INFO O| Sep 23 04:36:23.382 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-09-23T04:36:23.873Z[ recovery-image] Sep 23 04:36:23.409 INFO O| Sep 23 04:36:23.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50832025-09-23T04:36:23.873Z[ recovery-image] Sep 23 04:36:23.409 INFO O| Sep 23 04:36:23.409 INFO STEP 85 (remove_files) COMPLETE
50842025-09-23T04:36:23.873Z[ recovery-image] Sep 23 04:36:23.409 INFO O| Sep 23 04:36:23.409 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-09-23T04:36:23.898Z[ recovery-image] Sep 23 04:36:23.431 INFO O| Sep 23 04:36:23.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50862025-09-23T04:36:23.899Z[ recovery-image] Sep 23 04:36:23.431 INFO O| Sep 23 04:36:23.431 INFO STEP 86 (remove_files) COMPLETE
50872025-09-23T04:36:23.899Z[ recovery-image] Sep 23 04:36:23.431 INFO O| Sep 23 04:36:23.431 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-09-23T04:36:23.923Z[ recovery-image] Sep 23 04:36:23.470 INFO O| Sep 23 04:36:23.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50892025-09-23T04:36:23.923Z[ recovery-image] Sep 23 04:36:23.470 INFO O| Sep 23 04:36:23.470 INFO STEP 87 (remove_files) COMPLETE
50902025-09-23T04:36:23.923Z[ recovery-image] Sep 23 04:36:23.470 INFO O| Sep 23 04:36:23.470 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-09-23T04:36:23.948Z[ recovery-image] Sep 23 04:36:23.490 INFO O| Sep 23 04:36:23.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50922025-09-23T04:36:23.948Z[ recovery-image] Sep 23 04:36:23.490 INFO O| Sep 23 04:36:23.490 INFO STEP 88 (remove_files) COMPLETE
50932025-09-23T04:36:23.948Z[ recovery-image] Sep 23 04:36:23.490 INFO O| Sep 23 04:36:23.490 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-09-23T04:36:23.973Z[ recovery-image] Sep 23 04:36:23.509 INFO O| Sep 23 04:36:23.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50952025-09-23T04:36:23.973Z[ recovery-image] Sep 23 04:36:23.510 INFO O| Sep 23 04:36:23.510 INFO STEP 89 (remove_files) COMPLETE
50962025-09-23T04:36:23.973Z[ recovery-image] Sep 23 04:36:23.510 INFO O| Sep 23 04:36:23.510 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-09-23T04:36:23.998Z[ recovery-image] Sep 23 04:36:23.529 INFO O| Sep 23 04:36:23.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50982025-09-23T04:36:23.998Z[ recovery-image] Sep 23 04:36:23.529 INFO O| Sep 23 04:36:23.529 INFO STEP 90 (remove_files) COMPLETE
50992025-09-23T04:36:23.998Z[ recovery-image] Sep 23 04:36:23.529 INFO O| Sep 23 04:36:23.529 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-09-23T04:36:24.023Z[ recovery-image] Sep 23 04:36:23.552 INFO O| Sep 23 04:36:23.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51012025-09-23T04:36:24.023Z[ recovery-image] Sep 23 04:36:23.552 INFO O| Sep 23 04:36:23.552 INFO STEP 91 (remove_files) COMPLETE
51022025-09-23T04:36:24.023Z[ recovery-image] Sep 23 04:36:23.552 INFO O| Sep 23 04:36:23.552 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-09-23T04:36:24.023Z[ recovery-image] Sep 23 04:36:23.566 INFO O| Sep 23 04:36:23.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51042025-09-23T04:36:24.023Z[ recovery-image] Sep 23 04:36:23.566 INFO O| Sep 23 04:36:23.566 INFO STEP 92 (remove_files) COMPLETE
51052025-09-23T04:36:24.023Z[ recovery-image] Sep 23 04:36:23.566 INFO O| Sep 23 04:36:23.566 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062025-09-23T04:36:24.048Z[ recovery-image] Sep 23 04:36:23.580 INFO O| Sep 23 04:36:23.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51072025-09-23T04:36:24.048Z[ recovery-image] Sep 23 04:36:23.580 INFO O| Sep 23 04:36:23.580 INFO STEP 93 (remove_files) COMPLETE
51082025-09-23T04:36:24.048Z[ recovery-image] Sep 23 04:36:23.580 INFO O| Sep 23 04:36:23.580 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092025-09-23T04:36:24.048Z[ recovery-image] Sep 23 04:36:23.594 INFO O| Sep 23 04:36:23.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51102025-09-23T04:36:24.048Z[ recovery-image] Sep 23 04:36:23.594 INFO O| Sep 23 04:36:23.594 INFO STEP 94 (remove_files) COMPLETE
51112025-09-23T04:36:24.048Z[ recovery-image] Sep 23 04:36:23.594 INFO O| Sep 23 04:36:23.594 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122025-09-23T04:36:24.073Z[ recovery-image] Sep 23 04:36:23.609 INFO O| Sep 23 04:36:23.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51132025-09-23T04:36:24.073Z[ recovery-image] Sep 23 04:36:23.609 INFO O| Sep 23 04:36:23.609 INFO STEP 95 (remove_files) COMPLETE
51142025-09-23T04:36:24.073Z[ recovery-image] Sep 23 04:36:23.609 INFO O| Sep 23 04:36:23.609 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152025-09-23T04:36:24.073Z[ recovery-image] Sep 23 04:36:23.625 INFO O| Sep 23 04:36:23.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51162025-09-23T04:36:24.073Z[ recovery-image] Sep 23 04:36:23.625 INFO O| Sep 23 04:36:23.625 INFO STEP 96 (remove_files) COMPLETE
51172025-09-23T04:36:24.073Z[ recovery-image] Sep 23 04:36:23.625 INFO O| Sep 23 04:36:23.625 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-09-23T04:36:24.105Z[ recovery-image] Sep 23 04:36:23.659 INFO O| Sep 23 04:36:23.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51192025-09-23T04:36:24.129Z[ recovery-image] Sep 23 04:36:23.659 INFO O| Sep 23 04:36:23.659 INFO STEP 97 (remove_files) COMPLETE
51202025-09-23T04:36:24.130Z[ recovery-image] Sep 23 04:36:23.659 INFO O| Sep 23 04:36:23.659 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-09-23T04:36:24.130Z[ recovery-image] Sep 23 04:36:23.683 INFO O| Sep 23 04:36:23.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51222025-09-23T04:36:24.130Z[ recovery-image] Sep 23 04:36:23.683 INFO O| Sep 23 04:36:23.683 INFO STEP 98 (remove_files) COMPLETE
51232025-09-23T04:36:24.130Z[ recovery-image] Sep 23 04:36:23.683 INFO O| Sep 23 04:36:23.683 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-09-23T04:36:24.154Z[ recovery-image] Sep 23 04:36:23.705 INFO O| Sep 23 04:36:23.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51252025-09-23T04:36:24.154Z[ recovery-image] Sep 23 04:36:23.706 INFO O| Sep 23 04:36:23.706 INFO STEP 99 (remove_files) COMPLETE
51262025-09-23T04:36:24.154Z[ recovery-image] Sep 23 04:36:23.706 INFO O| Sep 23 04:36:23.706 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-09-23T04:36:24.179Z[ recovery-image] Sep 23 04:36:23.726 INFO O| Sep 23 04:36:23.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51282025-09-23T04:36:24.179Z[ recovery-image] Sep 23 04:36:23.726 INFO O| Sep 23 04:36:23.726 INFO STEP 100 (remove_files) COMPLETE
51292025-09-23T04:36:24.179Z[ recovery-image] Sep 23 04:36:23.726 INFO O| Sep 23 04:36:23.726 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-09-23T04:36:24.204Z[ recovery-image] Sep 23 04:36:23.747 INFO O| Sep 23 04:36:23.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51312025-09-23T04:36:24.204Z[ recovery-image] Sep 23 04:36:23.747 INFO O| Sep 23 04:36:23.747 INFO STEP 101 (remove_files) COMPLETE
51322025-09-23T04:36:24.204Z[ recovery-image] Sep 23 04:36:23.747 INFO O| Sep 23 04:36:23.747 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-09-23T04:36:24.228Z[ recovery-image] Sep 23 04:36:23.769 INFO O| Sep 23 04:36:23.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51342025-09-23T04:36:24.228Z[ recovery-image] Sep 23 04:36:23.769 INFO O| Sep 23 04:36:23.769 INFO STEP 102 (remove_files) COMPLETE
51352025-09-23T04:36:24.228Z[ recovery-image] Sep 23 04:36:23.769 INFO O| Sep 23 04:36:23.769 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-09-23T04:36:24.253Z[ recovery-image] Sep 23 04:36:23.786 INFO O| Sep 23 04:36:23.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51372025-09-23T04:36:24.253Z[ recovery-image] Sep 23 04:36:23.786 INFO O| Sep 23 04:36:23.786 INFO STEP 103 (remove_files) COMPLETE
51382025-09-23T04:36:24.253Z[ recovery-image] Sep 23 04:36:23.786 INFO O| Sep 23 04:36:23.786 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-09-23T04:36:24.253Z[ recovery-image] Sep 23 04:36:23.803 INFO O| Sep 23 04:36:23.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51402025-09-23T04:36:24.253Z[ recovery-image] Sep 23 04:36:23.803 INFO O| Sep 23 04:36:23.803 INFO STEP 104 (remove_files) COMPLETE
51412025-09-23T04:36:24.253Z[ recovery-image] Sep 23 04:36:23.803 INFO O| Sep 23 04:36:23.803 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-09-23T04:36:24.278Z[ recovery-image] Sep 23 04:36:23.820 INFO O| Sep 23 04:36:23.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51432025-09-23T04:36:24.278Z[ recovery-image] Sep 23 04:36:23.820 INFO O| Sep 23 04:36:23.820 INFO STEP 105 (remove_files) COMPLETE
51442025-09-23T04:36:24.278Z[ recovery-image] Sep 23 04:36:23.820 INFO O| Sep 23 04:36:23.820 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-09-23T04:36:24.303Z[ recovery-image] Sep 23 04:36:23.836 INFO O| Sep 23 04:36:23.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51462025-09-23T04:36:24.303Z[ recovery-image] Sep 23 04:36:23.836 INFO O| Sep 23 04:36:23.836 INFO STEP 106 (remove_files) COMPLETE
51472025-09-23T04:36:24.303Z[ recovery-image] Sep 23 04:36:23.836 INFO O| Sep 23 04:36:23.836 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-09-23T04:36:24.303Z[ recovery-image] Sep 23 04:36:23.852 INFO O| Sep 23 04:36:23.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51492025-09-23T04:36:24.303Z[ recovery-image] Sep 23 04:36:23.852 INFO O| Sep 23 04:36:23.852 INFO STEP 107 (remove_files) COMPLETE
51502025-09-23T04:36:24.303Z[ recovery-image] Sep 23 04:36:23.852 INFO O| Sep 23 04:36:23.852 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-09-23T04:36:24.327Z[ recovery-image] Sep 23 04:36:23.875 INFO O| Sep 23 04:36:23.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51522025-09-23T04:36:24.327Z[ recovery-image] Sep 23 04:36:23.875 INFO O| Sep 23 04:36:23.875 INFO STEP 108 (remove_files) COMPLETE
51532025-09-23T04:36:24.327Z[ recovery-image] Sep 23 04:36:23.875 INFO O| Sep 23 04:36:23.875 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-09-23T04:36:24.352Z[ recovery-image] Sep 23 04:36:23.896 INFO O| Sep 23 04:36:23.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51552025-09-23T04:36:24.352Z[ recovery-image] Sep 23 04:36:23.896 INFO O| Sep 23 04:36:23.896 INFO STEP 109 (remove_files) COMPLETE
51562025-09-23T04:36:24.352Z[ recovery-image] Sep 23 04:36:23.896 INFO O| Sep 23 04:36:23.896 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-09-23T04:36:24.377Z[ recovery-image] Sep 23 04:36:23.912 INFO O| Sep 23 04:36:23.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51582025-09-23T04:36:24.377Z[ recovery-image] Sep 23 04:36:23.912 INFO O| Sep 23 04:36:23.912 INFO STEP 110 (remove_files) COMPLETE
51592025-09-23T04:36:24.377Z[ recovery-image] Sep 23 04:36:23.912 INFO O| Sep 23 04:36:23.912 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-09-23T04:36:24.377Z[ recovery-image] Sep 23 04:36:23.927 INFO O| Sep 23 04:36:23.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51612025-09-23T04:36:24.377Z[ recovery-image] Sep 23 04:36:23.927 INFO O| Sep 23 04:36:23.927 INFO STEP 111 (remove_files) COMPLETE
51622025-09-23T04:36:24.377Z[ recovery-image] Sep 23 04:36:23.927 INFO O| Sep 23 04:36:23.927 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-09-23T04:36:24.402Z[ recovery-image] Sep 23 04:36:23.950 INFO O| Sep 23 04:36:23.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51642025-09-23T04:36:24.402Z[ recovery-image] Sep 23 04:36:23.950 INFO O| Sep 23 04:36:23.950 INFO STEP 112 (remove_files) COMPLETE
51652025-09-23T04:36:24.402Z[ recovery-image] Sep 23 04:36:23.950 INFO O| Sep 23 04:36:23.950 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-09-23T04:36:24.426Z[ recovery-image] Sep 23 04:36:23.967 INFO O| Sep 23 04:36:23.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51672025-09-23T04:36:24.426Z[ recovery-image] Sep 23 04:36:23.967 INFO O| Sep 23 04:36:23.967 INFO STEP 113 (remove_files) COMPLETE
51682025-09-23T04:36:24.426Z[ recovery-image] Sep 23 04:36:23.967 INFO O| Sep 23 04:36:23.967 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-09-23T04:36:24.451Z[ recovery-image] Sep 23 04:36:23.982 INFO O| Sep 23 04:36:23.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51702025-09-23T04:36:24.451Z[ recovery-image] Sep 23 04:36:23.982 INFO O| Sep 23 04:36:23.982 INFO STEP 114 (remove_files) COMPLETE
51712025-09-23T04:36:24.451Z[ recovery-image] Sep 23 04:36:23.982 INFO O| Sep 23 04:36:23.982 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-09-23T04:36:24.451Z[ recovery-image] Sep 23 04:36:23.995 INFO O| Sep 23 04:36:23.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51732025-09-23T04:36:24.451Z[ recovery-image] Sep 23 04:36:23.995 INFO O| Sep 23 04:36:23.995 INFO STEP 115 (remove_files) COMPLETE
51742025-09-23T04:36:24.451Z[ recovery-image] Sep 23 04:36:23.995 INFO O| Sep 23 04:36:23.995 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-09-23T04:36:24.476Z[ recovery-image] Sep 23 04:36:24.008 INFO O| Sep 23 04:36:24.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51762025-09-23T04:36:24.476Z[ recovery-image] Sep 23 04:36:24.008 INFO O| Sep 23 04:36:24.008 INFO STEP 116 (remove_files) COMPLETE
51772025-09-23T04:36:24.476Z[ recovery-image] Sep 23 04:36:24.008 INFO O| Sep 23 04:36:24.008 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-09-23T04:36:24.476Z[ recovery-image] Sep 23 04:36:24.021 INFO O| Sep 23 04:36:24.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51792025-09-23T04:36:24.476Z[ recovery-image] Sep 23 04:36:24.021 INFO O| Sep 23 04:36:24.021 INFO STEP 117 (remove_files) COMPLETE
51802025-09-23T04:36:24.476Z[ recovery-image] Sep 23 04:36:24.021 INFO O| Sep 23 04:36:24.021 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-09-23T04:36:24.500Z[ recovery-image] Sep 23 04:36:24.039 INFO O| Sep 23 04:36:24.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51822025-09-23T04:36:24.500Z[ recovery-image] Sep 23 04:36:24.039 INFO O| Sep 23 04:36:24.039 INFO STEP 118 (remove_files) COMPLETE
51832025-09-23T04:36:24.500Z[ recovery-image] Sep 23 04:36:24.039 INFO O| Sep 23 04:36:24.039 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-09-23T04:36:24.525Z[ recovery-image] Sep 23 04:36:24.059 INFO O| Sep 23 04:36:24.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51852025-09-23T04:36:24.525Z[ recovery-image] Sep 23 04:36:24.059 INFO O| Sep 23 04:36:24.059 INFO STEP 119 (remove_files) COMPLETE
51862025-09-23T04:36:24.525Z[ recovery-image] Sep 23 04:36:24.059 INFO O| Sep 23 04:36:24.059 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-09-23T04:36:24.525Z[ recovery-image] Sep 23 04:36:24.077 INFO O| Sep 23 04:36:24.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51882025-09-23T04:36:24.525Z[ recovery-image] Sep 23 04:36:24.077 INFO O| Sep 23 04:36:24.077 INFO STEP 120 (remove_files) COMPLETE
51892025-09-23T04:36:24.525Z[ recovery-image] Sep 23 04:36:24.077 INFO O| Sep 23 04:36:24.077 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-09-23T04:36:24.550Z[ recovery-image] Sep 23 04:36:24.096 INFO O| Sep 23 04:36:24.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51912025-09-23T04:36:24.550Z[ recovery-image] Sep 23 04:36:24.096 INFO O| Sep 23 04:36:24.096 INFO STEP 121 (remove_files) COMPLETE
51922025-09-23T04:36:24.550Z[ recovery-image] Sep 23 04:36:24.096 INFO O| Sep 23 04:36:24.096 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-09-23T04:36:24.574Z[ recovery-image] Sep 23 04:36:24.114 INFO O| Sep 23 04:36:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51942025-09-23T04:36:24.574Z[ recovery-image] Sep 23 04:36:24.114 INFO O| Sep 23 04:36:24.114 INFO STEP 122 (remove_files) COMPLETE
51952025-09-23T04:36:24.574Z[ recovery-image] Sep 23 04:36:24.114 INFO O| Sep 23 04:36:24.114 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-09-23T04:36:24.599Z[ recovery-image] Sep 23 04:36:24.134 INFO O| Sep 23 04:36:24.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51972025-09-23T04:36:24.599Z[ recovery-image] Sep 23 04:36:24.134 INFO O| Sep 23 04:36:24.134 INFO STEP 123 (remove_files) COMPLETE
51982025-09-23T04:36:24.599Z[ recovery-image] Sep 23 04:36:24.134 INFO O| Sep 23 04:36:24.134 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-09-23T04:36:24.599Z[ recovery-image] Sep 23 04:36:24.149 INFO O| Sep 23 04:36:24.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52002025-09-23T04:36:24.599Z[ recovery-image] Sep 23 04:36:24.150 INFO O| Sep 23 04:36:24.149 INFO STEP 124 (remove_files) COMPLETE
52012025-09-23T04:36:24.599Z[ recovery-image] Sep 23 04:36:24.150 INFO O| Sep 23 04:36:24.149 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-09-23T04:36:24.623Z[ recovery-image] Sep 23 04:36:24.170 INFO O| Sep 23 04:36:24.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52032025-09-23T04:36:24.623Z[ recovery-image] Sep 23 04:36:24.170 INFO O| Sep 23 04:36:24.170 INFO STEP 125 (remove_files) COMPLETE
52042025-09-23T04:36:24.623Z[ recovery-image] Sep 23 04:36:24.170 INFO O| Sep 23 04:36:24.170 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-09-23T04:36:24.648Z[ recovery-image] Sep 23 04:36:24.190 INFO O| Sep 23 04:36:24.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52062025-09-23T04:36:24.648Z[ recovery-image] Sep 23 04:36:24.190 INFO O| Sep 23 04:36:24.190 INFO STEP 126 (remove_files) COMPLETE
52072025-09-23T04:36:24.648Z[ recovery-image] Sep 23 04:36:24.190 INFO O| Sep 23 04:36:24.190 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-09-23T04:36:24.673Z[ recovery-image] Sep 23 04:36:24.207 INFO O| Sep 23 04:36:24.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52092025-09-23T04:36:24.673Z[ recovery-image] Sep 23 04:36:24.207 INFO O| Sep 23 04:36:24.207 INFO STEP 127 (remove_files) COMPLETE
52102025-09-23T04:36:24.673Z[ recovery-image] Sep 23 04:36:24.207 INFO O| Sep 23 04:36:24.207 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-09-23T04:36:24.673Z[ recovery-image] Sep 23 04:36:24.226 INFO O| Sep 23 04:36:24.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52122025-09-23T04:36:24.673Z[ recovery-image] Sep 23 04:36:24.226 INFO O| Sep 23 04:36:24.226 INFO STEP 128 (remove_files) COMPLETE
52132025-09-23T04:36:24.673Z[ recovery-image] Sep 23 04:36:24.226 INFO O| Sep 23 04:36:24.226 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-09-23T04:36:24.711Z[ recovery-image] Sep 23 04:36:24.265 INFO O| Sep 23 04:36:24.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52152025-09-23T04:36:24.711Z[ recovery-image] Sep 23 04:36:24.265 INFO O| Sep 23 04:36:24.265 INFO STEP 129 (remove_files) COMPLETE
52162025-09-23T04:36:24.736Z[ recovery-image] Sep 23 04:36:24.265 INFO O| Sep 23 04:36:24.265 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-09-23T04:36:24.736Z[ host-image] Sep 23 04:36:24.277 INFO O| Sep 23 04:36:24.277 INFO O| Done
52182025-09-23T04:36:24.736Z[ recovery-image] Sep 23 04:36:24.284 INFO O| Sep 23 04:36:24.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52192025-09-23T04:36:24.736Z[ recovery-image] Sep 23 04:36:24.284 INFO O| Sep 23 04:36:24.284 INFO STEP 130 (remove_files) COMPLETE
52202025-09-23T04:36:24.736Z[ recovery-image] Sep 23 04:36:24.284 INFO O| Sep 23 04:36:24.284 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-09-23T04:36:24.761Z[ recovery-image] Sep 23 04:36:24.303 INFO O| Sep 23 04:36:24.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52222025-09-23T04:36:24.761Z[ recovery-image] Sep 23 04:36:24.303 INFO O| Sep 23 04:36:24.303 INFO STEP 131 (remove_files) COMPLETE
52232025-09-23T04:36:24.761Z[ recovery-image] Sep 23 04:36:24.303 INFO O| Sep 23 04:36:24.303 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-09-23T04:36:24.785Z[ recovery-image] Sep 23 04:36:24.319 INFO O| Sep 23 04:36:24.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52252025-09-23T04:36:24.785Z[ recovery-image] Sep 23 04:36:24.319 INFO O| Sep 23 04:36:24.319 INFO STEP 132 (remove_files) COMPLETE
52262025-09-23T04:36:24.785Z[ recovery-image] Sep 23 04:36:24.319 INFO O| Sep 23 04:36:24.319 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-09-23T04:36:24.831Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52282025-09-23T04:36:24.831Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.337 INFO STEP 133 (remove_files) COMPLETE
52292025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.337 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52312025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.352 INFO STEP 134 (remove_files) COMPLETE
52322025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.352 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52342025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.365 INFO STEP 135 (remove_files) COMPLETE
52352025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.372 INFO O| Sep 23 04:36:24.365 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.379 INFO O| Sep 23 04:36:24.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52372025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.379 INFO O| Sep 23 04:36:24.379 INFO STEP 136 (remove_files) COMPLETE
52382025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.379 INFO O| Sep 23 04:36:24.379 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.394 INFO O| Sep 23 04:36:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52402025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.394 INFO O| Sep 23 04:36:24.394 INFO STEP 137 (remove_files) COMPLETE
52412025-09-23T04:36:24.857Z[ recovery-image] Sep 23 04:36:24.394 INFO O| Sep 23 04:36:24.394 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-09-23T04:36:24.882Z[ recovery-image] Sep 23 04:36:24.429 INFO O| Sep 23 04:36:24.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52432025-09-23T04:36:24.882Z[ recovery-image] Sep 23 04:36:24.429 INFO O| Sep 23 04:36:24.429 INFO STEP 138 (remove_files) COMPLETE
52442025-09-23T04:36:24.882Z[ recovery-image] Sep 23 04:36:24.429 INFO O| Sep 23 04:36:24.429 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-09-23T04:36:24.907Z[ recovery-image] Sep 23 04:36:24.446 INFO O| Sep 23 04:36:24.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52462025-09-23T04:36:24.907Z[ recovery-image] Sep 23 04:36:24.446 INFO O| Sep 23 04:36:24.446 INFO STEP 139 (remove_files) COMPLETE
52472025-09-23T04:36:24.907Z[ recovery-image] Sep 23 04:36:24.446 INFO O| Sep 23 04:36:24.446 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-09-23T04:36:24.932Z[ recovery-image] Sep 23 04:36:24.462 INFO O| Sep 23 04:36:24.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52492025-09-23T04:36:24.932Z[ recovery-image] Sep 23 04:36:24.462 INFO O| Sep 23 04:36:24.462 INFO STEP 140 (remove_files) COMPLETE
52502025-09-23T04:36:24.932Z[ recovery-image] Sep 23 04:36:24.462 INFO O| Sep 23 04:36:24.462 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-09-23T04:36:24.932Z[ recovery-image] Sep 23 04:36:24.476 INFO O| Sep 23 04:36:24.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52522025-09-23T04:36:24.932Z[ recovery-image] Sep 23 04:36:24.476 INFO O| Sep 23 04:36:24.476 INFO STEP 141 (remove_files) COMPLETE
52532025-09-23T04:36:24.932Z[ recovery-image] Sep 23 04:36:24.477 INFO O| Sep 23 04:36:24.476 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-09-23T04:36:24.957Z[ recovery-image] Sep 23 04:36:24.495 INFO O| Sep 23 04:36:24.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52552025-09-23T04:36:24.957Z[ recovery-image] Sep 23 04:36:24.495 INFO O| Sep 23 04:36:24.490 INFO STEP 142 (remove_files) COMPLETE
52562025-09-23T04:36:24.957Z[ recovery-image] Sep 23 04:36:24.495 INFO O| Sep 23 04:36:24.490 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-09-23T04:36:24.957Z[ recovery-image] Sep 23 04:36:24.503 INFO O| Sep 23 04:36:24.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52582025-09-23T04:36:24.957Z[ recovery-image] Sep 23 04:36:24.503 INFO O| Sep 23 04:36:24.503 INFO STEP 143 (remove_files) COMPLETE
52592025-09-23T04:36:24.957Z[ recovery-image] Sep 23 04:36:24.503 INFO O| Sep 23 04:36:24.503 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-09-23T04:36:25.090Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52612025-09-23T04:36:25.090Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.517 INFO STEP 144 (remove_files) COMPLETE
52622025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.517 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52642025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.531 INFO STEP 145 (remove_files) COMPLETE
52652025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.531 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52672025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.545 INFO STEP 146 (remove_files) COMPLETE
52682025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.545 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52702025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.559 INFO STEP 147 (remove_files) COMPLETE
52712025-09-23T04:36:25.115Z[ recovery-image] Sep 23 04:36:24.568 INFO O| Sep 23 04:36:24.559 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.573 INFO O| Sep 23 04:36:24.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52732025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.573 INFO O| Sep 23 04:36:24.573 INFO STEP 148 (remove_files) COMPLETE
52742025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.573 INFO O| Sep 23 04:36:24.573 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.588 INFO O| Sep 23 04:36:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52762025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.588 INFO O| Sep 23 04:36:24.588 INFO STEP 149 (remove_files) COMPLETE
52772025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.588 INFO O| Sep 23 04:36:24.588 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.603 INFO O| Sep 23 04:36:24.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52792025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.604 INFO O| Sep 23 04:36:24.604 INFO STEP 150 (remove_files) COMPLETE
52802025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.604 INFO O| Sep 23 04:36:24.604 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.619 INFO O| Sep 23 04:36:24.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52822025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.619 INFO O| Sep 23 04:36:24.619 INFO STEP 151 (remove_files) COMPLETE
52832025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.619 INFO O| Sep 23 04:36:24.619 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.634 INFO O| Sep 23 04:36:24.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52852025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.635 INFO O| Sep 23 04:36:24.635 INFO STEP 152 (remove_files) COMPLETE
52862025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.635 INFO O| Sep 23 04:36:24.635 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.664 INFO O| Sep 23 04:36:24.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52882025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.664 INFO O| Sep 23 04:36:24.664 INFO STEP 153 (remove_files) COMPLETE
52892025-09-23T04:36:25.116Z[ recovery-image] Sep 23 04:36:24.664 INFO O| Sep 23 04:36:24.664 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-09-23T04:36:25.142Z[ recovery-image] Sep 23 04:36:24.684 INFO O| Sep 23 04:36:24.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52912025-09-23T04:36:25.142Z[ recovery-image] Sep 23 04:36:24.684 INFO O| Sep 23 04:36:24.684 INFO STEP 154 (remove_files) COMPLETE
52922025-09-23T04:36:25.142Z[ recovery-image] Sep 23 04:36:24.684 INFO O| Sep 23 04:36:24.684 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-09-23T04:36:25.167Z[ recovery-image] Sep 23 04:36:24.701 INFO O| Sep 23 04:36:24.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52942025-09-23T04:36:25.167Z[ recovery-image] Sep 23 04:36:24.701 INFO O| Sep 23 04:36:24.701 INFO STEP 155 (remove_files) COMPLETE
52952025-09-23T04:36:25.168Z[ recovery-image] Sep 23 04:36:24.701 INFO O| Sep 23 04:36:24.701 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-09-23T04:36:25.168Z[ recovery-image] Sep 23 04:36:24.720 INFO O| Sep 23 04:36:24.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52972025-09-23T04:36:25.168Z[ recovery-image] Sep 23 04:36:24.721 INFO O| Sep 23 04:36:24.720 INFO STEP 156 (remove_files) COMPLETE
52982025-09-23T04:36:25.168Z[ recovery-image] Sep 23 04:36:24.721 INFO O| Sep 23 04:36:24.721 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-09-23T04:36:25.192Z[ recovery-image] Sep 23 04:36:24.739 INFO O| Sep 23 04:36:24.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53002025-09-23T04:36:25.192Z[ recovery-image] Sep 23 04:36:24.739 INFO O| Sep 23 04:36:24.739 INFO STEP 157 (remove_files) COMPLETE
53012025-09-23T04:36:25.192Z[ recovery-image] Sep 23 04:36:24.739 INFO O| Sep 23 04:36:24.739 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-09-23T04:36:25.217Z[ recovery-image] Sep 23 04:36:24.756 INFO O| Sep 23 04:36:24.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53032025-09-23T04:36:25.217Z[ recovery-image] Sep 23 04:36:24.756 INFO O| Sep 23 04:36:24.756 INFO STEP 158 (remove_files) COMPLETE
53042025-09-23T04:36:25.217Z[ recovery-image] Sep 23 04:36:24.756 INFO O| Sep 23 04:36:24.756 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-09-23T04:36:25.217Z[ recovery-image] Sep 23 04:36:24.771 INFO O| Sep 23 04:36:24.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53062025-09-23T04:36:25.242Z[ recovery-image] Sep 23 04:36:24.772 INFO O| Sep 23 04:36:24.771 INFO STEP 159 (remove_files) COMPLETE
53072025-09-23T04:36:25.242Z[ recovery-image] Sep 23 04:36:24.772 INFO O| Sep 23 04:36:24.771 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-09-23T04:36:25.242Z[ recovery-image] Sep 23 04:36:24.788 INFO O| Sep 23 04:36:24.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53092025-09-23T04:36:25.242Z[ recovery-image] Sep 23 04:36:24.788 INFO O| Sep 23 04:36:24.788 INFO STEP 160 (remove_files) COMPLETE
53102025-09-23T04:36:25.242Z[ recovery-image] Sep 23 04:36:24.788 INFO O| Sep 23 04:36:24.788 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-09-23T04:36:25.267Z[ recovery-image] Sep 23 04:36:24.801 INFO O| Sep 23 04:36:24.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53122025-09-23T04:36:25.267Z[ recovery-image] Sep 23 04:36:24.801 INFO O| Sep 23 04:36:24.801 INFO STEP 161 (remove_files) COMPLETE
53132025-09-23T04:36:25.267Z[ recovery-image] Sep 23 04:36:24.801 INFO O| Sep 23 04:36:24.801 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-09-23T04:36:25.267Z[ recovery-image] Sep 23 04:36:24.814 INFO O| Sep 23 04:36:24.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53152025-09-23T04:36:25.267Z[ recovery-image] Sep 23 04:36:24.815 INFO O| Sep 23 04:36:24.815 INFO STEP 162 (remove_files) COMPLETE
53162025-09-23T04:36:25.267Z[ recovery-image] Sep 23 04:36:24.815 INFO O| Sep 23 04:36:24.815 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-09-23T04:36:25.291Z[ recovery-image] Sep 23 04:36:24.828 INFO O| Sep 23 04:36:24.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53182025-09-23T04:36:25.291Z[ recovery-image] Sep 23 04:36:24.828 INFO O| Sep 23 04:36:24.828 INFO STEP 163 (remove_files) COMPLETE
53192025-09-23T04:36:25.291Z[ recovery-image] Sep 23 04:36:24.828 INFO O| Sep 23 04:36:24.828 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-09-23T04:36:25.316Z[ recovery-image] Sep 23 04:36:24.846 INFO O| Sep 23 04:36:24.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53212025-09-23T04:36:25.316Z[ recovery-image] Sep 23 04:36:24.846 INFO O| Sep 23 04:36:24.846 INFO STEP 164 (remove_files) COMPLETE
53222025-09-23T04:36:25.316Z[ recovery-image] Sep 23 04:36:24.846 INFO O| Sep 23 04:36:24.846 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-09-23T04:36:25.316Z[ recovery-image] Sep 23 04:36:24.863 INFO O| Sep 23 04:36:24.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53242025-09-23T04:36:25.316Z[ recovery-image] Sep 23 04:36:24.863 INFO O| Sep 23 04:36:24.863 INFO STEP 165 (remove_files) COMPLETE
53252025-09-23T04:36:25.316Z[ recovery-image] Sep 23 04:36:24.863 INFO O| Sep 23 04:36:24.863 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-09-23T04:36:25.341Z[ recovery-image] Sep 23 04:36:24.879 INFO O| Sep 23 04:36:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53272025-09-23T04:36:25.341Z[ recovery-image] Sep 23 04:36:24.879 INFO O| Sep 23 04:36:24.879 INFO STEP 166 (remove_files) COMPLETE
53282025-09-23T04:36:25.341Z[ recovery-image] Sep 23 04:36:24.879 INFO O| Sep 23 04:36:24.879 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-09-23T04:36:25.366Z[ recovery-image] Sep 23 04:36:24.896 INFO O| Sep 23 04:36:24.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53302025-09-23T04:36:25.366Z[ recovery-image] Sep 23 04:36:24.896 INFO O| Sep 23 04:36:24.896 INFO STEP 167 (remove_files) COMPLETE
53312025-09-23T04:36:25.366Z[ recovery-image] Sep 23 04:36:24.896 INFO O| Sep 23 04:36:24.896 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-09-23T04:36:25.366Z[ recovery-image] Sep 23 04:36:24.914 INFO O| Sep 23 04:36:24.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53332025-09-23T04:36:25.366Z[ recovery-image] Sep 23 04:36:24.914 INFO O| Sep 23 04:36:24.914 INFO STEP 168 (remove_files) COMPLETE
53342025-09-23T04:36:25.366Z[ recovery-image] Sep 23 04:36:24.914 INFO O| Sep 23 04:36:24.914 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-09-23T04:36:25.391Z[ recovery-image] Sep 23 04:36:24.932 INFO O| Sep 23 04:36:24.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53362025-09-23T04:36:25.391Z[ recovery-image] Sep 23 04:36:24.932 INFO O| Sep 23 04:36:24.931 INFO STEP 169 (remove_files) COMPLETE
53372025-09-23T04:36:25.391Z[ recovery-image] Sep 23 04:36:24.932 INFO O| Sep 23 04:36:24.931 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-09-23T04:36:25.416Z[ recovery-image] Sep 23 04:36:24.947 INFO O| Sep 23 04:36:24.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53392025-09-23T04:36:25.416Z[ recovery-image] Sep 23 04:36:24.947 INFO O| Sep 23 04:36:24.947 INFO STEP 170 (remove_files) COMPLETE
53402025-09-23T04:36:25.416Z[ recovery-image] Sep 23 04:36:24.947 INFO O| Sep 23 04:36:24.947 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-09-23T04:36:25.416Z[ recovery-image] Sep 23 04:36:24.966 INFO O| Sep 23 04:36:24.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53422025-09-23T04:36:25.416Z[ recovery-image] Sep 23 04:36:24.966 INFO O| Sep 23 04:36:24.966 INFO STEP 171 (remove_files) COMPLETE
53432025-09-23T04:36:25.416Z[ recovery-image] Sep 23 04:36:24.966 INFO O| Sep 23 04:36:24.966 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-09-23T04:36:25.441Z[ recovery-image] Sep 23 04:36:24.990 INFO O| Sep 23 04:36:24.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53452025-09-23T04:36:25.441Z[ recovery-image] Sep 23 04:36:24.990 INFO O| Sep 23 04:36:24.990 INFO STEP 172 (remove_files) COMPLETE
53462025-09-23T04:36:25.441Z[ recovery-image] Sep 23 04:36:24.990 INFO O| Sep 23 04:36:24.990 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-09-23T04:36:25.465Z[ recovery-image] Sep 23 04:36:25.009 INFO O| Sep 23 04:36:25.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53482025-09-23T04:36:25.465Z[ recovery-image] Sep 23 04:36:25.009 INFO O| Sep 23 04:36:25.009 INFO STEP 173 (remove_files) COMPLETE
53492025-09-23T04:36:25.465Z[ recovery-image] Sep 23 04:36:25.009 INFO O| Sep 23 04:36:25.009 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-09-23T04:36:25.490Z[ recovery-image] Sep 23 04:36:25.027 INFO O| Sep 23 04:36:25.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53512025-09-23T04:36:25.490Z[ recovery-image] Sep 23 04:36:25.027 INFO O| Sep 23 04:36:25.027 INFO STEP 174 (remove_files) COMPLETE
53522025-09-23T04:36:25.490Z[ recovery-image] Sep 23 04:36:25.027 INFO O| Sep 23 04:36:25.027 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-09-23T04:36:25.490Z[ recovery-image] Sep 23 04:36:25.043 INFO O| Sep 23 04:36:25.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53542025-09-23T04:36:25.490Z[ recovery-image] Sep 23 04:36:25.043 INFO O| Sep 23 04:36:25.043 INFO STEP 175 (remove_files) COMPLETE
53552025-09-23T04:36:25.490Z[ recovery-image] Sep 23 04:36:25.043 INFO O| Sep 23 04:36:25.043 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-09-23T04:36:25.515Z[ recovery-image] Sep 23 04:36:25.063 INFO O| Sep 23 04:36:25.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53572025-09-23T04:36:25.515Z[ recovery-image] Sep 23 04:36:25.063 INFO O| Sep 23 04:36:25.063 INFO STEP 176 (remove_files) COMPLETE
53582025-09-23T04:36:25.515Z[ recovery-image] Sep 23 04:36:25.063 INFO O| Sep 23 04:36:25.063 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-09-23T04:36:25.541Z[ recovery-image] Sep 23 04:36:25.079 INFO O| Sep 23 04:36:25.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53602025-09-23T04:36:25.541Z[ recovery-image] Sep 23 04:36:25.079 INFO O| Sep 23 04:36:25.079 INFO STEP 177 (remove_files) COMPLETE
53612025-09-23T04:36:25.541Z[ recovery-image] Sep 23 04:36:25.079 INFO O| Sep 23 04:36:25.079 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-09-23T04:36:25.566Z[ recovery-image] Sep 23 04:36:25.098 INFO O| Sep 23 04:36:25.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53632025-09-23T04:36:25.566Z[ recovery-image] Sep 23 04:36:25.098 INFO O| Sep 23 04:36:25.098 INFO STEP 178 (remove_files) COMPLETE
53642025-09-23T04:36:25.566Z[ recovery-image] Sep 23 04:36:25.098 INFO O| Sep 23 04:36:25.098 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-09-23T04:36:25.566Z[ recovery-image] Sep 23 04:36:25.116 INFO O| Sep 23 04:36:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53662025-09-23T04:36:25.566Z[ recovery-image] Sep 23 04:36:25.116 INFO O| Sep 23 04:36:25.116 INFO STEP 179 (remove_files) COMPLETE
53672025-09-23T04:36:25.566Z[ recovery-image] Sep 23 04:36:25.116 INFO O| Sep 23 04:36:25.116 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-09-23T04:36:25.591Z[ recovery-image] Sep 23 04:36:25.132 INFO O| Sep 23 04:36:25.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53692025-09-23T04:36:25.591Z[ recovery-image] Sep 23 04:36:25.132 INFO O| Sep 23 04:36:25.132 INFO STEP 180 (remove_files) COMPLETE
53702025-09-23T04:36:25.591Z[ recovery-image] Sep 23 04:36:25.132 INFO O| Sep 23 04:36:25.132 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-09-23T04:36:25.616Z[ recovery-image] Sep 23 04:36:25.151 INFO O| Sep 23 04:36:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53722025-09-23T04:36:25.616Z[ recovery-image] Sep 23 04:36:25.151 INFO O| Sep 23 04:36:25.151 INFO STEP 181 (remove_files) COMPLETE
53732025-09-23T04:36:25.616Z[ recovery-image] Sep 23 04:36:25.151 INFO O| Sep 23 04:36:25.151 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-09-23T04:36:25.616Z[ recovery-image] Sep 23 04:36:25.169 INFO O| Sep 23 04:36:25.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53752025-09-23T04:36:25.641Z[ recovery-image] Sep 23 04:36:25.170 INFO O| Sep 23 04:36:25.170 INFO STEP 182 (remove_files) COMPLETE
53762025-09-23T04:36:25.641Z[ recovery-image] Sep 23 04:36:25.170 INFO O| Sep 23 04:36:25.170 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-09-23T04:36:25.641Z[ recovery-image] Sep 23 04:36:25.188 INFO O| Sep 23 04:36:25.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53782025-09-23T04:36:25.641Z[ recovery-image] Sep 23 04:36:25.188 INFO O| Sep 23 04:36:25.188 INFO STEP 183 (remove_files) COMPLETE
53792025-09-23T04:36:25.641Z[ recovery-image] Sep 23 04:36:25.188 INFO O| Sep 23 04:36:25.188 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-09-23T04:36:25.673Z[ recovery-image] Sep 23 04:36:25.203 INFO O| Sep 23 04:36:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53812025-09-23T04:36:25.673Z[ recovery-image] Sep 23 04:36:25.203 INFO O| Sep 23 04:36:25.203 INFO STEP 184 (remove_files) COMPLETE
53822025-09-23T04:36:25.674Z[ recovery-image] Sep 23 04:36:25.203 INFO O| Sep 23 04:36:25.203 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-09-23T04:36:25.674Z[ recovery-image] Sep 23 04:36:25.220 INFO O| Sep 23 04:36:25.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53842025-09-23T04:36:25.674Z[ recovery-image] Sep 23 04:36:25.220 INFO O| Sep 23 04:36:25.220 INFO STEP 185 (remove_files) COMPLETE
53852025-09-23T04:36:25.674Z[ recovery-image] Sep 23 04:36:25.220 INFO O| Sep 23 04:36:25.220 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-09-23T04:36:25.699Z[ recovery-image] Sep 23 04:36:25.236 INFO O| Sep 23 04:36:25.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53872025-09-23T04:36:25.699Z[ recovery-image] Sep 23 04:36:25.236 INFO O| Sep 23 04:36:25.236 INFO STEP 186 (remove_files) COMPLETE
53882025-09-23T04:36:25.699Z[ recovery-image] Sep 23 04:36:25.236 INFO O| Sep 23 04:36:25.236 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-09-23T04:36:25.724Z[ recovery-image] Sep 23 04:36:25.253 INFO O| Sep 23 04:36:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53902025-09-23T04:36:25.724Z[ recovery-image] Sep 23 04:36:25.253 INFO O| Sep 23 04:36:25.253 INFO STEP 187 (remove_files) COMPLETE
53912025-09-23T04:36:25.724Z[ recovery-image] Sep 23 04:36:25.253 INFO O| Sep 23 04:36:25.253 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-09-23T04:36:25.724Z[ recovery-image] Sep 23 04:36:25.266 INFO O| Sep 23 04:36:25.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53932025-09-23T04:36:25.724Z[ recovery-image] Sep 23 04:36:25.266 INFO O| Sep 23 04:36:25.266 INFO STEP 188 (remove_files) COMPLETE
53942025-09-23T04:36:25.724Z[ recovery-image] Sep 23 04:36:25.266 INFO O| Sep 23 04:36:25.266 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-09-23T04:36:25.749Z[ recovery-image] Sep 23 04:36:25.281 INFO O| Sep 23 04:36:25.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53962025-09-23T04:36:25.749Z[ recovery-image] Sep 23 04:36:25.281 INFO O| Sep 23 04:36:25.281 INFO STEP 189 (remove_files) COMPLETE
53972025-09-23T04:36:25.749Z[ recovery-image] Sep 23 04:36:25.281 INFO O| Sep 23 04:36:25.281 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.298 INFO O| Sep 23 04:36:25.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53992025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.298 INFO O| Sep 23 04:36:25.298 INFO STEP 190 (remove_files) COMPLETE
54002025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.298 INFO O| Sep 23 04:36:25.298 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.312 INFO O| Sep 23 04:36:25.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54022025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.312 INFO O| Sep 23 04:36:25.312 INFO STEP 191 (remove_files) COMPLETE
54032025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.312 INFO O| Sep 23 04:36:25.312 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.330 INFO O| Sep 23 04:36:25.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54052025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.330 INFO O| Sep 23 04:36:25.330 INFO STEP 192 (remove_files) COMPLETE
54062025-09-23T04:36:25.781Z[ recovery-image] Sep 23 04:36:25.330 INFO O| Sep 23 04:36:25.330 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-09-23T04:36:25.806Z[ recovery-image] Sep 23 04:36:25.346 INFO O| Sep 23 04:36:25.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54082025-09-23T04:36:25.806Z[ recovery-image] Sep 23 04:36:25.346 INFO O| Sep 23 04:36:25.346 INFO STEP 193 (remove_files) COMPLETE
54092025-09-23T04:36:25.806Z[ recovery-image] Sep 23 04:36:25.346 INFO O| Sep 23 04:36:25.346 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-09-23T04:36:25.806Z[ recovery-image] Sep 23 04:36:25.360 INFO O| Sep 23 04:36:25.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54112025-09-23T04:36:25.806Z[ recovery-image] Sep 23 04:36:25.360 INFO O| Sep 23 04:36:25.360 INFO STEP 194 (remove_files) COMPLETE
54122025-09-23T04:36:25.806Z[ recovery-image] Sep 23 04:36:25.360 INFO O| Sep 23 04:36:25.360 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-09-23T04:36:25.831Z[ recovery-image] Sep 23 04:36:25.376 INFO O| Sep 23 04:36:25.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54142025-09-23T04:36:25.831Z[ recovery-image] Sep 23 04:36:25.376 INFO O| Sep 23 04:36:25.376 INFO STEP 195 (remove_files) COMPLETE
54152025-09-23T04:36:25.831Z[ recovery-image] Sep 23 04:36:25.376 INFO O| Sep 23 04:36:25.376 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-09-23T04:36:25.856Z[ recovery-image] Sep 23 04:36:25.389 INFO O| Sep 23 04:36:25.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54172025-09-23T04:36:25.856Z[ recovery-image] Sep 23 04:36:25.389 INFO O| Sep 23 04:36:25.389 INFO STEP 196 (remove_files) COMPLETE
54182025-09-23T04:36:25.856Z[ recovery-image] Sep 23 04:36:25.389 INFO O| Sep 23 04:36:25.389 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-09-23T04:36:25.856Z[ recovery-image] Sep 23 04:36:25.401 INFO O| Sep 23 04:36:25.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54202025-09-23T04:36:25.856Z[ recovery-image] Sep 23 04:36:25.401 INFO O| Sep 23 04:36:25.401 INFO STEP 197 (remove_files) COMPLETE
54212025-09-23T04:36:25.856Z[ recovery-image] Sep 23 04:36:25.401 INFO O| Sep 23 04:36:25.401 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-09-23T04:36:25.881Z[ recovery-image] Sep 23 04:36:25.413 INFO O| Sep 23 04:36:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54232025-09-23T04:36:25.881Z[ recovery-image] Sep 23 04:36:25.413 INFO O| Sep 23 04:36:25.413 INFO STEP 198 (remove_files) COMPLETE
54242025-09-23T04:36:25.881Z[ recovery-image] Sep 23 04:36:25.413 INFO O| Sep 23 04:36:25.413 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-09-23T04:36:25.881Z[ recovery-image] Sep 23 04:36:25.425 INFO O| Sep 23 04:36:25.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54262025-09-23T04:36:25.881Z[ recovery-image] Sep 23 04:36:25.425 INFO O| Sep 23 04:36:25.425 INFO STEP 199 (remove_files) COMPLETE
54272025-09-23T04:36:25.881Z[ recovery-image] Sep 23 04:36:25.425 INFO O| Sep 23 04:36:25.425 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-09-23T04:36:25.906Z[ recovery-image] Sep 23 04:36:25.436 INFO O| Sep 23 04:36:25.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54292025-09-23T04:36:25.906Z[ recovery-image] Sep 23 04:36:25.436 INFO O| Sep 23 04:36:25.436 INFO STEP 200 (remove_files) COMPLETE
54302025-09-23T04:36:25.906Z[ recovery-image] Sep 23 04:36:25.437 INFO O| Sep 23 04:36:25.436 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-09-23T04:36:25.906Z[ recovery-image] Sep 23 04:36:25.451 INFO O| Sep 23 04:36:25.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54322025-09-23T04:36:25.906Z[ recovery-image] Sep 23 04:36:25.451 INFO O| Sep 23 04:36:25.451 INFO STEP 201 (remove_files) COMPLETE
54332025-09-23T04:36:25.906Z[ recovery-image] Sep 23 04:36:25.451 INFO O| Sep 23 04:36:25.451 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-09-23T04:36:25.930Z[ recovery-image] Sep 23 04:36:25.467 INFO O| Sep 23 04:36:25.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54352025-09-23T04:36:25.930Z[ recovery-image] Sep 23 04:36:25.467 INFO O| Sep 23 04:36:25.467 INFO STEP 202 (remove_files) COMPLETE
54362025-09-23T04:36:25.930Z[ recovery-image] Sep 23 04:36:25.467 INFO O| Sep 23 04:36:25.467 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-09-23T04:36:25.930Z[ recovery-image] Sep 23 04:36:25.482 INFO O| Sep 23 04:36:25.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54382025-09-23T04:36:25.930Z[ recovery-image] Sep 23 04:36:25.483 INFO O| Sep 23 04:36:25.483 INFO STEP 203 (remove_files) COMPLETE
54392025-09-23T04:36:25.930Z[ recovery-image] Sep 23 04:36:25.483 INFO O| Sep 23 04:36:25.483 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-09-23T04:36:25.955Z[ recovery-image] Sep 23 04:36:25.497 INFO O| Sep 23 04:36:25.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54412025-09-23T04:36:25.955Z[ recovery-image] Sep 23 04:36:25.497 INFO O| Sep 23 04:36:25.497 INFO STEP 204 (remove_files) COMPLETE
54422025-09-23T04:36:25.955Z[ recovery-image] Sep 23 04:36:25.497 INFO O| Sep 23 04:36:25.497 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-09-23T04:36:25.980Z[ recovery-image] Sep 23 04:36:25.514 INFO O| Sep 23 04:36:25.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54442025-09-23T04:36:25.980Z[ recovery-image] Sep 23 04:36:25.514 INFO O| Sep 23 04:36:25.514 INFO STEP 205 (remove_files) COMPLETE
54452025-09-23T04:36:25.980Z[ recovery-image] Sep 23 04:36:25.514 INFO O| Sep 23 04:36:25.514 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-09-23T04:36:25.980Z[ recovery-image] Sep 23 04:36:25.529 INFO O| Sep 23 04:36:25.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54472025-09-23T04:36:25.980Z[ recovery-image] Sep 23 04:36:25.529 INFO O| Sep 23 04:36:25.529 INFO STEP 206 (remove_files) COMPLETE
54482025-09-23T04:36:25.980Z[ recovery-image] Sep 23 04:36:25.529 INFO O| Sep 23 04:36:25.529 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-09-23T04:36:26.005Z[ recovery-image] Sep 23 04:36:25.546 INFO O| Sep 23 04:36:25.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54502025-09-23T04:36:26.005Z[ recovery-image] Sep 23 04:36:25.546 INFO O| Sep 23 04:36:25.546 INFO STEP 207 (remove_files) COMPLETE
54512025-09-23T04:36:26.005Z[ recovery-image] Sep 23 04:36:25.546 INFO O| Sep 23 04:36:25.546 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.559 INFO O| Sep 23 04:36:25.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54532025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.559 INFO O| Sep 23 04:36:25.559 INFO STEP 208 (remove_files) COMPLETE
54542025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.559 INFO O| Sep 23 04:36:25.559 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.571 INFO O| Sep 23 04:36:25.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54562025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.571 INFO O| Sep 23 04:36:25.571 INFO STEP 209 (remove_files) COMPLETE
54572025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.571 INFO O| Sep 23 04:36:25.571 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.583 INFO O| Sep 23 04:36:25.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54592025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.584 INFO O| Sep 23 04:36:25.584 INFO STEP 210 (remove_files) COMPLETE
54602025-09-23T04:36:26.030Z[ recovery-image] Sep 23 04:36:25.584 INFO O| Sep 23 04:36:25.584 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-09-23T04:36:26.055Z[ recovery-image] Sep 23 04:36:25.595 INFO O| Sep 23 04:36:25.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54622025-09-23T04:36:26.055Z[ recovery-image] Sep 23 04:36:25.595 INFO O| Sep 23 04:36:25.595 INFO STEP 211 (remove_files) COMPLETE
54632025-09-23T04:36:26.055Z[ recovery-image] Sep 23 04:36:25.596 INFO O| Sep 23 04:36:25.595 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-09-23T04:36:26.055Z[ recovery-image] Sep 23 04:36:25.608 INFO O| Sep 23 04:36:25.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54652025-09-23T04:36:26.055Z[ recovery-image] Sep 23 04:36:25.608 INFO O| Sep 23 04:36:25.608 INFO STEP 212 (remove_files) COMPLETE
54662025-09-23T04:36:26.055Z[ recovery-image] Sep 23 04:36:25.608 INFO O| Sep 23 04:36:25.608 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-09-23T04:36:26.080Z[ recovery-image] Sep 23 04:36:25.619 INFO O| Sep 23 04:36:25.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54682025-09-23T04:36:26.080Z[ recovery-image] Sep 23 04:36:25.619 INFO O| Sep 23 04:36:25.619 INFO STEP 213 (remove_files) COMPLETE
54692025-09-23T04:36:26.080Z[ recovery-image] Sep 23 04:36:25.619 INFO O| Sep 23 04:36:25.619 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-09-23T04:36:26.080Z[ recovery-image] Sep 23 04:36:25.631 INFO O| Sep 23 04:36:25.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54712025-09-23T04:36:26.080Z[ recovery-image] Sep 23 04:36:25.631 INFO O| Sep 23 04:36:25.631 INFO STEP 214 (remove_files) COMPLETE
54722025-09-23T04:36:26.080Z[ recovery-image] Sep 23 04:36:25.631 INFO O| Sep 23 04:36:25.631 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-09-23T04:36:26.105Z[ recovery-image] Sep 23 04:36:25.644 INFO O| Sep 23 04:36:25.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54742025-09-23T04:36:26.105Z[ recovery-image] Sep 23 04:36:25.644 INFO O| Sep 23 04:36:25.644 INFO STEP 215 (remove_files) COMPLETE
54752025-09-23T04:36:26.106Z[ recovery-image] Sep 23 04:36:25.644 INFO O| Sep 23 04:36:25.644 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-09-23T04:36:26.130Z[ recovery-image] Sep 23 04:36:25.667 INFO O| Sep 23 04:36:25.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54772025-09-23T04:36:26.130Z[ recovery-image] Sep 23 04:36:25.667 INFO O| Sep 23 04:36:25.667 INFO STEP 216 (remove_files) COMPLETE
54782025-09-23T04:36:26.130Z[ recovery-image] Sep 23 04:36:25.667 INFO O| Sep 23 04:36:25.667 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-09-23T04:36:26.130Z[ recovery-image] Sep 23 04:36:25.684 INFO O| Sep 23 04:36:25.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54802025-09-23T04:36:26.130Z[ recovery-image] Sep 23 04:36:25.684 INFO O| Sep 23 04:36:25.684 INFO STEP 217 (remove_files) COMPLETE
54812025-09-23T04:36:26.155Z[ recovery-image] Sep 23 04:36:25.684 INFO O| Sep 23 04:36:25.684 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-09-23T04:36:26.155Z[ recovery-image] Sep 23 04:36:25.702 INFO O| Sep 23 04:36:25.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54832025-09-23T04:36:26.155Z[ recovery-image] Sep 23 04:36:25.702 INFO O| Sep 23 04:36:25.702 INFO STEP 218 (remove_files) COMPLETE
54842025-09-23T04:36:26.156Z[ recovery-image] Sep 23 04:36:25.702 INFO O| Sep 23 04:36:25.702 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-09-23T04:36:26.196Z[ recovery-image] Sep 23 04:36:25.731 INFO O| Sep 23 04:36:25.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54862025-09-23T04:36:26.220Z[ recovery-image] Sep 23 04:36:25.732 INFO O| Sep 23 04:36:25.731 INFO STEP 219 (remove_files) COMPLETE
54872025-09-23T04:36:26.220Z[ recovery-image] Sep 23 04:36:25.732 INFO O| Sep 23 04:36:25.732 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-09-23T04:36:26.253Z[ recovery-image] Sep 23 04:36:25.766 INFO O| Sep 23 04:36:25.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54892025-09-23T04:36:26.278Z[ recovery-image] Sep 23 04:36:25.766 INFO O| Sep 23 04:36:25.766 INFO STEP 220 (remove_files) COMPLETE
54902025-09-23T04:36:26.278Z[ recovery-image] Sep 23 04:36:25.766 INFO O| Sep 23 04:36:25.766 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-09-23T04:36:26.278Z[ recovery-image] Sep 23 04:36:25.789 INFO O| Sep 23 04:36:25.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54922025-09-23T04:36:26.278Z[ recovery-image] Sep 23 04:36:25.789 INFO O| Sep 23 04:36:25.789 INFO STEP 221 (remove_files) COMPLETE
54932025-09-23T04:36:26.278Z[ recovery-image] Sep 23 04:36:25.789 INFO O| Sep 23 04:36:25.789 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-09-23T04:36:26.278Z[ recovery-image] Sep 23 04:36:25.810 INFO O| Sep 23 04:36:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54952025-09-23T04:36:26.278Z[ recovery-image] Sep 23 04:36:25.810 INFO O| Sep 23 04:36:25.810 INFO STEP 222 (remove_files) COMPLETE
54962025-09-23T04:36:26.279Z[ recovery-image] Sep 23 04:36:25.810 INFO O| Sep 23 04:36:25.810 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-09-23T04:36:26.303Z[ recovery-image] Sep 23 04:36:25.842 INFO O| Sep 23 04:36:25.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54982025-09-23T04:36:26.303Z[ recovery-image] Sep 23 04:36:25.842 INFO O| Sep 23 04:36:25.842 INFO STEP 223 (remove_files) COMPLETE
54992025-09-23T04:36:26.303Z[ recovery-image] Sep 23 04:36:25.842 INFO O| Sep 23 04:36:25.842 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-09-23T04:36:26.328Z[ recovery-image] Sep 23 04:36:25.859 INFO O| Sep 23 04:36:25.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55012025-09-23T04:36:26.328Z[ recovery-image] Sep 23 04:36:25.859 INFO O| Sep 23 04:36:25.859 INFO STEP 224 (remove_files) COMPLETE
55022025-09-23T04:36:26.328Z[ recovery-image] Sep 23 04:36:25.859 INFO O| Sep 23 04:36:25.859 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-09-23T04:36:26.328Z[ recovery-image] Sep 23 04:36:25.872 INFO O| Sep 23 04:36:25.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55042025-09-23T04:36:26.328Z[ recovery-image] Sep 23 04:36:25.872 INFO O| Sep 23 04:36:25.872 INFO STEP 225 (remove_files) COMPLETE
55052025-09-23T04:36:26.328Z[ recovery-image] Sep 23 04:36:25.872 INFO O| Sep 23 04:36:25.872 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.884 INFO O| Sep 23 04:36:25.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55072025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.884 INFO O| Sep 23 04:36:25.884 INFO STEP 226 (remove_files) COMPLETE
55082025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.884 INFO O| Sep 23 04:36:25.884 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.896 INFO O| Sep 23 04:36:25.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55102025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.896 INFO O| Sep 23 04:36:25.896 INFO STEP 227 (remove_files) COMPLETE
55112025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.896 INFO O| Sep 23 04:36:25.896 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.906 INFO O| Sep 23 04:36:25.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55132025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.907 INFO O| Sep 23 04:36:25.907 INFO STEP 228 (remove_files) COMPLETE
55142025-09-23T04:36:26.353Z[ recovery-image] Sep 23 04:36:25.907 INFO O| Sep 23 04:36:25.907 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-09-23T04:36:26.378Z[ recovery-image] Sep 23 04:36:25.923 INFO O| Sep 23 04:36:25.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55162025-09-23T04:36:26.378Z[ recovery-image] Sep 23 04:36:25.923 INFO O| Sep 23 04:36:25.923 INFO STEP 229 (remove_files) COMPLETE
55172025-09-23T04:36:26.378Z[ recovery-image] Sep 23 04:36:25.923 INFO O| Sep 23 04:36:25.923 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-09-23T04:36:26.403Z[ recovery-image] Sep 23 04:36:25.937 INFO O| Sep 23 04:36:25.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55192025-09-23T04:36:26.403Z[ recovery-image] Sep 23 04:36:25.938 INFO O| Sep 23 04:36:25.938 INFO STEP 230 (remove_files) COMPLETE
55202025-09-23T04:36:26.403Z[ recovery-image] Sep 23 04:36:25.938 INFO O| Sep 23 04:36:25.938 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-09-23T04:36:26.403Z[ recovery-image] Sep 23 04:36:25.951 INFO O| Sep 23 04:36:25.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55222025-09-23T04:36:26.404Z[ recovery-image] Sep 23 04:36:25.951 INFO O| Sep 23 04:36:25.951 INFO STEP 231 (remove_files) COMPLETE
55232025-09-23T04:36:26.404Z[ recovery-image] Sep 23 04:36:25.951 INFO O| Sep 23 04:36:25.951 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-09-23T04:36:26.430Z[ recovery-image] Sep 23 04:36:25.964 INFO O| Sep 23 04:36:25.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55252025-09-23T04:36:26.430Z[ recovery-image] Sep 23 04:36:25.964 INFO O| Sep 23 04:36:25.964 INFO STEP 232 (remove_files) COMPLETE
55262025-09-23T04:36:26.430Z[ recovery-image] Sep 23 04:36:25.964 INFO O| Sep 23 04:36:25.964 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-09-23T04:36:26.430Z[ recovery-image] Sep 23 04:36:25.982 INFO O| Sep 23 04:36:25.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55282025-09-23T04:36:26.430Z[ recovery-image] Sep 23 04:36:25.982 INFO O| Sep 23 04:36:25.982 INFO STEP 233 (remove_files) COMPLETE
55292025-09-23T04:36:26.430Z[ recovery-image] Sep 23 04:36:25.982 INFO O| Sep 23 04:36:25.982 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-09-23T04:36:26.455Z[ recovery-image] Sep 23 04:36:25.998 INFO O| Sep 23 04:36:25.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55312025-09-23T04:36:26.455Z[ recovery-image] Sep 23 04:36:25.998 INFO O| Sep 23 04:36:25.998 INFO STEP 234 (remove_files) COMPLETE
55322025-09-23T04:36:26.455Z[ recovery-image] Sep 23 04:36:25.998 INFO O| Sep 23 04:36:25.998 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-09-23T04:36:26.480Z[ recovery-image] Sep 23 04:36:26.011 INFO O| Sep 23 04:36:26.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55342025-09-23T04:36:26.480Z[ recovery-image] Sep 23 04:36:26.011 INFO O| Sep 23 04:36:26.011 INFO STEP 235 (remove_files) COMPLETE
55352025-09-23T04:36:26.480Z[ recovery-image] Sep 23 04:36:26.011 INFO O| Sep 23 04:36:26.011 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-09-23T04:36:26.480Z[ recovery-image] Sep 23 04:36:26.024 INFO O| Sep 23 04:36:26.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55372025-09-23T04:36:26.480Z[ recovery-image] Sep 23 04:36:26.024 INFO O| Sep 23 04:36:26.024 INFO STEP 236 (remove_files) COMPLETE
55382025-09-23T04:36:26.480Z[ recovery-image] Sep 23 04:36:26.024 INFO O| Sep 23 04:36:26.024 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-09-23T04:36:26.505Z[ recovery-image] Sep 23 04:36:26.041 INFO O| Sep 23 04:36:26.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55402025-09-23T04:36:26.505Z[ recovery-image] Sep 23 04:36:26.041 INFO O| Sep 23 04:36:26.041 INFO STEP 237 (remove_files) COMPLETE
55412025-09-23T04:36:26.505Z[ recovery-image] Sep 23 04:36:26.041 INFO O| Sep 23 04:36:26.041 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-09-23T04:36:26.505Z[ recovery-image] Sep 23 04:36:26.055 INFO O| Sep 23 04:36:26.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55432025-09-23T04:36:26.505Z[ recovery-image] Sep 23 04:36:26.055 INFO O| Sep 23 04:36:26.055 INFO STEP 238 (remove_files) COMPLETE
55442025-09-23T04:36:26.505Z[ recovery-image] Sep 23 04:36:26.055 INFO O| Sep 23 04:36:26.055 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-09-23T04:36:26.530Z[ recovery-image] Sep 23 04:36:26.068 INFO O| Sep 23 04:36:26.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55462025-09-23T04:36:26.530Z[ recovery-image] Sep 23 04:36:26.068 INFO O| Sep 23 04:36:26.068 INFO STEP 239 (remove_files) COMPLETE
55472025-09-23T04:36:26.530Z[ recovery-image] Sep 23 04:36:26.068 INFO O| Sep 23 04:36:26.068 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-09-23T04:36:26.530Z[ recovery-image] Sep 23 04:36:26.081 INFO O| Sep 23 04:36:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55492025-09-23T04:36:26.530Z[ recovery-image] Sep 23 04:36:26.081 INFO O| Sep 23 04:36:26.081 INFO STEP 240 (remove_files) COMPLETE
55502025-09-23T04:36:26.530Z[ recovery-image] Sep 23 04:36:26.081 INFO O| Sep 23 04:36:26.081 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-09-23T04:36:26.619Z[ recovery-image] Sep 23 04:36:26.094 INFO O| Sep 23 04:36:26.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55522025-09-23T04:36:26.619Z[ recovery-image] Sep 23 04:36:26.094 INFO O| Sep 23 04:36:26.094 INFO STEP 241 (remove_files) COMPLETE
55532025-09-23T04:36:26.619Z[ recovery-image] Sep 23 04:36:26.094 INFO O| Sep 23 04:36:26.094 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.111 INFO O| Sep 23 04:36:26.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55552025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.111 INFO O| Sep 23 04:36:26.111 INFO STEP 242 (remove_files) COMPLETE
55562025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.111 INFO O| Sep 23 04:36:26.111 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.125 INFO O| Sep 23 04:36:26.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55582025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.125 INFO O| Sep 23 04:36:26.125 INFO STEP 243 (remove_files) COMPLETE
55592025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.126 INFO O| Sep 23 04:36:26.125 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.142 INFO O| Sep 23 04:36:26.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55612025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.142 INFO O| Sep 23 04:36:26.142 INFO STEP 244 (remove_files) COMPLETE
55622025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.142 INFO O| Sep 23 04:36:26.142 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-09-23T04:36:26.644Z[ recovery-image] Sep 23 04:36:26.156 INFO O| Sep 23 04:36:26.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55642025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.156 INFO O| Sep 23 04:36:26.156 INFO STEP 245 (remove_files) COMPLETE
55652025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.156 INFO O| Sep 23 04:36:26.156 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.173 INFO O| Sep 23 04:36:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55672025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.173 INFO O| Sep 23 04:36:26.173 INFO STEP 246 (remove_files) COMPLETE
55682025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.173 INFO O| Sep 23 04:36:26.173 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.187 INFO O| Sep 23 04:36:26.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55702025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.187 INFO O| Sep 23 04:36:26.187 INFO STEP 247 (remove_files) COMPLETE
55712025-09-23T04:36:26.645Z[ recovery-image] Sep 23 04:36:26.187 INFO O| Sep 23 04:36:26.187 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-09-23T04:36:26.670Z[ recovery-image] Sep 23 04:36:26.204 INFO O| Sep 23 04:36:26.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55732025-09-23T04:36:26.670Z[ recovery-image] Sep 23 04:36:26.204 INFO O| Sep 23 04:36:26.204 INFO STEP 248 (remove_files) COMPLETE
55742025-09-23T04:36:26.670Z[ recovery-image] Sep 23 04:36:26.204 INFO O| Sep 23 04:36:26.204 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-09-23T04:36:26.670Z[ recovery-image] Sep 23 04:36:26.218 INFO O| Sep 23 04:36:26.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55762025-09-23T04:36:26.670Z[ recovery-image] Sep 23 04:36:26.218 INFO O| Sep 23 04:36:26.218 INFO STEP 249 (remove_files) COMPLETE
55772025-09-23T04:36:26.670Z[ recovery-image] Sep 23 04:36:26.218 INFO O| Sep 23 04:36:26.218 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-09-23T04:36:26.695Z[ recovery-image] Sep 23 04:36:26.231 INFO O| Sep 23 04:36:26.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55792025-09-23T04:36:26.695Z[ recovery-image] Sep 23 04:36:26.231 INFO O| Sep 23 04:36:26.231 INFO STEP 250 (remove_files) COMPLETE
55802025-09-23T04:36:26.695Z[ recovery-image] Sep 23 04:36:26.231 INFO O| Sep 23 04:36:26.231 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-09-23T04:36:26.695Z[ recovery-image] Sep 23 04:36:26.244 INFO O| Sep 23 04:36:26.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55822025-09-23T04:36:26.695Z[ recovery-image] Sep 23 04:36:26.244 INFO O| Sep 23 04:36:26.244 INFO STEP 251 (remove_files) COMPLETE
55832025-09-23T04:36:26.695Z[ recovery-image] Sep 23 04:36:26.244 INFO O| Sep 23 04:36:26.244 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-09-23T04:36:26.720Z[ recovery-image] Sep 23 04:36:26.257 INFO O| Sep 23 04:36:26.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55852025-09-23T04:36:26.720Z[ recovery-image] Sep 23 04:36:26.257 INFO O| Sep 23 04:36:26.257 INFO STEP 252 (remove_files) COMPLETE
55862025-09-23T04:36:26.720Z[ recovery-image] Sep 23 04:36:26.257 INFO O| Sep 23 04:36:26.257 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-09-23T04:36:26.720Z[ recovery-image] Sep 23 04:36:26.270 INFO O| Sep 23 04:36:26.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55882025-09-23T04:36:26.720Z[ recovery-image] Sep 23 04:36:26.270 INFO O| Sep 23 04:36:26.270 INFO STEP 253 (remove_files) COMPLETE
55892025-09-23T04:36:26.720Z[ recovery-image] Sep 23 04:36:26.270 INFO O| Sep 23 04:36:26.270 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-09-23T04:36:26.745Z[ recovery-image] Sep 23 04:36:26.283 INFO O| Sep 23 04:36:26.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55912025-09-23T04:36:26.745Z[ recovery-image] Sep 23 04:36:26.283 INFO O| Sep 23 04:36:26.283 INFO STEP 254 (remove_files) COMPLETE
55922025-09-23T04:36:26.745Z[ recovery-image] Sep 23 04:36:26.283 INFO O| Sep 23 04:36:26.283 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-09-23T04:36:26.745Z[ recovery-image] Sep 23 04:36:26.297 INFO O| Sep 23 04:36:26.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55942025-09-23T04:36:26.745Z[ recovery-image] Sep 23 04:36:26.298 INFO O| Sep 23 04:36:26.297 INFO STEP 255 (remove_files) COMPLETE
55952025-09-23T04:36:26.745Z[ recovery-image] Sep 23 04:36:26.298 INFO O| Sep 23 04:36:26.298 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-09-23T04:36:26.769Z[ recovery-image] Sep 23 04:36:26.312 INFO O| Sep 23 04:36:26.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55972025-09-23T04:36:26.769Z[ recovery-image] Sep 23 04:36:26.312 INFO O| Sep 23 04:36:26.312 INFO STEP 256 (remove_files) COMPLETE
55982025-09-23T04:36:26.770Z[ recovery-image] Sep 23 04:36:26.312 INFO O| Sep 23 04:36:26.312 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-09-23T04:36:26.794Z[ recovery-image] Sep 23 04:36:26.325 INFO O| Sep 23 04:36:26.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56002025-09-23T04:36:26.794Z[ recovery-image] Sep 23 04:36:26.325 INFO O| Sep 23 04:36:26.325 INFO STEP 257 (remove_files) COMPLETE
56012025-09-23T04:36:26.794Z[ recovery-image] Sep 23 04:36:26.325 INFO O| Sep 23 04:36:26.325 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-09-23T04:36:26.794Z[ recovery-image] Sep 23 04:36:26.338 INFO O| Sep 23 04:36:26.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56032025-09-23T04:36:26.794Z[ recovery-image] Sep 23 04:36:26.338 INFO O| Sep 23 04:36:26.338 INFO STEP 258 (remove_files) COMPLETE
56042025-09-23T04:36:26.794Z[ recovery-image] Sep 23 04:36:26.338 INFO O| Sep 23 04:36:26.338 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-09-23T04:36:26.819Z[ recovery-image] Sep 23 04:36:26.350 INFO O| Sep 23 04:36:26.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56062025-09-23T04:36:26.819Z[ recovery-image] Sep 23 04:36:26.351 INFO O| Sep 23 04:36:26.350 INFO STEP 259 (remove_files) COMPLETE
56072025-09-23T04:36:26.819Z[ recovery-image] Sep 23 04:36:26.351 INFO O| Sep 23 04:36:26.351 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-09-23T04:36:26.819Z[ recovery-image] Sep 23 04:36:26.363 INFO O| Sep 23 04:36:26.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56092025-09-23T04:36:26.819Z[ recovery-image] Sep 23 04:36:26.363 INFO O| Sep 23 04:36:26.363 INFO STEP 260 (remove_files) COMPLETE
56102025-09-23T04:36:26.819Z[ recovery-image] Sep 23 04:36:26.363 INFO O| Sep 23 04:36:26.363 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-09-23T04:36:26.844Z[ recovery-image] Sep 23 04:36:26.377 INFO O| Sep 23 04:36:26.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56122025-09-23T04:36:26.844Z[ recovery-image] Sep 23 04:36:26.377 INFO O| Sep 23 04:36:26.377 INFO STEP 261 (remove_files) COMPLETE
56132025-09-23T04:36:26.844Z[ recovery-image] Sep 23 04:36:26.377 INFO O| Sep 23 04:36:26.377 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-09-23T04:36:26.844Z[ recovery-image] Sep 23 04:36:26.390 INFO O| Sep 23 04:36:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56152025-09-23T04:36:26.844Z[ recovery-image] Sep 23 04:36:26.390 INFO O| Sep 23 04:36:26.390 INFO STEP 262 (remove_files) COMPLETE
56162025-09-23T04:36:26.844Z[ recovery-image] Sep 23 04:36:26.390 INFO O| Sep 23 04:36:26.390 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-09-23T04:36:26.869Z[ recovery-image] Sep 23 04:36:26.403 INFO O| Sep 23 04:36:26.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56182025-09-23T04:36:26.869Z[ recovery-image] Sep 23 04:36:26.403 INFO O| Sep 23 04:36:26.403 INFO STEP 263 (remove_files) COMPLETE
56192025-09-23T04:36:26.869Z[ recovery-image] Sep 23 04:36:26.403 INFO O| Sep 23 04:36:26.403 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-09-23T04:36:26.869Z[ recovery-image] Sep 23 04:36:26.416 INFO O| Sep 23 04:36:26.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56212025-09-23T04:36:26.869Z[ recovery-image] Sep 23 04:36:26.416 INFO O| Sep 23 04:36:26.416 INFO STEP 264 (remove_files) COMPLETE
56222025-09-23T04:36:26.869Z[ recovery-image] Sep 23 04:36:26.416 INFO O| Sep 23 04:36:26.416 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-09-23T04:36:26.894Z[ recovery-image] Sep 23 04:36:26.428 INFO O| Sep 23 04:36:26.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56242025-09-23T04:36:26.894Z[ recovery-image] Sep 23 04:36:26.429 INFO O| Sep 23 04:36:26.429 INFO STEP 265 (remove_files) COMPLETE
56252025-09-23T04:36:26.894Z[ recovery-image] Sep 23 04:36:26.429 INFO O| Sep 23 04:36:26.429 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-09-23T04:36:26.894Z[ recovery-image] Sep 23 04:36:26.442 INFO O| Sep 23 04:36:26.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56272025-09-23T04:36:26.894Z[ recovery-image] Sep 23 04:36:26.442 INFO O| Sep 23 04:36:26.442 INFO STEP 266 (remove_files) COMPLETE
56282025-09-23T04:36:26.894Z[ recovery-image] Sep 23 04:36:26.442 INFO O| Sep 23 04:36:26.442 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-09-23T04:36:26.919Z[ recovery-image] Sep 23 04:36:26.455 INFO O| Sep 23 04:36:26.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56302025-09-23T04:36:26.919Z[ recovery-image] Sep 23 04:36:26.455 INFO O| Sep 23 04:36:26.455 INFO STEP 267 (remove_files) COMPLETE
56312025-09-23T04:36:26.919Z[ recovery-image] Sep 23 04:36:26.455 INFO O| Sep 23 04:36:26.455 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-09-23T04:36:26.919Z[ recovery-image] Sep 23 04:36:26.468 INFO O| Sep 23 04:36:26.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56332025-09-23T04:36:26.919Z[ recovery-image] Sep 23 04:36:26.468 INFO O| Sep 23 04:36:26.468 INFO STEP 268 (remove_files) COMPLETE
56342025-09-23T04:36:26.919Z[ recovery-image] Sep 23 04:36:26.468 INFO O| Sep 23 04:36:26.468 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-09-23T04:36:26.944Z[ recovery-image] Sep 23 04:36:26.480 INFO O| Sep 23 04:36:26.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56362025-09-23T04:36:26.944Z[ recovery-image] Sep 23 04:36:26.480 INFO O| Sep 23 04:36:26.480 INFO STEP 269 (remove_files) COMPLETE
56372025-09-23T04:36:26.944Z[ recovery-image] Sep 23 04:36:26.480 INFO O| Sep 23 04:36:26.480 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-09-23T04:36:26.944Z[ recovery-image] Sep 23 04:36:26.492 INFO O| Sep 23 04:36:26.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56392025-09-23T04:36:26.944Z[ recovery-image] Sep 23 04:36:26.492 INFO O| Sep 23 04:36:26.492 INFO STEP 270 (remove_files) COMPLETE
56402025-09-23T04:36:26.944Z[ recovery-image] Sep 23 04:36:26.492 INFO O| Sep 23 04:36:26.492 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-09-23T04:36:26.973Z[ recovery-image] Sep 23 04:36:26.505 INFO O| Sep 23 04:36:26.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56422025-09-23T04:36:26.973Z[ recovery-image] Sep 23 04:36:26.505 INFO O| Sep 23 04:36:26.505 INFO STEP 271 (remove_files) COMPLETE
56432025-09-23T04:36:26.973Z[ recovery-image] Sep 23 04:36:26.505 INFO O| Sep 23 04:36:26.505 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-09-23T04:36:26.973Z[ recovery-image] Sep 23 04:36:26.517 INFO O| Sep 23 04:36:26.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56452025-09-23T04:36:26.973Z[ recovery-image] Sep 23 04:36:26.517 INFO O| Sep 23 04:36:26.517 INFO STEP 272 (remove_files) COMPLETE
56462025-09-23T04:36:26.973Z[ recovery-image] Sep 23 04:36:26.517 INFO O| Sep 23 04:36:26.517 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-09-23T04:36:26.998Z[ recovery-image] Sep 23 04:36:26.529 INFO O| Sep 23 04:36:26.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56482025-09-23T04:36:26.998Z[ recovery-image] Sep 23 04:36:26.529 INFO O| Sep 23 04:36:26.529 INFO STEP 273 (remove_files) COMPLETE
56492025-09-23T04:36:26.999Z[ recovery-image] Sep 23 04:36:26.529 INFO O| Sep 23 04:36:26.529 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-09-23T04:36:26.999Z[ recovery-image] Sep 23 04:36:26.541 INFO O| Sep 23 04:36:26.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56512025-09-23T04:36:26.999Z[ recovery-image] Sep 23 04:36:26.541 INFO O| Sep 23 04:36:26.541 INFO STEP 274 (remove_files) COMPLETE
56522025-09-23T04:36:26.999Z[ recovery-image] Sep 23 04:36:26.541 INFO O| Sep 23 04:36:26.541 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-09-23T04:36:27.024Z[ recovery-image] Sep 23 04:36:26.554 INFO O| Sep 23 04:36:26.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56542025-09-23T04:36:27.024Z[ recovery-image] Sep 23 04:36:26.555 INFO O| Sep 23 04:36:26.555 INFO STEP 275 (remove_files) COMPLETE
56552025-09-23T04:36:27.024Z[ recovery-image] Sep 23 04:36:26.555 INFO O| Sep 23 04:36:26.555 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-09-23T04:36:27.024Z[ recovery-image] Sep 23 04:36:26.567 INFO O| Sep 23 04:36:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56572025-09-23T04:36:27.024Z[ recovery-image] Sep 23 04:36:26.567 INFO O| Sep 23 04:36:26.567 INFO STEP 276 (remove_files) COMPLETE
56582025-09-23T04:36:27.024Z[ recovery-image] Sep 23 04:36:26.567 INFO O| Sep 23 04:36:26.567 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-09-23T04:36:27.049Z[ recovery-image] Sep 23 04:36:26.580 INFO O| Sep 23 04:36:26.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56602025-09-23T04:36:27.049Z[ recovery-image] Sep 23 04:36:26.580 INFO O| Sep 23 04:36:26.580 INFO STEP 277 (remove_files) COMPLETE
56612025-09-23T04:36:27.049Z[ recovery-image] Sep 23 04:36:26.580 INFO O| Sep 23 04:36:26.580 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-09-23T04:36:27.049Z[ recovery-image] Sep 23 04:36:26.592 INFO O| Sep 23 04:36:26.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56632025-09-23T04:36:27.049Z[ recovery-image] Sep 23 04:36:26.592 INFO O| Sep 23 04:36:26.592 INFO STEP 278 (remove_files) COMPLETE
56642025-09-23T04:36:27.049Z[ recovery-image] Sep 23 04:36:26.592 INFO O| Sep 23 04:36:26.592 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-09-23T04:36:27.074Z[ recovery-image] Sep 23 04:36:26.605 INFO O| Sep 23 04:36:26.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56662025-09-23T04:36:27.074Z[ recovery-image] Sep 23 04:36:26.605 INFO O| Sep 23 04:36:26.605 INFO STEP 279 (remove_files) COMPLETE
56672025-09-23T04:36:27.074Z[ recovery-image] Sep 23 04:36:26.605 INFO O| Sep 23 04:36:26.605 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-09-23T04:36:27.074Z[ recovery-image] Sep 23 04:36:26.618 INFO O| Sep 23 04:36:26.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56692025-09-23T04:36:27.074Z[ recovery-image] Sep 23 04:36:26.618 INFO O| Sep 23 04:36:26.618 INFO STEP 280 (remove_files) COMPLETE
56702025-09-23T04:36:27.074Z[ recovery-image] Sep 23 04:36:26.618 INFO O| Sep 23 04:36:26.618 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-09-23T04:36:27.100Z[ recovery-image] Sep 23 04:36:26.630 INFO O| Sep 23 04:36:26.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56722025-09-23T04:36:27.100Z[ recovery-image] Sep 23 04:36:26.630 INFO O| Sep 23 04:36:26.630 INFO STEP 281 (remove_files) COMPLETE
56732025-09-23T04:36:27.100Z[ recovery-image] Sep 23 04:36:26.630 INFO O| Sep 23 04:36:26.630 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-09-23T04:36:27.100Z[ recovery-image] Sep 23 04:36:26.643 INFO O| Sep 23 04:36:26.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56752025-09-23T04:36:27.100Z[ recovery-image] Sep 23 04:36:26.643 INFO O| Sep 23 04:36:26.643 INFO STEP 282 (remove_files) COMPLETE
56762025-09-23T04:36:27.100Z[ recovery-image] Sep 23 04:36:26.643 INFO O| Sep 23 04:36:26.643 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-09-23T04:36:27.124Z[ recovery-image] Sep 23 04:36:26.655 INFO O| Sep 23 04:36:26.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56782025-09-23T04:36:27.124Z[ recovery-image] Sep 23 04:36:26.655 INFO O| Sep 23 04:36:26.655 INFO STEP 283 (remove_files) COMPLETE
56792025-09-23T04:36:27.124Z[ recovery-image] Sep 23 04:36:26.655 INFO O| Sep 23 04:36:26.655 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-09-23T04:36:27.125Z[ recovery-image] Sep 23 04:36:26.668 INFO O| Sep 23 04:36:26.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56812025-09-23T04:36:27.125Z[ recovery-image] Sep 23 04:36:26.668 INFO O| Sep 23 04:36:26.668 INFO STEP 284 (remove_files) COMPLETE
56822025-09-23T04:36:27.125Z[ recovery-image] Sep 23 04:36:26.669 INFO O| Sep 23 04:36:26.668 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-09-23T04:36:27.125Z[ host-image] Sep 23 04:36:26.670 INFO O| Sep 23 04:36:26.670 INFO O| Done
56842025-09-23T04:36:27.150Z[ recovery-image] Sep 23 04:36:26.686 INFO O| Sep 23 04:36:26.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56852025-09-23T04:36:27.150Z[ recovery-image] Sep 23 04:36:26.686 INFO O| Sep 23 04:36:26.686 INFO STEP 285 (remove_files) COMPLETE
56862025-09-23T04:36:27.150Z[ recovery-image] Sep 23 04:36:26.686 INFO O| Sep 23 04:36:26.686 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-09-23T04:36:27.150Z[ recovery-image] Sep 23 04:36:26.703 INFO O| Sep 23 04:36:26.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56882025-09-23T04:36:27.150Z[ recovery-image] Sep 23 04:36:26.703 INFO O| Sep 23 04:36:26.703 INFO STEP 286 (remove_files) COMPLETE
56892025-09-23T04:36:27.150Z[ recovery-image] Sep 23 04:36:26.703 INFO O| Sep 23 04:36:26.703 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-09-23T04:36:27.175Z[ host-image] Sep 23 04:36:26.717 INFO O| Sep 23 04:36:26.717 INFO O| Done
56912025-09-23T04:36:27.175Z[ host-image] Sep 23 04:36:26.718 INFO O| Sep 23 04:36:26.718 INFO O| Done
56922025-09-23T04:36:27.175Z[ recovery-image] Sep 23 04:36:26.720 INFO O| Sep 23 04:36:26.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56932025-09-23T04:36:27.175Z[ recovery-image] Sep 23 04:36:26.720 INFO O| Sep 23 04:36:26.720 INFO STEP 287 (remove_files) COMPLETE
56942025-09-23T04:36:27.175Z[ recovery-image] Sep 23 04:36:26.720 INFO O| Sep 23 04:36:26.720 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-09-23T04:36:27.200Z[ recovery-image] Sep 23 04:36:26.739 INFO O| Sep 23 04:36:26.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56962025-09-23T04:36:27.200Z[ recovery-image] Sep 23 04:36:26.739 INFO O| Sep 23 04:36:26.739 INFO STEP 288 (remove_files) COMPLETE
56972025-09-23T04:36:27.200Z[ recovery-image] Sep 23 04:36:26.739 INFO O| Sep 23 04:36:26.739 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-09-23T04:36:27.200Z[ host-image] Sep 23 04:36:26.746 INFO O| Sep 23 04:36:26.746 INFO O| Done
56992025-09-23T04:36:27.200Z[ recovery-image] Sep 23 04:36:26.753 INFO O| Sep 23 04:36:26.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57002025-09-23T04:36:27.200Z[ recovery-image] Sep 23 04:36:26.753 INFO O| Sep 23 04:36:26.753 INFO STEP 289 (remove_files) COMPLETE
57012025-09-23T04:36:27.200Z[ recovery-image] Sep 23 04:36:26.753 INFO O| Sep 23 04:36:26.753 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-09-23T04:36:27.225Z[ recovery-image] Sep 23 04:36:26.771 INFO O| Sep 23 04:36:26.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57032025-09-23T04:36:27.225Z[ recovery-image] Sep 23 04:36:26.771 INFO O| Sep 23 04:36:26.771 INFO STEP 290 (remove_files) COMPLETE
57042025-09-23T04:36:27.225Z[ recovery-image] Sep 23 04:36:26.771 INFO O| Sep 23 04:36:26.771 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-09-23T04:36:27.250Z[ recovery-image] Sep 23 04:36:26.785 INFO O| Sep 23 04:36:26.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57062025-09-23T04:36:27.250Z[ recovery-image] Sep 23 04:36:26.785 INFO O| Sep 23 04:36:26.785 INFO STEP 291 (remove_files) COMPLETE
57072025-09-23T04:36:27.250Z[ recovery-image] Sep 23 04:36:26.785 INFO O| Sep 23 04:36:26.785 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-09-23T04:36:27.250Z[ recovery-image] Sep 23 04:36:26.798 INFO O| Sep 23 04:36:26.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57092025-09-23T04:36:27.250Z[ recovery-image] Sep 23 04:36:26.798 INFO O| Sep 23 04:36:26.798 INFO STEP 292 (remove_files) COMPLETE
57102025-09-23T04:36:27.250Z[ recovery-image] Sep 23 04:36:26.798 INFO O| Sep 23 04:36:26.798 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-09-23T04:36:27.275Z[ recovery-image] Sep 23 04:36:26.815 INFO O| Sep 23 04:36:26.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57122025-09-23T04:36:27.275Z[ recovery-image] Sep 23 04:36:26.815 INFO O| Sep 23 04:36:26.815 INFO STEP 293 (remove_files) COMPLETE
57132025-09-23T04:36:27.275Z[ recovery-image] Sep 23 04:36:26.815 INFO O| Sep 23 04:36:26.815 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-09-23T04:36:27.275Z[ recovery-image] Sep 23 04:36:26.828 INFO O| Sep 23 04:36:26.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57152025-09-23T04:36:27.300Z[ recovery-image] Sep 23 04:36:26.829 INFO O| Sep 23 04:36:26.829 INFO STEP 294 (remove_files) COMPLETE
57162025-09-23T04:36:27.300Z[ recovery-image] Sep 23 04:36:26.829 INFO O| Sep 23 04:36:26.829 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-09-23T04:36:27.300Z[ recovery-image] Sep 23 04:36:26.842 INFO O| Sep 23 04:36:26.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57182025-09-23T04:36:27.300Z[ recovery-image] Sep 23 04:36:26.842 INFO O| Sep 23 04:36:26.842 INFO STEP 295 (remove_files) COMPLETE
57192025-09-23T04:36:27.300Z[ recovery-image] Sep 23 04:36:26.842 INFO O| Sep 23 04:36:26.842 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-09-23T04:36:27.324Z[ recovery-image] Sep 23 04:36:26.860 INFO O| Sep 23 04:36:26.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57212025-09-23T04:36:27.325Z[ recovery-image] Sep 23 04:36:26.860 INFO O| Sep 23 04:36:26.860 INFO STEP 296 (remove_files) COMPLETE
57222025-09-23T04:36:27.325Z[ recovery-image] Sep 23 04:36:26.860 INFO O| Sep 23 04:36:26.860 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-09-23T04:36:27.325Z[ recovery-image] Sep 23 04:36:26.875 INFO O| Sep 23 04:36:26.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57242025-09-23T04:36:27.325Z[ recovery-image] Sep 23 04:36:26.875 INFO O| Sep 23 04:36:26.875 INFO STEP 297 (remove_files) COMPLETE
57252025-09-23T04:36:27.325Z[ recovery-image] Sep 23 04:36:26.875 INFO O| Sep 23 04:36:26.875 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-09-23T04:36:27.349Z[ recovery-image] Sep 23 04:36:26.888 INFO O| Sep 23 04:36:26.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57272025-09-23T04:36:27.349Z[ recovery-image] Sep 23 04:36:26.888 INFO O| Sep 23 04:36:26.888 INFO STEP 298 (remove_files) COMPLETE
57282025-09-23T04:36:27.349Z[ recovery-image] Sep 23 04:36:26.888 INFO O| Sep 23 04:36:26.888 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-09-23T04:36:27.349Z[ recovery-image] Sep 23 04:36:26.902 INFO O| Sep 23 04:36:26.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57302025-09-23T04:36:27.349Z[ recovery-image] Sep 23 04:36:26.902 INFO O| Sep 23 04:36:26.902 INFO STEP 299 (remove_files) COMPLETE
57312025-09-23T04:36:27.349Z[ recovery-image] Sep 23 04:36:26.902 INFO O| Sep 23 04:36:26.902 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-09-23T04:36:27.374Z[ recovery-image] Sep 23 04:36:26.920 INFO O| Sep 23 04:36:26.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57332025-09-23T04:36:27.374Z[ recovery-image] Sep 23 04:36:26.920 INFO O| Sep 23 04:36:26.920 INFO STEP 300 (remove_files) COMPLETE
57342025-09-23T04:36:27.374Z[ recovery-image] Sep 23 04:36:26.920 INFO O| Sep 23 04:36:26.920 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-09-23T04:36:27.399Z[ recovery-image] Sep 23 04:36:26.937 INFO O| Sep 23 04:36:26.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57362025-09-23T04:36:27.399Z[ recovery-image] Sep 23 04:36:26.937 INFO O| Sep 23 04:36:26.937 INFO STEP 301 (remove_files) COMPLETE
57372025-09-23T04:36:27.399Z[ recovery-image] Sep 23 04:36:26.937 INFO O| Sep 23 04:36:26.937 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-09-23T04:36:27.424Z[ recovery-image] Sep 23 04:36:26.954 INFO O| Sep 23 04:36:26.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57392025-09-23T04:36:27.424Z[ recovery-image] Sep 23 04:36:26.954 INFO O| Sep 23 04:36:26.954 INFO STEP 302 (remove_files) COMPLETE
57402025-09-23T04:36:27.424Z[ recovery-image] Sep 23 04:36:26.954 INFO O| Sep 23 04:36:26.954 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-09-23T04:36:27.424Z[ recovery-image] Sep 23 04:36:26.969 INFO O| Sep 23 04:36:26.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57422025-09-23T04:36:27.424Z[ recovery-image] Sep 23 04:36:26.969 INFO O| Sep 23 04:36:26.969 INFO STEP 303 (remove_files) COMPLETE
57432025-09-23T04:36:27.424Z[ recovery-image] Sep 23 04:36:26.969 INFO O| Sep 23 04:36:26.969 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-09-23T04:36:27.449Z[ recovery-image] Sep 23 04:36:26.982 INFO O| Sep 23 04:36:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57452025-09-23T04:36:27.449Z[ recovery-image] Sep 23 04:36:26.982 INFO O| Sep 23 04:36:26.982 INFO STEP 304 (remove_files) COMPLETE
57462025-09-23T04:36:27.449Z[ recovery-image] Sep 23 04:36:26.982 INFO O| Sep 23 04:36:26.982 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-09-23T04:36:27.449Z[ recovery-image] Sep 23 04:36:26.993 INFO O| Sep 23 04:36:26.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57482025-09-23T04:36:27.449Z[ recovery-image] Sep 23 04:36:26.994 INFO O| Sep 23 04:36:26.994 INFO STEP 305 (remove_files) COMPLETE
57492025-09-23T04:36:27.449Z[ recovery-image] Sep 23 04:36:26.994 INFO O| Sep 23 04:36:26.994 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-09-23T04:36:27.474Z[ recovery-image] Sep 23 04:36:27.006 INFO O| Sep 23 04:36:27.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57512025-09-23T04:36:27.474Z[ recovery-image] Sep 23 04:36:27.006 INFO O| Sep 23 04:36:27.006 INFO STEP 306 (remove_files) COMPLETE
57522025-09-23T04:36:27.474Z[ recovery-image] Sep 23 04:36:27.006 INFO O| Sep 23 04:36:27.006 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-09-23T04:36:27.474Z[ recovery-image] Sep 23 04:36:27.023 INFO O| Sep 23 04:36:27.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57542025-09-23T04:36:27.474Z[ recovery-image] Sep 23 04:36:27.023 INFO O| Sep 23 04:36:27.023 INFO STEP 307 (remove_files) COMPLETE
57552025-09-23T04:36:27.474Z[ recovery-image] Sep 23 04:36:27.023 INFO O| Sep 23 04:36:27.023 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-09-23T04:36:27.499Z[ recovery-image] Sep 23 04:36:27.037 INFO O| Sep 23 04:36:27.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57572025-09-23T04:36:27.499Z[ recovery-image] Sep 23 04:36:27.037 INFO O| Sep 23 04:36:27.037 INFO STEP 308 (remove_files) COMPLETE
57582025-09-23T04:36:27.499Z[ recovery-image] Sep 23 04:36:27.037 INFO O| Sep 23 04:36:27.037 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-09-23T04:36:27.499Z[ recovery-image] Sep 23 04:36:27.049 INFO O| Sep 23 04:36:27.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57602025-09-23T04:36:27.499Z[ recovery-image] Sep 23 04:36:27.050 INFO O| Sep 23 04:36:27.049 INFO STEP 309 (remove_files) COMPLETE
57612025-09-23T04:36:27.499Z[ recovery-image] Sep 23 04:36:27.050 INFO O| Sep 23 04:36:27.049 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-09-23T04:36:27.524Z[ recovery-image] Sep 23 04:36:27.061 INFO O| Sep 23 04:36:27.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57632025-09-23T04:36:27.524Z[ recovery-image] Sep 23 04:36:27.061 INFO O| Sep 23 04:36:27.061 INFO STEP 310 (remove_files) COMPLETE
57642025-09-23T04:36:27.524Z[ recovery-image] Sep 23 04:36:27.061 INFO O| Sep 23 04:36:27.061 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-09-23T04:36:27.524Z[ recovery-image] Sep 23 04:36:27.072 INFO O| Sep 23 04:36:27.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57662025-09-23T04:36:27.524Z[ recovery-image] Sep 23 04:36:27.072 INFO O| Sep 23 04:36:27.072 INFO STEP 311 (remove_files) COMPLETE
57672025-09-23T04:36:27.524Z[ recovery-image] Sep 23 04:36:27.073 INFO O| Sep 23 04:36:27.072 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-09-23T04:36:27.549Z[ recovery-image] Sep 23 04:36:27.084 INFO O| Sep 23 04:36:27.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57692025-09-23T04:36:27.549Z[ recovery-image] Sep 23 04:36:27.085 INFO O| Sep 23 04:36:27.084 INFO STEP 312 (remove_files) COMPLETE
57702025-09-23T04:36:27.549Z[ recovery-image] Sep 23 04:36:27.085 INFO O| Sep 23 04:36:27.084 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-09-23T04:36:27.549Z[ recovery-image] Sep 23 04:36:27.102 INFO O| Sep 23 04:36:27.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57722025-09-23T04:36:27.549Z[ recovery-image] Sep 23 04:36:27.102 INFO O| Sep 23 04:36:27.102 INFO STEP 313 (remove_files) COMPLETE
57732025-09-23T04:36:27.549Z[ recovery-image] Sep 23 04:36:27.102 INFO O| Sep 23 04:36:27.102 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-09-23T04:36:27.574Z[ recovery-image] Sep 23 04:36:27.117 INFO O| Sep 23 04:36:27.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57752025-09-23T04:36:27.574Z[ recovery-image] Sep 23 04:36:27.117 INFO O| Sep 23 04:36:27.117 INFO STEP 314 (remove_files) COMPLETE
57762025-09-23T04:36:27.574Z[ recovery-image] Sep 23 04:36:27.117 INFO O| Sep 23 04:36:27.117 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-09-23T04:36:27.599Z[ recovery-image] Sep 23 04:36:27.133 INFO O| Sep 23 04:36:27.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57782025-09-23T04:36:27.599Z[ recovery-image] Sep 23 04:36:27.133 INFO O| Sep 23 04:36:27.133 INFO STEP 315 (remove_files) COMPLETE
57792025-09-23T04:36:27.599Z[ recovery-image] Sep 23 04:36:27.134 INFO O| Sep 23 04:36:27.133 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-09-23T04:36:27.599Z[ recovery-image] Sep 23 04:36:27.146 INFO O| Sep 23 04:36:27.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57812025-09-23T04:36:27.599Z[ recovery-image] Sep 23 04:36:27.147 INFO O| Sep 23 04:36:27.146 INFO STEP 316 (remove_files) COMPLETE
57822025-09-23T04:36:27.599Z[ recovery-image] Sep 23 04:36:27.147 INFO O| Sep 23 04:36:27.147 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-09-23T04:36:27.624Z[ recovery-image] Sep 23 04:36:27.159 INFO O| Sep 23 04:36:27.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57842025-09-23T04:36:27.624Z[ recovery-image] Sep 23 04:36:27.159 INFO O| Sep 23 04:36:27.159 INFO STEP 317 (remove_files) COMPLETE
57852025-09-23T04:36:27.624Z[ recovery-image] Sep 23 04:36:27.159 INFO O| Sep 23 04:36:27.159 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-09-23T04:36:27.624Z[ recovery-image] Sep 23 04:36:27.177 INFO O| Sep 23 04:36:27.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57872025-09-23T04:36:27.624Z[ recovery-image] Sep 23 04:36:27.178 INFO O| Sep 23 04:36:27.178 INFO STEP 318 (remove_files) COMPLETE
57882025-09-23T04:36:27.624Z[ recovery-image] Sep 23 04:36:27.178 INFO O| Sep 23 04:36:27.178 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-09-23T04:36:27.650Z[ recovery-image] Sep 23 04:36:27.195 INFO O| Sep 23 04:36:27.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57902025-09-23T04:36:27.650Z[ recovery-image] Sep 23 04:36:27.195 INFO O| Sep 23 04:36:27.195 INFO STEP 319 (remove_files) COMPLETE
57912025-09-23T04:36:27.650Z[ recovery-image] Sep 23 04:36:27.195 INFO O| Sep 23 04:36:27.195 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-09-23T04:36:27.675Z[ recovery-image] Sep 23 04:36:27.211 INFO O| Sep 23 04:36:27.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57932025-09-23T04:36:27.675Z[ recovery-image] Sep 23 04:36:27.211 INFO O| Sep 23 04:36:27.211 INFO STEP 320 (remove_files) COMPLETE
57942025-09-23T04:36:27.675Z[ recovery-image] Sep 23 04:36:27.211 INFO O| Sep 23 04:36:27.211 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-09-23T04:36:27.675Z[ recovery-image] Sep 23 04:36:27.228 INFO O| Sep 23 04:36:27.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57962025-09-23T04:36:27.675Z[ recovery-image] Sep 23 04:36:27.228 INFO O| Sep 23 04:36:27.228 INFO STEP 321 (remove_files) COMPLETE
57972025-09-23T04:36:27.675Z[ recovery-image] Sep 23 04:36:27.228 INFO O| Sep 23 04:36:27.228 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-09-23T04:36:27.700Z[ recovery-image] Sep 23 04:36:27.241 INFO O| Sep 23 04:36:27.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57992025-09-23T04:36:27.700Z[ recovery-image] Sep 23 04:36:27.241 INFO O| Sep 23 04:36:27.241 INFO STEP 322 (remove_files) COMPLETE
58002025-09-23T04:36:27.700Z[ recovery-image] Sep 23 04:36:27.241 INFO O| Sep 23 04:36:27.241 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-09-23T04:36:27.700Z[ recovery-image] Sep 23 04:36:27.253 INFO O| Sep 23 04:36:27.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58022025-09-23T04:36:27.700Z[ recovery-image] Sep 23 04:36:27.253 INFO O| Sep 23 04:36:27.253 INFO STEP 323 (remove_files) COMPLETE
58032025-09-23T04:36:27.700Z[ recovery-image] Sep 23 04:36:27.253 INFO O| Sep 23 04:36:27.253 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-09-23T04:36:27.725Z[ recovery-image] Sep 23 04:36:27.269 INFO O| Sep 23 04:36:27.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58052025-09-23T04:36:27.725Z[ recovery-image] Sep 23 04:36:27.270 INFO O| Sep 23 04:36:27.270 INFO STEP 324 (remove_files) COMPLETE
58062025-09-23T04:36:27.725Z[ recovery-image] Sep 23 04:36:27.270 INFO O| Sep 23 04:36:27.270 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-09-23T04:36:27.749Z[ recovery-image] Sep 23 04:36:27.286 INFO O| Sep 23 04:36:27.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58082025-09-23T04:36:27.749Z[ recovery-image] Sep 23 04:36:27.286 INFO O| Sep 23 04:36:27.286 INFO STEP 325 (remove_files) COMPLETE
58092025-09-23T04:36:27.749Z[ recovery-image] Sep 23 04:36:27.286 INFO O| Sep 23 04:36:27.286 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-09-23T04:36:27.749Z[ recovery-image] Sep 23 04:36:27.298 INFO O| Sep 23 04:36:27.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58112025-09-23T04:36:27.749Z[ recovery-image] Sep 23 04:36:27.298 INFO O| Sep 23 04:36:27.298 INFO STEP 326 (remove_files) COMPLETE
58122025-09-23T04:36:27.749Z[ recovery-image] Sep 23 04:36:27.298 INFO O| Sep 23 04:36:27.298 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-09-23T04:36:27.774Z[ recovery-image] Sep 23 04:36:27.314 INFO O| Sep 23 04:36:27.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58142025-09-23T04:36:27.774Z[ recovery-image] Sep 23 04:36:27.314 INFO O| Sep 23 04:36:27.314 INFO STEP 327 (remove_files) COMPLETE
58152025-09-23T04:36:27.774Z[ recovery-image] Sep 23 04:36:27.314 INFO O| Sep 23 04:36:27.314 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-09-23T04:36:27.799Z[ recovery-image] Sep 23 04:36:27.330 INFO O| Sep 23 04:36:27.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58172025-09-23T04:36:27.799Z[ recovery-image] Sep 23 04:36:27.330 INFO O| Sep 23 04:36:27.330 INFO STEP 328 (remove_files) COMPLETE
58182025-09-23T04:36:27.799Z[ recovery-image] Sep 23 04:36:27.330 INFO O| Sep 23 04:36:27.330 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-09-23T04:36:27.799Z[ recovery-image] Sep 23 04:36:27.345 INFO O| Sep 23 04:36:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58202025-09-23T04:36:27.799Z[ recovery-image] Sep 23 04:36:27.345 INFO O| Sep 23 04:36:27.345 INFO STEP 329 (remove_files) COMPLETE
58212025-09-23T04:36:27.799Z[ recovery-image] Sep 23 04:36:27.345 INFO O| Sep 23 04:36:27.345 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-09-23T04:36:27.824Z[ recovery-image] Sep 23 04:36:27.360 INFO O| Sep 23 04:36:27.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58232025-09-23T04:36:27.824Z[ recovery-image] Sep 23 04:36:27.360 INFO O| Sep 23 04:36:27.360 INFO STEP 330 (remove_files) COMPLETE
58242025-09-23T04:36:27.824Z[ recovery-image] Sep 23 04:36:27.360 INFO O| Sep 23 04:36:27.360 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-09-23T04:36:27.824Z[ recovery-image] Sep 23 04:36:27.377 INFO O| Sep 23 04:36:27.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58262025-09-23T04:36:27.824Z[ recovery-image] Sep 23 04:36:27.377 INFO O| Sep 23 04:36:27.377 INFO STEP 331 (remove_files) COMPLETE
58272025-09-23T04:36:27.824Z[ recovery-image] Sep 23 04:36:27.377 INFO O| Sep 23 04:36:27.377 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-09-23T04:36:27.848Z[ recovery-image] Sep 23 04:36:27.393 INFO O| Sep 23 04:36:27.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58292025-09-23T04:36:27.849Z[ recovery-image] Sep 23 04:36:27.393 INFO O| Sep 23 04:36:27.393 INFO STEP 332 (remove_files) COMPLETE
58302025-09-23T04:36:27.849Z[ recovery-image] Sep 23 04:36:27.393 INFO O| Sep 23 04:36:27.393 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-09-23T04:36:27.874Z[ recovery-image] Sep 23 04:36:27.409 INFO O| Sep 23 04:36:27.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58322025-09-23T04:36:27.874Z[ recovery-image] Sep 23 04:36:27.409 INFO O| Sep 23 04:36:27.409 INFO STEP 333 (remove_files) COMPLETE
58332025-09-23T04:36:27.874Z[ recovery-image] Sep 23 04:36:27.409 INFO O| Sep 23 04:36:27.409 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-09-23T04:36:27.874Z[ recovery-image] Sep 23 04:36:27.423 INFO O| Sep 23 04:36:27.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58352025-09-23T04:36:27.874Z[ recovery-image] Sep 23 04:36:27.424 INFO O| Sep 23 04:36:27.423 INFO STEP 334 (remove_files) COMPLETE
58362025-09-23T04:36:27.874Z[ recovery-image] Sep 23 04:36:27.424 INFO O| Sep 23 04:36:27.424 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-09-23T04:36:27.899Z[ recovery-image] Sep 23 04:36:27.436 INFO O| Sep 23 04:36:27.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58382025-09-23T04:36:27.899Z[ recovery-image] Sep 23 04:36:27.436 INFO O| Sep 23 04:36:27.436 INFO STEP 335 (remove_files) COMPLETE
58392025-09-23T04:36:27.899Z[ recovery-image] Sep 23 04:36:27.436 INFO O| Sep 23 04:36:27.436 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-09-23T04:36:27.899Z[ recovery-image] Sep 23 04:36:27.450 INFO O| Sep 23 04:36:27.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58412025-09-23T04:36:27.899Z[ recovery-image] Sep 23 04:36:27.451 INFO O| Sep 23 04:36:27.450 INFO STEP 336 (remove_files) COMPLETE
58422025-09-23T04:36:27.899Z[ recovery-image] Sep 23 04:36:27.451 INFO O| Sep 23 04:36:27.450 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-09-23T04:36:27.924Z[ recovery-image] Sep 23 04:36:27.470 INFO O| Sep 23 04:36:27.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58442025-09-23T04:36:27.924Z[ recovery-image] Sep 23 04:36:27.470 INFO O| Sep 23 04:36:27.470 INFO STEP 337 (remove_files) COMPLETE
58452025-09-23T04:36:27.924Z[ recovery-image] Sep 23 04:36:27.470 INFO O| Sep 23 04:36:27.470 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-09-23T04:36:27.949Z[ recovery-image] Sep 23 04:36:27.486 INFO O| Sep 23 04:36:27.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58472025-09-23T04:36:27.949Z[ recovery-image] Sep 23 04:36:27.486 INFO O| Sep 23 04:36:27.486 INFO STEP 338 (remove_files) COMPLETE
58482025-09-23T04:36:27.949Z[ recovery-image] Sep 23 04:36:27.486 INFO O| Sep 23 04:36:27.486 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-09-23T04:36:27.974Z[ recovery-image] Sep 23 04:36:27.505 INFO O| Sep 23 04:36:27.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58502025-09-23T04:36:27.974Z[ recovery-image] Sep 23 04:36:27.505 INFO O| Sep 23 04:36:27.505 INFO STEP 339 (remove_files) COMPLETE
58512025-09-23T04:36:27.974Z[ recovery-image] Sep 23 04:36:27.505 INFO O| Sep 23 04:36:27.505 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-09-23T04:36:27.974Z[ recovery-image] Sep 23 04:36:27.524 INFO O| Sep 23 04:36:27.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58532025-09-23T04:36:27.974Z[ recovery-image] Sep 23 04:36:27.524 INFO O| Sep 23 04:36:27.524 INFO STEP 340 (remove_files) COMPLETE
58542025-09-23T04:36:27.974Z[ recovery-image] Sep 23 04:36:27.524 INFO O| Sep 23 04:36:27.524 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-09-23T04:36:27.998Z[ recovery-image] Sep 23 04:36:27.541 INFO O| Sep 23 04:36:27.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58562025-09-23T04:36:27.998Z[ recovery-image] Sep 23 04:36:27.541 INFO O| Sep 23 04:36:27.541 INFO STEP 341 (remove_files) COMPLETE
58572025-09-23T04:36:27.999Z[ recovery-image] Sep 23 04:36:27.541 INFO O| Sep 23 04:36:27.541 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-09-23T04:36:28.024Z[ recovery-image] Sep 23 04:36:27.575 INFO O| Sep 23 04:36:27.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58592025-09-23T04:36:28.024Z[ recovery-image] Sep 23 04:36:27.575 INFO O| Sep 23 04:36:27.575 INFO STEP 342 (remove_files) COMPLETE
58602025-09-23T04:36:28.024Z[ recovery-image] Sep 23 04:36:27.575 INFO O| Sep 23 04:36:27.575 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-09-23T04:36:28.050Z[ recovery-image] Sep 23 04:36:27.604 INFO O| Sep 23 04:36:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58622025-09-23T04:36:28.050Z[ recovery-image] Sep 23 04:36:27.604 INFO O| Sep 23 04:36:27.604 INFO STEP 343 (remove_files) COMPLETE
58632025-09-23T04:36:28.050Z[ recovery-image] Sep 23 04:36:27.604 INFO O| Sep 23 04:36:27.604 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-09-23T04:36:28.075Z[ recovery-image] Sep 23 04:36:27.621 INFO O| Sep 23 04:36:27.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58652025-09-23T04:36:28.075Z[ recovery-image] Sep 23 04:36:27.621 INFO O| Sep 23 04:36:27.621 INFO STEP 344 (remove_files) COMPLETE
58662025-09-23T04:36:28.075Z[ recovery-image] Sep 23 04:36:27.621 INFO O| Sep 23 04:36:27.621 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-09-23T04:36:28.100Z[ recovery-image] Sep 23 04:36:27.636 INFO O| Sep 23 04:36:27.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58682025-09-23T04:36:28.100Z[ recovery-image] Sep 23 04:36:27.637 INFO O| Sep 23 04:36:27.637 INFO STEP 345 (remove_files) COMPLETE
58692025-09-23T04:36:28.100Z[ recovery-image] Sep 23 04:36:27.637 INFO O| Sep 23 04:36:27.637 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-09-23T04:36:28.100Z[ recovery-image] Sep 23 04:36:27.651 INFO O| Sep 23 04:36:27.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58712025-09-23T04:36:28.100Z[ recovery-image] Sep 23 04:36:27.652 INFO O| Sep 23 04:36:27.652 INFO STEP 346 (remove_files) COMPLETE
58722025-09-23T04:36:28.100Z[ recovery-image] Sep 23 04:36:27.652 INFO O| Sep 23 04:36:27.652 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-09-23T04:36:28.125Z[ recovery-image] Sep 23 04:36:27.666 INFO O| Sep 23 04:36:27.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58742025-09-23T04:36:28.125Z[ recovery-image] Sep 23 04:36:27.667 INFO O| Sep 23 04:36:27.667 INFO STEP 347 (remove_files) COMPLETE
58752025-09-23T04:36:28.125Z[ recovery-image] Sep 23 04:36:27.667 INFO O| Sep 23 04:36:27.667 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-09-23T04:36:28.150Z[ recovery-image] Sep 23 04:36:27.681 INFO O| Sep 23 04:36:27.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58772025-09-23T04:36:28.150Z[ recovery-image] Sep 23 04:36:27.681 INFO O| Sep 23 04:36:27.681 INFO STEP 348 (remove_files) COMPLETE
58782025-09-23T04:36:28.150Z[ recovery-image] Sep 23 04:36:27.681 INFO O| Sep 23 04:36:27.681 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-09-23T04:36:28.150Z[ recovery-image] Sep 23 04:36:27.699 INFO O| Sep 23 04:36:27.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58802025-09-23T04:36:28.150Z[ recovery-image] Sep 23 04:36:27.699 INFO O| Sep 23 04:36:27.699 INFO STEP 349 (remove_files) COMPLETE
58812025-09-23T04:36:28.150Z[ recovery-image] Sep 23 04:36:27.699 INFO O| Sep 23 04:36:27.699 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-09-23T04:36:28.175Z[ recovery-image] Sep 23 04:36:27.718 INFO O| Sep 23 04:36:27.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58832025-09-23T04:36:28.175Z[ recovery-image] Sep 23 04:36:27.718 INFO O| Sep 23 04:36:27.718 INFO STEP 350 (remove_files) COMPLETE
58842025-09-23T04:36:28.175Z[ recovery-image] Sep 23 04:36:27.718 INFO O| Sep 23 04:36:27.718 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-09-23T04:36:28.200Z[ recovery-image] Sep 23 04:36:27.736 INFO O| Sep 23 04:36:27.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58862025-09-23T04:36:28.200Z[ recovery-image] Sep 23 04:36:27.736 INFO O| Sep 23 04:36:27.736 INFO STEP 351 (remove_files) COMPLETE
58872025-09-23T04:36:28.200Z[ recovery-image] Sep 23 04:36:27.736 INFO O| Sep 23 04:36:27.736 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-09-23T04:36:28.200Z[ recovery-image] Sep 23 04:36:27.752 INFO O| Sep 23 04:36:27.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58892025-09-23T04:36:28.200Z[ recovery-image] Sep 23 04:36:27.752 INFO O| Sep 23 04:36:27.752 INFO STEP 352 (remove_files) COMPLETE
58902025-09-23T04:36:28.200Z[ recovery-image] Sep 23 04:36:27.752 INFO O| Sep 23 04:36:27.752 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-09-23T04:36:28.225Z[ recovery-image] Sep 23 04:36:27.771 INFO O| Sep 23 04:36:27.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58922025-09-23T04:36:28.225Z[ recovery-image] Sep 23 04:36:27.771 INFO O| Sep 23 04:36:27.771 INFO STEP 353 (remove_files) COMPLETE
58932025-09-23T04:36:28.225Z[ recovery-image] Sep 23 04:36:27.771 INFO O| Sep 23 04:36:27.771 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-09-23T04:36:28.250Z[ recovery-image] Sep 23 04:36:27.788 INFO O| Sep 23 04:36:27.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58952025-09-23T04:36:28.250Z[ recovery-image] Sep 23 04:36:27.788 INFO O| Sep 23 04:36:27.788 INFO STEP 354 (remove_files) COMPLETE
58962025-09-23T04:36:28.250Z[ recovery-image] Sep 23 04:36:27.788 INFO O| Sep 23 04:36:27.788 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-09-23T04:36:28.275Z[ recovery-image] Sep 23 04:36:27.812 INFO O| Sep 23 04:36:27.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58982025-09-23T04:36:28.275Z[ recovery-image] Sep 23 04:36:27.812 INFO O| Sep 23 04:36:27.812 INFO STEP 355 (remove_files) COMPLETE
58992025-09-23T04:36:28.275Z[ recovery-image] Sep 23 04:36:27.812 INFO O| Sep 23 04:36:27.812 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-09-23T04:36:28.275Z[ recovery-image] Sep 23 04:36:27.829 INFO O| Sep 23 04:36:27.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59012025-09-23T04:36:28.275Z[ recovery-image] Sep 23 04:36:27.829 INFO O| Sep 23 04:36:27.829 INFO STEP 356 (remove_files) COMPLETE
59022025-09-23T04:36:28.300Z[ recovery-image] Sep 23 04:36:27.829 INFO O| Sep 23 04:36:27.829 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-09-23T04:36:28.300Z[ recovery-image] Sep 23 04:36:27.846 INFO O| Sep 23 04:36:27.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59042025-09-23T04:36:28.300Z[ recovery-image] Sep 23 04:36:27.846 INFO O| Sep 23 04:36:27.846 INFO STEP 357 (remove_files) COMPLETE
59052025-09-23T04:36:28.300Z[ recovery-image] Sep 23 04:36:27.846 INFO O| Sep 23 04:36:27.846 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-09-23T04:36:28.325Z[ recovery-image] Sep 23 04:36:27.862 INFO O| Sep 23 04:36:27.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59072025-09-23T04:36:28.325Z[ recovery-image] Sep 23 04:36:27.862 INFO O| Sep 23 04:36:27.862 INFO STEP 358 (remove_files) COMPLETE
59082025-09-23T04:36:28.325Z[ recovery-image] Sep 23 04:36:27.862 INFO O| Sep 23 04:36:27.862 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-09-23T04:36:28.325Z[ recovery-image] Sep 23 04:36:27.878 INFO O| Sep 23 04:36:27.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59102025-09-23T04:36:28.325Z[ recovery-image] Sep 23 04:36:27.879 INFO O| Sep 23 04:36:27.878 INFO STEP 359 (remove_files) COMPLETE
59112025-09-23T04:36:28.325Z[ recovery-image] Sep 23 04:36:27.879 INFO O| Sep 23 04:36:27.879 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-09-23T04:36:28.350Z[ recovery-image] Sep 23 04:36:27.893 INFO O| Sep 23 04:36:27.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59132025-09-23T04:36:28.350Z[ recovery-image] Sep 23 04:36:27.894 INFO O| Sep 23 04:36:27.894 INFO STEP 360 (remove_files) COMPLETE
59142025-09-23T04:36:28.350Z[ recovery-image] Sep 23 04:36:27.894 INFO O| Sep 23 04:36:27.894 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-09-23T04:36:28.375Z[ recovery-image] Sep 23 04:36:27.908 INFO O| Sep 23 04:36:27.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59162025-09-23T04:36:28.375Z[ recovery-image] Sep 23 04:36:27.908 INFO O| Sep 23 04:36:27.908 INFO STEP 361 (remove_files) COMPLETE
59172025-09-23T04:36:28.375Z[ recovery-image] Sep 23 04:36:27.908 INFO O| Sep 23 04:36:27.908 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-09-23T04:36:28.375Z[ recovery-image] Sep 23 04:36:27.922 INFO O| Sep 23 04:36:27.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59192025-09-23T04:36:28.375Z[ recovery-image] Sep 23 04:36:27.923 INFO O| Sep 23 04:36:27.923 INFO STEP 362 (remove_files) COMPLETE
59202025-09-23T04:36:28.375Z[ recovery-image] Sep 23 04:36:27.923 INFO O| Sep 23 04:36:27.923 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-09-23T04:36:28.399Z[ recovery-image] Sep 23 04:36:27.937 INFO O| Sep 23 04:36:27.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59222025-09-23T04:36:28.399Z[ recovery-image] Sep 23 04:36:27.937 INFO O| Sep 23 04:36:27.937 INFO STEP 363 (remove_files) COMPLETE
59232025-09-23T04:36:28.399Z[ recovery-image] Sep 23 04:36:27.937 INFO O| Sep 23 04:36:27.937 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-09-23T04:36:28.399Z[ recovery-image] Sep 23 04:36:27.951 INFO O| Sep 23 04:36:27.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59252025-09-23T04:36:28.399Z[ recovery-image] Sep 23 04:36:27.951 INFO O| Sep 23 04:36:27.951 INFO STEP 364 (remove_files) COMPLETE
59262025-09-23T04:36:28.399Z[ recovery-image] Sep 23 04:36:27.951 INFO O| Sep 23 04:36:27.951 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-09-23T04:36:28.424Z[ recovery-image] Sep 23 04:36:27.970 INFO O| Sep 23 04:36:27.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59282025-09-23T04:36:28.424Z[ recovery-image] Sep 23 04:36:27.970 INFO O| Sep 23 04:36:27.970 INFO STEP 365 (remove_files) COMPLETE
59292025-09-23T04:36:28.424Z[ recovery-image] Sep 23 04:36:27.970 INFO O| Sep 23 04:36:27.970 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-09-23T04:36:28.449Z[ recovery-image] Sep 23 04:36:27.986 INFO O| Sep 23 04:36:27.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59312025-09-23T04:36:28.449Z[ recovery-image] Sep 23 04:36:27.986 INFO O| Sep 23 04:36:27.986 INFO STEP 366 (remove_files) COMPLETE
59322025-09-23T04:36:28.449Z[ recovery-image] Sep 23 04:36:27.986 INFO O| Sep 23 04:36:27.986 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-09-23T04:36:28.449Z[ recovery-image] Sep 23 04:36:28.000 INFO O| Sep 23 04:36:28.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59342025-09-23T04:36:28.449Z[ recovery-image] Sep 23 04:36:28.000 INFO O| Sep 23 04:36:28.000 INFO STEP 367 (remove_files) COMPLETE
59352025-09-23T04:36:28.449Z[ recovery-image] Sep 23 04:36:28.000 INFO O| Sep 23 04:36:28.000 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-09-23T04:36:28.474Z[ recovery-image] Sep 23 04:36:28.021 INFO O| Sep 23 04:36:28.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59372025-09-23T04:36:28.474Z[ recovery-image] Sep 23 04:36:28.021 INFO O| Sep 23 04:36:28.021 INFO STEP 368 (remove_files) COMPLETE
59382025-09-23T04:36:28.474Z[ recovery-image] Sep 23 04:36:28.021 INFO O| Sep 23 04:36:28.021 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-09-23T04:36:28.499Z[ recovery-image] Sep 23 04:36:28.036 INFO O| Sep 23 04:36:28.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59402025-09-23T04:36:28.499Z[ recovery-image] Sep 23 04:36:28.036 INFO O| Sep 23 04:36:28.036 INFO STEP 369 (remove_files) COMPLETE
59412025-09-23T04:36:28.499Z[ recovery-image] Sep 23 04:36:28.036 INFO O| Sep 23 04:36:28.036 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-09-23T04:36:28.499Z[ recovery-image] Sep 23 04:36:28.051 INFO O| Sep 23 04:36:28.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59432025-09-23T04:36:28.499Z[ recovery-image] Sep 23 04:36:28.051 INFO O| Sep 23 04:36:28.051 INFO STEP 370 (remove_files) COMPLETE
59442025-09-23T04:36:28.499Z[ recovery-image] Sep 23 04:36:28.051 INFO O| Sep 23 04:36:28.051 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-09-23T04:36:28.523Z[ recovery-image] Sep 23 04:36:28.064 INFO O| Sep 23 04:36:28.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59462025-09-23T04:36:28.524Z[ recovery-image] Sep 23 04:36:28.065 INFO O| Sep 23 04:36:28.064 INFO STEP 371 (remove_files) COMPLETE
59472025-09-23T04:36:28.524Z[ recovery-image] Sep 23 04:36:28.065 INFO O| Sep 23 04:36:28.065 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-09-23T04:36:28.548Z[ recovery-image] Sep 23 04:36:28.078 INFO O| Sep 23 04:36:28.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59492025-09-23T04:36:28.548Z[ recovery-image] Sep 23 04:36:28.078 INFO O| Sep 23 04:36:28.078 INFO STEP 372 (remove_files) COMPLETE
59502025-09-23T04:36:28.548Z[ recovery-image] Sep 23 04:36:28.078 INFO O| Sep 23 04:36:28.078 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-09-23T04:36:28.548Z[ recovery-image] Sep 23 04:36:28.091 INFO O| Sep 23 04:36:28.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59522025-09-23T04:36:28.548Z[ recovery-image] Sep 23 04:36:28.091 INFO O| Sep 23 04:36:28.091 INFO STEP 373 (remove_files) COMPLETE
59532025-09-23T04:36:28.548Z[ recovery-image] Sep 23 04:36:28.091 INFO O| Sep 23 04:36:28.091 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-09-23T04:36:28.573Z[ recovery-image] Sep 23 04:36:28.104 INFO O| Sep 23 04:36:28.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59552025-09-23T04:36:28.573Z[ recovery-image] Sep 23 04:36:28.104 INFO O| Sep 23 04:36:28.104 INFO STEP 374 (remove_files) COMPLETE
59562025-09-23T04:36:28.574Z[ recovery-image] Sep 23 04:36:28.104 INFO O| Sep 23 04:36:28.104 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-09-23T04:36:28.574Z[ recovery-image] Sep 23 04:36:28.116 INFO O| Sep 23 04:36:28.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59582025-09-23T04:36:28.574Z[ recovery-image] Sep 23 04:36:28.116 INFO O| Sep 23 04:36:28.116 INFO STEP 375 (remove_files) COMPLETE
59592025-09-23T04:36:28.574Z[ recovery-image] Sep 23 04:36:28.116 INFO O| Sep 23 04:36:28.116 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-09-23T04:36:28.598Z[ recovery-image] Sep 23 04:36:28.129 INFO O| Sep 23 04:36:28.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59612025-09-23T04:36:28.598Z[ recovery-image] Sep 23 04:36:28.130 INFO O| Sep 23 04:36:28.129 INFO STEP 376 (remove_files) COMPLETE
59622025-09-23T04:36:28.598Z[ recovery-image] Sep 23 04:36:28.130 INFO O| Sep 23 04:36:28.129 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-09-23T04:36:28.598Z[ recovery-image] Sep 23 04:36:28.142 INFO O| Sep 23 04:36:28.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59642025-09-23T04:36:28.598Z[ recovery-image] Sep 23 04:36:28.142 INFO O| Sep 23 04:36:28.142 INFO STEP 377 (remove_files) COMPLETE
59652025-09-23T04:36:28.598Z[ recovery-image] Sep 23 04:36:28.142 INFO O| Sep 23 04:36:28.142 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-09-23T04:36:28.623Z[ recovery-image] Sep 23 04:36:28.156 INFO O| Sep 23 04:36:28.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59672025-09-23T04:36:28.623Z[ recovery-image] Sep 23 04:36:28.156 INFO O| Sep 23 04:36:28.156 INFO STEP 378 (remove_files) COMPLETE
59682025-09-23T04:36:28.623Z[ recovery-image] Sep 23 04:36:28.156 INFO O| Sep 23 04:36:28.156 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-09-23T04:36:28.623Z[ recovery-image] Sep 23 04:36:28.173 INFO O| Sep 23 04:36:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59702025-09-23T04:36:28.623Z[ recovery-image] Sep 23 04:36:28.173 INFO O| Sep 23 04:36:28.173 INFO STEP 379 (remove_files) COMPLETE
59712025-09-23T04:36:28.623Z[ recovery-image] Sep 23 04:36:28.173 INFO O| Sep 23 04:36:28.173 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-09-23T04:36:28.648Z[ recovery-image] Sep 23 04:36:28.188 INFO O| Sep 23 04:36:28.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59732025-09-23T04:36:28.648Z[ recovery-image] Sep 23 04:36:28.188 INFO O| Sep 23 04:36:28.188 INFO STEP 380 (remove_files) COMPLETE
59742025-09-23T04:36:28.648Z[ recovery-image] Sep 23 04:36:28.188 INFO O| Sep 23 04:36:28.188 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-09-23T04:36:28.648Z[ recovery-image] Sep 23 04:36:28.202 INFO O| Sep 23 04:36:28.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59762025-09-23T04:36:28.648Z[ recovery-image] Sep 23 04:36:28.202 INFO O| Sep 23 04:36:28.202 INFO STEP 381 (remove_files) COMPLETE
59772025-09-23T04:36:28.648Z[ recovery-image] Sep 23 04:36:28.202 INFO O| Sep 23 04:36:28.202 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-09-23T04:36:28.673Z[ recovery-image] Sep 23 04:36:28.216 INFO O| Sep 23 04:36:28.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59792025-09-23T04:36:28.673Z[ recovery-image] Sep 23 04:36:28.216 INFO O| Sep 23 04:36:28.216 INFO STEP 382 (remove_files) COMPLETE
59802025-09-23T04:36:28.673Z[ recovery-image] Sep 23 04:36:28.216 INFO O| Sep 23 04:36:28.216 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-09-23T04:36:28.697Z[ recovery-image] Sep 23 04:36:28.229 INFO O| Sep 23 04:36:28.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59822025-09-23T04:36:28.698Z[ recovery-image] Sep 23 04:36:28.230 INFO O| Sep 23 04:36:28.230 INFO STEP 383 (remove_files) COMPLETE
59832025-09-23T04:36:28.698Z[ recovery-image] Sep 23 04:36:28.230 INFO O| Sep 23 04:36:28.230 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-09-23T04:36:28.698Z[ recovery-image] Sep 23 04:36:28.244 INFO O| Sep 23 04:36:28.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59852025-09-23T04:36:28.698Z[ recovery-image] Sep 23 04:36:28.244 INFO O| Sep 23 04:36:28.244 INFO STEP 384 (remove_files) COMPLETE
59862025-09-23T04:36:28.698Z[ recovery-image] Sep 23 04:36:28.244 INFO O| Sep 23 04:36:28.244 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-09-23T04:36:28.722Z[ recovery-image] Sep 23 04:36:28.259 INFO O| Sep 23 04:36:28.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59882025-09-23T04:36:28.722Z[ recovery-image] Sep 23 04:36:28.259 INFO O| Sep 23 04:36:28.259 INFO STEP 385 (remove_files) COMPLETE
59892025-09-23T04:36:28.722Z[ recovery-image] Sep 23 04:36:28.259 INFO O| Sep 23 04:36:28.259 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-09-23T04:36:28.722Z[ recovery-image] Sep 23 04:36:28.276 INFO O| Sep 23 04:36:28.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59912025-09-23T04:36:28.722Z[ recovery-image] Sep 23 04:36:28.276 INFO O| Sep 23 04:36:28.276 INFO STEP 386 (remove_files) COMPLETE
59922025-09-23T04:36:28.722Z[ recovery-image] Sep 23 04:36:28.277 INFO O| Sep 23 04:36:28.276 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-09-23T04:36:28.747Z[ recovery-image] Sep 23 04:36:28.292 INFO O| Sep 23 04:36:28.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59942025-09-23T04:36:28.747Z[ recovery-image] Sep 23 04:36:28.292 INFO O| Sep 23 04:36:28.292 INFO STEP 387 (remove_files) COMPLETE
59952025-09-23T04:36:28.747Z[ recovery-image] Sep 23 04:36:28.292 INFO O| Sep 23 04:36:28.292 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-09-23T04:36:28.772Z[ recovery-image] Sep 23 04:36:28.307 INFO O| Sep 23 04:36:28.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59972025-09-23T04:36:28.772Z[ recovery-image] Sep 23 04:36:28.307 INFO O| Sep 23 04:36:28.307 INFO STEP 388 (remove_files) COMPLETE
59982025-09-23T04:36:28.772Z[ recovery-image] Sep 23 04:36:28.307 INFO O| Sep 23 04:36:28.307 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-09-23T04:36:28.772Z[ recovery-image] Sep 23 04:36:28.322 INFO O| Sep 23 04:36:28.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60002025-09-23T04:36:28.772Z[ recovery-image] Sep 23 04:36:28.322 INFO O| Sep 23 04:36:28.322 INFO STEP 389 (remove_files) COMPLETE
60012025-09-23T04:36:28.772Z[ recovery-image] Sep 23 04:36:28.322 INFO O| Sep 23 04:36:28.322 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-09-23T04:36:28.850Z[ recovery-image] Sep 23 04:36:28.379 INFO O| Sep 23 04:36:28.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60032025-09-23T04:36:28.850Z[ recovery-image] Sep 23 04:36:28.379 INFO O| Sep 23 04:36:28.379 INFO STEP 390 (remove_files) COMPLETE
60042025-09-23T04:36:28.874Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 14 (pkg_install) COMPLETE
60052025-09-23T04:36:28.875Z[ recovery-image] Sep 23 04:36:28.379 INFO O| Sep 23 04:36:28.379 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-09-23T04:36:28.875Z[ recovery-image] Sep 23 04:36:28.392 INFO O| Sep 23 04:36:28.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60072025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
60082025-09-23T04:36:28.875Z[ recovery-image] Sep 23 04:36:28.392 INFO O| Sep 23 04:36:28.392 INFO STEP 391 (remove_files) COMPLETE
60092025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO skip step because feature "mfg" is not enabled
60102025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
60112025-09-23T04:36:28.875Z[ recovery-image] Sep 23 04:36:28.392 INFO O| Sep 23 04:36:28.392 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO skip step because feature "compliance" is not enabled
60132025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
60142025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO skip step because feature "stress" is not enabled
60152025-09-23T04:36:28.875Z[ recovery-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60162025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
60172025-09-23T04:36:28.875Z[ recovery-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 392 (remove_files) COMPLETE
60182025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO skip step because feature "compliance" is not enabled
60192025-09-23T04:36:28.875Z[ recovery-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
60212025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO skip step because feature "nfs" is not enabled
60222025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
60232025-09-23T04:36:28.875Z[ host-image] Sep 23 04:36:28.404 INFO O| Sep 23 04:36:28.404 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
60242025-09-23T04:36:28.900Z[ host-image] Sep 23 04:36:28.437 INFO O| Sep 23 04:36:28.436 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
60252025-09-23T04:36:28.943Z[ recovery-image] Sep 23 04:36:28.497 INFO O| Sep 23 04:36:28.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60262025-09-23T04:36:28.943Z[ recovery-image] Sep 23 04:36:28.497 INFO O| Sep 23 04:36:28.497 INFO STEP 393 (remove_files) COMPLETE
60272025-09-23T04:36:28.967Z[ recovery-image] Sep 23 04:36:28.497 INFO O| Sep 23 04:36:28.497 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-09-23T04:36:28.967Z[ recovery-image] Sep 23 04:36:28.513 INFO O| Sep 23 04:36:28.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60292025-09-23T04:36:28.967Z[ recovery-image] Sep 23 04:36:28.513 INFO O| Sep 23 04:36:28.512 INFO STEP 394 (remove_files) COMPLETE
60302025-09-23T04:36:28.967Z[ host-image] Sep 23 04:36:28.513 INFO O| Sep 23 04:36:28.513 INFO completed processing sled/ramdisk-01-os
60312025-09-23T04:36:28.967Z[ recovery-image] Sep 23 04:36:28.513 INFO O| Sep 23 04:36:28.512 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-09-23T04:36:28.967Z[ host-image] Sep 23 04:36:28.517 INFO omicron1 baseline generation...
60332025-09-23T04:36:28.967Z[ host-image] Sep 23 04:36:28.518 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
60342025-09-23T04:36:28.992Z[ recovery-image] Sep 23 04:36:28.525 INFO O| Sep 23 04:36:28.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60352025-09-23T04:36:28.992Z[ recovery-image] Sep 23 04:36:28.525 INFO O| Sep 23 04:36:28.525 INFO STEP 395 (remove_files) COMPLETE
60362025-09-23T04:36:28.992Z[ recovery-image] Sep 23 04:36:28.525 INFO O| Sep 23 04:36:28.525 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-09-23T04:36:28.992Z[ recovery-image] Sep 23 04:36:28.537 INFO O| Sep 23 04:36:28.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60382025-09-23T04:36:28.992Z[ recovery-image] Sep 23 04:36:28.537 INFO O| Sep 23 04:36:28.537 INFO STEP 396 (remove_files) COMPLETE
60392025-09-23T04:36:28.992Z[ recovery-image] Sep 23 04:36:28.537 INFO O| Sep 23 04:36:28.537 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-09-23T04:36:29.017Z[ recovery-image] Sep 23 04:36:28.550 INFO O| Sep 23 04:36:28.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60412025-09-23T04:36:29.017Z[ recovery-image] Sep 23 04:36:28.550 INFO O| Sep 23 04:36:28.550 INFO STEP 397 (remove_files) COMPLETE
60422025-09-23T04:36:29.017Z[ recovery-image] Sep 23 04:36:28.550 INFO O| Sep 23 04:36:28.550 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-09-23T04:36:29.017Z[ recovery-image] Sep 23 04:36:28.562 INFO O| Sep 23 04:36:28.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60442025-09-23T04:36:29.018Z[ recovery-image] Sep 23 04:36:28.562 INFO O| Sep 23 04:36:28.562 INFO STEP 398 (remove_files) COMPLETE
60452025-09-23T04:36:29.018Z[ recovery-image] Sep 23 04:36:28.562 INFO O| Sep 23 04:36:28.562 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-09-23T04:36:29.043Z[ recovery-image] Sep 23 04:36:28.579 INFO O| Sep 23 04:36:28.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60472025-09-23T04:36:29.043Z[ recovery-image] Sep 23 04:36:28.580 INFO O| Sep 23 04:36:28.579 INFO STEP 399 (remove_files) COMPLETE
60482025-09-23T04:36:29.043Z[ recovery-image] Sep 23 04:36:28.580 INFO O| Sep 23 04:36:28.580 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-09-23T04:36:29.067Z[ recovery-image] Sep 23 04:36:28.600 INFO O| Sep 23 04:36:28.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60502025-09-23T04:36:29.067Z[ recovery-image] Sep 23 04:36:28.600 INFO O| Sep 23 04:36:28.600 INFO STEP 400 (remove_files) COMPLETE
60512025-09-23T04:36:29.067Z[ recovery-image] Sep 23 04:36:28.600 INFO O| Sep 23 04:36:28.600 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-09-23T04:36:29.067Z[ recovery-image] Sep 23 04:36:28.620 INFO O| Sep 23 04:36:28.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60532025-09-23T04:36:29.067Z[ recovery-image] Sep 23 04:36:28.620 INFO O| Sep 23 04:36:28.620 INFO STEP 401 (remove_files) COMPLETE
60542025-09-23T04:36:29.067Z[ recovery-image] Sep 23 04:36:28.620 INFO O| Sep 23 04:36:28.620 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-09-23T04:36:29.092Z[ recovery-image] Sep 23 04:36:28.637 INFO O| Sep 23 04:36:28.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60562025-09-23T04:36:29.092Z[ recovery-image] Sep 23 04:36:28.637 INFO O| Sep 23 04:36:28.637 INFO STEP 402 (remove_files) COMPLETE
60572025-09-23T04:36:29.092Z[ recovery-image] Sep 23 04:36:28.637 INFO O| Sep 23 04:36:28.637 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-09-23T04:36:29.117Z[ recovery-image] Sep 23 04:36:28.650 INFO O| Sep 23 04:36:28.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60592025-09-23T04:36:29.117Z[ recovery-image] Sep 23 04:36:28.651 INFO O| Sep 23 04:36:28.650 INFO STEP 403 (remove_files) COMPLETE
60602025-09-23T04:36:29.117Z[ recovery-image] Sep 23 04:36:28.651 INFO O| Sep 23 04:36:28.650 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-09-23T04:36:29.117Z[ recovery-image] Sep 23 04:36:28.664 INFO O| Sep 23 04:36:28.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60622025-09-23T04:36:29.117Z[ recovery-image] Sep 23 04:36:28.664 INFO O| Sep 23 04:36:28.664 INFO STEP 404 (remove_files) COMPLETE
60632025-09-23T04:36:29.117Z[ recovery-image] Sep 23 04:36:28.664 INFO O| Sep 23 04:36:28.664 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-09-23T04:36:29.142Z[ recovery-image] Sep 23 04:36:28.679 INFO O| Sep 23 04:36:28.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60652025-09-23T04:36:29.142Z[ recovery-image] Sep 23 04:36:28.679 INFO O| Sep 23 04:36:28.679 INFO STEP 405 (remove_files) COMPLETE
60662025-09-23T04:36:29.142Z[ recovery-image] Sep 23 04:36:28.679 INFO O| Sep 23 04:36:28.679 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-09-23T04:36:29.167Z[ recovery-image] Sep 23 04:36:28.697 INFO O| Sep 23 04:36:28.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60682025-09-23T04:36:29.167Z[ recovery-image] Sep 23 04:36:28.697 INFO O| Sep 23 04:36:28.697 INFO STEP 406 (remove_files) COMPLETE
60692025-09-23T04:36:29.167Z[ recovery-image] Sep 23 04:36:28.697 INFO O| Sep 23 04:36:28.697 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-09-23T04:36:29.167Z[ recovery-image] Sep 23 04:36:28.713 INFO O| Sep 23 04:36:28.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60712025-09-23T04:36:29.167Z[ recovery-image] Sep 23 04:36:28.713 INFO O| Sep 23 04:36:28.713 INFO STEP 407 (remove_files) COMPLETE
60722025-09-23T04:36:29.167Z[ recovery-image] Sep 23 04:36:28.713 INFO O| Sep 23 04:36:28.713 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-09-23T04:36:29.192Z[ recovery-image] Sep 23 04:36:28.732 INFO O| Sep 23 04:36:28.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60742025-09-23T04:36:29.192Z[ recovery-image] Sep 23 04:36:28.732 INFO O| Sep 23 04:36:28.732 INFO STEP 408 (remove_files) COMPLETE
60752025-09-23T04:36:29.192Z[ recovery-image] Sep 23 04:36:28.732 INFO O| Sep 23 04:36:28.732 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-09-23T04:36:29.217Z[ recovery-image] Sep 23 04:36:28.748 INFO O| Sep 23 04:36:28.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60772025-09-23T04:36:29.217Z[ recovery-image] Sep 23 04:36:28.748 INFO O| Sep 23 04:36:28.748 INFO STEP 409 (remove_files) COMPLETE
60782025-09-23T04:36:29.217Z[ recovery-image] Sep 23 04:36:28.748 INFO O| Sep 23 04:36:28.748 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-09-23T04:36:29.217Z[ recovery-image] Sep 23 04:36:28.767 INFO O| Sep 23 04:36:28.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60802025-09-23T04:36:29.217Z[ recovery-image] Sep 23 04:36:28.767 INFO O| Sep 23 04:36:28.767 INFO STEP 410 (remove_files) COMPLETE
60812025-09-23T04:36:29.217Z[ recovery-image] Sep 23 04:36:28.767 INFO O| Sep 23 04:36:28.767 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-09-23T04:36:29.241Z[ recovery-image] Sep 23 04:36:28.786 INFO O| Sep 23 04:36:28.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60832025-09-23T04:36:29.241Z[ recovery-image] Sep 23 04:36:28.786 INFO O| Sep 23 04:36:28.786 INFO STEP 411 (remove_files) COMPLETE
60842025-09-23T04:36:29.242Z[ recovery-image] Sep 23 04:36:28.786 INFO O| Sep 23 04:36:28.786 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-09-23T04:36:29.266Z[ recovery-image] Sep 23 04:36:28.803 INFO O| Sep 23 04:36:28.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60862025-09-23T04:36:29.266Z[ recovery-image] Sep 23 04:36:28.803 INFO O| Sep 23 04:36:28.803 INFO STEP 412 (remove_files) COMPLETE
60872025-09-23T04:36:29.266Z[ recovery-image] Sep 23 04:36:28.803 INFO O| Sep 23 04:36:28.803 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-09-23T04:36:29.266Z[ recovery-image] Sep 23 04:36:28.819 INFO O| Sep 23 04:36:28.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60892025-09-23T04:36:29.266Z[ recovery-image] Sep 23 04:36:28.819 INFO O| Sep 23 04:36:28.819 INFO STEP 413 (remove_files) COMPLETE
60902025-09-23T04:36:29.266Z[ recovery-image] Sep 23 04:36:28.819 INFO O| Sep 23 04:36:28.819 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-09-23T04:36:29.291Z[ recovery-image] Sep 23 04:36:28.834 INFO O| Sep 23 04:36:28.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60922025-09-23T04:36:29.291Z[ recovery-image] Sep 23 04:36:28.834 INFO O| Sep 23 04:36:28.834 INFO STEP 414 (remove_files) COMPLETE
60932025-09-23T04:36:29.291Z[ recovery-image] Sep 23 04:36:28.834 INFO O| Sep 23 04:36:28.834 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-09-23T04:36:29.316Z[ recovery-image] Sep 23 04:36:28.850 INFO O| Sep 23 04:36:28.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60952025-09-23T04:36:29.316Z[ recovery-image] Sep 23 04:36:28.850 INFO O| Sep 23 04:36:28.850 INFO STEP 415 (remove_files) COMPLETE
60962025-09-23T04:36:29.316Z[ recovery-image] Sep 23 04:36:28.850 INFO O| Sep 23 04:36:28.850 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-09-23T04:36:29.316Z[ recovery-image] Sep 23 04:36:28.868 INFO O| Sep 23 04:36:28.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60982025-09-23T04:36:29.316Z[ recovery-image] Sep 23 04:36:28.868 INFO O| Sep 23 04:36:28.868 INFO STEP 416 (remove_files) COMPLETE
60992025-09-23T04:36:29.316Z[ recovery-image] Sep 23 04:36:28.868 INFO O| Sep 23 04:36:28.868 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-09-23T04:36:29.341Z[ recovery-image] Sep 23 04:36:28.885 INFO O| Sep 23 04:36:28.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61012025-09-23T04:36:29.341Z[ recovery-image] Sep 23 04:36:28.885 INFO O| Sep 23 04:36:28.885 INFO STEP 417 (remove_files) COMPLETE
61022025-09-23T04:36:29.341Z[ recovery-image] Sep 23 04:36:28.885 INFO O| Sep 23 04:36:28.885 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-09-23T04:36:29.366Z[ recovery-image] Sep 23 04:36:28.904 INFO O| Sep 23 04:36:28.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61042025-09-23T04:36:29.366Z[ recovery-image] Sep 23 04:36:28.904 INFO O| Sep 23 04:36:28.904 INFO STEP 418 (remove_files) COMPLETE
61052025-09-23T04:36:29.366Z[ recovery-image] Sep 23 04:36:28.904 INFO O| Sep 23 04:36:28.904 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-09-23T04:36:29.391Z[ recovery-image] Sep 23 04:36:28.922 INFO O| Sep 23 04:36:28.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61072025-09-23T04:36:29.391Z[ recovery-image] Sep 23 04:36:28.922 INFO O| Sep 23 04:36:28.922 INFO STEP 419 (remove_files) COMPLETE
61082025-09-23T04:36:29.391Z[ recovery-image] Sep 23 04:36:28.922 INFO O| Sep 23 04:36:28.922 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-09-23T04:36:29.391Z[ recovery-image] Sep 23 04:36:28.940 INFO O| Sep 23 04:36:28.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61102025-09-23T04:36:29.391Z[ recovery-image] Sep 23 04:36:28.941 INFO O| Sep 23 04:36:28.940 INFO STEP 420 (remove_files) COMPLETE
61112025-09-23T04:36:29.391Z[ recovery-image] Sep 23 04:36:28.941 INFO O| Sep 23 04:36:28.940 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-09-23T04:36:29.415Z[ recovery-image] Sep 23 04:36:28.959 INFO O| Sep 23 04:36:28.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61132025-09-23T04:36:29.416Z[ recovery-image] Sep 23 04:36:28.959 INFO O| Sep 23 04:36:28.959 INFO STEP 421 (remove_files) COMPLETE
61142025-09-23T04:36:29.416Z[ recovery-image] Sep 23 04:36:28.959 INFO O| Sep 23 04:36:28.959 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-09-23T04:36:29.440Z[ recovery-image] Sep 23 04:36:28.975 INFO O| Sep 23 04:36:28.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61162025-09-23T04:36:29.440Z[ recovery-image] Sep 23 04:36:28.975 INFO O| Sep 23 04:36:28.975 INFO STEP 422 (remove_files) COMPLETE
61172025-09-23T04:36:29.440Z[ recovery-image] Sep 23 04:36:28.975 INFO O| Sep 23 04:36:28.975 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-09-23T04:36:29.440Z[ recovery-image] Sep 23 04:36:28.991 INFO O| Sep 23 04:36:28.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61192025-09-23T04:36:29.440Z[ recovery-image] Sep 23 04:36:28.991 INFO O| Sep 23 04:36:28.991 INFO STEP 423 (remove_files) COMPLETE
61202025-09-23T04:36:29.440Z[ recovery-image] Sep 23 04:36:28.991 INFO O| Sep 23 04:36:28.991 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-09-23T04:36:29.465Z[ recovery-image] Sep 23 04:36:29.009 INFO O| Sep 23 04:36:29.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61222025-09-23T04:36:29.465Z[ recovery-image] Sep 23 04:36:29.009 INFO O| Sep 23 04:36:29.009 INFO STEP 424 (remove_files) COMPLETE
61232025-09-23T04:36:29.465Z[ recovery-image] Sep 23 04:36:29.009 INFO O| Sep 23 04:36:29.009 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-09-23T04:36:29.490Z[ recovery-image] Sep 23 04:36:29.025 INFO O| Sep 23 04:36:29.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61252025-09-23T04:36:29.490Z[ recovery-image] Sep 23 04:36:29.025 INFO O| Sep 23 04:36:29.025 INFO STEP 425 (remove_files) COMPLETE
61262025-09-23T04:36:29.490Z[ recovery-image] Sep 23 04:36:29.025 INFO O| Sep 23 04:36:29.025 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-09-23T04:36:29.490Z[ recovery-image] Sep 23 04:36:29.039 INFO O| Sep 23 04:36:29.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61282025-09-23T04:36:29.490Z[ recovery-image] Sep 23 04:36:29.039 INFO O| Sep 23 04:36:29.039 INFO STEP 426 (remove_files) COMPLETE
61292025-09-23T04:36:29.490Z[ recovery-image] Sep 23 04:36:29.039 INFO O| Sep 23 04:36:29.039 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-09-23T04:36:29.515Z[ recovery-image] Sep 23 04:36:29.053 INFO O| Sep 23 04:36:29.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61312025-09-23T04:36:29.515Z[ recovery-image] Sep 23 04:36:29.054 INFO O| Sep 23 04:36:29.054 INFO STEP 427 (remove_files) COMPLETE
61322025-09-23T04:36:29.515Z[ recovery-image] Sep 23 04:36:29.054 INFO O| Sep 23 04:36:29.054 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-09-23T04:36:29.515Z[ recovery-image] Sep 23 04:36:29.068 INFO O| Sep 23 04:36:29.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61342025-09-23T04:36:29.515Z[ recovery-image] Sep 23 04:36:29.068 INFO O| Sep 23 04:36:29.068 INFO STEP 428 (remove_files) COMPLETE
61352025-09-23T04:36:29.515Z[ recovery-image] Sep 23 04:36:29.068 INFO O| Sep 23 04:36:29.068 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-09-23T04:36:29.540Z[ recovery-image] Sep 23 04:36:29.086 INFO O| Sep 23 04:36:29.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61372025-09-23T04:36:29.540Z[ recovery-image] Sep 23 04:36:29.086 INFO O| Sep 23 04:36:29.086 INFO STEP 429 (remove_files) COMPLETE
61382025-09-23T04:36:29.540Z[ recovery-image] Sep 23 04:36:29.086 INFO O| Sep 23 04:36:29.086 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-09-23T04:36:29.565Z[ recovery-image] Sep 23 04:36:29.103 INFO O| Sep 23 04:36:29.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61402025-09-23T04:36:29.565Z[ recovery-image] Sep 23 04:36:29.103 INFO O| Sep 23 04:36:29.103 INFO STEP 430 (remove_files) COMPLETE
61412025-09-23T04:36:29.565Z[ recovery-image] Sep 23 04:36:29.103 INFO O| Sep 23 04:36:29.103 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-09-23T04:36:29.565Z[ recovery-image] Sep 23 04:36:29.119 INFO O| Sep 23 04:36:29.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61432025-09-23T04:36:29.565Z[ recovery-image] Sep 23 04:36:29.119 INFO O| Sep 23 04:36:29.119 INFO STEP 431 (remove_files) COMPLETE
61442025-09-23T04:36:29.565Z[ recovery-image] Sep 23 04:36:29.119 INFO O| Sep 23 04:36:29.119 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-09-23T04:36:29.589Z[ recovery-image] Sep 23 04:36:29.136 INFO O| Sep 23 04:36:29.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61462025-09-23T04:36:29.589Z[ recovery-image] Sep 23 04:36:29.137 INFO O| Sep 23 04:36:29.136 INFO STEP 432 (remove_files) COMPLETE
61472025-09-23T04:36:29.589Z[ recovery-image] Sep 23 04:36:29.137 INFO O| Sep 23 04:36:29.137 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-09-23T04:36:29.614Z[ recovery-image] Sep 23 04:36:29.152 INFO O| Sep 23 04:36:29.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61492025-09-23T04:36:29.614Z[ recovery-image] Sep 23 04:36:29.152 INFO O| Sep 23 04:36:29.152 INFO STEP 433 (remove_files) COMPLETE
61502025-09-23T04:36:29.614Z[ recovery-image] Sep 23 04:36:29.152 INFO O| Sep 23 04:36:29.152 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-09-23T04:36:29.614Z[ recovery-image] Sep 23 04:36:29.166 INFO O| Sep 23 04:36:29.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61522025-09-23T04:36:29.614Z[ recovery-image] Sep 23 04:36:29.167 INFO O| Sep 23 04:36:29.167 INFO STEP 434 (remove_files) COMPLETE
61532025-09-23T04:36:29.614Z[ recovery-image] Sep 23 04:36:29.167 INFO O| Sep 23 04:36:29.167 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-09-23T04:36:29.639Z[ recovery-image] Sep 23 04:36:29.181 INFO O| Sep 23 04:36:29.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61552025-09-23T04:36:29.639Z[ recovery-image] Sep 23 04:36:29.181 INFO O| Sep 23 04:36:29.181 INFO STEP 435 (remove_files) COMPLETE
61562025-09-23T04:36:29.639Z[ recovery-image] Sep 23 04:36:29.181 INFO O| Sep 23 04:36:29.181 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-09-23T04:36:29.664Z[ host-image] Sep 23 04:36:29.197 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23559:20250918T130007Z
61582025-09-23T04:36:29.664Z[ recovery-image] Sep 23 04:36:29.200 INFO O| Sep 23 04:36:29.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61592025-09-23T04:36:29.664Z[ recovery-image] Sep 23 04:36:29.200 INFO O| Sep 23 04:36:29.200 INFO STEP 436 (remove_files) COMPLETE
61602025-09-23T04:36:29.664Z[ recovery-image] Sep 23 04:36:29.200 INFO O| Sep 23 04:36:29.200 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-09-23T04:36:29.664Z[ recovery-image] Sep 23 04:36:29.218 INFO O| Sep 23 04:36:29.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61622025-09-23T04:36:29.664Z[ recovery-image] Sep 23 04:36:29.218 INFO O| Sep 23 04:36:29.218 INFO STEP 437 (remove_files) COMPLETE
61632025-09-23T04:36:29.664Z[ recovery-image] Sep 23 04:36:29.218 INFO O| Sep 23 04:36:29.218 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-09-23T04:36:29.689Z[ recovery-image] Sep 23 04:36:29.234 INFO O| Sep 23 04:36:29.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61652025-09-23T04:36:29.689Z[ recovery-image] Sep 23 04:36:29.234 INFO O| Sep 23 04:36:29.234 INFO STEP 438 (remove_files) COMPLETE
61662025-09-23T04:36:29.689Z[ recovery-image] Sep 23 04:36:29.234 INFO O| Sep 23 04:36:29.234 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-09-23T04:36:29.714Z[ recovery-image] Sep 23 04:36:29.249 INFO O| Sep 23 04:36:29.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61682025-09-23T04:36:29.714Z[ recovery-image] Sep 23 04:36:29.249 INFO O| Sep 23 04:36:29.249 INFO STEP 439 (remove_files) COMPLETE
61692025-09-23T04:36:29.714Z[ recovery-image] Sep 23 04:36:29.249 INFO O| Sep 23 04:36:29.249 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-09-23T04:36:29.714Z[ recovery-image] Sep 23 04:36:29.263 INFO O| Sep 23 04:36:29.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61712025-09-23T04:36:29.714Z[ recovery-image] Sep 23 04:36:29.263 INFO O| Sep 23 04:36:29.263 INFO STEP 440 (remove_files) COMPLETE
61722025-09-23T04:36:29.714Z[ recovery-image] Sep 23 04:36:29.263 INFO O| Sep 23 04:36:29.263 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-09-23T04:36:29.738Z[ recovery-image] Sep 23 04:36:29.277 INFO O| Sep 23 04:36:29.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61742025-09-23T04:36:29.738Z[ recovery-image] Sep 23 04:36:29.277 INFO O| Sep 23 04:36:29.277 INFO STEP 441 (remove_files) COMPLETE
61752025-09-23T04:36:29.738Z[ recovery-image] Sep 23 04:36:29.277 INFO O| Sep 23 04:36:29.277 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-09-23T04:36:29.738Z[ recovery-image] Sep 23 04:36:29.291 INFO O| Sep 23 04:36:29.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61772025-09-23T04:36:29.738Z[ recovery-image] Sep 23 04:36:29.291 INFO O| Sep 23 04:36:29.291 INFO STEP 442 (remove_files) COMPLETE
61782025-09-23T04:36:29.738Z[ recovery-image] Sep 23 04:36:29.291 INFO O| Sep 23 04:36:29.291 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-09-23T04:36:29.763Z[ recovery-image] Sep 23 04:36:29.305 INFO O| Sep 23 04:36:29.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61802025-09-23T04:36:29.763Z[ recovery-image] Sep 23 04:36:29.305 INFO O| Sep 23 04:36:29.305 INFO STEP 443 (remove_files) COMPLETE
61812025-09-23T04:36:29.763Z[ recovery-image] Sep 23 04:36:29.305 INFO O| Sep 23 04:36:29.305 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-09-23T04:36:29.788Z[ recovery-image] Sep 23 04:36:29.320 INFO O| Sep 23 04:36:29.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61832025-09-23T04:36:29.788Z[ recovery-image] Sep 23 04:36:29.320 INFO O| Sep 23 04:36:29.320 INFO STEP 444 (remove_files) COMPLETE
61842025-09-23T04:36:29.788Z[ recovery-image] Sep 23 04:36:29.320 INFO O| Sep 23 04:36:29.320 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-09-23T04:36:29.788Z[ recovery-image] Sep 23 04:36:29.334 INFO O| Sep 23 04:36:29.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61862025-09-23T04:36:29.788Z[ recovery-image] Sep 23 04:36:29.334 INFO O| Sep 23 04:36:29.334 INFO STEP 445 (remove_files) COMPLETE
61872025-09-23T04:36:29.788Z[ recovery-image] Sep 23 04:36:29.334 INFO O| Sep 23 04:36:29.334 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-09-23T04:36:29.812Z[ recovery-image] Sep 23 04:36:29.349 INFO O| Sep 23 04:36:29.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61892025-09-23T04:36:29.812Z[ recovery-image] Sep 23 04:36:29.349 INFO O| Sep 23 04:36:29.349 INFO STEP 446 (remove_files) COMPLETE
61902025-09-23T04:36:29.813Z[ recovery-image] Sep 23 04:36:29.349 INFO O| Sep 23 04:36:29.349 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-09-23T04:36:29.813Z[ recovery-image] Sep 23 04:36:29.365 INFO O| Sep 23 04:36:29.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61922025-09-23T04:36:29.813Z[ recovery-image] Sep 23 04:36:29.365 INFO O| Sep 23 04:36:29.365 INFO STEP 447 (remove_files) COMPLETE
61932025-09-23T04:36:29.813Z[ recovery-image] Sep 23 04:36:29.365 INFO O| Sep 23 04:36:29.365 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-09-23T04:36:29.837Z[ recovery-image] Sep 23 04:36:29.380 INFO O| Sep 23 04:36:29.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61952025-09-23T04:36:29.837Z[ recovery-image] Sep 23 04:36:29.380 INFO O| Sep 23 04:36:29.380 INFO STEP 448 (remove_files) COMPLETE
61962025-09-23T04:36:29.837Z[ recovery-image] Sep 23 04:36:29.380 INFO O| Sep 23 04:36:29.380 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-09-23T04:36:29.862Z[ recovery-image] Sep 23 04:36:29.396 INFO O| Sep 23 04:36:29.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61982025-09-23T04:36:29.862Z[ recovery-image] Sep 23 04:36:29.396 INFO O| Sep 23 04:36:29.396 INFO STEP 449 (remove_files) COMPLETE
61992025-09-23T04:36:29.862Z[ recovery-image] Sep 23 04:36:29.396 INFO O| Sep 23 04:36:29.396 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-09-23T04:36:29.862Z[ recovery-image] Sep 23 04:36:29.410 INFO O| Sep 23 04:36:29.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62012025-09-23T04:36:29.862Z[ recovery-image] Sep 23 04:36:29.410 INFO O| Sep 23 04:36:29.410 INFO STEP 450 (remove_files) COMPLETE
62022025-09-23T04:36:29.862Z[ recovery-image] Sep 23 04:36:29.410 INFO O| Sep 23 04:36:29.410 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-09-23T04:36:29.887Z[ recovery-image] Sep 23 04:36:29.427 INFO O| Sep 23 04:36:29.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62042025-09-23T04:36:29.887Z[ recovery-image] Sep 23 04:36:29.427 INFO O| Sep 23 04:36:29.427 INFO STEP 451 (remove_files) COMPLETE
62052025-09-23T04:36:29.887Z[ recovery-image] Sep 23 04:36:29.427 INFO O| Sep 23 04:36:29.427 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-09-23T04:36:29.912Z[ recovery-image] Sep 23 04:36:29.442 INFO O| Sep 23 04:36:29.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62072025-09-23T04:36:29.912Z[ recovery-image] Sep 23 04:36:29.442 INFO O| Sep 23 04:36:29.442 INFO STEP 452 (remove_files) COMPLETE
62082025-09-23T04:36:29.912Z[ recovery-image] Sep 23 04:36:29.442 INFO O| Sep 23 04:36:29.442 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-09-23T04:36:29.912Z[ recovery-image] Sep 23 04:36:29.460 INFO O| Sep 23 04:36:29.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62102025-09-23T04:36:29.912Z[ recovery-image] Sep 23 04:36:29.460 INFO O| Sep 23 04:36:29.460 INFO STEP 453 (remove_files) COMPLETE
62112025-09-23T04:36:29.912Z[ recovery-image] Sep 23 04:36:29.460 INFO O| Sep 23 04:36:29.460 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-09-23T04:36:29.937Z[ recovery-image] Sep 23 04:36:29.477 INFO O| Sep 23 04:36:29.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62132025-09-23T04:36:29.937Z[ recovery-image] Sep 23 04:36:29.477 INFO O| Sep 23 04:36:29.477 INFO STEP 454 (remove_files) COMPLETE
62142025-09-23T04:36:29.937Z[ recovery-image] Sep 23 04:36:29.477 INFO O| Sep 23 04:36:29.477 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-09-23T04:36:29.962Z[ recovery-image] Sep 23 04:36:29.495 INFO O| Sep 23 04:36:29.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62162025-09-23T04:36:29.962Z[ recovery-image] Sep 23 04:36:29.495 INFO O| Sep 23 04:36:29.495 INFO STEP 455 (remove_files) COMPLETE
62172025-09-23T04:36:29.962Z[ recovery-image] Sep 23 04:36:29.495 INFO O| Sep 23 04:36:29.495 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-09-23T04:36:29.962Z[ recovery-image] Sep 23 04:36:29.514 INFO O| Sep 23 04:36:29.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62192025-09-23T04:36:29.962Z[ recovery-image] Sep 23 04:36:29.514 INFO O| Sep 23 04:36:29.514 INFO STEP 456 (remove_files) COMPLETE
62202025-09-23T04:36:29.962Z[ recovery-image] Sep 23 04:36:29.514 INFO O| Sep 23 04:36:29.514 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-09-23T04:36:29.987Z[ recovery-image] Sep 23 04:36:29.533 INFO O| Sep 23 04:36:29.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62222025-09-23T04:36:29.987Z[ recovery-image] Sep 23 04:36:29.534 INFO O| Sep 23 04:36:29.534 INFO STEP 457 (remove_files) COMPLETE
62232025-09-23T04:36:29.987Z[ recovery-image] Sep 23 04:36:29.534 INFO O| Sep 23 04:36:29.534 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-09-23T04:36:30.012Z[ recovery-image] Sep 23 04:36:29.551 INFO O| Sep 23 04:36:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62252025-09-23T04:36:30.012Z[ recovery-image] Sep 23 04:36:29.551 INFO O| Sep 23 04:36:29.551 INFO STEP 458 (remove_files) COMPLETE
62262025-09-23T04:36:30.012Z[ recovery-image] Sep 23 04:36:29.551 INFO O| Sep 23 04:36:29.551 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-09-23T04:36:30.037Z[ recovery-image] Sep 23 04:36:29.571 INFO O| Sep 23 04:36:29.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62282025-09-23T04:36:30.037Z[ recovery-image] Sep 23 04:36:29.571 INFO O| Sep 23 04:36:29.571 INFO STEP 459 (remove_files) COMPLETE
62292025-09-23T04:36:30.037Z[ recovery-image] Sep 23 04:36:29.571 INFO O| Sep 23 04:36:29.571 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-09-23T04:36:30.037Z[ recovery-image] Sep 23 04:36:29.587 INFO O| Sep 23 04:36:29.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62312025-09-23T04:36:30.037Z[ recovery-image] Sep 23 04:36:29.587 INFO O| Sep 23 04:36:29.587 INFO STEP 460 (remove_files) COMPLETE
62322025-09-23T04:36:30.037Z[ recovery-image] Sep 23 04:36:29.588 INFO O| Sep 23 04:36:29.587 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-09-23T04:36:30.062Z[ recovery-image] Sep 23 04:36:29.606 INFO O| Sep 23 04:36:29.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62342025-09-23T04:36:30.062Z[ recovery-image] Sep 23 04:36:29.606 INFO O| Sep 23 04:36:29.606 INFO STEP 461 (remove_files) COMPLETE
62352025-09-23T04:36:30.062Z[ recovery-image] Sep 23 04:36:29.606 INFO O| Sep 23 04:36:29.606 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-09-23T04:36:30.088Z[ recovery-image] Sep 23 04:36:29.622 INFO O| Sep 23 04:36:29.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62372025-09-23T04:36:30.088Z[ recovery-image] Sep 23 04:36:29.622 INFO O| Sep 23 04:36:29.622 INFO STEP 462 (remove_files) COMPLETE
62382025-09-23T04:36:30.088Z[ recovery-image] Sep 23 04:36:29.622 INFO O| Sep 23 04:36:29.622 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-09-23T04:36:30.088Z[ recovery-image] Sep 23 04:36:29.636 INFO O| Sep 23 04:36:29.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62402025-09-23T04:36:30.088Z[ recovery-image] Sep 23 04:36:29.636 INFO O| Sep 23 04:36:29.636 INFO STEP 463 (remove_files) COMPLETE
62412025-09-23T04:36:30.088Z[ recovery-image] Sep 23 04:36:29.636 INFO O| Sep 23 04:36:29.636 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-09-23T04:36:30.113Z[ recovery-image] Sep 23 04:36:29.655 INFO O| Sep 23 04:36:29.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62432025-09-23T04:36:30.113Z[ recovery-image] Sep 23 04:36:29.655 INFO O| Sep 23 04:36:29.655 INFO STEP 464 (remove_files) COMPLETE
62442025-09-23T04:36:30.113Z[ recovery-image] Sep 23 04:36:29.655 INFO O| Sep 23 04:36:29.655 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-09-23T04:36:30.138Z[ recovery-image] Sep 23 04:36:29.676 INFO O| Sep 23 04:36:29.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62462025-09-23T04:36:30.138Z[ recovery-image] Sep 23 04:36:29.676 INFO O| Sep 23 04:36:29.676 INFO STEP 465 (remove_files) COMPLETE
62472025-09-23T04:36:30.138Z[ recovery-image] Sep 23 04:36:29.676 INFO O| Sep 23 04:36:29.676 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-09-23T04:36:30.163Z[ recovery-image] Sep 23 04:36:29.693 INFO O| Sep 23 04:36:29.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62492025-09-23T04:36:30.163Z[ recovery-image] Sep 23 04:36:29.693 INFO O| Sep 23 04:36:29.693 INFO STEP 466 (remove_files) COMPLETE
62502025-09-23T04:36:30.163Z[ recovery-image] Sep 23 04:36:29.693 INFO O| Sep 23 04:36:29.693 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-09-23T04:36:30.163Z[ recovery-image] Sep 23 04:36:29.710 INFO O| Sep 23 04:36:29.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62522025-09-23T04:36:30.163Z[ recovery-image] Sep 23 04:36:29.710 INFO O| Sep 23 04:36:29.710 INFO STEP 467 (remove_files) COMPLETE
62532025-09-23T04:36:30.163Z[ recovery-image] Sep 23 04:36:29.710 INFO O| Sep 23 04:36:29.710 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-09-23T04:36:30.188Z[ recovery-image] Sep 23 04:36:29.728 INFO O| Sep 23 04:36:29.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62552025-09-23T04:36:30.188Z[ recovery-image] Sep 23 04:36:29.728 INFO O| Sep 23 04:36:29.728 INFO STEP 468 (remove_files) COMPLETE
62562025-09-23T04:36:30.188Z[ recovery-image] Sep 23 04:36:29.728 INFO O| Sep 23 04:36:29.728 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-09-23T04:36:30.213Z[ recovery-image] Sep 23 04:36:29.746 INFO O| Sep 23 04:36:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62582025-09-23T04:36:30.213Z[ recovery-image] Sep 23 04:36:29.746 INFO O| Sep 23 04:36:29.746 INFO STEP 469 (remove_files) COMPLETE
62592025-09-23T04:36:30.213Z[ recovery-image] Sep 23 04:36:29.746 INFO O| Sep 23 04:36:29.746 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-09-23T04:36:30.237Z[ recovery-image] Sep 23 04:36:29.769 INFO O| Sep 23 04:36:29.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62612025-09-23T04:36:30.237Z[ recovery-image] Sep 23 04:36:29.769 INFO O| Sep 23 04:36:29.769 INFO STEP 470 (remove_files) COMPLETE
62622025-09-23T04:36:30.237Z[ recovery-image] Sep 23 04:36:29.769 INFO O| Sep 23 04:36:29.769 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-09-23T04:36:30.237Z[ recovery-image] Sep 23 04:36:29.785 INFO O| Sep 23 04:36:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62642025-09-23T04:36:30.237Z[ recovery-image] Sep 23 04:36:29.785 INFO O| Sep 23 04:36:29.785 INFO STEP 471 (remove_files) COMPLETE
62652025-09-23T04:36:30.238Z[ recovery-image] Sep 23 04:36:29.785 INFO O| Sep 23 04:36:29.785 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-09-23T04:36:30.262Z[ recovery-image] Sep 23 04:36:29.803 INFO O| Sep 23 04:36:29.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62672025-09-23T04:36:30.262Z[ recovery-image] Sep 23 04:36:29.803 INFO O| Sep 23 04:36:29.803 INFO STEP 472 (remove_files) COMPLETE
62682025-09-23T04:36:30.262Z[ recovery-image] Sep 23 04:36:29.803 INFO O| Sep 23 04:36:29.803 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-09-23T04:36:30.287Z[ recovery-image] Sep 23 04:36:29.820 INFO O| Sep 23 04:36:29.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62702025-09-23T04:36:30.287Z[ recovery-image] Sep 23 04:36:29.820 INFO O| Sep 23 04:36:29.820 INFO STEP 473 (remove_files) COMPLETE
62712025-09-23T04:36:30.287Z[ recovery-image] Sep 23 04:36:29.820 INFO O| Sep 23 04:36:29.820 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-09-23T04:36:30.287Z[ recovery-image] Sep 23 04:36:29.838 INFO O| Sep 23 04:36:29.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62732025-09-23T04:36:30.287Z[ recovery-image] Sep 23 04:36:29.838 INFO O| Sep 23 04:36:29.838 INFO STEP 474 (remove_files) COMPLETE
62742025-09-23T04:36:30.287Z[ recovery-image] Sep 23 04:36:29.838 INFO O| Sep 23 04:36:29.838 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-09-23T04:36:30.312Z[ recovery-image] Sep 23 04:36:29.854 INFO O| Sep 23 04:36:29.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62762025-09-23T04:36:30.312Z[ recovery-image] Sep 23 04:36:29.854 INFO O| Sep 23 04:36:29.854 INFO STEP 475 (remove_files) COMPLETE
62772025-09-23T04:36:30.312Z[ recovery-image] Sep 23 04:36:29.854 INFO O| Sep 23 04:36:29.854 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-09-23T04:36:30.336Z[ recovery-image] Sep 23 04:36:29.869 INFO O| Sep 23 04:36:29.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62792025-09-23T04:36:30.337Z[ recovery-image] Sep 23 04:36:29.870 INFO O| Sep 23 04:36:29.870 INFO STEP 476 (remove_files) COMPLETE
62802025-09-23T04:36:30.337Z[ recovery-image] Sep 23 04:36:29.870 INFO O| Sep 23 04:36:29.870 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-09-23T04:36:30.337Z[ recovery-image] Sep 23 04:36:29.884 INFO O| Sep 23 04:36:29.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62822025-09-23T04:36:30.337Z[ recovery-image] Sep 23 04:36:29.884 INFO O| Sep 23 04:36:29.884 INFO STEP 477 (remove_files) COMPLETE
62832025-09-23T04:36:30.337Z[ recovery-image] Sep 23 04:36:29.884 INFO O| Sep 23 04:36:29.884 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-09-23T04:36:30.361Z[ recovery-image] Sep 23 04:36:29.897 INFO O| Sep 23 04:36:29.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62852025-09-23T04:36:30.361Z[ recovery-image] Sep 23 04:36:29.898 INFO O| Sep 23 04:36:29.898 INFO STEP 478 (remove_files) COMPLETE
62862025-09-23T04:36:30.361Z[ recovery-image] Sep 23 04:36:29.898 INFO O| Sep 23 04:36:29.898 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-09-23T04:36:30.361Z[ recovery-image] Sep 23 04:36:29.914 INFO O| Sep 23 04:36:29.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62882025-09-23T04:36:30.361Z[ recovery-image] Sep 23 04:36:29.914 INFO O| Sep 23 04:36:29.914 INFO STEP 479 (remove_files) COMPLETE
62892025-09-23T04:36:30.361Z[ recovery-image] Sep 23 04:36:29.914 INFO O| Sep 23 04:36:29.914 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-09-23T04:36:30.386Z[ recovery-image] Sep 23 04:36:29.930 INFO O| Sep 23 04:36:29.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62912025-09-23T04:36:30.386Z[ recovery-image] Sep 23 04:36:29.930 INFO O| Sep 23 04:36:29.930 INFO STEP 480 (remove_files) COMPLETE
62922025-09-23T04:36:30.386Z[ recovery-image] Sep 23 04:36:29.930 INFO O| Sep 23 04:36:29.930 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-09-23T04:36:30.411Z[ recovery-image] Sep 23 04:36:29.946 INFO O| Sep 23 04:36:29.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62942025-09-23T04:36:30.411Z[ recovery-image] Sep 23 04:36:29.946 INFO O| Sep 23 04:36:29.946 INFO STEP 481 (remove_files) COMPLETE
62952025-09-23T04:36:30.411Z[ recovery-image] Sep 23 04:36:29.946 INFO O| Sep 23 04:36:29.946 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-09-23T04:36:30.411Z[ recovery-image] Sep 23 04:36:29.961 INFO O| Sep 23 04:36:29.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62972025-09-23T04:36:30.411Z[ recovery-image] Sep 23 04:36:29.961 INFO O| Sep 23 04:36:29.961 INFO STEP 482 (remove_files) COMPLETE
62982025-09-23T04:36:30.411Z[ recovery-image] Sep 23 04:36:29.961 INFO O| Sep 23 04:36:29.961 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-09-23T04:36:30.436Z[ recovery-image] Sep 23 04:36:29.976 INFO O| Sep 23 04:36:29.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63002025-09-23T04:36:30.436Z[ recovery-image] Sep 23 04:36:29.976 INFO O| Sep 23 04:36:29.976 INFO STEP 483 (remove_files) COMPLETE
63012025-09-23T04:36:30.436Z[ recovery-image] Sep 23 04:36:29.976 INFO O| Sep 23 04:36:29.976 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-09-23T04:36:30.436Z[ recovery-image] Sep 23 04:36:29.990 INFO O| Sep 23 04:36:29.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63032025-09-23T04:36:30.436Z[ recovery-image] Sep 23 04:36:29.990 INFO O| Sep 23 04:36:29.990 INFO STEP 484 (remove_files) COMPLETE
63042025-09-23T04:36:30.436Z[ recovery-image] Sep 23 04:36:29.991 INFO O| Sep 23 04:36:29.990 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-09-23T04:36:30.461Z[ recovery-image] Sep 23 04:36:30.009 INFO O| Sep 23 04:36:30.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63062025-09-23T04:36:30.461Z[ recovery-image] Sep 23 04:36:30.009 INFO O| Sep 23 04:36:30.009 INFO STEP 485 (remove_files) COMPLETE
63072025-09-23T04:36:30.461Z[ recovery-image] Sep 23 04:36:30.009 INFO O| Sep 23 04:36:30.009 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-09-23T04:36:30.486Z[ recovery-image] Sep 23 04:36:30.024 INFO O| Sep 23 04:36:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63092025-09-23T04:36:30.486Z[ recovery-image] Sep 23 04:36:30.024 INFO O| Sep 23 04:36:30.024 INFO STEP 486 (remove_files) COMPLETE
63102025-09-23T04:36:30.486Z[ recovery-image] Sep 23 04:36:30.024 INFO O| Sep 23 04:36:30.024 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-09-23T04:36:30.486Z[ recovery-image] Sep 23 04:36:30.039 INFO O| Sep 23 04:36:30.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63122025-09-23T04:36:30.486Z[ recovery-image] Sep 23 04:36:30.040 INFO O| Sep 23 04:36:30.040 INFO STEP 487 (remove_files) COMPLETE
63132025-09-23T04:36:30.486Z[ recovery-image] Sep 23 04:36:30.040 INFO O| Sep 23 04:36:30.040 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-09-23T04:36:30.511Z[ recovery-image] Sep 23 04:36:30.057 INFO O| Sep 23 04:36:30.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63152025-09-23T04:36:30.511Z[ recovery-image] Sep 23 04:36:30.057 INFO O| Sep 23 04:36:30.057 INFO STEP 488 (remove_files) COMPLETE
63162025-09-23T04:36:30.511Z[ recovery-image] Sep 23 04:36:30.057 INFO O| Sep 23 04:36:30.057 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-09-23T04:36:30.536Z[ recovery-image] Sep 23 04:36:30.074 INFO O| Sep 23 04:36:30.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63182025-09-23T04:36:30.536Z[ recovery-image] Sep 23 04:36:30.075 INFO O| Sep 23 04:36:30.074 INFO STEP 489 (remove_files) COMPLETE
63192025-09-23T04:36:30.536Z[ recovery-image] Sep 23 04:36:30.075 INFO O| Sep 23 04:36:30.075 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-09-23T04:36:30.536Z[ recovery-image] Sep 23 04:36:30.090 INFO O| Sep 23 04:36:30.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63212025-09-23T04:36:30.536Z[ recovery-image] Sep 23 04:36:30.090 INFO O| Sep 23 04:36:30.090 INFO STEP 490 (remove_files) COMPLETE
63222025-09-23T04:36:30.536Z[ recovery-image] Sep 23 04:36:30.090 INFO O| Sep 23 04:36:30.090 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-09-23T04:36:30.561Z[ recovery-image] Sep 23 04:36:30.105 INFO O| Sep 23 04:36:30.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63242025-09-23T04:36:30.561Z[ recovery-image] Sep 23 04:36:30.105 INFO O| Sep 23 04:36:30.105 INFO STEP 491 (remove_files) COMPLETE
63252025-09-23T04:36:30.561Z[ recovery-image] Sep 23 04:36:30.105 INFO O| Sep 23 04:36:30.105 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-09-23T04:36:30.586Z[ recovery-image] Sep 23 04:36:30.119 INFO O| Sep 23 04:36:30.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63272025-09-23T04:36:30.586Z[ recovery-image] Sep 23 04:36:30.119 INFO O| Sep 23 04:36:30.119 INFO STEP 492 (remove_files) COMPLETE
63282025-09-23T04:36:30.586Z[ recovery-image] Sep 23 04:36:30.119 INFO O| Sep 23 04:36:30.119 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-09-23T04:36:30.586Z[ recovery-image] Sep 23 04:36:30.133 INFO O| Sep 23 04:36:30.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63302025-09-23T04:36:30.586Z[ recovery-image] Sep 23 04:36:30.133 INFO O| Sep 23 04:36:30.133 INFO STEP 493 (remove_files) COMPLETE
63312025-09-23T04:36:30.586Z[ recovery-image] Sep 23 04:36:30.133 INFO O| Sep 23 04:36:30.133 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-09-23T04:36:30.611Z[ recovery-image] Sep 23 04:36:30.150 INFO O| Sep 23 04:36:30.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63332025-09-23T04:36:30.611Z[ recovery-image] Sep 23 04:36:30.150 INFO O| Sep 23 04:36:30.150 INFO STEP 494 (remove_files) COMPLETE
63342025-09-23T04:36:30.611Z[ recovery-image] Sep 23 04:36:30.150 INFO O| Sep 23 04:36:30.150 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-09-23T04:36:30.611Z[ recovery-image] Sep 23 04:36:30.164 INFO O| Sep 23 04:36:30.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63362025-09-23T04:36:30.611Z[ recovery-image] Sep 23 04:36:30.165 INFO O| Sep 23 04:36:30.165 INFO STEP 495 (remove_files) COMPLETE
63372025-09-23T04:36:30.611Z[ recovery-image] Sep 23 04:36:30.165 INFO O| Sep 23 04:36:30.165 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-09-23T04:36:30.636Z[ recovery-image] Sep 23 04:36:30.178 INFO O| Sep 23 04:36:30.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63392025-09-23T04:36:30.636Z[ recovery-image] Sep 23 04:36:30.179 INFO O| Sep 23 04:36:30.179 INFO STEP 496 (remove_files) COMPLETE
63402025-09-23T04:36:30.636Z[ recovery-image] Sep 23 04:36:30.179 INFO O| Sep 23 04:36:30.179 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-09-23T04:36:30.661Z[ recovery-image] Sep 23 04:36:30.193 INFO O| Sep 23 04:36:30.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63422025-09-23T04:36:30.661Z[ recovery-image] Sep 23 04:36:30.193 INFO O| Sep 23 04:36:30.193 INFO STEP 497 (remove_files) COMPLETE
63432025-09-23T04:36:30.661Z[ recovery-image] Sep 23 04:36:30.193 INFO O| Sep 23 04:36:30.193 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-09-23T04:36:30.661Z[ recovery-image] Sep 23 04:36:30.208 INFO O| Sep 23 04:36:30.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63452025-09-23T04:36:30.661Z[ recovery-image] Sep 23 04:36:30.208 INFO O| Sep 23 04:36:30.208 INFO STEP 498 (remove_files) COMPLETE
63462025-09-23T04:36:30.661Z[ recovery-image] Sep 23 04:36:30.208 INFO O| Sep 23 04:36:30.208 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-09-23T04:36:30.686Z[ recovery-image] Sep 23 04:36:30.226 INFO O| Sep 23 04:36:30.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63482025-09-23T04:36:30.686Z[ recovery-image] Sep 23 04:36:30.226 INFO O| Sep 23 04:36:30.226 INFO STEP 499 (remove_files) COMPLETE
63492025-09-23T04:36:30.686Z[ recovery-image] Sep 23 04:36:30.226 INFO O| Sep 23 04:36:30.226 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-09-23T04:36:30.686Z[ recovery-image] Sep 23 04:36:30.239 INFO O| Sep 23 04:36:30.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63512025-09-23T04:36:30.686Z[ recovery-image] Sep 23 04:36:30.240 INFO O| Sep 23 04:36:30.240 INFO STEP 500 (remove_files) COMPLETE
63522025-09-23T04:36:30.686Z[ recovery-image] Sep 23 04:36:30.240 INFO O| Sep 23 04:36:30.240 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-09-23T04:36:30.711Z[ recovery-image] Sep 23 04:36:30.256 INFO O| Sep 23 04:36:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63542025-09-23T04:36:30.711Z[ recovery-image] Sep 23 04:36:30.257 INFO O| Sep 23 04:36:30.257 INFO STEP 501 (remove_files) COMPLETE
63552025-09-23T04:36:30.711Z[ recovery-image] Sep 23 04:36:30.257 INFO O| Sep 23 04:36:30.257 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-09-23T04:36:30.736Z[ recovery-image] Sep 23 04:36:30.269 INFO O| Sep 23 04:36:30.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63572025-09-23T04:36:30.736Z[ recovery-image] Sep 23 04:36:30.269 INFO O| Sep 23 04:36:30.269 INFO STEP 502 (remove_files) COMPLETE
63582025-09-23T04:36:30.736Z[ recovery-image] Sep 23 04:36:30.269 INFO O| Sep 23 04:36:30.269 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-09-23T04:36:30.736Z[ recovery-image] Sep 23 04:36:30.281 INFO O| Sep 23 04:36:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63602025-09-23T04:36:30.736Z[ recovery-image] Sep 23 04:36:30.281 INFO O| Sep 23 04:36:30.281 INFO STEP 503 (remove_files) COMPLETE
63612025-09-23T04:36:30.736Z[ recovery-image] Sep 23 04:36:30.281 INFO O| Sep 23 04:36:30.281 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-09-23T04:36:30.761Z[ recovery-image] Sep 23 04:36:30.297 INFO O| Sep 23 04:36:30.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63632025-09-23T04:36:30.761Z[ recovery-image] Sep 23 04:36:30.298 INFO O| Sep 23 04:36:30.298 INFO STEP 504 (remove_files) COMPLETE
63642025-09-23T04:36:30.761Z[ recovery-image] Sep 23 04:36:30.298 INFO O| Sep 23 04:36:30.298 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-09-23T04:36:30.761Z[ recovery-image] Sep 23 04:36:30.311 INFO O| Sep 23 04:36:30.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63662025-09-23T04:36:30.761Z[ recovery-image] Sep 23 04:36:30.311 INFO O| Sep 23 04:36:30.311 INFO STEP 505 (remove_files) COMPLETE
63672025-09-23T04:36:30.761Z[ recovery-image] Sep 23 04:36:30.311 INFO O| Sep 23 04:36:30.311 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-09-23T04:36:30.786Z[ recovery-image] Sep 23 04:36:30.325 INFO O| Sep 23 04:36:30.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63692025-09-23T04:36:30.786Z[ recovery-image] Sep 23 04:36:30.325 INFO O| Sep 23 04:36:30.325 INFO STEP 506 (remove_files) COMPLETE
63702025-09-23T04:36:30.786Z[ recovery-image] Sep 23 04:36:30.325 INFO O| Sep 23 04:36:30.325 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-09-23T04:36:30.786Z[ recovery-image] Sep 23 04:36:30.338 INFO O| Sep 23 04:36:30.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63722025-09-23T04:36:30.786Z[ recovery-image] Sep 23 04:36:30.338 INFO O| Sep 23 04:36:30.338 INFO STEP 507 (remove_files) COMPLETE
63732025-09-23T04:36:30.786Z[ recovery-image] Sep 23 04:36:30.338 INFO O| Sep 23 04:36:30.338 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-09-23T04:36:30.811Z[ recovery-image] Sep 23 04:36:30.353 INFO O| Sep 23 04:36:30.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63752025-09-23T04:36:30.811Z[ recovery-image] Sep 23 04:36:30.353 INFO O| Sep 23 04:36:30.353 INFO STEP 508 (remove_files) COMPLETE
63762025-09-23T04:36:30.811Z[ recovery-image] Sep 23 04:36:30.353 INFO O| Sep 23 04:36:30.353 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-09-23T04:36:30.835Z[ recovery-image] Sep 23 04:36:30.368 INFO O| Sep 23 04:36:30.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63782025-09-23T04:36:30.835Z[ recovery-image] Sep 23 04:36:30.369 INFO O| Sep 23 04:36:30.368 INFO STEP 509 (remove_files) COMPLETE
63792025-09-23T04:36:30.836Z[ recovery-image] Sep 23 04:36:30.369 INFO O| Sep 23 04:36:30.368 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-09-23T04:36:30.836Z[ recovery-image] Sep 23 04:36:30.384 INFO O| Sep 23 04:36:30.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63812025-09-23T04:36:30.836Z[ recovery-image] Sep 23 04:36:30.384 INFO O| Sep 23 04:36:30.384 INFO STEP 510 (remove_files) COMPLETE
63822025-09-23T04:36:30.836Z[ recovery-image] Sep 23 04:36:30.384 INFO O| Sep 23 04:36:30.384 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-09-23T04:36:30.860Z[ recovery-image] Sep 23 04:36:30.398 INFO O| Sep 23 04:36:30.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63842025-09-23T04:36:30.860Z[ recovery-image] Sep 23 04:36:30.398 INFO O| Sep 23 04:36:30.398 INFO STEP 511 (remove_files) COMPLETE
63852025-09-23T04:36:30.860Z[ recovery-image] Sep 23 04:36:30.398 INFO O| Sep 23 04:36:30.398 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-09-23T04:36:30.860Z[ recovery-image] Sep 23 04:36:30.413 INFO O| Sep 23 04:36:30.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63872025-09-23T04:36:30.861Z[ recovery-image] Sep 23 04:36:30.413 INFO O| Sep 23 04:36:30.413 INFO STEP 512 (remove_files) COMPLETE
63882025-09-23T04:36:30.861Z[ recovery-image] Sep 23 04:36:30.413 INFO O| Sep 23 04:36:30.413 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-09-23T04:36:30.886Z[ recovery-image] Sep 23 04:36:30.431 INFO O| Sep 23 04:36:30.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63902025-09-23T04:36:30.886Z[ recovery-image] Sep 23 04:36:30.431 INFO O| Sep 23 04:36:30.431 INFO STEP 513 (remove_files) COMPLETE
63912025-09-23T04:36:30.886Z[ recovery-image] Sep 23 04:36:30.431 INFO O| Sep 23 04:36:30.431 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-09-23T04:36:30.910Z[ recovery-image] Sep 23 04:36:30.445 INFO O| Sep 23 04:36:30.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63932025-09-23T04:36:30.910Z[ recovery-image] Sep 23 04:36:30.445 INFO O| Sep 23 04:36:30.445 INFO STEP 514 (remove_files) COMPLETE
63942025-09-23T04:36:30.910Z[ recovery-image] Sep 23 04:36:30.445 INFO O| Sep 23 04:36:30.445 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-09-23T04:36:30.910Z[ recovery-image] Sep 23 04:36:30.463 INFO O| Sep 23 04:36:30.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63962025-09-23T04:36:30.910Z[ recovery-image] Sep 23 04:36:30.463 INFO O| Sep 23 04:36:30.463 INFO STEP 515 (remove_files) COMPLETE
63972025-09-23T04:36:30.910Z[ recovery-image] Sep 23 04:36:30.463 INFO O| Sep 23 04:36:30.463 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-09-23T04:36:30.935Z[ recovery-image] Sep 23 04:36:30.476 INFO O| Sep 23 04:36:30.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63992025-09-23T04:36:30.935Z[ recovery-image] Sep 23 04:36:30.476 INFO O| Sep 23 04:36:30.476 INFO STEP 516 (remove_files) COMPLETE
64002025-09-23T04:36:30.935Z[ recovery-image] Sep 23 04:36:30.476 INFO O| Sep 23 04:36:30.476 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-09-23T04:36:30.960Z[ recovery-image] Sep 23 04:36:30.494 INFO O| Sep 23 04:36:30.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64022025-09-23T04:36:30.960Z[ recovery-image] Sep 23 04:36:30.494 INFO O| Sep 23 04:36:30.494 INFO STEP 517 (remove_files) COMPLETE
64032025-09-23T04:36:30.960Z[ recovery-image] Sep 23 04:36:30.494 INFO O| Sep 23 04:36:30.494 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-09-23T04:36:30.960Z[ recovery-image] Sep 23 04:36:30.507 INFO O| Sep 23 04:36:30.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64052025-09-23T04:36:30.960Z[ recovery-image] Sep 23 04:36:30.507 INFO O| Sep 23 04:36:30.507 INFO STEP 518 (remove_files) COMPLETE
64062025-09-23T04:36:30.960Z[ recovery-image] Sep 23 04:36:30.507 INFO O| Sep 23 04:36:30.507 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-09-23T04:36:30.985Z[ recovery-image] Sep 23 04:36:30.519 INFO O| Sep 23 04:36:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64082025-09-23T04:36:30.985Z[ recovery-image] Sep 23 04:36:30.519 INFO O| Sep 23 04:36:30.519 INFO STEP 519 (remove_files) COMPLETE
64092025-09-23T04:36:30.985Z[ recovery-image] Sep 23 04:36:30.519 INFO O| Sep 23 04:36:30.519 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-09-23T04:36:30.985Z[ recovery-image] Sep 23 04:36:30.531 INFO O| Sep 23 04:36:30.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64112025-09-23T04:36:30.985Z[ recovery-image] Sep 23 04:36:30.532 INFO O| Sep 23 04:36:30.531 INFO STEP 520 (remove_files) COMPLETE
64122025-09-23T04:36:30.985Z[ recovery-image] Sep 23 04:36:30.532 INFO O| Sep 23 04:36:30.531 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-09-23T04:36:31.010Z[ recovery-image] Sep 23 04:36:30.543 INFO O| Sep 23 04:36:30.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64142025-09-23T04:36:31.010Z[ recovery-image] Sep 23 04:36:30.543 INFO O| Sep 23 04:36:30.543 INFO STEP 521 (remove_files) COMPLETE
64152025-09-23T04:36:31.010Z[ recovery-image] Sep 23 04:36:30.543 INFO O| Sep 23 04:36:30.543 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-09-23T04:36:31.010Z[ recovery-image] Sep 23 04:36:30.554 INFO O| Sep 23 04:36:30.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64172025-09-23T04:36:31.010Z[ recovery-image] Sep 23 04:36:30.555 INFO O| Sep 23 04:36:30.554 INFO STEP 522 (remove_files) COMPLETE
64182025-09-23T04:36:31.010Z[ recovery-image] Sep 23 04:36:30.555 INFO O| Sep 23 04:36:30.555 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-09-23T04:36:31.035Z[ recovery-image] Sep 23 04:36:30.565 INFO O| Sep 23 04:36:30.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64202025-09-23T04:36:31.035Z[ recovery-image] Sep 23 04:36:30.566 INFO O| Sep 23 04:36:30.566 INFO STEP 523 (remove_files) COMPLETE
64212025-09-23T04:36:31.035Z[ recovery-image] Sep 23 04:36:30.566 INFO O| Sep 23 04:36:30.566 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-09-23T04:36:31.035Z[ recovery-image] Sep 23 04:36:30.578 INFO O| Sep 23 04:36:30.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64232025-09-23T04:36:31.035Z[ recovery-image] Sep 23 04:36:30.578 INFO O| Sep 23 04:36:30.578 INFO STEP 524 (remove_files) COMPLETE
64242025-09-23T04:36:31.035Z[ recovery-image] Sep 23 04:36:30.578 INFO O| Sep 23 04:36:30.578 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-09-23T04:36:31.060Z[ recovery-image] Sep 23 04:36:30.590 INFO O| Sep 23 04:36:30.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64262025-09-23T04:36:31.060Z[ recovery-image] Sep 23 04:36:30.590 INFO O| Sep 23 04:36:30.590 INFO STEP 525 (remove_files) COMPLETE
64272025-09-23T04:36:31.060Z[ recovery-image] Sep 23 04:36:30.590 INFO O| Sep 23 04:36:30.590 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-09-23T04:36:31.060Z[ recovery-image] Sep 23 04:36:30.608 INFO O| Sep 23 04:36:30.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64292025-09-23T04:36:31.060Z[ recovery-image] Sep 23 04:36:30.608 INFO O| Sep 23 04:36:30.608 INFO STEP 526 (remove_files) COMPLETE
64302025-09-23T04:36:31.060Z[ recovery-image] Sep 23 04:36:30.608 INFO O| Sep 23 04:36:30.608 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-09-23T04:36:31.085Z[ recovery-image] Sep 23 04:36:30.626 INFO O| Sep 23 04:36:30.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64322025-09-23T04:36:31.085Z[ recovery-image] Sep 23 04:36:30.626 INFO O| Sep 23 04:36:30.626 INFO STEP 527 (remove_files) COMPLETE
64332025-09-23T04:36:31.085Z[ recovery-image] Sep 23 04:36:30.626 INFO O| Sep 23 04:36:30.626 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-09-23T04:36:31.109Z[ recovery-image] Sep 23 04:36:30.644 INFO O| Sep 23 04:36:30.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64352025-09-23T04:36:31.110Z[ recovery-image] Sep 23 04:36:30.644 INFO O| Sep 23 04:36:30.644 INFO STEP 528 (remove_files) COMPLETE
64362025-09-23T04:36:31.110Z[ recovery-image] Sep 23 04:36:30.644 INFO O| Sep 23 04:36:30.644 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-09-23T04:36:31.134Z[ recovery-image] Sep 23 04:36:30.666 INFO O| Sep 23 04:36:30.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64382025-09-23T04:36:31.134Z[ recovery-image] Sep 23 04:36:30.667 INFO O| Sep 23 04:36:30.667 INFO STEP 529 (remove_files) COMPLETE
64392025-09-23T04:36:31.134Z[ recovery-image] Sep 23 04:36:30.667 INFO O| Sep 23 04:36:30.667 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-09-23T04:36:31.159Z[ recovery-image] Sep 23 04:36:30.689 INFO O| Sep 23 04:36:30.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64412025-09-23T04:36:31.159Z[ recovery-image] Sep 23 04:36:30.689 INFO O| Sep 23 04:36:30.689 INFO STEP 530 (remove_files) COMPLETE
64422025-09-23T04:36:31.159Z[ recovery-image] Sep 23 04:36:30.689 INFO O| Sep 23 04:36:30.689 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-09-23T04:36:31.159Z[ recovery-image] Sep 23 04:36:30.706 INFO O| Sep 23 04:36:30.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64442025-09-23T04:36:31.159Z[ recovery-image] Sep 23 04:36:30.706 INFO O| Sep 23 04:36:30.706 INFO STEP 531 (remove_files) COMPLETE
64452025-09-23T04:36:31.159Z[ recovery-image] Sep 23 04:36:30.706 INFO O| Sep 23 04:36:30.706 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-09-23T04:36:31.184Z[ recovery-image] Sep 23 04:36:30.724 INFO O| Sep 23 04:36:30.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64472025-09-23T04:36:31.184Z[ recovery-image] Sep 23 04:36:30.724 INFO O| Sep 23 04:36:30.724 INFO STEP 532 (remove_files) COMPLETE
64482025-09-23T04:36:31.184Z[ recovery-image] Sep 23 04:36:30.725 INFO O| Sep 23 04:36:30.724 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-09-23T04:36:31.209Z[ recovery-image] Sep 23 04:36:30.743 INFO O| Sep 23 04:36:30.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64502025-09-23T04:36:31.209Z[ recovery-image] Sep 23 04:36:30.743 INFO O| Sep 23 04:36:30.743 INFO STEP 533 (remove_files) COMPLETE
64512025-09-23T04:36:31.209Z[ recovery-image] Sep 23 04:36:30.743 INFO O| Sep 23 04:36:30.743 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-09-23T04:36:31.209Z[ recovery-image] Sep 23 04:36:30.761 INFO O| Sep 23 04:36:30.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64532025-09-23T04:36:31.209Z[ recovery-image] Sep 23 04:36:30.761 INFO O| Sep 23 04:36:30.761 INFO STEP 534 (remove_files) COMPLETE
64542025-09-23T04:36:31.209Z[ recovery-image] Sep 23 04:36:30.761 INFO O| Sep 23 04:36:30.761 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-09-23T04:36:31.234Z[ recovery-image] Sep 23 04:36:30.774 INFO O| Sep 23 04:36:30.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64562025-09-23T04:36:31.234Z[ recovery-image] Sep 23 04:36:30.775 INFO O| Sep 23 04:36:30.775 INFO STEP 535 (remove_files) COMPLETE
64572025-09-23T04:36:31.234Z[ recovery-image] Sep 23 04:36:30.775 INFO O| Sep 23 04:36:30.775 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-09-23T04:36:31.259Z[ recovery-image] Sep 23 04:36:30.792 INFO O| Sep 23 04:36:30.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64592025-09-23T04:36:31.259Z[ recovery-image] Sep 23 04:36:30.793 INFO O| Sep 23 04:36:30.793 INFO STEP 536 (remove_files) COMPLETE
64602025-09-23T04:36:31.259Z[ recovery-image] Sep 23 04:36:30.793 INFO O| Sep 23 04:36:30.793 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-09-23T04:36:31.259Z[ recovery-image] Sep 23 04:36:30.807 INFO O| Sep 23 04:36:30.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64622025-09-23T04:36:31.259Z[ recovery-image] Sep 23 04:36:30.807 INFO O| Sep 23 04:36:30.807 INFO STEP 537 (remove_files) COMPLETE
64632025-09-23T04:36:31.259Z[ recovery-image] Sep 23 04:36:30.807 INFO O| Sep 23 04:36:30.807 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-09-23T04:36:31.284Z[ recovery-image] Sep 23 04:36:30.822 INFO O| Sep 23 04:36:30.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64652025-09-23T04:36:31.284Z[ recovery-image] Sep 23 04:36:30.822 INFO O| Sep 23 04:36:30.822 INFO STEP 538 (remove_files) COMPLETE
64662025-09-23T04:36:31.284Z[ recovery-image] Sep 23 04:36:30.822 INFO O| Sep 23 04:36:30.822 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-09-23T04:36:31.308Z[ recovery-image] Sep 23 04:36:30.850 INFO O| Sep 23 04:36:30.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64682025-09-23T04:36:31.308Z[ recovery-image] Sep 23 04:36:30.850 INFO O| Sep 23 04:36:30.850 INFO STEP 539 (remove_files) COMPLETE
64692025-09-23T04:36:31.308Z[ recovery-image] Sep 23 04:36:30.850 INFO O| Sep 23 04:36:30.850 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-09-23T04:36:31.333Z[ recovery-image] Sep 23 04:36:30.864 INFO O| Sep 23 04:36:30.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64712025-09-23T04:36:31.333Z[ recovery-image] Sep 23 04:36:30.865 INFO O| Sep 23 04:36:30.865 INFO STEP 540 (remove_files) COMPLETE
64722025-09-23T04:36:31.333Z[ recovery-image] Sep 23 04:36:30.865 INFO O| Sep 23 04:36:30.865 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-09-23T04:36:31.333Z[ recovery-image] Sep 23 04:36:30.880 INFO O| Sep 23 04:36:30.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64742025-09-23T04:36:31.333Z[ recovery-image] Sep 23 04:36:30.880 INFO O| Sep 23 04:36:30.880 INFO STEP 541 (remove_files) COMPLETE
64752025-09-23T04:36:31.333Z[ recovery-image] Sep 23 04:36:30.880 INFO O| Sep 23 04:36:30.880 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-09-23T04:36:31.358Z[ recovery-image] Sep 23 04:36:30.896 INFO O| Sep 23 04:36:30.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64772025-09-23T04:36:31.358Z[ recovery-image] Sep 23 04:36:30.896 INFO O| Sep 23 04:36:30.896 INFO STEP 542 (remove_files) COMPLETE
64782025-09-23T04:36:31.358Z[ recovery-image] Sep 23 04:36:30.896 INFO O| Sep 23 04:36:30.896 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-09-23T04:36:31.383Z[ recovery-image] Sep 23 04:36:30.913 INFO O| Sep 23 04:36:30.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64802025-09-23T04:36:31.383Z[ recovery-image] Sep 23 04:36:30.913 INFO O| Sep 23 04:36:30.913 INFO STEP 543 (remove_files) COMPLETE
64812025-09-23T04:36:31.383Z[ recovery-image] Sep 23 04:36:30.913 INFO O| Sep 23 04:36:30.913 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-09-23T04:36:31.383Z[ recovery-image] Sep 23 04:36:30.929 INFO O| Sep 23 04:36:30.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64832025-09-23T04:36:31.383Z[ recovery-image] Sep 23 04:36:30.930 INFO O| Sep 23 04:36:30.930 INFO STEP 544 (remove_files) COMPLETE
64842025-09-23T04:36:31.383Z[ recovery-image] Sep 23 04:36:30.930 INFO O| Sep 23 04:36:30.930 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-09-23T04:36:31.408Z[ recovery-image] Sep 23 04:36:30.946 INFO O| Sep 23 04:36:30.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64862025-09-23T04:36:31.408Z[ recovery-image] Sep 23 04:36:30.946 INFO O| Sep 23 04:36:30.946 INFO STEP 545 (remove_files) COMPLETE
64872025-09-23T04:36:31.408Z[ recovery-image] Sep 23 04:36:30.946 INFO O| Sep 23 04:36:30.946 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-09-23T04:36:31.408Z[ recovery-image] Sep 23 04:36:30.962 INFO O| Sep 23 04:36:30.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64892025-09-23T04:36:31.408Z[ recovery-image] Sep 23 04:36:30.962 INFO O| Sep 23 04:36:30.962 INFO STEP 546 (remove_files) COMPLETE
64902025-09-23T04:36:31.408Z[ recovery-image] Sep 23 04:36:30.962 INFO O| Sep 23 04:36:30.962 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-09-23T04:36:31.433Z[ recovery-image] Sep 23 04:36:30.978 INFO O| Sep 23 04:36:30.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64922025-09-23T04:36:31.433Z[ recovery-image] Sep 23 04:36:30.978 INFO O| Sep 23 04:36:30.978 INFO STEP 547 (remove_files) COMPLETE
64932025-09-23T04:36:31.433Z[ recovery-image] Sep 23 04:36:30.978 INFO O| Sep 23 04:36:30.978 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-09-23T04:36:31.458Z[ recovery-image] Sep 23 04:36:30.992 INFO O| Sep 23 04:36:30.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64952025-09-23T04:36:31.458Z[ recovery-image] Sep 23 04:36:30.992 INFO O| Sep 23 04:36:30.992 INFO STEP 548 (remove_files) COMPLETE
64962025-09-23T04:36:31.458Z[ recovery-image] Sep 23 04:36:30.992 INFO O| Sep 23 04:36:30.992 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-09-23T04:36:31.458Z[ recovery-image] Sep 23 04:36:31.007 INFO O| Sep 23 04:36:31.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64982025-09-23T04:36:31.458Z[ recovery-image] Sep 23 04:36:31.007 INFO O| Sep 23 04:36:31.007 INFO STEP 549 (remove_files) COMPLETE
64992025-09-23T04:36:31.458Z[ recovery-image] Sep 23 04:36:31.007 INFO O| Sep 23 04:36:31.007 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-09-23T04:36:31.483Z[ recovery-image] Sep 23 04:36:31.024 INFO O| Sep 23 04:36:31.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
65012025-09-23T04:36:31.483Z[ recovery-image] Sep 23 04:36:31.024 INFO O| Sep 23 04:36:31.024 INFO STEP 550 (remove_files) COMPLETE
65022025-09-23T04:36:31.483Z[ recovery-image] Sep 23 04:36:31.024 INFO O| Sep 23 04:36:31.024 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-09-23T04:36:31.508Z[ recovery-image] Sep 23 04:36:31.039 INFO O| Sep 23 04:36:31.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
65042025-09-23T04:36:31.508Z[ recovery-image] Sep 23 04:36:31.039 INFO O| Sep 23 04:36:31.039 INFO STEP 551 (remove_files) COMPLETE
65052025-09-23T04:36:31.508Z[ recovery-image] Sep 23 04:36:31.039 INFO O| Sep 23 04:36:31.039 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-09-23T04:36:31.508Z[ recovery-image] Sep 23 04:36:31.053 INFO O| Sep 23 04:36:31.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
65072025-09-23T04:36:31.508Z[ recovery-image] Sep 23 04:36:31.053 INFO O| Sep 23 04:36:31.053 INFO STEP 552 (remove_files) COMPLETE
65082025-09-23T04:36:31.508Z[ recovery-image] Sep 23 04:36:31.053 INFO O| Sep 23 04:36:31.053 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-09-23T04:36:31.551Z[ recovery-image] Sep 23 04:36:31.072 INFO O| Sep 23 04:36:31.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
65102025-09-23T04:36:31.551Z[ recovery-image] Sep 23 04:36:31.072 INFO O| Sep 23 04:36:31.072 INFO STEP 553 (remove_files) COMPLETE
65112025-09-23T04:36:31.551Z[ recovery-image] Sep 23 04:36:31.072 INFO O| Sep 23 04:36:31.072 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-09-23T04:36:31.551Z[ recovery-image] Sep 23 04:36:31.088 INFO O| Sep 23 04:36:31.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
65132025-09-23T04:36:31.551Z[ recovery-image] Sep 23 04:36:31.089 INFO O| Sep 23 04:36:31.088 INFO STEP 554 (remove_files) COMPLETE
65142025-09-23T04:36:31.551Z[ recovery-image] Sep 23 04:36:31.089 INFO O| Sep 23 04:36:31.089 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.107 INFO O| Sep 23 04:36:31.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65162025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.108 INFO O| Sep 23 04:36:31.108 INFO STEP 555 (remove_files) COMPLETE
65172025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.108 INFO O| Sep 23 04:36:31.108 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.124 INFO O| Sep 23 04:36:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65192025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.125 INFO O| Sep 23 04:36:31.124 INFO STEP 556 (remove_files) COMPLETE
65202025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.125 INFO O| Sep 23 04:36:31.124 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.138 INFO O| Sep 23 04:36:31.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65222025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.139 INFO O| Sep 23 04:36:31.138 INFO STEP 557 (remove_files) COMPLETE
65232025-09-23T04:36:31.597Z[ recovery-image] Sep 23 04:36:31.139 INFO O| Sep 23 04:36:31.139 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-09-23T04:36:31.622Z[ recovery-image] Sep 23 04:36:31.152 INFO O| Sep 23 04:36:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65252025-09-23T04:36:31.622Z[ recovery-image] Sep 23 04:36:31.153 INFO O| Sep 23 04:36:31.153 INFO STEP 558 (remove_files) COMPLETE
65262025-09-23T04:36:31.622Z[ recovery-image] Sep 23 04:36:31.153 INFO O| Sep 23 04:36:31.153 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-09-23T04:36:31.622Z[ recovery-image] Sep 23 04:36:31.172 INFO O| Sep 23 04:36:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65282025-09-23T04:36:31.622Z[ recovery-image] Sep 23 04:36:31.172 INFO O| Sep 23 04:36:31.172 INFO STEP 559 (remove_files) COMPLETE
65292025-09-23T04:36:31.622Z[ recovery-image] Sep 23 04:36:31.172 INFO O| Sep 23 04:36:31.172 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-09-23T04:36:31.647Z[ recovery-image] Sep 23 04:36:31.187 INFO O| Sep 23 04:36:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65312025-09-23T04:36:31.647Z[ recovery-image] Sep 23 04:36:31.187 INFO O| Sep 23 04:36:31.187 INFO STEP 560 (remove_files) COMPLETE
65322025-09-23T04:36:31.647Z[ recovery-image] Sep 23 04:36:31.187 INFO O| Sep 23 04:36:31.187 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-09-23T04:36:31.647Z[ recovery-image] Sep 23 04:36:31.200 INFO O| Sep 23 04:36:31.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65342025-09-23T04:36:31.647Z[ recovery-image] Sep 23 04:36:31.200 INFO O| Sep 23 04:36:31.200 INFO STEP 561 (remove_files) COMPLETE
65352025-09-23T04:36:31.647Z[ recovery-image] Sep 23 04:36:31.200 INFO O| Sep 23 04:36:31.200 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-09-23T04:36:31.672Z[ recovery-image] Sep 23 04:36:31.213 INFO O| Sep 23 04:36:31.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65372025-09-23T04:36:31.672Z[ recovery-image] Sep 23 04:36:31.213 INFO O| Sep 23 04:36:31.213 INFO STEP 562 (remove_files) COMPLETE
65382025-09-23T04:36:31.672Z[ recovery-image] Sep 23 04:36:31.213 INFO O| Sep 23 04:36:31.213 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-09-23T04:36:31.697Z[ recovery-image] Sep 23 04:36:31.226 INFO O| Sep 23 04:36:31.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65402025-09-23T04:36:31.697Z[ recovery-image] Sep 23 04:36:31.227 INFO O| Sep 23 04:36:31.227 INFO STEP 563 (remove_files) COMPLETE
65412025-09-23T04:36:31.697Z[ recovery-image] Sep 23 04:36:31.227 INFO O| Sep 23 04:36:31.227 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-09-23T04:36:31.697Z[ recovery-image] Sep 23 04:36:31.240 INFO O| Sep 23 04:36:31.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65432025-09-23T04:36:31.697Z[ recovery-image] Sep 23 04:36:31.241 INFO O| Sep 23 04:36:31.241 INFO STEP 564 (remove_files) COMPLETE
65442025-09-23T04:36:31.697Z[ recovery-image] Sep 23 04:36:31.241 INFO O| Sep 23 04:36:31.241 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-09-23T04:36:31.722Z[ recovery-image] Sep 23 04:36:31.259 INFO O| Sep 23 04:36:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65462025-09-23T04:36:31.722Z[ recovery-image] Sep 23 04:36:31.259 INFO O| Sep 23 04:36:31.259 INFO STEP 565 (remove_files) COMPLETE
65472025-09-23T04:36:31.722Z[ recovery-image] Sep 23 04:36:31.259 INFO O| Sep 23 04:36:31.259 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-09-23T04:36:31.722Z[ recovery-image] Sep 23 04:36:31.272 INFO O| Sep 23 04:36:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65492025-09-23T04:36:31.722Z[ recovery-image] Sep 23 04:36:31.273 INFO O| Sep 23 04:36:31.273 INFO STEP 566 (remove_files) COMPLETE
65502025-09-23T04:36:31.722Z[ recovery-image] Sep 23 04:36:31.273 INFO O| Sep 23 04:36:31.273 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-09-23T04:36:31.747Z[ recovery-image] Sep 23 04:36:31.290 INFO O| Sep 23 04:36:31.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65522025-09-23T04:36:31.747Z[ recovery-image] Sep 23 04:36:31.291 INFO O| Sep 23 04:36:31.291 INFO STEP 567 (remove_files) COMPLETE
65532025-09-23T04:36:31.747Z[ recovery-image] Sep 23 04:36:31.291 INFO O| Sep 23 04:36:31.291 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-09-23T04:36:31.772Z[ recovery-image] Sep 23 04:36:31.303 INFO O| Sep 23 04:36:31.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65552025-09-23T04:36:31.772Z[ recovery-image] Sep 23 04:36:31.303 INFO O| Sep 23 04:36:31.303 INFO STEP 568 (remove_files) COMPLETE
65562025-09-23T04:36:31.772Z[ recovery-image] Sep 23 04:36:31.304 INFO O| Sep 23 04:36:31.303 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-09-23T04:36:31.772Z[ recovery-image] Sep 23 04:36:31.316 INFO O| Sep 23 04:36:31.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65582025-09-23T04:36:31.772Z[ recovery-image] Sep 23 04:36:31.316 INFO O| Sep 23 04:36:31.316 INFO STEP 569 (remove_files) COMPLETE
65592025-09-23T04:36:31.772Z[ recovery-image] Sep 23 04:36:31.316 INFO O| Sep 23 04:36:31.316 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-09-23T04:36:31.797Z[ recovery-image] Sep 23 04:36:31.332 INFO O| Sep 23 04:36:31.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65612025-09-23T04:36:31.797Z[ recovery-image] Sep 23 04:36:31.333 INFO O| Sep 23 04:36:31.333 INFO STEP 570 (remove_files) COMPLETE
65622025-09-23T04:36:31.797Z[ recovery-image] Sep 23 04:36:31.333 INFO O| Sep 23 04:36:31.333 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-09-23T04:36:31.797Z[ recovery-image] Sep 23 04:36:31.346 INFO O| Sep 23 04:36:31.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65642025-09-23T04:36:31.797Z[ recovery-image] Sep 23 04:36:31.347 INFO O| Sep 23 04:36:31.347 INFO STEP 571 (remove_files) COMPLETE
65652025-09-23T04:36:31.797Z[ recovery-image] Sep 23 04:36:31.347 INFO O| Sep 23 04:36:31.347 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-09-23T04:36:31.822Z[ recovery-image] Sep 23 04:36:31.360 INFO O| Sep 23 04:36:31.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65672025-09-23T04:36:31.822Z[ recovery-image] Sep 23 04:36:31.361 INFO O| Sep 23 04:36:31.361 INFO STEP 572 (remove_files) COMPLETE
65682025-09-23T04:36:31.822Z[ recovery-image] Sep 23 04:36:31.361 INFO O| Sep 23 04:36:31.361 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-09-23T04:36:31.822Z[ recovery-image] Sep 23 04:36:31.375 INFO O| Sep 23 04:36:31.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65702025-09-23T04:36:31.822Z[ recovery-image] Sep 23 04:36:31.375 INFO O| Sep 23 04:36:31.375 INFO STEP 573 (remove_files) COMPLETE
65712025-09-23T04:36:31.822Z[ recovery-image] Sep 23 04:36:31.375 INFO O| Sep 23 04:36:31.375 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-09-23T04:36:31.847Z[ recovery-image] Sep 23 04:36:31.389 INFO O| Sep 23 04:36:31.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65732025-09-23T04:36:31.847Z[ recovery-image] Sep 23 04:36:31.389 INFO O| Sep 23 04:36:31.389 INFO STEP 574 (remove_files) COMPLETE
65742025-09-23T04:36:31.847Z[ recovery-image] Sep 23 04:36:31.389 INFO O| Sep 23 04:36:31.389 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-09-23T04:36:31.872Z[ recovery-image] Sep 23 04:36:31.402 INFO O| Sep 23 04:36:31.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65762025-09-23T04:36:31.872Z[ recovery-image] Sep 23 04:36:31.402 INFO O| Sep 23 04:36:31.402 INFO STEP 575 (remove_files) COMPLETE
65772025-09-23T04:36:31.872Z[ recovery-image] Sep 23 04:36:31.402 INFO O| Sep 23 04:36:31.402 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-09-23T04:36:31.872Z[ recovery-image] Sep 23 04:36:31.416 INFO O| Sep 23 04:36:31.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65792025-09-23T04:36:31.872Z[ recovery-image] Sep 23 04:36:31.416 INFO O| Sep 23 04:36:31.416 INFO STEP 576 (remove_files) COMPLETE
65802025-09-23T04:36:31.872Z[ recovery-image] Sep 23 04:36:31.416 INFO O| Sep 23 04:36:31.416 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-09-23T04:36:31.897Z[ recovery-image] Sep 23 04:36:31.429 INFO O| Sep 23 04:36:31.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65822025-09-23T04:36:31.897Z[ recovery-image] Sep 23 04:36:31.429 INFO O| Sep 23 04:36:31.429 INFO STEP 577 (remove_files) COMPLETE
65832025-09-23T04:36:31.897Z[ recovery-image] Sep 23 04:36:31.429 INFO O| Sep 23 04:36:31.429 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-09-23T04:36:31.897Z[ recovery-image] Sep 23 04:36:31.442 INFO O| Sep 23 04:36:31.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65852025-09-23T04:36:31.897Z[ recovery-image] Sep 23 04:36:31.442 INFO O| Sep 23 04:36:31.442 INFO STEP 578 (remove_files) COMPLETE
65862025-09-23T04:36:31.897Z[ recovery-image] Sep 23 04:36:31.442 INFO O| Sep 23 04:36:31.442 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-09-23T04:36:31.922Z[ recovery-image] Sep 23 04:36:31.456 INFO O| Sep 23 04:36:31.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65882025-09-23T04:36:31.922Z[ recovery-image] Sep 23 04:36:31.456 INFO O| Sep 23 04:36:31.456 INFO STEP 579 (remove_files) COMPLETE
65892025-09-23T04:36:31.922Z[ recovery-image] Sep 23 04:36:31.456 INFO O| Sep 23 04:36:31.456 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-09-23T04:36:31.922Z[ recovery-image] Sep 23 04:36:31.472 INFO O| Sep 23 04:36:31.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65912025-09-23T04:36:31.922Z[ recovery-image] Sep 23 04:36:31.473 INFO O| Sep 23 04:36:31.473 INFO STEP 580 (remove_files) COMPLETE
65922025-09-23T04:36:31.922Z[ recovery-image] Sep 23 04:36:31.473 INFO O| Sep 23 04:36:31.473 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-09-23T04:36:31.947Z[ recovery-image] Sep 23 04:36:31.485 INFO O| Sep 23 04:36:31.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65942025-09-23T04:36:31.947Z[ recovery-image] Sep 23 04:36:31.485 INFO O| Sep 23 04:36:31.485 INFO STEP 581 (remove_files) COMPLETE
65952025-09-23T04:36:31.947Z[ recovery-image] Sep 23 04:36:31.485 INFO O| Sep 23 04:36:31.485 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-09-23T04:36:31.947Z[ recovery-image] Sep 23 04:36:31.497 INFO O| Sep 23 04:36:31.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65972025-09-23T04:36:31.947Z[ recovery-image] Sep 23 04:36:31.497 INFO O| Sep 23 04:36:31.497 INFO STEP 582 (remove_files) COMPLETE
65982025-09-23T04:36:31.947Z[ recovery-image] Sep 23 04:36:31.497 INFO O| Sep 23 04:36:31.497 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-09-23T04:36:31.979Z[ recovery-image] Sep 23 04:36:31.509 INFO O| Sep 23 04:36:31.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
66002025-09-23T04:36:31.979Z[ recovery-image] Sep 23 04:36:31.510 INFO O| Sep 23 04:36:31.510 INFO STEP 583 (remove_files) COMPLETE
66012025-09-23T04:36:31.979Z[ recovery-image] Sep 23 04:36:31.510 INFO O| Sep 23 04:36:31.510 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-09-23T04:36:31.979Z[ recovery-image] Sep 23 04:36:31.522 INFO O| Sep 23 04:36:31.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
66032025-09-23T04:36:31.979Z[ recovery-image] Sep 23 04:36:31.522 INFO O| Sep 23 04:36:31.522 INFO STEP 584 (remove_files) COMPLETE
66042025-09-23T04:36:31.979Z[ recovery-image] Sep 23 04:36:31.522 INFO O| Sep 23 04:36:31.522 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-09-23T04:36:32.004Z[ recovery-image] Sep 23 04:36:31.535 INFO O| Sep 23 04:36:31.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
66062025-09-23T04:36:32.004Z[ recovery-image] Sep 23 04:36:31.536 INFO O| Sep 23 04:36:31.536 INFO STEP 585 (remove_files) COMPLETE
66072025-09-23T04:36:32.004Z[ recovery-image] Sep 23 04:36:31.536 INFO O| Sep 23 04:36:31.536 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-09-23T04:36:32.004Z[ recovery-image] Sep 23 04:36:31.548 INFO O| Sep 23 04:36:31.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
66092025-09-23T04:36:32.004Z[ recovery-image] Sep 23 04:36:31.549 INFO O| Sep 23 04:36:31.549 INFO STEP 586 (remove_files) COMPLETE
66102025-09-23T04:36:32.004Z[ recovery-image] Sep 23 04:36:31.549 INFO O| Sep 23 04:36:31.549 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-09-23T04:36:32.029Z[ recovery-image] Sep 23 04:36:31.561 INFO O| Sep 23 04:36:31.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
66122025-09-23T04:36:32.029Z[ recovery-image] Sep 23 04:36:31.562 INFO O| Sep 23 04:36:31.561 INFO STEP 587 (remove_files) COMPLETE
66132025-09-23T04:36:32.029Z[ recovery-image] Sep 23 04:36:31.562 INFO O| Sep 23 04:36:31.561 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-09-23T04:36:32.029Z[ recovery-image] Sep 23 04:36:31.575 INFO O| Sep 23 04:36:31.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66152025-09-23T04:36:32.029Z[ recovery-image] Sep 23 04:36:31.575 INFO O| Sep 23 04:36:31.575 INFO STEP 588 (remove_files) COMPLETE
66162025-09-23T04:36:32.029Z[ recovery-image] Sep 23 04:36:31.575 INFO O| Sep 23 04:36:31.575 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-09-23T04:36:32.054Z[ recovery-image] Sep 23 04:36:31.588 INFO O| Sep 23 04:36:31.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66182025-09-23T04:36:32.054Z[ recovery-image] Sep 23 04:36:31.589 INFO O| Sep 23 04:36:31.589 INFO STEP 589 (remove_files) COMPLETE
66192025-09-23T04:36:32.054Z[ recovery-image] Sep 23 04:36:31.589 INFO O| Sep 23 04:36:31.589 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-09-23T04:36:32.054Z[ recovery-image] Sep 23 04:36:31.602 INFO O| Sep 23 04:36:31.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66212025-09-23T04:36:32.054Z[ recovery-image] Sep 23 04:36:31.602 INFO O| Sep 23 04:36:31.602 INFO STEP 590 (remove_files) COMPLETE
66222025-09-23T04:36:32.054Z[ recovery-image] Sep 23 04:36:31.602 INFO O| Sep 23 04:36:31.602 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-09-23T04:36:32.079Z[ recovery-image] Sep 23 04:36:31.620 INFO O| Sep 23 04:36:31.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66242025-09-23T04:36:32.079Z[ recovery-image] Sep 23 04:36:31.621 INFO O| Sep 23 04:36:31.620 INFO STEP 591 (remove_files) COMPLETE
66252025-09-23T04:36:32.079Z[ recovery-image] Sep 23 04:36:31.621 INFO O| Sep 23 04:36:31.620 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-09-23T04:36:32.104Z[ recovery-image] Sep 23 04:36:31.640 INFO O| Sep 23 04:36:31.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66272025-09-23T04:36:32.104Z[ recovery-image] Sep 23 04:36:31.640 INFO O| Sep 23 04:36:31.640 INFO STEP 592 (remove_files) COMPLETE
66282025-09-23T04:36:32.104Z[ recovery-image] Sep 23 04:36:31.640 INFO O| Sep 23 04:36:31.640 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-09-23T04:36:32.129Z[ recovery-image] Sep 23 04:36:31.663 INFO O| Sep 23 04:36:31.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66302025-09-23T04:36:32.129Z[ recovery-image] Sep 23 04:36:31.663 INFO O| Sep 23 04:36:31.663 INFO STEP 593 (remove_files) COMPLETE
66312025-09-23T04:36:32.129Z[ recovery-image] Sep 23 04:36:31.663 INFO O| Sep 23 04:36:31.663 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-09-23T04:36:32.129Z[ recovery-image] Sep 23 04:36:31.682 INFO O| Sep 23 04:36:31.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66332025-09-23T04:36:32.129Z[ recovery-image] Sep 23 04:36:31.682 INFO O| Sep 23 04:36:31.682 INFO STEP 594 (remove_files) COMPLETE
66342025-09-23T04:36:32.129Z[ recovery-image] Sep 23 04:36:31.682 INFO O| Sep 23 04:36:31.682 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-09-23T04:36:32.153Z[ recovery-image] Sep 23 04:36:31.701 INFO O| Sep 23 04:36:31.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66362025-09-23T04:36:32.153Z[ recovery-image] Sep 23 04:36:31.701 INFO O| Sep 23 04:36:31.701 INFO STEP 595 (remove_files) COMPLETE
66372025-09-23T04:36:32.153Z[ recovery-image] Sep 23 04:36:31.701 INFO O| Sep 23 04:36:31.701 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-09-23T04:36:32.178Z[ recovery-image] Sep 23 04:36:31.720 INFO O| Sep 23 04:36:31.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66392025-09-23T04:36:32.178Z[ recovery-image] Sep 23 04:36:31.720 INFO O| Sep 23 04:36:31.720 INFO STEP 596 (remove_files) COMPLETE
66402025-09-23T04:36:32.178Z[ recovery-image] Sep 23 04:36:31.720 INFO O| Sep 23 04:36:31.720 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-09-23T04:36:32.203Z[ recovery-image] Sep 23 04:36:31.738 INFO O| Sep 23 04:36:31.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66422025-09-23T04:36:32.203Z[ recovery-image] Sep 23 04:36:31.738 INFO O| Sep 23 04:36:31.738 INFO STEP 597 (remove_files) COMPLETE
66432025-09-23T04:36:32.203Z[ recovery-image] Sep 23 04:36:31.738 INFO O| Sep 23 04:36:31.738 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-09-23T04:36:32.203Z[ recovery-image] Sep 23 04:36:31.756 INFO O| Sep 23 04:36:31.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66452025-09-23T04:36:32.203Z[ recovery-image] Sep 23 04:36:31.756 INFO O| Sep 23 04:36:31.756 INFO STEP 598 (remove_files) COMPLETE
66462025-09-23T04:36:32.203Z[ recovery-image] Sep 23 04:36:31.756 INFO O| Sep 23 04:36:31.756 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-09-23T04:36:32.228Z[ recovery-image] Sep 23 04:36:31.774 INFO O| Sep 23 04:36:31.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66482025-09-23T04:36:32.228Z[ recovery-image] Sep 23 04:36:31.774 INFO O| Sep 23 04:36:31.774 INFO STEP 599 (remove_files) COMPLETE
66492025-09-23T04:36:32.228Z[ recovery-image] Sep 23 04:36:31.774 INFO O| Sep 23 04:36:31.774 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-09-23T04:36:32.252Z[ recovery-image] Sep 23 04:36:31.793 INFO O| Sep 23 04:36:31.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66512025-09-23T04:36:32.252Z[ recovery-image] Sep 23 04:36:31.793 INFO O| Sep 23 04:36:31.793 INFO STEP 600 (remove_files) COMPLETE
66522025-09-23T04:36:32.252Z[ recovery-image] Sep 23 04:36:31.793 INFO O| Sep 23 04:36:31.793 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-09-23T04:36:32.277Z[ recovery-image] Sep 23 04:36:31.810 INFO O| Sep 23 04:36:31.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66542025-09-23T04:36:32.277Z[ recovery-image] Sep 23 04:36:31.811 INFO O| Sep 23 04:36:31.810 INFO STEP 601 (remove_files) COMPLETE
66552025-09-23T04:36:32.277Z[ recovery-image] Sep 23 04:36:31.811 INFO O| Sep 23 04:36:31.811 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-09-23T04:36:32.277Z[ recovery-image] Sep 23 04:36:31.827 INFO O| Sep 23 04:36:31.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66572025-09-23T04:36:32.277Z[ recovery-image] Sep 23 04:36:31.827 INFO O| Sep 23 04:36:31.827 INFO STEP 602 (remove_files) COMPLETE
66582025-09-23T04:36:32.277Z[ recovery-image] Sep 23 04:36:31.827 INFO O| Sep 23 04:36:31.827 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-09-23T04:36:32.302Z[ recovery-image] Sep 23 04:36:31.841 INFO O| Sep 23 04:36:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66602025-09-23T04:36:32.302Z[ recovery-image] Sep 23 04:36:31.841 INFO O| Sep 23 04:36:31.841 INFO STEP 603 (remove_files) COMPLETE
66612025-09-23T04:36:32.302Z[ recovery-image] Sep 23 04:36:31.841 INFO O| Sep 23 04:36:31.841 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-09-23T04:36:32.302Z[ recovery-image] Sep 23 04:36:31.854 INFO O| Sep 23 04:36:31.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66632025-09-23T04:36:32.302Z[ recovery-image] Sep 23 04:36:31.854 INFO O| Sep 23 04:36:31.854 INFO STEP 604 (remove_files) COMPLETE
66642025-09-23T04:36:32.302Z[ recovery-image] Sep 23 04:36:31.854 INFO O| Sep 23 04:36:31.854 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-09-23T04:36:32.327Z[ recovery-image] Sep 23 04:36:31.866 INFO O| Sep 23 04:36:31.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66662025-09-23T04:36:32.327Z[ recovery-image] Sep 23 04:36:31.866 INFO O| Sep 23 04:36:31.866 INFO STEP 605 (remove_files) COMPLETE
66672025-09-23T04:36:32.327Z[ recovery-image] Sep 23 04:36:31.866 INFO O| Sep 23 04:36:31.866 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-09-23T04:36:32.327Z[ recovery-image] Sep 23 04:36:31.877 INFO O| Sep 23 04:36:31.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66692025-09-23T04:36:32.327Z[ recovery-image] Sep 23 04:36:31.877 INFO O| Sep 23 04:36:31.877 INFO STEP 606 (remove_files) COMPLETE
66702025-09-23T04:36:32.327Z[ recovery-image] Sep 23 04:36:31.877 INFO O| Sep 23 04:36:31.877 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-09-23T04:36:32.352Z[ recovery-image] Sep 23 04:36:31.889 INFO O| Sep 23 04:36:31.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66722025-09-23T04:36:32.352Z[ recovery-image] Sep 23 04:36:31.890 INFO O| Sep 23 04:36:31.889 INFO STEP 607 (remove_files) COMPLETE
66732025-09-23T04:36:32.352Z[ recovery-image] Sep 23 04:36:31.890 INFO O| Sep 23 04:36:31.890 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-09-23T04:36:32.352Z[ recovery-image] Sep 23 04:36:31.901 INFO O| Sep 23 04:36:31.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66752025-09-23T04:36:32.352Z[ recovery-image] Sep 23 04:36:31.901 INFO O| Sep 23 04:36:31.901 INFO STEP 608 (remove_files) COMPLETE
66762025-09-23T04:36:32.353Z[ recovery-image] Sep 23 04:36:31.901 INFO O| Sep 23 04:36:31.901 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-09-23T04:36:32.377Z[ recovery-image] Sep 23 04:36:31.912 INFO O| Sep 23 04:36:31.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66782025-09-23T04:36:32.377Z[ recovery-image] Sep 23 04:36:31.913 INFO O| Sep 23 04:36:31.913 INFO STEP 609 (remove_files) COMPLETE
66792025-09-23T04:36:32.377Z[ recovery-image] Sep 23 04:36:31.913 INFO O| Sep 23 04:36:31.913 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-09-23T04:36:32.402Z[ recovery-image] Sep 23 04:36:31.931 INFO O| Sep 23 04:36:31.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66812025-09-23T04:36:32.402Z[ recovery-image] Sep 23 04:36:31.931 INFO O| Sep 23 04:36:31.931 INFO STEP 610 (remove_files) COMPLETE
66822025-09-23T04:36:32.402Z[ recovery-image] Sep 23 04:36:31.931 INFO O| Sep 23 04:36:31.931 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-09-23T04:36:32.402Z[ recovery-image] Sep 23 04:36:31.950 INFO O| Sep 23 04:36:31.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66842025-09-23T04:36:32.402Z[ recovery-image] Sep 23 04:36:31.950 INFO O| Sep 23 04:36:31.950 INFO STEP 611 (remove_files) COMPLETE
66852025-09-23T04:36:32.402Z[ recovery-image] Sep 23 04:36:31.950 INFO O| Sep 23 04:36:31.950 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-09-23T04:36:32.427Z[ recovery-image] Sep 23 04:36:31.964 INFO O| Sep 23 04:36:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66872025-09-23T04:36:32.427Z[ recovery-image] Sep 23 04:36:31.964 INFO O| Sep 23 04:36:31.964 INFO STEP 612 (remove_files) COMPLETE
66882025-09-23T04:36:32.427Z[ recovery-image] Sep 23 04:36:31.964 INFO O| Sep 23 04:36:31.964 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-09-23T04:36:32.454Z[ recovery-image] Sep 23 04:36:31.982 INFO O| Sep 23 04:36:31.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66902025-09-23T04:36:32.454Z[ recovery-image] Sep 23 04:36:31.982 INFO O| Sep 23 04:36:31.982 INFO STEP 613 (remove_files) COMPLETE
66912025-09-23T04:36:32.454Z[ recovery-image] Sep 23 04:36:31.982 INFO O| Sep 23 04:36:31.982 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-09-23T04:36:32.454Z[ recovery-image] Sep 23 04:36:31.996 INFO O| Sep 23 04:36:31.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66932025-09-23T04:36:32.454Z[ recovery-image] Sep 23 04:36:31.996 INFO O| Sep 23 04:36:31.996 INFO STEP 614 (remove_files) COMPLETE
66942025-09-23T04:36:32.454Z[ recovery-image] Sep 23 04:36:31.996 INFO O| Sep 23 04:36:31.996 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-09-23T04:36:32.479Z[ recovery-image] Sep 23 04:36:32.010 INFO O| Sep 23 04:36:32.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66962025-09-23T04:36:32.479Z[ recovery-image] Sep 23 04:36:32.010 INFO O| Sep 23 04:36:32.010 INFO STEP 615 (remove_files) COMPLETE
66972025-09-23T04:36:32.479Z[ recovery-image] Sep 23 04:36:32.010 INFO O| Sep 23 04:36:32.010 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-09-23T04:36:32.479Z[ recovery-image] Sep 23 04:36:32.022 INFO O| Sep 23 04:36:32.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66992025-09-23T04:36:32.479Z[ recovery-image] Sep 23 04:36:32.023 INFO O| Sep 23 04:36:32.022 INFO STEP 616 (remove_files) COMPLETE
67002025-09-23T04:36:32.479Z[ recovery-image] Sep 23 04:36:32.023 INFO O| Sep 23 04:36:32.023 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-09-23T04:36:32.504Z[ recovery-image] Sep 23 04:36:32.035 INFO O| Sep 23 04:36:32.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
67022025-09-23T04:36:32.504Z[ recovery-image] Sep 23 04:36:32.035 INFO O| Sep 23 04:36:32.035 INFO STEP 617 (remove_files) COMPLETE
67032025-09-23T04:36:32.504Z[ recovery-image] Sep 23 04:36:32.035 INFO O| Sep 23 04:36:32.035 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-09-23T04:36:32.504Z[ recovery-image] Sep 23 04:36:32.049 INFO O| Sep 23 04:36:32.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
67052025-09-23T04:36:32.504Z[ recovery-image] Sep 23 04:36:32.049 INFO O| Sep 23 04:36:32.049 INFO STEP 618 (remove_files) COMPLETE
67062025-09-23T04:36:32.504Z[ recovery-image] Sep 23 04:36:32.049 INFO O| Sep 23 04:36:32.049 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-09-23T04:36:32.529Z[ recovery-image] Sep 23 04:36:32.061 INFO O| Sep 23 04:36:32.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
67082025-09-23T04:36:32.529Z[ recovery-image] Sep 23 04:36:32.061 INFO O| Sep 23 04:36:32.061 INFO STEP 619 (remove_files) COMPLETE
67092025-09-23T04:36:32.529Z[ recovery-image] Sep 23 04:36:32.061 INFO O| Sep 23 04:36:32.061 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-09-23T04:36:32.529Z[ recovery-image] Sep 23 04:36:32.075 INFO O| Sep 23 04:36:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
67112025-09-23T04:36:32.529Z[ recovery-image] Sep 23 04:36:32.075 INFO O| Sep 23 04:36:32.075 INFO STEP 620 (remove_files) COMPLETE
67122025-09-23T04:36:32.529Z[ recovery-image] Sep 23 04:36:32.075 INFO O| Sep 23 04:36:32.075 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-09-23T04:36:32.554Z[ recovery-image] Sep 23 04:36:32.092 INFO O| Sep 23 04:36:32.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
67142025-09-23T04:36:32.554Z[ recovery-image] Sep 23 04:36:32.093 INFO O| Sep 23 04:36:32.093 INFO STEP 621 (remove_files) COMPLETE
67152025-09-23T04:36:32.554Z[ recovery-image] Sep 23 04:36:32.093 INFO O| Sep 23 04:36:32.093 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-09-23T04:36:32.554Z[ recovery-image] Sep 23 04:36:32.108 INFO O| Sep 23 04:36:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67172025-09-23T04:36:32.554Z[ recovery-image] Sep 23 04:36:32.108 INFO O| Sep 23 04:36:32.108 INFO STEP 622 (remove_files) COMPLETE
67182025-09-23T04:36:32.554Z[ recovery-image] Sep 23 04:36:32.108 INFO O| Sep 23 04:36:32.108 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-09-23T04:36:32.579Z[ recovery-image] Sep 23 04:36:32.122 INFO O| Sep 23 04:36:32.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67202025-09-23T04:36:32.579Z[ recovery-image] Sep 23 04:36:32.122 INFO O| Sep 23 04:36:32.122 INFO STEP 623 (remove_files) COMPLETE
67212025-09-23T04:36:32.579Z[ recovery-image] Sep 23 04:36:32.122 INFO O| Sep 23 04:36:32.122 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-09-23T04:36:32.604Z[ recovery-image] Sep 23 04:36:32.135 INFO O| Sep 23 04:36:32.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67232025-09-23T04:36:32.604Z[ recovery-image] Sep 23 04:36:32.135 INFO O| Sep 23 04:36:32.135 INFO STEP 624 (remove_files) COMPLETE
67242025-09-23T04:36:32.604Z[ recovery-image] Sep 23 04:36:32.135 INFO O| Sep 23 04:36:32.135 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-09-23T04:36:32.604Z[ recovery-image] Sep 23 04:36:32.148 INFO O| Sep 23 04:36:32.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67262025-09-23T04:36:32.604Z[ recovery-image] Sep 23 04:36:32.148 INFO O| Sep 23 04:36:32.148 INFO STEP 625 (remove_files) COMPLETE
67272025-09-23T04:36:32.604Z[ recovery-image] Sep 23 04:36:32.148 INFO O| Sep 23 04:36:32.148 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-09-23T04:36:32.629Z[ recovery-image] Sep 23 04:36:32.160 INFO O| Sep 23 04:36:32.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67292025-09-23T04:36:32.629Z[ recovery-image] Sep 23 04:36:32.160 INFO O| Sep 23 04:36:32.160 INFO STEP 626 (remove_files) COMPLETE
67302025-09-23T04:36:32.629Z[ recovery-image] Sep 23 04:36:32.160 INFO O| Sep 23 04:36:32.160 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-09-23T04:36:32.629Z[ recovery-image] Sep 23 04:36:32.173 INFO O| Sep 23 04:36:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67322025-09-23T04:36:32.629Z[ recovery-image] Sep 23 04:36:32.173 INFO O| Sep 23 04:36:32.173 INFO STEP 627 (remove_files) COMPLETE
67332025-09-23T04:36:32.629Z[ recovery-image] Sep 23 04:36:32.173 INFO O| Sep 23 04:36:32.173 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-09-23T04:36:32.654Z[ recovery-image] Sep 23 04:36:32.186 INFO O| Sep 23 04:36:32.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67352025-09-23T04:36:32.654Z[ recovery-image] Sep 23 04:36:32.186 INFO O| Sep 23 04:36:32.186 INFO STEP 628 (remove_files) COMPLETE
67362025-09-23T04:36:32.654Z[ recovery-image] Sep 23 04:36:32.186 INFO O| Sep 23 04:36:32.186 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-09-23T04:36:32.654Z[ recovery-image] Sep 23 04:36:32.200 INFO O| Sep 23 04:36:32.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67382025-09-23T04:36:32.654Z[ recovery-image] Sep 23 04:36:32.200 INFO O| Sep 23 04:36:32.200 INFO STEP 629 (remove_files) COMPLETE
67392025-09-23T04:36:32.654Z[ recovery-image] Sep 23 04:36:32.200 INFO O| Sep 23 04:36:32.200 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-09-23T04:36:32.679Z[ recovery-image] Sep 23 04:36:32.216 INFO O| Sep 23 04:36:32.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67412025-09-23T04:36:32.679Z[ recovery-image] Sep 23 04:36:32.217 INFO O| Sep 23 04:36:32.217 INFO STEP 630 (remove_files) COMPLETE
67422025-09-23T04:36:32.679Z[ recovery-image] Sep 23 04:36:32.217 INFO O| Sep 23 04:36:32.217 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-09-23T04:36:32.704Z[ recovery-image] Sep 23 04:36:32.234 INFO O| Sep 23 04:36:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67442025-09-23T04:36:32.704Z[ recovery-image] Sep 23 04:36:32.234 INFO O| Sep 23 04:36:32.234 INFO STEP 631 (remove_files) COMPLETE
67452025-09-23T04:36:32.704Z[ recovery-image] Sep 23 04:36:32.234 INFO O| Sep 23 04:36:32.234 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-09-23T04:36:32.704Z[ recovery-image] Sep 23 04:36:32.252 INFO O| Sep 23 04:36:32.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67472025-09-23T04:36:32.704Z[ recovery-image] Sep 23 04:36:32.252 INFO O| Sep 23 04:36:32.252 INFO STEP 632 (remove_files) COMPLETE
67482025-09-23T04:36:32.704Z[ recovery-image] Sep 23 04:36:32.252 INFO O| Sep 23 04:36:32.252 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-09-23T04:36:32.729Z[ recovery-image] Sep 23 04:36:32.267 INFO O| Sep 23 04:36:32.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67502025-09-23T04:36:32.729Z[ recovery-image] Sep 23 04:36:32.267 INFO O| Sep 23 04:36:32.267 INFO STEP 633 (remove_files) COMPLETE
67512025-09-23T04:36:32.729Z[ recovery-image] Sep 23 04:36:32.267 INFO O| Sep 23 04:36:32.267 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-09-23T04:36:32.729Z[ recovery-image] Sep 23 04:36:32.283 INFO O| Sep 23 04:36:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67532025-09-23T04:36:32.729Z[ recovery-image] Sep 23 04:36:32.283 INFO O| Sep 23 04:36:32.283 INFO STEP 634 (remove_files) COMPLETE
67542025-09-23T04:36:32.754Z[ recovery-image] Sep 23 04:36:32.283 INFO O| Sep 23 04:36:32.283 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-09-23T04:36:32.754Z[ recovery-image] Sep 23 04:36:32.297 INFO O| Sep 23 04:36:32.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67562025-09-23T04:36:32.754Z[ recovery-image] Sep 23 04:36:32.297 INFO O| Sep 23 04:36:32.297 INFO STEP 635 (remove_files) COMPLETE
67572025-09-23T04:36:32.754Z[ recovery-image] Sep 23 04:36:32.297 INFO O| Sep 23 04:36:32.297 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-09-23T04:36:32.779Z[ recovery-image] Sep 23 04:36:32.311 INFO O| Sep 23 04:36:32.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67592025-09-23T04:36:32.779Z[ recovery-image] Sep 23 04:36:32.311 INFO O| Sep 23 04:36:32.311 INFO STEP 636 (remove_files) COMPLETE
67602025-09-23T04:36:32.779Z[ recovery-image] Sep 23 04:36:32.311 INFO O| Sep 23 04:36:32.311 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-09-23T04:36:32.779Z[ recovery-image] Sep 23 04:36:32.325 INFO O| Sep 23 04:36:32.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67622025-09-23T04:36:32.779Z[ recovery-image] Sep 23 04:36:32.325 INFO O| Sep 23 04:36:32.325 INFO STEP 637 (remove_files) COMPLETE
67632025-09-23T04:36:32.779Z[ recovery-image] Sep 23 04:36:32.325 INFO O| Sep 23 04:36:32.325 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-09-23T04:36:32.804Z[ recovery-image] Sep 23 04:36:32.338 INFO O| Sep 23 04:36:32.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67652025-09-23T04:36:32.804Z[ recovery-image] Sep 23 04:36:32.339 INFO O| Sep 23 04:36:32.339 INFO STEP 638 (remove_files) COMPLETE
67662025-09-23T04:36:32.804Z[ recovery-image] Sep 23 04:36:32.339 INFO O| Sep 23 04:36:32.339 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-09-23T04:36:32.804Z[ recovery-image] Sep 23 04:36:32.352 INFO O| Sep 23 04:36:32.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67682025-09-23T04:36:32.804Z[ recovery-image] Sep 23 04:36:32.352 INFO O| Sep 23 04:36:32.352 INFO STEP 639 (remove_files) COMPLETE
67692025-09-23T04:36:32.804Z[ recovery-image] Sep 23 04:36:32.352 INFO O| Sep 23 04:36:32.352 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-09-23T04:36:32.829Z[ recovery-image] Sep 23 04:36:32.366 INFO O| Sep 23 04:36:32.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67712025-09-23T04:36:32.829Z[ recovery-image] Sep 23 04:36:32.366 INFO O| Sep 23 04:36:32.366 INFO STEP 640 (remove_files) COMPLETE
67722025-09-23T04:36:32.829Z[ recovery-image] Sep 23 04:36:32.366 INFO O| Sep 23 04:36:32.366 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-09-23T04:36:32.829Z[ recovery-image] Sep 23 04:36:32.380 INFO O| Sep 23 04:36:32.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67742025-09-23T04:36:32.829Z[ recovery-image] Sep 23 04:36:32.381 INFO O| Sep 23 04:36:32.381 INFO STEP 641 (remove_files) COMPLETE
67752025-09-23T04:36:32.829Z[ recovery-image] Sep 23 04:36:32.381 INFO O| Sep 23 04:36:32.381 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-09-23T04:36:32.854Z[ recovery-image] Sep 23 04:36:32.395 INFO O| Sep 23 04:36:32.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67772025-09-23T04:36:32.854Z[ recovery-image] Sep 23 04:36:32.395 INFO O| Sep 23 04:36:32.395 INFO STEP 642 (remove_files) COMPLETE
67782025-09-23T04:36:32.854Z[ recovery-image] Sep 23 04:36:32.395 INFO O| Sep 23 04:36:32.395 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-09-23T04:36:32.879Z[ recovery-image] Sep 23 04:36:32.410 INFO O| Sep 23 04:36:32.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67802025-09-23T04:36:32.879Z[ recovery-image] Sep 23 04:36:32.410 INFO O| Sep 23 04:36:32.410 INFO STEP 643 (remove_files) COMPLETE
67812025-09-23T04:36:32.880Z[ recovery-image] Sep 23 04:36:32.410 INFO O| Sep 23 04:36:32.410 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-09-23T04:36:32.880Z[ recovery-image] Sep 23 04:36:32.424 INFO O| Sep 23 04:36:32.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67832025-09-23T04:36:32.880Z[ recovery-image] Sep 23 04:36:32.424 INFO O| Sep 23 04:36:32.424 INFO STEP 644 (remove_files) COMPLETE
67842025-09-23T04:36:32.880Z[ recovery-image] Sep 23 04:36:32.424 INFO O| Sep 23 04:36:32.424 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-09-23T04:36:32.904Z[ recovery-image] Sep 23 04:36:32.441 INFO O| Sep 23 04:36:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67862025-09-23T04:36:32.904Z[ recovery-image] Sep 23 04:36:32.441 INFO O| Sep 23 04:36:32.441 INFO STEP 645 (remove_files) COMPLETE
67872025-09-23T04:36:32.904Z[ recovery-image] Sep 23 04:36:32.441 INFO O| Sep 23 04:36:32.441 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-09-23T04:36:32.904Z[ recovery-image] Sep 23 04:36:32.457 INFO O| Sep 23 04:36:32.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67892025-09-23T04:36:32.904Z[ recovery-image] Sep 23 04:36:32.457 INFO O| Sep 23 04:36:32.457 INFO STEP 646 (remove_files) COMPLETE
67902025-09-23T04:36:32.904Z[ recovery-image] Sep 23 04:36:32.457 INFO O| Sep 23 04:36:32.457 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.471 INFO O| Sep 23 04:36:32.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67922025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.471 INFO O| Sep 23 04:36:32.471 INFO STEP 647 (remove_files) COMPLETE
67932025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.472 INFO O| Sep 23 04:36:32.471 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.486 INFO O| Sep 23 04:36:32.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67952025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.486 INFO O| Sep 23 04:36:32.486 INFO STEP 648 (remove_files) COMPLETE
67962025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.486 INFO O| Sep 23 04:36:32.486 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.504 INFO O| Sep 23 04:36:32.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67982025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.504 INFO O| Sep 23 04:36:32.504 INFO STEP 649 (remove_files) COMPLETE
67992025-09-23T04:36:32.955Z[ recovery-image] Sep 23 04:36:32.504 INFO O| Sep 23 04:36:32.504 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-09-23T04:36:32.980Z[ recovery-image] Sep 23 04:36:32.520 INFO O| Sep 23 04:36:32.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
68012025-09-23T04:36:32.980Z[ recovery-image] Sep 23 04:36:32.520 INFO O| Sep 23 04:36:32.520 INFO STEP 650 (remove_files) COMPLETE
68022025-09-23T04:36:32.980Z[ recovery-image] Sep 23 04:36:32.520 INFO O| Sep 23 04:36:32.520 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-09-23T04:36:33.005Z[ recovery-image] Sep 23 04:36:32.538 INFO O| Sep 23 04:36:32.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
68042025-09-23T04:36:33.005Z[ recovery-image] Sep 23 04:36:32.538 INFO O| Sep 23 04:36:32.538 INFO STEP 651 (remove_files) COMPLETE
68052025-09-23T04:36:33.005Z[ recovery-image] Sep 23 04:36:32.538 INFO O| Sep 23 04:36:32.538 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-09-23T04:36:33.005Z[ recovery-image] Sep 23 04:36:32.554 INFO O| Sep 23 04:36:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
68072025-09-23T04:36:33.005Z[ recovery-image] Sep 23 04:36:32.554 INFO O| Sep 23 04:36:32.554 INFO STEP 652 (remove_files) COMPLETE
68082025-09-23T04:36:33.005Z[ recovery-image] Sep 23 04:36:32.554 INFO O| Sep 23 04:36:32.554 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-09-23T04:36:33.030Z[ recovery-image] Sep 23 04:36:32.574 INFO O| Sep 23 04:36:32.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
68102025-09-23T04:36:33.030Z[ recovery-image] Sep 23 04:36:32.574 INFO O| Sep 23 04:36:32.574 INFO STEP 653 (remove_files) COMPLETE
68112025-09-23T04:36:33.030Z[ recovery-image] Sep 23 04:36:32.574 INFO O| Sep 23 04:36:32.574 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-09-23T04:36:33.055Z[ recovery-image] Sep 23 04:36:32.590 INFO O| Sep 23 04:36:32.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
68132025-09-23T04:36:33.055Z[ recovery-image] Sep 23 04:36:32.590 INFO O| Sep 23 04:36:32.590 INFO STEP 654 (remove_files) COMPLETE
68142025-09-23T04:36:33.055Z[ recovery-image] Sep 23 04:36:32.590 INFO O| Sep 23 04:36:32.590 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-09-23T04:36:33.055Z[ recovery-image] Sep 23 04:36:32.604 INFO O| Sep 23 04:36:32.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68162025-09-23T04:36:33.055Z[ recovery-image] Sep 23 04:36:32.604 INFO O| Sep 23 04:36:32.604 INFO STEP 655 (remove_files) COMPLETE
68172025-09-23T04:36:33.055Z[ recovery-image] Sep 23 04:36:32.604 INFO O| Sep 23 04:36:32.604 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-09-23T04:36:33.080Z[ recovery-image] Sep 23 04:36:32.621 INFO O| Sep 23 04:36:32.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68192025-09-23T04:36:33.080Z[ recovery-image] Sep 23 04:36:32.621 INFO O| Sep 23 04:36:32.621 INFO STEP 656 (remove_files) COMPLETE
68202025-09-23T04:36:33.080Z[ recovery-image] Sep 23 04:36:32.621 INFO O| Sep 23 04:36:32.621 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-09-23T04:36:33.105Z[ recovery-image] Sep 23 04:36:32.637 INFO O| Sep 23 04:36:32.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68222025-09-23T04:36:33.105Z[ recovery-image] Sep 23 04:36:32.637 INFO O| Sep 23 04:36:32.637 INFO STEP 657 (remove_files) COMPLETE
68232025-09-23T04:36:33.105Z[ recovery-image] Sep 23 04:36:32.637 INFO O| Sep 23 04:36:32.637 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-09-23T04:36:33.105Z[ recovery-image] Sep 23 04:36:32.652 INFO O| Sep 23 04:36:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68252025-09-23T04:36:33.105Z[ recovery-image] Sep 23 04:36:32.652 INFO O| Sep 23 04:36:32.652 INFO STEP 658 (remove_files) COMPLETE
68262025-09-23T04:36:33.105Z[ recovery-image] Sep 23 04:36:32.652 INFO O| Sep 23 04:36:32.652 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-09-23T04:36:33.129Z[ recovery-image] Sep 23 04:36:32.670 INFO O| Sep 23 04:36:32.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68282025-09-23T04:36:33.129Z[ recovery-image] Sep 23 04:36:32.670 INFO O| Sep 23 04:36:32.670 INFO STEP 659 (remove_files) COMPLETE
68292025-09-23T04:36:33.129Z[ recovery-image] Sep 23 04:36:32.670 INFO O| Sep 23 04:36:32.670 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-09-23T04:36:33.154Z[ recovery-image] Sep 23 04:36:32.689 INFO O| Sep 23 04:36:32.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68312025-09-23T04:36:33.154Z[ recovery-image] Sep 23 04:36:32.689 INFO O| Sep 23 04:36:32.689 INFO STEP 660 (remove_files) COMPLETE
68322025-09-23T04:36:33.154Z[ recovery-image] Sep 23 04:36:32.689 INFO O| Sep 23 04:36:32.689 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-09-23T04:36:33.154Z[ recovery-image] Sep 23 04:36:32.706 INFO O| Sep 23 04:36:32.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68342025-09-23T04:36:33.154Z[ recovery-image] Sep 23 04:36:32.707 INFO O| Sep 23 04:36:32.707 INFO STEP 661 (remove_files) COMPLETE
68352025-09-23T04:36:33.154Z[ recovery-image] Sep 23 04:36:32.707 INFO O| Sep 23 04:36:32.707 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-09-23T04:36:33.179Z[ recovery-image] Sep 23 04:36:32.725 INFO O| Sep 23 04:36:32.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68372025-09-23T04:36:33.179Z[ recovery-image] Sep 23 04:36:32.725 INFO O| Sep 23 04:36:32.725 INFO STEP 662 (remove_files) COMPLETE
68382025-09-23T04:36:33.179Z[ recovery-image] Sep 23 04:36:32.725 INFO O| Sep 23 04:36:32.725 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-09-23T04:36:33.204Z[ recovery-image] Sep 23 04:36:32.747 INFO O| Sep 23 04:36:32.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68402025-09-23T04:36:33.204Z[ recovery-image] Sep 23 04:36:32.747 INFO O| Sep 23 04:36:32.747 INFO STEP 663 (remove_files) COMPLETE
68412025-09-23T04:36:33.204Z[ recovery-image] Sep 23 04:36:32.747 INFO O| Sep 23 04:36:32.747 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-09-23T04:36:33.229Z[ recovery-image] Sep 23 04:36:32.765 INFO O| Sep 23 04:36:32.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68432025-09-23T04:36:33.229Z[ recovery-image] Sep 23 04:36:32.765 INFO O| Sep 23 04:36:32.765 INFO STEP 664 (remove_files) COMPLETE
68442025-09-23T04:36:33.229Z[ recovery-image] Sep 23 04:36:32.765 INFO O| Sep 23 04:36:32.765 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-09-23T04:36:33.254Z[ recovery-image] Sep 23 04:36:32.783 INFO O| Sep 23 04:36:32.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68462025-09-23T04:36:33.254Z[ recovery-image] Sep 23 04:36:32.784 INFO O| Sep 23 04:36:32.783 INFO STEP 665 (remove_files) COMPLETE
68472025-09-23T04:36:33.254Z[ recovery-image] Sep 23 04:36:32.784 INFO O| Sep 23 04:36:32.784 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-09-23T04:36:33.254Z[ recovery-image] Sep 23 04:36:32.798 INFO O| Sep 23 04:36:32.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68492025-09-23T04:36:33.254Z[ recovery-image] Sep 23 04:36:32.798 INFO O| Sep 23 04:36:32.798 INFO STEP 666 (remove_files) COMPLETE
68502025-09-23T04:36:33.254Z[ recovery-image] Sep 23 04:36:32.798 INFO O| Sep 23 04:36:32.798 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-09-23T04:36:33.279Z[ recovery-image] Sep 23 04:36:32.812 INFO O| Sep 23 04:36:32.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68522025-09-23T04:36:33.279Z[ recovery-image] Sep 23 04:36:32.812 INFO O| Sep 23 04:36:32.812 INFO STEP 667 (remove_files) COMPLETE
68532025-09-23T04:36:33.279Z[ recovery-image] Sep 23 04:36:32.812 INFO O| Sep 23 04:36:32.812 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-09-23T04:36:33.279Z[ recovery-image] Sep 23 04:36:32.826 INFO O| Sep 23 04:36:32.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68552025-09-23T04:36:33.279Z[ recovery-image] Sep 23 04:36:32.827 INFO O| Sep 23 04:36:32.827 INFO STEP 668 (remove_files) COMPLETE
68562025-09-23T04:36:33.279Z[ recovery-image] Sep 23 04:36:32.827 INFO O| Sep 23 04:36:32.827 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-09-23T04:36:33.304Z[ recovery-image] Sep 23 04:36:32.841 INFO O| Sep 23 04:36:32.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68582025-09-23T04:36:33.304Z[ recovery-image] Sep 23 04:36:32.841 INFO O| Sep 23 04:36:32.841 INFO STEP 669 (remove_files) COMPLETE
68592025-09-23T04:36:33.304Z[ recovery-image] Sep 23 04:36:32.841 INFO O| Sep 23 04:36:32.841 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-09-23T04:36:33.329Z[ recovery-image] Sep 23 04:36:32.859 INFO O| Sep 23 04:36:32.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68612025-09-23T04:36:33.329Z[ recovery-image] Sep 23 04:36:32.859 INFO O| Sep 23 04:36:32.859 INFO STEP 670 (remove_files) COMPLETE
68622025-09-23T04:36:33.329Z[ recovery-image] Sep 23 04:36:32.859 INFO O| Sep 23 04:36:32.859 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-09-23T04:36:33.329Z[ recovery-image] Sep 23 04:36:32.874 INFO O| Sep 23 04:36:32.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68642025-09-23T04:36:33.329Z[ recovery-image] Sep 23 04:36:32.874 INFO O| Sep 23 04:36:32.874 INFO STEP 671 (remove_files) COMPLETE
68652025-09-23T04:36:33.329Z[ recovery-image] Sep 23 04:36:32.874 INFO O| Sep 23 04:36:32.874 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-09-23T04:36:33.354Z[ recovery-image] Sep 23 04:36:32.892 INFO O| Sep 23 04:36:32.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68672025-09-23T04:36:33.354Z[ recovery-image] Sep 23 04:36:32.892 INFO O| Sep 23 04:36:32.892 INFO STEP 672 (remove_files) COMPLETE
68682025-09-23T04:36:33.354Z[ recovery-image] Sep 23 04:36:32.892 INFO O| Sep 23 04:36:32.892 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-09-23T04:36:33.354Z[ recovery-image] Sep 23 04:36:32.904 INFO O| Sep 23 04:36:32.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68702025-09-23T04:36:33.354Z[ recovery-image] Sep 23 04:36:32.904 INFO O| Sep 23 04:36:32.904 INFO STEP 673 (remove_files) COMPLETE
68712025-09-23T04:36:33.354Z[ recovery-image] Sep 23 04:36:32.904 INFO O| Sep 23 04:36:32.904 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-09-23T04:36:33.378Z[ recovery-image] Sep 23 04:36:32.915 INFO O| Sep 23 04:36:32.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68732025-09-23T04:36:33.378Z[ recovery-image] Sep 23 04:36:32.915 INFO O| Sep 23 04:36:32.915 INFO STEP 674 (remove_files) COMPLETE
68742025-09-23T04:36:33.378Z[ recovery-image] Sep 23 04:36:32.915 INFO O| Sep 23 04:36:32.915 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-09-23T04:36:33.379Z[ recovery-image] Sep 23 04:36:32.929 INFO O| Sep 23 04:36:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68762025-09-23T04:36:33.379Z[ recovery-image] Sep 23 04:36:32.929 INFO O| Sep 23 04:36:32.929 INFO STEP 675 (remove_files) COMPLETE
68772025-09-23T04:36:33.379Z[ recovery-image] Sep 23 04:36:32.929 INFO O| Sep 23 04:36:32.929 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-09-23T04:36:33.404Z[ recovery-image] Sep 23 04:36:32.941 INFO O| Sep 23 04:36:32.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68792025-09-23T04:36:33.404Z[ recovery-image] Sep 23 04:36:32.941 INFO O| Sep 23 04:36:32.941 INFO STEP 676 (remove_files) COMPLETE
68802025-09-23T04:36:33.404Z[ recovery-image] Sep 23 04:36:32.941 INFO O| Sep 23 04:36:32.941 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-09-23T04:36:33.404Z[ recovery-image] Sep 23 04:36:32.956 INFO O| Sep 23 04:36:32.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68822025-09-23T04:36:33.404Z[ recovery-image] Sep 23 04:36:32.956 INFO O| Sep 23 04:36:32.956 INFO STEP 677 (remove_files) COMPLETE
68832025-09-23T04:36:33.404Z[ recovery-image] Sep 23 04:36:32.956 INFO O| Sep 23 04:36:32.956 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-09-23T04:36:33.428Z[ recovery-image] Sep 23 04:36:32.971 INFO O| Sep 23 04:36:32.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68852025-09-23T04:36:33.429Z[ recovery-image] Sep 23 04:36:32.971 INFO O| Sep 23 04:36:32.971 INFO STEP 678 (remove_files) COMPLETE
68862025-09-23T04:36:33.429Z[ recovery-image] Sep 23 04:36:32.971 INFO O| Sep 23 04:36:32.971 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-09-23T04:36:33.453Z[ recovery-image] Sep 23 04:36:32.985 INFO O| Sep 23 04:36:32.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68882025-09-23T04:36:33.453Z[ recovery-image] Sep 23 04:36:32.986 INFO O| Sep 23 04:36:32.986 INFO STEP 679 (remove_files) COMPLETE
68892025-09-23T04:36:33.453Z[ recovery-image] Sep 23 04:36:32.986 INFO O| Sep 23 04:36:32.986 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-09-23T04:36:33.453Z[ recovery-image] Sep 23 04:36:32.999 INFO O| Sep 23 04:36:32.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68912025-09-23T04:36:33.453Z[ recovery-image] Sep 23 04:36:32.999 INFO O| Sep 23 04:36:32.999 INFO STEP 680 (remove_files) COMPLETE
68922025-09-23T04:36:33.453Z[ recovery-image] Sep 23 04:36:33.000 INFO O| Sep 23 04:36:32.999 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-09-23T04:36:33.478Z[ recovery-image] Sep 23 04:36:33.013 INFO O| Sep 23 04:36:33.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68942025-09-23T04:36:33.478Z[ recovery-image] Sep 23 04:36:33.013 INFO O| Sep 23 04:36:33.013 INFO STEP 681 (remove_files) COMPLETE
68952025-09-23T04:36:33.479Z[ recovery-image] Sep 23 04:36:33.013 INFO O| Sep 23 04:36:33.013 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-09-23T04:36:33.479Z[ recovery-image] Sep 23 04:36:33.030 INFO O| Sep 23 04:36:33.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68972025-09-23T04:36:33.479Z[ recovery-image] Sep 23 04:36:33.030 INFO O| Sep 23 04:36:33.030 INFO STEP 682 (remove_files) COMPLETE
68982025-09-23T04:36:33.479Z[ recovery-image] Sep 23 04:36:33.030 INFO O| Sep 23 04:36:33.030 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-09-23T04:36:33.503Z[ recovery-image] Sep 23 04:36:33.044 INFO O| Sep 23 04:36:33.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
69002025-09-23T04:36:33.504Z[ recovery-image] Sep 23 04:36:33.044 INFO O| Sep 23 04:36:33.044 INFO STEP 683 (remove_files) COMPLETE
69012025-09-23T04:36:33.504Z[ recovery-image] Sep 23 04:36:33.044 INFO O| Sep 23 04:36:33.044 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-09-23T04:36:33.504Z[ recovery-image] Sep 23 04:36:33.057 INFO O| Sep 23 04:36:33.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
69032025-09-23T04:36:33.504Z[ recovery-image] Sep 23 04:36:33.057 INFO O| Sep 23 04:36:33.057 INFO STEP 684 (remove_files) COMPLETE
69042025-09-23T04:36:33.528Z[ recovery-image] Sep 23 04:36:33.058 INFO O| Sep 23 04:36:33.057 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-09-23T04:36:33.528Z[ recovery-image] Sep 23 04:36:33.076 INFO O| Sep 23 04:36:33.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
69062025-09-23T04:36:33.528Z[ recovery-image] Sep 23 04:36:33.076 INFO O| Sep 23 04:36:33.076 INFO STEP 685 (remove_files) COMPLETE
69072025-09-23T04:36:33.528Z[ recovery-image] Sep 23 04:36:33.076 INFO O| Sep 23 04:36:33.076 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-09-23T04:36:33.553Z[ recovery-image] Sep 23 04:36:33.094 INFO O| Sep 23 04:36:33.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
69092025-09-23T04:36:33.553Z[ recovery-image] Sep 23 04:36:33.094 INFO O| Sep 23 04:36:33.094 INFO STEP 686 (remove_files) COMPLETE
69102025-09-23T04:36:33.553Z[ recovery-image] Sep 23 04:36:33.094 INFO O| Sep 23 04:36:33.094 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-09-23T04:36:33.582Z[ recovery-image] Sep 23 04:36:33.136 INFO O| Sep 23 04:36:33.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
69122025-09-23T04:36:33.582Z[ recovery-image] Sep 23 04:36:33.136 INFO O| Sep 23 04:36:33.136 INFO STEP 687 (remove_files) COMPLETE
69132025-09-23T04:36:33.607Z[ recovery-image] Sep 23 04:36:33.136 INFO O| Sep 23 04:36:33.136 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-09-23T04:36:33.607Z[ recovery-image] Sep 23 04:36:33.149 INFO O| Sep 23 04:36:33.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69152025-09-23T04:36:33.607Z[ recovery-image] Sep 23 04:36:33.149 INFO O| Sep 23 04:36:33.149 INFO STEP 688 (remove_files) COMPLETE
69162025-09-23T04:36:33.607Z[ recovery-image] Sep 23 04:36:33.149 INFO O| Sep 23 04:36:33.149 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-09-23T04:36:33.632Z[ recovery-image] Sep 23 04:36:33.162 INFO O| Sep 23 04:36:33.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69182025-09-23T04:36:33.632Z[ recovery-image] Sep 23 04:36:33.162 INFO O| Sep 23 04:36:33.162 INFO STEP 689 (remove_files) COMPLETE
69192025-09-23T04:36:33.632Z[ recovery-image] Sep 23 04:36:33.162 INFO O| Sep 23 04:36:33.162 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-09-23T04:36:33.632Z[ recovery-image] Sep 23 04:36:33.175 INFO O| Sep 23 04:36:33.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69212025-09-23T04:36:33.632Z[ recovery-image] Sep 23 04:36:33.175 INFO O| Sep 23 04:36:33.175 INFO STEP 690 (remove_files) COMPLETE
69222025-09-23T04:36:33.632Z[ recovery-image] Sep 23 04:36:33.175 INFO O| Sep 23 04:36:33.175 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-09-23T04:36:33.657Z[ recovery-image] Sep 23 04:36:33.188 INFO O| Sep 23 04:36:33.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69242025-09-23T04:36:33.657Z[ recovery-image] Sep 23 04:36:33.189 INFO O| Sep 23 04:36:33.189 INFO STEP 691 (remove_files) COMPLETE
69252025-09-23T04:36:33.657Z[ recovery-image] Sep 23 04:36:33.189 INFO O| Sep 23 04:36:33.189 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-09-23T04:36:33.657Z[ recovery-image] Sep 23 04:36:33.201 INFO O| Sep 23 04:36:33.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69272025-09-23T04:36:33.657Z[ recovery-image] Sep 23 04:36:33.201 INFO O| Sep 23 04:36:33.201 INFO STEP 692 (remove_files) COMPLETE
69282025-09-23T04:36:33.657Z[ recovery-image] Sep 23 04:36:33.201 INFO O| Sep 23 04:36:33.201 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-09-23T04:36:33.682Z[ recovery-image] Sep 23 04:36:33.214 INFO O| Sep 23 04:36:33.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69302025-09-23T04:36:33.682Z[ recovery-image] Sep 23 04:36:33.214 INFO O| Sep 23 04:36:33.214 INFO STEP 693 (remove_files) COMPLETE
69312025-09-23T04:36:33.682Z[ recovery-image] Sep 23 04:36:33.214 INFO O| Sep 23 04:36:33.214 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-09-23T04:36:33.682Z[ recovery-image] Sep 23 04:36:33.226 INFO O| Sep 23 04:36:33.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69332025-09-23T04:36:33.682Z[ recovery-image] Sep 23 04:36:33.226 INFO O| Sep 23 04:36:33.226 INFO STEP 694 (remove_files) COMPLETE
69342025-09-23T04:36:33.682Z[ recovery-image] Sep 23 04:36:33.227 INFO O| Sep 23 04:36:33.226 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-09-23T04:36:33.707Z[ recovery-image] Sep 23 04:36:33.239 INFO O| Sep 23 04:36:33.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69362025-09-23T04:36:33.707Z[ recovery-image] Sep 23 04:36:33.239 INFO O| Sep 23 04:36:33.239 INFO STEP 695 (remove_files) COMPLETE
69372025-09-23T04:36:33.707Z[ recovery-image] Sep 23 04:36:33.239 INFO O| Sep 23 04:36:33.239 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-09-23T04:36:33.707Z[ recovery-image] Sep 23 04:36:33.251 INFO O| Sep 23 04:36:33.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69392025-09-23T04:36:33.707Z[ recovery-image] Sep 23 04:36:33.251 INFO O| Sep 23 04:36:33.251 INFO STEP 696 (remove_files) COMPLETE
69402025-09-23T04:36:33.707Z[ recovery-image] Sep 23 04:36:33.251 INFO O| Sep 23 04:36:33.251 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-09-23T04:36:33.732Z[ recovery-image] Sep 23 04:36:33.266 INFO O| Sep 23 04:36:33.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69422025-09-23T04:36:33.732Z[ recovery-image] Sep 23 04:36:33.267 INFO O| Sep 23 04:36:33.266 INFO STEP 697 (remove_files) COMPLETE
69432025-09-23T04:36:33.732Z[ recovery-image] Sep 23 04:36:33.267 INFO O| Sep 23 04:36:33.266 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-09-23T04:36:33.732Z[ recovery-image] Sep 23 04:36:33.281 INFO O| Sep 23 04:36:33.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69452025-09-23T04:36:33.732Z[ recovery-image] Sep 23 04:36:33.282 INFO O| Sep 23 04:36:33.282 INFO STEP 698 (remove_files) COMPLETE
69462025-09-23T04:36:33.732Z[ recovery-image] Sep 23 04:36:33.282 INFO O| Sep 23 04:36:33.282 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-09-23T04:36:33.757Z[ recovery-image] Sep 23 04:36:33.295 INFO O| Sep 23 04:36:33.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69482025-09-23T04:36:33.758Z[ recovery-image] Sep 23 04:36:33.296 INFO O| Sep 23 04:36:33.296 INFO STEP 699 (remove_files) COMPLETE
69492025-09-23T04:36:33.758Z[ recovery-image] Sep 23 04:36:33.296 INFO O| Sep 23 04:36:33.296 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-09-23T04:36:33.758Z[ recovery-image] Sep 23 04:36:33.308 INFO O| Sep 23 04:36:33.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69512025-09-23T04:36:33.758Z[ recovery-image] Sep 23 04:36:33.308 INFO O| Sep 23 04:36:33.308 INFO STEP 700 (remove_files) COMPLETE
69522025-09-23T04:36:33.758Z[ recovery-image] Sep 23 04:36:33.308 INFO O| Sep 23 04:36:33.308 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-09-23T04:36:33.783Z[ recovery-image] Sep 23 04:36:33.327 INFO O| Sep 23 04:36:33.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69542025-09-23T04:36:33.783Z[ recovery-image] Sep 23 04:36:33.327 INFO O| Sep 23 04:36:33.327 INFO STEP 701 (remove_files) COMPLETE
69552025-09-23T04:36:33.783Z[ recovery-image] Sep 23 04:36:33.327 INFO O| Sep 23 04:36:33.327 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-09-23T04:36:33.808Z[ recovery-image] Sep 23 04:36:33.345 INFO O| Sep 23 04:36:33.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69572025-09-23T04:36:33.808Z[ recovery-image] Sep 23 04:36:33.345 INFO O| Sep 23 04:36:33.345 INFO STEP 702 (remove_files) COMPLETE
69582025-09-23T04:36:33.808Z[ recovery-image] Sep 23 04:36:33.345 INFO O| Sep 23 04:36:33.345 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-09-23T04:36:33.833Z[ recovery-image] Sep 23 04:36:33.362 INFO O| Sep 23 04:36:33.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69602025-09-23T04:36:33.833Z[ recovery-image] Sep 23 04:36:33.362 INFO O| Sep 23 04:36:33.362 INFO STEP 703 (remove_files) COMPLETE
69612025-09-23T04:36:33.833Z[ recovery-image] Sep 23 04:36:33.362 INFO O| Sep 23 04:36:33.362 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-09-23T04:36:33.833Z[ recovery-image] Sep 23 04:36:33.378 INFO O| Sep 23 04:36:33.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69632025-09-23T04:36:33.833Z[ recovery-image] Sep 23 04:36:33.378 INFO O| Sep 23 04:36:33.378 INFO STEP 704 (remove_files) COMPLETE
69642025-09-23T04:36:33.833Z[ recovery-image] Sep 23 04:36:33.378 INFO O| Sep 23 04:36:33.378 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-09-23T04:36:33.858Z[ recovery-image] Sep 23 04:36:33.396 INFO O| Sep 23 04:36:33.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69662025-09-23T04:36:33.858Z[ recovery-image] Sep 23 04:36:33.397 INFO O| Sep 23 04:36:33.396 INFO STEP 705 (remove_files) COMPLETE
69672025-09-23T04:36:33.858Z[ recovery-image] Sep 23 04:36:33.397 INFO O| Sep 23 04:36:33.396 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-09-23T04:36:33.883Z[ recovery-image] Sep 23 04:36:33.414 INFO O| Sep 23 04:36:33.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69692025-09-23T04:36:33.883Z[ recovery-image] Sep 23 04:36:33.415 INFO O| Sep 23 04:36:33.415 INFO STEP 706 (remove_files) COMPLETE
69702025-09-23T04:36:33.883Z[ recovery-image] Sep 23 04:36:33.415 INFO O| Sep 23 04:36:33.415 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-09-23T04:36:33.883Z[ recovery-image] Sep 23 04:36:33.432 INFO O| Sep 23 04:36:33.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69722025-09-23T04:36:33.883Z[ recovery-image] Sep 23 04:36:33.433 INFO O| Sep 23 04:36:33.433 INFO STEP 707 (remove_files) COMPLETE
69732025-09-23T04:36:33.883Z[ recovery-image] Sep 23 04:36:33.433 INFO O| Sep 23 04:36:33.433 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-09-23T04:36:33.908Z[ recovery-image] Sep 23 04:36:33.451 INFO O| Sep 23 04:36:33.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69752025-09-23T04:36:33.908Z[ recovery-image] Sep 23 04:36:33.451 INFO O| Sep 23 04:36:33.451 INFO STEP 708 (remove_files) COMPLETE
69762025-09-23T04:36:33.908Z[ recovery-image] Sep 23 04:36:33.451 INFO O| Sep 23 04:36:33.451 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-09-23T04:36:33.933Z[ recovery-image] Sep 23 04:36:33.468 INFO O| Sep 23 04:36:33.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69782025-09-23T04:36:33.934Z[ recovery-image] Sep 23 04:36:33.468 INFO O| Sep 23 04:36:33.468 INFO STEP 709 (remove_files) COMPLETE
69792025-09-23T04:36:33.934Z[ recovery-image] Sep 23 04:36:33.468 INFO O| Sep 23 04:36:33.468 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-09-23T04:36:33.934Z[ recovery-image] Sep 23 04:36:33.484 INFO O| Sep 23 04:36:33.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69812025-09-23T04:36:33.934Z[ recovery-image] Sep 23 04:36:33.484 INFO O| Sep 23 04:36:33.484 INFO STEP 710 (remove_files) COMPLETE
69822025-09-23T04:36:33.934Z[ recovery-image] Sep 23 04:36:33.484 INFO O| Sep 23 04:36:33.484 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-09-23T04:36:33.958Z[ recovery-image] Sep 23 04:36:33.504 INFO O| Sep 23 04:36:33.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69842025-09-23T04:36:33.958Z[ recovery-image] Sep 23 04:36:33.505 INFO O| Sep 23 04:36:33.505 INFO STEP 711 (remove_files) COMPLETE
69852025-09-23T04:36:33.958Z[ recovery-image] Sep 23 04:36:33.505 INFO O| Sep 23 04:36:33.505 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-09-23T04:36:33.983Z[ recovery-image] Sep 23 04:36:33.518 INFO O| Sep 23 04:36:33.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69872025-09-23T04:36:33.983Z[ recovery-image] Sep 23 04:36:33.518 INFO O| Sep 23 04:36:33.518 INFO STEP 712 (remove_files) COMPLETE
69882025-09-23T04:36:33.983Z[ recovery-image] Sep 23 04:36:33.518 INFO O| Sep 23 04:36:33.518 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-09-23T04:36:33.983Z[ recovery-image] Sep 23 04:36:33.531 INFO O| Sep 23 04:36:33.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69902025-09-23T04:36:33.983Z[ recovery-image] Sep 23 04:36:33.531 INFO O| Sep 23 04:36:33.531 INFO STEP 713 (remove_files) COMPLETE
69912025-09-23T04:36:33.983Z[ recovery-image] Sep 23 04:36:33.531 INFO O| Sep 23 04:36:33.531 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-09-23T04:36:34.008Z[ recovery-image] Sep 23 04:36:33.549 INFO O| Sep 23 04:36:33.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69932025-09-23T04:36:34.008Z[ recovery-image] Sep 23 04:36:33.549 INFO O| Sep 23 04:36:33.549 INFO STEP 714 (remove_files) COMPLETE
69942025-09-23T04:36:34.008Z[ recovery-image] Sep 23 04:36:33.549 INFO O| Sep 23 04:36:33.549 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-09-23T04:36:34.033Z[ recovery-image] Sep 23 04:36:33.567 INFO O| Sep 23 04:36:33.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69962025-09-23T04:36:34.033Z[ recovery-image] Sep 23 04:36:33.567 INFO O| Sep 23 04:36:33.567 INFO STEP 715 (remove_files) COMPLETE
69972025-09-23T04:36:34.033Z[ recovery-image] Sep 23 04:36:33.567 INFO O| Sep 23 04:36:33.567 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-09-23T04:36:34.058Z[ recovery-image] Sep 23 04:36:33.587 INFO O| Sep 23 04:36:33.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69992025-09-23T04:36:34.058Z[ recovery-image] Sep 23 04:36:33.587 INFO O| Sep 23 04:36:33.587 INFO STEP 716 (remove_files) COMPLETE
70002025-09-23T04:36:34.058Z[ recovery-image] Sep 23 04:36:33.587 INFO O| Sep 23 04:36:33.587 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-09-23T04:36:34.058Z[ recovery-image] Sep 23 04:36:33.603 INFO O| Sep 23 04:36:33.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
70022025-09-23T04:36:34.058Z[ recovery-image] Sep 23 04:36:33.603 INFO O| Sep 23 04:36:33.603 INFO STEP 717 (remove_files) COMPLETE
70032025-09-23T04:36:34.058Z[ recovery-image] Sep 23 04:36:33.603 INFO O| Sep 23 04:36:33.603 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-09-23T04:36:34.083Z[ recovery-image] Sep 23 04:36:33.623 INFO O| Sep 23 04:36:33.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
70052025-09-23T04:36:34.083Z[ recovery-image] Sep 23 04:36:33.623 INFO O| Sep 23 04:36:33.623 INFO STEP 718 (remove_files) COMPLETE
70062025-09-23T04:36:34.083Z[ recovery-image] Sep 23 04:36:33.623 INFO O| Sep 23 04:36:33.623 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-09-23T04:36:34.108Z[ recovery-image] Sep 23 04:36:33.639 INFO O| Sep 23 04:36:33.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
70082025-09-23T04:36:34.108Z[ recovery-image] Sep 23 04:36:33.640 INFO O| Sep 23 04:36:33.640 INFO STEP 719 (remove_files) COMPLETE
70092025-09-23T04:36:34.108Z[ recovery-image] Sep 23 04:36:33.640 INFO O| Sep 23 04:36:33.640 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-09-23T04:36:34.108Z[ recovery-image] Sep 23 04:36:33.658 INFO O| Sep 23 04:36:33.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
70112025-09-23T04:36:34.108Z[ recovery-image] Sep 23 04:36:33.658 INFO O| Sep 23 04:36:33.658 INFO STEP 720 (remove_files) COMPLETE
70122025-09-23T04:36:34.108Z[ recovery-image] Sep 23 04:36:33.658 INFO O| Sep 23 04:36:33.658 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-09-23T04:36:34.133Z[ recovery-image] Sep 23 04:36:33.674 INFO O| Sep 23 04:36:33.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
70142025-09-23T04:36:34.133Z[ recovery-image] Sep 23 04:36:33.674 INFO O| Sep 23 04:36:33.674 INFO STEP 721 (remove_files) COMPLETE
70152025-09-23T04:36:34.133Z[ recovery-image] Sep 23 04:36:33.674 INFO O| Sep 23 04:36:33.674 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-09-23T04:36:34.158Z[ recovery-image] Sep 23 04:36:33.693 INFO O| Sep 23 04:36:33.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70172025-09-23T04:36:34.158Z[ recovery-image] Sep 23 04:36:33.693 INFO O| Sep 23 04:36:33.693 INFO STEP 722 (remove_files) COMPLETE
70182025-09-23T04:36:34.159Z[ recovery-image] Sep 23 04:36:33.693 INFO O| Sep 23 04:36:33.693 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-09-23T04:36:34.190Z[ recovery-image] Sep 23 04:36:33.744 INFO O| Sep 23 04:36:33.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70202025-09-23T04:36:34.190Z[ recovery-image] Sep 23 04:36:33.744 INFO O| Sep 23 04:36:33.744 INFO STEP 723 (remove_files) COMPLETE
70212025-09-23T04:36:34.215Z[ recovery-image] Sep 23 04:36:33.744 INFO O| Sep 23 04:36:33.744 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-09-23T04:36:34.215Z[ recovery-image] Sep 23 04:36:33.762 INFO O| Sep 23 04:36:33.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70232025-09-23T04:36:34.216Z[ recovery-image] Sep 23 04:36:33.762 INFO O| Sep 23 04:36:33.762 INFO STEP 724 (remove_files) COMPLETE
70242025-09-23T04:36:34.216Z[ recovery-image] Sep 23 04:36:33.762 INFO O| Sep 23 04:36:33.762 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-09-23T04:36:34.240Z[ recovery-image] Sep 23 04:36:33.776 INFO O| Sep 23 04:36:33.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70262025-09-23T04:36:34.241Z[ recovery-image] Sep 23 04:36:33.777 INFO O| Sep 23 04:36:33.777 INFO STEP 725 (remove_files) COMPLETE
70272025-09-23T04:36:34.241Z[ recovery-image] Sep 23 04:36:33.777 INFO O| Sep 23 04:36:33.777 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-09-23T04:36:34.241Z[ recovery-image] Sep 23 04:36:33.791 INFO O| Sep 23 04:36:33.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70292025-09-23T04:36:34.241Z[ recovery-image] Sep 23 04:36:33.791 INFO O| Sep 23 04:36:33.791 INFO STEP 726 (remove_files) COMPLETE
70302025-09-23T04:36:34.241Z[ recovery-image] Sep 23 04:36:33.791 INFO O| Sep 23 04:36:33.791 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-09-23T04:36:34.266Z[ recovery-image] Sep 23 04:36:33.803 INFO O| Sep 23 04:36:33.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70322025-09-23T04:36:34.266Z[ recovery-image] Sep 23 04:36:33.804 INFO O| Sep 23 04:36:33.804 INFO STEP 727 (remove_files) COMPLETE
70332025-09-23T04:36:34.266Z[ recovery-image] Sep 23 04:36:33.804 INFO O| Sep 23 04:36:33.804 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-09-23T04:36:34.266Z[ recovery-image] Sep 23 04:36:33.819 INFO O| Sep 23 04:36:33.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70352025-09-23T04:36:34.266Z[ recovery-image] Sep 23 04:36:33.819 INFO O| Sep 23 04:36:33.819 INFO STEP 728 (remove_files) COMPLETE
70362025-09-23T04:36:34.266Z[ recovery-image] Sep 23 04:36:33.819 INFO O| Sep 23 04:36:33.819 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-09-23T04:36:34.291Z[ recovery-image] Sep 23 04:36:33.838 INFO O| Sep 23 04:36:33.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70382025-09-23T04:36:34.291Z[ recovery-image] Sep 23 04:36:33.838 INFO O| Sep 23 04:36:33.838 INFO STEP 729 (remove_files) COMPLETE
70392025-09-23T04:36:34.291Z[ recovery-image] Sep 23 04:36:33.838 INFO O| Sep 23 04:36:33.838 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-09-23T04:36:34.316Z[ recovery-image] Sep 23 04:36:33.855 INFO O| Sep 23 04:36:33.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70412025-09-23T04:36:34.316Z[ recovery-image] Sep 23 04:36:33.855 INFO O| Sep 23 04:36:33.855 INFO STEP 730 (remove_files) COMPLETE
70422025-09-23T04:36:34.316Z[ recovery-image] Sep 23 04:36:33.855 INFO O| Sep 23 04:36:33.855 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-09-23T04:36:34.341Z[ recovery-image] Sep 23 04:36:33.873 INFO O| Sep 23 04:36:33.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70442025-09-23T04:36:34.341Z[ recovery-image] Sep 23 04:36:33.873 INFO O| Sep 23 04:36:33.873 INFO STEP 731 (remove_files) COMPLETE
70452025-09-23T04:36:34.341Z[ recovery-image] Sep 23 04:36:33.873 INFO O| Sep 23 04:36:33.873 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-09-23T04:36:34.341Z[ recovery-image] Sep 23 04:36:33.890 INFO O| Sep 23 04:36:33.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70472025-09-23T04:36:34.341Z[ recovery-image] Sep 23 04:36:33.890 INFO O| Sep 23 04:36:33.890 INFO STEP 732 (remove_files) COMPLETE
70482025-09-23T04:36:34.341Z[ recovery-image] Sep 23 04:36:33.890 INFO O| Sep 23 04:36:33.890 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-09-23T04:36:34.366Z[ recovery-image] Sep 23 04:36:33.907 INFO O| Sep 23 04:36:33.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70502025-09-23T04:36:34.366Z[ recovery-image] Sep 23 04:36:33.908 INFO O| Sep 23 04:36:33.907 INFO STEP 733 (remove_files) COMPLETE
70512025-09-23T04:36:34.366Z[ recovery-image] Sep 23 04:36:33.908 INFO O| Sep 23 04:36:33.907 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-09-23T04:36:34.391Z[ recovery-image] Sep 23 04:36:33.921 INFO O| Sep 23 04:36:33.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70532025-09-23T04:36:34.391Z[ recovery-image] Sep 23 04:36:33.921 INFO O| Sep 23 04:36:33.921 INFO STEP 734 (remove_files) COMPLETE
70542025-09-23T04:36:34.391Z[ recovery-image] Sep 23 04:36:33.921 INFO O| Sep 23 04:36:33.921 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-09-23T04:36:34.391Z[ recovery-image] Sep 23 04:36:33.935 INFO O| Sep 23 04:36:33.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70562025-09-23T04:36:34.391Z[ recovery-image] Sep 23 04:36:33.935 INFO O| Sep 23 04:36:33.935 INFO STEP 735 (remove_files) COMPLETE
70572025-09-23T04:36:34.391Z[ recovery-image] Sep 23 04:36:33.935 INFO O| Sep 23 04:36:33.935 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-09-23T04:36:34.416Z[ recovery-image] Sep 23 04:36:33.952 INFO O| Sep 23 04:36:33.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70592025-09-23T04:36:34.416Z[ recovery-image] Sep 23 04:36:33.952 INFO O| Sep 23 04:36:33.952 INFO STEP 736 (remove_files) COMPLETE
70602025-09-23T04:36:34.416Z[ recovery-image] Sep 23 04:36:33.952 INFO O| Sep 23 04:36:33.952 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-09-23T04:36:34.416Z[ recovery-image] Sep 23 04:36:33.965 INFO O| Sep 23 04:36:33.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70622025-09-23T04:36:34.416Z[ recovery-image] Sep 23 04:36:33.966 INFO O| Sep 23 04:36:33.966 INFO STEP 737 (remove_files) COMPLETE
70632025-09-23T04:36:34.416Z[ recovery-image] Sep 23 04:36:33.966 INFO O| Sep 23 04:36:33.966 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-09-23T04:36:34.441Z[ recovery-image] Sep 23 04:36:33.979 INFO O| Sep 23 04:36:33.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70652025-09-23T04:36:34.441Z[ recovery-image] Sep 23 04:36:33.979 INFO O| Sep 23 04:36:33.979 INFO STEP 738 (remove_files) COMPLETE
70662025-09-23T04:36:34.441Z[ recovery-image] Sep 23 04:36:33.979 INFO O| Sep 23 04:36:33.979 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-09-23T04:36:34.441Z[ recovery-image] Sep 23 04:36:33.993 INFO O| Sep 23 04:36:33.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70682025-09-23T04:36:34.441Z[ recovery-image] Sep 23 04:36:33.993 INFO O| Sep 23 04:36:33.993 INFO STEP 739 (remove_files) COMPLETE
70692025-09-23T04:36:34.441Z[ recovery-image] Sep 23 04:36:33.993 INFO O| Sep 23 04:36:33.993 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-09-23T04:36:34.466Z[ recovery-image] Sep 23 04:36:34.012 INFO O| Sep 23 04:36:34.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70712025-09-23T04:36:34.466Z[ recovery-image] Sep 23 04:36:34.012 INFO O| Sep 23 04:36:34.012 INFO STEP 740 (remove_files) COMPLETE
70722025-09-23T04:36:34.466Z[ recovery-image] Sep 23 04:36:34.012 INFO O| Sep 23 04:36:34.012 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-09-23T04:36:34.491Z[ recovery-image] Sep 23 04:36:34.029 INFO O| Sep 23 04:36:34.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70742025-09-23T04:36:34.491Z[ recovery-image] Sep 23 04:36:34.029 INFO O| Sep 23 04:36:34.029 INFO STEP 741 (remove_files) COMPLETE
70752025-09-23T04:36:34.491Z[ recovery-image] Sep 23 04:36:34.029 INFO O| Sep 23 04:36:34.029 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-09-23T04:36:34.516Z[ recovery-image] Sep 23 04:36:34.046 INFO O| Sep 23 04:36:34.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70772025-09-23T04:36:34.516Z[ recovery-image] Sep 23 04:36:34.046 INFO O| Sep 23 04:36:34.046 INFO STEP 742 (remove_files) COMPLETE
70782025-09-23T04:36:34.516Z[ recovery-image] Sep 23 04:36:34.046 INFO O| Sep 23 04:36:34.046 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-09-23T04:36:34.516Z[ recovery-image] Sep 23 04:36:34.063 INFO O| Sep 23 04:36:34.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70802025-09-23T04:36:34.516Z[ recovery-image] Sep 23 04:36:34.063 INFO O| Sep 23 04:36:34.063 INFO STEP 743 (remove_files) COMPLETE
70812025-09-23T04:36:34.516Z[ recovery-image] Sep 23 04:36:34.063 INFO O| Sep 23 04:36:34.063 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-09-23T04:36:34.541Z[ recovery-image] Sep 23 04:36:34.080 INFO O| Sep 23 04:36:34.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70832025-09-23T04:36:34.541Z[ recovery-image] Sep 23 04:36:34.080 INFO O| Sep 23 04:36:34.080 INFO STEP 744 (remove_files) COMPLETE
70842025-09-23T04:36:34.541Z[ recovery-image] Sep 23 04:36:34.080 INFO O| Sep 23 04:36:34.080 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-09-23T04:36:34.566Z[ recovery-image] Sep 23 04:36:34.096 INFO O| Sep 23 04:36:34.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70862025-09-23T04:36:34.566Z[ recovery-image] Sep 23 04:36:34.096 INFO O| Sep 23 04:36:34.096 INFO STEP 745 (remove_files) COMPLETE
70872025-09-23T04:36:34.566Z[ recovery-image] Sep 23 04:36:34.096 INFO O| Sep 23 04:36:34.096 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-09-23T04:36:34.566Z[ recovery-image] Sep 23 04:36:34.114 INFO O| Sep 23 04:36:34.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70892025-09-23T04:36:34.566Z[ recovery-image] Sep 23 04:36:34.114 INFO O| Sep 23 04:36:34.114 INFO STEP 746 (remove_files) COMPLETE
70902025-09-23T04:36:34.566Z[ recovery-image] Sep 23 04:36:34.114 INFO O| Sep 23 04:36:34.114 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-09-23T04:36:34.591Z[ recovery-image] Sep 23 04:36:34.130 INFO O| Sep 23 04:36:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70922025-09-23T04:36:34.591Z[ recovery-image] Sep 23 04:36:34.130 INFO O| Sep 23 04:36:34.130 INFO STEP 747 (remove_files) COMPLETE
70932025-09-23T04:36:34.591Z[ recovery-image] Sep 23 04:36:34.130 INFO O| Sep 23 04:36:34.130 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-09-23T04:36:34.616Z[ recovery-image] Sep 23 04:36:34.149 INFO O| Sep 23 04:36:34.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70952025-09-23T04:36:34.616Z[ recovery-image] Sep 23 04:36:34.149 INFO O| Sep 23 04:36:34.149 INFO STEP 748 (remove_files) COMPLETE
70962025-09-23T04:36:34.616Z[ recovery-image] Sep 23 04:36:34.149 INFO O| Sep 23 04:36:34.149 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-09-23T04:36:34.616Z[ recovery-image] Sep 23 04:36:34.167 INFO O| Sep 23 04:36:34.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70982025-09-23T04:36:34.616Z[ recovery-image] Sep 23 04:36:34.167 INFO O| Sep 23 04:36:34.167 INFO STEP 749 (remove_files) COMPLETE
70992025-09-23T04:36:34.616Z[ recovery-image] Sep 23 04:36:34.167 INFO O| Sep 23 04:36:34.167 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-09-23T04:36:34.641Z[ recovery-image] Sep 23 04:36:34.181 INFO O| Sep 23 04:36:34.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
71012025-09-23T04:36:34.641Z[ recovery-image] Sep 23 04:36:34.182 INFO O| Sep 23 04:36:34.182 INFO STEP 750 (remove_files) COMPLETE
71022025-09-23T04:36:34.641Z[ recovery-image] Sep 23 04:36:34.182 INFO O| Sep 23 04:36:34.182 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-09-23T04:36:34.665Z[ recovery-image] Sep 23 04:36:34.199 INFO O| Sep 23 04:36:34.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
71042025-09-23T04:36:34.665Z[ recovery-image] Sep 23 04:36:34.199 INFO O| Sep 23 04:36:34.199 INFO STEP 751 (remove_files) COMPLETE
71052025-09-23T04:36:34.665Z[ recovery-image] Sep 23 04:36:34.199 INFO O| Sep 23 04:36:34.199 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-09-23T04:36:34.665Z[ recovery-image] Sep 23 04:36:34.212 INFO O| Sep 23 04:36:34.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
71072025-09-23T04:36:34.665Z[ recovery-image] Sep 23 04:36:34.212 INFO O| Sep 23 04:36:34.212 INFO STEP 752 (remove_files) COMPLETE
71082025-09-23T04:36:34.666Z[ recovery-image] Sep 23 04:36:34.212 INFO O| Sep 23 04:36:34.212 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-09-23T04:36:34.691Z[ recovery-image] Sep 23 04:36:34.225 INFO O| Sep 23 04:36:34.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
71102025-09-23T04:36:34.691Z[ recovery-image] Sep 23 04:36:34.225 INFO O| Sep 23 04:36:34.225 INFO STEP 753 (remove_files) COMPLETE
71112025-09-23T04:36:34.691Z[ recovery-image] Sep 23 04:36:34.225 INFO O| Sep 23 04:36:34.225 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-09-23T04:36:34.691Z[ recovery-image] Sep 23 04:36:34.242 INFO O| Sep 23 04:36:34.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
71132025-09-23T04:36:34.691Z[ recovery-image] Sep 23 04:36:34.242 INFO O| Sep 23 04:36:34.242 INFO STEP 754 (remove_files) COMPLETE
71142025-09-23T04:36:34.691Z[ recovery-image] Sep 23 04:36:34.242 INFO O| Sep 23 04:36:34.242 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-09-23T04:36:34.716Z[ recovery-image] Sep 23 04:36:34.258 INFO O| Sep 23 04:36:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71162025-09-23T04:36:34.716Z[ recovery-image] Sep 23 04:36:34.258 INFO O| Sep 23 04:36:34.258 INFO STEP 755 (remove_files) COMPLETE
71172025-09-23T04:36:34.716Z[ recovery-image] Sep 23 04:36:34.258 INFO O| Sep 23 04:36:34.258 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-09-23T04:36:34.740Z[ recovery-image] Sep 23 04:36:34.272 INFO O| Sep 23 04:36:34.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71192025-09-23T04:36:34.740Z[ recovery-image] Sep 23 04:36:34.272 INFO O| Sep 23 04:36:34.272 INFO STEP 756 (remove_files) COMPLETE
71202025-09-23T04:36:34.741Z[ recovery-image] Sep 23 04:36:34.272 INFO O| Sep 23 04:36:34.272 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-09-23T04:36:34.765Z[ recovery-image] Sep 23 04:36:34.306 INFO O| Sep 23 04:36:34.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71222025-09-23T04:36:34.765Z[ recovery-image] Sep 23 04:36:34.306 INFO O| Sep 23 04:36:34.306 INFO STEP 757 (remove_files) COMPLETE
71232025-09-23T04:36:34.765Z[ recovery-image] Sep 23 04:36:34.306 INFO O| Sep 23 04:36:34.306 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-09-23T04:36:34.791Z[ recovery-image] Sep 23 04:36:34.324 INFO O| Sep 23 04:36:34.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71252025-09-23T04:36:34.791Z[ recovery-image] Sep 23 04:36:34.324 INFO O| Sep 23 04:36:34.324 INFO STEP 758 (remove_files) COMPLETE
71262025-09-23T04:36:34.791Z[ recovery-image] Sep 23 04:36:34.324 INFO O| Sep 23 04:36:34.324 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-09-23T04:36:34.791Z[ recovery-image] Sep 23 04:36:34.342 INFO O| Sep 23 04:36:34.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71282025-09-23T04:36:34.791Z[ recovery-image] Sep 23 04:36:34.342 INFO O| Sep 23 04:36:34.342 INFO STEP 759 (remove_files) COMPLETE
71292025-09-23T04:36:34.791Z[ recovery-image] Sep 23 04:36:34.342 INFO O| Sep 23 04:36:34.342 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-09-23T04:36:34.816Z[ recovery-image] Sep 23 04:36:34.360 INFO O| Sep 23 04:36:34.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71312025-09-23T04:36:34.816Z[ recovery-image] Sep 23 04:36:34.360 INFO O| Sep 23 04:36:34.360 INFO STEP 760 (remove_files) COMPLETE
71322025-09-23T04:36:34.816Z[ recovery-image] Sep 23 04:36:34.360 INFO O| Sep 23 04:36:34.360 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-09-23T04:36:34.841Z[ recovery-image] Sep 23 04:36:34.374 INFO O| Sep 23 04:36:34.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71342025-09-23T04:36:34.841Z[ recovery-image] Sep 23 04:36:34.375 INFO O| Sep 23 04:36:34.374 INFO STEP 761 (remove_files) COMPLETE
71352025-09-23T04:36:34.841Z[ recovery-image] Sep 23 04:36:34.375 INFO O| Sep 23 04:36:34.375 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-09-23T04:36:34.841Z[ recovery-image] Sep 23 04:36:34.388 INFO O| Sep 23 04:36:34.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71372025-09-23T04:36:34.841Z[ recovery-image] Sep 23 04:36:34.388 INFO O| Sep 23 04:36:34.388 INFO STEP 762 (remove_files) COMPLETE
71382025-09-23T04:36:34.841Z[ recovery-image] Sep 23 04:36:34.388 INFO O| Sep 23 04:36:34.388 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-09-23T04:36:34.866Z[ recovery-image] Sep 23 04:36:34.403 INFO O| Sep 23 04:36:34.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71402025-09-23T04:36:34.866Z[ recovery-image] Sep 23 04:36:34.403 INFO O| Sep 23 04:36:34.403 INFO STEP 763 (remove_files) COMPLETE
71412025-09-23T04:36:34.866Z[ recovery-image] Sep 23 04:36:34.403 INFO O| Sep 23 04:36:34.403 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-09-23T04:36:34.891Z[ recovery-image] Sep 23 04:36:34.421 INFO O| Sep 23 04:36:34.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71432025-09-23T04:36:34.891Z[ recovery-image] Sep 23 04:36:34.421 INFO O| Sep 23 04:36:34.421 INFO STEP 764 (remove_files) COMPLETE
71442025-09-23T04:36:34.891Z[ recovery-image] Sep 23 04:36:34.421 INFO O| Sep 23 04:36:34.421 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-09-23T04:36:34.891Z[ recovery-image] Sep 23 04:36:34.439 INFO O| Sep 23 04:36:34.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71462025-09-23T04:36:34.891Z[ recovery-image] Sep 23 04:36:34.439 INFO O| Sep 23 04:36:34.439 INFO STEP 765 (remove_files) COMPLETE
71472025-09-23T04:36:34.891Z[ recovery-image] Sep 23 04:36:34.439 INFO O| Sep 23 04:36:34.439 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-09-23T04:36:34.916Z[ recovery-image] Sep 23 04:36:34.458 INFO O| Sep 23 04:36:34.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71492025-09-23T04:36:34.916Z[ recovery-image] Sep 23 04:36:34.459 INFO O| Sep 23 04:36:34.459 INFO STEP 766 (remove_files) COMPLETE
71502025-09-23T04:36:34.916Z[ recovery-image] Sep 23 04:36:34.459 INFO O| Sep 23 04:36:34.459 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-09-23T04:36:34.941Z[ recovery-image] Sep 23 04:36:34.476 INFO O| Sep 23 04:36:34.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71522025-09-23T04:36:34.941Z[ recovery-image] Sep 23 04:36:34.476 INFO O| Sep 23 04:36:34.476 INFO STEP 767 (remove_files) COMPLETE
71532025-09-23T04:36:34.941Z[ recovery-image] Sep 23 04:36:34.476 INFO O| Sep 23 04:36:34.476 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-09-23T04:36:34.941Z[ recovery-image] Sep 23 04:36:34.494 INFO O| Sep 23 04:36:34.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71552025-09-23T04:36:34.941Z[ recovery-image] Sep 23 04:36:34.495 INFO O| Sep 23 04:36:34.495 INFO STEP 768 (remove_files) COMPLETE
71562025-09-23T04:36:34.941Z[ recovery-image] Sep 23 04:36:34.495 INFO O| Sep 23 04:36:34.495 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-09-23T04:36:34.966Z[ recovery-image] Sep 23 04:36:34.511 INFO O| Sep 23 04:36:34.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71582025-09-23T04:36:34.966Z[ recovery-image] Sep 23 04:36:34.511 INFO O| Sep 23 04:36:34.511 INFO STEP 769 (remove_files) COMPLETE
71592025-09-23T04:36:34.966Z[ recovery-image] Sep 23 04:36:34.511 INFO O| Sep 23 04:36:34.511 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-09-23T04:36:34.995Z[ recovery-image] Sep 23 04:36:34.529 INFO O| Sep 23 04:36:34.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71612025-09-23T04:36:34.995Z[ recovery-image] Sep 23 04:36:34.530 INFO O| Sep 23 04:36:34.530 INFO STEP 770 (remove_files) COMPLETE
71622025-09-23T04:36:34.995Z[ recovery-image] Sep 23 04:36:34.530 INFO O| Sep 23 04:36:34.530 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-09-23T04:36:35.020Z[ recovery-image] Sep 23 04:36:34.547 INFO O| Sep 23 04:36:34.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71642025-09-23T04:36:35.020Z[ recovery-image] Sep 23 04:36:34.548 INFO O| Sep 23 04:36:34.548 INFO STEP 771 (remove_files) COMPLETE
71652025-09-23T04:36:35.020Z[ recovery-image] Sep 23 04:36:34.548 INFO O| Sep 23 04:36:34.548 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-09-23T04:36:35.020Z[ recovery-image] Sep 23 04:36:34.563 INFO O| Sep 23 04:36:34.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71672025-09-23T04:36:35.020Z[ recovery-image] Sep 23 04:36:34.564 INFO O| Sep 23 04:36:34.563 INFO STEP 772 (remove_files) COMPLETE
71682025-09-23T04:36:35.020Z[ recovery-image] Sep 23 04:36:34.564 INFO O| Sep 23 04:36:34.564 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-09-23T04:36:35.045Z[ recovery-image] Sep 23 04:36:34.582 INFO O| Sep 23 04:36:34.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71702025-09-23T04:36:35.045Z[ recovery-image] Sep 23 04:36:34.583 INFO O| Sep 23 04:36:34.583 INFO STEP 773 (remove_files) COMPLETE
71712025-09-23T04:36:35.045Z[ recovery-image] Sep 23 04:36:34.583 INFO O| Sep 23 04:36:34.583 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-09-23T04:36:35.070Z[ recovery-image] Sep 23 04:36:34.602 INFO O| Sep 23 04:36:34.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71732025-09-23T04:36:35.070Z[ recovery-image] Sep 23 04:36:34.603 INFO O| Sep 23 04:36:34.602 INFO STEP 774 (remove_files) COMPLETE
71742025-09-23T04:36:35.070Z[ recovery-image] Sep 23 04:36:34.603 INFO O| Sep 23 04:36:34.602 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-09-23T04:36:35.070Z[ recovery-image] Sep 23 04:36:34.623 INFO O| Sep 23 04:36:34.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71762025-09-23T04:36:35.070Z[ recovery-image] Sep 23 04:36:34.623 INFO O| Sep 23 04:36:34.623 INFO STEP 775 (remove_files) COMPLETE
71772025-09-23T04:36:35.070Z[ recovery-image] Sep 23 04:36:34.623 INFO O| Sep 23 04:36:34.623 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-09-23T04:36:35.095Z[ recovery-image] Sep 23 04:36:34.642 INFO O| Sep 23 04:36:34.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71792025-09-23T04:36:35.095Z[ recovery-image] Sep 23 04:36:34.642 INFO O| Sep 23 04:36:34.642 INFO STEP 776 (remove_files) COMPLETE
71802025-09-23T04:36:35.095Z[ recovery-image] Sep 23 04:36:34.642 INFO O| Sep 23 04:36:34.642 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-09-23T04:36:35.119Z[ recovery-image] Sep 23 04:36:34.659 INFO O| Sep 23 04:36:34.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71822025-09-23T04:36:35.120Z[ recovery-image] Sep 23 04:36:34.660 INFO O| Sep 23 04:36:34.660 INFO STEP 777 (remove_files) COMPLETE
71832025-09-23T04:36:35.120Z[ recovery-image] Sep 23 04:36:34.660 INFO O| Sep 23 04:36:34.660 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-09-23T04:36:35.145Z[ recovery-image] Sep 23 04:36:34.676 INFO O| Sep 23 04:36:34.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71852025-09-23T04:36:35.146Z[ recovery-image] Sep 23 04:36:34.676 INFO O| Sep 23 04:36:34.676 INFO STEP 778 (remove_files) COMPLETE
71862025-09-23T04:36:35.146Z[ recovery-image] Sep 23 04:36:34.676 INFO O| Sep 23 04:36:34.676 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-09-23T04:36:35.146Z[ recovery-image] Sep 23 04:36:34.691 INFO O| Sep 23 04:36:34.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71882025-09-23T04:36:35.146Z[ recovery-image] Sep 23 04:36:34.691 INFO O| Sep 23 04:36:34.691 INFO STEP 779 (remove_files) COMPLETE
71892025-09-23T04:36:35.146Z[ recovery-image] Sep 23 04:36:34.691 INFO O| Sep 23 04:36:34.691 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-09-23T04:36:35.171Z[ recovery-image] Sep 23 04:36:34.709 INFO O| Sep 23 04:36:34.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71912025-09-23T04:36:35.171Z[ recovery-image] Sep 23 04:36:34.709 INFO O| Sep 23 04:36:34.709 INFO STEP 780 (remove_files) COMPLETE
71922025-09-23T04:36:35.171Z[ recovery-image] Sep 23 04:36:34.709 INFO O| Sep 23 04:36:34.709 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-09-23T04:36:35.195Z[ recovery-image] Sep 23 04:36:34.738 INFO O| Sep 23 04:36:34.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71942025-09-23T04:36:35.195Z[ recovery-image] Sep 23 04:36:34.738 INFO O| Sep 23 04:36:34.731 INFO STEP 781 (remove_files) COMPLETE
71952025-09-23T04:36:35.196Z[ recovery-image] Sep 23 04:36:34.738 INFO O| Sep 23 04:36:34.731 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-09-23T04:36:35.196Z[ recovery-image] Sep 23 04:36:34.745 INFO O| Sep 23 04:36:34.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71972025-09-23T04:36:35.196Z[ recovery-image] Sep 23 04:36:34.745 INFO O| Sep 23 04:36:34.745 INFO STEP 782 (remove_files) COMPLETE
71982025-09-23T04:36:35.196Z[ recovery-image] Sep 23 04:36:34.745 INFO O| Sep 23 04:36:34.745 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-09-23T04:36:35.220Z[ recovery-image] Sep 23 04:36:34.762 INFO O| Sep 23 04:36:34.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
72002025-09-23T04:36:35.220Z[ recovery-image] Sep 23 04:36:34.763 INFO O| Sep 23 04:36:34.763 INFO STEP 783 (remove_files) COMPLETE
72012025-09-23T04:36:35.220Z[ recovery-image] Sep 23 04:36:34.763 INFO O| Sep 23 04:36:34.763 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-09-23T04:36:35.245Z[ recovery-image] Sep 23 04:36:34.784 INFO O| Sep 23 04:36:34.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
72032025-09-23T04:36:35.245Z[ recovery-image] Sep 23 04:36:34.784 INFO O| Sep 23 04:36:34.784 INFO STEP 784 (remove_files) COMPLETE
72042025-09-23T04:36:35.245Z[ recovery-image] Sep 23 04:36:34.784 INFO O| Sep 23 04:36:34.784 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-09-23T04:36:35.245Z[ recovery-image] Sep 23 04:36:34.798 INFO O| Sep 23 04:36:34.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
72062025-09-23T04:36:35.245Z[ recovery-image] Sep 23 04:36:34.799 INFO O| Sep 23 04:36:34.799 INFO STEP 785 (remove_files) COMPLETE
72072025-09-23T04:36:35.245Z[ recovery-image] Sep 23 04:36:34.799 INFO O| Sep 23 04:36:34.799 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-09-23T04:36:35.270Z[ recovery-image] Sep 23 04:36:34.812 INFO O| Sep 23 04:36:34.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
72092025-09-23T04:36:35.270Z[ recovery-image] Sep 23 04:36:34.812 INFO O| Sep 23 04:36:34.812 INFO STEP 786 (remove_files) COMPLETE
72102025-09-23T04:36:35.270Z[ recovery-image] Sep 23 04:36:34.812 INFO O| Sep 23 04:36:34.812 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-09-23T04:36:35.295Z[ recovery-image] Sep 23 04:36:34.826 INFO O| Sep 23 04:36:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
72122025-09-23T04:36:35.295Z[ recovery-image] Sep 23 04:36:34.826 INFO O| Sep 23 04:36:34.825 INFO STEP 787 (remove_files) COMPLETE
72132025-09-23T04:36:35.295Z[ recovery-image] Sep 23 04:36:34.826 INFO O| Sep 23 04:36:34.825 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-09-23T04:36:35.295Z[ recovery-image] Sep 23 04:36:34.838 INFO O| Sep 23 04:36:34.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72152025-09-23T04:36:35.295Z[ recovery-image] Sep 23 04:36:34.838 INFO O| Sep 23 04:36:34.838 INFO STEP 788 (remove_files) COMPLETE
72162025-09-23T04:36:35.295Z[ recovery-image] Sep 23 04:36:34.838 INFO O| Sep 23 04:36:34.838 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-09-23T04:36:35.320Z[ recovery-image] Sep 23 04:36:34.851 INFO O| Sep 23 04:36:34.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72182025-09-23T04:36:35.320Z[ recovery-image] Sep 23 04:36:34.851 INFO O| Sep 23 04:36:34.851 INFO STEP 789 (remove_files) COMPLETE
72192025-09-23T04:36:35.320Z[ recovery-image] Sep 23 04:36:34.851 INFO O| Sep 23 04:36:34.851 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-09-23T04:36:35.320Z[ recovery-image] Sep 23 04:36:34.863 INFO O| Sep 23 04:36:34.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72212025-09-23T04:36:35.320Z[ recovery-image] Sep 23 04:36:34.863 INFO O| Sep 23 04:36:34.863 INFO STEP 790 (remove_files) COMPLETE
72222025-09-23T04:36:35.320Z[ recovery-image] Sep 23 04:36:34.863 INFO O| Sep 23 04:36:34.863 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-09-23T04:36:35.345Z[ recovery-image] Sep 23 04:36:34.878 INFO O| Sep 23 04:36:34.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72242025-09-23T04:36:35.345Z[ recovery-image] Sep 23 04:36:34.878 INFO O| Sep 23 04:36:34.877 INFO STEP 791 (remove_files) COMPLETE
72252025-09-23T04:36:35.345Z[ recovery-image] Sep 23 04:36:34.878 INFO O| Sep 23 04:36:34.877 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-09-23T04:36:35.345Z[ recovery-image] Sep 23 04:36:34.889 INFO O| Sep 23 04:36:34.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72272025-09-23T04:36:35.345Z[ recovery-image] Sep 23 04:36:34.889 INFO O| Sep 23 04:36:34.889 INFO STEP 792 (remove_files) COMPLETE
72282025-09-23T04:36:35.345Z[ recovery-image] Sep 23 04:36:34.889 INFO O| Sep 23 04:36:34.889 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-09-23T04:36:35.370Z[ recovery-image] Sep 23 04:36:34.916 INFO O| Sep 23 04:36:34.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72302025-09-23T04:36:35.370Z[ recovery-image] Sep 23 04:36:34.916 INFO O| Sep 23 04:36:34.916 INFO STEP 793 (remove_files) COMPLETE
72312025-09-23T04:36:35.370Z[ recovery-image] Sep 23 04:36:34.916 INFO O| Sep 23 04:36:34.916 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.930 INFO O| Sep 23 04:36:34.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72332025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.931 INFO O| Sep 23 04:36:34.931 INFO STEP 794 (remove_files) COMPLETE
72342025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.931 INFO O| Sep 23 04:36:34.931 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.944 INFO O| Sep 23 04:36:34.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72362025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.944 INFO O| Sep 23 04:36:34.944 INFO STEP 795 (remove_files) COMPLETE
72372025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.944 INFO O| Sep 23 04:36:34.944 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.958 INFO O| Sep 23 04:36:34.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72392025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.958 INFO O| Sep 23 04:36:34.958 INFO STEP 796 (remove_files) COMPLETE
72402025-09-23T04:36:35.419Z[ recovery-image] Sep 23 04:36:34.958 INFO O| Sep 23 04:36:34.958 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-09-23T04:36:35.444Z[ recovery-image] Sep 23 04:36:34.974 INFO O| Sep 23 04:36:34.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72422025-09-23T04:36:35.444Z[ recovery-image] Sep 23 04:36:34.974 INFO O| Sep 23 04:36:34.974 INFO STEP 797 (remove_files) COMPLETE
72432025-09-23T04:36:35.444Z[ recovery-image] Sep 23 04:36:34.974 INFO O| Sep 23 04:36:34.974 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-09-23T04:36:35.444Z[ recovery-image] Sep 23 04:36:34.989 INFO O| Sep 23 04:36:34.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72452025-09-23T04:36:35.444Z[ recovery-image] Sep 23 04:36:34.990 INFO O| Sep 23 04:36:34.990 INFO STEP 798 (remove_files) COMPLETE
72462025-09-23T04:36:35.444Z[ recovery-image] Sep 23 04:36:34.990 INFO O| Sep 23 04:36:34.990 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-09-23T04:36:35.470Z[ recovery-image] Sep 23 04:36:35.003 INFO O| Sep 23 04:36:35.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72482025-09-23T04:36:35.470Z[ recovery-image] Sep 23 04:36:35.004 INFO O| Sep 23 04:36:35.003 INFO STEP 799 (remove_files) COMPLETE
72492025-09-23T04:36:35.470Z[ recovery-image] Sep 23 04:36:35.004 INFO O| Sep 23 04:36:35.004 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-09-23T04:36:35.470Z[ recovery-image] Sep 23 04:36:35.017 INFO O| Sep 23 04:36:35.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72512025-09-23T04:36:35.470Z[ recovery-image] Sep 23 04:36:35.017 INFO O| Sep 23 04:36:35.017 INFO STEP 800 (remove_files) COMPLETE
72522025-09-23T04:36:35.470Z[ recovery-image] Sep 23 04:36:35.017 INFO O| Sep 23 04:36:35.017 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-09-23T04:36:35.495Z[ recovery-image] Sep 23 04:36:35.030 INFO O| Sep 23 04:36:35.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72542025-09-23T04:36:35.495Z[ recovery-image] Sep 23 04:36:35.030 INFO O| Sep 23 04:36:35.030 INFO STEP 801 (remove_files) COMPLETE
72552025-09-23T04:36:35.495Z[ recovery-image] Sep 23 04:36:35.030 INFO O| Sep 23 04:36:35.030 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-09-23T04:36:35.495Z[ recovery-image] Sep 23 04:36:35.043 INFO O| Sep 23 04:36:35.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72572025-09-23T04:36:35.495Z[ recovery-image] Sep 23 04:36:35.043 INFO O| Sep 23 04:36:35.043 INFO STEP 802 (remove_files) COMPLETE
72582025-09-23T04:36:35.495Z[ recovery-image] Sep 23 04:36:35.043 INFO O| Sep 23 04:36:35.043 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-09-23T04:36:35.520Z[ recovery-image] Sep 23 04:36:35.056 INFO O| Sep 23 04:36:35.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72602025-09-23T04:36:35.520Z[ recovery-image] Sep 23 04:36:35.056 INFO O| Sep 23 04:36:35.056 INFO STEP 803 (remove_files) COMPLETE
72612025-09-23T04:36:35.520Z[ recovery-image] Sep 23 04:36:35.056 INFO O| Sep 23 04:36:35.056 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-09-23T04:36:35.545Z[ recovery-image] Sep 23 04:36:35.074 INFO O| Sep 23 04:36:35.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72632025-09-23T04:36:35.545Z[ recovery-image] Sep 23 04:36:35.074 INFO O| Sep 23 04:36:35.074 INFO STEP 804 (remove_files) COMPLETE
72642025-09-23T04:36:35.545Z[ recovery-image] Sep 23 04:36:35.074 INFO O| Sep 23 04:36:35.074 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-09-23T04:36:35.545Z[ recovery-image] Sep 23 04:36:35.086 INFO O| Sep 23 04:36:35.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72662025-09-23T04:36:35.545Z[ recovery-image] Sep 23 04:36:35.086 INFO O| Sep 23 04:36:35.086 INFO STEP 805 (remove_files) COMPLETE
72672025-09-23T04:36:35.545Z[ recovery-image] Sep 23 04:36:35.087 INFO O| Sep 23 04:36:35.086 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-09-23T04:36:35.570Z[ recovery-image] Sep 23 04:36:35.099 INFO O| Sep 23 04:36:35.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72692025-09-23T04:36:35.570Z[ recovery-image] Sep 23 04:36:35.099 INFO O| Sep 23 04:36:35.099 INFO STEP 806 (remove_files) COMPLETE
72702025-09-23T04:36:35.570Z[ recovery-image] Sep 23 04:36:35.099 INFO O| Sep 23 04:36:35.099 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.111 INFO O| Sep 23 04:36:35.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72722025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.112 INFO O| Sep 23 04:36:35.112 INFO STEP 807 (remove_files) COMPLETE
72732025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.112 INFO O| Sep 23 04:36:35.112 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.128 INFO O| Sep 23 04:36:35.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72752025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.128 INFO O| Sep 23 04:36:35.128 INFO STEP 808 (remove_files) COMPLETE
72762025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.129 INFO O| Sep 23 04:36:35.128 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.141 INFO O| Sep 23 04:36:35.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72782025-09-23T04:36:35.594Z[ recovery-image] Sep 23 04:36:35.141 INFO O| Sep 23 04:36:35.141 INFO STEP 809 (remove_files) COMPLETE
72792025-09-23T04:36:35.595Z[ recovery-image] Sep 23 04:36:35.141 INFO O| Sep 23 04:36:35.141 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-09-23T04:36:35.619Z[ recovery-image] Sep 23 04:36:35.153 INFO O| Sep 23 04:36:35.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72812025-09-23T04:36:35.619Z[ recovery-image] Sep 23 04:36:35.153 INFO O| Sep 23 04:36:35.153 INFO STEP 810 (remove_files) COMPLETE
72822025-09-23T04:36:35.619Z[ recovery-image] Sep 23 04:36:35.153 INFO O| Sep 23 04:36:35.153 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-09-23T04:36:35.619Z[ recovery-image] Sep 23 04:36:35.165 INFO O| Sep 23 04:36:35.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72842025-09-23T04:36:35.619Z[ recovery-image] Sep 23 04:36:35.165 INFO O| Sep 23 04:36:35.165 INFO STEP 811 (remove_files) COMPLETE
72852025-09-23T04:36:35.619Z[ recovery-image] Sep 23 04:36:35.165 INFO O| Sep 23 04:36:35.165 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-09-23T04:36:35.644Z[ recovery-image] Sep 23 04:36:35.176 INFO O| Sep 23 04:36:35.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72872025-09-23T04:36:35.644Z[ recovery-image] Sep 23 04:36:35.176 INFO O| Sep 23 04:36:35.176 INFO STEP 812 (remove_files) COMPLETE
72882025-09-23T04:36:35.644Z[ recovery-image] Sep 23 04:36:35.176 INFO O| Sep 23 04:36:35.176 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-09-23T04:36:35.644Z[ recovery-image] Sep 23 04:36:35.188 INFO O| Sep 23 04:36:35.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72902025-09-23T04:36:35.644Z[ recovery-image] Sep 23 04:36:35.188 INFO O| Sep 23 04:36:35.188 INFO STEP 813 (remove_files) COMPLETE
72912025-09-23T04:36:35.644Z[ recovery-image] Sep 23 04:36:35.188 INFO O| Sep 23 04:36:35.188 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.199 INFO O| Sep 23 04:36:35.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72932025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.199 INFO O| Sep 23 04:36:35.199 INFO STEP 814 (remove_files) COMPLETE
72942025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.199 INFO O| Sep 23 04:36:35.199 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.211 INFO O| Sep 23 04:36:35.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72962025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.211 INFO O| Sep 23 04:36:35.211 INFO STEP 815 (remove_files) COMPLETE
72972025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.211 INFO O| Sep 23 04:36:35.211 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.223 INFO O| Sep 23 04:36:35.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72992025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.223 INFO O| Sep 23 04:36:35.223 INFO STEP 816 (remove_files) COMPLETE
73002025-09-23T04:36:35.669Z[ recovery-image] Sep 23 04:36:35.223 INFO O| Sep 23 04:36:35.223 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-09-23T04:36:35.694Z[ recovery-image] Sep 23 04:36:35.236 INFO O| Sep 23 04:36:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
73022025-09-23T04:36:35.694Z[ recovery-image] Sep 23 04:36:35.236 INFO O| Sep 23 04:36:35.236 INFO STEP 817 (remove_files) COMPLETE
73032025-09-23T04:36:35.694Z[ recovery-image] Sep 23 04:36:35.236 INFO O| Sep 23 04:36:35.236 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-09-23T04:36:35.720Z[ recovery-image] Sep 23 04:36:35.253 INFO O| Sep 23 04:36:35.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
73052025-09-23T04:36:35.720Z[ recovery-image] Sep 23 04:36:35.254 INFO O| Sep 23 04:36:35.253 INFO STEP 818 (remove_files) COMPLETE
73062025-09-23T04:36:35.720Z[ recovery-image] Sep 23 04:36:35.254 INFO O| Sep 23 04:36:35.254 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-09-23T04:36:35.720Z[ recovery-image] Sep 23 04:36:35.272 INFO O| Sep 23 04:36:35.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
73082025-09-23T04:36:35.720Z[ recovery-image] Sep 23 04:36:35.272 INFO O| Sep 23 04:36:35.272 INFO STEP 819 (remove_files) COMPLETE
73092025-09-23T04:36:35.720Z[ recovery-image] Sep 23 04:36:35.272 INFO O| Sep 23 04:36:35.272 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-09-23T04:36:35.744Z[ recovery-image] Sep 23 04:36:35.291 INFO O| Sep 23 04:36:35.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
73112025-09-23T04:36:35.744Z[ recovery-image] Sep 23 04:36:35.291 INFO O| Sep 23 04:36:35.291 INFO STEP 820 (remove_files) COMPLETE
73122025-09-23T04:36:35.745Z[ recovery-image] Sep 23 04:36:35.291 INFO O| Sep 23 04:36:35.291 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-09-23T04:36:35.769Z[ recovery-image] Sep 23 04:36:35.307 INFO O| Sep 23 04:36:35.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
73142025-09-23T04:36:35.769Z[ recovery-image] Sep 23 04:36:35.307 INFO O| Sep 23 04:36:35.307 INFO STEP 821 (remove_files) COMPLETE
73152025-09-23T04:36:35.769Z[ recovery-image] Sep 23 04:36:35.307 INFO O| Sep 23 04:36:35.307 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-09-23T04:36:35.769Z[ recovery-image] Sep 23 04:36:35.323 INFO O| Sep 23 04:36:35.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73172025-09-23T04:36:35.769Z[ recovery-image] Sep 23 04:36:35.323 INFO O| Sep 23 04:36:35.323 INFO STEP 822 (remove_files) COMPLETE
73182025-09-23T04:36:35.794Z[ recovery-image] Sep 23 04:36:35.323 INFO O| Sep 23 04:36:35.323 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-09-23T04:36:35.794Z[ recovery-image] Sep 23 04:36:35.342 INFO O| Sep 23 04:36:35.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73202025-09-23T04:36:35.794Z[ recovery-image] Sep 23 04:36:35.342 INFO O| Sep 23 04:36:35.342 INFO STEP 823 (remove_files) COMPLETE
73212025-09-23T04:36:35.794Z[ recovery-image] Sep 23 04:36:35.342 INFO O| Sep 23 04:36:35.342 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-09-23T04:36:35.820Z[ recovery-image] Sep 23 04:36:35.358 INFO O| Sep 23 04:36:35.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73232025-09-23T04:36:35.820Z[ recovery-image] Sep 23 04:36:35.358 INFO O| Sep 23 04:36:35.358 INFO STEP 824 (remove_files) COMPLETE
73242025-09-23T04:36:35.820Z[ recovery-image] Sep 23 04:36:35.358 INFO O| Sep 23 04:36:35.358 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-09-23T04:36:35.845Z[ recovery-image] Sep 23 04:36:35.374 INFO O| Sep 23 04:36:35.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73262025-09-23T04:36:35.845Z[ recovery-image] Sep 23 04:36:35.374 INFO O| Sep 23 04:36:35.374 INFO STEP 825 (remove_files) COMPLETE
73272025-09-23T04:36:35.845Z[ recovery-image] Sep 23 04:36:35.374 INFO O| Sep 23 04:36:35.374 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-09-23T04:36:35.845Z[ recovery-image] Sep 23 04:36:35.389 INFO O| Sep 23 04:36:35.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73292025-09-23T04:36:35.845Z[ recovery-image] Sep 23 04:36:35.389 INFO O| Sep 23 04:36:35.389 INFO STEP 826 (remove_files) COMPLETE
73302025-09-23T04:36:35.845Z[ recovery-image] Sep 23 04:36:35.389 INFO O| Sep 23 04:36:35.389 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-09-23T04:36:35.871Z[ recovery-image] Sep 23 04:36:35.404 INFO O| Sep 23 04:36:35.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73322025-09-23T04:36:35.871Z[ recovery-image] Sep 23 04:36:35.404 INFO O| Sep 23 04:36:35.404 INFO STEP 827 (remove_files) COMPLETE
73332025-09-23T04:36:35.871Z[ recovery-image] Sep 23 04:36:35.404 INFO O| Sep 23 04:36:35.404 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-09-23T04:36:35.871Z[ recovery-image] Sep 23 04:36:35.418 INFO O| Sep 23 04:36:35.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73352025-09-23T04:36:35.871Z[ recovery-image] Sep 23 04:36:35.418 INFO O| Sep 23 04:36:35.418 INFO STEP 828 (remove_files) COMPLETE
73362025-09-23T04:36:35.871Z[ recovery-image] Sep 23 04:36:35.418 INFO O| Sep 23 04:36:35.418 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-09-23T04:36:35.896Z[ recovery-image] Sep 23 04:36:35.434 INFO O| Sep 23 04:36:35.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73382025-09-23T04:36:35.896Z[ recovery-image] Sep 23 04:36:35.442 INFO O| Sep 23 04:36:35.434 INFO STEP 829 (remove_files) COMPLETE
73392025-09-23T04:36:35.896Z[ recovery-image] Sep 23 04:36:35.442 INFO O| Sep 23 04:36:35.434 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-09-23T04:36:35.896Z[ recovery-image] Sep 23 04:36:35.447 INFO O| Sep 23 04:36:35.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73412025-09-23T04:36:35.896Z[ recovery-image] Sep 23 04:36:35.447 INFO O| Sep 23 04:36:35.447 INFO STEP 830 (remove_files) COMPLETE
73422025-09-23T04:36:35.896Z[ recovery-image] Sep 23 04:36:35.447 INFO O| Sep 23 04:36:35.447 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-09-23T04:36:35.921Z[ recovery-image] Sep 23 04:36:35.459 INFO O| Sep 23 04:36:35.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73442025-09-23T04:36:35.921Z[ recovery-image] Sep 23 04:36:35.459 INFO O| Sep 23 04:36:35.459 INFO STEP 831 (remove_files) COMPLETE
73452025-09-23T04:36:35.921Z[ recovery-image] Sep 23 04:36:35.459 INFO O| Sep 23 04:36:35.459 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-09-23T04:36:35.946Z[ recovery-image] Sep 23 04:36:35.491 INFO O| Sep 23 04:36:35.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73472025-09-23T04:36:35.946Z[ recovery-image] Sep 23 04:36:35.491 INFO O| Sep 23 04:36:35.491 INFO STEP 832 (remove_files) COMPLETE
73482025-09-23T04:36:35.946Z[ recovery-image] Sep 23 04:36:35.491 INFO O| Sep 23 04:36:35.491 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-09-23T04:36:35.971Z[ recovery-image] Sep 23 04:36:35.506 INFO O| Sep 23 04:36:35.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73502025-09-23T04:36:35.971Z[ recovery-image] Sep 23 04:36:35.506 INFO O| Sep 23 04:36:35.506 INFO STEP 833 (remove_files) COMPLETE
73512025-09-23T04:36:35.971Z[ recovery-image] Sep 23 04:36:35.506 INFO O| Sep 23 04:36:35.506 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-09-23T04:36:35.995Z[ recovery-image] Sep 23 04:36:35.520 INFO O| Sep 23 04:36:35.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73532025-09-23T04:36:35.995Z[ recovery-image] Sep 23 04:36:35.520 INFO O| Sep 23 04:36:35.520 INFO STEP 834 (remove_files) COMPLETE
73542025-09-23T04:36:35.995Z[ recovery-image] Sep 23 04:36:35.520 INFO O| Sep 23 04:36:35.520 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-09-23T04:36:35.995Z[ recovery-image] Sep 23 04:36:35.534 INFO O| Sep 23 04:36:35.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73562025-09-23T04:36:35.995Z[ recovery-image] Sep 23 04:36:35.534 INFO O| Sep 23 04:36:35.534 INFO STEP 835 (remove_files) COMPLETE
73572025-09-23T04:36:35.995Z[ recovery-image] Sep 23 04:36:35.534 INFO O| Sep 23 04:36:35.534 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-09-23T04:36:35.995Z[ recovery-image] Sep 23 04:36:35.547 INFO O| Sep 23 04:36:35.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73592025-09-23T04:36:35.996Z[ recovery-image] Sep 23 04:36:35.547 INFO O| Sep 23 04:36:35.547 INFO STEP 836 (remove_files) COMPLETE
73602025-09-23T04:36:35.996Z[ recovery-image] Sep 23 04:36:35.547 INFO O| Sep 23 04:36:35.547 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-09-23T04:36:36.020Z[ recovery-image] Sep 23 04:36:35.559 INFO O| Sep 23 04:36:35.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73622025-09-23T04:36:36.020Z[ recovery-image] Sep 23 04:36:35.560 INFO O| Sep 23 04:36:35.560 INFO STEP 837 (remove_files) COMPLETE
73632025-09-23T04:36:36.020Z[ recovery-image] Sep 23 04:36:35.560 INFO O| Sep 23 04:36:35.560 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-09-23T04:36:36.021Z[ recovery-image] Sep 23 04:36:35.572 INFO O| Sep 23 04:36:35.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73652025-09-23T04:36:36.021Z[ recovery-image] Sep 23 04:36:35.573 INFO O| Sep 23 04:36:35.573 INFO STEP 838 (remove_files) COMPLETE
73662025-09-23T04:36:36.021Z[ recovery-image] Sep 23 04:36:35.573 INFO O| Sep 23 04:36:35.573 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-09-23T04:36:36.045Z[ recovery-image] Sep 23 04:36:35.586 INFO O| Sep 23 04:36:35.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73682025-09-23T04:36:36.045Z[ recovery-image] Sep 23 04:36:35.586 INFO O| Sep 23 04:36:35.586 INFO STEP 839 (remove_files) COMPLETE
73692025-09-23T04:36:36.045Z[ recovery-image] Sep 23 04:36:35.586 INFO O| Sep 23 04:36:35.586 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-09-23T04:36:36.070Z[ recovery-image] Sep 23 04:36:35.600 INFO O| Sep 23 04:36:35.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73712025-09-23T04:36:36.070Z[ recovery-image] Sep 23 04:36:35.601 INFO O| Sep 23 04:36:35.601 INFO STEP 840 (remove_files) COMPLETE
73722025-09-23T04:36:36.070Z[ recovery-image] Sep 23 04:36:35.601 INFO O| Sep 23 04:36:35.601 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-09-23T04:36:36.070Z[ recovery-image] Sep 23 04:36:35.614 INFO O| Sep 23 04:36:35.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73742025-09-23T04:36:36.070Z[ recovery-image] Sep 23 04:36:35.615 INFO O| Sep 23 04:36:35.615 INFO STEP 841 (remove_files) COMPLETE
73752025-09-23T04:36:36.070Z[ recovery-image] Sep 23 04:36:35.615 INFO O| Sep 23 04:36:35.615 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-09-23T04:36:36.095Z[ recovery-image] Sep 23 04:36:35.627 INFO O| Sep 23 04:36:35.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73772025-09-23T04:36:36.095Z[ recovery-image] Sep 23 04:36:35.628 INFO O| Sep 23 04:36:35.628 INFO STEP 842 (remove_files) COMPLETE
73782025-09-23T04:36:36.095Z[ recovery-image] Sep 23 04:36:35.628 INFO O| Sep 23 04:36:35.628 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-09-23T04:36:36.095Z[ recovery-image] Sep 23 04:36:35.640 INFO O| Sep 23 04:36:35.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73802025-09-23T04:36:36.095Z[ recovery-image] Sep 23 04:36:35.640 INFO O| Sep 23 04:36:35.640 INFO STEP 843 (remove_files) COMPLETE
73812025-09-23T04:36:36.095Z[ recovery-image] Sep 23 04:36:35.640 INFO O| Sep 23 04:36:35.640 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-09-23T04:36:36.120Z[ recovery-image] Sep 23 04:36:35.659 INFO O| Sep 23 04:36:35.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73832025-09-23T04:36:36.120Z[ recovery-image] Sep 23 04:36:35.659 INFO O| Sep 23 04:36:35.659 INFO STEP 844 (remove_files) COMPLETE
73842025-09-23T04:36:36.120Z[ recovery-image] Sep 23 04:36:35.659 INFO O| Sep 23 04:36:35.659 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-09-23T04:36:36.144Z[ recovery-image] Sep 23 04:36:35.676 INFO O| Sep 23 04:36:35.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73862025-09-23T04:36:36.144Z[ recovery-image] Sep 23 04:36:35.676 INFO O| Sep 23 04:36:35.676 INFO STEP 845 (remove_files) COMPLETE
73872025-09-23T04:36:36.144Z[ recovery-image] Sep 23 04:36:35.676 INFO O| Sep 23 04:36:35.676 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-09-23T04:36:36.144Z[ recovery-image] Sep 23 04:36:35.696 INFO O| Sep 23 04:36:35.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73892025-09-23T04:36:36.145Z[ recovery-image] Sep 23 04:36:35.697 INFO O| Sep 23 04:36:35.696 INFO STEP 846 (remove_files) COMPLETE
73902025-09-23T04:36:36.145Z[ recovery-image] Sep 23 04:36:35.697 INFO O| Sep 23 04:36:35.696 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-09-23T04:36:36.184Z[ recovery-image] Sep 23 04:36:35.714 INFO O| Sep 23 04:36:35.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73922025-09-23T04:36:36.184Z[ recovery-image] Sep 23 04:36:35.714 INFO O| Sep 23 04:36:35.714 INFO STEP 847 (remove_files) COMPLETE
73932025-09-23T04:36:36.184Z[ recovery-image] Sep 23 04:36:35.714 INFO O| Sep 23 04:36:35.714 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-09-23T04:36:36.184Z[ recovery-image] Sep 23 04:36:35.732 INFO O| Sep 23 04:36:35.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73952025-09-23T04:36:36.184Z[ recovery-image] Sep 23 04:36:35.732 INFO O| Sep 23 04:36:35.732 INFO STEP 848 (remove_files) COMPLETE
73962025-09-23T04:36:36.184Z[ recovery-image] Sep 23 04:36:35.732 INFO O| Sep 23 04:36:35.732 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-09-23T04:36:36.209Z[ recovery-image] Sep 23 04:36:35.750 INFO O| Sep 23 04:36:35.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73982025-09-23T04:36:36.209Z[ recovery-image] Sep 23 04:36:35.750 INFO O| Sep 23 04:36:35.750 INFO STEP 849 (remove_files) COMPLETE
73992025-09-23T04:36:36.209Z[ recovery-image] Sep 23 04:36:35.750 INFO O| Sep 23 04:36:35.750 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-09-23T04:36:36.234Z[ recovery-image] Sep 23 04:36:35.766 INFO O| Sep 23 04:36:35.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
74012025-09-23T04:36:36.234Z[ recovery-image] Sep 23 04:36:35.766 INFO O| Sep 23 04:36:35.766 INFO STEP 850 (remove_files) COMPLETE
74022025-09-23T04:36:36.234Z[ recovery-image] Sep 23 04:36:35.766 INFO O| Sep 23 04:36:35.766 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-09-23T04:36:36.234Z[ recovery-image] Sep 23 04:36:35.783 INFO O| Sep 23 04:36:35.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
74042025-09-23T04:36:36.234Z[ recovery-image] Sep 23 04:36:35.783 INFO O| Sep 23 04:36:35.783 INFO STEP 851 (remove_files) COMPLETE
74052025-09-23T04:36:36.234Z[ recovery-image] Sep 23 04:36:35.783 INFO O| Sep 23 04:36:35.783 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-09-23T04:36:36.260Z[ recovery-image] Sep 23 04:36:35.799 INFO O| Sep 23 04:36:35.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
74072025-09-23T04:36:36.260Z[ recovery-image] Sep 23 04:36:35.799 INFO O| Sep 23 04:36:35.799 INFO STEP 852 (remove_files) COMPLETE
74082025-09-23T04:36:36.260Z[ recovery-image] Sep 23 04:36:35.800 INFO O| Sep 23 04:36:35.799 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-09-23T04:36:36.285Z[ recovery-image] Sep 23 04:36:35.815 INFO O| Sep 23 04:36:35.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
74102025-09-23T04:36:36.285Z[ recovery-image] Sep 23 04:36:35.815 INFO O| Sep 23 04:36:35.815 INFO STEP 853 (remove_files) COMPLETE
74112025-09-23T04:36:36.285Z[ recovery-image] Sep 23 04:36:35.815 INFO O| Sep 23 04:36:35.815 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-09-23T04:36:36.285Z[ recovery-image] Sep 23 04:36:35.833 INFO O| Sep 23 04:36:35.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
74132025-09-23T04:36:36.285Z[ recovery-image] Sep 23 04:36:35.833 INFO O| Sep 23 04:36:35.833 INFO STEP 854 (remove_files) COMPLETE
74142025-09-23T04:36:36.285Z[ recovery-image] Sep 23 04:36:35.833 INFO O| Sep 23 04:36:35.833 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-09-23T04:36:36.310Z[ recovery-image] Sep 23 04:36:35.848 INFO O| Sep 23 04:36:35.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74162025-09-23T04:36:36.310Z[ recovery-image] Sep 23 04:36:35.848 INFO O| Sep 23 04:36:35.848 INFO STEP 855 (remove_files) COMPLETE
74172025-09-23T04:36:36.310Z[ recovery-image] Sep 23 04:36:35.848 INFO O| Sep 23 04:36:35.848 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-09-23T04:36:36.335Z[ recovery-image] Sep 23 04:36:35.864 INFO O| Sep 23 04:36:35.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74192025-09-23T04:36:36.335Z[ recovery-image] Sep 23 04:36:35.865 INFO O| Sep 23 04:36:35.864 INFO STEP 856 (remove_files) COMPLETE
74202025-09-23T04:36:36.335Z[ recovery-image] Sep 23 04:36:35.865 INFO O| Sep 23 04:36:35.865 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-09-23T04:36:36.335Z[ recovery-image] Sep 23 04:36:35.878 INFO O| Sep 23 04:36:35.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74222025-09-23T04:36:36.335Z[ recovery-image] Sep 23 04:36:35.878 INFO O| Sep 23 04:36:35.878 INFO STEP 857 (remove_files) COMPLETE
74232025-09-23T04:36:36.335Z[ recovery-image] Sep 23 04:36:35.878 INFO O| Sep 23 04:36:35.878 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-09-23T04:36:36.360Z[ recovery-image] Sep 23 04:36:35.891 INFO O| Sep 23 04:36:35.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74252025-09-23T04:36:36.360Z[ recovery-image] Sep 23 04:36:35.891 INFO O| Sep 23 04:36:35.891 INFO STEP 858 (remove_files) COMPLETE
74262025-09-23T04:36:36.360Z[ recovery-image] Sep 23 04:36:35.891 INFO O| Sep 23 04:36:35.891 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-09-23T04:36:36.360Z[ recovery-image] Sep 23 04:36:35.903 INFO O| Sep 23 04:36:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74282025-09-23T04:36:36.360Z[ recovery-image] Sep 23 04:36:35.903 INFO O| Sep 23 04:36:35.903 INFO STEP 859 (remove_files) COMPLETE
74292025-09-23T04:36:36.360Z[ recovery-image] Sep 23 04:36:35.903 INFO O| Sep 23 04:36:35.903 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.915 INFO O| Sep 23 04:36:35.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74312025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.915 INFO O| Sep 23 04:36:35.915 INFO STEP 860 (remove_files) COMPLETE
74322025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.915 INFO O| Sep 23 04:36:35.915 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.926 INFO O| Sep 23 04:36:35.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74342025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.926 INFO O| Sep 23 04:36:35.926 INFO STEP 861 (remove_files) COMPLETE
74352025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.926 INFO O| Sep 23 04:36:35.926 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.937 INFO O| Sep 23 04:36:35.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74372025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.937 INFO O| Sep 23 04:36:35.937 INFO STEP 862 (remove_files) COMPLETE
74382025-09-23T04:36:36.387Z[ recovery-image] Sep 23 04:36:35.937 INFO O| Sep 23 04:36:35.937 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-09-23T04:36:36.420Z[ recovery-image] Sep 23 04:36:35.949 INFO O| Sep 23 04:36:35.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74402025-09-23T04:36:36.420Z[ recovery-image] Sep 23 04:36:35.949 INFO O| Sep 23 04:36:35.949 INFO STEP 863 (remove_files) COMPLETE
74412025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.949 INFO O| Sep 23 04:36:35.949 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.962 INFO O| Sep 23 04:36:35.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74432025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.962 INFO O| Sep 23 04:36:35.962 INFO STEP 864 (remove_files) COMPLETE
74442025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.962 INFO O| Sep 23 04:36:35.962 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.975 INFO O| Sep 23 04:36:35.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74462025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.975 INFO O| Sep 23 04:36:35.975 INFO STEP 865 (remove_files) COMPLETE
74472025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.975 INFO O| Sep 23 04:36:35.975 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.989 INFO O| Sep 23 04:36:35.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74492025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.989 INFO O| Sep 23 04:36:35.989 INFO STEP 866 (remove_files) COMPLETE
74502025-09-23T04:36:36.447Z[ recovery-image] Sep 23 04:36:35.989 INFO O| Sep 23 04:36:35.989 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-09-23T04:36:36.472Z[ recovery-image] Sep 23 04:36:36.002 INFO O| Sep 23 04:36:36.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74522025-09-23T04:36:36.473Z[ recovery-image] Sep 23 04:36:36.002 INFO O| Sep 23 04:36:36.002 INFO STEP 867 (remove_files) COMPLETE
74532025-09-23T04:36:36.473Z[ recovery-image] Sep 23 04:36:36.002 INFO O| Sep 23 04:36:36.002 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-09-23T04:36:36.473Z[ recovery-image] Sep 23 04:36:36.015 INFO O| Sep 23 04:36:36.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74552025-09-23T04:36:36.473Z[ recovery-image] Sep 23 04:36:36.015 INFO O| Sep 23 04:36:36.015 INFO STEP 868 (remove_files) COMPLETE
74562025-09-23T04:36:36.473Z[ recovery-image] Sep 23 04:36:36.015 INFO O| Sep 23 04:36:36.015 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-09-23T04:36:36.497Z[ recovery-image] Sep 23 04:36:36.029 INFO O| Sep 23 04:36:36.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74582025-09-23T04:36:36.497Z[ recovery-image] Sep 23 04:36:36.029 INFO O| Sep 23 04:36:36.029 INFO STEP 869 (remove_files) COMPLETE
74592025-09-23T04:36:36.497Z[ recovery-image] Sep 23 04:36:36.029 INFO O| Sep 23 04:36:36.029 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-09-23T04:36:36.497Z[ recovery-image] Sep 23 04:36:36.042 INFO O| Sep 23 04:36:36.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74612025-09-23T04:36:36.497Z[ recovery-image] Sep 23 04:36:36.042 INFO O| Sep 23 04:36:36.042 INFO STEP 870 (remove_files) COMPLETE
74622025-09-23T04:36:36.497Z[ recovery-image] Sep 23 04:36:36.042 INFO O| Sep 23 04:36:36.042 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.053 INFO O| Sep 23 04:36:36.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74642025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.053 INFO O| Sep 23 04:36:36.053 INFO STEP 871 (remove_files) COMPLETE
74652025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.053 INFO O| Sep 23 04:36:36.053 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.064 INFO O| Sep 23 04:36:36.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74672025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.064 INFO O| Sep 23 04:36:36.064 INFO STEP 872 (remove_files) COMPLETE
74682025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.064 INFO O| Sep 23 04:36:36.064 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.075 INFO O| Sep 23 04:36:36.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74702025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.075 INFO O| Sep 23 04:36:36.075 INFO STEP 873 (remove_files) COMPLETE
74712025-09-23T04:36:36.522Z[ recovery-image] Sep 23 04:36:36.075 INFO O| Sep 23 04:36:36.075 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-09-23T04:36:36.548Z[ recovery-image] Sep 23 04:36:36.086 INFO O| Sep 23 04:36:36.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74732025-09-23T04:36:36.548Z[ recovery-image] Sep 23 04:36:36.087 INFO O| Sep 23 04:36:36.087 INFO STEP 874 (remove_files) COMPLETE
74742025-09-23T04:36:36.548Z[ recovery-image] Sep 23 04:36:36.087 INFO O| Sep 23 04:36:36.087 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-09-23T04:36:36.548Z[ recovery-image] Sep 23 04:36:36.099 INFO O| Sep 23 04:36:36.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74762025-09-23T04:36:36.548Z[ recovery-image] Sep 23 04:36:36.099 INFO O| Sep 23 04:36:36.099 INFO STEP 875 (remove_files) COMPLETE
74772025-09-23T04:36:36.548Z[ recovery-image] Sep 23 04:36:36.099 INFO O| Sep 23 04:36:36.099 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-09-23T04:36:36.573Z[ recovery-image] Sep 23 04:36:36.110 INFO O| Sep 23 04:36:36.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74792025-09-23T04:36:36.573Z[ recovery-image] Sep 23 04:36:36.110 INFO O| Sep 23 04:36:36.110 INFO STEP 876 (remove_files) COMPLETE
74802025-09-23T04:36:36.573Z[ recovery-image] Sep 23 04:36:36.110 INFO O| Sep 23 04:36:36.110 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-09-23T04:36:36.573Z[ recovery-image] Sep 23 04:36:36.122 INFO O| Sep 23 04:36:36.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74822025-09-23T04:36:36.573Z[ recovery-image] Sep 23 04:36:36.122 INFO O| Sep 23 04:36:36.122 INFO STEP 877 (remove_files) COMPLETE
74832025-09-23T04:36:36.573Z[ recovery-image] Sep 23 04:36:36.122 INFO O| Sep 23 04:36:36.122 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-09-23T04:36:36.598Z[ recovery-image] Sep 23 04:36:36.133 INFO O| Sep 23 04:36:36.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74852025-09-23T04:36:36.598Z[ recovery-image] Sep 23 04:36:36.134 INFO O| Sep 23 04:36:36.134 INFO STEP 878 (remove_files) COMPLETE
74862025-09-23T04:36:36.598Z[ recovery-image] Sep 23 04:36:36.134 INFO O| Sep 23 04:36:36.134 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-09-23T04:36:36.598Z[ recovery-image] Sep 23 04:36:36.145 INFO O| Sep 23 04:36:36.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74882025-09-23T04:36:36.598Z[ recovery-image] Sep 23 04:36:36.145 INFO O| Sep 23 04:36:36.145 INFO STEP 879 (remove_files) COMPLETE
74892025-09-23T04:36:36.598Z[ recovery-image] Sep 23 04:36:36.145 INFO O| Sep 23 04:36:36.145 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-09-23T04:36:36.623Z[ recovery-image] Sep 23 04:36:36.157 INFO O| Sep 23 04:36:36.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74912025-09-23T04:36:36.623Z[ recovery-image] Sep 23 04:36:36.157 INFO O| Sep 23 04:36:36.157 INFO STEP 880 (remove_files) COMPLETE
74922025-09-23T04:36:36.623Z[ recovery-image] Sep 23 04:36:36.157 INFO O| Sep 23 04:36:36.157 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-09-23T04:36:36.623Z[ recovery-image] Sep 23 04:36:36.171 INFO O| Sep 23 04:36:36.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74942025-09-23T04:36:36.623Z[ recovery-image] Sep 23 04:36:36.171 INFO O| Sep 23 04:36:36.171 INFO STEP 881 (remove_files) COMPLETE
74952025-09-23T04:36:36.623Z[ recovery-image] Sep 23 04:36:36.172 INFO O| Sep 23 04:36:36.171 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-09-23T04:36:36.648Z[ recovery-image] Sep 23 04:36:36.183 INFO O| Sep 23 04:36:36.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74972025-09-23T04:36:36.648Z[ recovery-image] Sep 23 04:36:36.183 INFO O| Sep 23 04:36:36.183 INFO STEP 882 (remove_files) COMPLETE
74982025-09-23T04:36:36.648Z[ recovery-image] Sep 23 04:36:36.183 INFO O| Sep 23 04:36:36.183 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-09-23T04:36:36.648Z[ recovery-image] Sep 23 04:36:36.198 INFO O| Sep 23 04:36:36.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
75002025-09-23T04:36:36.648Z[ recovery-image] Sep 23 04:36:36.198 INFO O| Sep 23 04:36:36.198 INFO STEP 883 (remove_files) COMPLETE
75012025-09-23T04:36:36.648Z[ recovery-image] Sep 23 04:36:36.198 INFO O| Sep 23 04:36:36.198 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-09-23T04:36:36.673Z[ recovery-image] Sep 23 04:36:36.210 INFO O| Sep 23 04:36:36.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
75032025-09-23T04:36:36.673Z[ recovery-image] Sep 23 04:36:36.210 INFO O| Sep 23 04:36:36.210 INFO STEP 884 (remove_files) COMPLETE
75042025-09-23T04:36:36.673Z[ recovery-image] Sep 23 04:36:36.210 INFO O| Sep 23 04:36:36.210 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-09-23T04:36:36.673Z[ recovery-image] Sep 23 04:36:36.223 INFO O| Sep 23 04:36:36.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
75062025-09-23T04:36:36.673Z[ recovery-image] Sep 23 04:36:36.223 INFO O| Sep 23 04:36:36.223 INFO STEP 885 (remove_files) COMPLETE
75072025-09-23T04:36:36.673Z[ recovery-image] Sep 23 04:36:36.223 INFO O| Sep 23 04:36:36.223 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-09-23T04:36:36.698Z[ recovery-image] Sep 23 04:36:36.237 INFO O| Sep 23 04:36:36.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
75092025-09-23T04:36:36.698Z[ recovery-image] Sep 23 04:36:36.237 INFO O| Sep 23 04:36:36.237 INFO STEP 886 (remove_files) COMPLETE
75102025-09-23T04:36:36.698Z[ recovery-image] Sep 23 04:36:36.237 INFO O| Sep 23 04:36:36.237 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-09-23T04:36:36.698Z[ recovery-image] Sep 23 04:36:36.252 INFO O| Sep 23 04:36:36.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
75122025-09-23T04:36:36.698Z[ recovery-image] Sep 23 04:36:36.252 INFO O| Sep 23 04:36:36.252 INFO STEP 887 (remove_files) COMPLETE
75132025-09-23T04:36:36.698Z[ recovery-image] Sep 23 04:36:36.252 INFO O| Sep 23 04:36:36.252 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-09-23T04:36:36.723Z[ recovery-image] Sep 23 04:36:36.267 INFO O| Sep 23 04:36:36.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75152025-09-23T04:36:36.723Z[ recovery-image] Sep 23 04:36:36.267 INFO O| Sep 23 04:36:36.267 INFO STEP 888 (remove_files) COMPLETE
75162025-09-23T04:36:36.723Z[ recovery-image] Sep 23 04:36:36.267 INFO O| Sep 23 04:36:36.267 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-09-23T04:36:36.748Z[ recovery-image] Sep 23 04:36:36.281 INFO O| Sep 23 04:36:36.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75182025-09-23T04:36:36.748Z[ recovery-image] Sep 23 04:36:36.282 INFO O| Sep 23 04:36:36.282 INFO STEP 889 (remove_files) COMPLETE
75192025-09-23T04:36:36.748Z[ recovery-image] Sep 23 04:36:36.282 INFO O| Sep 23 04:36:36.282 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-09-23T04:36:36.748Z[ recovery-image] Sep 23 04:36:36.296 INFO O| Sep 23 04:36:36.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75212025-09-23T04:36:36.748Z[ recovery-image] Sep 23 04:36:36.296 INFO O| Sep 23 04:36:36.296 INFO STEP 890 (remove_files) COMPLETE
75222025-09-23T04:36:36.748Z[ recovery-image] Sep 23 04:36:36.296 INFO O| Sep 23 04:36:36.296 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-09-23T04:36:36.773Z[ recovery-image] Sep 23 04:36:36.314 INFO O| Sep 23 04:36:36.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75242025-09-23T04:36:36.773Z[ recovery-image] Sep 23 04:36:36.314 INFO O| Sep 23 04:36:36.314 INFO STEP 891 (remove_files) COMPLETE
75252025-09-23T04:36:36.774Z[ recovery-image] Sep 23 04:36:36.314 INFO O| Sep 23 04:36:36.314 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-09-23T04:36:36.799Z[ recovery-image] Sep 23 04:36:36.328 INFO O| Sep 23 04:36:36.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75272025-09-23T04:36:36.799Z[ recovery-image] Sep 23 04:36:36.328 INFO O| Sep 23 04:36:36.328 INFO STEP 892 (remove_files) COMPLETE
75282025-09-23T04:36:36.799Z[ recovery-image] Sep 23 04:36:36.328 INFO O| Sep 23 04:36:36.328 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-09-23T04:36:36.799Z[ recovery-image] Sep 23 04:36:36.342 INFO O| Sep 23 04:36:36.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75302025-09-23T04:36:36.800Z[ recovery-image] Sep 23 04:36:36.342 INFO O| Sep 23 04:36:36.342 INFO STEP 893 (remove_files) COMPLETE
75312025-09-23T04:36:36.800Z[ recovery-image] Sep 23 04:36:36.342 INFO O| Sep 23 04:36:36.342 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-09-23T04:36:36.825Z[ recovery-image] Sep 23 04:36:36.355 INFO O| Sep 23 04:36:36.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75332025-09-23T04:36:36.825Z[ recovery-image] Sep 23 04:36:36.356 INFO O| Sep 23 04:36:36.356 INFO STEP 894 (remove_files) COMPLETE
75342025-09-23T04:36:36.826Z[ recovery-image] Sep 23 04:36:36.356 INFO O| Sep 23 04:36:36.356 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-09-23T04:36:36.826Z[ recovery-image] Sep 23 04:36:36.368 INFO O| Sep 23 04:36:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75362025-09-23T04:36:36.826Z[ recovery-image] Sep 23 04:36:36.369 INFO O| Sep 23 04:36:36.369 INFO STEP 895 (remove_files) COMPLETE
75372025-09-23T04:36:36.826Z[ recovery-image] Sep 23 04:36:36.369 INFO O| Sep 23 04:36:36.369 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-09-23T04:36:36.851Z[ recovery-image] Sep 23 04:36:36.381 INFO O| Sep 23 04:36:36.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75392025-09-23T04:36:36.851Z[ recovery-image] Sep 23 04:36:36.381 INFO O| Sep 23 04:36:36.381 INFO STEP 896 (remove_files) COMPLETE
75402025-09-23T04:36:36.851Z[ recovery-image] Sep 23 04:36:36.382 INFO O| Sep 23 04:36:36.381 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-09-23T04:36:36.851Z[ recovery-image] Sep 23 04:36:36.394 INFO O| Sep 23 04:36:36.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75422025-09-23T04:36:36.851Z[ recovery-image] Sep 23 04:36:36.394 INFO O| Sep 23 04:36:36.394 INFO STEP 897 (remove_files) COMPLETE
75432025-09-23T04:36:36.851Z[ recovery-image] Sep 23 04:36:36.394 INFO O| Sep 23 04:36:36.394 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-09-23T04:36:36.876Z[ recovery-image] Sep 23 04:36:36.405 INFO O| Sep 23 04:36:36.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75452025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.405 INFO O| Sep 23 04:36:36.405 INFO STEP 898 (remove_files) COMPLETE
75462025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.405 INFO O| Sep 23 04:36:36.405 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.417 INFO O| Sep 23 04:36:36.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75482025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.417 INFO O| Sep 23 04:36:36.417 INFO STEP 899 (remove_files) COMPLETE
75492025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.417 INFO O| Sep 23 04:36:36.417 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.428 INFO O| Sep 23 04:36:36.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75512025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.428 INFO O| Sep 23 04:36:36.428 INFO STEP 900 (remove_files) COMPLETE
75522025-09-23T04:36:36.877Z[ recovery-image] Sep 23 04:36:36.428 INFO O| Sep 23 04:36:36.428 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-09-23T04:36:36.901Z[ recovery-image] Sep 23 04:36:36.439 INFO O| Sep 23 04:36:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75542025-09-23T04:36:36.902Z[ recovery-image] Sep 23 04:36:36.439 INFO O| Sep 23 04:36:36.439 INFO STEP 901 (remove_files) COMPLETE
75552025-09-23T04:36:36.902Z[ recovery-image] Sep 23 04:36:36.439 INFO O| Sep 23 04:36:36.439 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-09-23T04:36:36.902Z[ recovery-image] Sep 23 04:36:36.451 INFO O| Sep 23 04:36:36.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75572025-09-23T04:36:36.902Z[ recovery-image] Sep 23 04:36:36.451 INFO O| Sep 23 04:36:36.451 INFO STEP 902 (remove_files) COMPLETE
75582025-09-23T04:36:36.902Z[ recovery-image] Sep 23 04:36:36.451 INFO O| Sep 23 04:36:36.451 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-09-23T04:36:36.926Z[ recovery-image] Sep 23 04:36:36.464 INFO O| Sep 23 04:36:36.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75602025-09-23T04:36:36.926Z[ recovery-image] Sep 23 04:36:36.464 INFO O| Sep 23 04:36:36.464 INFO STEP 903 (remove_files) COMPLETE
75612025-09-23T04:36:36.926Z[ recovery-image] Sep 23 04:36:36.464 INFO O| Sep 23 04:36:36.464 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-09-23T04:36:36.927Z[ recovery-image] Sep 23 04:36:36.478 INFO O| Sep 23 04:36:36.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75632025-09-23T04:36:36.927Z[ recovery-image] Sep 23 04:36:36.478 INFO O| Sep 23 04:36:36.478 INFO STEP 904 (remove_files) COMPLETE
75642025-09-23T04:36:36.927Z[ recovery-image] Sep 23 04:36:36.478 INFO O| Sep 23 04:36:36.478 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-09-23T04:36:36.951Z[ recovery-image] Sep 23 04:36:36.495 INFO O| Sep 23 04:36:36.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75662025-09-23T04:36:36.951Z[ recovery-image] Sep 23 04:36:36.495 INFO O| Sep 23 04:36:36.495 INFO STEP 905 (remove_files) COMPLETE
75672025-09-23T04:36:36.951Z[ recovery-image] Sep 23 04:36:36.495 INFO O| Sep 23 04:36:36.495 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-09-23T04:36:36.976Z[ recovery-image] Sep 23 04:36:36.512 INFO O| Sep 23 04:36:36.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75692025-09-23T04:36:36.976Z[ recovery-image] Sep 23 04:36:36.512 INFO O| Sep 23 04:36:36.512 INFO STEP 906 (remove_files) COMPLETE
75702025-09-23T04:36:36.976Z[ recovery-image] Sep 23 04:36:36.512 INFO O| Sep 23 04:36:36.512 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-09-23T04:36:36.976Z[ recovery-image] Sep 23 04:36:36.526 INFO O| Sep 23 04:36:36.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75722025-09-23T04:36:36.976Z[ recovery-image] Sep 23 04:36:36.526 INFO O| Sep 23 04:36:36.526 INFO STEP 907 (remove_files) COMPLETE
75732025-09-23T04:36:36.976Z[ recovery-image] Sep 23 04:36:36.526 INFO O| Sep 23 04:36:36.526 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-09-23T04:36:37.001Z[ recovery-image] Sep 23 04:36:36.539 INFO O| Sep 23 04:36:36.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75752025-09-23T04:36:37.001Z[ recovery-image] Sep 23 04:36:36.539 INFO O| Sep 23 04:36:36.539 INFO STEP 908 (remove_files) COMPLETE
75762025-09-23T04:36:37.001Z[ recovery-image] Sep 23 04:36:36.539 INFO O| Sep 23 04:36:36.539 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-09-23T04:36:37.026Z[ recovery-image] Sep 23 04:36:36.557 INFO O| Sep 23 04:36:36.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75782025-09-23T04:36:37.026Z[ recovery-image] Sep 23 04:36:36.558 INFO O| Sep 23 04:36:36.558 INFO STEP 909 (remove_files) COMPLETE
75792025-09-23T04:36:37.026Z[ recovery-image] Sep 23 04:36:36.558 INFO O| Sep 23 04:36:36.558 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-09-23T04:36:37.026Z[ recovery-image] Sep 23 04:36:36.574 INFO O| Sep 23 04:36:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75812025-09-23T04:36:37.027Z[ recovery-image] Sep 23 04:36:36.574 INFO O| Sep 23 04:36:36.574 INFO STEP 910 (remove_files) COMPLETE
75822025-09-23T04:36:37.027Z[ recovery-image] Sep 23 04:36:36.574 INFO O| Sep 23 04:36:36.574 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-09-23T04:36:37.051Z[ recovery-image] Sep 23 04:36:36.591 INFO O| Sep 23 04:36:36.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75842025-09-23T04:36:37.051Z[ recovery-image] Sep 23 04:36:36.591 INFO O| Sep 23 04:36:36.591 INFO STEP 911 (remove_files) COMPLETE
75852025-09-23T04:36:37.051Z[ recovery-image] Sep 23 04:36:36.591 INFO O| Sep 23 04:36:36.591 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-09-23T04:36:37.051Z[ recovery-image] Sep 23 04:36:36.604 INFO O| Sep 23 04:36:36.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75872025-09-23T04:36:37.051Z[ recovery-image] Sep 23 04:36:36.604 INFO O| Sep 23 04:36:36.604 INFO STEP 912 (remove_files) COMPLETE
75882025-09-23T04:36:37.051Z[ recovery-image] Sep 23 04:36:36.604 INFO O| Sep 23 04:36:36.604 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-09-23T04:36:37.076Z[ recovery-image] Sep 23 04:36:36.620 INFO O| Sep 23 04:36:36.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75902025-09-23T04:36:37.077Z[ recovery-image] Sep 23 04:36:36.620 INFO O| Sep 23 04:36:36.620 INFO STEP 913 (remove_files) COMPLETE
75912025-09-23T04:36:37.077Z[ recovery-image] Sep 23 04:36:36.620 INFO O| Sep 23 04:36:36.620 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-09-23T04:36:37.101Z[ recovery-image] Sep 23 04:36:36.633 INFO O| Sep 23 04:36:36.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75932025-09-23T04:36:37.101Z[ recovery-image] Sep 23 04:36:36.633 INFO O| Sep 23 04:36:36.633 INFO STEP 914 (remove_files) COMPLETE
75942025-09-23T04:36:37.101Z[ recovery-image] Sep 23 04:36:36.633 INFO O| Sep 23 04:36:36.633 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-09-23T04:36:37.101Z[ recovery-image] Sep 23 04:36:36.645 INFO O| Sep 23 04:36:36.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75962025-09-23T04:36:37.101Z[ recovery-image] Sep 23 04:36:36.645 INFO O| Sep 23 04:36:36.645 INFO STEP 915 (remove_files) COMPLETE
75972025-09-23T04:36:37.101Z[ recovery-image] Sep 23 04:36:36.645 INFO O| Sep 23 04:36:36.645 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-09-23T04:36:37.126Z[ recovery-image] Sep 23 04:36:36.662 INFO O| Sep 23 04:36:36.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75992025-09-23T04:36:37.126Z[ recovery-image] Sep 23 04:36:36.662 INFO O| Sep 23 04:36:36.662 INFO STEP 916 (remove_files) COMPLETE
76002025-09-23T04:36:37.126Z[ recovery-image] Sep 23 04:36:36.662 INFO O| Sep 23 04:36:36.662 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-09-23T04:36:37.126Z[ recovery-image] Sep 23 04:36:36.680 INFO O| Sep 23 04:36:36.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
76022025-09-23T04:36:37.126Z[ recovery-image] Sep 23 04:36:36.680 INFO O| Sep 23 04:36:36.680 INFO STEP 917 (remove_files) COMPLETE
76032025-09-23T04:36:37.126Z[ recovery-image] Sep 23 04:36:36.680 INFO O| Sep 23 04:36:36.680 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-09-23T04:36:37.151Z[ recovery-image] Sep 23 04:36:36.697 INFO O| Sep 23 04:36:36.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
76052025-09-23T04:36:37.151Z[ recovery-image] Sep 23 04:36:36.697 INFO O| Sep 23 04:36:36.697 INFO STEP 918 (remove_files) COMPLETE
76062025-09-23T04:36:37.151Z[ recovery-image] Sep 23 04:36:36.697 INFO O| Sep 23 04:36:36.697 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-09-23T04:36:37.176Z[ recovery-image] Sep 23 04:36:36.713 INFO O| Sep 23 04:36:36.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
76082025-09-23T04:36:37.176Z[ recovery-image] Sep 23 04:36:36.713 INFO O| Sep 23 04:36:36.713 INFO STEP 919 (remove_files) COMPLETE
76092025-09-23T04:36:37.176Z[ recovery-image] Sep 23 04:36:36.713 INFO O| Sep 23 04:36:36.713 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-09-23T04:36:37.176Z[ recovery-image] Sep 23 04:36:36.730 INFO O| Sep 23 04:36:36.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
76112025-09-23T04:36:37.176Z[ recovery-image] Sep 23 04:36:36.730 INFO O| Sep 23 04:36:36.730 INFO STEP 920 (remove_files) COMPLETE
76122025-09-23T04:36:37.176Z[ recovery-image] Sep 23 04:36:36.730 INFO O| Sep 23 04:36:36.730 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-09-23T04:36:37.201Z[ recovery-image] Sep 23 04:36:36.743 INFO O| Sep 23 04:36:36.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
76142025-09-23T04:36:37.201Z[ recovery-image] Sep 23 04:36:36.743 INFO O| Sep 23 04:36:36.743 INFO STEP 921 (remove_files) COMPLETE
76152025-09-23T04:36:37.201Z[ recovery-image] Sep 23 04:36:36.743 INFO O| Sep 23 04:36:36.743 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-09-23T04:36:37.201Z[ recovery-image] Sep 23 04:36:36.754 INFO O| Sep 23 04:36:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76172025-09-23T04:36:37.201Z[ recovery-image] Sep 23 04:36:36.754 INFO O| Sep 23 04:36:36.754 INFO STEP 922 (remove_files) COMPLETE
76182025-09-23T04:36:37.202Z[ recovery-image] Sep 23 04:36:36.754 INFO O| Sep 23 04:36:36.754 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-09-23T04:36:37.226Z[ recovery-image] Sep 23 04:36:36.765 INFO O| Sep 23 04:36:36.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76202025-09-23T04:36:37.227Z[ recovery-image] Sep 23 04:36:36.765 INFO O| Sep 23 04:36:36.765 INFO STEP 923 (remove_files) COMPLETE
76212025-09-23T04:36:37.227Z[ recovery-image] Sep 23 04:36:36.765 INFO O| Sep 23 04:36:36.765 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-09-23T04:36:37.227Z[ recovery-image] Sep 23 04:36:36.780 INFO O| Sep 23 04:36:36.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76232025-09-23T04:36:37.227Z[ recovery-image] Sep 23 04:36:36.780 INFO O| Sep 23 04:36:36.780 INFO STEP 924 (remove_files) COMPLETE
76242025-09-23T04:36:37.227Z[ recovery-image] Sep 23 04:36:36.781 INFO O| Sep 23 04:36:36.780 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-09-23T04:36:37.252Z[ recovery-image] Sep 23 04:36:36.795 INFO O| Sep 23 04:36:36.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76262025-09-23T04:36:37.252Z[ recovery-image] Sep 23 04:36:36.795 INFO O| Sep 23 04:36:36.795 INFO STEP 925 (remove_files) COMPLETE
76272025-09-23T04:36:37.252Z[ recovery-image] Sep 23 04:36:36.795 INFO O| Sep 23 04:36:36.795 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.806 INFO O| Sep 23 04:36:36.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76292025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.806 INFO O| Sep 23 04:36:36.806 INFO STEP 926 (remove_files) COMPLETE
76302025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.806 INFO O| Sep 23 04:36:36.806 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.817 INFO O| Sep 23 04:36:36.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76322025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.817 INFO O| Sep 23 04:36:36.817 INFO STEP 927 (remove_files) COMPLETE
76332025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.817 INFO O| Sep 23 04:36:36.817 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.828 INFO O| Sep 23 04:36:36.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76352025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.828 INFO O| Sep 23 04:36:36.828 INFO STEP 928 (remove_files) COMPLETE
76362025-09-23T04:36:37.277Z[ recovery-image] Sep 23 04:36:36.828 INFO O| Sep 23 04:36:36.828 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-09-23T04:36:37.302Z[ recovery-image] Sep 23 04:36:36.844 INFO O| Sep 23 04:36:36.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76382025-09-23T04:36:37.302Z[ recovery-image] Sep 23 04:36:36.844 INFO O| Sep 23 04:36:36.844 INFO STEP 929 (remove_files) COMPLETE
76392025-09-23T04:36:37.302Z[ recovery-image] Sep 23 04:36:36.844 INFO O| Sep 23 04:36:36.844 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-09-23T04:36:37.302Z[ recovery-image] Sep 23 04:36:36.855 INFO O| Sep 23 04:36:36.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76412025-09-23T04:36:37.302Z[ recovery-image] Sep 23 04:36:36.855 INFO O| Sep 23 04:36:36.855 INFO STEP 930 (remove_files) COMPLETE
76422025-09-23T04:36:37.302Z[ recovery-image] Sep 23 04:36:36.855 INFO O| Sep 23 04:36:36.855 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-09-23T04:36:37.327Z[ recovery-image] Sep 23 04:36:36.870 INFO O| Sep 23 04:36:36.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76442025-09-23T04:36:37.327Z[ recovery-image] Sep 23 04:36:36.871 INFO O| Sep 23 04:36:36.871 INFO STEP 931 (remove_files) COMPLETE
76452025-09-23T04:36:37.327Z[ recovery-image] Sep 23 04:36:36.871 INFO O| Sep 23 04:36:36.871 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-09-23T04:36:37.352Z[ recovery-image] Sep 23 04:36:36.882 INFO O| Sep 23 04:36:36.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76472025-09-23T04:36:37.352Z[ recovery-image] Sep 23 04:36:36.882 INFO O| Sep 23 04:36:36.882 INFO STEP 932 (remove_files) COMPLETE
76482025-09-23T04:36:37.352Z[ recovery-image] Sep 23 04:36:36.882 INFO O| Sep 23 04:36:36.882 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-09-23T04:36:37.352Z[ recovery-image] Sep 23 04:36:36.897 INFO O| Sep 23 04:36:36.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76502025-09-23T04:36:37.352Z[ recovery-image] Sep 23 04:36:36.897 INFO O| Sep 23 04:36:36.897 INFO STEP 933 (remove_files) COMPLETE
76512025-09-23T04:36:37.352Z[ recovery-image] Sep 23 04:36:36.897 INFO O| Sep 23 04:36:36.897 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-09-23T04:36:37.377Z[ recovery-image] Sep 23 04:36:36.908 INFO O| Sep 23 04:36:36.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76532025-09-23T04:36:37.377Z[ recovery-image] Sep 23 04:36:36.908 INFO O| Sep 23 04:36:36.908 INFO STEP 934 (remove_files) COMPLETE
76542025-09-23T04:36:37.377Z[ recovery-image] Sep 23 04:36:36.908 INFO O| Sep 23 04:36:36.908 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-09-23T04:36:37.377Z[ recovery-image] Sep 23 04:36:36.919 INFO O| Sep 23 04:36:36.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76562025-09-23T04:36:37.377Z[ recovery-image] Sep 23 04:36:36.920 INFO O| Sep 23 04:36:36.920 INFO STEP 935 (remove_files) COMPLETE
76572025-09-23T04:36:37.377Z[ recovery-image] Sep 23 04:36:36.920 INFO O| Sep 23 04:36:36.920 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.932 INFO O| Sep 23 04:36:36.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76592025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.933 INFO O| Sep 23 04:36:36.933 INFO STEP 936 (remove_files) COMPLETE
76602025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.933 INFO O| Sep 23 04:36:36.933 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.944 INFO O| Sep 23 04:36:36.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76622025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.944 INFO O| Sep 23 04:36:36.944 INFO STEP 937 (remove_files) COMPLETE
76632025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.944 INFO O| Sep 23 04:36:36.944 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.955 INFO O| Sep 23 04:36:36.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76652025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.955 INFO O| Sep 23 04:36:36.955 INFO STEP 938 (remove_files) COMPLETE
76662025-09-23T04:36:37.402Z[ recovery-image] Sep 23 04:36:36.955 INFO O| Sep 23 04:36:36.955 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-09-23T04:36:37.427Z[ recovery-image] Sep 23 04:36:36.971 INFO O| Sep 23 04:36:36.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76682025-09-23T04:36:37.427Z[ recovery-image] Sep 23 04:36:36.972 INFO O| Sep 23 04:36:36.972 INFO STEP 939 (remove_files) COMPLETE
76692025-09-23T04:36:37.427Z[ recovery-image] Sep 23 04:36:36.972 INFO O| Sep 23 04:36:36.972 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-09-23T04:36:37.452Z[ recovery-image] Sep 23 04:36:36.987 INFO O| Sep 23 04:36:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76712025-09-23T04:36:37.452Z[ recovery-image] Sep 23 04:36:36.988 INFO O| Sep 23 04:36:36.988 INFO STEP 940 (remove_files) COMPLETE
76722025-09-23T04:36:37.452Z[ recovery-image] Sep 23 04:36:36.988 INFO O| Sep 23 04:36:36.988 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-09-23T04:36:37.452Z[ recovery-image] Sep 23 04:36:37.000 INFO O| Sep 23 04:36:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76742025-09-23T04:36:37.452Z[ recovery-image] Sep 23 04:36:37.000 INFO O| Sep 23 04:36:37.000 INFO STEP 941 (remove_files) COMPLETE
76752025-09-23T04:36:37.452Z[ recovery-image] Sep 23 04:36:37.000 INFO O| Sep 23 04:36:37.000 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-09-23T04:36:37.477Z[ recovery-image] Sep 23 04:36:37.019 INFO O| Sep 23 04:36:37.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76772025-09-23T04:36:37.477Z[ recovery-image] Sep 23 04:36:37.019 INFO O| Sep 23 04:36:37.019 INFO STEP 942 (remove_files) COMPLETE
76782025-09-23T04:36:37.477Z[ recovery-image] Sep 23 04:36:37.019 INFO O| Sep 23 04:36:37.019 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-09-23T04:36:37.502Z[ recovery-image] Sep 23 04:36:37.035 INFO O| Sep 23 04:36:37.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76802025-09-23T04:36:37.502Z[ recovery-image] Sep 23 04:36:37.035 INFO O| Sep 23 04:36:37.035 INFO STEP 943 (remove_files) COMPLETE
76812025-09-23T04:36:37.502Z[ recovery-image] Sep 23 04:36:37.035 INFO O| Sep 23 04:36:37.035 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-09-23T04:36:37.502Z[ recovery-image] Sep 23 04:36:37.052 INFO O| Sep 23 04:36:37.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76832025-09-23T04:36:37.502Z[ recovery-image] Sep 23 04:36:37.052 INFO O| Sep 23 04:36:37.052 INFO STEP 944 (remove_files) COMPLETE
76842025-09-23T04:36:37.502Z[ recovery-image] Sep 23 04:36:37.052 INFO O| Sep 23 04:36:37.052 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-09-23T04:36:37.532Z[ recovery-image] Sep 23 04:36:37.086 INFO O| Sep 23 04:36:37.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76862025-09-23T04:36:37.532Z[ recovery-image] Sep 23 04:36:37.086 INFO O| Sep 23 04:36:37.086 INFO STEP 945 (remove_files) COMPLETE
76872025-09-23T04:36:37.557Z[ recovery-image] Sep 23 04:36:37.086 INFO O| Sep 23 04:36:37.086 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-09-23T04:36:37.557Z[ recovery-image] Sep 23 04:36:37.103 INFO O| Sep 23 04:36:37.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76892025-09-23T04:36:37.557Z[ recovery-image] Sep 23 04:36:37.103 INFO O| Sep 23 04:36:37.103 INFO STEP 946 (remove_files) COMPLETE
76902025-09-23T04:36:37.557Z[ recovery-image] Sep 23 04:36:37.103 INFO O| Sep 23 04:36:37.103 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-09-23T04:36:37.582Z[ recovery-image] Sep 23 04:36:37.117 INFO O| Sep 23 04:36:37.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76922025-09-23T04:36:37.582Z[ recovery-image] Sep 23 04:36:37.117 INFO O| Sep 23 04:36:37.117 INFO STEP 947 (remove_files) COMPLETE
76932025-09-23T04:36:37.582Z[ recovery-image] Sep 23 04:36:37.117 INFO O| Sep 23 04:36:37.117 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-09-23T04:36:37.582Z[ recovery-image] Sep 23 04:36:37.135 INFO O| Sep 23 04:36:37.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76952025-09-23T04:36:37.582Z[ recovery-image] Sep 23 04:36:37.135 INFO O| Sep 23 04:36:37.135 INFO STEP 948 (remove_files) COMPLETE
76962025-09-23T04:36:37.582Z[ recovery-image] Sep 23 04:36:37.135 INFO O| Sep 23 04:36:37.135 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-09-23T04:36:37.607Z[ recovery-image] Sep 23 04:36:37.151 INFO O| Sep 23 04:36:37.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76982025-09-23T04:36:37.607Z[ recovery-image] Sep 23 04:36:37.151 INFO O| Sep 23 04:36:37.151 INFO STEP 949 (remove_files) COMPLETE
76992025-09-23T04:36:37.607Z[ recovery-image] Sep 23 04:36:37.151 INFO O| Sep 23 04:36:37.151 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-09-23T04:36:37.632Z[ recovery-image] Sep 23 04:36:37.166 INFO O| Sep 23 04:36:37.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
77012025-09-23T04:36:37.632Z[ recovery-image] Sep 23 04:36:37.166 INFO O| Sep 23 04:36:37.166 INFO STEP 950 (remove_files) COMPLETE
77022025-09-23T04:36:37.632Z[ recovery-image] Sep 23 04:36:37.166 INFO O| Sep 23 04:36:37.166 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-09-23T04:36:37.632Z[ recovery-image] Sep 23 04:36:37.179 INFO O| Sep 23 04:36:37.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
77042025-09-23T04:36:37.632Z[ recovery-image] Sep 23 04:36:37.180 INFO O| Sep 23 04:36:37.180 INFO STEP 951 (remove_files) COMPLETE
77052025-09-23T04:36:37.632Z[ recovery-image] Sep 23 04:36:37.180 INFO O| Sep 23 04:36:37.180 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-09-23T04:36:37.657Z[ recovery-image] Sep 23 04:36:37.193 INFO O| Sep 23 04:36:37.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
77072025-09-23T04:36:37.657Z[ recovery-image] Sep 23 04:36:37.193 INFO O| Sep 23 04:36:37.193 INFO STEP 952 (remove_files) COMPLETE
77082025-09-23T04:36:37.657Z[ recovery-image] Sep 23 04:36:37.193 INFO O| Sep 23 04:36:37.193 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-09-23T04:36:37.657Z[ recovery-image] Sep 23 04:36:37.206 INFO O| Sep 23 04:36:37.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
77102025-09-23T04:36:37.657Z[ recovery-image] Sep 23 04:36:37.206 INFO O| Sep 23 04:36:37.206 INFO STEP 953 (remove_files) COMPLETE
77112025-09-23T04:36:37.657Z[ recovery-image] Sep 23 04:36:37.206 INFO O| Sep 23 04:36:37.206 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-09-23T04:36:37.682Z[ recovery-image] Sep 23 04:36:37.219 INFO O| Sep 23 04:36:37.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
77132025-09-23T04:36:37.682Z[ recovery-image] Sep 23 04:36:37.219 INFO O| Sep 23 04:36:37.219 INFO STEP 954 (remove_files) COMPLETE
77142025-09-23T04:36:37.682Z[ recovery-image] Sep 23 04:36:37.219 INFO O| Sep 23 04:36:37.219 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-09-23T04:36:37.682Z[ recovery-image] Sep 23 04:36:37.233 INFO O| Sep 23 04:36:37.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77162025-09-23T04:36:37.682Z[ recovery-image] Sep 23 04:36:37.233 INFO O| Sep 23 04:36:37.233 INFO STEP 955 (remove_files) COMPLETE
77172025-09-23T04:36:37.682Z[ recovery-image] Sep 23 04:36:37.233 INFO O| Sep 23 04:36:37.233 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-09-23T04:36:37.707Z[ recovery-image] Sep 23 04:36:37.247 INFO O| Sep 23 04:36:37.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77192025-09-23T04:36:37.707Z[ recovery-image] Sep 23 04:36:37.247 INFO O| Sep 23 04:36:37.247 INFO STEP 956 (remove_files) COMPLETE
77202025-09-23T04:36:37.707Z[ recovery-image] Sep 23 04:36:37.247 INFO O| Sep 23 04:36:37.247 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-09-23T04:36:37.707Z[ recovery-image] Sep 23 04:36:37.261 INFO O| Sep 23 04:36:37.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77222025-09-23T04:36:37.707Z[ recovery-image] Sep 23 04:36:37.261 INFO O| Sep 23 04:36:37.261 INFO STEP 957 (remove_files) COMPLETE
77232025-09-23T04:36:37.707Z[ recovery-image] Sep 23 04:36:37.261 INFO O| Sep 23 04:36:37.261 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-09-23T04:36:37.733Z[ recovery-image] Sep 23 04:36:37.277 INFO O| Sep 23 04:36:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77252025-09-23T04:36:37.733Z[ recovery-image] Sep 23 04:36:37.277 INFO O| Sep 23 04:36:37.277 INFO STEP 958 (remove_files) COMPLETE
77262025-09-23T04:36:37.733Z[ recovery-image] Sep 23 04:36:37.277 INFO O| Sep 23 04:36:37.277 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-09-23T04:36:37.757Z[ recovery-image] Sep 23 04:36:37.291 INFO O| Sep 23 04:36:37.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77282025-09-23T04:36:37.757Z[ recovery-image] Sep 23 04:36:37.292 INFO O| Sep 23 04:36:37.292 INFO STEP 959 (remove_files) COMPLETE
77292025-09-23T04:36:37.758Z[ recovery-image] Sep 23 04:36:37.292 INFO O| Sep 23 04:36:37.292 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-09-23T04:36:37.758Z[ recovery-image] Sep 23 04:36:37.308 INFO O| Sep 23 04:36:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77312025-09-23T04:36:37.758Z[ recovery-image] Sep 23 04:36:37.309 INFO O| Sep 23 04:36:37.308 INFO STEP 960 (remove_files) COMPLETE
77322025-09-23T04:36:37.758Z[ recovery-image] Sep 23 04:36:37.309 INFO O| Sep 23 04:36:37.308 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-09-23T04:36:37.782Z[ recovery-image] Sep 23 04:36:37.324 INFO O| Sep 23 04:36:37.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77342025-09-23T04:36:37.782Z[ recovery-image] Sep 23 04:36:37.324 INFO O| Sep 23 04:36:37.324 INFO STEP 961 (remove_files) COMPLETE
77352025-09-23T04:36:37.782Z[ recovery-image] Sep 23 04:36:37.324 INFO O| Sep 23 04:36:37.324 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-09-23T04:36:37.807Z[ recovery-image] Sep 23 04:36:37.339 INFO O| Sep 23 04:36:37.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77372025-09-23T04:36:37.807Z[ recovery-image] Sep 23 04:36:37.339 INFO O| Sep 23 04:36:37.339 INFO STEP 962 (remove_files) COMPLETE
77382025-09-23T04:36:37.807Z[ recovery-image] Sep 23 04:36:37.339 INFO O| Sep 23 04:36:37.339 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-09-23T04:36:37.807Z[ recovery-image] Sep 23 04:36:37.352 INFO O| Sep 23 04:36:37.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77402025-09-23T04:36:37.807Z[ recovery-image] Sep 23 04:36:37.352 INFO O| Sep 23 04:36:37.352 INFO STEP 963 (remove_files) COMPLETE
77412025-09-23T04:36:37.807Z[ recovery-image] Sep 23 04:36:37.352 INFO O| Sep 23 04:36:37.352 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-09-23T04:36:37.832Z[ recovery-image] Sep 23 04:36:37.365 INFO O| Sep 23 04:36:37.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77432025-09-23T04:36:37.832Z[ recovery-image] Sep 23 04:36:37.366 INFO O| Sep 23 04:36:37.366 INFO STEP 964 (remove_files) COMPLETE
77442025-09-23T04:36:37.832Z[ recovery-image] Sep 23 04:36:37.366 INFO O| Sep 23 04:36:37.366 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-09-23T04:36:37.832Z[ recovery-image] Sep 23 04:36:37.379 INFO O| Sep 23 04:36:37.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77462025-09-23T04:36:37.832Z[ recovery-image] Sep 23 04:36:37.379 INFO O| Sep 23 04:36:37.379 INFO STEP 965 (remove_files) COMPLETE
77472025-09-23T04:36:37.832Z[ recovery-image] Sep 23 04:36:37.379 INFO O| Sep 23 04:36:37.379 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-09-23T04:36:37.857Z[ recovery-image] Sep 23 04:36:37.393 INFO O| Sep 23 04:36:37.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77492025-09-23T04:36:37.857Z[ recovery-image] Sep 23 04:36:37.393 INFO O| Sep 23 04:36:37.393 INFO STEP 966 (remove_files) COMPLETE
77502025-09-23T04:36:37.857Z[ recovery-image] Sep 23 04:36:37.393 INFO O| Sep 23 04:36:37.393 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-09-23T04:36:37.857Z[ recovery-image] Sep 23 04:36:37.407 INFO O| Sep 23 04:36:37.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77522025-09-23T04:36:37.857Z[ recovery-image] Sep 23 04:36:37.407 INFO O| Sep 23 04:36:37.407 INFO STEP 967 (remove_files) COMPLETE
77532025-09-23T04:36:37.857Z[ recovery-image] Sep 23 04:36:37.407 INFO O| Sep 23 04:36:37.407 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-09-23T04:36:37.882Z[ recovery-image] Sep 23 04:36:37.420 INFO O| Sep 23 04:36:37.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77552025-09-23T04:36:37.883Z[ recovery-image] Sep 23 04:36:37.420 INFO O| Sep 23 04:36:37.420 INFO STEP 968 (remove_files) COMPLETE
77562025-09-23T04:36:37.883Z[ recovery-image] Sep 23 04:36:37.420 INFO O| Sep 23 04:36:37.420 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-09-23T04:36:37.883Z[ recovery-image] Sep 23 04:36:37.433 INFO O| Sep 23 04:36:37.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77582025-09-23T04:36:37.883Z[ recovery-image] Sep 23 04:36:37.433 INFO O| Sep 23 04:36:37.433 INFO STEP 969 (remove_files) COMPLETE
77592025-09-23T04:36:37.883Z[ recovery-image] Sep 23 04:36:37.433 INFO O| Sep 23 04:36:37.433 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-09-23T04:36:37.908Z[ recovery-image] Sep 23 04:36:37.447 INFO O| Sep 23 04:36:37.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77612025-09-23T04:36:37.908Z[ recovery-image] Sep 23 04:36:37.447 INFO O| Sep 23 04:36:37.447 INFO STEP 970 (remove_files) COMPLETE
77622025-09-23T04:36:37.908Z[ recovery-image] Sep 23 04:36:37.447 INFO O| Sep 23 04:36:37.447 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-09-23T04:36:37.908Z[ recovery-image] Sep 23 04:36:37.460 INFO O| Sep 23 04:36:37.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77642025-09-23T04:36:37.908Z[ recovery-image] Sep 23 04:36:37.460 INFO O| Sep 23 04:36:37.460 INFO STEP 971 (remove_files) COMPLETE
77652025-09-23T04:36:37.908Z[ recovery-image] Sep 23 04:36:37.460 INFO O| Sep 23 04:36:37.460 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-09-23T04:36:37.933Z[ recovery-image] Sep 23 04:36:37.474 INFO O| Sep 23 04:36:37.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77672025-09-23T04:36:37.933Z[ recovery-image] Sep 23 04:36:37.474 INFO O| Sep 23 04:36:37.474 INFO STEP 972 (remove_files) COMPLETE
77682025-09-23T04:36:37.933Z[ recovery-image] Sep 23 04:36:37.474 INFO O| Sep 23 04:36:37.474 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-09-23T04:36:37.958Z[ recovery-image] Sep 23 04:36:37.489 INFO O| Sep 23 04:36:37.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77702025-09-23T04:36:37.958Z[ recovery-image] Sep 23 04:36:37.489 INFO O| Sep 23 04:36:37.489 INFO STEP 973 (remove_files) COMPLETE
77712025-09-23T04:36:37.958Z[ recovery-image] Sep 23 04:36:37.489 INFO O| Sep 23 04:36:37.489 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-09-23T04:36:37.958Z[ recovery-image] Sep 23 04:36:37.503 INFO O| Sep 23 04:36:37.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77732025-09-23T04:36:37.958Z[ recovery-image] Sep 23 04:36:37.503 INFO O| Sep 23 04:36:37.503 INFO STEP 974 (remove_files) COMPLETE
77742025-09-23T04:36:37.958Z[ recovery-image] Sep 23 04:36:37.503 INFO O| Sep 23 04:36:37.503 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-09-23T04:36:37.983Z[ recovery-image] Sep 23 04:36:37.517 INFO O| Sep 23 04:36:37.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77762025-09-23T04:36:37.983Z[ recovery-image] Sep 23 04:36:37.518 INFO O| Sep 23 04:36:37.517 INFO STEP 975 (remove_files) COMPLETE
77772025-09-23T04:36:37.983Z[ recovery-image] Sep 23 04:36:37.518 INFO O| Sep 23 04:36:37.518 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-09-23T04:36:37.983Z[ recovery-image] Sep 23 04:36:37.531 INFO O| Sep 23 04:36:37.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77792025-09-23T04:36:37.983Z[ recovery-image] Sep 23 04:36:37.531 INFO O| Sep 23 04:36:37.531 INFO STEP 976 (remove_files) COMPLETE
77802025-09-23T04:36:37.983Z[ recovery-image] Sep 23 04:36:37.531 INFO O| Sep 23 04:36:37.531 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-09-23T04:36:38.008Z[ recovery-image] Sep 23 04:36:37.543 INFO O| Sep 23 04:36:37.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77822025-09-23T04:36:38.008Z[ recovery-image] Sep 23 04:36:37.543 INFO O| Sep 23 04:36:37.543 INFO STEP 977 (remove_files) COMPLETE
77832025-09-23T04:36:38.008Z[ recovery-image] Sep 23 04:36:37.543 INFO O| Sep 23 04:36:37.543 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-09-23T04:36:38.008Z[ recovery-image] Sep 23 04:36:37.557 INFO O| Sep 23 04:36:37.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77852025-09-23T04:36:38.008Z[ recovery-image] Sep 23 04:36:37.557 INFO O| Sep 23 04:36:37.557 INFO STEP 978 (remove_files) COMPLETE
77862025-09-23T04:36:38.009Z[ recovery-image] Sep 23 04:36:37.557 INFO O| Sep 23 04:36:37.557 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-09-23T04:36:38.033Z[ recovery-image] Sep 23 04:36:37.572 INFO O| Sep 23 04:36:37.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77882025-09-23T04:36:38.033Z[ recovery-image] Sep 23 04:36:37.572 INFO O| Sep 23 04:36:37.572 INFO STEP 979 (remove_files) COMPLETE
77892025-09-23T04:36:38.033Z[ recovery-image] Sep 23 04:36:37.572 INFO O| Sep 23 04:36:37.572 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-09-23T04:36:38.059Z[ recovery-image] Sep 23 04:36:37.588 INFO O| Sep 23 04:36:37.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77912025-09-23T04:36:38.059Z[ recovery-image] Sep 23 04:36:37.588 INFO O| Sep 23 04:36:37.588 INFO STEP 980 (remove_files) COMPLETE
77922025-09-23T04:36:38.059Z[ recovery-image] Sep 23 04:36:37.588 INFO O| Sep 23 04:36:37.588 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-09-23T04:36:38.059Z[ recovery-image] Sep 23 04:36:37.605 INFO O| Sep 23 04:36:37.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77942025-09-23T04:36:38.059Z[ recovery-image] Sep 23 04:36:37.605 INFO O| Sep 23 04:36:37.605 INFO STEP 981 (remove_files) COMPLETE
77952025-09-23T04:36:38.059Z[ recovery-image] Sep 23 04:36:37.605 INFO O| Sep 23 04:36:37.605 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-09-23T04:36:38.084Z[ recovery-image] Sep 23 04:36:37.621 INFO O| Sep 23 04:36:37.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77972025-09-23T04:36:38.084Z[ recovery-image] Sep 23 04:36:37.621 INFO O| Sep 23 04:36:37.621 INFO STEP 982 (remove_files) COMPLETE
77982025-09-23T04:36:38.085Z[ recovery-image] Sep 23 04:36:37.621 INFO O| Sep 23 04:36:37.621 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-09-23T04:36:38.085Z[ recovery-image] Sep 23 04:36:37.638 INFO O| Sep 23 04:36:37.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
78002025-09-23T04:36:38.085Z[ recovery-image] Sep 23 04:36:37.638 INFO O| Sep 23 04:36:37.638 INFO STEP 983 (remove_files) COMPLETE
78012025-09-23T04:36:38.085Z[ recovery-image] Sep 23 04:36:37.638 INFO O| Sep 23 04:36:37.638 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-09-23T04:36:38.110Z[ recovery-image] Sep 23 04:36:37.652 INFO O| Sep 23 04:36:37.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
78032025-09-23T04:36:38.110Z[ recovery-image] Sep 23 04:36:37.652 INFO O| Sep 23 04:36:37.652 INFO STEP 984 (remove_files) COMPLETE
78042025-09-23T04:36:38.110Z[ recovery-image] Sep 23 04:36:37.652 INFO O| Sep 23 04:36:37.652 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-09-23T04:36:38.135Z[ recovery-image] Sep 23 04:36:37.665 INFO O| Sep 23 04:36:37.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
78062025-09-23T04:36:38.136Z[ recovery-image] Sep 23 04:36:37.665 INFO O| Sep 23 04:36:37.665 INFO STEP 985 (remove_files) COMPLETE
78072025-09-23T04:36:38.136Z[ recovery-image] Sep 23 04:36:37.665 INFO O| Sep 23 04:36:37.665 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-09-23T04:36:38.136Z[ recovery-image] Sep 23 04:36:37.682 INFO O| Sep 23 04:36:37.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
78092025-09-23T04:36:38.136Z[ recovery-image] Sep 23 04:36:37.682 INFO O| Sep 23 04:36:37.682 INFO STEP 986 (remove_files) COMPLETE
78102025-09-23T04:36:38.136Z[ recovery-image] Sep 23 04:36:37.682 INFO O| Sep 23 04:36:37.682 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-09-23T04:36:38.161Z[ recovery-image] Sep 23 04:36:37.697 INFO O| Sep 23 04:36:37.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
78122025-09-23T04:36:38.161Z[ recovery-image] Sep 23 04:36:37.698 INFO O| Sep 23 04:36:37.698 INFO STEP 987 (remove_files) COMPLETE
78132025-09-23T04:36:38.161Z[ recovery-image] Sep 23 04:36:37.698 INFO O| Sep 23 04:36:37.698 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-09-23T04:36:38.186Z[ recovery-image] Sep 23 04:36:37.716 INFO O| Sep 23 04:36:37.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78152025-09-23T04:36:38.186Z[ recovery-image] Sep 23 04:36:37.716 INFO O| Sep 23 04:36:37.716 INFO STEP 988 (remove_files) COMPLETE
78162025-09-23T04:36:38.186Z[ recovery-image] Sep 23 04:36:37.716 INFO O| Sep 23 04:36:37.716 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-09-23T04:36:38.186Z[ recovery-image] Sep 23 04:36:37.733 INFO O| Sep 23 04:36:37.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78182025-09-23T04:36:38.186Z[ recovery-image] Sep 23 04:36:37.734 INFO O| Sep 23 04:36:37.734 INFO STEP 989 (remove_files) COMPLETE
78192025-09-23T04:36:38.186Z[ recovery-image] Sep 23 04:36:37.734 INFO O| Sep 23 04:36:37.734 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-09-23T04:36:38.211Z[ recovery-image] Sep 23 04:36:37.751 INFO O| Sep 23 04:36:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78212025-09-23T04:36:38.211Z[ recovery-image] Sep 23 04:36:37.751 INFO O| Sep 23 04:36:37.751 INFO STEP 990 (remove_files) COMPLETE
78222025-09-23T04:36:38.211Z[ recovery-image] Sep 23 04:36:37.751 INFO O| Sep 23 04:36:37.751 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-09-23T04:36:38.236Z[ recovery-image] Sep 23 04:36:37.770 INFO O| Sep 23 04:36:37.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78242025-09-23T04:36:38.236Z[ recovery-image] Sep 23 04:36:37.770 INFO O| Sep 23 04:36:37.770 INFO STEP 991 (remove_files) COMPLETE
78252025-09-23T04:36:38.236Z[ recovery-image] Sep 23 04:36:37.770 INFO O| Sep 23 04:36:37.770 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-09-23T04:36:38.237Z[ recovery-image] Sep 23 04:36:37.786 INFO O| Sep 23 04:36:37.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78272025-09-23T04:36:38.237Z[ recovery-image] Sep 23 04:36:37.786 INFO O| Sep 23 04:36:37.786 INFO STEP 992 (remove_files) COMPLETE
78282025-09-23T04:36:38.237Z[ recovery-image] Sep 23 04:36:37.786 INFO O| Sep 23 04:36:37.786 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-09-23T04:36:38.261Z[ recovery-image] Sep 23 04:36:37.801 INFO O| Sep 23 04:36:37.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78302025-09-23T04:36:38.262Z[ recovery-image] Sep 23 04:36:37.801 INFO O| Sep 23 04:36:37.801 INFO STEP 993 (remove_files) COMPLETE
78312025-09-23T04:36:38.262Z[ recovery-image] Sep 23 04:36:37.801 INFO O| Sep 23 04:36:37.801 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-09-23T04:36:38.262Z[ recovery-image] Sep 23 04:36:37.814 INFO O| Sep 23 04:36:37.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78332025-09-23T04:36:38.262Z[ recovery-image] Sep 23 04:36:37.814 INFO O| Sep 23 04:36:37.814 INFO STEP 994 (remove_files) COMPLETE
78342025-09-23T04:36:38.262Z[ recovery-image] Sep 23 04:36:37.814 INFO O| Sep 23 04:36:37.814 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-09-23T04:36:38.287Z[ recovery-image] Sep 23 04:36:37.828 INFO O| Sep 23 04:36:37.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78362025-09-23T04:36:38.287Z[ recovery-image] Sep 23 04:36:37.828 INFO O| Sep 23 04:36:37.828 INFO STEP 995 (remove_files) COMPLETE
78372025-09-23T04:36:38.287Z[ recovery-image] Sep 23 04:36:37.828 INFO O| Sep 23 04:36:37.828 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-09-23T04:36:38.287Z[ recovery-image] Sep 23 04:36:37.841 INFO O| Sep 23 04:36:37.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78392025-09-23T04:36:38.312Z[ recovery-image] Sep 23 04:36:37.841 INFO O| Sep 23 04:36:37.841 INFO STEP 996 (remove_files) COMPLETE
78402025-09-23T04:36:38.312Z[ recovery-image] Sep 23 04:36:37.841 INFO O| Sep 23 04:36:37.841 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-09-23T04:36:38.312Z[ recovery-image] Sep 23 04:36:37.859 INFO O| Sep 23 04:36:37.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78422025-09-23T04:36:38.312Z[ recovery-image] Sep 23 04:36:37.859 INFO O| Sep 23 04:36:37.859 INFO STEP 997 (remove_files) COMPLETE
78432025-09-23T04:36:38.312Z[ recovery-image] Sep 23 04:36:37.859 INFO O| Sep 23 04:36:37.859 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-09-23T04:36:38.337Z[ recovery-image] Sep 23 04:36:37.878 INFO O| Sep 23 04:36:37.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78452025-09-23T04:36:38.337Z[ recovery-image] Sep 23 04:36:37.878 INFO O| Sep 23 04:36:37.878 INFO STEP 998 (remove_files) COMPLETE
78462025-09-23T04:36:38.337Z[ recovery-image] Sep 23 04:36:37.878 INFO O| Sep 23 04:36:37.878 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-09-23T04:36:38.361Z[ recovery-image] Sep 23 04:36:37.896 INFO O| Sep 23 04:36:37.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78482025-09-23T04:36:38.361Z[ recovery-image] Sep 23 04:36:37.896 INFO O| Sep 23 04:36:37.896 INFO STEP 999 (remove_files) COMPLETE
78492025-09-23T04:36:38.362Z[ recovery-image] Sep 23 04:36:37.896 INFO O| Sep 23 04:36:37.896 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-09-23T04:36:38.362Z[ recovery-image] Sep 23 04:36:37.913 INFO O| Sep 23 04:36:37.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78512025-09-23T04:36:38.362Z[ recovery-image] Sep 23 04:36:37.914 INFO O| Sep 23 04:36:37.914 INFO STEP 1000 (remove_files) COMPLETE
78522025-09-23T04:36:38.362Z[ recovery-image] Sep 23 04:36:37.914 INFO O| Sep 23 04:36:37.914 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-09-23T04:36:38.387Z[ recovery-image] Sep 23 04:36:37.932 INFO O| Sep 23 04:36:37.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78542025-09-23T04:36:38.387Z[ recovery-image] Sep 23 04:36:37.932 INFO O| Sep 23 04:36:37.932 INFO STEP 1001 (remove_files) COMPLETE
78552025-09-23T04:36:38.387Z[ recovery-image] Sep 23 04:36:37.932 INFO O| Sep 23 04:36:37.932 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-09-23T04:36:38.412Z[ recovery-image] Sep 23 04:36:37.950 INFO O| Sep 23 04:36:37.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78572025-09-23T04:36:38.412Z[ recovery-image] Sep 23 04:36:37.950 INFO O| Sep 23 04:36:37.950 INFO STEP 1002 (remove_files) COMPLETE
78582025-09-23T04:36:38.412Z[ recovery-image] Sep 23 04:36:37.950 INFO O| Sep 23 04:36:37.950 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-09-23T04:36:38.437Z[ recovery-image] Sep 23 04:36:37.967 INFO O| Sep 23 04:36:37.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78602025-09-23T04:36:38.437Z[ recovery-image] Sep 23 04:36:37.967 INFO O| Sep 23 04:36:37.967 INFO STEP 1003 (remove_files) COMPLETE
78612025-09-23T04:36:38.437Z[ recovery-image] Sep 23 04:36:37.967 INFO O| Sep 23 04:36:37.967 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-09-23T04:36:38.437Z[ recovery-image] Sep 23 04:36:37.982 INFO O| Sep 23 04:36:37.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78632025-09-23T04:36:38.437Z[ recovery-image] Sep 23 04:36:37.983 INFO O| Sep 23 04:36:37.982 INFO STEP 1004 (remove_files) COMPLETE
78642025-09-23T04:36:38.437Z[ recovery-image] Sep 23 04:36:37.983 INFO O| Sep 23 04:36:37.983 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-09-23T04:36:38.462Z[ recovery-image] Sep 23 04:36:37.996 INFO O| Sep 23 04:36:37.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78662025-09-23T04:36:38.462Z[ recovery-image] Sep 23 04:36:37.997 INFO O| Sep 23 04:36:37.997 INFO STEP 1005 (remove_files) COMPLETE
78672025-09-23T04:36:38.462Z[ recovery-image] Sep 23 04:36:37.997 INFO O| Sep 23 04:36:37.997 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-09-23T04:36:38.462Z[ recovery-image] Sep 23 04:36:38.010 INFO O| Sep 23 04:36:38.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78692025-09-23T04:36:38.462Z[ recovery-image] Sep 23 04:36:38.010 INFO O| Sep 23 04:36:38.010 INFO STEP 1006 (remove_files) COMPLETE
78702025-09-23T04:36:38.462Z[ recovery-image] Sep 23 04:36:38.010 INFO O| Sep 23 04:36:38.010 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-09-23T04:36:38.487Z[ recovery-image] Sep 23 04:36:38.022 INFO O| Sep 23 04:36:38.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78722025-09-23T04:36:38.487Z[ recovery-image] Sep 23 04:36:38.022 INFO O| Sep 23 04:36:38.022 INFO STEP 1007 (remove_files) COMPLETE
78732025-09-23T04:36:38.487Z[ recovery-image] Sep 23 04:36:38.022 INFO O| Sep 23 04:36:38.022 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-09-23T04:36:38.487Z[ recovery-image] Sep 23 04:36:38.039 INFO O| Sep 23 04:36:38.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78752025-09-23T04:36:38.487Z[ recovery-image] Sep 23 04:36:38.039 INFO O| Sep 23 04:36:38.039 INFO STEP 1008 (remove_files) COMPLETE
78762025-09-23T04:36:38.488Z[ recovery-image] Sep 23 04:36:38.039 INFO O| Sep 23 04:36:38.039 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-09-23T04:36:38.513Z[ recovery-image] Sep 23 04:36:38.052 INFO O| Sep 23 04:36:38.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78782025-09-23T04:36:38.513Z[ recovery-image] Sep 23 04:36:38.052 INFO O| Sep 23 04:36:38.052 INFO STEP 1009 (remove_files) COMPLETE
78792025-09-23T04:36:38.513Z[ recovery-image] Sep 23 04:36:38.052 INFO O| Sep 23 04:36:38.052 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-09-23T04:36:38.538Z[ recovery-image] Sep 23 04:36:38.069 INFO O| Sep 23 04:36:38.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78812025-09-23T04:36:38.538Z[ recovery-image] Sep 23 04:36:38.069 INFO O| Sep 23 04:36:38.069 INFO STEP 1010 (remove_files) COMPLETE
78822025-09-23T04:36:38.538Z[ recovery-image] Sep 23 04:36:38.069 INFO O| Sep 23 04:36:38.069 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-09-23T04:36:38.538Z[ recovery-image] Sep 23 04:36:38.084 INFO O| Sep 23 04:36:38.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78842025-09-23T04:36:38.538Z[ recovery-image] Sep 23 04:36:38.084 INFO O| Sep 23 04:36:38.084 INFO STEP 1011 (remove_files) COMPLETE
78852025-09-23T04:36:38.538Z[ recovery-image] Sep 23 04:36:38.084 INFO O| Sep 23 04:36:38.084 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-09-23T04:36:38.563Z[ recovery-image] Sep 23 04:36:38.099 INFO O| Sep 23 04:36:38.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78872025-09-23T04:36:38.563Z[ recovery-image] Sep 23 04:36:38.099 INFO O| Sep 23 04:36:38.099 INFO STEP 1012 (remove_files) COMPLETE
78882025-09-23T04:36:38.563Z[ recovery-image] Sep 23 04:36:38.099 INFO O| Sep 23 04:36:38.099 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.111 INFO O| Sep 23 04:36:38.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78902025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.111 INFO O| Sep 23 04:36:38.111 INFO STEP 1013 (remove_files) COMPLETE
78912025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.111 INFO O| Sep 23 04:36:38.111 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.124 INFO O| Sep 23 04:36:38.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78932025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.124 INFO O| Sep 23 04:36:38.124 INFO STEP 1014 (remove_files) COMPLETE
78942025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.124 INFO O| Sep 23 04:36:38.124 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.137 INFO O| Sep 23 04:36:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78962025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.137 INFO O| Sep 23 04:36:38.137 INFO STEP 1015 (remove_files) COMPLETE
78972025-09-23T04:36:38.588Z[ recovery-image] Sep 23 04:36:38.137 INFO O| Sep 23 04:36:38.137 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-09-23T04:36:38.613Z[ recovery-image] Sep 23 04:36:38.149 INFO O| Sep 23 04:36:38.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78992025-09-23T04:36:38.613Z[ recovery-image] Sep 23 04:36:38.149 INFO O| Sep 23 04:36:38.149 INFO STEP 1016 (remove_files) COMPLETE
79002025-09-23T04:36:38.613Z[ recovery-image] Sep 23 04:36:38.149 INFO O| Sep 23 04:36:38.149 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-09-23T04:36:38.613Z[ recovery-image] Sep 23 04:36:38.161 INFO O| Sep 23 04:36:38.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
79022025-09-23T04:36:38.613Z[ recovery-image] Sep 23 04:36:38.161 INFO O| Sep 23 04:36:38.161 INFO STEP 1017 (remove_files) COMPLETE
79032025-09-23T04:36:38.613Z[ recovery-image] Sep 23 04:36:38.161 INFO O| Sep 23 04:36:38.161 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-09-23T04:36:38.638Z[ recovery-image] Sep 23 04:36:38.179 INFO O| Sep 23 04:36:38.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
79052025-09-23T04:36:38.638Z[ recovery-image] Sep 23 04:36:38.179 INFO O| Sep 23 04:36:38.179 INFO STEP 1018 (remove_files) COMPLETE
79062025-09-23T04:36:38.638Z[ recovery-image] Sep 23 04:36:38.179 INFO O| Sep 23 04:36:38.179 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-09-23T04:36:38.638Z[ recovery-image] Sep 23 04:36:38.191 INFO O| Sep 23 04:36:38.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
79082025-09-23T04:36:38.638Z[ recovery-image] Sep 23 04:36:38.191 INFO O| Sep 23 04:36:38.191 INFO STEP 1019 (remove_files) COMPLETE
79092025-09-23T04:36:38.639Z[ recovery-image] Sep 23 04:36:38.191 INFO O| Sep 23 04:36:38.191 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-09-23T04:36:38.663Z[ recovery-image] Sep 23 04:36:38.203 INFO O| Sep 23 04:36:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
79112025-09-23T04:36:38.663Z[ recovery-image] Sep 23 04:36:38.203 INFO O| Sep 23 04:36:38.203 INFO STEP 1020 (remove_files) COMPLETE
79122025-09-23T04:36:38.663Z[ recovery-image] Sep 23 04:36:38.203 INFO O| Sep 23 04:36:38.203 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-09-23T04:36:38.664Z[ recovery-image] Sep 23 04:36:38.215 INFO O| Sep 23 04:36:38.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
79142025-09-23T04:36:38.664Z[ recovery-image] Sep 23 04:36:38.215 INFO O| Sep 23 04:36:38.215 INFO STEP 1021 (remove_files) COMPLETE
79152025-09-23T04:36:38.664Z[ recovery-image] Sep 23 04:36:38.215 INFO O| Sep 23 04:36:38.215 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-09-23T04:36:38.688Z[ recovery-image] Sep 23 04:36:38.227 INFO O| Sep 23 04:36:38.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79172025-09-23T04:36:38.688Z[ recovery-image] Sep 23 04:36:38.227 INFO O| Sep 23 04:36:38.227 INFO STEP 1022 (remove_files) COMPLETE
79182025-09-23T04:36:38.688Z[ recovery-image] Sep 23 04:36:38.227 INFO O| Sep 23 04:36:38.227 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-09-23T04:36:38.713Z[ recovery-image] Sep 23 04:36:38.246 INFO O| Sep 23 04:36:38.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79202025-09-23T04:36:38.713Z[ recovery-image] Sep 23 04:36:38.246 INFO O| Sep 23 04:36:38.246 INFO STEP 1023 (remove_files) COMPLETE
79212025-09-23T04:36:38.713Z[ recovery-image] Sep 23 04:36:38.246 INFO O| Sep 23 04:36:38.246 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-09-23T04:36:38.713Z[ recovery-image] Sep 23 04:36:38.265 INFO O| Sep 23 04:36:38.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79232025-09-23T04:36:38.713Z[ recovery-image] Sep 23 04:36:38.265 INFO O| Sep 23 04:36:38.265 INFO STEP 1024 (remove_files) COMPLETE
79242025-09-23T04:36:38.713Z[ recovery-image] Sep 23 04:36:38.265 INFO O| Sep 23 04:36:38.265 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-09-23T04:36:38.738Z[ recovery-image] Sep 23 04:36:38.284 INFO O| Sep 23 04:36:38.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79262025-09-23T04:36:38.738Z[ recovery-image] Sep 23 04:36:38.284 INFO O| Sep 23 04:36:38.284 INFO STEP 1025 (remove_files) COMPLETE
79272025-09-23T04:36:38.738Z[ recovery-image] Sep 23 04:36:38.284 INFO O| Sep 23 04:36:38.284 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-09-23T04:36:38.763Z[ recovery-image] Sep 23 04:36:38.303 INFO O| Sep 23 04:36:38.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79292025-09-23T04:36:38.763Z[ recovery-image] Sep 23 04:36:38.304 INFO O| Sep 23 04:36:38.304 INFO STEP 1026 (remove_files) COMPLETE
79302025-09-23T04:36:38.763Z[ recovery-image] Sep 23 04:36:38.304 INFO O| Sep 23 04:36:38.304 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-09-23T04:36:38.788Z[ recovery-image] Sep 23 04:36:38.323 INFO O| Sep 23 04:36:38.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79322025-09-23T04:36:38.788Z[ recovery-image] Sep 23 04:36:38.323 INFO O| Sep 23 04:36:38.323 INFO STEP 1027 (remove_files) COMPLETE
79332025-09-23T04:36:38.788Z[ recovery-image] Sep 23 04:36:38.323 INFO O| Sep 23 04:36:38.323 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-09-23T04:36:38.788Z[ recovery-image] Sep 23 04:36:38.342 INFO O| Sep 23 04:36:38.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79352025-09-23T04:36:38.788Z[ recovery-image] Sep 23 04:36:38.342 INFO O| Sep 23 04:36:38.342 INFO STEP 1028 (remove_files) COMPLETE
79362025-09-23T04:36:38.788Z[ recovery-image] Sep 23 04:36:38.342 INFO O| Sep 23 04:36:38.342 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-09-23T04:36:38.813Z[ recovery-image] Sep 23 04:36:38.357 INFO O| Sep 23 04:36:38.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79382025-09-23T04:36:38.813Z[ recovery-image] Sep 23 04:36:38.357 INFO O| Sep 23 04:36:38.357 INFO STEP 1029 (remove_files) COMPLETE
79392025-09-23T04:36:38.813Z[ recovery-image] Sep 23 04:36:38.357 INFO O| Sep 23 04:36:38.357 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-09-23T04:36:38.838Z[ recovery-image] Sep 23 04:36:38.369 INFO O| Sep 23 04:36:38.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79412025-09-23T04:36:38.838Z[ recovery-image] Sep 23 04:36:38.369 INFO O| Sep 23 04:36:38.369 INFO STEP 1030 (remove_files) COMPLETE
79422025-09-23T04:36:38.838Z[ recovery-image] Sep 23 04:36:38.369 INFO O| Sep 23 04:36:38.369 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-09-23T04:36:38.838Z[ recovery-image] Sep 23 04:36:38.386 INFO O| Sep 23 04:36:38.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79442025-09-23T04:36:38.838Z[ recovery-image] Sep 23 04:36:38.386 INFO O| Sep 23 04:36:38.386 INFO STEP 1031 (remove_files) COMPLETE
79452025-09-23T04:36:38.839Z[ recovery-image] Sep 23 04:36:38.386 INFO O| Sep 23 04:36:38.386 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-09-23T04:36:38.863Z[ recovery-image] Sep 23 04:36:38.398 INFO O| Sep 23 04:36:38.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79472025-09-23T04:36:38.863Z[ recovery-image] Sep 23 04:36:38.399 INFO O| Sep 23 04:36:38.398 INFO STEP 1032 (remove_files) COMPLETE
79482025-09-23T04:36:38.863Z[ recovery-image] Sep 23 04:36:38.399 INFO O| Sep 23 04:36:38.398 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-09-23T04:36:38.863Z[ recovery-image] Sep 23 04:36:38.415 INFO O| Sep 23 04:36:38.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79502025-09-23T04:36:38.863Z[ recovery-image] Sep 23 04:36:38.415 INFO O| Sep 23 04:36:38.415 INFO STEP 1033 (remove_files) COMPLETE
79512025-09-23T04:36:38.863Z[ recovery-image] Sep 23 04:36:38.415 INFO O| Sep 23 04:36:38.415 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-09-23T04:36:38.888Z[ recovery-image] Sep 23 04:36:38.430 INFO O| Sep 23 04:36:38.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79532025-09-23T04:36:38.888Z[ recovery-image] Sep 23 04:36:38.430 INFO O| Sep 23 04:36:38.430 INFO STEP 1034 (remove_files) COMPLETE
79542025-09-23T04:36:38.888Z[ recovery-image] Sep 23 04:36:38.430 INFO O| Sep 23 04:36:38.430 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-09-23T04:36:38.913Z[ recovery-image] Sep 23 04:36:38.448 INFO O| Sep 23 04:36:38.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79562025-09-23T04:36:38.913Z[ recovery-image] Sep 23 04:36:38.448 INFO O| Sep 23 04:36:38.448 INFO STEP 1035 (remove_files) COMPLETE
79572025-09-23T04:36:38.913Z[ recovery-image] Sep 23 04:36:38.448 INFO O| Sep 23 04:36:38.448 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-09-23T04:36:38.913Z[ recovery-image] Sep 23 04:36:38.466 INFO O| Sep 23 04:36:38.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79592025-09-23T04:36:38.913Z[ recovery-image] Sep 23 04:36:38.467 INFO O| Sep 23 04:36:38.467 INFO STEP 1036 (remove_files) COMPLETE
79602025-09-23T04:36:38.913Z[ recovery-image] Sep 23 04:36:38.467 INFO O| Sep 23 04:36:38.467 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-09-23T04:36:38.938Z[ recovery-image] Sep 23 04:36:38.485 INFO O| Sep 23 04:36:38.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79622025-09-23T04:36:38.938Z[ recovery-image] Sep 23 04:36:38.485 INFO O| Sep 23 04:36:38.485 INFO STEP 1037 (remove_files) COMPLETE
79632025-09-23T04:36:38.938Z[ recovery-image] Sep 23 04:36:38.485 INFO O| Sep 23 04:36:38.485 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-09-23T04:36:38.963Z[ recovery-image] Sep 23 04:36:38.511 INFO O| Sep 23 04:36:38.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79652025-09-23T04:36:38.963Z[ recovery-image] Sep 23 04:36:38.511 INFO O| Sep 23 04:36:38.511 INFO STEP 1038 (remove_files) COMPLETE
79662025-09-23T04:36:38.963Z[ recovery-image] Sep 23 04:36:38.511 INFO O| Sep 23 04:36:38.511 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-09-23T04:36:38.987Z[ recovery-image] Sep 23 04:36:38.531 INFO O| Sep 23 04:36:38.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79682025-09-23T04:36:38.988Z[ recovery-image] Sep 23 04:36:38.531 INFO O| Sep 23 04:36:38.531 INFO STEP 1039 (remove_files) COMPLETE
79692025-09-23T04:36:38.988Z[ recovery-image] Sep 23 04:36:38.531 INFO O| Sep 23 04:36:38.531 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-09-23T04:36:39.012Z[ recovery-image] Sep 23 04:36:38.551 INFO O| Sep 23 04:36:38.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79712025-09-23T04:36:39.012Z[ recovery-image] Sep 23 04:36:38.552 INFO O| Sep 23 04:36:38.551 INFO STEP 1040 (remove_files) COMPLETE
79722025-09-23T04:36:39.012Z[ recovery-image] Sep 23 04:36:38.552 INFO O| Sep 23 04:36:38.552 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-09-23T04:36:39.037Z[ recovery-image] Sep 23 04:36:38.570 INFO O| Sep 23 04:36:38.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79742025-09-23T04:36:39.037Z[ recovery-image] Sep 23 04:36:38.570 INFO O| Sep 23 04:36:38.570 INFO STEP 1041 (remove_files) COMPLETE
79752025-09-23T04:36:39.037Z[ recovery-image] Sep 23 04:36:38.570 INFO O| Sep 23 04:36:38.570 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-09-23T04:36:39.037Z[ recovery-image] Sep 23 04:36:38.586 INFO O| Sep 23 04:36:38.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79772025-09-23T04:36:39.037Z[ recovery-image] Sep 23 04:36:38.586 INFO O| Sep 23 04:36:38.586 INFO STEP 1042 (remove_files) COMPLETE
79782025-09-23T04:36:39.037Z[ recovery-image] Sep 23 04:36:38.586 INFO O| Sep 23 04:36:38.586 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-09-23T04:36:39.062Z[ recovery-image] Sep 23 04:36:38.602 INFO O| Sep 23 04:36:38.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79802025-09-23T04:36:39.062Z[ recovery-image] Sep 23 04:36:38.602 INFO O| Sep 23 04:36:38.602 INFO STEP 1043 (remove_files) COMPLETE
79812025-09-23T04:36:39.062Z[ recovery-image] Sep 23 04:36:38.602 INFO O| Sep 23 04:36:38.602 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-09-23T04:36:39.062Z[ recovery-image] Sep 23 04:36:38.614 INFO O| Sep 23 04:36:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79832025-09-23T04:36:39.062Z[ recovery-image] Sep 23 04:36:38.614 INFO O| Sep 23 04:36:38.614 INFO STEP 1044 (remove_files) COMPLETE
79842025-09-23T04:36:39.062Z[ recovery-image] Sep 23 04:36:38.614 INFO O| Sep 23 04:36:38.614 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-09-23T04:36:39.087Z[ recovery-image] Sep 23 04:36:38.627 INFO O| Sep 23 04:36:38.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79862025-09-23T04:36:39.087Z[ recovery-image] Sep 23 04:36:38.627 INFO O| Sep 23 04:36:38.627 INFO STEP 1045 (remove_files) COMPLETE
79872025-09-23T04:36:39.087Z[ recovery-image] Sep 23 04:36:38.627 INFO O| Sep 23 04:36:38.627 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-09-23T04:36:39.087Z[ recovery-image] Sep 23 04:36:38.639 INFO O| Sep 23 04:36:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79892025-09-23T04:36:39.087Z[ recovery-image] Sep 23 04:36:38.639 INFO O| Sep 23 04:36:38.639 INFO STEP 1046 (remove_files) COMPLETE
79902025-09-23T04:36:39.087Z[ recovery-image] Sep 23 04:36:38.639 INFO O| Sep 23 04:36:38.639 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-09-23T04:36:39.113Z[ recovery-image] Sep 23 04:36:38.651 INFO O| Sep 23 04:36:38.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79922025-09-23T04:36:39.113Z[ recovery-image] Sep 23 04:36:38.651 INFO O| Sep 23 04:36:38.651 INFO STEP 1047 (remove_files) COMPLETE
79932025-09-23T04:36:39.113Z[ recovery-image] Sep 23 04:36:38.651 INFO O| Sep 23 04:36:38.651 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-09-23T04:36:39.138Z[ recovery-image] Sep 23 04:36:38.670 INFO O| Sep 23 04:36:38.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79952025-09-23T04:36:39.138Z[ recovery-image] Sep 23 04:36:38.670 INFO O| Sep 23 04:36:38.670 INFO STEP 1048 (remove_files) COMPLETE
79962025-09-23T04:36:39.138Z[ recovery-image] Sep 23 04:36:38.670 INFO O| Sep 23 04:36:38.670 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-09-23T04:36:39.138Z[ recovery-image] Sep 23 04:36:38.685 INFO O| Sep 23 04:36:38.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79982025-09-23T04:36:39.138Z[ recovery-image] Sep 23 04:36:38.686 INFO O| Sep 23 04:36:38.685 INFO STEP 1049 (remove_files) COMPLETE
79992025-09-23T04:36:39.138Z[ recovery-image] Sep 23 04:36:38.686 INFO O| Sep 23 04:36:38.686 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-09-23T04:36:39.163Z[ recovery-image] Sep 23 04:36:38.700 INFO O| Sep 23 04:36:38.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
80012025-09-23T04:36:39.163Z[ recovery-image] Sep 23 04:36:38.700 INFO O| Sep 23 04:36:38.700 INFO STEP 1050 (remove_files) COMPLETE
80022025-09-23T04:36:39.163Z[ recovery-image] Sep 23 04:36:38.700 INFO O| Sep 23 04:36:38.700 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-09-23T04:36:39.163Z[ recovery-image] Sep 23 04:36:38.716 INFO O| Sep 23 04:36:38.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
80042025-09-23T04:36:39.163Z[ recovery-image] Sep 23 04:36:38.716 INFO O| Sep 23 04:36:38.716 INFO STEP 1051 (remove_files) COMPLETE
80052025-09-23T04:36:39.163Z[ recovery-image] Sep 23 04:36:38.716 INFO O| Sep 23 04:36:38.716 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-09-23T04:36:39.188Z[ recovery-image] Sep 23 04:36:38.734 INFO O| Sep 23 04:36:38.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
80072025-09-23T04:36:39.188Z[ recovery-image] Sep 23 04:36:38.734 INFO O| Sep 23 04:36:38.734 INFO STEP 1052 (remove_files) COMPLETE
80082025-09-23T04:36:39.188Z[ recovery-image] Sep 23 04:36:38.734 INFO O| Sep 23 04:36:38.734 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-09-23T04:36:39.213Z[ recovery-image] Sep 23 04:36:38.753 INFO O| Sep 23 04:36:38.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80102025-09-23T04:36:39.213Z[ recovery-image] Sep 23 04:36:38.753 INFO O| Sep 23 04:36:38.753 INFO STEP 1053 (remove_files) COMPLETE
80112025-09-23T04:36:39.213Z[ recovery-image] Sep 23 04:36:38.753 INFO O| Sep 23 04:36:38.753 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-09-23T04:36:39.238Z[ recovery-image] Sep 23 04:36:38.770 INFO O| Sep 23 04:36:38.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80132025-09-23T04:36:39.238Z[ recovery-image] Sep 23 04:36:38.771 INFO O| Sep 23 04:36:38.771 INFO STEP 1054 (remove_files) COMPLETE
80142025-09-23T04:36:39.239Z[ recovery-image] Sep 23 04:36:38.771 INFO O| Sep 23 04:36:38.771 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-09-23T04:36:39.239Z[ recovery-image] Sep 23 04:36:38.787 INFO O| Sep 23 04:36:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80162025-09-23T04:36:39.239Z[ recovery-image] Sep 23 04:36:38.787 INFO O| Sep 23 04:36:38.787 INFO STEP 1055 (remove_files) COMPLETE
80172025-09-23T04:36:39.239Z[ recovery-image] Sep 23 04:36:38.787 INFO O| Sep 23 04:36:38.787 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-09-23T04:36:39.263Z[ recovery-image] Sep 23 04:36:38.804 INFO O| Sep 23 04:36:38.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80192025-09-23T04:36:39.263Z[ recovery-image] Sep 23 04:36:38.804 INFO O| Sep 23 04:36:38.804 INFO STEP 1056 (remove_files) COMPLETE
80202025-09-23T04:36:39.263Z[ recovery-image] Sep 23 04:36:38.804 INFO O| Sep 23 04:36:38.804 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-09-23T04:36:39.263Z[ recovery-image] Sep 23 04:36:38.817 INFO O| Sep 23 04:36:38.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80222025-09-23T04:36:39.263Z[ recovery-image] Sep 23 04:36:38.817 INFO O| Sep 23 04:36:38.817 INFO STEP 1057 (remove_files) COMPLETE
80232025-09-23T04:36:39.263Z[ recovery-image] Sep 23 04:36:38.817 INFO O| Sep 23 04:36:38.817 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-09-23T04:36:39.288Z[ recovery-image] Sep 23 04:36:38.830 INFO O| Sep 23 04:36:38.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80252025-09-23T04:36:39.288Z[ recovery-image] Sep 23 04:36:38.830 INFO O| Sep 23 04:36:38.830 INFO STEP 1058 (remove_files) COMPLETE
80262025-09-23T04:36:39.288Z[ recovery-image] Sep 23 04:36:38.830 INFO O| Sep 23 04:36:38.830 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-09-23T04:36:39.313Z[ recovery-image] Sep 23 04:36:38.846 INFO O| Sep 23 04:36:38.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80282025-09-23T04:36:39.313Z[ recovery-image] Sep 23 04:36:38.847 INFO O| Sep 23 04:36:38.847 INFO STEP 1059 (remove_files) COMPLETE
80292025-09-23T04:36:39.313Z[ recovery-image] Sep 23 04:36:38.847 INFO O| Sep 23 04:36:38.847 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-09-23T04:36:39.313Z[ recovery-image] Sep 23 04:36:38.860 INFO O| Sep 23 04:36:38.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80312025-09-23T04:36:39.313Z[ recovery-image] Sep 23 04:36:38.860 INFO O| Sep 23 04:36:38.860 INFO STEP 1060 (remove_files) COMPLETE
80322025-09-23T04:36:39.313Z[ recovery-image] Sep 23 04:36:38.860 INFO O| Sep 23 04:36:38.860 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-09-23T04:36:39.338Z[ recovery-image] Sep 23 04:36:38.880 INFO O| Sep 23 04:36:38.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80342025-09-23T04:36:39.338Z[ recovery-image] Sep 23 04:36:38.880 INFO O| Sep 23 04:36:38.880 INFO STEP 1061 (remove_files) COMPLETE
80352025-09-23T04:36:39.338Z[ recovery-image] Sep 23 04:36:38.880 INFO O| Sep 23 04:36:38.880 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-09-23T04:36:39.363Z[ recovery-image] Sep 23 04:36:38.895 INFO O| Sep 23 04:36:38.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80372025-09-23T04:36:39.363Z[ recovery-image] Sep 23 04:36:38.895 INFO O| Sep 23 04:36:38.895 INFO STEP 1062 (remove_files) COMPLETE
80382025-09-23T04:36:39.363Z[ recovery-image] Sep 23 04:36:38.895 INFO O| Sep 23 04:36:38.895 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-09-23T04:36:39.363Z[ recovery-image] Sep 23 04:36:38.910 INFO O| Sep 23 04:36:38.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80402025-09-23T04:36:39.363Z[ recovery-image] Sep 23 04:36:38.910 INFO O| Sep 23 04:36:38.910 INFO STEP 1063 (remove_files) COMPLETE
80412025-09-23T04:36:39.363Z[ recovery-image] Sep 23 04:36:38.910 INFO O| Sep 23 04:36:38.910 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-09-23T04:36:39.388Z[ recovery-image] Sep 23 04:36:38.922 INFO O| Sep 23 04:36:38.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80432025-09-23T04:36:39.388Z[ recovery-image] Sep 23 04:36:38.922 INFO O| Sep 23 04:36:38.922 INFO STEP 1064 (remove_files) COMPLETE
80442025-09-23T04:36:39.388Z[ recovery-image] Sep 23 04:36:38.922 INFO O| Sep 23 04:36:38.922 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-09-23T04:36:39.388Z[ recovery-image] Sep 23 04:36:38.939 INFO O| Sep 23 04:36:38.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80462025-09-23T04:36:39.388Z[ recovery-image] Sep 23 04:36:38.939 INFO O| Sep 23 04:36:38.939 INFO STEP 1065 (remove_files) COMPLETE
80472025-09-23T04:36:39.388Z[ recovery-image] Sep 23 04:36:38.939 INFO O| Sep 23 04:36:38.939 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-09-23T04:36:39.413Z[ recovery-image] Sep 23 04:36:38.956 INFO O| Sep 23 04:36:38.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80492025-09-23T04:36:39.413Z[ recovery-image] Sep 23 04:36:38.957 INFO O| Sep 23 04:36:38.957 INFO STEP 1066 (remove_files) COMPLETE
80502025-09-23T04:36:39.413Z[ recovery-image] Sep 23 04:36:38.957 INFO O| Sep 23 04:36:38.957 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-09-23T04:36:39.438Z[ recovery-image] Sep 23 04:36:38.970 INFO O| Sep 23 04:36:38.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80522025-09-23T04:36:39.438Z[ recovery-image] Sep 23 04:36:38.971 INFO O| Sep 23 04:36:38.971 INFO STEP 1067 (remove_files) COMPLETE
80532025-09-23T04:36:39.438Z[ recovery-image] Sep 23 04:36:38.971 INFO O| Sep 23 04:36:38.971 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-09-23T04:36:39.438Z[ recovery-image] Sep 23 04:36:38.984 INFO O| Sep 23 04:36:38.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80552025-09-23T04:36:39.438Z[ recovery-image] Sep 23 04:36:38.984 INFO O| Sep 23 04:36:38.984 INFO STEP 1068 (remove_files) COMPLETE
80562025-09-23T04:36:39.438Z[ recovery-image] Sep 23 04:36:38.984 INFO O| Sep 23 04:36:38.984 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-09-23T04:36:39.463Z[ recovery-image] Sep 23 04:36:38.997 INFO O| Sep 23 04:36:38.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80582025-09-23T04:36:39.463Z[ recovery-image] Sep 23 04:36:38.998 INFO O| Sep 23 04:36:38.998 INFO STEP 1069 (remove_files) COMPLETE
80592025-09-23T04:36:39.463Z[ recovery-image] Sep 23 04:36:38.998 INFO O| Sep 23 04:36:38.998 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-09-23T04:36:39.463Z[ recovery-image] Sep 23 04:36:39.011 INFO O| Sep 23 04:36:39.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80612025-09-23T04:36:39.463Z[ recovery-image] Sep 23 04:36:39.011 INFO O| Sep 23 04:36:39.011 INFO STEP 1070 (remove_files) COMPLETE
80622025-09-23T04:36:39.463Z[ recovery-image] Sep 23 04:36:39.011 INFO O| Sep 23 04:36:39.011 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-09-23T04:36:39.488Z[ recovery-image] Sep 23 04:36:39.024 INFO O| Sep 23 04:36:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80642025-09-23T04:36:39.488Z[ recovery-image] Sep 23 04:36:39.024 INFO O| Sep 23 04:36:39.024 INFO STEP 1071 (remove_files) COMPLETE
80652025-09-23T04:36:39.488Z[ recovery-image] Sep 23 04:36:39.024 INFO O| Sep 23 04:36:39.024 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-09-23T04:36:39.488Z[ recovery-image] Sep 23 04:36:39.037 INFO O| Sep 23 04:36:39.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80672025-09-23T04:36:39.488Z[ recovery-image] Sep 23 04:36:39.037 INFO O| Sep 23 04:36:39.037 INFO STEP 1072 (remove_files) COMPLETE
80682025-09-23T04:36:39.488Z[ recovery-image] Sep 23 04:36:39.037 INFO O| Sep 23 04:36:39.037 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-09-23T04:36:39.513Z[ recovery-image] Sep 23 04:36:39.056 INFO O| Sep 23 04:36:39.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80702025-09-23T04:36:39.513Z[ recovery-image] Sep 23 04:36:39.056 INFO O| Sep 23 04:36:39.056 INFO STEP 1073 (remove_files) COMPLETE
80712025-09-23T04:36:39.513Z[ recovery-image] Sep 23 04:36:39.056 INFO O| Sep 23 04:36:39.056 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-09-23T04:36:39.538Z[ recovery-image] Sep 23 04:36:39.071 INFO O| Sep 23 04:36:39.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80732025-09-23T04:36:39.538Z[ recovery-image] Sep 23 04:36:39.071 INFO O| Sep 23 04:36:39.071 INFO STEP 1074 (remove_files) COMPLETE
80742025-09-23T04:36:39.538Z[ recovery-image] Sep 23 04:36:39.071 INFO O| Sep 23 04:36:39.071 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-09-23T04:36:39.538Z[ recovery-image] Sep 23 04:36:39.086 INFO O| Sep 23 04:36:39.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80762025-09-23T04:36:39.538Z[ recovery-image] Sep 23 04:36:39.086 INFO O| Sep 23 04:36:39.086 INFO STEP 1075 (remove_files) COMPLETE
80772025-09-23T04:36:39.538Z[ recovery-image] Sep 23 04:36:39.086 INFO O| Sep 23 04:36:39.086 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-09-23T04:36:39.563Z[ recovery-image] Sep 23 04:36:39.099 INFO O| Sep 23 04:36:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80792025-09-23T04:36:39.563Z[ recovery-image] Sep 23 04:36:39.099 INFO O| Sep 23 04:36:39.099 INFO STEP 1076 (remove_files) COMPLETE
80802025-09-23T04:36:39.563Z[ recovery-image] Sep 23 04:36:39.099 INFO O| Sep 23 04:36:39.099 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-09-23T04:36:39.563Z[ recovery-image] Sep 23 04:36:39.116 INFO O| Sep 23 04:36:39.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80822025-09-23T04:36:39.563Z[ recovery-image] Sep 23 04:36:39.117 INFO O| Sep 23 04:36:39.117 INFO STEP 1077 (remove_files) COMPLETE
80832025-09-23T04:36:39.563Z[ recovery-image] Sep 23 04:36:39.117 INFO O| Sep 23 04:36:39.117 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-09-23T04:36:39.588Z[ recovery-image] Sep 23 04:36:39.129 INFO O| Sep 23 04:36:39.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80852025-09-23T04:36:39.588Z[ recovery-image] Sep 23 04:36:39.130 INFO O| Sep 23 04:36:39.129 INFO STEP 1078 (remove_files) COMPLETE
80862025-09-23T04:36:39.588Z[ recovery-image] Sep 23 04:36:39.130 INFO O| Sep 23 04:36:39.129 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-09-23T04:36:39.613Z[ recovery-image] Sep 23 04:36:39.145 INFO O| Sep 23 04:36:39.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80882025-09-23T04:36:39.613Z[ recovery-image] Sep 23 04:36:39.146 INFO O| Sep 23 04:36:39.146 INFO STEP 1079 (remove_files) COMPLETE
80892025-09-23T04:36:39.613Z[ recovery-image] Sep 23 04:36:39.146 INFO O| Sep 23 04:36:39.146 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-09-23T04:36:39.613Z[ recovery-image] Sep 23 04:36:39.158 INFO O| Sep 23 04:36:39.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80912025-09-23T04:36:39.613Z[ recovery-image] Sep 23 04:36:39.158 INFO O| Sep 23 04:36:39.158 INFO STEP 1080 (remove_files) COMPLETE
80922025-09-23T04:36:39.613Z[ recovery-image] Sep 23 04:36:39.158 INFO O| Sep 23 04:36:39.158 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-09-23T04:36:39.644Z[ recovery-image] Sep 23 04:36:39.174 INFO O| Sep 23 04:36:39.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80942025-09-23T04:36:39.644Z[ recovery-image] Sep 23 04:36:39.174 INFO O| Sep 23 04:36:39.174 INFO STEP 1081 (remove_files) COMPLETE
80952025-09-23T04:36:39.644Z[ recovery-image] Sep 23 04:36:39.174 INFO O| Sep 23 04:36:39.174 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-09-23T04:36:39.644Z[ recovery-image] Sep 23 04:36:39.191 INFO O| Sep 23 04:36:39.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80972025-09-23T04:36:39.644Z[ recovery-image] Sep 23 04:36:39.191 INFO O| Sep 23 04:36:39.191 INFO STEP 1082 (remove_files) COMPLETE
80982025-09-23T04:36:39.644Z[ recovery-image] Sep 23 04:36:39.191 INFO O| Sep 23 04:36:39.191 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-09-23T04:36:39.669Z[ recovery-image] Sep 23 04:36:39.206 INFO O| Sep 23 04:36:39.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
81002025-09-23T04:36:39.669Z[ recovery-image] Sep 23 04:36:39.206 INFO O| Sep 23 04:36:39.206 INFO STEP 1083 (remove_files) COMPLETE
81012025-09-23T04:36:39.669Z[ recovery-image] Sep 23 04:36:39.206 INFO O| Sep 23 04:36:39.206 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-09-23T04:36:39.669Z[ recovery-image] Sep 23 04:36:39.220 INFO O| Sep 23 04:36:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81032025-09-23T04:36:39.669Z[ recovery-image] Sep 23 04:36:39.220 INFO O| Sep 23 04:36:39.220 INFO STEP 1084 (remove_files) COMPLETE
81042025-09-23T04:36:39.669Z[ recovery-image] Sep 23 04:36:39.220 INFO O| Sep 23 04:36:39.220 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-09-23T04:36:39.694Z[ recovery-image] Sep 23 04:36:39.232 INFO O| Sep 23 04:36:39.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81062025-09-23T04:36:39.694Z[ recovery-image] Sep 23 04:36:39.232 INFO O| Sep 23 04:36:39.232 INFO STEP 1085 (remove_files) COMPLETE
81072025-09-23T04:36:39.694Z[ recovery-image] Sep 23 04:36:39.232 INFO O| Sep 23 04:36:39.232 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-09-23T04:36:39.694Z[ recovery-image] Sep 23 04:36:39.243 INFO O| Sep 23 04:36:39.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81092025-09-23T04:36:39.694Z[ recovery-image] Sep 23 04:36:39.244 INFO O| Sep 23 04:36:39.244 INFO STEP 1086 (remove_files) COMPLETE
81102025-09-23T04:36:39.694Z[ recovery-image] Sep 23 04:36:39.244 INFO O| Sep 23 04:36:39.244 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-09-23T04:36:39.719Z[ recovery-image] Sep 23 04:36:39.256 INFO O| Sep 23 04:36:39.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81122025-09-23T04:36:39.719Z[ recovery-image] Sep 23 04:36:39.256 INFO O| Sep 23 04:36:39.256 INFO STEP 1087 (remove_files) COMPLETE
81132025-09-23T04:36:39.719Z[ recovery-image] Sep 23 04:36:39.256 INFO O| Sep 23 04:36:39.256 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-09-23T04:36:39.719Z[ recovery-image] Sep 23 04:36:39.268 INFO O| Sep 23 04:36:39.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81152025-09-23T04:36:39.719Z[ recovery-image] Sep 23 04:36:39.268 INFO O| Sep 23 04:36:39.268 INFO STEP 1088 (remove_files) COMPLETE
81162025-09-23T04:36:39.719Z[ recovery-image] Sep 23 04:36:39.268 INFO O| Sep 23 04:36:39.268 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-09-23T04:36:39.744Z[ recovery-image] Sep 23 04:36:39.282 INFO O| Sep 23 04:36:39.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81182025-09-23T04:36:39.744Z[ recovery-image] Sep 23 04:36:39.282 INFO O| Sep 23 04:36:39.282 INFO STEP 1089 (remove_files) COMPLETE
81192025-09-23T04:36:39.744Z[ recovery-image] Sep 23 04:36:39.282 INFO O| Sep 23 04:36:39.282 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-09-23T04:36:39.744Z[ recovery-image] Sep 23 04:36:39.293 INFO O| Sep 23 04:36:39.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81212025-09-23T04:36:39.744Z[ recovery-image] Sep 23 04:36:39.294 INFO O| Sep 23 04:36:39.293 INFO STEP 1090 (remove_files) COMPLETE
81222025-09-23T04:36:39.744Z[ recovery-image] Sep 23 04:36:39.294 INFO O| Sep 23 04:36:39.293 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-09-23T04:36:39.769Z[ recovery-image] Sep 23 04:36:39.304 INFO O| Sep 23 04:36:39.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81242025-09-23T04:36:39.769Z[ recovery-image] Sep 23 04:36:39.304 INFO O| Sep 23 04:36:39.304 INFO STEP 1091 (remove_files) COMPLETE
81252025-09-23T04:36:39.769Z[ recovery-image] Sep 23 04:36:39.304 INFO O| Sep 23 04:36:39.304 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-09-23T04:36:39.769Z[ recovery-image] Sep 23 04:36:39.316 INFO O| Sep 23 04:36:39.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81272025-09-23T04:36:39.769Z[ recovery-image] Sep 23 04:36:39.316 INFO O| Sep 23 04:36:39.316 INFO STEP 1092 (remove_files) COMPLETE
81282025-09-23T04:36:39.769Z[ recovery-image] Sep 23 04:36:39.316 INFO O| Sep 23 04:36:39.316 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-09-23T04:36:39.793Z[ recovery-image] Sep 23 04:36:39.327 INFO O| Sep 23 04:36:39.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81302025-09-23T04:36:39.793Z[ recovery-image] Sep 23 04:36:39.327 INFO O| Sep 23 04:36:39.327 INFO STEP 1093 (remove_files) COMPLETE
81312025-09-23T04:36:39.793Z[ recovery-image] Sep 23 04:36:39.327 INFO O| Sep 23 04:36:39.327 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-09-23T04:36:39.793Z[ recovery-image] Sep 23 04:36:39.338 INFO O| Sep 23 04:36:39.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81332025-09-23T04:36:39.793Z[ recovery-image] Sep 23 04:36:39.338 INFO O| Sep 23 04:36:39.338 INFO STEP 1094 (remove_files) COMPLETE
81342025-09-23T04:36:39.793Z[ recovery-image] Sep 23 04:36:39.339 INFO O| Sep 23 04:36:39.338 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-09-23T04:36:39.818Z[ recovery-image] Sep 23 04:36:39.351 INFO O| Sep 23 04:36:39.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81362025-09-23T04:36:39.818Z[ recovery-image] Sep 23 04:36:39.351 INFO O| Sep 23 04:36:39.351 INFO STEP 1095 (remove_files) COMPLETE
81372025-09-23T04:36:39.818Z[ recovery-image] Sep 23 04:36:39.351 INFO O| Sep 23 04:36:39.351 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-09-23T04:36:39.818Z[ recovery-image] Sep 23 04:36:39.363 INFO O| Sep 23 04:36:39.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81392025-09-23T04:36:39.818Z[ recovery-image] Sep 23 04:36:39.363 INFO O| Sep 23 04:36:39.363 INFO STEP 1096 (remove_files) COMPLETE
81402025-09-23T04:36:39.819Z[ recovery-image] Sep 23 04:36:39.363 INFO O| Sep 23 04:36:39.363 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-09-23T04:36:39.843Z[ recovery-image] Sep 23 04:36:39.380 INFO O| Sep 23 04:36:39.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81422025-09-23T04:36:39.843Z[ recovery-image] Sep 23 04:36:39.380 INFO O| Sep 23 04:36:39.380 INFO STEP 1097 (remove_files) COMPLETE
81432025-09-23T04:36:39.843Z[ recovery-image] Sep 23 04:36:39.380 INFO O| Sep 23 04:36:39.380 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-09-23T04:36:39.843Z[ recovery-image] Sep 23 04:36:39.397 INFO O| Sep 23 04:36:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81452025-09-23T04:36:39.843Z[ recovery-image] Sep 23 04:36:39.397 INFO O| Sep 23 04:36:39.397 INFO STEP 1098 (remove_files) COMPLETE
81462025-09-23T04:36:39.843Z[ recovery-image] Sep 23 04:36:39.397 INFO O| Sep 23 04:36:39.397 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-09-23T04:36:39.868Z[ recovery-image] Sep 23 04:36:39.414 INFO O| Sep 23 04:36:39.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81482025-09-23T04:36:39.868Z[ recovery-image] Sep 23 04:36:39.414 INFO O| Sep 23 04:36:39.414 INFO STEP 1099 (remove_files) COMPLETE
81492025-09-23T04:36:39.868Z[ recovery-image] Sep 23 04:36:39.415 INFO O| Sep 23 04:36:39.414 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-09-23T04:36:39.893Z[ recovery-image] Sep 23 04:36:39.429 INFO O| Sep 23 04:36:39.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81512025-09-23T04:36:39.893Z[ recovery-image] Sep 23 04:36:39.429 INFO O| Sep 23 04:36:39.429 INFO STEP 1100 (remove_files) COMPLETE
81522025-09-23T04:36:39.893Z[ recovery-image] Sep 23 04:36:39.429 INFO O| Sep 23 04:36:39.429 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-09-23T04:36:39.893Z[ recovery-image] Sep 23 04:36:39.443 INFO O| Sep 23 04:36:39.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81542025-09-23T04:36:39.893Z[ recovery-image] Sep 23 04:36:39.443 INFO O| Sep 23 04:36:39.443 INFO STEP 1101 (remove_files) COMPLETE
81552025-09-23T04:36:39.893Z[ recovery-image] Sep 23 04:36:39.443 INFO O| Sep 23 04:36:39.443 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-09-23T04:36:39.918Z[ recovery-image] Sep 23 04:36:39.458 INFO O| Sep 23 04:36:39.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81572025-09-23T04:36:39.918Z[ recovery-image] Sep 23 04:36:39.458 INFO O| Sep 23 04:36:39.458 INFO STEP 1102 (remove_files) COMPLETE
81582025-09-23T04:36:39.918Z[ recovery-image] Sep 23 04:36:39.458 INFO O| Sep 23 04:36:39.458 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592025-09-23T04:36:39.918Z[ recovery-image] Sep 23 04:36:39.471 INFO O| Sep 23 04:36:39.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81602025-09-23T04:36:39.918Z[ recovery-image] Sep 23 04:36:39.471 INFO O| Sep 23 04:36:39.471 INFO STEP 1103 (remove_files) COMPLETE
81612025-09-23T04:36:39.918Z[ recovery-image] Sep 23 04:36:39.471 INFO O| Sep 23 04:36:39.471 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622025-09-23T04:36:39.943Z[ recovery-image] Sep 23 04:36:39.483 INFO O| Sep 23 04:36:39.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81632025-09-23T04:36:39.943Z[ recovery-image] Sep 23 04:36:39.483 INFO O| Sep 23 04:36:39.483 INFO STEP 1104 (remove_files) COMPLETE
81642025-09-23T04:36:39.943Z[ recovery-image] Sep 23 04:36:39.483 INFO O| Sep 23 04:36:39.483 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652025-09-23T04:36:39.943Z[ recovery-image] Sep 23 04:36:39.495 INFO O| Sep 23 04:36:39.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81662025-09-23T04:36:39.943Z[ recovery-image] Sep 23 04:36:39.495 INFO O| Sep 23 04:36:39.495 INFO STEP 1105 (remove_files) COMPLETE
81672025-09-23T04:36:39.943Z[ recovery-image] Sep 23 04:36:39.495 INFO O| Sep 23 04:36:39.495 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682025-09-23T04:36:39.968Z[ recovery-image] Sep 23 04:36:39.508 INFO O| Sep 23 04:36:39.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81692025-09-23T04:36:39.968Z[ recovery-image] Sep 23 04:36:39.508 INFO O| Sep 23 04:36:39.508 INFO STEP 1106 (remove_files) COMPLETE
81702025-09-23T04:36:39.968Z[ recovery-image] Sep 23 04:36:39.508 INFO O| Sep 23 04:36:39.508 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712025-09-23T04:36:39.968Z[ recovery-image] Sep 23 04:36:39.521 INFO O| Sep 23 04:36:39.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81722025-09-23T04:36:39.968Z[ recovery-image] Sep 23 04:36:39.521 INFO O| Sep 23 04:36:39.521 INFO STEP 1107 (remove_files) COMPLETE
81732025-09-23T04:36:39.968Z[ recovery-image] Sep 23 04:36:39.521 INFO O| Sep 23 04:36:39.521 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742025-09-23T04:36:39.993Z[ recovery-image] Sep 23 04:36:39.539 INFO O| Sep 23 04:36:39.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81752025-09-23T04:36:39.993Z[ recovery-image] Sep 23 04:36:39.539 INFO O| Sep 23 04:36:39.539 INFO STEP 1108 (remove_files) COMPLETE
81762025-09-23T04:36:39.993Z[ recovery-image] Sep 23 04:36:39.539 INFO O| Sep 23 04:36:39.539 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772025-09-23T04:36:40.018Z[ recovery-image] Sep 23 04:36:39.551 INFO O| Sep 23 04:36:39.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81782025-09-23T04:36:40.018Z[ recovery-image] Sep 23 04:36:39.551 INFO O| Sep 23 04:36:39.551 INFO STEP 1109 (remove_files) COMPLETE
81792025-09-23T04:36:40.018Z[ recovery-image] Sep 23 04:36:39.551 INFO O| Sep 23 04:36:39.551 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802025-09-23T04:36:40.018Z[ recovery-image] Sep 23 04:36:39.568 INFO O| Sep 23 04:36:39.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81812025-09-23T04:36:40.018Z[ recovery-image] Sep 23 04:36:39.568 INFO O| Sep 23 04:36:39.568 INFO STEP 1110 (remove_files) COMPLETE
81822025-09-23T04:36:40.018Z[ recovery-image] Sep 23 04:36:39.568 INFO O| Sep 23 04:36:39.568 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832025-09-23T04:36:40.043Z[ recovery-image] Sep 23 04:36:39.583 INFO O| Sep 23 04:36:39.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81842025-09-23T04:36:40.043Z[ recovery-image] Sep 23 04:36:39.583 INFO O| Sep 23 04:36:39.583 INFO STEP 1111 (remove_files) COMPLETE
81852025-09-23T04:36:40.043Z[ recovery-image] Sep 23 04:36:39.583 INFO O| Sep 23 04:36:39.583 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862025-09-23T04:36:40.068Z[ recovery-image] Sep 23 04:36:39.602 INFO O| Sep 23 04:36:39.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81872025-09-23T04:36:40.068Z[ recovery-image] Sep 23 04:36:39.602 INFO O| Sep 23 04:36:39.602 INFO STEP 1112 (remove_files) COMPLETE
81882025-09-23T04:36:40.068Z[ recovery-image] Sep 23 04:36:39.602 INFO O| Sep 23 04:36:39.602 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892025-09-23T04:36:40.068Z[ recovery-image] Sep 23 04:36:39.618 INFO O| Sep 23 04:36:39.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81902025-09-23T04:36:40.068Z[ recovery-image] Sep 23 04:36:39.618 INFO O| Sep 23 04:36:39.618 INFO STEP 1113 (remove_files) COMPLETE
81912025-09-23T04:36:40.068Z[ recovery-image] Sep 23 04:36:39.618 INFO O| Sep 23 04:36:39.618 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922025-09-23T04:36:40.093Z[ recovery-image] Sep 23 04:36:39.636 INFO O| Sep 23 04:36:39.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81932025-09-23T04:36:40.093Z[ recovery-image] Sep 23 04:36:39.636 INFO O| Sep 23 04:36:39.636 INFO STEP 1114 (remove_files) COMPLETE
81942025-09-23T04:36:40.093Z[ recovery-image] Sep 23 04:36:39.636 INFO O| Sep 23 04:36:39.636 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952025-09-23T04:36:40.118Z[ recovery-image] Sep 23 04:36:39.653 INFO O| Sep 23 04:36:39.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81962025-09-23T04:36:40.118Z[ recovery-image] Sep 23 04:36:39.654 INFO O| Sep 23 04:36:39.653 INFO STEP 1115 (remove_files) COMPLETE
81972025-09-23T04:36:40.118Z[ recovery-image] Sep 23 04:36:39.654 INFO O| Sep 23 04:36:39.654 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982025-09-23T04:36:40.143Z[ recovery-image] Sep 23 04:36:39.673 INFO O| Sep 23 04:36:39.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81992025-09-23T04:36:40.143Z[ recovery-image] Sep 23 04:36:39.674 INFO O| Sep 23 04:36:39.674 INFO STEP 1116 (remove_files) COMPLETE
82002025-09-23T04:36:40.143Z[ recovery-image] Sep 23 04:36:39.674 INFO O| Sep 23 04:36:39.674 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012025-09-23T04:36:40.143Z[ recovery-image] Sep 23 04:36:39.691 INFO O| Sep 23 04:36:39.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
82022025-09-23T04:36:40.143Z[ recovery-image] Sep 23 04:36:39.691 INFO O| Sep 23 04:36:39.691 INFO STEP 1117 (remove_files) COMPLETE
82032025-09-23T04:36:40.143Z[ recovery-image] Sep 23 04:36:39.691 INFO O| Sep 23 04:36:39.691 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042025-09-23T04:36:40.168Z[ recovery-image] Sep 23 04:36:39.707 INFO O| Sep 23 04:36:39.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82052025-09-23T04:36:40.168Z[ recovery-image] Sep 23 04:36:39.708 INFO O| Sep 23 04:36:39.708 INFO STEP 1118 (remove_files) COMPLETE
82062025-09-23T04:36:40.168Z[ recovery-image] Sep 23 04:36:39.708 INFO O| Sep 23 04:36:39.708 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072025-09-23T04:36:40.194Z[ recovery-image] Sep 23 04:36:39.726 INFO O| Sep 23 04:36:39.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82082025-09-23T04:36:40.194Z[ recovery-image] Sep 23 04:36:39.726 INFO O| Sep 23 04:36:39.726 INFO STEP 1119 (remove_files) COMPLETE
82092025-09-23T04:36:40.194Z[ recovery-image] Sep 23 04:36:39.726 INFO O| Sep 23 04:36:39.726 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102025-09-23T04:36:40.194Z[ recovery-image] Sep 23 04:36:39.744 INFO O| Sep 23 04:36:39.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82112025-09-23T04:36:40.194Z[ recovery-image] Sep 23 04:36:39.744 INFO O| Sep 23 04:36:39.744 INFO STEP 1120 (remove_files) COMPLETE
82122025-09-23T04:36:40.194Z[ recovery-image] Sep 23 04:36:39.744 INFO O| Sep 23 04:36:39.744 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132025-09-23T04:36:40.219Z[ recovery-image] Sep 23 04:36:39.761 INFO O| Sep 23 04:36:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82142025-09-23T04:36:40.219Z[ recovery-image] Sep 23 04:36:39.761 INFO O| Sep 23 04:36:39.761 INFO STEP 1121 (remove_files) COMPLETE
82152025-09-23T04:36:40.219Z[ recovery-image] Sep 23 04:36:39.761 INFO O| Sep 23 04:36:39.761 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162025-09-23T04:36:40.243Z[ recovery-image] Sep 23 04:36:39.778 INFO O| Sep 23 04:36:39.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82172025-09-23T04:36:40.243Z[ recovery-image] Sep 23 04:36:39.779 INFO O| Sep 23 04:36:39.779 INFO STEP 1122 (remove_files) COMPLETE
82182025-09-23T04:36:40.244Z[ recovery-image] Sep 23 04:36:39.779 INFO O| Sep 23 04:36:39.779 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192025-09-23T04:36:40.244Z[ recovery-image] Sep 23 04:36:39.796 INFO O| Sep 23 04:36:39.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82202025-09-23T04:36:40.244Z[ recovery-image] Sep 23 04:36:39.796 INFO O| Sep 23 04:36:39.796 INFO STEP 1123 (remove_files) COMPLETE
82212025-09-23T04:36:40.244Z[ recovery-image] Sep 23 04:36:39.796 INFO O| Sep 23 04:36:39.796 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222025-09-23T04:36:40.269Z[ recovery-image] Sep 23 04:36:39.814 INFO O| Sep 23 04:36:39.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82232025-09-23T04:36:40.269Z[ recovery-image] Sep 23 04:36:39.814 INFO O| Sep 23 04:36:39.814 INFO STEP 1124 (remove_files) COMPLETE
82242025-09-23T04:36:40.269Z[ recovery-image] Sep 23 04:36:39.814 INFO O| Sep 23 04:36:39.814 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252025-09-23T04:36:40.293Z[ recovery-image] Sep 23 04:36:39.830 INFO O| Sep 23 04:36:39.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82262025-09-23T04:36:40.293Z[ recovery-image] Sep 23 04:36:39.830 INFO O| Sep 23 04:36:39.830 INFO STEP 1125 (remove_files) COMPLETE
82272025-09-23T04:36:40.293Z[ recovery-image] Sep 23 04:36:39.830 INFO O| Sep 23 04:36:39.830 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282025-09-23T04:36:40.293Z[ recovery-image] Sep 23 04:36:39.847 INFO O| Sep 23 04:36:39.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82292025-09-23T04:36:40.293Z[ recovery-image] Sep 23 04:36:39.847 INFO O| Sep 23 04:36:39.847 INFO STEP 1126 (remove_files) COMPLETE
82302025-09-23T04:36:40.294Z[ recovery-image] Sep 23 04:36:39.847 INFO O| Sep 23 04:36:39.847 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312025-09-23T04:36:40.318Z[ recovery-image] Sep 23 04:36:39.864 INFO O| Sep 23 04:36:39.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82322025-09-23T04:36:40.318Z[ recovery-image] Sep 23 04:36:39.864 INFO O| Sep 23 04:36:39.864 INFO STEP 1127 (remove_files) COMPLETE
82332025-09-23T04:36:40.318Z[ recovery-image] Sep 23 04:36:39.864 INFO O| Sep 23 04:36:39.864 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342025-09-23T04:36:40.343Z[ recovery-image] Sep 23 04:36:39.878 INFO O| Sep 23 04:36:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82352025-09-23T04:36:40.343Z[ recovery-image] Sep 23 04:36:39.879 INFO O| Sep 23 04:36:39.879 INFO STEP 1128 (remove_files) COMPLETE
82362025-09-23T04:36:40.343Z[ recovery-image] Sep 23 04:36:39.879 INFO O| Sep 23 04:36:39.879 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372025-09-23T04:36:40.343Z[ recovery-image] Sep 23 04:36:39.892 INFO O| Sep 23 04:36:39.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82382025-09-23T04:36:40.343Z[ recovery-image] Sep 23 04:36:39.892 INFO O| Sep 23 04:36:39.892 INFO STEP 1129 (remove_files) COMPLETE
82392025-09-23T04:36:40.343Z[ recovery-image] Sep 23 04:36:39.892 INFO O| Sep 23 04:36:39.892 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402025-09-23T04:36:40.368Z[ recovery-image] Sep 23 04:36:39.910 INFO O| Sep 23 04:36:39.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82412025-09-23T04:36:40.368Z[ recovery-image] Sep 23 04:36:39.910 INFO O| Sep 23 04:36:39.910 INFO STEP 1130 (remove_files) COMPLETE
82422025-09-23T04:36:40.368Z[ recovery-image] Sep 23 04:36:39.910 INFO O| Sep 23 04:36:39.910 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432025-09-23T04:36:40.393Z[ recovery-image] Sep 23 04:36:39.928 INFO O| Sep 23 04:36:39.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82442025-09-23T04:36:40.393Z[ recovery-image] Sep 23 04:36:39.928 INFO O| Sep 23 04:36:39.928 INFO STEP 1131 (remove_files) COMPLETE
82452025-09-23T04:36:40.393Z[ recovery-image] Sep 23 04:36:39.928 INFO O| Sep 23 04:36:39.928 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462025-09-23T04:36:40.393Z[ recovery-image] Sep 23 04:36:39.944 INFO O| Sep 23 04:36:39.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82472025-09-23T04:36:40.393Z[ recovery-image] Sep 23 04:36:39.944 INFO O| Sep 23 04:36:39.944 INFO STEP 1132 (remove_files) COMPLETE
82482025-09-23T04:36:40.393Z[ recovery-image] Sep 23 04:36:39.944 INFO O| Sep 23 04:36:39.944 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492025-09-23T04:36:40.418Z[ recovery-image] Sep 23 04:36:39.959 INFO O| Sep 23 04:36:39.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82502025-09-23T04:36:40.418Z[ recovery-image] Sep 23 04:36:39.959 INFO O| Sep 23 04:36:39.959 INFO STEP 1133 (remove_files) COMPLETE
82512025-09-23T04:36:40.418Z[ recovery-image] Sep 23 04:36:39.959 INFO O| Sep 23 04:36:39.959 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522025-09-23T04:36:40.442Z[ recovery-image] Sep 23 04:36:39.973 INFO O| Sep 23 04:36:39.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82532025-09-23T04:36:40.442Z[ recovery-image] Sep 23 04:36:39.973 INFO O| Sep 23 04:36:39.973 INFO STEP 1134 (remove_files) COMPLETE
82542025-09-23T04:36:40.442Z[ recovery-image] Sep 23 04:36:39.973 INFO O| Sep 23 04:36:39.973 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552025-09-23T04:36:40.442Z[ recovery-image] Sep 23 04:36:39.987 INFO O| Sep 23 04:36:39.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82562025-09-23T04:36:40.442Z[ recovery-image] Sep 23 04:36:39.987 INFO O| Sep 23 04:36:39.987 INFO STEP 1135 (remove_files) COMPLETE
82572025-09-23T04:36:40.442Z[ recovery-image] Sep 23 04:36:39.987 INFO O| Sep 23 04:36:39.987 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582025-09-23T04:36:40.467Z[ recovery-image] Sep 23 04:36:40.002 INFO O| Sep 23 04:36:40.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82592025-09-23T04:36:40.467Z[ recovery-image] Sep 23 04:36:40.002 INFO O| Sep 23 04:36:40.002 INFO STEP 1136 (remove_files) COMPLETE
82602025-09-23T04:36:40.467Z[ recovery-image] Sep 23 04:36:40.002 INFO O| Sep 23 04:36:40.002 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612025-09-23T04:36:40.468Z[ recovery-image] Sep 23 04:36:40.017 INFO O| Sep 23 04:36:40.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82622025-09-23T04:36:40.468Z[ recovery-image] Sep 23 04:36:40.017 INFO O| Sep 23 04:36:40.017 INFO STEP 1137 (remove_files) COMPLETE
82632025-09-23T04:36:40.468Z[ recovery-image] Sep 23 04:36:40.017 INFO O| Sep 23 04:36:40.017 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642025-09-23T04:36:40.493Z[ recovery-image] Sep 23 04:36:40.032 INFO O| Sep 23 04:36:40.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82652025-09-23T04:36:40.493Z[ recovery-image] Sep 23 04:36:40.032 INFO O| Sep 23 04:36:40.032 INFO STEP 1138 (remove_files) COMPLETE
82662025-09-23T04:36:40.493Z[ recovery-image] Sep 23 04:36:40.032 INFO O| Sep 23 04:36:40.032 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672025-09-23T04:36:40.493Z[ recovery-image] Sep 23 04:36:40.045 INFO O| Sep 23 04:36:40.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82682025-09-23T04:36:40.493Z[ recovery-image] Sep 23 04:36:40.046 INFO O| Sep 23 04:36:40.045 INFO STEP 1139 (remove_files) COMPLETE
82692025-09-23T04:36:40.493Z[ recovery-image] Sep 23 04:36:40.046 INFO O| Sep 23 04:36:40.046 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702025-09-23T04:36:40.518Z[ recovery-image] Sep 23 04:36:40.059 INFO O| Sep 23 04:36:40.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82712025-09-23T04:36:40.518Z[ recovery-image] Sep 23 04:36:40.059 INFO O| Sep 23 04:36:40.059 INFO STEP 1140 (remove_files) COMPLETE
82722025-09-23T04:36:40.518Z[ recovery-image] Sep 23 04:36:40.059 INFO O| Sep 23 04:36:40.059 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732025-09-23T04:36:40.518Z[ recovery-image] Sep 23 04:36:40.072 INFO O| Sep 23 04:36:40.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82742025-09-23T04:36:40.518Z[ recovery-image] Sep 23 04:36:40.072 INFO O| Sep 23 04:36:40.072 INFO STEP 1141 (remove_files) COMPLETE
82752025-09-23T04:36:40.518Z[ recovery-image] Sep 23 04:36:40.072 INFO O| Sep 23 04:36:40.072 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762025-09-23T04:36:40.543Z[ recovery-image] Sep 23 04:36:40.085 INFO O| Sep 23 04:36:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82772025-09-23T04:36:40.543Z[ recovery-image] Sep 23 04:36:40.085 INFO O| Sep 23 04:36:40.085 INFO STEP 1142 (remove_files) COMPLETE
82782025-09-23T04:36:40.543Z[ recovery-image] Sep 23 04:36:40.085 INFO O| Sep 23 04:36:40.085 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792025-09-23T04:36:40.568Z[ recovery-image] Sep 23 04:36:40.099 INFO O| Sep 23 04:36:40.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82802025-09-23T04:36:40.568Z[ recovery-image] Sep 23 04:36:40.099 INFO O| Sep 23 04:36:40.099 INFO STEP 1143 (remove_files) COMPLETE
82812025-09-23T04:36:40.568Z[ recovery-image] Sep 23 04:36:40.099 INFO O| Sep 23 04:36:40.099 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822025-09-23T04:36:40.568Z[ recovery-image] Sep 23 04:36:40.112 INFO O| Sep 23 04:36:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82832025-09-23T04:36:40.568Z[ recovery-image] Sep 23 04:36:40.112 INFO O| Sep 23 04:36:40.112 INFO STEP 1144 (remove_files) COMPLETE
82842025-09-23T04:36:40.568Z[ recovery-image] Sep 23 04:36:40.113 INFO O| Sep 23 04:36:40.112 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852025-09-23T04:36:40.593Z[ recovery-image] Sep 23 04:36:40.126 INFO O| Sep 23 04:36:40.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82862025-09-23T04:36:40.593Z[ recovery-image] Sep 23 04:36:40.126 INFO O| Sep 23 04:36:40.126 INFO STEP 1145 (remove_files) COMPLETE
82872025-09-23T04:36:40.593Z[ recovery-image] Sep 23 04:36:40.126 INFO O| Sep 23 04:36:40.126 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882025-09-23T04:36:40.593Z[ recovery-image] Sep 23 04:36:40.139 INFO O| Sep 23 04:36:40.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82892025-09-23T04:36:40.593Z[ recovery-image] Sep 23 04:36:40.139 INFO O| Sep 23 04:36:40.139 INFO STEP 1146 (remove_files) COMPLETE
82902025-09-23T04:36:40.593Z[ recovery-image] Sep 23 04:36:40.139 INFO O| Sep 23 04:36:40.139 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912025-09-23T04:36:40.618Z[ recovery-image] Sep 23 04:36:40.151 INFO O| Sep 23 04:36:40.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82922025-09-23T04:36:40.618Z[ recovery-image] Sep 23 04:36:40.152 INFO O| Sep 23 04:36:40.152 INFO STEP 1147 (remove_files) COMPLETE
82932025-09-23T04:36:40.618Z[ recovery-image] Sep 23 04:36:40.152 INFO O| Sep 23 04:36:40.152 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942025-09-23T04:36:40.618Z[ recovery-image] Sep 23 04:36:40.164 INFO O| Sep 23 04:36:40.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82952025-09-23T04:36:40.618Z[ recovery-image] Sep 23 04:36:40.164 INFO O| Sep 23 04:36:40.164 INFO STEP 1148 (remove_files) COMPLETE
82962025-09-23T04:36:40.618Z[ recovery-image] Sep 23 04:36:40.164 INFO O| Sep 23 04:36:40.164 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972025-09-23T04:36:40.655Z[ recovery-image] Sep 23 04:36:40.182 INFO O| Sep 23 04:36:40.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82982025-09-23T04:36:40.655Z[ recovery-image] Sep 23 04:36:40.182 INFO O| Sep 23 04:36:40.182 INFO STEP 1149 (remove_files) COMPLETE
82992025-09-23T04:36:40.655Z[ recovery-image] Sep 23 04:36:40.182 INFO O| Sep 23 04:36:40.182 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002025-09-23T04:36:40.655Z[ recovery-image] Sep 23 04:36:40.196 INFO O| Sep 23 04:36:40.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
83012025-09-23T04:36:40.655Z[ recovery-image] Sep 23 04:36:40.196 INFO O| Sep 23 04:36:40.196 INFO STEP 1150 (remove_files) COMPLETE
83022025-09-23T04:36:40.655Z[ recovery-image] Sep 23 04:36:40.196 INFO O| Sep 23 04:36:40.196 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.209 INFO O| Sep 23 04:36:40.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83042025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.209 INFO O| Sep 23 04:36:40.209 INFO STEP 1151 (remove_files) COMPLETE
83052025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.209 INFO O| Sep 23 04:36:40.209 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.222 INFO O| Sep 23 04:36:40.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83072025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.222 INFO O| Sep 23 04:36:40.222 INFO STEP 1152 (remove_files) COMPLETE
83082025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.222 INFO O| Sep 23 04:36:40.222 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.234 INFO O| Sep 23 04:36:40.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83102025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.234 INFO O| Sep 23 04:36:40.234 INFO STEP 1153 (remove_files) COMPLETE
83112025-09-23T04:36:40.681Z[ recovery-image] Sep 23 04:36:40.234 INFO O| Sep 23 04:36:40.234 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122025-09-23T04:36:40.706Z[ recovery-image] Sep 23 04:36:40.247 INFO O| Sep 23 04:36:40.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83132025-09-23T04:36:40.706Z[ recovery-image] Sep 23 04:36:40.247 INFO O| Sep 23 04:36:40.247 INFO STEP 1154 (remove_files) COMPLETE
83142025-09-23T04:36:40.706Z[ recovery-image] Sep 23 04:36:40.248 INFO O| Sep 23 04:36:40.247 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152025-09-23T04:36:40.731Z[ recovery-image] Sep 23 04:36:40.261 INFO O| Sep 23 04:36:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83162025-09-23T04:36:40.731Z[ recovery-image] Sep 23 04:36:40.262 INFO O| Sep 23 04:36:40.262 INFO STEP 1155 (remove_files) COMPLETE
83172025-09-23T04:36:40.731Z[ recovery-image] Sep 23 04:36:40.262 INFO O| Sep 23 04:36:40.262 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182025-09-23T04:36:40.731Z[ recovery-image] Sep 23 04:36:40.275 INFO O| Sep 23 04:36:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83192025-09-23T04:36:40.731Z[ recovery-image] Sep 23 04:36:40.276 INFO O| Sep 23 04:36:40.276 INFO STEP 1156 (remove_files) COMPLETE
83202025-09-23T04:36:40.731Z[ recovery-image] Sep 23 04:36:40.276 INFO O| Sep 23 04:36:40.276 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212025-09-23T04:36:40.756Z[ recovery-image] Sep 23 04:36:40.292 INFO O| Sep 23 04:36:40.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83222025-09-23T04:36:40.756Z[ recovery-image] Sep 23 04:36:40.292 INFO O| Sep 23 04:36:40.292 INFO STEP 1157 (remove_files) COMPLETE
83232025-09-23T04:36:40.756Z[ recovery-image] Sep 23 04:36:40.292 INFO O| Sep 23 04:36:40.292 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242025-09-23T04:36:40.756Z[ recovery-image] Sep 23 04:36:40.307 INFO O| Sep 23 04:36:40.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83252025-09-23T04:36:40.756Z[ recovery-image] Sep 23 04:36:40.307 INFO O| Sep 23 04:36:40.307 INFO STEP 1158 (remove_files) COMPLETE
83262025-09-23T04:36:40.756Z[ recovery-image] Sep 23 04:36:40.307 INFO O| Sep 23 04:36:40.307 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272025-09-23T04:36:40.781Z[ recovery-image] Sep 23 04:36:40.320 INFO O| Sep 23 04:36:40.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83282025-09-23T04:36:40.781Z[ recovery-image] Sep 23 04:36:40.321 INFO O| Sep 23 04:36:40.321 INFO STEP 1159 (remove_files) COMPLETE
83292025-09-23T04:36:40.781Z[ recovery-image] Sep 23 04:36:40.321 INFO O| Sep 23 04:36:40.321 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302025-09-23T04:36:40.806Z[ recovery-image] Sep 23 04:36:40.338 INFO O| Sep 23 04:36:40.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83312025-09-23T04:36:40.806Z[ recovery-image] Sep 23 04:36:40.338 INFO O| Sep 23 04:36:40.338 INFO STEP 1160 (remove_files) COMPLETE
83322025-09-23T04:36:40.806Z[ recovery-image] Sep 23 04:36:40.338 INFO O| Sep 23 04:36:40.338 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83332025-09-23T04:36:40.806Z[ recovery-image] Sep 23 04:36:40.352 INFO O| Sep 23 04:36:40.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83342025-09-23T04:36:40.806Z[ recovery-image] Sep 23 04:36:40.352 INFO O| Sep 23 04:36:40.352 INFO STEP 1161 (remove_files) COMPLETE
83352025-09-23T04:36:40.806Z[ recovery-image] Sep 23 04:36:40.353 INFO O| Sep 23 04:36:40.352 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83362025-09-23T04:36:40.831Z[ recovery-image] Sep 23 04:36:40.366 INFO O| Sep 23 04:36:40.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83372025-09-23T04:36:40.831Z[ recovery-image] Sep 23 04:36:40.366 INFO O| Sep 23 04:36:40.366 INFO STEP 1162 (remove_files) COMPLETE
83382025-09-23T04:36:40.831Z[ recovery-image] Sep 23 04:36:40.366 INFO O| Sep 23 04:36:40.366 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392025-09-23T04:36:40.831Z[ recovery-image] Sep 23 04:36:40.379 INFO O| Sep 23 04:36:40.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83402025-09-23T04:36:40.831Z[ recovery-image] Sep 23 04:36:40.379 INFO O| Sep 23 04:36:40.379 INFO STEP 1163 (remove_files) COMPLETE
83412025-09-23T04:36:40.831Z[ recovery-image] Sep 23 04:36:40.379 INFO O| Sep 23 04:36:40.379 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83422025-09-23T04:36:40.856Z[ recovery-image] Sep 23 04:36:40.393 INFO O| Sep 23 04:36:40.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83432025-09-23T04:36:40.856Z[ recovery-image] Sep 23 04:36:40.394 INFO O| Sep 23 04:36:40.394 INFO STEP 1164 (remove_files) COMPLETE
83442025-09-23T04:36:40.856Z[ recovery-image] Sep 23 04:36:40.394 INFO O| Sep 23 04:36:40.394 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83452025-09-23T04:36:40.856Z[ recovery-image] Sep 23 04:36:40.409 INFO O| Sep 23 04:36:40.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83462025-09-23T04:36:40.856Z[ recovery-image] Sep 23 04:36:40.409 INFO O| Sep 23 04:36:40.409 INFO STEP 1165 (remove_files) COMPLETE
83472025-09-23T04:36:40.856Z[ recovery-image] Sep 23 04:36:40.409 INFO O| Sep 23 04:36:40.409 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83482025-09-23T04:36:40.881Z[ recovery-image] Sep 23 04:36:40.434 INFO O| Sep 23 04:36:40.434 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83492025-09-23T04:36:40.881Z[ recovery-image] Sep 23 04:36:40.434 INFO O| Sep 23 04:36:40.434 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83502025-09-23T04:36:41.968Z[ recovery-image] Sep 23 04:36:41.522 INFO O| Sep 23 04:36:41.522 INFO STEP 1166 (pack_tar) COMPLETE
83512025-09-23T04:36:41.968Z[ recovery-image] Sep 23 04:36:41.522 INFO O| Sep 23 04:36:41.522 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83522025-09-23T04:36:41.993Z[ recovery-image] Sep 23 04:36:41.522 INFO O| Sep 23 04:36:41.522 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83532025-09-23T04:36:42.185Z[ recovery-image] Sep 23 04:36:41.740 INFO O| Sep 23 04:36:41.740 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83542025-09-23T04:36:42.256Z[ recovery-image] Sep 23 04:36:41.810 INFO O| Sep 23 04:36:41.810 INFO completed processing sled/ramdisk-03-recovery-trim
83552025-09-23T04:36:42.281Z[ recovery-image] Sep 23 04:36:41.817 INFO image builder template: zfs-recovery...
83562025-09-23T04:36:42.281Z[ recovery-image] Sep 23 04:36:41.817 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/.tmpAD3rni/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None
83572025-09-23T04:36:42.309Z[ recovery-image] Sep 23 04:36:41.864 INFO O| Sep 23 04:36:41.863 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83582025-09-23T04:36:42.334Z[ recovery-image] Sep 23 04:36:41.871 INFO O| Sep 23 04:36:41.870 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83592025-09-23T04:36:42.359Z[ recovery-image] Sep 23 04:36:41.906 INFO O| Sep 23 04:36:41.906 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83602025-09-23T04:36:42.387Z[ recovery-image] Sep 23 04:36:41.935 INFO O| Sep 23 04:36:41.935 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83612025-09-23T04:36:42.387Z[ recovery-image] Sep 23 04:36:41.935 INFO O| Sep 23 04:36:41.935 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83622025-09-23T04:36:42.387Z[ recovery-image] Sep 23 04:36:41.941 INFO O| Sep 23 04:36:41.941 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83632025-09-23T04:36:42.429Z[ recovery-image] Sep 23 04:36:41.984 INFO O| Sep 23 04:36:41.983 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83642025-09-23T04:36:42.455Z[ recovery-image] Sep 23 04:36:42.010 INFO O| Sep 23 04:36:42.010 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83652025-09-23T04:36:42.480Z[ recovery-image] Sep 23 04:36:42.027 INFO O| Sep 23 04:36:42.027 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83662025-09-23T04:36:42.505Z[ recovery-image] Sep 23 04:36:42.036 INFO O| Sep 23 04:36:42.036 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83672025-09-23T04:36:42.505Z[ recovery-image] Sep 23 04:36:42.043 INFO O| Sep 23 04:36:42.043 INFO no lofi found
83682025-09-23T04:36:42.505Z[ recovery-image] Sep 23 04:36:42.043 INFO O| Sep 23 04:36:42.043 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83692025-09-23T04:36:42.505Z[ recovery-image] Sep 23 04:36:42.043 INFO O| Sep 23 04:36:42.043 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83702025-09-23T04:36:44.449Z[ recovery-image] Sep 23 04:36:44.004 INFO O| Sep 23 04:36:44.003 INFO lofi device = /dev/dsk/c3t1d0p0
83712025-09-23T04:36:44.449Z[ recovery-image] Sep 23 04:36:44.004 INFO O| Sep 23 04:36:44.004 INFO pool device = /dev/dsk/c3t1d0p0
83722025-09-23T04:36:44.476Z[ recovery-image] Sep 23 04:36:44.004 INFO O| Sep 23 04:36:44.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/c3t1d0p0"]
83732025-09-23T04:36:44.716Z[ recovery-image] Sep 23 04:36:44.270 INFO O| Sep 23 04:36:44.270 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83742025-09-23T04:36:44.716Z[ recovery-image] Sep 23 04:36:44.270 INFO O| Sep 23 04:36:44.270 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83752025-09-23T04:36:44.758Z[ recovery-image] Sep 23 04:36:44.312 INFO O| Sep 23 04:36:44.312 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83762025-09-23T04:36:44.991Z[ recovery-image] Sep 23 04:36:44.545 INFO O| Sep 23 04:36:44.545 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83772025-09-23T04:36:45.046Z[ recovery-image] Sep 23 04:36:44.600 INFO O| Sep 23 04:36:44.600 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83782025-09-23T04:36:45.079Z[ recovery-image] Sep 23 04:36:44.634 INFO O| Sep 23 04:36:44.634 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83792025-09-23T04:36:45.105Z[ recovery-image] Sep 23 04:36:44.660 INFO O| Sep 23 04:36:44.660 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83802025-09-23T04:36:45.172Z[ recovery-image] Sep 23 04:36:44.727 INFO O| Sep 23 04:36:44.727 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83812025-09-23T04:36:45.197Z[ recovery-image] Sep 23 04:36:44.727 INFO O| Sep 23 04:36:44.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83822025-09-23T04:36:45.197Z[ recovery-image] Sep 23 04:36:44.727 INFO O| Sep 23 04:36:44.727 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83832025-09-23T04:36:45.198Z[ recovery-image] Sep 23 04:36:44.747 INFO O| Sep 23 04:36:44.746 INFO boot environment UUID: 175614d4-4f98-42a8-b26c-5a0af101d819
83842025-09-23T04:36:45.198Z[ recovery-image] Sep 23 04:36:44.747 INFO O| Sep 23 04:36:44.747 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 175614d4-4f98-42a8-b26c-5a0af101d819
83852025-09-23T04:36:45.223Z[ recovery-image] Sep 23 04:36:44.771 INFO O| Sep 23 04:36:44.771 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83862025-09-23T04:36:45.248Z[ recovery-image] Sep 23 04:36:44.796 INFO O| Sep 23 04:36:44.796 INFO STEP 0 (create_be) COMPLETE
83872025-09-23T04:36:45.248Z[ recovery-image] Sep 23 04:36:44.796 INFO O| Sep 23 04:36:44.796 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83882025-09-23T04:36:45.273Z[ recovery-image] Sep 23 04:36:44.823 INFO O| Sep 23 04:36:44.822 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"]
83892025-09-23T04:36:54.420Z[ recovery-image] Sep 23 04:36:53.975 INFO O| Sep 23 04:36:53.975 INFO STEP 1 (unpack_tar) COMPLETE
83902025-09-23T04:36:54.445Z[ recovery-image] Sep 23 04:36:53.975 INFO O| Sep 23 04:36:53.975 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83912025-09-23T04:36:54.445Z[ recovery-image] Sep 23 04:36:53.991 INFO O| Sep 23 04:36:53.991 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83922025-09-23T04:36:55.743Z[ recovery-image] Sep 23 04:36:55.298 INFO O| Sep 23 04:36:55.298 INFO STEP 2 (devfsadm) COMPLETE
83932025-09-23T04:36:55.743Z[ recovery-image] Sep 23 04:36:55.298 INFO O| Sep 23 04:36:55.298 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942025-09-23T04:36:55.768Z[ recovery-image] Sep 23 04:36:55.315 INFO O| Sep 23 04:36:55.315 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83952025-09-23T04:36:55.768Z[ recovery-image] Sep 23 04:36:55.315 INFO O| Sep 23 04:36:55.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83962025-09-23T04:36:55.769Z[ recovery-image] Sep 23 04:36:55.315 INFO O| Sep 23 04:36:55.315 INFO STEP 3 (ensure_dir) COMPLETE
83972025-09-23T04:36:55.769Z[ recovery-image] Sep 23 04:36:55.315 INFO O| Sep 23 04:36:55.315 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83982025-09-23T04:36:55.793Z[ recovery-image] Sep 23 04:36:55.330 INFO O| Sep 23 04:36:55.330 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83992025-09-23T04:36:55.793Z[ recovery-image] Sep 23 04:36:55.330 INFO O| Sep 23 04:36:55.330 INFO STEP 4 (ensure_dir) COMPLETE
84002025-09-23T04:36:55.794Z[ recovery-image] Sep 23 04:36:55.330 INFO O| Sep 23 04:36:55.330 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84012025-09-23T04:36:55.794Z[ recovery-image] Sep 23 04:36:55.344 INFO O| Sep 23 04:36:55.344 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84022025-09-23T04:36:55.794Z[ recovery-image] Sep 23 04:36:55.344 INFO O| Sep 23 04:36:55.344 INFO STEP 5 (ensure_dir) COMPLETE
84032025-09-23T04:36:55.794Z[ recovery-image] Sep 23 04:36:55.344 INFO O| Sep 23 04:36:55.344 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84042025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.358 INFO O| Sep 23 04:36:55.358 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84052025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.358 INFO O| Sep 23 04:36:55.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84062025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.358 INFO O| Sep 23 04:36:55.358 INFO STEP 6 (ensure_dir) COMPLETE
84072025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.358 INFO O| Sep 23 04:36:55.358 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84082025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.372 INFO O| Sep 23 04:36:55.372 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84092025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.372 INFO O| Sep 23 04:36:55.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84102025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.372 INFO O| Sep 23 04:36:55.372 INFO STEP 7 (ensure_dir) COMPLETE
84112025-09-23T04:36:55.818Z[ recovery-image] Sep 23 04:36:55.372 INFO O| Sep 23 04:36:55.372 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84122025-09-23T04:36:55.843Z[ recovery-image] Sep 23 04:36:55.386 INFO O| Sep 23 04:36:55.385 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84132025-09-23T04:36:55.843Z[ recovery-image] Sep 23 04:36:55.386 INFO O| Sep 23 04:36:55.386 INFO STEP 8 (remove_files) COMPLETE
84142025-09-23T04:36:55.843Z[ recovery-image] Sep 23 04:36:55.386 INFO O| Sep 23 04:36:55.386 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84152025-09-23T04:36:55.868Z[ recovery-image] Sep 23 04:36:55.399 INFO O| Sep 23 04:36:55.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84162025-09-23T04:36:55.868Z[ recovery-image] Sep 23 04:36:55.401 INFO O| Sep 23 04:36:55.400 INFO STEP 9 (remove_files) COMPLETE
84172025-09-23T04:36:55.868Z[ recovery-image] Sep 23 04:36:55.401 INFO O| Sep 23 04:36:55.401 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84182025-09-23T04:36:55.868Z[ recovery-image] Sep 23 04:36:55.415 INFO O| Sep 23 04:36:55.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84192025-09-23T04:36:55.868Z[ recovery-image] Sep 23 04:36:55.417 INFO O| Sep 23 04:36:55.416 INFO STEP 10 (remove_files) COMPLETE
84202025-09-23T04:36:55.868Z[ recovery-image] Sep 23 04:36:55.417 INFO O| Sep 23 04:36:55.416 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84212025-09-23T04:36:55.893Z[ recovery-image] Sep 23 04:36:55.431 INFO O| Sep 23 04:36:55.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84222025-09-23T04:36:55.893Z[ recovery-image] Sep 23 04:36:55.431 INFO O| Sep 23 04:36:55.431 INFO STEP 11 (remove_files) COMPLETE
84232025-09-23T04:36:55.893Z[ recovery-image] Sep 23 04:36:55.431 INFO O| Sep 23 04:36:55.431 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84242025-09-23T04:36:55.917Z[ recovery-image] Sep 23 04:36:55.450 INFO O| Sep 23 04:36:55.450 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84252025-09-23T04:36:55.917Z[ recovery-image] Sep 23 04:36:55.450 INFO O| Sep 23 04:36:55.450 INFO STEP 12 (remove_files) COMPLETE
84262025-09-23T04:36:55.918Z[ recovery-image] Sep 23 04:36:55.450 INFO O| Sep 23 04:36:55.450 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84272025-09-23T04:36:55.918Z[ recovery-image] Sep 23 04:36:55.468 INFO O| Sep 23 04:36:55.468 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84282025-09-23T04:36:55.918Z[ recovery-image] Sep 23 04:36:55.468 INFO O| Sep 23 04:36:55.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84292025-09-23T04:36:55.918Z[ recovery-image] Sep 23 04:36:55.468 INFO O| Sep 23 04:36:55.468 INFO STEP 13 (ensure_dir) COMPLETE
84302025-09-23T04:36:55.918Z[ recovery-image] Sep 23 04:36:55.468 INFO O| Sep 23 04:36:55.468 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84312025-09-23T04:36:55.942Z[ recovery-image] Sep 23 04:36:55.486 INFO O| Sep 23 04:36:55.486 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84322025-09-23T04:36:55.942Z[ recovery-image] Sep 23 04:36:55.486 INFO O| Sep 23 04:36:55.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84332025-09-23T04:36:55.942Z[ recovery-image] Sep 23 04:36:55.486 INFO O| Sep 23 04:36:55.486 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84342025-09-23T04:36:55.942Z[ recovery-image] Sep 23 04:36:55.486 INFO O| Sep 23 04:36:55.486 INFO STEP 14 (ensure_dir) COMPLETE
84352025-09-23T04:36:55.942Z[ recovery-image] Sep 23 04:36:55.486 INFO O| Sep 23 04:36:55.486 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84362025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.505 INFO O| Sep 23 04:36:55.505 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84372025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.505 INFO O| Sep 23 04:36:55.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84382025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.505 INFO O| Sep 23 04:36:55.505 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84392025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.505 INFO O| Sep 23 04:36:55.505 INFO STEP 15 (ensure_dir) COMPLETE
84402025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.505 INFO O| Sep 23 04:36:55.505 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84412025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.522 INFO O| Sep 23 04:36:55.522 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84422025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.522 INFO O| Sep 23 04:36:55.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84432025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.522 INFO O| Sep 23 04:36:55.522 INFO STEP 16 (ensure_dir) COMPLETE
84442025-09-23T04:36:55.967Z[ recovery-image] Sep 23 04:36:55.522 INFO O| Sep 23 04:36:55.522 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84452025-09-23T04:36:55.992Z[ recovery-image] Sep 23 04:36:55.538 INFO O| Sep 23 04:36:55.538 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84462025-09-23T04:36:55.992Z[ recovery-image] Sep 23 04:36:55.538 INFO O| Sep 23 04:36:55.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84472025-09-23T04:36:55.992Z[ recovery-image] Sep 23 04:36:55.538 INFO O| Sep 23 04:36:55.538 INFO STEP 17 (ensure_dir) COMPLETE
84482025-09-23T04:36:55.992Z[ recovery-image] Sep 23 04:36:55.538 INFO O| Sep 23 04:36:55.538 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84492025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.555 INFO O| Sep 23 04:36:55.555 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84502025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.555 INFO O| Sep 23 04:36:55.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84512025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.555 INFO O| Sep 23 04:36:55.555 INFO ok!
84522025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.555 INFO O| Sep 23 04:36:55.555 INFO STEP 18 (ensure_symlink) COMPLETE
84532025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.555 INFO O| Sep 23 04:36:55.555 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84542025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.571 INFO O| Sep 23 04:36:55.571 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84552025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.571 INFO O| Sep 23 04:36:55.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84562025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.571 INFO O| Sep 23 04:36:55.571 INFO ok!
84572025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.571 INFO O| Sep 23 04:36:55.571 INFO STEP 19 (ensure_file) COMPLETE
84582025-09-23T04:36:56.017Z[ recovery-image] Sep 23 04:36:55.571 INFO O| Sep 23 04:36:55.571 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84592025-09-23T04:36:56.042Z[ recovery-image] Sep 23 04:36:55.587 INFO O| Sep 23 04:36:55.587 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84602025-09-23T04:36:56.042Z[ recovery-image] Sep 23 04:36:55.587 INFO O| Sep 23 04:36:55.587 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84612025-09-23T04:36:56.042Z[ recovery-image] Sep 23 04:36:55.587 INFO O| Sep 23 04:36:55.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84622025-09-23T04:36:56.042Z[ recovery-image] Sep 23 04:36:55.587 INFO O| Sep 23 04:36:55.587 INFO ok!
84632025-09-23T04:36:56.042Z[ recovery-image] Sep 23 04:36:55.587 INFO O| Sep 23 04:36:55.587 INFO STEP 20 (ensure_symlink) COMPLETE
84642025-09-23T04:36:56.042Z[ recovery-image] Sep 23 04:36:55.587 INFO O| Sep 23 04:36:55.587 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84652025-09-23T04:36:56.067Z[ recovery-image] Sep 23 04:36:55.607 INFO O| Sep 23 04:36:55.606 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84662025-09-23T04:36:56.067Z[ recovery-image] Sep 23 04:36:55.607 INFO O| Sep 23 04:36:55.607 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84672025-09-23T04:36:56.067Z[ recovery-image] Sep 23 04:36:55.607 INFO O| Sep 23 04:36:55.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84682025-09-23T04:36:56.067Z[ recovery-image] Sep 23 04:36:55.607 INFO O| Sep 23 04:36:55.607 INFO ok!
84692025-09-23T04:36:56.067Z[ recovery-image] Sep 23 04:36:55.607 INFO O| Sep 23 04:36:55.607 INFO STEP 21 (ensure_symlink) COMPLETE
84702025-09-23T04:36:56.067Z[ recovery-image] Sep 23 04:36:55.607 INFO O| Sep 23 04:36:55.607 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84712025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.626 INFO O| Sep 23 04:36:55.626 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84722025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.626 INFO O| Sep 23 04:36:55.626 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84732025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.626 INFO O| Sep 23 04:36:55.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84742025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.626 INFO O| Sep 23 04:36:55.626 INFO ok!
84752025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.626 INFO O| Sep 23 04:36:55.626 INFO STEP 22 (ensure_symlink) COMPLETE
84762025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.626 INFO O| Sep 23 04:36:55.626 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84772025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.643 INFO O| Sep 23 04:36:55.643 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84782025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.643 INFO O| Sep 23 04:36:55.643 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84792025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.643 INFO O| Sep 23 04:36:55.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84802025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.643 INFO O| Sep 23 04:36:55.643 INFO ok!
84812025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.643 INFO O| Sep 23 04:36:55.643 INFO STEP 23 (ensure_symlink) COMPLETE
84822025-09-23T04:36:56.092Z[ recovery-image] Sep 23 04:36:55.643 INFO O| Sep 23 04:36:55.643 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84832025-09-23T04:36:56.117Z[ recovery-image] Sep 23 04:36:55.664 INFO O| Sep 23 04:36:55.664 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84842025-09-23T04:36:56.117Z[ recovery-image] Sep 23 04:36:55.664 INFO O| Sep 23 04:36:55.664 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 ...
84852025-09-23T04:36:56.117Z[ recovery-image] Sep 23 04:36:55.665 INFO O| Sep 23 04:36:55.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84862025-09-23T04:36:56.117Z[ recovery-image] Sep 23 04:36:55.665 INFO O| Sep 23 04:36:55.664 INFO ok!
84872025-09-23T04:36:56.117Z[ recovery-image] Sep 23 04:36:55.665 INFO O| Sep 23 04:36:55.664 INFO STEP 24 (ensure_file) COMPLETE
84882025-09-23T04:36:56.117Z[ recovery-image] Sep 23 04:36:55.665 INFO O| Sep 23 04:36:55.664 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84892025-09-23T04:36:56.142Z[ recovery-image] Sep 23 04:36:55.685 INFO O| Sep 23 04:36:55.685 INFO updating shadow file
84902025-09-23T04:36:56.142Z[ recovery-image] Sep 23 04:36:55.685 INFO O| Sep 23 04:36:55.685 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84912025-09-23T04:36:56.142Z[ recovery-image] Sep 23 04:36:55.685 INFO O| Sep 23 04:36:55.685 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84922025-09-23T04:36:56.142Z[ recovery-image] Sep 23 04:36:55.685 INFO O| Sep 23 04:36:55.685 INFO STEP 25 (shadow) COMPLETE
84932025-09-23T04:36:56.142Z[ recovery-image] Sep 23 04:36:55.685 INFO O| Sep 23 04:36:55.685 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84942025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.703 INFO O| Sep 23 04:36:55.703 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84952025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.703 INFO O| Sep 23 04:36:55.703 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84962025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.703 INFO O| Sep 23 04:36:55.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84972025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.703 INFO O| Sep 23 04:36:55.703 INFO ok!
84982025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.703 INFO O| Sep 23 04:36:55.703 INFO STEP 26 (ensure_file) COMPLETE
84992025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.703 INFO O| Sep 23 04:36:55.703 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85002025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.719 INFO O| Sep 23 04:36:55.719 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85012025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.719 INFO O| Sep 23 04:36:55.719 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85022025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.719 INFO O| Sep 23 04:36:55.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85032025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.719 INFO O| Sep 23 04:36:55.719 INFO ok!
85042025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.719 INFO O| Sep 23 04:36:55.719 INFO STEP 27 (ensure_file) COMPLETE
85052025-09-23T04:36:56.167Z[ recovery-image] Sep 23 04:36:55.719 INFO O| Sep 23 04:36:55.719 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85062025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.733 INFO O| Sep 23 04:36:55.733 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85072025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.733 INFO O| Sep 23 04:36:55.733 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85082025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.733 INFO O| Sep 23 04:36:55.733 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85092025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.733 INFO O| Sep 23 04:36:55.733 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85102025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.733 INFO O| Sep 23 04:36:55.733 INFO ok!
85112025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.733 INFO O| Sep 23 04:36:55.733 INFO STEP 28 (ensure_file) COMPLETE
85122025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.733 INFO O| Sep 23 04:36:55.733 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85132025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.745 INFO O| Sep 23 04:36:55.745 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85142025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.745 INFO O| Sep 23 04:36:55.745 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85152025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.746 INFO O| Sep 23 04:36:55.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85162025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.746 INFO O| Sep 23 04:36:55.746 INFO ok!
85172025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.746 INFO O| Sep 23 04:36:55.746 INFO STEP 29 (ensure_file) COMPLETE
85182025-09-23T04:36:56.192Z[ recovery-image] Sep 23 04:36:55.746 INFO O| Sep 23 04:36:55.746 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85192025-09-23T04:36:56.217Z[ recovery-image] Sep 23 04:36:55.761 INFO O| Sep 23 04:36:55.761 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85202025-09-23T04:36:56.218Z[ recovery-image] Sep 23 04:36:55.761 INFO O| Sep 23 04:36:55.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85212025-09-23T04:36:56.218Z[ recovery-image] Sep 23 04:36:55.761 INFO O| Sep 23 04:36:55.761 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85222025-09-23T04:36:56.218Z[ recovery-image] Sep 23 04:36:55.761 INFO O| Sep 23 04:36:55.761 INFO STEP 30 (ensure_dir) COMPLETE
85232025-09-23T04:36:56.218Z[ recovery-image] Sep 23 04:36:55.761 INFO O| Sep 23 04:36:55.761 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85242025-09-23T04:36:56.242Z[ recovery-image] Sep 23 04:36:55.775 INFO O| Sep 23 04:36:55.775 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85252025-09-23T04:36:56.242Z[ recovery-image] Sep 23 04:36:55.775 INFO O| Sep 23 04:36:55.775 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 ...
85262025-09-23T04:36:56.242Z[ recovery-image] Sep 23 04:36:55.775 INFO O| Sep 23 04:36:55.775 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
85272025-09-23T04:36:56.242Z[ recovery-image] Sep 23 04:36:55.775 INFO O| Sep 23 04:36:55.775 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85282025-09-23T04:36:56.242Z[ recovery-image] Sep 23 04:36:55.775 INFO O| Sep 23 04:36:55.775 INFO ok!
85292025-09-23T04:36:56.242Z[ recovery-image] Sep 23 04:36:55.775 INFO O| Sep 23 04:36:55.775 INFO STEP 31 (ensure_file) COMPLETE
85302025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.775 INFO O| Sep 23 04:36:55.775 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85312025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.788 INFO O| Sep 23 04:36:55.788 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85322025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.788 INFO O| Sep 23 04:36:55.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85332025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.788 INFO O| Sep 23 04:36:55.788 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85342025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.788 INFO O| Sep 23 04:36:55.788 INFO STEP 32 (ensure_dir) COMPLETE
85352025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.788 INFO O| Sep 23 04:36:55.788 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85362025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.802 INFO O| Sep 23 04:36:55.802 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85372025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.802 INFO O| Sep 23 04:36:55.802 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 ...
85382025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.802 INFO O| Sep 23 04:36:55.802 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
85392025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.802 INFO O| Sep 23 04:36:55.802 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85402025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.803 INFO O| Sep 23 04:36:55.802 INFO ok!
85412025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.803 INFO O| Sep 23 04:36:55.803 INFO STEP 33 (ensure_file) COMPLETE
85422025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.803 INFO O| Sep 23 04:36:55.803 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85432025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.817 INFO O| Sep 23 04:36:55.817 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85442025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.817 INFO O| Sep 23 04:36:55.817 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85452025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.817 INFO O| Sep 23 04:36:55.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85462025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.817 INFO O| Sep 23 04:36:55.817 INFO ok!
85472025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.817 INFO O| Sep 23 04:36:55.817 INFO STEP 34 (ensure_file) COMPLETE
85482025-09-23T04:36:56.268Z[ recovery-image] Sep 23 04:36:55.817 INFO O| Sep 23 04:36:55.817 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85492025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.832 INFO O| Sep 23 04:36:55.832 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85502025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.832 INFO O| Sep 23 04:36:55.832 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85512025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.832 INFO O| Sep 23 04:36:55.832 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85522025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.832 INFO O| Sep 23 04:36:55.832 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85532025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.832 INFO O| Sep 23 04:36:55.832 INFO ok!
85542025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.832 INFO O| Sep 23 04:36:55.832 INFO STEP 35 (ensure_file) COMPLETE
85552025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.832 INFO O| Sep 23 04:36:55.832 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85562025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.847 INFO O| Sep 23 04:36:55.847 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85572025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.848 INFO O| Sep 23 04:36:55.848 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85582025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.848 INFO O| Sep 23 04:36:55.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85592025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.848 INFO O| Sep 23 04:36:55.848 INFO ok!
85602025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.848 INFO O| Sep 23 04:36:55.848 INFO STEP 36 (ensure_file) COMPLETE
85612025-09-23T04:36:56.293Z[ recovery-image] Sep 23 04:36:55.848 INFO O| Sep 23 04:36:55.848 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85622025-09-23T04:36:56.318Z[ recovery-image] Sep 23 04:36:55.863 INFO O| Sep 23 04:36:55.863 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85632025-09-23T04:36:56.318Z[ recovery-image] Sep 23 04:36:55.863 INFO O| Sep 23 04:36:55.863 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85642025-09-23T04:36:56.318Z[ recovery-image] Sep 23 04:36:55.863 INFO O| Sep 23 04:36:55.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85652025-09-23T04:36:56.319Z[ recovery-image] Sep 23 04:36:55.863 INFO O| Sep 23 04:36:55.863 INFO ok!
85662025-09-23T04:36:56.319Z[ recovery-image] Sep 23 04:36:55.863 INFO O| Sep 23 04:36:55.863 INFO STEP 37 (ensure_file) COMPLETE
85672025-09-23T04:36:56.319Z[ recovery-image] Sep 23 04:36:55.863 INFO O| Sep 23 04:36:55.863 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85682025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85692025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85702025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85712025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85722025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85732025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85742025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO ok!
85752025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO STEP 38 (ensure_file) COMPLETE
85762025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.877 INFO O| Sep 23 04:36:55.877 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85772025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.890 INFO O| Sep 23 04:36:55.890 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85782025-09-23T04:36:56.343Z[ recovery-image] Sep 23 04:36:55.890 INFO O| Sep 23 04:36:55.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85792025-09-23T04:36:56.344Z[ recovery-image] Sep 23 04:36:55.890 INFO O| Sep 23 04:36:55.890 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85802025-09-23T04:36:56.344Z[ recovery-image] Sep 23 04:36:55.890 INFO O| Sep 23 04:36:55.890 INFO STEP 39 (ensure_dir) COMPLETE
85812025-09-23T04:36:56.344Z[ recovery-image] Sep 23 04:36:55.890 INFO O| Sep 23 04:36:55.890 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85822025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 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
85832025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 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 ...
85842025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 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
85852025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 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
85862025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 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
85872025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 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
85882025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 INFO ok!
85892025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 INFO STEP 40 (ensure_file) COMPLETE
85902025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.905 INFO O| Sep 23 04:36:55.905 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85912025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.918 INFO O| Sep 23 04:36:55.918 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85922025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.918 INFO O| Sep 23 04:36:55.918 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 ...
85932025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.918 INFO O| Sep 23 04:36:55.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85942025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.918 INFO O| Sep 23 04:36:55.918 INFO ok!
85952025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.918 INFO O| Sep 23 04:36:55.918 INFO STEP 41 (ensure_symlink) COMPLETE
85962025-09-23T04:36:56.369Z[ recovery-image] Sep 23 04:36:55.918 INFO O| Sep 23 04:36:55.918 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85972025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.935 INFO O| Sep 23 04:36:55.935 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85982025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.935 INFO O| Sep 23 04:36:55.935 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85992025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.935 INFO O| Sep 23 04:36:55.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86002025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.935 INFO O| Sep 23 04:36:55.935 INFO ok!
86012025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.935 INFO O| Sep 23 04:36:55.935 INFO STEP 42 (ensure_symlink) COMPLETE
86022025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.935 INFO O| Sep 23 04:36:55.935 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86032025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86042025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86052025-09-23T04:36:56.394Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86062025-09-23T04:36:56.419Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86072025-09-23T04:36:56.419Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86082025-09-23T04:36:56.419Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86092025-09-23T04:36:56.419Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO ok!
86102025-09-23T04:36:56.419Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO STEP 43 (ensure_file) COMPLETE
86112025-09-23T04:36:56.419Z[ recovery-image] Sep 23 04:36:55.949 INFO O| Sep 23 04:36:55.949 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86122025-09-23T04:36:56.420Z[ recovery-image] Sep 23 04:36:55.963 INFO O| Sep 23 04:36:55.963 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86132025-09-23T04:36:56.420Z[ recovery-image] Sep 23 04:36:55.963 INFO O| Sep 23 04:36:55.963 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 ...
86142025-09-23T04:36:56.420Z[ recovery-image] Sep 23 04:36:55.963 INFO O| Sep 23 04:36:55.963 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
86152025-09-23T04:36:56.420Z[ recovery-image] Sep 23 04:36:55.963 INFO O| Sep 23 04:36:55.963 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86162025-09-23T04:36:56.420Z[ recovery-image] Sep 23 04:36:55.963 INFO O| Sep 23 04:36:55.963 INFO ok!
86172025-09-23T04:36:56.420Z[ recovery-image] Sep 23 04:36:55.963 INFO O| Sep 23 04:36:55.963 INFO STEP 44 (ensure_file) COMPLETE
86182025-09-23T04:36:56.420Z[ recovery-image] Sep 23 04:36:55.964 INFO O| Sep 23 04:36:55.963 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86192025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.977 INFO O| Sep 23 04:36:55.977 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86202025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.978 INFO O| Sep 23 04:36:55.977 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86212025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.978 INFO O| Sep 23 04:36:55.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86222025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.978 INFO O| Sep 23 04:36:55.978 INFO ok!
86232025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.978 INFO O| Sep 23 04:36:55.978 INFO STEP 45 (ensure_file) COMPLETE
86242025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.978 INFO O| Sep 23 04:36:55.978 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86252025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.994 INFO O| Sep 23 04:36:55.994 INFO updating shadow file
86262025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.994 INFO O| Sep 23 04:36:55.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86272025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.994 INFO O| Sep 23 04:36:55.994 INFO STEP 46 (shadow) COMPLETE
86282025-09-23T04:36:56.445Z[ recovery-image] Sep 23 04:36:55.994 INFO O| Sep 23 04:36:55.994 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86292025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.008 INFO O| Sep 23 04:36:56.008 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86302025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.008 INFO O| Sep 23 04:36:56.008 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86312025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.008 INFO O| Sep 23 04:36:56.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86322025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.008 INFO O| Sep 23 04:36:56.008 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86332025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.008 INFO O| Sep 23 04:36:56.008 INFO ok!
86342025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.008 INFO O| Sep 23 04:36:56.008 INFO STEP 47 (ensure_file) COMPLETE
86352025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.008 INFO O| Sep 23 04:36:56.008 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86362025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.022 INFO O| Sep 23 04:36:56.022 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86372025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.022 INFO O| Sep 23 04:36:56.022 INFO STEP 48 (ensure_dir) COMPLETE
86382025-09-23T04:36:56.470Z[ recovery-image] Sep 23 04:36:56.022 INFO O| Sep 23 04:36:56.022 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392025-09-23T04:36:56.495Z[ recovery-image] Sep 23 04:36:56.039 INFO O| Sep 23 04:36:56.039 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86402025-09-23T04:36:56.495Z[ recovery-image] Sep 23 04:36:56.039 INFO O| Sep 23 04:36:56.039 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86412025-09-23T04:36:56.495Z[ recovery-image] Sep 23 04:36:56.039 INFO O| Sep 23 04:36:56.039 INFO STEP 49 (ensure_dir) COMPLETE
86422025-09-23T04:36:56.495Z[ recovery-image] Sep 23 04:36:56.039 INFO O| Sep 23 04:36:56.039 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86432025-09-23T04:36:56.520Z[ recovery-image] Sep 23 04:36:56.053 INFO O| Sep 23 04:36:56.053 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86442025-09-23T04:36:56.520Z[ recovery-image] Sep 23 04:36:56.053 INFO O| Sep 23 04:36:56.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86452025-09-23T04:36:56.520Z[ recovery-image] Sep 23 04:36:56.053 INFO O| Sep 23 04:36:56.053 INFO STEP 50 (ensure_dir) COMPLETE
86462025-09-23T04:36:56.520Z[ recovery-image] Sep 23 04:36:56.053 INFO O| Sep 23 04:36:56.053 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86472025-09-23T04:36:56.520Z[ recovery-image] Sep 23 04:36:56.066 INFO O| Sep 23 04:36:56.066 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86482025-09-23T04:36:56.520Z[ recovery-image] Sep 23 04:36:56.066 INFO O| Sep 23 04:36:56.066 INFO copying /tmp/.tmpAD3rni/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86492025-09-23T04:36:56.575Z[ recovery-image] Sep 23 04:36:56.130 INFO O| Sep 23 04:36:56.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86502025-09-23T04:36:56.575Z[ recovery-image] Sep 23 04:36:56.130 INFO O| Sep 23 04:36:56.130 INFO ok!
86512025-09-23T04:36:56.600Z[ recovery-image] Sep 23 04:36:56.130 INFO O| Sep 23 04:36:56.130 INFO STEP 51 (ensure_file) COMPLETE
86522025-09-23T04:36:56.600Z[ recovery-image] Sep 23 04:36:56.130 INFO O| Sep 23 04:36:56.130 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86532025-09-23T04:36:56.600Z[ recovery-image] Sep 23 04:36:56.147 INFO O| Sep 23 04:36:56.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86542025-09-23T04:36:56.600Z[ recovery-image] Sep 23 04:36:56.147 INFO O| Sep 23 04:36:56.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86552025-09-23T04:36:56.600Z[ recovery-image] Sep 23 04:36:56.147 INFO O| Sep 23 04:36:56.147 INFO STEP 52 (ensure_dir) COMPLETE
86562025-09-23T04:36:56.600Z[ recovery-image] Sep 23 04:36:56.147 INFO O| Sep 23 04:36:56.147 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86572025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.161 INFO O| Sep 23 04:36:56.161 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86582025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.161 INFO O| Sep 23 04:36:56.161 INFO copying /tmp/.tmpAD3rni/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86592025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.161 INFO O| Sep 23 04:36:56.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86602025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.161 INFO O| Sep 23 04:36:56.161 INFO ok!
86612025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.161 INFO O| Sep 23 04:36:56.161 INFO STEP 53 (ensure_file) COMPLETE
86622025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.161 INFO O| Sep 23 04:36:56.161 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86632025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.174 INFO O| Sep 23 04:36:56.174 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86642025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.174 INFO O| Sep 23 04:36:56.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86652025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.174 INFO O| Sep 23 04:36:56.174 INFO STEP 54 (ensure_dir) COMPLETE
86662025-09-23T04:36:56.625Z[ recovery-image] Sep 23 04:36:56.174 INFO O| Sep 23 04:36:56.174 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86672025-09-23T04:36:56.650Z[ recovery-image] Sep 23 04:36:56.187 INFO O| Sep 23 04:36:56.187 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86682025-09-23T04:36:56.650Z[ recovery-image] Sep 23 04:36:56.187 INFO O| Sep 23 04:36:56.187 INFO copying /tmp/.tmpAD3rni/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86692025-09-23T04:36:59.365Z[ recovery-image] Sep 23 04:36:58.920 INFO O| Sep 23 04:36:58.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86702025-09-23T04:36:59.365Z[ recovery-image] Sep 23 04:36:58.920 INFO O| Sep 23 04:36:58.920 INFO ok!
86712025-09-23T04:36:59.390Z[ recovery-image] Sep 23 04:36:58.920 INFO O| Sep 23 04:36:58.920 INFO STEP 55 (ensure_file) COMPLETE
86722025-09-23T04:36:59.390Z[ recovery-image] Sep 23 04:36:58.920 INFO O| Sep 23 04:36:58.920 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86732025-09-23T04:36:59.390Z[ recovery-image] Sep 23 04:36:58.937 INFO O| Sep 23 04:36:58.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86742025-09-23T04:36:59.391Z[ recovery-image] Sep 23 04:36:58.937 INFO O| Sep 23 04:36:58.937 INFO copying /tmp/.tmpAD3rni/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86752025-09-23T04:37:02.007Z[ recovery-image] Sep 23 04:37:01.562 INFO O| Sep 23 04:37:01.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86762025-09-23T04:37:02.007Z[ recovery-image] Sep 23 04:37:01.562 INFO O| Sep 23 04:37:01.562 INFO ok!
86772025-09-23T04:37:02.007Z[ recovery-image] Sep 23 04:37:01.562 INFO O| Sep 23 04:37:01.562 INFO STEP 56 (ensure_file) COMPLETE
86782025-09-23T04:37:02.032Z[ recovery-image] Sep 23 04:37:01.562 INFO O| Sep 23 04:37:01.562 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86792025-09-23T04:37:02.032Z[ recovery-image] Sep 23 04:37:01.584 INFO O| Sep 23 04:37:01.584 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86802025-09-23T04:37:02.032Z[ recovery-image] Sep 23 04:37:01.584 INFO O| Sep 23 04:37:01.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86812025-09-23T04:37:02.032Z[ recovery-image] Sep 23 04:37:01.584 INFO O| Sep 23 04:37:01.584 INFO STEP 57 (ensure_dir) COMPLETE
86822025-09-23T04:37:02.032Z[ recovery-image] Sep 23 04:37:01.584 INFO O| Sep 23 04:37:01.584 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86832025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.600 INFO O| Sep 23 04:37:01.600 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86842025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.600 INFO O| Sep 23 04:37:01.600 INFO copying /tmp/.tmpAD3rni/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 ...
86852025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.600 INFO O| Sep 23 04:37:01.600 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
86862025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.600 INFO O| Sep 23 04:37:01.600 INFO ok!
86872025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.600 INFO O| Sep 23 04:37:01.600 INFO STEP 58 (ensure_file) COMPLETE
86882025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.600 INFO O| Sep 23 04:37:01.600 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86892025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.616 INFO O| Sep 23 04:37:01.616 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86902025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.616 INFO O| Sep 23 04:37:01.616 INFO copying /tmp/.tmpAD3rni/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 ...
86912025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.616 INFO O| Sep 23 04:37:01.616 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
86922025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.616 INFO O| Sep 23 04:37:01.616 INFO ok!
86932025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.616 INFO O| Sep 23 04:37:01.616 INFO STEP 59 (ensure_file) COMPLETE
86942025-09-23T04:37:02.063Z[ recovery-image] Sep 23 04:37:01.616 INFO O| Sep 23 04:37:01.616 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86952025-09-23T04:37:02.088Z[ recovery-image] Sep 23 04:37:01.631 INFO O| Sep 23 04:37:01.630 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86962025-09-23T04:37:02.089Z[ recovery-image] Sep 23 04:37:01.631 INFO O| Sep 23 04:37:01.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86972025-09-23T04:37:02.089Z[ recovery-image] Sep 23 04:37:01.631 INFO O| Sep 23 04:37:01.631 INFO STEP 60 (ensure_dir) COMPLETE
86982025-09-23T04:37:02.089Z[ recovery-image] Sep 23 04:37:01.631 INFO O| Sep 23 04:37:01.631 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86992025-09-23T04:37:02.113Z[ recovery-image] Sep 23 04:37:01.648 INFO O| Sep 23 04:37:01.648 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87002025-09-23T04:37:02.113Z[ recovery-image] Sep 23 04:37:01.648 INFO O| Sep 23 04:37:01.648 INFO copying /tmp/.tmpAD3rni/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 ...
87012025-09-23T04:37:02.113Z[ recovery-image] Sep 23 04:37:01.648 INFO O| Sep 23 04:37:01.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87022025-09-23T04:37:02.114Z[ recovery-image] Sep 23 04:37:01.648 INFO O| Sep 23 04:37:01.648 INFO ok!
87032025-09-23T04:37:02.114Z[ recovery-image] Sep 23 04:37:01.648 INFO O| Sep 23 04:37:01.648 INFO STEP 61 (ensure_file) COMPLETE
87042025-09-23T04:37:02.114Z[ recovery-image] Sep 23 04:37:01.648 INFO O| Sep 23 04:37:01.648 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87052025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.672 INFO O| Sep 23 04:37:01.672 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87062025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.672 INFO O| Sep 23 04:37:01.672 INFO copying /tmp/.tmpAD3rni/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 ...
87072025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.672 INFO O| Sep 23 04:37:01.672 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
87082025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.672 INFO O| Sep 23 04:37:01.672 INFO ok!
87092025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.672 INFO O| Sep 23 04:37:01.672 INFO STEP 62 (ensure_file) COMPLETE
87102025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.672 INFO O| Sep 23 04:37:01.672 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87112025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.690 INFO O| Sep 23 04:37:01.690 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87122025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.691 INFO O| Sep 23 04:37:01.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87132025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.691 INFO O| Sep 23 04:37:01.691 INFO STEP 63 (ensure_dir) COMPLETE
87142025-09-23T04:37:02.139Z[ recovery-image] Sep 23 04:37:01.691 INFO O| Sep 23 04:37:01.691 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87152025-09-23T04:37:02.164Z[ recovery-image] Sep 23 04:37:01.706 INFO O| Sep 23 04:37:01.706 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87162025-09-23T04:37:02.164Z[ recovery-image] Sep 23 04:37:01.706 INFO O| Sep 23 04:37:01.706 INFO copying /tmp/.tmpAD3rni/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 ...
87172025-09-23T04:37:02.164Z[ recovery-image] Sep 23 04:37:01.706 INFO O| Sep 23 04:37:01.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87182025-09-23T04:37:02.164Z[ recovery-image] Sep 23 04:37:01.706 INFO O| Sep 23 04:37:01.706 INFO ok!
87192025-09-23T04:37:02.164Z[ recovery-image] Sep 23 04:37:01.707 INFO O| Sep 23 04:37:01.706 INFO STEP 64 (ensure_file) COMPLETE
87202025-09-23T04:37:02.164Z[ recovery-image] Sep 23 04:37:01.707 INFO O| Sep 23 04:37:01.706 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87212025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.722 INFO O| Sep 23 04:37:01.722 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87222025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.722 INFO O| Sep 23 04:37:01.722 INFO copying /tmp/.tmpAD3rni/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87232025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.722 INFO O| Sep 23 04:37:01.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87242025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.722 INFO O| Sep 23 04:37:01.722 INFO ok!
87252025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.722 INFO O| Sep 23 04:37:01.722 INFO STEP 65 (ensure_file) COMPLETE
87262025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.722 INFO O| Sep 23 04:37:01.722 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87272025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.736 INFO O| Sep 23 04:37:01.736 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87282025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.736 INFO O| Sep 23 04:37:01.736 INFO STEP 66 (ensure_dir) COMPLETE
87292025-09-23T04:37:02.190Z[ recovery-image] Sep 23 04:37:01.736 INFO O| Sep 23 04:37:01.736 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87302025-09-23T04:37:02.215Z[ recovery-image] Sep 23 04:37:01.752 INFO O| Sep 23 04:37:01.752 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87312025-09-23T04:37:02.215Z[ recovery-image] Sep 23 04:37:01.752 INFO O| Sep 23 04:37:01.752 INFO STEP 67 (ensure_dir) COMPLETE
87322025-09-23T04:37:02.215Z[ recovery-image] Sep 23 04:37:01.752 INFO O| Sep 23 04:37:01.752 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87332025-09-23T04:37:02.215Z[ recovery-image] Sep 23 04:37:01.769 INFO O| Sep 23 04:37:01.769 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87342025-09-23T04:37:02.215Z[ recovery-image] Sep 23 04:37:01.770 INFO O| Sep 23 04:37:01.769 INFO STEP 68 (ensure_dir) COMPLETE
87352025-09-23T04:37:02.215Z[ recovery-image] Sep 23 04:37:01.770 INFO O| Sep 23 04:37:01.769 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87362025-09-23T04:37:02.240Z[ recovery-image] Sep 23 04:37:01.786 INFO O| Sep 23 04:37:01.786 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87372025-09-23T04:37:02.240Z[ recovery-image] Sep 23 04:37:01.786 INFO O| Sep 23 04:37:01.786 INFO STEP 69 (ensure_dir) COMPLETE
87382025-09-23T04:37:02.240Z[ recovery-image] Sep 23 04:37:01.786 INFO O| Sep 23 04:37:01.786 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87392025-09-23T04:37:02.265Z[ recovery-image] Sep 23 04:37:01.798 INFO O| Sep 23 04:37:01.798 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87402025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.798 INFO O| Sep 23 04:37:01.798 INFO copying /tmp/.tmpAD3rni/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87412025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.798 INFO O| Sep 23 04:37:01.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87422025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.798 INFO O| Sep 23 04:37:01.798 INFO ok!
87432025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.799 INFO O| Sep 23 04:37:01.798 INFO STEP 70 (ensure_file) COMPLETE
87442025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.799 INFO O| Sep 23 04:37:01.798 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.815 INFO O| Sep 23 04:37:01.815 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87462025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.816 INFO O| Sep 23 04:37:01.815 INFO STEP 71 (remove_files) COMPLETE
87472025-09-23T04:37:02.266Z[ recovery-image] Sep 23 04:37:01.816 INFO O| Sep 23 04:37:01.816 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482025-09-23T04:37:02.290Z[ recovery-image] Sep 23 04:37:01.832 INFO O| Sep 23 04:37:01.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87492025-09-23T04:37:02.291Z[ recovery-image] Sep 23 04:37:01.833 INFO O| Sep 23 04:37:01.832 INFO STEP 72 (remove_files) COMPLETE
87502025-09-23T04:37:02.291Z[ recovery-image] Sep 23 04:37:01.833 INFO O| Sep 23 04:37:01.832 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512025-09-23T04:37:02.315Z[ recovery-image] Sep 23 04:37:01.848 INFO O| Sep 23 04:37:01.848 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87522025-09-23T04:37:02.315Z[ recovery-image] Sep 23 04:37:01.849 INFO O| Sep 23 04:37:01.849 INFO STEP 73 (remove_files) COMPLETE
87532025-09-23T04:37:02.316Z[ recovery-image] Sep 23 04:37:01.849 INFO O| Sep 23 04:37:01.849 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542025-09-23T04:37:02.316Z[ recovery-image] Sep 23 04:37:01.862 INFO O| Sep 23 04:37:01.862 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87552025-09-23T04:37:02.316Z[ recovery-image] Sep 23 04:37:01.862 INFO O| Sep 23 04:37:01.862 INFO STEP 74 (remove_files) COMPLETE
87562025-09-23T04:37:02.316Z[ recovery-image] Sep 23 04:37:01.862 INFO O| Sep 23 04:37:01.862 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572025-09-23T04:37:02.340Z[ recovery-image] Sep 23 04:37:01.879 INFO O| Sep 23 04:37:01.879 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87582025-09-23T04:37:02.340Z[ recovery-image] Sep 23 04:37:01.880 INFO O| Sep 23 04:37:01.880 INFO STEP 75 (remove_files) COMPLETE
87592025-09-23T04:37:02.340Z[ recovery-image] Sep 23 04:37:01.880 INFO O| Sep 23 04:37:01.880 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87602025-09-23T04:37:02.340Z[ recovery-image] Sep 23 04:37:01.894 INFO O| Sep 23 04:37:01.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87612025-09-23T04:37:02.340Z[ recovery-image] Sep 23 04:37:01.894 INFO O| Sep 23 04:37:01.894 INFO STEP 76 (remove_files) COMPLETE
87622025-09-23T04:37:02.340Z[ recovery-image] Sep 23 04:37:01.894 INFO O| Sep 23 04:37:01.894 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87632025-09-23T04:37:02.365Z[ recovery-image] Sep 23 04:37:01.910 INFO O| Sep 23 04:37:01.910 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87642025-09-23T04:37:02.365Z[ recovery-image] Sep 23 04:37:01.910 INFO O| Sep 23 04:37:01.910 INFO STEP 77 (remove_files) COMPLETE
87652025-09-23T04:37:02.365Z[ recovery-image] Sep 23 04:37:01.910 INFO O| Sep 23 04:37:01.910 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87662025-09-23T04:37:02.390Z[ recovery-image] Sep 23 04:37:01.924 INFO O| Sep 23 04:37:01.923 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87672025-09-23T04:37:02.390Z[ recovery-image] Sep 23 04:37:01.924 INFO O| Sep 23 04:37:01.924 INFO STEP 78 (remove_files) COMPLETE
87682025-09-23T04:37:02.390Z[ recovery-image] Sep 23 04:37:01.924 INFO O| Sep 23 04:37:01.924 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87692025-09-23T04:37:02.390Z[ recovery-image] Sep 23 04:37:01.940 INFO O| Sep 23 04:37:01.940 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87702025-09-23T04:37:02.390Z[ recovery-image] Sep 23 04:37:01.941 INFO O| Sep 23 04:37:01.941 INFO STEP 79 (remove_files) COMPLETE
87712025-09-23T04:37:02.390Z[ recovery-image] Sep 23 04:37:01.941 INFO O| Sep 23 04:37:01.941 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87722025-09-23T04:37:02.415Z[ recovery-image] Sep 23 04:37:01.957 INFO O| Sep 23 04:37:01.957 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87732025-09-23T04:37:02.415Z[ recovery-image] Sep 23 04:37:01.957 INFO O| Sep 23 04:37:01.957 INFO STEP 80 (remove_files) COMPLETE
87742025-09-23T04:37:02.415Z[ recovery-image] Sep 23 04:37:01.957 INFO O| Sep 23 04:37:01.957 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87752025-09-23T04:37:02.440Z[ recovery-image] Sep 23 04:37:01.973 INFO O| Sep 23 04:37:01.973 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87762025-09-23T04:37:02.440Z[ recovery-image] Sep 23 04:37:01.973 INFO O| Sep 23 04:37:01.973 INFO STEP 81 (remove_files) COMPLETE
87772025-09-23T04:37:02.440Z[ recovery-image] Sep 23 04:37:01.973 INFO O| Sep 23 04:37:01.973 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87782025-09-23T04:37:02.440Z[ recovery-image] Sep 23 04:37:01.989 INFO O| Sep 23 04:37:01.989 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87792025-09-23T04:37:02.440Z[ recovery-image] Sep 23 04:37:01.989 INFO O| Sep 23 04:37:01.989 INFO STEP 82 (remove_files) COMPLETE
87802025-09-23T04:37:02.440Z[ recovery-image] Sep 23 04:37:01.989 INFO O| Sep 23 04:37:01.989 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87812025-09-23T04:37:02.465Z[ recovery-image] Sep 23 04:37:02.003 INFO O| Sep 23 04:37:02.003 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87822025-09-23T04:37:02.465Z[ recovery-image] Sep 23 04:37:02.003 INFO O| Sep 23 04:37:02.003 INFO STEP 83 (remove_files) COMPLETE
87832025-09-23T04:37:02.465Z[ recovery-image] Sep 23 04:37:02.003 INFO O| Sep 23 04:37:02.003 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87842025-09-23T04:37:02.465Z[ recovery-image] Sep 23 04:37:02.020 INFO O| Sep 23 04:37:02.019 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87852025-09-23T04:37:02.465Z[ recovery-image] Sep 23 04:37:02.020 INFO O| Sep 23 04:37:02.020 INFO STEP 84 (remove_files) COMPLETE
87862025-09-23T04:37:02.465Z[ recovery-image] Sep 23 04:37:02.020 INFO O| Sep 23 04:37:02.020 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872025-09-23T04:37:02.491Z[ recovery-image] Sep 23 04:37:02.036 INFO O| Sep 23 04:37:02.036 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87882025-09-23T04:37:02.492Z[ recovery-image] Sep 23 04:37:02.036 INFO O| Sep 23 04:37:02.036 INFO STEP 85 (remove_files) COMPLETE
87892025-09-23T04:37:02.492Z[ recovery-image] Sep 23 04:37:02.036 INFO O| Sep 23 04:37:02.036 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902025-09-23T04:37:02.517Z[ recovery-image] Sep 23 04:37:02.053 INFO O| Sep 23 04:37:02.053 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87912025-09-23T04:37:02.517Z[ recovery-image] Sep 23 04:37:02.053 INFO O| Sep 23 04:37:02.053 INFO STEP 86 (remove_files) COMPLETE
87922025-09-23T04:37:02.517Z[ recovery-image] Sep 23 04:37:02.053 INFO O| Sep 23 04:37:02.053 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932025-09-23T04:37:02.517Z[ recovery-image] Sep 23 04:37:02.071 INFO O| Sep 23 04:37:02.071 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87942025-09-23T04:37:02.517Z[ recovery-image] Sep 23 04:37:02.071 INFO O| Sep 23 04:37:02.071 INFO STEP 87 (remove_files) COMPLETE
87952025-09-23T04:37:02.517Z[ recovery-image] Sep 23 04:37:02.071 INFO O| Sep 23 04:37:02.071 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87962025-09-23T04:37:02.542Z[ recovery-image] Sep 23 04:37:02.090 INFO O| Sep 23 04:37:02.090 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87972025-09-23T04:37:02.542Z[ recovery-image] Sep 23 04:37:02.090 INFO O| Sep 23 04:37:02.090 INFO STEP 88 (remove_files) COMPLETE
87982025-09-23T04:37:02.542Z[ recovery-image] Sep 23 04:37:02.090 INFO O| Sep 23 04:37:02.090 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87992025-09-23T04:37:02.567Z[ recovery-image] Sep 23 04:37:02.106 INFO O| Sep 23 04:37:02.106 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88002025-09-23T04:37:02.567Z[ recovery-image] Sep 23 04:37:02.106 INFO O| Sep 23 04:37:02.106 INFO STEP 89 (remove_files) COMPLETE
88012025-09-23T04:37:02.567Z[ recovery-image] Sep 23 04:37:02.106 INFO O| Sep 23 04:37:02.106 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88022025-09-23T04:37:02.567Z[ recovery-image] Sep 23 04:37:02.121 INFO O| Sep 23 04:37:02.120 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88032025-09-23T04:37:02.567Z[ recovery-image] Sep 23 04:37:02.121 INFO O| Sep 23 04:37:02.121 INFO STEP 90 (remove_files) COMPLETE
88042025-09-23T04:37:02.567Z[ recovery-image] Sep 23 04:37:02.121 INFO O| Sep 23 04:37:02.121 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88052025-09-23T04:37:02.592Z[ recovery-image] Sep 23 04:37:02.136 INFO O| Sep 23 04:37:02.136 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88062025-09-23T04:37:02.592Z[ recovery-image] Sep 23 04:37:02.136 INFO O| Sep 23 04:37:02.136 INFO STEP 91 (remove_files) COMPLETE
88072025-09-23T04:37:02.592Z[ recovery-image] Sep 23 04:37:02.136 INFO O| Sep 23 04:37:02.136 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88082025-09-23T04:37:02.617Z[ recovery-image] Sep 23 04:37:02.150 INFO O| Sep 23 04:37:02.150 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88092025-09-23T04:37:02.617Z[ recovery-image] Sep 23 04:37:02.150 INFO O| Sep 23 04:37:02.150 INFO STEP 92 (remove_files) COMPLETE
88102025-09-23T04:37:02.617Z[ recovery-image] Sep 23 04:37:02.150 INFO O| Sep 23 04:37:02.150 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88112025-09-23T04:37:02.617Z[ recovery-image] Sep 23 04:37:02.167 INFO O| Sep 23 04:37:02.167 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88122025-09-23T04:37:02.617Z[ recovery-image] Sep 23 04:37:02.167 INFO O| Sep 23 04:37:02.167 INFO STEP 93 (remove_files) COMPLETE
88132025-09-23T04:37:02.617Z[ recovery-image] Sep 23 04:37:02.167 INFO O| Sep 23 04:37:02.167 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88142025-09-23T04:37:02.642Z[ recovery-image] Sep 23 04:37:02.183 INFO O| Sep 23 04:37:02.183 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88152025-09-23T04:37:02.642Z[ recovery-image] Sep 23 04:37:02.184 INFO O| Sep 23 04:37:02.184 INFO STEP 94 (remove_files) COMPLETE
88162025-09-23T04:37:02.642Z[ recovery-image] Sep 23 04:37:02.184 INFO O| Sep 23 04:37:02.184 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88172025-09-23T04:37:02.667Z[ recovery-image] Sep 23 04:37:02.200 INFO O| Sep 23 04:37:02.200 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88182025-09-23T04:37:02.667Z[ recovery-image] Sep 23 04:37:02.201 INFO O| Sep 23 04:37:02.200 INFO STEP 95 (remove_files) COMPLETE
88192025-09-23T04:37:02.667Z[ recovery-image] Sep 23 04:37:02.201 INFO O| Sep 23 04:37:02.200 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88202025-09-23T04:37:02.667Z[ recovery-image] Sep 23 04:37:02.218 INFO O| Sep 23 04:37:02.218 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88212025-09-23T04:37:02.667Z[ recovery-image] Sep 23 04:37:02.218 INFO O| Sep 23 04:37:02.218 INFO STEP 96 (remove_files) COMPLETE
88222025-09-23T04:37:02.667Z[ recovery-image] Sep 23 04:37:02.218 INFO O| Sep 23 04:37:02.218 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88232025-09-23T04:37:02.692Z[ recovery-image] Sep 23 04:37:02.236 INFO O| Sep 23 04:37:02.236 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88242025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.236 INFO O| Sep 23 04:37:02.236 INFO STEP 97 (remove_files) COMPLETE
88252025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.236 INFO O| Sep 23 04:37:02.236 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88262025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.250 INFO O| Sep 23 04:37:02.250 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88272025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.250 INFO O| Sep 23 04:37:02.250 INFO STEP 98 (remove_files) COMPLETE
88282025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.250 INFO O| Sep 23 04:37:02.250 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88292025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.264 INFO O| Sep 23 04:37:02.264 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88302025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.264 INFO O| Sep 23 04:37:02.264 INFO STEP 99 (remove_files) COMPLETE
88312025-09-23T04:37:02.717Z[ recovery-image] Sep 23 04:37:02.264 INFO O| Sep 23 04:37:02.264 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88322025-09-23T04:37:02.742Z[ recovery-image] Sep 23 04:37:02.283 INFO O| Sep 23 04:37:02.283 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88332025-09-23T04:37:02.742Z[ recovery-image] Sep 23 04:37:02.284 INFO O| Sep 23 04:37:02.283 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
88342025-09-23T04:37:08.961Z[ recovery-image] Sep 23 04:37:08.516 INFO O| Sep 23 04:37:08.516 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
88352025-09-23T04:37:08.961Z[ recovery-image] Sep 23 04:37:08.517 INFO O| Sep 23 04:37:08.516 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88362025-09-23T04:37:09.000Z[ recovery-image] Sep 23 04:37:08.556 INFO O| Sep 23 04:37:08.556 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"}
88372025-09-23T04:37:09.179Z[ recovery-image] Sep 23 04:37:08.735 INFO O| Sep 23 04:37:08.735 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88382025-09-23T04:37:09.304Z[ recovery-image] Sep 23 04:37:08.860 INFO O| Sep 23 04:37:08.860 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_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"}
88392025-09-23T04:37:09.424Z[ recovery-image] Sep 23 04:37:08.979 INFO O| Sep 23 04:37:08.979 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88402025-09-23T04:37:09.424Z[ recovery-image] Sep 23 04:37:08.979 INFO O| Sep 23 04:37:08.979 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 ...
88412025-09-23T04:37:09.449Z[ recovery-image] Sep 23 04:37:08.982 INFO O| Sep 23 04:37:08.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88422025-09-23T04:37:09.449Z[ recovery-image] Sep 23 04:37:08.982 INFO O| Sep 23 04:37:08.982 INFO ok!
88432025-09-23T04:37:09.450Z[ recovery-image] Sep 23 04:37:08.982 INFO O| Sep 23 04:37:08.982 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88442025-09-23T04:37:09.450Z[ recovery-image] Sep 23 04:37:08.982 INFO O| Sep 23 04:37:08.982 INFO STEP 100 (seed_smf) COMPLETE
88452025-09-23T04:37:09.450Z[ recovery-image] Sep 23 04:37:08.982 INFO O| Sep 23 04:37:08.982 INFO steps complete; finalising image!
88462025-09-23T04:37:09.450Z[ recovery-image] Sep 23 04:37:08.982 INFO O| Sep 23 04:37:08.982 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88472025-09-23T04:37:09.523Z[ recovery-image] Sep 23 04:37:09.079 INFO O| Sep 23 04:37:09.078 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Sep 23 04:37:08 2025)
88482025-09-23T04:37:09.733Z[ recovery-image] Sep 23 04:37:09.289 INFO O| Sep 23 04:37:09.289 INFO trim TEMPORARY-sled-zfs-recovery: (13% trimmed, started at Tue Sep 23 04:37:08 2025)
88492025-09-23T04:37:09.942Z[ recovery-image] Sep 23 04:37:09.498 INFO O| Sep 23 04:37:09.498 INFO trim TEMPORARY-sled-zfs-recovery: (17% trimmed, started at Tue Sep 23 04:37:08 2025)
88502025-09-23T04:37:10.153Z[ recovery-image] Sep 23 04:37:09.709 INFO O| Sep 23 04:37:09.709 INFO trim TEMPORARY-sled-zfs-recovery: (30% trimmed, started at Tue Sep 23 04:37:08 2025)
88512025-09-23T04:37:10.364Z[ recovery-image] Sep 23 04:37:09.920 INFO O| Sep 23 04:37:09.920 INFO trim TEMPORARY-sled-zfs-recovery: (38% trimmed, started at Tue Sep 23 04:37:08 2025)
88522025-09-23T04:37:10.574Z[ recovery-image] Sep 23 04:37:10.130 INFO O| Sep 23 04:37:10.130 INFO trim TEMPORARY-sled-zfs-recovery: (51% trimmed, started at Tue Sep 23 04:37:08 2025)
88532025-09-23T04:37:10.786Z[ recovery-image] Sep 23 04:37:10.342 INFO O| Sep 23 04:37:10.342 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Tue Sep 23 04:37:08 2025)
88542025-09-23T04:37:10.997Z[ recovery-image] Sep 23 04:37:10.553 INFO O| Sep 23 04:37:10.552 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Sep 23 04:37:08 2025)
88552025-09-23T04:37:11.224Z[ recovery-image] Sep 23 04:37:10.780 INFO O| Sep 23 04:37:10.779 INFO temporary pool has 445M used, 1.32G avail, 1.00x compressratio
88562025-09-23T04:37:11.249Z[ recovery-image] Sep 23 04:37:10.780 INFO O| Sep 23 04:37:10.780 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88572025-09-23T04:37:12.162Z[ recovery-image] Sep 23 04:37:11.718 INFO O| Sep 23 04:37:11.717 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
88582025-09-23T04:37:12.162Z[ recovery-image] Sep 23 04:37:11.718 INFO O| Sep 23 04:37:11.718 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88592025-09-23T04:37:17.099Z[ recovery-image] Sep 23 04:37:16.655 INFO O| Sep 23 04:37:16.655 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88602025-09-23T04:37:17.099Z[ recovery-image] Sep 23 04:37:16.655 INFO O| Sep 23 04:37:16.655 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88612025-09-23T04:37:17.124Z[ recovery-image] Sep 23 04:37:16.655 INFO O| Sep 23 04:37:16.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88622025-09-23T04:37:17.124Z[ recovery-image] Sep 23 04:37:16.655 INFO O| Sep 23 04:37:16.655 INFO completed processing sled/zfs-recovery
88632025-09-23T04:37:17.124Z[ recovery-image] Sep 23 04:37:16.655 INFO O| Sep 23 04:37:16.655 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88642025-09-23T04:37:17.241Z[ recovery-image] Sep 23 04:37:16.797 INFO O| Sep 23 04:37:16.797 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88652025-09-23T04:37:17.325Z[ recovery-image] Sep 23 04:37:16.882 INFO BUILD STRING "heads/stlouis-0-g900cc17c01\n"
88662025-09-23T04:37:17.350Z[ recovery-image] Sep 23 04:37:16.882 INFO expanded image name: "recovery bcdabfd/${os_short_commit} 2025-09-23 03:55" -> "recovery bcdabfd/900cc17 2025-09-23 03:55"
88672025-09-23T04:37:17.350Z[ recovery-image] Sep 23 04:37:16.883 INFO output artefacts stored in: "/work/os-recovery"
88682025-09-23T04:37:17.350Z[ recovery-image] Sep 23 04:37:16.883 INFO collecting git info from project "phbl"...
88692025-09-23T04:37:17.375Z[ recovery-image] Sep 23 04:37:16.916 INFO collecting git info from project "amd-host-image-builder"...
88702025-09-23T04:37:17.428Z[ recovery-image] Sep 23 04:37:16.985 INFO collecting git info from project "bootserver"...
88712025-09-23T04:37:17.453Z[ recovery-image] Sep 23 04:37:16.999 INFO collecting git info from project "chelsio-t6-roms"...
88722025-09-23T04:37:17.478Z[ recovery-image] Sep 23 04:37:17.032 INFO collecting git info from project "pinprick"...
88732025-09-23T04:37:17.502Z[ recovery-image] Sep 23 04:37:17.053 INFO collecting git info from project "image-builder"...
88742025-09-23T04:37:17.935Z[ recovery-image] Sep 23 04:37:17.492 INFO collecting git info from project "pilot"...
88752025-09-23T04:37:18.136Z[ recovery-image] Sep 23 04:37:17.692 INFO collecting git info from project "amd-firmware"...
88762025-09-23T04:37:19.117Z[ recovery-image] Sep 23 04:37:18.673 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88772025-09-23T04:37:19.880Z[ recovery-image] Sep 23 04:37:19.436 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88782025-09-23T04:37:20.600Z[ recovery-image] Sep 23 04:37:20.156 INFO creating Oxide boot image...
88792025-09-23T04:37:20.625Z[ recovery-image] Sep 23 04:37:20.157 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery bcdabfd/900cc17 2025-09-23 03:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88802025-09-23T04:37:59.998Z[ host-image] Sep 23 04:37:59.557 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23559:20250918T130040Z
88812025-09-23T04:37:59.998Z[ host-image] Sep 23 04:37:59.557 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23559:20250918T130040Z
88822025-09-23T04:37:59.998Z[ host-image] Sep 23 04:37:59.557 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88832025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.557 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88842025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.557 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88852025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.557 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88862025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.558 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88872025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.558 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88882025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.559 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250923T035604Z
88892025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.559 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88902025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.559 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88912025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.559 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23559:20250918T130041Z
88922025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.560 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23559:20250918T130041Z
88932025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.560 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23559:20250918T130041Z
88942025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.560 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23559:20250918T130042Z
88952025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.560 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88962025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23559:20250918T130042Z
88972025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23559:20250918T130042Z
88982025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23559:20250918T130042Z
88992025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23559:20250918T130042Z
89002025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23559:20250918T130043Z
89012025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23559:20250918T130043Z
89022025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23559:20250918T130043Z
89032025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.561 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23559:20250918T130044Z
89042025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23559:20250918T130044Z
89052025-09-23T04:38:00.045Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23559:20250918T130044Z
89062025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23559:20250918T130046Z
89072025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23559:20250918T130046Z
89082025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23559:20250918T130047Z
89092025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23559:20250918T130048Z
89102025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.423:20250915T112418Z
89112025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23559:20250918T130049Z
89122025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23559:20250918T130051Z
89132025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23559:20250918T130052Z
89142025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.562 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23559:20250918T130053Z
89152025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.563 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23559:20250918T130054Z
89162025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.563 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23559:20250918T130054Z
89172025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89182025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23559:20250918T130054Z
89192025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89202025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89212025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89222025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23559:20250918T130055Z
89232025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89242025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.568 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89252025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.569 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89262025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.569 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89272025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.575 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89282025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.575 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89292025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.575 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89302025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.576 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89312025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.576 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89322025-09-23T04:38:00.046Z[ host-image] Sep 23 04:37:59.576 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89332025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.594 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
89342025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.594 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89352025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.594 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89362025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23559:20250918T130056Z
89372025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23559:20250918T130102Z
89382025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89392025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23559:20250918T130103Z
89402025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89412025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89422025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89432025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89442025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23559:20250918T130103Z
89452025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.595 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89462025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.597 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89472025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.597 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89482025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.597 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89492025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.597 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23559:20250918T130103Z
89502025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.597 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89512025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.604 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89522025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.604 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23559:20250918T130104Z
89532025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.605 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23559:20250918T130104Z
89542025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.605 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23559:20250918T130104Z
89552025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.605 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89562025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.605 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23559:20250918T130105Z
89572025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.605 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23559:20250918T130105Z
89582025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.605 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23559:20250918T130106Z
89592025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.606 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23559:20250918T130106Z
89602025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.607 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89612025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.607 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23559:20250918T130106Z
89622025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.608 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23559:20250918T130107Z
89632025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.608 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89642025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.608 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23559:20250918T130107Z
89652025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.608 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23559:20250918T130108Z
89662025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.608 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23559:20250918T130108Z
89672025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.608 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23559:20250918T130108Z
89682025-09-23T04:38:00.072Z[ host-image] Sep 23 04:37:59.612 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23559:20250918T130108Z
89692025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.612 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89702025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.613 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23559:20250918T130108Z
89712025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.614 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23559:20250918T130108Z
89722025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.614 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23559:20250918T130108Z
89732025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.614 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23559:20250918T130109Z
89742025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.614 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23559:20250918T130109Z
89752025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.614 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23559:20250918T130109Z
89762025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.619 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23559:20250918T130111Z
89772025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.619 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23559:20250918T130110Z
89782025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.619 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23559:20250918T130110Z
89792025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.620 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23559:20250918T130110Z
89802025-09-23T04:38:00.073Z[ host-image] Sep 23 04:37:59.620 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23559:20250918T130111Z
89812025-09-23T04:38:00.098Z[ host-image] Sep 23 04:37:59.636 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23559:20250918T130114Z
89822025-09-23T04:38:00.098Z[ host-image] Sep 23 04:37:59.636 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23559:20250918T130111Z
89832025-09-23T04:38:00.098Z[ host-image] Sep 23 04:37:59.636 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23559:20250918T130111Z
89842025-09-23T04:38:00.098Z[ host-image] Sep 23 04:37:59.636 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89852025-09-23T04:38:00.098Z[ host-image] Sep 23 04:37:59.636 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89862025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.659 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23559:20250918T130111Z
89872025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.659 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89882025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.659 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23559:20250918T130111Z
89892025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.659 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23559:20250918T130112Z
89902025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.660 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23559:20250918T130112Z
89912025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.660 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89922025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.660 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89932025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.660 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23559:20250918T130113Z
89942025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.660 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23559:20250918T130113Z
89952025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.660 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23559:20250918T130113Z
89962025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.661 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23559:20250918T130113Z
89972025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.661 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23559:20250918T130113Z
89982025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.661 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23559:20250918T130114Z
89992025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.668 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90002025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.669 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23559:20250918T130114Z
90012025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.669 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23559:20250918T130114Z
90022025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.669 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23559:20250918T130114Z
90032025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.669 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23559:20250918T130115Z
90042025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23559:20250918T130115Z
90052025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23559:20250918T130115Z
90062025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90072025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90082025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23559:20250918T130117Z
90092025-09-23T04:38:00.123Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23559:20250918T130118Z
90102025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90112025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90122025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90132025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90142025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.670 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90152025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.671 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90162025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.672 INFO O| install = pkg://helios-dev/web/curl@8.16.0-2.0:20250922T144538Z
90172025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.673 INFO O| tempdir @ "/tmp/.tmppZBN0w/tmp"
90182025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.673 INFO O| image root @ "/tmp/.tmppZBN0w/tmp/root"
90192025-09-23T04:38:00.124Z[ host-image] Sep 23 04:37:59.673 INFO O| creating image...
90202025-09-23T04:38:00.955Z[ host-image] Sep 23 04:38:00.514 INFO O| copying publishers...
90212025-09-23T04:38:33.976Z[ recovery-image] Sep 23 04:38:33.537 INFO O| ok, image written!
90222025-09-23T04:38:34.001Z[ recovery-image] Sep 23 04:38:33.537 INFO O| ok, boot_image_csum file written!
90232025-09-23T04:38:34.001Z[ recovery-image] Sep 23 04:38:33.544 INFO creating boot archive (CPIO)...
90242025-09-23T04:38:34.002Z[ recovery-image] Sep 23 04:38:33.544 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
90252025-09-23T04:38:34.002Z[ recovery-image] Sep 23 04:38:33.557 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90262025-09-23T04:38:34.002Z[ recovery-image] Sep 23 04:38:33.558 INFO E| + outfile=/work/os-recovery/cpio
90272025-09-23T04:38:34.002Z[ recovery-image] Sep 23 04:38:33.558 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90282025-09-23T04:38:34.002Z[ recovery-image] Sep 23 04:38:33.561 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90292025-09-23T04:38:34.002Z[ recovery-image] Sep 23 04:38:33.561 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90302025-09-23T04:38:34.047Z[ recovery-image] Sep 23 04:38:33.607 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90312025-09-23T04:38:34.047Z[ recovery-image] Sep 23 04:38:33.608 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90322025-09-23T04:38:34.072Z[ recovery-image] Sep 23 04:38:33.621 INFO creating compressed cpio/unix for dev loaders...
90332025-09-23T04:38:34.072Z[ recovery-image] Sep 23 04:38:33.621 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
90342025-09-23T04:38:34.524Z[ recovery-image] Sep 23 04:38:34.085 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90352025-09-23T04:38:41.340Z[ recovery-image] Sep 23 04:38:40.901 INFO creating reset image...
90362025-09-23T04:38:41.340Z[ recovery-image] Sep 23 04:38:40.901 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90372025-09-23T04:38:49.126Z[ host-image] Sep 23 04:38:48.688 INFO O| adding properties...
90382025-09-23T04:38:50.962Z[ host-image] Sep 23 04:38:50.523 INFO O| installing packages...
90392025-09-23T04:39:27.231Z[ host-image] Sep 23 04:39:26.795 INFO O| seeding SMF database...
90402025-09-23T04:39:35.629Z[ recovery-image] Sep 23 04:39:35.193 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')"
90412025-09-23T04:39:35.654Z[ recovery-image] Sep 23 04:39:35.193 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")
90422025-09-23T04:39:36.019Z[ host-image] Sep 23 04:39:35.583 INFO O| configuring SMF profile...
90432025-09-23T04:39:36.019Z[ host-image] Sep 23 04:39:35.584 INFO O| modifying shadow(5)...
90442025-09-23T04:39:36.044Z[ host-image] Sep 23 04:39:35.584 INFO O| loading user and group database...
90452025-09-23T04:39:36.044Z[ host-image] Sep 23 04:39:35.584 INFO O| loading facet selections...
90462025-09-23T04:39:36.158Z[ recovery-image] Sep 23 04:39:35.723 INFO E| Updating crates.io index
90472025-09-23T04:39:36.464Z[ recovery-image] Sep 23 04:39:36.028 INFO E| Downloading crates ...
90482025-09-23T04:39:36.729Z[ host-image] Sep 23 04:39:36.293 INFO O| devel -> true
90492025-09-23T04:39:36.729Z[ host-image] Sep 23 04:39:36.293 INFO O| doc.man -> true
90502025-09-23T04:39:36.754Z[ host-image] Sep 23 04:39:36.293 INFO O| version-lock.shell/ksh93 -> true
90512025-09-23T04:39:36.754Z[ host-image] Sep 23 04:39:36.293 INFO O| version-lock.system/data/hardware-registry -> true
90522025-09-23T04:39:36.754Z[ host-image] Sep 23 04:39:36.293 INFO O| version-lock.system/data/zoneinfo -> true
90532025-09-23T04:39:36.754Z[ host-image] Sep 23 04:39:36.293 INFO O| version-lock.system/microcode/amd -> true
90542025-09-23T04:39:36.754Z[ host-image] Sep 23 04:39:36.293 INFO O| version-lock.system/microcode/intel -> true
90552025-09-23T04:39:36.754Z[ host-image] Sep 23 04:39:36.293 INFO O| version-lock.system/microcode/oxide -> true
90562025-09-23T04:39:36.754Z[ host-image] Sep 23 04:39:36.293 INFO O| assessing packaged files...
90572025-09-23T04:39:36.780Z[ recovery-image] Sep 23 04:39:36.329 INFO E| Downloaded signal-hook-registry v1.4.6
90582025-09-23T04:39:36.780Z[ recovery-image] Sep 23 04:39:36.332 INFO E| Downloaded shared_child v1.1.1
90592025-09-23T04:39:36.780Z[ recovery-image] Sep 23 04:39:36.335 INFO E| Downloaded sigchld v0.2.4
90602025-09-23T04:39:36.780Z[ recovery-image] Sep 23 04:39:36.336 INFO E| Downloaded duct v1.1.0
90612025-09-23T04:39:36.780Z[ recovery-image] Sep 23 04:39:36.339 INFO E| Downloaded colorchoice v1.0.4
90622025-09-23T04:39:36.780Z[ recovery-image] Sep 23 04:39:36.341 INFO E| Downloaded anstyle-query v1.1.4
90632025-09-23T04:39:36.780Z[ recovery-image] Sep 23 04:39:36.343 INFO E| Downloaded os_pipe v1.2.2
90642025-09-23T04:39:36.805Z[ recovery-image] Sep 23 04:39:36.345 INFO E| Downloaded clap_lex v0.7.5
90652025-09-23T04:39:36.805Z[ recovery-image] Sep 23 04:39:36.346 INFO E| Downloaded clap_derive v4.5.47
90662025-09-23T04:39:36.805Z[ recovery-image] Sep 23 04:39:36.349 INFO E| Downloaded clap v4.5.47
90672025-09-23T04:39:36.805Z[ recovery-image] Sep 23 04:39:36.361 INFO E| Downloaded anstyle-parse v0.2.7
90682025-09-23T04:39:36.805Z[ recovery-image] Sep 23 04:39:36.363 INFO E| Downloaded anstream v0.6.20
90692025-09-23T04:39:36.805Z[ recovery-image] Sep 23 04:39:36.366 INFO E| Downloaded clap_builder v4.5.47
90702025-09-23T04:39:36.829Z[ recovery-image] Sep 23 04:39:36.375 INFO E| Downloaded shared_thread v0.2.0
90712025-09-23T04:39:36.829Z[ recovery-image] Sep 23 04:39:36.379 INFO E| Downloaded libc v0.2.175
90722025-09-23T04:39:36.933Z[ recovery-image] Sep 23 04:39:36.497 INFO E| Compiling libc v0.2.175
90732025-09-23T04:39:36.933Z[ recovery-image] Sep 23 04:39:36.498 INFO E| Compiling proc-macro2 v1.0.101
90742025-09-23T04:39:36.933Z[ recovery-image] Sep 23 04:39:36.498 INFO E| Compiling unicode-ident v1.0.18
90752025-09-23T04:39:36.958Z[ recovery-image] Sep 23 04:39:36.498 INFO E| Compiling signal-hook v0.3.18
90762025-09-23T04:39:36.958Z[ recovery-image] Sep 23 04:39:36.498 INFO E| Compiling utf8parse v0.2.2
90772025-09-23T04:39:36.958Z[ recovery-image] Sep 23 04:39:36.498 INFO E| Compiling anstyle-query v1.1.4
90782025-09-23T04:39:36.958Z[ recovery-image] Sep 23 04:39:36.498 INFO E| Compiling colorchoice v1.0.4
90792025-09-23T04:39:36.958Z[ recovery-image] Sep 23 04:39:36.498 INFO E| Compiling is_terminal_polyfill v1.70.1
90802025-09-23T04:39:37.593Z[ recovery-image] Sep 23 04:39:37.158 INFO E| Compiling anstyle-parse v0.2.7
90812025-09-23T04:39:37.647Z[ recovery-image] Sep 23 04:39:37.212 INFO E| Compiling anstyle v1.0.11
90822025-09-23T04:39:37.727Z[ recovery-image] Sep 23 04:39:37.291 INFO E| Compiling strsim v0.11.1
90832025-09-23T04:39:37.850Z[ recovery-image] Sep 23 04:39:37.414 INFO E| Compiling heck v0.5.0
90842025-09-23T04:39:37.928Z[ recovery-image] Sep 23 04:39:37.492 INFO E| Compiling clap_lex v0.7.5
90852025-09-23T04:39:38.214Z[ recovery-image] Sep 23 04:39:37.777 INFO E| Compiling anstream v0.6.20
90862025-09-23T04:39:38.365Z[ recovery-image] Sep 23 04:39:37.929 INFO E| Compiling shared_thread v0.2.0
90872025-09-23T04:39:38.861Z[ recovery-image] Sep 23 04:39:38.426 INFO E| Compiling clap_builder v4.5.47
90882025-09-23T04:39:39.598Z[ recovery-image] Sep 23 04:39:39.162 INFO E| Compiling signal-hook-registry v1.4.6
90892025-09-23T04:39:39.598Z[ recovery-image] Sep 23 04:39:39.162 INFO E| Compiling os_pipe v1.2.2
90902025-09-23T04:39:40.149Z[ recovery-image] Sep 23 04:39:39.714 INFO E| Compiling quote v1.0.40
90912025-09-23T04:39:40.374Z[ recovery-image] Sep 23 04:39:39.938 INFO E| Compiling sigchld v0.2.4
90922025-09-23T04:39:40.600Z[ recovery-image] Sep 23 04:39:40.164 INFO E| Compiling shared_child v1.1.1
90932025-09-23T04:39:40.688Z[ recovery-image] Sep 23 04:39:40.253 INFO E| Compiling syn v2.0.106
90942025-09-23T04:39:40.908Z[ recovery-image] Sep 23 04:39:40.472 INFO E| Compiling duct v1.1.0
90952025-09-23T04:39:42.172Z[ host-image] Sep 23 04:39:41.736 INFO O| creating archive...
90962025-09-23T04:39:42.261Z[ host-image] Sep 23 04:39:41.825 INFO O| missing from packaging:
90972025-09-23T04:39:42.261Z[ host-image] Sep 23 04:39:41.826 INFO O| "etc/.pwd.lock"
90982025-09-23T04:39:42.286Z[ host-image] Sep 23 04:39:41.826 INFO O| "etc/bash"
90992025-09-23T04:39:42.286Z[ host-image] Sep 23 04:39:41.833 INFO O| "etc/svc/profile/generic.xml"
91002025-09-23T04:39:42.286Z[ host-image] Sep 23 04:39:41.833 INFO O| "etc/svc/profile/inetd_services.xml"
91012025-09-23T04:39:42.286Z[ host-image] Sep 23 04:39:41.833 INFO O| "etc/svc/profile/name_service.xml"
91022025-09-23T04:39:42.286Z[ host-image] Sep 23 04:39:41.833 INFO O| "etc/svc/profile/platform.xml"
91032025-09-23T04:39:42.286Z[ host-image] Sep 23 04:39:41.833 INFO O| "etc/svc/profile/platform_omicron1.xml"
91042025-09-23T04:39:42.286Z[ host-image] Sep 23 04:39:41.833 INFO O| "etc/svc/repository.db"
91052025-09-23T04:39:42.312Z[ host-image] Sep 23 04:39:41.877 INFO O| "opt/ooce/share"
91062025-09-23T04:39:42.312Z[ host-image] Sep 23 04:39:41.877 INFO O| "opt/ooce/share/man"
91072025-09-23T04:39:42.337Z[ host-image] Sep 23 04:39:41.877 INFO O| "opt/ooce/share/man/man1"
91082025-09-23T04:39:42.337Z[ host-image] Sep 23 04:39:41.899 INFO O| finishing archive...
91092025-09-23T04:39:47.578Z[ host-image] Sep 23 04:39:47.143 INFO O| creating gzonly manifest...
91102025-09-23T04:39:47.603Z[ host-image] Sep 23 04:39:47.157 INFO O| ok
91112025-09-23T04:39:47.905Z[ host-image] Sep 23 04:39:47.470 INFO image builder template: ramdisk-02-trim...
91122025-09-23T04:39:47.905Z[ host-image] Sep 23 04:39:47.470 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/.tmpAD3rni/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
91132025-09-23T04:39:47.935Z[ host-image] Sep 23 04:39:47.499 INFO O| Sep 23 04:39:47.499 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91142025-09-23T04:39:47.960Z[ host-image] Sep 23 04:39:47.504 INFO O| Sep 23 04:39:47.504 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91152025-09-23T04:39:47.993Z[ host-image] Sep 23 04:39:47.558 INFO O| Sep 23 04:39:47.558 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91162025-09-23T04:39:48.024Z[ host-image] Sep 23 04:39:47.589 INFO O| Sep 23 04:39:47.589 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91172025-09-23T04:39:48.024Z[ host-image] Sep 23 04:39:47.590 INFO O| Sep 23 04:39:47.590 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91182025-09-23T04:39:48.049Z[ host-image] Sep 23 04:39:47.600 INFO O| Sep 23 04:39:47.600 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91192025-09-23T04:39:48.049Z[ host-image] Sep 23 04:39:47.608 INFO O| Sep 23 04:39:47.608 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91202025-09-23T04:39:48.073Z[ host-image] Sep 23 04:39:47.618 INFO O| Sep 23 04:39:47.617 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91212025-09-23T04:39:48.427Z[ host-image] Sep 23 04:39:47.992 INFO O| Sep 23 04:39:47.992 INFO rolled back to input snapshot; work may begin
91222025-09-23T04:39:48.427Z[ host-image] Sep 23 04:39:47.992 INFO O| Sep 23 04:39:47.992 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91232025-09-23T04:39:48.452Z[ host-image] Sep 23 04:39:48.001 INFO O| Sep 23 04:39:48.000 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91242025-09-23T04:39:48.452Z[ host-image] Sep 23 04:39:48.017 INFO O| Sep 23 04:39:48.017 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91252025-09-23T04:39:48.562Z[ host-image] Sep 23 04:39:48.127 INFO O| Sep 23 04:39:48.127 INFO STEP 0 (remove_files) COMPLETE
91262025-09-23T04:39:48.562Z[ host-image] Sep 23 04:39:48.127 INFO O| Sep 23 04:39:48.127 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91272025-09-23T04:39:48.586Z[ host-image] Sep 23 04:39:48.143 INFO O| Sep 23 04:39:48.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91282025-09-23T04:39:48.586Z[ host-image] Sep 23 04:39:48.146 INFO O| Sep 23 04:39:48.146 INFO STEP 1 (remove_files) COMPLETE
91292025-09-23T04:39:48.586Z[ host-image] Sep 23 04:39:48.146 INFO O| Sep 23 04:39:48.146 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91302025-09-23T04:39:48.611Z[ host-image] Sep 23 04:39:48.160 INFO O| Sep 23 04:39:48.160 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91312025-09-23T04:39:48.635Z[ host-image] Sep 23 04:39:48.178 INFO O| Sep 23 04:39:48.178 INFO STEP 2 (remove_files) COMPLETE
91322025-09-23T04:39:48.635Z[ host-image] Sep 23 04:39:48.178 INFO O| Sep 23 04:39:48.178 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91332025-09-23T04:39:48.636Z[ host-image] Sep 23 04:39:48.196 INFO O| Sep 23 04:39:48.195 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91342025-09-23T04:39:48.636Z[ host-image] Sep 23 04:39:48.198 INFO O| Sep 23 04:39:48.198 INFO STEP 3 (remove_files) COMPLETE
91352025-09-23T04:39:48.636Z[ host-image] Sep 23 04:39:48.198 INFO O| Sep 23 04:39:48.198 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91362025-09-23T04:39:48.660Z[ host-image] Sep 23 04:39:48.214 INFO O| Sep 23 04:39:48.214 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91372025-09-23T04:39:48.660Z[ host-image] Sep 23 04:39:48.219 INFO O| Sep 23 04:39:48.218 INFO STEP 4 (remove_files) COMPLETE
91382025-09-23T04:39:48.660Z[ host-image] Sep 23 04:39:48.219 INFO O| Sep 23 04:39:48.219 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91392025-09-23T04:39:48.685Z[ host-image] Sep 23 04:39:48.234 INFO O| Sep 23 04:39:48.234 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91402025-09-23T04:39:48.685Z[ host-image] Sep 23 04:39:48.237 INFO O| Sep 23 04:39:48.237 INFO STEP 5 (remove_files) COMPLETE
91412025-09-23T04:39:48.685Z[ host-image] Sep 23 04:39:48.237 INFO O| Sep 23 04:39:48.237 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422025-09-23T04:39:48.709Z[ host-image] Sep 23 04:39:48.255 INFO O| Sep 23 04:39:48.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91432025-09-23T04:39:48.734Z[ host-image] Sep 23 04:39:48.292 INFO O| Sep 23 04:39:48.292 INFO STEP 6 (remove_files) COMPLETE
91442025-09-23T04:39:48.734Z[ host-image] Sep 23 04:39:48.292 INFO O| Sep 23 04:39:48.292 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452025-09-23T04:39:48.758Z[ host-image] Sep 23 04:39:48.309 INFO O| Sep 23 04:39:48.309 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91462025-09-23T04:39:48.783Z[ host-image] Sep 23 04:39:48.326 INFO O| Sep 23 04:39:48.326 INFO STEP 7 (remove_files) COMPLETE
91472025-09-23T04:39:48.783Z[ host-image] Sep 23 04:39:48.326 INFO O| Sep 23 04:39:48.326 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482025-09-23T04:39:48.783Z[ host-image] Sep 23 04:39:48.343 INFO O| Sep 23 04:39:48.343 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91492025-09-23T04:39:48.877Z[ host-image] Sep 23 04:39:48.441 INFO O| Sep 23 04:39:48.441 INFO STEP 8 (remove_files) COMPLETE
91502025-09-23T04:39:48.877Z[ host-image] Sep 23 04:39:48.441 INFO O| Sep 23 04:39:48.441 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512025-09-23T04:39:48.901Z[ host-image] Sep 23 04:39:48.455 INFO O| Sep 23 04:39:48.454 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91522025-09-23T04:39:49.054Z[ host-image] Sep 23 04:39:48.619 INFO O| Sep 23 04:39:48.619 INFO STEP 9 (remove_files) COMPLETE
91532025-09-23T04:39:49.079Z[ host-image] Sep 23 04:39:48.619 INFO O| Sep 23 04:39:48.619 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542025-09-23T04:39:49.079Z[ host-image] Sep 23 04:39:48.635 INFO O| Sep 23 04:39:48.635 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91552025-09-23T04:39:49.079Z[ host-image] Sep 23 04:39:48.640 INFO O| Sep 23 04:39:48.640 INFO STEP 10 (remove_files) COMPLETE
91562025-09-23T04:39:49.079Z[ host-image] Sep 23 04:39:48.640 INFO O| Sep 23 04:39:48.640 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572025-09-23T04:39:49.104Z[ host-image] Sep 23 04:39:48.654 INFO O| Sep 23 04:39:48.653 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91582025-09-23T04:39:49.104Z[ host-image] Sep 23 04:39:48.655 INFO O| Sep 23 04:39:48.655 INFO STEP 11 (remove_files) COMPLETE
91592025-09-23T04:39:49.104Z[ host-image] Sep 23 04:39:48.655 INFO O| Sep 23 04:39:48.655 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91602025-09-23T04:39:49.128Z[ host-image] Sep 23 04:39:48.669 INFO O| Sep 23 04:39:48.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91612025-09-23T04:39:49.128Z[ host-image] Sep 23 04:39:48.672 INFO O| Sep 23 04:39:48.671 INFO STEP 12 (remove_files) COMPLETE
91622025-09-23T04:39:49.128Z[ host-image] Sep 23 04:39:48.672 INFO O| Sep 23 04:39:48.672 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632025-09-23T04:39:49.153Z[ recovery-image] Sep 23 04:39:48.706 INFO E| Compiling clap_derive v4.5.47
91642025-09-23T04:39:49.584Z[ host-image] Sep 23 04:39:49.149 INFO O| Sep 23 04:39:49.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91652025-09-23T04:39:49.636Z[ host-image] Sep 23 04:39:49.201 INFO O| Sep 23 04:39:49.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91662025-09-23T04:39:49.661Z[ host-image] Sep 23 04:39:49.216 INFO O| Sep 23 04:39:49.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91672025-09-23T04:39:49.661Z[ host-image] Sep 23 04:39:49.220 INFO O| Sep 23 04:39:49.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91682025-09-23T04:39:49.697Z[ host-image] Sep 23 04:39:49.262 INFO O| Sep 23 04:39:49.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91692025-09-23T04:39:49.697Z[ host-image] Sep 23 04:39:49.263 INFO O| Sep 23 04:39:49.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91702025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.263 INFO O| Sep 23 04:39:49.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91712025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.263 INFO O| Sep 23 04:39:49.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91722025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.264 INFO O| Sep 23 04:39:49.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91732025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.264 INFO O| Sep 23 04:39:49.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91742025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.264 INFO O| Sep 23 04:39:49.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91752025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.264 INFO O| Sep 23 04:39:49.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91762025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.264 INFO O| Sep 23 04:39:49.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91772025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.264 INFO O| Sep 23 04:39:49.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91782025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.265 INFO O| Sep 23 04:39:49.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91792025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.265 INFO O| Sep 23 04:39:49.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91802025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.265 INFO O| Sep 23 04:39:49.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91812025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.265 INFO O| Sep 23 04:39:49.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91822025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.266 INFO O| Sep 23 04:39:49.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91832025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.266 INFO O| Sep 23 04:39:49.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91842025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.267 INFO O| Sep 23 04:39:49.267 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91852025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.268 INFO O| Sep 23 04:39:49.268 INFO STEP 13 (remove_files) COMPLETE
91862025-09-23T04:39:49.724Z[ host-image] Sep 23 04:39:49.268 INFO O| Sep 23 04:39:49.268 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872025-09-23T04:39:49.749Z[ host-image] Sep 23 04:39:49.309 INFO O| Sep 23 04:39:49.308 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91882025-09-23T04:39:49.749Z[ host-image] Sep 23 04:39:49.311 INFO O| Sep 23 04:39:49.311 INFO STEP 14 (remove_files) COMPLETE
91892025-09-23T04:39:49.749Z[ host-image] Sep 23 04:39:49.311 INFO O| Sep 23 04:39:49.311 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902025-09-23T04:39:49.774Z[ host-image] Sep 23 04:39:49.325 INFO O| Sep 23 04:39:49.324 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91912025-09-23T04:39:49.774Z[ host-image] Sep 23 04:39:49.334 INFO O| Sep 23 04:39:49.334 INFO STEP 15 (remove_files) COMPLETE
91922025-09-23T04:39:49.774Z[ host-image] Sep 23 04:39:49.334 INFO O| Sep 23 04:39:49.334 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91932025-09-23T04:39:49.799Z[ host-image] Sep 23 04:39:49.348 INFO O| Sep 23 04:39:49.348 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91942025-09-23T04:39:49.799Z[ host-image] Sep 23 04:39:49.348 INFO O| Sep 23 04:39:49.348 INFO STEP 16 (remove_files) COMPLETE
91952025-09-23T04:39:49.799Z[ host-image] Sep 23 04:39:49.348 INFO O| Sep 23 04:39:49.348 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91962025-09-23T04:39:49.799Z[ host-image] Sep 23 04:39:49.361 INFO O| Sep 23 04:39:49.361 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91972025-09-23T04:39:49.799Z[ host-image] Sep 23 04:39:49.363 INFO O| Sep 23 04:39:49.363 INFO STEP 17 (remove_files) COMPLETE
91982025-09-23T04:39:49.799Z[ host-image] Sep 23 04:39:49.363 INFO O| Sep 23 04:39:49.363 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91992025-09-23T04:39:49.824Z[ host-image] Sep 23 04:39:49.375 INFO O| Sep 23 04:39:49.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92002025-09-23T04:39:49.824Z[ host-image] Sep 23 04:39:49.376 INFO O| Sep 23 04:39:49.376 INFO STEP 18 (remove_files) COMPLETE
92012025-09-23T04:39:49.824Z[ host-image] Sep 23 04:39:49.376 INFO O| Sep 23 04:39:49.376 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022025-09-23T04:39:49.824Z[ host-image] Sep 23 04:39:49.388 INFO O| Sep 23 04:39:49.388 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92032025-09-23T04:39:49.824Z[ host-image] Sep 23 04:39:49.389 INFO O| Sep 23 04:39:49.389 INFO STEP 19 (remove_files) COMPLETE
92042025-09-23T04:39:49.824Z[ host-image] Sep 23 04:39:49.389 INFO O| Sep 23 04:39:49.389 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92052025-09-23T04:39:49.849Z[ host-image] Sep 23 04:39:49.402 INFO O| Sep 23 04:39:49.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92062025-09-23T04:39:49.849Z[ host-image] Sep 23 04:39:49.402 INFO O| Sep 23 04:39:49.402 INFO STEP 20 (remove_files) COMPLETE
92072025-09-23T04:39:49.849Z[ host-image] Sep 23 04:39:49.402 INFO O| Sep 23 04:39:49.402 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92082025-09-23T04:39:49.874Z[ host-image] Sep 23 04:39:49.416 INFO O| Sep 23 04:39:49.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92092025-09-23T04:39:49.874Z[ host-image] Sep 23 04:39:49.417 INFO O| Sep 23 04:39:49.417 INFO STEP 21 (remove_files) COMPLETE
92102025-09-23T04:39:49.874Z[ host-image] Sep 23 04:39:49.417 INFO O| Sep 23 04:39:49.417 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92112025-09-23T04:39:49.874Z[ host-image] Sep 23 04:39:49.429 INFO O| Sep 23 04:39:49.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92122025-09-23T04:39:49.874Z[ host-image] Sep 23 04:39:49.429 INFO O| Sep 23 04:39:49.429 INFO STEP 22 (remove_files) COMPLETE
92132025-09-23T04:39:49.874Z[ host-image] Sep 23 04:39:49.429 INFO O| Sep 23 04:39:49.429 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92142025-09-23T04:39:49.899Z[ host-image] Sep 23 04:39:49.442 INFO O| Sep 23 04:39:49.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92152025-09-23T04:39:49.899Z[ host-image] Sep 23 04:39:49.442 INFO O| Sep 23 04:39:49.442 INFO STEP 23 (remove_files) COMPLETE
92162025-09-23T04:39:49.899Z[ host-image] Sep 23 04:39:49.442 INFO O| Sep 23 04:39:49.442 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92172025-09-23T04:39:49.899Z[ host-image] Sep 23 04:39:49.455 INFO O| Sep 23 04:39:49.455 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92182025-09-23T04:39:49.899Z[ host-image] Sep 23 04:39:49.455 INFO O| Sep 23 04:39:49.455 INFO STEP 24 (remove_files) COMPLETE
92192025-09-23T04:39:49.899Z[ host-image] Sep 23 04:39:49.455 INFO O| Sep 23 04:39:49.455 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92202025-09-23T04:39:49.924Z[ host-image] Sep 23 04:39:49.469 INFO O| Sep 23 04:39:49.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92212025-09-23T04:39:49.924Z[ host-image] Sep 23 04:39:49.469 INFO O| Sep 23 04:39:49.469 INFO STEP 25 (remove_files) COMPLETE
92222025-09-23T04:39:49.924Z[ host-image] Sep 23 04:39:49.469 INFO O| Sep 23 04:39:49.469 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92232025-09-23T04:39:49.924Z[ host-image] Sep 23 04:39:49.482 INFO O| Sep 23 04:39:49.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92242025-09-23T04:39:49.924Z[ host-image] Sep 23 04:39:49.482 INFO O| Sep 23 04:39:49.482 INFO STEP 26 (remove_files) COMPLETE
92252025-09-23T04:39:49.924Z[ host-image] Sep 23 04:39:49.482 INFO O| Sep 23 04:39:49.482 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92262025-09-23T04:39:49.949Z[ host-image] Sep 23 04:39:49.497 INFO O| Sep 23 04:39:49.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92272025-09-23T04:39:49.949Z[ host-image] Sep 23 04:39:49.497 INFO O| Sep 23 04:39:49.497 INFO STEP 27 (remove_files) COMPLETE
92282025-09-23T04:39:49.949Z[ host-image] Sep 23 04:39:49.497 INFO O| Sep 23 04:39:49.497 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292025-09-23T04:39:49.949Z[ host-image] Sep 23 04:39:49.510 INFO O| Sep 23 04:39:49.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92302025-09-23T04:39:49.949Z[ host-image] Sep 23 04:39:49.510 INFO O| Sep 23 04:39:49.510 INFO STEP 28 (remove_files) COMPLETE
92312025-09-23T04:39:49.949Z[ host-image] Sep 23 04:39:49.510 INFO O| Sep 23 04:39:49.510 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92322025-09-23T04:39:49.985Z[ host-image] Sep 23 04:39:49.551 INFO O| Sep 23 04:39:49.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92332025-09-23T04:39:49.985Z[ host-image] Sep 23 04:39:49.551 INFO O| Sep 23 04:39:49.551 INFO STEP 29 (remove_files) COMPLETE
92342025-09-23T04:39:49.985Z[ host-image] Sep 23 04:39:49.551 INFO O| Sep 23 04:39:49.551 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92352025-09-23T04:39:50.023Z[ host-image] Sep 23 04:39:49.588 INFO O| Sep 23 04:39:49.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92362025-09-23T04:39:50.023Z[ host-image] Sep 23 04:39:49.588 INFO O| Sep 23 04:39:49.588 INFO STEP 30 (remove_files) COMPLETE
92372025-09-23T04:39:50.048Z[ host-image] Sep 23 04:39:49.588 INFO O| Sep 23 04:39:49.588 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92382025-09-23T04:39:50.048Z[ host-image] Sep 23 04:39:49.603 INFO O| Sep 23 04:39:49.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92392025-09-23T04:39:50.048Z[ host-image] Sep 23 04:39:49.603 INFO O| Sep 23 04:39:49.603 INFO STEP 31 (remove_files) COMPLETE
92402025-09-23T04:39:50.048Z[ host-image] Sep 23 04:39:49.603 INFO O| Sep 23 04:39:49.603 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412025-09-23T04:39:50.073Z[ host-image] Sep 23 04:39:49.618 INFO O| Sep 23 04:39:49.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92422025-09-23T04:39:50.073Z[ host-image] Sep 23 04:39:49.618 INFO O| Sep 23 04:39:49.618 INFO STEP 32 (remove_files) COMPLETE
92432025-09-23T04:39:50.073Z[ host-image] Sep 23 04:39:49.618 INFO O| Sep 23 04:39:49.618 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92442025-09-23T04:39:50.073Z[ host-image] Sep 23 04:39:49.632 INFO O| Sep 23 04:39:49.632 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92452025-09-23T04:39:50.073Z[ host-image] Sep 23 04:39:49.632 INFO O| Sep 23 04:39:49.632 INFO STEP 33 (remove_files) COMPLETE
92462025-09-23T04:39:50.073Z[ host-image] Sep 23 04:39:49.633 INFO O| Sep 23 04:39:49.632 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472025-09-23T04:39:50.097Z[ host-image] Sep 23 04:39:49.648 INFO O| Sep 23 04:39:49.648 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92482025-09-23T04:39:50.098Z[ host-image] Sep 23 04:39:49.649 INFO O| Sep 23 04:39:49.649 INFO STEP 34 (remove_files) COMPLETE
92492025-09-23T04:39:50.098Z[ host-image] Sep 23 04:39:49.649 INFO O| Sep 23 04:39:49.649 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502025-09-23T04:39:50.226Z[ host-image] Sep 23 04:39:49.791 INFO O| Sep 23 04:39:49.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92512025-09-23T04:39:50.226Z[ host-image] Sep 23 04:39:49.791 INFO O| Sep 23 04:39:49.791 INFO STEP 35 (remove_files) COMPLETE
92522025-09-23T04:39:50.226Z[ host-image] Sep 23 04:39:49.791 INFO O| Sep 23 04:39:49.791 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532025-09-23T04:39:50.251Z[ host-image] Sep 23 04:39:49.806 INFO O| Sep 23 04:39:49.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92542025-09-23T04:39:50.251Z[ host-image] Sep 23 04:39:49.806 INFO O| Sep 23 04:39:49.806 INFO STEP 36 (remove_files) COMPLETE
92552025-09-23T04:39:50.251Z[ host-image] Sep 23 04:39:49.806 INFO O| Sep 23 04:39:49.806 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562025-09-23T04:39:50.275Z[ host-image] Sep 23 04:39:49.818 INFO O| Sep 23 04:39:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92572025-09-23T04:39:50.276Z[ host-image] Sep 23 04:39:49.818 INFO O| Sep 23 04:39:49.818 INFO STEP 37 (remove_files) COMPLETE
92582025-09-23T04:39:50.276Z[ host-image] Sep 23 04:39:49.818 INFO O| Sep 23 04:39:49.818 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592025-09-23T04:39:50.276Z[ host-image] Sep 23 04:39:49.830 INFO O| Sep 23 04:39:49.829 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92602025-09-23T04:39:50.276Z[ host-image] Sep 23 04:39:49.830 INFO O| Sep 23 04:39:49.830 INFO STEP 38 (remove_files) COMPLETE
92612025-09-23T04:39:50.276Z[ host-image] Sep 23 04:39:49.830 INFO O| Sep 23 04:39:49.830 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622025-09-23T04:39:50.300Z[ host-image] Sep 23 04:39:49.842 INFO O| Sep 23 04:39:49.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92632025-09-23T04:39:50.301Z[ host-image] Sep 23 04:39:49.842 INFO O| Sep 23 04:39:49.842 INFO STEP 39 (remove_files) COMPLETE
92642025-09-23T04:39:50.301Z[ host-image] Sep 23 04:39:49.842 INFO O| Sep 23 04:39:49.842 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652025-09-23T04:39:50.301Z[ host-image] Sep 23 04:39:49.855 INFO O| Sep 23 04:39:49.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92662025-09-23T04:39:50.301Z[ host-image] Sep 23 04:39:49.855 INFO O| Sep 23 04:39:49.855 INFO STEP 40 (remove_files) COMPLETE
92672025-09-23T04:39:50.301Z[ host-image] Sep 23 04:39:49.855 INFO O| Sep 23 04:39:49.855 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682025-09-23T04:39:50.326Z[ host-image] Sep 23 04:39:49.868 INFO O| Sep 23 04:39:49.868 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92692025-09-23T04:39:50.326Z[ host-image] Sep 23 04:39:49.868 INFO O| Sep 23 04:39:49.868 INFO STEP 41 (remove_files) COMPLETE
92702025-09-23T04:39:50.326Z[ host-image] Sep 23 04:39:49.868 INFO O| Sep 23 04:39:49.868 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712025-09-23T04:39:50.326Z[ host-image] Sep 23 04:39:49.881 INFO O| Sep 23 04:39:49.881 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92722025-09-23T04:39:50.326Z[ host-image] Sep 23 04:39:49.881 INFO O| Sep 23 04:39:49.881 INFO STEP 42 (remove_files) COMPLETE
92732025-09-23T04:39:50.326Z[ host-image] Sep 23 04:39:49.881 INFO O| Sep 23 04:39:49.881 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742025-09-23T04:39:50.351Z[ host-image] Sep 23 04:39:49.898 INFO O| Sep 23 04:39:49.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92752025-09-23T04:39:50.351Z[ host-image] Sep 23 04:39:49.898 INFO O| Sep 23 04:39:49.898 INFO STEP 43 (remove_files) COMPLETE
92762025-09-23T04:39:50.351Z[ host-image] Sep 23 04:39:49.898 INFO O| Sep 23 04:39:49.898 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772025-09-23T04:39:50.351Z[ host-image] Sep 23 04:39:49.915 INFO O| Sep 23 04:39:49.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92782025-09-23T04:39:50.351Z[ host-image] Sep 23 04:39:49.915 INFO O| Sep 23 04:39:49.915 INFO STEP 44 (remove_files) COMPLETE
92792025-09-23T04:39:50.351Z[ host-image] Sep 23 04:39:49.915 INFO O| Sep 23 04:39:49.915 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802025-09-23T04:39:50.376Z[ host-image] Sep 23 04:39:49.933 INFO O| Sep 23 04:39:49.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92812025-09-23T04:39:50.376Z[ host-image] Sep 23 04:39:49.934 INFO O| Sep 23 04:39:49.934 INFO STEP 45 (remove_files) COMPLETE
92822025-09-23T04:39:50.376Z[ host-image] Sep 23 04:39:49.934 INFO O| Sep 23 04:39:49.934 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832025-09-23T04:39:50.401Z[ host-image] Sep 23 04:39:49.951 INFO O| Sep 23 04:39:49.951 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92842025-09-23T04:39:50.401Z[ host-image] Sep 23 04:39:49.951 INFO O| Sep 23 04:39:49.951 INFO STEP 46 (remove_files) COMPLETE
92852025-09-23T04:39:50.401Z[ host-image] Sep 23 04:39:49.951 INFO O| Sep 23 04:39:49.951 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862025-09-23T04:39:50.426Z[ host-image] Sep 23 04:39:49.966 INFO O| Sep 23 04:39:49.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92872025-09-23T04:39:50.426Z[ host-image] Sep 23 04:39:49.967 INFO O| Sep 23 04:39:49.966 INFO STEP 47 (remove_files) COMPLETE
92882025-09-23T04:39:50.426Z[ host-image] Sep 23 04:39:49.967 INFO O| Sep 23 04:39:49.967 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892025-09-23T04:39:50.426Z[ host-image] Sep 23 04:39:49.981 INFO O| Sep 23 04:39:49.981 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92902025-09-23T04:39:50.426Z[ host-image] Sep 23 04:39:49.981 INFO O| Sep 23 04:39:49.981 INFO STEP 48 (remove_files) COMPLETE
92912025-09-23T04:39:50.426Z[ host-image] Sep 23 04:39:49.981 INFO O| Sep 23 04:39:49.981 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922025-09-23T04:39:50.451Z[ host-image] Sep 23 04:39:49.995 INFO O| Sep 23 04:39:49.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92932025-09-23T04:39:50.451Z[ host-image] Sep 23 04:39:49.995 INFO O| Sep 23 04:39:49.995 INFO STEP 49 (remove_files) COMPLETE
92942025-09-23T04:39:50.451Z[ host-image] Sep 23 04:39:49.995 INFO O| Sep 23 04:39:49.995 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952025-09-23T04:39:50.451Z[ host-image] Sep 23 04:39:50.009 INFO O| Sep 23 04:39:50.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92962025-09-23T04:39:50.451Z[ host-image] Sep 23 04:39:50.009 INFO O| Sep 23 04:39:50.009 INFO STEP 50 (remove_files) COMPLETE
92972025-09-23T04:39:50.451Z[ host-image] Sep 23 04:39:50.009 INFO O| Sep 23 04:39:50.009 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982025-09-23T04:39:50.476Z[ host-image] Sep 23 04:39:50.028 INFO O| Sep 23 04:39:50.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92992025-09-23T04:39:50.476Z[ host-image] Sep 23 04:39:50.029 INFO O| Sep 23 04:39:50.028 INFO STEP 51 (remove_files) COMPLETE
93002025-09-23T04:39:50.476Z[ host-image] Sep 23 04:39:50.029 INFO O| Sep 23 04:39:50.029 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012025-09-23T04:39:50.501Z[ host-image] Sep 23 04:39:50.046 INFO O| Sep 23 04:39:50.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93022025-09-23T04:39:50.501Z[ host-image] Sep 23 04:39:50.046 INFO O| Sep 23 04:39:50.046 INFO STEP 52 (remove_files) COMPLETE
93032025-09-23T04:39:50.501Z[ host-image] Sep 23 04:39:50.046 INFO O| Sep 23 04:39:50.046 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042025-09-23T04:39:50.501Z[ host-image] Sep 23 04:39:50.065 INFO O| Sep 23 04:39:50.064 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93052025-09-23T04:39:50.501Z[ host-image] Sep 23 04:39:50.065 INFO O| Sep 23 04:39:50.065 INFO STEP 53 (remove_files) COMPLETE
93062025-09-23T04:39:50.501Z[ host-image] Sep 23 04:39:50.065 INFO O| Sep 23 04:39:50.065 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072025-09-23T04:39:50.526Z[ host-image] Sep 23 04:39:50.083 INFO O| Sep 23 04:39:50.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93082025-09-23T04:39:50.526Z[ host-image] Sep 23 04:39:50.084 INFO O| Sep 23 04:39:50.084 INFO STEP 54 (remove_files) COMPLETE
93092025-09-23T04:39:50.526Z[ host-image] Sep 23 04:39:50.084 INFO O| Sep 23 04:39:50.084 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102025-09-23T04:39:50.552Z[ host-image] Sep 23 04:39:50.109 INFO O| Sep 23 04:39:50.109 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93112025-09-23T04:39:50.552Z[ host-image] Sep 23 04:39:50.109 INFO O| Sep 23 04:39:50.109 INFO STEP 55 (remove_files) COMPLETE
93122025-09-23T04:39:50.552Z[ host-image] Sep 23 04:39:50.109 INFO O| Sep 23 04:39:50.109 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132025-09-23T04:39:50.577Z[ host-image] Sep 23 04:39:50.126 INFO O| Sep 23 04:39:50.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93142025-09-23T04:39:50.577Z[ host-image] Sep 23 04:39:50.126 INFO O| Sep 23 04:39:50.126 INFO STEP 56 (remove_files) COMPLETE
93152025-09-23T04:39:50.577Z[ host-image] Sep 23 04:39:50.126 INFO O| Sep 23 04:39:50.126 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162025-09-23T04:39:50.577Z[ host-image] Sep 23 04:39:50.141 INFO O| Sep 23 04:39:50.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93172025-09-23T04:39:50.577Z[ host-image] Sep 23 04:39:50.141 INFO O| Sep 23 04:39:50.141 INFO STEP 57 (remove_files) COMPLETE
93182025-09-23T04:39:50.577Z[ host-image] Sep 23 04:39:50.141 INFO O| Sep 23 04:39:50.141 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93202025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93212025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93222025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93232025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93242025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93252025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO ok!
93262025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO STEP 58 (ensure_file) COMPLETE
93272025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.155 INFO O| Sep 23 04:39:50.155 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93292025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93302025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93312025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93322025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93332025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93342025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO ok!
93352025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO STEP 59 (ensure_file) COMPLETE
93362025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.169 INFO O| Sep 23 04:39:50.169 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.185 INFO O| Sep 23 04:39:50.185 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93382025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.185 INFO O| Sep 23 04:39:50.185 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93392025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.186 INFO O| Sep 23 04:39:50.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93402025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.186 INFO O| Sep 23 04:39:50.186 INFO ok!
93412025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.186 INFO O| Sep 23 04:39:50.186 INFO STEP 60 (ensure_file) COMPLETE
93422025-09-23T04:39:50.639Z[ host-image] Sep 23 04:39:50.186 INFO O| Sep 23 04:39:50.186 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.205 INFO O| Sep 23 04:39:50.205 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93442025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.205 INFO O| Sep 23 04:39:50.205 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93452025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.205 INFO O| Sep 23 04:39:50.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93462025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.205 INFO O| Sep 23 04:39:50.205 INFO ok!
93472025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.205 INFO O| Sep 23 04:39:50.205 INFO STEP 61 (ensure_file) COMPLETE
93482025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.205 INFO O| Sep 23 04:39:50.205 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.221 INFO O| Sep 23 04:39:50.221 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93502025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.221 INFO O| Sep 23 04:39:50.221 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93512025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.221 INFO O| Sep 23 04:39:50.221 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93522025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.221 INFO O| Sep 23 04:39:50.221 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93532025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.221 INFO O| Sep 23 04:39:50.221 INFO ok!
93542025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.221 INFO O| Sep 23 04:39:50.221 INFO STEP 62 (ensure_file) COMPLETE
93552025-09-23T04:39:50.665Z[ host-image] Sep 23 04:39:50.221 INFO O| Sep 23 04:39:50.221 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562025-09-23T04:39:50.690Z[ host-image] Sep 23 04:39:50.238 INFO O| Sep 23 04:39:50.238 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93572025-09-23T04:39:50.690Z[ host-image] Sep 23 04:39:50.238 INFO O| Sep 23 04:39:50.238 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93582025-09-23T04:39:50.690Z[ host-image] Sep 23 04:39:50.238 INFO O| Sep 23 04:39:50.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93592025-09-23T04:39:50.690Z[ host-image] Sep 23 04:39:50.238 INFO O| Sep 23 04:39:50.238 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93602025-09-23T04:39:50.690Z[ host-image] Sep 23 04:39:50.238 INFO O| Sep 23 04:39:50.238 INFO ok!
93612025-09-23T04:39:50.690Z[ host-image] Sep 23 04:39:50.238 INFO O| Sep 23 04:39:50.238 INFO STEP 63 (ensure_file) COMPLETE
93622025-09-23T04:39:50.690Z[ host-image] Sep 23 04:39:50.238 INFO O| Sep 23 04:39:50.238 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93632025-09-23T04:39:50.715Z[ host-image] Sep 23 04:39:50.278 INFO O| Sep 23 04:39:50.278 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93642025-09-23T04:39:50.715Z[ host-image] Sep 23 04:39:50.278 INFO O| Sep 23 04:39:50.278 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93652025-09-23T04:39:50.715Z[ host-image] Sep 23 04:39:50.278 INFO O| Sep 23 04:39:50.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93662025-09-23T04:39:50.715Z[ host-image] Sep 23 04:39:50.278 INFO O| Sep 23 04:39:50.278 INFO ok!
93672025-09-23T04:39:50.715Z[ host-image] Sep 23 04:39:50.278 INFO O| Sep 23 04:39:50.278 INFO STEP 64 (assemble_files) COMPLETE
93682025-09-23T04:39:50.715Z[ host-image] Sep 23 04:39:50.278 INFO O| Sep 23 04:39:50.278 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93692025-09-23T04:39:50.740Z[ host-image] Sep 23 04:39:50.294 INFO O| Sep 23 04:39:50.294 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93702025-09-23T04:39:50.740Z[ host-image] Sep 23 04:39:50.294 INFO O| Sep 23 04:39:50.294 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93712025-09-23T04:39:50.740Z[ host-image] Sep 23 04:39:50.295 INFO O| Sep 23 04:39:50.295 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93722025-09-23T04:39:50.740Z[ host-image] Sep 23 04:39:50.295 INFO O| Sep 23 04:39:50.295 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93732025-09-23T04:39:50.740Z[ host-image] Sep 23 04:39:50.295 INFO O| Sep 23 04:39:50.295 INFO ok!
93742025-09-23T04:39:50.740Z[ host-image] Sep 23 04:39:50.295 INFO O| Sep 23 04:39:50.295 INFO STEP 65 (ensure_file) COMPLETE
93752025-09-23T04:39:50.740Z[ host-image] Sep 23 04:39:50.295 INFO O| Sep 23 04:39:50.295 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.308 INFO O| Sep 23 04:39:50.308 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93772025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.308 INFO O| Sep 23 04:39:50.308 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93782025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.308 INFO O| Sep 23 04:39:50.308 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93792025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.308 INFO O| Sep 23 04:39:50.308 INFO STEP 66 (ensure_dir) COMPLETE
93802025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.308 INFO O| Sep 23 04:39:50.308 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93812025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.321 INFO O| Sep 23 04:39:50.321 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93822025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.321 INFO O| Sep 23 04:39:50.321 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 ...
93832025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.330 INFO O| Sep 23 04:39:50.329 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
93842025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.330 INFO O| Sep 23 04:39:50.329 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93852025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.330 INFO O| Sep 23 04:39:50.330 INFO ok!
93862025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.330 INFO O| Sep 23 04:39:50.330 INFO STEP 67 (ensure_file) COMPLETE
93872025-09-23T04:39:50.765Z[ host-image] Sep 23 04:39:50.330 INFO O| Sep 23 04:39:50.330 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882025-09-23T04:39:50.790Z[ host-image] Sep 23 04:39:50.344 INFO O| Sep 23 04:39:50.344 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93892025-09-23T04:39:50.790Z[ host-image] Sep 23 04:39:50.344 INFO O| Sep 23 04:39:50.344 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 ...
93902025-09-23T04:39:50.790Z[ host-image] Sep 23 04:39:50.344 INFO O| Sep 23 04:39:50.344 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
93912025-09-23T04:39:50.790Z[ host-image] Sep 23 04:39:50.344 INFO O| Sep 23 04:39:50.344 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93922025-09-23T04:39:50.790Z[ host-image] Sep 23 04:39:50.344 INFO O| Sep 23 04:39:50.344 INFO ok!
93932025-09-23T04:39:50.790Z[ host-image] Sep 23 04:39:50.344 INFO O| Sep 23 04:39:50.344 INFO STEP 68 (ensure_file) COMPLETE
93942025-09-23T04:39:50.790Z[ host-image] Sep 23 04:39:50.345 INFO O| Sep 23 04:39:50.344 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952025-09-23T04:39:50.815Z[ host-image] Sep 23 04:39:50.363 INFO O| Sep 23 04:39:50.363 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93962025-09-23T04:39:50.815Z[ host-image] Sep 23 04:39:50.364 INFO O| Sep 23 04:39:50.363 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93972025-09-23T04:39:52.849Z[ recovery-image] Sep 23 04:39:52.414 INFO E| Compiling clap v4.5.47
93982025-09-23T04:39:52.960Z[ recovery-image] Sep 23 04:39:52.525 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
93992025-09-23T04:39:54.089Z[ host-image] Sep 23 04:39:53.654 INFO O| Sep 23 04:39:53.654 INFO STEP 69 (pack_tar) COMPLETE
94002025-09-23T04:39:54.089Z[ host-image] Sep 23 04:39:53.654 INFO O| Sep 23 04:39:53.654 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94012025-09-23T04:39:54.114Z[ host-image] Sep 23 04:39:53.654 INFO O| Sep 23 04:39:53.654 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94022025-09-23T04:39:54.253Z[ host-image] Sep 23 04:39:53.818 INFO O| Sep 23 04:39:53.818 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94032025-09-23T04:39:54.325Z[ host-image] Sep 23 04:39:53.891 INFO O| Sep 23 04:39:53.890 INFO completed processing sled/ramdisk-02-trim
94042025-09-23T04:39:54.350Z[ host-image] Sep 23 04:39:53.894 INFO image builder template: zfs...
94052025-09-23T04:39:54.350Z[ host-image] Sep 23 04:39:53.894 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/.tmpAD3rni/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.423", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None
94062025-09-23T04:39:54.350Z[ host-image] Sep 23 04:39:53.914 INFO O| Sep 23 04:39:53.913 INFO skip include "stress" because feature "stress" is not enabled
94072025-09-23T04:39:54.350Z[ host-image] Sep 23 04:39:53.914 INFO O| Sep 23 04:39:53.913 INFO skip include "stress" because feature "compliance" is not enabled
94082025-09-23T04:39:54.392Z[ host-image] Sep 23 04:39:53.958 INFO O| Sep 23 04:39:53.958 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94092025-09-23T04:39:54.417Z[ host-image] Sep 23 04:39:53.966 INFO O| Sep 23 04:39:53.965 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94102025-09-23T04:39:54.442Z[ host-image] Sep 23 04:39:54.000 INFO O| Sep 23 04:39:53.999 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94112025-09-23T04:39:54.467Z[ host-image] Sep 23 04:39:54.031 INFO O| Sep 23 04:39:54.031 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94122025-09-23T04:39:54.467Z[ host-image] Sep 23 04:39:54.031 INFO O| Sep 23 04:39:54.031 INFO work dataset: rpool/images/build/host/work/sled/zfs
94132025-09-23T04:39:54.491Z[ host-image] Sep 23 04:39:54.038 INFO O| Sep 23 04:39:54.038 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94142025-09-23T04:39:54.528Z[ host-image] Sep 23 04:39:54.093 INFO O| Sep 23 04:39:54.093 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94152025-09-23T04:39:54.566Z[ host-image] Sep 23 04:39:54.132 INFO O| Sep 23 04:39:54.132 INFO DESTROY POOL: TEMPORARY-sled-zfs
94162025-09-23T04:39:54.591Z[ host-image] Sep 23 04:39:54.146 INFO O| Sep 23 04:39:54.146 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94172025-09-23T04:39:54.591Z[ host-image] Sep 23 04:39:54.153 INFO O| Sep 23 04:39:54.153 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94182025-09-23T04:39:54.591Z[ host-image] Sep 23 04:39:54.153 INFO O| Sep 23 04:39:54.153 INFO no lofi found
94192025-09-23T04:39:54.591Z[ host-image] Sep 23 04:39:54.153 INFO O| Sep 23 04:39:54.153 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94202025-09-23T04:39:54.591Z[ host-image] Sep 23 04:39:54.153 INFO O| Sep 23 04:39:54.153 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94212025-09-23T04:39:55.644Z[ recovery-image] Sep 23 04:39:55.210 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.91s
94222025-09-23T04:39:55.669Z[ recovery-image] Sep 23 04:39:55.223 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
94232025-09-23T04:39:56.224Z[ recovery-image] Sep 23 04:39:55.789 INFO E| Downloading crates ...
94242025-09-23T04:39:56.270Z[ recovery-image] Sep 23 04:39:55.836 INFO E| Downloaded bitstruct_derive v0.1.0
94252025-09-23T04:39:56.295Z[ recovery-image] Sep 23 04:39:55.838 INFO E| Downloaded bit_field v0.10.3
94262025-09-23T04:39:56.295Z[ recovery-image] Sep 23 04:39:55.848 INFO E| Downloaded cpio_reader v0.1.2
94272025-09-23T04:39:56.295Z[ recovery-image] Sep 23 04:39:55.851 INFO E| Downloaded scroll v0.13.0
94282025-09-23T04:39:56.320Z[ recovery-image] Sep 23 04:39:55.876 INFO E| Downloaded scroll_derive v0.13.0
94292025-09-23T04:39:56.320Z[ recovery-image] Sep 23 04:39:55.879 INFO E| Downloaded bitstruct v0.1.1
94302025-09-23T04:39:56.320Z[ recovery-image] Sep 23 04:39:55.881 INFO E| Downloaded seq-macro v0.3.6
94312025-09-23T04:39:56.320Z[ recovery-image] Sep 23 04:39:55.883 INFO E| Downloaded bitflags v2.9.4
94322025-09-23T04:39:56.345Z[ recovery-image] Sep 23 04:39:55.888 INFO E| Downloaded miniz_oxide v0.8.9
94332025-09-23T04:39:56.345Z[ recovery-image] Sep 23 04:39:55.891 INFO E| Downloaded adler2 v2.0.1
94342025-09-23T04:39:56.345Z[ recovery-image] Sep 23 04:39:55.893 INFO E| Downloaded goblin v0.10.1
94352025-09-23T04:39:56.370Z[ recovery-image] Sep 23 04:39:55.935 INFO E| Downloaded raw-cpuid v10.7.0
94362025-09-23T04:39:56.399Z[ recovery-image] Sep 23 04:39:55.965 INFO E| Downloaded x86 v0.52.0
94372025-09-23T04:39:56.436Z[ host-image] Sep 23 04:39:56.001 INFO O| Sep 23 04:39:56.001 INFO lofi device = /dev/dsk/c3t1d0p0
94382025-09-23T04:39:56.436Z[ host-image] Sep 23 04:39:56.002 INFO O| Sep 23 04:39:56.001 INFO pool device = /dev/dsk/c3t1d0p0
94392025-09-23T04:39:56.460Z[ host-image] Sep 23 04:39:56.002 INFO O| Sep 23 04:39:56.001 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/c3t1d0p0"]
94402025-09-23T04:39:56.461Z[ recovery-image] Sep 23 04:39:56.026 INFO E| Updating crates.io index
94412025-09-23T04:39:56.595Z[ recovery-image] Sep 23 04:39:56.160 INFO E| Downloading crates ...
94422025-09-23T04:39:56.692Z[ host-image] Sep 23 04:39:56.257 INFO O| Sep 23 04:39:56.257 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94432025-09-23T04:39:56.692Z[ host-image] Sep 23 04:39:56.257 INFO O| Sep 23 04:39:56.257 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94442025-09-23T04:39:56.726Z[ host-image] Sep 23 04:39:56.292 INFO O| Sep 23 04:39:56.292 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94452025-09-23T04:39:56.751Z[ recovery-image] Sep 23 04:39:56.314 INFO E| Downloaded rustc-demangle v0.1.26
94462025-09-23T04:39:56.751Z[ recovery-image] Sep 23 04:39:56.316 INFO E| Downloaded rustc-literal-escaper v0.0.5
94472025-09-23T04:39:56.777Z[ recovery-image] Sep 23 04:39:56.318 INFO E| Downloaded getopts v0.2.23
94482025-09-23T04:39:56.777Z[ recovery-image] Sep 23 04:39:56.322 INFO E| Downloaded hashbrown v0.15.5
94492025-09-23T04:39:56.777Z[ recovery-image] Sep 23 04:39:56.328 INFO E| Downloaded unicode-width v0.2.1
94502025-09-23T04:39:56.847Z[ host-image] Sep 23 04:39:56.412 INFO O| Sep 23 04:39:56.412 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94512025-09-23T04:39:56.895Z[ host-image] Sep 23 04:39:56.461 INFO O| Sep 23 04:39:56.460 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94522025-09-23T04:39:56.921Z[ recovery-image] Sep 23 04:39:56.486 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)
94532025-09-23T04:39:56.921Z[ recovery-image] Sep 23 04:39:56.486 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)
94542025-09-23T04:39:56.921Z[ recovery-image] Sep 23 04:39:56.486 INFO E| Compiling proc-macro2 v1.0.101
94552025-09-23T04:39:56.921Z[ recovery-image] Sep 23 04:39:56.486 INFO E| Compiling unicode-ident v1.0.18
94562025-09-23T04:39:56.945Z[ recovery-image] Sep 23 04:39:56.486 INFO E| Compiling syn v1.0.109
94572025-09-23T04:39:56.945Z[ recovery-image] Sep 23 04:39:56.486 INFO E| Compiling x86 v0.52.0
94582025-09-23T04:39:56.946Z[ recovery-image] Sep 23 04:39:56.486 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94592025-09-23T04:39:56.946Z[ recovery-image] Sep 23 04:39:56.486 INFO E| Compiling seq-macro v0.3.6
94602025-09-23T04:39:56.946Z[ host-image] Sep 23 04:39:56.493 INFO O| Sep 23 04:39:56.493 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94612025-09-23T04:39:56.970Z[ host-image] Sep 23 04:39:56.517 INFO O| Sep 23 04:39:56.517 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94622025-09-23T04:39:57.017Z[ host-image] Sep 23 04:39:56.582 INFO O| Sep 23 04:39:56.582 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94632025-09-23T04:39:57.017Z[ host-image] Sep 23 04:39:56.583 INFO O| Sep 23 04:39:56.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94642025-09-23T04:39:57.042Z[ host-image] Sep 23 04:39:56.583 INFO O| Sep 23 04:39:56.583 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94652025-09-23T04:39:57.042Z[ host-image] Sep 23 04:39:56.598 INFO O| Sep 23 04:39:56.598 INFO boot environment UUID: ad0ca77c-b872-4fb1-b6c6-38639d34503d
94662025-09-23T04:39:57.042Z[ host-image] Sep 23 04:39:56.598 INFO O| Sep 23 04:39:56.598 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ad0ca77c-b872-4fb1-b6c6-38639d34503d
94672025-09-23T04:39:57.067Z[ host-image] Sep 23 04:39:56.622 INFO O| Sep 23 04:39:56.622 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94682025-09-23T04:39:57.091Z[ host-image] Sep 23 04:39:56.650 INFO O| Sep 23 04:39:56.649 INFO STEP 0 (create_be) COMPLETE
94692025-09-23T04:39:57.091Z[ host-image] Sep 23 04:39:56.650 INFO O| Sep 23 04:39:56.650 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94702025-09-23T04:39:57.116Z[ host-image] Sep 23 04:39:56.676 INFO O| Sep 23 04:39:56.676 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94712025-09-23T04:40:03.351Z[ recovery-image] Sep 23 04:40:02.917 INFO E| Compiling quote v1.0.40
94722025-09-23T04:40:04.288Z[ recovery-image] Sep 23 04:40:03.854 INFO E| Compiling syn v2.0.106
94732025-09-23T04:40:13.737Z[ recovery-image] Sep 23 04:40:13.304 INFO E| Compiling scroll_derive v0.13.0
94742025-09-23T04:40:23.153Z[ host-image] Sep 23 04:40:22.720 INFO O| Sep 23 04:40:22.720 INFO STEP 1 (unpack_tar) COMPLETE
94752025-09-23T04:40:23.178Z[ host-image] Sep 23 04:40:22.720 INFO O| Sep 23 04:40:22.720 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94762025-09-23T04:40:23.178Z[ host-image] Sep 23 04:40:22.737 INFO O| Sep 23 04:40:22.737 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94772025-09-23T04:40:23.317Z[ recovery-image] Sep 23 04:40:22.879 INFO E| Compiling bitstruct_derive v0.1.0
94782025-09-23T04:40:23.956Z[ host-image] Sep 23 04:40:23.523 INFO O| Sep 23 04:40:23.523 INFO STEP 2 (devfsadm) COMPLETE
94792025-09-23T04:40:23.956Z[ host-image] Sep 23 04:40:23.523 INFO O| Sep 23 04:40:23.523 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94802025-09-23T04:40:23.981Z[ host-image] Sep 23 04:40:23.539 INFO O| Sep 23 04:40:23.539 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94812025-09-23T04:40:23.981Z[ host-image] Sep 23 04:40:23.539 INFO O| Sep 23 04:40:23.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94822025-09-23T04:40:23.981Z[ host-image] Sep 23 04:40:23.539 INFO O| Sep 23 04:40:23.539 INFO STEP 3 (ensure_dir) COMPLETE
94832025-09-23T04:40:23.982Z[ host-image] Sep 23 04:40:23.539 INFO O| Sep 23 04:40:23.539 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94842025-09-23T04:40:24.007Z[ host-image] Sep 23 04:40:23.553 INFO O| Sep 23 04:40:23.553 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94852025-09-23T04:40:24.007Z[ host-image] Sep 23 04:40:23.553 INFO O| Sep 23 04:40:23.553 INFO STEP 4 (ensure_dir) COMPLETE
94862025-09-23T04:40:24.007Z[ host-image] Sep 23 04:40:23.553 INFO O| Sep 23 04:40:23.553 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94872025-09-23T04:40:24.007Z[ host-image] Sep 23 04:40:23.566 INFO O| Sep 23 04:40:23.566 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94882025-09-23T04:40:24.007Z[ host-image] Sep 23 04:40:23.566 INFO O| Sep 23 04:40:23.566 INFO STEP 5 (ensure_dir) COMPLETE
94892025-09-23T04:40:24.007Z[ host-image] Sep 23 04:40:23.566 INFO O| Sep 23 04:40:23.566 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94902025-09-23T04:40:24.031Z[ host-image] Sep 23 04:40:23.580 INFO O| Sep 23 04:40:23.580 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94912025-09-23T04:40:24.032Z[ host-image] Sep 23 04:40:23.580 INFO O| Sep 23 04:40:23.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94922025-09-23T04:40:24.032Z[ host-image] Sep 23 04:40:23.580 INFO O| Sep 23 04:40:23.580 INFO STEP 6 (ensure_dir) COMPLETE
94932025-09-23T04:40:24.032Z[ host-image] Sep 23 04:40:23.580 INFO O| Sep 23 04:40:23.580 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94942025-09-23T04:40:24.032Z[ host-image] Sep 23 04:40:23.596 INFO O| Sep 23 04:40:23.595 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94952025-09-23T04:40:24.032Z[ host-image] Sep 23 04:40:23.596 INFO O| Sep 23 04:40:23.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94962025-09-23T04:40:24.032Z[ host-image] Sep 23 04:40:23.596 INFO O| Sep 23 04:40:23.596 INFO STEP 7 (ensure_dir) COMPLETE
94972025-09-23T04:40:24.032Z[ host-image] Sep 23 04:40:23.596 INFO O| Sep 23 04:40:23.596 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94982025-09-23T04:40:24.057Z[ host-image] Sep 23 04:40:23.611 INFO O| Sep 23 04:40:23.611 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94992025-09-23T04:40:24.057Z[ host-image] Sep 23 04:40:23.611 INFO O| Sep 23 04:40:23.611 INFO STEP 8 (remove_files) COMPLETE
95002025-09-23T04:40:24.057Z[ host-image] Sep 23 04:40:23.611 INFO O| Sep 23 04:40:23.611 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95012025-09-23T04:40:24.081Z[ host-image] Sep 23 04:40:23.626 INFO O| Sep 23 04:40:23.626 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95022025-09-23T04:40:24.081Z[ host-image] Sep 23 04:40:23.627 INFO O| Sep 23 04:40:23.627 INFO STEP 9 (remove_files) COMPLETE
95032025-09-23T04:40:24.081Z[ host-image] Sep 23 04:40:23.627 INFO O| Sep 23 04:40:23.627 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95042025-09-23T04:40:24.081Z[ host-image] Sep 23 04:40:23.642 INFO O| Sep 23 04:40:23.642 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95052025-09-23T04:40:24.081Z[ host-image] Sep 23 04:40:23.644 INFO O| Sep 23 04:40:23.644 INFO STEP 10 (remove_files) COMPLETE
95062025-09-23T04:40:24.082Z[ host-image] Sep 23 04:40:23.644 INFO O| Sep 23 04:40:23.644 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95072025-09-23T04:40:24.106Z[ host-image] Sep 23 04:40:23.658 INFO O| Sep 23 04:40:23.658 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95082025-09-23T04:40:24.106Z[ host-image] Sep 23 04:40:23.659 INFO O| Sep 23 04:40:23.659 INFO STEP 11 (remove_files) COMPLETE
95092025-09-23T04:40:24.106Z[ host-image] Sep 23 04:40:23.659 INFO O| Sep 23 04:40:23.659 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95102025-09-23T04:40:24.131Z[ host-image] Sep 23 04:40:23.679 INFO O| Sep 23 04:40:23.679 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95112025-09-23T04:40:24.131Z[ host-image] Sep 23 04:40:23.679 INFO O| Sep 23 04:40:23.679 INFO STEP 12 (remove_files) COMPLETE
95122025-09-23T04:40:24.131Z[ host-image] Sep 23 04:40:23.679 INFO O| Sep 23 04:40:23.679 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95132025-09-23T04:40:24.131Z[ host-image] Sep 23 04:40:23.694 INFO O| Sep 23 04:40:23.694 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95142025-09-23T04:40:24.131Z[ host-image] Sep 23 04:40:23.694 INFO O| Sep 23 04:40:23.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95152025-09-23T04:40:24.132Z[ host-image] Sep 23 04:40:23.694 INFO O| Sep 23 04:40:23.694 INFO STEP 13 (ensure_dir) COMPLETE
95162025-09-23T04:40:24.132Z[ host-image] Sep 23 04:40:23.694 INFO O| Sep 23 04:40:23.694 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95172025-09-23T04:40:24.156Z[ host-image] Sep 23 04:40:23.713 INFO O| Sep 23 04:40:23.713 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95182025-09-23T04:40:24.156Z[ host-image] Sep 23 04:40:23.713 INFO O| Sep 23 04:40:23.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95192025-09-23T04:40:24.156Z[ host-image] Sep 23 04:40:23.713 INFO O| Sep 23 04:40:23.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95202025-09-23T04:40:24.156Z[ host-image] Sep 23 04:40:23.713 INFO O| Sep 23 04:40:23.713 INFO STEP 14 (ensure_dir) COMPLETE
95212025-09-23T04:40:24.156Z[ host-image] Sep 23 04:40:23.713 INFO O| Sep 23 04:40:23.713 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95222025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.731 INFO O| Sep 23 04:40:23.731 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95232025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.731 INFO O| Sep 23 04:40:23.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95242025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.731 INFO O| Sep 23 04:40:23.731 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95252025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.731 INFO O| Sep 23 04:40:23.731 INFO STEP 15 (ensure_dir) COMPLETE
95262025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.731 INFO O| Sep 23 04:40:23.731 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95272025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.748 INFO O| Sep 23 04:40:23.748 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95282025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.748 INFO O| Sep 23 04:40:23.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95292025-09-23T04:40:24.181Z[ host-image] Sep 23 04:40:23.748 INFO O| Sep 23 04:40:23.748 INFO STEP 16 (ensure_dir) COMPLETE
95302025-09-23T04:40:24.209Z[ host-image] Sep 23 04:40:23.748 INFO O| Sep 23 04:40:23.748 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95312025-09-23T04:40:24.209Z[ host-image] Sep 23 04:40:23.767 INFO O| Sep 23 04:40:23.767 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95322025-09-23T04:40:24.209Z[ host-image] Sep 23 04:40:23.767 INFO O| Sep 23 04:40:23.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95332025-09-23T04:40:24.209Z[ host-image] Sep 23 04:40:23.767 INFO O| Sep 23 04:40:23.767 INFO STEP 17 (ensure_dir) COMPLETE
95342025-09-23T04:40:24.209Z[ host-image] Sep 23 04:40:23.767 INFO O| Sep 23 04:40:23.767 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95352025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.784 INFO O| Sep 23 04:40:23.783 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95362025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.784 INFO O| Sep 23 04:40:23.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95372025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.784 INFO O| Sep 23 04:40:23.783 INFO ok!
95382025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.784 INFO O| Sep 23 04:40:23.784 INFO STEP 18 (ensure_symlink) COMPLETE
95392025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.784 INFO O| Sep 23 04:40:23.784 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95402025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.797 INFO O| Sep 23 04:40:23.797 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95412025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.797 INFO O| Sep 23 04:40:23.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95422025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.797 INFO O| Sep 23 04:40:23.797 INFO ok!
95432025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.797 INFO O| Sep 23 04:40:23.797 INFO STEP 19 (ensure_file) COMPLETE
95442025-09-23T04:40:24.234Z[ host-image] Sep 23 04:40:23.797 INFO O| Sep 23 04:40:23.797 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95452025-09-23T04:40:24.259Z[ host-image] Sep 23 04:40:23.814 INFO O| Sep 23 04:40:23.814 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95462025-09-23T04:40:24.259Z[ host-image] Sep 23 04:40:23.814 INFO O| Sep 23 04:40:23.814 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95472025-09-23T04:40:24.259Z[ host-image] Sep 23 04:40:23.814 INFO O| Sep 23 04:40:23.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95482025-09-23T04:40:24.259Z[ host-image] Sep 23 04:40:23.814 INFO O| Sep 23 04:40:23.814 INFO ok!
95492025-09-23T04:40:24.259Z[ host-image] Sep 23 04:40:23.814 INFO O| Sep 23 04:40:23.814 INFO STEP 20 (ensure_symlink) COMPLETE
95502025-09-23T04:40:24.259Z[ host-image] Sep 23 04:40:23.814 INFO O| Sep 23 04:40:23.814 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95512025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.831 INFO O| Sep 23 04:40:23.831 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95522025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.832 INFO O| Sep 23 04:40:23.831 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95532025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.832 INFO O| Sep 23 04:40:23.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95542025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.832 INFO O| Sep 23 04:40:23.832 INFO ok!
95552025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.832 INFO O| Sep 23 04:40:23.832 INFO STEP 21 (ensure_symlink) COMPLETE
95562025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.832 INFO O| Sep 23 04:40:23.832 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95572025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.848 INFO O| Sep 23 04:40:23.848 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95582025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.848 INFO O| Sep 23 04:40:23.848 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95592025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.848 INFO O| Sep 23 04:40:23.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95602025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.848 INFO O| Sep 23 04:40:23.848 INFO ok!
95612025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.848 INFO O| Sep 23 04:40:23.848 INFO STEP 22 (ensure_symlink) COMPLETE
95622025-09-23T04:40:24.284Z[ host-image] Sep 23 04:40:23.848 INFO O| Sep 23 04:40:23.848 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95632025-09-23T04:40:24.309Z[ host-image] Sep 23 04:40:23.861 INFO O| Sep 23 04:40:23.861 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95642025-09-23T04:40:24.309Z[ host-image] Sep 23 04:40:23.861 INFO O| Sep 23 04:40:23.861 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95652025-09-23T04:40:24.309Z[ host-image] Sep 23 04:40:23.861 INFO O| Sep 23 04:40:23.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95662025-09-23T04:40:24.309Z[ host-image] Sep 23 04:40:23.861 INFO O| Sep 23 04:40:23.861 INFO ok!
95672025-09-23T04:40:24.309Z[ host-image] Sep 23 04:40:23.861 INFO O| Sep 23 04:40:23.861 INFO STEP 23 (ensure_symlink) COMPLETE
95682025-09-23T04:40:24.309Z[ host-image] Sep 23 04:40:23.861 INFO O| Sep 23 04:40:23.861 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95692025-09-23T04:40:24.334Z[ host-image] Sep 23 04:40:23.881 INFO O| Sep 23 04:40:23.875 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95702025-09-23T04:40:24.334Z[ host-image] Sep 23 04:40:23.881 INFO O| Sep 23 04:40:23.875 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95712025-09-23T04:40:24.334Z[ host-image] Sep 23 04:40:23.881 INFO O| Sep 23 04:40:23.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95722025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.881 INFO O| Sep 23 04:40:23.875 INFO ok!
95732025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.881 INFO O| Sep 23 04:40:23.875 INFO STEP 24 (ensure_file) COMPLETE
95742025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.881 INFO O| Sep 23 04:40:23.875 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95752025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.889 INFO O| Sep 23 04:40:23.888 INFO updating shadow file
95762025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.889 INFO O| Sep 23 04:40:23.889 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95772025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.889 INFO O| Sep 23 04:40:23.889 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95782025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.889 INFO O| Sep 23 04:40:23.889 INFO STEP 25 (shadow) COMPLETE
95792025-09-23T04:40:24.335Z[ host-image] Sep 23 04:40:23.889 INFO O| Sep 23 04:40:23.889 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95802025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.907 INFO O| Sep 23 04:40:23.907 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95812025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.907 INFO O| Sep 23 04:40:23.907 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95822025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.907 INFO O| Sep 23 04:40:23.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95832025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.907 INFO O| Sep 23 04:40:23.907 INFO ok!
95842025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.907 INFO O| Sep 23 04:40:23.907 INFO STEP 26 (ensure_file) COMPLETE
95852025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.907 INFO O| Sep 23 04:40:23.907 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95862025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.924 INFO O| Sep 23 04:40:23.924 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95872025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.924 INFO O| Sep 23 04:40:23.924 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95882025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.924 INFO O| Sep 23 04:40:23.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95892025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.924 INFO O| Sep 23 04:40:23.924 INFO ok!
95902025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.924 INFO O| Sep 23 04:40:23.924 INFO STEP 27 (ensure_file) COMPLETE
95912025-09-23T04:40:24.360Z[ host-image] Sep 23 04:40:23.924 INFO O| Sep 23 04:40:23.924 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95922025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.938 INFO O| Sep 23 04:40:23.938 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95932025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.938 INFO O| Sep 23 04:40:23.938 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95942025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.938 INFO O| Sep 23 04:40:23.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95952025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.938 INFO O| Sep 23 04:40:23.938 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95962025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.938 INFO O| Sep 23 04:40:23.938 INFO ok!
95972025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.938 INFO O| Sep 23 04:40:23.938 INFO STEP 28 (ensure_file) COMPLETE
95982025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.938 INFO O| Sep 23 04:40:23.938 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95992025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.951 INFO O| Sep 23 04:40:23.951 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96002025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.951 INFO O| Sep 23 04:40:23.951 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96012025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.951 INFO O| Sep 23 04:40:23.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96022025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.951 INFO O| Sep 23 04:40:23.951 INFO ok!
96032025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.951 INFO O| Sep 23 04:40:23.951 INFO STEP 29 (ensure_file) COMPLETE
96042025-09-23T04:40:24.385Z[ host-image] Sep 23 04:40:23.951 INFO O| Sep 23 04:40:23.951 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96052025-09-23T04:40:24.410Z[ host-image] Sep 23 04:40:23.963 INFO O| Sep 23 04:40:23.963 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96062025-09-23T04:40:24.411Z[ host-image] Sep 23 04:40:23.963 INFO O| Sep 23 04:40:23.963 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96072025-09-23T04:40:24.411Z[ host-image] Sep 23 04:40:23.963 INFO O| Sep 23 04:40:23.963 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96082025-09-23T04:40:24.411Z[ host-image] Sep 23 04:40:23.963 INFO O| Sep 23 04:40:23.963 INFO STEP 30 (ensure_dir) COMPLETE
96092025-09-23T04:40:24.411Z[ host-image] Sep 23 04:40:23.963 INFO O| Sep 23 04:40:23.963 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96102025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.981 INFO O| Sep 23 04:40:23.981 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96112025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.981 INFO O| Sep 23 04:40:23.981 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96122025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.981 INFO O| Sep 23 04:40:23.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96132025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.981 INFO O| Sep 23 04:40:23.981 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96142025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.981 INFO O| Sep 23 04:40:23.981 INFO ok!
96152025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.981 INFO O| Sep 23 04:40:23.981 INFO STEP 31 (ensure_file) COMPLETE
96162025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.981 INFO O| Sep 23 04:40:23.981 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96172025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.999 INFO O| Sep 23 04:40:23.999 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96182025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.999 INFO O| Sep 23 04:40:23.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96192025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.999 INFO O| Sep 23 04:40:23.999 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96202025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.999 INFO O| Sep 23 04:40:23.999 INFO STEP 32 (ensure_dir) COMPLETE
96212025-09-23T04:40:24.436Z[ host-image] Sep 23 04:40:23.999 INFO O| Sep 23 04:40:23.999 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96222025-09-23T04:40:24.461Z[ host-image] Sep 23 04:40:24.017 INFO O| Sep 23 04:40:24.017 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96232025-09-23T04:40:24.461Z[ host-image] Sep 23 04:40:24.017 INFO O| Sep 23 04:40:24.017 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 ...
96242025-09-23T04:40:24.461Z[ host-image] Sep 23 04:40:24.017 INFO O| Sep 23 04:40:24.017 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
96252025-09-23T04:40:24.461Z[ host-image] Sep 23 04:40:24.017 INFO O| Sep 23 04:40:24.017 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96262025-09-23T04:40:24.461Z[ host-image] Sep 23 04:40:24.017 INFO O| Sep 23 04:40:24.017 INFO ok!
96272025-09-23T04:40:24.461Z[ host-image] Sep 23 04:40:24.017 INFO O| Sep 23 04:40:24.017 INFO STEP 33 (ensure_file) COMPLETE
96282025-09-23T04:40:24.461Z[ host-image] Sep 23 04:40:24.017 INFO O| Sep 23 04:40:24.017 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96292025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.031 INFO O| Sep 23 04:40:24.031 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96302025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.031 INFO O| Sep 23 04:40:24.031 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96312025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.031 INFO O| Sep 23 04:40:24.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96322025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.031 INFO O| Sep 23 04:40:24.031 INFO ok!
96332025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.031 INFO O| Sep 23 04:40:24.031 INFO STEP 34 (ensure_file) COMPLETE
96342025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.031 INFO O| Sep 23 04:40:24.031 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96352025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.049 INFO O| Sep 23 04:40:24.049 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96362025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.049 INFO O| Sep 23 04:40:24.049 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96372025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.049 INFO O| Sep 23 04:40:24.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96382025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.049 INFO O| Sep 23 04:40:24.049 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96392025-09-23T04:40:24.486Z[ host-image] Sep 23 04:40:24.049 INFO O| Sep 23 04:40:24.049 INFO ok!
96402025-09-23T04:40:24.487Z[ host-image] Sep 23 04:40:24.049 INFO O| Sep 23 04:40:24.049 INFO STEP 35 (ensure_file) COMPLETE
96412025-09-23T04:40:24.487Z[ host-image] Sep 23 04:40:24.049 INFO O| Sep 23 04:40:24.049 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96422025-09-23T04:40:24.511Z[ host-image] Sep 23 04:40:24.063 INFO O| Sep 23 04:40:24.063 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96432025-09-23T04:40:24.511Z[ host-image] Sep 23 04:40:24.063 INFO O| Sep 23 04:40:24.063 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96442025-09-23T04:40:24.512Z[ host-image] Sep 23 04:40:24.063 INFO O| Sep 23 04:40:24.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96452025-09-23T04:40:24.512Z[ host-image] Sep 23 04:40:24.063 INFO O| Sep 23 04:40:24.063 INFO ok!
96462025-09-23T04:40:24.512Z[ host-image] Sep 23 04:40:24.063 INFO O| Sep 23 04:40:24.063 INFO STEP 36 (ensure_file) COMPLETE
96472025-09-23T04:40:24.512Z[ host-image] Sep 23 04:40:24.063 INFO O| Sep 23 04:40:24.063 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96482025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.080 INFO O| Sep 23 04:40:24.080 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96492025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.080 INFO O| Sep 23 04:40:24.080 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96502025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.080 INFO O| Sep 23 04:40:24.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96512025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.080 INFO O| Sep 23 04:40:24.080 INFO ok!
96522025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.080 INFO O| Sep 23 04:40:24.080 INFO STEP 37 (ensure_file) COMPLETE
96532025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.080 INFO O| Sep 23 04:40:24.080 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96542025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96552025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96562025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96572025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96582025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96592025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96602025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO ok!
96612025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO STEP 38 (ensure_file) COMPLETE
96622025-09-23T04:40:24.537Z[ host-image] Sep 23 04:40:24.094 INFO O| Sep 23 04:40:24.094 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96632025-09-23T04:40:24.562Z[ host-image] Sep 23 04:40:24.112 INFO O| Sep 23 04:40:24.112 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96642025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.112 INFO O| Sep 23 04:40:24.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96652025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.112 INFO O| Sep 23 04:40:24.112 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96662025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.112 INFO O| Sep 23 04:40:24.112 INFO STEP 39 (ensure_dir) COMPLETE
96672025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.112 INFO O| Sep 23 04:40:24.112 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96682025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 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
96692025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 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 ...
96702025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 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
96712025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 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
96722025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 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
96732025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 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
96742025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 INFO ok!
96752025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 INFO STEP 40 (ensure_file) COMPLETE
96762025-09-23T04:40:24.563Z[ host-image] Sep 23 04:40:24.129 INFO O| Sep 23 04:40:24.129 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96772025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.143 INFO O| Sep 23 04:40:24.143 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96782025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.143 INFO O| Sep 23 04:40:24.143 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 ...
96792025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.143 INFO O| Sep 23 04:40:24.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96802025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.143 INFO O| Sep 23 04:40:24.143 INFO ok!
96812025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.143 INFO O| Sep 23 04:40:24.143 INFO STEP 41 (ensure_symlink) COMPLETE
96822025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.143 INFO O| Sep 23 04:40:24.143 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96832025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.155 INFO O| Sep 23 04:40:24.154 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96842025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.155 INFO O| Sep 23 04:40:24.154 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96852025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.155 INFO O| Sep 23 04:40:24.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96862025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.155 INFO O| Sep 23 04:40:24.155 INFO ok!
96872025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.155 INFO O| Sep 23 04:40:24.155 INFO STEP 42 (ensure_symlink) COMPLETE
96882025-09-23T04:40:24.589Z[ host-image] Sep 23 04:40:24.155 INFO O| Sep 23 04:40:24.155 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96892025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96902025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96912025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96922025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96932025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96942025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96952025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO ok!
96962025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO STEP 43 (ensure_file) COMPLETE
96972025-09-23T04:40:24.614Z[ host-image] Sep 23 04:40:24.167 INFO O| Sep 23 04:40:24.167 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96982025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.184 INFO O| Sep 23 04:40:24.183 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96992025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.184 INFO O| Sep 23 04:40:24.183 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 ...
97002025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.184 INFO O| Sep 23 04:40:24.184 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
97012025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.184 INFO O| Sep 23 04:40:24.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97022025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.184 INFO O| Sep 23 04:40:24.184 INFO ok!
97032025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.184 INFO O| Sep 23 04:40:24.184 INFO STEP 44 (ensure_file) COMPLETE
97042025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.184 INFO O| Sep 23 04:40:24.184 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97052025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.200 INFO O| Sep 23 04:40:24.200 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97062025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.201 INFO O| Sep 23 04:40:24.200 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97072025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.201 INFO O| Sep 23 04:40:24.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97082025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.201 INFO O| Sep 23 04:40:24.201 INFO ok!
97092025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.201 INFO O| Sep 23 04:40:24.201 INFO STEP 45 (ensure_file) COMPLETE
97102025-09-23T04:40:24.640Z[ host-image] Sep 23 04:40:24.201 INFO O| Sep 23 04:40:24.201 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97112025-09-23T04:40:24.665Z[ host-image] Sep 23 04:40:24.216 INFO O| Sep 23 04:40:24.216 INFO updating shadow file
97122025-09-23T04:40:24.665Z[ host-image] Sep 23 04:40:24.216 INFO O| Sep 23 04:40:24.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97132025-09-23T04:40:24.665Z[ host-image] Sep 23 04:40:24.216 INFO O| Sep 23 04:40:24.216 INFO STEP 46 (shadow) COMPLETE
97142025-09-23T04:40:24.665Z[ host-image] Sep 23 04:40:24.216 INFO O| Sep 23 04:40:24.216 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97152025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.233 INFO O| Sep 23 04:40:24.233 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97162025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.233 INFO O| Sep 23 04:40:24.233 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97172025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.233 INFO O| Sep 23 04:40:24.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97182025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.233 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97192025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.233 INFO ok!
97202025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.234 INFO STEP 47 (ensure_file) COMPLETE
97212025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.234 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97222025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.234 INFO skip step because feature "mfg" is not enabled
97232025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.234 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97242025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.234 INFO skip step because feature "mfg" is not enabled
97252025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.234 INFO O| Sep 23 04:40:24.234 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97262025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.249 INFO O| Sep 23 04:40:24.249 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97272025-09-23T04:40:24.690Z[ host-image] Sep 23 04:40:24.249 INFO O| Sep 23 04:40:24.249 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97282025-09-23T04:40:25.509Z[ host-image] Sep 23 04:40:25.076 INFO O| Sep 23 04:40:25.076 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97292025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.076 INFO O| Sep 23 04:40:25.076 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97302025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.076 INFO O| Sep 23 04:40:25.076 INFO ok!
97312025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.076 INFO O| Sep 23 04:40:25.076 INFO STEP 50 (ensure_file) COMPLETE
97322025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.076 INFO O| Sep 23 04:40:25.076 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97332025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.076 INFO O| Sep 23 04:40:25.076 INFO skip step because feature "compliance" is not enabled
97342025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.076 INFO O| Sep 23 04:40:25.076 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97352025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.091 INFO O| Sep 23 04:40:25.091 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97362025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.091 INFO O| Sep 23 04:40:25.091 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97372025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.092 INFO O| Sep 23 04:40:25.091 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97382025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.092 INFO O| Sep 23 04:40:25.092 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97392025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.092 INFO O| Sep 23 04:40:25.092 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97402025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.092 INFO O| Sep 23 04:40:25.092 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97412025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.092 INFO O| Sep 23 04:40:25.092 INFO ok!
97422025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.092 INFO O| Sep 23 04:40:25.092 INFO STEP 52 (ensure_file) COMPLETE
97432025-09-23T04:40:25.534Z[ host-image] Sep 23 04:40:25.092 INFO O| Sep 23 04:40:25.092 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97442025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.106 INFO O| Sep 23 04:40:25.106 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97452025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.106 INFO O| Sep 23 04:40:25.106 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 ...
97462025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.106 INFO O| Sep 23 04:40:25.106 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
97472025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.106 INFO O| Sep 23 04:40:25.106 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97482025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.106 INFO O| Sep 23 04:40:25.106 INFO ok!
97492025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.106 INFO O| Sep 23 04:40:25.106 INFO STEP 53 (ensure_file) COMPLETE
97502025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.106 INFO O| Sep 23 04:40:25.106 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97512025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.120 INFO O| Sep 23 04:40:25.120 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97522025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.120 INFO O| Sep 23 04:40:25.120 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 ...
97532025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.120 INFO O| Sep 23 04:40:25.120 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97542025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.120 INFO O| Sep 23 04:40:25.120 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97552025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.120 INFO O| Sep 23 04:40:25.120 INFO ok!
97562025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.120 INFO O| Sep 23 04:40:25.120 INFO STEP 54 (ensure_file) COMPLETE
97572025-09-23T04:40:25.560Z[ host-image] Sep 23 04:40:25.120 INFO O| Sep 23 04:40:25.120 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97582025-09-23T04:40:25.585Z[ host-image] Sep 23 04:40:25.137 INFO O| Sep 23 04:40:25.137 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97592025-09-23T04:40:25.585Z[ host-image] Sep 23 04:40:25.137 INFO O| Sep 23 04:40:25.137 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 ...
97602025-09-23T04:40:25.585Z[ host-image] Sep 23 04:40:25.137 INFO O| Sep 23 04:40:25.137 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
97612025-09-23T04:40:25.585Z[ host-image] Sep 23 04:40:25.137 INFO O| Sep 23 04:40:25.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97622025-09-23T04:40:25.585Z[ host-image] Sep 23 04:40:25.137 INFO O| Sep 23 04:40:25.137 INFO ok!
97632025-09-23T04:40:25.585Z[ host-image] Sep 23 04:40:25.137 INFO O| Sep 23 04:40:25.137 INFO STEP 55 (ensure_file) COMPLETE
97642025-09-23T04:40:25.586Z[ host-image] Sep 23 04:40:25.137 INFO O| Sep 23 04:40:25.137 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97652025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.156 INFO O| Sep 23 04:40:25.156 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97662025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.156 INFO O| Sep 23 04:40:25.156 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 ...
97672025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.157 INFO O| Sep 23 04:40:25.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97682025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.157 INFO O| Sep 23 04:40:25.157 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97692025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.157 INFO O| Sep 23 04:40:25.157 INFO ok!
97702025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.157 INFO O| Sep 23 04:40:25.157 INFO STEP 56 (ensure_file) COMPLETE
97712025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.157 INFO O| Sep 23 04:40:25.157 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97722025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.171 INFO O| Sep 23 04:40:25.171 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97732025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.171 INFO O| Sep 23 04:40:25.171 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 ...
97742025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.171 INFO O| Sep 23 04:40:25.171 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
97752025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.171 INFO O| Sep 23 04:40:25.171 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97762025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.171 INFO O| Sep 23 04:40:25.171 INFO ok!
97772025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.171 INFO O| Sep 23 04:40:25.171 INFO STEP 57 (ensure_file) COMPLETE
97782025-09-23T04:40:25.611Z[ host-image] Sep 23 04:40:25.171 INFO O| Sep 23 04:40:25.171 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97792025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97802025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 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 ...
97812025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97822025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97832025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97842025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97852025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO ok!
97862025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO STEP 58 (ensure_file) COMPLETE
97872025-09-23T04:40:25.636Z[ host-image] Sep 23 04:40:25.189 INFO O| Sep 23 04:40:25.189 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97882025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.208 INFO O| Sep 23 04:40:25.208 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97892025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.208 INFO O| Sep 23 04:40:25.208 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 ...
97902025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.208 INFO O| Sep 23 04:40:25.208 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
97912025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.208 INFO O| Sep 23 04:40:25.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97922025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.208 INFO O| Sep 23 04:40:25.208 INFO ok!
97932025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.208 INFO O| Sep 23 04:40:25.208 INFO STEP 59 (ensure_file) COMPLETE
97942025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.208 INFO O| Sep 23 04:40:25.208 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97952025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.226 INFO O| Sep 23 04:40:25.226 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97962025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.226 INFO O| Sep 23 04:40:25.226 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97972025-09-23T04:40:25.661Z[ host-image] Sep 23 04:40:25.227 INFO O| Sep 23 04:40:25.227 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97982025-09-23T04:40:25.662Z[ host-image] Sep 23 04:40:25.227 INFO O| Sep 23 04:40:25.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97992025-09-23T04:40:25.662Z[ host-image] Sep 23 04:40:25.227 INFO O| Sep 23 04:40:25.227 INFO ok!
98002025-09-23T04:40:25.662Z[ host-image] Sep 23 04:40:25.227 INFO O| Sep 23 04:40:25.227 INFO STEP 60 (ensure_file) COMPLETE
98012025-09-23T04:40:25.662Z[ host-image] Sep 23 04:40:25.227 INFO O| Sep 23 04:40:25.227 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98022025-09-23T04:40:25.687Z[ host-image] Sep 23 04:40:25.243 INFO O| Sep 23 04:40:25.243 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98032025-09-23T04:40:25.687Z[ host-image] Sep 23 04:40:25.243 INFO O| Sep 23 04:40:25.243 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 ...
98042025-09-23T04:40:25.687Z[ host-image] Sep 23 04:40:25.243 INFO O| Sep 23 04:40:25.243 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
98052025-09-23T04:40:25.687Z[ host-image] Sep 23 04:40:25.243 INFO O| Sep 23 04:40:25.243 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98062025-09-23T04:40:25.687Z[ host-image] Sep 23 04:40:25.243 INFO O| Sep 23 04:40:25.243 INFO ok!
98072025-09-23T04:40:25.687Z[ host-image] Sep 23 04:40:25.244 INFO O| Sep 23 04:40:25.243 INFO STEP 61 (ensure_file) COMPLETE
98082025-09-23T04:40:25.687Z[ host-image] Sep 23 04:40:25.244 INFO O| Sep 23 04:40:25.243 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98092025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98102025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98112025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98122025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98132025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98142025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98152025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO ok!
98162025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO STEP 62 (ensure_file) COMPLETE
98172025-09-23T04:40:25.712Z[ host-image] Sep 23 04:40:25.262 INFO O| Sep 23 04:40:25.262 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98182025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.279 INFO O| Sep 23 04:40:25.279 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98192025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.279 INFO O| Sep 23 04:40:25.279 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 ...
98202025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.279 INFO O| Sep 23 04:40:25.279 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
98212025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.279 INFO O| Sep 23 04:40:25.279 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98222025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.279 INFO O| Sep 23 04:40:25.279 INFO ok!
98232025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.279 INFO O| Sep 23 04:40:25.279 INFO STEP 63 (ensure_file) COMPLETE
98242025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.279 INFO O| Sep 23 04:40:25.279 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98252025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.295 INFO O| Sep 23 04:40:25.295 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98262025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.295 INFO O| Sep 23 04:40:25.295 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 ...
98272025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.296 INFO O| Sep 23 04:40:25.296 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
98282025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.296 INFO O| Sep 23 04:40:25.296 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98292025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.296 INFO O| Sep 23 04:40:25.296 INFO ok!
98302025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.296 INFO O| Sep 23 04:40:25.296 INFO STEP 64 (ensure_file) COMPLETE
98312025-09-23T04:40:25.737Z[ host-image] Sep 23 04:40:25.296 INFO O| Sep 23 04:40:25.296 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98322025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.310 INFO O| Sep 23 04:40:25.310 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98332025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.310 INFO O| Sep 23 04:40:25.310 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 ...
98342025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.310 INFO O| Sep 23 04:40:25.310 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
98352025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.310 INFO O| Sep 23 04:40:25.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98362025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.310 INFO O| Sep 23 04:40:25.310 INFO ok!
98372025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.310 INFO O| Sep 23 04:40:25.310 INFO STEP 65 (ensure_file) COMPLETE
98382025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.310 INFO O| Sep 23 04:40:25.310 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.323 INFO O| Sep 23 04:40:25.323 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98402025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.323 INFO O| Sep 23 04:40:25.323 INFO STEP 66 (ensure_dir) COMPLETE
98412025-09-23T04:40:25.762Z[ host-image] Sep 23 04:40:25.323 INFO O| Sep 23 04:40:25.323 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.336 INFO O| Sep 23 04:40:25.336 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98432025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.336 INFO O| Sep 23 04:40:25.336 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98442025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.336 INFO O| Sep 23 04:40:25.336 INFO STEP 67 (ensure_dir) COMPLETE
98452025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.336 INFO O| Sep 23 04:40:25.336 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.348 INFO O| Sep 23 04:40:25.348 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98472025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.349 INFO O| Sep 23 04:40:25.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98482025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.349 INFO O| Sep 23 04:40:25.348 INFO STEP 68 (ensure_dir) COMPLETE
98492025-09-23T04:40:25.788Z[ host-image] Sep 23 04:40:25.349 INFO O| Sep 23 04:40:25.349 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98502025-09-23T04:40:25.813Z[ host-image] Sep 23 04:40:25.362 INFO O| Sep 23 04:40:25.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98512025-09-23T04:40:25.813Z[ host-image] Sep 23 04:40:25.362 INFO O| Sep 23 04:40:25.362 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98522025-09-23T04:40:27.272Z[ host-image] Sep 23 04:40:26.828 INFO O| Sep 23 04:40:26.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98532025-09-23T04:40:27.272Z[ host-image] Sep 23 04:40:26.828 INFO O| Sep 23 04:40:26.828 INFO ok!
98542025-09-23T04:40:27.297Z[ host-image] Sep 23 04:40:26.828 INFO O| Sep 23 04:40:26.828 INFO STEP 69 (ensure_file) COMPLETE
98552025-09-23T04:40:27.297Z[ host-image] Sep 23 04:40:26.828 INFO O| Sep 23 04:40:26.828 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562025-09-23T04:40:27.297Z[ host-image] Sep 23 04:40:26.844 INFO O| Sep 23 04:40:26.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98572025-09-23T04:40:27.297Z[ host-image] Sep 23 04:40:26.844 INFO O| Sep 23 04:40:26.844 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98582025-09-23T04:40:29.515Z[ host-image] Sep 23 04:40:29.083 INFO O| Sep 23 04:40:29.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98592025-09-23T04:40:29.515Z[ host-image] Sep 23 04:40:29.083 INFO O| Sep 23 04:40:29.082 INFO ok!
98602025-09-23T04:40:29.540Z[ host-image] Sep 23 04:40:29.083 INFO O| Sep 23 04:40:29.082 INFO STEP 70 (ensure_file) COMPLETE
98612025-09-23T04:40:29.540Z[ host-image] Sep 23 04:40:29.083 INFO O| Sep 23 04:40:29.082 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622025-09-23T04:40:29.540Z[ host-image] Sep 23 04:40:29.097 INFO O| Sep 23 04:40:29.097 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98632025-09-23T04:40:29.540Z[ host-image] Sep 23 04:40:29.097 INFO O| Sep 23 04:40:29.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98642025-09-23T04:40:29.540Z[ host-image] Sep 23 04:40:29.097 INFO O| Sep 23 04:40:29.097 INFO STEP 71 (ensure_dir) COMPLETE
98652025-09-23T04:40:29.540Z[ host-image] Sep 23 04:40:29.097 INFO O| Sep 23 04:40:29.097 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.109 INFO O| Sep 23 04:40:29.109 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98672025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.109 INFO O| Sep 23 04:40:29.109 INFO copying /tmp/.tmpAD3rni/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 ...
98682025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.109 INFO O| Sep 23 04:40:29.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98692025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.109 INFO O| Sep 23 04:40:29.109 INFO ok!
98702025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.109 INFO O| Sep 23 04:40:29.109 INFO STEP 72 (ensure_file) COMPLETE
98712025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.109 INFO O| Sep 23 04:40:29.109 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.126 INFO O| Sep 23 04:40:29.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98732025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.126 INFO O| Sep 23 04:40:29.126 INFO copying /tmp/.tmpAD3rni/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 ...
98742025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.126 INFO O| Sep 23 04:40:29.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98752025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.126 INFO O| Sep 23 04:40:29.126 INFO ok!
98762025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.126 INFO O| Sep 23 04:40:29.126 INFO STEP 73 (ensure_file) COMPLETE
98772025-09-23T04:40:29.565Z[ host-image] Sep 23 04:40:29.126 INFO O| Sep 23 04:40:29.126 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98782025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.142 INFO O| Sep 23 04:40:29.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98792025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.142 INFO O| Sep 23 04:40:29.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98802025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.142 INFO O| Sep 23 04:40:29.142 INFO STEP 74 (ensure_dir) COMPLETE
98812025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.142 INFO O| Sep 23 04:40:29.142 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98822025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.155 INFO O| Sep 23 04:40:29.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98832025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.155 INFO O| Sep 23 04:40:29.155 INFO copying /tmp/.tmpAD3rni/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 ...
98842025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.155 INFO O| Sep 23 04:40:29.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98852025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.155 INFO O| Sep 23 04:40:29.155 INFO ok!
98862025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.155 INFO O| Sep 23 04:40:29.155 INFO STEP 75 (ensure_file) COMPLETE
98872025-09-23T04:40:29.590Z[ host-image] Sep 23 04:40:29.155 INFO O| Sep 23 04:40:29.155 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.170 INFO O| Sep 23 04:40:29.170 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98892025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.170 INFO O| Sep 23 04:40:29.170 INFO copying /tmp/.tmpAD3rni/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 ...
98902025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.170 INFO O| Sep 23 04:40:29.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98912025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.170 INFO O| Sep 23 04:40:29.170 INFO ok!
98922025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.170 INFO O| Sep 23 04:40:29.170 INFO STEP 76 (ensure_file) COMPLETE
98932025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.170 INFO O| Sep 23 04:40:29.170 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.183 INFO O| Sep 23 04:40:29.182 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98952025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.183 INFO O| Sep 23 04:40:29.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98962025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.183 INFO O| Sep 23 04:40:29.183 INFO STEP 77 (ensure_dir) COMPLETE
98972025-09-23T04:40:29.615Z[ host-image] Sep 23 04:40:29.183 INFO O| Sep 23 04:40:29.183 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982025-09-23T04:40:29.640Z[ host-image] Sep 23 04:40:29.199 INFO O| Sep 23 04:40:29.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98992025-09-23T04:40:29.640Z[ host-image] Sep 23 04:40:29.199 INFO O| Sep 23 04:40:29.199 INFO copying /tmp/.tmpAD3rni/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 ...
99002025-09-23T04:40:29.640Z[ host-image] Sep 23 04:40:29.199 INFO O| Sep 23 04:40:29.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99012025-09-23T04:40:29.640Z[ host-image] Sep 23 04:40:29.199 INFO O| Sep 23 04:40:29.199 INFO ok!
99022025-09-23T04:40:29.640Z[ host-image] Sep 23 04:40:29.199 INFO O| Sep 23 04:40:29.199 INFO STEP 78 (ensure_file) COMPLETE
99032025-09-23T04:40:29.640Z[ host-image] Sep 23 04:40:29.199 INFO O| Sep 23 04:40:29.199 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99042025-09-23T04:40:29.665Z[ host-image] Sep 23 04:40:29.215 INFO O| Sep 23 04:40:29.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99052025-09-23T04:40:29.665Z[ host-image] Sep 23 04:40:29.215 INFO O| Sep 23 04:40:29.215 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99062025-09-23T04:40:29.665Z[ host-image] Sep 23 04:40:29.216 INFO O| Sep 23 04:40:29.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99072025-09-23T04:40:29.665Z[ host-image] Sep 23 04:40:29.216 INFO O| Sep 23 04:40:29.216 INFO ok!
99082025-09-23T04:40:29.665Z[ host-image] Sep 23 04:40:29.216 INFO O| Sep 23 04:40:29.216 INFO STEP 79 (ensure_file) COMPLETE
99092025-09-23T04:40:29.665Z[ host-image] Sep 23 04:40:29.216 INFO O| Sep 23 04:40:29.216 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99102025-09-23T04:40:29.665Z[ host-image] Sep 23 04:40:29.229 INFO O| Sep 23 04:40:29.229 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99112025-09-23T04:40:29.666Z[ host-image] Sep 23 04:40:29.230 INFO O| Sep 23 04:40:29.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99122025-09-23T04:40:29.666Z[ host-image] Sep 23 04:40:29.230 INFO O| Sep 23 04:40:29.230 INFO STEP 80 (ensure_dir) COMPLETE
99132025-09-23T04:40:29.666Z[ host-image] Sep 23 04:40:29.230 INFO O| Sep 23 04:40:29.230 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99142025-09-23T04:40:29.690Z[ host-image] Sep 23 04:40:29.246 INFO O| Sep 23 04:40:29.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99152025-09-23T04:40:29.690Z[ host-image] Sep 23 04:40:29.246 INFO O| Sep 23 04:40:29.245 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99162025-09-23T04:40:30.386Z[ host-image] Sep 23 04:40:29.953 INFO O| Sep 23 04:40:29.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99172025-09-23T04:40:30.386Z[ host-image] Sep 23 04:40:29.953 INFO O| Sep 23 04:40:29.953 INFO ok!
99182025-09-23T04:40:30.411Z[ host-image] Sep 23 04:40:29.953 INFO O| Sep 23 04:40:29.953 INFO STEP 81 (ensure_file) COMPLETE
99192025-09-23T04:40:30.411Z[ host-image] Sep 23 04:40:29.953 INFO O| Sep 23 04:40:29.953 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99202025-09-23T04:40:30.411Z[ host-image] Sep 23 04:40:29.970 INFO O| Sep 23 04:40:29.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99212025-09-23T04:40:30.411Z[ host-image] Sep 23 04:40:29.971 INFO O| Sep 23 04:40:29.970 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99222025-09-23T04:40:33.825Z[ host-image] Sep 23 04:40:33.393 INFO O| Sep 23 04:40:33.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99232025-09-23T04:40:33.825Z[ host-image] Sep 23 04:40:33.393 INFO O| Sep 23 04:40:33.392 INFO ok!
99242025-09-23T04:40:33.850Z[ host-image] Sep 23 04:40:33.393 INFO O| Sep 23 04:40:33.392 INFO STEP 82 (ensure_file) COMPLETE
99252025-09-23T04:40:33.850Z[ host-image] Sep 23 04:40:33.393 INFO O| Sep 23 04:40:33.392 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99262025-09-23T04:40:33.850Z[ host-image] Sep 23 04:40:33.408 INFO O| Sep 23 04:40:33.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99272025-09-23T04:40:33.850Z[ host-image] Sep 23 04:40:33.408 INFO O| Sep 23 04:40:33.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99282025-09-23T04:40:33.850Z[ host-image] Sep 23 04:40:33.408 INFO O| Sep 23 04:40:33.408 INFO STEP 83 (ensure_dir) COMPLETE
99292025-09-23T04:40:33.850Z[ host-image] Sep 23 04:40:33.408 INFO O| Sep 23 04:40:33.408 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302025-09-23T04:40:33.875Z[ host-image] Sep 23 04:40:33.424 INFO O| Sep 23 04:40:33.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99312025-09-23T04:40:33.875Z[ host-image] Sep 23 04:40:33.424 INFO O| Sep 23 04:40:33.424 INFO copying /tmp/.tmpAD3rni/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 ...
99322025-09-23T04:40:33.875Z[ host-image] Sep 23 04:40:33.424 INFO O| Sep 23 04:40:33.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99332025-09-23T04:40:33.875Z[ host-image] Sep 23 04:40:33.424 INFO O| Sep 23 04:40:33.424 INFO ok!
99342025-09-23T04:40:33.875Z[ host-image] Sep 23 04:40:33.424 INFO O| Sep 23 04:40:33.424 INFO STEP 84 (ensure_file) COMPLETE
99352025-09-23T04:40:33.876Z[ host-image] Sep 23 04:40:33.424 INFO O| Sep 23 04:40:33.424 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362025-09-23T04:40:33.876Z[ host-image] Sep 23 04:40:33.440 INFO O| Sep 23 04:40:33.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99372025-09-23T04:40:33.876Z[ host-image] Sep 23 04:40:33.440 INFO O| Sep 23 04:40:33.440 INFO copying /tmp/.tmpAD3rni/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 ...
99382025-09-23T04:40:33.876Z[ host-image] Sep 23 04:40:33.440 INFO O| Sep 23 04:40:33.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99392025-09-23T04:40:33.876Z[ host-image] Sep 23 04:40:33.440 INFO O| Sep 23 04:40:33.440 INFO ok!
99402025-09-23T04:40:33.876Z[ host-image] Sep 23 04:40:33.440 INFO O| Sep 23 04:40:33.440 INFO STEP 85 (ensure_file) COMPLETE
99412025-09-23T04:40:33.876Z[ host-image] Sep 23 04:40:33.440 INFO O| Sep 23 04:40:33.440 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.453 INFO O| Sep 23 04:40:33.452 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99432025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.453 INFO O| Sep 23 04:40:33.452 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99442025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.453 INFO O| Sep 23 04:40:33.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99452025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.453 INFO O| Sep 23 04:40:33.453 INFO ok!
99462025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.453 INFO O| Sep 23 04:40:33.453 INFO STEP 86 (ensure_file) COMPLETE
99472025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.453 INFO O| Sep 23 04:40:33.453 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.467 INFO O| Sep 23 04:40:33.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99492025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.468 INFO O| Sep 23 04:40:33.467 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99502025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.468 INFO O| Sep 23 04:40:33.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99512025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.468 INFO O| Sep 23 04:40:33.468 INFO ok!
99522025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.468 INFO O| Sep 23 04:40:33.468 INFO STEP 87 (ensure_file) COMPLETE
99532025-09-23T04:40:33.901Z[ host-image] Sep 23 04:40:33.468 INFO O| Sep 23 04:40:33.468 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99542025-09-23T04:40:33.926Z[ host-image] Sep 23 04:40:33.482 INFO O| Sep 23 04:40:33.482 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99552025-09-23T04:40:33.926Z[ host-image] Sep 23 04:40:33.482 INFO O| Sep 23 04:40:33.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99562025-09-23T04:40:33.926Z[ host-image] Sep 23 04:40:33.482 INFO O| Sep 23 04:40:33.482 INFO STEP 88 (ensure_dir) COMPLETE
99572025-09-23T04:40:33.926Z[ host-image] Sep 23 04:40:33.482 INFO O| Sep 23 04:40:33.482 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582025-09-23T04:40:33.951Z[ host-image] Sep 23 04:40:33.499 INFO O| Sep 23 04:40:33.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99592025-09-23T04:40:33.951Z[ host-image] Sep 23 04:40:33.499 INFO O| Sep 23 04:40:33.499 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99602025-09-23T04:40:33.951Z[ host-image] Sep 23 04:40:33.507 INFO O| Sep 23 04:40:33.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99612025-09-23T04:40:33.951Z[ host-image] Sep 23 04:40:33.507 INFO O| Sep 23 04:40:33.507 INFO ok!
99622025-09-23T04:40:33.951Z[ host-image] Sep 23 04:40:33.507 INFO O| Sep 23 04:40:33.507 INFO STEP 89 (ensure_file) COMPLETE
99632025-09-23T04:40:33.951Z[ host-image] Sep 23 04:40:33.507 INFO O| Sep 23 04:40:33.507 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.524 INFO O| Sep 23 04:40:33.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99652025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.524 INFO O| Sep 23 04:40:33.524 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99662025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.524 INFO O| Sep 23 04:40:33.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99672025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.524 INFO O| Sep 23 04:40:33.524 INFO ok!
99682025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.524 INFO O| Sep 23 04:40:33.524 INFO STEP 90 (ensure_file) COMPLETE
99692025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.524 INFO O| Sep 23 04:40:33.524 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.539 INFO O| Sep 23 04:40:33.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99712025-09-23T04:40:33.976Z[ host-image] Sep 23 04:40:33.539 INFO O| Sep 23 04:40:33.539 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99722025-09-23T04:40:37.086Z[ host-image] Sep 23 04:40:36.653 INFO O| Sep 23 04:40:36.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99732025-09-23T04:40:37.086Z[ host-image] Sep 23 04:40:36.653 INFO O| Sep 23 04:40:36.653 INFO ok!
99742025-09-23T04:40:37.111Z[ host-image] Sep 23 04:40:36.653 INFO O| Sep 23 04:40:36.653 INFO STEP 91 (ensure_file) COMPLETE
99752025-09-23T04:40:37.111Z[ host-image] Sep 23 04:40:36.653 INFO O| Sep 23 04:40:36.653 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762025-09-23T04:40:37.111Z[ host-image] Sep 23 04:40:36.674 INFO O| Sep 23 04:40:36.674 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99772025-09-23T04:40:37.111Z[ host-image] Sep 23 04:40:36.674 INFO O| Sep 23 04:40:36.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99782025-09-23T04:40:37.111Z[ host-image] Sep 23 04:40:36.674 INFO O| Sep 23 04:40:36.674 INFO STEP 92 (ensure_dir) COMPLETE
99792025-09-23T04:40:37.111Z[ host-image] Sep 23 04:40:36.674 INFO O| Sep 23 04:40:36.674 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99802025-09-23T04:40:37.136Z[ host-image] Sep 23 04:40:36.690 INFO O| Sep 23 04:40:36.690 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99812025-09-23T04:40:37.136Z[ host-image] Sep 23 04:40:36.690 INFO O| Sep 23 04:40:36.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99822025-09-23T04:40:37.136Z[ host-image] Sep 23 04:40:36.690 INFO O| Sep 23 04:40:36.690 INFO STEP 93 (ensure_dir) COMPLETE
99832025-09-23T04:40:37.136Z[ host-image] Sep 23 04:40:36.690 INFO O| Sep 23 04:40:36.690 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.707 INFO O| Sep 23 04:40:36.707 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99852025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.707 INFO O| Sep 23 04:40:36.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99862025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.707 INFO O| Sep 23 04:40:36.707 INFO STEP 94 (ensure_dir) COMPLETE
99872025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.707 INFO O| Sep 23 04:40:36.707 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.723 INFO O| Sep 23 04:40:36.723 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99892025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.723 INFO O| Sep 23 04:40:36.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99902025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.723 INFO O| Sep 23 04:40:36.723 INFO STEP 95 (ensure_dir) COMPLETE
99912025-09-23T04:40:37.161Z[ host-image] Sep 23 04:40:36.723 INFO O| Sep 23 04:40:36.723 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99922025-09-23T04:40:37.186Z[ host-image] Sep 23 04:40:36.741 INFO O| Sep 23 04:40:36.741 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99932025-09-23T04:40:37.186Z[ host-image] Sep 23 04:40:36.741 INFO O| Sep 23 04:40:36.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99942025-09-23T04:40:37.186Z[ host-image] Sep 23 04:40:36.741 INFO O| Sep 23 04:40:36.741 INFO STEP 96 (ensure_dir) COMPLETE
99952025-09-23T04:40:37.186Z[ host-image] Sep 23 04:40:36.741 INFO O| Sep 23 04:40:36.741 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962025-09-23T04:40:37.211Z[ host-image] Sep 23 04:40:36.756 INFO O| Sep 23 04:40:36.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99972025-09-23T04:40:37.211Z[ host-image] Sep 23 04:40:36.756 INFO O| Sep 23 04:40:36.756 INFO copying /tmp/.tmpAD3rni/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 ...
99982025-09-23T04:40:37.211Z[ host-image] Sep 23 04:40:36.756 INFO O| Sep 23 04:40:36.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99992025-09-23T04:40:37.211Z[ host-image] Sep 23 04:40:36.756 INFO O| Sep 23 04:40:36.756 INFO ok!
100002025-09-23T04:40:37.211Z[ host-image] Sep 23 04:40:36.756 INFO O| Sep 23 04:40:36.756 INFO STEP 97 (ensure_file) COMPLETE
100012025-09-23T04:40:37.211Z[ host-image] Sep 23 04:40:36.756 INFO O| Sep 23 04:40:36.756 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022025-09-23T04:40:37.212Z[ host-image] Sep 23 04:40:36.771 INFO O| Sep 23 04:40:36.770 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100032025-09-23T04:40:37.212Z[ host-image] Sep 23 04:40:36.771 INFO O| Sep 23 04:40:36.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100042025-09-23T04:40:37.212Z[ host-image] Sep 23 04:40:36.771 INFO O| Sep 23 04:40:36.771 INFO STEP 98 (ensure_dir) COMPLETE
100052025-09-23T04:40:37.212Z[ host-image] Sep 23 04:40:36.771 INFO O| Sep 23 04:40:36.771 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062025-09-23T04:40:37.236Z[ host-image] Sep 23 04:40:36.784 INFO O| Sep 23 04:40:36.784 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100072025-09-23T04:40:37.236Z[ host-image] Sep 23 04:40:36.784 INFO O| Sep 23 04:40:36.784 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100082025-09-23T04:40:37.236Z[ host-image] Sep 23 04:40:36.784 INFO O| Sep 23 04:40:36.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100092025-09-23T04:40:37.237Z[ host-image] Sep 23 04:40:36.784 INFO O| Sep 23 04:40:36.784 INFO ok!
100102025-09-23T04:40:37.237Z[ host-image] Sep 23 04:40:36.784 INFO O| Sep 23 04:40:36.784 INFO STEP 99 (ensure_file) COMPLETE
100112025-09-23T04:40:37.237Z[ host-image] Sep 23 04:40:36.784 INFO O| Sep 23 04:40:36.784 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122025-09-23T04:40:37.237Z[ host-image] Sep 23 04:40:36.796 INFO O| Sep 23 04:40:36.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100132025-09-23T04:40:37.237Z[ host-image] Sep 23 04:40:36.796 INFO O| Sep 23 04:40:36.796 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100142025-09-23T04:40:37.846Z[ host-image] Sep 23 04:40:37.414 INFO O| Sep 23 04:40:37.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100152025-09-23T04:40:37.846Z[ host-image] Sep 23 04:40:37.414 INFO O| Sep 23 04:40:37.414 INFO ok!
100162025-09-23T04:40:37.846Z[ host-image] Sep 23 04:40:37.414 INFO O| Sep 23 04:40:37.414 INFO STEP 100 (ensure_file) COMPLETE
100172025-09-23T04:40:37.871Z[ host-image] Sep 23 04:40:37.414 INFO O| Sep 23 04:40:37.414 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100182025-09-23T04:40:37.871Z[ host-image] Sep 23 04:40:37.430 INFO O| Sep 23 04:40:37.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100192025-09-23T04:40:37.871Z[ host-image] Sep 23 04:40:37.430 INFO O| Sep 23 04:40:37.430 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100202025-09-23T04:40:38.566Z[ host-image] Sep 23 04:40:38.133 INFO O| Sep 23 04:40:38.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100212025-09-23T04:40:38.566Z[ host-image] Sep 23 04:40:38.133 INFO O| Sep 23 04:40:38.133 INFO ok!
100222025-09-23T04:40:38.590Z[ host-image] Sep 23 04:40:38.134 INFO O| Sep 23 04:40:38.133 INFO STEP 101 (ensure_file) COMPLETE
100232025-09-23T04:40:38.591Z[ host-image] Sep 23 04:40:38.134 INFO O| Sep 23 04:40:38.133 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242025-09-23T04:40:38.591Z[ host-image] Sep 23 04:40:38.147 INFO O| Sep 23 04:40:38.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100252025-09-23T04:40:38.591Z[ host-image] Sep 23 04:40:38.147 INFO O| Sep 23 04:40:38.147 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100262025-09-23T04:40:38.591Z[ host-image] Sep 23 04:40:38.147 INFO O| Sep 23 04:40:38.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100272025-09-23T04:40:38.591Z[ host-image] Sep 23 04:40:38.147 INFO O| Sep 23 04:40:38.147 INFO ok!
100282025-09-23T04:40:38.591Z[ host-image] Sep 23 04:40:38.147 INFO O| Sep 23 04:40:38.147 INFO STEP 102 (ensure_file) COMPLETE
100292025-09-23T04:40:38.591Z[ host-image] Sep 23 04:40:38.147 INFO O| Sep 23 04:40:38.147 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.163 INFO O| Sep 23 04:40:38.163 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100312025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.163 INFO O| Sep 23 04:40:38.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100322025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.163 INFO O| Sep 23 04:40:38.163 INFO STEP 103 (ensure_dir) COMPLETE
100332025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.163 INFO O| Sep 23 04:40:38.163 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100342025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.177 INFO O| Sep 23 04:40:38.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
100352025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.177 INFO O| Sep 23 04:40:38.177 INFO copying /tmp/.tmpAD3rni/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 ...
100362025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.177 INFO O| Sep 23 04:40:38.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
100372025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.177 INFO O| Sep 23 04:40:38.177 INFO ok!
100382025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.177 INFO O| Sep 23 04:40:38.177 INFO STEP 104 (ensure_file) COMPLETE
100392025-09-23T04:40:38.620Z[ host-image] Sep 23 04:40:38.177 INFO O| Sep 23 04:40:38.177 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100402025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.192 INFO O| Sep 23 04:40:38.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
100412025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.193 INFO O| Sep 23 04:40:38.192 INFO copying /tmp/.tmpAD3rni/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 ...
100422025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.193 INFO O| Sep 23 04:40:38.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100432025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.193 INFO O| Sep 23 04:40:38.193 INFO ok!
100442025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.193 INFO O| Sep 23 04:40:38.193 INFO STEP 105 (ensure_file) COMPLETE
100452025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.193 INFO O| Sep 23 04:40:38.193 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100462025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.204 INFO O| Sep 23 04:40:38.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100472025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.204 INFO O| Sep 23 04:40:38.204 INFO copying /tmp/.tmpAD3rni/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 ...
100482025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.204 INFO O| Sep 23 04:40:38.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100492025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.204 INFO O| Sep 23 04:40:38.204 INFO ok!
100502025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.204 INFO O| Sep 23 04:40:38.204 INFO STEP 106 (ensure_file) COMPLETE
100512025-09-23T04:40:38.645Z[ host-image] Sep 23 04:40:38.204 INFO O| Sep 23 04:40:38.204 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100522025-09-23T04:40:38.683Z[ host-image] Sep 23 04:40:38.216 INFO O| Sep 23 04:40:38.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100532025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.216 INFO O| Sep 23 04:40:38.216 INFO copying /tmp/.tmpAD3rni/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 ...
100542025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.216 INFO O| Sep 23 04:40:38.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100552025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.216 INFO O| Sep 23 04:40:38.216 INFO ok!
100562025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.216 INFO O| Sep 23 04:40:38.216 INFO STEP 107 (ensure_file) COMPLETE
100572025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.216 INFO O| Sep 23 04:40:38.216 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100582025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.227 INFO O| Sep 23 04:40:38.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100592025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.227 INFO O| Sep 23 04:40:38.227 INFO copying /tmp/.tmpAD3rni/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 ...
100602025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.228 INFO O| Sep 23 04:40:38.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100612025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.228 INFO O| Sep 23 04:40:38.228 INFO ok!
100622025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.228 INFO O| Sep 23 04:40:38.228 INFO STEP 108 (ensure_file) COMPLETE
100632025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.228 INFO O| Sep 23 04:40:38.228 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100642025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.239 INFO O| Sep 23 04:40:38.239 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100652025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.239 INFO O| Sep 23 04:40:38.239 INFO copying /tmp/.tmpAD3rni/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 ...
100662025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.239 INFO O| Sep 23 04:40:38.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100672025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.239 INFO O| Sep 23 04:40:38.239 INFO ok!
100682025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.239 INFO O| Sep 23 04:40:38.239 INFO STEP 109 (ensure_file) COMPLETE
100692025-09-23T04:40:38.684Z[ host-image] Sep 23 04:40:38.239 INFO O| Sep 23 04:40:38.239 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702025-09-23T04:40:38.709Z[ host-image] Sep 23 04:40:38.254 INFO O| Sep 23 04:40:38.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100712025-09-23T04:40:38.709Z[ host-image] Sep 23 04:40:38.254 INFO O| Sep 23 04:40:38.254 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100722025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.255 INFO O| Sep 23 04:40:38.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100732025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.255 INFO O| Sep 23 04:40:38.255 INFO ok!
100742025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.255 INFO O| Sep 23 04:40:38.255 INFO STEP 110 (ensure_file) COMPLETE
100752025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.255 INFO O| Sep 23 04:40:38.255 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.271 INFO O| Sep 23 04:40:38.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100772025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.272 INFO O| Sep 23 04:40:38.271 INFO copying /tmp/.tmpAD3rni/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 ...
100782025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.272 INFO O| Sep 23 04:40:38.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100792025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.272 INFO O| Sep 23 04:40:38.272 INFO ok!
100802025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.272 INFO O| Sep 23 04:40:38.272 INFO STEP 111 (ensure_file) COMPLETE
100812025-09-23T04:40:38.710Z[ host-image] Sep 23 04:40:38.272 INFO O| Sep 23 04:40:38.272 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822025-09-23T04:40:38.735Z[ host-image] Sep 23 04:40:38.288 INFO O| Sep 23 04:40:38.288 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100832025-09-23T04:40:38.735Z[ host-image] Sep 23 04:40:38.288 INFO O| Sep 23 04:40:38.288 INFO copying /tmp/.tmpAD3rni/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 ...
100842025-09-23T04:40:38.735Z[ host-image] Sep 23 04:40:38.288 INFO O| Sep 23 04:40:38.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100852025-09-23T04:40:38.735Z[ host-image] Sep 23 04:40:38.288 INFO O| Sep 23 04:40:38.288 INFO ok!
100862025-09-23T04:40:38.735Z[ host-image] Sep 23 04:40:38.288 INFO O| Sep 23 04:40:38.288 INFO STEP 112 (ensure_file) COMPLETE
100872025-09-23T04:40:38.736Z[ host-image] Sep 23 04:40:38.288 INFO O| Sep 23 04:40:38.288 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882025-09-23T04:40:38.760Z[ host-image] Sep 23 04:40:38.304 INFO O| Sep 23 04:40:38.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100892025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.304 INFO O| Sep 23 04:40:38.304 INFO copying /tmp/.tmpAD3rni/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 ...
100902025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.304 INFO O| Sep 23 04:40:38.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100912025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.304 INFO O| Sep 23 04:40:38.304 INFO ok!
100922025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.304 INFO O| Sep 23 04:40:38.304 INFO STEP 113 (ensure_file) COMPLETE
100932025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.305 INFO O| Sep 23 04:40:38.304 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.317 INFO O| Sep 23 04:40:38.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100952025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.317 INFO O| Sep 23 04:40:38.316 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100962025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.317 INFO O| Sep 23 04:40:38.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100972025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.317 INFO O| Sep 23 04:40:38.317 INFO ok!
100982025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.317 INFO O| Sep 23 04:40:38.317 INFO STEP 114 (ensure_file) COMPLETE
100992025-09-23T04:40:38.761Z[ host-image] Sep 23 04:40:38.317 INFO O| Sep 23 04:40:38.317 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.331 INFO O| Sep 23 04:40:38.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
101012025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.331 INFO O| Sep 23 04:40:38.331 INFO copying /tmp/.tmpAD3rni/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 ...
101022025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.331 INFO O| Sep 23 04:40:38.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
101032025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.331 INFO O| Sep 23 04:40:38.331 INFO ok!
101042025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.331 INFO O| Sep 23 04:40:38.331 INFO STEP 115 (ensure_file) COMPLETE
101052025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.331 INFO O| Sep 23 04:40:38.331 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.342 INFO O| Sep 23 04:40:38.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
101072025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.342 INFO O| Sep 23 04:40:38.342 INFO copying /tmp/.tmpAD3rni/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 ...
101082025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.342 INFO O| Sep 23 04:40:38.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
101092025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.342 INFO O| Sep 23 04:40:38.342 INFO ok!
101102025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.342 INFO O| Sep 23 04:40:38.342 INFO STEP 116 (ensure_file) COMPLETE
101112025-09-23T04:40:38.786Z[ host-image] Sep 23 04:40:38.342 INFO O| Sep 23 04:40:38.342 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.359 INFO O| Sep 23 04:40:38.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
101132025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.359 INFO O| Sep 23 04:40:38.359 INFO copying /tmp/.tmpAD3rni/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 ...
101142025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.359 INFO O| Sep 23 04:40:38.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
101152025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.359 INFO O| Sep 23 04:40:38.359 INFO ok!
101162025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.359 INFO O| Sep 23 04:40:38.359 INFO STEP 117 (ensure_file) COMPLETE
101172025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.359 INFO O| Sep 23 04:40:38.359 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.374 INFO O| Sep 23 04:40:38.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
101192025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.374 INFO O| Sep 23 04:40:38.374 INFO copying /tmp/.tmpAD3rni/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 ...
101202025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.375 INFO O| Sep 23 04:40:38.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
101212025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.375 INFO O| Sep 23 04:40:38.375 INFO ok!
101222025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.375 INFO O| Sep 23 04:40:38.375 INFO STEP 118 (ensure_file) COMPLETE
101232025-09-23T04:40:38.811Z[ host-image] Sep 23 04:40:38.375 INFO O| Sep 23 04:40:38.375 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242025-09-23T04:40:38.836Z[ host-image] Sep 23 04:40:38.390 INFO O| Sep 23 04:40:38.390 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
101252025-09-23T04:40:38.836Z[ host-image] Sep 23 04:40:38.390 INFO O| Sep 23 04:40:38.390 INFO copying /tmp/.tmpAD3rni/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 ...
101262025-09-23T04:40:38.836Z[ host-image] Sep 23 04:40:38.390 INFO O| Sep 23 04:40:38.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
101272025-09-23T04:40:38.836Z[ host-image] Sep 23 04:40:38.390 INFO O| Sep 23 04:40:38.390 INFO ok!
101282025-09-23T04:40:38.836Z[ host-image] Sep 23 04:40:38.390 INFO O| Sep 23 04:40:38.390 INFO STEP 119 (ensure_file) COMPLETE
101292025-09-23T04:40:38.836Z[ host-image] Sep 23 04:40:38.390 INFO O| Sep 23 04:40:38.390 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302025-09-23T04:40:38.836Z[ host-image] Sep 23 04:40:38.401 INFO O| Sep 23 04:40:38.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
101312025-09-23T04:40:38.837Z[ host-image] Sep 23 04:40:38.401 INFO O| Sep 23 04:40:38.401 INFO copying /tmp/.tmpAD3rni/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 ...
101322025-09-23T04:40:38.837Z[ host-image] Sep 23 04:40:38.402 INFO O| Sep 23 04:40:38.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
101332025-09-23T04:40:38.837Z[ host-image] Sep 23 04:40:38.402 INFO O| Sep 23 04:40:38.402 INFO ok!
101342025-09-23T04:40:38.837Z[ host-image] Sep 23 04:40:38.402 INFO O| Sep 23 04:40:38.402 INFO STEP 120 (ensure_file) COMPLETE
101352025-09-23T04:40:38.837Z[ host-image] Sep 23 04:40:38.402 INFO O| Sep 23 04:40:38.402 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.412 INFO O| Sep 23 04:40:38.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
101372025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.413 INFO O| Sep 23 04:40:38.412 INFO copying /tmp/.tmpAD3rni/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 ...
101382025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.413 INFO O| Sep 23 04:40:38.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
101392025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.413 INFO O| Sep 23 04:40:38.413 INFO ok!
101402025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.413 INFO O| Sep 23 04:40:38.413 INFO STEP 121 (ensure_file) COMPLETE
101412025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.413 INFO O| Sep 23 04:40:38.413 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.429 INFO O| Sep 23 04:40:38.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101432025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.429 INFO O| Sep 23 04:40:38.429 INFO copying /tmp/.tmpAD3rni/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 ...
101442025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.429 INFO O| Sep 23 04:40:38.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101452025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.429 INFO O| Sep 23 04:40:38.429 INFO ok!
101462025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.429 INFO O| Sep 23 04:40:38.429 INFO STEP 122 (ensure_file) COMPLETE
101472025-09-23T04:40:38.862Z[ host-image] Sep 23 04:40:38.429 INFO O| Sep 23 04:40:38.429 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.440 INFO O| Sep 23 04:40:38.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101492025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.440 INFO O| Sep 23 04:40:38.440 INFO copying /tmp/.tmpAD3rni/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 ...
101502025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.440 INFO O| Sep 23 04:40:38.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101512025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.440 INFO O| Sep 23 04:40:38.440 INFO ok!
101522025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.440 INFO O| Sep 23 04:40:38.440 INFO STEP 123 (ensure_file) COMPLETE
101532025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.440 INFO O| Sep 23 04:40:38.440 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.455 INFO O| Sep 23 04:40:38.455 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101552025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.455 INFO O| Sep 23 04:40:38.455 INFO copying /tmp/.tmpAD3rni/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 ...
101562025-09-23T04:40:38.887Z[ host-image] Sep 23 04:40:38.455 INFO O| Sep 23 04:40:38.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101572025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.455 INFO O| Sep 23 04:40:38.455 INFO ok!
101582025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.455 INFO O| Sep 23 04:40:38.455 INFO STEP 124 (ensure_file) COMPLETE
101592025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.455 INFO O| Sep 23 04:40:38.455 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.466 INFO O| Sep 23 04:40:38.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101612025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.466 INFO O| Sep 23 04:40:38.466 INFO copying /tmp/.tmpAD3rni/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 ...
101622025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.466 INFO O| Sep 23 04:40:38.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101632025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.466 INFO O| Sep 23 04:40:38.466 INFO ok!
101642025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.466 INFO O| Sep 23 04:40:38.466 INFO STEP 125 (ensure_file) COMPLETE
101652025-09-23T04:40:38.912Z[ host-image] Sep 23 04:40:38.466 INFO O| Sep 23 04:40:38.466 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662025-09-23T04:40:38.937Z[ host-image] Sep 23 04:40:38.483 INFO O| Sep 23 04:40:38.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101672025-09-23T04:40:38.937Z[ host-image] Sep 23 04:40:38.483 INFO O| Sep 23 04:40:38.483 INFO copying /tmp/.tmpAD3rni/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 ...
101682025-09-23T04:40:38.937Z[ host-image] Sep 23 04:40:38.483 INFO O| Sep 23 04:40:38.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101692025-09-23T04:40:38.937Z[ host-image] Sep 23 04:40:38.483 INFO O| Sep 23 04:40:38.483 INFO ok!
101702025-09-23T04:40:38.937Z[ host-image] Sep 23 04:40:38.483 INFO O| Sep 23 04:40:38.483 INFO STEP 126 (ensure_file) COMPLETE
101712025-09-23T04:40:38.937Z[ host-image] Sep 23 04:40:38.483 INFO O| Sep 23 04:40:38.483 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722025-09-23T04:40:38.938Z[ host-image] Sep 23 04:40:38.500 INFO O| Sep 23 04:40:38.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101732025-09-23T04:40:38.938Z[ host-image] Sep 23 04:40:38.500 INFO O| Sep 23 04:40:38.500 INFO copying /tmp/.tmpAD3rni/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 ...
101742025-09-23T04:40:38.938Z[ host-image] Sep 23 04:40:38.500 INFO O| Sep 23 04:40:38.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101752025-09-23T04:40:38.938Z[ host-image] Sep 23 04:40:38.500 INFO O| Sep 23 04:40:38.500 INFO ok!
101762025-09-23T04:40:38.938Z[ host-image] Sep 23 04:40:38.500 INFO O| Sep 23 04:40:38.500 INFO STEP 127 (ensure_file) COMPLETE
101772025-09-23T04:40:38.938Z[ host-image] Sep 23 04:40:38.500 INFO O| Sep 23 04:40:38.500 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.511 INFO O| Sep 23 04:40:38.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101792025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.512 INFO O| Sep 23 04:40:38.511 INFO copying /tmp/.tmpAD3rni/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 ...
101802025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.512 INFO O| Sep 23 04:40:38.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101812025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.512 INFO O| Sep 23 04:40:38.512 INFO ok!
101822025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.512 INFO O| Sep 23 04:40:38.512 INFO STEP 128 (ensure_file) COMPLETE
101832025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.512 INFO O| Sep 23 04:40:38.512 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.527 INFO O| Sep 23 04:40:38.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101852025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.527 INFO O| Sep 23 04:40:38.527 INFO copying /tmp/.tmpAD3rni/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 ...
101862025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.527 INFO O| Sep 23 04:40:38.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101872025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.527 INFO O| Sep 23 04:40:38.527 INFO ok!
101882025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.527 INFO O| Sep 23 04:40:38.527 INFO STEP 129 (ensure_file) COMPLETE
101892025-09-23T04:40:38.963Z[ host-image] Sep 23 04:40:38.527 INFO O| Sep 23 04:40:38.527 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902025-09-23T04:40:38.988Z[ host-image] Sep 23 04:40:38.542 INFO O| Sep 23 04:40:38.542 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101912025-09-23T04:40:38.988Z[ host-image] Sep 23 04:40:38.542 INFO O| Sep 23 04:40:38.542 INFO copying /tmp/.tmpAD3rni/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 ...
101922025-09-23T04:40:38.988Z[ host-image] Sep 23 04:40:38.542 INFO O| Sep 23 04:40:38.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101932025-09-23T04:40:38.988Z[ host-image] Sep 23 04:40:38.542 INFO O| Sep 23 04:40:38.542 INFO ok!
101942025-09-23T04:40:38.988Z[ host-image] Sep 23 04:40:38.542 INFO O| Sep 23 04:40:38.542 INFO STEP 130 (ensure_file) COMPLETE
101952025-09-23T04:40:38.988Z[ host-image] Sep 23 04:40:38.542 INFO O| Sep 23 04:40:38.542 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962025-09-23T04:40:39.013Z[ host-image] Sep 23 04:40:38.557 INFO O| Sep 23 04:40:38.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101972025-09-23T04:40:39.013Z[ host-image] Sep 23 04:40:38.557 INFO O| Sep 23 04:40:38.557 INFO copying /tmp/.tmpAD3rni/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 ...
101982025-09-23T04:40:39.013Z[ host-image] Sep 23 04:40:38.558 INFO O| Sep 23 04:40:38.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101992025-09-23T04:40:39.013Z[ host-image] Sep 23 04:40:38.558 INFO O| Sep 23 04:40:38.558 INFO ok!
102002025-09-23T04:40:39.013Z[ host-image] Sep 23 04:40:38.558 INFO O| Sep 23 04:40:38.558 INFO STEP 131 (ensure_file) COMPLETE
102012025-09-23T04:40:39.013Z[ host-image] Sep 23 04:40:38.558 INFO O| Sep 23 04:40:38.558 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022025-09-23T04:40:39.013Z[ host-image] Sep 23 04:40:38.571 INFO O| Sep 23 04:40:38.571 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
102032025-09-23T04:40:39.014Z[ host-image] Sep 23 04:40:38.571 INFO O| Sep 23 04:40:38.571 INFO copying /tmp/.tmpAD3rni/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 ...
102042025-09-23T04:40:39.014Z[ host-image] Sep 23 04:40:38.571 INFO O| Sep 23 04:40:38.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
102052025-09-23T04:40:39.014Z[ host-image] Sep 23 04:40:38.571 INFO O| Sep 23 04:40:38.571 INFO ok!
102062025-09-23T04:40:39.014Z[ host-image] Sep 23 04:40:38.571 INFO O| Sep 23 04:40:38.571 INFO STEP 132 (ensure_file) COMPLETE
102072025-09-23T04:40:39.014Z[ host-image] Sep 23 04:40:38.571 INFO O| Sep 23 04:40:38.571 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.584 INFO O| Sep 23 04:40:38.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
102092025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.584 INFO O| Sep 23 04:40:38.584 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
102102025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.584 INFO O| Sep 23 04:40:38.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
102112025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.584 INFO O| Sep 23 04:40:38.584 INFO ok!
102122025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.584 INFO O| Sep 23 04:40:38.584 INFO STEP 133 (ensure_file) COMPLETE
102132025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.584 INFO O| Sep 23 04:40:38.584 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.597 INFO O| Sep 23 04:40:38.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
102152025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.597 INFO O| Sep 23 04:40:38.597 INFO copying /tmp/.tmpAD3rni/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 ...
102162025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.597 INFO O| Sep 23 04:40:38.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
102172025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.597 INFO O| Sep 23 04:40:38.597 INFO ok!
102182025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.597 INFO O| Sep 23 04:40:38.597 INFO STEP 134 (ensure_file) COMPLETE
102192025-09-23T04:40:39.039Z[ host-image] Sep 23 04:40:38.597 INFO O| Sep 23 04:40:38.597 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.608 INFO O| Sep 23 04:40:38.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
102212025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.608 INFO O| Sep 23 04:40:38.608 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
102222025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.608 INFO O| Sep 23 04:40:38.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
102232025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.608 INFO O| Sep 23 04:40:38.608 INFO ok!
102242025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.608 INFO O| Sep 23 04:40:38.608 INFO STEP 135 (ensure_file) COMPLETE
102252025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.608 INFO O| Sep 23 04:40:38.608 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.619 INFO O| Sep 23 04:40:38.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102272025-09-23T04:40:39.064Z[ host-image] Sep 23 04:40:38.619 INFO O| Sep 23 04:40:38.619 INFO copying /tmp/.tmpAD3rni/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102282025-09-23T04:41:05.203Z[ recovery-image] Sep 23 04:41:04.772 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)
102292025-09-23T04:41:07.816Z[ host-image] Sep 23 04:41:07.385 INFO O| Sep 23 04:41:07.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102302025-09-23T04:41:07.816Z[ host-image] Sep 23 04:41:07.385 INFO O| Sep 23 04:41:07.385 INFO ok!
102312025-09-23T04:41:07.840Z[ host-image] Sep 23 04:41:07.385 INFO O| Sep 23 04:41:07.385 INFO STEP 136 (ensure_file) COMPLETE
102322025-09-23T04:41:07.840Z[ host-image] Sep 23 04:41:07.385 INFO O| Sep 23 04:41:07.385 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332025-09-23T04:41:07.841Z[ host-image] Sep 23 04:41:07.400 INFO O| Sep 23 04:41:07.400 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102342025-09-23T04:41:07.841Z[ host-image] Sep 23 04:41:07.400 INFO O| Sep 23 04:41:07.400 INFO STEP 137 (ensure_dir) COMPLETE
102352025-09-23T04:41:07.841Z[ host-image] Sep 23 04:41:07.400 INFO O| Sep 23 04:41:07.400 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362025-09-23T04:41:07.865Z[ host-image] Sep 23 04:41:07.411 INFO O| Sep 23 04:41:07.411 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102372025-09-23T04:41:07.865Z[ host-image] Sep 23 04:41:07.411 INFO O| Sep 23 04:41:07.411 INFO STEP 138 (ensure_dir) COMPLETE
102382025-09-23T04:41:07.866Z[ host-image] Sep 23 04:41:07.411 INFO O| Sep 23 04:41:07.411 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392025-09-23T04:41:07.866Z[ host-image] Sep 23 04:41:07.423 INFO O| Sep 23 04:41:07.423 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102402025-09-23T04:41:07.866Z[ host-image] Sep 23 04:41:07.423 INFO O| Sep 23 04:41:07.423 INFO STEP 139 (ensure_dir) COMPLETE
102412025-09-23T04:41:07.866Z[ host-image] Sep 23 04:41:07.423 INFO O| Sep 23 04:41:07.423 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422025-09-23T04:41:07.866Z[ host-image] Sep 23 04:41:07.434 INFO O| Sep 23 04:41:07.434 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102432025-09-23T04:41:07.866Z[ host-image] Sep 23 04:41:07.434 INFO O| Sep 23 04:41:07.434 INFO STEP 140 (ensure_dir) COMPLETE
102442025-09-23T04:41:07.866Z[ host-image] Sep 23 04:41:07.435 INFO O| Sep 23 04:41:07.434 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452025-09-23T04:41:07.890Z[ host-image] Sep 23 04:41:07.446 INFO O| Sep 23 04:41:07.446 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102462025-09-23T04:41:07.891Z[ host-image] Sep 23 04:41:07.447 INFO O| Sep 23 04:41:07.446 INFO copying /tmp/.tmpAD3rni/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 ...
102472025-09-23T04:41:07.926Z[ host-image] Sep 23 04:41:07.496 INFO O| Sep 23 04:41:07.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102482025-09-23T04:41:07.926Z[ host-image] Sep 23 04:41:07.496 INFO O| Sep 23 04:41:07.496 INFO ok!
102492025-09-23T04:41:07.926Z[ host-image] Sep 23 04:41:07.496 INFO O| Sep 23 04:41:07.496 INFO STEP 141 (ensure_file) COMPLETE
102502025-09-23T04:41:07.951Z[ host-image] Sep 23 04:41:07.496 INFO O| Sep 23 04:41:07.496 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512025-09-23T04:41:07.951Z[ host-image] Sep 23 04:41:07.510 INFO O| Sep 23 04:41:07.510 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102522025-09-23T04:41:07.951Z[ host-image] Sep 23 04:41:07.510 INFO O| Sep 23 04:41:07.510 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102532025-09-23T04:41:07.951Z[ host-image] Sep 23 04:41:07.510 INFO O| Sep 23 04:41:07.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102542025-09-23T04:41:07.951Z[ host-image] Sep 23 04:41:07.510 INFO O| Sep 23 04:41:07.510 INFO STEP 142 (ensure_dir) COMPLETE
102552025-09-23T04:41:07.951Z[ host-image] Sep 23 04:41:07.510 INFO O| Sep 23 04:41:07.510 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.525 INFO O| Sep 23 04:41:07.525 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102572025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.525 INFO O| Sep 23 04:41:07.525 INFO copying /tmp/.tmpAD3rni/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102582025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.525 INFO O| Sep 23 04:41:07.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102592025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.525 INFO O| Sep 23 04:41:07.525 INFO ok!
102602025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.525 INFO O| Sep 23 04:41:07.525 INFO STEP 143 (ensure_file) COMPLETE
102612025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.525 INFO O| Sep 23 04:41:07.525 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102622025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.537 INFO O| Sep 23 04:41:07.537 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102632025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.537 INFO O| Sep 23 04:41:07.537 INFO STEP 144 (remove_files) COMPLETE
102642025-09-23T04:41:07.976Z[ host-image] Sep 23 04:41:07.537 INFO O| Sep 23 04:41:07.537 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102652025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.548 INFO O| Sep 23 04:41:07.548 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102662025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.548 INFO O| Sep 23 04:41:07.548 INFO STEP 145 (remove_files) COMPLETE
102672025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.548 INFO O| Sep 23 04:41:07.548 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102682025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.559 INFO O| Sep 23 04:41:07.559 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102692025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.559 INFO O| Sep 23 04:41:07.559 INFO STEP 146 (remove_files) COMPLETE
102702025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.559 INFO O| Sep 23 04:41:07.559 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102712025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.570 INFO O| Sep 23 04:41:07.570 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102722025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.570 INFO O| Sep 23 04:41:07.570 INFO STEP 147 (remove_files) COMPLETE
102732025-09-23T04:41:08.001Z[ host-image] Sep 23 04:41:07.570 INFO O| Sep 23 04:41:07.570 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102742025-09-23T04:41:08.026Z[ host-image] Sep 23 04:41:07.580 INFO O| Sep 23 04:41:07.580 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102752025-09-23T04:41:08.026Z[ host-image] Sep 23 04:41:07.581 INFO O| Sep 23 04:41:07.580 INFO STEP 148 (remove_files) COMPLETE
102762025-09-23T04:41:08.026Z[ host-image] Sep 23 04:41:07.581 INFO O| Sep 23 04:41:07.580 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102772025-09-23T04:41:08.051Z[ host-image] Sep 23 04:41:07.597 INFO O| Sep 23 04:41:07.597 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102782025-09-23T04:41:08.051Z[ host-image] Sep 23 04:41:07.597 INFO O| Sep 23 04:41:07.597 INFO STEP 149 (remove_files) COMPLETE
102792025-09-23T04:41:08.051Z[ host-image] Sep 23 04:41:07.597 INFO O| Sep 23 04:41:07.597 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102802025-09-23T04:41:08.051Z[ host-image] Sep 23 04:41:07.609 INFO O| Sep 23 04:41:07.609 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102812025-09-23T04:41:08.051Z[ host-image] Sep 23 04:41:07.609 INFO O| Sep 23 04:41:07.609 INFO STEP 150 (remove_files) COMPLETE
102822025-09-23T04:41:08.051Z[ host-image] Sep 23 04:41:07.609 INFO O| Sep 23 04:41:07.609 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102832025-09-23T04:41:08.076Z[ host-image] Sep 23 04:41:07.625 INFO O| Sep 23 04:41:07.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102842025-09-23T04:41:08.076Z[ host-image] Sep 23 04:41:07.625 INFO O| Sep 23 04:41:07.625 INFO STEP 151 (remove_files) COMPLETE
102852025-09-23T04:41:08.076Z[ host-image] Sep 23 04:41:07.625 INFO O| Sep 23 04:41:07.625 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102862025-09-23T04:41:08.076Z[ host-image] Sep 23 04:41:07.636 INFO O| Sep 23 04:41:07.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102872025-09-23T04:41:08.076Z[ host-image] Sep 23 04:41:07.637 INFO O| Sep 23 04:41:07.636 INFO STEP 152 (remove_files) COMPLETE
102882025-09-23T04:41:08.076Z[ host-image] Sep 23 04:41:07.637 INFO O| Sep 23 04:41:07.636 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102892025-09-23T04:41:08.102Z[ host-image] Sep 23 04:41:07.647 INFO O| Sep 23 04:41:07.647 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102902025-09-23T04:41:08.102Z[ host-image] Sep 23 04:41:07.647 INFO O| Sep 23 04:41:07.647 INFO STEP 153 (remove_files) COMPLETE
102912025-09-23T04:41:08.102Z[ host-image] Sep 23 04:41:07.647 INFO O| Sep 23 04:41:07.647 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102922025-09-23T04:41:08.102Z[ host-image] Sep 23 04:41:07.670 INFO O| Sep 23 04:41:07.670 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102932025-09-23T04:41:08.102Z[ host-image] Sep 23 04:41:07.670 INFO O| Sep 23 04:41:07.670 INFO STEP 154 (remove_files) COMPLETE
102942025-09-23T04:41:08.102Z[ host-image] Sep 23 04:41:07.670 INFO O| Sep 23 04:41:07.670 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102952025-09-23T04:41:08.127Z[ host-image] Sep 23 04:41:07.688 INFO O| Sep 23 04:41:07.688 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102962025-09-23T04:41:08.127Z[ host-image] Sep 23 04:41:07.688 INFO O| Sep 23 04:41:07.688 INFO STEP 155 (remove_files) COMPLETE
102972025-09-23T04:41:08.127Z[ host-image] Sep 23 04:41:07.688 INFO O| Sep 23 04:41:07.688 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102982025-09-23T04:41:08.151Z[ host-image] Sep 23 04:41:07.705 INFO O| Sep 23 04:41:07.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102992025-09-23T04:41:08.152Z[ host-image] Sep 23 04:41:07.705 INFO O| Sep 23 04:41:07.705 INFO STEP 156 (remove_files) COMPLETE
103002025-09-23T04:41:08.152Z[ host-image] Sep 23 04:41:07.705 INFO O| Sep 23 04:41:07.705 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103012025-09-23T04:41:08.177Z[ host-image] Sep 23 04:41:07.722 INFO O| Sep 23 04:41:07.722 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103022025-09-23T04:41:08.177Z[ host-image] Sep 23 04:41:07.722 INFO O| Sep 23 04:41:07.722 INFO STEP 157 (remove_files) COMPLETE
103032025-09-23T04:41:08.177Z[ host-image] Sep 23 04:41:07.722 INFO O| Sep 23 04:41:07.722 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103042025-09-23T04:41:08.177Z[ host-image] Sep 23 04:41:07.739 INFO O| Sep 23 04:41:07.739 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103052025-09-23T04:41:08.177Z[ host-image] Sep 23 04:41:07.739 INFO O| Sep 23 04:41:07.739 INFO STEP 158 (remove_files) COMPLETE
103062025-09-23T04:41:08.177Z[ host-image] Sep 23 04:41:07.739 INFO O| Sep 23 04:41:07.739 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103072025-09-23T04:41:08.201Z[ host-image] Sep 23 04:41:07.756 INFO O| Sep 23 04:41:07.756 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103082025-09-23T04:41:08.202Z[ host-image] Sep 23 04:41:07.756 INFO O| Sep 23 04:41:07.756 INFO STEP 159 (remove_files) COMPLETE
103092025-09-23T04:41:08.202Z[ host-image] Sep 23 04:41:07.756 INFO O| Sep 23 04:41:07.756 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103102025-09-23T04:41:08.226Z[ host-image] Sep 23 04:41:07.772 INFO O| Sep 23 04:41:07.771 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103112025-09-23T04:41:08.226Z[ host-image] Sep 23 04:41:07.772 INFO O| Sep 23 04:41:07.772 INFO STEP 160 (remove_files) COMPLETE
103122025-09-23T04:41:08.226Z[ host-image] Sep 23 04:41:07.772 INFO O| Sep 23 04:41:07.772 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103132025-09-23T04:41:08.227Z[ host-image] Sep 23 04:41:07.786 INFO O| Sep 23 04:41:07.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103142025-09-23T04:41:08.227Z[ host-image] Sep 23 04:41:07.786 INFO O| Sep 23 04:41:07.786 INFO STEP 161 (remove_files) COMPLETE
103152025-09-23T04:41:08.227Z[ host-image] Sep 23 04:41:07.786 INFO O| Sep 23 04:41:07.786 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103162025-09-23T04:41:08.251Z[ host-image] Sep 23 04:41:07.799 INFO O| Sep 23 04:41:07.799 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103172025-09-23T04:41:08.252Z[ host-image] Sep 23 04:41:07.800 INFO O| Sep 23 04:41:07.799 INFO STEP 162 (remove_files) COMPLETE
103182025-09-23T04:41:08.252Z[ host-image] Sep 23 04:41:07.800 INFO O| Sep 23 04:41:07.799 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103192025-09-23T04:41:08.252Z[ host-image] Sep 23 04:41:07.812 INFO O| Sep 23 04:41:07.812 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103202025-09-23T04:41:08.252Z[ host-image] Sep 23 04:41:07.812 INFO O| Sep 23 04:41:07.812 INFO STEP 163 (remove_files) COMPLETE
103212025-09-23T04:41:08.252Z[ host-image] Sep 23 04:41:07.812 INFO O| Sep 23 04:41:07.812 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103222025-09-23T04:41:08.277Z[ host-image] Sep 23 04:41:07.825 INFO O| Sep 23 04:41:07.825 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103232025-09-23T04:41:08.277Z[ host-image] Sep 23 04:41:07.825 INFO O| Sep 23 04:41:07.825 INFO STEP 164 (remove_files) COMPLETE
103242025-09-23T04:41:08.277Z[ host-image] Sep 23 04:41:07.825 INFO O| Sep 23 04:41:07.825 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103252025-09-23T04:41:08.277Z[ host-image] Sep 23 04:41:07.838 INFO O| Sep 23 04:41:07.838 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103262025-09-23T04:41:08.277Z[ host-image] Sep 23 04:41:07.839 INFO O| Sep 23 04:41:07.838 INFO STEP 165 (remove_files) COMPLETE
103272025-09-23T04:41:08.277Z[ host-image] Sep 23 04:41:07.839 INFO O| Sep 23 04:41:07.838 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103282025-09-23T04:41:08.302Z[ host-image] Sep 23 04:41:07.852 INFO O| Sep 23 04:41:07.852 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103292025-09-23T04:41:08.302Z[ host-image] Sep 23 04:41:07.852 INFO O| Sep 23 04:41:07.852 INFO STEP 166 (remove_files) COMPLETE
103302025-09-23T04:41:08.302Z[ host-image] Sep 23 04:41:07.852 INFO O| Sep 23 04:41:07.852 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103312025-09-23T04:41:08.302Z[ host-image] Sep 23 04:41:07.869 INFO O| Sep 23 04:41:07.869 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103322025-09-23T04:41:08.302Z[ host-image] Sep 23 04:41:07.869 INFO O| Sep 23 04:41:07.869 INFO STEP 167 (remove_files) COMPLETE
103332025-09-23T04:41:08.302Z[ host-image] Sep 23 04:41:07.869 INFO O| Sep 23 04:41:07.869 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103342025-09-23T04:41:08.327Z[ host-image] Sep 23 04:41:07.886 INFO O| Sep 23 04:41:07.886 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103352025-09-23T04:41:08.327Z[ host-image] Sep 23 04:41:07.886 INFO O| Sep 23 04:41:07.886 INFO STEP 168 (remove_files) COMPLETE
103362025-09-23T04:41:08.327Z[ host-image] Sep 23 04:41:07.886 INFO O| Sep 23 04:41:07.886 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103372025-09-23T04:41:08.351Z[ host-image] Sep 23 04:41:07.904 INFO O| Sep 23 04:41:07.903 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103382025-09-23T04:41:08.351Z[ host-image] Sep 23 04:41:07.904 INFO O| Sep 23 04:41:07.904 INFO STEP 169 (remove_files) COMPLETE
103392025-09-23T04:41:08.351Z[ host-image] Sep 23 04:41:07.904 INFO O| Sep 23 04:41:07.904 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103402025-09-23T04:41:08.351Z[ host-image] Sep 23 04:41:07.921 INFO O| Sep 23 04:41:07.921 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103412025-09-23T04:41:08.351Z[ host-image] Sep 23 04:41:07.921 INFO O| Sep 23 04:41:07.921 INFO STEP 170 (remove_files) COMPLETE
103422025-09-23T04:41:08.351Z[ host-image] Sep 23 04:41:07.921 INFO O| Sep 23 04:41:07.921 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103432025-09-23T04:41:08.376Z[ host-image] Sep 23 04:41:07.937 INFO O| Sep 23 04:41:07.937 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103442025-09-23T04:41:08.376Z[ host-image] Sep 23 04:41:07.937 INFO O| Sep 23 04:41:07.937 INFO STEP 171 (remove_files) COMPLETE
103452025-09-23T04:41:08.376Z[ host-image] Sep 23 04:41:07.937 INFO O| Sep 23 04:41:07.937 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103462025-09-23T04:41:08.401Z[ host-image] Sep 23 04:41:07.953 INFO O| Sep 23 04:41:07.953 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103472025-09-23T04:41:08.401Z[ host-image] Sep 23 04:41:07.953 INFO O| Sep 23 04:41:07.953 INFO STEP 172 (remove_files) COMPLETE
103482025-09-23T04:41:08.401Z[ host-image] Sep 23 04:41:07.953 INFO O| Sep 23 04:41:07.953 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103492025-09-23T04:41:08.426Z[ host-image] Sep 23 04:41:07.975 INFO O| Sep 23 04:41:07.975 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103502025-09-23T04:41:08.426Z[ host-image] Sep 23 04:41:07.975 INFO O| Sep 23 04:41:07.975 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
103512025-09-23T04:41:11.593Z[ recovery-image] Sep 23 04:41:11.162 INFO E| Compiling bitflags v1.3.2
103522025-09-23T04:41:11.593Z[ recovery-image] Sep 23 04:41:11.162 INFO E| Compiling log v0.4.27
103532025-09-23T04:41:11.593Z[ recovery-image] Sep 23 04:41:11.163 INFO E| Compiling scroll v0.13.0
103542025-09-23T04:41:11.617Z[ recovery-image] Sep 23 04:41:11.163 INFO E| Compiling bitflags v2.9.4
103552025-09-23T04:41:11.617Z[ recovery-image] Sep 23 04:41:11.163 INFO E| Compiling plain v0.2.3
103562025-09-23T04:41:11.617Z[ recovery-image] Sep 23 04:41:11.163 INFO E| Compiling bit_field v0.10.3
103572025-09-23T04:41:11.617Z[ recovery-image] Sep 23 04:41:11.163 INFO E| Compiling adler2 v2.0.1
103582025-09-23T04:41:11.715Z[ recovery-image] Sep 23 04:41:11.285 INFO E| Compiling raw-cpuid v10.7.0
103592025-09-23T04:41:11.888Z[ recovery-image] Sep 23 04:41:11.458 INFO E| Compiling miniz_oxide v0.8.9
103602025-09-23T04:41:12.199Z[ recovery-image] Sep 23 04:41:11.769 INFO E| Compiling cpio_reader v0.1.2
103612025-09-23T04:41:12.228Z[ recovery-image] Sep 23 04:41:11.798 INFO E| Compiling static_assertions v1.1.0
103622025-09-23T04:41:12.352Z[ recovery-image] Sep 23 04:41:11.922 INFO E| Compiling bitstruct v0.1.1
103632025-09-23T04:41:12.398Z[ recovery-image] Sep 23 04:41:11.955 INFO E| Compiling goblin v0.10.1
103642025-09-23T04:41:16.689Z[ host-image] Sep 23 04:41:16.259 INFO O| Sep 23 04:41:16.259 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
103652025-09-23T04:41:16.689Z[ host-image] Sep 23 04:41:16.259 INFO O| Sep 23 04:41:16.259 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103662025-09-23T04:41:16.738Z[ host-image] Sep 23 04:41:16.308 INFO O| Sep 23 04:41:16.308 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103672025-09-23T04:41:16.955Z[ host-image] Sep 23 04:41:16.525 INFO O| Sep 23 04:41:16.525 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
103682025-09-23T04:41:17.109Z[ host-image] Sep 23 04:41:16.679 INFO O| Sep 23 04:41:16.679 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103692025-09-23T04:41:17.249Z[ host-image] Sep 23 04:41:16.819 INFO O| Sep 23 04:41:16.819 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103702025-09-23T04:41:17.249Z[ host-image] Sep 23 04:41:16.819 INFO O| Sep 23 04:41:16.819 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103712025-09-23T04:41:18.843Z[ host-image] Sep 23 04:41:18.414 INFO O| Sep 23 04:41:18.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103722025-09-23T04:41:18.843Z[ host-image] Sep 23 04:41:18.414 INFO O| Sep 23 04:41:18.414 INFO ok!
103732025-09-23T04:41:18.868Z[ host-image] Sep 23 04:41:18.414 INFO O| Sep 23 04:41:18.414 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103742025-09-23T04:41:18.868Z[ host-image] Sep 23 04:41:18.414 INFO O| Sep 23 04:41:18.414 INFO STEP 173 (seed_smf) COMPLETE
103752025-09-23T04:41:18.868Z[ host-image] Sep 23 04:41:18.414 INFO O| Sep 23 04:41:18.414 INFO steps complete; finalising image!
103762025-09-23T04:41:18.868Z[ host-image] Sep 23 04:41:18.414 INFO O| Sep 23 04:41:18.414 INFO TRIM POOL: TEMPORARY-sled-zfs
103772025-09-23T04:41:18.932Z[ host-image] Sep 23 04:41:18.496 INFO O| Sep 23 04:41:18.495 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Sep 23 04:41:18 2025)
103782025-09-23T04:41:19.135Z[ host-image] Sep 23 04:41:18.705 INFO O| Sep 23 04:41:18.705 INFO trim TEMPORARY-sled-zfs: (1% trimmed, started at Tue Sep 23 04:41:18 2025)
103792025-09-23T04:41:19.361Z[ host-image] Sep 23 04:41:18.932 INFO O| Sep 23 04:41:18.932 INFO temporary pool has 809M used, 22.6M avail, 1.77x compressratio
103802025-09-23T04:41:19.362Z[ host-image] Sep 23 04:41:18.932 INFO O| Sep 23 04:41:18.932 INFO EXPORT POOL: TEMPORARY-sled-zfs
103812025-09-23T04:41:20.092Z[ host-image] Sep 23 04:41:19.663 INFO O| Sep 23 04:41:19.663 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103822025-09-23T04:41:20.092Z[ host-image] Sep 23 04:41:19.663 INFO O| Sep 23 04:41:19.663 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103832025-09-23T04:41:21.368Z[ recovery-image] Sep 23 04:41:20.938 INFO E| Finished `release` profile [optimized] target(s) in 1m 25s
103842025-09-23T04:41:21.404Z[ recovery-image] Sep 23 04:41:20.974 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103852025-09-23T04:41:21.529Z[ host-image] Sep 23 04:41:21.099 INFO O| Sep 23 04:41:21.099 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103862025-09-23T04:41:21.529Z[ host-image] Sep 23 04:41:21.099 INFO O| Sep 23 04:41:21.099 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103872025-09-23T04:41:21.529Z[ host-image] Sep 23 04:41:21.099 INFO O| Sep 23 04:41:21.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103882025-09-23T04:41:21.581Z[ host-image] Sep 23 04:41:21.099 INFO O| Sep 23 04:41:21.099 INFO completed processing sled/zfs
103892025-09-23T04:41:21.581Z[ host-image] Sep 23 04:41:21.099 INFO O| Sep 23 04:41:21.099 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103902025-09-23T04:41:21.605Z[ recovery-image] Sep 23 04:41:21.143 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')"
103912025-09-23T04:41:21.605Z[ recovery-image] Sep 23 04:41:21.143 INFO building ROM for cosmo
103922025-09-23T04:41:21.605Z[ recovery-image] Sep 23 04:41:21.143 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")
103932025-09-23T04:41:21.863Z[ recovery-image] Sep 23 04:41:21.433 INFO E| Downloading crates ...
103942025-09-23T04:41:21.998Z[ recovery-image] Sep 23 04:41:21.569 INFO E| Downloaded anstyle-query v1.1.2
103952025-09-23T04:41:22.024Z[ recovery-image] Sep 23 04:41:21.578 INFO E| Downloaded shared_child v1.0.1
103962025-09-23T04:41:22.024Z[ recovery-image] Sep 23 04:41:21.580 INFO E| Downloaded serde_spanned v0.6.8
103972025-09-23T04:41:22.024Z[ recovery-image] Sep 23 04:41:21.583 INFO E| Downloaded os_pipe v1.2.1
103982025-09-23T04:41:22.024Z[ recovery-image] Sep 23 04:41:21.585 INFO E| Downloaded colorchoice v1.0.3
103992025-09-23T04:41:22.024Z[ recovery-image] Sep 23 04:41:21.589 INFO E| Downloaded toml_write v0.1.1
104002025-09-23T04:41:22.024Z[ recovery-image] Sep 23 04:41:21.593 INFO E| Downloaded toml v0.8.22
104012025-09-23T04:41:22.080Z[ recovery-image] Sep 23 04:41:21.650 INFO E| Downloaded toml_datetime v0.6.9
104022025-09-23T04:41:22.105Z[ recovery-image] Sep 23 04:41:21.653 INFO E| Downloaded clap v4.5.37
104032025-09-23T04:41:22.105Z[ recovery-image] Sep 23 04:41:21.665 INFO E| Downloaded anstyle v1.0.10
104042025-09-23T04:41:22.105Z[ recovery-image] Sep 23 04:41:21.668 INFO E| Downloaded duct v0.13.7
104052025-09-23T04:41:22.105Z[ recovery-image] Sep 23 04:41:21.671 INFO E| Downloaded clap_builder v4.5.37
104062025-09-23T04:41:22.130Z[ recovery-image] Sep 23 04:41:21.679 INFO E| Downloaded toml_edit v0.22.26
104072025-09-23T04:41:22.157Z[ recovery-image] Sep 23 04:41:21.728 INFO E| Downloaded cc v1.2.20
104082025-09-23T04:41:22.182Z[ recovery-image] Sep 23 04:41:21.732 INFO E| Downloaded winnow v0.7.7
104092025-09-23T04:41:22.182Z[ recovery-image] Sep 23 04:41:21.743 INFO E| Downloaded clap_derive v4.5.32
104102025-09-23T04:41:22.182Z[ recovery-image] Sep 23 04:41:21.746 INFO E| Downloaded anstyle-parse v0.2.6
104112025-09-23T04:41:22.212Z[ recovery-image] Sep 23 04:41:21.777 INFO E| Compiling syn v2.0.101
104122025-09-23T04:41:22.237Z[ recovery-image] Sep 23 04:41:21.783 INFO E| Compiling libc v0.2.172
104132025-09-23T04:41:22.237Z[ recovery-image] Sep 23 04:41:21.783 INFO E| Compiling utf8parse v0.2.2
104142025-09-23T04:41:22.237Z[ recovery-image] Sep 23 04:41:21.783 INFO E| Compiling once_cell v1.21.3
104152025-09-23T04:41:22.237Z[ recovery-image] Sep 23 04:41:21.783 INFO E| Compiling anstyle-query v1.1.2
104162025-09-23T04:41:22.237Z[ recovery-image] Sep 23 04:41:21.783 INFO E| Compiling colorchoice v1.0.3
104172025-09-23T04:41:22.237Z[ recovery-image] Sep 23 04:41:21.783 INFO E| Compiling is_terminal_polyfill v1.70.1
104182025-09-23T04:41:22.237Z[ recovery-image] Sep 23 04:41:21.783 INFO E| Compiling shlex v1.3.0
104192025-09-23T04:41:22.292Z[ host-image] Sep 23 04:41:21.863 INFO O| Sep 23 04:41:21.863 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104202025-09-23T04:41:22.356Z[ host-image] Sep 23 04:41:21.927 INFO BUILD STRING "heads/stlouis-0-g900cc17c01\n"
104212025-09-23T04:41:22.382Z[ host-image] Sep 23 04:41:21.927 INFO expanded image name: "ci bcdabfd/${os_short_commit} 2025-09-23 03:55" -> "ci bcdabfd/900cc17 2025-09-23 03:55"
104222025-09-23T04:41:22.382Z[ host-image] Sep 23 04:41:21.927 INFO output artefacts stored in: "/work/os-host"
104232025-09-23T04:41:22.382Z[ host-image] Sep 23 04:41:21.927 INFO collecting git info from project "phbl"...
104242025-09-23T04:41:22.382Z[ host-image] Sep 23 04:41:21.937 INFO collecting git info from project "amd-host-image-builder"...
104252025-09-23T04:41:22.382Z[ host-image] Sep 23 04:41:21.946 INFO collecting git info from project "bootserver"...
104262025-09-23T04:41:22.407Z[ host-image] Sep 23 04:41:21.953 INFO collecting git info from project "chelsio-t6-roms"...
104272025-09-23T04:41:22.407Z[ host-image] Sep 23 04:41:21.960 INFO collecting git info from project "pinprick"...
104282025-09-23T04:41:22.432Z[ host-image] Sep 23 04:41:21.990 INFO collecting git info from project "image-builder"...
104292025-09-23T04:41:22.432Z[ host-image] Sep 23 04:41:22.000 INFO collecting git info from project "pilot"...
104302025-09-23T04:41:22.457Z[ host-image] Sep 23 04:41:22.016 INFO collecting git info from project "amd-firmware"...
104312025-09-23T04:41:22.482Z[ host-image] Sep 23 04:41:22.048 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104322025-09-23T04:41:22.948Z[ recovery-image] Sep 23 04:41:22.519 INFO E| Compiling anstyle-parse v0.2.6
104332025-09-23T04:41:22.948Z[ recovery-image] Sep 23 04:41:22.519 INFO E| Compiling equivalent v1.0.2
104342025-09-23T04:41:22.973Z[ recovery-image] Sep 23 04:41:22.519 INFO E| Compiling hashbrown v0.15.2
104352025-09-23T04:41:23.152Z[ recovery-image] Sep 23 04:41:22.722 INFO E| Compiling anstyle v1.0.10
104362025-09-23T04:41:23.217Z[ recovery-image] Sep 23 04:41:22.788 INFO E| Compiling cc v1.2.20
104372025-09-23T04:41:23.242Z[ host-image] Sep 23 04:41:22.796 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104382025-09-23T04:41:23.631Z[ recovery-image] Sep 23 04:41:23.201 INFO E| Compiling toml_write v0.1.1
104392025-09-23T04:41:23.802Z[ recovery-image] Sep 23 04:41:23.373 INFO E| Compiling anstream v0.6.18
104402025-09-23T04:41:23.851Z[ recovery-image] Sep 23 04:41:23.422 INFO E| Compiling clap_lex v0.7.4
104412025-09-23T04:41:23.898Z[ recovery-image] Sep 23 04:41:23.469 INFO E| Compiling anyhow v1.0.98
104422025-09-23T04:41:24.200Z[ host-image] Sep 23 04:41:23.771 INFO creating Oxide boot image...
104432025-09-23T04:41:24.200Z[ host-image] Sep 23 04:41:23.771 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci bcdabfd/900cc17 2025-09-23 03:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104442025-09-23T04:41:24.306Z[ recovery-image] Sep 23 04:41:23.876 INFO E| Compiling winnow v0.7.7
104452025-09-23T04:41:24.949Z[ recovery-image] Sep 23 04:41:24.519 INFO E| Compiling shared_child v1.0.1
104462025-09-23T04:41:25.149Z[ recovery-image] Sep 23 04:41:24.719 INFO E| Compiling os_pipe v1.2.1
104472025-09-23T04:41:25.174Z[ recovery-image] Sep 23 04:41:24.734 INFO E| Compiling indexmap v2.9.0
104482025-09-23T04:41:25.201Z[ recovery-image] Sep 23 04:41:24.755 INFO E| Compiling strsim v0.11.1
104492025-09-23T04:41:25.975Z[ recovery-image] Sep 23 04:41:25.546 INFO E| Compiling duct v0.13.7
104502025-09-23T04:41:26.056Z[ recovery-image] Sep 23 04:41:25.627 INFO E| Compiling clap_builder v4.5.37
104512025-09-23T04:41:26.741Z[ host-image] Sep 23 04:41:26.312 INFO O| ok, image written!
104522025-09-23T04:41:26.741Z[ host-image] Sep 23 04:41:26.312 INFO O| ok, boot_image_csum file written!
104532025-09-23T04:41:26.766Z[ host-image] Sep 23 04:41:26.317 INFO creating boot archive (CPIO)...
104542025-09-23T04:41:26.766Z[ host-image] Sep 23 04:41:26.317 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
104552025-09-23T04:41:26.766Z[ host-image] Sep 23 04:41:26.326 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104562025-09-23T04:41:26.766Z[ host-image] Sep 23 04:41:26.326 INFO E| + outfile=/work/os-host/cpio
104572025-09-23T04:41:26.766Z[ host-image] Sep 23 04:41:26.326 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104582025-09-23T04:41:26.766Z[ host-image] Sep 23 04:41:26.329 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104592025-09-23T04:41:26.766Z[ host-image] Sep 23 04:41:26.329 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104602025-09-23T04:41:26.818Z[ host-image] Sep 23 04:41:26.389 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104612025-09-23T04:41:26.819Z[ host-image] Sep 23 04:41:26.390 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104622025-09-23T04:41:26.844Z[ host-image] Sep 23 04:41:26.402 INFO creating compressed cpio/unix for dev loaders...
104632025-09-23T04:41:26.844Z[ host-image] Sep 23 04:41:26.402 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
104642025-09-23T04:41:27.569Z[ host-image] Sep 23 04:41:27.140 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104652025-09-23T04:41:27.917Z[ recovery-image] Sep 23 04:41:27.488 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104662025-09-23T04:41:31.662Z[ recovery-image] Sep 23 04:41:31.234 INFO E| Compiling serde_derive v1.0.219
104672025-09-23T04:41:31.663Z[ recovery-image] Sep 23 04:41:31.234 INFO E| Compiling clap_derive v4.5.32
104682025-09-23T04:41:34.274Z[ host-image] Sep 23 04:41:33.845 INFO creating reset image...
104692025-09-23T04:41:34.274Z[ host-image] Sep 23 04:41:33.845 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104702025-09-23T04:41:34.366Z[ host-image] Sep 23 04:41:33.937 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')"
104712025-09-23T04:41:34.366Z[ host-image] Sep 23 04:41:33.937 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")
104722025-09-23T04:41:34.536Z[ host-image] Sep 23 04:41:34.107 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104732025-09-23T04:41:34.561Z[ host-image] Sep 23 04:41:34.122 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104742025-09-23T04:41:35.200Z[ host-image] Sep 23 04:41:34.771 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)
104752025-09-23T04:41:35.200Z[ host-image] Sep 23 04:41:34.771 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)
104762025-09-23T04:41:35.225Z[ host-image] Sep 23 04:41:34.772 INFO E| Compiling proc-macro2 v1.0.101
104772025-09-23T04:41:35.225Z[ host-image] Sep 23 04:41:34.772 INFO E| Compiling unicode-ident v1.0.18
104782025-09-23T04:41:35.225Z[ host-image] Sep 23 04:41:34.772 INFO E| Compiling syn v1.0.109
104792025-09-23T04:41:35.225Z[ host-image] Sep 23 04:41:34.778 INFO E| Compiling x86 v0.52.0
104802025-09-23T04:41:35.225Z[ host-image] Sep 23 04:41:34.778 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104812025-09-23T04:41:35.225Z[ host-image] Sep 23 04:41:34.778 INFO E| Compiling seq-macro v0.3.6
104822025-09-23T04:41:35.870Z[ recovery-image] Sep 23 04:41:35.442 INFO E| Compiling clap v4.5.37
104832025-09-23T04:41:37.428Z[ host-image] Sep 23 04:41:37.000 INFO E| Compiling quote v1.0.40
104842025-09-23T04:41:37.809Z[ host-image] Sep 23 04:41:37.381 INFO E| Compiling syn v2.0.106
104852025-09-23T04:41:38.215Z[ recovery-image] Sep 23 04:41:37.786 INFO E| Compiling serde v1.0.219
104862025-09-23T04:41:42.049Z[ host-image] Sep 23 04:41:41.621 INFO E| Compiling scroll_derive v0.13.0
104872025-09-23T04:41:43.790Z[ recovery-image] Sep 23 04:41:43.362 INFO E| Compiling toml_datetime v0.6.9
104882025-09-23T04:41:43.790Z[ recovery-image] Sep 23 04:41:43.362 INFO E| Compiling serde_spanned v0.6.8
104892025-09-23T04:41:44.194Z[ recovery-image] Sep 23 04:41:43.766 INFO E| Compiling toml_edit v0.22.26
104902025-09-23T04:41:45.240Z[ host-image] Sep 23 04:41:44.812 INFO E| Compiling bitstruct_derive v0.1.0
104912025-09-23T04:41:47.464Z[ recovery-image] Sep 23 04:41:47.036 INFO E| Compiling toml v0.8.22
104922025-09-23T04:41:52.565Z[ recovery-image] Sep 23 04:41:52.138 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.89s
104932025-09-23T04:41:52.591Z[ recovery-image] Sep 23 04:41:52.156 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`
104942025-09-23T04:41:52.616Z[ recovery-image] Sep 23 04:41:52.180 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104952025-09-23T04:41:52.806Z[ recovery-image] Sep 23 04:41:52.378 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
104962025-09-23T04:41:52.831Z[ recovery-image] Sep 23 04:41:52.384 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`
104972025-09-23T04:41:53.247Z[ recovery-image] Sep 23 04:41:52.819 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104982025-09-23T04:41:53.247Z[ recovery-image] Sep 23 04:41:52.819 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104992025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.819 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
105002025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.819 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
105012025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.819 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105022025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105032025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105042025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
105052025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
105062025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
105072025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
105082025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105092025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105102025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105112025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105122025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105132025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
105142025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105152025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
105162025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
105172025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105182025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105192025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
105202025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105212025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
105222025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
105232025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
105242025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105252025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
105262025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105272025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
105282025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
105292025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
105302025-09-23T04:41:53.296Z[ recovery-image] Sep 23 04:41:52.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105312025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
105322025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.824 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
105332025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.824 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
105342025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
105352025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
105362025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
105372025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
105382025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
105392025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
105402025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
105412025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
105422025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105432025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
105442025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
105452025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
105462025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
105472025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
105482025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
105492025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.830 INFO O| Info: ABL version: 0x1006f010
105502025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.830 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
105512025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.830 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
105522025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.831 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
105532025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.832 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105542025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.832 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105552025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.832 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105562025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.832 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105572025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.832 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105582025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105592025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105602025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105612025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105622025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105632025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105642025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105652025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105662025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105672025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105682025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105692025-09-23T04:41:53.297Z[ recovery-image] Sep 23 04:41:52.835 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105702025-09-23T04:41:53.298Z[ recovery-image] Sep 23 04:41:52.835 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105712025-09-23T04:41:53.298Z[ recovery-image] Sep 23 04:41:52.835 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105722025-09-23T04:41:53.331Z[ recovery-image] Sep 23 04:41:52.903 INFO building ROM for gimlet
105732025-09-23T04:41:53.331Z[ recovery-image] Sep 23 04:41:52.903 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")
105742025-09-23T04:41:53.524Z[ recovery-image] Sep 23 04:41:53.097 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
105752025-09-23T04:41:53.550Z[ recovery-image] Sep 23 04:41:53.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`
105762025-09-23T04:41:53.575Z[ recovery-image] Sep 23 04:41:53.124 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105772025-09-23T04:41:53.677Z[ recovery-image] Sep 23 04:41:53.250 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
105782025-09-23T04:41:53.702Z[ recovery-image] Sep 23 04:41:53.256 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`
105792025-09-23T04:41:53.904Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105802025-09-23T04:41:53.904Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105812025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105822025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105832025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105842025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105852025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105862025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105872025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105882025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105892025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105902025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105912025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105922025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105932025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105942025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.479 INFO O| Info: ABL version: 0x100a5010
105952025-09-23T04:41:53.930Z[ recovery-image] Sep 23 04:41:53.479 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105962025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105972025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105982025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105992025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106002025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106012025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106022025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106032025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106042025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106052025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.479 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106062025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106072025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106082025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106092025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106102025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106112025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106122025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106132025-09-23T04:41:53.931Z[ recovery-image] Sep 23 04:41:53.480 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106142025-09-23T04:41:53.965Z[ recovery-image] Sep 23 04:41:53.538 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106152025-09-23T04:41:57.770Z[ recovery-image] Sep 23 04:41:57.342 INFO image complete! materials are in "/work/os-recovery"
106162025-09-23T04:41:57.795Z[ recovery-image]
106172025-09-23T04:41:57.795Z[ recovery-image] real 18:01.522585424
106182025-09-23T04:41:57.795Z[ recovery-image] user 12:21.839752494
106192025-09-23T04:41:57.795Z[ recovery-image] sys 1:39.693303765
106202025-09-23T04:41:57.795Z[ recovery-image] trap 0.814777759
106212025-09-23T04:41:57.795Z[ recovery-image] tflt 1.138667273
106222025-09-23T04:41:57.795Z[ recovery-image] dflt 2.843430278
106232025-09-23T04:41:57.795Z[ recovery-image] kflt 0.021929381
106242025-09-23T04:41:57.795Z[ recovery-image] lock 45:03.368707928
106252025-09-23T04:41:57.795Z[ recovery-image] slp 1:49:53.778241884
106262025-09-23T04:41:57.795Z[ recovery-image] lat 7:36.363864940
106272025-09-23T04:41:57.795Z[ recovery-image] stop 13.053956938
106282025-09-23T04:41:57.796ZSep 23 04:41:57.350 INFO [recovery-image] process exited with exit status: 0 (1081.537613973s)
106292025-09-23T04:42:10.035Z[ host-image] Sep 23 04:42:09.608 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)
106302025-09-23T04:42:16.280Z[ host-image] Sep 23 04:42:15.854 INFO E| Compiling bitflags v1.3.2
106312025-09-23T04:42:16.280Z[ host-image] Sep 23 04:42:15.854 INFO E| Compiling bit_field v0.10.3
106322025-09-23T04:42:16.305Z[ host-image] Sep 23 04:42:15.854 INFO E| Compiling scroll v0.13.0
106332025-09-23T04:42:16.305Z[ host-image] Sep 23 04:42:15.854 INFO E| Compiling log v0.4.27
106342025-09-23T04:42:16.305Z[ host-image] Sep 23 04:42:15.854 INFO E| Compiling plain v0.2.3
106352025-09-23T04:42:16.305Z[ host-image] Sep 23 04:42:15.854 INFO E| Compiling bitflags v2.9.4
106362025-09-23T04:42:16.305Z[ host-image] Sep 23 04:42:15.854 INFO E| Compiling adler2 v2.0.1
106372025-09-23T04:42:16.447Z[ host-image] Sep 23 04:42:16.021 INFO E| Compiling raw-cpuid v10.7.0
106382025-09-23T04:42:16.768Z[ host-image] Sep 23 04:42:16.342 INFO E| Compiling miniz_oxide v0.8.9
106392025-09-23T04:42:16.798Z[ host-image] Sep 23 04:42:16.371 INFO E| Compiling bitstruct v0.1.1
106402025-09-23T04:42:16.866Z[ host-image] Sep 23 04:42:16.440 INFO E| Compiling cpio_reader v0.1.2
106412025-09-23T04:42:17.132Z[ host-image] Sep 23 04:42:16.706 INFO E| Compiling static_assertions v1.1.0
106422025-09-23T04:42:17.284Z[ host-image] Sep 23 04:42:16.858 INFO E| Compiling goblin v0.10.1
106432025-09-23T04:42:27.344Z[ host-image] Sep 23 04:42:26.918 INFO E| Finished `release` profile [optimized] target(s) in 52.77s
106442025-09-23T04:42:27.369Z[ host-image] Sep 23 04:42:26.939 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106452025-09-23T04:42:27.487Z[ host-image] Sep 23 04:42:27.061 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')"
106462025-09-23T04:42:27.487Z[ host-image] Sep 23 04:42:27.061 INFO building ROM for cosmo
106472025-09-23T04:42:27.512Z[ host-image] Sep 23 04:42:27.061 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")
106482025-09-23T04:42:27.752Z[ host-image] Sep 23 04:42:27.327 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
106492025-09-23T04:42:27.814Z[ host-image] Sep 23 04:42:27.372 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`
106502025-09-23T04:42:27.840Z[ host-image] Sep 23 04:42:27.404 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
106512025-09-23T04:42:27.983Z[ host-image] Sep 23 04:42:27.557 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
106522025-09-23T04:42:28.048Z[ host-image] Sep 23 04:42:27.606 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`
106532025-09-23T04:42:28.558Z[ host-image] Sep 23 04:42:28.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
106542025-09-23T04:42:28.558Z[ host-image] Sep 23 04:42:28.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
106552025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
106562025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
106572025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106582025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106592025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106602025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
106612025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
106622025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
106632025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
106642025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106652025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106662025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106672025-09-23T04:42:28.628Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106682025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106692025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106702025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106712025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106722025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106732025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106742025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106752025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106762025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106772025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106782025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106792025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
106802025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106812025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
106822025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106832025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
106842025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
106852025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
106862025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106872025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
106882025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
106892025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
106902025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
106912025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
106922025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
106932025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
106942025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
106952025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
106962025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
106972025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
106982025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106992025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
107002025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
107012025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
107022025-09-23T04:42:28.629Z[ host-image] Sep 23 04:42:28.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
107032025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
107042025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
107052025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.137 INFO O| Info: ABL version: 0x1006f010
107062025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.137 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
107072025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.137 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
107082025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
107092025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107102025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107112025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107122025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107132025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107142025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107152025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107162025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107172025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107182025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107192025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107202025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107212025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107222025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107232025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107242025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107252025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107262025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107272025-09-23T04:42:28.630Z[ host-image] Sep 23 04:42:28.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107282025-09-23T04:42:28.656Z[ host-image] Sep 23 04:42:28.222 INFO building ROM for gimlet
107292025-09-23T04:42:28.656Z[ host-image] Sep 23 04:42:28.222 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")
107302025-09-23T04:42:28.947Z[ host-image] Sep 23 04:42:28.521 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
107312025-09-23T04:42:29.008Z[ host-image] Sep 23 04:42:28.567 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`
107322025-09-23T04:42:29.034Z[ host-image] Sep 23 04:42:28.588 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
107332025-09-23T04:42:29.205Z[ host-image] Sep 23 04:42:28.779 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
107342025-09-23T04:42:29.233Z[ host-image] Sep 23 04:42:28.807 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`
107352025-09-23T04:42:29.521Z[ host-image] Sep 23 04:42:29.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
107362025-09-23T04:42:29.522Z[ host-image] Sep 23 04:42:29.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
107372025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
107382025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
107392025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
107402025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
107412025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
107422025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
107432025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
107442025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
107452025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
107462025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
107472025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
107482025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
107492025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
107502025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.098 INFO O| Info: ABL version: 0x100a5010
107512025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.098 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
107522025-09-23T04:42:29.547Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107532025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107542025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107552025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107562025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107572025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107582025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107592025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107602025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107612025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107622025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107632025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107642025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107652025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107662025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107672025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107682025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107692025-09-23T04:42:29.548Z[ host-image] Sep 23 04:42:29.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107702025-09-23T04:42:29.594Z[ host-image] Sep 23 04:42:29.169 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107712025-09-23T04:42:48.660Z[ host-image] Sep 23 04:42:48.235 INFO image complete! materials are in "/work/os-host"
107722025-09-23T04:42:48.685Z[ host-image]
107732025-09-23T04:42:48.685Z[ host-image] real 19:40.671283803
107742025-09-23T04:42:48.685Z[ host-image] user 12:38.334299170
107752025-09-23T04:42:48.685Z[ host-image] sys 1:43.284705723
107762025-09-23T04:42:48.685Z[ host-image] trap 0.686917053
107772025-09-23T04:42:48.685Z[ host-image] tflt 0.362598484
107782025-09-23T04:42:48.685Z[ host-image] dflt 0.667040035
107792025-09-23T04:42:48.685Z[ host-image] kflt 0.009974361
107802025-09-23T04:42:48.685Z[ host-image] lock 7:57.012943523
107812025-09-23T04:42:48.685Z[ host-image] slp 1:53:35.829005891
107822025-09-23T04:42:48.685Z[ host-image] lat 5:08.023091796
107832025-09-23T04:42:48.685Z[ host-image] stop 3.108752306
107842025-09-23T04:42:48.685ZSep 23 04:42:48.242 INFO [host-image] process exited with exit status: 0 (1180.680459537s)
107852025-09-23T04:42:48.685ZSep 23 04:42:48.242 INFO [tuf-repo] running task
107862025-09-23T04:43:28.193ZSep 23 04:43:27.770 INFO assembling repository in `/tmp/tufaceousnGO9wk`, component: OmicronRepoAssembler
107872025-09-23T04:44:16.335ZSep 23 04:44:15.915 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107882025-09-23T04:44:16.806ZSep 23 04:44:16.386 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107892025-09-23T04:45:13.629ZSep 23 04:45:13.213 INFO extracting uploaded archive to /tmp/.tmpD62SP3
107902025-09-23T04:45:17.865ZSep 23 04:45:17.449 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Z3eWz4
107912025-09-23T04:45:17.968ZSep 23 04:45:17.552 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
107922025-09-23T04:45:18.171ZSep 23 04:45:17.755 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
107932025-09-23T04:45:18.359ZSep 23 04:45:17.943 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
107942025-09-23T04:45:18.551ZSep 23 04:45:18.135 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
107952025-09-23T04:45:18.750ZSep 23 04:45:18.334 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
107962025-09-23T04:45:18.934ZSep 23 04:45:18.518 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
107972025-09-23T04:45:19.144ZSep 23 04:45:18.729 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107982025-09-23T04:45:19.169ZSep 23 04:45:18.729 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107992025-09-23T04:45:19.279ZSep 23 04:45:18.864 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108002025-09-23T04:45:19.279ZSep 23 04:45:18.864 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108012025-09-23T04:45:19.406ZSep 23 04:45:18.991 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108022025-09-23T04:45:19.406ZSep 23 04:45:18.991 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108032025-09-23T04:45:19.536ZSep 23 04:45:19.120 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108042025-09-23T04:45:19.536ZSep 23 04:45:19.120 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108052025-09-23T04:45:19.561ZSep 23 04:45:19.123 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108062025-09-23T04:45:19.561ZSep 23 04:45:19.124 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108072025-09-23T04:45:19.561ZSep 23 04:45:19.126 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108082025-09-23T04:45:32.657ZSep 23 04:45:32.242 INFO added artifact, length: 33554432, hash: ad76d0df02a82c0aa65512f53f961c5399dc1b902a49a3e76c10ecf88cbc6474, version: 16.0.0-0.ci+gitbcdabfda072, kind: gimlet_host_phase_1, name: host
108092025-09-23T04:45:32.657ZSep 23 04:45:32.242 INFO added artifact, length: 33554432, hash: db63243dcf3aa97c8454ecc25285b009fb98dd1e822460e3ddff5278f6835725, version: 16.0.0-0.ci+gitbcdabfda072, kind: cosmo_host_phase_1, name: host
108102025-09-23T04:45:32.657ZSep 23 04:45:32.242 INFO added artifact, length: 1048580096, hash: 8d389b479e5aa0b7c000187a867491dad76118d2830aa7039a87b097f4decb7e, version: 16.0.0-0.ci+gitbcdabfda072, kind: host_phase_2, name: host
108112025-09-23T04:45:35.129ZSep 23 04:45:34.715 INFO added artifact, length: 33554432, hash: 6e2371b862f8726dece187818d92fbdc4f8880ff47755d8dfe4f38476826b864, version: 16.0.0-0.ci+gitbcdabfda072, kind: gimlet_trampoline_phase_1, name: trampoline
108122025-09-23T04:45:35.129ZSep 23 04:45:34.715 INFO added artifact, length: 33554432, hash: 8f2fd98aea5c5213eaa0b3c77abb9bd931f5c83ad3ecafc9732a93ff832fe1a1, version: 16.0.0-0.ci+gitbcdabfda072, kind: cosmo_trampoline_phase_1, name: trampoline
108132025-09-23T04:45:35.129ZSep 23 04:45:34.715 INFO added artifact, length: 152473775, hash: a64c4ac719bf47291f0e063d61b6d27bbbd1483970a9291ddfd99b93df896d2f, version: 16.0.0-0.ci+gitbcdabfda072, kind: trampoline_phase_2, name: trampoline
108142025-09-23T04:45:39.984ZSep 23 04:45:39.570 INFO added artifact, length: 309153866, hash: 13b038f0d218c0258392067613056d721e246a3b5759dc25b2894b77f8148065, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: clickhouse_keeper
108152025-09-23T04:45:46.458ZSep 23 04:45:46.044 INFO added artifact, length: 325696729, hash: ae4919ebabc871b4367b4dc7db97aab0320625ca700ab28818fce157a2eff173, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: clickhouse_server
108162025-09-23T04:45:52.798ZSep 23 04:45:52.384 INFO added artifact, length: 325697303, hash: 67a97f6a2615eb3383eb7616ef3f1acc024270a7348656f1b9f5e96fa9529e6b, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: clickhouse
108172025-09-23T04:45:55.435ZSep 23 04:45:55.021 INFO added artifact, length: 171947336, hash: cbfe51f9bfaa42f31ceaca83ec512af8a1c40eb61eb7c962ca748f3ac8751d25, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: cockroachdb
108182025-09-23T04:45:57.660ZSep 23 04:45:57.247 INFO added artifact, length: 39124087, hash: 4597b8e2daaef16dd6420103b54ef3be321254c602053a8256f8144f6b6b75e2, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: crucible-pantry-zone
108192025-09-23T04:45:59.810ZSep 23 04:45:59.397 INFO added artifact, length: 49162892, hash: 2bf3b61fa92e6c9111c8c4737b0f41e8945ac77e9e5ac90e8748eb18a70ed895, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: crucible-zone
108202025-09-23T04:46:02.595ZSep 23 04:46:02.182 INFO added artifact, length: 51814586, hash: 61959856e4205625f5ca232256761e7b6d1594949c3b33f518cf21f23dd0e2ee, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: external-dns
108212025-09-23T04:46:03.267ZSep 23 04:46:02.854 INFO added artifact, length: 51814185, hash: e9ec641a85215f667396b6663cba118582413abe88675451a49450cda2f24521, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: internal-dns
108222025-09-23T04:46:04.676ZSep 23 04:46:04.263 INFO added artifact, length: 141533011, hash: e99368b0d76338e05b081ed1e677de4964dab2c63ddd22102d90294c61cc0084, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: nexus
108232025-09-23T04:46:05.125ZSep 23 04:46:04.712 INFO added artifact, length: 33882280, hash: edd74ded7a2c552b847fab2c05376f75b0b76daa4b110ef62ddd141626adaf16, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: ntp
108242025-09-23T04:46:05.820ZSep 23 04:46:05.407 INFO added artifact, length: 65545747, hash: 0d0661cfdab123773f36c775b7a5366abc2d772f516e8c42e98297dae6d70ffc, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: oximeter
108252025-09-23T04:46:05.845ZSep 23 04:46:05.432 INFO added artifact, length: 3109590, hash: 1c80b434a80d9f83087845e2685f7702af763b0676119b4d079762087a47dd85, version: 16.0.0-0.ci+gitbcdabfda072, kind: zone, name: probe
108262025-09-23T04:46:05.902ZSep 23 04:46:05.489 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
108272025-09-23T04:46:06.141ZSep 23 04:46:05.728 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
108282025-09-23T04:46:06.278ZSep 23 04:46:05.865 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108292025-09-23T04:46:06.278ZSep 23 04:46:05.866 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108302025-09-23T04:46:07.187ZSep 23 04:46:06.774 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108312025-09-23T04:46:07.187ZSep 23 04:46:06.774 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108322025-09-23T04:46:08.159ZSep 23 04:46:07.746 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108332025-09-23T04:46:08.159ZSep 23 04:46:07.746 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108342025-09-23T04:46:08.299ZSep 23 04:46:07.886 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108352025-09-23T04:46:08.299ZSep 23 04:46:07.886 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108362025-09-23T04:46:08.324ZSep 23 04:46:07.888 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108372025-09-23T04:46:08.324ZSep 23 04:46:07.889 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108382025-09-23T04:46:08.324ZSep 23 04:46:07.891 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108392025-09-23T04:46:09.122ZSep 23 04:46:08.710 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108402025-09-23T04:46:10.314ZSep 23 04:46:09.901 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108412025-09-23T04:46:11.374ZSep 23 04:46:10.962 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108422025-09-23T04:46:12.026ZSep 23 04:46:11.614 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108432025-09-23T04:46:12.026ZSep 23 04:46:11.614 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108442025-09-23T04:46:12.096ZSep 23 04:46:11.684 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108452025-09-23T04:46:12.096ZSep 23 04:46:11.684 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108462025-09-23T04:46:12.267ZSep 23 04:46:11.855 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108472025-09-23T04:46:12.268ZSep 23 04:46:11.855 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108482025-09-23T04:46:12.402ZSep 23 04:46:11.990 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108492025-09-23T04:46:12.403ZSep 23 04:46:11.990 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108502025-09-23T04:46:12.428ZSep 23 04:46:11.992 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108512025-09-23T04:46:12.428ZSep 23 04:46:11.993 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108522025-09-23T04:46:12.428ZSep 23 04:46:11.995 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108532025-09-23T04:46:12.428ZSep 23 04:46:11.996 INFO added artifact, length: 383, hash: be336fb99c8c33c5e06c56e32b54035bbdc3b36c7e8b87b2c7e3252a937c723e, version: 16.0.0-0.ci+gitbcdabfda072, kind: installinator_document, name: installinator_document
108542025-09-23T04:46:13.403ZSep 23 04:46:12.991 INFO extracting uploaded archive to /tmp/.tmpA0TYfw
108552025-09-23T04:46:17.963ZSep 23 04:46:17.550 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.TTlhBY
108562025-09-23T04:46:18.214ZSep 23 04:46:17.802 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
108572025-09-23T04:46:19.136ZSep 23 04:46:18.724 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
108582025-09-23T04:46:20.327ZSep 23 04:46:19.915 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
108592025-09-23T04:46:22.174ZSep 23 04:46:21.762 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
108602025-09-23T04:46:23.283ZSep 23 04:46:22.871 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
108612025-09-23T04:46:23.673ZSep 23 04:46:23.261 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
108622025-09-23T04:46:24.098ZSep 23 04:46:23.686 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108632025-09-23T04:46:24.098ZSep 23 04:46:23.686 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108642025-09-23T04:46:25.115ZSep 23 04:46:24.703 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108652025-09-23T04:46:25.115ZSep 23 04:46:24.704 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108662025-09-23T04:46:25.436ZSep 23 04:46:25.024 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108672025-09-23T04:46:25.436ZSep 23 04:46:25.024 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108682025-09-23T04:46:26.209ZSep 23 04:46:25.797 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108692025-09-23T04:46:26.209ZSep 23 04:46:25.797 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108702025-09-23T04:46:26.234ZSep 23 04:46:25.799 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108712025-09-23T04:46:26.235ZSep 23 04:46:25.801 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108722025-09-23T04:46:26.235ZSep 23 04:46:25.802 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108732025-09-23T04:46:44.733ZSep 23 04:46:44.322 INFO added artifact, length: 33554432, hash: ad76d0df02a82c0aa65512f53f961c5399dc1b902a49a3e76c10ecf88cbc6474, version: 16.0.0-0.ci+gitbcdabfda072, kind: gimlet_host_phase_1, name: host
108742025-09-23T04:46:44.733ZSep 23 04:46:44.322 INFO added artifact, length: 33554432, hash: db63243dcf3aa97c8454ecc25285b009fb98dd1e822460e3ddff5278f6835725, version: 16.0.0-0.ci+gitbcdabfda072, kind: cosmo_host_phase_1, name: host
108752025-09-23T04:46:44.733ZSep 23 04:46:44.322 INFO added artifact, length: 1048580096, hash: 8d389b479e5aa0b7c000187a867491dad76118d2830aa7039a87b097f4decb7e, version: 16.0.0-0.ci+gitbcdabfda072, kind: host_phase_2, name: host
108762025-09-23T04:46:47.227ZSep 23 04:46:46.817 INFO added artifact, length: 33554432, hash: 6e2371b862f8726dece187818d92fbdc4f8880ff47755d8dfe4f38476826b864, version: 16.0.0-0.ci+gitbcdabfda072, kind: gimlet_trampoline_phase_1, name: trampoline
108772025-09-23T04:46:47.227ZSep 23 04:46:46.817 INFO added artifact, length: 33554432, hash: 8f2fd98aea5c5213eaa0b3c77abb9bd931f5c83ad3ecafc9732a93ff832fe1a1, version: 16.0.0-0.ci+gitbcdabfda072, kind: cosmo_trampoline_phase_1, name: trampoline
108782025-09-23T04:46:47.227ZSep 23 04:46:46.817 INFO added artifact, length: 152473775, hash: a64c4ac719bf47291f0e063d61b6d27bbbd1483970a9291ddfd99b93df896d2f, version: 16.0.0-0.ci+gitbcdabfda072, kind: trampoline_phase_2, name: trampoline
108792025-09-23T04:46:47.372Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 45s
108802025-09-23T04:46:48.411ZSep 23 04:46:48.001 INFO [verify-libraries] process exited with exit status: 0 (1372.843778883s)
108812025-09-23T04:47:10.679ZSep 23 04:47:10.270 INFO added artifact, length: 1622568568, hash: 0cbdf405e79f4d349d63ba56a2035ebc99cd6b437eb9b78e558f7c7affe66c55, version: 16.0.0-0.ci+gitbcdabfda072, kind: control_plane, name: control-plane
108822025-09-23T04:47:10.754ZSep 23 04:47:10.345 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
108832025-09-23T04:47:10.828ZSep 23 04:47:10.419 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
108842025-09-23T04:47:10.961ZSep 23 04:47:10.552 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108852025-09-23T04:47:10.961ZSep 23 04:47:10.552 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108862025-09-23T04:47:11.099ZSep 23 04:47:10.690 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108872025-09-23T04:47:11.099ZSep 23 04:47:10.690 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108882025-09-23T04:47:11.238ZSep 23 04:47:10.828 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108892025-09-23T04:47:11.238ZSep 23 04:47:10.829 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108902025-09-23T04:47:11.373ZSep 23 04:47:10.964 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108912025-09-23T04:47:11.373ZSep 23 04:47:10.964 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108922025-09-23T04:47:11.399ZSep 23 04:47:10.966 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108932025-09-23T04:47:11.399ZSep 23 04:47:10.967 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108942025-09-23T04:47:11.399ZSep 23 04:47:10.969 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108952025-09-23T04:47:11.498ZSep 23 04:47:11.089 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108962025-09-23T04:47:11.742ZSep 23 04:47:11.332 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108972025-09-23T04:47:11.978ZSep 23 04:47:11.569 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108982025-09-23T04:47:12.223ZSep 23 04:47:11.814 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108992025-09-23T04:47:12.223ZSep 23 04:47:11.814 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
109002025-09-23T04:47:12.360ZSep 23 04:47:11.951 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
109012025-09-23T04:47:12.360ZSep 23 04:47:11.951 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
109022025-09-23T04:47:12.498ZSep 23 04:47:12.089 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109032025-09-23T04:47:12.499ZSep 23 04:47:12.089 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109042025-09-23T04:47:12.629ZSep 23 04:47:12.220 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
109052025-09-23T04:47:12.629ZSep 23 04:47:12.220 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
109062025-09-23T04:47:12.655ZSep 23 04:47:12.222 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
109072025-09-23T04:47:12.655ZSep 23 04:47:12.223 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109082025-09-23T04:47:12.655ZSep 23 04:47:12.224 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
109092025-09-23T04:47:12.655ZSep 23 04:47:12.225 INFO added artifact, length: 383, hash: be336fb99c8c33c5e06c56e32b54035bbdc3b36c7e8b87b2c7e3252a937c723e, version: 16.0.0-0.ci+gitbcdabfda072, kind: installinator_document, name: installinator_document
109102025-09-23T04:47:13.356ZSep 23 04:47:12.946 INFO [tuf-repo] task succeeded (264.704357436s)
109112025-09-23T04:47:13.356ZSep 23 04:47:12.947 INFO all jobs completed in 3131.165366107s
109122025-09-23T04:47:17.409Zprocess exited: duration 3946423 ms, exit code 0
 
109132025-09-23T04:47:17.463Zfound 41 output files
109142025-09-23T04:47:17.463Zuploading: /work/manifest.toml (14007 bytes)
109152025-09-23T04:47:18.612Zuploaded: /work/manifest.toml
109162025-09-23T04:47:18.612Zuploading: /work/repo.zip (2842048795 bytes)
109172025-09-23T04:53:01.738Zuploaded: /work/repo.zip
109182025-09-23T04:53:01.738Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109192025-09-23T04:53:02.825Zuploaded: /work/repo.zip.sha256.txt
109202025-09-23T04:53:02.825Zuploading: /work/helios.json (584 bytes)
109212025-09-23T04:53:03.922Zuploaded: /work/helios.json
109222025-09-23T04:53:03.922Zuploading: /work/incorporation.p5m (99497 bytes)
109232025-09-23T04:53:05.138Zuploaded: /work/incorporation.p5m
109242025-09-23T04:53:05.139Zuploading: /work/incorporation.p5p (112640 bytes)
109252025-09-23T04:53:06.347Zuploaded: /work/incorporation.p5p
109262025-09-23T04:53:06.347Zuploading: /work/helios-incorp.log (526 bytes)
109272025-09-23T04:53:07.444Zuploaded: /work/helios-incorp.log
109282025-09-23T04:53:07.444Zuploading: /work/helios-setup.log (72135 bytes)
109292025-09-23T04:53:08.633Zuploaded: /work/helios-setup.log
109302025-09-23T04:53:08.633Zuploading: /work/host-image.log (231266 bytes)
109312025-09-23T04:53:09.863Zuploaded: /work/host-image.log
109322025-09-23T04:53:09.863Zuploading: /work/host-package.log (30962 bytes)
109332025-09-23T04:53:11.026Zuploaded: /work/host-package.log
109342025-09-23T04:53:11.026Zuploading: /work/host-target.log (101 bytes)
109352025-09-23T04:53:12.121Zuploaded: /work/host-target.log
109362025-09-23T04:53:12.121Zuploading: /work/incorp-create.log (0 bytes)
109372025-09-23T04:53:13.192Zuploaded: /work/incorp-create.log
109382025-09-23T04:53:13.192Zuploading: /work/incorp-fmt.log (0 bytes)
109392025-09-23T04:53:14.265Zuploaded: /work/incorp-fmt.log
109402025-09-23T04:53:14.265Zuploading: /work/incorp-pkgsend.log (108 bytes)
109412025-09-23T04:53:15.361Zuploaded: /work/incorp-pkgsend.log
109422025-09-23T04:53:15.361Zuploading: /work/incorp-publisher.log (0 bytes)
109432025-09-23T04:53:16.432Zuploaded: /work/incorp-publisher.log
109442025-09-23T04:53:16.432Zuploading: /work/omicron-package.log (6919 bytes)
109452025-09-23T04:53:17.550Zuploaded: /work/omicron-package.log
109462025-09-23T04:53:17.551Zuploading: /work/recovery-image.log (603551 bytes)
109472025-09-23T04:53:18.808Zuploaded: /work/recovery-image.log
109482025-09-23T04:53:18.808Zuploading: /work/recovery-package.log (1685 bytes)
109492025-09-23T04:53:19.904Zuploaded: /work/recovery-package.log
109502025-09-23T04:53:19.905Zuploading: /work/recovery-target.log (98 bytes)
109512025-09-23T04:53:21.000Zuploaded: /work/recovery-target.log
109522025-09-23T04:53:21.000Zuploading: /work/stamp-clickhouse.log (117 bytes)
109532025-09-23T04:53:22.096Zuploaded: /work/stamp-clickhouse.log
109542025-09-23T04:53:22.096Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109552025-09-23T04:53:23.193Zuploaded: /work/stamp-clickhouse_keeper.log
109562025-09-23T04:53:23.194Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109572025-09-23T04:53:24.290Zuploaded: /work/stamp-clickhouse_server.log
109582025-09-23T04:53:24.315Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109592025-09-23T04:53:25.386Zuploaded: /work/stamp-cockroachdb.log
109602025-09-23T04:53:25.386Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
109612025-09-23T04:53:26.483Zuploaded: /work/stamp-crucible-dtrace.log
109622025-09-23T04:53:26.483Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109632025-09-23T04:53:27.584Zuploaded: /work/stamp-crucible-pantry-zone.log
109642025-09-23T04:53:27.584Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109652025-09-23T04:53:28.677Zuploaded: /work/stamp-crucible-zone.log
109662025-09-23T04:53:28.677Zuploading: /work/stamp-external-dns.log (119 bytes)
109672025-09-23T04:53:29.774Zuploaded: /work/stamp-external-dns.log
109682025-09-23T04:53:29.774Zuploading: /work/stamp-installinator.log (103 bytes)
109692025-09-23T04:53:30.871Zuploaded: /work/stamp-installinator.log
109702025-09-23T04:53:30.871Zuploading: /work/stamp-internal-dns.log (119 bytes)
109712025-09-23T04:53:31.969Zuploaded: /work/stamp-internal-dns.log
109722025-09-23T04:53:31.969Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109732025-09-23T04:53:33.065Zuploaded: /work/stamp-mg-ddm-gz.log
109742025-09-23T04:53:33.065Zuploading: /work/stamp-nexus.log (112 bytes)
109752025-09-23T04:53:34.160Zuploaded: /work/stamp-nexus.log
109762025-09-23T04:53:34.160Zuploading: /work/stamp-ntp.log (110 bytes)
109772025-09-23T04:53:35.257Zuploaded: /work/stamp-ntp.log
109782025-09-23T04:53:35.257Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109792025-09-23T04:53:36.355Zuploaded: /work/stamp-omicron-sled-agent.log
109802025-09-23T04:53:36.355Zuploading: /work/stamp-overlay.log (114 bytes)
109812025-09-23T04:53:37.452Zuploaded: /work/stamp-overlay.log
109822025-09-23T04:53:37.477Zuploading: /work/stamp-oximeter.log (115 bytes)
109832025-09-23T04:53:38.549Zuploaded: /work/stamp-oximeter.log
109842025-09-23T04:53:38.574Zuploading: /work/stamp-oxlog.log (109 bytes)
109852025-09-23T04:53:39.647Zuploaded: /work/stamp-oxlog.log
109862025-09-23T04:53:39.671Zuploading: /work/stamp-probe.log (112 bytes)
109872025-09-23T04:53:40.741Zuploaded: /work/stamp-probe.log
109882025-09-23T04:53:40.741Zuploading: /work/stamp-propolis-server.log (122 bytes)
109892025-09-23T04:53:41.839Zuploaded: /work/stamp-propolis-server.log
109902025-09-23T04:53:41.839Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109912025-09-23T04:53:42.935Zuploaded: /work/stamp-pumpkind-gz.log
109922025-09-23T04:53:42.935Zuploading: /work/stamp-switch-asic.log (118 bytes)
109932025-09-23T04:53:44.031Zuploaded: /work/stamp-switch-asic.log
109942025-09-23T04:53:44.031Zuploading: /work/verify-libraries.log (9195 bytes)
109952025-09-23T04:53:45.149Zuploaded: /work/verify-libraries.log